/PHP-8.3/Zend/tests/ |
H A D | compound_assign_failure.phpt | 37 catch (Throwable $e) {} 42 catch (Throwable $e) {} 47 catch (Throwable $e) {} 52 catch (Throwable $e) {} 57 catch (Throwable $e) {} 62 catch (Throwable $e) {} 67 catch (Throwable $e) {} 72 catch (Throwable $e) {} 77 catch (Throwable $e) {} 82 catch (Throwable $e) {} [all …]
|
H A D | exception_from_toString.phpt | 17 catch (Exception $e) { echo $e->getMessage(), "\n"; } 19 catch (Exception $e) { echo $e->getMessage(), "\n"; } 21 catch (Exception $e) { echo $e->getMessage(), "\n"; } 24 catch (Exception $e) { echo $e->getMessage(), "\n"; } 26 catch (Exception $e) { echo $e->getMessage(), "\n"; } 28 catch (Exception $e) { echo $e->getMessage(), "\n"; } 32 catch (Exception $e) { echo $e->getMessage(), "\n"; } 35 catch (Exception $e) { echo $e->getMessage(), "\n"; } 39 catch (Exception $e) { echo $e->getMessage(), "\n"; } 41 catch (Exception $e) { echo $e->getMessage(), "\n"; } [all …]
|
H A D | arginfo_zpp_mismatch.phpt | 26 } catch (Throwable) { 30 } catch (Throwable) { 34 } catch (Throwable) { 38 } catch (Throwable) { 42 } catch (Throwable) { 46 } catch (Throwable) { 50 } catch (Throwable) { 54 } catch (Throwable) { 58 } catch (Throwable) { 71 } catch (Throwable) {
|
H A D | arginfo_zpp_mismatch_strict.phpt | 28 } catch (Throwable) { 32 } catch (Throwable) { 36 } catch (Throwable) { 40 } catch (Throwable) { 44 } catch (Throwable) { 48 } catch (Throwable) { 52 } catch (Throwable) { 56 } catch (Throwable) { 60 } catch (Throwable) { 73 } catch (Throwable) {
|
H A D | assign_op_type_error.phpt | 9 } catch (TypeError $e) { 14 } catch (TypeError $e) { 19 } catch (TypeError $e) { 24 } catch (TypeError $e) { 29 } catch (TypeError $e) { 34 } catch (TypeError $e) { 39 } catch (TypeError $e) { 44 } catch (TypeError $e) {
|
/PHP-8.3/Zend/tests/generators/ |
H A D | basic_yield_from_exception_handling.phpt | 8 } catch (Exception $e) { print "catch in from()\n$e\n"; } 15 } catch (Exception $e) { print "catch in gen()\n$e\n"; } 18 } catch (Exception $e) { print "catch in gen()\n$e\n"; } 27 } catch (Exception $e) { print "catch in {main}\n$e\n"; } 34 catch in gen() 39 catch in from() 44 catch in gen() 49 catch in from() 54 catch in {main}
|
/PHP-8.3/ext/gmp/tests/ |
H A D | bug80560.phpt | 68 } catch (\ValueError $e) { 73 } catch (\ValueError $e) { 80 } catch (\ValueError $e) { 85 } catch (\ValueError $e) { 94 } catch (\ValueError) { } 98 } catch (\ValueError) { } 102 } catch (\ValueError) { } 106 } catch (\ValueError) { } 112 } catch (\ValueError) { } 116 } catch (\ValueError) { } [all …]
|
H A D | overloading_with_float.phpt | 12 } catch (Throwable $e) { 18 } catch (Throwable $e) { 24 } catch (Throwable $e) { 30 } catch (Throwable $e) { 36 } catch (Throwable $e) { 42 } catch (Throwable $e) { 48 } catch (Throwable $e) { 53 } catch (Throwable $e) { 58 } catch (Throwable $e) { 63 } catch (Throwable $e) { [all …]
|
H A D | overloading_with_int_string.phpt | 12 } catch (Throwable $e) { 18 } catch (Throwable $e) { 24 } catch (Throwable $e) { 30 } catch (Throwable $e) { 36 } catch (Throwable $e) { 42 } catch (Throwable $e) { 48 } catch (Throwable $e) { 53 } catch (Throwable $e) { 58 } catch (Throwable $e) { 63 } catch (Throwable $e) { [all …]
|
/PHP-8.3/Zend/tests/try/ |
H A D | try_catch_finally_002.phpt | 2 Try catch finally catch(multi catch blocks) 16 } catch (AE $e) { 24 } catch (BE $e) { 29 } catch (Exception $e) { 31 } catch (AE $e) {
|
H A D | catch_novar_1.phpt | 2 catch without capturing a variable 8 } catch (Exception) { 14 } catch (Exception) { 16 } catch (Error) { 22 } catch (Exception|Error) { 24 } catch (Throwable) {
|
H A D | catch_finally_004.phpt | 2 Try catch finally (nesting try-catch-finally) 16 } catch (Exception $e) { 18 throw_exception("catch"); 23 } catch (Exception $e) { 41 string(5) "catch"
|
/PHP-8.3/ext/phar/tests/ |
H A D | badparameters.phpt | 13 } catch (TypeError $e) { 18 } catch (TypeError $e) { 23 } catch (TypeError $e) { 28 } catch (TypeError $e) { 33 } catch (TypeError $e) { 43 } catch (TypeError $e) { 48 } catch (TypeError $e) { 63 } catch (TypeError $e) { 68 } catch (Exception $e) { 73 } catch (Exception $e) { [all …]
|
/PHP-8.3/Zend/tests/throw/ |
H A D | 001.phpt | 9 } catch (Exception $e) { 16 } catch (Exception $e) { 23 } catch (Exception $e) { 30 } catch (Exception $e) { 37 } catch (Exception $e) { 44 } catch (Exception $e) { 51 } catch (Exception $e) { 58 } catch (Exception $e) { 65 } catch (Exception $e) { 72 } catch (Exception $e) { [all …]
|
/PHP-8.3/ext/standard/tests/assert/ |
H A D | assert_closures_multiple.phpt | 13 } catch (Throwable) {} 16 } catch (Throwable) {} 19 } catch (Throwable) {} 22 } catch (Throwable) {} 25 } catch (Throwable) {} 28 } catch (Throwable) {} 31 } catch (Throwable) {}
|
/PHP-8.3/ext/ftp/tests/ |
H A D | 007.phpt | 15 } catch (TypeError $e) { 20 } catch (TypeError $e) { 25 } catch (TypeError $e) { 30 } catch (TypeError $e) { 35 } catch (TypeError $e) { 40 } catch (TypeError $e) { 45 } catch (TypeError $e) { 50 } catch (TypeError $e) { 55 } catch (TypeError $e) { 60 } catch (TypeError $e) { [all …]
|
/PHP-8.3/ext/gettext/tests/ |
H A D | 44938.phpt | 14 } catch (ValueError $exception) { 20 } catch (ValueError $exception) { 26 } catch (ValueError $exception) { 32 } catch (ValueError $exception) { 38 } catch (ValueError $exception) { 44 } catch (ValueError $exception) { 50 } catch (ValueError $exception) { 56 } catch (ValueError $exception) { 62 } catch (ValueError $exception) { 68 } catch (ValueError $exception) { [all …]
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_str_unknown_encoding.phpt | 13 } catch (\ValueError $e) { 19 } catch (\ValueError $e) { 25 } catch (\ValueError $e) { 31 } catch (\ValueError $e) { 37 } catch (\ValueError $e) { 43 } catch (\ValueError $e) { 49 } catch (\ValueError $e) { 55 } catch (\ValueError $e) { 61 } catch (\ValueError $e) { 67 } catch (\ValueError $e) { [all …]
|
/PHP-8.3/ext/opcache/tests/ |
H A D | bug65665.phpt | 20 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.3/Zend/tests/weakrefs/ |
H A D | weakmap_error_conditions.phpt | 9 } catch (TypeError $e) { 14 } catch (TypeError $e) { 19 } catch (TypeError $e) { 24 } catch (TypeError $e) { 30 } catch (Error $e) { 35 } catch (Error $e) { 40 } catch (Error $e) { 50 } catch (Error $e) { 55 } catch (Error $e) { 60 } catch (Error $e) { [all …]
|
/PHP-8.3/ext/bcmath/tests/ |
H A D | negative_scale.phpt | 11 } catch (\ValueError $e) { 16 } catch (\ValueError $e) { 21 } catch (\ValueError $e) { 26 } catch (\ValueError $e) { 31 } catch (\ValueError $e) { 36 } catch (\ValueError $e) { 41 } catch (\ValueError $e) { 46 } catch (\ValueError $e) { 51 } catch (\ValueError $e) { 56 } catch (\ValueError $e) {
|
/PHP-8.3/tests/classes/ |
H A D | autoload_008.phpt | 2 Ensure catch blocks for unknown exception types do not trigger autoload. 17 catch (UndefC $u) { 18 echo "In UndefClass catch block.\n"; 20 catch (Exception $e) { 21 echo "In Exception catch block. Autoload should not have been triggered.\n"; 25 In Exception catch block. Autoload should not have been triggered.
|
/PHP-8.3/Zend/tests/in-de-crement/ |
H A D | decrement_with_castable_objects_no_subtraction.phpt | 16 } catch (\TypeError $e) { 22 } catch (\TypeError $e) { 28 } catch (\TypeError $e) { 34 } catch (\TypeError $e) { 42 } catch (\TypeError $e) { 49 } catch (\TypeError $e) { 56 } catch (\TypeError $e) { 63 } catch (\TypeError $e) {
|
H A D | increment_with_castable_objects_no_addition.phpt | 16 } catch (\TypeError $e) { 22 } catch (\TypeError $e) { 28 } catch (\TypeError $e) { 34 } catch (\TypeError $e) { 42 } catch (\TypeError $e) { 49 } catch (\TypeError $e) { 56 } catch (\TypeError $e) { 63 } catch (\TypeError $e) {
|
/PHP-8.3/ext/dom/tests/ |
H A D | toString_exceptions.phpt | 20 try { $doc->encoding = $badStr; } catch (Exception $e) { echo "Exception\n"; } 21 try { $doc->version = $badStr; } catch (Exception $e) { echo "Exception\n"; } 22 try { $doc->documentURI = $badStr; } catch (Exception $e) { echo "Exception\n"; } 28 try { $attr->value = $badStr; } catch (Exception $e) { echo "Exception\n"; } 29 try { $attr->nodeValue = $badStr; } catch (Exception $e) { echo "Exception\n"; } 32 try { $node2->nodeValue = $badStr; } catch (Exception $e) { echo "Exception\n"; } 33 try { $node2->textContent = $badStr; } catch (Exception $e) { echo "Exception\n"; } 35 try { $data->data = $badStr; } catch (Exception $e) { echo "Exception\n"; } 38 try { $node3->prefix = $badStr; } catch (Exception $e) { echo "Exception\n"; } 41 try { $pi->data = $badStr; } catch (Exception $e) { echo "Exception\n"; }
|