Home
last modified time | relevance | path

Searched refs:getName (Results 126 – 150 of 162) sorted by relevance

1234567

/php-src/ext/reflection/tests/
H A DReflectionMethod_getStaticVariables_basic.phpt36 $methodInfo = new ReflectionMethod('ReflectionClass', 'getName');
H A DReflectionObject_isInstantiable_variation.phpt41 $name = $reflectionObject->getName();
H A DReflectionObject_getConstructor_basic.phpt41 echo "Constructor of $class: " . $rm->getName() . "\n";
H A Dbug76936.phpt37 echo $p->getName() .' = '. $p->getValue($f) ."\n";
H A D001.phpt27 'UMLClass::getName',
H A Dbug66430.phpt30 echo "scope cl of c(alpha.bravo): ", $reflectionC->getClosureScopeClass()->getName().PHP_EOL;
H A Dbug46064.phpt19 var_dump($h->getName());
H A DReflectionParameter_canBePassedByValue.phpt11 echo "Name: ", $parameter->getName(), "\n";
H A DReflectionMethod_getDocComment_basic.phpt61 echo "\n\n---> Doc comment for $class::" . $rm->getName() . "():\n";
H A DReflectionProperty_getDocComment_basic.phpt38 echo "\n\n---> Doc comment for $class::$" . $rp->getName() . ":\n";
/php-src/ext/reflection/
H A Dphp_reflection_arginfo.h652 ZEND_METHOD(ReflectionFunctionAbstract, getName);
700 ZEND_METHOD(ReflectionClass, getName);
755 ZEND_METHOD(ReflectionProperty, getName);
777 ZEND_METHOD(ReflectionClassConstant, getName);
793 ZEND_METHOD(ReflectionParameter, getName);
815 ZEND_METHOD(ReflectionNamedType, getName);
821 ZEND_METHOD(ReflectionExtension, getName);
834 ZEND_METHOD(ReflectionZendExtension, getName);
842 ZEND_METHOD(ReflectionAttribute, getName);
867 ZEND_METHOD(ReflectionConstant, getName);
[all …]
/php-src/ext/date/tests/
H A Dbug-gh9763.phpt12 echo $d->getName(), "\n";
/php-src/ext/reflection/tests/types/
H A Dpure_intersection_type_implicitly_nullable.phpt12 echo $str_indent . " Name: " . $type->getName() . "\n";
H A Dunion_types.phpt10 echo " Name: " . $type->getName() . "\n";
18 echo " Name: " . $rt->getName() . "\n";
H A Dintersection_types.phpt10 echo " Name: " . $type->getName() . "\n";
H A Ddnf_types_with_null.phpt12 echo $str_indent . " Name: " . $type->getName() . "\n";
H A Ddnf_types.phpt11 echo $str_indent . " Name: " . $type->getName() . "\n";
/php-src/Zend/tests/attributes/
H A D004_name_resolution.phpt10 $arr[] = ['name' => $attribute->getName(), 'args' => $attribute->getArguments()];
H A D009_doctrine_annotations_example.phpt77 var_dump($attribute->getName(), $attribute->getArguments());
84 var_dump($attribute->getName(), $attribute->getArguments());
H A D001_placement.phpt48 var_dump($a->getName(), $a->getArguments());
/php-src/ext/simplexml/
H A Dsimplexml.stub.php50 public function getName(): string {} function in SimpleXMLElement
H A Dsimplexml_arginfo.h116 ZEND_METHOD(SimpleXMLElement, getName);
146 ZEND_ME(SimpleXMLElement, getName, arginfo_class_SimpleXMLElement_getName, ZEND_ACC_PUBLIC)
/php-src/ext/zip/tests/
H A Doo_getstreamindex.phpt2 ZipArchive::getStreamIndex / ZipArchive::getName
/php-src/ext/simplexml/tests/
H A D027.phpt13 $name = $xml->getName();
/php-src/Zend/tests/
H A Dtrampoline_closure_named_arguments.phpt42 var_dump($type->getName());

Completed in 47 milliseconds

1234567