Home
last modified time | relevance | path

Searched refs:parent (Results 176 – 200 of 357) sorted by last modified time

12345678910>>...15

/PHP-5.5/ext/reflection/tests/
H A Dbug37964.phpt2 Reflection Bug #37964 (Reflection shows private methods of parent class)
H A Dbug45765.phpt16 function test2($a = parent::BAR) {
H A Dbug46064_2.phpt27 parent::__construct();
H A Dbug36434.phpt2 Reflection Bug #36434 (Properties from parent class fail to indetify their true origin)
H A DReflectionObject_isSubclassOf_basic.phpt27 foreach ($rcs as $parentName => $parent) {
30 var_dump($child->isSubclassOf($parent));
31 if ($parent->isInstantiable()) {
H A DReflectionClass_isSubclassOf_basic.phpt19 foreach ($rcs as $parentName => $parent) {
22 var_dump($child->isSubclassOf($parent));
H A DReflectionClass_getParentClass_001.phpt12 $parent = $rc->getParentClass();
13 $grandParent = $parent->getParentClass();
14 var_dump($parent, $grandParent);
H A DReflectionClass_implementsInterface_001.phpt22 foreach ($rcs as $parentName => $parent) {
26 var_dump($child->implementsInterface($parent));
H A D002.phpt13 parent::__construct($c,$m);
H A D023.phpt2 ReflectionClass::getDefaultProperties (filtering parent privates)
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c404 if (ce->parent) { in _class_string()
405 string_printf(str, " extends %s", ce->parent->name); in _class_string()
850 } else if (fptr->common.scope->parent) { in _function_string()
853 …if (zend_hash_find(&fptr->common.scope->parent->function_table, lc_name, lc_name_len + 1, (void**)… in _function_string()
1333 tmp_ce = tmp_ce->parent; in reflection_property_factory()
2421 if (!ce->parent) { in ZEND_METHOD()
2426 pce= &ce->parent; in ZEND_METHOD()
4512 if (ce->parent) { in ZEND_METHOD()
4513 zend_reflection_class_factory(ce->parent, return_value TSRMLS_CC); in ZEND_METHOD()
4834 tmp_ce = tmp_ce->parent; in ZEND_METHOD()
[all …]
/PHP-5.5/ext/posix/tests/
H A Dposix_getppid_error.phpt10 * Description: Get the parent process id (POSIX.1, 4.1.1)
/PHP-5.5/ext/phar/tests/zip/
H A Dbug48791.phpt14 …matic-styles><style:style style:name="P1" style:family="paragraph" style:parent-style-name="Standa…
/PHP-5.5/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc6 parent::close();
H A Dzipmaker.php.inc53 * Create an internal directory, creating parent directories as needed
/PHP-5.5/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc146 * Create an internal directory, creating parent directories as needed
H A Dcorrupt_tarmaker.php.inc154 * Create an internal directory, creating parent directories as needed
H A Dmake.dangerous.tar.php.inc147 * Create an internal directory, creating parent directories as needed
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_006.phpt18 parent::__construct($what);
H A Dphar_oo_007.phpt18 parent::__construct($name);
H A Dphar_oo_004.phpt35 parent::__construct($dir);
41 parent::rewind();
47 return parent::valid();
53 return parent::key();
59 return parent::current();
65 parent::next();
H A Dphar_oo_004U.phpt35 parent::__construct($dir);
41 parent::rewind();
47 return parent::valid();
53 return parent::key();
59 return parent::current();
65 parent::next();
H A Dphar_oo_008.phpt37 return parent::fgetcsv(',', '"');
69 return parent::fgetcsv(',', '"');
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php1575 parent::__construct($path, $agg, $testpath, $sourcepath);
/PHP-5.5/ext/phar/phar/
H A Ddirectorytreeiterator.inc24 parent::__construct(
30 parent::SELF_FIRST

Completed in 62 milliseconds

12345678910>>...15