Home
last modified time | relevance | path

Searched refs:index (Results 301 – 325 of 630) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-5.5/ext/phar/tests/files/
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
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
/PHP-5.5/ext/phar/tests/cache_list/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("blah" => 100));
H A Dfrontcontroller7.phar.inc8 Phar::webPhar("whatever", "index.php", null, array("blah" => null));
H A Dfrontcontroller9.phar3 Phar::webPhar("whatever", "index.php", null, array("jpg" => "foo/bar", "phps" => Phar::PHP, "php" =…
H A Dfrontcontroller11.phar7 7������������������ ���index.php4����G4��?����������<?php
/PHP-5.5/sapi/fpm/fpm/events/
H A Ddevpoll.c217 ev->index = ev->fd; in fpm_event_devpoll_add()
242 ev->index = -1; in fpm_event_devpoll_remove()
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation19.phpt33 // array with default numeric index
39 //array with string key index
46 var_dump( stat($names[0]) ); // values stored with numeric index
50 var_dump( stat($names[1]) ); // values stored with numeric index
/PHP-5.5/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-5.5/ext/phar/tests/zip/
H A Dfrontcontroller7.phar.phpt2 Phar front controller alternate index file zip-based
/PHP-5.5/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-5.5/ext/standard/tests/array/
H A Dbug22088.phpt2 Bug #22088 (array_shift() leaves next index to be +1 too much)
/PHP-5.5/win32/
H A Dsendmail.c352 PHPAPI char *GetSMErrorText(int index) in GetSMErrorText() argument
354 if (MIN_ERROR_INDEX <= index && index < MAX_ERROR_INDEX) { in GetSMErrorText()
355 return (ErrorMessages[index]); in GetSMErrorText()
857 int index = 0; in Post() local
860 if ((slen = send(sc, msg + index, len, 0)) < 1) in Post()
863 index += slen; in Post()
/PHP-5.5/ext/xml/tests/
H A Dbug26528.phpt11 $res = xml_parse_into_struct($parser,$sample,$vals,$index);
/PHP-5.5/ext/gd/tests/
H A Dimagefill_1.phpt2 imagefill() infinite loop with wrong color index
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmk_sb_tbl.awk17 n = index("0123456789abcdefABCDEF", substr(str, i, 1)) - 1

Completed in 29 milliseconds

1...<<11121314151617181920>>...26