Home
last modified time | relevance | path

Searched refs:x (Results 1301 – 1325 of 1404) sorted by relevance

1...<<51525354555657

/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c31 #define ROL64(x,N) ({ \ argument
33 register UINT64 __in = x; \
/PHP-7.4/ext/ftp/tests/
H A D007.phpt18 var_dump(ftp_exec($ftp, 'x'));
19 var_dump(ftp_raw($ftp, 'x'));
/PHP-7.4/ext/bcmath/
H A Dbcmath.c68 ZEND_ARG_INFO(0, x)
75 ZEND_ARG_INFO(0, x)
/PHP-7.4/ext/pdo_pgsql/
H A Dconfig.m417 if test -x $i/pg_config; then
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation52.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
H A Dfread_variation4.phpt51 "x","xb","xt" );
60 if(!strstr($file_mode,"x")){
73 if(strstr($file_mode,"w") || strstr($file_mode,"x") ) {
210 -- File opened in mode x --
365 -- File opened in mode x --
520 -- File opened in mode x --
H A Dfread_variation2.phpt54 "x","xb","xt" );
63 if(!strstr($file_mode,"x")){
76 if(strstr($file_mode,"w") || strstr($file_mode,"x") ) {
224 -- File opened in mode x --
397 -- File opened in mode x --
570 -- File opened in mode x --
743 -- File opened in mode x --
H A D006_variation2.phpt53 "r+w+x",
H A Dfscanf_variation53.phpt18 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
/PHP-7.4/ext/mysqli/tests/
H A D009.phpt2 mysqli fetch bigint values (ok to fail with 4.1.x)
H A Dbug49442.phpt116 string(1) "x"
/PHP-7.4/ext/dba/
H A Dconfig.m492 [DBA: Oracle Berkeley DB 4.x or 5.x support])],
98 [DBA: Oracle Berkeley DB 3.x support])],
104 [DBA: Oracle Berkeley DB 2.x support])],
110 [DBA: Oracle Berkeley DB 1.x support/emulation])],
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c40 #define onig_initialize_match_param(x) (void)(x) argument
41 #define onig_set_match_stack_limit_size_of_match_param(x, y) argument
42 #define onig_set_retry_limit_in_match_of_match_param(x, y) argument
43 #define onig_free_match_param(x) argument
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar36 'ico' => 'image/x-ico',
40 'js' => 'application/x-javascript',
/PHP-7.4/ext/phar/tests/files/
H A Dnophar.phar36 'ico' => 'image/x-ico',
40 'js' => 'application/x-javascript',
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt45 function __construct( $w, $x, $y, $z ) {
47 $this->b = $x;
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation2.phpt51 var $x;
54 function __construct($x, $y) {
55 $this->x = $x;
H A Dgettype_settype_variation3.phpt47 var $x;
50 function __construct($x, $y) {
51 $this->x = $x;
/PHP-7.4/main/
H A Dnetwork.c99 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) argument
101 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) argument
/PHP-7.4/build/
H A Dlibtool.m4682 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
758 if test x"[$]$2" = xyes; then
1002 case x$lt_status in
1005 x$lt_dlunknown|x*) $3 ;;
1991 chmod +x "$ofile"
2679 if test x"$enable_ltdl_install" = x"yes"; then
3611 # Sun C++ 4.x
4495 chmod +x "$ofile"
4602 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4987 # Sun C++ 4.x
[all …]
/PHP-7.4/ext/soap/tests/
H A Dbug47021.phpt23 $chunks[$k] = sprintf("%08x\r\n%s\r\n", strlen($v), $v);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c2225 goodchar(unsigned char x, const char *extra) in goodchar() argument
2227 return (isascii(x) && isalnum(x)) || strchr(extra, x); in goodchar()
2643 uint64_t x; in getvalue() local
2657 x = CAST(uint64_t, ull & ~0xffULL); in getvalue()
2660 x = CAST(uint64_t, ull & ~0xffffULL); in getvalue()
2663 x = CAST(uint64_t, ull & ~0xffffffffULL); in getvalue()
2666 x = 0; in getvalue()
2671 if (x) { in getvalue()
/PHP-7.4/Zend/
H A Dzend_alloc.c323 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
325 ZEND_MM_BINS_INFO(_BIN_DATA_SIZE, x, y)
328 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
330 ZEND_MM_BINS_INFO(_BIN_DATA_ELEMENTS, x, y)
333 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
335 ZEND_MM_BINS_INFO(_BIN_DATA_PAGES, x, y)
2460 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2466 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2481 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2495 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
[all …]
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c781 #define PDO_MYSQL_NATIVE_TYPE_NAME(x) case FIELD_TYPE_##x: return #x; in type_to_name_native() argument
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c4234 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
4235 #define F2(x, y, z) F1(z, x, y) argument
4236 #define F3(x, y, z) (x ^ y ^ z) argument
4237 #define F4(x, y, z) (y ^ (x | ~z)) argument
4240 #define MD5STEP(f, w, x, y, z, data, s) \ argument
4241 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )

Completed in 141 milliseconds

1...<<51525354555657