Home
last modified time | relevance | path

Searched refs:result (Results 101 – 125 of 1071) sorted by path

12345678910>>...43

/php-src/Zend/
H A Dzend_enum.h36 zend_object *zend_enum_new(zval *result, zend_class_entry *ce, zend_string *case_name, zval *backin…
47 ZEND_API zend_result zend_enum_get_case_by_value(zend_object **result, zend_class_entry *ce, zend_l…
H A Dzend_exceptions.c898 zend_result result = FAILURE; in zend_exception_error() local
966 return result; in zend_exception_error()
H A Dzend_execute.c2715 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_W() local
2721 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_RW() local
2727 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_UNSET() local
2879 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_read_R() local
2885 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_read_R_slow() local
2891 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_read_IS() local
2897 zval *result = EX_VAR(opline->result.var); in zend_fetch_dimension_address_LIST_r() local
3129 if (result) ZVAL_ERROR(result); in zend_handle_fetch_obj_flags()
3145 if (result) ZVAL_ERROR(result); in zend_handle_fetch_obj_flags()
3680 int result; in zend_verify_prop_assignable_by_ref_ex() local
[all …]
H A Dzend_execute.h407 ZEND_API void zend_fetch_dimension_const(zval *result, zval *container, zval *dim, int type);
H A Dzend_execute_API.c723 zend_result result = zend_ast_evaluate_ex(&tmp, ast, scope, &short_circuited, ctx) != SUCCESS; in zval_update_constant_with_ctx() local
727 if (UNEXPECTED(result != SUCCESS)) { in zval_update_constant_with_ctx()
1065 zend_result result = zend_call_function(&fci, &fcic); in zend_call_known_function() local
1066 if (UNEXPECTED(result == FAILURE)) { in zend_call_known_function()
1366 zend_result result; in zend_eval_stringl_ex() local
1368 result = zend_eval_stringl(str, str_len, retval_ptr, string_name); in zend_eval_stringl_ex()
1370 result = zend_exception_error(EG(exception), E_ERROR); in zend_eval_stringl_ex()
1372 return result; in zend_eval_stringl_ex()
H A Dzend_fibers.c599 fiber->fci.retval = &fiber->result; in zend_fiber_execute()
751 zval_ptr_dtor(&fiber->result); in zend_fiber_object_free()
762 zend_get_gc_buffer_add_zval(buf, &fiber->result); in zend_fiber_object_gc()
995 RETURN_COPY_DEREF(&fiber->result); in ZEND_METHOD()
H A Dzend_fibers.h132 zval result; member
H A Dzend_generators.c591 …ZVAL_COPY(ZEND_CALL_VAR(new_root->execute_data, yield_from->result.var), &new_root_parent->retval); in zend_generator_update_current()
H A Dzend_hash.c91 void *result; in zend_hash_str_find_ptr_lc() local
101 return result; in zend_hash_str_find_ptr_lc()
105 void *result; in zend_hash_find_ptr_lc() local
109 return result; in zend_hash_find_ptr_lc()
2057 int result; in zend_hash_apply() local
2097 int result; in zend_hash_apply_with_argument() local
2137 int result; in zend_hash_apply_with_arguments() local
2190 int result; in zend_hash_reverse_apply() local
2535 return result; in zend_array_to_list()
3066 int result; in zend_hash_compare_impl() local
[all …]
H A Dzend_ini.c53 zend_result result = FAILURE; in zend_restore_ini_entry_cb() local
61result = ini_entry->on_modify(ini_entry, ini_entry->orig_value, ini_entry->mh_arg1, ini_entry->mh_… in zend_restore_ini_entry_cb()
64 if (stage == ZEND_INI_STAGE_RUNTIME && result == FAILURE) { in zend_restore_ini_entry_cb()
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() argument
100 ZVAL_LONG(result, i_result); in zend_ini_do_op()
106 static void zend_ini_init_string(zval *result) in zend_ini_init_string() argument
109 ZVAL_EMPTY_PSTRING(result); in zend_ini_init_string()
111 ZVAL_EMPTY_STRING(result); in zend_ini_init_string()
113 Z_EXTRA_P(result) = 0; in zend_ini_init_string()
118 static void zend_ini_add_string(zval *result, zval *op1, zval *op2) in zend_ini_add_string() argument
146 static void zend_ini_get_constant(zval *result, zval *name) in zend_ini_get_constant() argument
167 *result = *name; in zend_ini_get_constant()
173 static void zend_ini_get_var(zval *result, zval *name, zval *fallback) in zend_ini_get_var() argument
[all …]
H A Dzend_interfaces.c129 bool result = i_zend_is_true(&more); in zend_user_it_valid() local
131 return result ? SUCCESS : FAILURE; in zend_user_it_valid()
405 zend_result result; in zend_user_serialize() local
411 result = FAILURE; in zend_user_serialize()
421 result = SUCCESS; in zend_user_serialize()
424 result = FAILURE; in zend_user_serialize()
430 if (result == FAILURE && !EG(exception)) { in zend_user_serialize()
433 return result; in zend_user_serialize()
H A Dzend_object_handlers.c1064 int result; in zend_std_has_dimension() local
1084 return result; in zend_std_has_dimension()
1815 int result; in zend_std_has_property() local
1829 result = 0; in zend_std_has_property()
1858 result = zend_is_true(value); in zend_std_has_property()
1865 result = 1; in zend_std_has_property()
1871 result = 0; in zend_std_has_property()
1875 result = 0; in zend_std_has_property()
1886 result = zend_is_true(&rv); in zend_std_has_property()
1896 result = 0; in zend_std_has_property()
[all …]
H A Dzend_object_handlers.h159 typedef zend_result (*zend_object_do_operation_t)(uint8_t opcode, zval *result, zval *op1, zval *op…
H A Dzend_opcode.c854 if (use_opline->opcode == ZEND_COPY_TMP && use_opline->result.var == rt_var_num) { in emit_live_range()
934 uint32_t var_num = EX_VAR_TO_NUM(opline->result.var) - var_offset; in zend_calc_live_ranges()
1188 opline->result.var = EX_NUM_TO_VAR(op_array->last_var + opline->result.var); in pass_two()
H A Dzend_operators.c1081 if (result != op1) { in add_function_array()
1134 if (result == op1) { in add_function_slow()
1198 if (result == op1) { in sub_function_slow()
1229 Z_LVAL_P(result), Z_DVAL_P(result), overflow); in mul_function_fast()
1557 ZVAL_TRUE(result); in boolean_not_function()
1668 if (result==op1) { in bitwise_or_function()
1750 if (result==op1) { in bitwise_and_function()
1832 if (result==op1) { in bitwise_xor_function()
2017 if (EXPECTED(result != op2 || Z_TYPE_P(result) != IS_STRING)) { in concat_function()
2030 if (EXPECTED(result != op1 || Z_TYPE_P(result) != IS_STRING)) { in concat_function()
[all …]
H A Dzend_operators.h383 bool result = 0; in i_zend_is_true() local
388 result = 1; in i_zend_is_true()
392 result = 1; in i_zend_is_true()
397 result = 1; in i_zend_is_true()
402 result = 1; in i_zend_is_true()
407 result = 1; in i_zend_is_true()
412 result = 1; in i_zend_is_true()
419 result = 1; in i_zend_is_true()
429 return result; in i_zend_is_true()
895 *--result = '-'; in zend_print_long_to_buf()
[all …]
H A Dzend_smart_str.h146 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_str_append_long_ex() local
147 smart_str_appendl_ex(dest, result, buf + sizeof(buf) - 1 - result, persistent); in smart_str_append_long_ex()
157 char *result = zend_print_ulong_to_buf(buf + sizeof(buf) - 1, num); in smart_str_append_unsigned_ex() local
158 smart_str_appendl_ex(dest, result, buf + sizeof(buf) - 1 - result, persistent); in smart_str_append_unsigned_ex()
H A Dzend_smart_string.h93 char *result = zend_print_long_to_buf(buf + sizeof(buf) - 1, num); in smart_string_append_long_ex() local
94 smart_string_appendl_ex(dest, result, buf + sizeof(buf) - 1 - result, persistent); in smart_string_append_long_ex()
99 char *result = zend_print_ulong_to_buf(buf + sizeof(buf) - 1, num); in smart_string_append_unsigned_ex() local
100 smart_string_appendl_ex(dest, result, buf + sizeof(buf) - 1 - result, persistent); in smart_string_append_unsigned_ex()
H A Dzend_string.c516 size_t result = libc_strlcpy(dest, src, n); in strlcpy() local
518 return result; in strlcpy()
526 size_t result = libc_strlcat(dest, src, n); in strlcat() local
528 return result; in strlcat()
H A Dzend_strtod.c209 #define dtoa_result (EG(strtod_state).result)
H A Dzend_strtod.h31 char *result; member
H A Dzend_verify_type_inference.h144 …zend_verify_type_inference(EX_VAR(opline->result.var), opline->result_use_type, opline->result_typ… in zend_verify_inference_use()
191 …zend_verify_type_inference(EX_VAR(opline->result.var), opline->result_def_type, opline->result_typ… in zend_verify_inference_def()
200 …zend_verify_type_inference(ZEND_CALL_VAR(prev_execute_data, opline->result.var), opline->result_de… in zend_verify_inference_def()
H A Dzend_virtual_cwd.c178 char *result; in virtual_cwd_main_cwd_init() local
186 result = php_win32_ioutil_getcwd(cwd, sizeof(cwd)); in virtual_cwd_main_cwd_init()
188 result = getcwd(cwd, sizeof(cwd)); in virtual_cwd_main_cwd_init()
191 if (!result) { in virtual_cwd_main_cwd_init()
H A Dzend_vm_def.h59 result = EX_VAR(opline->result.var);
72 result = EX_VAR(opline->result.var);
118 result = EX_VAR(opline->result.var);
131 result = EX_VAR(opline->result.var);
179 result = EX_VAR(opline->result.var);
193 result = EX_VAR(opline->result.var);
262 result = EX_VAR(opline->result.var);
2175 result = EX_VAR(opline->result.var);
2195 result = EX_VAR(opline->result.var);
2341 result = EX_VAR(opline->result.var);
[all …]

Completed in 180 milliseconds

12345678910>>...43