b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/base/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/base/bug01515-001.phpt

--TEST--
Test for bug #1515: Object property names with a NULL char are cut off at NULL char (var_dump)
--INI--
html_errors=0
xdebug.cli_color=0
--FILE--
<?php
include dirname(__FILE__) . '/bug01515.inc';

ini_set('html_errors', 1);
var_dump($obj);

ini_set('html_errors', 0);
var_dump($obj);

ini_set('xdebug.cli_color', 2);
var_dump($obj);
?>
--EXPECTF--
We're here
object(stdClass)#%d (1) {
  ["with__null_char"]=>
  int(42)
}
object(stdClass)#%d (1) {
  ["with__null_char"]=>
  int(42)
}
object(stdClass)#%d (1) {
  ["with__null_char"]=>
  int(42)
}

Copyright © 2019 by b0y-101