Home
last modified time | relevance | path

Searched refs:separate (Results 1 – 25 of 40) sorted by path

12

/PHP-7.4/
H A DCODING_STANDARDS.md142 5. Variable names should be in lowercase. Use underscores to separate between
296 fold, and should be on a separate line.
H A DUPGRADING736 - OPcache now supports an arbitrary amount of separate caches per user via
H A Dconfigure.ac1529 dnl Make directories when building in a separate build directory.
/PHP-7.4/Zend/tests/
H A Dbug34518.phpt2 Bug #34518 (Unset doesn't separate container in CV)
/PHP-7.4/Zend/
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 …]
H A Dzend_vm_def.h4938 int separate = 0; variable
4943 separate = 1;
4947 if (separate) {
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()
/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/bcmath/libbcmath/
H A DLICENSE195 and can be reasonably considered independent and separate works in
197 sections when you distribute them as separate works. But when you
339 library, provided that the separate distribution of the work based on
/PHP-7.4/ext/date/tests/
H A DDateInterval_format.phpt4 %a is covered in a separate test.
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic2208 # Usually not in separate files, but have either filename rsrc with
6327 >20 short 0411 (separate I&D)
18477 # yes, this is separate from the low-order magic number bit
18478 # it's also separate from the "64-bit libraries" bit in the
23521 0 leshort 0411 PDP-11 separate I&D executable
23534 0 leshort 0431 PDP-11 overlaid separate executable
27777 #0 short 0x109 PDP-11 separate I&D
29882 >0x1e leshort &0x2 separate
29908 >0x3 byte &0x4 separate
29916 >0x1e leshort &0x2 separate
[all …]
H A Dmagic私はガラスを食べられます2208 # Usually not in separate files, but have either filename rsrc with
6327 >20 short 0411 (separate I&D)
18477 # yes, this is separate from the low-order magic number bit
18478 # it's also separate from the "64-bit libraries" bit in the
23521 0 leshort 0411 PDP-11 separate I&D executable
23534 0 leshort 0431 PDP-11 overlaid separate executable
27777 #0 short 0x109 PDP-11 separate I&D
29882 >0x1e leshort &0x2 separate
29908 >0x3 byte &0x4 separate
29916 >0x1e leshort &0x2 separate
[all …]
/PHP-7.4/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt136 the terms of any separate license agreement you may have executed
H A Dimagettftext_charmap_order.phpt11 // this is an Apache Licensed font, see separate LICENSE file
/PHP-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl2.phpt9 …ets of args that crash PHP (and other args that don't), each of those 7 is now a separate PHPT test
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE192 and can be reasonably considered independent and separate works in
194 sections when you distribute them as separate works. But when you
336 library, provided that the separate distribution of the work based on
/PHP-7.4/ext/openssl/tests/
H A Dsni_server_key_cert.phpt2 sni_server with separate pk and cert
/PHP-7.4/ext/pdo/tests/
H A Dpdo_dsn_containing_credentials.phpt34 // test b/c - credentials in DSN are ignored when user/pass passed as separate params
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt72 …ts. that fails on MS SQL server (works with Access, MyODBC), which is a separate failure, feature/…
/PHP-7.4/ext/reflection/tests/
H A DReflectionClassConstant_getValue.phpt6 /* Use separate classes to make sure that in-place constant updates don't interfere */
/PHP-7.4/ext/standard/tests/array/
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

Completed in 293 milliseconds

12