Skip to content

Commit

Permalink
Test update. 5.4+ is more verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Wendel committed Jul 25, 2011
1 parent 93b501e commit bd07868
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion ext/mysqli/tests/mysqli_class_mysqli_result_reflection.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,23 @@ isInternal: yes
isUserDefined: no
returnsReference: no
Modifiers: 256
Number of Parameters: 0
Number of Parameters: 2
Number of Required Parameters: 0

Inspecting parameter 'class_name' of method 'fetch_object'
isArray: no
allowsNull: no
isPassedByReference: no
isOptional: yes
isDefaultValueAvailable: no

Inspecting parameter 'params' of method 'fetch_object'
isArray: yes
allowsNull: no
isPassedByReference: no
isOptional: yes
isDefaultValueAvailable: no

Inspecting method 'fetch_row'
isFinal: no
isAbstract: no
Expand Down

0 comments on commit bd07868

Please sign in to comment.