Home
last modified time | relevance | path

Searched refs:x (Results 426 – 450 of 1216) sorted by relevance

1...<<11121314151617181920>>...49

/PHP-5.6/ext/xmlrpc/tests/
H A Dbug47818.phpt31 $x = new MyXmlRpc;
32 $resp = $x->call(xmlrpc_encode_request('add', array(1, 2, 3)));
34 $method = $x->getMethod();
/PHP-5.6/tests/lang/
H A Dbug21961.phpt53 $x = new man;
54 $x->getdrunk('The old Tavern');
55 var_dump($x->bars[0]->whosdrunk());
H A Dengine_assignExecutionOrder_008.phpt15 echo "\n" . '$$x=f(): ';
16 $x='i';
17 echo $a[$$x=f()][++$$x];
18 unset($i, $x);
65 $$x=f(): good
/PHP-5.6/ext/wddx/tests/
H A Dbug48562.phpt14 $a['x'] = 'foo';
15 $a['x'] = &$a;
25 $a['x'] = 'foo';
26 $a['x'] = $a;
/PHP-5.6/ext/soap/tests/
H A Dserver014.phpt7 function Add($x,$y) {
9 return $x+$y;
25 <x xsi:type="xsd:int">22</x>
/PHP-5.6/sapi/nsapi/
H A Dconfig.m415 AC_MSG_RESULT([Netscape 3.x / Sun 7.x style])
21 AC_MSG_RESULT([iPlanet 4.x / Sun 6.x style])
/PHP-5.6/ext/fileinfo/tests/
H A Dfinfo_open_002.phpt8 $x = new finfo;
9 $x->finfo();
/PHP-5.6/Zend/tests/
H A Dbug41640.phpt7 public $x = self::FOO;
13 ["x"]=>
H A Dns_008.phpt10 $x = __NAMESPACE__ . "\\foo";
11 echo get_class(new $x),"\n";
H A Dns_018.phpt11 $x = __NAMESPACE__ . "\\foo";
12 echo $x(),"\n";
H A Dns_050.phpt9 function foo($x = INI_ALL) {
10 var_dump($x);
H A Dbug26281.phpt5 $x = 'abc';
6 switch ($x[0]) {
H A Dbug34358.phpt10 $x = new foo();
11 $x->bar();
H A Dinter_02.phpt14 function foo($x = \foo\foo::foo) {
15 var_dump($x);
H A Dns_006.phpt10 $x = "test\\ns1\\Exception";
11 echo get_class(new $x),"\n";
H A Dbug67111.phpt9 foreach ($array1 as $x) {
11 echo "$x.$y\n";
H A Dbug45180.phpt24 $x = new foo;
26 $x->test();
28 $x::A();
H A Dns_052.phpt9 function foo($x = \INI_ALL) {
10 var_dump($x);
/PHP-5.6/Zend/tests/generators/finally/
H A Dyield_yield.phpt18 foreach (foo() as $x) {
19 echo $x;
H A Dreturn_yield.phpt14 foreach (foo(1, 5) as $x) {
15 echo $x, "\n";
H A Dyield_return.phpt14 foreach (foo(1, 5) as $x) {
15 echo $x, "\n";
/PHP-5.6/ext/gd/tests/
H A Dcopyresized.phpt27 for ($x = 0; $x < 38; $x++) {
29 $p1 = imagecolorat($im, $x, $y);
30 $p2 = imagecolorat($dst, $x, $y);
H A Dfunc.inc93 echo "The image size differs: expected {$exp_x}x{$exp_y}, got {$act_x}x{$act_y}.\n";
99 for ($x = 0; $x < $exp_x; $x ++) {
100 $exp_c = imagecolorat($expected, $x, $y);
101 $act_c = imagecolorat($actual, $x, $y);
/PHP-5.6/ext/spl/tests/
H A Dbug46160.phpt7 $x = new splqueue;
8 $x->offsetSet(0, 0);
H A Dbug46115.phpt6 $x = new reflectionmethod('RecursiveArrayIterator', 'asort');
7 $z = $x->invoke($h);

Completed in 58 milliseconds

1...<<11121314151617181920>>...49