Home
last modified time | relevance | path

Searched refs:x (Results 476 – 500 of 1216) sorted by relevance

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

/PHP-5.6/ext/intl/tests/
H A Dlocale_get_display_language.phpt51 'de-CH-x-phonebk',
52 'az-Arab-x-AZE-derbend',
57 'x-whatever',
58 'qaa-Qaaa-QM-x-southern',
64 'zh-CN-a-myExt-x-private',
211 locale='de-CH-x-phonebk'
216 locale='az-Arab-x-AZE-derbend'
231 locale='x-whatever'
232 disp_locale=en : display_language=x-whatever
236 locale='qaa-Qaaa-QM-x-southern'
[all …]
/PHP-5.6/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt36 var_dump(isset($complete->x));
37 $complete->x = "x.new";
38 var_dump(isset($complete->x));
39 unset($complete->x);
40 var_dump($complete->x);
56 var_dump(isset($incomplete->x));
57 $incomplete->x = "x.new";
58 var_dump(isset($incomplete->x));
59 unset($incomplete->x);
60 var_dump($incomplete->x);
[all …]
/PHP-5.6/ext/standard/tests/file/
H A Dfflush_variation1.phpt24 "x", "xb", "xt", "x+", "x+b", "x+t");
118 -- File opened in x mode --
130 -- File opened in x+ mode --
134 -- File opened in x+b mode --
138 -- File opened in x+t mode --
191 -- File opened in x mode --
203 -- File opened in x+ mode --
264 -- File opened in x mode --
276 -- File opened in x+ mode --
403 -- File opened in x mode --
[all …]
H A Dfflush_variation1-win32.phpt24 "x", "xb", "xt", "x+", "x+b", "x+t");
117 -- File opened in x mode --
129 -- File opened in x+ mode --
133 -- File opened in x+b mode --
137 -- File opened in x+t mode --
190 -- File opened in x mode --
202 -- File opened in x+ mode --
263 -- File opened in x mode --
275 -- File opened in x+ mode --
402 -- File opened in x mode --
[all …]
/PHP-5.6/main/
H A Dreentrancy.c46 #define local_lock(x) tsrm_mutex_lock(reentrant_locks[x]) argument
47 #define local_unlock(x) tsrm_mutex_unlock(reentrant_locks[x]) argument
51 #define local_lock(x) argument
52 #define local_unlock(x) argument
/PHP-5.6/Zend/tests/
H A Dfr47160.phpt7 public function world($x) {
8 echo "Hello, $x\n"; return $this;
13 static public function world($x) {
14 echo "Hello, $x\n";
61 $x = function ($c,$v) { return array($c, $v); };
65 $f = $x($c, $m);
H A Dns_070.phpt9 public function __construct(\stdclass $x = NULL) {
10 var_dump($x);
H A Dbug38461.phpt16 private $x;
20 $op->x = 'test';
H A Dbug29015.phpt6 $x = "";
7 $a->$x = "string('')";
H A Dheredoc_001.phpt13 $x = <<<ENDOFHEREDOC
18 print "{$x}";
H A Dheredoc_003.phpt13 $x = <<<ENDOFHEREDOC
18 print "{$x}";
H A Dheredoc_004.phpt13 $x = <<<ENDOFHEREDOC
18 print "{$x}";
H A Dconstructor_args.phpt9 public function __construct($x = 1) {
13 public function __construct($x = 1, $y = 2) {
H A Dheredoc_002.phpt13 $x = b<<<ENDOFHEREDOC
18 print "{$x}";
H A Dnowdoc_002.phpt13 $x = b<<<'ENDOFNOWDOC'
18 print "{$x}";
H A Dnowdoc_003.phpt13 $x = <<<'ENDOFNOWDOC'
18 print "{$x}";
H A Dnowdoc_004.phpt13 $x = <<<'ENDOFNOWDOC'
18 print "{$x}";
H A Dnowdoc_009.phpt17 $x = <<<'ENDOFNOWDOC'
26 print "{$x}";
/PHP-5.6/ext/spl/tests/
H A Dspl_001.phpt6 $it = new ArrayObject(array("x"=>1, 1=>2, 3=>3, 4, "1"=>5));
25 [x] => 1
H A Dbug61828.phpt5 $x = new DirectoryIterator('.');
6 $x->__construct('/tmp');
H A Dbug73029.phpt6 $a = 'C:11:"ArrayObject":19:0x:i:0;r:2;;m:a:0:{}}';
8 $x = $m[2];
H A Dbug62904.phpt11 $x = new foo(2);
14 $z = clone $x;
/PHP-5.6/ext/iconv/tests/
H A Dbug37773.phpt15 var_dump(iconv_substr('x', 0, 1, 'UTF-8'));
18 string(1) "x"
/PHP-5.6/ext/gd/libgd/
H A Dwebpng.c190 int maxx, maxy, x, y, alpha, pix, nalpha = 0; in main() local
199 for (x = 0; x < maxx; x++) { in main()
200 pix = gdImageGetPixel(im, x, y); in main()
/PHP-5.6/ext/calendar/tests/
H A Djdtojewish64.phpt14 foreach ($a as $x) var_dump(jdtojewish($x));

Completed in 55 milliseconds

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