Home
last modified time | relevance | path

Searched refs:result (Results 76 – 100 of 1071) sorted by path

12345678910>>...43

/php-src/Zend/tests/traits/
H A Dconstant_007.phpt2 Conflicting constants in composing classes with different finality should result in a fatal error, …
H A Dconstant_008.phpt2 …its in same composing classes with different visibility modifiers should result in a fatal error, …
H A Dconstant_009.phpt2 …in another traits in same composing classes with different values should result in a fatal error, …
H A Dconstant_010.phpt2 … another traits in same composing classes with different finality should result in a fatal error, …
H A Dconstant_011.phpt2 …it and another trait using it with different visibility modifiers should result in a fatal error, …
H A Dconstant_012.phpt2 Conflicting constants in a trait and another trait using it with different values should result in …
H A Dconstant_013.phpt2 Conflicting constants in a trait and another trait using it with different finality should result i…
H A Dlanguage010.phpt2 Aliasing leading to conflict should result in error message
H A Dlanguage014.phpt2 Aliasing leading to conflict should result in error message
H A Dproperty001.phpt2 "Potentially" conflicting trait properties do not result in a strict standards notice anymore
H A Dproperty003.phpt2 Conflicting properties with different visibility modifiers should result in a fatal error, since th…
/php-src/Zend/tests/try/
H A Dtry_finally_recursive_previous.phpt2 Test case where the implicit previous finally exception would result in recursion
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_104.phpt2 Uninitialized result of PRE_INC/PRE_DEC in case of exception
/php-src/Zend/tests/type_declarations/union_types/
H A Dincdec_prop.phpt52 * even if the result of the overflow (a float) would technically be allowed
H A Dprop_ref_assign.phpt52 …ype string|int and property Test::$y of type string|float, as this would result in an inconsistent…
55 …ype string|int and property Test::$y of type string|float, as this would result in an inconsistent…
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_overflow.phpt81 Warning: Invalid quantity "%d": value is out of range, using overflow result for backwards compatib…
87 Warning: Invalid quantity "-%d": value is out of range, using overflow result for backwards compati…
93 Warning: Invalid quantity "%dK": value is out of range, using overflow result for backwards compati…
99 Warning: Invalid quantity "-%dK": value is out of range, using overflow result for backwards compat…
H A Dzend_ini_parse_uquantity_overflow.phpt77 Warning: Invalid quantity "%d": value is out of range, using overflow result for backwards compatib…
83 Warning: Invalid quantity "-%d": value is out of range, using overflow result for backwards compati…
89 Warning: Invalid quantity "-%d": value is out of range, using overflow result for backwards compati…
95 Warning: Invalid quantity "-2": value is out of range, using overflow result for backwards compatib…
101 Warning: Invalid quantity "-1K": value is out of range, using overflow result for backwards compati…
107 Warning: Invalid quantity "-1 K": value is out of range, using overflow result for backwards compat…
113 Warning: Invalid quantity "%dK": value is out of range, using overflow result for backwards compati…
/php-src/Zend/
H A Dzend.c829 executor_globals->strtod_state.result = NULL; in executor_globals_ctor()
H A Dzend_API.c1495 if (result == FAILURE) { in zend_update_class_constant()
2160 zval *result; in array_set_zval_key() local
2164 result = zend_symtable_update(ht, Z_STR_P(key), value); in array_set_zval_key()
2174 result = zend_hash_index_update(ht, 0, value); in array_set_zval_key()
2177 result = zend_hash_index_update(ht, 1, value); in array_set_zval_key()
2187 result = NULL; in array_set_zval_key()
2190 if (result) { in array_set_zval_key()
2191 Z_TRY_ADDREF_P(result); in array_set_zval_key()
4355 zend_result result; in zend_fcall_info_call() local
4362 result = zend_call_function(fci, fcc); in zend_fcall_info_call()
[all …]
H A Dzend_ast.c500 zval *result,
508 zval *result, in zend_ast_evaluate_ex() argument
531 zval *result, in zend_ast_evaluate_inner() argument
649 ZVAL_TRUE(result); in zend_ast_evaluate_inner()
668 *result = op1; in zend_ast_evaluate_inner()
692 *result = op1; in zend_ast_evaluate_inner()
778 ZVAL_NULL(result); in zend_ast_evaluate_inner()
918 ctor, Z_OBJ_P(result), Z_OBJCE_P(result), NULL, 0, NULL, args); in zend_ast_evaluate_inner()
963 ZVAL_NULL(result); in zend_ast_evaluate_inner()
968 ZVAL_NULL(result); in zend_ast_evaluate_inner()
[all …]
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_closures.c554 zval result; in zend_closure_clone() local
556 zend_create_closure(&result, &closure->func, in zend_closure_clone()
558 return Z_OBJ(result); in zend_closure_clone()
H A Dzend_compile.c2215 GET_NODE(result, opline->result); in zend_make_var_result()
2223 GET_NODE(result, opline->result); in zend_make_tmp_result()
2497 SET_NODE(opline->result, result); in zend_short_circuiting_commit()
4323 SET_NODE(opline->result, result); in zend_compile_assert()
4695 SET_NODE(flf_icall->result, result); in zend_compile_ns_call()
9571 SET_NODE(opline->result, result); in zend_compile_coalesce()
9659 SET_NODE(opline->result, result); in zend_compile_assign_coalesce()
9976 SET_NODE(opline->result, result); in zend_compile_array()
10003 SET_NODE(opline->result, result); in zend_compile_array()
10150 SET_NODE(opline->result, result); in zend_compile_rope_add_ex()
[all …]
H A Dzend_compile.h43 SET_UNUSED((opline)->result); \
132 void zend_const_expr_to_zval(zval *result, zend_ast **ast_ptr, bool allow_dynamic);
140 znode_op result; member
H A Dzend_enum.c39 zend_object *zend_enum_new(zval *result, zend_class_entry *ce, zend_string *case_name, zval *backin… in zend_enum_new() argument
42 ZVAL_OBJ(result, zobj); in zend_enum_new()
289 ZEND_API zend_result zend_enum_get_case_by_value(zend_object **result, zend_class_entry *ce, zend_l… in zend_enum_get_case_by_value() argument
314 *result = NULL; in zend_enum_get_case_by_value()
339 *result = Z_OBJ_P(case_zv); in zend_enum_get_case_by_value()
619 zend_object *result = zend_enum_get_case(ce, name_str); in zend_enum_get_case_cstr() local
621 return result; in zend_enum_get_case_cstr()

Completed in 94 milliseconds

12345678910>>...43