Home
last modified time | relevance | path

Searched refs:getLine (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.2/Zend/tests/
H A DErrorException_construct.phpt9 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 Dexception_013.phpt12 …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 Dconstant_expressions_exceptions_002.phpt8 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
H A Dflexible-heredoc-nowdoc-lineno.phpt25 var_dump($e->getLine());
H A Dexception_015.phpt9 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
H A Dexception_getters_with_ref_props.phpt23 var_dump($ex->getLine());
H A Dexception_016.phpt8 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
H A Dexception_014.phpt13 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
H A Dgh10232.phpt12 echo 'Exception on line ', $ex->getLine(), "\n";
H A Drequire_parse_exception.phpt12 echo $e->getMessage(), " on line ", $e->getLine(), "\n";
/PHP-8.2/tests/classes/
H A Dtype_hinting_004.phpt17 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 Dzend_exceptions.stub.php16 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 Dzend_exceptions_arginfo.h91 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 DarrayObject___construct_error1.phpt11 echo $e->getMessage() . "(" . $e->getLine() . ")\n";
18 echo $e->getMessage() . "(" . $e->getLine() . ")\n";
H A DarrayObject___construct_error2.phpt17 echo $e->getMessage() . "(" . $e->getLine() . ")\n";
/PHP-8.2/Zend/tests/gh10232/
H A Drequired.inc5 echo 'Exception in ', basename($ex->getFile()), ' on line ', $ex->getLine(), "\n";
H A Dconstant_def.inc5 echo 'Exception in ', basename($ex->getFile()), ' on line ', $ex->getLine(), "\n";
/PHP-8.2/sapi/fpm/tests/
H A Dlogreader.inc91 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 D028.phpt15 echo $e->getMessage(), " in ", $e->getFile(), " on line ", $e->getLine();
/PHP-8.2/ext/intl/tests/
H A Dbug62017.phpt16 …."Exception: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . PHP_EOL;
H A Ddateformat___construct_bad_tz_cal.phpt12 …echo "\nException: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "…
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt103 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 Dbug42177.phpt24 echo $e->getMessage() . " on line " . $e->getLine() . "\n";
/PHP-8.2/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt41 echo $e->getLine() . ": " . $e->getMessage() ."\n";
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_driver.phpt69 if ('' == $e->getLine()) {
70 printf("[011] getLine() has returned an empty string.\n");

Completed in 28 milliseconds

12