Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 25 of 64) sorted by last modified time

123

/PHP-7.4/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()
/PHP-7.4/Zend/tests/
H A Dexception_set_previous_leak.phpt14 } catch (Exception $e2) {
15 echo $e2->getMessage(), "\n";
/PHP-7.4/ext/spl/
H A Dspl_observer.c343 static int spl_object_storage_compare_info(zval *e1, zval *e2) /* {{{ */ in spl_object_storage_compare_info() argument
346 spl_SplObjectStorageElement *s2 = (spl_SplObjectStorageElement*)Z_PTR_P(e2); in spl_object_storage_compare_info()
/PHP-7.4/main/
H A Dphp_ticks.c47 struct st_tick_function *e2 = (struct st_tick_function *)elem2; in php_compare_tick_functions() local
48 return e1->func == e2->func && e1->arg == e2->arg; in php_compare_tick_functions()
/PHP-7.4/ext/standard/tests/strings/
H A Dvprintf_variation15.phpt35 array("1234000", 10.1234567e10, 1.2e2),
H A Dvprintf_variation15_64bit.phpt35 array("1234000", 10e20, 1.2e2),
H A Dvprintf_variation17.phpt29 array(0, 1e0, "10e2" ),
30 array(2.2e2, 10e10, 1000e-2, 1000e7),
31 array(-22e12, 10e20, 1.2e2),
32 array(1e1, +1e2, -1e3, "1e2_"),
H A Dvsprintf_variation15.phpt35 array("1234000", 10.1234567e5, 1.2e2),
H A Dvfprintf_variation15.phpt35 array("1234000", 10.1234567e10, 1.2e2),
H A Dvfprintf_variation15_64bit.phpt35 array("1234000", 10.1234567e10, 1.2e2),
H A Dvfprintf_variation17.phpt29 array(0, 1e0, "10e2" ),
30 array(2.2e2, 10e10, 1000e-2, 1000e7),
31 array(-22e12, 10e20, 1.2e2),
32 array(1e1, +1e2, -1e3, "1e2_"),
H A Dstrtoupper1-win32.phpt289 e2 => c2
H A Dvfprintf_basic.phpt37 writeAndDump( $fp, "%e %E %e", array( 1000, 2e4, +2e2 ) );
H A Dstrtolower-win32.phpt257 c2 => e2
289 e2 => e2
H A Dconvert_cyr_string_basic.phpt106 193: e2
/PHP-7.4/ext/standard/tests/math/
H A Dbase_convert_variation1.phpt36 1.234567e2,
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_numeric.phpt47 1e2,
48 -1e2,
50 +1e2,
73 "1e2",
79 '1e2',
H A Duniqid_basic.phpt23 10.5e2,
H A Descapeshellarg_variation1-win32.phpt43 1.234567e2,
H A Dgettype_settype_variation1.phpt84 "1e2",
90 '1e2',
H A Dgettype_settype_variation2.phpt88 "1e2",
94 '1e2',
H A Dgettype_settype_variation3.phpt84 "1e2",
90 '1e2',
H A Dgettype_settype_variation4.phpt91 "1e2",
97 '1e2',
176 b'1e2',
178 b"1e2",
H A Dgettype_settype_variation5.phpt84 "1e2",
90 '1e2',
296 string(3) "1e2"
332 string(3) "1e2"
H A Dgettype_settype_variation6.phpt84 "1e2",
90 '1e2',
331 string(3) "1e2"
379 string(3) "1e2"

Completed in 30 milliseconds

123