~clint-fewbar/ubuntu/precise/php5/php5-5.4-merge

« back to all changes in this revision

Viewing changes to ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-02-22 09:46:37 UTC
  • mfrom: (1.1.20) (0.3.18 sid)
  • Revision ID: package-import@ubuntu.com-20110222094637-nlu2tvb7oqgaarl0
Tags: 5.3.5-1ubuntu1
* Merge from debian/unstable. Remaining changes:
 - debian/control:
    * Dropped firebird2.1-dev, libc-client-dev, libmcrypt-dev as it is in universe.
    * Dropped libmysqlclient15-dev, build against mysql 5.1.
    * Dropped libcurl-dev not in the archive.
    * Suggest php5-suhosin rather than recommends.
    * Dropped php5-imap, php5-interbase, php5-mcrypt since we have versions 
      already in universe.
    * Dropped libonig-dev and libqgdbm since its in universe. (will be re-added in lucid+1)
    * Dropped locales-all.
  - modulelist: Drop imap, interbase, sybase, and mcrypt.
  - debian/rules:
    * Dropped building of mcrypt, imap, and interbase.
    * Install apport hook for php5.
    * stop mysql instance on clean just in case we failed in tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
619
619
Number of Parameters: 0
620
620
Number of Required Parameters: 0
621
621
 
 
622
Inspecting method 'poll'
 
623
isFinal: no
 
624
isAbstract: no
 
625
isPublic: yes
 
626
isPrivate: no
 
627
isProtected: no
 
628
isStatic: yes
 
629
isConstructor: no
 
630
isDestructor: no
 
631
isInternal: yes
 
632
isUserDefined: no
 
633
returnsReference: no
 
634
Modifiers: 257
 
635
Number of Parameters: 5
 
636
Number of Required Parameters: 4
 
637
 
 
638
Inspecting parameter 'read' of method 'poll'
 
639
isArray: yes
 
640
allowsNull: yes
 
641
isPassedByReference: yes
 
642
isOptional: no
 
643
isDefaultValueAvailable: no
 
644
 
 
645
Inspecting parameter 'write' of method 'poll'
 
646
isArray: yes
 
647
allowsNull: yes
 
648
isPassedByReference: yes
 
649
isOptional: no
 
650
isDefaultValueAvailable: no
 
651
 
 
652
Inspecting parameter 'error' of method 'poll'
 
653
isArray: yes
 
654
allowsNull: yes
 
655
isPassedByReference: yes
 
656
isOptional: no
 
657
isDefaultValueAvailable: no
 
658
 
 
659
Inspecting parameter 'sec' of method 'poll'
 
660
isArray: no
 
661
allowsNull: no
 
662
isPassedByReference: no
 
663
isOptional: no
 
664
isDefaultValueAvailable: no
 
665
 
 
666
Inspecting parameter 'usec' of method 'poll'
 
667
isArray: no
 
668
allowsNull: no
 
669
isPassedByReference: no
 
670
isOptional: yes
 
671
isDefaultValueAvailable: no
 
672
 
622
673
Inspecting method 'prepare'
623
674
isFinal: no
624
675
isAbstract: no