Home
last modified time | relevance | path

Searched refs:index (Results 351 – 375 of 556) sorted by relevance

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

/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_variation15.phpt83 for($index = 0; $index < count($values); $index ++) {
85 var_dump( strrpos($values[$index], $values[$index], $values[$index]) );
H A Dstrrpos_variation10.phpt84 for($index = 0; $index < count($needles); $index ++) {
86 var_dump( strrpos($haystack, $needles[$index]) );
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller29.phpt20 #1 %s(%d): Phar::webPhar('whatever', 'index.php', '404.php', Array)
H A Dfrontcontroller12.phpt19 #0 %sfrontcontroller12.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
H A Dfrontcontroller13.phpt19 #0 %sfrontcontroller13.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller8.phar2 Phar::webPhar("whatever", "index.php", "404.php", array("jpg" => "foo/bar", "phps" => Phar::PHP, "p…
H A Dfrontcontroller8.phar.inc15 Phar::webPhar("whatever", "index.php", "404.php", array("jpg" => "foo/bar", "phps" => Phar::PHP, "p…
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller8.phar2 Phar::webPhar("whatever", "index.php", "404.php", array("jpg" => "foo/bar", "phps" => Phar::PHP, "p…
H A Dfrontcontroller8.phar.inc15 Phar::webPhar("whatever", "index.php", "404.php", array("jpg" => "foo/bar", "phps" => Phar::PHP, "p…
/PHP-7.4/ext/phar/tests/
H A Dfrontcontroller13.phpt18 #0 %sfrontcontroller13.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
H A Dstat.phpt18 $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 Dfrontcontroller12.phar.phpt18 #0 %sfrontcontroller12.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
H A Dfrontcontroller13.phar.phpt18 #0 %sfrontcontroller13.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_variation4.phpt6 * Description: Checks if the given key or index exists in the array
H A Darray_diff_uassoc_variation5.phpt6 …* Description: Computes the difference of arrays with additional index check which is performed by…
/PHP-7.4/sapi/cli/tests/
H A Dbug66606_2.phpt18 POST /index.php HTTP/1.1
/PHP-7.4/ext/spl/tests/
H A DarrayObject___construct_basic3.phpt66 Notice: Undefined index: prop in %s on line 40
94 Notice: Undefined index: prop in %s on line 40
H A Darray_010.phpt97 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 Dsendmail.c325 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 Dfrontcontroller12.phar.phpt19 #0 %sfrontcontroller12.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
/PHP-7.4/ext/date/tests/
H A Dtimezone_identifiers_list_basic1.phpt6 * Description: Returns numerically index array with all timezone identifiers
/PHP-7.4/build/
H A DMakefile.gcov55 gcovr -sr . -o gcovr_html/index.html --html --html-details \
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp149 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 Dbug35447.phpt25 $result = xml_parse_into_struct($parser, $data, $vals, $index);
/PHP-7.4/ext/gmp/tests/
H A Dgmp_scan0.phpt24 Warning: gmp_scan0(): Starting index must be greater than or equal to zero in %s on line %d

Completed in 42 milliseconds

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