Home
last modified time | relevance | path

Searched refs:e1 (Results 1 – 25 of 58) sorted by last modified time

123

/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/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/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/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/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/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt84 "2e1",
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dentity.phpt12 <!ENTITY e1 "e1">
16 <child>&e1;</child>
/php-src/ext/standard/tests/math/
H A Dnumber_format_basic.phpt17 "12.3456789e1",
H A Ddeg2rad_variation.phpt16 2.345e1,
17 -2.345e1,
22 "2.345e1",
H A Dfmod_basic.phpt9 23.45e1,
10 -23.45e1,
15 "23.45e1",
21 2.3e1,
22 -2.3e1,
27 "2.3e1",
H A Dhypot_basic.phpt12 2.345e1,
13 -2.345e1,
18 "2.345e1",
24 3.345e1,
25 -3.345e1,
30 "1.345e1",
61 Y:23 X:1.345e1 float(26.6439955712352)
83 Y:-23 X:1.345e1 float(26.6439955712352)
237 Y:2.345e1 X:1.345e1 float(27.033405260899)
241 Y:2.345e1 X: float(23.45)
[all …]
/php-src/main/
H A Dphp_ticks.c44 struct st_tick_function *e1 = (struct st_tick_function *)elem1; in php_compare_tick_functions() local
46 return e1->func == e2->func && e1->arg == e2->arg; in php_compare_tick_functions()
/php-src/ext/standard/tests/strings/
H A Dstrtoupper1.phpt282 e1 => e1
H A Dhtml_entity_decode_iso8859-5.phpt313 CYRILLIC SMALL LETTER ES: &#x441; => e1
H A Dstrtolower.phpt279 e1 => e1
H A Dvprintf_variation17.phpt27 array(1e1, +1e2, -1e3, "1e2_"),
H A Dvprintf_variation19.phpt34 array(2e1, 2e-1, -2e1),
39 array(2e1, 2e-1, -2e1)
H A Dvprintf_variation19_64bit.phpt34 array(2e1, 2e-1, -2e1),
39 array(2e1, 2e-1, -2e1)
H A Dhtml_entity_decode_koi8-r.phpt441 CYRILLIC CAPITAL LETTER A: &#x410; => e1
H A Dhtml_entity_decode_macroman.phpt323 &#xB7; => e1
448 MIDDLE DOT: &#xB7; => e1
H A Dhtml_entity_decode_win1251.phpt445 CYRILLIC SMALL LETTER BE: &#x431; => e1
H A Dnumber_format_basic.phpt15 "12.3456789e1",
H A Dhtml_entity_decode_cp866.phpt441 CYRILLIC SMALL LETTER ES: &#x441; => e1
H A Dhtml_entity_decode_iso8859-15.phpt313 LATIN SMALL LETTER A WITH ACUTE: &#xE1; => e1
314 &#xE1; => e1

Completed in 70 milliseconds

123