Home
last modified time | relevance | path

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

12345678910>>...55

/PHP-5.5/Zend/tests/
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";
H A Dbug49893.phpt9 } catch (Exception $e) {
10 echo $e->getMessage() . "\n";
22 } catch(Exception $e) {
23 echo $e->getMessage() . "\n";;
/PHP-5.5/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.5/ext/zip/lib/
H A Dzip_source_filep.c53 int e[2]; /* error codes */ member
137 z->e[0] = ZIP_ER_OPEN; in read_file()
138 z->e[1] = errno; in read_file()
145 z->e[0] = ZIP_ER_SEEK; in read_file()
146 z->e[1] = errno; in read_file()
164 z->e[0] = ZIP_ER_SEEK; in read_file()
165 z->e[1] = errno; in read_file()
171 z->e[0] = ZIP_ER_READ; in read_file()
172 z->e[1] = errno; in read_file()
207 z->e[1] = errno; in read_file()
[all …]
H A Dzip_source_crc.c44 int e[2]; member
109 ctx->e[0] = ZIP_ER_CRC; in crc_read()
110 ctx->e[1] = 0; in crc_read()
115 ctx->e[0] = ZIP_ER_INCONS; in crc_read()
116 ctx->e[1] = 0; in crc_read()
148 memcpy(data, ctx->e, sizeof(ctx->e)); in crc_read()
/PHP-5.5/ext/phar/tests/
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.5/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.5/ext/standard/tests/strings/
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
H A Dstrstr2.phpt12 $email = 'asdfasdfas@e';
19 var_dump(strstr($email, 'e'));
20 var_dump(strstr($email, 'e', 1));
32 string(2) "@e"
39 string(1) "e"
/PHP-5.5/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());
H A Dfixedarray_001.phpt9 } catch (RuntimeException $e) {
10 echo "Exception: ".$e->getMessage()."\n";
14 } catch (RuntimeException $e) {
15 echo "Exception: ".$e->getMessage()."\n";
19 } catch (RuntimeException $e) {
20 echo "Exception: ".$e->getMessage()."\n";
/PHP-5.5/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"
H A Darray_fill.phpt45 start: 0 num: 0 value: e
79 start: 0 num: 1 value: e
82 string(1) "e"
126 string(1) "e"
128 string(1) "e"
196 string(1) "e"
240 string(1) "e"
242 string(1) "e"
310 string(1) "e"
354 string(1) "e"
[all …]
/PHP-5.5/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.5/ext/snmp/tests/
H A Dsnmp-object-error.phpt19 } catch (Exception $e) {
20 print $e->getMessage() . "\n";
24 } catch (Exception $e) {
29 } catch (Exception $e) {
34 } catch (Exception $e) {
42 } catch (SNMPException $e) {
43 var_dump($e->getCode());
44 var_dump($e->getMessage());
49 } catch (SNMPException $e) {
50 var_dump($e->getCode());
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd_arc_f_buggy.c81 if (s == e)
87 e = 0;
94 while (e < 0)
95 e += 360;
96 while (e >= 360)
97 e -= 360;
99 if (e <= s)
100 e += 360;
226 e = e - 180;
248 if (e == 0)
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug31190.phpt13 } catch (Exception $e) {
14 echo $e->getMessage();
19 } catch (Exception $e) {
20 echo $e->getMessage();
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.005.phpt11 public $e = "Original e";
51 string(10) "Original e"
59 ["e"]=>
60 string(10) "Original e"
68 string(10) "Original e"
76 ["e"]=>
77 string(10) "Original e"

Completed in 29 milliseconds

12345678910>>...55