summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionClass_getProperty_001.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2016-11-22 22:12:07 +0100
committerNikita Popov <nikic@php.net>2016-11-24 22:39:39 +0100
commit5af586bec52564e05d8c75ec533e132a9f06e749 (patch)
treecada51fab29d89f724338cdc2ed626ccbee1327d /ext/reflection/tests/ReflectionClass_getProperty_001.phpt
parent895a82695c148f15df1ff6ab2aa9f55f9b3725ad (diff)
downloadphp-git-5af586bec52564e05d8c75ec533e132a9f06e749.tar.gz
Remove more PHP 6 leftovers from tests
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_getProperty_001.phpt')
-rw-r--r--ext/reflection/tests/ReflectionClass_getProperty_001.phpt88
1 files changed, 44 insertions, 44 deletions
diff --git a/ext/reflection/tests/ReflectionClass_getProperty_001.phpt b/ext/reflection/tests/ReflectionClass_getProperty_001.phpt
index 9e174b749e..fca68ed30f 100644
--- a/ext/reflection/tests/ReflectionClass_getProperty_001.phpt
+++ b/ext/reflection/tests/ReflectionClass_getProperty_001.phpt
@@ -61,85 +61,85 @@ foreach($classes as $class) {
--EXPECTF--
Reflecting on class pubf:
--> Check for s: object(ReflectionProperty)#%d (2) {
- [%u|b%"name"]=>
- %unicode|string%(1) "s"
- [%u|b%"class"]=>
- %unicode|string%(4) "pubf"
+ ["name"]=>
+ string(1) "s"
+ ["class"]=>
+ string(4) "pubf"
}
--> Check for a: object(ReflectionProperty)#%d (2) {
- [%u|b%"name"]=>
- %unicode|string%(1) "a"
- [%u|b%"class"]=>
- %unicode|string%(4) "pubf"
+ ["name"]=>
+ string(1) "a"
+ ["class"]=>
+ string(4) "pubf"
}
--> Check for A: Property A does not exist
--> Check for doesntExist: Property doesntExist does not exist
Reflecting on class subpubf:
--> Check for s: object(ReflectionProperty)#%d (2) {
- [%u|b%"name"]=>
- %unicode|string%(1) "s"
- [%u|b%"class"]=>
- %unicode|string%(4) "pubf"
+ ["name"]=>
+ string(1) "s"
+ ["class"]=>
+ string(4) "pubf"
}
--> Check for a: object(ReflectionProperty)#%d (2) {
- [%u|b%"name"]=>
- %unicode|string%(1) "a"
- [%u|b%"class"]=>
- %unicode|string%(4) "pubf"
+ ["name"]=>
+ string(1) "a"
+ ["class"]=>
+ string(4) "pubf"
}
--> Check for A: Property A does not exist
--> Check for doesntExist: Property doesntExist does not exist
Reflecting on class protf:
--> Check for s: object(ReflectionProperty)#%d (2) {
- [%u|b%"name"]=>
- %unicode|string%(1) "s"
- [%u|b%"class"]=>
- %unicode|string%(5) "protf"
+ ["name"]=>
+ string(1) "s"
+ ["class"]=>
+ string(5) "protf"
}
--> Check for a: object(ReflectionProperty)#%d (2) {
- [%u|b%"name"]=>
- %unicode|string%(1) "a"
- [%u|b%"class"]=>
- %unicode|string%(5) "protf"
+ ["name"]=>
+ string(1) "a"
+ ["class"]=>
+ string(5) "protf"
}
--> Check for A: Property A does not exist
--> Check for doesntExist: Property doesntExist does not exist
Reflecting on class subprotf:
--> Check for s: object(ReflectionProperty)#%d (2) {
- [%u|b%"name"]=>
- %unicode|string%(1) "s"
- [%u|b%"class"]=>
- %unicode|string%(5) "protf"
+ ["name"]=>
+ string(1) "s"
+ ["class"]=>
+ string(5) "protf"
}
--> Check for a: object(ReflectionProperty)#%d (2) {
- [%u|b%"name"]=>
- %unicode|string%(1) "a"
- [%u|b%"class"]=>
- %unicode|string%(5) "protf"
+ ["name"]=>
+ string(1) "a"
+ ["class"]=>
+ string(5) "protf"
}
--> Check for A: Property A does not exist
--> Check for doesntExist: Property doesntExist does not exist
Reflecting on class privf:
--> Check for s: object(ReflectionProperty)#%d (2) {
- [%u|b%"name"]=>
- %unicode|string%(1) "s"
- [%u|b%"class"]=>
- %unicode|string%(5) "privf"
+ ["name"]=>
+ string(1) "s"
+ ["class"]=>
+ string(5) "privf"
}
--> Check for a: object(ReflectionProperty)#%d (2) {
- [%u|b%"name"]=>
- %unicode|string%(1) "a"
- [%u|b%"class"]=>
- %unicode|string%(5) "privf"
+ ["name"]=>
+ string(1) "a"
+ ["class"]=>
+ string(5) "privf"
}
--> Check for A: Property A does not exist
--> Check for doesntExist: Property doesntExist does not exist
Reflecting on class subprivf:
--> Check for s: object(ReflectionProperty)#%d (2) {
- [%u|b%"name"]=>
- %unicode|string%(1) "s"
- [%u|b%"class"]=>
- %unicode|string%(5) "privf"
+ ["name"]=>
+ string(1) "s"
+ ["class"]=>
+ string(5) "privf"
}
--> Check for a: Property a does not exist
--> Check for A: Property A does not exist