Home
last modified time | relevance | path

Searched refs:PHP_OS (Results 76 – 100 of 664) sorted by relevance

12345678910>>...27

/PHP-5.5/ext/standard/tests/file/
H A Dbug43353-win32.phpt5 if(substr(PHP_OS, 0, 3) != "WIN")
H A Dchmod_basic.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dchmod_variation1.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dtouch_variation1.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dbug43353.phpt5 if(substr(PHP_OS, 0, 3) == "WIN")
H A Dbug44805.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dglob_variation6.phpt4 <?php if( substr(PHP_OS, 0, 3) != "WIN" ) {die('skip only valid on Windows');} ?>
H A Dbug39367.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/tests/security/
H A Dopen_basedir_001.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/iconv/tests/
H A Diconv_basic_001-win32.phpt7 <?php if(substr(PHP_OS, 0, 3) != 'WIN' ) {die('skip windows only test');} ?>
/PHP-5.5/ext/sockets/tests/
H A Dsocket_select-wrongparams-3.phpt13 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
H A Dsocket_select-wrongparams-1.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/filter/tests/
H A Dbug52209.phpt8 if(substr(PHP_OS, 0, 3) == "WIN") die("skip Not for Windows");
/PHP-5.5/sapi/cli/tests/
H A D010.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/standard/tests/general_functions/
H A Descapeshellcmd-win32.phpt5 if( substr(PHP_OS, 0, 3) != 'WIN' ) {
H A Dgetservbyname_variation9.phpt5 if(PHP_OS == 'Darwin') {
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60455_01.phpt9 $domain = (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN' ? STREAM_PF_INET : STREAM_PF_UNIX);
/PHP-5.5/ext/session/tests/
H A Dbug66481.phpt7 <?php if(substr(PHP_OS, 0, 3) == "WIN") die("skip Not for Windows"); ?>
H A Dbug66481-win32.phpt7 <?php if(substr(PHP_OS, 0, 3) != "WIN") die("skip Windows only"); ?>
H A Dskipif.inc4 $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
/PHP-5.5/ext/posix/tests/
H A Dposix_getgrgid_wrongparams.phpt11 if (strtolower(PHP_OS) == 'darwin') {
/PHP-5.5/ext/date/tests/
H A Dbug32555.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip strftime uses system TZ');
/PHP-5.5/ext/phar/tests/
H A Dphar_buildfromdirectory2-win.phpt6 if (substr(PHP_OS, 0, 3) != "WIN") die("skip Windows only test");
/PHP-5.5/ext/mbstring/tests/
H A Dbug52861.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt5 if(substr(PHP_OS, 0, 3) == 'WIN' ) {

Completed in 46 milliseconds

12345678910>>...27