Home
last modified time | relevance | path

Searched refs:a (Results 626 – 650 of 6311) sorted by relevance

1...<<21222324252627282930>>...253

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1531 /a\Cb/8
33 a\nb
35 /a\C\Cb/8
36 a\x{100}b
41 /a\C\Cb/8
42 a\x{100}b
44 a\x{12257}b
185 /a\Cb/8
187 a\x{100}b
276 ABC\x{0a}
[all …]
/PHP-5.5/ext/spl/tests/
H A Ddllist_012.phpt5 $a = new SplDoublyLinkedList;
6 $a[] = $a;
8 var_dump($a);
/PHP-5.5/Zend/tests/
H A Dgc_019.phpt7 $a = array(array());
8 $a[0][0] =& $a[0];
10 $a =& $b;
H A Dgc_026.phpt8 $a = array(array());
9 $a[0][0] =& $a[0];
10 unset($a);
H A Dget_class_methods_001.phpt7 public function a() { }
32 string(1) "a"
38 string(1) "a"
42 string(1) "a"
52 string(1) "a"
H A Ddynamic_call_002.phpt6 $a = new stdClass;
8 $a::$a();
12 Fatal error: Function name must be a string in %s on line %d
/PHP-5.5/ext/standard/tests/array/
H A Duksort_variation2.phpt6 * Description: Sort an array by keys using a user-defined comparison function
102 Warning: uksort() expects parameter 2 to be a valid callback, no array or string given in %suksort_…
107 Warning: uksort() expects parameter 2 to be a valid callback, no array or string given in %suksort_…
112 Warning: uksort() expects parameter 2 to be a valid callback, no array or string given in %suksort_…
117 Warning: uksort() expects parameter 2 to be a valid callback, no array or string given in %suksort_…
122 Warning: uksort() expects parameter 2 to be a valid callback, no array or string given in %suksort_…
127 Warning: uksort() expects parameter 2 to be a valid callback, no array or string given in %suksort_…
132 Warning: uksort() expects parameter 2 to be a valid callback, no array or string given in %suksort_…
137 Warning: uksort() expects parameter 2 to be a valid callback, no array or string given in %suksort_…
142 Warning: uksort() expects parameter 2 to be a valid callback, no array or string given in %suksort_…
[all …]
H A Darray_intersect_key.phpt5 $a = array(1, 6, 2, -20, 15, 1200, -2500);
10 $a_f = array_flip($a);
48 var_dump(array_intersect($a, $b_f));
49 var_dump(array_uintersect($a, $b, "comp_func"));
50 var_dump(array_intersect($a, $b, $c));
51 var_dump(array_uintersect($a, $b, $c, "comp_func"));
52 var_dump(array_intersect($a, $b, $c, $d));
53 var_dump(array_uintersect($a, $b, $c, $d, "comp_func"));
56 function comp_func($a, $b) {
57 if ($a === $b) return 0;
[all …]
H A Darray_diff_uassoc_basic.phpt9 function key_compare_func($a, $b) {
10 if ($a === $b) {
13 return ($a > $b) ? 1 : -1;
15 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
16 $array2 = array("a" => "green", "yellow", "red");
H A Dbug41686.phpt5 $a = array(1,2,3);
6 $b = array('a'=>1,'b'=>1,'c'=>2);
9 array_slice($a, 1),
10 array_slice($a, 1, 2, TRUE),
11 array_slice($a, 1, NULL, TRUE),
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getConstants_basic.phpt6 const a = 'hello from C';
13 const a = 'hello from F';
28 ["a"]=>
33 ["a"]=>
38 ["a"]=>
43 ["a"]=>
/PHP-5.5/ext/standard/tests/strings/
H A Dstrnatcasecmp_variation1.phpt14 class a
30 $a = new a();
33 function str_dump($a, $b) {
34 var_dump(strnatcasecmp($a, $b));
44 str_dump($a, $b);
H A Dhtmlentities19.phpt12 $a = htmlentities($test, ENT_QUOTES | ENT_SUBSTITUTE, "UTF-8");
13 var_dump($a, bin2hex($a));
14 $a = htmlspecialchars($test, ENT_QUOTES | ENT_SUBSTITUTE, "UTF-8");
15 var_dump($a, bin2hex($a));
/PHP-5.5/tests/output/
H A Dob_start_callbacks.phpt7 $a = function ($s) { return strtoupper($s); };
8 ob_start($a);
18 $a = array('foo', 'out');
19 ob_start($a);
31 $a = 'my_strtoupper';
32 ob_start($a);
/PHP-5.5/ext/tidy/tests/
H A D004.phpt7 $a = tidy_parse_string('<HTML></HTML>');
8 var_dump(tidy_diagnose($a));
9 echo str_replace("\r", "", tidy_get_error_buffer($a));
18 $a = tidy_parse_string($html);
19 var_dump(tidy_diagnose($a));
20 echo tidy_get_error_buffer($a);
/PHP-5.5/tests/classes/
H A Dclone_004.phpt6 public $a = 'base';
25 $o1->a = array(1,2);
34 $o2->a = 5;
50 ["a"]=>
67 ["a"]=>
79 ["a"]=>
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt124 ["a"]=>
138 ["a"]=>
152 ["a"]=>
168 ["a"]=>
182 ["a"]=>
196 ["a"]=>
212 ["a"]=>
226 ["a"]=>
240 ["a"]=>
258 ["a"]=>
[all …]
/PHP-5.5/ext/phar/tests/
H A Dphar_ctx_001.phpt16 $files['a'] = 'a';
24 var_dump(file_get_contents($pname . '/a'));
25 var_dump($phar['a']->isCompressed());
34 file_put_contents($pname . '/a', b'new a', 0); // no compression
39 var_dump(file_get_contents($pname . '/a'));
40 var_dump($phar['a']->isCompressed());
41 var_dump($phar['a']->getMetaData());
67 string(1) "a"
73 string(5) "new a"
H A Dpharfileinfo_destruct.phpt12 $a = new Phar($fname);
13 $a['a/subdir/here'] = 'hi';
15 $b = new PharFileInfo($pname . '/a/subdir');
18 $b = new PharFileInfo($pname . '/a/subdir/here');
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_object.phpt30 if (($obj->ID !== "1") || ($obj->label !== "a") || (get_class($obj) != 'stdClass')) {
37 public $a = null;
55 public function __construct($a, $b) {
56 $this->a = $a;
69 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a'));
70 …if (($obj->ID !== "4") || ($obj->label !== "d") || ($obj->a !== 'a') || ($obj->b !== NULL) || (get…
75 $obj = mysqli_fetch_object($res, 'mysqli_fetch_object_construct', array('a', 'b'));
76 …if (($obj->ID !== "5") || ($obj->label !== "e") || ($obj->a !== 'a') || ($obj->b !== 'b') || (get_…
115 private function __construct($a, $b) {
116 $this->a = $a;
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_error1.phpt15 '/[a-zA-Z]', //Regex without closing delimiter
16 '[a-zA-Z]/', //Regex without opening delimiter
17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string
20 $subject = 'this is a test';
37 Arg value is /[a-zA-Z]
42 Arg value is [a-zA-Z]/
47 Arg value is /[a-zA-Z]/F
57 Arg value is /[a-zA-Z]/
H A Dpreg_split_error1.phpt15 '/[a-zA-Z]', //Regex without closing delimiter
16 '[a-zA-Z]/', //Regex without opening delimiter
17 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
18 '[A-Z]', '[0-9]'), '/[a-zA-Z]/', //Regex string
20 $subject = '1 2 a 3 4 b 5 6';
36 Arg value is /[a-zA-Z]
41 Arg value is [a-zA-Z]/
46 Arg value is /[a-zA-Z]/F
56 Arg value is /[a-zA-Z]/
H A D004.phpt6 …?:\[\s*\w*\s*\])?\s*(?:=[^,;]+)?)*)\s*;/S', 'unsigned int xpto = 124; short a, b;', $m, PREG_SET_O…
9 var_dump(preg_match_all('/(?:\([^)]+\))?(&?)([\w>.()-]+(?:\[\w+\])?)\s*,?((?:\)*\s*=)?)/S', '&a, b,…
12 …^,]+),\s*"([^"]*)"\s*,\s*([^{;]*)/S', 'zend_parse_parameters( 0, "addd|s/", a, b, &c);', $m, PREG_…
42 string(11) "short a, b;"
50 string(1) "a"
62 string(3) "&a,"
66 string(1) "a"
100 string(46) "zend_parse_parameters( 0, "addd|s/", a, b, &c)"
114 string(9) "a, b, &c)"
/PHP-5.5/ext/session/tests/
H A Dsession_name_error.phpt102 Warning: session_name(): session.name cannot be a numeric or empty '0' in %s on line %d
108 Warning: session_name(): session.name cannot be a numeric or empty '1' in %s on line %d
156 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
162 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
168 Warning: session_name(): session.name cannot be a numeric or empty '1' in %s on line %d
174 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
186 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
192 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
198 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
221 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
[all …]
/PHP-5.5/ext/phar/tests/tar/
H A Ddelete_in_phar.phpt2 Phar: delete a file within a tar-based .phar
15 $phar['a.php'] = '<?php echo "This is a\n"; ?>';
29 include $alias . '/a.php';
37 include $alias . '/a.php';
46 This is a
50 This is a
53 …phar.phar.tar/b/c.php): failed to open stream: phar error: "b/c.php" is not a file in phar "%sdele…

Completed in 69 milliseconds

1...<<21222324252627282930>>...253