Home
last modified time | relevance | path

Searched refs:strpos (Results 76 – 97 of 97) sorted by relevance

1234

/PHP-7.4/sapi/fpm/tests/
H A Dresponse.inc255 $colonPosition = strpos($headerRow, ':');
287 strpos($this->rawData, self::HEADER_SEPARATOR)
H A Dlogtool.inc234 if (empty($finalSuffix) || strpos(self::FINAL_SUFFIX, $finalSuffix) === false) {
375 "- ACTUAL: '" . substr($line, strpos($line, $type) + strlen($type) + 2) . "'"
H A Dtester.inc731 if (empty($ignore) || !strpos($a, $ignore)) {
772 … if ((empty($ignore) || !strpos($line, $ignore)) && (!$skipBlank || strlen(trim($line)) > 0)) {
/PHP-7.4/ext/standard/tests/mail/
H A Dbug80706.phpt36 var_dump(strpos($header, 'X-Mailer: bug80706') !== false);
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_cclass1.phpt9 if (strpos($dbase, "/") !== false && stripos($dbase, ":pooled") === false)
H A Ddrcp_privileged.phpt9 if (strpos($dbase, "/") !== false && stripos($dbase, ":pooled") === false)
/PHP-7.4/ext/mysqli/tests/
H A Dbug55283.phpt15 if (false === strpos($link->host_info, 'TCP/IP'))
H A Dbug51647.phpt15 if (false === strpos($link->host_info, 'TCP/IP'))
H A Dmysqli_pconn_max_links.phpt79 $phpinfo = substr($phpinfo, strpos($phpinfo, 'MysqlI Support => enabled'), 500);
/PHP-7.4/ext/phar/tests/
H A Dphar_gobyebye-win32.phpt5 if (strpos(PHP_OS, 'WIN') === false) die("skip Extra warning on Windows.");
/PHP-7.4/ext/standard/tests/file/
H A Dinclude_userstream_002.phpt15 if (strpos($path, "test2://") === 0) {
H A Dinclude_userstream_003.phpt15 if (strpos($path, "test2://") === 0) {
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt7 if (!strpos(strtolower(getenv('PDOTEST_DSN')), 'charset=we8mswin1252')) die('skip expected output v…
H A Dbug60994.phpt10 if (!strpos(strtolower(getenv('PDOTEST_DSN')), 'charset=al32utf8')) die('skip expected output valid…
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc174 $required = strpos($which, $ukey) !== false;
175 $optional = strpos($which, $lkey) !== false;
240 if (strpos($sub, $phpdir) !== 0) {
480 if (strpos($c, "\n") !== false) {
482 $hashbang = substr($c, 0, strpos($c, "\n") + 1);
484 $c = substr($c, strpos($c, "\n") + 1);
672 while($level-- > 0 && ($p = strpos($entry, '/')) !== false) {
877 $bend = strpos($base, '.phar');
878 $bend = strpos($base, '/', $bend);
H A Dclicommand.inc163 if (strlen($arg) > 1 && $arg[0] == $arg[strlen($arg)-1] && strpos('/,', $arg) !== false) {
/PHP-7.4/ext/standard/
H A Dphp_string.h44 PHP_FUNCTION(strpos);
H A Dbasic_functions.c2781 PHP_FE(strpos, arginfo_strpos)
H A Dstring.c1943 PHP_FUNCTION(strpos) argument
/PHP-7.4/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc55 strpos(PDO_MYSQL_TEST_DSN, ':') + 1,
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php201 if (false !== $hashPos = strpos($line, '#')) {
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar496 if (!strpos($codepath, '://') || !file_exists($codepath)) {
755 if (!strpos($codepath, '://') || !file_exists($codepath)) {
1464 if (strpos($path, $this->codepath) !== 0) {
1467 if (strpos($path, $this->testpath) === 0) {

Completed in 117 milliseconds

1234