Home
last modified time | relevance | path

Searched refs:PHP_OS (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/php-src/ext/opcache/tests/
H A Dbug69038.phpt13 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 Dissue0183.phpt10 <?php if (PHP_OS != "Linux") die("skip, only for linux"); ?>
14 switch (PHP_OS) {
H A Dbug78185.phpt13 if (substr(PHP_OS, 0, 3) !== 'WIN') {
24 if (substr(PHP_OS, 0, 3) !== 'WIN') {
H A Drevalidate_path_01.phpt29 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 Dbug49341.phpt8 if (PHP_OS !== 'Darwin' && false === strpos(PHP_OS, 'BSD')) {
H A Dsocket_create_pair.phpt8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
H A Dsocket_dontfragment_bsd.phpt7 if (PHP_OS != 'FreeBSD') {
H A Dsocket_dontfragment.phpt7 if (PHP_OS != 'Linux') {
/php-src/ext/zlib/tests/
H A Dgzopen_include_path.inc18 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 Dbug55544.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
10 if (PHP_OS == "Darwin") {
H A Dgzencode_variation1.phpt8 if( substr(PHP_OS, 0, 3) == "WIN" ) {
14 if (PHP_OS == "Darwin") {
H A Dgzencode_variation2.phpt8 if( substr(PHP_OS, 0, 3) == "WIN" ) {
14 if (PHP_OS == "Darwin") {
/php-src/ext/standard/tests/file/
H A Dfopen_include_path.inc18 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 Dcli_process_title_unix.phpt9 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 Dphp_cli_server_pdeathsig.phpt8 if (!(str_contains(PHP_OS, 'Linux') || str_contains(PHP_OS, 'FreeBSD'))) {
H A D025.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
/php-src/ext/standard/tests/directory/
H A Dbug74589_utf8.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN' && PHP_OS != 'Linux') {
H A Ddirectory_constants-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Ddirectory_constants.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
/php-src/Zend/tests/
H A Dbug55509.phpt16 if (PHP_OS == 'Linux') {
30 elseif (PHP_OS == 'FreeBSD') {
51 } elseif (PHP_OS == "WINNT") {
/php-src/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt20 elseif(substr(PHP_OS,0,3) == "WIN") $file = "C:/WINDOWS/system32/drivers/etc/services";
21 else die(PHP_OS. " unsupported");
/php-src/ext/standard/tests/
H A Dphp_version_win_const.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
/php-src/ext/standard/tests/strings/
H A Dbasename_invalid_path_win.phpt5 if((substr(PHP_OS, 0, 3) != "WIN"))
/php-src/ext/standard/tests/streams/
H A Dstream_get_contents_002.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip: non windows test");
/php-src/ext/standard/tests/mail/
H A Dmail_windows_skipif.inc2 if(substr(PHP_OS, 0, 3) !== 'WIN') {

Completed in 37 milliseconds

12345678910>>...27