Home
last modified time | relevance | path

Searched refs:PHP_OS (Results 26 – 50 of 664) sorted by relevance

12345678910>>...27

/PHP-5.5/sapi/cli/tests/
H A D002.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D018.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D003-2.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D020.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/standard/tests/file/
H A Dbug41874_3.phpt7 if(substr(PHP_OS, 0, 3) != 'WIN' ) {
H A Dpopen_pclose_error.phpt5 if(substr(PHP_OS, 0, 3) == 'WIN' || strtoupper( substr(PHP_OS, 0, 3) ) == 'SUN')
H A Dbug41874_2.phpt7 if(substr(PHP_OS, 0, 3) != 'WIN' ) {
H A Dchown.phpt5 if(substr(PHP_OS, 0, 3) == "WIN")
H A Dchgrp.phpt5 if(substr(PHP_OS, 0, 3) == "WIN")
H A Drealpath_cache.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dbug41874.phpt5 if(substr(PHP_OS, 0, 3) != 'WIN' ) die('skip windows only test');
H A Dbasename_bug66395-win32.phpt4 <?php if (substr(PHP_OS, 0, 3) != 'WIN') { die('skip Windows only basename tests'); } ?>
H A Dbug26615.phpt9 if (substr(PHP_OS, 0, 3) != 'WIN') {
/PHP-5.5/ext/standard/tests/streams/
H A Dbug49936.phpt5 if( substr(PHP_OS, 0, 3) == "WIN" )
H A Dstream_socket_pair.phpt5 $domain = (strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? STREAM_PF_INET : STREAM_PF_UNIX);
/PHP-5.5/Zend/tests/
H A Dbug55509.phpt16 if (PHP_OS == 'Linux') {
30 elseif (PHP_OS == 'FreeBSD') {
H A Dbug39542.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/zlib/tests/
H A Dbug55544-win.phpt6 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dbug55544.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/sockets/tests/
H A Dbug63000.phpt8 if (PHP_OS !== 'Darwin') {
H A Dsocket_create_pair.phpt11 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
H A Dsocket_create_listen-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dsocket_create_listen.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug49847.phpt5 $iswin = substr(PHP_OS, 0, 3) == "WIN";
/PHP-5.5/ext/posix/tests/
H A Dposix_getgrgid_macosx.phpt11 if (strtolower(PHP_OS) != 'darwin') {

Completed in 31 milliseconds

12345678910>>...27