Home
last modified time | relevance | path

Searched refs:x (Results 1801 – 1816 of 1816) sorted by relevance

1...<<717273

/php-src/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-src/ext/iconv/
H A Diconv.c433 #define _php_check_ignore(x) (0) argument
/php-src/.github/workflows/
H A Dnightly.yml695 set -x
/php-src/Zend/tests/
H A Doperator_unsupported_types.phpt54 $x = $origX = eval("return $value1;");
56 eval("\$x $op= $value2;");
60 if ($x !== $origX) {
/php-src/ext/intl/tests/
H A Dgrapheme.phpt739 …fd . "abc" . $char_a_ring_nfd . "xyz", 8, $char_o_diaeresis_nfd . "abc" . $char_a_ring_nfd . "x" ),
749 …. "abc" . $char_a_ring_nfd . "xyz", 8, 0, $char_o_diaeresis_nfd . "abc" . $char_a_ring_nfd . "x" ),
H A Dgrapheme2.phpt727 …fd . "abc" . $char_a_ring_nfd . "xyz", 8, $char_o_diaeresis_nfd . "abc" . $char_a_ring_nfd . "x" ),
737 …. "abc" . $char_a_ring_nfd . "xyz", 8, 0, $char_o_diaeresis_nfd . "abc" . $char_a_ring_nfd . "x" ),
/php-src/Zend/
H A Dzend_vm_gen.php2048 foreach ($params as $param => $x) {
/php-src/ext/standard/
H A Dbasic_functions_arginfo.h1637 ZEND_ARG_TYPE_INFO(0, x, IS_DOUBLE, 0)
1687 ZEND_ARG_TYPE_INFO(0, x, IS_DOUBLE, 0)
/php-src/
H A Dphp.ini-development1757 ; (i.e., /var/www/x blacklists all the files and directories in /var/www
1758 ; that start with 'x'). Line starting with a ; are ignored (comments).
H A Dphp.ini-production1759 ; (i.e., /var/www/x blacklists all the files and directories in /var/www
1760 ; that start with 'x'). Line starting with a ; are ignored (comments).
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c625 #define IN_UCHARS(x) (x) argument
629 #define IN_UCHARS(x) ((x) * 2) argument
633 #define IN_UCHARS(x) ((x) * 4) argument
/php-src/ext/date/lib/
H A Dparse_date.c111 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
112 if (((x) == TIMELIB_UNSET) || ((l) >= 4)) { \
114 } else if ((x) < 100) { \
115 if ((x) < 70) { \
116 (x) += 2000; \
118 (x) += 1900; \
/php-src/build/
H A Dltmain.sh4338 gentop="$output_objdir/${obj}x"
/php-src/docs/
H A Drelease-process.md670 `$data['8.2']` for 8.2.x releases) or create a new section if releasing
/php-src/ext/mbstring/tests/data/
H A DKSX1001.txt40 # egrep '^0x' < KSC5601.TXT | \
41 # egrep -v '^0x([8-9]...|A0..|..[4-9].|..A0)' | perl tab.pl
50 # printf ("0x%04X 0x%04X %s\n",$k-0x8080, $u,join(' ',@rest));

Completed in 163 milliseconds

1...<<717273