Test: /ext/sysvsem/tests/sysv.phpt - Version 7.3.6    

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
011+
012+ Warning: sem_remove(): SysV semaphore 140058050957504 does not (any longer) exist in %s/sysv.php on line 79
013+ Fail to remove Resource id #4 semaphore from SysV.
011- semaphore removed successfully from SysV.
1 (50%)
002+
003+ Warning: sem_get(): failed for key 0x504aa8fc: Function not implemented in %s/sysv.php on line 8
004+ Fail to get semaphore
002- Got semaphore Resource id #%i.
003- Success acquire semaphore Resource id #%i.
004- Success to attach shared memory : %s.
005- Write var1 to shared memory.
006- Write var2 to shared memory.
007- Read var1=Variable 1.
008- Read var2=Variable 2.
009- Semaphore Resource id #%s released.
010- Shared memory successfully removed from SysV.
011- semaphore removed successfully from SysV.
012- End.