Home
last modified time | relevance | path

Searched refs:parent (Results 1 – 25 of 555) sorted by path

12345678910>>...23

/php-src/
H A D.gdbinit427 if $ce->parent != 0
428 printf " extends %s", (char*)$ce->parent->name->val
441 set $ce = $ce->parent
H A DCODING_STANDARDS.md118 1. If they are part of a "parent set" of functions, that parent should be
120 parent program or function family. This should be in the form of `parent_*`:
176 name of the "parent set" (e.g. the name of the extension) if no namespaces
301 aliases listed in the documentation for the parent function. For ease of
H A DNEWS26 . Adjusted closure names to include the parent function's name. (timwolla)
H A DUPGRADING23 . The builtin server looks for an index file recursively by traversing parent
656 * Closure names have been adjusted to include the parent function's name
/php-src/Zend/Optimizer/
H A Descape_analysis.c39 parent[i] = i; in union_find_init()
47 int p = parent[i]; in union_find_root()
50 p = parent[p]; in union_find_root()
51 parent[i] = p; in union_find_root()
53 p = parent[i]; in union_find_root()
61 int r1 = union_find_root(parent, i); in union_find_unite()
66 parent[r1] = r2; in union_find_unite()
69 parent[r2] = r1; in union_find_unite()
141 parent[i] = union_find_root(parent, i); in zend_build_equi_escape_sets()
168 && !ce->parent in is_allocation_def()
[all …]
H A Dzend_inference.c2478 ce = op_array->scope->parent; in zend_fetch_static_prop_info()
3356 … if (op_array->scope && op_array->scope->parent && (op_array->scope->ce_flags & ZEND_ACC_LINKED)) { in _zend_update_type_info()
3357 UPDATE_SSA_OBJ_TYPE(op_array->scope->parent, 0, ssa_op->result_def); in _zend_update_type_info()
4132 while (ce->parent) { in get_class_entry_rank()
4134 ce = ce->parent; in get_class_entry_rank()
4156 ce1 = !(ce1->ce_flags & ZEND_ACC_LINKED) ? NULL : ce1->parent; in join_class_entries()
4159 ce2 = !(ce2->ce_flags & ZEND_ACC_LINKED) ? NULL : ce2->parent; in join_class_entries()
4165 ce1 = !(ce1->ce_flags & ZEND_ACC_LINKED) ? NULL : ce1->parent; in join_class_entries()
4166 ce2 = !(ce2->ce_flags & ZEND_ACC_LINKED) ? NULL : ce2->parent; in join_class_entries()
5217 || ce->parent) { in zend_may_throw_ex()
H A Dzend_optimizer.c871 ce = op_array->scope->parent; in zend_fetch_class_const_info()
/php-src/Zend/asm/
H A Djump_x86_64_ms_pe_masm.asm194 ; return parent fcontext_t
/php-src/Zend/tests/anon/
H A D015.phpt2 static variables in methods inherited from parent class
H A D016.phpt2 static variables in methods inherited from parent class (can't cache objects)
/php-src/Zend/tests/assert/
H A Dexpect_010.phpt2 test stack trace is correct from failed exception in extended class (parent implementing constructo…
/php-src/Zend/tests/attributes/
H A D032_attribute_validation_scope.phpt5 #[Attribute(parent::x)]
9 Fatal error: Cannot access "parent" when no class scope is active in %s on line %d
/php-src/Zend/tests/attributes/override/
H A D003.phpt2 #[\Override]: No parent class.
16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D004.phpt2 #[\Override]: No parent class, but child implements matching interface.
21 Fatal error: P::i() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D005.phpt2 #[\Override]: No parent class, but child implements matching interface (2).
21 Fatal error: P::i() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D006.phpt2 #[\Override]: No parent interface.
26 Fatal error: I::i() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D008.phpt2 #[\Override]: On used trait without parent method.
19 Fatal error: Foo::t() has #[\Override] attribute, but no matching parent method exists in %s on lin…
H A D010.phpt19 Fatal error: C::p() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D011.phpt19 Fatal error: C::p() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D014.phpt18 Fatal error: E::e() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D017.phpt21 Fatal error: C::t() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A D020.phpt21 Fatal error: I@anonymous::c() has #[\Override] attribute, but no matching parent method exists in %…
H A D021.phpt19 Fatal error: C::__construct() has #[\Override] attribute, but no matching parent method exists in %…
H A D022.phpt2 #[\Override]: Static method no parent class.
16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
H A Dgh12189.phpt2 #[Override] attribute in trait does not check for parent class implementations

Completed in 52 milliseconds

12345678910>>...23