Home
last modified time | relevance | path

Searched refs:S (Results 51 – 75 of 242) sorted by relevance

12345678910

/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput2112 In 16-bit mode with options: S>testdata/saved16LE-1
14 In 32-bit mode with options: S>testdata/saved32LE-1
H A Dtestinput4204 />\S/8
249 /\S+/8
254 /\S{2,3}/8
260 /\S{2,3}?/8
493 /\S\S/8g
496 /\S{2}/8g
505 /\S/8g
508 /[\S]/8g
523 /[\S\s]*/8
529 /.[^\S]./8g
[all …]
H A Dtestinput135 /abc/S+I
/PHP-5.6/ext/date/tests/
H A DDateInterval_format.phpt25 echo $interval->format('S=%S') . "\n";
57 S=06
H A Dgmdate_variation4.phpt26 var_dump( gmdate('S') );
27 var_dump( gmdate('S', $timestamp) );
H A D009_win32.phpt18 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));
28 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));
H A Dgmstrftime_variation15.phpt28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--
H A Dgmstrftime_variation16.phpt28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--
H A Dstrftime_variation15.phpt28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--
H A Dstrftime_variation16.phpt28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--
H A Dtimezone_version_get_basic1.phpt5 #PHPTestFest2014 São Paulo 2014-07-05
/PHP-5.6/ext/curl/tests/
H A Dcurl_setopt_basic002.phpt50 string(%d) "%S"
51 string(%d) "%S"
H A Dserver.inc23 $cmd = "{$php_executable} -t {$doc_root} -n -S " . PHP_CURL_SERVER_ADDRESS;
27 $cmd = "exec {$php_executable} -t {$doc_root} -n -S " . PHP_CURL_SERVER_ADDRESS;
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dsha1.phar2 0���������������������hi���UIG����*�ض������hi��*uI��~���+S��i c���GBMB
H A Dfrontcontroller2.phar6 …���ж���������a.phps����G���l�`�������hiohio<?php function hio(){}۬�q��S�,ۋ�2�X��"(����GBMB
H A Dwrite16.phar8 …t������H������E�������<?php __HALT_COMPILER();<?php __HALT_COMPILER();X^*ٖO�i���T�S�܀\���GBMB
/PHP-5.6/ext/phar/tests/files/
H A Dsha1.phar2 0���������������������hi���UIG����*�ض������hi��*uI��~���+S��i c���GBMB
H A Dfrontcontroller2.phar6 …���ж���������a.phps����G���l�`�������hiohio<?php function hio(){}۬�q��S�,ۋ�2�X��"(����GBMB
/PHP-5.6/ext/pdo_oci/
H A Dphp_pdo_oci_int.h92 #define oci_stmt_error(w) _oci_error(S->err, stmt->dbh, stmt, w, S->last_err, FALSE, __FILE__, __LI…
/PHP-5.6/ext/opcache/tests/
H A Dphp_cli_server.inc17 $cmd = "{$php_executable} -t {$doc_root} $ini -S " . PHP_CLI_SERVER_ADDRESS;
20 $cmd = "exec {$php_executable} -t {$doc_root} $ini -S " . PHP_CLI_SERVER_ADDRESS . " 2>/dev/null";
/PHP-5.6/tests/lang/
H A Dfunc_get_args.003.phpt10 Warning\: func_get_args\(\)\: Called from the global scope - no function context in \S* on line 3
/PHP-5.6/Zend/
H A Dzend_strtod.c1293 n = S->wds; in quorem()
1300 sx = S->x; in quorem()
1347 sx = S->x; in quorem()
1689 S = mhi = 0; in zend_dtoa()
1752 S = mhi = 0; in zend_dtoa()
1842 S = i2b(1); in zend_dtoa()
1844 S = pow5mult(S, s5); in zend_dtoa()
1891 S = lshift(S, s2); in zend_dtoa()
1902 if (ilim < 0 || cmp(b,S = multadd(S,5,0)) <= 0) { in zend_dtoa()
1994 j = cmp(b, S); in zend_dtoa()
[all …]
/PHP-5.6/sapi/cli/tests/
H A Dphp_cli_server.inc21 $cmd = "{$php_executable} -t {$doc_root} -n {$cmd_args} -S " . PHP_CLI_SERVER_ADDRESS;
28 $cmd = "exec {$php_executable} -t {$doc_root} -n {$cmd_args} -S " . PHP_CLI_SERVER_ADDRESS;
/PHP-5.6/ext/standard/tests/time/
H A Dstrptime_basic.phpt27 var_dump(strptime($str, '%H:%M:%S %p %B %d %Y'));
30 var_dump(strptime($str, '%H:%M:%S %m/%d/%y'));
H A Dstrptime_parts.phpt27 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
36 $res = strptime($str, '%H:%M:%S %m/%d/%y');

Completed in 37 milliseconds

12345678910