Searched refs:getFile (Results 1 – 9 of 9) sorted by relevance
109 if ($e->getFile() !== __FILE__)111 __FILE__, $e->getFile());147 if ($e->getFile() !== __FILE__)149 __FILE__, $e->getFile());
26 Warning: Exception::getFile() expects exactly 0 parameters, 1 given in %s on line %d
23 echo "File: ".$err->getFile()."\n";
83 Method [ <internal:Core> final public method getFile ] {
59 if ('' == $e->getFile())60 printf("[010] getFile() has returned an empty string.\n");
51 …echo "Exception: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "\n…
314 final public function getFile() function in Exception
266 ZEND_METHOD(exception, getFile) in ZEND_METHOD() argument659 ZEND_ME(exception, getFile, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
573 final function getFile() {
Completed in 18 milliseconds