Home
last modified time | relevance | path

Searched refs:x (Results 1126 – 1150 of 1169) sorted by relevance

1...<<41424344454647

/PHP-5.5/ext/standard/tests/math/
H A Dhypot_basic.phpt8 /* Prototype : float hypot ( float $x , float $y )
/PHP-5.5/ext/standard/tests/strings/
H A Dprintf.phpt153 printf( "%x", $hexa_num );
H A Dprintf_64bit.phpt153 printf( "%x", $hexa_num );
H A Dhtml_entity_decode_cp866.phpt137 $ent = sprintf("&#x%X;", $u);
142 $ent = sprintf("&#x%X;", $v[0]);
H A Dhtml_entity_decode_koi8-r.phpt137 $ent = sprintf("&#x%X;", $u);
142 $ent = sprintf("&#x%X;", $v[0]);
/PHP-5.5/Zend/
H A Dzend_language_scanner.l69 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
70 yyleng = (unsigned int)x; } while(0)
H A Dzend_alloc.c491 # define ZEND_MM_LONG_CONST(x) (x##i64) argument
493 # define ZEND_MM_LONG_CONST(x) (x##L) argument
H A Dzend_ini_scanner.c59 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
60 yyleng = (unsigned int)x; } while(0)
H A Dzend_vm_gen.php915 foreach ($params as $param => $x) {
/PHP-5.5/
H A Dconfigure.in742 [AC_TRY_LINK([],[int x;__sync_fetch_and_add(&x,1);],ac_cv_func_sync_fetch_and_add=yes,ac_cv_func_sy…
758 if test "x$php_crypt_r" = "x1"; then
1377 chmod +x meta_ccld
H A DEXTENSIONS229 COMMENT: Use PostgreSQL 7.0.x or later. PostgreSQL 6.5.3 or less have fatal bug.
H A DREADME.RELEASE_PROCESS135 4. Update ``web/php.git/include/version.inc`` (x=major version number)
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re236 /* date parser's scan function too large for VC6 - VC7.x
/PHP-5.5/ext/soap/
H A Dsoap.c4063 xmlNodePtr x; local
4084 x = serialize_parameter(sparam, detail, 1, NULL, use, node TSRMLS_CC);
4095 xmlNsPtr ns = encode_add_ns(x, fb->ns);
4096 xmlSetNs(x, ns);
4101 ns = encode_add_ns(x, sparam->element->namens);
4102 xmlNodeSetName(x, BAD_CAST(sparam->element->name));
4103 xmlSetNs(x, ns);
4108 xmlSetNsProp(x, envelope->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE));
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2257 (5) \x matches a lower case "x" character unless it is followed by two
5007 \cx "control-x", where x is any ASCII character
5736 (?=[\x80-\x{7ff}])(\C)(\C) |
5737 (?=[\x{800}-\x{ffff}])(\C)(\C)(\C) |
5738 (?=[\x{10000}-\x{1fffff}])(\C)(\C)(\C)(\C))
5776 or by using the \x{ escaping mechanism.
5989 x for PCRE_EXTENDED
6117 / ( a ) (?| x ( y ) z | (p (q) r) | (t) u (v) ) ( z ) /x
7693 \x where x is non-alphanumeric is a literal x
7700 \cx "control-x", where x is any ASCII character
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation55.phpt48 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c65 #define realpath(x,y) strcpy(y,x) argument
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1707 + if (handle_mime(ms, mime, "x-character-device") == -1)
1820 - "x-path-too-long") == -1)
1888 - if (handle_mime(ms, mime, "x-empty") == -1)
1894 + if (handle_mime(ms, mime, "x-empty") == -1)
2677 - if (m->reln != 'x') {
3129 fprintf(stderr, "mget(type=%d, flag=%x, offset=%u, o=%zu, "
/PHP-5.5/ext/openssl/
H A Dopenssl.c1691 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert() argument
1702 X509_STORE_CTX_init(csc, ctx, x, untrustedchain); in check_cert()
1877 X509* x = sk_X509_pop(sk); in php_sk_X509_free() local
1878 if (!x) break; in php_sk_X509_free()
1879 X509_free(x); in php_sk_X509_free()
/PHP-5.5/ext/standard/tests/array/
H A Dbug34066.phpt224 "xmlns" => "x-schema:CL310_DezABFSchema.XML"
280 /Docs/@xmlns=x-schema:CL310_DezABFSchema.XML
/PHP-5.5/ext/standard/
H A Dconfig.m4236 …st "$ac_cv_crypt_des" = "no" || test "$ac_cv_crypt_ext_des" = "no" || test "x$php_crypt_r" = "x0";…
H A Dbasic_functions.c1673 ZEND_ARG_INFO(0, x)
1796 ZEND_ARG_INFO(0, x)
3609 #define REGISTER_MATH_CONSTANT(x) REGISTER_DOUBLE_CONSTANT(#x, x, CONST_CS | CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
/PHP-5.5/ext/odbc/
H A Dconfig.m4398 if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libiodbc ; then
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt232 HIRAGANA_QUATERNARY_MODE - Compatibility with JIS x 4061 requires the introduction of an additional
/PHP-5.5/ext/pcre/tests/
H A D005.phpt68 $gcc_regex = '/^((.+)(\(\.text\+0x[[:xdigit:]]+\))?: In function [`\'](\w+)\':\s+)?'.

Completed in 180 milliseconds

1...<<41424344454647