Home
last modified time | relevance | path

Searched refs:index (Results 226 – 250 of 518) sorted by relevance

12345678910>>...21

/php-src/ext/phar/tests/
H A Dfrontcontroller7.phpt2 Phar front controller alternate index file
H A Dfrontcontroller8.phpt2 Phar front controller no index file 404
H A Dwebphar_compilefail.phpt10 Phar::webPhar('oopsiedaisy.phar', '/index.php');
/php-src/ext/spl/tests/
H A Dbug71735.phpt13 SplDoublyLinkedList::offsetSet(): Argument #1 ($index) is out of range
H A Dbug70853.phpt2 Bug #70853 (SplFixedArray throws exception when using ref variable as index)
/php-src/Zend/tests/
H A Dbug67985.phpt2 Bug #67985 - Last used array index not copied to new array at assignment
H A Dbug26696.phpt2 Bug #26696 (crash in switch() when string index is used)
H A Dbug67169.phpt2 Bug #67169: array_splice all elements, then []= gives wrong index
/php-src/ext/standard/tests/array/
H A Dbug61058.phpt2 Bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
/php-src/sapi/fpm/fpm/events/
H A Dkqueue.c172 ev->index = ev->fd; in fpm_event_kqueue_add()
197 ev->index = -1; in fpm_event_kqueue_remove()
/php-src/sapi/cli/tests/
H A Dcli_server_persistent_string001.phpt13 fwrite($fd, "GET /index.php HTTP/1.0\r\nHost: hello");
/php-src/ext/phar/tests/cache_list/files/
H A Dfrontcontroller.phar6 …��������a.jpg��� �~G�����ж���������a.phps��� �~G���l�`������� ���index.php��� �~G�����I…
H A Dfrontcontroller5.phar2 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
/php-src/ext/phar/tests/files/
H A Dfrontcontroller.phar6 …��������a.jpg��� �~G�����ж���������a.phps��� �~G���l�`������� ���index.php��� �~G�����I…
H A Dfrontcontroller5.phar2 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
/php-src/ext/phar/tests/tar/
H A Dfrontcontroller7.phar.phpt2 Phar front controller alternate index file tar-based
/php-src/ext/standard/tests/general_functions/
H A Dbug49692.phpt16 string(13) "default:index"
/php-src/ext/standard/tests/file/
H A Dlstat_stat_variation19.phpt20 // array with default numeric index
26 //array with string key index
33 var_dump( stat($names[0]) ); // values stored with numeric index
37 var_dump( stat($names[1]) ); // values stored with numeric index
/php-src/ext/standard/tests/strings/
H A Djoin_error1.phpt81 for($index = 0; $index < count($values); $index ++) {
83 $pieces = $values [$index];
/php-src/ext/phar/tests/cache_list/
H A Dfrontcontroller7.phpt2 Phar front controller alternate index file [cache_list]
/php-src/ext/hash/tests/
H A Dfnv132.phpt124 array( "http://www.ioccc.org/index.html", "b966936b" ),
127 array( "http://www.isthe.com/chongo/index.html", "d33745c9" ),
132 array( "http://www.isthe.com/chongo/tech/comp/calc/index.html", "445c9c58" ),
133 array( "http://www.isthe.com/chongo/tech/comp/fnv/index.html", "3db8bf9d" ),
142 array( "http://www.lavarnd.org/index.html", "3a6a63a2" ),
150 array( "http://www.sciencenews.org/index/home/activity/view", "87f7505e" ),
154 array( "http://www.tq-international.com/phpBB3/index.php", "b8682a24" ),
155 array( "http://www.travelquesttours.com/index.htm", "a7ac1c56" ),
H A Dfnv164.phpt124 array( "http://www.ioccc.org/index.html", "2f5356890efcedab" ),
127 array( "http://www.isthe.com/chongo/index.html", "b0555ecd575108e9" ),
132 array( "http://www.isthe.com/chongo/tech/comp/calc/index.html", "6bd95b2eb37fa6b8" ),
133 array( "http://www.isthe.com/chongo/tech/comp/fnv/index.html", "74971b7077aef85d" ),
142 array( "http://www.lavarnd.org/index.html", "f75f62284bc7a8c2" ),
150 array( "http://www.sciencenews.org/index/home/activity/view", "9ebb11573cdcebde" ),
154 array( "http://www.tq-international.com/phpBB3/index.php", "fd31777513309344" ),
155 array( "http://www.travelquesttours.com/index.htm", "194534a86ad006b6" ),
/php-src/ext/exif/
H A Dexif.stub.php12 function exif_tagname(int $index): string|false {} argument
/php-src/ext/xml/tests/
H A DXML_OPTION_PARSE_HUGE.phpt52 $ret = xml_parse_into_struct($parser, $long_xml_head, $values, $index);
57 $ret = xml_parse_into_struct($parser, $long_xml_head . $long_xml_tail, $values, $index);
58 var_dump(count($values), count($index)); // Not printing out the raw array because the long string …
/php-src/ext/phar/tests/zip/
H A Dfrontcontroller7.phar.phpt2 Phar front controller alternate index file zip-based

Completed in 26 milliseconds

12345678910>>...21