Home
last modified time | relevance | path

Searched refs:result (Results 226 – 250 of 1071) sorted by last modified time

12345678910>>...43

/php-src/main/
H A Drfc1867.c489 char *result = emalloc(len + 1); in substring_conf() local
490 char *resp = result; in substring_conf()
502 return result; in substring_conf()
/php-src/Zend/
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.h407 ZEND_API void zend_fetch_dimension_const(zval *result, zval *container, zval *dim, int type);
H A Dzend_ast.h304 ZEND_API zend_result ZEND_FASTCALL zend_ast_evaluate(zval *result, zend_ast *ast, zend_class_entry …
305 ZEND_API zend_result ZEND_FASTCALL zend_ast_evaluate_ex(zval *result, zend_ast *ast, zend_class_ent…
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_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 …]
/php-src/Zend/Optimizer/
H A Dzend_ssa.c192 if (op->result_type != IS_TMP_VAR || op->result.var != var_num) { in find_adjusted_tmp_var()
299 opline->op1.var == (opline-1)->result.var) { in place_essa_pis()
439 opline->op1.var == (opline-1)->result.var && in place_essa_pis()
461 opline->op1.var == (opline-1)->result.var && in place_essa_pis()
473 opline->op1.var == (opline-1)->result.var && (opline-1)->op1_type == IS_CV) { in place_essa_pis()
488 opline->op1.var == (opline-1)->result.var) { in place_essa_pis()
558 ssa_ops[k].result_use = var[EX_VAR_TO_NUM(opline->result.var)]; in _zend_ssa_rename_op()
717 ssa_ops[k].result_use = var[EX_VAR_TO_NUM(opline->result.var)]; in _zend_ssa_rename_op()
720 ssa_ops[k].result_use = var[EX_VAR_TO_NUM(opline->result.var)]; in _zend_ssa_rename_op()
804 var[EX_VAR_TO_NUM(opline->result.var)] = ssa_vars_count; in _zend_ssa_rename_op()
[all …]
H A Dzend_dfg.c45 var_num = EX_VAR_TO_NUM(opline->result.var); in _zend_dfg_add_use_def_op()
189 var_num = EX_VAR_TO_NUM(opline->result.var); in _zend_dfg_add_use_def_op()
195 var_num = EX_VAR_TO_NUM(opline->result.var); in _zend_dfg_add_use_def_op()
241 zend_bitset_incl(def, EX_VAR_TO_NUM(opline->result.var)); in _zend_dfg_add_use_def_op()
H A Dsccp.c335 ZVAL_TRUE(result); in ct_eval_bool_cast()
416 ZVAL_TRUE(result); in ct_eval_isset_isempty()
554 array_init(result); in ct_eval_assign_dim()
571 memcpy(ZSTR_VAL(new_str), Z_STRVAL_P(result), Z_STRLEN_P(result)); in ct_eval_assign_dim()
830 ZVAL_NULL(result); in ct_eval_func_call_ex()
1112 if (result && Z_TYPE_P(result) == IS_NULL) { in sccp_visit_instr()
1135 if (!result) { in sccp_visit_instr()
1158 if (result) { in sccp_visit_instr()
1200 ZVAL_NULL(result); in sccp_visit_instr()
2048 zval result; in sccp_visit_phi() local
[all …]
H A Dblock_pass.c502 COPY_NODE(src->result, opline->result); in zend_optimize_block()
511 COPY_NODE(src->result, opline->result); in zend_optimize_block()
520 COPY_NODE(src->result, opline->result); in zend_optimize_block()
529 COPY_NODE(src->result, opline->result); in zend_optimize_block()
547 COPY_NODE(src->result, opline->result); in zend_optimize_block()
565 COPY_NODE(src->result, opline->result); in zend_optimize_block()
583 COPY_NODE(src->result, opline->result); in zend_optimize_block()
917 src->result.var = opline->result.var; in zend_optimize_block()
1353 target->result.var == last_op->result.var && in zend_jmp_optimization()
1364 target->result.var == last_op->result.var && in zend_jmp_optimization()
[all …]
H A Dcompact_literals.c606 opline->result.num = func_slot[opline->op2.constant]; in zend_optimizer_compact_literals()
608 opline->result.num = cache_size; in zend_optimizer_compact_literals()
610 func_slot[opline->op2.constant] = opline->result.num; in zend_optimizer_compact_literals()
618 opline->result.num = method_slot[opline->op2.constant]; in zend_optimizer_compact_literals()
620 opline->result.num = cache_size; in zend_optimizer_compact_literals()
632 opline->result.num = add_static_slot(&hash, op_array, in zend_optimizer_compact_literals()
638 opline->result.num = cache_size; in zend_optimizer_compact_literals()
644 opline->result.num = class_slot[opline->op1.constant]; in zend_optimizer_compact_literals()
646 opline->result.num = cache_size; in zend_optimizer_compact_literals()
648 class_slot[opline->op1.constant] = opline->result.num; in zend_optimizer_compact_literals()
[all …]
H A Ddce.c380 def_opline->result.var = 0; in try_remove_var_def()
H A Ddfa_pass.c286 if (result == !is_intersection) { in can_elide_list_type()
287 return result; in can_elide_list_type()
1047 op_array->opcodes[def].result.var = 0; in zend_dfa_try_to_replace_result()
1069 op_array->opcodes[use].result.var = cv; in zend_dfa_try_to_replace_result()
1362 src_var, opline->result.var) in zend_dfa_optimize_op_array()
1393 op_array->opcodes[op_2].result.var = opline->result.var; in zend_dfa_optimize_op_array()
1409 SET_UNUSED(op_array->opcodes[op_2].result); in zend_dfa_optimize_op_array()
1425 SET_UNUSED(op_array->opcodes[op_2].result); in zend_dfa_optimize_op_array()
1443 SET_UNUSED(op_array->opcodes[op_2].result); in zend_dfa_optimize_op_array()
1630 opline->result.var = opline->op1.var; in zend_dfa_optimize_op_array()
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h90 OP_ADDR(opline, result_type, result)
99 OP_REG_ADDR(opline, result_type, result, result_def)
108 OP_REG_ADDR(opline, result_type, result, result_use)
/php-src/ext/random/
H A Dphp_random_csprng.h24 PHPAPI zend_result php_random_int(zend_long min, zend_long max, zend_long *result, bool should_thro…
36 static inline zend_result php_random_int_throw(zend_long min, zend_long max, zend_long *result) in php_random_int_throw() argument
38 return php_random_int(min, max, result, true); in php_random_int_throw()
41 static inline zend_result php_random_int_silent(zend_long min, zend_long max, zend_long *result) in php_random_int_silent() argument
43 return php_random_int(min, max, result, false); in php_random_int_silent()
/php-src/ext/curl/tests/
H A Dbug77946.phpt22 var_dump($info['result']);
/php-src/ext/intl/tests/
H A Dgh8364.phpt12 $result = $formatter->format($args);
13 var_dump($result);
/php-src/ext/intl/tests/locale/
H A Dbug72809.phpt2 Bug #72809 (Locale::lookup() wrong result with canonicalize option)
/php-src/ext/zend_test/
H A Dobject_handlers.c46 static void donc_add(zval *result, zval *op1, zval *op2) in donc_add() argument
61 donc_create(result, val_1 + val_2); in donc_add()
63 static void donc_mul(zval *result, zval *op1, zval *op2) in donc_mul() argument
78 donc_create(result, val_1 * val_2); in donc_mul()
81 static zend_result donc_do_operation(zend_uchar opcode, zval *result, zval *op1, zval *op2) in donc_do_operation() argument
86 if (result == op1) { in donc_do_operation()
93 donc_add(result, op1, op2); in donc_do_operation()
98 donc_mul(result, op1, op2); in donc_do_operation()
144 ZVAL_COPY(result, OBJ_PROP_NUM(obj, 0)); in long_castable_no_operation_cast_object()
180 ZVAL_COPY(result, OBJ_PROP_NUM(obj, 0)); in float_castable_no_operation_cast_object()
[all …]
/php-src/
H A D.gdbinit595 printf "result => "
596 printzn &execute_data->opline.result
/php-src/ext/mysqli/tests/
H A Dgh12107.phpt2 GH-12107 (When running a stored procedure (that returns a result set) twice, PHP crashes)
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c86 int result = 1; in pdo_firebird_stmt_dtor() local
91 result = 0; in pdo_firebird_stmt_dtor()
106 return result; in pdo_firebird_stmt_dtor()
117 char result[64]; in pdo_firebird_stmt_execute() local
158 info_count, sizeof(result), result)) { in pdo_firebird_stmt_execute()
349 result = 0; in php_firebird_fetch_blob()
364 ZVAL_STR(result, str); in php_firebird_fetch_blob()
390 ZVAL_NULL(result); in pdo_firebird_stmt_get_col()
515 int result = 1; in php_firebird_bind_blob() local
532 result = 0; in php_firebird_bind_blob()
[all …]
/php-src/ext/opcache/tests/jit/
H A Dreadonly_003.phpt2 JIT readonly modification post-inc with result
H A Dreadonly_004.phpt2 JIT readonly modification pre-inc with result
H A Dreadonly_007.phpt2 JIT readonly modification dec-inc with result

Completed in 216 milliseconds

12345678910>>...43