Home
last modified time | relevance | path

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

12

/PHP-7.0/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.phpt12 "a5.9"
57 --- testing: '0' << 'a5.9' ---
85 --- testing: '65' << 'a5.9' ---
113 --- testing: '-44' << 'a5.9' ---
141 --- testing: '1.2' << 'a5.9' ---
169 --- testing: '-7.7' << 'a5.9' ---
197 --- testing: 'abc' << 'a5.9' ---
395 --- testing: 'a5.9' << '0' ---
397 --- testing: 'a5.9' << '65' ---
399 --- 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 Dnegate_variationStr.phpt8 "a5.9"
46 --- testing: 'a5.9' ---
H A DbitwiseNot_variationStr.phpt8 "a5.9"
46 --- testing: 'a5.9' ---
/PHP-7.0/ext/reflection/tests/
H A DReflectionProperty_getModifiers_basic.phpt11 static protected $a5;
20 static protected $a5;
43 C::a5: int(513)
44 D::a5: int(513)
/PHP-7.0/Zend/tests/
H A Dbug42819.phpt40 static $a5 = array(\foo\foo::I => 0);
50 static $a5 = array(\foo\foo::I => I);
60 static $a5 = array(\foo\foo::I => foo\I);
70 static $a5 = array(\foo\foo::I => ArrayObject::STD_PROP_LIST);
80 static $a5 = array(\foo\foo::I => E_ERROR);
106 print_r(bar1::$a5);
114 print_r(bar2::$a5);
122 print_r(bar3::$a5);
130 print_r(bar4::$a5);
138 print_r(bar5::$a5);
/PHP-7.0/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"));
/PHP-7.0/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.0/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt47 $a5 = str_repeat('e', 4090);
60 do_insert($db, 1, $a5, $a6);
61 do_insert($db, 1, $a6, $a5);
/PHP-7.0/ext/mysqli/tests/
H A Dcacert.pem18 9c:13:8e:d8:76:8f:5a:65:a5:20:19:19:bd:51:9d:
48 ef:bc:ff:ab:a2:0e:bc:ba:11:a5:8e:44:80:fa:d6:f4:26:66:
50 f4:5d:0e:ba:64:35:6e:a5:fa:98:0c:57:f3:72:e8:3e:2e:ce:
/PHP-7.0/ext/recode/tests/
H A D002.phpt32 #31 32 33 c3 a5 c3 a4 c3 b6 61 62 63 #
H A D001.phpt36 #31 32 33 c3 a5 c3 a4 c3 b6 61 62 63 #

Completed in 334 milliseconds

12