Home
last modified time | relevance | path

Searched refs:getFileName (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/reflection/tests/
H A DReflectionMethod_basic4.phpt2 ReflectionMethod class getFileName(), getStartLine() and getEndLine() methods
11 var_dump($methodInfo->getFileName());
63 getFileName():
77 getFileName():
91 getFileName():
105 getFileName():
119 getFileName():
133 getFileName():
147 getFileName():
161 getFileName():
H A DReflectionObject_FileInfo_basic.phpt2 ReflectionObject::getFileName(), ReflectionObject::getStartLine(), ReflectionObject::getEndLine() -…
6 var_dump($rc->getFileName());
11 var_dump($rc->getFileName());
H A DReflectionClass_FileInfo_basic.phpt2 ReflectionClass::getFileName(), ReflectionClass::getStartLine(), ReflectionClass::getEndLine()
9 var_dump($rc->getFileName());
19 var_dump($rc->getFileName());
H A DReflectionFunction_getFileName.001.phpt2 ReflectionFunction::getFileName() with function in an included file
12 var_dump($funcInfo->getFileName());
H A DReflectionFunction_getFileName.002.phpt2 ReflectionFunction::getFileName()
27 var_dump($funcInfo->getFileName());
H A D001.phpt31 'UMLClass::getFileName',
H A DReflectionClass_toString_001.phpt97 Method [ <internal:Reflection> public method getFileName ] {
/php-src/ext/intl/tests/
H A Dresourcebundle.build13 passthru( ICU_DIR."genrb -s $here/_files/ -d $here/_files/resourcebundle ".$file->getFileName());
18 if($file->getFileName() == "res_index.res") continue;
19 $list[] = str_replace(".res", "", $file->getFileName());
/php-src/ext/spl/tests/SplFileObject/
H A Dfileobject_003.phpt27 var_dump($f->getFileName());
28 $l = substr($f->getFileName(), -1);
38 var_dump($fo->getPathName(), $fo->getFileName(), $fo->getPath());
/php-src/ext/spl/tests/
H A Dbug64228.phpt11 $dirs[] = $value->getFileName();
H A Dfilesystemiterator_no_skip_dots.phpt13 $files[] = $f->getFileName();
/php-src/ext/phar/tests/
H A Dbug60164.phpt12 var_dump($item->getFileName());
H A Dbug69720.phpt15 $temp= $file->getFileName() . "\n";
/php-src/ext/phar/tests/tar/
H A Dbignames_overflow.phpt22 echo $file->getFileName(), "\n";
/php-src/ext/reflection/
H A Dphp_reflection.stub.php75 public function getFileName(): string|false {} function in ReflectionFunctionAbstract
286 public function getFileName(): string|false {} function in ReflectionClass
H A Dphp_reflection_arginfo.h726 ZEND_METHOD(ReflectionFunctionAbstract, getFileName);
782 ZEND_METHOD(ReflectionClass, getFileName);
996 …ZEND_ME(ReflectionFunctionAbstract, getFileName, arginfo_class_ReflectionFunctionAbstract_getFileN…
1069 ZEND_ME(ReflectionClass, getFileName, arginfo_class_ReflectionClass_getFileName, ZEND_ACC_PUBLIC)
H A Dphp_reflection.c1909 ZEND_METHOD(ReflectionFunctionAbstract, getFileName) in ZEND_METHOD() argument
4416 ZEND_METHOD(ReflectionClass, getFileName) in ZEND_METHOD() argument

Completed in 46 milliseconds