Home
last modified time | relevance | path

Searched refs:e (Results 1626 – 1650 of 1772) sorted by relevance

1...<<6162636465666768697071

/PHP-7.4/ext/standard/tests/strings/
H A Ducwords_variation3.phpt20 't e s t i n g u c w o r d s ',
H A Dvfprintf_variation14.phpt36 2e10, +2e12, 22e+12,
H A Dvfprintf_variation14_64bit.phpt36 2e10, +2e12, 22e+12,
H A Dstrspn_variation7.phpt71 "t\ e",
75 "f\t\ih\100e\xa"
/PHP-7.4/ext/session/
H A Dmod_mm.c72 const char *e = data + len; in ps_sd_hash() local
74 for (h = 2166136261U; data < e; ) { in ps_sd_hash()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1591 gdImageFilledArc(im, cx, cy, w, h, s, e, color, gdNoFill); in gdImageArc()
1602 if ((s % 360) == (e % 360)) { in gdImageFilledArc()
1603 s = 0; e = 360; in gdImageFilledArc()
1609 if (e > 360) { in gdImageFilledArc()
1610 e = e % 360; in gdImageFilledArc()
1617 while (e < s) { in gdImageFilledArc()
1618 e += 360; in gdImageFilledArc()
1620 if (s == e) { in gdImageFilledArc()
1621 s = 0; e = 360; in gdImageFilledArc()
1625 for (i = s, pti = 1; i <= e; i++, pti++) { in gdImageFilledArc()
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c209 int returnvalv = 0, e; in match() local
289 if ((e = handle_annotation(ms, m, firstline)) != 0) in match()
294 return e; in match()
395 if ((e = handle_annotation(ms, m, firstline)) in match()
400 return e; in match()
497 const char *ptr, *sptr, *e, *t, *ee, *et; in varexpand() local
514 for (ee = e = et + 1; *ee && *ee != '}'; ee++) in varexpand()
524 ptr = e; in varexpand()
525 l = ee - e; in varexpand()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt76 } catch (PDOException $e) {
78 $offset, $e->getMessage(),
314 } catch (PDOException $e) {
316 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.c502 #define verify_arg(e, a, t) if (!(a)) { \ in phpdbg_stack_verify() argument
506 (e), \ in phpdbg_stack_verify()
513 (e),\ in phpdbg_stack_verify()
/PHP-7.4/ext/standard/tests/array/
H A Dsort_variation5.phpt22 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\r", "\t", "\xhh", "\ddd", "\v"),
/PHP-7.4/ext/pdo_odbc/tests/
H A Dcommon.phpt57 } catch (Exception $e) {
/PHP-7.4/sapi/cli/tests/
H A Dcli_process_title_windows.phpt16 // i.e. the test finishes.
/PHP-7.4/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-ba.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-bs.phpt10 $date_format = 'Y-m-d H:i:s T e';
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation52.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt94 "-1e-2",
100 '-1e-2',
148 -.5e-6,
149 .5e+6,
150 -.5e+6,
H A Dis_array.phpt69 -.5e+90,
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation13.phpt37 final $e = 10;
536 string(2) "$e"
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt46 } catch (TypeError $e) {
47 echo "*** Caught " . $e->getMessage() . PHP_EOL;
H A Dscalar_basic.phpt54 } catch (\TypeError $e) {
55 echo "*** Caught " . $e->getMessage() . PHP_EOL;
/PHP-7.4/tests/lang/operators/
H A DbitwiseShiftLeft_variationStr.phpt18 } catch (Throwable $e) {
19 echo "Exception: " . $e->getMessage() . "\n";
H A DbitwiseShiftLeft_variationStr_64bit.phpt22 } catch (ArithmeticError $e) {
23 echo "Exception: " . $e->getMessage() . "\n";
H A DbitwiseShiftRight_variationStr.phpt18 } catch (ArithmeticError $e) {
19 echo "Exception: " . $e->getMessage() . "\n";
H A Dmodulus_variationStr.phpt18 } catch (DivisionByZeroError $e) {
19 echo "Exception: " . $e->getMessage() . "\n";
/PHP-7.4/ext/ftp/
H A Dftp.c947 char *e = ptr + rcvd; in ftp_get() local
953 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()
954 ptr = e; in ftp_get()
956 while (e > ptr && (s = memchr(ptr, '\r', (e - ptr)))) { in ftp_get()
965 if (ptr < e) { in ftp_get()
966 php_stream_write(outstream, ptr, (e - ptr)); in ftp_get()

Completed in 103 milliseconds

1...<<6162636465666768697071