Searched refs:getFileName (Results 1 – 16 of 16) sorted by relevance
/PHP-8.0/ext/reflection/tests/ |
H A D | ReflectionMethod_basic4.phpt | 2 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 D | ReflectionObject_FileInfo_basic.phpt | 2 ReflectionObject::getFileName(), ReflectionObject::getStartLine(), ReflectionObject::getEndLine() -… 6 var_dump($rc->getFileName()); 11 var_dump($rc->getFileName());
|
H A D | ReflectionFunction_getFileName.001.phpt | 2 ReflectionFunction::getFileName() with function in an included file 12 var_dump($funcInfo->getFileName());
|
H A D | ReflectionClass_FileInfo_basic.phpt | 2 ReflectionClass::getFileName(), ReflectionClass::getStartLine(), ReflectionClass::getEndLine() 9 var_dump($rc->getFileName()); 19 var_dump($rc->getFileName());
|
H A D | ReflectionFunction_getFileName.002.phpt | 2 ReflectionFunction::getFileName() 27 var_dump($funcInfo->getFileName());
|
H A D | 001.phpt | 31 'UMLClass::getFileName',
|
H A D | ReflectionClass_toString_001.phpt | 88 Method [ <internal:Reflection> public method getFileName ] {
|
/PHP-8.0/ext/intl/tests/ |
H A D | resourcebundle.build | 13 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-8.0/ext/spl/tests/ |
H A D | fileobject_003.phpt | 27 var_dump($f->getFileName()); 28 $l = substr($f->getFileName(), -1); 38 var_dump($fo->getPathName(), $fo->getFileName(), $fo->getPath());
|
H A D | bug64228.phpt | 11 $dirs[] = $value->getFileName();
|
/PHP-8.0/ext/phar/tests/ |
H A D | bug60164.phpt | 14 var_dump($item->getFileName());
|
H A D | bug69720.phpt | 15 $temp= $file->getFileName() . "\n";
|
/PHP-8.0/ext/phar/tests/tar/ |
H A D | bignames_overflow.phpt | 23 echo $file->getFileName(), "\n";
|
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.stub.php | 67 public function getFileName() {} function in ReflectionFunctionAbstract 230 public function getFileName() {} function in ReflectionClass
|
H A D | php_reflection_arginfo.h | 511 ZEND_METHOD(ReflectionFunctionAbstract, getFileName); 562 ZEND_METHOD(ReflectionClass, getFileName); 730 …ZEND_ME(ReflectionFunctionAbstract, getFileName, arginfo_class_ReflectionFunctionAbstract_getFileN… 802 ZEND_ME(ReflectionClass, getFileName, arginfo_class_ReflectionClass_getFileName, ZEND_ACC_PUBLIC)
|
H A D | php_reflection.c | 1719 ZEND_METHOD(ReflectionFunctionAbstract, getFileName) in ZEND_METHOD() argument 4056 ZEND_METHOD(ReflectionClass, getFileName) in ZEND_METHOD() argument
|
Completed in 52 milliseconds