Home
last modified time | relevance | path

Searched refs:substr (Results 201 – 225 of 799) sorted by relevance

12345678910>>...32

/php-src/ext/standard/tests/file/
H A Dbug39367.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dbug47517.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dmkdir_variation5-win32.phpt7 if(substr(PHP_OS, 0, 3) != "WIN")
19 $unixifiedDir = '/'.substr(str_replace('\\','/',$cwd).'/'.$workDir.'/'.$subDir, 3);
H A Dlchgrp_basic.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip no windows support');
H A Drename_variation7.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip.. not for Windows');
H A Dbug77552.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Drename_variation6-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') die('skip.. for Windows');
/php-src/ext/standard/tests/general_functions/
H A Descapeshellcmd-win32.phpt5 if( substr(PHP_OS, 0, 3) != 'WIN' ) {
H A Dghsa-pc52-254m-w9w7_1.phpt5 if( substr(PHP_OS, 0, 3) != "WIN" )
H A Dghsa-pc52-254m-w9w7_2.phpt5 if( substr(PHP_OS, 0, 3) != "WIN" )
H A Dghsa-pc52-254m-w9w7_3.phpt5 if( substr(PHP_OS, 0, 3) != "WIN" )
/php-src/sapi/cli/tests/
H A D010.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dbug71624.phpt24 if (substr(PHP_OS, 0, 3) == 'WIN') {
/php-src/ext/gd/tests/
H A Dbug77272.phpt11 if (substr(PHP_OS, 0, 3) == 'WIN' && PHP_INT_SIZE === 4) die("skip not for Windows x86");
/php-src/ext/xml/tests/
H A Dxml002.phpt39 if (substr($data, 0, 1) == "&" && substr($data, -1, 1) == ";") {
/php-src/tests/basic/
H A Derrorlog_permission.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
/php-src/ext/sockets/tests/
H A Dsocket_clear_error-win32.phpt10 if(substr(PHP_OS, 0, 3) != 'WIN' ) {
/php-src/ext/curl/tests/
H A Dbug61948-unix.phpt6 <?php if(substr(PHP_OS, 0, 3) == 'WIN' )
/php-src/ext/standard/tests/strings/
H A Ddirname_multi_win.phpt5 if((substr(PHP_OS, 0, 3) != "WIN"))
H A Dsetlocale-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') die('skip this test is for Windows platforms only');
/php-src/ext/zlib/tests/
H A Dgzinflate-bug42663.phpt15 $truncated = substr($deflated, 0, 65535);
H A Dbug_34821.phpt26 var_dump($s === gzinflate(substr(gzencode($s), 10, -8)));
/php-src/ext/readline/tests/
H A Dlibedit_info_001.phpt7 if(substr(PHP_OS, 0, 3) == 'WIN' ) {
/php-src/ext/sqlite3/tests/
H A Dstream_test.inc18 $ret = substr(self::$string, $this->position, $count);
/php-src/ext/date/tests/
H A Ddate_default_timezone_set-1.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip diff TZ detection on windows.');

Completed in 35 milliseconds

12345678910>>...32