Home
last modified time | relevance | path

Searched refs:e (Results 1476 – 1500 of 1772) sorted by relevance

1...<<51525354555657585960>>...71

/PHP-7.4/ext/ffi/tests/
H A D101.phpt9 } catch (Throwable $e) {
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation17.phpt32 } catch(Exception $e) {
525 string(2) "$e"
H A Dtoken_get_all_heredoc_nowdoc.phpt17 } catch (ParseError $e) {
18 echo "Parse error: {$e->getMessage()} on line {$e->getLine()}\n";
/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_closure.phpt89 } catch (Exception $e) {
90 var_dump($e->getTrace());
H A Dkrsort_variation5.phpt22 array ( null => null, NULL => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e",
H A Dksort_variation5.phpt22 array ( null => null, NULL => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e",
H A Darray_slice.phpt11 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee"),
604 ["e"]=>
616 ["e"]=>
622 ["e"]=>
660 ["e"]=>
702 ["e"]=>
H A Darray_pop_variation.phpt12 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
H A Darsort_variation5.phpt22 array ("null"=> null, "NULL" => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e",
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c73 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
320 while (e != s) { in get_template_string()
321 size_t c = MIN((e + s + 1) / 2, e - 1); in get_template_string()
324 e = c; in get_template_string()
895 struct socket_entry *e; in php_cli_server_poller_iter_on_active() local
897 for (e = entries; e < m; e++) { in php_cli_server_poller_iter_on_active()
898 if (e->fd == fd) { in php_cli_server_poller_iter_on_active()
899 e->events |= POLLOUT; in php_cli_server_poller_iter_on_active()
902 if (e == m) { in php_cli_server_poller_iter_on_active()
912 for (; e < n; e++) { in php_cli_server_poller_iter_on_active()
[all …]
/PHP-7.4/build/
H A Dlibtool.m4109 Xsed='sed -e 1s/^X//'
240 cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
738 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
740 -e 's:$: $lt_compiler_flag:'`
1152 -e 's:$: $lt_compiler_flag:'`
1321 …lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/…
1478 …soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${ve…
1484 …h_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1943 …available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/…
4089 …eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst…
[all …]
H A Dconfig.sub1186 | arm | arm[lb]e | arme[lb] | armv* \
1259 | sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \
1260 | sh[1234]e[lb] | sh[12345][lb]e | sh[23]ele | sh64 | sh64le \
/PHP-7.4/Zend/
H A Dbench.php310 for ($e=0; $e<$n; $e++)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt70 … if (!$res = mysqli_query($link, "SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
205 …engine, "FLOAT", (string)(-9223372036854775808 - 1.1), "-9.22337e+18", 290, "/-9\.22337e\+?[0]?18/…
207 … "FLOAT UNSIGNED", (string)(18446744073709551615 + 1.1), "1.84467e+19", 310, "/1\.84467e\+?[0]?19/…
452 ["e"]=>
/PHP-7.4/ext/spl/tests/
H A Dbug62978.phpt19 $e = 'srsly?';
/PHP-7.4/sapi/phpdbg/tests/
H A Dinfo_001.phpt15 i e
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug46274.phpt20 } catch (Exception $e) {
/PHP-7.4/tests/
H A Dquicktester.inc59 $result = abs(($left-$right) / $left) < 1e-12;
/PHP-7.4/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-bd1.phpt9 $date_format = 'Y-m-d H:i:s T e';
/PHP-7.4/ext/openssl/tests/
H A Dbug74720_1.phpt22 aKw8u2PUq+EPKrGKc9Q70Ksw/e/EHvWrghFzmu5MOZRn/QIWq++sbbc8eOiaRDE8
H A Dbug74903.phpt24 aKw8u2PUq+EPKrGKc9Q70Ksw/e/EHvWrghFzmu5MOZRn/QIWq++sbbc8eOiaRDE8
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_cp1251.phpt74 string(%d) "%sbug75063-cp1251%e����"
/PHP-7.4/sapi/cli/tests/
H A Dbug43177.phpt16 } catch (ParseError $e) {
/PHP-7.4/ext/standard/tests/general_functions/
H A Dprint_r.phpt60 -.6700000e-3,
63 .6700000e+3,
64 -4.10003e-3,
66 4.100003e-3,
70 1e-5,
71 -1e-5,
72 1e+5,
73 -1e+5,
H A Dprint_r_64bit.phpt64 -.6700000e-3,
67 .6700000e+3,
68 -4.10003e-3,
70 4.100003e-3,
74 1e-5,
75 -1e-5,
76 1e+5,
77 -1e+5,

Completed in 68 milliseconds

1...<<51525354555657585960>>...71