Home
last modified time | relevance | path

Searched refs:e (Results 51 – 75 of 1772) sorted by last modified time

12345678910>>...71

/PHP-7.4/ext/phar/tests/
H A Dphar_stub_error.phpt30 catch(exception $e)
32 echo 'Exception: ' . $e->getMessage() . "\n";
H A Dbug69441.phpt10 } catch(UnexpectedValueException $e) {
11 echo $e;
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_003.phpt9 } catch (Exception $e) {
10 echo $e->getMessage() . "\n";
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c939 char *e = s + len - 1; in timelib_strtointerval() local
949 while (isspace(*s) && s < e) { in timelib_strtointerval()
952 while (isspace(*e) && e > s) { in timelib_strtointerval()
953 e--; in timelib_strtointerval()
956 if (e - s < 0) { in timelib_strtointerval()
965 e++; in timelib_strtointerval()
968 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtointerval()
969 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtointerval()
970 memcpy(in.str, s, (e - s)); in timelib_strtointerval()
971 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtointerval()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug78152.phpt20 } catch (PDOException $e) {
21 echo $e->getMessage(), "\n";
H A Dbug63185.phpt29 } catch (PDOException $e) {
30 echo $e->getMessage(), "\n";
39 } catch (PDOException $e) {
40 echo $e->getMessage(), "\n";
/PHP-7.4/build/
H A Dphp.m484 dnl Adds variable with it's value into Makefile, e.g.:
176 …test -f "$src" && $SED -e "s#\$(srcdir)#$ac_srcdir#g" -e "s#\$(builddir)#$ac_builddir#g" $src >> …
315 if eval $cmd 2>&1 | $EGREP -e $1 >/dev/null ; then
2094 ac_output=`$1 -v 2>&1 | grep version | $SED -e 's/Oracle-HTTP-//'`
2130 clean_configure_args=$(echo $clean_configure_args | sed -e "s#'$var=$val'##")
2358 … dtrace_objs="[$]dtrace_objs `echo $ac_lo | $SED -e 's,\.lo$,.o,' -e 's#\(.*\)\/#\1\/.libs\/#'`"
2382 dtrace_prov_name="`echo $ac_provsrc | $SED -e 's#\(.*\)\/##'`.o"
2383 dtrace_lib_dir="`echo $ac_bdir[$]ac_provsrc | $SED -e 's#\(.*\)/[^/]*#\1#'`/.libs"
2384 dtrace_d_obj="`echo $ac_bdir[$]ac_provsrc | $SED -e 's#\(.*\)/\([^/]*\)#\1/.libs/\2#'`.o"
2387 …dtrace_lib_objs="[$]dtrace_lib_objs `echo $ac_lo | $SED -e 's,\.lo$,.o,' -e 's#\(.*\)\/#\1\/.libs\…
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt212 id = 5, label = e
246 id = 5 label = e
H A Dtable.inc25 …"INSERT INTO test(id, label) VALUES (1, 'a'), (2, 'b'), (3, 'c'), (4, 'd'), (5, 'e'), (6, 'f')")) {
H A Dmysqli_real_escape_string_big5.phpt43 if ('���H�U���e\\\\���H�U���e' !== ($tmp = mysqli_real_escape_string($link,
44 '���H�U���e\\���H�U���e')))
47 if ('���H�U���e\"���H�U���e' !== ($tmp = mysqli_real_escape_string($link,
48 '���H�U���e"���H�U���e')))
51 if ("���H�U���e\'���H�U���e" !== ($tmp = mysqli_real_escape_string($link,
52 "���H�U���e'���H�U���e")))
55 if ("���H�U���e\\n���H�U���e" !== ($tmp = mysqli_real_escape_string($link,
56 "���H�U���e\n���H�U���e")))
59 if ("���H�U���e\\r���H�U���e" !== ($tmp = mysqli_real_escape_string($link,
60 "���H�U���e\r���H�U���e")))
[all …]
H A Dmysqli_report_wo_ps.phpt81 } catch (mysqli_sql_exception $e) {
82 printf("[011] %s\n", $e->getMessage());
93 } catch (mysqli_sql_exception $e) {
94 printf("[014] %s\n", $e->getMessage());
H A Dmysqli_stmt_affected_rows.phpt129 if (!mysqli_stmt_prepare($stmt, "REPLACE INTO test(id, label) values (5, 'e')") ||
H A Dmysqli_stmt_bind_param.phpt220 …_mysqli_stmt_bind_datatype($link, $engine, "d", "FLOAT UNSIGNED", PHP_INT_MAX, 930, '2.14748e+09');
221 …mysqli_stmt_bind_datatype($link, $engine, "d", "FLOAT", -1 * PHP_INT_MAX + 1, 940, '-2.14748e+09');
223 …sqli_stmt_bind_datatype($link, $engine, "s", "FLOAT", "-9223372036854775808", 300, '-9.22337e+18');
224 …t_bind_datatype($link, $engine, "s", "FLOAT UNSIGNED", "18446744073709551615", 320, '1.84467e+19');
H A Dmysqli_stmt_bind_param_call_user_func.phpt303 …printf("[048] [%d] (Message might vary with MySQL Server version, e.g. No data supplied for parame…
323 …printf("[052] [%d] (Message might vary with MySQL Server version, e.g. No data supplied for parame…
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt34 // types you can get unexpected results (e.g. binary trash for the
H A Dmysqli_insert_id.phpt82 if (!mysqli_query($link, "INSERT INTO test(label) VALUES ('c'), ('d'), ('e')")) {
H A Dmysqli_poll.phpt43 $l = array($link); $e = NULL; $r = NULL;
44 if (NULL !== ($tmp = @mysqli_poll($l, $e, $r, -1)))
47 $l = array($link); $e = NULL; $r = NULL;
48 if (NULL !== ($tmp = @mysqli_poll($l, $e, $r, 0, -1)))
H A Dmysqli_real_connect.phpt31 printf("[001e] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_assoc_oo.phpt42 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
81 ["e"]=>
H A Dmysqli_fetch_object_oo.phpt37 } catch (Error $e) {
38 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
45 } catch (Error $e) {
46 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
87 } catch (Error $e) {
88 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
98 } catch (Throwable $e) {
99 echo "Exception: " . $e->getMessage() . "\n";
103 …if (($obj->ID !== "5") || ($obj->label !== "e") || ($obj->a !== 'a') || ($obj->b !== 'b') || (get_…
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"]=>
H A Dmysqli_fetch_all_oo.phpt71 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
204 …engine, "FLOAT", (string)(-9223372036854775808 - 1.1), "-9.22337e+18", 290, "/-9\.22337e\+?[0]?18/…
206 …"FLOAT UNSIGNED", (string)(18446744073709551615 + 1.1), "1.84467e+?19", 310, "/1\.84467e\+?[0]?19/…
432 ["e"]=>
H A Dmysqli_fetch_array.phpt43 … if (!$res = mysqli_query($link, "SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
194 …engine, "FLOAT", (string)(-9223372036854775808 - 1.1), "-9.22337e+18", 290, "/-9\.22337e\+?[0]?18/…
196 …"FLOAT UNSIGNED", (string)(18446744073709551615 + 1.1), "1.84467e+?19", 310, "/1\.84467e\+?[0]?19/…
339 string(1) "e"
341 string(1) "e"
365 ["e"]=>
H A Dmysqli_fetch_object.phpt68 } catch (Throwable $e) {
69 echo "Exception: " . $e->getMessage() . "\n";
78 } catch (Throwable $e) {
79 echo "Exception: " . $e->getMessage() . "\n";
83 …if (($obj->ID !== "5") || ($obj->label !== "e") || ($obj->a !== 'a') || ($obj->b !== 'b') || (get_…
111 } catch (Error $e) {
112 handle_catchable_fatal($e->getCode(), $e->getMessage(), $e->getFile(), $e->getLine());
H A Dmysqli_fetch_object_no_constructor.phpt37 } catch (Exception $e) {
38 printf("Exception: %s\n", $e->getMessage());

Completed in 41 milliseconds

12345678910>>...71