Arquivos
hhvm/hphp/test/quick/SetM-str-promotion.php.expectf
T
bsimmers 5dd304c0f8 Clean up VectorEffects::init
This is my attempt to clean up and simplify the logic in here
a bit. It also fixes a bug that we were hitting in the region
compiler: setting an element of a StaticStr may promote it to a
CountedStr.
2013-07-10 11:16:53 -07:00

25 linhas
530 B
Plaintext

array(1) {
[0]=>
string(1) "A"
}
array(1) {
[0]=>
string(1) "A"
}
string(1) "A"
string(1) "A"
HipHop Warning: Creating default object from empty value in %s on line 23
object(stdClass)#1 (1) {
["prop"]=>
string(1) "A"
}
HipHop Warning: Creating default object from empty value in %s on line 23
object(stdClass)#1 (1) {
["prop"]=>
string(1) "A"
}
HipHop Warning: Cannot access property on non-object in %s on line 17
string(1) " "
HipHop Warning: Cannot access property on non-object in %s on line 17
string(1) " "