Home
last modified time | relevance | path

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

12345

/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/ucgendat/
H A Ductest.php25 if (false !== $hashPos = strpos($line, '#')) {
H A Ducgendat.php216 if (false !== $hashPos = strpos($line, '#')) {
395 if ($dotsPos = strpos($fields[0], '..')) {
/php-src/ext/mbstring/tests/
H A Diso2022kr_encoding.phpt27 if (strpos($from, "\x0E") !== false && $from[-1] !== "\x0F")
29 if (strpos($from, "\x1B\$)C") === false && $from !== '')
H A Diso2022jp_kddi_encoding.phpt99 …if (strpos($from, "\x1B\$B") !== false || strpos($from, "\x1B(I") !== false || strpos($from, "\x1B…
H A Diso2022jp_2004_encoding.phpt100 …if (strpos($from, "\x1B\$B") !== false || strpos($from, "\x1B\$(Q") !== false || strpos($from, "\x…
H A Dcp5022x_encoding.phpt115 …if (strpos($from, "\x1B\$B") !== false || strpos($from, "\x1B(J") !== false || strpos($from, "\x1B…
H A Dgb18030_2022_encoding.phpt215 for ($i = strpos($line, "\t") + 1; $i < strlen($line); $i += 2) {
/php-src/ext/phar/tests/
H A Dphar_gobyebye-win32.phpt6 <?php if (strpos(PHP_OS, 'WIN') === false) die("skip Extra warning on Windows.");
/php-src/ext/mysqli/tests/
H A Dbug55283.phpt18 if (false === strpos($link->host_info, 'TCP/IP'))
H A Dbug51647.phpt18 if (false === strpos($link->host_info, 'TCP/IP'))
H A Dmysqli_pconn_max_links.phpt83 $phpinfo = substr($phpinfo, strpos($phpinfo, 'MysqlI Support => enabled'), 500);
/php-src/ext/odbc/tests/
H A Dodbc_connect_001.phpt8 if (strpos($dsn, '=') === false) {
/php-src/ext/standard/tests/file/
H A Dinclude_userstream_002.phpt16 if (strpos($path, "test2://") === 0) {
H A Dinclude_userstream_003.phpt16 if (strpos($path, "test2://") === 0) {
/php-src/ext/pdo_pgsql/tests/
H A Dgh12423.phpt10 if (strpos($config['ENV']['PDOTEST_DSN'], 'password=') === false && !isset($config['ENV']['PDOTEST_…
/php-src/ext/pdo_odbc/tests/
H A Dbasic_connection.phpt10 if (!$dsn || strpos($dsn, '=') === false) {
/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/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);
H A Dclicommand.inc163 … if (strlen($arg) > 1 && $arg[0] == $arg[strlen($arg)-1] && strpos('/,', $arg) !== false) {
/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/inc/
H A Dmysql_pdo_test.inc57 strpos(PDO_MYSQL_TEST_DSN, ':') + 1,
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt28 if (strpos($response, $clientCertSubject) === false) {
/php-src/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) {
/php-src/ext/standard/
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);

Completed in 59 milliseconds

12345