Home
last modified time | relevance | path

Searched refs:a5 (Results 1 – 25 of 36) sorted by relevance

12

/PHP-7.4/tests/lang/operators/
H A Dadd_variationStr.phpt8 "a5.9"
50 --- testing: '0' + 'a5.9' ---
78 --- testing: '65' + 'a5.9' ---
106 --- testing: '-44' + 'a5.9' ---
134 --- testing: '1.2' + 'a5.9' ---
162 --- testing: '-7.7' + 'a5.9' ---
190 --- testing: 'abc' + 'a5.9' ---
388 --- testing: 'a5.9' + '0' ---
390 --- testing: 'a5.9' + '65' ---
392 --- testing: 'a5.9' + '-44' ---
[all …]
H A DbitwiseAnd_variationStr.phpt8 "a5.9"
50 --- testing: '0' & 'a5.9' ---
78 --- testing: '65' & 'a5.9' ---
106 --- testing: '-44' & 'a5.9' ---
134 --- testing: '1.2' & 'a5.9' ---
162 --- testing: '-7.7' & 'a5.9' ---
190 --- testing: 'abc' & 'a5.9' ---
388 --- testing: 'a5.9' & '0' ---
390 --- testing: 'a5.9' & '65' ---
392 --- testing: 'a5.9' & '-44' ---
[all …]
H A Dmultiply_variationStr.phpt8 "a5.9"
50 --- testing: '0' * 'a5.9' ---
78 --- testing: '65' * 'a5.9' ---
106 --- testing: '-44' * 'a5.9' ---
134 --- testing: '1.2' * 'a5.9' ---
162 --- testing: '-7.7' * 'a5.9' ---
190 --- testing: 'abc' * 'a5.9' ---
388 --- testing: 'a5.9' * '0' ---
390 --- testing: 'a5.9' * '65' ---
392 --- testing: 'a5.9' * '-44' ---
[all …]
H A Dsubtract_variationStr.phpt8 "a5.9"
50 --- testing: '0' - 'a5.9' ---
78 --- testing: '65' - 'a5.9' ---
106 --- testing: '-44' - 'a5.9' ---
134 --- testing: '1.2' - 'a5.9' ---
162 --- testing: '-7.7' - 'a5.9' ---
190 --- testing: 'abc' - 'a5.9' ---
388 --- testing: 'a5.9' - '0' ---
390 --- testing: 'a5.9' - '65' ---
392 --- testing: 'a5.9' - '-44' ---
[all …]
H A Ddivide_variationStr.phpt8 "a5.9"
50 --- testing: '0' / 'a5.9' ---
78 --- testing: '65' / 'a5.9' ---
106 --- testing: '-44' / 'a5.9' ---
134 --- testing: '1.2' / 'a5.9' ---
162 --- testing: '-7.7' / 'a5.9' ---
190 --- testing: 'abc' / 'a5.9' ---
388 --- testing: 'a5.9' / '0' ---
390 --- testing: 'a5.9' / '65' ---
392 --- testing: 'a5.9' / '-44' ---
[all …]
H A DbitwiseOr_variationStr.phpt8 "a5.9"
50 --- testing: '0' | 'a5.9' ---
78 --- testing: '65' | 'a5.9' ---
106 --- testing: '-44' | 'a5.9' ---
134 --- testing: '1.2' | 'a5.9' ---
162 --- testing: '-7.7' | 'a5.9' ---
190 --- testing: 'abc' | 'a5.9' ---
388 --- testing: 'a5.9' | '0' ---
390 --- testing: 'a5.9' | '65' ---
392 --- testing: 'a5.9' | '-44' ---
[all …]
H A DbitwiseShiftLeft_variationStr.phpt8 "a5.9"
53 --- testing: '0' << 'a5.9' ---
81 --- testing: '65' << 'a5.9' ---
109 --- testing: '-44' << 'a5.9' ---
137 --- testing: '1.2' << 'a5.9' ---
165 --- testing: '-7.7' << 'a5.9' ---
193 --- testing: 'abc' << 'a5.9' ---
391 --- testing: 'a5.9' << '0' ---
393 --- testing: 'a5.9' << '65' ---
395 --- testing: 'a5.9' << '-44' ---
[all …]
H A DbitwiseShiftLeft_variationStr_64bit.phpt12 "a5.9"
58 --- testing: '0' << 'a5.9' ---
86 --- testing: '65' << 'a5.9' ---
114 --- testing: '-44' << 'a5.9' ---
142 --- testing: '1.2' << 'a5.9' ---
170 --- testing: '-7.7' << 'a5.9' ---
198 --- testing: 'abc' << 'a5.9' ---
396 --- testing: 'a5.9' << '0' ---
398 --- testing: 'a5.9' << '65' ---
400 --- testing: 'a5.9' << '-44' ---
[all …]
H A DbitwiseShiftRight_variationStr.phpt8 "a5.9"
54 --- testing: '0' >> 'a5.9' ---
82 --- testing: '65' >> 'a5.9' ---
110 --- testing: '-44' >> 'a5.9' ---
138 --- testing: '1.2' >> 'a5.9' ---
166 --- testing: '-7.7' >> 'a5.9' ---
194 --- testing: 'abc' >> 'a5.9' ---
392 --- testing: 'a5.9' >> '0' ---
394 --- testing: 'a5.9' >> '65' ---
396 --- testing: 'a5.9' >> '-44' ---
[all …]
H A DbitwiseXor_variationStr.phpt8 "a5.9"
50 --- testing: '0' ^ 'a5.9' ---
78 --- testing: '65' ^ 'a5.9' ---
106 --- testing: '-44' ^ 'a5.9' ---
134 --- testing: '1.2' ^ 'a5.9' ---
162 --- testing: '-7.7' ^ 'a5.9' ---
190 --- testing: 'abc' ^ 'a5.9' ---
388 --- testing: 'a5.9' ^ '0' ---
390 --- testing: 'a5.9' ^ '65' ---
392 --- testing: 'a5.9' ^ '-44' ---
[all …]
H A Dmodulus_variationStr.phpt8 "a5.9"
54 --- testing: '0' % 'a5.9' ---
82 --- testing: '65' % 'a5.9' ---
110 --- testing: '-44' % 'a5.9' ---
138 --- testing: '1.2' % 'a5.9' ---
166 --- testing: '-7.7' % 'a5.9' ---
194 --- testing: 'abc' % 'a5.9' ---
392 --- testing: 'a5.9' % '0' ---
394 --- testing: 'a5.9' % '65' ---
396 --- testing: 'a5.9' % '-44' ---
[all …]
H A Dpredec_variationStr.phpt8 "a5.9"
46 --- testing: 'a5.9' ---
47 string(4) "a5.9"
H A Dpostdec_variationStr.phpt8 "a5.9"
47 --- testing: 'a5.9' ---
48 string(4) "a5.9"
H A Dpostinc_variationStr.phpt8 "a5.9"
47 --- testing: 'a5.9' ---
48 string(4) "a5.0"
H A Dpreinc_variationStr.phpt8 "abc", "123abc", "123e5", "123e5xyz", " 123abc", "123 abc", "123abc ", "3.4a", "a5.9",
47 --- testing: 'a5.9' ---
48 string(4) "a5.0"
H A DbitwiseNot_variationStr.phpt8 "a5.9"
46 --- testing: 'a5.9' ---
H A Dnegate_variationStr.phpt8 "a5.9"
60 --- testing: 'a5.9' ---
/PHP-7.4/ext/reflection/tests/
H A DReflectionProperty_getModifiers_basic.phpt11 static protected $a5;
20 static protected $a5;
43 C::a5: int(18)
44 D::a5: int(18)
/PHP-7.4/Zend/tests/
H A Dbug42819.phpt38 static $a5 = array(\foo\foo::I => 0);
48 static $a5 = array(\foo\foo::I => I);
58 static $a5 = array(\foo\foo::I => foo\I);
68 static $a5 = array(\foo\foo::I => ArrayObject::STD_PROP_LIST);
78 static $a5 = array(\foo\foo::I => E_ERROR);
104 print_r(bar1::$a5);
112 print_r(bar2::$a5);
120 print_r(bar3::$a5);
128 print_r(bar4::$a5);
136 print_r(bar5::$a5);
H A Dbug55509.phpt69 $a5 = str_repeat("5", 1024 * 1024 * 1024 * 0.5);
/PHP-7.4/ext/standard/tests/strings/
H A Dbug61038.phpt2 Bug #61038: unpack("a5", "str\0\0") does not work as expected
6 var_dump(unpack("a5", "str\0\0"));
H A Dstrtoupper1-win32.phpt228 a5 => a5
H A Dstrtolower-win32.phpt228 a5 => a5
/PHP-7.4/ext/standard/tests/array/
H A Dbug34227.phpt58 function m11($a1, $a2, $a3, $a4, $a5, $a6, $a7, $a8, $a9, $a10)
71 function p5($a1, $a2, $a3, $a4, $a5, $a6, $a7, $a8, $a9, $a10, $a11, $a12)
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt47 $a5 = str_repeat('e', 4090);
60 do_insert($db, $i * 10 + 5, $a5, $a6);
61 do_insert($db, $i * 10 + 6, $a6, $a5);

Completed in 48 milliseconds

12