Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 1816) sorted by last modified time

12345678910>>...73

/php-src/ext/pgsql/
H A Dpgsql.c78 #define CHECK_DEFAULT_LINK(x) \ argument
79 if ((x) == NULL) { \
276 #define pg_encoding_to_char(x) "SQL_ASCII" argument
/php-src/
H A DNEWS8 . Enabled ifunc checks on FreeBSD from the 12.x releases. (Freaky)
H A DUPGRADING662 . Improved the performance of FTP uploads up to a factor of 10x for large
677 . get_browser() is much faster now, up to 1.5x - 2.5x for some test cases.
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1954 /* x = ADD(X, imm32) ... y = MUL(Y, 2|4|8) ... ADD(x, y) => SKIP ... SKIP ... LEA */
1959 /* x = ADD(X, imm32) ... ADD(x, Y) => SKIP ... LEA */
1969 /* x = ADD(X, imm32) ... y = MUL(Y, 2|4|8) ... ADD(y, x) => SKIP ... SKIP ... LEA */
1974 /* x = MUL(X, 2|4|8) ... ADD(x, Y) => SKIP ... LEA */
1985 /* x = ADD(X, imm32) ... ADD(Y, x) => SKIP ... LEA */
1989 /* x = MUL(X, 2|4|8) ... ADD(Y, x) => SKIP ... LEA */
2470 …/* l = RLOAD(r) ... v = BINOP(x, l) ... RSTORE(l, r, v) => SKIP ... SKIP_REG_BINOP ... REG_BINOP */
H A Dir_private.h15 # define IR_ASSERT(x) assert(x) argument
65 #define IR_IS_POWER_OF_TWO(x) (!((x) & ((x) - 1))) argument
185 x = num >> 16; if (x != 0) {n -= 16; num = x;} in ir_nlz()
186 x = num >> 8; if (x != 0) {n -= 8; num = x;} in ir_nlz()
187 x = num >> 4; if (x != 0) {n -= 4; num = x;} in ir_nlz()
188 x = num >> 2; if (x != 0) {n -= 2; num = x;} in ir_nlz()
212 x = num >> 32; if (x != 0) {n -= 32; num = x;} in ir_nlzl()
213 x = num >> 16; if (x != 0) {n -= 16; num = x;} in ir_nlzl()
214 x = num >> 8; if (x != 0) {n -= 8; num = x;} in ir_nlzl()
215 x = num >> 4; if (x != 0) {n -= 4; num = x;} in ir_nlzl()
[all …]
H A Dir.c910 #define IR_FOLD_RULE(x) ((x) >> 21) argument
911 #define IR_FOLD_KEY(x) ((x) & 0x1fffff) argument
H A Dir.h102 # define __has_attribute(x) 0
/php-src/Zend/
H A Dzend_alloc.c321 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
323 ZEND_MM_BINS_INFO(_BIN_DATA_SIZE, x, y)
326 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
328 ZEND_MM_BINS_INFO(_BIN_DATA_ELEMENTS, x, y)
331 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
333 ZEND_MM_BINS_INFO(_BIN_DATA_PAGES, x, y)
2510 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2516 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2531 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2545 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
[all …]
H A Dzend_strtod.c662 x = b->x;
739 (x) ULong x; in hi0bits() argument
867 for(x = c->x, xa = x + wc; x < xa; x++)
1030 x = b->x;
1196 (x) U *x; in ulp() argument
1333 x = b->x;
1694 x = b->x;
1762 x = b->x;
1971 x = b->x;
2000 x = b->x;
[all …]
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddef.h10 #define LEXBOR_STRINGIZE_HELPER(x) #x argument
11 #define LEXBOR_STRINGIZE(x) LEXBOR_STRINGIZE_HELPER(x) argument
H A Ddiyfp.h75 #define nxt_leading_zeros64(x) (((x) == 0) ? 64 : __builtin_clzll(x)) argument
80 lexbor_diyfp_leading_zeros64(uint64_t x) in lexbor_diyfp_leading_zeros64() argument
84 if (x == 0) { in lexbor_diyfp_leading_zeros64()
90 while ((x & 0x8000000000000000) == 0) { in lexbor_diyfp_leading_zeros64()
92 x <<= 1; in lexbor_diyfp_leading_zeros64()
/php-src/build/
H A Dlibtool.m4681 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
757 if test x"[$]$2" = xyes; then
1002 case x$lt_status in
1005 x$lt_dlunknown|x*) $3 ;;
2002 chmod +x "$ofile"
2690 if test x"$enable_ltdl_install" = x"yes"; then
3620 # Sun C++ 4.x
4504 chmod +x "$ofile"
4611 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4996 # Sun C++ 4.x
[all …]
H A Dphp.m4820 if test "x$5" = "xyes"; then
989 if test "x$is_it_enabled" = "xno" && test "x$3" != "xtrue"; then
1107 hpux[)] AC_DEFINE(PHP_HPUX_TIME_R,1,[Whether you have HP-UX 10.x]) ;;
2049 chmod +x $1
/php-src/.github/workflows/
H A Dpush.yml96 chmod u+x llvm.sh
147 ${{ matrix.asan && '--asan -x' || '' }}
234 set -x
251 set -x
271 set -x
298 set -x
314 set -x
H A Dnightly.yml695 set -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/iconv/
H A Diconv.c433 #define _php_check_ignore(x) (0) argument
/php-src/sapi/fpm/
H A Dconfig.m4268 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <netinet/tcp.h>]], [[struct tcp_info ti; int x = TCP…
281 …_PROGRAM([[#include <netinet/tcp.h>]], [[struct tcp_connection_info ti; int x = TCP_CONNECTION_INF…
295 …AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/socket.h>]], [[int x = SO_LISTENQLIMIT; int y =…
517 if test "x$PHP_FPM_APPARMOR" != "xno" ; then
535 if test "x$PHP_FPM_SELINUX" != "xno" ; then
/php-src/ext/opcache/
H A Dconfig.m485 AS_IF([test x"$with_capstone" = "xyes"],[
/php-src/Zend/Optimizer/
H A Dzend_inference.c665 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_or() local
669 switch (x) { in zend_ssa_range_or()
713 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_and() local
717 switch (x) { in zend_ssa_range_and()
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLCollection_named_reads.phpt14 <x id="foo">2</x>
15 <x id="foo&ent;">2 with entity</x>
50 test($dom->getElementsByTagName('x'), 'foo');
51 test($dom->getElementsByTagName('x'), 'footest');
/php-src/scripts/dev/
H A Dbless_tests.php189 $x = $v[$k+1];
191 $x = $v[$k-1] + 1;
194 $y = $x - $k;
195 while ($x < $n && $y < $m && ($this->isEqual)($a[$x], $b[$y])) {
196 $x++;
200 $v[$k] = $x;
201 if ($x >= $n && $y >= $m) {
213 $k = $x - $y;
226 $x--;
234 while ($x > $prevX) {
[all …]
/php-src/ext/zend_test/tests/
H A Dobserver_error_05.phpt18 return $x; // warning
/php-src/Zend/tests/type_declarations/union_types/
H A Dtype_checking_strict.phpt50 42, 42.0, INF, "42", "42.0", "42x", "x", "",
71 "42x" => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, string given
72 "x" => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, string given
119 "42x" => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|bool, string given
120 "x" => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|bool, string given
135 "42x" => "42x"
136 "x" => "x"
151 "42x" => "42x"
152 "x" => "x"
183 "42x" => "42x"
[all …]
H A Dtype_checking_weak.phpt48 42, 42.0, INF, "42", "42.0", "42x", "x", "",
101 "42x" => true
102 "x" => true
117 "42x" => true
118 "x" => true
133 "42x" => "42x"
134 "x" => "x"
149 "42x" => "42x"
150 "x" => "x"
181 "42x" => "42x"
[all …]

Completed in 135 milliseconds

12345678910>>...73