Home
last modified time | relevance | path

Searched refs:x (Results 1326 – 1349 of 1349) sorted by relevance

1...<<51525354

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c443 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_or() local
447 switch (x) { in zend_ssa_range_or()
491 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_and() local
495 switch (x) { in zend_ssa_range_and()
/PHP-7.1/ext/pcre/tests/
H A D005.phpt68 $gcc_regex = '/^((.+)(\(\.text\+0x[[:xdigit:]]+\))?: In function [`\'](\w+)\':\s+)?'.
/PHP-7.1/
H A Dserver-tests.php337 $headers['Content-Type'] = 'application/x-www-form-urlencoded';
H A DUPGRADING81 . The empty index operator (e.g. $str[] = $x) is not supported for strings
H A Dphp.ini-development1858 ; (i.e., /var/www/x blacklists all the files and directories in /var/www
1859 ; that start with 'x'). Line starting with a ; are ignored (comments).
H A Dphp.ini-production1858 ; (i.e., /var/www/x blacklists all the files and directories in /var/www
1859 ; that start with 'x'). Line starting with a ; are ignored (comments).
H A Dltmain.sh4325 gentop="$output_objdir/${obj}x"
H A DNEWS1043 . Fixed bug #74340 (Magic function __get has different behavior in php 7.1.x).
4093 . Fixed bug #70487 (pack('x') produces an error). (Nikita)
/PHP-7.1/ext/wddx/tests/
H A Dbug37569.phpt241 <wddxPacket version='1.0'><header/><data><string>x</string></data></wddxPacket>
/PHP-7.1/ext/standard/
H A Dstring.c370 #define REGISTER_NL_LANGINFO_CONSTANT(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS | CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
/PHP-7.1/ext/oci8/
H A Doci8.c58 #define Z_ADDREF_P(x) ZVAL_ADDREF(x) argument
/PHP-7.1/Zend/
H A Dzend_vm_gen.php1720 foreach ($params as $param => $x) {
H A Dzend_language_scanner.c71 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
72 yyleng = (unsigned int)x; } while(0)
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c583 #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-7.1/ext/standard/tests/misc/
H A Duser_agents.txt98 Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)
99 Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; Creative)
948 Mozilla/5.0 zgrab/0.x
H A Dget_browser_variation3.phpt209 Agent Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)
211 Agent Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; Creative)
1909 Agent Mozilla/5.0 zgrab/0.x
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c34 #define BFD_RELOC(x) R_##x argument
/PHP-7.1/ext/pgsql/
H A Dpgsql.c93 #define CHECK_DEFAULT_LINK(x) if ((x) == NULL) { php_error_docref(NULL, E_WARNING, "No PostgreSQL l… argument
793 #define pg_encoding_to_char(x) "SQL_ASCII" argument
/PHP-7.1/ext/intl/tests/
H A Dgrapheme.phpt721 …fd . "abc" . $char_a_ring_nfd . "xyz", 8, $char_o_diaeresis_nfd . "abc" . $char_a_ring_nfd . "x" ),
731 …. "abc" . $char_a_ring_nfd . "xyz", 8, 0, $char_o_diaeresis_nfd . "abc" . $char_a_ring_nfd . "x" ),
/PHP-7.1/ext/iconv/
H A Diconv.c551 #define _php_check_ignore(x) (0) argument
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput12100 /(?:|a|){100}x/S++
102 /(x(?1)){4}/S++
H A Dtestoutput12196 /(?:|a|){100}x/S++
198 /(x(?1)){4}/S++
/PHP-7.1/ext/date/lib/
H A Dparse_date.c131 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
132 if (((x) == TIMELIB_UNSET) || ((l) >= 4)) { \
134 } else if ((x) < 100) { \
135 if ((x) < 70) { \
136 (x) += 2000; \
138 (x) += 1900; \

Completed in 184 milliseconds

1...<<51525354