Home
last modified time | relevance | path

Searched refs:a (Results 76 – 100 of 6311) sorted by last modified time

12345678910>>...253

/PHP-5.5/tests/lang/
H A Dfunc_get_args.002.phpt6 function foo($a)
H A Dfunc_get_args.003.phpt2 func_get_args() outside of a function declaration
H A Dfunc_get_args.004.phpt23 $a = 'original.a';
24 valRef($a, $a);
25 var_dump($a);
35 string(10) "original.a"
36 string(10) "original.a"
39 string(10) "original.a"
41 string(10) "original.a"
45 string(10) "original.a"
H A Dfunc_num_args.002.phpt6 function foo($a)
H A Dfunc_num_args.003.phpt2 func_num_args() outside of a function declaration
H A Dfunc_num_args.004.phpt23 $a = 'original.a';
24 valRef($a, $a);
25 var_dump($a);
36 string(10) "original.a"
37 string(10) "original.a"
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
H A Dbug20175.phpt12 * Storing the result of a function in a static variable.
36 * Storing a reference to the result of a function in a static variable.
38 * The return statment transports a copy of the value to return. In other
39 * words the return value of bar_global() is a temporary variable only valid
61 * Storing a reference to the result of a function in a static variable.
62 * Same as Part 2 but wow_global() returns a reference so $wow_value
63 * should store a reference to $wow_global. Therefor $wow_value is already
87 * Storing a reference to a new instance (that's where the name of the test
91 * The class oop_test uses a static reference to a oop_class instance.
H A Dbug22231.phpt2 Bug #22231 (segfault when returning a global variable by reference)
H A Dbug22510.phpt58 @$a = $a;
69 @$a = $a;
75 @$a = $a;
H A Dbug22592.phpt24 $a = $result[1] = $result[3] = '-';
34 var_dump($a, $b, $c, $d, $e);
35 $result[-1] = 'a';
H A Dbug24396.phpt6 $arr = array('a' => 1, 'b' => 2, 'c' => 3);
17 (a => 1)
H A Dbug24403.phpt5 class a
7 public $a = array();
9 function a()
12 '!\{\s*([a-z0-9_]+)\s*\}!sie',
13 "(in_array('\\1',\$this->a) ? '\'.\$p[\'\\1\'].\'' :
15 "{a} b {c}");
18 new a();
H A Dbug24499.phpt2 Bug #24499 (bogus handling of a public property as a private one)
/PHP-5.5/tests/lang/operators/
H A Dadd_variationStr.phpt48 --- testing: '0' + '3.4a' ---
76 --- testing: '65' + '3.4a' ---
104 --- testing: '-44' + '3.4a' ---
132 --- testing: '1.2' + '3.4a' ---
160 --- testing: '-7.7' + '3.4a' ---
188 --- testing: 'abc' + '3.4a' ---
360 --- testing: '3.4a' + '0' ---
362 --- testing: '3.4a' + '65' ---
364 --- testing: '3.4a' + '-44' ---
366 --- testing: '3.4a' + '1.2' ---
[all …]
H A DbitwiseAnd_variationStr.phpt48 --- testing: '0' & '3.4a' ---
76 --- testing: '65' & '3.4a' ---
104 --- testing: '-44' & '3.4a' ---
132 --- testing: '1.2' & '3.4a' ---
160 --- testing: '-7.7' & '3.4a' ---
188 --- testing: 'abc' & '3.4a' ---
265 string(16) "313233653578797a"
360 --- testing: '3.4a' & '0' ---
362 --- testing: '3.4a' & '65' ---
364 --- testing: '3.4a' & '-44' ---
[all …]
H A DbitwiseNot_variationStr.phpt7 …-44", "1.2", "-7.7", "abc", "123abc", "123e5", "123e5xyz", " 123abc", "123 abc", "123abc ", "3.4a",
44 --- testing: '3.4a' ---
H A DbitwiseOr_variationStr.phpt41 string(16) "313233653578797a"
48 --- testing: '0' | '3.4a' ---
69 string(16) "373733653578797a"
76 --- testing: '65' | '3.4a' ---
181 string(16) "717273653578797a"
237 string(16) "313233653578797a"
249 string(16) "313233653578797a"
251 string(16) "373733653578797a"
259 string(16) "717273653578797a"
263 string(16) "313233653578797a"
[all …]
H A DbitwiseShiftLeft_variationStr.phpt52 --- testing: '0' << '3.4a' ---
80 --- testing: '65' << '3.4a' ---
108 --- testing: '-44' << '3.4a' ---
136 --- testing: '1.2' << '3.4a' ---
164 --- testing: '-7.7' << '3.4a' ---
192 --- testing: 'abc' << '3.4a' ---
364 --- testing: '3.4a' << '0' ---
366 --- testing: '3.4a' << '65' ---
368 --- testing: '3.4a' << '-44' ---
370 --- testing: '3.4a' << '1.2' ---
[all …]
H A DbitwiseShiftLeft_variationStr_64bit.phpt52 --- testing: '0' << '3.4a' ---
80 --- testing: '65' << '3.4a' ---
108 --- testing: '-44' << '3.4a' ---
136 --- testing: '1.2' << '3.4a' ---
164 --- testing: '-7.7' << '3.4a' ---
192 --- testing: 'abc' << '3.4a' ---
364 --- testing: '3.4a' << '0' ---
366 --- testing: '3.4a' << '65' ---
368 --- testing: '3.4a' << '-44' ---
370 --- testing: '3.4a' << '1.2' ---
[all …]
H A DbitwiseShiftRight_variationStr.phpt52 --- testing: '0' >> '3.4a' ---
80 --- testing: '65' >> '3.4a' ---
108 --- testing: '-44' >> '3.4a' ---
136 --- testing: '1.2' >> '3.4a' ---
164 --- testing: '-7.7' >> '3.4a' ---
192 --- testing: 'abc' >> '3.4a' ---
364 --- testing: '3.4a' >> '0' ---
366 --- testing: '3.4a' >> '65' ---
368 --- testing: '3.4a' >> '-44' ---
370 --- testing: '3.4a' >> '1.2' ---
[all …]
H A DbitwiseXor_variationStr.phpt48 --- testing: '0' ^ '3.4a' ---
76 --- testing: '65' ^ '3.4a' ---
89 string(6) "00031a"
104 --- testing: '-44' ^ '3.4a' ---
132 --- testing: '1.2' ^ '3.4a' ---
141 string(6) "00031a"
160 --- testing: '-7.7' ^ '3.4a' ---
188 --- testing: 'abc' ^ '3.4a' ---
360 --- testing: '3.4a' ^ '0' ---
362 --- testing: '3.4a' ^ '65' ---
[all …]
H A Ddivide_variationStr.phpt48 --- testing: '0' / '3.4a' ---
76 --- testing: '65' / '3.4a' ---
104 --- testing: '-44' / '3.4a' ---
132 --- testing: '1.2' / '3.4a' ---
160 --- testing: '-7.7' / '3.4a' ---
188 --- testing: 'abc' / '3.4a' ---
360 --- testing: '3.4a' / '0' ---
362 --- testing: '3.4a' / '65' ---
364 --- testing: '3.4a' / '-44' ---
366 --- testing: '3.4a' / '1.2' ---
[all …]
H A Dmodulus_variationStr.phpt48 --- testing: '0' % '3.4a' ---
76 --- testing: '65' % '3.4a' ---
104 --- testing: '-44' % '3.4a' ---
132 --- testing: '1.2' % '3.4a' ---
160 --- testing: '-7.7' % '3.4a' ---
188 --- testing: 'abc' % '3.4a' ---
360 --- testing: '3.4a' % '0' ---
362 --- testing: '3.4a' % '65' ---
364 --- testing: '3.4a' % '-44' ---
366 --- testing: '3.4a' % '1.2' ---
[all …]
H A Dmultiply_variationStr.phpt48 --- testing: '0' * '3.4a' ---
76 --- testing: '65' * '3.4a' ---
104 --- testing: '-44' * '3.4a' ---
132 --- testing: '1.2' * '3.4a' ---
160 --- testing: '-7.7' * '3.4a' ---
188 --- testing: 'abc' * '3.4a' ---
360 --- testing: '3.4a' * '0' ---
362 --- testing: '3.4a' * '65' ---
364 --- testing: '3.4a' * '-44' ---
366 --- testing: '3.4a' * '1.2' ---
[all …]

Completed in 34 milliseconds

12345678910>>...253