diff options
-rw-r--r-- | ext/reflection/tests/009.phpt | 2 | ||||
-rw-r--r-- | ext/reflection/tests/025.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/tests/009.phpt b/ext/reflection/tests/009.phpt index 8cc0f98166..81fe93a255 100644 --- a/ext/reflection/tests/009.phpt +++ b/ext/reflection/tests/009.phpt @@ -76,7 +76,7 @@ int(6) --getEndline-- int(8) --getDocComment-- -string(11) "/** +string(%d) "/** hoho */" --getStaticVariables-- diff --git a/ext/reflection/tests/025.phpt b/ext/reflection/tests/025.phpt index e49fa998e7..cd375454b5 100644 --- a/ext/reflection/tests/025.phpt +++ b/ext/reflection/tests/025.phpt @@ -78,7 +78,7 @@ int(6) --getEndline-- int(8) --getDocComment-- -string(11) "/** +string(%d) "/** hoho */" --getStaticVariables-- |