mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
win32 test fixes
This commit is contained in:
parent
1d56aa095a
commit
bb489851e9
@ -37,9 +37,9 @@ database file created
|
||||
database file created
|
||||
array(3) {
|
||||
[%d]=>
|
||||
string(%d) "%s/dba/tests/test0.dbm"
|
||||
string(%d) "%stest0.dbm"
|
||||
[%d]=>
|
||||
string(%d) "%s/dba/tests/test1.dbm"
|
||||
string(%d) "%stest1.dbm"
|
||||
[%d]=>
|
||||
string(%d) "%s/dba/tests/test2.dbm"
|
||||
}
|
||||
string(%d) "%stest2.dbm"
|
||||
}
|
||||
|
@ -9,6 +9,6 @@ mcrypt_generic($td, "foobar");
|
||||
mdecrypt_generic($td, "baz");
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %s/bug35496.php on line 3
|
||||
Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug35496.php on line 3
|
||||
|
||||
Warning: mdecrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %s/bug35496.php on line 4
|
||||
Warning: mdecrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug35496.php on line 4
|
||||
|
@ -16,5 +16,6 @@ $db->setAttribute(PDO :: ATTR_EMULATE_PREPARES, true);
|
||||
$stmt = $db->prepare("SELECT 1");
|
||||
$stmt->bindParam(':a', 'b');
|
||||
|
||||
?>
|
||||
--EXPECTF--
|
||||
Fatal error: Cannot pass parameter 2 by reference in %s/bug_37445.php on line %d
|
||||
Fatal error: Cannot pass parameter 2 by reference in %sbug_37445.php on line %d
|
||||
|
@ -76,10 +76,10 @@ Exception: MyCachingIterator does not use a full cache (see CachingIterator::__c
|
||||
Notice: Undefined index: 0 in %siterator_044.php on line %d
|
||||
Exception: MyCachingIterator does not use a full cache (see CachingIterator::__construct)
|
||||
|
||||
Warning: CachingIterator::offsetExists() expects exactly 1 parameter, 0 given in %s/iterator_044.php on line %d
|
||||
Warning: CachingIterator::offsetExists() expects exactly 1 parameter, 0 given in %siterator_044.php on line %d
|
||||
NULL
|
||||
|
||||
Warning: CachingIterator::offsetGet() expects exactly 1 parameter, 0 given in %s/iterator_044.php on line %d
|
||||
Warning: CachingIterator::offsetGet() expects exactly 1 parameter, 0 given in %siterator_044.php on line %d
|
||||
NULL
|
||||
===0===
|
||||
int(0)
|
||||
|
@ -31,6 +31,6 @@ echo "Done\n"; // shouldn't be displayed
|
||||
--EXPECTF--
|
||||
Call to function show()
|
||||
|
||||
Strict Standards: Static function fail::func() should not be abstract in %stests/classes/abstract_static.php(%d) : eval()'d code on line %d
|
||||
Strict Standards: Static function fail::func() should not be abstract in %sabstract_static.php(%d) : eval()'d code on line %d
|
||||
|
||||
Fatal error: Class fail contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (fail::func) in %s/tests/classes/abstract_static.php(%d) : eval()'d code on line %d
|
||||
Fatal error: Class fail contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (fail::func) in %sabstract_static.php(%d) : eval()'d code on line %d
|
||||
|
Loading…
Reference in New Issue
Block a user