Home
last modified time | relevance | path

Searched refs:a (Results 176 – 200 of 6183) sorted by relevance

12345678910>>...248

/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller5.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller5.phar');
4 $a['a.php'] = 'hio';
5 $a['a.jpg'] = 'hio';
6 $a['a.phps'] = '<?php function hio(){}';
7 $a->setStub('<?php
H A Dfrontcontroller6.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller6.phar');
4 $a['a.php'] = 'hio';
5 $a['a.jpg'] = 'hio';
6 $a['a.phps'] = '<?php function hio(){}';
7 $a->setStub('<?php
H A Dfrontcontroller7.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller7.phar');
4 $a['a.php'] = 'hio';
5 $a['a.jpg'] = 'hio';
6 $a['a.phps'] = '<?php function hio(){}';
7 $a->setStub('<?php
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller5.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller5.phar');
4 $a['a.php'] = 'hio';
5 $a['a.jpg'] = 'hio';
6 $a['a.phps'] = '<?php function hio(){}';
7 $a->setStub('<?php
H A Dfrontcontroller6.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller6.phar');
4 $a['a.php'] = 'hio';
5 $a['a.jpg'] = 'hio';
6 $a['a.phps'] = '<?php function hio(){}';
7 $a->setStub('<?php
H A Dfrontcontroller7.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller7.phar');
4 $a['a.php'] = 'hio';
5 $a['a.jpg'] = 'hio';
6 $a['a.phps'] = '<?php function hio(){}';
7 $a->setStub('<?php
/PHP-5.5/ext/standard/tests/array/
H A Dbug25708.phpt20 $a = NULL;
24 debug_zval_dump($a, $b, $GLOBALS['a'], $GLOBALS['b']);
27 $a = &$GLOBALS['a'];
32 debug_zval_dump($a, $b, $GLOBALS['a'], $GLOBALS['b']);
34 $a = &$GLOBALS['a'];
36 debug_zval_dump($a, $b, $GLOBALS['a'], $GLOBALS['b']);
39 debug_zval_dump($a, $b, $GLOBALS['a'], $GLOBALS['b']);
41 $a = 4;
57 $a = 'ok';
59 $_a = $a;
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback3.phpt11 $a = 5;
12 var_dump(preg_replace_callback(1,2,3,4,$a));
13 $a = "";
14 var_dump(preg_replace_callback("","","","",$a));
15 $a = array();
16 var_dump(preg_replace_callback($a,$a,$a,$a,$a));
30 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
33 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
36 Warning: preg_replace_callback(): Requires argument 2, '2', to be a valid callback in %s on line %d
/PHP-5.5/tests/lang/
H A D017.phpt5 $a = 1;
6 function Test ($a) {
7 if ($a<3) {
12 if ($a < Test($a)) {
13 echo "$a\n";
14 $a++;
H A DforeachLoop.011.phpt2 Changing from an interable type to a non iterable type during the iteration
6 $a = array(1,2,3);
7 $b=&$a;
8 foreach ($a as $v) {
14 $a = new stdClass;
15 $a->a=1;
16 $a->b=2;
17 $b=&$a;
18 foreach ($a as $v) {
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug68545.phpt5a:6:{a:6:{s:3:"322";s:3:"bar";s:3:"bar";s:3:"foo";a:6:{a:6:{s:3:"322";s:3:"bar";s:3:"bar";s:3:"foo…
/PHP-5.5/Zend/tests/
H A Dbug31098.phpt5 $a = '';
6 var_dump(isset($a->b));
7 $a = 'a';
8 var_dump(isset($a->b));
9 $a = '0';
10 var_dump(isset($a->b));
11 $a = '';
12 var_dump(isset($a['b']));
13 $a = 'a';
14 var_dump(isset($a['b']));
[all …]
H A Dbug38469.phpt5 $a = array();
6 $a[0] = $a;
7 var_dump($a);
13 $a = array();
14 $a[0] = $a;
15 var_dump($a);
H A Dgc_005.phpt7 $a = new stdClass();
8 $a->a = $a;
9 var_dump($a);
10 unset($a);
16 ["a"]=>
/PHP-5.5/ext/phar/tests/tar/files/
H A Dfrontcontroller5.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller5.phar.tar');
4 $a['a.php'] = 'hio';
5 $a['a.jpg'] = 'hio';
6 $a['a.phps'] = '<?php function hio(){}';
7 $a->setStub('<?php
H A Dfrontcontroller6.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller6.phar.tar');
4 $a['a.php'] = 'hio';
5 $a['a.jpg'] = 'hio';
6 $a['a.phps'] = '<?php function hio(){}';
7 $a->setStub('<?php
H A Dfrontcontroller7.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller7.phar.tar');
4 $a['a.php'] = 'hio';
5 $a['a.jpg'] = 'hio';
6 $a['a.phps'] = '<?php function hio(){}';
7 $a->setStub('<?php
/PHP-5.5/ext/phar/tests/zip/files/
H A Dfrontcontroller5.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller5.phar.zip');
4 $a['a.php'] = 'hio';
5 $a['a.jpg'] = 'hio';
6 $a['a.phps'] = '<?php function hio(){}';
7 $a->setStub('<?php
H A Dfrontcontroller6.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller6.phar.zip');
4 $a['a.php'] = 'hio';
5 $a['a.jpg'] = 'hio';
6 $a['a.phps'] = '<?php function hio(){}';
7 $a->setStub('<?php
H A Dfrontcontroller7.phar.inc3 $a = new Phar(dirname(__FILE__) . '/frontcontroller7.phar.zip');
4 $a['a.php'] = 'hio';
5 $a['a.jpg'] = 'hio';
6 $a['a.phps'] = '<?php function hio(){}';
7 $a->setStub('<?php
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation4.phpt34 "a+", "a+b", "a+t",
102 -- file opened in a+ --
110 -- file opened in a+b --
118 -- file opened in a+t --
198 -- file opened in a+ --
206 -- file opened in a+b --
214 -- file opened in a+t --
294 -- file opened in a+ --
390 -- file opened in a+ --
486 -- file opened in a+ --
[all …]
H A Dfputcsv_variation2.phpt34 "a+", "a+b", "a+t",
102 -- file opened in a+ --
110 -- file opened in a+b --
118 -- file opened in a+t --
198 -- file opened in a+ --
206 -- file opened in a+b --
214 -- file opened in a+t --
294 -- file opened in a+ --
390 -- file opened in a+ --
486 -- file opened in a+ --
[all …]
H A Dfputcsv_variation3.phpt34 "a+", "a+b", "a+t",
102 -- file opened in a+ --
110 -- file opened in a+b --
118 -- file opened in a+t --
198 -- file opened in a+ --
206 -- file opened in a+b --
214 -- file opened in a+t --
294 -- file opened in a+ --
390 -- file opened in a+ --
486 -- file opened in a+ --
[all …]
H A Dfscanf_variation26.phpt8 Description: Parses input from a file according to a format
17 // create a file
24 $char_types = array( 'a', "a", 67, -67, 99 );
74 string(1) "a"
78 string(1) "a"
97 string(1) "a"
101 string(1) "a"
120 string(1) "a"
124 string(1) "a"
143 string(1) "a"
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Daddcslashes_001.phpt15 "a",
20 "\a",
40 string(36) "goodyear12345NULL�truefalse\a \b
44 string(37) "goodyear1\2345NULL�truefalse\a \b
52 string(39) "goodye\ar12345NULL�truef\alse\\a \b
60 string(37) "goodyear12345NULL�truefalse\a \b\n
63 string(37) "goodyear12345NULL�truefalse\a \b
66 string(37) "goodyear12345NULL�truefalse\a \b
74 string(37) "goodyear12345NULL�truefalse\a\v \b
78 string(39) "goodyear12345NULL�truefalse\\a \\\b
[all …]

Completed in 85 milliseconds

12345678910>>...248