Home
last modified time | relevance | path

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

12345678910>>...49

/PHP-5.6/ext/intl/tests/
H A Dlocale_get_keywords2.phpt54 'de-CH-x-phonebk',
55 'az-Arab-x-AZE-derbend',
60 'x-whatever',
61 'qaa-Qaaa-QM-x-southern',
67 'zh-CN-a-myExt-x-private',
112 i-enochian: Key is x and Value is i-enochian
128 de-CH-x-phonebk: Key is x and Value is phonebk
130 az-Arab-x-AZE-derbend: Key is x and Value is aze-derbend
134 x-whatever: Key is x and Value is whatever
136 qaa-Qaaa-QM-x-southern: Key is x and Value is southern
[all …]
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'
/PHP-5.6/ext/interbase/tests/
H A Dibase_free_query_001.phpt10 $x = ibase_connect($test_base);
12 $q =ibase_prepare($x, 'SELECT 1 FROM test1 WHERE i = ?');
13 $q =ibase_prepare($x, 'SELECT 1 FROM test1 WHERE i = ?');
14 $q = ibase_prepare($x, 'SELECT 1 FROM test1 WHERE i = ?');
18 var_dump(ibase_free_query($x));
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput267 /\x{110000}/8
8 Failed: character value in \x{} or \o{} is too large at offset 9
11 Failed: character value in \x{} or \o{} is too large at offset 10
14 \x{110000}
/PHP-5.6/ext/gd/libgd/
H A Dxbm.c45 int bit, x = 0, y = 0; in gdImageCreateFromXbm() local
140 gdImageSetPixel(im, x++, y, (b & bit) ? 1 : 0); in gdImageCreateFromXbm()
141 if (x == im->sx) { in gdImageCreateFromXbm()
142 x = 0; in gdImageCreateFromXbm()
176 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
209 for (x = 0; x < sx; x++) { in gdImageXbmCtx()
210 if (gdImageGetPixel(image, x, y) == fg) { in gdImageXbmCtx()
213 if ((b == 128) || (x == sx - 1)) { in gdImageXbmCtx()
/PHP-5.6/sapi/embed/
H A Dphp_embed.h36 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
38 php_embed_init(x, y PTSRMLS_CC); \
47 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
48 php_embed_init(x, y); \
/PHP-5.6/Zend/tests/
H A Dbug60139.phpt8 public $x;
11 $this->x = function() {};
16 public $x;
20 $this->x = function() use ($self) {};
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);
/PHP-5.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/ext/spl/tests/
H A Dbug67582.phpt16 foreach($list as $x) var_dump($list->offsetExists($x));
19 foreach($list2 as $x) var_dump($list2->offsetExists($x));
/PHP-5.6/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.6/ext/standard/tests/general_functions/
H A Dvar_export_basic9.phpt5 $x = new stdClass();
6 $x->{'\'\\'} = 7;
7 echo var_export($x);

Completed in 41 milliseconds

12345678910>>...49