/PHP-8.1/ext/standard/tests/serialize/ |
H A D | serialization_objects_005.phpt | 102 …definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c… 104 …definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c… 106 …definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c… 109 …definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c… 111 …definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c… 114 …definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c… 116 …definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c… 118 …definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c… 120 …definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c… 122 …definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c… [all …]
|
H A D | incomplete_class.phpt | 23 …definition "unknown" of the object you are trying to operate on was loaded _before_ unserialize() … 25 …definition "unknown" of the object you are trying to operate on was loaded _before_ unserialize() … 28 …definition "unknown" of the object you are trying to operate on was loaded _before_ unserialize() …
|
H A D | serialization_objects_006.phpt | 15 …definition "unknown" of the object you are trying to operate on was loaded _before_ unserialize() …
|
/PHP-8.1/Zend/tests/ |
H A D | bug71841.phpt | 40 …definition "A" of the object you are trying to operate on was loaded _before_ unserialize() gets c… 41 …definition "A" of the object you are trying to operate on was loaded _before_ unserialize() gets c… 42 …definition "A" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
|
H A D | bug64660.phpt | 2 Bug #64660 (Segfault on memory exhaustion within function definition)
|
H A D | ns_053.phpt | 2 053: Run-time constant definition
|
H A D | bug20242.phpt | 2 Bug #20242 (Method call in front of class definition)
|
H A D | invalid_parent_const_ref_leak.phpt | 2 Leak when using an invalid parent:: reference in a constant definition
|
H A D | method_static_var.phpt | 2 Initial value of static var in method depends on the include time of the class definition
|
H A D | bug73987_3.phpt | 2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types a…
|
H A D | bug74269.phpt | 17 …property ($same) in the composition of PropertiesExample. However, the definition differs and is c…
|
/PHP-8.1/ext/reflection/tests/ |
H A D | ReflectionClass_FileInfo_basic.phpt | 11 //Get the line number at the start of the definition of class C 14 //Get the line number at the end of the definition of class C
|
/PHP-8.1/Zend/Optimizer/ |
H A D | zend_ssa.h | 111 int definition; /* opcode that defines this value */ member 164 ZEND_ASSERT(var->definition >= 0); in _zend_ssa_remove_def() 167 var->definition = -1; in _zend_ssa_remove_def() 245 ssa->vars[ssa_op->op1_def].definition = -1; in zend_ssa_rename_defs_of_instr() 252 ssa->vars[ssa_op->op2_def].definition = -1; in zend_ssa_rename_defs_of_instr() 259 ssa->vars[ssa_op->result_def].definition = -1; in zend_ssa_rename_defs_of_instr()
|
H A D | ssa_integrity.c | 122 if (var->definition < 0 && !var->definition_phi && i > op_array->last_var) { in ssa_verify_integrity() 130 if (var->definition >= 0 && var->definition_phi) { in ssa_verify_integrity() 133 if (var->definition >= 0) { in ssa_verify_integrity() 134 if (!is_defined_by_op(ssa, var->definition, i)) { in ssa_verify_integrity() 136 VAR(i), INSTR(var->definition)); in ssa_verify_integrity() 250 if (ssa->vars[ssa_op->op1_def].definition != i) { in ssa_verify_integrity() 263 if (ssa->vars[ssa_op->op2_def].definition != i) { in ssa_verify_integrity() 276 if (ssa->vars[ssa_op->result_def].definition != i) { in ssa_verify_integrity()
|
H A D | escape_analysis.c | 101 } else if (ssa_vars[i].definition >= 0) { in zend_build_equi_escape_sets() 102 int def = ssa_vars[i].definition; in zend_build_equi_escape_sets() 386 if (ssa_vars[i].definition >= 0 in zend_ssa_escape_analysis() 388 && is_allocation_def(op_array, ssa, ssa_vars[i].definition, i, script)) { in zend_ssa_escape_analysis() 419 } else if (ssa_vars[i].definition >= 0 in zend_ssa_escape_analysis() 421 if (!is_local_def(op_array, ssa, ssa_vars[i].definition, i, script)) { in zend_ssa_escape_analysis() 427 && is_allocation_def(op_array, ssa, ssa_vars[i].definition, i, script)) { in zend_ssa_escape_analysis()
|
H A D | scdf.h | 71 if (var->definition >= 0) { in scdf_add_def_to_worklist() 72 zend_bitset_incl(scdf->instr_worklist, var->definition); in scdf_add_def_to_worklist()
|
/PHP-8.1/tests/classes/ |
H A D | constants_error_001.phpt | 2 Error case: duplicate class constant definition
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | common.inc | 3 * Common definition and Settings
|
/PHP-8.1/ext/opcache/tests/ |
H A D | preload_013.phpt | 2 Nested function definition
|
/PHP-8.1/tests/lang/ |
H A D | 032.phpt | 24 // Following class definition should fail, but cannot test
|
/PHP-8.1/ext/bcmath/tests/ |
H A D | bug72093.phpt | 2 Bug 72093: bcpowmod fails on negative scale and corrupts _one_ definition
|
/PHP-8.1/Zend/tests/traits/ |
H A D | trait_constant_001.phpt | 2 __TRAIT__: Basics, a constant denoting the trait of definition.
|
H A D | bug60369.phpt | 17 …e same property ($same) in the composition of Properties. However, the definition differs and is c…
|
/PHP-8.1/Zend/tests/type_declarations/ |
H A D | typed_properties_085.phpt | 17 …define the same property ($prop) in the composition of C. However, the definition differs and is c…
|
/PHP-8.1/Zend/tests/readonly_props/ |
H A D | readonly_trait_mismatch.phpt | 18 …define the same property ($prop) in the composition of C. However, the definition differs and is c…
|