Home
last modified time | relevance | path

Searched refs:ex (Results 51 – 75 of 120) sorted by relevance

12345

/PHP-7.4/ext/ffi/tests/
H A Dbug78270_2.phpt13 } catch (FFI\ParserException $ex) {
34 } catch (FFI\ParserException $ex) {
38 } catch (FFI\Exception $ex) {
/PHP-7.4/ext/opcache/tests/
H A Dbug74442.phpt34 } catch (Throwable $ex) {
36 echo (string)$ex;
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_76450.phpt24 } catch (Exception $ex) {
25 echo "{$ex->getMessage()}\n";
/PHP-7.4/Zend/
H A Dzend_exceptions.c75 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local
94 ex = &zv; in zend_exception_set_previous()
104 base_ce = i_get_exception_base(ex); in zend_exception_set_previous()
111 ex = previous; in zend_exception_set_previous()
909 zval ex, tmp; in zend_throw_exception() local
933 return Z_OBJ(ex); in zend_throw_exception()
954 zval ex, tmp; in zend_throw_error_exception() local
956 ZVAL_OBJ(&ex, obj); in zend_throw_error_exception()
989 ZVAL_OBJ(&exception, ex); in zend_exception_error()
990 ce_exception = ex->ce; in zend_exception_error()
[all …]
H A Dzend_generators.c170 zend_execute_data *ex = generator->execute_data; in zend_generator_dtor_storage() local
191 if (EXPECTED(!ex) || EXPECTED(!(ex->func->op_array.fn_flags & ZEND_ACC_HAS_FINALLY_BLOCK)) in zend_generator_dtor_storage()
198 op_num = ex->opline - ex->func->op_array.opcodes - 1; in zend_generator_dtor_storage()
202 for (i = 0; i < ex->func->op_array.last_try_catch; i++) { in zend_generator_dtor_storage()
203 zend_try_catch_element *try_catch = &ex->func->op_array.try_catch_array[i]; in zend_generator_dtor_storage()
219 ZEND_CALL_VAR(ex, ex->func->op_array.opcodes[try_catch->finally_end].op1.var); in zend_generator_dtor_storage()
221 zend_generator_cleanup_unfinished_execution(generator, ex, try_catch->finally_op); in zend_generator_dtor_storage()
226 ex->opline = &ex->func->op_array.opcodes[try_catch->finally_op]; in zend_generator_dtor_storage()
235 ZEND_CALL_VAR(ex, ex->func->op_array.opcodes[try_catch->finally_end].op1.var); in zend_generator_dtor_storage()
238 zend_op *retval_op = &ex->func->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)]; in zend_generator_dtor_storage()
[all …]
H A Dzend_vm.h30 ZEND_API int ZEND_FASTCALL zend_vm_call_opcode_handler(zend_execute_data *ex);
/PHP-7.4/ext/phar/tests/
H A Dbug73809.phpt20 } catch (Exception $ex) {
21 echo $ex->getMessage(), PHP_EOL;
H A Dbug65414.phpt21 } catch (BadMethodCallException $ex) {
22 echo $ex->getMessage() . PHP_EOL;
H A Dbug54289.phpt29 } catch (PharException $ex) {
36 } catch (PharException $ex) {
48 } catch (PharException $ex) {
/PHP-7.4/ext/spl/tests/
H A Ddit_006.phpt37 } catch (\OutOfBoundsException $ex) {
38 echo $ex->getMessage() . PHP_EOL;
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36999.phpt42 } catch (SoapFault $ex) {
43 var_dump($ex);
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_108.phpt16 throw new Exception("ex");
28 throw new Exception("ex");
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug76815.phpt24 } catch (PDOException $ex) {
25 echo $ex->getMessage(), "\n";
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_aead.phpt26 } catch (SodiumException $ex) {
49 } catch (SodiumException $ex) {
78 } catch (SodiumException $ex) {
104 } catch (SodiumException $ex) {
H A Dcrypto_auth.phpt18 } catch (SodiumException $ex) {
19 echo $ex->getMessage(), PHP_EOL;
H A Dcrypto_scalarmult.phpt14 } catch (SodiumException $ex) {
/PHP-7.4/ext/standard/tests/file/
H A Dbug40501.csv2 backslashes (ex: 1)\",and it isn't the last element$
/PHP-7.4/ext/gd/tests/
H A Dbug43475.phpt58 $ex = imagecreatefrompng(__DIR__ . '/bug43475.png');
59 var_dump(calc_image_dissimilarity($ex, $im) < 1e-5);
/PHP-7.4/Zend/tests/generators/
H A Dbug67497.phpt13 } catch (ParseError $ex) {
/PHP-7.4/Zend/tests/
H A Dtemporary_cleaning_015.phpt12 } catch (Exception $ex) {
H A Dbug44184.phpt16 } catch (Exception $ex) {
H A Dbug40815.phpt7 static public function exh ($ex) {
/PHP-7.4/Zend/tests/try/
H A Dcatch_finally_005.phpt7 throw new Exception("ex");
H A Dcatch_finally_001.phpt9 throw new Exception("ex");
H A Dcatch_finally_006.phpt7 throw new Exception("ex");

Completed in 34 milliseconds

12345