mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: Fix ext/enchant test SKIPIFs
This commit is contained in:
commit
f58adc4569
26 changed files with 18 additions and 65 deletions
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -4,10 +4,6 @@ enchant_broker_free() function
|
|||
marcosptf - <marcosptf@yahoo.com.br>
|
||||
--EXTENSIONS--
|
||||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$broker = enchant_broker_init();
|
||||
|
|
|
@ -4,10 +4,6 @@
|
|||
marcosptf - <marcosptf@yahoo.com.br>
|
||||
--EXTENSIONS--
|
||||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$broker = enchant_broker_init();
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if(!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if(!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if(!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if(!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -4,10 +4,6 @@ enchant_broker_get_error() function
|
|||
marcosptf - <marcosptf@yahoo.com.br>
|
||||
--EXTENSIONS--
|
||||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$broker = enchant_broker_init();
|
||||
|
|
|
@ -4,10 +4,6 @@ enchant_broker_init() function
|
|||
marcosptf - <marcosptf@yahoo.com.br>
|
||||
--EXTENSIONS--
|
||||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$broker = enchant_broker_init();
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
enchant_broker_request_dict() must throw ValueError on empty tag
|
||||
--EXTENSIONS--
|
||||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$broker = enchant_broker_init();
|
||||
|
|
|
@ -4,10 +4,6 @@ resource enchant_broker_request_pwl_dict(resource $broker, string $filename); fu
|
|||
marcosptf - <marcosptf@yahoo.com.br>
|
||||
--EXTENSIONS--
|
||||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if(!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$broker = enchant_broker_init();
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -4,7 +4,6 @@ Bug #53070 (enchant_broker_get_path crashes if no path is set)
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (defined("LIBENCHANT_VERSION") && version_compare(LIBENCHANT_VERSION, "2", ">")) die('skip libenchant v1 only');
|
||||
?>
|
||||
--FILE--
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -7,8 +7,7 @@ enchant
|
|||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv('SKIP_ASAN')) die('xleak Known libenchant memory leak');
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
|
||||
$tag = 'en_US';
|
||||
$r = enchant_broker_init();
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -6,8 +6,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
@ -7,8 +7,7 @@ marcosptf - <marcosptf@yahoo.com.br>
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
if (defined("LIBENCHANT_VERSION") && version_compare(LIBENCHANT_VERSION, "2", ">")) die('skip libenchant v1 only');
|
||||
?>
|
||||
--FILE--
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
invalid object raise exception() function
|
||||
--EXTENSIONS--
|
||||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$broker = enchant_broker_init();
|
||||
|
|
|
@ -4,8 +4,7 @@ null bytes
|
|||
enchant
|
||||
--SKIPIF--
|
||||
<?php
|
||||
$broker = enchant_broker_init();
|
||||
if (!enchant_broker_list_dicts($broker)) die("skip No broker dicts installed");
|
||||
if (!enchant_broker_list_dicts(enchant_broker_init())) {die("skip no dictionary installed on this machine! \n");}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue