Home
last modified time | relevance | path

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

123456789

/PHP-7.3/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.3/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.3/win32/
H A Dphp7dllts.rc31 // English (U.S.) resources
97 #endif // English (U.S.) resources
H A Dphp7ts.rc31 // English (U.S.) resources
97 #endif // English (U.S.) resources
H A Dphp7ts_cli.rc31 // English (U.S.) resources
97 #endif // English (U.S.) resources
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c88 #define S(s) (reg_map[s] << 21) macro
614 base = S(SLJIT_SP); in sljit_emit_enter()
621 base = S(TMP_REG2); in sljit_emit_enter()
680 base = S(SLJIT_SP); in sljit_emit_return()
684 base = S(TMP_REG1); in sljit_emit_return()
1117 return push_inst(compiler, PREF | S(src & REG_MASK) | IMM(srcw), MOVABLE_INS); in emit_prefetch()
1687 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS)); in sljit_emit_jump()
1801 PTR_FAIL_IF(push_inst(compiler, inst | S(src1) | JUMP_LENGTH, UNMOVABLE_INS)); in sljit_emit_cmp()
1830 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS)); in sljit_emit_cmp()
1873 FAIL_IF(push_inst(compiler, JR | S(src), UNMOVABLE_INS)); in sljit_emit_ijump()
[all …]
/PHP-7.3/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_variation16.phpt28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--
H A Dgmstrftime_variation15.phpt28 'Current time %H:%M:%S format' => "%T",
52 --Current time %H:%M:%S format--
/PHP-7.3/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.3/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.3/ext/curl/tests/
H A Dcurl_setopt_basic002.phpt50 string(%d) "%S"
51 string(%d) "%S"
/PHP-7.3/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.3/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
/PHP-7.3/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-7.3/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.3/ext/opcache/tests/
H A Dphp_cli_server.inc17 $cmd = "{$php_executable} -t {$doc_root} $ini -S " . PHP_CLI_SERVER_ADDRESS;
26 $cmd = "exec {$php_executable} -t {$doc_root} $ini -S " . PHP_CLI_SERVER_ADDRESS . " 2>/dev/null";

Completed in 61 milliseconds

123456789