Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 224) sorted by relevance

123456789

/php-src/ext/pgsql/
H A Dpgsql.stub.php551 function pg_num_rows(PgSql\Result $result): int {}
557 function pg_numrows(PgSql\Result $result): int {}
559 function pg_num_fields(PgSql\Result $result): int {}
565 function pg_numfields(PgSql\Result $result): int {}
567 function pg_affected_rows(PgSql\Result $result): int {}
573 function pg_cmdtuples(PgSql\Result $result): int {}
594 function pg_fieldsize(PgSql\Result $result, int $field): int {}
681 function pg_free_result(PgSql\Result $result): bool {}
687 function pg_freeresult(PgSql\Result $result): bool {}
690 function pg_last_oid(PgSql\Result $result): string|int|false {}
[all …]
/php-src/Zend/Optimizer/
H A Dsccp.c327 static inline zend_result ct_eval_bool_cast(zval *result, zval *op) { in ct_eval_bool_cast()
343 static inline zend_result zval_to_string_offset(zend_long *result, zval *op) { in zval_to_string_offset()
359 static inline zend_result fetch_array_elem(zval **result, zval *op1, zval *op2) { in fetch_array_elem()
445 static inline zend_result ct_eval_del_array_elem(zval *result, const zval *key) { in ct_eval_del_array_elem()
528 static inline zend_result ct_eval_add_array_unpack(zval *result, zval *array) { in ct_eval_add_array_unpack()
589 static inline zend_result fetch_obj_prop(zval **result, zval *op1, zval *op2) { in fetch_obj_prop()
599 static inline zend_result ct_eval_fetch_obj(zval *result, zval *op1, zval *op2) { in ct_eval_fetch_obj()
626 static inline zend_result ct_eval_del_obj_prop(zval *result, const zval *key) { in ct_eval_del_obj_prop()
1089 zval *result = NULL; in sccp_visit_instr() local
1186 zval *result = &ctx->values[ssa_op->result_use]; in sccp_visit_instr() local
[all …]
H A Dpass1.c37 static void replace_by_const_or_qm_assign(zend_op_array *op_array, zend_op *opline, zval *result) { in replace_by_const_or_qm_assign()
60 zval result; in zend_optimizer_pass1() local
/php-src/ext/odbc/
H A Dphp_odbc.c56 #define CHECK_ODBC_RESULT(result) \ argument
645 odbc_result *result; in php_odbc_fetch_attribs() local
812 odbc_result *result; in odbc_column_lengths() local
1021 odbc_result *result; in PHP_FUNCTION() local
1178 odbc_result *result; in PHP_FUNCTION() local
1371 odbc_result *result; in php_odbc_fetch_hash() local
1537 odbc_result *result; in PHP_FUNCTION() local
1675 odbc_result *result; in PHP_FUNCTION() local
1749 odbc_result *result; in PHP_FUNCTION() local
1963 odbc_result *result; in PHP_FUNCTION() local
[all …]
/php-src/ext/standard/
H A Dimage.c71 struct gfxinfo *result = NULL; in php_handle_gif() local
93 struct gfxinfo *result = NULL; in php_handle_psd() local
113 struct gfxinfo *result = NULL; in php_handle_bmp() local
148 unsigned long int result = 0; in php_swf_get_bits() local
163 struct gfxinfo *result = NULL; in php_handle_swc() local
244 struct gfxinfo *result = NULL; in php_handle_swf() local
270 struct gfxinfo *result = NULL; in php_handle_png() local
448 struct gfxinfo *result = NULL; in php_handle_jpeg() local
576 struct gfxinfo *result = NULL; in php_handle_jpc() local
853 struct gfxinfo * result; in php_handle_iff() local
[all …]
H A Dbase64.c106 uint8x16x4_t result; in neon_base64_encode() local
235 uint8x16x3_t result; in neon_base64_decode() local
519 zend_string *result; in php_base64_encode_avx512_vbmi() local
564 zend_string *result; in php_base64_decode_ex_avx512_vbmi() local
629 zend_string *result; in php_base64_encode_avx512() local
692 zend_string *result; in php_base64_decode_ex_avx512() local
916 zend_string *result; in php_base64_encode_ex() local
957 zend_string *result; in php_base64_encode_ssse3() local
1090 zend_string *result; in php_base64_decode_ex() local
1166 zend_string *result; in php_base64_decode_ex_ssse3() local
[all …]
H A Dftp_fopen_wrapper.c105 int result; in php_stream_ftp_stream_close() local
131 int result, use_ssl, use_ssl_on_data = 0; in php_ftp_fopen_connect() local
316 int result, i; in php_fopen_do_pasv() local
412 int result = 0, use_ssl, use_ssl_on_data=0; in php_stream_url_wrap_ftp() local
687 int result = 0, use_ssl, use_ssl_on_data = 0; in php_stream_ftp_opendir() local
777 int result; in php_stream_ftp_url_stat() local
899 int result; in php_stream_ftp_unlink() local
948 int result; in php_stream_ftp_rename() local
1026 int result, recursive = options & PHP_STREAM_MKDIR_RECURSIVE; in php_stream_ftp_mkdir() local
1118 int result; in php_stream_ftp_rmdir() local
H A Dformatted_print.c427 zend_string *result; in php_formatted_print() local
725 ZSTR_VAL(result)[outpos]=0; in php_formatted_print() local
757 zend_string *result; in PHP_FUNCTION() local
779 zend_string *result; in PHP_FUNCTION() local
805 zend_string *result; in PHP_FUNCTION() local
830 zend_string *result; in PHP_FUNCTION() local
864 zend_string *result; in PHP_FUNCTION() local
895 zend_string *result; in PHP_FUNCTION() local
/php-src/ext/gd/libgd/
H A Dgd_io.c76 int gdGetByte (int *result, gdIOCtx * ctx) in gdGetByte()
85 int gdGetWord (int *result, gdIOCtx * ctx) in gdGetWord()
98 int gdGetWordLSB(signed short int *result, gdIOCtx *ctx) in gdGetWordLSB()
118 int gdGetInt (int *result, gdIOCtx * ctx) in gdGetInt()
142 int gdGetIntLSB(signed int *result, gdIOCtx *ctx) in gdGetIntLSB()
/php-src/Zend/
H A Dzend_vm_def.h455 bool result; variable
470 bool result; variable
484 bool result; variable
7388 bool result; variable
7434 bool result; variable
7454 bool result; variable
7533 int result; variable
7585 bool result; variable
7949 bool result; variable
9932 bool result; variable
[all …]
H A Dzend_compile.c1371 zend_string *result; in add_type_string() local
2128 zend_string *result; in zend_ast_append_str() local
2133 ZSTR_VAL(result)[left_len] = '\\'; in zend_ast_append_str() local
2135 ZSTR_VAL(result)[len] = '\0'; in zend_ast_append_str() local
3437 bool result = zend_string_equals(name1, name2); in zend_is_assign_to_self() local
5431 znode name_node, result; in zend_compile_global_var() local
6014 znode result; in zend_compile_for() local
8221 znode *result, zend_ast *ast, bool toplevel, in zend_compile_func_decl_ex()
11109 zval result; in zend_compile_const_expr_const() local
11390 znode result; in zend_compile_stmt() local
[all …]
H A Dzend_ini_parser.y65 static void zend_ini_do_op(char type, zval *result, zval *op1, zval *op2) in zend_ini_do_op()
106 static void zend_ini_init_string(zval *result) in zend_ini_init_string()
118 static void zend_ini_add_string(zval *result, zval *op1, zval *op2) in zend_ini_add_string()
146 static void zend_ini_get_constant(zval *result, zval *name) in zend_ini_get_constant()
173 static void zend_ini_get_var(zval *result, zval *name, zval *fallback) in zend_ini_get_var()
H A Dzend_operators.c492 #define convert_op1_op2_long(op1, op1_lval, op2, op2_lval, result, opcode, sigil) \ argument
1144 ZEND_API zend_result ZEND_FASTCALL add_function(zval *result, zval *op1, zval *op2) /* {{{ */ in add_function()
1209 ZEND_API zend_result ZEND_FASTCALL sub_function(zval *result, zval *op1, zval *op2) /* {{{ */ in sub_function()
1278 ZEND_API zend_result ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2) /* {{{ */ in mul_function()
1359 ZEND_API zend_result ZEND_FASTCALL pow_function(zval *result, zval *op1, zval *op2) /* {{{ */ in pow_function()
1440 ZEND_API zend_result ZEND_FASTCALL div_function(zval *result, zval *op1, zval *op2) /* {{{ */ in div_function()
1569 ZEND_API zend_result ZEND_FASTCALL boolean_not_function(zval *result, zval *op1) /* {{{ */ in boolean_not_function()
1594 ZEND_API zend_result ZEND_FASTCALL bitwise_not_function(zval *result, zval *op1) /* {{{ */ in bitwise_not_function()
1624 Z_STRVAL_P(result)[i] = ~Z_STRVAL_P(op1)[i]; in bitwise_not_function() local
1626 Z_STRVAL_P(result)[i] = 0; in bitwise_not_function() local
[all …]
H A Dzend_vm_execute.h3012 bool result; in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER() local
6271 bool result; in ZEND_IS_IDENTICAL_SPEC_CONST_CONST_HANDLER() local
6286 bool result; in ZEND_IS_NOT_IDENTICAL_SPEC_CONST_CONST_HANDLER() local
7755 bool result; in ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CONST_HANDLER() local
7834 int result; in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_CONST_HANDLER() local
7886 bool result; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
10209 int result; in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_TMPVAR_HANDLER() local
12690 int result; in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_CV_HANDLER() local
16851 int result; in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_CONST_HANDLER() local
18316 int result; in ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_TMPVAR_HANDLER() local
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c73 zend_jmp_fl_result result = (func == NULL) + 1; in zend_jit_jmp_frameless_helper() local
375 static void ZEND_FASTCALL zend_jit_fetch_dim_r_helper(zend_array *ht, zval *dim, zval *result) in zend_jit_fetch_dim_r_helper()
1668 static void ZEND_FASTCALL zend_jit_fast_concat_helper(zval *result, zval *op1, zval *op2) in zend_jit_fast_concat_helper()
1846 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_r_slow() local
1864 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_r_dynamic() local
1902 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_is_slow() local
1920 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_is_dynamic() local
1958 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_r_slow_ex() local
2010 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_is_slow_ex() local
2133 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_w_slow() local
[all …]
/php-src/ext/bcmath/libbcmath/src/
H A Draise.c37 void bc_square_ex(bc_num n1, bc_num *result, size_t scale_min) { in bc_square_ex()
46 void bc_raise(bc_num num1, long exponent, bc_num *result, size_t scale) { in bc_raise()
106 void bc_raise_bc_exponent(bc_num base, bc_num expo, bc_num *result, size_t scale) { in bc_raise_bc_exponent()
/php-src/ext/intl/locale/
H A Dlocale_methods.c215 char* result = NULL; in getPreferredTag() local
239 zend_off_t result =-1; in getStrrtokenPos() local
269 zend_off_t result =-1; in getSingletonPos() local
476 int result = 0; in get_icu_value_src_php() local
944 int result = 0; in PHP_FUNCTION() local
1020 zend_string* result = NULL; in get_private_subtags() local
1064 int result = 0; in add_array_entry() local
1160 int result = 0; in PHP_FUNCTION() local
1210 int result = 0; in strToMatch() local
1246 int result = 0; in PHP_FUNCTION() local
[all …]
/php-src/ext/tokenizer/
H A Dtokenizer_data_gen.php19 $result = "<?php\n\n/** @generate-class-entries */\n\n"; variable
39 $result = <<<CODE variable
/php-src/win32/
H A Dconsole.c24 BOOL result = FALSE; in php_win32_console_fileno_is_console() local
38 BOOL result = FALSE; in php_win32_console_fileno_has_vt100() local
60 BOOL result = FALSE; in php_win32_console_fileno_set_vt100() local
/php-src/ext/zend_test/
H A Dobject_handlers.c46 static void donc_add(zval *result, zval *op1, zval *op2) in donc_add()
63 static void donc_mul(zval *result, zval *op1, zval *op2) in donc_mul()
81 static zend_result donc_do_operation(zend_uchar opcode, zval *result, zval *op1, zval *op2) in donc_do_operation()
141 static zend_result long_castable_no_operation_cast_object(zend_object *obj, zval *result, int type) in long_castable_no_operation_cast_object()
177 static zend_result float_castable_no_operation_cast_object(zend_object *obj, zval *result, int type) in float_castable_no_operation_cast_object()
215 static zend_result numeric_castable_no_operation_cast_object(zend_object *obj, zval *result, int ty… in numeric_castable_no_operation_cast_object()
/php-src/ext/mysqli/
H A Dmysqli_result_iterator.c35 mysqli_object *result; member
99 MYSQL_RES *result; in php_mysqli_result_iterator_move_forward() local
116 MYSQL_RES *result; in php_mysqli_result_iterator_rewind() local
/php-src/ext/random/
H A Dphp_random_csprng.h38 …ULL static inline zend_result php_random_int_throw(zend_long min, zend_long max, zend_long *result) in php_random_int_throw()
43 …LL static inline zend_result php_random_int_silent(zend_long min, zend_long max, zend_long *result) in php_random_int_silent()
H A Dcsprng.c216 zend_result result = php_random_bytes_ex(bytes, size, errstr, sizeof(errstr)); in php_random_bytes() local
225 …ULL PHPAPI zend_result php_random_int(zend_long min, zend_long max, zend_long *result, bool should… in php_random_int()
H A Drandomizer.c99 uint64_t result; in PHP_METHOD() local
218 php_random_result result = engine.algo->generate(engine.state); in PHP_METHOD() local
237 uint64_t result; in PHP_METHOD() local
296 php_random_result result; in PHP_METHOD() local
474 php_random_result result = engine.algo->generate(engine.state); in PHP_METHOD() local
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c81 static int get_formatted_time_tz(pdo_stmt_t *stmt, const ISC_TIME_TZ* timeTz, zval *result) in get_formatted_time_tz()
109 …int get_formatted_timestamp_tz(pdo_stmt_t *stmt, const ISC_TIMESTAMP_TZ* timestampTz, zval *result) in get_formatted_timestamp_tz()
159 int result = 1; in pdo_firebird_stmt_dtor() local
190 char result[64]; in pdo_firebird_stmt_execute() local
367 static int php_firebird_fetch_blob(pdo_stmt_t *stmt, int colno, zval *result, ISC_QUAD *blob_id) in php_firebird_fetch_blob()
455 pdo_stmt_t *stmt, int colno, zval *result, enum pdo_param_type *type) in pdo_firebird_stmt_get_col()
594 int result = 1; in php_firebird_bind_blob() local

Completed in 290 milliseconds

123456789