Home
last modified time | relevance | path

Searched refs:parent (Results 226 – 250 of 312) sorted by relevance

12345678910>>...13

/PHP-5.3/ext/soap/tests/bugs/
H A Dbug38005.phpt15 parent::__construct($wsdl, $opt);
H A Dbug31695.phpt15 parent::__construct($wsdl, $options);
H A Dbug29839.phpt17 parent::__construct($wsdl, $options);
H A Dbug43045.phpt13 parent::__construct($wsdl, $options);
H A Dbug32776.phpt20 parent::__construct($wsdl, $options);
H A Dbug34453.phpt17 parent::__construct($wsdl, $options);
/PHP-5.3/ext/soap/tests/
H A Dserver022.phpt9 parent::__construct("MyFault","My fault string");
H A Dany.phpt33 parent::__construct($wsdl, $options);
/PHP-5.3/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc53 * Create an internal directory, creating parent directories as needed
/PHP-5.3/ext/spl/examples/
H A Dkeyfilter.inc37 parent::__construct($it);
H A Ddbaarray.inc41 parent::__destruct();
/PHP-5.3/ext/spl/internal/
H A Drecursiveregexiterator.inc35 parent::__construct($it, $regex, $mode, $flags, $preg_flags);
H A Drecursiveiteratoriterator.inc28 /** Mode: Show all children prior to their parent */
46 * - CHILD_FIRST show all children prior to their parent
H A Drecursivefilteriterator.inc36 parent::__construct($it);
/PHP-5.3/ext/soap/
H A Dphp_schema.c1621 xmlNodePtr parent = element->parent; in schema_element() local
1622 while (parent) { in schema_element()
1623 if (node_is_equal_ex(parent, "schema", SCHEMA_NAMESPACE)) { in schema_element()
1633 parent = parent->parent; in schema_element()
1635 if (parent == NULL) { in schema_element()
1841 nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns)); in schema_attribute()
1867 xmlNodePtr parent = attrType->parent; in schema_attribute() local
1868 while (parent) { in schema_attribute()
1869 if (node_is_equal_ex(parent, "schema", SCHEMA_NAMESPACE)) { in schema_attribute()
1879 parent = parent->parent; in schema_attribute()
[all …]
/PHP-5.3/Zend/
H A Dzend_alloc.c402 struct _zend_mm_free_block **parent; member
646 if (UNEXPECTED(*((block)->parent) != (block))) { \
725 mm_block->parent = NULL; in zend_mm_add_to_rest_list()
751 mm_block->parent = p; in zend_mm_add_to_free_list()
764 mm_block->parent = p; in zend_mm_add_to_free_list()
774 mm_block->parent = NULL; in zend_mm_add_to_free_list()
818 *mm_block->parent = NULL; in zend_mm_remove_from_free_list()
831 *mm_block->parent = prev; in zend_mm_remove_from_free_list()
832 prev->parent = mm_block->parent; in zend_mm_remove_from_free_list()
835 prev->child[0]->parent = &prev->child[0]; in zend_mm_remove_from_free_list()
[all …]
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_basic.phpt19 foreach ($rcs as $parentName => $parent) {
22 var_dump($child->isSubclassOf($parent));
H A DReflectionClass_implementsInterface_001.phpt22 foreach ($rcs as $parentName => $parent) {
26 var_dump($child->implementsInterface($parent));
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c112 static int parent = 1; variable
324 !parent && in sapi_cgibin_flush()
875 !parent &&
1386 if (parent && parent_waiting) {
1764 while (parent) {
1776 parent = 0;
1792 } while (parent && (running < children));
1794 if (parent) {
1820 parent = 0;
/PHP-5.3/ext/phar/tests/
H A Dphar_oo_007.phpt18 parent::__construct($name);
/PHP-5.3/ext/pdo/tests/
H A Dpdo_023.phpt53 $stmt = parent::prepare($sql, array(PDO::ATTR_STATEMENT_CLASS=>array('PDOStatementx')));
H A Dpdo_029.phpt40 parent::execute();
/PHP-5.3/sapi/isapi/stresstest/
H A Dnotes.txt44 supply the path to the parent of the "tests" directory (expect a couple
/PHP-5.3/
H A DCODING_STANDARDS109 2. If they are part of a "parent set" of functions, that parent should
111 to the parent program or function family. This should be in the form
155 The class name should be prefixed with the name of the 'parent set' (e.g.
270 the parent function. For ease of reference, user-functions with
/PHP-5.3/ext/dom/
H A Dphp_dom.h115 int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child);

Completed in 51 milliseconds

12345678910>>...13