Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 288) sorted by last modified time

12345678910>>...12

/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate_no_leak.phpt37 var_dump($db->createAggregate('S', $step, $finalize, new stdClass()));
42 var_dump($db->createAggregate('S', $step, 'no_func', 1));
47 var_dump($db->createAggregate('S', 'no_func', $finalize, 1));
53 var_dump($db->createAggregate('S', $step, $finalize, 'not a number'));
63 var_dump($obj->createAggregate('S', $step, $finalize, 1));
68 var_dump($db->createAggregate('S', $step, $finalize, 1));
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c178 pdo_sqlite_stmt *S = ecalloc(1, sizeof(pdo_sqlite_stmt)); in sqlite_handle_preparer() local
182 S->H = H; in sqlite_handle_preparer()
183 stmt->driver_data = S; in sqlite_handle_preparer()
193 i = sqlite3_prepare_v2(H->db, ZSTR_VAL(sql), ZSTR_LEN(sql), &S->stmt, &tail); in sqlite_handle_preparer()
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createaggregate_arg_error.phpt37 $db->createAggregate('S', null, [new TrampolineTest(), 'finalize'], 1);
43 $db->createAggregate('S', [new TrampolineTest(), 'step'], null, 1);
49 …$db->createAggregate('S', [new TrampolineTest(), 'step'], [new TrampolineTest(), 'finalize'], null…
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc10794 asm volatile(".byte 0x0f, 0x1c, 0x06" :: "S" (p));
/php-src/Zend/
H A Dzend_strtod.c2167 (b, S) Bigint *b, *S; in quorem() argument
2183 n = S->wds;
2190 sx = S->x;
2248 sx = S->x;
4002 S = mhi = 0; in zend_dtoa()
4078 S = mhi = 0; in zend_dtoa()
4167 S = i2b(1); in zend_dtoa()
4169 S = pow5mult(S, s5); in zend_dtoa()
4205 S = lshift(S, s2); in zend_dtoa()
4216 if (ilim < 0 || cmp(b,S = multadd(S,5,0)) <= 0) { in zend_dtoa()
[all …]
/php-src/build/
H A Dlibtool.m41282 old_striplib="$STRIP -S"
H A Dphp.m4253 …*.S[)] ac_comp="$b_c_pre $ac_inc $b_c_meta $3 -c $ac_srcdir$ac_src -o $ac_bdir$ac_obj.$b_lo $b_c_p…
H A Dltmain.sh4581 dlsyms="${outputname}S.c"
4594 $show "$rm $nlist ${nlist}S ${nlist}T"
4595 $run $rm "$nlist" "${nlist}S" "${nlist}T"
/php-src/ext/pdo_sqlite/tests/
H A Dgh13998.phpt16 $db->sqliteCreateAggregate('S', $step, $finalize, 1);
19 $db->query('SELECT S(a) FROM test');
/php-src/ext/openssl/tests/
H A Dopenssl_x509_parse_basic_openssl32.phpt263 string(14) "S/MIME signing"
272 string(17) "S/MIME encryption"
H A Dopenssl_x509_parse_basic.phpt254 string(14) "S/MIME signing"
263 string(17) "S/MIME encryption"
H A Dstream_security_level.phpt69 error:%s:SSL routines:%S:certificate verify failed in %s : eval()'d code on line %d
/php-src/
H A Dconfigure.ac1343 PHP_ADD_SOURCES(Zend/asm, make_${fiber_asm_file}.S jump_${fiber_asm_file}.S, "$fiber_asm_cflag")
H A DUPGRADING.INTERNALS37 * The zend_*printf family of functions now supports the "%S" modifier to print
H A Dphp.ini-development650 ; starts up. G,P,C,E & S are abbreviations for the following respective super
H A Dphp.ini-production652 ; starts up. G,P,C,E & S are abbreviations for the following respective super
/php-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt47 var_dump(mb_encode_mimeheader("S ", "ASCII", "Q", "", 73));
160 string(1) "S"
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c567 pdo_firebird_stmt *S = NULL; in firebird_handle_preparer() local
588 S = ecalloc(1, sizeof(*S)-sizeof(XSQLDA) + XSQLDA_LENGTH(num_sqlda.sqld)); in firebird_handle_preparer()
589 S->H = H; in firebird_handle_preparer()
590 S->stmt = s; in firebird_handle_preparer()
593 S->named_params = np; in firebird_handle_preparer()
600 S->statement_type = result[3]; in firebird_handle_preparer()
623 stmt->driver_data = S; in firebird_handle_preparer()
636 if (S) { in firebird_handle_preparer()
637 if (S->in_sqlda) { in firebird_handle_preparer()
638 efree(S->in_sqlda); in firebird_handle_preparer()
[all …]
/php-src/ext/standard/
H A Dvar_unserializer.re1057 "S:" uiv ":" ["] {
/php-src/sapi/apache2handler/
H A Dconfig.m468 $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
74 $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
75 -S SYSCONFDIR='$APXS_SYSCONFDIR' \
/php-src/ext/pcre/tests/
H A Dpreg_match_caseless_restrict.phpt55 var_dump(preg_match('/s(?r)s(?-r)s(?r:s)s/iu', "\u{17f}S\u{17f}S\u{17f}")); // match
56 var_dump(preg_match('/s(?r)s(?-r)s(?r:s)s/iu', "\u{17f}\u{17f}\u{17f}S\u{17f}")); // no match
57 var_dump(preg_match('/s(?r)s(?-r)s(?r:s)s/iu', "\u{17f}S\u{17f}\u{17f}\u{17f}")); // no match
/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 …]
H A Dmysql_driver.c60 if (S && S->stmt) { in _pdo_mysql_error()
97 if (S && S->stmt) { in _pdo_mysql_error()
108 if (S && S->stmt) { in _pdo_mysql_error()
133 einfo = &S->einfo; in pdo_mysql_fetch_error_func()
182 S->H = H; in mysql_handle_preparer()
222 S->stmt = NULL; in mysql_handle_preparer()
232 S->num_params = mysql_stmt_param_count(S->stmt); in mysql_handle_preparer()
236 S->params = NULL; in mysql_handle_preparer()
238 S->params = ecalloc(S->num_params, sizeof(MYSQL_BIND)); in mysql_handle_preparer()
239 S->in_null = ecalloc(S->num_params, sizeof(my_bool)); in mysql_handle_preparer()
[all …]
/php-src/ext/xml/tests/
H A Dbug81351.phpt25 xml_parse returned 1, xml_get_error_code = 0, xml_error_string = %S
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc27 $cmd = [$php_executable, '-t', $doc_root, '-n', ...$cmd_args, '-S', 'localhost:0'];
61 …if (preg_match('@PHP \S* Development Server \(https?://(.*?:\d+)\) started@', $output, $matches)) {

Completed in 90 milliseconds

12345678910>>...12