Home
last modified time | relevance | path

Searched refs:index (Results 201 – 225 of 636) sorted by relevance

12345678910>>...26

/PHP-7.3/ext/standard/tests/array/
H A Dasort_variation2.phpt6 * Description: Sort an array and maintain index association
77 for($index = 0; $index < count($unexpected_values); $index ++) {
79 $value = $unexpected_values [$index];
H A Darray_fill_variation1_64bit.phpt10 …* Description: Create an array containing num elements starting with index start_key each initiali…
94 for($index = 0; $index < count($values); $index ++)
97 $start_key = $values[$index];
H A Darray_fill_variation1.phpt10 …* Description: Create an array containing num elements starting with index start_key each initiali…
94 for($index = 0; $index < count($values); $index ++)
97 $start_key = $values[$index];
/PHP-7.3/ext/standard/tests/strings/
H A Dstrncasecmp_variation10.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $str1 = $values[$index];
91 $len = strlen($values[$index]) + 1;
H A Dstripos_variation8.phpt29 for($index = 0; $index < count($needles); $index++) {
32 var_dump( stripos($haystack, $needles[$index], $offset) );
H A Djoin_variation1.phpt90 for($index = 0; $index < count($values); $index ++) {
92 $glue = $values [$index];
H A Ducwords_variation3.phpt51 for($index = 0; $index < count($str_array); $index++) {
53 var_dump( ucwords($str_array[$index]) );
H A Dstripos_variation1.phpt76 for($index=0; $index<count($needle); $index++) {
78 var_dump( stripos($haystack, $needle[$index]) );
79 var_dump( stripos($haystack, $needle[$index], $index) );
H A Dstripcslashes_variation1.phpt87 for($index = 0; $index < count($values); $index ++) {
89 $str = $values [$index];
H A Dstripos_variation14.phpt79 for($index = 0; $index < count($offsets); $index ++) {
81 var_dump( stripos($haystack, $needle, $offsets[$index]) );
H A Dstripos_variation9.phpt82 for($index = 0; $index < count($haystacks); $index ++) {
84 var_dump( stripos($haystacks[$index], $needle) );
H A Dstripslashes_variation1.phpt86 for($index = 0; $index < count($values); $index ++) {
88 $str = $values [$index];
H A Dstrrpos_variation9.phpt82 for($index = 0; $index < count($haystacks); $index ++) {
84 var_dump( strrpos($haystacks[$index], $needle) );
H A Daddslashes_variation1.phpt85 for($index = 0; $index < count($values); $index ++) {
87 $str = $values [$index];
H A Ducwords_variation1.phpt100 for($index = 0; $index < count($values); $index ++) {
102 $str = $values [$index];
/PHP-7.3/Zend/tests/
H A Doffset_array.phpt31 Notice: Undefined index: in %s on line %d
34 Notice: Undefined index: run away in %s on line %d
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug49692.ini3 /home = default:index
/PHP-7.3/sapi/fpm/fpm/events/
H A Dselect.c151 ev->index = ev->fd; in fpm_event_select_add()
166 ev->index = -1; in fpm_event_select_remove()
/PHP-7.3/ext/spl/tests/
H A Dbug45622b.phpt28 Notice: Undefined index: prop1 in %s on line 11
32 Notice: Undefined index: prop3 in %s on line 17
/PHP-7.3/ext/exif/tests/
H A Dexif_tagname_error.phpt8 /* Prototype :string exif_tagname ( string $index )
9 * Description: Get the header name for an index
/PHP-7.3/ext/phar/tests/
H A Dphar_mount.phpt14 $a['index.php'] = '<?php
29 include "index.php";
37 include "index.php";
/PHP-7.3/ext/zip/lib/
H A Dzip_hash.c123 _zip_hash_add(zip_hash_t *hash, const zip_uint8_t *name, zip_uint64_t index, zip_flags_t flags, zip… in _zip_hash_add() argument
128 if (hash == NULL || name == NULL || index > ZIP_INT64_MAX) { in _zip_hash_add()
158 entry->orig_index = (zip_int64_t)index; in _zip_hash_add()
160 entry->current_index = (zip_int64_t)index; in _zip_hash_add()
/PHP-7.3/ext/oci8/
H A Dphp_oci8_int.h175 zend_ulong index; /* descriptors hash table index */ member
469 int php_oci_collection_element_get(php_oci_collection *collection, zend_long index, zval *result_el…
470 int php_oci_collection_element_set(php_oci_collection *collection, zend_long index, char *value, in…
471 int php_oci_collection_element_set_null(php_oci_collection *collection, zend_long index);
472 int php_oci_collection_element_set_date(php_oci_collection *collection, zend_long index, char *date…
473 int php_oci_collection_element_set_number(php_oci_collection *collection, zend_long index, char *nu…
474 int php_oci_collection_element_set_string(php_oci_collection *collection, zend_long index, char *el…
498 sb4 php_oci_bind_in_callback(dvoid *ictxp, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 …
499 sb4 php_oci_bind_out_callback(dvoid *octxp, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4…
/PHP-7.3/ext/gd/libgd/
H A Dwebpng.c113 int index; in main() local
129 index = atoi (argv[i + 1]); in main()
130 gdImageColorTransparent (im, index); in main()
/PHP-7.3/ext/oci8/tests/
H A Dcoll_016.phpt43 Warning: OCI-Collection::assignelem(): OCI-22165: given index [%d] must be in the range of %s to [0…
46 Warning: OCI-Collection::assignelem(): OCI-22165: given index [5000] must be in the range of %s to …

Completed in 48 milliseconds

12345678910>>...26