Home
last modified time | relevance | path

Searched refs:substr (Results 76 – 100 of 831) sorted by relevance

12345678910>>...34

/PHP-7.4/sapi/cli/tests/
H A D002-unix.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D018.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-7.4/ext/standard/tests/file/
H A Dbug41874_3.phpt7 if(substr(PHP_OS, 0, 3) != 'WIN' ) {
H A Dbug78386.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only");
H A Dbug41655_1-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dbug41655_1.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
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') {
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_socket_pair.phpt5 $domain = (strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? STREAM_PF_INET : STREAM_PF_UNIX);
H A Dbug49936.phpt5 if( substr(PHP_OS, 0, 3) == "WIN" )
H A Deagain_is_not_an_error.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip not for Windows');
/PHP-7.4/ext/mysqli/tests/
H A D035.phpt15 $sinfo = substr(mysqli_get_server_info($link),0,1);
H A D028.phpt15 $cset = substr(mysqli_character_set_name($link),0,6);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_50323.phpt17 $dsn = substr($original,
37 $dsn = substr($dsn, 0, strlen($dsn) -1);
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_scalarmult.phpt13 sodium_crypto_scalarmult(substr($n, 1), $p);
/PHP-7.4/ext/openssl/tests/
H A Dbug65698.phpt7 $crt = substr(__FILE__, 0, -4).'.crt';
/PHP-7.4/ext/ffi/tests/
H A D301.phpt5 <?php if (substr(PHP_OS, 0, 3) == 'WIN') die('skip not for Windows'); ?>
H A Dbug78714.phpt12 echo substr(FFI::string($ffi->get_zend_version()), 0, 4) . "\n";
H A D302.phpt5 <?php if (substr(PHP_OS, 0, 3) == 'WIN') die('skip not for Windows'); ?>
/PHP-7.4/Zend/tests/
H A Dbug39542.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-7.4/ext/opcache/tests/
H A Dbug71443.phpt10 <?php if (substr(PHP_OS, 0, 3) == 'WIN') die('skip.. not for Windows'); ?>
/PHP-7.4/ext/sockets/tests/
H A Dsocket_create_pair.phpt11 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
/PHP-7.4/ext/standard/tests/dir/
H A Dbug78220.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only");

Completed in 36 milliseconds

12345678910>>...34