/PHP-7.4/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 246 ZEND_ARG_INFO( 0, index )
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | arsort_basic.phpt | 6 * Description: Sort an array and maintain index association
|
H A D | asort_basic.phpt | 6 * Description: Sort an array and maintain index association
|
H A D | array_diff_uassoc_variation4.phpt | 6 …* Description: Computes the difference of arrays with additional index check which is performed by…
|
H A D | array_diff_uassoc_variation1.phpt | 6 …* Description: Computes the difference of arrays with additional index check which is performed by…
|
H A D | array_diff_uassoc_variation2.phpt | 6 …* Description: Computes the difference of arrays with additional index check which is performed by…
|
H A D | array_intersect_uassoc_variation3.phpt | 6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
|
H A D | array_key_exists.phpt | 9 * key can be any value possible for an array index.
|
/PHP-7.4/Zend/ |
H A D | zend_alloc.c | 514 unsigned long index; 517 if (!BitScanForward64(&index, ~bitset)) { 519 if (!BitScanForward(&index, ~bitset)) { 525 return (int)index; 1130 unsigned long index; 1132 if (!BitScanReverse(&index, (unsigned long)size)) { 1137 return (((31 - (int)index) ^ 0x1f) + 1);
|
H A D | zend_generators.c | 733 if (iter->index++ > 0) { in zend_generator_get_next_delegated_value() 766 ZVAL_LONG(&generator->key, iter->index); in zend_generator_get_next_delegated_value()
|
/PHP-7.4/ext/phar/tests/ |
H A D | bug65028.phpt | 124 "index.php",
|
H A D | phar_setdefaultstub.phpt | 59 $web = 'index.php'; 166 const START = 'index.php'; 354 $web = 'index.php';
|
/PHP-7.4/ext/intl/ |
H A D | php_intl.c | 392 ZEND_ARG_INFO( 0, index ) 465 ZEND_ARG_INFO( 0, index )
|
/PHP-7.4/sapi/cli/ |
H A D | php_cli.c | 1003 size_t len, index = 0; in do_cli() local 1018 ZVAL_LONG(&argi, ++index); in do_cli()
|
/PHP-7.4/ext/opcache/Optimizer/ |
H A D | zend_dump.c | 30 zend_ulong index; in zend_dump_ht() local 35 ZEND_HASH_FOREACH_KEY_VAL(ht, index, key, val) { in zend_dump_ht() 44 fprintf(stderr, ZEND_LONG_FMT, index); in zend_dump_ht()
|
/PHP-7.4/ext/standard/tests/mail/ |
H A D | mail_basic7.phpt | 176 Warning: mail(): Multiple header key must be numeric index (foo1) in %s on line 84
|
/PHP-7.4/ext/date/lib/ |
H A D | timelib.h | 313 const timelib_tzdb_index_entry *index; member
|
/PHP-7.4/ext/soap/ |
H A D | php_schema.c | 2167 zend_ulong index; in schema_attributegroup_fixup() local 2170 zend_hash_get_current_key(tmp->attributes, NULL, &index); in schema_attributegroup_fixup() 2171 zend_hash_index_del(tmp->attributes, index); in schema_attributegroup_fixup() 2266 zend_ulong index; in schema_type_fixup() local 2268 ZEND_HASH_FOREACH_KEY_PTR(type->attributes, index, str_key, attr) { in schema_type_fixup() 2273 zend_hash_index_del(type->attributes, index); in schema_type_fixup()
|
/PHP-7.4/ext/standard/tests/serialize/ |
H A D | serialization_objects_002.phpt | 85 Notice: Undefined index: file_handle in %s on line 34
|
/PHP-7.4/ext/intl/timezone/ |
H A D | timezone_class.cpp | 422 ZEND_ARG_INFO(0, index)
|
/PHP-7.4/ext/pdo_oci/ |
H A D | oci_statement.c | 196 static sb4 oci_bind_input_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *a… in oci_bind_input_cb() argument 235 static sb4 oci_bind_output_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *… in oci_bind_output_cb() argument
|
/PHP-7.4/ext/xmlreader/ |
H A D | php_xmlreader.c | 1179 ZEND_ARG_INFO(0, index) 1203 ZEND_ARG_INFO(0, index)
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gd.c | 2824 int index; in gdImageSetBrush() local 2825 …index = gdImageColorResolveAlpha(im, gdImageRed(brush, i), gdImageGreen(brush, i), gdImageBlue(bru… in gdImageSetBrush() 2826 im->brushColorMap[i] = index; in gdImageSetBrush() 2837 int index; in gdImageSetTile() local 2838 …index = gdImageColorResolveAlpha(im, gdImageRed(tile, i), gdImageGreen(tile, i), gdImageBlue(tile,… in gdImageSetTile() 2839 im->tileColorMap[i] = index; in gdImageSetTile()
|
/PHP-7.4/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 341 long index = strtol(id, NULL, 0); in add_zval() local 342 zend_hash_index_update(Z_ARRVAL_P(list), index, val); in add_zval()
|
/PHP-7.4/ext/phar/ |
H A D | phar_object.c | 949 char *index = NULL, *webindex = NULL, *error; in PHP_METHOD() local 953 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|pp", &index, &index_len, &webindex, &webindex_len) ==… in PHP_METHOD() 957 stub = phar_create_default_stub(index, webindex, &error); in PHP_METHOD() 2976 char *index = NULL, *webindex = NULL, *error = NULL; in PHP_METHOD() local 2993 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s", &index, &index_len, &webindex, &webindex_len) =… in PHP_METHOD() 3009 stub = phar_create_default_stub(index, webindex, &error); in PHP_METHOD() 5148 ZEND_ARG_INFO(0, index) 5182 ZEND_ARG_INFO(0, index)
|