mirror of
https://github.com/php-win-ext/pecl-system-sync.git
synced 2026-03-24 00:52:14 +01:00
Added PHP_INT_SIZE to mirror the changes to the other tests.
This commit is contained in:
@@ -4,7 +4,7 @@ SyncReaderWriter - named reader-writer allocation, locking, and unlocking freeze
|
||||
<?php if (!extension_loaded("sync")) echo "skip"; ?>
|
||||
--FILE--
|
||||
<?php
|
||||
$readwrite = new SyncReaderWriter("Awesome");
|
||||
$readwrite = new SyncReaderWriter("Awesome_".PHP_INT_SIZE);
|
||||
|
||||
var_dump($readwrite->readlock(0));
|
||||
var_dump($readwrite->readlock(0));
|
||||
|
||||
Reference in New Issue
Block a user