/PHP-8.2/Zend/tests/ |
H A D | ErrorException_construct.phpt | 9 var_dump($e->getLine()); 14 var_dump($e->getLine()); 19 var_dump($e->getLine()); 24 var_dump($e->getLine()); 29 var_dump($e->getLine()); 34 var_dump($e->getLine()); 39 var_dump($e->getLine());
|
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 | flexible-heredoc-nowdoc-lineno.phpt | 25 var_dump($e->getLine());
|
H A D | exception_015.phpt | 9 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
|
H A D | exception_getters_with_ref_props.phpt | 23 var_dump($ex->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 | gh10232.phpt | 12 echo 'Exception on line ', $ex->getLine(), "\n";
|
H A D | require_parse_exception.phpt | 12 echo $e->getMessage(), " on line ", $e->getLine(), "\n";
|
/PHP-8.2/tests/classes/ |
H A D | type_hinting_004.phpt | 17 echo "{$ex->getCode()}: {$ex->getMessage()} - {$ex->getFile()}({$ex->getLine()})\n\n"; 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"; 66 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"; [all …]
|
/PHP-8.2/Zend/ |
H A D | zend_exceptions.stub.php | 16 public function getLine(): int; function 57 final public function getLine(): int {} function in Exception 127 final public function getLine(): int {} function in Error
|
H A D | zend_exceptions_arginfo.h | 91 ZEND_METHOD(Exception, getLine); 104 …ZEND_ABSTRACT_ME_WITH_FLAGS(Throwable, getLine, arginfo_class_Throwable_getLine, ZEND_ACC_PUBLIC|Z… 119 ZEND_ME(Exception, getLine, arginfo_class_Exception_getLine, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL) 142 …ZEND_MALIAS(Exception, getLine, getLine, arginfo_class_Error_getLine, ZEND_ACC_PUBLIC|ZEND_ACC_FIN…
|
/PHP-8.2/ext/spl/tests/ |
H A D | arrayObject___construct_error1.phpt | 11 echo $e->getMessage() . "(" . $e->getLine() . ")\n"; 18 echo $e->getMessage() . "(" . $e->getLine() . ")\n";
|
H A D | arrayObject___construct_error2.phpt | 17 echo $e->getMessage() . "(" . $e->getLine() . ")\n";
|
/PHP-8.2/Zend/tests/gh10232/ |
H A D | required.inc | 5 echo 'Exception in ', basename($ex->getFile()), ' on line ', $ex->getLine(), "\n";
|
H A D | constant_def.inc | 5 echo 'Exception in ', basename($ex->getFile()), ' on line ', $ex->getLine(), "\n";
|
/PHP-8.2/sapi/fpm/tests/ |
H A D | logreader.inc | 91 public function getLine( 96 $line = $this->getSource()->getLine( 197 $line = $this->getLine($timeoutSeconds, $timeoutMicroseconds); 235 public abstract function getLine( 242 * Get all lines that has been returned by getLine() method. 276 public function getLine( 345 public function getLine(
|
/PHP-8.2/Zend/tests/return_types/ |
H A D | 028.phpt | 15 echo $e->getMessage(), " in ", $e->getFile(), " on line ", $e->getLine();
|
/PHP-8.2/ext/intl/tests/ |
H A D | bug62017.phpt | 16 …."Exception: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . PHP_EOL;
|
H A D | dateformat___construct_bad_tz_cal.phpt | 12 …echo "\nException: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "…
|
/PHP-8.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_errmode.phpt | 103 if ($e->getLine() !== $line) 105 $line, $e->getLine()); 141 if ($e->getLine() !== $line) 143 $line, $e->getLine());
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | bug42177.phpt | 24 echo $e->getMessage() . " on line " . $e->getLine() . "\n";
|
/PHP-8.2/tests/lang/ |
H A D | foreachLoopIteratorAggregate.002.phpt | 41 echo $e->getLine() . ": " . $e->getMessage() ."\n";
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_driver.phpt | 69 if ('' == $e->getLine()) { 70 printf("[011] getLine() has returned an empty string.\n");
|