Home
last modified time | relevance | path

Searched refs:index (Results 276 – 300 of 556) sorted by relevance

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

/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller9.phar3 Phar::webPhar("whatever", "index.php", null, array("jpg" => "foo/bar", "phps" => Phar::PHP, "php" =…
H A Dfrontcontroller10.phar7 7������������������ ���index.php4����G4��?����������<?php
H A Dfrontcontroller12.phar7 7������������������ ���index.php4���WX4��?����������<?php
H A Dfrontcontroller4.phar8 Phar::webPhar("whatever", "index.php", null, array(), "s");
H A Dfrontcontroller11.phar.inc4 $a['index.php'] = '<?php
/PHP-7.4/ext/phar/tests/tar/
H A Dfrontcontroller8.phar.phpt2 Phar front controller no index file 404 tar-based
/PHP-7.4/ext/gd/tests/
H A Dimagefill_1.phpt2 imagefill() infinite loop with wrong color index
/PHP-7.4/ext/phar/tests/zip/
H A Dfrontcontroller8.phar.phpt2 Phar front controller no index file 404 zip-based
/PHP-7.4/Zend/tests/
H A Dunset_cv06.phpt21 Notice: Undefined index: x in %sunset_cv06.php on line %d
H A Dglobals_004.phpt23 Notice: Undefined index: PHP_SELF in %s on line %d
/PHP-7.4/ext/standard/tests/strings/
H A Djoin_variation2.phpt88 for($index = 0; $index < count($values); $index ++) {
90 $pieces = $values [$index];
H A Dstrrpos_variation11.phpt81 for($index = 0; $index < count($values); $index ++) {
83 $haystack = $values[$index];
84 var_dump( strrpos($values[$index], $values[$index]) );
85 var_dump( strrpos($values[$index], $values[$index], 1) );
/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_variation19.phpt27 // array with default numeric index
33 //array with string key index
40 var_dump( stat($names[0]) ); // values stored with numeric index
44 var_dump( stat($names[1]) ); // values stored with numeric index
H A Dfile.inc603 for($index = 0; $index < count($fields); $index++)
608 if ( $stat1[ $fields[$index] ] != $stat2[ $fields[$index] ] ) {
610 echo "Error: stat1 do not match with stat2 at key value: $fields[$index]\n";
615 if ( $stat1[ $fields[$index] ] != $stat2[ $fields[$index] ] ) {
619 echo "Error: stat1 equals stat2 at key value: $fields[$index]\n";
624 if ( $stat1[ $fields[$index] ] <= $stat2[ $fields[$index] ] ) {
626 echo "Error: stat1 is not greater than stat2 at key value: $fields[$index]\n";
631 if ( $stat1[ $fields[$index] ] >= $stat2[ $fields[$index] ] ) {
633 echo "Error: stat1 is not lesser than stat2 at key value: $fields[$index]\n";
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller10.phar7 7������������������ ���index.php4����G4��?����������<?php
H A Dfrontcontroller12.phar7 7������������������ ���index.php4���VX4��?����������<?php
H A Dfrontcontroller3.phar8 Phar::webPhar("whatever", "/index.php", null, array(), "s");
H A Dfrontcontroller4.phar8 Phar::webPhar("whatever", "index.php", null, array(), "s");
H A Dfrontcontroller12.phar.inc4 $a['index.php'] = '<?php
H A Dfrontcontroller9.phar.inc10 Phar::webPhar("whatever", "index.php", null, array("jpg" => "foo/bar", "phps" => Phar::PHP, "php" =…
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller8.phpt2 Phar front controller no index file 404 [cache_list]
H A Dfrontcontroller23.phpt18 string(%d) "phar://%sfrontcontroller23.php/html/index.php"
/PHP-7.4/ext/phar/tests/
H A Dfrontcontroller23.phpt17 string(%d) "phar://%sfrontcontroller23.php/html/index.php"
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmk_sb_tbl.awk15 n = index("0123456789abcdefABCDEF", substr(str, i, 1)) - 1
/PHP-7.4/sapi/fpm/fpm/events/
H A Ddevpoll.c215 ev->index = ev->fd; in fpm_event_devpoll_add()
240 ev->index = -1; in fpm_event_devpoll_remove()

Completed in 56 milliseconds

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