Home
last modified time | relevance | path

Searched refs:x (Results 1076 – 1091 of 1091) sorted by relevance

1...<<41424344

/PHP-5.4/ext/intl/doc/
H A DTutorial.txt232 HIRAGANA_QUATERNARY_MODE - Compatibility with JIS x 4061 requires the introduction of an additional
/PHP-5.4/
H A Dserver-tests.php345 $headers['Content-Type'] = 'application/x-www-form-urlencoded';
H A DNEWS1185 . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended).
4902 - Fixed readlink on Windows in thread safe SAPI (apache2.x etc.). (Pierre)
6309 - Fixed gd build when used with freetype 1.x (Pierre, Tony)
6709 - Fixed bug #39890 (using autoconf 2.6x and --with-layout=GNU breaks PEAR
6974 re-added it for other SAPIs (restore to pre 5.1.x behavior). (Edin)
7030 support for both Apache 2.0.x (php5apache2_filter.dll) and Apache 2.2.x
7710 - Fixed crash and leak in mysqli when using 4.1.x client libraries and
7711 connecting to 5.x server. (Andrey)
7845 - Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x). (Ilia)
7933 - Added Cursor support for MySQL 5.0.x in mysqli (Georg)
[all …]
H A Dltmain.sh4325 gentop="$output_objdir/${obj}x"
/PHP-5.4/ext/pcre/tests/
H A D005.phpt68 $gcc_regex = '/^((.+)(\(\.text\+0x[[:xdigit:]]+\))?: In function [`\'](\w+)\':\s+)?'.
/PHP-5.4/ext/standard/
H A Dstring.c366 #define REGISTER_NL_LANGINFO_CONSTANT(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS | CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
/PHP-5.4/ext/wddx/tests/
H A Dbug37569.phpt241 <wddxPacket version='1.0'><header/><data><string>x</string></data></wddxPacket>
/PHP-5.4/ext/oci8/
H A Doci8.c78 #define Z_ADDREF_P(x) ZVAL_ADDREF(x) argument
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c575 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) argument
H A DHACKING499 group x" (coded as "(?(Rx)"), the group number is stored at the start of the
/PHP-5.4/ext/pgsql/
H A Dpgsql.c89 #define CHECK_DEFAULT_LINK(x) if ((x) == -1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "No Post… argument
752 #define pg_encoding_to_char(x) "SQL_ASCII" argument
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c34 #define BFD_RELOC(x) R_##x argument
/PHP-5.4/Zend/
H A Dzend_language_scanner.c71 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
72 yyleng = (unsigned int)x; } while(0)
/PHP-5.4/ext/intl/tests/
H A Dgrapheme.phpt709 …fd . "abc" . $char_a_ring_nfd . "xyz", 8, $char_o_diaeresis_nfd . "abc" . $char_a_ring_nfd . "x" ),
719 …. "abc" . $char_a_ring_nfd . "xyz", 8, 0, $char_o_diaeresis_nfd . "abc" . $char_a_ring_nfd . "x" ),
/PHP-5.4/ext/date/lib/
H A Dparse_date.c124 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
125 if (((x) == TIMELIB_UNSET) || ((l) >= 4)) { \
127 } else if ((x) < 100) { \
128 if ((x) < 70) { \
129 (x) += 2000; \
131 (x) += 1900; \
/PHP-5.4/win32/
H A Dphp5dllts.dsp2426 mc -h $(InputDir)/.. -r $(InputDir) -x $(IntDir) $(InputPath)

Completed in 485 milliseconds

1...<<41424344