Home
last modified time | relevance | path

Searched refs:getLine (Results 1 – 25 of 39) sorted by path

12

/PHP-8.1/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 Dconstant_expressions_exceptions_002.phpt8 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $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 Dexception_014.phpt13 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
H A Dexception_015.phpt9 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
H A Dexception_016.phpt8 …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 Dflexible-heredoc-nowdoc-lineno.phpt25 var_dump($e->getLine());
H A Drequire_parse_exception.phpt12 echo $e->getMessage(), " on line ", $e->getLine(), "\n";
/PHP-8.1/Zend/tests/return_types/
H A D028.phpt15 echo $e->getMessage(), " in ", $e->getFile(), " on line ", $e->getLine();
/PHP-8.1/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt58 … echo "*** Caught ", $e->getMessage(), " in ", $e->getFile(), " on line ", $e->getLine(), PHP_EOL;
H A Dscalar_return_basic_64bit.phpt58 … echo "*** Caught ", $e->getMessage(), " in ", $e->getFile(), " on line ", $e->getLine(), PHP_EOL;
/PHP-8.1/Zend/
H A Dzend_exceptions.c417 ZEND_METHOD(Exception, getLine) in ZEND_METHOD() argument
H A Dzend_exceptions.stub.php14 public function getLine(): int; function
55 final public function getLine(): int {} function in Exception
125 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.1/ext/intl/tests/
H A Dbreakiter___construct_error.phpt9 …echo "\nException: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "…
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 Dformatter_fail.phpt16 . " in " . $e->getFile() . " on line " . $e->getLine() . "\n";
H A Dmsgfmt_fail2.phpt16 . " in " . $e->getFile() . " on line " . $e->getLine() . "\n";
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_driver.phpt71 if ('' == $e->getLine()) {
72 printf("[011] getLine() has returned an empty string.\n");
H A Dmysqli_fetch_object.phpt107 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
H A Dmysqli_fetch_object_oo.phpt34 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
42 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt170 $e->getLine());
H A Dpdo_mysql_attr_errmode.phpt103 if ($e->getLine() !== $line)
105 $line, $e->getLine());
141 if ($e->getLine() !== $line)
143 $line, $e->getLine());

Completed in 47 milliseconds

12