Home
last modified time | relevance | path

Searched refs:S (Results 201 – 225 of 234) sorted by path

12345678910

/PHP-5.5/ext/standard/tests/strings/
H A Dstrstr.phpt145 var_dump( strstr("Hello, world'S", "$needle'S") ); // works
149 var_dump( strstr("Hello, worldS", "${needle}S") ); // works
150 var_dump( strstr("Hello, worldS", "{$needle}S") ); // works
381 string(7) "world'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 Ducwords_variation3.phpt64 string(30) "T E S T I N G U C W O R D S "
H A Ducwords_variation4.phpt71 string(30) "T E S T I N G U C W O R D S "
H A Dvfprintf_variation7.phpt37 "%+s %-s %S",
H A Dvfprintf_variation9.phpt79 ; � S
H A Dvprintf_variation7.phpt37 "%+s %-s %S",
H A Dvprintf_variation9.phpt80 ; � S
H A Dvsprintf_variation7.phpt37 "%+s %-s %S",
H A Dvsprintf_variation9.phpt74 string(7) "; � S
/PHP-5.5/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_error.phpt26 $format = '%b %d %Y %H:%M:%S';
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');
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re633 "S:" uiv ":" ["] {
/PHP-5.5/ext/tidy/
H A Dtidy.c1961 TIDY_TAG_CONST(S); in _php_tidy_register_tags()
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt93 <wddxPacket version='1.0'><header/><data><string>S</string></data></wddxPacket>
/PHP-5.5/ext/zip/lib/
H A Dzip_err_str.c44 #define S ZIP_ET_SYS macro
50 S,
51 S,
52 S,
53 S,
54 S,
59 S,
60 S,
70 S,
/PHP-5.5/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc133 'Arb5+gT6CqAeKTDY6JpKdLALzk92T1SmJcDP/8fnv3z+p8///Ot/0j7/4+f/S/v8v37+y6//y+d/+PxPGnz63z//Z+3zvwDEv3…
/PHP-5.5/
H A Dltmain.sh4568 dlsyms="${outputname}S.c"
4581 $show "$rm $nlist ${nlist}S ${nlist}T"
4582 $run $rm "$nlist" "${nlist}S" "${nlist}T"
H A Dphp.ini-development599 ; starts up. G,P,C,E & S are abbreviations for the following respective super
611 ; This directive determines which super global data (G,P,C,E & S) should
1087 ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
1093 ibase.timeformat = "%H:%M:%S"
H A Dphp.ini-production599 ; starts up. G,P,C,E & S are abbreviations for the following respective super
611 ; This directive determines which super global data (G,P,C,E & S) should
1087 ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
1093 ibase.timeformat = "%H:%M:%S"
/PHP-5.5/main/
H A Dbuild-defs.h.in15 | Author: Stig S�ther Bakken <ssb@php.net> |
/PHP-5.5/sapi/apache/
H A Dconfig.m491 # Test whether apxs support -S option
92 $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1
95 APACHE_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option
100 $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
106 $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
107 -S SYSCONFDIR='$APXS_SYSCONFDIR' \
/PHP-5.5/sapi/apache2filter/
H A Dconfig.m473 $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
79 $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
80 -S SYSCONFDIR='$APXS_SYSCONFDIR' \
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m472 $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
78 $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
79 -S SYSCONFDIR='$APXS_SYSCONFDIR' \

Completed in 52 milliseconds

12345678910