Home
last modified time | relevance | path

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

/PHP-7.4/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 DReflectionFunction_getFileName.001.phpt2 ReflectionFunction::getFileName() with function in an included file
12 var_dump($funcInfo->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.002.phpt2 ReflectionFunction::getFileName()
27 var_dump($funcInfo->getFileName());
H A DReflectionMethod_006.phpt37 var_dump($rm->getFileName(1));
82 Warning: ReflectionFunctionAbstract::getFileName() expects exactly 0 parameters, 1 given in %s on l…
H A D001.phpt32 'UMLClass::getFileName',
H A DReflectionClass_toString_001.phpt93 Method [ <internal:Reflection> public method getFileName ] {
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle.build12 passthru( ICU_DIR."genrb -s $here/_files/ -d $here/_files/resourcebundle ".$file->getFileName());
17 if($file->getFileName() == "res_index.res") continue;
18 $list[] = str_replace(".res", "", $file->getFileName());
/PHP-7.4/ext/spl/tests/
H A Dfileobject_003.phpt27 var_dump($f->getFileName());
28 $l = substr($f->getFileName(), -1);
38 var_dump($fo->getPathName(), $fo->getFileName(), $fo->getPath());
H A Dbug64228.phpt11 $dirs[] = $value->getFileName();
/PHP-7.4/ext/phar/tests/
H A Dbug60164.phpt14 var_dump($item->getFileName());
H A Dbug69720.phpt15 $temp= $file->getFileName() . "\n";
/PHP-7.4/ext/phar/tests/tar/
H A Dbignames_overflow.phpt23 echo $file->getFileName(), "\n";
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1704 ZEND_METHOD(reflection_function, getFileName) in ZEND_METHOD() argument
4017 ZEND_METHOD(reflection_class, getFileName) in ZEND_METHOD() argument
6371 ZEND_ME(reflection_function, getFileName, arginfo_reflection__void, 0)
6553 ZEND_ME(reflection_class, getFileName, arginfo_reflection__void, 0)

Completed in 38 milliseconds