/PHP-8.3/ext/standard/tests/strings/ |
H A D | strspn_variation11.phpt | 59 // loop through each element of the arrays for str, mask and start argument
|
H A D | strspn_variation12.phpt | 59 // loop through each element of the array for len argument
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 5306 reflection_object *intern, *argument; in ZEND_METHOD() local 5316 argument = reflection_object_from_obj(class_obj); in ZEND_METHOD() 5317 if (argument->ptr == NULL) { in ZEND_METHOD() 5322 class_ce = argument->ptr; in ZEND_METHOD() 5339 reflection_object *intern, *argument; in ZEND_METHOD() local 5349 argument = reflection_object_from_obj(interface_obj); in ZEND_METHOD() 5350 if (argument->ptr == NULL) { in ZEND_METHOD() 5355 interface_ce = argument->ptr; in ZEND_METHOD()
|
/PHP-8.3/ext/phar/ |
H A D | phar.c | 34 static int phar_set_writeable_bit(zval *zv, void *argument) /* {{{ */ in phar_set_writeable_bit() argument 36 bool keep = *(bool *)argument; in phar_set_writeable_bit() 298 static int phar_unalias_apply(zval *zv, void *argument) /* {{{ */ in phar_unalias_apply() argument 300 return Z_PTR_P(zv) == argument ? ZEND_HASH_APPLY_REMOVE : ZEND_HASH_APPLY_KEEP; in phar_unalias_apply()
|
H A D | phar_object.c | 3120 static int phar_set_compression(zval *zv, void *argument) /* {{{ */ in phar_set_compression() argument 3123 uint32_t compress = *(uint32_t *)argument; in phar_set_compression() 3137 static int phar_test_compression(zval *zv, void *argument) /* {{{ */ in phar_test_compression() argument 3147 *(int *) argument = 0; in phar_test_compression() 3153 *(int *) argument = 0; in phar_test_compression()
|
H A D | util.c | 2015 static int phar_update_cached_entry(zval *data, void *argument) /* {{{ */ in phar_update_cached_entry() argument 2019 entry->phar = (phar_archive_data *)argument; in phar_update_cached_entry()
|
/PHP-8.3/ |
H A D | CODING_STANDARDS.md | 26 * The function is given a boolean argument, that controls whether or not the
|
H A D | .gdbinit | 8 but we could get the resource from the argument
|
H A D | php.ini-development | 391 ; Allows setting the maximum string length in an argument of a stringified stack trace
|
H A D | php.ini-production | 391 ; Allows setting the maximum string length in an argument of a stringified stack trace
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | fgetcsv_variation22.phpt | 7 and fgetcsv() provided with default enclosure argument
|
H A D | file.inc | 584 type of the comparison is based on $op argument value
|
H A D | fgetcsv_variation9.phpt | 10 Testing fgetcsv() to read from a file when the delimiter argument value is not
|
H A D | mkdir_rmdir_variation-win32-mb.phpt | 26 echo "\n*** Testing mkdir() and rmdir() by giving stream context as fourth argument ***\n"; 1592 *** Testing mkdir() and rmdir() by giving stream context as fourth argument ***
|
H A D | mkdir_rmdir_variation-win32.phpt | 26 echo "\n*** Testing mkdir() and rmdir() by giving stream context as fourth argument ***\n"; 1592 *** Testing mkdir() and rmdir() by giving stream context as fourth argument ***
|
H A D | fgetcsv_variation2.phpt | 5 /* Testing fgetcsv() to rwad from a file with length argument equal to zero */
|
H A D | fgetcsv_variation6.phpt | 6 Testing fgetcsv() to read from a file when provided with the length argument
|
/PHP-8.3/Zend/ |
H A D | zend_hash.c | 2100 …_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *argument) in zend_hash_apply_with_argument() argument 2110 result = apply_func(zv, argument); in zend_hash_apply_with_argument() 2124 result = apply_func(&p->val, argument); in zend_hash_apply_with_argument()
|
H A D | zend_hash.h | 149 typedef int (*apply_func_arg_t)(zval *pDest, void *argument);
|
/PHP-8.3/sapi/fpm/ |
H A D | www.conf.in | 485 ; specified at startup with the -d argument
|
/PHP-8.3/ext/mbstring/libmbfl/ |
H A D | LICENSE | 177 the facility, other than as an argument passed when the facility
|
/PHP-8.3/ext/bcmath/libbcmath/ |
H A D | LICENSE | 180 the facility, other than as an argument passed when the facility
|
/PHP-8.3/build/ |
H A D | libtool.m4 | 815 # (any single argument exceeding 2000 bytes causes a buffer overrun 2043 # Look at the argument we got. We use all the common list separators. 2083 # Look at the argument we got. We use all the common list separators. 2124 # Look at the argument we got. We use all the common list separators. 4424 # Whether we need a single -rpath flag with a separated argument.
|
H A D | ltmain.sh | 2314 $echo "*** because the file extensions .$libext of this argument makes me believe"
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_encode_mimeheader_indent.phpt | 13 * Pass different data types to $indent argument to see how mb_encode_mimeheader() behaves
|