Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 234) sorted by path

12345678910

/PHP-5.5/
H A DNEWS2807 . Fixed bug #62357 (compile failure: (S) Arguments missing for built-in
5942 Dmitry L., Stanislav M., Vadim S., Kirti V.)
7575 - Fixed wrong length calculation in unserialize S type
8138 (Toby S. and Christian S.)
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES50 includes "S". If you have specifically configured your system to not
H A DREADME.REDIST.BINS219 U.S. government, the Government shall have only "Restricted Rights"
226 authors grant the U.S. Government and others acting in its behalf
H A Dacinclude.m4260 …*.S[)] ac_comp="$b_c_pre $3 $ac_inc $b_c_meta -c $ac_srcdir$ac_src -o $ac_bdir$ac_obj.$b_lo $6$b_c…
H A Dconfig.guess586 DPX/2?00:B.O.S.:*:*)
1154 SM[BE]S:UNIX_SV:*:*)
/PHP-5.5/Zend/
H A DREADME.ZEND_VM18 <HANDLER'S CODE>
27 <HANDLER'S CODE> is a handler's code itself. For most handlers it stills the
80 <HELPER'S CODE>
85 <HELPER'S CODE>
H A Dzend_alloc.c659 #define ZEND_MM_LARGE_BUCKET_INDEX(S) zend_mm_high_bit(S) argument
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.5/Zend/RFCs/
H A D002.txt4 Maintainer: Stig S. Bakken <ssb@php.net>
/PHP-5.5/Zend/tests/
H A Doffset_string.phpt34 string(1) "S"
37 string(1) "S"
40 string(1) "S"
53 string(1) "S"
/PHP-5.5/build/
H A Dlibtool.m41286 old_striplib="$STRIP -S"
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1290 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
/PHP-5.5/ext/curl/tests/
H A Dcurl_error_basic.phpt41 string(%d) "%sfakeURL%S"
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.5/ext/date/lib/
H A Dparse_date.re1894 case 'S': /* day suffix, ignored, nor checked */
H A Dparse_iso_intervals.re268 …r "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "M")? (number "S")?)?;
338 case 'S': s->period->s = nr; break;
/PHP-5.5/ext/date/tests/
H A D009.phpt17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
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 DDateInterval_format.phpt25 echo $interval->format('S=%S') . "\n";
57 S=06
H A Dbug27780.phpt38 echo $time, strftime(" [%Y-%m-%d %H:%M:%S %Z]", $time), " [$timestring]\n";
H A Dgmdate_variation4.phpt26 var_dump( gmdate('S') );
27 var_dump( gmdate('S', $timestamp) );
H A Dgmstrftime_basic.phpt14 $format = '%b %d %Y %H:%M:%S';
H A Dgmstrftime_error.phpt19 $format = '%b %d %Y %H:%M:%S';
H A Dgmstrftime_variation15.phpt28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--

Completed in 121 milliseconds

12345678910