Home
last modified time | relevance | path

Searched refs:e (Results 2026 – 2050 of 2674) sorted by relevance

1...<<81828384858687888990>>...107

/PHP-8.0/ext/com_dotnet/
H A Dcom_com.c338 EXCEPINFO e = {0}; in php_com_invoke_helper() local
341 &IID_NULL, LOCALE_SYSTEM_DEFAULT, flags, disp_params, v, &e, &arg_err); in php_com_invoke_helper()
349 if (e.bstrSource) { in php_com_invoke_helper()
350 source = php_com_olestring_to_string(e.bstrSource, &source_len, obj->code_page); in php_com_invoke_helper()
351 SysFreeString(e.bstrSource); in php_com_invoke_helper()
353 if (e.bstrDescription) { in php_com_invoke_helper()
354 desc = php_com_olestring_to_string(e.bstrDescription, &desc_len, obj->code_page); in php_com_invoke_helper()
355 SysFreeString(e.bstrDescription); in php_com_invoke_helper()
372 if (e.bstrHelpFile) { in php_com_invoke_helper()
373 SysFreeString(e.bstrHelpFile); in php_com_invoke_helper()
/PHP-8.0/ext/standard/tests/file/
H A Dfscanf_variation8.phpt29 10.5e+5,
32 1e-5,
33 -1e-5,
34 1e+5,
35 -1e+5,
42 .5e+7,
43 -.5e+7,
44 .6e-19,
45 -.6e-19,
H A Dfscanf_error.phpt18 } catch (TypeError $e) {
19 echo $e->getMessage(), "\n";
H A D007_basic.phpt45 } catch (TypeError $e) {
46 echo $e->getMessage(), "\n";
50 } catch (TypeError $e) {
51 echo $e->getMessage(), "\n";
80 } catch (TypeError $e) {
81 echo $e->getMessage(), "\n";
85 } catch (TypeError $e) {
86 echo $e->getMessage(), "\n";
/PHP-8.0/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt10 } catch (ValueError $e) {
11 echo $e->getMessage(), "\n";
/PHP-8.0/ext/imap/tests/
H A Dimap_fetchbody_variation4.phpt41 } catch (\ValueError $e) {
42 echo $e->getMessage() . \PHP_EOL;
/PHP-8.0/ext/pcre/tests/
H A Dpreg_replace_error1.phpt27 } catch (Error $e) {
28 echo $e->getMessage(), "\n";
/PHP-8.0/ext/mbstring/tests/
H A Dmb_strlen.phpt60 } catch (\ValueError $e) {
61 echo $e->getMessage() . \PHP_EOL;
H A Dmb_http_output.phpt48 } catch (\ValueError $e) {
49 echo $e->getMessage() . \PHP_EOL;
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_pkcs12_export_basic.phpt35 } catch (TypeError $e) {
36 echo $e->getMessage(), "\n";
H A Dopenssl_pkey_new_basic.phpt32 'e' => hex2bin($ehex),
41 openssl_pkey_test_cmp($ehex, $rsa_details['e']);
/PHP-8.0/ext/standard/tests/dir/
H A Ddir_basic.phpt38 } catch (TypeError $e) {
39 echo $e->getMessage(), "\n";
/PHP-8.0/ext/phar/tests/
H A Dphar_oo_004.phpt95 string(5) "e.php"
123 string(5) "e.php"
H A Dphar_oo_compressallgz.phpt44 } catch (Exception $e) {
45 echo $e->getMessage() . "\n";
H A Dtest_alias_unset.phpt27 } catch (Exception $e) {
28 echo $e->getMessage(),"\n";
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getModifierNames_basic.phpt20 public function e() {}
100 string(4) "x::e"
H A DReflectionParameter_003.phpt45 } catch (ReflectionException $e) {
46 print $e->getMessage();
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_oo.phpt40 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
83 ["e"]=>
/PHP-8.0/ext/oci8/tests/
H A Darray_bind_002.phpt55 } catch (ValueError $e) {
56 echo $e->getMessage(), "\n";
H A Dconnect_scope_try1.phpt45 catch (Exception $e)
47 echo "Caught Exception: ". $e->getMessage(), "\n";
H A Dconnect_scope_try2.phpt45 catch (Exception $e)
47 echo "Caught Exception: ". $e->getMessage(), "\n";
H A Dconnect_scope_try3.phpt45 catch (Exception $e)
47 echo "Caught Exception: ". $e->getMessage(), "\n";
H A Dconnect_scope_try4.phpt45 catch (Exception $e)
47 echo "Caught Exception: ". $e->getMessage(), "\n";
H A Dconnect_scope_try5.phpt45 catch (Exception $e)
47 echo "Caught Exception: ". $e->getMessage(), "\n";
H A Dconnect_scope_try6.phpt45 catch (Exception $e)
47 echo "Caught Exception: ". $e->getMessage(), "\n";

Completed in 199 milliseconds

1...<<81828384858687888990>>...107