Home
last modified time | relevance | path

Searched refs:e (Results 101 – 125 of 1566) sorted by relevance

12345678910>>...63

/PHP-7.0/ext/date/tests/
H A Dbug73858.phpt14 $e = new DateTime($es);
15 $d= $e->diff($s);
19 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method
20 $d = $e->diff($s);
28 $e = new DateTime($es);
29 $d= $e->diff($s);
34 $d= $e->diff($s);
43 $d= $s->diff($e);
53 $e = new DateTime('february first day of this month midnight');
54 $e->modify('- 1 second');
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_rand_variation4.phpt75 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
78 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
83 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
85 int\([012-][12.e]*[23e]*[34]*[5]*[6]*[7]*[8]*[9]*[0]*\)
91 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
94 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
99 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
101 string\([0-9]*\) "[ot1 ]*[hnw2]*[eort]*[ew]*[e]*[l]*[v]*[e]*"
/PHP-7.0/ext/standard/tests/strings/
H A Dstrtolower.phpt89 0e => 0e
105 1e => 1e
121 2e => 2e
137 3e => 3e
153 4e => 6e
169 5e => 5e
185 6e => 6e
201 7e => 7e
H A Dstrtoupper1.phpt89 0e => 0e
105 1e => 1e
121 2e => 2e
137 3e => 3e
153 4e => 4e
169 5e => 5e
185 6e => 4e
201 7e => 7e
H A Dprintf_basic6.phpt14 $format1 = "%e";
15 $format2 = "%E %e";
16 $format3 = "%e %E %e";
50 1.000000e+3
54 1.000000E+3 2.000000e+3
58 1.000000e+3 2.000000E+3 3.000000e+3
H A Dstrtolower-win32.phpt77 0e => 0e
93 1e => 1e
109 2e => 2e
125 3e => 3e
141 4e => 6e
157 5e => 5e
173 6e => 6e
189 7e => 7e
205 8e => 9e
221 9e => 9e
H A Dstrtoupper1-win32.phpt77 0e => 0e
93 1e => 1e
109 2e => 2e
125 3e => 3e
141 4e => 4e
157 5e => 5e
173 6e => 4e
189 7e => 7e
205 8e => 8e
221 9e => 8e
H A Dvsprintf_variation19.phpt23 "% e % e % e",
39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
75 string(38) "2.000000e+1 2.000000e-1 -2.000000e+1"
H A Dvsprintf_variation19_64bit.phpt23 "% e % e % e",
39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
75 string(38) "2.000000e+1 2.000000e-1 -2.000000e+1"
/PHP-7.0/ext/spl/tests/
H A Dspl_limit_iterator_check_limits.phpt13 } catch (OutOfRangeException $e){
14 print $e->getMessage(). "\n";
20 } catch (OutOfRangeException $e){
21 print $e->getMessage() . "\n";
26 } catch (OutOfRangeException $e){
27 print $e->getMessage() . "\n";
H A DarrayObject___construct_error1.phpt10 } catch (TypeError $e) {
11 echo $e->getMessage() . "(" . $e->getLine() . ")\n";
17 } catch (TypeError $e) {
18 echo $e->getMessage() . "(" . $e->getLine() . ")\n";
/PHP-7.0/Zend/tests/generators/
H A Dbasic_yield_from_exception_handling.phpt8 } catch (Exception $e) { print "catch in from()\n$e\n"; }
15 } catch (Exception $e) { print "catch in gen()\n$e\n"; }
18 } catch (Exception $e) { print "catch in gen()\n$e\n"; }
27 } catch (Exception $e) { print "catch in {main}\n$e\n"; }
/PHP-7.0/Zend/tests/
H A Dcompound_assign_with_numeric_strings.phpt14 } catch (ArithmeticError $e) {
15 echo "\nException: " . $e->getMessage() . "\n";
26 } catch (ArithmeticError $e) {
27 echo "\nException: " . $e->getMessage() . "\n";
34 } catch (DivisionByZeroError $e) {
35 echo "\nException: " . $e->getMessage() . "\n";
H A Dclosure_021.phpt9 } catch(Exception $e) {
10 throw $e;
16 } catch (Exception $e) {
17 var_dump($e->getMessage());
/PHP-7.0/ext/standard/tests/general_functions/
H A D001.phpt50 echo sprintf("%e\n", 1.234E-18);
51 echo sprintf("%e\n", 1.234E+18);
52 echo sprintf("%e\n", 9843243.12);
53 echo sprintf("%e\n", -9843243.12);
64 1.234000e-18
65 1.234000e+18
66 9.843243e+6
67 -9.843243e+6
/PHP-7.0/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h83 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, NULL, __FILE__, __LINE__) argument
84 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) argument
85 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__) argument
86 #define pdo_pgsql_error_stmt_msg(s,e,m) _pdo_pgsql_error(s->dbh, s, e, NULL, m, __FILE__, __LINE__) argument
/PHP-7.0/ext/phar/tests/
H A Daddfuncs.phpt18 } catch (Exception $e) {
19 echo $e->getMessage() . "\n";
23 } catch (Exception $e) {
24 echo $e->getMessage() . "\n";
28 } catch (Exception $e) {
29 echo $e->getMessage() . "\n";
33 } catch (Exception $e) {
34 echo $e->getMessage() . "\n";
38 } catch (Exception $e) {
39 echo $e->getMessage() . "\n";
H A Dinvalid_setstubalias.phpt15 } catch (Exception $e) {
16 echo $e->getMessage() . "\n";
20 } catch (Exception $e) {
21 echo $e->getMessage() . "\n";
26 } catch (Exception $e) {
27 echo $e->getMessage() . "\n";
31 } catch (Exception $e) {
32 echo $e->getMessage() . "\n";
/PHP-7.0/ext/zip/lib/
H A Dzip_source_call.c57 int e[2]; in _zip_source_call() local
59 if (_zip_source_call(src, e, sizeof(e), ZIP_SOURCE_ERROR) < 0) { in _zip_source_call()
63 zip_error_set(&src->error, e[0], e[1]); in _zip_source_call()
/PHP-7.0/ext/dom/tests/
H A DDOMDocument_saveHTML_variant2.phpt20 $e = $d->getElementsByTagName("p");
21 $e = $e->item(0);
22 echo $d->saveXml($e),"\n";
23 echo $d->saveHtml($e),"\n";
/PHP-7.0/ext/reflection/tests/
H A DReflectionProperty_constructor_error.phpt15 catch(Exception $e) {
16 echo $e->getMessage();
23 catch(ReflectionException $e) {
24 echo $e->getMessage();
31 catch(Exception $e) {
32 echo $e->getMessage();
H A DReflectionMethod_invoke_error1.phpt33 } catch (ReflectionException $e) {
34 var_dump($e->getMessage());
40 } catch (ReflectionException $e) {
41 var_dump($e->getMessage());
47 } catch (ReflectionException $e) {
48 var_dump($e->getMessage());
55 } catch (ReflectionException $e) {
56 var_dump($e->getMessage());
/PHP-7.0/ext/sqlite3/tests/
H A Dbug72668.phpt19 catch(\Exception $e) {
20 echo "Exception: ".$e->getMessage();
26 catch(\Exception $e) {
27 echo "Exception: ".$e->getMessage();
34 catch(\Exception $e) {
35 echo "Exception: ".$e->getMessage();
/PHP-7.0/sapi/phpdbg/tests/
H A Dexceptions_001.phpt14 00017: } catch (\Exception $e) {
15 00018: var_dump($e);
32 } catch (\Exception $e) {
33 var_dump($e);
43 } catch (\Exception $e) {
44 var_dump($e);
/PHP-7.0/tests/classes/
H A Ddestructor_and_exceptions.phpt23 catch(Exception $e)
25 echo "Caught: " . $e->getMessage() . "\n";
43 catch(Exception $e)
45 echo "Caught Exception: " . $e->getMessage() . "\n";
47 catch(FatalException $e)
49 echo "Caught FatalException: " . $e->getMessage() . "\n";

Completed in 63 milliseconds

12345678910>>...63