Home
last modified time | relevance | path

Searched refs:S (Results 76 – 100 of 249) sorted by relevance

12345678910

/PHP-7.1/ext/tidy/tests/
H A D017.phpt9 <!DOCTYPE html%S>
H A D026.phpt16 <!DOCTYPE html%S>
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dwrite16.phar8 …t������H������E�������<?php __HALT_COMPILER();<?php __HALT_COMPILER();X^*ٖO�i���T�S�܀\���GBMB
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput135 /abc/S+I
/PHP-7.1/ext/date/tests/
H A Dtimezone_version_get_basic1.phpt5 #PHPTestFest2014 São Paulo 2014-07-05
H A D009_win32.phpt22 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
32 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
/PHP-7.1/ext/mbstring/tests/
H A Dmb_ereg_replace_callback.phpt11 echo mb_ereg_replace_callback('(\S+)', function($m){return $m[1].'('.strlen($m[1]).')';}, $str);
H A Dmb_ereg_variation6.phpt30 '\S+' => b'\S+',
123 --** Pattern is: \S+ **--
/PHP-7.1/ext/standard/tests/time/
H A Dstrptime_basic.phpt26 var_dump(strptime($str, '%H:%M:%S %p %B %d %Y'));
29 var_dump(strptime($str, '%H:%M:%S %m/%d/%y'));
H A Dstrptime_parts.phpt26 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
35 $res = strptime($str, '%H:%M:%S %m/%d/%y');
/PHP-7.1/ext/curl/tests/
H A Dserver.inc23 $cmd = "{$php_executable} -t {$doc_root} -n -S " . PHP_CURL_SERVER_ADDRESS;
33 $cmd = "exec {$php_executable} -t {$doc_root} -n -S " . PHP_CURL_SERVER_ADDRESS;
/PHP-7.1/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt132 var_dump( str_replace("world'S", "FOUND", "$str'S") );
136 var_dump( str_replace("worldS", "FOUND", "${str}S") );
137 var_dump( str_replace("worldS", "FOUND", "{$str}S") );
H A Ducfirst.phpt115 var_dump(ucfirst("$str'S"));
119 var_dump(ucfirst("${str}S"));
120 var_dump(ucfirst("{$str}S"));
200 string(7) "World'S"
H A Dbug48709.phpt29 x => S
/PHP-7.1/ext/spl/tests/
H A Dbug70068.phpt6 $a = unserialize('a:3:{i:0;C:11:"ArrayObject":20:{x:i:0;r:3;;m:a:0:{};}i:1;d:11;i:2;S:31:"AAAAAAAAB…
/PHP-7.1/ext/intl/tests/
H A Dbug76556.phpt21 string(%d) "%SRuleBasedBreakIterator%S"
/PHP-7.1/ext/fileinfo/tests/
H A Dbug68735.phpt15 …image data, JFIF standard 1.01, resolution (DPI), density 180x52, segment length 16, comment: "%S""
/PHP-7.1/ext/standard/tests/network/
H A Dsocket_get_status_basic.phpt28 string(%d) "tcp_socket%S"
/PHP-7.1/ext/gettext/tests/locale/fi/LC_MESSAGES/
H A Dmessages.po2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
/PHP-7.1/ext/gettext/tests/locale/en/LC_MESSAGES/
H A Dmessages.po2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
/PHP-7.1/ext/gd/tests/
H A Dimagestring_error6.phpt17 Warning: imagestring() expects parameter 5 to be string%S, %s given in %s on line %d
H A Dimagestringup_error6.phpt17 Warning: imagestringup() expects parameter 5 to be string%S, %s given in %s on line %d
H A Dimagechar_error6.phpt17 Warning: imagechar() expects parameter 5 to be string%S, %s given in %s on line %d
H A Dimagecharup_error6.phpt17 Warning: imagecharup() expects parameter 5 to be string%S, %s given in %s on line %d
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server.inc21 $cmd = "{$php_executable} -t {$doc_root} -n {$cmd_args} -S " . PHP_CLI_SERVER_ADDRESS;
34 $cmd = "exec {$php_executable} -t {$doc_root} -n {$cmd_args} -S " . PHP_CLI_SERVER_ADDRESS;

Completed in 36 milliseconds

12345678910