Home
last modified time | relevance | path

Searched refs:e (Results 2251 – 2275 of 2827) sorted by relevance

1...<<919293949596979899100>>...114

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_array_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")) {
181 …engine, "FLOAT", (string)(-9223372036854775808 - 1.1), "-9.22337e+18", 290, "/-9\.22337e\+?[0]?18/…
183 …"FLOAT UNSIGNED", (string)(18446744073709551615 + 1.1), "1.84467e+?19", 310, "/1\.84467e\+?[0]?19/…
330 string(1) "e"
332 string(1) "e"
356 ["e"]=>
/PHP-8.1/ext/standard/
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.1/tests/classes/
H A Dautoload_008.phpt20 catch (Exception $e) {
/PHP-8.1/ext/standard/tests/strings/
H A Ducwords_variation5.phpt10 var_dump(ucwords('testing ranges', 'a..e'));
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 …]
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"
/PHP-8.1/ext/gd/tests/
H A Dbug64641.phpt32 if (($diss = calc_image_dissimilarity($ex, $im)) < 1e-5) {
/PHP-8.1/ext/standard/tests/general_functions/
H A Dgettype_settype_variation6.phpt76 "-1e-2",
82 '-1e-2',
128 -.5e-6,
129 .5e+6,
130 -.5e+6,
337 string(5) "-1e-2"
385 string(5) "-1e-2"
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug69462.phpt21 catch (Exception $e) {
/PHP-8.1/ext/standard/tests/dir/
H A Dgetcwd_basic-win32-mb.phpt33 string(%d) "%s%e私はガラスを食べられますgetcwd_basic"
/PHP-8.1/ext/filter/tests/
H A Dbug52929.phpt9 // Beyond the allowable limit for an e-mail address.
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug70272.phpt26 $a->e = $db->prepare("select 3");
H A Dpdo_mysql_errorcode.phpt74 } catch (PDOException $e) {
76 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug70963.phpt11 #0 %s(%d): unserialize('a:2:{i:0;O:9:"e...')
/PHP-8.1/Zend/tests/try/
H A Dtry_catch_finally_006.phpt15 } catch (Exception $e) {
/PHP-8.1/ext/date/tests/
H A Dbug62852.phpt11 } catch ( Exception $e ) {}
/PHP-8.1/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.1/ext/spl/tests/
H A Dspl_autoload_001.phpt69 } catch(\TypeError $e) {
70 echo $e->getMessage() . \PHP_EOL;
/PHP-8.1/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt29 $e = array('foo' => 'baz', 'baz');
30 var_dump(key_exists(0, $e));
/PHP-8.1/ext/phar/tests/
H A Dmkdir.phpt24 } catch (Exception $e) {
25 echo $e->getMessage(),"\n";
/PHP-8.1/ext/session/tests/
H A Dsession_set_save_handler_iface_002.phpt80 } catch (TypeError $e) {
81 echo $e->getMessage(), "\n";

Completed in 35 milliseconds

1...<<919293949596979899100>>...114