diff options
author | Felipe Pena <felipe@php.net> | 2008-12-27 01:19:49 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-12-27 01:19:49 +0000 |
commit | 765618b97f40b32eff134b11106cd6c5b48c8a4b (patch) | |
tree | 71556b88d877dbd740b8c2129eb1b97c71018403 /ext/sysvsem | |
parent | 90b040b7d046abccbce7af9199c07bf45c7c0484 (diff) | |
download | php-git-765618b97f40b32eff134b11106cd6c5b48c8a4b.tar.gz |
- Fix test
Diffstat (limited to 'ext/sysvsem')
-rw-r--r-- | ext/sysvsem/tests/sysv.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sysvsem/tests/sysv.phpt b/ext/sysvsem/tests/sysv.phpt index f7d95f7f48..4245d8ef0c 100644 --- a/ext/sysvsem/tests/sysv.phpt +++ b/ext/sysvsem/tests/sysv.phpt @@ -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. |