Searched refs:getFile (Results 1 – 8 of 8) 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
59 if ('' == $e->getFile())60 printf("[010] getFile() has returned an empty string.\n");
86 Method [ <internal:Core> final public method getFile ] {
51 …echo "Exception: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "\n…
311 final public function getFile() function in Exception
306 ZEND_METHOD(exception, getFile) in ZEND_METHOD() argument761 ZEND_ME(exception, getFile, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
573 final function getFile() {
Completed in 16 milliseconds