Home
last modified time | relevance | path

Searched refs:e (Results 126 – 150 of 3211) sorted by path

12345678910>>...129

/php-src/Zend/tests/
H A Dbug55086.phpt29 } catch (namespace\Foo $e)
H A Dbug60350.phpt2 Bug #60350 No string escape code for ESC (ascii 27), normally \e
5 $str = "\e";
H A Dbug60569.phpt8 } catch(Exception $e) {
9 var_dump($e->getMessage(), $msg);
H A Dbug61011.phpt11 } catch (Exception $e) {
14 } catch (Exception $e) {
17 } catch (Exception $e) {
20 } catch (Exception $e){
23 } catch (Exception $e) {
27 } catch (Exception $e) {
H A Dbug61362.phpt12 catch(Exception $e) {
13 echo $e->getTraceAsString(), "\n";
14 echo (string)$e;
H A Dbug63762.phpt5 $e = new Exception();
7 $ref = new ReflectionProperty($e, 'trace');
10 $ref->setValue($e, array(NULL));
12 var_dump($e->getTraceAsString());
15 $ref->setValue($e, array(array()));
16 var_dump($e->getTraceAsString());
19 $ref->setValue($e, array(array(
27 var_dump($e->getTraceAsString());
H A Dbug64135.phpt13 } catch(Throwable $e) {
H A Dbug64354.phpt19 } catch (Exception $e) {
20 var_dump($e->getMessage());
H A Dbug64960.phpt9 public function __invoke (Exception $e)
22 $e = new Exception;
23 $e->_trace = debug_backtrace();
25 throw $e;
H A Dbug64966.phpt8 } catch (Error $e) {
H A Dbug65254.phpt15 catch (Exception $e)
H A Dbug65784.phpt12 } catch (Exception $e) {
19 } catch (Exception $e) {
21 var_dump($e->getMessage());
22 } while ($e = $e->getPrevious());
33 } catch (Exception $e) {
36 } catch (Exception $e) {
50 } catch (Exception $e) {
H A Dbug66608.phpt46 } catch(Exception $e) {
H A Dbug68215.phpt11 'e' => 'pineapple'
18 'e' => 'pineapple'
22 'e' => 'pineapple'
H A Dbug68475.phpt39 } catch (Error $e) {
40 echo $e->getMessage() . "\n";
47 } catch (Error $e) {
48 echo $e->getMessage() . "\n";
H A Dbug68797.phpt2 Bug #68797 Number 2.2250738585072012e-308 converted incorrectly
8 echo 2.2250738585072012e-308, "\n";
H A Dbug69017.phpt21 } catch (Error $e) {
22 echo $e->getMessage(), "\n";
H A Dbug69201.phpt21 $e = new Entity;
23 $e->a += 1;
H A Dbug69212.phpt15 } catch (Exception $e) {
20 } catch (Exception $e) {
27 } catch (Exception $e) {
34 } catch (Exception $e) {
H A Dbug69315.phpt12 } catch (Error $e) {
13 echo $e->getMessage(), "\n";
17 } catch (Error $e) {
18 echo $e->getMessage(), "\n";
22 } catch (Error $e) {
23 echo $e->getMessage(), "\n";
27 } catch (Error $e) {
28 echo $e->getMessage(), "\n";
32 } catch (Error $e) {
33 echo $e->getMessage(), "\n";
[all …]
H A Dbug70012.phpt19 } catch (Exception $e) {
H A Dbug70083.phpt8 function __get($e) {
18 } catch (Error $e) {
19 echo $e->getMessage(), "\n";
H A Dbug70089.phpt10 } catch (Error $e) {
11 var_dump($e->getMessage());
15 } catch (Error $e) {
16 var_dump($e->getMessage());
21 } catch (Error $e) {
22 var_dump($e->getMessage());
27 } catch (Error $e) {
28 var_dump($e->getMessage());
H A Dbug70124.phpt8 } catch (Error $e) {
9 var_dump($e->getMessage());
17 } catch (Error $e) {
18 var_dump($e->getMessage());
25 } catch (Error $e) {
26 var_dump($e->getMessage());
31 } catch (Error $e) {
32 var_dump($e->getMessage());
37 } catch (Error $e) {
38 var_dump($e->getMessage());
H A Dbug70689.phpt16 } catch (Exception $e) {
17 echo $e->getMessage(), "\n";

Completed in 62 milliseconds

12345678910>>...129