Home
last modified time | relevance | path

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

12

/php-src/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-src/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-src/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
/php-src/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-src/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-src/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-src/Zend/tests/return_types/
H A D028.phpt15 echo $e->getMessage(), " in ", $e->getFile(), " on line ", $e->getLine();
/php-src/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() . "…
H A Dbreakiter___construct_error.phpt9 …echo "\nException: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt101 if ($e->getLine() !== $line)
103 $line, $e->getLine());
138 if ($e->getLine() !== $line)
140 $line, $e->getLine());
/php-src/ext/standard/tests/array/
H A Dbug42177.phpt24 echo $e->getMessage() . " on line " . $e->getLine() . "\n";
/php-src/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt41 echo $e->getLine() . ": " . $e->getMessage() ."\n";
/php-src/ext/mysqli/tests/
H A Dmysqli_driver.phpt69 if ('' == $e->getLine()) {
70 printf("[011] getLine() has returned an empty string.\n");

Completed in 37 milliseconds

12