Home
last modified time | relevance | path

Searched refs:index (Results 251 – 275 of 556) sorted by relevance

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

/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller5.phar.inc8 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
H A Dfrontcontroller6.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("blah" => 100));
H A Dfrontcontroller7.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("blah" => null));
H A Dfrontcontroller11.phar7 7������������������ ���index.php4����G4��?����������<?php
H A Dfrontcontroller9.phar3 Phar::webPhar("whatever", "index.php", null, array("jpg" => "foo/bar", "phps" => Phar::PHP, "php" =…
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller13.phar.inc4 $a['index.php'] = '<?php
H A Dfrontcontroller5.phar.inc8 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
H A Dfrontcontroller6.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
H A Dfrontcontroller7.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("php" => null));
H A Dfrontcontroller11.phar7 7������������������ ���index.php4����G4��?����������<?php
/PHP-7.4/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-7.4/sapi/fpm/fpm/events/
H A Depoll.c184 ev->index = ev->fd; in fpm_event_epoll_add()
212 ev->index = -1; in fpm_event_epoll_remove()
/PHP-7.4/ext/json/
H A Djson_encoder.c47 zend_ulong index, idx; in php_json_determine_array_type() local
54 ZEND_HASH_FOREACH_KEY(myht, index, key) { in php_json_determine_array_type()
58 if (index != idx) { in php_json_determine_array_type()
166 zend_ulong index; in php_json_encode_array() local
168 ZEND_HASH_FOREACH_KEY_VAL_IND(myht, index, key, data) { in php_json_encode_array()
212 smart_str_append_long(buf, (zend_long) index); in php_json_encode_array()
/PHP-7.4/ext/standard/tests/array/
H A Dbug22088.phpt2 Bug #22088 (array_shift() leaves next index to be +1 too much)
/PHP-7.4/ext/phar/tests/tar/files/
H A Dfrontcontroller5.phar.inc8 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
H A Dfrontcontroller6.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
H A Dfrontcontroller7.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("php" => null));
/PHP-7.4/ext/phar/tests/zip/files/
H A Dfrontcontroller5.phar.inc8 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
H A Dfrontcontroller6.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
H A Dfrontcontroller7.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("php" => null));
/PHP-7.4/ext/phar/tests/zip/
H A Dfrontcontroller7.phar.phpt2 Phar front controller alternate index file zip-based
/PHP-7.4/Zend/tests/
H A Dbug78598.phpt2 Bug #78598: Changing array during undef index RW error segfaults
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrchr_variation11.phpt81 for($index = 0; $index < count($values); $index ++) {
83 var_dump( strrchr($values[$index], $values[$index]) );
/PHP-7.4/ext/xml/tests/
H A Dbug26528.phpt11 $res = xml_parse_into_struct($parser,$sample,$vals,$index);

Completed in 37 milliseconds

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