Home
last modified time | relevance | path

Searched refs:substr (Results 151 – 175 of 831) sorted by relevance

12345678910>>...34

/PHP-7.4/ext/ffi/tests/
H A D300.phpt6 <?php if (substr(PHP_OS, 0, 3) == 'WIN') die('skip not for Windows'); ?>
H A D301-win32.phpt5 <?php if (substr(PHP_OS, 0, 3) != 'WIN') die('skip for Windows only'); ?>
/PHP-7.4/Zend/tests/
H A Dbug74093.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip not for Windows");
/PHP-7.4/ext/standard/tests/file/
H A Dtouch_variation1.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromdirectory2-win.phpt6 if (substr(PHP_OS, 0, 3) != "WIN") die("skip Windows only test");
H A Dphar_buildfromdirectory2.phpt6 if (substr(PHP_OS, 0, 3) == "WIN") die("skip not for Windows");
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt36 var_dump(substr($p, 0, strlen($p) - 1) == $p2);
46 $p0 = substr($p, 0, strlen($p) - $i*(strlen($s) + 1));
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_peer_fingerprint_basic.phpt56 $lastCharacter = substr($actualMd5, -1, 1);
58 $brokenMd5 = substr($actualMd5, 0, -1) . $brokenLastCharacter;
/PHP-7.4/ext/sockets/tests/
H A Dsocket_cmsg_rights.phpt8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
11 if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {
H A Dsocket_cmsg_credentials.phpt8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
11 if (strtolower(substr(PHP_OS, 0, 3)) == 'aix') {
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-7.4/ext/sodium/tests/
H A Dpwhash_scrypt.phpt13 var_dump(substr($hash, 0, 3) ===
/PHP-7.4/ext/standard/tests/strings/
H A Dwordwrap_memory_limit.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN' && PHP_INT_SIZE == 4) die("skip this test is not for 32bit Window…
H A Dbasename_invalid_path.phpt5 if((substr(PHP_OS, 0, 3) == "WIN"))
H A Dbasename_invalid_path_win.phpt5 if((substr(PHP_OS, 0, 3) != "WIN"))
H A Ddirname_multi.phpt5 if((substr(PHP_OS, 0, 3) == "WIN"))
/PHP-7.4/ext/gd/tests/
H A Dbug48801-mb.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip UTF-8 font file names not yet supported on Windows');
/PHP-7.4/ext/standard/tests/streams/
H A Dbug69521.phpt13 $written += fwrite($fp, substr($data, $written, 100));
H A Dbug60455_01.phpt9 $domain = (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN' ? STREAM_PF_INET : STREAM_PF_UNIX);
/PHP-7.4/ext/readline/tests/
H A Dlibedit_info_001-win32.phpt6 if(substr(PHP_OS, 0, 3) != 'WIN' ) {
/PHP-7.4/sapi/cli/tests/
H A D010.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-7.4/ext/libxml/tests/
H A Dbug69753-mb.phpt7 if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only");
H A Dbug69753.phpt7 if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only");
/PHP-7.4/ext/intl/tests/
H A Dbug67052.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {

Completed in 49 milliseconds

12345678910>>...34