Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/php-src/ext/pdo_mysql/
H A Dmysql_statement.c114 efree(S); in pdo_mysql_stmt_dtor()
152 S->fields = mysql_fetch_fields(S->result); in pdo_mysql_fill_stmt_from_result()
173 S->result = mysqlnd_stmt_result_metadata(S->stmt); in pdo_mysql_stmt_after_execute_prepared()
175 S->fields = mysql_fetch_fields(S->result); in pdo_mysql_stmt_after_execute_prepared()
186 S->result = mysql_stmt_result_metadata(S->stmt); in pdo_mysql_stmt_after_execute_prepared()
189 S->fields = mysql_fetch_fields(S->result); in pdo_mysql_stmt_after_execute_prepared()
221 S->fields[i].max_length? S->fields[i].max_length: in pdo_mysql_stmt_after_execute_prepared()
240 S->bound_result[i].is_null = &S->out_null[i]; in pdo_mysql_stmt_after_execute_prepared()
241 S->bound_result[i].length = &S->out_length[i]; in pdo_mysql_stmt_after_execute_prepared()
272 if (mysql_stmt_bind_param(S->stmt, S->params) || mysql_stmt_execute(S->stmt)) { in pdo_mysql_stmt_execute_prepared_libmysql()
[all …]
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c68 if (S->result) { in pgsql_stmt_dtor()
106 if (S->query) { in pgsql_stmt_dtor()
126 if(S->cols) { in pgsql_stmt_dtor()
127 efree(S->cols); in pgsql_stmt_dtor()
130 efree(S); in pgsql_stmt_dtor()
144 if(S->result) { in pgsql_stmt_execute()
186 S->result = PQprepare(H->server, S->stmt_name, ZSTR_VAL(S->query), in pgsql_stmt_execute()
221 S->result = PQexecPrepared(H->server, S->stmt_name, in pgsql_stmt_execute()
231 S->result = PQexecParams(H->server, ZSTR_VAL(S->query), in pgsql_stmt_execute()
450 S->result = PQexec(S->H->server, q); in pgsql_stmt_fetch()
[all …]
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c34 if (S->stmt) { in pdo_sqlite_stmt_dtor()
36 S->stmt = NULL; in pdo_sqlite_stmt_dtor()
38 efree(S); in pdo_sqlite_stmt_dtor()
50 S->done = 0; in pdo_sqlite_stmt_execute()
61 S->done = 1; in pdo_sqlite_stmt_execute()
85 S->done = 1; in pdo_sqlite_stmt_param_hook()
207 if (!S->stmt) { in pdo_sqlite_stmt_fetch()
214 if (S->done) { in pdo_sqlite_stmt_fetch()
223 S->done = 1; in pdo_sqlite_stmt_fetch()
259 if (!S->stmt) { in pdo_sqlite_stmt_get_col()
[all …]
/php-src/ext/pcre/tests/
H A Dbug41148.phpt10 /* 0 */ "/\n(----+|____+)/S",
11 /* 1 */ "/\n-- */S",
12 /* 2 */ "/\n- */S",
13 /* 3 */ "/\n_ +/S",
14 /* 4 */ "/(^|[^{])[{][{][{]/S",
17 /* 7 */ "/[{][{]/S",
18 /* 8 */ "/[}][}]/S",
19 /* 9 */ "/[{]/S",
20 /* 10 */ "/[}]/S",
23 /* 13 */ "/<quote>/S",
[all …]
H A Dstudy.phpt6 var_dump(preg_match('/(?:(?:(?:(?:(?:(.))))))/ S', 'aeiou', $dump));
11 var_dump(preg_match('/(?>..)((?:(?>.)|.|.|.|u))/S', 'aeiou', $dump));
15 var_dump(preg_match('/^aeiou$/S', 'aeiou', $dump));
17 var_dump(preg_match('/aeiou/S', 'aeiou', $dump));
/php-src/Zend/tests/type_declarations/
H A Dtyped_class_constants_inheritance_success2.phpt5 class S implements Stringable {
11 class Z extends S {}
14 public const object CONST1 = S;
15 public const S CONST2 = S;
16 public const S|Stringable CONST3 = S;
17 public const S CONST4 = S;
18 public const ?S CONST5 = S;
22 public const S CONST1 = Z;
24 public const S CONST3 = Z;
25 public const S&Stringable CONST4 = Z;
[all …]
H A Dtyped_class_constants_type_error9.phpt5 class S {
8 return 'S';
13 public const string S = S;
16 define("S", new S());
19 var_dump(A::S);
25 Cannot assign S to class constant A::S of type string
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c74 S->convbuf = erealloc(S->convbuf, S->convbufsize); in pdo_odbc_utf82ucs2()
121 if (S->cols) { in free_cols()
129 efree(S->cols); in free_cols()
130 S->cols = NULL; in free_cols()
131 S->col_count = 0; in free_cols()
147 free_cols(stmt, S); in odbc_stmt_dtor()
148 if (S->convbuf) { in odbc_stmt_dtor()
151 efree(S); in odbc_stmt_dtor()
202 rc1 = SQLPutData(S->stmt, S->convbuf, ulen); in odbc_stmt_execute()
613 S->cols[colno].is_unicode = pdo_odbc_sqltype_is_unicode(S, S->cols[colno].coltype); in odbc_stmt_describe()
[all …]
/php-src/ext/standard/tests/file/
H A Dstream_rfc2397_007.phpt20 echo "===S:4,S===\n";
41 echo "===S:3,S===\n";
57 echo "===S:3,S===\n";
86 ===S:4,S===
107 ===S:3,S===
111 ===S:1,C===
115 ===S:-2,C===
123 ===S:3,S===
127 ===S:10,C===
135 ===S:0,E===
[all …]
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c98 if (S->in_sqlda) { in pdo_firebird_stmt_dtor()
104 efree(S); in pdo_firebird_stmt_dtor()
121 …if ((*S->name || S->cursor_open) && isc_dsql_free_statement(H->isc_status, &S->stmt, DSQL_close)) { in pdo_firebird_stmt_execute()
140 …if (isc_dsql_execute2(H->isc_status, &H->tr, &S->stmt, PDO_FB_SQLDA_VERSION, S->in_sqlda, &S->out_… in pdo_firebird_stmt_execute()
187 *S->name = 0; in pdo_firebird_stmt_execute()
188 S->cursor_open = S->out_sqlda.sqln && (S->statement_type != isc_info_sql_stmt_exec_procedure); in pdo_firebird_stmt_execute()
189 S->exhausted = !S->out_sqlda.sqln; /* There are data to fetch */ in pdo_firebird_stmt_execute()
553 XSQLDA *sqlda = param->is_param ? S->in_sqlda : &S->out_sqlda; in pdo_firebird_stmt_param_hook()
815 strlcpy(S->name, Z_STRVAL_P(val), sizeof(S->name)); in pdo_firebird_stmt_set_attribute()
846 …if ((*S->name || S->cursor_open) && isc_dsql_free_statement(S->H->isc_status, &S->stmt, DSQL_close… in pdo_firebird_stmt_cursor_closer()
[all …]
/php-src/ext/intl/tests/
H A Drbbiter_getBinaryRules_basic.phpt14 \$S = [.;,:];
18 \$S+ {42};
21 \$S+ {42};
36 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
37 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
H A Drbbiter_getBinaryRules_basic3.phpt14 \$S = [.;,:];
18 \$S+ {42};
21 \$S+ {42};
37 string(119) "$LN=[[:letter:][:number:]];$S=[.;,:];!!forward;$LN+{1};$S+{42};!!reverse;$LN+{1};$S+{4…
38 string(119) "$LN=[[:letter:][:number:]];$S=[.;,:];!!forward;$LN+{1};$S+{42};!!reverse;$LN+{1};$S+{4…
H A Drbbiter_getBinaryRules_basic2.phpt15 \$S = [.;,:];
19 \$S+ {42};
22 \$S+ {42};
38 $S = [.;,:];
41 $S+ {42};
44 $S+ {42};
48 $S = [.;,:];
51 $S+ {42};
54 $S+ {42};
H A Drbbiter_getRules_basic.phpt14 \$S = [.;,:];
18 \$S+ {42};
21 \$S+ {42};
30 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
H A Drbbiter_getRules_basic3.phpt14 \$S = [.;,:];
18 \$S+ {42};
21 \$S+ {42};
31 string(119) "$LN=[[:letter:][:number:]];$S=[.;,:];!!forward;$LN+{1};$S+{42};!!reverse;$LN+{1};$S+{4…
H A Drbbiter_getRules_basic2.phpt15 \$S = [.;,:];
19 \$S+ {42};
22 \$S+ {42};
32 $S = [.;,:];
35 $S+ {42};
38 $S+ {42};
H A Ddateformat_timezone_arg_variations.phpt39 sábado%S 31 de diciembre de 2011 23:00:00 Hora%S de las Azores
40 domingo%S 1 de enero de 2012 01:00:00 Hora estándar de Europa Central
41 domingo%S 1 de enero de 2012 00:00:00 Hora%S de Europa Occidental
42 sábado%S 31 de diciembre de 2011 19:00:00 Hora estándar oriental
43 domingo%S 1 de enero de 2012 01:00:00 Hora estándar de Europa Central
44 domingo%S 1 de enero de 2012 00:00:00 Hora%S de Europa Occidental
45 domingo%S 1 de enero de 2012 01:00:00 Hora estándar de Europa Central
H A Ddateformat_timezone_arg_variations2.phpt39 sábado%S, 31 de diciembre de 2011 23:00:00 Hora estándar de las Azores
40 domingo%S, 1 de enero de 2012 01:00:00 Hora estándar de Europa central
41 domingo%S, 1 de enero de 2012 00:00:00 Hora%S de Europa occidental
42 sábado%S, 31 de diciembre de 2011 19:00:00 Hora estándar oriental
43 domingo%S, 1 de enero de 2012 01:00:00 Hora estándar de Europa central
44 domingo%S, 1 de enero de 2012 00:00:00 Hora%S de Europa occidental
45 domingo%S, 1 de enero de 2012 01:00:00 Hora estándar de Europa central
H A Ddateformat_timezone_arg_variations3.phpt40 sábado%S 31 de diciembre de 2011, 23:00:00 (Hora estándar de las Azores)
41 domingo%S 1 de enero de 2012, 1:00:00 (Hora estándar de Europa central)
42 domingo%S 1 de enero de 2012, 0:00:00 (Hora%S estándar de Europa occidental)
43 sábado%S 31 de diciembre de 2011, 19:00:00 (Hora estándar oriental)
44 domingo%S 1 de enero de 2012, 1:00:00 (Hora estándar de Europa central)
45 domingo%S 1 de enero de 2012, 0:00:00 (Hora%S estándar de Europa occidental)
46 domingo%S 1 de enero de 2012, 1:00:00 (Hora estándar de Europa central)
/php-src/Zend/tests/
H A Dgh10709_3.phpt6 class S {
11 return 'S';
13 throw new \Exception('Thrown from S');
18 const S = new S();
21 public $prop = A::C . S;
38 Fatal error: Uncaught Exception: Thrown from S in %s:%d
41 #1 %s(%d): S->__toString()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c119 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)); in load_immediate()
125 (RLDICL | S(src) | A(dst) | RLDI_SH(0) | RLDI_MB(n))
130 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
162 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op()
170 return push_inst(compiler, EXTSW | S(src2) | A(dst)); in emit_single_op()
183 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
187 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
198 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
231 return push_inst(compiler, SRDI(32) | S(dst) | A(dst)); in emit_single_op()
320 return push_inst(compiler, SRDI(32) | S(dst) | A(dst)); in emit_single_op()
[all …]
H A DsljitNativePPC_32.c35 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate()
43 (RLWINM | S(src) | A(dst) | RLWI_MBE(from, 31))
57 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op()
65 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
69 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
80 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
90 return push_inst(compiler, CNTLZW | S(src2) | A(dst)); in emit_single_op()
95 FAIL_IF(push_inst(compiler, AND | S(src2) | A(dst) | B(TMP_REG1))); in emit_single_op()
96 FAIL_IF(push_inst(compiler, CNTLZW | S(dst) | A(dst))); in emit_single_op()
100 return push_inst(compiler, XOR | S(dst) | A(dst) | B(TMP_REG1)); in emit_single_op()
[all …]
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c96 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_cursor_closer()
110 pdo_dblib_err_dtor(&S->err); in pdo_dblib_stmt_dtor()
112 efree(S); in pdo_dblib_stmt_dtor()
120 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_next_rowset_no_cancel()
152 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_next_rowset()
173 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_execute()
202 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_fetch()
221 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_describe()
260 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_should_stringify_col()
346 pdo_dblib_db_handle *H = S->H; in pdo_dblib_stmt_get_col()
[all …]
/php-src/sapi/fuzzer/corpus/unserialize/
H A Dleak_176391 a:7:{i:6;i:0;S:1:" ";i:1;i:6;a:8:{i:0;i:4;S:1:" ";i:2;i:9;R:4;S:1:" ";a:2:{i:5;O:13:"RegexIterator"…
/php-src/ext/snmp/tests/
H A Dsnmp-object.phpt160 string(%d) "%S"
167 string(%d) "%S"
170 string(%d) "%S"
171 string(%d) "%S"
180 string(%d) "%S"
181 string(%d) "%S"
186 string(%d) "%S"
187 string(%d) "%S"
192 string(%d) "%S"
193 string(%d) "%S"
[all …]

Completed in 92 milliseconds

12345678910>>...12