/PHP-7.4/ext/phar/tests/cache_list/files/ |
H A D | frontcontroller5.phar.inc | 8 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
|
H A D | frontcontroller6.phar.inc | 8 Phar::webPhar("whatever", "index.php", null, array("blah" => 100));
|
H A D | frontcontroller7.phar.inc | 8 Phar::webPhar("whatever", "index.php", null, array("blah" => null));
|
H A D | frontcontroller11.phar | 7 7 index.php4��G4?����<?php
|
H A D | frontcontroller9.phar | 3 Phar::webPhar("whatever", "index.php", null, array("jpg" => "foo/bar", "phps" => Phar::PHP, "php" =…
|
/PHP-7.4/ext/phar/tests/files/ |
H A D | frontcontroller13.phar.inc | 4 $a['index.php'] = '<?php
|
H A D | frontcontroller5.phar.inc | 8 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
|
H A D | frontcontroller6.phar.inc | 8 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
|
H A D | frontcontroller7.phar.inc | 8 Phar::webPhar("whatever", "index.php", null, array("php" => null));
|
H A D | frontcontroller11.phar | 7 7 index.php4��G4?����<?php
|
/PHP-7.4/ext/hash/tests/ |
H A D | fnv132.phpt | 124 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 D | fnv164.phpt | 124 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 D | epoll.c | 184 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 D | json_encoder.c | 47 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 D | bug22088.phpt | 2 Bug #22088 (array_shift() leaves next index to be +1 too much)
|
/PHP-7.4/ext/phar/tests/tar/files/ |
H A D | frontcontroller5.phar.inc | 8 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
|
H A D | frontcontroller6.phar.inc | 8 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
|
H A D | frontcontroller7.phar.inc | 8 Phar::webPhar("whatever", "index.php", null, array("php" => null));
|
/PHP-7.4/ext/phar/tests/zip/files/ |
H A D | frontcontroller5.phar.inc | 8 Phar::webPhar("whatever", "index.php", null, array(0 => "oops"));
|
H A D | frontcontroller6.phar.inc | 8 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
|
H A D | frontcontroller7.phar.inc | 8 Phar::webPhar("whatever", "index.php", null, array("php" => null));
|
/PHP-7.4/ext/phar/tests/zip/ |
H A D | frontcontroller7.phar.phpt | 2 Phar front controller alternate index file zip-based
|
/PHP-7.4/Zend/tests/ |
H A D | bug78598.phpt | 2 Bug #78598: Changing array during undef index RW error segfaults
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | strrchr_variation11.phpt | 81 for($index = 0; $index < count($values); $index ++) { 83 var_dump( strrchr($values[$index], $values[$index]) );
|
/PHP-7.4/ext/xml/tests/ |
H A D | bug26528.phpt | 11 $res = xml_parse_into_struct($parser,$sample,$vals,$index);
|