Home
last modified time | relevance | path

Searched refs:use (Results 876 – 900 of 948) sorted by relevance

1...<<3132333435363738

/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc121 .'You can use \'0\' or \'1\' to locate it automatically using the mentioned '
337 * @param string $arg The phar archive to use.
429 self::error("Cannot use OpenSSL signing without key.\n");
464 …'inf' => ' Any number of input files and directories. If -i is in use then ONLY files…
939 * @return array information about the arguments to use.
984 …'inf' => ' Any number of input files and directories. If -i is in use then ONLY files…
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c2440 int use; in replace_constant_operands() local
2461 FOREACH_USE(var, use) { in replace_constant_operands()
2462 zend_op *opline = &op_array->opcodes[use]; in replace_constant_operands()
2463 zend_ssa_op *ssa_op = &ssa->ops[use]; in replace_constant_operands()
2470 zend_ssa_unlink_use_chain(ssa, use, ssa_op->op1_use); in replace_constant_operands()
2480 zend_ssa_unlink_use_chain(ssa, use, ssa_op->op2_use); in replace_constant_operands()
/PHP-7.4/ext/soap/
H A Dphp_schema.c1845 newAttr->use = XSD_USE_PROHIBITED; in schema_attribute()
1847 newAttr->use = XSD_USE_REQUIRED; in schema_attribute()
1849 newAttr->use = XSD_USE_OPTIONAL; in schema_attribute()
1851 newAttr->use = XSD_USE_DEFAULT; in schema_attribute()
2107 if (attr->use == XSD_USE_DEFAULT) { in schema_attribute_fixup()
2108 attr->use = tmp->use; in schema_attribute_fixup()
/PHP-7.4/ext/session/tests/
H A Dsave_handler.inc136 // e.g. hash('sha2', random_bytes(64)) or use /dev/urandom
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_variation_001.phpt13 // Note: basic use cases in Zend/tests/009.phpt
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_pad.phpt41 /*loop through to use each variant of $pad_length on
/PHP-7.4/ext/zlib/tests/
H A Ddata.inc61 And such an instrument I was to use.
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt12 Description: use debug_zval_dump() to display the objects and its
H A Dis_callable_basic2.phpt11 Description: use is_callable() on given $method to check if the array
120 /* use check_iscallable_objects() to check whether given object/string
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt164 … manual that corresponds to your %s server version for the right syntax to use near '%s' at line %…
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt122 string(22) "Address already in use"
/PHP-7.4/
H A DNEWS52 . Fixed bug #81626 (Error on use static:: in __сallStatic() wrapped to
88 . Fixed bug #76167 (mbstring may use pointer from some previous request).
365 . Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers). (cmb)
470 that use a cursor). (Nikita)
713 . Fixed bug #79919 (Stack use-after-scope in define()). (cmb)
1102 . Fixed bug #79078 (Hypothetical use-after-free in curl_multi_add_handle()).
1696 . Fixed bug #77930 (stream_copy_to_stream should use mmap more often).
1980 . Fixed bug #77956 (When mysqli.allow_local_infile = Off, use a meaningful
2395 use-after-free). (cmb)
2512 . The declaration and use of case-insensitive constants has been deprecated.
[all …]
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in110 ; Specify the event mechanism FPM will use. The following is available:
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt57 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt12 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
H A Dscalar_basic.phpt10 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
H A Dscalar_return_basic_64bit.phpt12 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
/PHP-7.4/docs/
H A Drelease-process.md92 `configure.ac` and possibly `NEWS`. Do not use abbreviations for alpha and
93 beta. Do not use dashes, you should `#define PHP_VERSION "7.4.22RC1"` and
290 Usually we use the same content as for point 6, but included in php template
/PHP-7.4/Zend/tests/
H A D019.phpt51 $set_var = 10; // this variable to use with isset
144 // use isset to see that array is not set
218 // use unset/empty/isset to check the object
266 // use get_class_methods to see effect if any
/PHP-7.4/ext/standard/tests/array/
H A Deach.phpt47 /* reset the $arrays and use each to get the first element */
H A Darray_key_exists.phpt37 // use different keys on each sub array of $search_arrays
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt2 Test fopen() function : variation: file uri, no use include path
H A Dfopen_variation15-win32.phpt2 Test fopen() function : variation: file uri, use include path = true
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50698_2.wsdl195 <soap12:body use="literal"/>
198 <soap12:body use="literal"/>
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re702 /* Delay __unserialize() call until end of serialization. We use two slots here to
755 * as NULL. This will forbid their use by other unserialize() calls in the same
993 /* use iv() not uiv() in order to check data range */

Completed in 96 milliseconds

1...<<3132333435363738