/php-src/Zend/tests/ |
H A D | bug78379_2.phpt | 9 $e2 = new E; 10 $a = ['e2' => $e2]; 12 $e2->e1 = $e1; 13 $e2->a = (object)$a;
|
H A D | exception_set_previous_leak.phpt | 14 } catch (Exception $e2) { 15 echo $e2->getMessage(), "\n";
|
H A D | bug37138.phpt | 8 public static function e2 () {call_user_func (array ('self', 'e'));} 14 st::e2 ();
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Node_isEqualNode_02.phpt | 12 $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 D | Node_isEqualNode_01.phpt | 12 $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 D | array_sum_variation3.phpt | 17 $float_input = array( 1.2e2, 23.4e3, -4.1e2, 0.2e2, 2.1e-2, .5e3); 31 -2.3e2,
|
H A D | array_rand_variation3.phpt | 18 array(1.23, -1.23, 0.34, -0.34, 0e2, 2e-3, -2e2, -40e-2),
|
H A D | array_map_variation7.phpt | 25 var_dump( array_map('callback', array(012, 0x2F, 0X1A), array(2.3, 12.4e2)) );
|
/php-src/ext/dom/tests/ |
H A D | gh16150.phpt | 10 $e2 = new DOMElement("E2"); 14 $e2->append($e1); 15 $e3->{$fname}($e2);
|
H A D | DOMNode_insertBefore.phpt | 16 $e2 = $dom->documentElement->appendChild($dom->createElement("B")); 22 $e2->parentNode->insertBefore($e1, $e2);
|
H A D | gh16356.phpt | 11 $e2 = $dom->documentElement->appendChild($dom->createElementNS("urn:example2", "example:foo")); 12 var_dump($e1, $e2);
|
/php-src/main/ |
H A D | php_ticks.c | 45 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 D | vprintf_variation17.phpt | 24 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 D | vfprintf_basic.phpt | 31 writeAndDump( $fp, "%e %E %e", array( 1000, 2e4, +2e2 ) );
|
/php-src/ext/standard/tests/http/ |
H A D | gh15650.phpt | 18 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 D | entity.phpt | 13 <!ENTITY e2 "e2">
|
/php-src/ext/standard/tests/general_functions/ |
H A D | is_numeric.phpt | 43 1e2, 44 -1e2, 46 +1e2, 69 "1e2", 76 '1e2',
|
H A D | escapeshellarg_variation1-win32.phpt | 34 1.234567e2,
|
H A D | escapeshellarg_variation1.phpt | 34 1.234567e2,
|
H A D | uniqid_basic.phpt | 19 10.5e2,
|
/php-src/ext/standard/tests/serialize/ |
H A D | 003.phpt | 8 foreach(array(1e2, 5.2e25, 85.29e-23, 9e-9) AS $value) {
|
/php-src/ext/standard/tests/array/sort/ |
H A D | shuffle_variation3.phpt | 21 /*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 D | natcasesort_variation3.phpt | 21 array(10.5, -10.5, 10.5e2, 10.6E-2, .5, .01, -.1),
|
/php-src/ext/mbstring/tests/ |
H A D | bug52981.phpt | 23 e2 b0 80
|
/php-src/win32/ |
H A D | sendmail.c | 659 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()
|