/PHP-7.3/Zend/ |
H A D | zend_API.h | 826 Z_PARAM_ARRAY_EX2(dest, check_null, separate, separate) 856 Z_PARAM_BOOL_EX2(dest, is_null, check_null, separate, separate) 870 Z_PARAM_CLASS_EX2(dest, check_null, separate, separate) 922 Z_PARAM_ARRAY_HT_EX2(dest, check_null, separate, separate) 952 Z_PARAM_LONG_EX2(dest, is_null, check_null, separate, separate) 982 Z_PARAM_OBJECT_EX2(dest, check_null, separate, separate) 1033 Z_PARAM_PATH_STR_EX2(dest, check_null, separate, separate) 1048 Z_PARAM_RESOURCE_EX2(dest, check_null, separate, separate) 1078 Z_PARAM_STR_EX2(dest, check_null, separate, separate) 1089 Z_PARAM_ZVAL_EX2(dest, check_null, separate, separate) [all …]
|
/PHP-7.3/Zend/tests/ |
H A D | bug34518.phpt | 2 Bug #34518 (Unset doesn't separate container in CV)
|
/PHP-7.3/tests/classes/ |
H A D | interface_constant_inheritance_003.phpt | 2 Ensure a class may not inherit two constants with the same name from two separate interfaces.
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_walk_basic1.phpt | 26 echo "\n"; // new line to separate the output between each element 35 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_recursive_basic1.phpt | 26 echo "\n"; // new line to separate the output between each element 35 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_variation6.phpt | 31 echo "\n"; // new line to separate the output between each element 45 echo "\n"; // new line to separate the output between each element 59 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_variation9.phpt | 27 echo "\n"; // new line to separate the output between each element 37 echo "\n"; // new line to separate the output between each element
|
H A D | bug39576.phpt | 2 Bug #39576 (array_walk() doesn't separate userdata zval)
|
H A D | array_walk_recursive_variation6.phpt | 31 echo "\n"; // new line to separate the output between each element 45 echo "\n"; // new line to separate the output between each element 59 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_recursive_variation9.phpt | 27 echo "\n"; // new line to separate the output between each element 37 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_basic2.phpt | 29 echo "\n"; // new line to separate the output between each element 43 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_recursive_basic2.phpt | 29 echo "\n"; // new line to separate the output between each element 43 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_variation4.phpt | 28 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_recursive_variation4.phpt | 28 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_recursive_variation5.phpt | 36 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_variation5.phpt | 36 echo "\n"; // new line to separate the output between each element
|
/PHP-7.3/ext/reflection/tests/ |
H A D | ReflectionClassConstant_getValue.phpt | 6 /* Use separate classes to make sure that in-place constant updates don't interfere */
|
/PHP-7.3/ext/spl/examples/ |
H A D | regexfindfile.inc | 24 * part of it is used as separate directory.
|
H A D | findfile.inc | 30 * part of it is used as separate directory.
|
/PHP-7.3/ext/intl/tests/ |
H A D | symfony_format_type_int32_intl2.phpt | 9 …ets of args that crash PHP (and other args that don't), each of those 7 is now a separate PHPT test
|
/PHP-7.3/ext/gd/tests/ |
H A D | imagettftext_charmap_order.phpt | 11 // this is an Apache Licensed font, see separate LICENSE file
|
/PHP-7.3/ext/openssl/tests/ |
H A D | sni_server_key_cert.phpt | 2 sni_server with separate pk and cert
|
/PHP-7.3/ext/date/tests/ |
H A D | DateInterval_format.phpt | 4 %a is covered in a separate test.
|
/PHP-7.3/ext/standard/tests/streams/ |
H A D | proc_open_bug51800.phpt | 18 write. The behaviour might look some better if write/read in a separate thread, however
|
/PHP-7.3/ |
H A D | README.UNIX-BUILD-SYSTEM | 5 - supports separate build directories without VPATH by using 67 separate include directories, do it this way:
|