Searched refs:separate (Results 1 – 25 of 44) sorted by relevance
12
/PHP-8.3/ext/standard/tests/array/ |
H A D | array_walk_variation6.phpt | 19 echo "\n"; // new line to separate the output between each element 28 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_basic1.phpt | 16 echo "\n"; // new line to separate the output between each element 25 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_recursive_basic1.phpt | 16 echo "\n"; // new line to separate the output between each element 25 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_recursive_variation6.phpt | 19 echo "\n"; // new line to separate the output between each element 28 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_recursive_variation9.phpt | 22 echo "\n"; // new line to separate the output between each element 32 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_variation9.phpt | 22 echo "\n"; // new line to separate the output between each element 32 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_basic2.phpt | 17 echo "\n"; // new line to separate the output between each element 26 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_recursive_basic2.phpt | 17 echo "\n"; // new line to separate the output between each element 26 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_recursive_variation4.phpt | 17 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_recursive_variation5.phpt | 25 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_variation4.phpt | 17 echo "\n"; // new line to separate the output between each element
|
H A D | array_walk_variation5.phpt | 25 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)
|
/PHP-8.3/Zend/tests/ |
H A D | bug34518.phpt | 2 Bug #34518 (Unset doesn't separate container in CV)
|
H A D | gh10935.phpt | 2 GH-1093: Add separate static property through trait if parent already declares it
|
/PHP-8.3/ext/opcache/tests/opt/ |
H A D | sccp_exception2.phpt | 2 Exception thrown during SCCP evaluation, separate file variation
|
/PHP-8.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 */
|
H A D | ReflectionClassConstant_getValue_typed.phpt | 6 /* Use separate classes to make sure that in-place constant updates don't interfere */
|
/PHP-8.3/Zend/ |
H A D | zend_API.h | 1645 if (separate) { \ 1659 Z_PARAM_PROLOGUE(deref, separate); \ 1667 Z_PARAM_ARRAY_EX2(dest, check_null, separate, separate) 1677 Z_PARAM_PROLOGUE(deref, separate); \ 1685 Z_PARAM_ARRAY_OR_OBJECT_EX2(dest, check_null, separate, separate) 1821 Z_PARAM_PROLOGUE(deref, separate); \ 1829 Z_PARAM_ARRAY_HT_EX2(dest, check_null, separate, separate) 1853 Z_PARAM_PROLOGUE(deref, separate); \ 1861 Z_PARAM_ARRAY_OR_OBJECT_HT_EX2(dest, check_null, separate, separate) 2077 Z_PARAM_ZVAL_EX2(dest, check_null, separate, separate) [all …]
|
/PHP-8.3/ext/gd/tests/ |
H A D | imagettftext_charmap_order.phpt | 12 // this is an Apache Licensed font, see separate LICENSE file
|
/PHP-8.3/ext/pdo/tests/ |
H A D | pdo_dsn_containing_credentials.phpt | 35 // test b/c - credentials in DSN are ignored when user/pass passed as separate params
|
/PHP-8.3/ext/openssl/tests/ |
H A D | sni_server_key_cert.phpt | 2 sni_server with separate pk and cert
|
/PHP-8.3/ext/date/tests/ |
H A D | DateInterval_format.phpt | 4 %a is covered in a separate test.
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | str_ireplace.phpt | 36 /* separate testcase for str_ireplace() off-by-one */
|
/PHP-8.3/docs/ |
H A D | unix-build-system.md | 5 * supports separate build directories without VPATH by using explicit rules only 62 here as well. If you need to specify separate include directories, do it this
|
Completed in 109 milliseconds
12