Home
last modified time | relevance | path

Searched refs:e (Results 101 – 125 of 1445) sorted by relevance

12345678910>>...58

/PHP-5.6/ext/sqlite3/tests/
H A Dbug72668.phpt19 catch(\Exception $e) {
20 echo "Exception: ".$e->getMessage();
26 catch(\Exception $e) {
27 echo "Exception: ".$e->getMessage();
34 catch(\Exception $e) {
35 echo "Exception: ".$e->getMessage();
/PHP-5.6/ext/reflection/tests/
H A DReflectionProperty_constructor_error.phpt15 catch(Exception $e) {
16 echo $e->getMessage();
23 catch(ReflectionException $e) {
24 echo $e->getMessage();
31 catch(Exception $e) {
32 echo $e->getMessage();
H A DReflectionMethod_invoke_error1.phpt33 } catch (ReflectionException $e) {
34 var_dump($e->getMessage());
40 } catch (ReflectionException $e) {
41 var_dump($e->getMessage());
47 } catch (ReflectionException $e) {
48 var_dump($e->getMessage());
55 } catch (ReflectionException $e) {
56 var_dump($e->getMessage());
/PHP-5.6/tests/classes/
H A Ddestructor_and_exceptions.phpt23 catch(Exception $e)
25 echo "Caught: " . $e->getMessage() . "\n";
43 catch(Exception $e)
45 echo "Caught Exception: " . $e->getMessage() . "\n";
47 catch(FatalException $e)
49 echo "Caught FatalException: " . $e->getMessage() . "\n";
/PHP-5.6/Zend/tests/
H A Dclosure_021.phpt9 } catch(Exception $e) {
10 throw $e;
16 } catch (Exception $e) {
17 var_dump($e->getMessage());
H A Dbug63762.phpt5 $e = new Exception();
7 $ref = new ReflectionProperty($e, 'trace');
11 $ref->setValue($e, array(NULL));
13 var_dump($e->getTraceAsString());
16 $ref->setValue($e, array(array()));
17 var_dump($e->getTraceAsString());
20 $ref->setValue($e, array(array(
28 var_dump($e->getTraceAsString());
H A Dexception_handler_005.phpt9 function foo($e) {
10 var_dump(__FUNCTION__."(): ".get_class($e)." thrown!");
13 function foo1($e) {
14 var_dump(__FUNCTION__."(): ".get_class($e)." thrown!");
H A Djump13.phpt6 e: return;
14 catch(Exception $e) {
19 catch(Exception $e) {
21 goto e;
H A Dexception_handler_006.phpt11 function foo($e) {
12 var_dump(__FUNCTION__."(): ".get_class($e)." thrown!");
15 function foo1($e) {
16 var_dump(__FUNCTION__."(): ".get_class($e)." thrown!");
H A Dtry_finally_002.phpt15 } catch (Exception $e) {
17 var_dump($e->getMessage());
18 } while ($e = $e->getPrevious());
H A Dbug26698.phpt29 catch(Exception $e)
31 echo 'Caught: '.$e->getMessage()."\n";
42 catch(Exception $e)
44 echo 'Caught: '.$e->getMessage()."\n";
55 catch(Exception $e)
57 echo 'Caught: '.$e->getMessage()."\n";
/PHP-5.6/ext/phar/tests/
H A Dinvalid_setstubalias.phpt15 } catch (Exception $e) {
16 echo $e->getMessage() . "\n";
20 } catch (Exception $e) {
21 echo $e->getMessage() . "\n";
26 } catch (Exception $e) {
27 echo $e->getMessage() . "\n";
31 } catch (Exception $e) {
32 echo $e->getMessage() . "\n";
H A Dpharfileinfo_construct.phpt15 } catch (Exception $e) {
16 echo $e->getMessage() . "\n";
28 } catch (Exception $e) {
29 echo $e->getMessage() . "\n";
34 } catch (Exception $e) {
35 echo $e->getMessage() . "\n";
40 } catch (Exception $e) {
41 echo $e->getMessage() . "\n";
H A Dphar_construct_invalidurl.phpt11 } catch (UnexpectedValueException $e) {
12 echo $e->getMessage(),"\n";
16 } catch (UnexpectedValueException $e) {
17 echo $e->getMessage(),"\n";
21 } catch (UnexpectedValueException $e) {
22 echo $e->getMessage(),"\n";
H A Dpharfileinfo_setmetadata.phpt20 } catch (Exception $e) {
21 echo $e->getMessage(), "\n";
25 } catch (Exception $e) {
26 echo $e->getMessage(), "\n";
31 } catch (Exception $e) {
32 echo $e->getMessage(), "\n";
36 } catch (Exception $e) {
37 echo $e->getMessage(), "\n";
/PHP-5.6/ext/standard/tests/strings/
H A Dexplode_variation6.phpt16 $e = test_explode("\x00", $str, 2);
19 $e = test_explode("\x00", $str, -2);
22 $e = test_explode("fred", $str,1);
25 $e = test_explode("\x00", $str, 0);
28 $e = test_explode("\x00", $str, -1);
31 $e = test_explode("\x00", $str, 100);
35 $e = explode($delim, $string, $limit);
36 foreach ( $e as $v)
H A Dvsprintf_variation19.phpt23 "% e % e % e",
39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
75 string(38) "2.000000e+1 2.000000e-1 -2.000000e+1"
H A Dvsprintf_variation19_64bit.phpt23 "% e % e % e",
39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
75 string(38) "2.000000e+1 2.000000e-1 -2.000000e+1"
H A Dvprintf_variation19.phpt23 "% e % e % e",
39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
82 2.000000e+1 2.000000e-1 -2.000000e+1
H A Dvprintf_variation19_64bit.phpt23 "% e % e % e",
39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
82 2.000000e+1 2.000000e-1 -2.000000e+1
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt18 } catch (PDOException $e) {
21 $e->getMessage(),
78 $tmp = $e->getMessage();
92 $tmp = $e->getMessage();
109 $tmp = $e->getMessage();
123 $tmp = $e->getMessage();
149 $tmp = $e->getMessage();
167 $tmp = $e->getMessage();
193 } catch (PDOException $e) {
283 } catch (PDOException $e) {
[all …]
/PHP-5.6/Zend/tests/generators/errors/
H A Dserialize_unserialize_error.phpt12 } catch (Exception $e) {
13 echo $e, "\n\n";
18 } catch (Exception $e) {
19 echo $e, "\n\n";
24 } catch (Exception $e) {
25 echo $e;
/PHP-5.6/ext/spl/tests/
H A DarrayObject_setIteratorClass_error1.phpt11 } catch (Exception $e) {
12 var_dump($e->getMessage());
21 } catch (Exception $e) {
22 var_dump($e->getMessage());
31 } catch (Exception $e) {
32 var_dump($e->getMessage());
40 } catch (Exception $e) {
41 var_dump($e->getMessage());
/PHP-5.6/ext/date/tests/
H A Dbug40743.phpt7 echo $dt->format('T e Z'), "\n";
13 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
16 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
20 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
23 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
26 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
29 echo $dt->format(DATE_RFC822 . " e T O U"), "\n";
/PHP-5.6/ext/standard/tests/array/
H A Darray_chunk2.phpt5 $input_array = array('a', 'b', 'c', 'd', 'e');
45 string(1) "e"
72 string(1) "e"
93 string(1) "e"
114 string(1) "e"
129 string(1) "e"
144 string(1) "e"

Completed in 16 milliseconds

12345678910>>...58