Home
last modified time | relevance | path

Searched refs:e (Results 201 – 225 of 1566) sorted by relevance

12345678910>>...63

/PHP-7.0/ext/standard/tests/streams/
H A Dbug67626.phpt33 } catch (Exception $e) {
34 echo $e->getMessage();
39 } catch (Exception $e) {
40 echo $e->getMessage();
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_connect_oo_defaults.phpt46 } catch (mysqli_sql_exception $e) {
47 printf("%s\n", $e->getMessage());
64 } catch (mysqli_sql_exception $e) {
65 printf("%s\n", $e->getMessage());
82 } catch (mysqli_sql_exception $e) {
83 printf("%s\n", $e->getMessage());
100 } catch (mysqli_sql_exception $e) {
101 printf("%s\n", $e->getMessage());
126 printf("%s\n", $e->getMessage());
139 printf("%s\n", $e->getMessage());
[all …]
/PHP-7.0/ext/spl/tests/
H A DarrayObject_uasort_error1.phpt16 } catch (BadMethodCallException $e) {
17 echo $e->getMessage() . "\n";
22 } catch (BadMethodCallException $e) {
23 echo $e->getMessage() . "\n";
H A DarrayObject_uksort_error1.phpt16 } catch (BadMethodCallException $e) {
17 echo $e->getMessage() . "\n";
22 } catch (BadMethodCallException $e) {
23 echo $e->getMessage() . "\n";
H A Diterator_032.phpt18 catch(OutOfBoundsException $e)
20 echo $e->getMessage() . "\n";
30 catch(OutOfBoundsException $e)
32 echo $e->getMessage() . "\n";
H A Diterator_037.phpt14 catch (Exception $e)
16 echo 'Exception: ' . $e->getMessage() . "\n";
28 catch (Exception $e)
30 echo 'Exception: ' . $e->getMessage() . "\n";
76 catch (Exception $e)
78 echo 'Exception: ' . $e->getMessage() . "\n";
85 catch (Exception $e)
87 echo 'Exception: ' . $e->getMessage() . "\n";
H A Darray_014.phpt17 catch(Exception $e)
19 echo $e->getMessage() . "\n";
27 catch(Exception $e)
29 echo $e->getMessage() . "\n";
/PHP-7.0/Zend/tests/
H A Dexception_014.phpt12 } catch (Error $e) {
13 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
H A Dforeach_003.phpt33 } catch (Exception $e) {
34 echo $e->getMessage() . "\n";
41 } catch (Exception $e) {
42 echo $e->getMessage() . "\n";
48 } catch (Exception $e) {
49 echo $e->getMessage() . "\n";
H A Dbug73338.phpt6 try { call_user_func(new class { function __destruct () { throw new Error; } }); } catch (Error $e)…
10 try { var_dump(new stdClass, call_user_func("fail")); } catch (Error $e) {}
12 try { (function() { call_user_func("fail"); })(); } catch (Error $e) {}
14 …ic function foo() {} function __destruct () { throw new Error; } }, "foo"](); } catch (Error $e) {}
H A Dexception_007.phpt10 catch (Exception $e) {
11 throw new Exception("Second", 2, $e);
14 catch (Exception $e) {
15 throw new Exception("Third", 3, $e);
H A Dcatch.phpt12 } catch (A $e) {
17 } catch (B $e) {
18 } catch (Exception $e) {
H A Dbug69212.phpt15 } catch (Exception $e) {
20 } catch (Exception $e) {
27 } catch (Exception $e) {
34 } catch (Exception $e) {
H A Dbug72944.phpt5 "a"== e & $A = $A? 0 : 0 ?:0;
9 Notice: Use of undefined constant e - assumed 'e' in %sbug72944.php on line 2
/PHP-7.0/tests/lang/
H A DforeachLoopObjects.003.phpt11 private $e = "Original e";
101 ["e":"C":private]=>
102 string(10) "Original e"
115 ["e":"C":private]=>
116 string(10) "Original e"
129 ["e":"C":private]=>
130 string(10) "Original e"
155 ["e":"C":private]=>
205 ["e":"C":private]=>
238 ["e":"C":private]=>
[all …]
/PHP-7.0/ext/phar/tests/
H A Dphar_unlinkarchive.phpt13 } catch (Exception $e) {
14 echo $e->getMessage(),"\n";
22 } catch (Exception $e) {
23 echo $e->getMessage(),"\n";
28 } catch (Exception $e) {
29 echo $e->getMessage(),"\n";
51 } catch (Exception $e) {
52 echo $e->getMessage(),"\n";
71 } catch (Exception $e) {echo $e->getMessage(),"\n";}
H A Dphar_setsignaturealgo1.phpt22 } catch (Exception $e) {
23 echo $e->getMessage();
28 } catch (Exception $e) {
29 echo $e->getMessage();
34 } catch (Exception $e) {
35 echo $e->getMessage();
H A D030.phpt17 $files['b/d.php'] = '<?php echo "This is b/d\n"; include \''.$pname.'/e.php\'; ?>';
18 $files['e.php'] = '<?php echo "This is e\n"; ?>';
31 } catch (Exception $e) {
32 echo $e->getMessage(),"\n";
45 This is e
H A Dphar_oo_008.phpt95 2=>3,"c","'e'"
99 2=>3,"c","'e'"
103 1=>3|c|'e'
107 2=>3|c|'e'
111 2=>3|c|'e'
118 5=>3|c|'e'
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug73341.phpt8 } catch(Exception $e) {
9 echo $e->getMessage()."\n";
16 } catch(Exception $e) {
17 echo $e->getMessage()."\n";
/PHP-7.0/ext/intl/grapheme/
H A Dgrapheme_util.c341 char *p, *e; in grapheme_strrpos_ascii() local
345 e = haystack + haystack_len - needle_len; in grapheme_strrpos_ascii()
349 e = haystack + haystack_len - needle_len; in grapheme_strrpos_ascii()
351 e = haystack + haystack_len + offset; in grapheme_strrpos_ascii()
357 while (e >= p) { in grapheme_strrpos_ascii()
358 if (*e == *needle) { in grapheme_strrpos_ascii()
361 e--; in grapheme_strrpos_ascii()
366 while (e >= p) { in grapheme_strrpos_ascii()
367 if (memcmp(e, needle, needle_len) == 0) { in grapheme_strrpos_ascii()
368 return (e - p + (offset > 0 ? offset : 0)); in grapheme_strrpos_ascii()
[all …]
/PHP-7.0/ext/pgsql/tests/
H A Dnonblocking.inc4 $r = [$stream]; $w = []; $e = [];
5 return (bool) stream_select($r, $w, $e, $timeout, 0);
8 $r = []; $w = [$stream]; $e = [];
9 return (bool) stream_select($r, $w, $e, $timeout, 0);
/PHP-7.0/ext/reflection/tests/
H A DReflectionParameter_export_error2.phpt17 catch (ReflectionException $e) {
18 echo $e->getMessage() . "\n";
25 catch (ReflectionException $e) {
26 echo $e->getMessage() . "\n";
/PHP-7.0/ext/standard/tests/file/
H A Dfscanf_variation47.phpt34 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
/PHP-7.0/ext/gmp/tests/
H A Dserialize.phpt18 } catch (Exception $e) { var_dump($e->getMessage()); }
22 } catch (Exception $e) { var_dump($e->getMessage()); }

Completed in 78 milliseconds

12345678910>>...63