Home
last modified time | relevance | path

Searched refs:x (Results 76 – 100 of 997) sorted by relevance

12345678910>>...40

/PHP-5.3/tests/lang/
H A Dfunc_get_args.004.phpt5 function valRef($x, &$y) {
6 var_dump($x, $y);
8 $x = 'changed.x';
13 function refVal(&$x, $y) {
14 var_dump($x, $y);
16 $x = 'changed.x';
63 string(9) "changed.x"
67 string(9) "changed.x"
/PHP-5.3/Zend/tests/
H A Dclosure_035.phpt6 $x = function () use (&$x) {
7 $h = function () use ($x) {
8 var_dump($x);
14 var_dump($x());
21 ["x"]=>
H A Dbug44141.phpt7 public $x;
8 private function __construct($x)
10 $this->x = $x;
16 static public function cheat($x)
18 return new Y($x);
23 echo $y->x, PHP_EOL;
H A Dexception_010.phpt6 $x = new Exception;
7 $x->gettraceasstring(1);
8 $x->gettraceasstring();
9 $x->__tostring(1);
10 $x->gettrace(1);
11 $x->getline(1);
12 $x->getfile(1);
13 $x->getmessage(1);
14 $x->getcode(1);
H A Dclosure_002.phpt6 $x = 4;
8 $lambda1 = function () use ($x) {
9 echo "$x\n";
12 $lambda2 = function () use (&$x) {
13 echo "$x\n";
18 $x++;
H A Doffset_assign.phpt2 Crash on $x['x']['y'] += 1 when $x is string
5 $x = "a";
6 $x['x']['y'] += 1;
H A Dclosure_003.phpt7 $x = 4;
9 $lambda1 = function () use ($x) {
10 echo "$x\n";
13 $lambda2 = function () use (&$x) {
14 echo "$x\n";
19 $x++;
H A D037.phpt8 class closure { static $x = 1;}
10 $x = __NAMESPACE__;
11 var_dump(closure::$x);
13 var_dump($x::$x);
19 Fatal error: Access to undeclared static property: Closure::$x in %s on line %d
H A Dns_074.phpt8 $x = function (\stdclass $x = NULL) {
9 var_dump($x);
14 $x(NULL);
15 $x(new stdclass);
16 $x(new \stdclass);
H A Dns_036.phpt12 function f1($x = ArrayObject::STD_PROP_LIST) {
13 var_dump($x);
15 function f2($x = \ArrayObject::STD_PROP_LIST) {
16 var_dump($x);
18 function f3($x = \A\ArrayObject::STD_PROP_LIST) {
19 var_dump($x);
21 function f4($x = B\ArrayObject::STD_PROP_LIST) {
22 var_dump($x);
H A Dclosure_004.phpt7 $x = 4;
9 $lambda1 = function () use ($x) {
10 echo "$x\n";
13 $lambda2 = function () use (&$x) {
14 echo "$x\n";
15 $x++;
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"));
/PHP-5.3/
H A DMakefile.gcov16 for x in $$files; do \
18 y=`echo $$x | sed -e 's!\.libs/!!'`; \
19 dir=lcov_data/`dirname $$x`; \
42 test -f "$$x.gcno" && cp $$x.gcno lcov_data/$$y.gcno ; \
43 test -f "$$x.gcda" && cp $$x.gcda lcov_data/$$y.gcda ; \
44 test -f "$$x.da" && cp $$x.da lcov_data/$$y.da ; \
45 test -f "$$x.bb" && cp $$x.bb lcov_data/$$y.bb ; \
46 test -f "$$x.bbg" && cp $$x.bbg lcov_data/$$y.bbg ; \
/PHP-5.3/ext/pdo/
H A Dpdo.php6 $x = new PDO("sqlite::memory:"); variable
8 $x->query("create table test(name string, value string)");
9 debug_zval_dump($x);
11 $stmt = $x->prepare("INSERT INTO test (NAME, VALUE) VALUES (:name, :value)");
28 foreach ($x->query("select NAME, VALUE from test") as $row) {
40 foreach ($x->query("select NAME, VALUE from test", PDO_FETCH_COLUMN, 1) as $row) {
47 $stmt = $x->prepare("select NAME, VALUE from test where value like ?");
/PHP-5.3/ext/hash/
H A Dphp_hash_types.h34 #define L64(x) x argument
44 #define L64(x) x##LL argument
57 #define L64(x) x##i64 argument
/PHP-5.3/ext/simplexml/tests/
H A Dbug42369.phpt8 $x = simplexml_load_string($xml . "<q><x>foo</x></q>");
12 md5(strval($x->x));
17 md5($x->x);
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));
/PHP-5.3/ext/standard/tests/strings/
H A Dsprintf_variation36.phpt24 "%x", "%xx", "%lx",
25 "%Lx", " %x", "%x ",
26 "\t%x", "\n%x", "%4x",
27 "%30x", "%[0-9A-Fa-f]", "%*x"
53 string(1) "x"
62 string(1) "x"
68 string(1) "x"
77 string(1) "x"
/PHP-5.3/Zend/
H A Dzend_strtod.c278 #define value(x) ((x).d) argument
280 #define word0(x) ((x).ul[1]) argument
281 #define word1(x) ((x).ul[0]) argument
283 #define word0(x) ((x).ul[0]) argument
284 #define word1(x) ((x).ul[1]) argument
479 int x; in Balloc() local
559 x = b->x; in multadd()
657 *y = x; in lo0bits()
694 for(x = c->x, xa = x + wc; x < xa; x++) { in mult()
851 x = b->x; in lshift()
[all …]
/PHP-5.3/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.3/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.3/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.3/ext/standard/
H A Dexec.c290 for (x = 0, y = 0; x < l; x++) { in php_escape_shell_cmd()
291 int mb_len = php_mblen(str + x, (l - x)); in php_escape_shell_cmd()
299 x += mb_len - 1; in php_escape_shell_cmd()
303 switch (str[x]) { in php_escape_shell_cmd()
307 if (!p && (p = memchr(str + x + 1, str[x], l - x - 1))) { in php_escape_shell_cmd()
314 cmd[y++] = str[x]; in php_escape_shell_cmd()
386 for (x = 0; x < l; x++) { in php_escape_shell_arg()
387 int mb_len = php_mblen(str + x, (l - x)); in php_escape_shell_arg()
395 x += mb_len - 1; in php_escape_shell_arg()
399 switch (str[x]) { in php_escape_shell_arg()
[all …]
/PHP-5.3/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.3/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()));

Completed in 33 milliseconds

12345678910>>...40