Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 25 of 59) sorted by relevance

123

/php-src/Zend/tests/
H A Dbug78379_2.phpt9 $e2 = new E;
10 $a = ['e2' => $e2];
12 $e2->e1 = $e1;
13 $e2->a = (object)$a;
H A Dexception_set_previous_leak.phpt14 } catch (Exception $e2) {
15 echo $e2->getMessage(), "\n";
H A Dbug37138.phpt8 public static function e2 () {call_user_func (array ('self', 'e'));}
14 st::e2 ();
/php-src/ext/dom/tests/modern/spec/
H A DNode_isEqualNode_02.phpt12 $e2 = $dom->documentElement->appendChild($dom->createElement("foo2"));
14 $e2->setAttribute("bar1", "baz");
15 $e2->setAttribute("bar2", "baz");
17 $e2->setAttributeNodeNS($child = $dom->createAttributeNS("http://example.com", "foo:bar"));
18 $e2->removeAttributeNode($child);
H A DNode_isEqualNode_01.phpt12 $e2 = $dom->documentElement->appendChild($dom->createElementNS("urn:example2", "example:foo"));
14 $e2->setAttributeNS("urn:example2", "example2:bar", "baz1");
15 $e2->setAttributeNS("urn:example1", "example2:bar", "baz2");
/php-src/ext/standard/tests/array/
H A Darray_sum_variation3.phpt17 $float_input = array( 1.2e2, 23.4e3, -4.1e2, 0.2e2, 2.1e-2, .5e3);
31 -2.3e2,
H A Dshuffle_variation3.phpt21 /*3*/ array(0.23, 1.34, 0e2, 200e-2, 30e2, 10e0, 2147473648.90),
24 array(-0.23, -1.34, -200e-2, -30e2, -10e0, -2147473649.80),
H A Darray_rand_variation3.phpt18 array(1.23, -1.23, 0.34, -0.34, 0e2, 2e-3, -2e2, -40e-2),
H A Dnatcasesort_variation3.phpt21 array(10.5, -10.5, 10.5e2, 10.6E-2, .5, .01, -.1),
H A Darray_map_variation7.phpt25 var_dump( array_map('callback', array(012, 0x2F, 0X1A), array(2.3, 12.4e2)) );
H A Darray_walk_variation3.phpt24 array(3.4, 0.8, -2.9, 6.25e2, 8.20E-3),
H A Darray_walk_recursive_variation3.phpt24 array(array(3.4, 0.8, -2.9), array(6.25e2, 8.20E-3)),
/php-src/ext/dom/tests/
H A DDOMNode_insertBefore.phpt16 $e2 = $dom->documentElement->appendChild($dom->createElement("B"));
22 $e2->parentNode->insertBefore($e1, $e2);
/php-src/main/
H A Dphp_ticks.c45 struct st_tick_function *e2 = (struct st_tick_function *)elem2; 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 Dvprintf_variation17.phpt24 array(0, 1e0, "10e2" ),
25 array(2.2e2, 1000e-2, 1000e7),
26 array(-22e12, 10e20, 1.2e2),
27 array(1e1, +1e2, -1e3, "1e2_"),
H A Dvfprintf_basic.phpt31 writeAndDump( $fp, "%e %E %e", array( 1000, 2e4, +2e2 ) );
/php-src/ext/standard/tests/http/
H A Dgh15650.phpt18 echo http_build_query(['e1' => E1::C, 'e2' => E2::C]), "\n";
34 e1=hello+world%21&e2=42
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dentity.phpt13 <!ENTITY e2 "e2">
/php-src/ext/standard/tests/general_functions/
H A Dis_numeric.phpt43 1e2,
44 -1e2,
46 +1e2,
69 "1e2",
76 '1e2',
H A Descapeshellarg_variation1-win32.phpt34 1.234567e2,
H A Descapeshellarg_variation1.phpt34 1.234567e2,
H A Duniqid_basic.phpt19 10.5e2,
/php-src/ext/standard/tests/serialize/
H A D003.phpt8 foreach(array(1e2, 5.2e25, 85.29e-23, 9e-9) AS $value) {
/php-src/ext/mbstring/tests/
H A Dbug52981.phpt23 e2 b0 80
/php-src/win32/
H A Dsendmail.c659 char c, *e2, *e = ZSTR_VAL(data_cln) + ZSTR_LEN(data_cln); in SendText() local
663 e2 = p + 1024; in SendText()
664 c = *e2; in SendText()
665 *e2 = '\0'; in SendText()
670 *e2 = c; in SendText()
671 p = e2; in SendText()

Completed in 24 milliseconds

123