summaryrefslogtreecommitdiff
path: root/tests/unicode/func
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-06-28 15:07:14 +0000
committerAntony Dovgal <tony2001@php.net>2006-06-28 15:07:14 +0000
commitbfceaaf1d1ebb800a24b6d746e1188e452c9ef10 (patch)
treed18fa840ef73cfc9a18907ef88d91def2b3aa205 /tests/unicode/func
parenta6b16202675e4fd69f73da409c6a215cf1bef2cf (diff)
downloadphp-git-bfceaaf1d1ebb800a24b6d746e1188e452c9ef10.tar.gz
unicode_semantics -> unicode.semantics
Diffstat (limited to 'tests/unicode/func')
-rw-r--r--tests/unicode/func/strpos.phpt2
-rw-r--r--tests/unicode/func/strstr.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/unicode/func/strpos.phpt b/tests/unicode/func/strpos.phpt
index 785ae73d76..9e152302d6 100644
--- a/tests/unicode/func/strpos.phpt
+++ b/tests/unicode/func/strpos.phpt
@@ -1,7 +1,7 @@
--TEST--
Unicode: strpos() function test
--INI--
-unicode_semantics=on
+unicode.semantics=on
--FILE--
<?php
$a = "a™ᄒ\U020021z";
diff --git a/tests/unicode/func/strstr.phpt b/tests/unicode/func/strstr.phpt
index 38d8eb5e91..4eefb67250 100644
--- a/tests/unicode/func/strstr.phpt
+++ b/tests/unicode/func/strstr.phpt
@@ -1,7 +1,7 @@
--TEST--
Unicode: strpos() function test
--INI--
-unicode_semantics=on
+unicode.semantics=on
--FILE--
<?php
$a = "a™ᄒ\U020021z";