Home
last modified time | relevance | path

Searched refs:getFileName (Results 1 – 19 of 19) 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 DReflectionConstant_getFileName.phpt2 ReflectionConstant::getFileName()
11 var_dump($ref->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
280 public function getFileName(): string|false {} function in ReflectionClass
919 public function getFileName(): string|false {} function in ReflectionConstant
H A Dphp_reflection_arginfo.h740 ZEND_METHOD(ReflectionFunctionAbstract, getFileName);
796 ZEND_METHOD(ReflectionClass, getFileName);
986 ZEND_METHOD(ReflectionConstant, getFileName);
1014 …ZEND_ME(ReflectionFunctionAbstract, getFileName, arginfo_class_ReflectionFunctionAbstract_getFileN…
1087 ZEND_ME(ReflectionClass, getFileName, arginfo_class_ReflectionClass_getFileName, ZEND_ACC_PUBLIC)
1354 …ZEND_ME(ReflectionConstant, getFileName, arginfo_class_ReflectionConstant_getFileName, ZEND_ACC_PU…
H A Dphp_reflection.c1895 ZEND_METHOD(ReflectionFunctionAbstract, getFileName) in ZEND_METHOD() argument
4273 ZEND_METHOD(ReflectionClass, getFileName) in ZEND_METHOD() argument
7580 ZEND_METHOD(ReflectionConstant, getFileName) in ZEND_METHOD() argument
/php-src/
H A DUPGRADING107 . ReflectionConstant::getFileName() was introduced.

Completed in 45 milliseconds