summaryrefslogtreecommitdiff
path: root/ext/simplexml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2018-02-03 19:50:20 +0100
committerNikita Popov <nikita.ppv@gmail.com>2018-02-03 19:50:20 +0100
commitc58b307833432eabd8806b15ea12a2beec7d5657 (patch)
tree0dc3f49acb47c800b21fe96b7a0e578048b31c22 /ext/simplexml
parent60c29a7f2b04a37476e9dc5fbba78a089f597012 (diff)
downloadphp-git-c58b307833432eabd8806b15ea12a2beec7d5657.tar.gz
Remove checks for unicode.semantics ini option
Diffstat (limited to 'ext/simplexml')
-rw-r--r--ext/simplexml/tests/000.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/000.phpt b/ext/simplexml/tests/000.phpt
index ae23dcfdd0..62615d17a2 100644
--- a/ext/simplexml/tests/000.phpt
+++ b/ext/simplexml/tests/000.phpt
@@ -22,7 +22,7 @@ test('sxe->elem1');
test('sxe->elem1[0]');
test('sxe->elem1[0]->elem2');
test('sxe->elem1[0]->elem2->bla');
-if (!ini_get("unicode_semantics")) test('sxe->elem1[0]["attr1"]');
+test('sxe->elem1[0]["attr1"]');
test('sxe->elem1[0]->attr1');
test('sxe->elem1[1]');
test('sxe->elem1[2]');