Home
last modified time | relevance | path

Searched refs:e (Results 1701 – 1725 of 1772) sorted by relevance

1...<<6162636465666768697071

/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation55.phpt45 10e-3
48 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
H A Dfscanf_variation34.phpt46 10.5e+5
H A Dfscanf_variation40.phpt46 10.5e+5
H A Dfscanf_variation15.phpt40 10.5e+5
H A Dfscanf_variation21.phpt40 10.5e+5
H A Dfscanf_variation28.phpt40 10.5e+5
H A Dfscanf_variation3.phpt46 10.5e+5
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt303 } catch (PDOException $e) {
306 $e->getMessage(), $db->errorInfo(), implode(' ', $db->errorInfo()));
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_display_name2.phpt210 disp_locale=fr : display_name=chinois #idéogrammes han (#variante simplifiée#|simplifiés)#
225 disp_locale=fr : display_name=chinois #idéogrammes han (#variante simplifiée#|simplifiés), Chine#
H A Dut_common.inc138 } catch (Exception $e) {
410 } catch (Exception $e) {
/PHP-7.4/ext/mysqli/tests/
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…
H A Dmysqli_real_connect.phpt31 printf("[001e] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_koi8-r.phpt191 LEFT HALF BLOCK: &#x258C; => 8e
239 MIDDLE DOT: &#xB7; => 9e
315 &#xB7; => 9e
H A Dparse_str_basic3.phpt48 $s1 = "a=%3c%3d%3d%20%20foo+bar++%3d%3d%3e&b=%23%23%23Hello+World%23%23%23";
/PHP-7.4/ext/standard/
H A Dhtml.c1132 const entity_multicodepoint_row *s, *e; in find_entity_for_char() local
1135 e = s - 1 + c->data.multicodepoint_table[0].leading_entry.size; in find_entity_for_char()
1138 for ( ; s <= e; s++) { in find_entity_for_char()
/PHP-7.4/build/
H A Dconfig.guess492 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
495 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
/PHP-7.4/docs/
H A Dunix-build-system.md105 I.e. specify the source-code files as above and also pass the information
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md12 instance, in response to bad arguments (e.g. `zend_parse_parameters()` failure),
/PHP-7.4/sapi/cli/
H A Dphp_cli.c85 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-7.4/
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})
375 ; (e.g. by adding its signature to the Web server header). It is no security
438 ; intentional (e.g., using an uninitialized variable and
1404 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
1484 ; at RUNTIME. i.e. use ini_set()
1515 ; (i.e. upload completed).
1626 ; 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})
375 ; (e.g. by adding its signature to the Web server header). It is no security
438 ; intentional (e.g., using an uninitialized variable and
1404 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
1484 ; at RUNTIME. i.e. use ini_set()
1515 ; (i.e. upload completed).
1626 ; Some encoding cannot work as internal encoding. (e.g. SJIS, BIG5, ISO-2022-*)
[all …]
/PHP-7.4/win32/build/
H A Dconfutils.js140 var e = WshShell.Exec(command_line);
143 ret = e.StdOut.ReadAll();
1085 } catch (e) {
1306 } catch (e) {
1327 } catch (e) {
1332 } catch (e) {
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1317 char *e; in php_plain_files_mkdir() local
1327 e = buf + strlen(buf); in php_plain_files_mkdir()
1366 while (++p != e) { in php_plain_files_mkdir()
/PHP-7.4/Zend/tests/
H A Dnumeric_string_errors.phpt24 } catch (DivisionByZeroError $e) {
/PHP-7.4/ext/openssl/
H A Dopenssl.c588 static int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in ZEND_GET_MODULE()
591 r->e = e; in ZEND_GET_MODULE()
614 static void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key() argument
617 *e = r->e; in RSA_get0_key()
4231 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_and_assign_rsa() local
4234 OPENSSL_PKEY_SET_BN(data, e); in php_openssl_pkey_init_and_assign_rsa()
4236 if (!n || !d || !RSA_set0_key(rsa, n, e, d)) { in php_openssl_pkey_init_and_assign_rsa()
4858 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in PHP_FUNCTION() local
4860 RSA_get0_key(rsa, &n, &e, &d); in PHP_FUNCTION()
4866 OPENSSL_PKEY_GET_BN(z_rsa, e); in PHP_FUNCTION()

Completed in 77 milliseconds

1...<<6162636465666768697071