Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation21.phpt268 string(1) "S"
270 string(1) "S"
272 string(2) " S"
273 string(2) "S "
274 string(2) " S"
276 S"
277 string(1) "S"
278 string(1) "S"
/PHP-7.4/ext/pcre/tests/
H A Dbug52971.phpt6 $message = 'Der ist ein Süßwasserpool Süsswasserpool ... verschiedene Wassersportmöglichkeiten bei …
H A Dbug74873.phpt5 var_dump(preg_match('/\S+/', 'foo bar', $matches, 0, 99999));
/PHP-7.4/Zend/tests/
H A Doffset_string.phpt34 string(1) "S"
37 string(1) "S"
40 string(1) "S"
53 string(1) "S"
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c104 #define S(s) (reg_map[s] << 21) macro
484 inst[1] = ORI | S(reg) | T(reg) | IMM((addr >> 16) & 0xffff); in put_label_set()
490 inst[1] = ORI | S(reg) | T(reg) | IMM((addr >> 32) & 0xffff); in put_label_set()
492 inst[3] = ORI | S(reg) | T(reg) | IMM((addr >> 16) & 0xffff); in put_label_set()
497 inst[1] = ORI | S(reg) | T(reg) | IMM(addr & 0xffff); in put_label_set()
773 base = S(SLJIT_SP); in sljit_emit_enter()
780 base = S(TMP_REG2); in sljit_emit_enter()
839 base = S(SLJIT_SP); in sljit_emit_return()
843 base = S(TMP_REG1); in sljit_emit_return()
2044 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS)); in sljit_emit_cmp()
[all …]
/PHP-7.4/ext/intl/tests/
H A Ddateformat_create_cal_arg_variant4.phpt47 domingo%S 1 de enero de 2012, 0:00:00 (GMT)
48 domingo%S 8 de Safar de 1433, 0:00:00 (GMT)
52 domingo%S 8 de Safar de 1433 AH, 0:00:00 (GMT)
53 domingo%S 1 de enero de 2012, 0:00:00 (GMT)
H A Ddateformat_create_cal_arg_variant5.phpt46 domingo%S 1 de enero de 2012, 0:00:00 (%siempo %sniversal %sordinado)
47 domingo%S 8 de %safar de 1433, 0:00:00 (%siempo %sniversal %sordinado)
51 domingo%S 8 de %safar de 1433 AH, 0:00:00 (%siempo %sniversal %sordinado)
52 domingo%S 1 de enero de 2012, 0:00:00 (%siempo %sniversal %sordinado)
/PHP-7.4/ext/tidy/tests/
H A D004.phpt27 Info: Document content looks like HTML%w%d%S
28 %S3 warnings%S0 errors%S
H A D003.phpt14 <!DOCTYPE html%S>
H A D017.phpt9 <!DOCTYPE html%S>
H A D026.phpt16 <!DOCTYPE html%S>
/PHP-7.4/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 Dgmstrftime_variation15.phpt22 'Current time %H:%M:%S format' => "%T",
46 --Current time %H:%M:%S format--
H A Dstrftime_variation15.phpt22 'Current time %H:%M:%S format' => "%T",
46 --Current time %H:%M:%S format--
H A Dtimezone_version_get_basic1.phpt5 #PHPTestFest2014 São Paulo 2014-07-05
/PHP-7.4/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-7.4/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-7.4/ext/pdo_dblib/
H A Ddblib_driver.c40 pdo_dblib_stmt *S = NULL; in dblib_fetch_error() local
45 S = (pdo_dblib_stmt*)stmt->driver_data; in dblib_fetch_error()
46 einfo = &S->err; in dblib_fetch_error()
102 pdo_dblib_stmt *S = ecalloc(1, sizeof(*S)); in dblib_handle_preparer() local
104 S->H = H; in dblib_handle_preparer()
105 stmt->driver_data = S; in dblib_handle_preparer()
108 S->computed_column_name_count = 0; in dblib_handle_preparer()
109 S->err.sqlstate = stmt->error_code; in dblib_handle_preparer()
/PHP-7.4/ext/curl/tests/
H A Dcurl_setopt_basic002.phpt50 string(%d) "%S"
51 string(%d) "%S"
/PHP-7.4/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-7.4/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…

Completed in 35 milliseconds

12345678