Home
last modified time | relevance | path

Searched refs:x (Results 401 – 425 of 1169) sorted by relevance

1...<<11121314151617181920>>...47

/PHP-5.5/ext/pcre/tests/
H A Dbug44191.phpt10 while (list($x) = each($array)) {
11 print $x;
/PHP-5.5/Zend/tests/
H A Dns_009.phpt8 $x = __NAMESPACE__ . "\\foo";
9 echo get_class(new $x),"\n";
H A Dns_019.phpt9 $x = __NAMESPACE__ . "\\foo";
10 echo $x(),"\n";
H A Dns_007.phpt10 $x = "Exception";
11 echo get_class(new $x),"\n";
H A Dns_051.phpt7 function foo($x = INI_ALL) {
8 var_dump($x);
H A Dunset_cv12.phpt5 $x = 1;
6 function foo() {unset($GLOBALS["x"]);}
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);
/PHP-5.5/ext/dom/tests/
H A DDOMImplementation_createDocument_basic.phpt9 $x = new DOMImplementation();
10 $doc = $x->createDocument(null, 'html');
/PHP-5.5/ext/interbase/tests/
H A Dbug46543.phpt17 $x = ibase_connect($test_base);
18 ibase_trans(1, 2, $x, $x, 3);
/PHP-5.5/ext/spl/
H A Dphp_spl.h31 #define SPL_DEBUG(x) x
33 #define SPL_DEBUG(x) argument
/PHP-5.5/ext/spl/tests/
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt12 'x:rubbish', // rubbish after the 'x:' prefix
13 'x:i:2;O:8:"stdClass":0:{},s:5:"value";;m:a:0:{}',
H A Dbug46160.phpt7 $x = new splqueue;
8 $x->offsetSet(0, 0);
/PHP-5.5/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.5/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.5/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.5/ext/wddx/tests/
H A Dbug48562.phpt14 $a['x'] = 'foo';
15 $a['x'] = &$a;
25 $a['x'] = 'foo';
26 $a['x'] = $a;
/PHP-5.5/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.5/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);
/PHP-5.5/ext/openssl/tests/
H A D026.phpt7 $x = openssl_pkey_new();
8 $csr = openssl_csr_new(["countryName" => "DE"], $x, ["x509_extensions" => 0xDEADBEEF]);
/PHP-5.5/Zend/tests/generators/finally/
H A Dyield_yield.phpt18 foreach (foo() as $x) {
19 echo $x;
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_002.phpt8 $x = new finfo;
9 $x->finfo();

Completed in 37 milliseconds

1...<<11121314151617181920>>...47