Home
last modified time | relevance | path

Searched refs:e (Results 2226 – 2250 of 2674) sorted by relevance

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

/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt55 } catch (PDOException $e) {
57 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt50 } catch (PDOException $e) {
52 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_release_savepoint.phpt27 } catch (\ValueError $e) {
28 echo $e->getMessage() . \PHP_EOL;
H A Dmysqli_fetch_all.phpt60 … if (!$res = mysqli_query($link, "SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
76 } catch (\ValueError $e) {
77 echo $e->getMessage() . \PHP_EOL;
192 …engine, "FLOAT", (string)(-9223372036854775808 - 1.1), "-9.22337e+18", 290, "/-9\.22337e\+?[0]?18/…
194 … "FLOAT UNSIGNED", (string)(18446744073709551615 + 1.1), "1.84467e+19", 310, "/1\.84467e\+?[0]?19/…
441 ["e"]=>
H A Dmysqli_report.phpt41 } catch (\ValueError $e) {
42 echo $e->getMessage() . \PHP_EOL;
75 } catch (\ValueError $e) {
76 echo $e->getMessage() . \PHP_EOL;
184 } catch (mysqli_sql_exception $e) {
185 printf("[013] %s\n", $e->getMessage());
196 } catch (mysqli_sql_exception $e) {
197 printf("[016] %s\n", $e->getMessage());
/PHP-8.0/ext/oci8/tests/
H A Dlob_035.phpt69 } catch (ValueError $e) {
70 echo $e->getMessage(), "\n";
/PHP-8.0/Zend/tests/weakrefs/
H A Dweakmap_basic_map_behavior.phpt45 } catch (Error $e) {
46 echo $e->getMessage(), "\n";
/PHP-8.0/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt89 } catch (\ValueError $e) {
90 echo $e->getMessage() . \PHP_EOL;
H A Dbug48645.phpt100 string(2) "0e"
106 string(2) "0e"
129 string(2) "0e"
135 string(2) "0e"
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D001.phpt47 } catch (Throwable $e) {
48 var_dump($e->getMessage());
/PHP-8.0/ext/gmp/tests/
H A Dgmp_random_seed.phpt111 } catch (\ValueError $e) {
112 echo $e->getMessage() . \PHP_EOL;
/PHP-8.0/ext/intl/tests/
H A Ddateformat_formatObject_error.phpt20 } catch (Error $e) {
21 echo $e->getMessage(), "\n";
/PHP-8.0/ext/zlib/tests/
H A Dgzread_basic.phpt26 string(14) "e taught throu"
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug67462.phpt25 } catch (\Exception $e) {
H A Dbug71885.phpt24 } catch (PDOException $e) {
/PHP-8.0/ext/pgsql/tests/
H A Dconfig.inc7 // "test" database must exist. i.e. "createdb test" before testing
/PHP-8.0/ext/phar/tests/
H A Dphar_oo_010.phpt20 var_dump(isset($phar['e.php']));
/PHP-8.0/ext/session/tests/
H A Dbug74514.phpt10 CLI ignores HTTP headers at all, i.e. does not output any HTTP headers,
H A Dsession_save_path_variation2.phpt29 Warning: session_start(): open(%sblah%e%s, O_RDWR) failed: No such file or directory (2) in %s on l…
/PHP-8.0/Zend/tests/
H A Dbug42802.phpt20 function test4(\Exception $e) {
/PHP-8.0/tests/lang/operators/
H A Dmodulus_basiclong_64bit.phpt30 } catch (DivisionByZeroError $e) {
31 echo "Exception: " . $e->getMessage() . "\n";
41 } catch (DivisionByZeroError $e) {
42 echo "Exception: " . $e->getMessage() . "\n";
/PHP-8.0/Zend/tests/type_declarations/union_types/
H A Dtype_checking_weak.phpt28 if ($e = error_get_last()) {
29 echo ' (', $e['message'], ')';
31 } catch (TypeError $e) {
32 $msg = $e->getMessage();
/PHP-8.0/ext/standard/tests/array/
H A Darray_intersect_assoc_variation2.phpt95 } catch (TypeError $e) {
96 echo $e->getMessage(), "\n";
102 } catch (TypeError $e) {
103 echo $e->getMessage(), "\n";
H A Darray_intersect_variation2.phpt95 } catch (TypeError $e) {
96 echo $e->getMessage(), "\n";
102 } catch (TypeError $e) {
103 echo $e->getMessage(), "\n";
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getProperty_003.phpt48 } catch (Exception $e) {
49 echo $e->getMessage() . "\n";
55 } catch (Exception $e) {
56 echo $e->getMessage() . "\n";

Completed in 32 milliseconds

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