Home
last modified time | relevance | path

Searched refs:substr (Results 726 – 750 of 804) sorted by relevance

1...<<21222324252627282930>>...33

/php-src/ext/standard/tests/file/
H A Dfwrite_basic-win32-mb.phpt5 if( substr(PHP_OS, 0, 3) != 'WIN' ) {
H A Dfwrite_basic-win32.phpt5 if( substr(PHP_OS, 0, 3) != 'WIN' ) {
H A Dfwrite_basic.phpt5 if( substr(PHP_OS, 0, 3) == 'WIN' ) {
H A Dfnmatch_variation.phpt15 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dfseek_ftell_rewind_variation2-win32.phpt5 if( substr(PHP_OS, 0, 3) != "WIN" )
H A Dfseek_ftell_rewind_variation2.phpt5 if( substr(PHP_OS, 0, 3) == "WIN" )
H A Dfwrite_variation1-win32-mb.phpt5 if( substr(PHP_OS, 0, 3) != 'WIN' ) {
H A Duserstreams.phpt111 $ret = substr($GLOBALS[$this->varname], $this->position, $count);
H A Dfgets_variation6-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dfgets_variation6.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dpathinfo_basic1-win32.phpt7 if(substr(PHP_OS, 0, 3) != "WIN")
H A Dbasename_variation1-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dbasename_variation1.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt5 if( substr(PHP_OS, 0, 3) != "WIN" )
H A Dfseek_ftell_rewind_basic2-win32.phpt5 if( substr(PHP_OS, 0, 3) != "WIN" )
H A Dfseek_ftell_rewind_basic2.phpt5 if( substr(PHP_OS, 0, 3) == "WIN" )
H A Dpathinfo_basic1.phpt7 if(substr(PHP_OS, 0, 3) == "WIN")
H A D005_variation-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
/php-src/ext/mbstring/tests/
H A Dhz_encoding.phpt131 if (substr(mb_convert_encoding($str, 'HZ', 'CP51932'), -4) !== "\x45\x49~}")
/php-src/ext/standard/tests/general_functions/
H A Dghsa-9fcc-425m-g385_003.phpt5 if( substr(PHP_OS, 0, 3) != "WIN" )
/php-src/ext/xml/tests/
H A Dbug32001.phpt110 $success = @xml_parse($parser, substr($data, $offset, $this->chunk_size), false);
/php-src/ext/mysqli/tests/
H A Dmysqli_fork.phpt218 printf("%10s %s\n", $row['sender'], substr($row['msg'], 0, 5));
/php-src/ext/ftp/tests/
H A Dserver.inc14 $port = (int) substr($socket_name, strrpos($socket_name, ':') + 1);
420 $pasv_port = (int) substr($soc_name, strrpos($soc_name, ':') + 1);
/php-src/sapi/fpm/tests/
H A Dlogtool.inc266 if ($matches[1] !== substr(self::FINAL_SUFFIX, $this->suffixPosition)) {
388 … $expectedMessage = substr($this->message, $expectedMessageStart, strlen($matchedMessage));
/php-src/ext/session/tests/
H A Dsession_decode_error2.phpt19 $encoded = substr($data, 0, $index);

Completed in 37 milliseconds

1...<<21222324252627282930>>...33