Added PHP_INT_SIZE to mirror the changes to the other tests.

This commit is contained in:
cubiclesoft
2014-07-25 07:26:34 -07:00
parent 79ced15972
commit 66abd6d4df

View File

@@ -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));