]> granicus.if.org Git - php/commitdiff
- Fix test
authorFelipe Pena <felipe@php.net>
Sat, 27 Dec 2008 01:19:49 +0000 (01:19 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 27 Dec 2008 01:19:49 +0000 (01:19 +0000)
ext/sysvsem/tests/sysv.phpt

index f7d95f7f48f00c86e70301e8f41da7dff32595b5..4245d8ef0c4ab5b00133c7da4d1730d3fcc852c6 100644 (file)
@@ -103,12 +103,12 @@ echo "End.\n";
 Start.
 Got semaphore Resource id #%i.
 Success aquire semaphore Resource id #%i.
-Success to attach shared memory : %i.
+Success to attach shared memory : %s.
 Write var1 to shared memory.
 Write var2 to shared memory.
 Read var1=Variable 1.
 Read var2=Variable 2.
-Semaphore Resource id #%i released.
+Semaphore Resource id #%s released.
 Shared memory successfully removed from SysV.
 semaphore removed successfully from SysV.
 End.