Home
last modified time | relevance | path

Searched refs:x (Results 1776 – 1790 of 1790) sorted by relevance

1...<<7172

/PHP-8.3/Zend/tests/
H A Doperator_unsupported_types.phpt54 $x = $origX = eval("return $value1;");
56 eval("\$x $op= $value2;");
60 if ($x !== $origX) {
/PHP-8.3/Zend/
H A Dzend_vm_gen.php2033 foreach ($params as $param => $x) {
/PHP-8.3/
H A DUPGRADING278 as it was not used internally anyway from PHP 7.x.
H A Dphp.ini-production1835 ; (i.e., /var/www/x blacklists all the files and directories in /var/www
1836 ; that start with 'x'). Line starting with a ; are ignored (comments).
H A Dphp.ini-development1833 ; (i.e., /var/www/x blacklists all the files and directories in /var/www
1834 ; that start with 'x'). Line starting with a ; are ignored (comments).
H A DNEWS1101 . Enable getrandom() for NetBSD (from 10.x). (David Carlier)
/PHP-8.3/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-8.3/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-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c599 #define IN_UCHARS(x) (x) argument
603 #define IN_UCHARS(x) ((x) * 2) argument
607 #define IN_UCHARS(x) ((x) * 4) argument
/PHP-8.3/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-8.3/ext/standard/tests/misc/
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-8.3/docs/
H A Drelease-process.md668 `$data['8.2']` for 8.2.x releases), and make the following edits:
/PHP-8.3/build/
H A Dltmain.sh4338 gentop="$output_objdir/${obj}x"
/PHP-8.3/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 171 milliseconds

1...<<7172