Home
last modified time | relevance | path

Searched refs:strpos (Results 51 – 75 of 80) sorted by relevance

1234

/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php67 if (strpos($current_file,PHPDIR) === 0) {
175 if (strpos($name, '(') === false) {
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt7 if (!strpos(strtolower(getenv('PDOTEST_DSN')), 'charset=we8mswin1252')) die('skip expected output v…
H A Dpdo_oci_stream_1.phpt7 if (!strpos(strtolower(getenv('PDOTEST_DSN')), 'charset=we8mswin1252')) die('skip expected output v…
/PHP-5.5/ext/standard/tests/file/
H A Dbug47767.phpt15 if (strpos($ret, 'privilege')) {
H A Dinclude_userstream_002.phpt15 if (strpos($path, "test2://") === 0) {
H A Dinclude_userstream_003.phpt15 if (strpos($path, "test2://") === 0) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_50323.phpt18 strpos($original, ':') + 1,
H A Dmysql_pdo_test.inc55 strpos(PDO_MYSQL_TEST_DSN, ':') + 1,
/PHP-5.5/tests/
H A Dquicktester.inc36 if (strpos($test, $a_operator)!== FALSE) {
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug62593.phpt54 if (strpos('Invalid text representation', $error[2]) !== false)
/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746_2.phpt14 if (strpos($ret, 'privilege')) {
/PHP-5.5/ext/wddx/tests/
H A D005.phpt16 if (($p = strpos($save_path, ';')) !== false) {
H A D004.phpt16 if (($p = strpos($save_path, ';')) !== false) {
/PHP-5.5/ext/oci8/tests/
H A Dfield_funcs3.phpt18 if (strpos($v, 'Oracle TimesTen') === false) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_reflection.phpt8 if (($tmp = substr(PHP_VERSION, 0, strpos(PHP_VERSION, '.'))) && ($tmp < 5))
H A Dmysqli_class_mysqli_warning_reflection.phpt9 if (($tmp = substr(PHP_VERSION, 0, strpos(PHP_VERSION, '.'))) && ($tmp < 5))
H A Dmysqli_class_mysqli_result_reflection.phpt10 if (($tmp = substr(PHP_VERSION, 0, strpos(PHP_VERSION, '.'))) && ($tmp < 5))
H A Dmysqli_pconn_max_links.phpt70 $phpinfo = substr($phpinfo, strpos($phpinfo, 'MysqlI Support => enabled'), 500);
/PHP-5.5/ext/phar/tests/
H A Dphar_gobyebye-win32.phpt5 if (strpos(PHP_OS, 'WIN') === false) die("skip Extra warning on Windows.");
/PHP-5.5/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-5.5/ext/standard/
H A Dphp_string.h48 PHP_FUNCTION(strpos);
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt85 $phpinfo = substr($phpinfo, strpos($phpinfo, 'MySQL Support => enabled'), 500);
139 $phpinfo = substr($phpinfo, strpos($phpinfo, 'MySQL Support => enabled'), 500);
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php264 $pos = strpos($success,':');
515 $pos = strpos($res,':');
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php496 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 71 milliseconds

1234