Home
last modified time | relevance | path

Searched refs:definition (Results 1 – 25 of 80) sorted by relevance

1234

/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt102definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
104definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
106definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
109definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
111definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
114definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
116definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
118definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
120definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
122definition "C" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
[all …]
H A Dincomplete_class.phpt23definition "unknown" of the object you are trying to operate on was loaded _before_ unserialize() …
25definition "unknown" of the object you are trying to operate on was loaded _before_ unserialize() …
28definition "unknown" of the object you are trying to operate on was loaded _before_ unserialize() …
H A Dserialization_objects_006.phpt15definition "unknown" of the object you are trying to operate on was loaded _before_ unserialize() …
/php-src/Zend/tests/
H A Dbug71841.phpt40definition "A" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
41definition "A" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
42definition "A" of the object you are trying to operate on was loaded _before_ unserialize() gets c…
H A Dbug64660.phpt2 Bug #64660 (Segfault on memory exhaustion within function definition)
H A Dns_053.phpt2 053: Run-time constant definition
H A Dbug20242.phpt2 Bug #20242 (Method call in front of class definition)
H A Dinvalid_parent_const_ref_leak.phpt2 Leak when using an invalid parent:: reference in a constant definition
H A Dmethod_static_var.phpt2 Initial value of static var in method depends on the include time of the class definition
H A Dbug73987_3.phpt2 Bug #73987 (Method compatibility check looks to original definition and not parent - return types a…
/php-src/ext/reflection/tests/
H A DReflectionClass_FileInfo_basic.phpt11 //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-src/Zend/Optimizer/
H A Dzend_ssa.h110 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 Dssa_integrity.c94 return ssa_var->definition >= 0 || ssa_var->definition_phi || var < op_array->last_var; in is_defined()
128 if (var->definition < 0 && !var->definition_phi && i > op_array->last_var) { in ssa_verify_integrity()
136 if (var->definition >= 0 && var->definition_phi) { in ssa_verify_integrity()
139 if (var->definition >= 0) { in ssa_verify_integrity()
140 if (!is_defined_by_op(ssa, var->definition, i)) { in ssa_verify_integrity()
142 VAR(i), INSTR(var->definition)); in ssa_verify_integrity()
293 if (ssa->vars[ssa_op->op1_def].definition != i) { in ssa_verify_integrity()
306 if (ssa->vars[ssa_op->op2_def].definition != i) { in ssa_verify_integrity()
319 if (ssa->vars[ssa_op->result_def].definition != i) { in ssa_verify_integrity()
H A Descape_analysis.c101 } 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()
398 if (ssa_vars[i].definition >= 0 in zend_ssa_escape_analysis()
400 && is_allocation_def(op_array, ssa, ssa_vars[i].definition, i, script)) { in zend_ssa_escape_analysis()
431 } else if (ssa_vars[i].definition >= 0 in zend_ssa_escape_analysis()
433 if (!is_local_def(op_array, ssa, ssa_vars[i].definition, i, script)) { in zend_ssa_escape_analysis()
439 && is_allocation_def(op_array, ssa, ssa_vars[i].definition, i, script)) { in zend_ssa_escape_analysis()
H A Dscdf.h71 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-src/tests/classes/
H A Dconstants_error_001.phpt2 Error case: duplicate class constant definition
/php-src/ext/mbstring/tests/
H A Dcommon.inc3 * Common definition and Settings
/php-src/ext/opcache/tests/
H A Dpreload_013.phpt2 Nested function definition
/php-src/tests/lang/
H A D032.phpt24 // Following class definition should fail, but cannot test
/php-src/ext/bcmath/tests/
H A Dbug72093.phpt2 Bug 72093: bcpowmod fails on negative scale and corrupts _one_ definition
/php-src/Zend/tests/traits/
H A Dtrait_constant_001.phpt2 __TRAIT__: Basics, a constant denoting the trait of definition.
H A Dbug60369.phpt17 …e same property ($same) in the composition of Properties. However, the definition differs and is c…
/php-src/Zend/tests/type_declarations/
H A Dtyped_class_constants_inheritance_error3.phpt18 …efine the same constant (CONST1) in the composition of C. However, the definition differs and is c…
H A Dtyped_properties_085.phpt17 …define the same property ($prop) in the composition of C. However, the definition differs and is c…
/php-src/Zend/tests/readonly_props/
H A Dreadonly_trait_mismatch.phpt18 …define the same property ($prop) in the composition of C. However, the definition differs and is c…

Completed in 43 milliseconds

1234