Home
last modified time | relevance | path

Searched refs:x (Results 51 – 75 of 1819) sorted by last modified time

12345678910>>...73

/php-src/ext/random/
H A Dengine_xoshiro256starstar.c40 ZEND_ATTRIBUTE_CONST static inline uint64_t rotl(const uint64_t x, int k) in rotl() argument
42 return (x << k) | (x >> (64 - k)); in rotl()
/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/pcre/tests/
H A Dpreg_replace_callback_fatal_error_leak.phpt9 preg_replace_callback('/x/', function($matches) {
12 }, 'x');
/php-src/Zend/
H A Dzend_portability.h81 # define __has_attribute(x) 0 argument
84 # define __has_builtin(x) 0 argument
87 # define __has_feature(x) 0 argument
133 # define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; })) argument
135 # define ZEND_IGNORE_VALUE(x) ((void) (x)) argument
477 #define ZEND_TRUTH(x) ((x) ? 1 : 0) argument
754 #define __ZEND_DO_PRAGMA(x) _Pragma(#x) argument
755 #define _ZEND_DO_PRAGMA(x) __ZEND_DO_PRAGMA(x) argument
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/openssl/
H A Dopenssl.c2508 X509* x = sk_X509_pop(sk); in php_sk_X509_free() local
2509 if (!x) break; in php_sk_X509_free()
2510 X509_free(x); in php_sk_X509_free()
4405 OPENSSL_PKEY_SET_BN(data, x); in php_openssl_pkey_init_legacy_ec()
4418 } else if (x && y) { in php_openssl_pkey_init_legacy_ec()
4452 BN_free(x); in php_openssl_pkey_init_legacy_ec()
4582 } else if (x && y) { in php_openssl_pkey_init_ec()
4605 if (d || (x && y)) { in php_openssl_pkey_init_ec()
4648 BN_free(x); in php_openssl_pkey_init_ec()
5161 BIGNUM *x = BN_new(); in PHP_FUNCTION() local
[all …]
/php-src/ext/odbc/
H A Dphp_odbc_includes.h273 #define IS_SQL_LONG(x) (x == SQL_LONGVARBINARY || x == SQL_LONGVARCHAR || x == SQL_WLONGVARCHAR) argument
280 #define IS_SQL_LONG(x) (x == SQL_LONGVARBINARY || x == SQL_LONGVARCHAR) argument
287 #define IS_SQL_BINARY(x) (x == SQL_BINARY || x == SQL_VARBINARY || x == SQL_LONGVARBINARY) argument
/php-src/ext/odbc/tests/
H A Dodbc_non_persistent_connection_reuse.phpt34 return odbc_exec($conn, "SET CONTEXT_INFO 0x$hexstring");
H A Dodbc_persistent_close_all.phpt34 return odbc_exec($conn, "SET CONTEXT_INFO 0x$hexstring");
/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/ext/opcache/jit/ir/
H A Dir.c910 #define IR_FOLD_RULE(x) ((x) >> 21) argument
911 #define IR_FOLD_KEY(x) ((x) & 0x1fffff) argument
/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 …]
/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/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 …]
/php-src/Zend/tests/type_declarations/
H A Dstatic_type_return.phpt56 $test = function($x): static {
57 return $x;
/php-src/Zend/tests/
H A Dgh8841.phpt17 eval('function g($x): int { return $x; }');
18 eval('function f($x): void { return $x; }');

Completed in 268 milliseconds

12345678910>>...73