Searched refs:getLine (Results 1 – 14 of 14) sorted by relevance
/PHP-5.4/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";
|
H A D | iterator_047.phpt | 51 …echo "Exception: " . $e->getMessage() . " in " . $e->getFile() . " on line " . $e->getLine() . "\n…
|
/PHP-5.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_errmode.phpt | 105 if ($e->getLine() !== $line) 107 $line, $e->getLine()); 143 if ($e->getLine() !== $line) 145 $line, $e->getLine());
|
/PHP-5.4/Zend/tests/ |
H A D | exception_010.phpt | 24 Warning: Exception::getLine() expects exactly 0 parameters, 1 given in %s on line %d
|
/PHP-5.4/tests/lang/ |
H A D | foreachLoopIteratorAggregate.002.phpt | 37 echo $e->getLine() . ": " . $e->getMessage() ."\n";
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_driver.phpt | 61 if ('' == $e->getLine()) 62 printf("[011] getLine() has returned an empty string.\n");
|
/PHP-5.4/sapi/cli/tests/ |
H A D | 005.phpt | 89 Method [ <internal:Core> final public method getLine ] {
|
/PHP-5.4/ext/pdo_pgsql/tests/ |
H A D | is_in_transaction.phpt | 53 echo "Exception! at line ", $e->getLine(), "\n";
|
H A D | large_objects.phpt | 71 echo "Exception! at line ", $e->getLine(), "\n";
|
H A D | copy_to.phpt | 66 echo "Exception! at line ", $e->getLine(), "\n";
|
H A D | copy_from.phpt | 110 echo "Exception! at line ", $e->getLine(), "\n";
|
/PHP-5.4/ext/spl/ |
H A D | spl.php | 318 final public function getLine() function in Exception
|
/PHP-5.4/Zend/ |
H A D | zend_exceptions.c | 316 ZEND_METHOD(exception, getLine) in ZEND_METHOD() argument 762 ZEND_ME(exception, getLine, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
|
Completed in 18 milliseconds