Home
last modified time | relevance | path

Searched refs:x (Results 1076 – 1100 of 1349) sorted by relevance

1...<<41424344454647484950>>...54

/PHP-7.1/Zend/tests/type_declarations/
H A Dstrict_nested.phpt6 function takes_int(int $x) {
/PHP-7.1/ext/bcmath/libbcmath/
H A Dconfigure28 program_transform_name=s,x,x,
645 if test "$program_transform_name" = s,x,x,; then
1257 typedef int charset[2]; const charset x;
1262 struct point {int x, y;};
1280 int x[] = {25, 17};
1281 const int *foo = &x[0];
1548 if test "x$srcdir" = x.; then
1682 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1764 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
/PHP-7.1/ext/pcre/tests/
H A D001.phpt12 ~x', $s, $m));
/PHP-7.1/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation4.phpt28 string(29) "application/x-shockwave-flash"
H A Dgetimagesize_variation_005.phpt34 string(29) "application/x-shockwave-flash"
/PHP-7.1/ext/standard/tests/strings/
H A Dbug65230.phpt24 printf("date: %s\n", strftime('%x', mktime(0, 0, 0, 12, 5, 2014)));
/PHP-7.1/tests/classes/
H A Diterators_008.phpt35 foreach (new D as $x) {}
/PHP-7.1/Zend/tests/closures/
H A Dclosure_from_callable_reflection.phpt15 $fn = function (Bar $bar, int $x, $none) {};
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c83 #define CDF_TOLE8(x) ((uint64_t)(NEED_SWAP ? _cdf_tole8(x) : (uint64_t)(x))) argument
84 #define CDF_TOLE4(x) ((uint32_t)(NEED_SWAP ? _cdf_tole4(x) : (uint32_t)(x))) argument
85 #define CDF_TOLE2(x) ((uint16_t)(NEED_SWAP ? _cdf_tole2(x) : (uint16_t)(x))) argument
86 #define CDF_TOLE(x) (/*CONSTCOND*/sizeof(x) == 2 ? \ argument
87 CDF_TOLE2(CAST(uint16_t, x)) : \
88 (/*CONSTCOND*/sizeof(x) == 4 ? \
89 CDF_TOLE4(CAST(uint32_t, x)) : \
90 CDF_TOLE8(CAST(uint64_t, x))))
91 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) argument
H A Dfile.h112 #define __GNUC_PREREQ__(x, y) \ argument
113 ((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || \
114 (__GNUC__ > (x)))
116 #define __GNUC_PREREQ__(x, y) 0 argument
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_character_set_name_oo.phpt11 …TE: http://bugs.mysql.com/bug.php?id=7923 makes this test fail very likely on all 4.1.x - 5.0.x! */
/PHP-7.1/ext/spl/tests/
H A Darray_010.phpt51 $x = $obj[6] = 'changed 6';
53 var_dump($x);
H A Dbug49263.phpt22 C:16:"SplObjectStorage":113:{x:i:2;O:8:"stdClass":0:{},a:2:{s:4:"prev";i:2;s:4:"next";O:8:"stdClass…
H A Dbug70365.phpt19 $inner = 'x:i:1;O:8:"stdClass":0:{},i:1;;m:a:0:{}';
H A Dspl_autoload_014.phpt33 $x = new TestX;
/PHP-7.1/ext/standard/tests/math/
H A Datan2_variation2.phpt2 Test atan2() function : usage variations - different data types as $x arg
7 /* Prototype : float atan2 ( float $y , float $x )
/PHP-7.1/ext/pdo_dblib/
H A Dconfig.m445 if test "x$PHP_LIBDIR" = "x" ; then
/PHP-7.1/ext/mysqli/
H A Dconfig.m469 if test -x "$MYSQL_CONFIG" && $MYSQL_CONFIG $MYSQL_LIB_CFG > /dev/null 2>&1; then
87 …ROR([MySQLI doesn't support versions < 4.1.13 (for MySQL 4.1.x) and < 5.0.7 for (MySQL 5.0.x) anym…
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_portability.h69 #define L64(x) x##i64 argument
132 #define L64(x) x##LL argument
/PHP-7.1/ext/standard/tests/file/
H A D007_basic.phpt63 "x",
66 "x+",
67 "x+b",
68 "x+t"
328 -- Iteration with mode 'x' --
370 -- Iteration with mode 'x+' --
384 -- Iteration with mode 'x+b' --
398 -- Iteration with mode 'x+t' --
/PHP-7.1/ext/phar/tests/
H A Dbug48377.phpt16 $phar['x'] = 'hi';
/PHP-7.1/Zend/tests/
H A Dbug48693.phpt7 $x = create_function('', 'return 1; }');
/PHP-7.1/tests/basic/
H A Dbug67198.phpt29 'header' => 'Content-type: application/x-www-form-urlencoded',
/PHP-7.1/ext/ctype/tests/
H A D002.phpt18 if($function("1-$c$c$c-x")) $n3++;
/PHP-7.1/ext/pgsql/
H A Dconfig.m414 if test -x $i/pg_config; then
72 AC_CHECK_LIB(pq, PQsetnonblocking,AC_DEFINE(HAVE_PQSETNONBLOCKING,1,[PostgreSQL 7.0.x or later]))
75 AC_CHECK_LIB(pq, PQclientEncoding,AC_DEFINE(HAVE_PQCLIENTENCODING,1,[PostgreSQL 7.0.x or later]))

Completed in 52 milliseconds

1...<<41424344454647484950>>...54