Home
last modified time | relevance | path

Searched refs:substr (Results 251 – 275 of 804) sorted by relevance

1...<<11121314151617181920>>...33

/php-src/ext/standard/tests/mail/
H A Dmail_variation2.phpt9 if(substr(PHP_OS, 0, 3) == "WIN")
/php-src/ext/standard/tests/network/
H A Dgetmxrr.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
/php-src/ext/standard/tests/streams/
H A Dbug49936_win32.phpt5 if( substr(PHP_OS, 0, 3) != "WIN" )
/php-src/ext/standard/tests/file/
H A D006_basic.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dfilesize_variation1-win32-mb.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dfilesize_variation1-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A D006_error.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dinclude_userstream_002.phpt17 $this->stream = fopen("test1://".substr($path, 8), $mode);
33 $ret = substr($this->data, $this->pos, $count);
H A Dreadfile_variation8-win32-mb.phpt7 if(substr(PHP_OS, 0, 3) != "WIN")
31 $unixifiedDir = '/'.substr(str_replace('\\','/',$absSubDir),3);
H A Drename_variation11-win32.phpt7 if(substr(PHP_OS, 0, 3) != "WIN")
25 $unixifiedDir = '/'.substr(str_replace('\\','/',$absSubDir),3);
H A Dfile_get_contents_variation7-win32-mb.phpt7 if(substr(PHP_OS, 0, 3) != "WIN")
22 $unixifiedDir = '/'.substr(str_replace('\\','/',$absSubDir),3);
H A Dfile_get_contents_variation7-win32.phpt7 if(substr(PHP_OS, 0, 3) != "WIN")
22 $unixifiedDir = '/'.substr(str_replace('\\','/',$absSubDir),3);
H A Dfile_variation8-win32.phpt7 if(substr(PHP_OS, 0, 3) != "WIN")
22 $unixifiedDir = '/'.substr(str_replace('\\','/',$absSubDir),3);
/php-src/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt5 if (substr(PHP_OS, 0, 3) != "WIN") die("skip Windows only");
H A Dbug69646.phpt5 if( substr(PHP_OS, 0, 3) != "WIN" )
H A Ddl-003.phpt14 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
/php-src/sapi/cli/tests/
H A D015.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dbug74600.phpt6 if (substr(PHP_OS, 0, 3) == "WIN") die("skip non windows test");
H A D021.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D013.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D008.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
/php-src/ext/gd/tests/
H A Dbug48732-mb.phpt8 … if (substr(PHP_OS, 0, 3) == 'WIN') die('skip UTF-8 font file names not yet supported on Windows');
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dstream_test.inc20 $ret = substr(self::$string, $this->position, $count);
/php-src/ext/ffi/tests/
H A Dgh14626.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip no malloc() on windows");
/php-src/ext/date/tests/
H A Dexamine_diff.inc50 $expect_interval = new DateInterval('P' . substr($expect_spec, 2));
51 if (substr($expect_spec, 1, 1) == '-') {

Completed in 35 milliseconds

1...<<11121314151617181920>>...33