mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
fixed typo
This commit is contained in:
parent
53a6e89ab5
commit
b8842839db
@ -3,7 +3,7 @@ PDO_sqlite: Testing sqliteCreateFunction() with flags
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
|
||||
if (!defined('PDO::SQLITE_DETERMINISTIC')) die('skip system sqlite is to old');
|
||||
if (!defined('PDO::SQLITE_DETERMINISTIC')) die('skip system sqlite is too old');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user