Home
last modified time | relevance | path

Searched refs:getFile (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt109 if ($e->getFile() !== __FILE__)
111 __FILE__, $e->getFile());
147 if ($e->getFile() !== __FILE__)
149 __FILE__, $e->getFile());
/PHP-5.5/Zend/tests/
H A Dexception_010.phpt26 Warning: Exception::getFile() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_driver.phpt59 if ('' == $e->getFile())
60 printf("[010] getFile() has returned an empty string.\n");
/PHP-5.5/sapi/cli/tests/
H A D005.phpt86 Method [ <internal:Core> final public method getFile ] {
/PHP-5.5/ext/spl/tests/
H A Diterator_047.phpt51 …echo "Exception: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "\n…
/PHP-5.5/ext/spl/
H A Dspl.php311 final public function getFile() function in Exception
/PHP-5.5/Zend/
H A Dzend_exceptions.c306 ZEND_METHOD(exception, getFile) in ZEND_METHOD() argument
761 ZEND_ME(exception, getFile, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
H A DZEND_CHANGES573 final function getFile() {

Completed in 35 milliseconds