Home
last modified time | relevance | path

Searched refs:e (Results 176 – 200 of 2827) sorted by relevance

12345678910>>...114

/PHP-8.1/ext/opcache/tests/jit/
H A Dshift_right_001.phpt22 } catch (Throwable $e) {
23 echo "Exception " . $e->getMessage() . "\n";
27 } catch (Throwable $e) {
28 echo "Exception " . $e->getMessage() . "\n";
32 } catch (Throwable $e) {
33 echo "Exception (" . get_class($e) . "): " . $e->getMessage() . "\n";
/PHP-8.1/ext/standard/
H A Duuencode.c77 e = s + src_len; in php_uuencode()
79 while ((s + 3) < e) { in php_uuencode()
81 if (ee > e) { in php_uuencode()
82 ee = e; in php_uuencode()
104 if (s < e) { in php_uuencode()
106 *p++ = PHP_UU_ENC(e - s); in php_uuencode()
133 const char *s, *e, *ee; in php_uudecode() local
143 e = src + src_len; in php_uudecode()
145 while (s < e) { in php_uudecode()
158 if (ee > e) { in php_uudecode()
[all …]
/PHP-8.1/ext/gmp/tests/
H A Dgmp_import.phpt53 } catch (\ValueError $e) {
54 echo $e->getMessage() . \PHP_EOL;
58 } catch (\ValueError $e) {
59 echo $e->getMessage() . \PHP_EOL;
65 } catch (\ValueError $e) {
66 echo $e->getMessage() . \PHP_EOL;
70 } catch (\ValueError $e) {
71 echo $e->getMessage() . \PHP_EOL;
75 } catch (\ValueError $e) {
82 } catch (\ValueError $e) {
[all …]
H A Dgmp_intval.phpt18 } catch (ValueError $e) {
19 echo $e->getMessage(), "\n";
23 } catch (TypeError $e) {
24 echo $e->getMessage(), "\n";
28 } catch (TypeError $e) {
29 echo $e->getMessage(), "\n";
33 } catch (ValueError $e) {
34 echo $e->getMessage(), "\n";
/PHP-8.1/Zend/tests/named_params/
H A Dcannot_pass_by_ref.phpt5 function test($a, &$e) {}
7 test(e: 42);
8 } catch (Error $e) {
9 echo $e->getMessage(), "\n";
13 test(): Argument #2 ($e) cannot be passed by reference
H A Dassert.phpt9 } catch (AssertionError $e) {
10 echo $e->getMessage(), "\n";
16 } catch (AssertionError $e) {
17 echo $e->getMessage(), "\n";
22 } catch (Error $e) {
23 echo $e->getMessage(), "\n";
/PHP-8.1/ext/ffi/tests/
H A D018.phpt12 } catch (Throwable $e) {
13 echo get_class($e) . ": " . $e->getMessage()."\n";
18 } catch (Throwable $e) {
19 echo get_class($e) . ": " . $e->getMessage()."\n";
/PHP-8.1/ext/standard/tests/array/
H A Dnegative_index.phpt13 $e = [-2 => false];
14 array_pop($e);
15 $e[] = true;
16 $e[] = true;
17 $e[] = true;
19 var_dump($a === $b && $b === $c && $c === $d && $d == $e);
/PHP-8.1/ext/tidy/tests/
H A Duninitialized.phpt11 } catch (Error $e) {
12 echo $e->getMessage(), "\n";
16 } catch (Error $e) {
17 echo $e->getMessage(), "\n";
21 } catch (Error $e) {
22 echo $e->getMessage(), "\n";
/PHP-8.1/ext/bcmath/tests/
H A Dbcpowmod_error.phpt10 } catch (\ValueError $e) {
11 echo $e->getMessage() . PHP_EOL;
16 } catch (\ValueError $e) {
17 echo $e->getMessage() . PHP_EOL;
22 } catch (\ValueError $e) {
23 echo $e->getMessage() . PHP_EOL;
/PHP-8.1/ext/standard/tests/random/
H A Drandom_int_error.phpt9 } catch (TypeError $e) {
10 echo $e->getMessage().PHP_EOL;
15 } catch (TypeError $e) {
16 echo $e->getMessage().PHP_EOL;
21 } catch (Error $e) {
22 echo $e->getMessage().PHP_EOL;
/PHP-8.1/ext/opcache/tests/
H A Dbug65665.phpt20 catch (Exception $e)
32 catch (Exception $e)
40 catch (Exception $e)
57 catch (Exception $e)
70 catch (Exception $e)
78 catch (Exception $e)
96 catch (Exception $e)
108 catch (Exception $e)
/PHP-8.1/Zend/tests/
H A Dindirect_call_array_004.phpt26 catch (Exception $e) {
27 echo $e->getMessage(), "\n";
35 catch (Exception $e) {
36 echo $e->getMessage(), "\n";
48 catch (Exception $e) {
49 echo $e->getMessage(), "\n";
59 catch (Exception $e) {
60 echo $e->getMessage(), "\n";
H A Dlist_keyed_evaluation_order.phpt11 $e = new IndexableRetrievable("E", new Indexable(["A" => "value for offset A", "C" => "value for of…
15 // list($a => $b, $c => $d) = $e;
17 // 1. Evaluate $e
19 // 3. Evaluate $e[$a]
20 // 4. Assign $b from $e[$a]
22 // 6. Evaluate $e[$c]
23 // 7. Assign $c from $e[$a]
25 list((string)$a => $store["B"], (string)$c => $store["D"]) = $e->getIndexable();
H A Dbug75921.phpt8 } catch (Error $e) {
9 echo $e->getMessage(), "\n";
16 } catch (Error $e) {
17 echo $e->getMessage(), "\n";
24 } catch (Error $e) {
25 echo $e->getMessage(), "\n";
32 } catch (Error $e) {
33 echo $e->getMessage(), "\n";
40 } catch (Error $e) {
41 echo $e->getMessage(), "\n";
H A Ddynamic_call_freeing.phpt9 } catch (Error $e) {
10 echo $e->getMessage(), "\n";
15 } catch (Error $e) {
16 echo $e->getMessage(), "\n";
20 } catch (Error $e) {
21 echo $e->getMessage(), "\n";
/PHP-8.1/ext/standard/tests/password/
H A Dpassword_hash_error.phpt9 } catch (TypeError $e) {
10 echo $e->getMessage(), "\n";
21 } catch (TypeError $e) {
22 echo $e->getMessage(), "\n";
27 } catch (TypeError $e) {
28 echo $e->getMessage(), "\n";
33 } catch (TypeError $e) {
34 echo $e->getMessage(), "\n";
/PHP-8.1/ext/phar/tests/
H A Dinvalid_alias.phpt14 } catch (Exception $e) {
15 echo $e->getMessage() . "\n";
19 } catch (Exception $e) {
20 echo $e->getMessage() . "\n";
25 } catch (Exception $e) {
26 echo $e->getMessage() . "\n";
31 } catch (Exception $e) {
32 echo $e->getMessage() . "\n";
/PHP-8.1/ext/dom/tests/
H A Dnot_serializable.phpt12 } catch (Exception $e) {
13 echo $e->getMessage(), "\n";
19 } catch (Exception $e) {
20 echo $e->getMessage(), "\n";
26 } catch (Exception $e) {
27 echo $e->getMessage(), "\n";
33 } catch (Exception $e) {
34 echo $e->getMessage(), "\n";
/PHP-8.1/Zend/tests/numeric_strings/
H A Dinvalid_numeric_string_must_generate_warning_assign.phpt18 } catch (\TypeError $e) {
29 } catch (\TypeError $e) {
40 } catch (\TypeError $e) {
51 } catch (\TypeError $e) {
62 } catch (\TypeError $e) {
73 } catch (\TypeError $e) {
74 echo get_class($e) . ': ' . $e->getMessage() . \PHP_EOL;
83 } catch (\TypeError $e) {
95 } catch (\TypeError $e) {
109 } catch (\TypeError $e) {
[all …]
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug65481.phpt7 public $e = array();
17 $e = new A;
18 $c->e[] = $e;
19 $e->e = $c->e;
/PHP-8.1/ext/pgsql/tests/
H A D10pg_convert_9.phpt27 } catch (\ValueError $e) {
28 echo $e->getMessage(), \PHP_EOL;
32 } catch (\ValueError $e) {
33 echo $e->getMessage(), \PHP_EOL;
37 } catch (\TypeError $e) {
38 echo $e->getMessage(), \PHP_EOL;
42 } catch (\TypeError $e) {
43 echo $e->getMessage(), \PHP_EOL;
48 } catch (\TypeError $e) {
49 echo $e->getMessage(), \PHP_EOL;
/PHP-8.1/ext/intl/tests/
H A Dcalendar_toDateTime_error.phpt13 } catch (Exception $e) {
14 var_dump("exception: {$e->getMessage()}");
19 } catch (\Exception $e) {
20 var_dump($e->getMessage());
26 } catch (\Exception $e) {
27 var_dump($e->getMessage());
32 } catch (\Exception $e) {
33 var_dump($e->getMessage());
38 } catch (\TypeError $e) {
39 echo $e->getMessage() . \PHP_EOL;
/PHP-8.1/ext/dom/tests/gh11830/
H A Dtype_variation.phpt20 } catch (\TypeError $e) {
21 echo $e->getMessage(), "\n";
26 } catch (\TypeError $e) {
27 echo $e->getMessage(), "\n";
32 } catch (\TypeError $e) {
33 echo $e->getMessage(), "\n";
38 } catch (\TypeError $e) {
39 echo $e->getMessage(), "\n";
44 } catch (\TypeError $e) {
45 echo $e->getMessage(), "\n";
/PHP-8.1/ext/imap/tests/
H A Dbug80223.phpt9 } catch (\ValueError $e) {
10 echo $e->getMessage(), \PHP_EOL;
14 } catch (\TypeError $e) {
15 echo $e->getMessage(), \PHP_EOL;
19 } catch (\ValueError $e) {
20 echo $e->getMessage(), \PHP_EOL;

Completed in 31 milliseconds

12345678910>>...114