Home
last modified time | relevance | path

Searched refs:parent (Results 151 – 175 of 555) sorted by relevance

12345678910>>...23

/php-src/ext/soap/
H A Dphp_encoding.h192 xmlNodePtr (*to_xml)(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
196 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent);
200 xmlNodePtr to_xml_user(encodeTypePtr type, zval *data, int style, xmlNodePtr parent);
206 xmlNodePtr sdl_guess_convert_xml(encodeTypePtr enc, zval* data, int style, xmlNodePtr parent);
/php-src/ext/dom/tests/
H A Ddomattributes.phpt24 $parent = $lang->ownerElement;
27 $parent->setAttributeNode($chapter);
H A DDOMNode_insertBefore_error3.phpt6 This test checks the error message is raised when refnode is the parent node
24 // getting the parent node as reference node to insert
/php-src/Zend/tests/
H A Dbug64988.phpt16 return parent::insert($data);
21 return parent::insert($data, count($data));
H A Dbug39297.phpt10 public $parent;
23 $value->parent = $this;
H A Dbug42937.phpt2 Bug #42937 (__call() method not invoked when methods are called on parent from child class)
20 parent::test2();
H A Dconstant_expressions_classes.phpt13 'B'=> 'class B extends A { const HW = parent::HW." extended by B"; }',
16 'trE' => 'trait trE { public static function getHW() { return parent::HW; } }',
19 …'G' => 'class G extends F { const XX = parent::XX." extended by G"; public static function get_me(…
H A Dobjects_022.phpt2 Testing 'self', 'parent' as type-hint
16 public function testBar(parent $obj) {
/php-src/ext/date/tests/
H A DDateInterval_uninitialised_exceptions.phpt29 … (inheriting DateInterval) has not been correctly initialized by calling parent::__construct() in …
30 … (inheriting DateInterval) has not been correctly initialized by calling parent::__construct() in …
H A DDateTimeImmutable_createFromInterface_exceptions.phpt36 …Time (inheriting DateTime) has not been correctly initialized by calling parent::__construct() in …
37 …eriting DateTimeImmutable) has not been correctly initialized by calling parent::__construct() in …
H A Dbug67118.phpt15 @parent::__construct($time, $tz);
26 …mydt (inheriting DateTime) has not been correctly initialized by calling parent::__construct() in …
/php-src/ext/standard/
H A Dbrowscap.c35 zend_string *parent; member
72 if (entry->parent) {
73 zend_string_release_ex(entry->parent, 0);
82 if (entry->parent) { in browscap_entry_dtor_persistent()
83 zend_string_release_ex(entry->parent, 1); in browscap_entry_dtor_persistent()
294 if (entry->parent) { in browscap_entry_to_array()
295 ZVAL_STR_COPY(&tmp, entry->parent); in browscap_entry_to_array()
349 if (ctx->current_entry->parent) { in php_browscap_parser_cb()
353 ctx->current_entry->parent = new_value; in php_browscap_parser_cb()
394 entry->parent = NULL; in php_browscap_parser_cb()
[all …]
/php-src/tests/classes/
H A Dprivate_redeclare.phpt24 parent::test();
25 parent::show();
H A Dprivate_members.phpt32 parent::__construct();
33 parent::test();
41 parent::test();
H A Dctor_visibility.phpt19 parent::__construct();
50 parent::__construct();
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c271 tmp = node->parent; in lxb_dom_node_destroy_deep()
377 node->parent = to; in lxb_dom_node_insert_child_wo_events()
401 if (to->parent != NULL) { in lxb_dom_node_insert_before_wo_events()
406 node->parent = to->parent; in lxb_dom_node_insert_before_wo_events()
430 if (to->parent != NULL) { in lxb_dom_node_insert_after_wo_events()
435 node->parent = to->parent; in lxb_dom_node_insert_after_wo_events()
454 if (node->parent != NULL) { in lxb_dom_node_remove_wo_events()
472 node->parent = NULL; in lxb_dom_node_remove_wo_events()
490 while (parent->first_child != NULL) { in lxb_dom_node_replace_all()
517 node = node->parent; in lxb_dom_node_simple_walk()
[all …]
/php-src/ext/spl/tests/
H A Drecursivedualiterator.inc30 parent::__construct($lhs, $rhs, $flags);
59 && parent::areIdentical();
68 && parent::areEqual();
H A Darray_022.phpt11 parent::__construct($this);
32 parent::__construct($this);
H A Dbug66834.phpt11 return parent::offsetExists($offset);
16 return parent::offsetGet($offset);
25 return parent::offsetExists($offset);
34 return parent::offsetGet($offset);
43 return parent::offsetGet(str_rot13($offset));
48 parent::offsetSet(str_rot13($offset), $value);
H A Diterator_015.phpt11 parent::rewind();
24 if (!parent::valid()) {
/php-src/ext/standard/tests/array/
H A Darray_fill_object.phpt36 // child class which inherits parent class test1
43 parent::__construct($value1 , $value2);
64 // child class which inherits parent class test2
71 parent::__construct($value1 , $value2);
92 // child class which inherits parent class test3
99 parent::__construct($value1 , $value2);
121 // child class which inherits parent class test4
128 parent::__construct($value1 , $value2 , $value3);
/php-src/ext/mysqli/tests/
H A Dbug34785.phpt16 parent::__construct($link, $query);
23 parent::__construct($link, $query);
/php-src/ext/opcache/tests/jit/
H A Dgh8461-008.phpt43 parent::__construct(self::B);
47 parent::foo();
/php-src/ext/phar/phar/
H A Ddirectorytreeiterator.inc24 parent::__construct(
30 parent::SELF_FIRST
/php-src/ext/soap/tests/
H A Dclassmap003.phpt19 parent::__construct($a);
32 parent::__construct($wsdl, $options);

Completed in 55 milliseconds

12345678910>>...23