/PHP-7.4/ext/standard/tests/strings/ |
H A D | strrpos_variation15.phpt | 83 for($index = 0; $index < count($values); $index ++) { 85 var_dump( strrpos($values[$index], $values[$index], $values[$index]) );
|
H A D | strrpos_variation10.phpt | 84 for($index = 0; $index < count($needles); $index ++) { 86 var_dump( strrpos($haystack, $needles[$index]) );
|
/PHP-7.4/ext/phar/tests/cache_list/ |
H A D | frontcontroller29.phpt | 20 #1 %s(%d): Phar::webPhar('whatever', 'index.php', '404.php', Array)
|
H A D | frontcontroller12.phpt | 19 #0 %sfrontcontroller12.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
|
H A D | frontcontroller13.phpt | 19 #0 %sfrontcontroller13.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
|
/PHP-7.4/ext/phar/tests/cache_list/files/ |
H A D | frontcontroller8.phar | 2 Phar::webPhar("whatever", "index.php", "404.php", array("jpg" => "foo/bar", "phps" => Phar::PHP, "p…
|
H A D | frontcontroller8.phar.inc | 15 Phar::webPhar("whatever", "index.php", "404.php", array("jpg" => "foo/bar", "phps" => Phar::PHP, "p…
|
/PHP-7.4/ext/phar/tests/files/ |
H A D | frontcontroller8.phar | 2 Phar::webPhar("whatever", "index.php", "404.php", array("jpg" => "foo/bar", "phps" => Phar::PHP, "p…
|
H A D | frontcontroller8.phar.inc | 15 Phar::webPhar("whatever", "index.php", "404.php", array("jpg" => "foo/bar", "phps" => Phar::PHP, "p…
|
/PHP-7.4/ext/phar/tests/ |
H A D | frontcontroller13.phpt | 18 #0 %sfrontcontroller13.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
|
H A D | stat.phpt | 18 $a['my/index.php'] = '<?php 67 include "my/index.php"; 224 Warning: fileperms(): stat failed for not/found in phar://%sstat.phar.php/my/index.php on line %d
|
/PHP-7.4/ext/phar/tests/tar/ |
H A D | frontcontroller12.phar.phpt | 18 #0 %sfrontcontroller12.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
|
H A D | frontcontroller13.phar.phpt | 18 #0 %sfrontcontroller13.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_key_exists_variation4.phpt | 6 * Description: Checks if the given key or index exists in the array
|
H A D | array_diff_uassoc_variation5.phpt | 6 …* Description: Computes the difference of arrays with additional index check which is performed by…
|
/PHP-7.4/sapi/cli/tests/ |
H A D | bug66606_2.phpt | 18 POST /index.php HTTP/1.1
|
/PHP-7.4/ext/spl/tests/ |
H A D | arrayObject___construct_basic3.phpt | 66 Notice: Undefined index: prop in %s on line 40 94 Notice: Undefined index: prop in %s on line 40
|
H A D | array_010.phpt | 97 Notice: Undefined index: 5th in %sarray_010.php on line %d 133 Notice: Undefined index: 8th in %sarray_010.php on line %d
|
/PHP-7.4/win32/ |
H A D | sendmail.c | 325 PHPAPI char *GetSMErrorText(int index) in GetSMErrorText() argument 327 if (MIN_ERROR_INDEX <= index && index < MAX_ERROR_INDEX) { in GetSMErrorText() 328 return (ErrorMessages[index]); in GetSMErrorText() 894 int index = 0; in Post() local 903 if ((slen = send(PW32G(mail_socket), msg + index, len, 0)) < 1) in Post() 906 index += slen; in Post()
|
/PHP-7.4/ext/phar/tests/zip/ |
H A D | frontcontroller12.phar.phpt | 19 #0 %sfrontcontroller12.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
|
/PHP-7.4/ext/date/tests/ |
H A D | timezone_identifiers_list_basic1.phpt | 6 * Description: Returns numerically index array with all timezone identifiers
|
/PHP-7.4/build/ |
H A D | Makefile.gcov | 55 gcovr -sr . -o gcovr_html/index.html --html --html-details \
|
/PHP-7.4/ext/intl/common/ |
H A D | common_enum.cpp | 149 ii->iterator->index = 0; in IntlIterator_from_StringEnumeration() 241 RETURN_LONG(ii->iterator->index); in PHP_METHOD() 259 ii->iterator->index++; in PHP_METHOD()
|
/PHP-7.4/ext/xml/tests/ |
H A D | bug35447.phpt | 25 $result = xml_parse_into_struct($parser, $data, $vals, $index);
|
/PHP-7.4/ext/gmp/tests/ |
H A D | gmp_scan0.phpt | 24 Warning: gmp_scan0(): Starting index must be greater than or equal to zero in %s on line %d
|