├── CurlAsync.php ├── MysqliAsync.php ├── readme.txt └── tests ├── curl-basic.php ├── db.inc.php ├── mysqli-basic.php ├── mysqli-sleep.php └── mysqli-wrong.php /CurlAsync.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrana/php-async/HEAD/CurlAsync.php -------------------------------------------------------------------------------- /MysqliAsync.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrana/php-async/HEAD/MysqliAsync.php -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrana/php-async/HEAD/readme.txt -------------------------------------------------------------------------------- /tests/curl-basic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrana/php-async/HEAD/tests/curl-basic.php -------------------------------------------------------------------------------- /tests/db.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrana/php-async/HEAD/tests/db.inc.php -------------------------------------------------------------------------------- /tests/mysqli-basic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrana/php-async/HEAD/tests/mysqli-basic.php -------------------------------------------------------------------------------- /tests/mysqli-sleep.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vrana/php-async/HEAD/tests/mysqli-sleep.php -------------------------------------------------------------------------------- /tests/mysqli-wrong.php: -------------------------------------------------------------------------------- 1 | wrong()); 5 | --------------------------------------------------------------------------------