Home
last modified time | relevance | path

Searched refs:S (Results 101 – 125 of 234) sorted by relevance

12345678910

/PHP-5.5/ext/date/tests/
H A Dgmstrftime_basic.phpt14 $format = '%b %d %Y %H:%M:%S';
H A Dstrftime_basic.phpt15 $format = '%b %d %Y %H:%M:%S';
H A Dstrftime_error.phpt16 $format = '%b %d %Y %H:%M:%S';
H A Didate_error.phpt17 $format = '%b %d %Y %H:%M:%S';
H A Dstrftime_variation23.phpt16 $format = '%b %d %Y %H:%M:%S';
/PHP-5.5/ext/dba/tests/
H A Dbug38698.phpt12 return 0x00FF === current(unpack('v', pack('S',0x00FF)));
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput21-1616 In 16-bit mode with options: S>testdata/saved16LE-1
18 In 32-bit mode with options: S>testdata/saved32LE-1
H A Dtestoutput21-3216 In 16-bit mode with options: S>testdata/saved16LE-1
18 In 32-bit mode with options: S>testdata/saved32LE-1
H A Dwintestoutput388 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
97 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
H A Dtestoutput22672 /[\S]/DZ
4216 4: S
7004 /a*\S/BZ
7022 / *\S/BZ
7283 /\S*a/BZ
7328 /\S*\S/BZ
7803 4: S
8576 /S+\h\S+\v/BZ
12450 /.?/S-I
12458 /.?/S!I
[all …]
H A Dtestoutput397 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
106 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt84 __construct('%S', '%S', %s)
/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/apache_hooks/
H A Dconfig.m492 # Test whether apxs support -S option
93 $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1
96 APACHE_HOOKS_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option
101 $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
107 $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
108 -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/ext/standard/tests/strings/
H A Dstristr_basic.phpt14 var_dump( stristr("tesT string", "t S") );
H A Ducwords_variation3.phpt64 string(30) "T E S T I N G U C W O R D S "
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 Dstripos.phpt8 var_dump(stripos("test string", "t S"));
H A Ducwords_variation4.phpt71 string(30) "T E S T I N G U C W O R D S "
/PHP-5.5/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE27 SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
28 OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
/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' \
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c228 pdo_pgsql_stmt *S = ecalloc(1, sizeof(pdo_pgsql_stmt)); in pgsql_handle_preparer() local
237 S->H = H; in pgsql_handle_preparer()
238 stmt->driver_data = S; in pgsql_handle_preparer()
245 if (S->cursor_name) { in pgsql_handle_preparer()
246 efree(S->cursor_name); in pgsql_handle_preparer()
248 spprintf(&S->cursor_name, 0, "pdo_crsr_%08x", ++H->stmt_counter); in pgsql_handle_preparer()
278 spprintf(&S->stmt_name, 0, "pdo_stmt_%08x", ++H->stmt_counter); in pgsql_handle_preparer()
282 S->query = nsql; in pgsql_handle_preparer()
284 S->query = estrdup(sql); in pgsql_handle_preparer()
/PHP-5.5/ext/intl/tests/
H A Duconverter_oop_basic.phpt11 var_dump(urlencode($c->convert("Stra\xDFa"))); // U+00DF LATIN SMALL LETTER SHARP S
/PHP-5.5/ext/curl/tests/
H A Dcurl_error_basic.phpt41 string(%d) "%sfakeURL%S"

Completed in 99 milliseconds

12345678910