Home
last modified time | relevance | path

Searched refs:ex (Results 26 – 50 of 91) sorted by relevance

1234

/PHP-7.0/Zend/tests/
H A Dclosure_031.phpt13 } catch (Error $ex) {
14 echo "Error: {$ex->getMessage()}\n";
H A Dns_055.phpt20 $ex = new \Exception();
23 $foo->test3($ex);
H A Dbug44184.phpt16 } catch (Exception $ex) {
H A Dbug40815.phpt7 static public function exh ($ex) {
/PHP-7.0/Zend/tests/try/
H A Dtry_finally_001.phpt7 throw new Exception("ex");
18 Fatal error: Uncaught Exception: ex %s
H A Dtry_finally_003.phpt10 throw new Exception("ex");
23 Fatal error: Uncaught Exception: ex %s
H A Dtry_finally_010.phpt13 } catch (MyEx $ex) {
25 } catch (Exception $ex) {
H A Dcatch_finally_005.phpt7 throw new Exception("ex");
H A Dcatch_finally_001.phpt9 throw new Exception("ex");
/PHP-7.0/ext/sqlite3/tests/
H A Dsqlite3_34_load_extension_ext_dir.phpt15 } catch (Extension $ex) {
16 var_dump($ex->getMessage());
H A Dsqlite3_31_open.phpt14 } catch (Exception $ex) {
15 var_dump($ex->getMessage());
H A Dsqlite3_33_load_extension_param.phpt17 } catch (Extension $ex) {
18 var_dump($ex->getMessage());
H A Dsqlite3_32_last_insert_rowid_param.phpt22 } catch (Exception $ex) {
23 var_dump($ex->getMessage());
H A Dsqlite3stmt_reset_params.phpt26 } catch (Exception $ex) {
27 var_dump($ex->getMessage());
/PHP-7.0/ext/spl/tests/
H A Dbug70561.phpt16 } catch (OutOfBoundsException $ex) {
17 echo $ex->getMessage() . PHP_EOL;
H A Ddit_006.phpt37 } catch (\OutOfBoundsException $ex) {
38 echo $ex->getMessage() . PHP_EOL;
/PHP-7.0/tests/lang/
H A Dcatchable_error_002.phpt22 } catch (Error $ex) {
23 echo $ex->getMessage(), "\n";
/PHP-7.0/Zend/
H A Dzend_exceptions.c73 zval *previous, *ancestor, *ex; in zend_exception_set_previous() local
86 ex = &zv; in zend_exception_set_previous()
96 base_ce = i_get_exception_base(ex); in zend_exception_set_previous()
103 ex = previous; in zend_exception_set_previous()
943 zval ex; in zend_throw_exception() local
953 object_init_ex(&ex, exception_ce); in zend_throw_exception()
964 return Z_OBJ(ex); in zend_throw_exception()
985 zval ex; in zend_throw_error_exception() local
987 ZVAL_OBJ(&ex, obj); in zend_throw_error_exception()
1018 ZVAL_OBJ(&exception, ex); in zend_exception_error()
[all …]
H A Dzend_vm.h28 ZEND_API int zend_vm_call_opcode_handler(zend_execute_data *ex);
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug36999.phpt42 } catch (SoapFault $ex) {
43 var_dump($ex);
/PHP-7.0/ext/mbstring/oniguruma/doc/
H A DRE134 ex. /a*+/ === /(?>a*)/
280 ex 1.
284 ex 2.
309 ex. (?<name>a|\g<name>b) => error
318 ex. (?-i:\g<name>)(?i:(?<name>a)){0} match to "A"
396 (ex. [\xa1\xa2], [\xa1\xa7-\xa4\xa1])
403 ex. a(?i)* is a syntax error pattern.
405 ex. /{/, /({)/, /a{2,3/ etc...
409 ex. /(?=a)*/, /(?!b){5}/
411 ex. /\x61/i =~ "A"
[all …]
/PHP-7.0/ext/gd/tests/
H A Dbug43475.phpt58 $ex = imagecreatefrompng(__DIR__ . '/bug43475.png');
59 var_dump(calc_image_dissimilarity($ex, $im) < 1e-5);
/PHP-7.0/ext/standard/tests/file/
H A Dbug40501.csv2 backslashes (ex: 1)\",and it isn't the last element$
/PHP-7.0/Zend/tests/generators/
H A Dbug67497.phpt13 } catch (ParseError $ex) {
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c667 PHPDBG_G(seek_ex) = ex; in phpdbg_skip_line_helper()
711 PHPDBG_G(seek_ex) = ex; in phpdbg_seek_to_end()
774 zend_object *ex = EG(exception); in phpdbg_handle_exception() local
781 ZVAL_OBJ(&zv, ex); in phpdbg_handle_exception()
804 OBJ_RELEASE(ex); in phpdbg_handle_exception()
923 if (ex && ex->symbol_table) { in PHPDBG_COMMAND()
924 zend_hash_clean(ex->symbol_table); in PHPDBG_COMMAND()
1009 zend_object *ex = NULL; in PHPDBG_COMMAND() local
1035 ex = EG(exception); in PHPDBG_COMMAND()
1051 if (ex) { in PHPDBG_COMMAND()
[all …]

Completed in 42 milliseconds

1234