Home
last modified time | relevance | path

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

12345678910>>...71

/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_recursive_error2.phpt27 } catch (Throwable $e) {
28 echo "Exception: " . $e->getMessage() . "\n";
32 } catch (Throwable $e) {
33 echo "Exception: " . $e->getMessage() . "\n";
39 } catch (Throwable $e) {
40 echo "Exception: " . $e->getMessage() . "\n";
44 } catch (Throwable $e) {
45 echo "Exception: " . $e->getMessage() . "\n";
51 } catch (Throwable $e) {
52 echo "Exception: " . $e->getMessage() . "\n";
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"
/PHP-7.4/Zend/tests/try/
H A Dtry_multicatch_006.phpt10 } catch(Exception1 | Exception2 $e) {
11 echo get_class($e) . PHP_EOL;
12 } catch(Exception3 | Exception4 $e) {
13 echo get_class($e) . PHP_EOL;
H A Dtry_multicatch_007.phpt10 } catch(Exception1 | Exception2 $e) {
11 echo get_class($e) . PHP_EOL;
12 } catch(Exception3 | Exception4 $e) {
13 echo get_class($e) . PHP_EOL;
/PHP-7.4/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-7.4/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-7.4/Zend/tests/type_declarations/
H A Dinternal_function_strict_mode.phpt10 } catch (TypeError $e) {
11 echo "*** Caught " . $e->getMessage() . PHP_EOL;
17 } catch (TypeError $e) {
18 echo "*** Caught " . $e->getMessage() . PHP_EOL;
24 } catch (TypeError $e) {
25 echo "*** Caught " . $e->getMessage() . PHP_EOL;
H A Dtyped_properties_068.phpt31 } catch (TypeError $e) { print $e->getMessage()."\n"; }
36 } catch (TypeError $e) { print $e->getMessage()."\n"; }
47 } catch (TypeError $e) { print $e->getMessage()."\n"; }
52 } catch (TypeError $e) { print $e->getMessage()."\n"; }
57 } catch (TypeError $e) { print $e->getMessage()."\n"; }
/PHP-7.4/Zend/tests/
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 Drope_with_exception.phpt17 } catch (Exception $e) {
18 echo "$e\n";
26 } catch (Exception $e) {
27 echo "$e\n";
35 } catch (Exception $e) {
36 echo "$e\n";
H A Dclosure_059.phpt22 } catch (Error $e) {
23 echo "Exception: " . $e->getMessage() . "\n";
27 } catch (Error $e) {
28 echo "Exception: " . $e->getMessage() . "\n";
32 } catch (Error $e) {
33 echo "Exception: " . $e->getMessage() . "\n";
H A Dbug49893.phpt9 } catch (Exception $e) {
10 echo $e->getMessage() . "\n";
22 } catch(Exception $e) {
23 echo $e->getMessage() . "\n";
H A Dstring_offset_errors.phpt13 } catch (Error $e) {
14 echo $e->getMessage(), "\n";
20 } catch (Error $e) {
21 echo $e->getMessage(), "\n";
H A Dbug79599.phpt16 }catch(\Exception $e){
17 var_dump($e->getMessage());
21 }catch(\Exception $e){
22 var_dump($e->getMessage());
H A Dtemporary_cleaning_013.phpt11 } catch (Exception $e) { print "caught Exception 1\n"; }
17 } catch (Exception $e) { print "caught Exception 2\n"; }
24 } catch (Exception $e) { print "caught Exception 3\n"; }
31 } catch (Exception $e) { print "caught Exception 4\n"; }
41 } catch (Exception $e) { print "caught Exception 5\n"; }
51 } catch (Exception $e) { print "caught Exception 6\n"; }
63 } catch (Exception $e) { print "caught Exception 7\n"; }
76 } catch (Exception $e) { print "caught Exception 8\n"; }
83 } catch (Exception $e) { print "caught Exception 9\n"; }
91 } catch (Exception $e) { print "caught Exception 10\n"; }
[all …]
/PHP-7.4/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-7.4/ext/json/tests/
H A Djson_exceptions_error_clearing.phpt18 } catch (JsonException $e) {
19 echo "Caught JSON exception: ", $e->getCode(), PHP_EOL;
26 } catch (JsonException $e) {
27 echo "Caught JSON exception: ", $e->getCode(), PHP_EOL;
35 } catch (JsonException $e) {
36 echo "Caught JSON exception: ", $e->getCode(), PHP_EOL;
/PHP-7.4/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
/PHP-7.4/ext/reflection/tests/
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-7.4/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 (TypeError $e) {
32 var_dump($e->getMessage());
40 } catch (TypeError $e) {
41 var_dump($e->getMessage());
/PHP-7.4/ext/com_dotnet/tests/
H A D27974.phpt22 } catch (com_exception $e) {
23 if ($e->getCode() != DISP_E_BADINDEX) {
24 throw $e;
29 } catch (Exception $e) {
30 print $e;
/PHP-7.4/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-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt18 } catch (PDOException $e) {
21 $e->getMessage(),
81 $tmp = $e->getMessage();
95 $tmp = $e->getMessage();
112 $tmp = $e->getMessage();
126 $tmp = $e->getMessage();
152 $tmp = $e->getMessage();
170 $tmp = $e->getMessage();
196 } catch (PDOException $e) {
286 } catch (PDOException $e) {
[all …]

Completed in 75 milliseconds

12345678910>>...71