Home
last modified time | relevance | path

Searched refs:getMessage (Results 26 – 50 of 485) sorted by relevance

12345678910>>...20

/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug47857.phpt12 var_dump(is_callable(array('Exception','getMessage')));
13 Exception::getMessage();
22 Fatal error: Non-static method Exception::getMessage() cannot be called statically in %sbug47857.ph…
H A Dbug31190.phpt14 echo $e->getMessage();
20 echo $e->getMessage();
/PHP-5.4/ext/spl/tests/
H A Dspl_autoload_001.phpt18 echo 'Exception: ' . $e->getMessage() . "\n";
32 echo 'Exception: ' . $e->getMessage() . "\n";
43 echo 'Exception: ' . $e->getMessage() . "\n";
67 echo 'Exception: ' . $e->getMessage() . "\n";
84 echo 'Exception: ' . $e->getMessage() . "\n";
100 echo 'Exception: ' . $e->getMessage() . "\n";
H A Dspl_limit_iterator_check_limits.phpt14 print $e->getMessage(). "\n";
21 print $e->getMessage() . "\n";
27 print $e->getMessage() . "\n";
H A DarrayObject_setIteratorClass_error1.phpt12 var_dump($e->getMessage());
22 var_dump($e->getMessage());
32 var_dump($e->getMessage());
41 var_dump($e->getMessage());
H A Dfixedarray_001.phpt10 echo "Exception: ".$e->getMessage()."\n";
15 echo "Exception: ".$e->getMessage()."\n";
20 echo "Exception: ".$e->getMessage()."\n";
H A Darray_018.phpt13 var_dump($e->getMessage());
26 var_dump($e->getMessage());
/PHP-5.4/ext/reflection/tests/
H A DReflectionProperty_setAccessible.phpt25 var_dump($e->getMessage());
33 var_dump($e->getMessage());
41 var_dump($e->getMessage());
49 var_dump($e->getMessage());
83 var_dump($e->getMessage());
91 var_dump($e->getMessage());
99 var_dump($e->getMessage());
H A DReflectionParameter_invalidMethodInConstructor.phpt9 } catch (ReflectionException $e) { echo $e->getMessage ()."\n"; }
14 } catch (ReflectionException $e) { echo $e->getMessage ()."\n"; }
19 } catch (ReflectionException $e) { echo $e->getMessage ()."\n"; }
H A D004.phpt21 echo $E->getMessage()."\n";
28 echo $E->getMessage()."\n";
35 echo $E->getMessage()."\n";
H A DReflectionProperty_constructor_error.phpt16 echo $e->getMessage();
24 echo $e->getMessage();
32 echo $e->getMessage();
H A DReflectionMethod_invoke_error1.phpt34 var_dump($e->getMessage());
41 var_dump($e->getMessage());
48 var_dump($e->getMessage());
56 var_dump($e->getMessage());
H A D007.phpt15 var_dump($e->getMessage());
26 var_dump($e->getMessage());
36 var_dump($e->getMessage());
46 var_dump($e->getMessage());
/PHP-5.4/tests/classes/
H A Dinterfaces_002.phpt9 public function getMessage();
16 public function getMessage() {
23 echo "Message: " . $foo->getMessage() . "\n";
H A Ddestructor_and_exceptions.phpt25 echo "Caught: " . $e->getMessage() . "\n";
45 echo "Caught Exception: " . $e->getMessage() . "\n";
49 echo "Caught FatalException: " . $e->getMessage() . "\n";
/PHP-5.4/ext/phar/tests/
H A Daddfuncs.phpt19 echo $e->getMessage() . "\n";
24 echo $e->getMessage() . "\n";
29 echo $e->getMessage() . "\n";
34 echo $e->getMessage() . "\n";
39 echo $e->getMessage() . "\n";
H A Dinvalid_setstubalias.phpt16 echo $e->getMessage() . "\n";
21 echo $e->getMessage() . "\n";
27 echo $e->getMessage() . "\n";
32 echo $e->getMessage() . "\n";
H A Dpharfileinfo_construct.phpt16 echo $e->getMessage() . "\n";
29 echo $e->getMessage() . "\n";
35 echo $e->getMessage() . "\n";
41 echo $e->getMessage() . "\n";
H A Dpharfileinfo_setmetadata.phpt21 echo $e->getMessage(), "\n";
26 echo $e->getMessage(), "\n";
32 echo $e->getMessage(), "\n";
37 echo $e->getMessage(), "\n";
H A Dphar_construct_invalidurl.phpt12 echo $e->getMessage(),"\n";
17 echo $e->getMessage(),"\n";
22 echo $e->getMessage(),"\n";
H A Dphar_offset_get_error.phpt26 echo $e->getMessage() . "\n";
35 echo $e->getMessage(),"\n";
40 echo $e->getMessage(),"\n";
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt21 $e->getMessage(),
76 $tmp = $e->getMessage();
90 $tmp = $e->getMessage();
107 $tmp = $e->getMessage();
121 $tmp = $e->getMessage();
147 $tmp = $e->getMessage();
165 $tmp = $e->getMessage();
212 $tmp = $e->getMessage();
262 printf("[032] %s\n", $e->getMessage());
275 printf("[034] %s\n", $e->getMessage());
[all …]
/PHP-5.4/Zend/tests/
H A Dbug26698.phpt31 echo 'Caught: '.$e->getMessage()."\n";
44 echo 'Caught: '.$e->getMessage()."\n";
57 echo 'Caught: '.$e->getMessage()."\n";
H A Dbug49893.phpt10 echo $e->getMessage() . "\n";
23 echo $e->getMessage() . "\n";;
/PHP-5.4/ext/standard/tests/serialize/
H A Dbug64354_1.phpt14 var_dump($e->getMessage());
20 var_dump($e->getMessage());

Completed in 49 milliseconds

12345678910>>...20