Home
last modified time | relevance | path

Searched refs:S (Results 26 – 50 of 257) sorted by relevance

1234567891011

/PHP-7.2/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt11 $S = $C->prepare('insert into ta_table (id) values (:id) returning id');
12 $S->execute(['id' => 1]);
13 $S->execute(['id' => 2]);
14 unset($S);
H A Dbug_72583.phpt12 $S = $C->prepare('select aint, asmi from atable');
13 $S->execute();
14 $D = $S->fetch(PDO::FETCH_NUM);
16 unset($S);
H A Dbug_72931.phpt10 $S = $C->prepare('insert into tablea (id) values (1) returning id');
11 $S->execute();
12 $D = $S->fetch(PDO::FETCH_NUM);
14 unset($S);
H A Dbug_73087.phpt11 $S = $C->prepare('insert into atable (id, content) values (:id, :content)');
18 $S->bindValue($Param, $Value);
19 $S->execute();
21 unset($S);
/PHP-7.2/ext/standard/tests/strings/
H A Dpack.phpt43 print_r(unpack("S", pack("S", 65534)));
44 print_r(unpack("S", pack("S", 65537)));
45 print_r(unpack("S", pack("S", 0)));
46 print_r(unpack("S", pack("S", -1000)));
47 print_r(unpack("S", pack("S", -64434)));
48 print_r(unpack("S", pack("S", -65535)));
H A Dconvert_uuencode_basic.phpt46 string(8) "#,3(S
58 string(82) "M2&5R92!I<R!A('-I;7!L92!S=')I;F<@=&\@=&5S="!C;VYV97)T7W5U96YC
63 string(74) "M"2!4:&ES(%-T<FEN9R!C;VYT86EN<R`)"2!S;VUE(&-O;G1R;VP@8VAA<F%C
72 string(8) "#,3(S
84 string(82) "M7'0@5&AI<R!3=')I;F<@8V]N=&%I;G,@7'1<="!S;VUE(&-O;G1R;VP@8VAA
H A Dbug47481.phpt14 $array = array ('Süden', 'spielen','Sonne','Wind','Regen','Meer');
28 %string|unicode%(6) "Süden"
53 %string|unicode%(6) "Süden"
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.2/ext/intl/tests/
H A Ddateformat_create_cal_arg.phpt46 domingo%S 1 de enero de 2012 00:00:00 GMT
47 domingo%S 8 de Safar de 1433 00:00:00 GMT
48 domingo%S 1 de enero de 2012 01:00:00 Hora estándar de Europa Central
49 sábado%S 31 de diciembre de 2011 d.C. 23:00:00 Hora %Sde las Azores
50 sábado%S 7 de Safar de 1433 AH 23:00:00 Hora %Sde las Azores
51 domingo%S 8 de Safar de 1433 AH 00:00:00 GMT
52 domingo%S 1 de enero de 2012 00:00:00 GMT
H A Ddateformat_create_cal_arg_variant2.phpt46 domingo%S 1 de enero de 2012 00:00:00 GMT
47 domingo%S 8 de Safar de 1433 00:00:00 GMT
48 domingo%S 1 de enero de 2012 01:00:00 Hora estándar de Europa central
49 sábado%S 31 de diciembre de 2011 d.C. 23:00:00 Hora %Sde las Azores
50 sábado%S 7 de Safar de 1433 AH 23:00:00 Hora %Sde las Azores
51 domingo%S 8 de Safar de 1433 AH 00:00:00 GMT
52 domingo%S 1 de enero de 2012 00:00:00 GMT
H A Ddateformat_create_cal_arg_variant3.phpt47 domingo%S 1 de enero de 2012, 0:00:00 (GMT)
48 domingo%S 8 de Safar de 1433, 0:00:00 (GMT)
49 domingo%S 1 de enero de 2012, 1:00:00 (Hora estándar de Europa central)
50 sábado%S 31 de diciembre de 2011 d. C., 23:00:00 (Hora estándar %Sde las Azores)
51 sábado%S 7 de Safar de 1433 AH, 23:00:00 (Hora estándar %Sde las Azores)
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 Drbbiter_getRuleStatusVec_basic.phpt14 \$S = [.;,:];
19 \$S+ {42};
23 \$S+ {42};
H A Drbbiter___construct_basic.phpt14 \$S = [.;,:];
18 \$S+ {42};
21 \$S+ {42};
H A Drbbiter_getRuleStatus_basic.phpt14 \$S = [.;,:];
18 \$S+ {42};
21 \$S+ {42};
/PHP-7.2/ext/pcre/tests/
H A Ddollar_endonly.phpt6 var_dump(preg_match_all('/^\S+.+$/', "aeiou\n", $m));
9 var_dump(preg_match_all('/^\S+.+$/D', "aeiou\n", $m));
12 var_dump(preg_match_all('/^\S+\s$/D', "aeiou\n", $m));
H A Dbug42298.phpt6 preg_match_all('/\S\S/u', $str, $m); var_dump($m);
7 preg_match_all('/\S{2}/u', $str, $m); var_dump($m);
H A D004.phpt6 …*(?:(=)[^,;]+)?((?:\s*,\s*\**\s*\w+(?:\[\s*\w*\s*\])?\s*(?:=[^,;]+)?)*)\s*;/S', 'unsigned int xpto…
9 var_dump(preg_match_all('/(?:\([^)]+\))?(&?)([\w>.()-]+(?:\[\w+\])?)\s*,?((?:\)*\s*=)?)/S', '&a, b,…
12 …se_parameters(?:_ex\s*\([^,]+,[^,]+|\s*\([^,]+),\s*"([^"]*)"\s*,\s*([^{;]*)/S', 'zend_parse_parame…
15 var_dump(preg_split('/PHP_(?:NAMED_)?(?:FUNCTION|METHOD)\s*\((\w+(?:,\s*\w+)?)\)/S', "PHP_FUNCTION(…
/PHP-7.2/ext/pdo_mysql/
H A Dmysql_driver.c58 einfo = &S->einfo; in _pdo_mysql_error()
64 if (S && S->stmt) { in _pdo_mysql_error()
100 if (S && S->stmt) { in _pdo_mysql_error()
126 einfo = &S->einfo; in pdo_mysql_fetch_error_func()
175 S->H = H; in mysql_handle_preparer()
227 S->num_params = mysql_stmt_param_count(S->stmt); in mysql_handle_preparer()
229 if (S->num_params) { in mysql_handle_preparer()
232 S->params = NULL; in mysql_handle_preparer()
234 S->params = ecalloc(S->num_params, sizeof(MYSQL_BIND)); in mysql_handle_preparer()
235 S->in_null = ecalloc(S->num_params, sizeof(my_bool)); in mysql_handle_preparer()
[all …]
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_25_create_aggregate.phpt34 $db->createAggregate('S', 'sum_list_step', 'sum_list_finalize', 1);
36 print_r($db->querySingle("SELECT S(a), S(b) FROM test", true));
53 [S(a)] => 1,3,6,10,14
54 [S(b)] => -1,-3,-6,-10,-14
/PHP-7.2/ext/standard/
H A Dcrypt_blowfish.c77 BF_word S[4][0x100]; member
473 tmp1 = data.ctx.S[3][tmp1]; \
474 tmp2 = data.ctx.S[2][tmp2]; \
475 tmp3 = data.ctx.S[1][tmp3]; \
476 tmp3 += data.ctx.S[0][tmp4]; \
483 #define BF_INDEX(S, i) \ argument
543 ptr = data.ctx.S[0]; \
549 } while (ptr < &data.ctx.S[3][0xFF]);
707 memcpy(data.ctx.S, BF_init_state.S, sizeof(data.ctx.S)); in BF_crypt()
718 ptr = data.ctx.S[0]; in BF_crypt()
[all …]
/PHP-7.2/ext/pdo_firebird/
H A Dfirebird_driver.c90 pdo_firebird_stmt *S = NULL; in firebird_handle_preparer() local
111 S = ecalloc(1, sizeof(*S)-sizeof(XSQLDA) + XSQLDA_LENGTH(num_sqlda.sqld)); in firebird_handle_preparer()
112 S->H = H; in firebird_handle_preparer()
113 S->stmt = s; in firebird_handle_preparer()
117 S->named_params = np; in firebird_handle_preparer()
124 S->statement_type = result[3]; in firebird_handle_preparer()
147 stmt->driver_data = S; in firebird_handle_preparer()
160 if (S) { in firebird_handle_preparer()
161 if (S->in_sqlda) { in firebird_handle_preparer()
162 efree(S->in_sqlda); in firebird_handle_preparer()
[all …]
/PHP-7.2/ext/standard/tests/serialize/
H A DunserializeS.phpt2 Bug MOPB-29 (wrong length calculation for S)
7 $str = 'S:'.(100*3).':"'.str_repeat('\61', 100).'"';
/PHP-7.2/ext/pdo_oci/
H A Doci_driver.c46 if (S->einfo.errmsg) { in pdo_oci_fetch_error_func()
47 einfo = &S->einfo; in pdo_oci_fetch_error_func()
66 pdo_oci_stmt *S = NULL; in _oci_error() local
70 S = (pdo_oci_stmt*)stmt->driver_data; in _oci_error()
71 einfo = &S->einfo; in _oci_error()
248 pdo_oci_stmt *S = ecalloc(1, sizeof(*S)); in oci_handle_preparer() local
259 S->exec_type = OCI_DEFAULT; in oci_handle_preparer()
262 S->H = H; in oci_handle_preparer()
273 efree(S); in oci_handle_preparer()
293 efree(S); in oci_handle_preparer()
[all …]
/PHP-7.2/Zend/tests/
H A Doffset_string.phpt34 string(1) "S"
37 string(1) "S"
40 string(1) "S"
53 string(1) "S"
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c74 #define S(s) (reg_map[s] << 21) macro
594 base = S(SLJIT_SP); in sljit_emit_enter()
600 base = S(TMP_REG2); in sljit_emit_enter()
657 base = S(SLJIT_SP); in sljit_emit_return()
661 base = S(TMP_REG1); in sljit_emit_return()
1708 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS)); in sljit_emit_jump()
1826 PTR_FAIL_IF(push_inst(compiler, inst | S(src1) | JUMP_LENGTH, UNMOVABLE_INS)); in sljit_emit_cmp()
1855 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS)); in sljit_emit_cmp()
1905 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_R0) | TA(0) | DA(4), 4)); in sljit_emit_ijump()
1924 FAIL_IF(push_inst(compiler, JR | S(src_r), UNMOVABLE_INS)); in sljit_emit_ijump()
[all …]

Completed in 66 milliseconds

1234567891011