Home
last modified time | relevance | path

Searched refs:e (Results 3126 – 3150 of 3226) sorted by relevance

1...<<121122123124125126127128129130

/php-src/ext/gd/
H A Dgd.c848 int e, st; in PHP_FUNCTION() local
856 e = E; in PHP_FUNCTION()
857 if (e < 0) { in PHP_FUNCTION()
858 e %= 360; in PHP_FUNCTION()
866 gdImageFilledArc(im, cx, cy, w, h, st, e, col, style); in PHP_FUNCTION()
2419 int e, st; in PHP_FUNCTION() local
2427 e = E; in PHP_FUNCTION()
2428 if (e < 0) { in PHP_FUNCTION()
2429 e %= 360; in PHP_FUNCTION()
2437 gdImageArc(im, cx, cy, w, h, st, e, col); in PHP_FUNCTION()
/php-src/
H A Dconfigure.ac68 AC_ARG_VAR([PHP_EXTRA_VERSION],[Extra PHP version label suffix, e.g. '-dev', 'rc1', '-acme'])dnl
108 T_MD=`$php_shtool echo -n -e %B`
109 T_ME=`$php_shtool echo -n -e %b`
148 dnl Support systems with system libraries in e.g. /usr/lib64.
844 CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O\([0-9gsz]\|fast\|\)\([\t ]\|$\)//g'`
845 CXXFLAGS=`echo "$CXXFLAGS" | $SED -e 's/-O\([0-9gsz]\|fast\|\)\([\t ]\|$\)//g'`
865 CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O\([0-9gsz]\|fast\|\)\([\t ]\|$\)//g'`
866 CXXFLAGS=`echo "$CXXFLAGS" | $SED -e 's/-O\([0-9gsz]\|fast\|\)\([\t ]\|$\)//g'`
1340 /* test if syscall 451, i.e., map_shadow_stack is available */
H A Dphp.ini-development24 ; Section headers (e.g. [Foo]) are also silently ignored, even though
43 ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
45 ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
46 ; previously set variable or directive (e.g. ${foo})
404 ; (e.g. by adding its signature to the Web server header). It is no security
472 ; intentional (e.g., using an uninitialized variable and
1368 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
1448 ; at RUNTIME. i.e. use ini_set()
1479 ; (i.e. upload completed).
1570 ; Some encoding cannot work as internal encoding. (e.g. SJIS, BIG5, ISO-2022-*)
[all …]
H A Dphp.ini-production24 ; Section headers (e.g. [Foo]) are also silently ignored, even though
43 ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
45 ; (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a
46 ; previously set variable or directive (e.g. ${foo})
406 ; (e.g. by adding its signature to the Web server header). It is no security
474 ; intentional (e.g., using an uninitialized variable and
1370 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
1450 ; at RUNTIME. i.e. use ini_set()
1481 ; (i.e. upload completed).
1572 ; Some encoding cannot work as internal encoding. (e.g. SJIS, BIG5, ISO-2022-*)
[all …]
/php-src/win32/build/
H A Dconfutils.js149 var e = WshShell.Exec(command_line);
152 ret = e.StdOut.ReadAll();
1094 } catch (e) {
1315 } catch (e) {
1336 } catch (e) {
1341 } catch (e) {
3802 } catch (e) {
3803 STDOUT.WriteLine("problem: " + e);
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_html4.phpt268 3e
H A Dhtml_entity_decode_koi8-r.phpt192 LEFT HALF BLOCK: &#x258C; => 8e
240 MIDDLE DOT: &#xB7; => 9e
316 &#xB7; => 9e
/php-src/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt71 if (!mysqli_query($link, "INSERT INTO test(label) VALUES ('c'), ('d'), ('e')")) {
H A Dmysqli_affected_rows.phpt69 if (!mysqli_query($link, "REPLACE INTO test(id, label) values (5, 'e')"))
H A Dmysqli_stmt_bind_param_call_user_func.phpt303 …printf("[048] [%d] (Message might vary with MySQL Server version, e.g. No data supplied for parame…
323 …printf("[052] [%d] (Message might vary with MySQL Server version, e.g. No data supplied for parame…
/php-src/ext/phar/tests/
H A Dphar_createdefaultstub.phpt18 } catch(Exception $e) {
19 echo $e->getMessage() . "\n";
31 } catch (Exception $e) {
32 echo $e->getMessage() . "\n";
/php-src/ext/reflection/tests/types/
H A DReflectionType_001.phpt5 …llable $c, string $f, bool $g, int $h, float $i, NotExisting $j, stdClass $d = null, $e = null) { }
/php-src/docs/source/core/data-structures/
H A Dzval.rst45 zend_long lval; /* long value, i.e. int. */
46 double dval; /* double value, i.e. float. */
/php-src/win32/
H A Dsendmail.c659 char c, *e2, *e = ZSTR_VAL(data_cln) + ZSTR_LEN(data_cln); in SendText() local
662 while (e - p > 1024) { in SendText()
/php-src/Zend/tests/type_declarations/
H A Dscalar_strict_64bit.phpt48 } catch (TypeError $e) {
49 echo "*** Caught " . $e->getMessage() . PHP_EOL;
H A Dscalar_strict.phpt48 } catch (TypeError $e) {
49 echo "*** Caught " . $e->getMessage() . PHP_EOL;
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.lua431 local m, e = math.frexp(n)
432 local s, e2 = 0, band(e-2, 7)
435 if m % 1 == 0 and m >= 0 and m <= 15 and sar(shl(e2, 29), 29)+2 == e then
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c1607 PCRE2_UCHAR b, e; in set_start_bits() local
1622 e = *p++; in set_start_bits()
1624 for (; b <= e; b++) in set_start_bits()
/php-src/ext/standard/
H A Dhtml.c1057 const entity_multicodepoint_row *s, *e; in find_entity_for_char() local
1060 e = s - 1 + c->data.multicodepoint_table[0].leading_entry.size; in find_entity_for_char()
1063 for ( ; s <= e; s++) { in find_entity_for_char()
/php-src/docs-old/
H A Dunix-build-system.md103 I.e. specify the source-code files as above and also pass the information
/php-src/ext/intl/tests/
H A Dlocale_get_display_name2.phpt211 disp_locale=fr : display_name=chinois #idéogrammes han (#variante simplifiée#|simplifiés)#
226 disp_locale=fr : display_name=chinois #idéogrammes han (#variante simplifiée#|simplifiés), Chine#
/php-src/ext/gd/libgd/
H A Dgd.h694 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int sty…
695 void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color);
/php-src/ext/standard/tests/file/
H A Dfscanf_variation55.phpt40 10e-3
43 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
/php-src/ext/openssl/tests/
H A Dbug81713.phpt132 catch (ValueError $e) {
133 echo $e->getMessage() . PHP_EOL;
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c1324 char *conn_str, *p, *e; in pdo_pgsql_handle_factory() local
1342 e = (char *) dbh->data_source + strlen(dbh->data_source); in pdo_pgsql_handle_factory()
1344 while ((p = memchr(p, ';', (e - p)))) { in pdo_pgsql_handle_factory()

Completed in 92 milliseconds

1...<<121122123124125126127128129130