Home
last modified time | relevance | path

Searched refs:substr (Results 101 – 125 of 799) sorted by relevance

12345678910>>...32

/php-src/ext/sockets/tests/
H A Dsocket_create_listen.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dsocket_create_listen-win32.phpt7 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dsocket_import_stream-1.phpt8 $domain = (strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? STREAM_PF_INET : STREAM_PF_UNIX);
H A Dsocket_export_stream-1.phpt8 $domain = (strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? AF_INET : AF_UNIX);
H A Dsocket_select.phpt8 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
H A Dsocket_select-wrongparams-4.phpt10 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc56 $dsn = substr(PDO_MYSQL_TEST_DSN,
79 $dsn = substr($dsn, 0, strlen($dsn) -1);
181 (int) substr($expected_version, 0, 1),
182 (int) substr($expected_version, 1, 2),
183 (int) substr($expected_version, 3, 2),
/php-src/ext/standard/tests/streams/
H A Dproc_open_bug64438.phpt8 if (substr(PHP_OS, 0, 3) == 'WIN') {
42 $written = fwrite($writePipes[0], substr($stdin, $stdinOffset), 8192);
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_with_working_stream_wrapper.phpt14 $this->data = substr($path, 6);
19 $ret = substr($this->data, $this->position, $count);
/php-src/ext/ffi/tests/
H A D303.phpt6 <?php if (substr(PHP_OS, 0, 3) == 'WIN') die('skip not for Windows'); ?>
/php-src/ext/standard/tests/file/
H A Drealpath_cache.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dchgrp.phpt5 if(substr(PHP_OS, 0, 3) == "WIN")
H A Dbug41874.phpt5 if(substr(PHP_OS, 0, 3) != 'WIN' ) die('skip windows only test');
/php-src/ext/standard/tests/network/
H A Dsyslog_null_byte.phpt5 if(substr(PHP_OS, 0, 3) == "WIN")
H A Dsyslog_new_line.phpt5 if(substr(PHP_OS, 0, 3) == "WIN")
/php-src/ext/date/tests/
H A Ddate_default_timezone_get-1.phpt5 if(substr(PHP_OS, 0, 3) == 'WIN') die("skip on windows");
/php-src/ext/standard/tests/dir/
H A Dbug78220.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only");
/php-src/ext/standard/tests/general_functions/
H A Dbug49847.phpt5 $iswin = substr(PHP_OS, 0, 3) == "WIN";
/php-src/Zend/tests/
H A Dbug39542.phpt9 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dbug47516.phpt5 $s='substr';
/php-src/ext/zlib/tests/
H A Dbug55544.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
/php-src/sapi/fpm/tests/
H A Dskipif.inc3 if (substr(PHP_OS, 0, 3) == 'WIN') {
/php-src/sapi/cli/tests/
H A D003-2.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
/php-src/ext/readline/tests/
H A Dlibedit_write_history_001-win32.phpt8 if(substr(PHP_OS, 0, 3) != 'WIN' ) {
/php-src/ext/sodium/tests/
H A Dcrypto_secretbox.phpt17 sodium_crypto_secretbox('test', substr($nonce, 1), $key);

Completed in 26 milliseconds

12345678910>>...32