Home
last modified time | relevance | path

Searched refs:index (Results 501 – 525 of 556) sorted by relevance

1...<<212223

/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c246 ZEND_ARG_INFO( 0, index )
/PHP-7.4/ext/standard/tests/array/
H A Darsort_basic.phpt6 * Description: Sort an array and maintain index association
H A Dasort_basic.phpt6 * Description: Sort an array and maintain index association
H A Darray_diff_uassoc_variation4.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation1.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation2.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_intersect_uassoc_variation3.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A Darray_key_exists.phpt9 * key can be any value possible for an array index.
/PHP-7.4/Zend/
H A Dzend_alloc.c514 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 Dzend_generators.c733 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 Dbug65028.phpt124 "index.php",
H A Dphar_setdefaultstub.phpt59 $web = 'index.php';
166 const START = 'index.php';
354 $web = 'index.php';
/PHP-7.4/ext/intl/
H A Dphp_intl.c392 ZEND_ARG_INFO( 0, index )
465 ZEND_ARG_INFO( 0, index )
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1003 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 Dzend_dump.c30 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 Dmail_basic7.phpt176 Warning: mail(): Multiple header key must be numeric index (foo1) in %s on line 84
/PHP-7.4/ext/date/lib/
H A Dtimelib.h313 const timelib_tzdb_index_entry *index; member
/PHP-7.4/ext/soap/
H A Dphp_schema.c2167 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 Dserialization_objects_002.phpt85 Notice: Undefined index: file_handle in %s on line 34
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp422 ZEND_ARG_INFO(0, index)
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c196 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 Dphp_xmlreader.c1179 ZEND_ARG_INFO(0, index)
1203 ZEND_ARG_INFO(0, index)
/PHP-7.4/ext/gd/libgd/
H A Dgd.c2824 int index; in gdImageSetBrush() local
2825index = 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
2838index = 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 Dxmlrpc-epi-php.c341 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 Dphar_object.c949 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)

Completed in 139 milliseconds

1...<<212223