/PHP-7.1/tests/classes/ |
H A D | type_hinting_004.phpt | 22 echo "{$ex->getCode()}: {$ex->getMessage()} - {$ex->getFile()}({$ex->getLine()})\n\n"; 27 echo "{$ex->getCode()}: {$ex->getMessage()} - {$ex->getFile()}({$ex->getLine()})\n\n"; 32 echo "{$ex->getCode()}: {$ex->getMessage()} - {$ex->getFile()}({$ex->getLine()})\n\n"; 37 echo "{$ex->getCode()}: {$ex->getMessage()} - {$ex->getFile()}({$ex->getLine()})\n\n"; 42 echo "{$ex->getCode()}: {$ex->getMessage()} - {$ex->getFile()}({$ex->getLine()})\n\n"; 47 echo "{$ex->getCode()}: {$ex->getMessage()} - {$ex->getFile()}({$ex->getLine()})\n\n"; 71 echo "{$ex->getCode()}: {$ex->getMessage()} - {$ex->getFile()}({$ex->getLine()})\n\n"; 76 echo "{$ex->getCode()}: {$ex->getMessage()} - {$ex->getFile()}({$ex->getLine()})\n\n"; 81 echo "{$ex->getCode()}: {$ex->getMessage()} - {$ex->getFile()}({$ex->getLine()})\n\n"; 86 echo "{$ex->getCode()}: {$ex->getMessage()} - {$ex->getFile()}({$ex->getLine()})\n\n"; [all …]
|
/PHP-7.1/Zend/tests/ |
H A D | exception_013.phpt | 12 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "… 18 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "… 24 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
|
H A D | constant_expressions_exceptions_002.phpt | 8 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
|
H A D | exception_015.phpt | 9 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
|
H A D | exception_016.phpt | 8 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
|
H A D | exception_014.phpt | 13 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
|
H A D | exception_010.phpt | 26 Warning: Exception::getFile() expects exactly 0 parameters, 1 given in %s on line %d
|
H A D | exception_017.phpt | 15 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
|
/PHP-7.1/ext/simplexml/tests/ |
H A D | bug37565.phpt | 21 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine()); 27 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
|
/PHP-7.1/Zend/tests/return_types/ |
H A D | 028.phpt | 15 echo $e->getMessage(), " in ", $e->getFile(), " on line ", $e->getLine();
|
/PHP-7.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_errmode.phpt | 109 if ($e->getFile() !== __FILE__) 111 __FILE__, $e->getFile()); 147 if ($e->getFile() !== __FILE__) 149 __FILE__, $e->getFile());
|
/PHP-7.1/ext/intl/tests/ |
H A D | bug62017.phpt | 18 …echo PHP_EOL."Exception: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine…
|
H A D | gregoriancalendar___construct_error.phpt | 12 …echo "\nException: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "…
|
H A D | dateformat___construct_bad_tz_cal.phpt | 14 …echo "\nException: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "…
|
H A D | breakiter___construct_error.phpt | 11 …echo "\nException: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "…
|
H A D | formatter_fail.phpt | 16 . " in " . $e->getFile() . " on line " . $e->getLine() . "\n";
|
H A D | msgfmt_fail.phpt | 17 . " in " . $e->getFile() . " on line " . $e->getLine() . "\n";
|
/PHP-7.1/ext/mysqli/tests/ |
H A D | mysqli_fetch_object_oo.phpt | 38 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine()); 46 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine()); 88 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
|
H A D | mysqli_driver.phpt | 59 if ('' == $e->getFile()) 60 printf("[010] getFile() has returned an empty string.\n");
|
/PHP-7.1/ext/spl/tests/ |
H A D | spl_004.phpt | 48 my_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
|
H A D | iterator_042.phpt | 19 test_error_handler($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
|
H A D | iterator_047.phpt | 51 …echo "Exception: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "\n…
|
/PHP-7.1/sapi/cli/tests/ |
H A D | 005.phpt | 86 Method [ <internal:Core, prototype Throwable> final public method getFile ] {
|
/PHP-7.1/sapi/fpm/tests/ |
H A D | tester.inc | 807 return $this->getFile($port . '.sock'); 870 $pidFile = $this->getFile('pid'); 889 private function getFile(string $extension, $dir = null, $name = null) 902 return $this->getFile($extension); 913 return $this->getFile($extension, null, $fileName); 928 return $this->getFile($extension, null, $fileName); 940 $filePath = $this->getFile($extension, $dir, $name); 1185 $accessLog = $this->getFile('acc.log');
|
/PHP-7.1/ext/spl/ |
H A D | spl.php | 311 final public function getFile() function in Exception
|