Home
last modified time | relevance | path

Searched refs:substr (Results 226 – 250 of 794) sorted by relevance

12345678910>>...32

/php-src/ext/standard/tests/file/
H A Dparse_ini_file_variation6-win32-mb.phpt7 if(substr(PHP_OS, 0, 3) != "WIN")
22 $unixifiedDir = '/'.substr(str_replace('\\','/',$absSubDir),3);
H A Dparse_ini_file_variation6-win32.phpt7 if(substr(PHP_OS, 0, 3) != "WIN")
22 $unixifiedDir = '/'.substr(str_replace('\\','/',$absSubDir),3);
H A Dreadfile_variation8-win32.phpt7 if(substr(PHP_OS, 0, 3) != "WIN")
31 $unixifiedDir = '/'.substr(str_replace('\\','/',$absSubDir),3);
H A Drmdir_variation3-win32.phpt7 if(substr(PHP_OS, 0, 3) != "WIN")
19 $unixifiedDir = '/'.substr(str_replace('\\','/',$cwd).'/'.$workDir.'/'.$subDir, 3);
H A Ddisk_total_space_error.phpt5 if(substr(PHP_OS, 0, 3) == 'WIN')
H A Dfstat_variation8.phpt11 $isWin = (substr(PHP_OS, 0, 3) == 'WIN');
H A Dlchown_basic.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip no windows support');
H A Drealpath_bug77484.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
/php-src/ext/standard/tests/strings/
H A Dbug40754.phpt8 var_dump(substr("abcde", 1, $v));
75 var_dump(substr("abcde", $v, $v));
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_quote_gbk_double_escape.phpt16 $quoted_without_outer_quotes = substr($quoted, 1, -1);
39 $quoted_without_outer_quotes = substr($quoted, 1, -1);
/php-src/ext/session/tests/
H A Dbug42596.phpt7 if(substr(PHP_OS, 0, 3) == "WIN") die("skip not for Windows");
/php-src/ext/iconv/tests/
H A Diconv_basic_001.phpt9 if (substr(PHP_OS, 0, 3) == 'WIN' ) {die('skip not for windows');}
/php-src/ext/spl/tests/
H A DSplFileInfo_getPerms_basic.phpt13 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms");
H A DSplFileInfo_getInode_basic.phpt13 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms");
/php-src/ext/curl/tests/
H A Dcurl_writeheader_callback.phpt15 if (strtolower(substr($data,0, 4)) == 'http')
/php-src/sapi/cli/tests/
H A D003.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
/php-src/ext/sockets/tests/
H A Dsocket_create_pair-wrongparams-win32.phpt7 if (substr(PHP_OS, 0, 3) != 'WIN') {
/php-src/ext/standard/tests/general_functions/
H A Ddl-001.phpt15 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
H A Ddl-002.phpt16 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
/php-src/ext/zlib/tests/
H A Dgzencode_variation2-win32.phpt8 if( substr(PHP_OS, 0, 3) != "WIN" ) {
H A Dgzencode_variation2.phpt8 if( substr(PHP_OS, 0, 3) == "WIN" ) {
/php-src/ext/opcache/tests/
H A Dblacklist-win32.phpt12 <?php if (substr(PHP_OS, 0, 3) != 'WIN') { die('skip only for Windows'); } ?>
/php-src/ext/phar/tests/
H A Dbug71625.phpt11 if(substr(PHP_OS, 0, 3) != 'WIN' ) {
/php-src/ext/ffi/tests/
H A Dbug78270_1.phpt8 if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only");
/php-src/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt7 if(substr(PHP_OS, 0, 3) == 'WIN' ) {

Completed in 38 milliseconds

12345678910>>...32