Home
last modified time | relevance | path

Searched refs:catch (Results 151 – 175 of 1180) sorted by relevance

12345678910>>...48

/PHP-7.4/Zend/tests/
H A Dbug70785.phpt14 } catch (Exception $e) {
20 } catch (Exception $e) {
H A Derror_reporting10.phpt18 } catch (Exception $e) {}
26 } catch (Exception $e) {}
H A Dbug48409.phpt38 catch(ABCException $e) {
51 catch(ABCException $e) {
61 catch(Exception $e) {
H A Dproperty_access_errors_for_guarded_properties.phpt37 } catch (Error $e) {
42 } catch (Error $e) {
47 } catch (Error $e) {
H A Dbug26698.phpt29 catch(Exception $e)
42 catch(Exception $e)
55 catch(Exception $e)
H A Drope_with_exception.phpt17 } catch (Exception $e) {
26 } catch (Exception $e) {
35 } catch (Exception $e) {
H A Dclosure_059.phpt22 } catch (Error $e) {
27 } catch (Error $e) {
32 } catch (Error $e) {
H A Dbug49893.phpt9 } catch (Exception $e) {
22 } catch(Exception $e) {
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt18 } catch (PDOException $e) {
34 } catch (TypeError $ex) {
87 try { $db = @new PDO($dsn, $user, $pass); } catch (PDOException $e) {
102 try { $db = @new PDO($dsn, $user, $pass); } catch (PDOException $e) {
141 } catch (PDOException $e) {
196 } catch (PDOException $e) {
216 } catch (PDOException $e) {
232 } catch (PDOException $e) {
266 } catch (PDOException $e) {
279 } catch (PDOException $e) {
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dexceptions_003.phpt26 00009: } catch (Error $e) {
28 [L7 %s FAST_RET ~%d try-catch(0) %s]
50 } catch (Error $e) {
/PHP-7.4/ext/phar/tests/
H A Dinvalid_setstubalias.phpt15 } catch (Exception $e) {
20 } catch (Exception $e) {
26 } catch (Exception $e) {
31 } catch (Exception $e) {
H A Dphar_construct_invalidurl.phpt11 } catch (UnexpectedValueException $e) {
16 } catch (UnexpectedValueException $e) {
21 } catch (UnexpectedValueException $e) {
/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_error2.phpt27 } catch (Throwable $e) {
32 } catch (Throwable $e) {
39 } catch (Throwable $e) {
44 } catch (Throwable $e) {
51 } catch (Throwable $e) {
H A Darray_walk_recursive_error2.phpt27 } catch (Throwable $e) {
32 } catch (Throwable $e) {
39 } catch (Throwable $e) {
44 } catch (Throwable $e) {
51 } catch (Throwable $e) {
/PHP-7.4/Zend/tests/try/
H A Dtry_multicatch_006.phpt10 } catch(Exception1 | Exception2 $e) {
12 } catch(Exception3 | Exception4 $e) {
H A Dtry_multicatch_007.phpt10 } catch(Exception1 | Exception2 $e) {
12 } catch(Exception3 | Exception4 $e) {
H A Dbug70228_4.phpt18 } catch (Exception $e) {}
24 } catch (Exception $e) {
H A Dtry_finally_010.phpt13 } catch (MyEx $ex) {
25 } catch (Exception $ex) {
H A Dtry_multicatch_005.phpt12 } catch (Exception1 | Exception3 $e) {
15 } catch(Exception2 | Exception3 $e) {
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug31190.phpt13 } catch (Exception $e) {
19 } catch (Exception $e) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dinternal_function_strict_mode.phpt10 } catch (TypeError $e) {
17 } catch (TypeError $e) {
24 } catch (TypeError $e) {
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/generators/errors/
H A Dserialize_unserialize_error.phpt12 } catch (Exception $e) {
18 } catch (Exception $e) {
24 } catch (Exception $e) {
/PHP-7.4/ext/json/tests/
H A Djson_exceptions_error_clearing.phpt18 } catch (JsonException $e) {
26 } catch (JsonException $e) {
35 } catch (JsonException $e) {
/PHP-7.4/ext/spl/tests/
H A DSplQueue_setIteratorMode_param_lifo.phpt2 SplQueue setIteratorMode to LIFO produces fail condition in try/catch
13 } catch (Exception $e) {

Completed in 26 milliseconds

12345678910>>...48