Home
last modified time | relevance | path

Searched refs:e (Results 2126 – 2150 of 2674) sorted by relevance

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

/PHP-8.0/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt29 $e = array('foo' => 'baz', 'baz');
30 var_dump(key_exists(0, $e));
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt73 } catch (PDOException $e) {
75 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
/PHP-8.0/ext/phar/tests/
H A Dmkdir.phpt24 } catch (Exception $e) {
25 echo $e->getMessage(),"\n";
/PHP-8.0/ext/standard/tests/strings/
H A Dwordwrap_error.phpt27 } catch (\ValueError $e) {
28 echo $e->getMessage() . "\n";
H A Dwordwrap_variation5.phpt53 string(43) "T e s t i n g w o r d r a p f u n c t i o n"
54 string(64) "T e s t i n g w o r d r a p f u n c t i o n"
H A Dbug49785.phpt258 string(4) "817e"
268 string(4) "827e"
278 string(4) "837e"
288 string(4) "847e"
298 string(4) "857e"
308 string(4) "867e"
318 string(4) "877e"
328 string(4) "887e"
338 string(4) "897e"
408 string(4) "907e"
[all …]
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_num_rows.phpt60 } catch (\Error $e) {
61 echo $e->getMessage() . \PHP_EOL;
H A Dmysqli_fetch_array_oo.phpt41 if (!$res = $mysqli->query("SELECT 1 AS a, 2 AS a, 3 AS c, 4 AS C, NULL AS d, true AS e")) {
180 …engine, "FLOAT", (string)(-9223372036854775808 - 1.1), "-9.22337e+18", 290, "/-9\.22337e\+?[0]?18/…
182 …"FLOAT UNSIGNED", (string)(18446744073709551615 + 1.1), "1.84467e+?19", 310, "/1\.84467e\+?[0]?19/…
329 string(1) "e"
331 string(1) "e"
355 ["e"]=>
/PHP-8.0/ext/dom/tests/
H A Dbug67949.phpt47 } catch (Error $e) {
48 echo $e->getMessage(), "\n";
/PHP-8.0/Zend/tests/
H A Dlist_keyed_evaluation_order_nested.phpt28 // list($a => $b, $c => list($d, $e), $f => list($g => $h, $i => $j)) = $k;
39 // 10. Assign $e from $k[$c][1]
H A Dbug32993.phpt23 } catch (Exception $e) {
H A Dbug49908.phpt18 } catch (Exception $e) { }
H A Dbug55086.phpt29 } catch (namespace\Foo $e)
H A Dbug66608.phpt46 } catch(Exception $e) {
/PHP-8.0/ext/standard/tests/file/
H A Dfilegroup_variation3.phpt41 } catch (Error $e) {
42 echo $e->getMessage(), "\n";
H A Dfileinode_variation3.phpt40 } catch (Error $e) {
41 echo $e->getMessage(), "\n";
H A Dfileowner_variation3.phpt41 } catch (Error $e) {
42 echo $e->getMessage(), "\n";
H A Dfileperms_variation3.phpt40 } catch (Error $e) {
41 echo $e->getMessage(), "\n";
/PHP-8.0/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt74 } catch (TypeError $e) {
75 echo $e->getMessage(), "\n";
/PHP-8.0/Zend/tests/nullsafe_operator/
H A D013.phpt9 } catch (Throwable $e) {
10 var_dump($e->getMessage());
/PHP-8.0/ext/standard/
H A Dmath.c725 char c, *s, *e; in _php_math_basetozval() local
731 e = s + ZSTR_LEN(str); in _php_math_basetozval()
734 while (s < e && isspace(*s)) s++; in _php_math_basetozval()
736 while (s < e && isspace(*(e-1))) e--; in _php_math_basetozval()
738 if (e - s >= 2) { in _php_math_basetozval()
747 while (s < e) { in _php_math_basetozval()
H A Dcrypt_sha512.c130 uint64_t e = ctx->H[4]; in sha512_process_block() local
151 uint64_t e_save = e; in sha512_process_block()
181 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
185 f = e; in sha512_process_block()
186 e = d + T1; in sha512_process_block()
199 e += e_save; in sha512_process_block()
213 ctx->H[4] = e; in sha512_process_block()
/PHP-8.0/ext/filter/
H A Dlogical_filters.c501 char *e, *s, *t; in _php_filter_validate_domain() local
508 e = domain + l; in _php_filter_validate_domain()
509 t = e - 1; in _php_filter_validate_domain()
513 e = t; in _php_filter_validate_domain()
527 while (s < e) { in _php_filter_validate_domain()
595 char *e, *s, *t; in php_filter_validate_url() local
604 e = s + l; in php_filter_validate_url()
605 t = e - 1; in php_filter_validate_url()
/PHP-8.0/Zend/tests/try/
H A Dtry_catch_finally_005.phpt34 } catch (Exception $e) {
H A Dtry_catch_finally_007.phpt20 } catch (Exception $e) {

Completed in 53 milliseconds

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