diff options
| author | Dmitry Stogov <dmitry@php.net> | 2009-09-21 09:52:19 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2009-09-21 09:52:19 +0000 |
| commit | 7bfe056174b15d28310fd11ef5909a4ea60e45c6 (patch) | |
| tree | 66776a3652ca10e2f7147c4a9f25c854f9cca5e7 /ext/dba | |
| parent | a0a8c5832ffd4125b1821db00ddc1bdc53bdf9c2 (diff) | |
| download | php-git-7bfe056174b15d28310fd11ef5909a4ea60e45c6.tar.gz | |
Fixed tests
Diffstat (limited to 'ext/dba')
| -rw-r--r-- | ext/dba/tests/dba_cdb_make.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/tests/dba_cdb_make.phpt b/ext/dba/tests/dba_cdb_make.phpt index b7311f1dde..6691d0a286 100644 --- a/ext/dba/tests/dba_cdb_make.phpt +++ b/ext/dba/tests/dba_cdb_make.phpt @@ -33,7 +33,7 @@ magic_quotes_runtime=1 } ?> --EXPECT-- -PHP Warning: Directive 'magic_quotes_runtime' is deprecated in PHP 5.3 and greater in Unknown on line 0 +Warning: Directive 'magic_quotes_runtime' is deprecated in PHP 5.3 and greater in Unknown on line 0 database handler: cdb_make string(32) "12fc5ba2b9dcfef2480e5324eeb5f3e5" string(32) "12fc5ba2b9dcfef2480e5324eeb5f3e5" |
