Home
last modified time | relevance | path

Searched refs:parent (Results 76 – 100 of 357) sorted by relevance

12345678910>>...15

/PHP-5.5/Zend/tests/
H A Dbug50261.phpt21 parent::__construct(1);
23 call_user_func(array('parent', '__construct'), 3);
H A Dbug42937.phpt2 Bug #42937 (__call() method not invoked when methods are called on parent from child class)
20 parent::test2();
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 Dobjects_022.phpt2 Testing 'self', 'parent' as type-hint
16 public function testBar(parent $obj) {
/PHP-5.5/ext/soap/
H A Dphp_encoding.h187 xmlNodePtr (*to_xml)(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC);
191 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent TSRMLS_DC);
195 xmlNodePtr to_xml_user(encodeTypePtr type, zval *data, int style, xmlNodePtr parent TSRMLS_DC);
201 xmlNodePtr sdl_guess_convert_xml(encodeTypePtr enc, zval* data, int style, xmlNodePtr parent TSRMLS…
/PHP-5.5/ext/spl/examples/
H A Dinigroups.inc36 parent::__construct(new DbaReader($file, 'inifile'), '^\[.*\]$');
43 return substr(parent::key(),1,-1);
50 return substr(parent::key(),1,-1);
H A Drecursivedualiterator.inc30 parent::__construct($lhs, $rhs, $flags);
59 && parent::areIdentical();
68 && parent::areEqual();
H A Ddirectorytreeiterator.inc24 parent::__construct(
30 parent::SELF_FIRST
/PHP-5.5/ext/dom/tests/
H A Ddom001.phpt34 // The parent of this last node is the root again
35 echo "--------- parent\n";
36 $parent = $last->parentNode;
37 print_node($parent);
39 // The children of this parent are the same children as one above
40 echo "--------- children of parent\n";
41 $children = $parent->childNodes;
136 --------- parent
141 --------- children of parent
H A Ddomattributes.phpt24 $parent = $lang->ownerElement;
27 $parent->setAttributeNode($chapter);
/PHP-5.5/ext/spl/tests/
H A Diterator_005.phpt11 return parent::rewind();
27 return parent::getIterator();
H A Diterator_015.phpt11 parent::rewind();
24 if (!parent::valid()) {
/PHP-5.5/ext/date/tests/
H A Dbug67118_2.phpt12 parent::__construct($time, $tz);
16 parent::__construct($time.'C', $tz);
/PHP-5.5/tests/classes/
H A Dprivate_redeclare.phpt24 parent::test();
25 parent::show();
H A Dctor_visibility.phpt19 parent::__construct();
50 parent::__construct();
H A Dprivate_members.phpt34 parent::__construct();
35 parent::test();
43 parent::test();
/PHP-5.5/ext/spl/internal/
H A Dsplstack.inc23 protected $_it_mode = parent::IT_MODE_LIFO;
40 if ($mode & parent::IT_MODE_LIFO !== parent::IT_MODE_LIFO) {
/PHP-5.5/ext/mysqli/tests/
H A Dbug33263.phpt16 parent::init();
17 parent::real_connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug34785.phpt15 parent::__construct($link, $query);
22 parent::__construct($link, $query);
/PHP-5.5/ext/phar/phar/
H A Ddirectorytreeiterator.inc24 parent::__construct(
30 parent::SELF_FIRST
/PHP-5.5/ext/soap/tests/
H A Dclassmap003.phpt19 parent::__construct($a);
31 parent::__construct($wsdl, $options);
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_object.phpt43 // child class which inherits parent class test1
50 parent::__construct($value1 , $value2);
71 // child class which inherits parent class test2
78 parent::__construct($value1 , $value2);
99 // child class which inherits parent class test3
106 parent::__construct($value1 , $value2);
128 // child class which inherits parent class test4
135 parent::__construct($value1 , $value2 , $value3);
H A Darray_fill_object_2_4.phpt43 // child class which inherits parent class test1
50 parent::__construct($value1 , $value2);
71 // child class which inherits parent class test2
78 parent::__construct($value1 , $value2);
99 // child class which inherits parent class test3
106 parent::__construct($value1 , $value2);
128 // child class which inherits parent class test4
135 parent::__construct($value1 , $value2 , $value3);
/PHP-5.5/ext/dom/
H A Dnode.c426 nodeparent = nodep->parent; in dom_node_parent_node_read()
792 nsnode = nodep->parent; in dom_node_prefix_write()
972 node->parent = nodep; in _php_dom_insert_fragment()
1023 (child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) { in PHP_FUNCTION()
1065 new_child->parent = refp->parent; in PHP_FUNCTION()
1106 child->parent = parentp; in PHP_FUNCTION()
1190 (newchild->parent != NULL && dom_node_is_read_only(newchild->parent) == SUCCESS)) { in PHP_FUNCTION()
1270 (child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) { in PHP_FUNCTION()
1321 (child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) { in PHP_FUNCTION()
1351 child->parent = nodep; in PHP_FUNCTION()
[all …]

Completed in 41 milliseconds

12345678910>>...15