Home
last modified time | relevance | path

Searched refs:e (Results 3176 – 3200 of 3475) sorted by relevance

1...<<121122123124125126127128129130>>...139

/php-src/ext/standard/tests/array/
H A Darray_uintersect_assoc_variation2.phpt91 } catch (TypeError $e) {
92 echo $e->getMessage(), "\n";
H A Darray_uintersect_uassoc_variation2.phpt92 } catch (TypeError $e) {
93 echo $e->getMessage(), "\n";
H A Darray_uintersect_variation2.phpt91 } catch (TypeError $e) {
92 echo $e->getMessage(), "\n";
H A Darray_search_variation2.phpt16 "e" =>"5",
H A Darray_combine.phpt13 $e = array_combine($array2, $array1);
H A Darray_map_object1.phpt28 } catch (TypeError $e) {
29 echo $e->getMessage(), "\n";
H A Darray_map_variation17.phpt67 } catch (TypeError $e) {
68 echo $e->getMessage(), "\n";
H A Darray_udiff_assoc_variation1.phpt91 } catch (TypeError $e) {
92 echo $e->getMessage(), "\n";
H A Darray_udiff_uassoc_variation1.phpt92 } catch (TypeError $e) {
93 echo $e->getMessage(), "\n";
/php-src/ext/mbstring/tests/
H A Dmb_strlen.phpt99 } catch (\ValueError $e) {
100 echo $e->getMessage() . \PHP_EOL;
H A Dmb_trim.phpt79 } catch (ValueError $e) {
80 var_dump($e->getMessage());
H A Dmb_convert_kana.phpt103 } catch (ValueError $e) {
104 echo $e->getMessage(), "\n";
131 } catch (ValueError $e) {
132 echo $e->getMessage() . "\n";
219 309e
H A Dmb_str_split_other.phpt69 } catch (ValueError $e) {
70 echo $e->getMessage() . \PHP_EOL;
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data97 e=e
H A Dvar_export-locale.phpt89 10.5e+5,
91 1e-5,
92 1e+5,
96 .5e+7,
97 .6e-19,
H A Dvar_export-locale_32.phpt89 10.5e+5,
91 1e-5,
92 1e+5,
96 .5e+7,
97 .6e-19,
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt63 } catch (PDOException $e) {
65 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt87 } catch (PDOException $e) {
89 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_stmt_getcolumnmeta.phpt17 …_stmt_getcolumnmeta(id, label) VALUES (1, 'a'), (2, 'b'), (3, 'c'), (4, 'd'), (5, 'e'), (6, 'f')");
33 } catch (\ValueError $e) {
34 echo $e->getMessage(), \PHP_EOL;
290 } catch (PDOException $e) {
293 $e->getMessage(), $db->errorInfo(), implode(' ', $db->errorInfo()));
/php-src/ext/standard/tests/strings/
H A Djoin_error1.phpt87 } catch (TypeError $e) {
88 echo $e->getMessage(), "\n";
/php-src/ext/dom/tests/modern/spec/
H A DDocument_createAttributeNS.phpt13 } catch (DOMException $e) {
15 echo "($ns_readable, \"$qname\"): {$e->getMessage()}\n";
/php-src/ext/date/tests/
H A DDateTime_uninitialised_exceptions.phpt18 } catch (\DateObjectError $e) {
19 echo $e::class, ': ', $e->getMessage(), "\n";
/php-src/sapi/fpm/
H A Dconfig.m4292 struct epoll_event e;
299 e.events = EPOLLIN | EPOLLET;
300 e.data.fd = 0;
302 if (epoll_ctl(epollfd, EPOLL_CTL_ADD, 0, &e) == -1) {
306 e.events = 0;
307 if (epoll_wait(epollfd, &e, 1, 1) < 0) {
/php-src/sapi/phpdbg/tests/
H A Dprint_001.phpt9 p e
/php-src/ext/dom/tests/modern/xml/
H A DElement_innerHTML_reading.phpt26 // i.e. no bugs with prefix-matching only.

Completed in 41 milliseconds

1...<<121122123124125126127128129130>>...139