mirror of
https://github.com/php/php-src.git
synced 2024-12-02 14:24:10 +08:00
- Fixed expected return value from var_dump()
- Cleaned up SQL statement # This bug has been fixed, but this test should be kept anyways, # just to make sure it does not reappear
This commit is contained in:
parent
8eac91345b
commit
df5396677d
@ -21,9 +21,7 @@ Sybase-CT bug #28354 (sybase_free_result crash)
|
||||
if (!sybase_select_single($db, 'select object_id("'.$sp_name.'")')) {
|
||||
echo "Stored procedure {$sp_name} not found, creating\n";
|
||||
var_dump(sybase_query('
|
||||
create proc '.$sp_name.'
|
||||
as
|
||||
begin
|
||||
create proc '.$sp_name.' as begin
|
||||
select @@version
|
||||
end
|
||||
'));
|
||||
@ -44,6 +42,5 @@ Sybase-CT bug #28354 (sybase_free_result crash)
|
||||
bool(true)
|
||||
Stored procedure %s
|
||||
bool(true)
|
||||
>>> Query: exec %s
|
||||
int(0)
|
||||
string(%s)
|
||||
string(%d) "%s"
|
||||
|
Loading…
Reference in New Issue
Block a user