/php-src/ext/opcache/tests/ |
H A D | bug69038.phpt | 13 switch (PHP_OS) { 15 case PHP_OS: return "okey"; 26 switch (PHP_OS) { 28 case PHP_OS: 29 switch (PHP_OS) { 31 case PHP_OS: return "okey"; 53 switch (PHP_OS) { 55 case PHP_OS: return "okey";
|
H A D | issue0183.phpt | 10 <?php if (PHP_OS != "Linux") die("skip, only for linux"); ?> 14 switch (PHP_OS) {
|
H A D | bug78185.phpt | 14 if (substr(PHP_OS, 0, 3) !== 'WIN') { 25 if (substr(PHP_OS, 0, 3) !== 'WIN') {
|
H A D | revalidate_path_01.phpt | 29 if (substr(PHP_OS, 0, 3) == 'WIN') { 44 if (substr(PHP_OS, 0, 3) == 'WIN') { 66 if (substr(PHP_OS, 0, 3) == 'WIN') {
|
/php-src/ext/sockets/tests/ |
H A D | bug49341.phpt | 8 if (PHP_OS !== 'Darwin' && false === strpos(PHP_OS, 'BSD')) {
|
H A D | socket_create_pair.phpt | 8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
|
H A D | socket_dontfragment_bsd.phpt | 7 if (PHP_OS != 'FreeBSD') {
|
H A D | socket_dontfragment.phpt | 7 if (PHP_OS != 'Linux') {
|
/php-src/ext/zlib/tests/ |
H A D | gzopen_include_path.inc | 18 if(substr(PHP_OS, 0, 3) == 'WIN' ) { 32 if(substr(PHP_OS, 0, 3) == 'WIN' ) { 48 if(substr(PHP_OS, 0, 3) == 'WIN' ) { 64 if(substr(PHP_OS, 0, 3) == 'WIN' ) {
|
H A D | bug55544.phpt | 7 if (substr(PHP_OS, 0, 3) == 'WIN') { 10 if (PHP_OS == "Darwin") {
|
H A D | gzencode_variation1.phpt | 8 if( substr(PHP_OS, 0, 3) == "WIN" ) { 14 if (PHP_OS == "Darwin") {
|
H A D | gzencode_variation2.phpt | 8 if( substr(PHP_OS, 0, 3) == "WIN" ) { 14 if (PHP_OS == "Darwin") {
|
/php-src/ext/standard/tests/file/ |
H A D | fopen_include_path.inc | 18 if(substr(PHP_OS, 0, 3) == 'WIN' ) { 32 if(substr(PHP_OS, 0, 3) == 'WIN' ) { 48 if(substr(PHP_OS, 0, 3) == 'WIN' ) { 64 if(substr(PHP_OS, 0, 3) == 'WIN' ) {
|
/php-src/sapi/cli/tests/ |
H A D | cli_process_title_unix.phpt | 9 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') 28 if (strtoupper(substr(PHP_OS, 0, 3)) == "AIX") 41 if (strpos(strtoupper(substr(PHP_OS, 0, 13)), "BSD") !== false)
|
H A D | php_cli_server_pdeathsig.phpt | 8 if (!(str_contains(PHP_OS, 'Linux') || str_contains(PHP_OS, 'FreeBSD'))) {
|
H A D | 025.phpt | 6 if (substr(PHP_OS, 0, 3) == 'WIN') {
|
/php-src/ext/standard/tests/directory/ |
H A D | bug74589_utf8.phpt | 5 if (substr(PHP_OS, 0, 3) != 'WIN' && PHP_OS != 'Linux') {
|
H A D | directory_constants-win32.phpt | 5 if (substr(PHP_OS, 0, 3) != 'WIN') {
|
H A D | directory_constants.phpt | 5 if (substr(PHP_OS, 0, 3) == 'WIN') {
|
/php-src/ext/standard/tests/network/ |
H A D | ip2long_variation2_x64.phpt | 10 if(PHP_OS == 'Darwin') die("skip - inet_pton behaves differently on Darwin"); 11 if(PHP_OS == 'OpenBSD') die("skip - inet_pton accepts leading zeros on OpenBSD");
|
/php-src/ext/standard/tests/general_functions/ |
H A D | getservbyport_basic.phpt | 20 elseif(substr(PHP_OS,0,3) == "WIN") $file = "C:/WINDOWS/system32/drivers/etc/services"; 21 else die(PHP_OS. " unsupported");
|
/php-src/Zend/tests/ |
H A D | bug55509.phpt | 16 if (PHP_OS == 'Linux') { 30 elseif (PHP_OS == 'FreeBSD') { 51 } elseif (PHP_OS == "WINNT") {
|
/php-src/ext/standard/tests/ |
H A D | php_version_win_const.phpt | 5 if (substr(PHP_OS, 0, 3) != 'WIN') {
|
/php-src/ext/standard/tests/strings/ |
H A D | basename_invalid_path_win.phpt | 5 if((substr(PHP_OS, 0, 3) != "WIN"))
|
/php-src/ext/standard/tests/streams/ |
H A D | stream_get_contents_002.phpt | 5 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip: non windows test");
|