Home
last modified time | relevance | path

Searched refs:e (Results 2151 – 2175 of 2674) sorted by relevance

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

/PHP-8.0/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.0/ext/filter/tests/
H A D036.phpt20 var_dump($data); //should be separated, i.e. not reference anymore. looks like we can't change this…
/PHP-8.0/ext/standard/tests/strings/
H A Dadd-and-stripcslashes.phpt21 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
/PHP-8.0/ext/imap/tests/setup/
H A Dclean.inc8 // delete all msgs in default mailbox, i.e INBOX
/PHP-8.0/Zend/tests/try/
H A Dbug74444.phpt68 } catch (\FooEx | \RuntimeException $e) {
/PHP-8.0/ext/pcre/tests/
H A Dpreg_replace_callback2.phpt12 } catch(Exception $e) {}
/PHP-8.0/ext/hash/
H A Dhash_md.c320 const unsigned char *p = buf, *e = buf + len; in PHP_MD2Update() local
337 while ((p + 16) <= e) { in PHP_MD2Update()
343 if (p < e) { in PHP_MD2Update()
344 memcpy(context->buffer, p, e - p); in PHP_MD2Update()
345 context->in_buffer = (char) (e - p); in PHP_MD2Update()
/PHP-8.0/ext/zip/tests/
H A Doo_setcompression.phpt48 while ($e = zip_read($zip)) {
49 echo zip_entry_name($e) . ': ' . zip_entry_compressionmethod($e) . "\n";
/PHP-8.0/ext/standard/tests/array/
H A Darsort_object1.phpt51 "e" => new for_string_arsort("apple"), "f" => new for_string_arsort("Orange"),
140 ["e"]=>
218 ["e"]=>
H A Dbug24220.phpt26 string(1) "e"
/PHP-8.0/Zend/
H A Dzend_sort.c67 static void zend_sort_5(void *a, void *b, void *c, void *d, void *e, compare_func_t cmp, swap_func_… in zend_sort_5() argument
69 if (cmp(d, e) > 0) { in zend_sort_5()
70 swp(d, e); in zend_sort_5()
/PHP-8.0/ext/standard/tests/math/
H A Dabs_variation.phpt73 } catch (TypeError $e) {
74 echo $e->getMessage(), "\n";
H A Dround_variation1.phpt81 } catch (TypeError $e) {
82 echo $e->getMessage(), "\n";
/PHP-8.0/ext/imap/tests/
H A Dimap_close_variation4.phpt33 } catch (\ValueError $e) {
34 echo $e->getMessage() . \PHP_EOL;
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_data_seek.phpt63 } catch (\ValueError $e) {
64 echo $e->getMessage() . \PHP_EOL;
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor_empty.phpt56 } catch (PDOException $e) {
58 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_subclass.phpt63 } catch (PDOException $e) {
65 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
/PHP-8.0/ext/oci8/tests/
H A Dimp_res_6.phpt31 "insert into imp_res_6_tab values (5, 'e')",
108 string(1) "e"
/PHP-8.0/ext/pdo_dblib/tests/
H A Dbatch_stmt_try.phpt53 } catch (PDOException $e) {
54 var_dump($e->getMessage());
H A Ddatetime_convert.phpt19 // assume default date format: %b %e %Y %I:%M:%S:%z%p
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug73959.phpt22 } catch (PDOException $e) {
/PHP-8.0/ext/reflection/tests/
H A Dbug48336.phpt32 } catch(Exception $e) {
/PHP-8.0/Zend/tests/generators/
H A Dyield_from_aborted_generator_with_children.phpt19 } catch (Exception $e) {
/PHP-8.0/ext/xml/tests/
H A Dbug30266.phpt47 } catch (Exception $e) {
/PHP-8.0/ext/zlib/tests/
H A Dgzopen_variation7.phpt28 string(50) "e taught through feelings

Completed in 27 milliseconds

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