Home
last modified time | relevance | path

Searched refs:separate (Results 1 – 25 of 40) sorted by last modified time

12

/PHP-7.4/
H A Dconfigure.ac1529 dnl Make directories when building in a separate build directory.
H A Dphp.ini-development619 ; The separator used in PHP generated URLs to separate arguments.
910 ; extension folders as well as the separate PECL DLL download (PHP 5+).
H A Dphp.ini-production619 ; The separator used in PHP generated URLs to separate arguments.
910 ; extension folders as well as the separate PECL DLL download (PHP 5+).
H A DUPGRADING736 - OPcache now supports an arbitrary amount of separate caches per user via
/PHP-7.4/Zend/
H A Dzend_vm_execute.h1891 int separate = 0; in ZEND_SEND_UNPACK_SPEC_HANDLER() local
1896 separate = 1; in ZEND_SEND_UNPACK_SPEC_HANDLER()
1900 if (separate) { in ZEND_SEND_UNPACK_SPEC_HANDLER()
H A Dzend_vm_def.h4938 int separate = 0; variable
4943 separate = 1;
4947 if (separate) {
H A Dzend_API.c603 int separate = 0; in zend_parse_arg_impl() local
612 separate = 1; in zend_parse_arg_impl()
732 if (!zend_parse_arg_array_ht(arg, p, check_null, c == 'H', separate)) { in zend_parse_arg_impl()
H A Dzend_API.h1248 Z_PARAM_ARRAY_EX2(dest, check_null, separate, separate)
1278 Z_PARAM_BOOL_EX2(dest, is_null, check_null, separate, separate)
1292 Z_PARAM_CLASS_EX2(dest, check_null, separate, separate)
1344 Z_PARAM_ARRAY_HT_EX2(dest, check_null, separate, separate)
1374 Z_PARAM_LONG_EX2(dest, is_null, check_null, separate, separate)
1404 Z_PARAM_OBJECT_EX2(dest, check_null, separate, separate)
1455 Z_PARAM_PATH_STR_EX2(dest, check_null, separate, separate)
1470 Z_PARAM_RESOURCE_EX2(dest, check_null, separate, separate)
1500 Z_PARAM_STR_EX2(dest, check_null, separate, separate)
1511 Z_PARAM_ZVAL_EX2(dest, check_null, separate, separate)
[all …]
/PHP-7.4/docs/
H A Drelease-process.md188 4. Send **separate** emails **To** `internals@lists.php.net` and
194 5. Send **separate** emails (see example http://news.php.net/php.pear.qa/5201)
339 php-announce@ is its own completely separate email. This is to make sure
371 separate email. This is to make sure that replies to the announcement on
H A Dunix-build-system.md5 * 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
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_ireplace.phpt39 /* separate testcase for str_ireplace() off-by-one */
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt18 write. The behaviour might look some better if write/read in a separate thread, however
/PHP-7.4/tests/classes/
H A Dinterface_constant_inheritance_003.phpt2 Ensure a class may not inherit two constants with the same name from two separate interfaces.
/PHP-7.4/ext/standard/tests/array/
H A Dbug39576.phpt2 Bug #39576 (array_walk() doesn't separate userdata zval)
H A Darray_walk_basic1.phpt26 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 Darray_walk_basic2.phpt29 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 Darray_walk_recursive_basic1.phpt26 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 Darray_walk_recursive_basic2.phpt29 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 Darray_walk_recursive_variation4.phpt28 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_variation5.phpt36 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_variation6.phpt31 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 Darray_walk_recursive_variation9.phpt27 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 Darray_walk_variation4.phpt28 echo "\n"; // new line to separate the output between each element
H A Darray_walk_variation5.phpt36 echo "\n"; // new line to separate the output between each element
H A Darray_walk_variation6.phpt31 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

Completed in 182 milliseconds

12