Home
last modified time | relevance | path

Searched refs:e1 (Results 1 – 25 of 58) sorted by path

123

/php-src/Zend/tests/
H A Dbug78379_2.phpt8 $e1 = new E;
11 $e1->a = (object)$a;
12 $e2->e1 = $e1;
H A Druntime_compile_time_binary_operands.phpt84 "2e1",
H A Dswitch_on_numeric_strings.phpt15 case "1e1": return "1e1";
23 var_dump(test("1e1"));
/php-src/Zend/
H A Dzend_strtod.c1799 Long e, e1; local
1912 e1 = 10*e1 + n - 0x10;
1915 e1 = -e1;
1916 e += e1;
2842 e1 += nd - k;
2866 if (e1 > 0) {
2911 e1 >>= 4;
2912 for(j = 0; e1 > 1; j++, e1 >>= 1)
2932 e1 = -e1;
2941 for(j = 0; e1 > 0; j++, e1 >>= 1)
[all …]
/php-src/ext/bcmath/tests/
H A Dstr2num_formatting.phpt26 echo bcadd("1e1", "2");
72 echo bccomp("1e1", "2");
/php-src/ext/dom/tests/
H A DDOMNode_insertBefore.phpt15 $e1 = $dom->createElement("A");
22 $e2->parentNode->insertBefore($e1, $e2);
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dentity.phpt12 <!ENTITY e1 "e1">
16 <child>&e1;</child>
/php-src/ext/dom/tests/modern/spec/
H A DNode_isEqualNode_01.phpt10 $e1 = $dom->documentElement->appendChild($dom->createElementNS("urn:example1", "example:foo"));
11 $e1->after("\n");
H A DNode_isEqualNode_02.phpt10 $e1 = $dom->documentElement->appendChild($dom->createElement("foo1"));
11 $e1->after("\n");
/php-src/ext/ffi/tests/
H A D004.phpt11 enum _a {e1};
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c3486 v1=e1->u.nval;
3504 e1->u.nval=r;
3514 freeexp(fs,e1);
3519 freeexp(fs,e1);
3522 e1->k=VRELOCABLE;
3530 freeexp(fs,e1);
3537 e1->k=VJMP;
3588 *e1=*e2;
3594 *e1=*e2;
3600 freeexp(fs,e1);
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c1080 ir_edge_info *e1 = (ir_edge_info*)b1; in ir_edge_info_cmp() local
1083 if (e1->freq != e2->freq) { in ir_edge_info_cmp()
1084 return e1->freq < e2->freq ? 1 : -1; in ir_edge_info_cmp()
1093 if (e1->from != e2->from) { in ir_edge_info_cmp()
1094 return e2->from - e1->from; in ir_edge_info_cmp()
1096 return e1->to - e2->to; in ir_edge_info_cmp()
/php-src/ext/reflection/tests/
H A DReflectionClass_newInstanceArgs_001.phpt57 $e1 = $rcE->newInstanceArgs();
58 var_dump($e1);
H A DReflectionClass_newInstance_001.phpt60 $e1 = $rcE->newInstance();
61 var_dump($e1);
/php-src/ext/spl/
H A Dspl_observer.c375 static int spl_object_storage_compare_info(zval *e1, zval *e2) /* {{{ */ in spl_object_storage_compare_info() argument
377 spl_SplObjectStorageElement *s1 = (spl_SplObjectStorageElement*)Z_PTR_P(e1); in spl_object_storage_compare_info()
/php-src/ext/standard/tests/math/
H A Dabs_basic.phpt11 2.345e1,
12 -2.345e1,
18 "2.345e1",
19 "-2.345e1",
H A Dacos_variation.phpt16 2.345e1,
17 -2.345e1,
22 "2.345e1",
H A Dacosh_variation.phpt16 2.345e1,
17 -2.345e1,
22 "2.345e1",
H A Dasin_variation.phpt16 2.345e1,
17 -2.345e1,
22 "2.345e1",
H A Dasinh_variation.phpt16 2.345e1,
17 -2.345e1,
22 "2.345e1",
H A Datan2_basic.phpt9 2.345e1,
10 -2.345e1,
15 "2.345e1",
21 2.345e1,
22 -2.345e1,
27 "2.345e1",
48 Y:23 X:2.345e1 float(0.77571063007847)
136 Y:2.345e1 X:2.345e1 float(0.78539816339745)
137 Y:2.345e1 X:1 float(1.5281782247706)
138 Y:2.345e1 X: float(1.5707963267949)
[all …]
H A Datan_variation.phpt16 2.345e1,
17 -2.345e1,
22 "2.345e1",
H A Datanh_variation.phpt16 2.345e1,
17 -2.345e1,
22 "2.345e1",
H A Dcos_variation.phpt16 2.345e1,
17 -2.345e1,
22 "2.345e1",
H A Dcosh_variation.phpt16 2.345e1,
17 -2.345e1,
22 "2.345e1",

Completed in 79 milliseconds

123