Home
last modified time | relevance | path

Searched refs:e (Results 151 – 175 of 1566) sorted by relevance

12345678910>>...63

/PHP-7.0/ext/gd/libgd/
H A Dgd_arc_f_buggy.c81 if (s == e)
87 e = 0;
94 while (e < 0)
95 e += 360;
96 while (e >= 360)
97 e -= 360;
99 if (e <= s)
100 e += 360;
226 e = e - 180;
248 if (e == 0)
[all …]
/PHP-7.0/Zend/tests/
H A Dbug49893.phpt9 } catch (Exception $e) {
10 echo $e->getMessage() . "\n";
22 } catch(Exception $e) {
23 echo $e->getMessage() . "\n";;
H A Dbug75252.phpt15 } catch (ParseError $e) {
16 var_dump($e->getMessage());
21 } catch (ParseError $e) {
22 var_dump($e->getMessage());
H A Dbug50383.phpt25 } catch(Exception $e) {
26 print $e->getMessage();
27 print_r($e->getTrace());
32 } catch (Exception $e) {
33 print $e->getMessage();
34 print_r($e->getTrace());
H A Dbug37138.phpt7 public static function e () {echo ("EHLO\n");}
8 public static function e2 () {call_user_func (array ('self', 'e'));}
11 public static function g () {call_user_func (array ('parent', 'e'));}
13 st::e ();
/PHP-7.0/ext/com_dotnet/tests/
H A D27974.phpt22 } catch (com_exception $e) {
23 if ($e->getCode() != DISP_E_BADINDEX) {
24 throw $e;
29 } catch (Exception $e) {
30 print $e;
/PHP-7.0/ext/standard/tests/strings/
H A Dstrstr2.phpt12 $email = 'asdfasdfas@e';
19 var_dump(strstr($email, 'e'));
20 var_dump(strstr($email, 'e', 1));
32 string(2) "@e"
39 string(1) "e"
H A Dvfprintf_variation19.phpt23 "% e % e % e",
39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
83 2.000000e+1 2.000000e-1 -2.000000e+1
H A Dvfprintf_variation19_64bit.phpt23 "% e % e % e",
39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
83 2.000000e+1 2.000000e-1 -2.000000e+1
/PHP-7.0/tests/lang/
H A DforeachLoopObjects.005.phpt11 public $e = "Original e";
51 string(10) "Original e"
59 ["e"]=>
60 string(10) "Original e"
68 string(10) "Original e"
76 ["e"]=>
77 string(10) "Original e"
H A DforeachLoopObjects.006.phpt11 public $e = "Original e";
21 $obj2->e = "new e";
78 string(10) "Original e"
88 ["e"]=>
89 string(5) "new e"
99 string(10) "Original e"
137 ["e"]=>
138 string(10) "Original e"
/PHP-7.0/ext/spl/tests/
H A Dbug42364.phpt9 foreach ($it as $e) {
11 $type = gettype($e->getRealPath());
13 echo $e->getFilename(), " is a ", gettype($e->getRealPath()), "\n";
H A Dbug73629.phpt8 } catch (Exception $e) {
9 echo 'unexpected exception: ' . $e->getMessage() . "\n";
13 } catch (Exception $e) {
14 echo 'expected exception: ' . $e->getMessage() . "\n";
H A Darray_018.phpt11 catch (Exception $e)
13 var_dump($e->getMessage());
24 catch (Exception $e)
26 var_dump($e->getMessage());
/PHP-7.0/Zend/tests/try/
H A Dcatch_finally_006.phpt8 } catch (Exception $e) {
10 throw $e;
20 } catch (Exception $e) {
22 var_dump($e->getMessage());
H A Dtry_catch_finally_002.phpt16 } catch (AE $e) {
24 } catch (BE $e) {
29 } catch (Exception $e) {
31 } catch (AE $e) {
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug64354_1.phpt13 } catch (Exception $e) {
14 var_dump($e->getMessage());
19 } catch (Exception $e) {
20 var_dump($e->getMessage());
/PHP-7.0/ext/mysqli/tests/
H A Dclient-cert.pem16 e0:0e:6c:40:0a:fb:c0:f7:f0:eb:bb:c9:1d:a1:c7:
23 9a:73:06:74:0e:46:50:28:d8:c9:4f:c4:1c:37:b8:
27 2f:76:15:78:b5:33:62:ac:1e:6b:66:dd:27:61:0a:
45 3e:3c:1f:6c:5b:83:d1:71:15:f5:45:52:fc:7f:67:bc:af:c5:
47 a1:10:0c:29:69:2a:6f:7d:67:3d:1e:09:b5:15:74:bf:73:11:
48 e6:e9:09:b6:6b:b5:cc:1e:06:fd:bd:3a:11:d3:44:bd:ca:7a:
49 a1:f1:09:43:fc:bf:83:89:3a:b1:18:40:f3:cf:6d:12:ef:6e:
52 41:f0:6c:60:aa:ec:d3:4c:ff:c1:3b:d5:bb:0d:42:7d:37:5e:
53 80:e7:9c:7e:60:90:0f:a4:4e:70:20:9c:b1:e4:1b:70:65:b0:
55 f0:e2:71:f8:9a:ef:a3:32:25:c5:8e:64:f4:46:e1:f4:c0:69:
[all …]
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());
99 …if (($obj->ID !== "5") || ($obj->label !== "e") || ($obj->a !== 'a') || ($obj->b !== 'b') || (get_…
/PHP-7.0/tests/basic/
H A D023.phpt7 c o o k i e=value; c o o k i e= v a l u e ;;c%20o+o k+i%20e=v;name="value","value",UEhQIQ==;UEhQIQ=…
/PHP-7.0/Zend/tests/return_types/
H A D028.phpt14 } catch (Error $e) {
15 echo $e->getMessage(), " in ", $e->getFile(), " on line ", $e->getLine();
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug34657.phpt19 } catch (SoapFault $e) {
20 echo get_class($e)."\n";
21 echo $e->faultstring."\n";
23 } catch (Exception $e) {
24 echo get_class($e)."\n";
/PHP-7.0/ext/pdo_oci/tests/
H A Dcheckliveness.phpt23 catch (PDOException $e) {
24 echo 'Connection failed: ' . $e->getMessage();
32 catch (PDOException $e) {
33 echo 'Connection failed: ' . $e->getMessage();
44 } catch (PDOException $e) {
45 print $e->getMessage();
/PHP-7.0/ext/reflection/tests/
H A D007.phpt13 catch (ReflectionException $e)
15 var_dump($e->getMessage());
24 catch (ReflectionException $e)
26 var_dump($e->getMessage());
34 catch (ReflectionException $e)
36 var_dump($e->getMessage());
44 catch (ReflectionException $e)
46 var_dump($e->getMessage());
/PHP-7.0/Zend/tests/arg_unpack/
H A Dtraversable_throwing_exception.phpt24 } catch (Exception $e) { var_dump($e->getMessage()); }
28 } catch (Exception $e) { var_dump($e->getMessage()); }

Completed in 24 milliseconds

12345678910>>...63