Home
last modified time | relevance | path

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

/PHP-5.5/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";
H A Diterator_047.phpt51 …echo "Exception: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "\n…
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt105 if ($e->getLine() !== $line)
107 $line, $e->getLine());
143 if ($e->getLine() !== $line)
145 $line, $e->getLine());
/PHP-5.5/Zend/tests/
H A Dexception_010.phpt24 Warning: Exception::getLine() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt37 echo $e->getLine() . ": " . $e->getMessage() ."\n";
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_driver.phpt61 if ('' == $e->getLine())
62 printf("[011] getLine() has returned an empty string.\n");
/PHP-5.5/sapi/cli/tests/
H A D005.phpt89 Method [ <internal:Core> final public method getLine ] {
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dis_in_transaction.phpt53 echo "Exception! at line ", $e->getLine(), "\n";
H A Dlarge_objects.phpt71 echo "Exception! at line ", $e->getLine(), "\n";
H A Dcopy_to.phpt66 echo "Exception! at line ", $e->getLine(), "\n";
H A Dcopy_from.phpt110 echo "Exception! at line ", $e->getLine(), "\n";
/PHP-5.5/ext/spl/
H A Dspl.php318 final public function getLine() function in Exception
/PHP-5.5/Zend/
H A Dzend_exceptions.c316 ZEND_METHOD(exception, getLine) in ZEND_METHOD() argument
762 ZEND_ME(exception, getLine, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)

Completed in 25 milliseconds