Home
last modified time | relevance | path

Searched refs:ex (Results 101 – 125 of 167) sorted by relevance

1234567

/PHP-8.1/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt31 } catch (ValueError $ex) {
32 echo $ex->getMessage()."\n";
/PHP-8.1/ext/phar/tests/
H A Dbug54289.phpt29 } catch (PharException $ex) {
36 } catch (PharException $ex) {
48 } catch (PharException $ex) {
H A Dbug65414.phpt21 } catch (BadMethodCallException $ex) {
22 echo $ex->getMessage() . PHP_EOL;
/PHP-8.1/ext/gd/tests/
H A Dbug43475.phpt59 $ex = imagecreatefrompng(__DIR__ . '/bug43475.png');
60 var_dump(calc_image_dissimilarity($ex, $im) < 1e-5);
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug76815.phpt25 } catch (PDOException $ex) {
26 echo $ex->getMessage(), "\n";
/PHP-8.1/Zend/
H A Dzend_generators.c222 zend_execute_data *ex = generator->execute_data; in zend_generator_dtor_storage() local
250 if (EXPECTED(!ex) || EXPECTED(!(ex->func->op_array.fn_flags & ZEND_ACC_HAS_FINALLY_BLOCK)) in zend_generator_dtor_storage()
258 op_num = ex->opline - ex->func->op_array.opcodes - 1; in zend_generator_dtor_storage()
262 for (i = 0; i < ex->func->op_array.last_try_catch; i++) { in zend_generator_dtor_storage()
263 zend_try_catch_element *try_catch = &ex->func->op_array.try_catch_array[i]; in zend_generator_dtor_storage()
279 ZEND_CALL_VAR(ex, ex->func->op_array.opcodes[try_catch->finally_end].op1.var); in zend_generator_dtor_storage()
281 zend_generator_cleanup_unfinished_execution(generator, ex, try_catch->finally_op); in zend_generator_dtor_storage()
288 ex->opline = &ex->func->op_array.opcodes[try_catch->finally_op]; in zend_generator_dtor_storage()
306 ZEND_CALL_VAR(ex, ex->func->op_array.opcodes[try_catch->finally_end].op1.var); in zend_generator_dtor_storage()
309 zend_op *retval_op = &ex->func->op_array.opcodes[Z_OPLINE_NUM_P(fast_call)]; in zend_generator_dtor_storage()
[all …]
H A Dzend_builtin_functions.c155 if (ZEND_CALL_INFO(ex) & ZEND_CALL_CODE) { in ZEND_FUNCTION()
164 RETURN_LONG(ZEND_CALL_NUM_ARGS(ex)); in ZEND_FUNCTION()
174 zend_execute_data *ex; in ZEND_FUNCTION() local
185 ex = EX(prev_execute_data); in ZEND_FUNCTION()
186 if (ZEND_CALL_INFO(ex) & ZEND_CALL_CODE) { in ZEND_FUNCTION()
195 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
204 …arg = ZEND_CALL_VAR_NUM(ex, ex->func->op_array.last_var + ex->func->op_array.T) + (requested_offse… in ZEND_FUNCTION()
224 if (ZEND_CALL_INFO(ex) & ZEND_CALL_CODE) { in ZEND_FUNCTION()
233 arg_count = ZEND_CALL_NUM_ARGS(ex); in ZEND_FUNCTION()
241 p = ZEND_CALL_ARG(ex, 1); in ZEND_FUNCTION()
[all …]
H A Dzend_vm.h30 ZEND_API int ZEND_FASTCALL zend_vm_call_opcode_handler(zend_execute_data *ex);
/PHP-8.1/ext/standard/tests/file/
H A Dbug40501.csv2 backslashes (ex: 1)\",and it isn't the last element$
H A Dbug40501.phpt17 backslashes (ex: 1)\"
/PHP-8.1/ext/ftp/tests/
H A Dftp_set_option_errors.phpt26 } catch (\Throwable $ex) {
27 echo "Exception: ", $ex->getMessage(), "\n";
/PHP-8.1/Zend/tests/generators/
H A Dbug67497.phpt13 } catch (ParseError $ex) {
/PHP-8.1/travis/
H A Dtest.sh2 set -ex
/PHP-8.1/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-8.1/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");
/PHP-8.1/ext/sodium/tests/
H A Dcrypto_scalarmult.phpt14 } catch (SodiumException $ex) {
H A Dcrypto_secretbox.phpt18 } catch (SodiumException $ex) {
H A Dcrypto_shorthash.phpt20 } catch (SodiumException $ex) {
/PHP-8.1/ext/com_dotnet/tests/
H A Dbug79332.phpt10 } catch (com_exception $ex) {
/PHP-8.1/ext/calendar/tests/
H A Dcal_info.phpt13 } catch (ValueError $ex) {
14 echo "{$ex->getMessage()}\n";
/PHP-8.1/
H A D.gdbinit62 set $ex = $arg0
63 while $ex
64 printf "[%p] ", $ex
65 set $func = $ex->func
67 if $ex->This->value.obj
71 printf "%s->", $ex->This->value.obj->ce.name->val
87 set $count = $ex->This.u2.num_args
94 set $zvalue = (zval *) $ex + $callFrameSize + $arg
138 printf "%s:%d ", $func->op_array.filename->val, $ex->opline->lineno
143 set $ex = $ex->prev_execute_data

Completed in 69 milliseconds

1234567