Home
last modified time | relevance | path

Searched refs:parent (Results 1 – 25 of 357) sorted by last modified time

12345678910>>...15

/PHP-5.5/tests/lang/
H A D038.phpt10 parent::__construct($errstr, $errno);
H A D039.phpt14 parent::__construct($errstr, $errno);
/PHP-5.5/tests/classes/
H A Dinheritance_002.phpt16 parent::Base_php4();
29 parent::__construct();
36 parent::Base_php4();
43 parent::__construct();
H A Dprivate_members.phpt34 parent::__construct();
35 parent::test();
43 parent::test();
H A Dprivate_members_serialization.phpt2 Verifies that it is possible to return private member names of parent classes in __sleep
H A Dprivate_redeclare.phpt24 parent::test();
25 parent::show();
H A Dconstants_basic_004.phpt24 // Static and instance array using class constants with parent
25 public static $sa_c_parent = array(parent::KEY => parent::VALUE);
26 public $a_c_parent = array(parent::KEY => parent::VALUE);
H A Dconstants_scope_001.phpt23 echo "parent::FATAL = " . parent::FATAL;
38 parent::FATAL = Fatal error
H A Dctor_dtor_inheritance.phpt35 parent::__construct();
42 parent::__destruct();
H A Dctor_name_clash.phpt2 ZE2 The child class can re-use the parent class name for a function member
H A Dctor_visibility.phpt19 parent::__construct();
50 parent::__construct();
H A D__call_004.phpt22 parent::test4(1,'a');
H A D__call_005.phpt17 parent::test4(1,'a');
H A Dabstract.phpt17 parent::show();
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar792 * parent class for preconditions
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt44 supply the path to the parent of the "tests" directory (expect a couple
/PHP-5.5/sapi/litespeed/
H A DREADME171 will be killed by the parent process immediately.
182 will be killed by the parent process. This option can help getting rid
188 In Self Managed Mode, LSAPI_PGRP_MAX_IDLE controls how long the parent
190 This option help releasing system resources taken by an idle parent
196 By default a LSAPI application check the existence of its parent process
197 and exits automatically if the parent process died. This is to reduce
201 you want to disable the checking of existence of parent process.
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in416 ; %P: PID of the parent of the child that serviced the request
H A Dconfig.m4150 if ( (child = fork()) ) { /* parent */
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c541 struct key_value_s ***parent = (struct key_value_s ***) config; in fpm_conf_set_array() local
580 kv->next = **parent; in fpm_conf_set_array()
581 **parent = kv; in fpm_conf_set_array()
H A Dfpm_main.c124 static int parent = 1; variable
325 !parent && in sapi_cgibin_flush()
849 !parent &&
1867 parent = 0;
2005 if (parent) {
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c113 static int parent = 1; variable
340 !parent && in sapi_fcgi_flush()
925 !parent &&
1448 if (parent && parent_waiting) {
2037 while (parent) {
2049 parent = 0;
2065 } while (parent && (running < children));
2067 if (parent) {
2093 parent = 0;
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c282 node->parent = nsparent; in xsl_ext_function_php()
677 while (curce->parent != NULL) { in PHP_FUNCTION()
678 curce = curce->parent; in PHP_FUNCTION()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c606 mydata->current->parent = c; in _xmlrpc_startElement()
627 if(mydata && mydata->current && mydata->current->parent) { in _xmlrpc_endElement()
628 Q_PushTail(&mydata->current->parent->children, mydata->current); in _xmlrpc_endElement()
630 mydata->current = mydata->current->parent; in _xmlrpc_endElement()
755 xReturn->parent = NULL; in xml_elem_parse_buf()
H A Dxml_element.h152 struct _xml_element* parent; /* element's parent */ member

Completed in 53 milliseconds

12345678910>>...15