Home
last modified time | relevance | path

Searched refs:strpos (Results 1 – 25 of 104) sorted by last modified time

12345

/php-src/scripts/dev/
H A Dbless_tests.php24 if (false !== strpos($phpt, '--XFAIL--')) {
100 if (strpos($oldExpect, '%') === false) {
H A Dtidy.php55 if (strpos($path, $exclude) !== false) {
123 if (strpos($code, '--WHITESPACE_SENSITIVE--') !== false) {
/php-src/Zend/tests/type_declarations/
H A Dcallable_001.phpt15 foo("strpos");
22 string(6) "strpos"
H A Dcallable_003.phpt13 foo("strpos", 123, "strpos");
18 string(6) "strpos"
20 string(6) "strpos"
/php-src/ext/standard/
H A Dbasic_functions.stub.php2422 function strpos(string $haystack, string $needle, int $offset = 0): int|false {}
H A Dbasic_functions_arginfo.h2259 ZEND_FRAMELESS_FUNCTION(strpos, 2);
2260 ZEND_FRAMELESS_FUNCTION(strpos, 3);
2262 { ZEND_FRAMELESS_FUNCTION_NAME(strpos, 2), 2 },
2263 { ZEND_FRAMELESS_FUNCTION_NAME(strpos, 3), 3 },
2565 ZEND_FUNCTION(strpos);
H A Dstring.c1955 PHP_FUNCTION(strpos) argument
1971 ZEND_FRAMELESS_FUNCTION(strpos, 2)
1986 ZEND_FRAMELESS_FUNCTION(strpos, 3)
/php-src/ext/opcache/tests/opt/
H A Dinference_frameless.phpt14 return \strpos($str, 'o', 1);
29 0001 T1 = FRAMELESS_ICALL_3(strpos) CV0($str) string("o")
/php-src/ext/zend_test/tests/
H A Dobserver_frameless.phpt11 return \strpos($str, 'o', 1);
18 <!-- init strpos() -->
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt28 if (strpos($response, $clientCertSubject) === false) {
/php-src/build/
H A Dgen_stub.php5891 if (strpos($class, "PhpParser\\") === 0) {
/php-src/ext/phar/phar/
H A Dpharcommand.inc176 $required = strpos($which, $ukey) !== false;
177 $optional = strpos($which, $lkey) !== false;
242 if (strpos($sub, $phpdir) !== 0) {
492 if (strpos($c, "\n") !== false) {
494 $hashbang = substr($c, 0, strpos($c, "\n") + 1);
496 $c = substr($c, strpos($c, "\n") + 1);
684 while($level-- > 0 && ($p = strpos($entry, '/')) !== false) {
889 $bend = strpos($base, '.phar');
890 $bend = strpos($base, '/', $bend);
/php-src/ext/mysqli/tests/
H A Dmysqli_get_connection_stats.phpt25 if (strpos($k, "mem_") === 0) {
30 if (strpos($k, "mem_") === 0) {
45 if (strpos($k, "mem_") === 0) {
/php-src/ext/dom/tests/
H A DDOMXPath_quote.phpt23 if (false === \strpos($string, '\'')) {
26 if (false === \strpos($string, '"')) {
/php-src/
H A Drun-tests.php394 if (strpos($switch, '--' . $type) === 0) {
618 if (!$testfile && strpos($argv[$i], '*') !== false && function_exists('glob')) {
/php-src/ext/opcache/tests/
H A Dct_eval_frameless_003.phpt9 return strpos('foo', 'o', 0);
/php-src/Zend/
H A Dzend_vm_gen.php787 if (0 && strpos($code, '{') === 0) {
2289 $n = strpos($rule, "=");
2420 if (strpos($line,"ZEND_VM_HANDLER(") === 0 ||
2421 strpos($line,"ZEND_VM_INLINE_HANDLER(") === 0 ||
2422 strpos($line,"ZEND_VM_HOT_HANDLER(") === 0 ||
2425 strpos($line,"ZEND_VM_HOT_SEND_HANDLER(") === 0 ||
2426 strpos($line,"ZEND_VM_HOT_OBJ_HANDLER(") === 0 ||
2427 strpos($line,"ZEND_VM_COLD_HANDLER(") === 0 ||
2544 } else if (strpos($line,"ZEND_VM_HELPER(") === 0 ||
2595 } else if (strpos($line,"ZEND_VM_DEFINE_OP(") === 0) {
[all …]
/php-src/Zend/tests/
H A Dframeless_undefined_var.phpt9 strpos($foo, 'o');
/php-src/ext/phar/tests/
H A D024-opcache-win32.phpt8 if (strpos(PHP_OS, 'WIN') === false) die("skip Extra warning on Windows.");
/php-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt15 var_dump($proc->registerPHPFunctions('strpos'));
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc57 strpos(PDO_MYSQL_TEST_DSN, ':') + 1,
/php-src/ext/pdo_firebird/tests/
H A Ddialect_1.phpt7 if (strpos(getenv('PDO_FIREBIRD_TEST_DSN'), 'dialect=1')===false) {
/php-src/ext/mbstring/tests/
H A Dgb18030_2022_encoding.phpt215 for ($i = strpos($line, "\t") + 1; $i < strlen($line); $i += 2) {
/php-src/sapi/fpm/tests/
H A Dresponse.inc456 $colonPosition = strpos($headerRow, ':');
488 strpos($this->rawData, self::HEADER_SEPARATOR)
/php-src/ext/pdo_mysql/tests/
H A Dbug_50323.phpt18 strpos($original, ':') + 1,

Completed in 108 milliseconds

12345