Home
last modified time | relevance | path

Searched refs:x (Results 226 – 250 of 1169) sorted by relevance

12345678910>>...47

/PHP-5.5/ext/soap/tests/
H A Dserver007.phpt7 function Add($x,$y) {
8 return $x+$y;
10 function Sub($x,$y) {
11 return $x-$y;
/PHP-5.5/Zend/tests/
H A Ddereference_007.phpt9 public $x = array();
12 return $this->x;
16 return $x;
36 Notice: Undefined variable: x in %s on line %d
H A Dns_035.phpt10 function f1($x = ArrayObject::STD_PROP_LIST) {
11 var_dump($x);
13 function f2($x = \ArrayObject::STD_PROP_LIST) {
14 var_dump($x);
H A Dunset_cv06.phpt11 $_SESSION['x'] = "1\n";
12 echo $_SESSION['x'];
15 echo $_SESSION['x'];
21 Notice: Undefined index: x in %sunset_cv06.php on line %d
H A Dbug50174.phpt13 function x() {}
16 $rm = new ReflectionMethod('TestClass', 'x');
24 public $x;
27 $rp = new ReflectionProperty('TestClass2', 'x');
H A Dclosure_038.phpt7 private $x;
10 $this->x = $v;
14 return function() { return ++$this->x; };
18 private $x;
21 $this->x = $v*2;
58 Fatal error: Cannot access private property B::$x in %s on line %d
H A Dclosure_039.phpt7 private $x;
10 $this->x = $v;
14 return function() { return ++$this->x; };
18 private $x;
21 $this->x = $v*2;
58 Fatal error: Cannot access private property B::$x in %s on line %d
H A Dbug42802.phpt27 $x = new bar();
29 test1($x);
30 test2($x);
31 test3($x);
33 test5($x);
H A Dbug67633.phpt6 function id($x) {
7 return $x;
10 function &ref_id(&$x) {
11 return $x;
H A Dclosure_025.phpt6 $a = create_function('$x', 'return function($y) use ($x) { return $x * $y; };');
/PHP-5.5/ext/standard/tests/array/
H A Dbug42177.phpt24 $x = 'foo';
25 $y =& $x;
26 $a1 = array($x, $y, $x, $y);
27 $a2 = array( 'key1' => $a1, $x, $y );
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug30928.phpt15 function test($x) {
16 return $x;
36 $x = new LocalSoapClient(dirname(__FILE__)."/bug30928.wsdl",
38 var_dump($x->test(new foo()));
40 $x = new LocalSoapClient(dirname(__FILE__)."/bug30928.wsdl",
42 var_dump($x->test(new foo()));
/PHP-5.5/ext/phar/tests/tar/
H A Drename_dir.phpt21 $files['a/x'] = 'a';
31 echo file_get_contents($alias . '/a/x') . "\n";
33 echo file_get_contents($alias . '/b/x') . "\n";
34 echo file_get_contents($alias . '/a/x') . "\n";
42 …ning: file_get_contents(phar://%srename_dir.phar.tar/a/x): failed to open stream: phar error: "a/x
/PHP-5.5/ext/standard/tests/strings/
H A Dvprintf_basic9.phpt14 $format1 = "%x";
15 $format2 = "%x %x";
16 $format3 = "%x %x %x";
H A Dsprintf_basic9.phpt16 $format1 = "%x";
17 $format2 = "%x %x";
18 $format3 = "%x %x %x";
/PHP-5.5/tests/classes/
H A D__set__get_001.phpt9 public $x = array('a' => 1, 'b' => 2, 'c' => 3);
14 if (isset($this->x[$nm])) {
15 $r = $this->x[$nm];
27 if (isset($this->x[$nm])) {
28 $this->x[$nm] = $val;
63 ["x"]=>
/PHP-5.5/ext/soap/tests/soap12/
H A Dsoap12-test.inc5 function echoOk($x) {
6 return $x;
33 function echoStruct($x) {
34 return $x;
37 function echoStructArray($x) {
38 return $x;
103 function requiredHeader($x) {
104 $this->header = $x;
/PHP-5.5/ext/intl/tests/
H A Dlocale_set_default.phpt48 'de-CH-x-phonebk',
49 'az-Arab-x-AZE-derbend',
54 'x-whatever',
55 'qaa-Qaaa-QM-x-southern',
61 'zh-CN-a-myExt-x-private',
120 de-CH-x-phonebk: set locale 'de-CH-x-phonebk'
121 az-Arab-x-AZE-derbend: set locale 'az-Arab-x-AZE-derbend'
124 x-whatever: set locale 'x-whatever'
125 qaa-Qaaa-QM-x-southern: set locale 'qaa-Qaaa-QM-x-southern'
129 zh-CN-a-myExt-x-private: set locale 'zh-CN-a-myExt-x-private'
H A Dspoofchecker_002.phpt10 $x = new Spoofchecker();
12 var_dump($x->areConfusable("hello, world", "goodbye, world"));
13 var_dump($x->areConfusable("hello, world", "hello, world"));
14 var_dump($x->areConfusable("hello, world", "he11o, wor1d"));
/PHP-5.5/ext/pdo/tests/
H A Dpdo_036.phpt9 $x = $instance->newInstance();
10 var_dump($x);
13 $x = $instance->newInstance();
14 var_dump($x);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export_basic9.phpt5 $x = new stdClass();
6 $x->{'\'\\'} = 7;
7 echo var_export($x);
/PHP-5.5/ext/standard/
H A Dversioning.c54 #define isdig(x) (isdigit(x)&&(x)!='.') in php_canonicalize_version() argument
55 #define isndig(x) (!isdigit(x)&&(x)!='.') in php_canonicalize_version() argument
56 #define isspecialver(x) ((x)=='-'||(x)=='_'||(x)=='+') in php_canonicalize_version() argument
/PHP-5.5/ext/ftp/tests/
H A D005.phpt20 var_dump(ftp_chmod($ftp, 0666, 'x'));
21 var_dump(ftp_delete($ftp, 'x'));
22 var_dump(ftp_exec($ftp, 'x'));
23 var_dump(ftp_fget($ftp, STDOUT, 'x', 0));
24 var_dump(ftp_fput($ftp, 'x', fopen(__FILE__, 'r'), 0));
25 var_dump(ftp_get($ftp, 'x', 'y', 0));
26 var_dump(ftp_mdtm($ftp, 'x'));
27 var_dump(ftp_mkdir($ftp, 'x'));
29 var_dump(ftp_nb_fget($ftp, STDOUT, 'x', 0));
30 var_dump(ftp_nb_fput($ftp, 'x', fopen(__FILE__, 'r'), 0));
/PHP-5.5/ext/reflection/tests/
H A Dbug51905.phpt12 public function x($x = 1, $y = array(self::X), $z = parent::Y) {}
16 $method = $clazz->getMethod('x');
24 $x : 1
/PHP-5.5/ext/json/tests/
H A Dbug63737.phpt8 $x = json_decode($json);
9 var_dump($x);
10 $x = json_decode($json, false, 512, JSON_BIGINT_AS_STRING);
11 var_dump($x);

Completed in 50 milliseconds

12345678910>>...47