Home
last modified time | relevance | path

Searched refs:index (Results 401 – 425 of 556) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-7.4/ext/gmp/tests/
H A Dgmp_setbit_long.phpt2 gmp_setbit() with large index
/PHP-7.4/Zend/tests/
H A Dbug53432.phpt2 Bug #53432: Assignment via string index access on an empty string converts to array
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation10.phpt84 for($index = 0; $index < count($needles); $index ++) {
86 var_dump( stripos($haystack, $needles[$index]) );
/PHP-7.4/ext/spl/tests/
H A Dbug45622.phpt44 Notice: Undefined index: p in %s on line %d
H A DarrayObject_magicMethods1.phpt105 Notice: Undefined index: nonexistent in %s on line 42
174 Notice: Undefined index: nonexistent in %s on line 60
H A DarrayObject_magicMethods3.phpt105 Notice: Undefined index: nonexistent in %s on line 42
174 Notice: Undefined index: nonexistent in %s on line 60
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_uassoc_variation6.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_diff_uassoc_variation8.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
H A Darray_intersect_uassoc_variation5.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A Darray_intersect_uassoc_variation7.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A Duasort_variation10.phpt6 * Description: Sort an array with a user-defined comparison function and maintain index association
H A Duasort_variation7.phpt6 * Description: Sort an array with a user-defined comparison function and maintain index association
H A Darray_intersect_uassoc_variation10.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A Darray_intersect_uassoc_variation8.phpt6 …* Description: Computes the intersection of arrays with additional index check, compares indexes b…
H A Duasort_variation6.phpt6 * Description: Sort an array with a user-defined comparison function and maintain index association
H A Duasort_variation9.phpt6 * Description: Sort an array with a user-defined comparison function and maintain index association
H A Darray_fill_variation4.phpt6 …* Description: Create an array containing num elements starting with index start_key each initiali…
/PHP-7.4/sapi/cli/
H A Dphp_http_parser.h187 unsigned char index; member
/PHP-7.4/ext/oci8/tests/
H A Dbug37581.phpt14 type str_array is table of char(2) index by binary_integer;
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_009.phpt5 now could serve correctly with request_uri "index.php" and PATH_INFO "/foo/bar/"
H A Dphp_cli_server_014.phpt17 POST /index.php HTTP/1.1
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c442 zend_long index; in ct_eval_fetch_dim() local
443 if (zval_to_string_offset(&index, op2) == FAILURE) { in ct_eval_fetch_dim()
446 if (index >= 0 && index < Z_STRLEN_P(op1)) { in ct_eval_fetch_dim()
596 zend_long index; in ct_eval_assign_dim()
599 || zval_to_string_offset(&index, key) == FAILURE || index < 0) { in ct_eval_assign_dim()
603 if (index >= Z_STRLEN_P(result)) { in ct_eval_assign_dim()
604 new_str = zend_string_alloc(index + 1, 0); in ct_eval_assign_dim()
607 ZSTR_VAL(new_str)[index + 1] = 0; in ct_eval_assign_dim()
2040 zend_ulong index; in join_hash_tables() local
2044 ZEND_HASH_FOREACH_KEY_VAL(ht1, index, key, val1) { in join_hash_tables()
[all …]
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar15 ���Sqlite.php0X���0�I0X���{�,����������SourceFile/PerTest.php����0�I����R������� ���index.phpF…
571 $index = 0;
577 $dir = $dirs[$index++];
579 while (!isset($dirs[$index++]) && $index <= count($dirs));
581 $dir = $dirs[$index];
584 } while ($index <= count($dirs));
604 // index from 1
853 $index = 0;
859 $dir = $dirs[$index++];
861 while (!isset($dirs[$index++]) && $index <= count($dirs));
[all …]
/PHP-7.4/ext/spl/
H A Dspl_directory.h78 int index; member
H A Dspl_observer.c82 zend_long index; member
225 intern->index = 0; in spl_object_storage_addall()
421 intern->index = 0; in SPL_METHOD()
509 intern->index = 0; in SPL_METHOD()
536 intern->index = 0; in SPL_METHOD()
593 intern->index = 0; in SPL_METHOD()
619 RETURN_LONG(intern->index); in SPL_METHOD()
686 intern->index++; in SPL_METHOD()

Completed in 36 milliseconds

1...<<11121314151617181920>>...23