Home
last modified time | relevance | path

Searched refs:definition (Results 26 – 50 of 78) sorted by relevance

1234

/php-src/Zend/tests/
H A Dbug74269.phpt17 …property ($same) in the composition of PropertiesExample. However, the definition differs and is c…
H A Dbug73987_1.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types i…
H A Dbug73987_2.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - nullability ab…
H A Dbug73987.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - nullability in…
H A Dbug79155.phpt2 Bug #79155: Property nullability lost when using multiple property definition
/php-src/Zend/tests/type_declarations/
H A Dtyped_class_constants_inheritance_error4.phpt18 …efine the same constant (CONST1) in the composition of C. However, the definition differs and is c…
H A Dtyped_class_constants_inheritance_error5.phpt18 …efine the same constant (CONST1) in the composition of C. However, the definition differs and is c…
/php-src/Zend/tests/traits/
H A Dbug61052.phpt19 Fatal error: Inconsistent insteadof definition. The method foo is to be used from T1, but T1 is als…
H A Dconstant_011.phpt16 …he same constant (Constant) in the composition of Trait2. However, the definition differs and is c…
H A Dconstant_012.phpt16 …he same constant (Constant) in the composition of Trait2. However, the definition differs and is c…
H A Dconstant_013.phpt16 …he same constant (Constant) in the composition of Trait2. However, the definition differs and is c…
H A Dproperty004.phpt29 … same property ($hello) in the composition of TraitsTest. However, the definition differs and is c…
H A Dconstant_005.phpt22 …constant (Constant) in the composition of ComposingClass. However, the definition differs and is c…
H A Dconstant_006.phpt22 …constant (Constant) in the composition of ComposingClass. However, the definition differs and is c…
H A Dconstant_007.phpt22 …constant (Constant) in the composition of ComposingClass. However, the definition differs and is c…
H A Dconstant_010.phpt22 …constant (Constant) in the composition of ComposingClass. However, the definition differs and is c…
H A Dconstant_008.phpt26 …ame constant (Constant) in the composition of TraitsTest. However, the definition differs and is c…
H A Dconstant_009.phpt26 …ame constant (Constant) in the composition of TraitsTest. However, the definition differs and is c…
H A Dproperty003.phpt29 … same property ($hello) in the composition of TraitsTest. However, the definition differs and is c…
H A Dconstant_015.phpt32 … constant (Constant) in the composition of DerivedClass2. However, the definition differs and is c…
H A Dproperty005.phpt37 … same property ($hello) in the composition of TraitsTest. However, the definition differs and is c…
/php-src/ext/dom/tests/delayed_freeing/
H A Dnamespace_definition_crash.phpt2 Delayed freeing namespace definition should not crash
/php-src/Zend/Optimizer/
H A Ddce.c275 if (var->definition >= 0) { in add_to_worklists()
276 if (!check || zend_bitset_in(ctx->instr_dead, var->definition)) { in add_to_worklists()
277 zend_bitset_incl(ctx->instr_worklist, var->definition); in add_to_worklists()
329 } else if (var->definition >= 0) { in is_var_dead()
330 return zend_bitset_in(ctx->instr_dead, var->definition); in is_var_dead()
345 int def = var->definition; in try_remove_var_def()
382 var->definition = -1; in try_remove_var_def()
H A Ddfa_pass.c201 if (ssa->vars[j].definition >= 0) { in zend_ssa_remove_nops()
202 ssa->vars[j].definition -= shiftlist[ssa->vars[j].definition]; in zend_ssa_remove_nops()
1055 ssa->vars[result_var].definition = -1; in zend_dfa_try_to_replace_result()
1153 op_1 = ssa->vars[v].definition; in zend_dfa_optimize_op_array()
1323 ssa->vars[v].definition = -1; in zend_dfa_optimize_op_array()
1343 ssa->vars[v].definition = -1; in zend_dfa_optimize_op_array()
1366 && ssa->vars[src_var].definition >= 0 in zend_dfa_optimize_op_array()
1391 ssa->vars[v].definition = op_2; in zend_dfa_optimize_op_array()
1394 ssa->vars[src_var].definition = -1; in zend_dfa_optimize_op_array()
1547 ssa->vars[v].definition = op_2; in zend_dfa_optimize_op_array()
[all …]
/php-src/Zend/tests/traits/bugs/
H A Doverridding-conflicting-property-initializer.phpt23 …efine the same property ($zoo) in the composition of baz. However, the definition differs and is c…

Completed in 25 milliseconds

1234