Home
last modified time | relevance | path

Searched refs:ex (Results 76 – 100 of 120) sorted by last modified time

12345

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36999.phpt42 } catch (SoapFault $ex) {
43 var_dump($ex);
/PHP-7.4/ext/phar/tests/
H A Dbug54289.phpt29 } catch (PharException $ex) {
36 } catch (PharException $ex) {
48 } catch (PharException $ex) {
H A Dbug65028.phpt144 catch(UnexpectedValueException $ex)
146 echo "Exception thrown: " . $ex->getMessage() . "\n";
H A Dbug65414.phpt21 } catch (BadMethodCallException $ex) {
22 echo $ex->getMessage() . PHP_EOL;
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt33 // 5. enter a DSN, ex: accdb12
36 // 7. set the environment variable PDOTEST_DSN="odbc:<system dsn from step 5>" ex: SET PDOTEST_DSN=…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt34 } catch (TypeError $ex) {
/PHP-7.4/ext/opcache/tests/opt/
H A Dsccp_015.phpt14 foreach ($entity_information as $ex) {
/PHP-7.4/ext/opcache/tests/
H A Dbug74442.phpt34 } catch (Throwable $ex) {
36 echo (string)$ex;
/PHP-7.4/ext/hash/tests/
H A Dfnv1a64.phpt274 array( 'O4B0JW@XP$hUC1IRR4"d\\BOw/~pH(KMX`ph,H)ex-OOQ`x%4.\'xkJI', '2e7bda1a61ef9b56' ),
286 array( '&E$W:Vf$cJsn{d>g+#b,Fb!`dSIB_R*ex/=4e%8JO,9LqX4|\\v*#Z+d?', 'd416e24b2f0208f8' ),
/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/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3187 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b
H A Dmagic3187 >>>>3 regex \^(lh[0-9a-ex]|lz[s2-8]|pm[012]|pc1) \b
/PHP-7.4/ext/ffi/tests/
H A Dbug78762.phpt9 } catch (FFI\Exception $ex) {
10 echo $ex->getMessage(), PHP_EOL;
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug78694.phpt12 } catch (com_exception $ex) {
13 var_dump($ex->getMessage());
/PHP-7.4/Zend/
H A Dzend_dtrace.c32 zend_execute_data *ex = EG(current_execute_data); in dtrace_get_executed_filename() local
34 while (ex && (!ex->func || !ZEND_USER_CODE(ex->func->type))) { in dtrace_get_executed_filename()
35 ex = ex->prev_execute_data; in dtrace_get_executed_filename()
37 if (ex) { in dtrace_get_executed_filename()
38 return ZSTR_VAL(ex->func->op_array.filename); in dtrace_get_executed_filename()
H A Dzend_vm.h30 ZEND_API int ZEND_FASTCALL zend_vm_call_opcode_handler(zend_execute_data *ex);
/PHP-7.4/Zend/tests/weakrefs/
H A Dweakrefs_002.phpt9 } catch (Exception $ex) {
10 var_dump($ex->getMessage());
H A Dweakrefs_003.phpt9 } catch (Error $ex) {
10 var_dump($ex->getMessage());
15 } catch (Error $ex) {
16 var_dump($ex->getMessage());
21 } catch (Error $ex) {
22 var_dump($ex->getMessage());
27 } catch (Error $ex) {
28 var_dump($ex->getMessage());
33 } catch (Error $ex) {
34 var_dump($ex->getMessage());
/PHP-7.4/Zend/tests/try/
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_001.phpt9 throw new Exception("ex");
H A Dcatch_finally_003.phpt25 throw new Exception("ex");
H A Dcatch_finally_004.phpt10 function foo (&$ex) {
24 $ex = $e;
32 var_dump(foo($ex));
35 var_dump($ex->getMessage());
36 } while ($ex = $ex->getPrevious());
H A Dcatch_finally_005.phpt7 throw new Exception("ex");
/PHP-7.4/Zend/tests/type_declarations/
H A Dinexistent_class_hint_with_scalar_arg.phpt6 function foo(bar $ex) {}

Completed in 136 milliseconds

12345