Home
last modified time | relevance | path

Searched refs:x (Results 126 – 150 of 1169) sorted by relevance

12345678910>>...47

/PHP-5.5/Zend/
H A Dzend_strtod.c277 #define value(x) ((x).d) argument
279 #define word0(x) ((x).ul[1]) argument
280 #define word1(x) ((x).ul[0]) argument
282 #define word0(x) ((x).ul[0]) argument
283 #define word1(x) ((x).ul[1]) argument
478 int x; in Balloc() local
558 x = b->x; in multadd()
656 *y = x; in lo0bits()
693 for(x = c->x, xa = x + wc; x < xa; x++) { in mult()
850 x = b->x; in lshift()
[all …]
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug44327_2.phpt12 $x = $db->query('select 1 as queryString');
13 var_dump($x, $x->queryString);
15 $y = $x->fetch();
20 $x = $db->query('select 1 as queryString');
21 var_dump($x, $x->queryString);
23 $y = $x->fetch(PDO::FETCH_LAZY);
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dconfig.h19 #define TOKEN_PASTE(x,y) x##y argument
23 #define NORETURN(x) __declspec(noreturn) x argument
25 #define NORETURN(x) x argument
79 #define RSHIFT(x,y) ((x)>>(int)y) argument
/PHP-5.5/Zend/tests/
H A Dbug43651.phpt11 var_dump(is_callable("x\\"));
12 var_dump(is_callable("\\x"));
13 var_dump(is_callable("x\\x"));
14 var_dump(is_callable("x\\\\"));
15 var_dump(is_callable("\\x"));
16 var_dump(is_callable("x\\\\x"));
H A Ddereference_012.phpt7 static $x = array();
10 self::$x = array(1, 2, 3);
11 return self::$x;
15 $x = array(1);
16 $x[] = 2;
17 return $x;
25 var_dump($foo::$x);
H A Dbug39018.phpt23 $x = 'test';
25 @$x[4];
27 @$y = $x[4];
29 @('a' == $x[4]);
31 $x[4] == 'a'; // 28
33 @$x[4] == 'a';
35 (@$x[4]) == 'a';
37 ($x[4]) == 'a'; // 34
39 (@($x[4])) == 'a';
43 @($x[4]) == 'a';
[all …]
H A Dbug60536_001.phpt5 trait T { private $x = 0; }
11 function x() {
12 return ++$this->x;
17 return ++$this->x;
21 $a->x();
26 Notice: Undefined property: Z::$x in %s on line 14
H A Dclosure_005.phpt7 private $x;
9 function __construct($x) {
10 $this->x = $x;
19 $this->x += $val;
25 echo $this->x."\n";
31 echo $this->x."\n";
36 echo $this->x."\n";
H A Ddereference_003.phpt9 public $x = 2;
11 $x = array();
12 $x[] = new foo;
13 return $x;
31 var_dump($foo->a()[0]->x);
33 var_dump($foo->b()[1][0]->a()[0]->x);
41 ["x"]=>
H A Dns_073.phpt8 $x = function (\stdclass $x = NULL) {
9 var_dump($x);
12 $x(NULL);
13 $x(new \stdclass);
H A Dunset_cv01.phpt5 $x = "ok\n";
6 echo $x;
7 unset($x);
8 echo $x;
13 Notice: Undefined variable: x in %sunset_cv01.php on line %d
H A Dunset_cv02.phpt5 $x = "ok\n";
6 echo $x;
7 unset($GLOBALS["x"]);
8 echo $x;
13 Notice: Undefined variable: x in %sunset_cv02.php on line %d
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getModifierNames_basic.phpt12 class x
67 string(14) "x::__construct"
72 string(13) "x::__destruct"
77 string(4) "x::a"
82 string(4) "x::b"
89 string(4) "x::c"
94 string(4) "x::d"
101 string(4) "x::e"
106 string(4) "x::f"
113 string(4) "x::g"
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput237 /\x{ffff}/
8 A\x{ffff}B
9 0: \x{ffff}
11 /\x{10000}/
12 Failed: character value in \x{} or \o{} is too large at offset 8
21 …-\x1f!-\x9f\xa1-\xff\x{100}-\x{167f}\x{1681}-\x{180d}\x{180f}-\x{1fff}\x{200b}-\x{202e}\x{2030}-\x
34 _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80
48 [\x00-\x09\x0e-\x84\x86-\xff\x{100}-\x{2027}\x{202a}-\x{ffff}]
61 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
/PHP-5.5/ext/mcrypt/tests/
H A Dbug55169.phpt20 Hex: %x
24 Hex: %x
28 Hex: %x
32 Hex: %x
36 Hex: %x
40 Hex: %x
44 Hex: %x
/PHP-5.5/ext/spl/tests/
H A Dbug46053.phpt6 $x = new splfileobject(__FILE__);
7 $x->getPathName();
8 $x->seek(10);
9 $x->seek(0);
10 var_dump(trim($x->fgets()));
/PHP-5.5/ext/simplexml/tests/
H A Dbug46003.phpt17 $x = simplexml_load_string($xml);
19 var_dump(isset($x->p));
20 var_dump(isset($x->p->o));
21 var_dump(isset($x->o->yy));
22 var_dump(isset($x->o->zz));
23 var_dump(isset($x->o->text));
24 var_dump(isset($x->o->xx));
H A Dbug66084_0.phpt7 echo var_dump(simplexml_load_string('<a><b/><c><x/></c></a>')), "\n";
8 echo var_dump(simplexml_load_string('<a><b/><d/><c><x/></c></a>')), "\n";
9 echo var_dump(simplexml_load_string('<a><b/><c><d/><x/></c></a>')), "\n";
10 echo var_dump(simplexml_load_string('<a><b/><c><d><x/></d></c></a>')), "\n";
19 ["x"]=>
34 ["x"]=>
49 ["x"]=>
63 ["x"]=>
/PHP-5.5/ext/intl/normalizer/
H A Dnormalizer.c40 #define NORMALIZER_EXPOSE_CONST(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS) in normalizer_register_constants() argument
41 … NORMALIZER_EXPOSE_CLASS_CONST(x) zend_declare_class_constant_long( Normalizer_ce_ptr, ZEND_STRS( … in normalizer_register_constants() argument
/PHP-5.5/ext/intl/locale/
H A Dlocale.c42 #define LOCALE_EXPOSE_CONST(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS) in locale_register_constants() argument
43 …#define LOCALE_EXPOSE_CLASS_CONST(x) zend_declare_class_constant_long( Locale_ce_ptr, ZEND_STRS( # in locale_register_constants() argument
/PHP-5.5/ext/intl/tests/
H A Dbug48227.phpt8 $x = new NumberFormatter('en_US', NumberFormatter::DECIMAL);
9 var_dump($x->format(''));
10 var_dump($x->format(1));
11 var_dump($x->format(NULL));
12 var_dump($x->format($x));
/PHP-5.5/ext/gd/libgd/
H A Dgd_arc.c19 int x=0,mx1=0,mx2=0,my1=0,my2=0; in gdImageEllipse() local
36 x = a; in gdImageEllipse()
37 while (x > 0){ in gdImageEllipse()
44 x--; in gdImageEllipse()
58 int x=0,mx1=0,mx2=0,my1=0,my2=0; in gdImageFilledEllipse() local
66 for (x = mx-a; x <= mx+a; x++) { in gdImageFilledEllipse()
67 gdImageSetPixel(im, x, my, c); in gdImageFilledEllipse()
80 x = a; in gdImageFilledEllipse()
83 while (x > 0){ in gdImageFilledEllipse()
90 x--; in gdImageFilledEllipse()
/PHP-5.5/ext/hash/
H A Dhash_ripemd.c140 #define F0(x,y,z) ((x) ^ (y) ^ (z)) argument
141 #define F1(x,y,z) (((x) & (y)) | ((~(x)) & (z))) argument
142 #define F2(x,y,z) (((x) | (~(y))) ^ (z)) argument
144 #define F4(x,y,z) ((x) ^ ((y) | (~(z)))) argument
182 #define ROLS(j, x) (((x) << S[j]) | ((x) >> (32 - S[j]))) argument
183 #define ROLSS(j, x) (((x) << SS[j]) | ((x) >> (32 - SS[j]))) argument
184 #define ROL(n, x) (((x) << n) | ((x) >> (32 - n))) argument
247 memset(x, 0, sizeof(x)); in RIPEMD128Transform()
345 memset(x, 0, sizeof(x)); in RIPEMD256Transform()
444 memset(x, 0, sizeof(x)); in RIPEMD160Transform()
[all …]
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c147 struct cdb_hplist *x; in cdb_make_finish() local
153 for (x = c->head; x; x = x->next) { in cdb_make_finish()
154 i = x->num; in cdb_make_finish()
156 ++c->count[255 & x->hp[i].h]; in cdb_make_finish()
186 for (x = c->head; x; x = x->next) { in cdb_make_finish()
187 i = x->num; in cdb_make_finish()
189 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
224 for (x = c->head; x; c->head = x) { in cdb_make_finish()
225 x = x->next; in cdb_make_finish()
/PHP-5.5/ext/session/tests/
H A Dsessionhandler_open_001.phpt9 $x = new SessionHandler;
10 $x->open('','');
11 $x->open('','');
12 $x->open('','');
13 $x->open('','');

Completed in 43 milliseconds

12345678910>>...47