components/php-5_3/php-sapi/test/results-sparcv7.master
changeset 4987 6a82655eda42
parent 4986 90a869b3f47a
child 4988 4b69c7c7e09b
equal deleted inserted replaced
4986:90a869b3f47a 4987:6a82655eda42
     1 
       
     2 PHP_SAPI    : cli
       
     3 PHP_VERSION : 5.3.29
       
     4 ZEND_VERSION: 2.3.0
       
     5 
       
     6 INI actual  : $(@D)/tmp-php.ini
       
     7 More .INIs  :  
       
     8 CWD         : $(SOURCE_DIR)
       
     9 Extra dirs  : 
       
    10 VALGRIND    : Not used
       
    11 =====================================================================
       
    12 
       
    13 =====================================================================
       
    14 TEST 1/11096 [tests/run-test/test001.phpt]
       
    15 PASS EXPECT [tests/run-test/test001.phpt] 
       
    16 TEST 2/11096 [tests/run-test/test002.phpt]
       
    17 PASS EXPECTF [tests/run-test/test002.phpt] 
       
    18 TEST 3/11096 [tests/run-test/test003.phpt]
       
    19 PASS EXPECTREGEX [tests/run-test/test003.phpt] 
       
    20 TEST 4/11096 [tests/run-test/test004.phpt]
       
    21 PASS INI section allows '=' [tests/run-test/test004.phpt] 
       
    22 TEST 5/11096 [tests/run-test/test005.phpt]
       
    23 PASS Error message handling (without ZendOptimizer) [tests/run-test/test005.phpt] 
       
    24 TEST 6/11096 [tests/run-test/test006.phpt]
       
    25 PASS Error messages are shown [tests/run-test/test006.phpt] 
       
    26 TEST 7/11096 [tests/run-test/test007.phpt]
       
    27 PASS dirname test [tests/run-test/test007.phpt] 
       
    28 TEST 8/11096 [tests/run-test/test008.phpt]
       
    29 SKIP Error message handling (with ZendOptimizer) [tests/run-test/test008.phpt] reason: Zend Optimizer is not loaded
       
    30 TEST 9/11096 [tests/run-test/test008a.phpt]
       
    31 PASS Error message handling (without ZendOptimizer) [tests/run-test/test008a.phpt] 
       
    32 TEST 10/11096 [tests/run-test/test009.phpt]
       
    33 PASS print_r(Object) [tests/run-test/test009.phpt] 
       
    34 TEST 11/11096 [tests/run-test/test010.phpt]
       
    35 PASS STDIN input [tests/run-test/test010.phpt] 
       
    36 TEST 12/11096 [tests/basic/001.phpt]
       
    37 PASS Trivial "Hello World" test [tests/basic/001.phpt] 
       
    38 SKIP Simple POST Method test [tests/basic/002.phpt] reason: CGI not available
       
    39 SKIP GET and POST Method combined [tests/basic/003.phpt] reason: CGI not available
       
    40 SKIP Two variables in POST data [tests/basic/004.phpt] reason: CGI not available
       
    41 SKIP Three variables in POST data [tests/basic/005.phpt] reason: CGI not available
       
    42 TEST 17/11096 [tests/basic/006.phpt]
       
    43 PASS Add 3 variables together and print result [tests/basic/006.phpt] 
       
    44 TEST 18/11096 [tests/basic/007.phpt]
       
    45 PASS Multiply 3 variables and print result [tests/basic/007.phpt] 
       
    46 TEST 19/11096 [tests/basic/008.phpt]
       
    47 PASS Divide 3 variables and print result [tests/basic/008.phpt] 
       
    48 TEST 20/11096 [tests/basic/009.phpt]
       
    49 PASS Subtract 3 variables and print result [tests/basic/009.phpt] 
       
    50 TEST 21/11096 [tests/basic/010.phpt]
       
    51 PASS Testing | and & operators [tests/basic/010.phpt] 
       
    52 SKIP Testing $argc and $argv handling (GET) [tests/basic/011.phpt] reason: CGI not available
       
    53 TEST 23/11096 [tests/basic/012.phpt]
       
    54 PASS Testing $argc and $argv handling (cli) [tests/basic/012.phpt] 
       
    55 SKIP POST Method test and arrays [tests/basic/013.phpt] reason: CGI not available
       
    56 SKIP POST Method test and arrays - 2 [tests/basic/014.phpt] reason: CGI not available
       
    57 SKIP POST Method test and arrays - 3 [tests/basic/015.phpt] reason: CGI not available
       
    58 SKIP POST Method test and arrays - 4 [tests/basic/016.phpt] reason: CGI not available
       
    59 SKIP POST Method test and arrays - 5 [tests/basic/017.phpt] reason: CGI not available
       
    60 SKIP POST Method test and arrays - 6 [tests/basic/018.phpt] reason: CGI not available
       
    61 SKIP POST Method test and arrays - 7 [tests/basic/019.phpt] reason: CGI not available
       
    62 SKIP POST Method test and arrays - 8 [tests/basic/020.phpt] reason: CGI not available
       
    63 SKIP Bug #37276 (problems witch $_POST array) [tests/basic/021.phpt] reason: CGI not available
       
    64 SKIP Cookies test#1 [tests/basic/022.phpt] reason: CGI not available
       
    65 SKIP Cookies test#2 [tests/basic/023.phpt] reason: CGI not available
       
    66 SKIP Test HTTP_RAW_POST_DATA creation [tests/basic/024.phpt] reason: CGI not available
       
    67 SKIP Test HTTP_RAW_POST_DATA with excessive post length [tests/basic/025.phpt] reason: CGI not available
       
    68 SKIP Registration of HTTP_RAW_POST_DATA due to unknown content-type [tests/basic/026.phpt] reason: CGI not available
       
    69 SKIP Handling of max_input_nesting_level being reached [tests/basic/027.phpt] reason: CGI not available
       
    70 SKIP Bug#55504 (Content-Type header is not parsed correctly on HTTP POST request) [tests/basic/030.phpt] reason: CGI not available
       
    71 SKIP Bug#55504 (Content-Type header is not parsed correctly on HTTP POST request) [tests/basic/031.phpt] reason: CGI not available
       
    72 SKIP Bug#18792 (no form variables after multipart/form-data) [tests/basic/032.phpt] reason: CGI not available
       
    73 TEST 42/11096 [tests/basic/bug20539.phpt]
       
    74 PASS Bug #20539 (PHP CLI Segmentation Fault) [tests/basic/bug20539.phpt] 
       
    75 TEST 43/11096 [tests/basic/bug29971.phpt]
       
    76 PASS Bug #29971 (variables_order behaviour) [tests/basic/bug29971.phpt] 
       
    77 TEST 44/11096 [tests/basic/bug45986.phpt]
       
    78 PASS Bug #45986 (wrong error message for a non existant file on rename) [tests/basic/bug45986.phpt] 
       
    79 SKIP Bug #46313 (Magic quotes broke $_FILES) [tests/basic/bug46313-win.phpt] reason: CGI not available
       
    80 SKIP Bug #46313 (Magic quotes broke $_FILES) [tests/basic/bug46313.phpt] reason: CGI not available
       
    81 SKIP Testing magic_quotes_gpc [tests/basic/bug46759.phpt] reason: CGI not available
       
    82 TEST 48/11096 [tests/basic/bug51709_1.phpt]
       
    83 PASS Bug #51709 (Can't use keywords as method names) [tests/basic/bug51709_1.phpt] 
       
    84 TEST 49/11096 [tests/basic/bug51709_2.phpt]
       
    85 PASS Bug #51709 (Can't use keywords as method names) [tests/basic/bug51709_2.phpt] 
       
    86 SKIP Bug #53180 (post_max_size=0 partly not working) [tests/basic/bug53180.phpt] reason: CGI not available
       
    87 SKIP Bug #55500 (Corrupted $_FILES indices lead to security concern) [tests/basic/bug55500.phpt] reason: CGI not available
       
    88 SKIP Bug #61000 (Exceeding max nesting level doesn't delete numerical vars) [tests/basic/bug61000.phpt] reason: CGI not available
       
    89 TEST 53/11096 [tests/basic/magic_quotes_gpc.phpt]
       
    90 PASS Bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831) [tests/basic/magic_quotes_gpc.phpt] 
       
    91 TEST 54/11096 [tests/basic/php_egg_logo_guid.phpt]
       
    92 PASS Testing php_egg_logo_guid() function [tests/basic/php_egg_logo_guid.phpt] 
       
    93 TEST 55/11096 [tests/basic/php_logo_guid.phpt]
       
    94 PASS Testing php_logo_guid() function [tests/basic/php_logo_guid.phpt] 
       
    95 TEST 56/11096 [tests/basic/php_real_logo_guid.phpt]
       
    96 PASS Testing php_real_logo_guid() function [tests/basic/php_real_logo_guid.phpt] 
       
    97 SKIP rfc1867 anonymous upload [tests/basic/rfc1867_anonymous_upload.phpt] reason: CGI not available
       
    98 SKIP rfc1867 array upload [tests/basic/rfc1867_array_upload.phpt] reason: CGI not available
       
    99 SKIP rfc1867 boundary 1 [tests/basic/rfc1867_boundary_1.phpt] reason: CGI not available
       
   100 SKIP rfc1867 boundary 2 [tests/basic/rfc1867_boundary_2.phpt] reason: CGI not available
       
   101 SKIP rfc1867 empty upload [tests/basic/rfc1867_empty_upload.phpt] reason: CGI not available
       
   102 SKIP rfc1867 file_upload disabled [tests/basic/rfc1867_file_upload_disabled.phpt] reason: CGI not available
       
   103 SKIP rfc1867 garbled mime headers [tests/basic/rfc1867_garbled_mime_headers.phpt] reason: CGI not available
       
   104 SKIP rfc1867 invalid boundary [tests/basic/rfc1867_invalid_boundary.phpt] reason: CGI not available
       
   105 SKIP rfc1867 malicious input [tests/basic/rfc1867_malicious_input.phpt] reason: CGI not available
       
   106 SKIP rfc1867 MAX_FILE_SIZE [tests/basic/rfc1867_max_file_size.phpt] reason: CGI not available
       
   107 SKIP rfc1867 max_file_uploads - empty files shouldn't count (non-debug version) [tests/basic/rfc1867_max_file_uploads_empty_files.phpt] reason: CGI not available
       
   108 SKIP rfc1867 max_file_uploads - empty files shouldn't count (debug version) [tests/basic/rfc1867_max_file_uploads_empty_files_debug.phpt] reason: CGI not available
       
   109 SKIP rfc1867 missing boundary [tests/basic/rfc1867_missing_boundary.phpt] reason: CGI not available
       
   110 SKIP rfc1867 missing boundary 2 [tests/basic/rfc1867_missing_boundary_2.phpt] reason: CGI not available
       
   111 SKIP rfc1867 post_max_filesize [tests/basic/rfc1867_post_max_filesize.phpt] reason: CGI not available
       
   112 SKIP rfc1867 post_max_size [tests/basic/rfc1867_post_max_size.phpt] reason: CGI not available
       
   113 TEST 73/11096 [tests/basic/zend_logo_guid.phpt]
       
   114 PASS Testing zend_logo_guid() function [tests/basic/zend_logo_guid.phpt] 
       
   115 TEST 74/11096 [tests/classes/__call_001.phpt]
       
   116 PASS ZE2 __call() [tests/classes/__call_001.phpt] 
       
   117 TEST 75/11096 [tests/classes/__call_002.phpt]
       
   118 PASS ZE2 __call() signature check [tests/classes/__call_002.phpt] 
       
   119 TEST 76/11096 [tests/classes/__call_003.phpt]
       
   120 PASS Force pass-by-reference to __call [tests/classes/__call_003.phpt] 
       
   121 TEST 77/11096 [tests/classes/__call_004.phpt]
       
   122 PASS When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified class's  __call(). [tests/classes/__call_004.phpt] 
       
   123 TEST 78/11096 [tests/classes/__call_005.phpt]
       
   124 PASS When __call() is invoked via ::, ensure private implementation of __call() in superclass is accessed without error. [tests/classes/__call_005.phpt] 
       
   125 TEST 79/11096 [tests/classes/__call_006.phpt]
       
   126 PASS Ensure exceptions are handled properly when thrown in __call. [tests/classes/__call_006.phpt] 
       
   127 TEST 80/11096 [tests/classes/__call_007.phpt]
       
   128 PASS Ensure exceptions are handled properly when thrown in a statically declared __call. [tests/classes/__call_007.phpt] 
       
   129 TEST 81/11096 [tests/classes/__set__get_001.phpt]
       
   130 PASS ZE2 __set() and __get() [tests/classes/__set__get_001.phpt] 
       
   131 TEST 82/11096 [tests/classes/__set__get_002.phpt]
       
   132 PASS ZE2 __get() signature check [tests/classes/__set__get_002.phpt] 
       
   133 TEST 83/11096 [tests/classes/__set__get_003.phpt]
       
   134 PASS ZE2 __set() signature check [tests/classes/__set__get_003.phpt] 
       
   135 TEST 84/11096 [tests/classes/__set__get_004.phpt]
       
   136 PASS ZE2 __set() and __get() [tests/classes/__set__get_004.phpt] 
       
   137 TEST 85/11096 [tests/classes/__set__get_005.phpt]
       
   138 PASS ZE2 __set() and __get() [tests/classes/__set__get_005.phpt] 
       
   139 TEST 86/11096 [tests/classes/__set_data_corrupt.phpt]
       
   140 PASS ZE2 Data corruption in __set [tests/classes/__set_data_corrupt.phpt] 
       
   141 TEST 87/11096 [tests/classes/abstract.phpt]
       
   142 PASS ZE2 An abstract method may not be called [tests/classes/abstract.phpt] 
       
   143 TEST 88/11096 [tests/classes/abstract_by_interface_001.phpt]
       
   144 PASS ZE2 An abstract method may not be called [tests/classes/abstract_by_interface_001.phpt] 
       
   145 TEST 89/11096 [tests/classes/abstract_by_interface_002.phpt]
       
   146 PASS ZE2 An abstract method may not be called [tests/classes/abstract_by_interface_002.phpt] 
       
   147 TEST 90/11096 [tests/classes/abstract_class.phpt]
       
   148 PASS ZE2 An abstract class cannot be instantiated [tests/classes/abstract_class.phpt] 
       
   149 TEST 91/11096 [tests/classes/abstract_derived.phpt]
       
   150 PASS ZE2 A derived class with an abstract method must be abstract [tests/classes/abstract_derived.phpt] 
       
   151 TEST 92/11096 [tests/classes/abstract_final.phpt]
       
   152 PASS ZE2 A final method cannot be abstract [tests/classes/abstract_final.phpt] 
       
   153 TEST 93/11096 [tests/classes/abstract_inherit.phpt]
       
   154 PASS ZE2 A class that inherits an abstract method is abstract [tests/classes/abstract_inherit.phpt] 
       
   155 TEST 94/11096 [tests/classes/abstract_not_declared.phpt]
       
   156 PASS ZE2 An abstract class must be declared abstract [tests/classes/abstract_not_declared.phpt] 
       
   157 TEST 95/11096 [tests/classes/abstract_redeclare.phpt]
       
   158 PASS ZE2 A method cannot be redeclared abstract [tests/classes/abstract_redeclare.phpt] 
       
   159 TEST 96/11096 [tests/classes/abstract_static.phpt]
       
   160 PASS ZE2 A static abstract methods [tests/classes/abstract_static.phpt] 
       
   161 TEST 97/11096 [tests/classes/abstract_user_call.phpt]
       
   162 PASS ZE2 An abstrcat method cannot be called indirectly [tests/classes/abstract_user_call.phpt] 
       
   163 TEST 98/11096 [tests/classes/array_access_001.phpt]
       
   164 PASS ZE2 ArrayAccess [tests/classes/array_access_001.phpt] 
       
   165 TEST 99/11096 [tests/classes/array_access_002.phpt]
       
   166 PASS ZE2 ArrayAccess::offsetSet without return [tests/classes/array_access_002.phpt] 
       
   167 TEST 100/11096 [tests/classes/array_access_003.phpt]
       
   168 PASS ZE2 ArrayAccess::offsetGet ambiguties [tests/classes/array_access_003.phpt] 
       
   169 TEST 101/11096 [tests/classes/array_access_004.phpt]
       
   170 PASS ZE2 ArrayAccess::offsetGet ambiguties [tests/classes/array_access_004.phpt] 
       
   171 TEST 102/11096 [tests/classes/array_access_005.phpt]
       
   172 PASS ZE2 ArrayAccess and sub Arrays [tests/classes/array_access_005.phpt] 
       
   173 TEST 103/11096 [tests/classes/array_access_006.phpt]
       
   174 PASS ZE2 ArrayAccess and ASSIGN_OP operators (+=) [tests/classes/array_access_006.phpt] 
       
   175 TEST 104/11096 [tests/classes/array_access_007.phpt]
       
   176 PASS ZE2 ArrayAccess and [] assignment [tests/classes/array_access_007.phpt] 
       
   177 TEST 105/11096 [tests/classes/array_access_008.phpt]
       
   178 PASS ZE2 ArrayAccess and ASSIGN_OP operators (.=) [tests/classes/array_access_008.phpt] 
       
   179 TEST 106/11096 [tests/classes/array_access_009.phpt]
       
   180 PASS ZE2 ArrayAccess and ArrayProxyAccess, ArrayProxy [tests/classes/array_access_009.phpt] 
       
   181 TEST 107/11096 [tests/classes/array_access_010.phpt]
       
   182 PASS ZE2 ArrayAccess and ArrayReferenceProxy with references [tests/classes/array_access_010.phpt] 
       
   183 TEST 108/11096 [tests/classes/array_access_011.phpt]
       
   184 PASS ZE2 ArrayAccess and ArrayAccessReferenceProxy with references to main array [tests/classes/array_access_011.phpt] 
       
   185 TEST 109/11096 [tests/classes/array_access_012.phpt]
       
   186 PASS ZE2 ArrayAccess cannot assign by reference [tests/classes/array_access_012.phpt] 
       
   187 TEST 110/11096 [tests/classes/array_access_013.phpt]
       
   188 PASS ZE2 ArrayAccess and exceptions [tests/classes/array_access_013.phpt] 
       
   189 TEST 111/11096 [tests/classes/arrayobject_001.phpt]
       
   190 PASS Ensure that ArrayObject acts like an array [tests/classes/arrayobject_001.phpt] 
       
   191 TEST 112/11096 [tests/classes/assign_op_property_001.phpt]
       
   192 PASS ZE2 assign_op property of overloaded object [tests/classes/assign_op_property_001.phpt] 
       
   193 TEST 113/11096 [tests/classes/autoload_001.phpt]
       
   194 PASS ZE2 Autoload and class_exists [tests/classes/autoload_001.phpt] 
       
   195 TEST 114/11096 [tests/classes/autoload_002.phpt]
       
   196 PASS ZE2 Autoload and get_class_methods [tests/classes/autoload_002.phpt] 
       
   197 TEST 115/11096 [tests/classes/autoload_003.phpt]
       
   198 PASS ZE2 Autoload and derived classes [tests/classes/autoload_003.phpt] 
       
   199 TEST 116/11096 [tests/classes/autoload_004.phpt]
       
   200 PASS ZE2 Autoload and recursion [tests/classes/autoload_004.phpt] 
       
   201 TEST 117/11096 [tests/classes/autoload_005.phpt]
       
   202 PASS ZE2 Autoload from destructor [tests/classes/autoload_005.phpt] 
       
   203 TEST 118/11096 [tests/classes/autoload_006.phpt]
       
   204 PASS ZE2 Autoload from destructor [tests/classes/autoload_006.phpt] 
       
   205 TEST 119/11096 [tests/classes/autoload_007.phpt]
       
   206 PASS Ensure instanceof does not trigger autoload. [tests/classes/autoload_007.phpt] 
       
   207 TEST 120/11096 [tests/classes/autoload_008.phpt]
       
   208 PASS Ensure catch blocks for unknown exception types do not trigger autoload. [tests/classes/autoload_008.phpt] 
       
   209 TEST 121/11096 [tests/classes/autoload_009.phpt]
       
   210 PASS Ensure type hints for unknown types do not trigger autoload. [tests/classes/autoload_009.phpt] 
       
   211 TEST 122/11096 [tests/classes/autoload_010.phpt]
       
   212 PASS Ensure implements does trigger autoload. [tests/classes/autoload_010.phpt] 
       
   213 TEST 123/11096 [tests/classes/autoload_011.phpt]
       
   214 PASS Ensure extends does trigger autoload. [tests/classes/autoload_011.phpt] 
       
   215 TEST 124/11096 [tests/classes/autoload_012.phpt]
       
   216 PASS Ensure callback methods in unknown classes trigger autoload. [tests/classes/autoload_012.phpt] 
       
   217 TEST 125/11096 [tests/classes/autoload_013.phpt]
       
   218 PASS Ensure the ReflectionClass constructor triggers autoload. [tests/classes/autoload_013.phpt] 
       
   219 TEST 126/11096 [tests/classes/autoload_014.phpt]
       
   220 PASS Ensure the ReflectionMethod constructor triggers autoload. [tests/classes/autoload_014.phpt] 
       
   221 TEST 127/11096 [tests/classes/autoload_015.phpt]
       
   222 PASS Ensure the ReflectionProperty constructor triggers autoload. [tests/classes/autoload_015.phpt] 
       
   223 TEST 128/11096 [tests/classes/autoload_016.phpt]
       
   224 PASS Ensure ReflectionClass::getProperty() triggers autoload [tests/classes/autoload_016.phpt] 
       
   225 TEST 129/11096 [tests/classes/autoload_017.phpt]
       
   226 PASS Ensure ReflectionClass::implementsInterface triggers autoload. [tests/classes/autoload_017.phpt] 
       
   227 TEST 130/11096 [tests/classes/autoload_018.phpt]
       
   228 PASS Ensure __autoload() allows for recursive calls if the class name differs. [tests/classes/autoload_018.phpt] 
       
   229 TEST 131/11096 [tests/classes/autoload_019.phpt]
       
   230 PASS Ensure __autoload() recursion is guarded for multiple lookups of same class using difference case. [tests/classes/autoload_019.phpt] 
       
   231 TEST 132/11096 [tests/classes/autoload_020.phpt]
       
   232 PASS Ensure __autoload() is triggered during unserialization. [tests/classes/autoload_020.phpt] 
       
   233 TEST 133/11096 [tests/classes/bug23951.phpt]
       
   234 PASS Bug #23951 (Defines not working in inherited classes) [tests/classes/bug23951.phpt] 
       
   235 TEST 134/11096 [tests/classes/bug24399.phpt]
       
   236 PASS Bug #24399 (is_subclass_of() crashes when parent class doesn't exist) [tests/classes/bug24399.phpt] 
       
   237 TEST 135/11096 [tests/classes/bug24445.phpt]
       
   238 PASS Bug #24445 (get_parent_class() returns the current class when passed an object) [tests/classes/bug24445.phpt] 
       
   239 TEST 136/11096 [tests/classes/bug26737.phpt]
       
   240 PASS Bug #26737 (Protected and private variables are not saved on serialization when a user defined __sleep is used) [tests/classes/bug26737.phpt] 
       
   241 TEST 137/11096 [tests/classes/bug27468.phpt]
       
   242 PASS Bug #27468 (foreach in __destruct() causes segfault) [tests/classes/bug27468.phpt] 
       
   243 TEST 138/11096 [tests/classes/bug27504.phpt]
       
   244 PASS Bug #27504 (call_user_func_array allows calling of private/protected methods) [tests/classes/bug27504.phpt] 
       
   245 TEST 139/11096 [tests/classes/bug29446.phpt]
       
   246 PASS Bug #29446 (ZE allows multiple declarations of the same class constant) [tests/classes/bug29446.phpt] 
       
   247 TEST 140/11096 [tests/classes/class_abstract.phpt]
       
   248 PASS ZE2 An abstract class cannot be instanciated [tests/classes/class_abstract.phpt] 
       
   249 TEST 141/11096 [tests/classes/class_example.phpt]
       
   250 PASS Classes general test [tests/classes/class_example.phpt] 
       
   251 TEST 142/11096 [tests/classes/class_final.phpt]
       
   252 PASS ZE2 A final class cannot be inherited [tests/classes/class_final.phpt] 
       
   253 TEST 143/11096 [tests/classes/class_stdclass.phpt]
       
   254 PASS Instantiate stdClass [tests/classes/class_stdclass.phpt] 
       
   255 TEST 144/11096 [tests/classes/clone_001.phpt]
       
   256 PASS ZE2 object cloning, 1 [tests/classes/clone_001.phpt] 
       
   257 TEST 145/11096 [tests/classes/clone_002.phpt]
       
   258 PASS ZE2 object cloning, 2 [tests/classes/clone_002.phpt] 
       
   259 TEST 146/11096 [tests/classes/clone_003.phpt]
       
   260 PASS ZE2 object cloning, 3 [tests/classes/clone_003.phpt] 
       
   261 TEST 147/11096 [tests/classes/clone_004.phpt]
       
   262 PASS ZE2 object cloning, 4 [tests/classes/clone_004.phpt] 
       
   263 TEST 148/11096 [tests/classes/clone_005.phpt]
       
   264 PASS ZE2 object cloning, 5 [tests/classes/clone_005.phpt] 
       
   265 TEST 149/11096 [tests/classes/clone_006.phpt]
       
   266 PASS ZE2 object cloning, 6 [tests/classes/clone_006.phpt] 
       
   267 TEST 150/11096 [tests/classes/constants_basic_001.phpt]
       
   268 PASS Class constant declarations [tests/classes/constants_basic_001.phpt] 
       
   269 TEST 151/11096 [tests/classes/constants_basic_002.phpt]
       
   270 PASS Basic class support - defining and reading a class constant. [tests/classes/constants_basic_002.phpt] 
       
   271 TEST 152/11096 [tests/classes/constants_basic_003.phpt]
       
   272 PASS Ensure class properties and constants can be defined in terms of constants that are not known at compile time. [tests/classes/constants_basic_003.phpt] 
       
   273 TEST 153/11096 [tests/classes/constants_basic_004.phpt]
       
   274 PASS Test properties with array default values using class constants as keys and values. [tests/classes/constants_basic_004.phpt] 
       
   275 TEST 154/11096 [tests/classes/constants_basic_005.phpt]
       
   276 PASS Test constants with default values based on other constants. [tests/classes/constants_basic_005.phpt] 
       
   277 TEST 155/11096 [tests/classes/constants_basic_006.phpt]
       
   278 PASS Ensure class constants are not evaluated when a class is looked up to resolve inheritance during runtime. [tests/classes/constants_basic_006.phpt] 
       
   279 TEST 156/11096 [tests/classes/constants_error_001.phpt]
       
   280 PASS Error case: duplicate class constant definition [tests/classes/constants_error_001.phpt] 
       
   281 TEST 157/11096 [tests/classes/constants_error_002.phpt]
       
   282 PASS Error case: class constant as an array [tests/classes/constants_error_002.phpt] 
       
   283 TEST 158/11096 [tests/classes/constants_error_003.phpt]
       
   284 PASS Basic class support - attempting to pass a class constant by reference. [tests/classes/constants_error_003.phpt] 
       
   285 TEST 159/11096 [tests/classes/constants_error_004.phpt]
       
   286 PASS Class constant whose initial value refereces a non-existent class [tests/classes/constants_error_004.phpt] 
       
   287 TEST 160/11096 [tests/classes/constants_error_005.phpt]
       
   288 PASS Error case: class constant as an encapsed containing a variable [tests/classes/constants_error_005.phpt] 
       
   289 TEST 161/11096 [tests/classes/constants_error_006.phpt]
       
   290 PASS Basic class support - attempting to modify a class constant by assignment [tests/classes/constants_error_006.phpt] 
       
   291 TEST 162/11096 [tests/classes/constants_error_007.phpt]
       
   292 PASS Basic class support - attempting to create a reference to a class constant [tests/classes/constants_error_007.phpt] 
       
   293 TEST 163/11096 [tests/classes/constants_scope_001.phpt]
       
   294 PASS ZE2 class constants and scope [tests/classes/constants_scope_001.phpt] 
       
   295 TEST 164/11096 [tests/classes/ctor_dtor.phpt]
       
   296 PASS ZE2 The new constructor/destructor is called [tests/classes/ctor_dtor.phpt] 
       
   297 TEST 165/11096 [tests/classes/ctor_dtor_inheritance.phpt]
       
   298 PASS ZE2 A derived class can use the inherited constructor/destructor [tests/classes/ctor_dtor_inheritance.phpt] 
       
   299 TEST 166/11096 [tests/classes/ctor_failure.phpt]
       
   300 PASS ZE2 Do not call destructors if constructor fails [tests/classes/ctor_failure.phpt] 
       
   301 TEST 167/11096 [tests/classes/ctor_in_interface_01.phpt]
       
   302 PASS ZE2 A class constructor must keep the signature of an interface [tests/classes/ctor_in_interface_01.phpt] 
       
   303 TEST 168/11096 [tests/classes/ctor_in_interface_02.phpt]
       
   304 PASS ZE2 A class constructor must keep the signature of all interfaces [tests/classes/ctor_in_interface_02.phpt] 
       
   305 TEST 169/11096 [tests/classes/ctor_in_interface_03.phpt]
       
   306 PASS ZE2 A class constructor must keep the signature of base class interfaces [tests/classes/ctor_in_interface_03.phpt] 
       
   307 TEST 170/11096 [tests/classes/ctor_in_interface_04.phpt]
       
   308 PASS ZE2 A class constructor must keep the signature of base class interfaces [tests/classes/ctor_in_interface_04.phpt] 
       
   309 TEST 171/11096 [tests/classes/ctor_name_clash.phpt]
       
   310 PASS ZE2 The child class can re-use the parent class name for a function member [tests/classes/ctor_name_clash.phpt] 
       
   311 TEST 172/11096 [tests/classes/ctor_visibility.phpt]
       
   312 PASS ZE2 A private constructor cannot be called [tests/classes/ctor_visibility.phpt] 
       
   313 TEST 173/11096 [tests/classes/dereferencing_001.phpt]
       
   314 PASS ZE2 dereferencing of objects from methods [tests/classes/dereferencing_001.phpt] 
       
   315 TEST 174/11096 [tests/classes/destructor_and_echo.phpt]
       
   316 PASS ZE2 Destructors and echo [tests/classes/destructor_and_echo.phpt] 
       
   317 TEST 175/11096 [tests/classes/destructor_and_exceptions.phpt]
       
   318 PASS ZE2 catch exception thrown in destructor [tests/classes/destructor_and_exceptions.phpt] 
       
   319 TEST 176/11096 [tests/classes/destructor_and_globals.phpt]
       
   320 PASS ZE2 accessing globals from destructor in shutdown [tests/classes/destructor_and_globals.phpt] 
       
   321 TEST 177/11096 [tests/classes/destructor_and_references.phpt]
       
   322 PASS ZE2 Destructing and references [tests/classes/destructor_and_references.phpt] 
       
   323 TEST 178/11096 [tests/classes/destructor_inheritance.phpt]
       
   324 PASS ZE2 The inherited destructor is called [tests/classes/destructor_inheritance.phpt] 
       
   325 TEST 179/11096 [tests/classes/destructor_visibility_001.phpt]
       
   326 PASS ZE2 Ensuring destructor visibility [tests/classes/destructor_visibility_001.phpt] 
       
   327 TEST 180/11096 [tests/classes/destructor_visibility_002.phpt]
       
   328 PASS ZE2 Ensuring destructor visibility [tests/classes/destructor_visibility_002.phpt] 
       
   329 TEST 181/11096 [tests/classes/destructor_visibility_003.phpt]
       
   330 PASS ZE2 Ensuring destructor visibility [tests/classes/destructor_visibility_003.phpt] 
       
   331 TEST 182/11096 [tests/classes/factory_001.phpt]
       
   332 PASS ZE2 factory objects [tests/classes/factory_001.phpt] 
       
   333 TEST 183/11096 [tests/classes/factory_and_singleton_001.phpt]
       
   334 PASS ZE2 factory and singleton, test 1 [tests/classes/factory_and_singleton_001.phpt] 
       
   335 TEST 184/11096 [tests/classes/factory_and_singleton_002.phpt]
       
   336 PASS ZE2 factory and singleton, test 2 [tests/classes/factory_and_singleton_002.phpt] 
       
   337 TEST 185/11096 [tests/classes/factory_and_singleton_003.phpt]
       
   338 PASS ZE2 factory and singleton, test 3 [tests/classes/factory_and_singleton_003.phpt] 
       
   339 TEST 186/11096 [tests/classes/factory_and_singleton_004.phpt]
       
   340 PASS ZE2 factory and singleton, test 4 [tests/classes/factory_and_singleton_004.phpt] 
       
   341 TEST 187/11096 [tests/classes/factory_and_singleton_005.phpt]
       
   342 PASS ZE2 factory and singleton, test 5 [tests/classes/factory_and_singleton_005.phpt] 
       
   343 TEST 188/11096 [tests/classes/factory_and_singleton_006.phpt]
       
   344 PASS ZE2 factory and singleton, test 6 [tests/classes/factory_and_singleton_006.phpt] 
       
   345 TEST 189/11096 [tests/classes/factory_and_singleton_007.phpt]
       
   346 PASS ZE2 factory and singleton, test 7 [tests/classes/factory_and_singleton_007.phpt] 
       
   347 TEST 190/11096 [tests/classes/factory_and_singleton_008.phpt]
       
   348 PASS ZE2 factory and singleton, test 8 [tests/classes/factory_and_singleton_008.phpt] 
       
   349 TEST 191/11096 [tests/classes/factory_and_singleton_009.phpt]
       
   350 PASS ZE2 factory and singleton, test 9 [tests/classes/factory_and_singleton_009.phpt] 
       
   351 TEST 192/11096 [tests/classes/factory_and_singleton_010.phpt]
       
   352 PASS ZE2 factory and singleton, test 10 [tests/classes/factory_and_singleton_010.phpt] 
       
   353 TEST 193/11096 [tests/classes/final.phpt]
       
   354 PASS ZE2 A method may be redeclared final [tests/classes/final.phpt] 
       
   355 TEST 194/11096 [tests/classes/final_abstract.phpt]
       
   356 PASS ZE2 A final method cannot be abstract [tests/classes/final_abstract.phpt] 
       
   357 TEST 195/11096 [tests/classes/final_ctor1.phpt]
       
   358 PASS ZE2 cannot override final __construct [tests/classes/final_ctor1.phpt] 
       
   359 TEST 196/11096 [tests/classes/final_ctor2.phpt]
       
   360 PASS ZE2 cannot override final old style ctor [tests/classes/final_ctor2.phpt] 
       
   361 TEST 197/11096 [tests/classes/final_ctor3.phpt]
       
   362 PASS Ensure implicit final inherited old-style constructor cannot be overridden. [tests/classes/final_ctor3.phpt] 
       
   363 TEST 198/11096 [tests/classes/final_redeclare.phpt]
       
   364 PASS ZE2 A final method may not be overwritten [tests/classes/final_redeclare.phpt] 
       
   365 TEST 199/11096 [tests/classes/implicit_instantiation_001.phpt]
       
   366 PASS Implicit object instantiation when accessing properties of non-object. [tests/classes/implicit_instantiation_001.phpt] 
       
   367 TEST 200/11096 [tests/classes/incdec_property_001.phpt]
       
   368 PASS ZE2 post increment/decrement property of overloaded object [tests/classes/incdec_property_001.phpt] 
       
   369 TEST 201/11096 [tests/classes/incdec_property_002.phpt]
       
   370 PASS ZE2 post increment/decrement property of overloaded object with assignment [tests/classes/incdec_property_002.phpt] 
       
   371 TEST 202/11096 [tests/classes/incdec_property_003.phpt]
       
   372 PASS ZE2 pre increment/decrement property of overloaded object [tests/classes/incdec_property_003.phpt] 
       
   373 TEST 203/11096 [tests/classes/incdec_property_004.phpt]
       
   374 PASS ZE2 pre increment/decrement property of overloaded object with assignment [tests/classes/incdec_property_004.phpt] 
       
   375 TEST 204/11096 [tests/classes/inheritance.phpt]
       
   376 PASS Classes inheritance test [tests/classes/inheritance.phpt] 
       
   377 TEST 205/11096 [tests/classes/inheritance_002.phpt]
       
   378 PASS ZE2 Constructor precedence [tests/classes/inheritance_002.phpt] 
       
   379 TEST 206/11096 [tests/classes/inheritance_003.phpt]
       
   380 PASS ZE2 method inheritance without interfaces [tests/classes/inheritance_003.phpt] 
       
   381 TEST 207/11096 [tests/classes/inheritance_004.phpt]
       
   382 PASS ZE2 method inheritance without interfaces [tests/classes/inheritance_004.phpt] 
       
   383 TEST 208/11096 [tests/classes/inheritance_005.phpt]
       
   384 PASS Check for inherited old-style constructor. [tests/classes/inheritance_005.phpt] 
       
   385 TEST 209/11096 [tests/classes/inheritance_006.phpt]
       
   386 PASS Private property inheritance check [tests/classes/inheritance_006.phpt] 
       
   387 TEST 210/11096 [tests/classes/inheritance_007.phpt]
       
   388 PASS Ensure inherited old-style constructor doesn't block other methods [tests/classes/inheritance_007.phpt] 
       
   389 TEST 211/11096 [tests/classes/interface_and_extends.phpt]
       
   390 PASS ZE2 a class cannot extend an interface [tests/classes/interface_and_extends.phpt] 
       
   391 TEST 212/11096 [tests/classes/interface_class.phpt]
       
   392 PASS ZE2 A class can only implement interfaces [tests/classes/interface_class.phpt] 
       
   393 TEST 213/11096 [tests/classes/interface_constant_inheritance_001.phpt]
       
   394 PASS Ensure an interface may not shadow an inherited constant. [tests/classes/interface_constant_inheritance_001.phpt] 
       
   395 TEST 214/11096 [tests/classes/interface_constant_inheritance_002.phpt]
       
   396 PASS Ensure a class may not shadow a constant inherited from an interface. [tests/classes/interface_constant_inheritance_002.phpt] 
       
   397 TEST 215/11096 [tests/classes/interface_constant_inheritance_003.phpt]
       
   398 PASS Ensure a class may not inherit two constants with the same name from two separate interfaces. [tests/classes/interface_constant_inheritance_003.phpt] 
       
   399 TEST 216/11096 [tests/classes/interface_constant_inheritance_004.phpt]
       
   400 PASS Ensure a class may implement two interfaces which include the same constant (due to inheritance). [tests/classes/interface_constant_inheritance_004.phpt] 
       
   401 TEST 217/11096 [tests/classes/interface_doubled.phpt]
       
   402 PASS ZE2 An interface extends base interfaces [tests/classes/interface_doubled.phpt] 
       
   403 TEST 218/11096 [tests/classes/interface_implemented.phpt]
       
   404 PASS ZE2 An interface is inherited [tests/classes/interface_implemented.phpt] 
       
   405 TEST 219/11096 [tests/classes/interface_instantiate.phpt]
       
   406 PASS ZE2 An interface cannot be instantiated [tests/classes/interface_instantiate.phpt] 
       
   407 TEST 220/11096 [tests/classes/interface_member.phpt]
       
   408 PASS ZE2 An interface cannot have properties [tests/classes/interface_member.phpt] 
       
   409 TEST 221/11096 [tests/classes/interface_method.phpt]
       
   410 PASS ZE2 An interface method must be abstract [tests/classes/interface_method.phpt] 
       
   411 TEST 222/11096 [tests/classes/interface_method_final.phpt]
       
   412 PASS ZE2 An interface method cannot be final [tests/classes/interface_method_final.phpt] 
       
   413 TEST 223/11096 [tests/classes/interface_method_private.phpt]
       
   414 PASS ZE2 An interface method cannot be private [tests/classes/interface_method_private.phpt] 
       
   415 TEST 224/11096 [tests/classes/interface_must_be_implemented.phpt]
       
   416 PASS ZE2 An interface must be implemented [tests/classes/interface_must_be_implemented.phpt] 
       
   417 TEST 225/11096 [tests/classes/interface_optional_arg.phpt]
       
   418 PASS ZE2 An interface method allows additional default arguments [tests/classes/interface_optional_arg.phpt] 
       
   419 TEST 226/11096 [tests/classes/interface_optional_arg_002.phpt]
       
   420 PASS default argument value in interface implementation [tests/classes/interface_optional_arg_002.phpt] 
       
   421 TEST 227/11096 [tests/classes/interface_optional_arg_003.phpt]
       
   422 PASS default argument value in and in implementing class with interface in included file [tests/classes/interface_optional_arg_003.phpt] 
       
   423 TEST 228/11096 [tests/classes/interfaces_001.phpt]
       
   424 PASS ZE2 interfaces [tests/classes/interfaces_001.phpt] 
       
   425 TEST 229/11096 [tests/classes/interfaces_002.phpt]
       
   426 PASS ZE2 interface with an unimplemented method [tests/classes/interfaces_002.phpt] 
       
   427 TEST 230/11096 [tests/classes/interfaces_003.phpt]
       
   428 PASS ZE2 interface and __construct [tests/classes/interfaces_003.phpt] 
       
   429 TEST 231/11096 [tests/classes/is_a.phpt]
       
   430 PASS is_a and is_subclass_of behaviour (with and without autoload) [tests/classes/is_a.phpt] 
       
   431 TEST 232/11096 [tests/classes/iterators_001.phpt]
       
   432 PASS ZE2 iterators and foreach [tests/classes/iterators_001.phpt] 
       
   433 TEST 233/11096 [tests/classes/iterators_002.phpt]
       
   434 PASS ZE2 iterators and break [tests/classes/iterators_002.phpt] 
       
   435 TEST 234/11096 [tests/classes/iterators_003.phpt]
       
   436 PASS ZE2 iterators and break [tests/classes/iterators_003.phpt] 
       
   437 TEST 235/11096 [tests/classes/iterators_004.phpt]
       
   438 PASS ZE2 iterators must be implemented [tests/classes/iterators_004.phpt] 
       
   439 TEST 236/11096 [tests/classes/iterators_005.phpt]
       
   440 PASS ZE2 iterators cannot implement Traversable alone [tests/classes/iterators_005.phpt] 
       
   441 TEST 237/11096 [tests/classes/iterators_006.phpt]
       
   442 PASS ZE2 iterators and array wrapping [tests/classes/iterators_006.phpt] 
       
   443 TEST 238/11096 [tests/classes/iterators_007.phpt]
       
   444 PASS ZE2 iterators and exceptions [tests/classes/iterators_007.phpt] 
       
   445 TEST 239/11096 [tests/classes/iterators_008.phpt]
       
   446 PASS Ensure plain userspace superclass does not override special iterator behaviour on child class. [tests/classes/iterators_008.phpt] 
       
   447 TEST 240/11096 [tests/classes/method_call_variation_001.phpt]
       
   448 PASS In $a->$b[Y](), $b[Y] represents a method name on $a. But in $a->X[Y](), $a->X[Y] represents a global function name. [tests/classes/method_call_variation_001.phpt] 
       
   449 TEST 241/11096 [tests/classes/method_override_optional_arg_001.phpt]
       
   450 PASS Method override allows optional default argument [tests/classes/method_override_optional_arg_001.phpt] 
       
   451 TEST 242/11096 [tests/classes/method_override_optional_arg_002.phpt]
       
   452 PASS Omitting optional arg in method inherited from abstract class [tests/classes/method_override_optional_arg_002.phpt] 
       
   453 TEST 243/11096 [tests/classes/new_001.phpt]
       
   454 PASS Confirm difference between assigning new directly and by reference. [tests/classes/new_001.phpt] 
       
   455 TEST 244/11096 [tests/classes/object_reference_001.phpt]
       
   456 PASS ZE2 object references [tests/classes/object_reference_001.phpt] 
       
   457 TEST 245/11096 [tests/classes/private_001.phpt]
       
   458 PASS ZE2 A private method can only be called inside the class [tests/classes/private_001.phpt] 
       
   459 TEST 246/11096 [tests/classes/private_002.phpt]
       
   460 PASS ZE2 A private method cannot be called in another class [tests/classes/private_002.phpt] 
       
   461 TEST 247/11096 [tests/classes/private_003.phpt]
       
   462 PASS ZE2 A private method cannot be called in a derived class [tests/classes/private_003.phpt] 
       
   463 TEST 248/11096 [tests/classes/private_003b.phpt]
       
   464 PASS ZE2 A private method cannot be called in a derived class [tests/classes/private_003b.phpt] 
       
   465 TEST 249/11096 [tests/classes/private_004.phpt]
       
   466 PASS ZE2 A private method cannot be called in a derived class [tests/classes/private_004.phpt] 
       
   467 TEST 250/11096 [tests/classes/private_004b.phpt]
       
   468 PASS ZE2 A private method cannot be called in a derived class [tests/classes/private_004b.phpt] 
       
   469 TEST 251/11096 [tests/classes/private_005.phpt]
       
   470 PASS ZE2 A private method cannot be called in a derived class [tests/classes/private_005.phpt] 
       
   471 TEST 252/11096 [tests/classes/private_005b.phpt]
       
   472 PASS ZE2 A private method cannot be called in a derived class [tests/classes/private_005b.phpt] 
       
   473 TEST 253/11096 [tests/classes/private_006.phpt]
       
   474 PASS ZE2 A private method can be overwritten in a second derived class [tests/classes/private_006.phpt] 
       
   475 TEST 254/11096 [tests/classes/private_006b.phpt]
       
   476 PASS ZE2 A private method can be overwritten in a second derived class [tests/classes/private_006b.phpt] 
       
   477 TEST 255/11096 [tests/classes/private_007.phpt]
       
   478 PASS ZE2 A derived class does not know about privates of ancestors [tests/classes/private_007.phpt] 
       
   479 TEST 256/11096 [tests/classes/private_007b.phpt]
       
   480 PASS ZE2 A derived class does not know about privates of ancestors [tests/classes/private_007b.phpt] 
       
   481 TEST 257/11096 [tests/classes/private_members.phpt]
       
   482 PASS ZE2 A private member is [tests/classes/private_members.phpt] 
       
   483 TEST 258/11096 [tests/classes/private_redeclare.phpt]
       
   484 PASS ZE2 A derived class does not know anything about inherited private methods [tests/classes/private_redeclare.phpt] 
       
   485 TEST 259/11096 [tests/classes/property_override_privateStatic_private.phpt]
       
   486 PASS Redeclare inherited private static property as private. [tests/classes/property_override_privateStatic_private.phpt] 
       
   487 TEST 260/11096 [tests/classes/property_override_privateStatic_privateStatic.phpt]
       
   488 PASS Redeclare inherited private static property as private static. [tests/classes/property_override_privateStatic_privateStatic.phpt] 
       
   489 TEST 261/11096 [tests/classes/property_override_privateStatic_protected.phpt]
       
   490 PASS Redeclare inherited private static property as protected. [tests/classes/property_override_privateStatic_protected.phpt] 
       
   491 TEST 262/11096 [tests/classes/property_override_privateStatic_protectedStatic.phpt]
       
   492 PASS Redeclare inherited private static property as protected static. [tests/classes/property_override_privateStatic_protectedStatic.phpt] 
       
   493 TEST 263/11096 [tests/classes/property_override_privateStatic_public.phpt]
       
   494 PASS Redeclare inherited private static property as public. [tests/classes/property_override_privateStatic_public.phpt] 
       
   495 TEST 264/11096 [tests/classes/property_override_privateStatic_publicStatic.phpt]
       
   496 PASS Redeclare inherited private static property as public static. [tests/classes/property_override_privateStatic_publicStatic.phpt] 
       
   497 TEST 265/11096 [tests/classes/property_override_private_private.phpt]
       
   498 PASS Redeclare inherited private property as private. [tests/classes/property_override_private_private.phpt] 
       
   499 TEST 266/11096 [tests/classes/property_override_private_privateStatic.phpt]
       
   500 PASS Redeclare inherited private property as private static. [tests/classes/property_override_private_privateStatic.phpt] 
       
   501 TEST 267/11096 [tests/classes/property_override_private_protected.phpt]
       
   502 PASS Redeclare inherited private property as protected. [tests/classes/property_override_private_protected.phpt] 
       
   503 TEST 268/11096 [tests/classes/property_override_private_protectedStatic.phpt]
       
   504 PASS Redeclare inherited private property as protected static. [tests/classes/property_override_private_protectedStatic.phpt] 
       
   505 TEST 269/11096 [tests/classes/property_override_private_public.phpt]
       
   506 PASS Redeclare inherited private property as public. [tests/classes/property_override_private_public.phpt] 
       
   507 TEST 270/11096 [tests/classes/property_override_private_publicStatic.phpt]
       
   508 PASS Redeclare inherited private property as public static. [tests/classes/property_override_private_publicStatic.phpt] 
       
   509 TEST 271/11096 [tests/classes/property_override_protectedStatic_private.phpt]
       
   510 PASS Redeclare inherited protected static property as private. [tests/classes/property_override_protectedStatic_private.phpt] 
       
   511 TEST 272/11096 [tests/classes/property_override_protectedStatic_privateStatic.phpt]
       
   512 PASS Redeclare inherited protected static property as private static. [tests/classes/property_override_protectedStatic_privateStatic.phpt] 
       
   513 TEST 273/11096 [tests/classes/property_override_protectedStatic_protected.phpt]
       
   514 PASS Redeclare inherited protected static property as protected. [tests/classes/property_override_protectedStatic_protected.phpt] 
       
   515 TEST 274/11096 [tests/classes/property_override_protectedStatic_protectedStatic.phpt]
       
   516 PASS Redeclare inherited protected static property as protected static. [tests/classes/property_override_protectedStatic_protectedStatic.phpt] 
       
   517 TEST 275/11096 [tests/classes/property_override_protectedStatic_public.phpt]
       
   518 PASS Redeclare inherited protected static property as public. [tests/classes/property_override_protectedStatic_public.phpt] 
       
   519 TEST 276/11096 [tests/classes/property_override_protectedStatic_publicStatic.phpt]
       
   520 PASS Redeclare inherited protected static property as public static. [tests/classes/property_override_protectedStatic_publicStatic.phpt] 
       
   521 TEST 277/11096 [tests/classes/property_override_protected_private.phpt]
       
   522 PASS Redeclare inherited protected property as private (duplicates Zend/tests/errmsg_023.phpt). [tests/classes/property_override_protected_private.phpt] 
       
   523 TEST 278/11096 [tests/classes/property_override_protected_privateStatic.phpt]
       
   524 PASS Redeclare inherited protected property as private static. [tests/classes/property_override_protected_privateStatic.phpt] 
       
   525 TEST 279/11096 [tests/classes/property_override_protected_protected.phpt]
       
   526 PASS Redeclare inherited protected property as protected. [tests/classes/property_override_protected_protected.phpt] 
       
   527 TEST 280/11096 [tests/classes/property_override_protected_protectedStatic.phpt]
       
   528 PASS Redeclare inherited protected property as protected static. [tests/classes/property_override_protected_protectedStatic.phpt] 
       
   529 TEST 281/11096 [tests/classes/property_override_protected_public.phpt]
       
   530 PASS Redeclare inherited protected property as public. [tests/classes/property_override_protected_public.phpt] 
       
   531 TEST 282/11096 [tests/classes/property_override_protected_publicStatic.phpt]
       
   532 PASS Redeclare inherited protected property as public static. [tests/classes/property_override_protected_publicStatic.phpt] 
       
   533 TEST 283/11096 [tests/classes/property_override_publicStatic_private.phpt]
       
   534 PASS Redeclare inherited public static property as private. [tests/classes/property_override_publicStatic_private.phpt] 
       
   535 TEST 284/11096 [tests/classes/property_override_publicStatic_privateStatic.phpt]
       
   536 PASS Redeclare inherited public static property as private static. [tests/classes/property_override_publicStatic_privateStatic.phpt] 
       
   537 TEST 285/11096 [tests/classes/property_override_publicStatic_protected.phpt]
       
   538 PASS Redeclare inherited public static property as protected. [tests/classes/property_override_publicStatic_protected.phpt] 
       
   539 TEST 286/11096 [tests/classes/property_override_publicStatic_protectedStatic.phpt]
       
   540 PASS Redeclare inherited public static property as protected static. [tests/classes/property_override_publicStatic_protectedStatic.phpt] 
       
   541 TEST 287/11096 [tests/classes/property_override_publicStatic_public.phpt]
       
   542 PASS Redeclare inherited public static property as public. [tests/classes/property_override_publicStatic_public.phpt] 
       
   543 TEST 288/11096 [tests/classes/property_override_publicStatic_publicStatic.phpt]
       
   544 PASS Redeclare inherited public static property as public static. [tests/classes/property_override_publicStatic_publicStatic.phpt] 
       
   545 TEST 289/11096 [tests/classes/property_override_public_private.phpt]
       
   546 PASS Redeclare inherited public property as private. [tests/classes/property_override_public_private.phpt] 
       
   547 TEST 290/11096 [tests/classes/property_override_public_privateStatic.phpt]
       
   548 PASS Redeclare inherited public property as private static. [tests/classes/property_override_public_privateStatic.phpt] 
       
   549 TEST 291/11096 [tests/classes/property_override_public_protected.phpt]
       
   550 PASS Redeclare inherited public property as protected. [tests/classes/property_override_public_protected.phpt] 
       
   551 TEST 292/11096 [tests/classes/property_override_public_protectedStatic.phpt]
       
   552 PASS Redeclare inherited public property as protected static. [tests/classes/property_override_public_protectedStatic.phpt] 
       
   553 TEST 293/11096 [tests/classes/property_override_public_public.phpt]
       
   554 PASS Redeclare inherited public property as public. [tests/classes/property_override_public_public.phpt] 
       
   555 TEST 294/11096 [tests/classes/property_override_public_publicStatic.phpt]
       
   556 PASS Redeclare inherited public property as public static. [tests/classes/property_override_public_publicStatic.phpt] 
       
   557 TEST 295/11096 [tests/classes/property_recreate_private.phpt]
       
   558 PASS Unsetting and recreating private properties. [tests/classes/property_recreate_private.phpt] 
       
   559 TEST 296/11096 [tests/classes/property_recreate_protected.phpt]
       
   560 PASS Unsetting and recreating protected properties. [tests/classes/property_recreate_protected.phpt] 
       
   561 TEST 297/11096 [tests/classes/protected_001.phpt]
       
   562 PASS ZE2 A protected method can only be called inside the class [tests/classes/protected_001.phpt] 
       
   563 TEST 298/11096 [tests/classes/protected_001b.phpt]
       
   564 PASS ZE2 A protected method can only be called inside the class [tests/classes/protected_001b.phpt] 
       
   565 TEST 299/11096 [tests/classes/protected_002.phpt]
       
   566 PASS ZE2 A protected method cannot be called in another class [tests/classes/protected_002.phpt] 
       
   567 TEST 300/11096 [tests/classes/serialize_001.phpt]
       
   568 PASS ZE2 Serializable [tests/classes/serialize_001.phpt] 
       
   569 TEST 301/11096 [tests/classes/singleton_001.phpt]
       
   570 PASS ZE2 singleton [tests/classes/singleton_001.phpt] 
       
   571 TEST 302/11096 [tests/classes/static_mix_1.phpt]
       
   572 PASS ZE2 You cannot overload a static method with a non static method [tests/classes/static_mix_1.phpt] 
       
   573 TEST 303/11096 [tests/classes/static_mix_2.phpt]
       
   574 PASS ZE2 You cannot overload a non static method with a static method [tests/classes/static_mix_2.phpt] 
       
   575 TEST 304/11096 [tests/classes/static_properties_001.phpt]
       
   576 PASS ZE2 Initializing static properties to arrays [tests/classes/static_properties_001.phpt] 
       
   577 TEST 305/11096 [tests/classes/static_properties_003.phpt]
       
   578 PASS Attempting to access static properties using instance property syntax [tests/classes/static_properties_003.phpt] 
       
   579 TEST 306/11096 [tests/classes/static_properties_003_error1.phpt]
       
   580 PASS Attempting to access static properties using instance property syntax [tests/classes/static_properties_003_error1.phpt] 
       
   581 TEST 307/11096 [tests/classes/static_properties_003_error2.phpt]
       
   582 PASS Attempting to access static properties using instance property syntax [tests/classes/static_properties_003_error2.phpt] 
       
   583 TEST 308/11096 [tests/classes/static_properties_003_error3.phpt]
       
   584 PASS Attempting to access static properties using instance property syntax [tests/classes/static_properties_003_error3.phpt] 
       
   585 TEST 309/11096 [tests/classes/static_properties_003_error4.phpt]
       
   586 PASS Attempting to access static properties using instance property syntax [tests/classes/static_properties_003_error4.phpt] 
       
   587 TEST 310/11096 [tests/classes/static_properties_004.phpt]
       
   588 PASS Inherited static properties can be separated from their reference set. [tests/classes/static_properties_004.phpt] 
       
   589 TEST 311/11096 [tests/classes/static_properties_undeclared_assign.phpt]
       
   590 PASS Assigning to a non-existent static property [tests/classes/static_properties_undeclared_assign.phpt] 
       
   591 TEST 312/11096 [tests/classes/static_properties_undeclared_assignInc.phpt]
       
   592 PASS Assigning & incrementing a non-existent static property [tests/classes/static_properties_undeclared_assignInc.phpt] 
       
   593 TEST 313/11096 [tests/classes/static_properties_undeclared_assignRef.phpt]
       
   594 PASS Assigning a non-existent static property by reference [tests/classes/static_properties_undeclared_assignRef.phpt] 
       
   595 TEST 314/11096 [tests/classes/static_properties_undeclared_inc.phpt]
       
   596 PASS Incrementing a non-existent static property [tests/classes/static_properties_undeclared_inc.phpt] 
       
   597 TEST 315/11096 [tests/classes/static_properties_undeclared_isset.phpt]
       
   598 PASS Issetting a non-existent static property [tests/classes/static_properties_undeclared_isset.phpt] 
       
   599 TEST 316/11096 [tests/classes/static_properties_undeclared_read.phpt]
       
   600 PASS Reading a non-existent static property [tests/classes/static_properties_undeclared_read.phpt] 
       
   601 TEST 317/11096 [tests/classes/static_this.phpt]
       
   602 PASS ZE2 $this can be an argument to a static function [tests/classes/static_this.phpt] 
       
   603 TEST 318/11096 [tests/classes/this.phpt]
       
   604 PASS ZE2 $this cannot be exchanged [tests/classes/this.phpt] 
       
   605 TEST 319/11096 [tests/classes/tostring_001.phpt]
       
   606 PASS ZE2 __toString() [tests/classes/tostring_001.phpt] 
       
   607 TEST 320/11096 [tests/classes/tostring_002.phpt]
       
   608 PASS ZE2 __toString() in __destruct [tests/classes/tostring_002.phpt] 
       
   609 TEST 321/11096 [tests/classes/tostring_003.phpt]
       
   610 PASS ZE2 __toString() in __destruct/exception [tests/classes/tostring_003.phpt] 
       
   611 TEST 322/11096 [tests/classes/tostring_004.phpt]
       
   612 PASS Object to string conversion: error cases and behaviour variations. [tests/classes/tostring_004.phpt] 
       
   613 TEST 323/11096 [tests/classes/type_hinting_001.phpt]
       
   614 PASS ZE2 class type hinting [tests/classes/type_hinting_001.phpt] 
       
   615 TEST 324/11096 [tests/classes/type_hinting_002.phpt]
       
   616 PASS ZE2 class type hinting non existing class [tests/classes/type_hinting_002.phpt] 
       
   617 TEST 325/11096 [tests/classes/type_hinting_003.phpt]
       
   618 PASS ZE2 class type hinting with arrays [tests/classes/type_hinting_003.phpt] 
       
   619 TEST 326/11096 [tests/classes/type_hinting_004.phpt]
       
   620 PASS Ensure type hints are enforced for functions invoked as callbacks. [tests/classes/type_hinting_004.phpt] 
       
   621 TEST 327/11096 [tests/classes/type_hinting_005a.phpt]
       
   622 PASS Check type hint compatibility in overrides with array hints. [tests/classes/type_hinting_005a.phpt] 
       
   623 TEST 328/11096 [tests/classes/type_hinting_005b.phpt]
       
   624 PASS Check type hint compatibility in overrides with array hints. [tests/classes/type_hinting_005b.phpt] 
       
   625 TEST 329/11096 [tests/classes/type_hinting_005c.phpt]
       
   626 PASS Check type hint compatibility in overrides with array hints. [tests/classes/type_hinting_005c.phpt] 
       
   627 TEST 330/11096 [tests/classes/type_hinting_005d.phpt]
       
   628 PASS Check type hint compatibility in overrides with array hints. [tests/classes/type_hinting_005d.phpt] 
       
   629 TEST 331/11096 [tests/classes/visibility_000a.phpt]
       
   630 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_000a.phpt] 
       
   631 TEST 332/11096 [tests/classes/visibility_000b.phpt]
       
   632 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_000b.phpt] 
       
   633 TEST 333/11096 [tests/classes/visibility_000c.phpt]
       
   634 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_000c.phpt] 
       
   635 TEST 334/11096 [tests/classes/visibility_001a.phpt]
       
   636 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_001a.phpt] 
       
   637 TEST 335/11096 [tests/classes/visibility_001b.phpt]
       
   638 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_001b.phpt] 
       
   639 TEST 336/11096 [tests/classes/visibility_001c.phpt]
       
   640 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_001c.phpt] 
       
   641 TEST 337/11096 [tests/classes/visibility_002a.phpt]
       
   642 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_002a.phpt] 
       
   643 TEST 338/11096 [tests/classes/visibility_002b.phpt]
       
   644 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_002b.phpt] 
       
   645 TEST 339/11096 [tests/classes/visibility_002c.phpt]
       
   646 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_002c.phpt] 
       
   647 TEST 340/11096 [tests/classes/visibility_003a.phpt]
       
   648 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_003a.phpt] 
       
   649 TEST 341/11096 [tests/classes/visibility_003b.phpt]
       
   650 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_003b.phpt] 
       
   651 TEST 342/11096 [tests/classes/visibility_003c.phpt]
       
   652 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_003c.phpt] 
       
   653 TEST 343/11096 [tests/classes/visibility_004a.phpt]
       
   654 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_004a.phpt] 
       
   655 TEST 344/11096 [tests/classes/visibility_004b.phpt]
       
   656 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_004b.phpt] 
       
   657 TEST 345/11096 [tests/classes/visibility_004c.phpt]
       
   658 PASS ZE2 A redeclared method must have the same or higher visibility [tests/classes/visibility_004c.phpt] 
       
   659 TEST 346/11096 [tests/classes/visibility_005.phpt]
       
   660 PASS ZE2 foreach and property visibility [tests/classes/visibility_005.phpt] 
       
   661 TEST 347/11096 [tests/func/001.phpt]
       
   662 PASS Strlen() function test [tests/func/001.phpt] 
       
   663 TEST 348/11096 [tests/func/002.phpt]
       
   664 PASS Static variables in functions [tests/func/002.phpt] 
       
   665 TEST 349/11096 [tests/func/003.phpt]
       
   666 PASS General function test [tests/func/003.phpt] 
       
   667 TEST 350/11096 [tests/func/004.phpt]
       
   668 PASS General function test [tests/func/004.phpt] 
       
   669 TEST 351/11096 [tests/func/005.phpt]
       
   670 PASS Testing register_shutdown_function() [tests/func/005.phpt] 
       
   671 TEST 352/11096 [tests/func/005a.phpt]
       
   672 PASS Testing register_shutdown_function() with timeout. (Bug: #21513) [tests/func/005a.phpt] 
       
   673 TEST 353/11096 [tests/func/006.phpt]
       
   674 PASS Output buffering tests [tests/func/006.phpt] 
       
   675 TEST 354/11096 [tests/func/007.phpt]
       
   676 PASS INI functions test [tests/func/007.phpt] 
       
   677 TEST 355/11096 [tests/func/008.phpt]
       
   678 PASS Test for buffering in core functions with implicit flush off [tests/func/008.phpt] 
       
   679 TEST 356/11096 [tests/func/009.phpt]
       
   680 PASS Test for buffering in core functions with implicit flush on [tests/func/009.phpt] 
       
   681 TEST 357/11096 [tests/func/010.phpt]
       
   682 PASS function with many parameters [tests/func/010.phpt] 
       
   683 TEST 358/11096 [tests/func/ini_alter.phpt]
       
   684 PASS ini_alter() check [tests/func/ini_alter.phpt] 
       
   685 TEST 359/11096 [tests/lang/001.phpt]
       
   686 PASS Simple If condition test [tests/lang/001.phpt] 
       
   687 TEST 360/11096 [tests/lang/002.phpt]
       
   688 PASS Simple While Loop Test [tests/lang/002.phpt] 
       
   689 TEST 361/11096 [tests/lang/003.phpt]
       
   690 PASS Simple Switch Test [tests/lang/003.phpt] 
       
   691 TEST 362/11096 [tests/lang/004.phpt]
       
   692 PASS Simple If/Else Test [tests/lang/004.phpt] 
       
   693 TEST 363/11096 [tests/lang/005.phpt]
       
   694 PASS Simple If/ElseIf/Else Test [tests/lang/005.phpt] 
       
   695 TEST 364/11096 [tests/lang/006.phpt]
       
   696 PASS Nested If/ElseIf/Else Test [tests/lang/006.phpt] 
       
   697 TEST 365/11096 [tests/lang/007.phpt]
       
   698 PASS Function call with global and static variables [tests/lang/007.phpt] 
       
   699 TEST 366/11096 [tests/lang/008.phpt]
       
   700 PASS Testing recursive function [tests/lang/008.phpt] 
       
   701 TEST 367/11096 [tests/lang/009.phpt]
       
   702 PASS Testing function parameter passing [tests/lang/009.phpt] 
       
   703 TEST 368/11096 [tests/lang/010.phpt]
       
   704 PASS Testing function parameter passing with a return value [tests/lang/010.phpt] 
       
   705 TEST 369/11096 [tests/lang/011.phpt]
       
   706 PASS Testing nested functions [tests/lang/011.phpt] 
       
   707 TEST 370/11096 [tests/lang/012.phpt]
       
   708 PASS Testing stack after early function return [tests/lang/012.phpt] 
       
   709 TEST 371/11096 [tests/lang/013.phpt]
       
   710 PASS Testing eval function [tests/lang/013.phpt] 
       
   711 TEST 372/11096 [tests/lang/014.phpt]
       
   712 PASS Testing eval function inside user-defined function [tests/lang/014.phpt] 
       
   713 TEST 373/11096 [tests/lang/015.phpt]
       
   714 PASS Testing include [tests/lang/015.phpt] 
       
   715 TEST 374/11096 [tests/lang/016.phpt]
       
   716 PASS Testing user-defined function in included file [tests/lang/016.phpt] 
       
   717 TEST 375/11096 [tests/lang/017.phpt]
       
   718 PASS Testing user-defined function falling out of an If into another [tests/lang/017.phpt] 
       
   719 TEST 376/11096 [tests/lang/018.phpt]
       
   720 PASS eval() test [tests/lang/018.phpt] 
       
   721 TEST 377/11096 [tests/lang/019.phpt]
       
   722 PASS eval() test [tests/lang/019.phpt] 
       
   723 TEST 378/11096 [tests/lang/020.phpt]
       
   724 PASS Switch test 1 [tests/lang/020.phpt] 
       
   725 TEST 379/11096 [tests/lang/021.phpt]
       
   726 PASS Switch test 2 [tests/lang/021.phpt] 
       
   727 TEST 380/11096 [tests/lang/022.phpt]
       
   728 PASS Switch test 3 [tests/lang/022.phpt] 
       
   729 TEST 381/11096 [tests/lang/023.phpt]
       
   730 PASS Regression test [tests/lang/023.phpt] 
       
   731 TEST 382/11096 [tests/lang/024.phpt]
       
   732 PASS Looped regression test (may take a while) [tests/lang/024.phpt] 
       
   733 TEST 383/11096 [tests/lang/025.phpt]
       
   734 PASS Mean recursion test [tests/lang/025.phpt] 
       
   735 TEST 384/11096 [tests/lang/026.phpt]
       
   736 PASS Testing string scanner confirmance [tests/lang/026.phpt] 
       
   737 TEST 385/11096 [tests/lang/027.phpt]
       
   738 PASS Testing do-while loop [tests/lang/027.phpt] 
       
   739 TEST 386/11096 [tests/lang/028.phpt]
       
   740 PASS Testing calling user-level functions from C [tests/lang/028.phpt] 
       
   741 TEST 387/11096 [tests/lang/030.phpt]
       
   742 PASS $this in constructor test [tests/lang/030.phpt] 
       
   743 TEST 388/11096 [tests/lang/031.phpt]
       
   744 PASS Bug #16227 (Internal hash position bug on assignment) [tests/lang/031.phpt] 
       
   745 TEST 389/11096 [tests/lang/032.phpt]
       
   746 PASS Class method registration [tests/lang/032.phpt] 
       
   747 TEST 390/11096 [tests/lang/033.phpt]
       
   748 PASS Alternative syntaxes test [tests/lang/033.phpt] 
       
   749 TEST 391/11096 [tests/lang/034.phpt]
       
   750 PASS Bug #12647 (Locale settings affecting float parsing) [tests/lang/034.phpt] 
       
   751 TEST 392/11096 [tests/lang/035.phpt]
       
   752 PASS ZE2: set_exception_handler() [tests/lang/035.phpt] 
       
   753 TEST 393/11096 [tests/lang/036.phpt]
       
   754 PASS Child public element should not override parent private element in parent methods [tests/lang/036.phpt] 
       
   755 TEST 394/11096 [tests/lang/037.phpt]
       
   756 PASS 'Static' binding for private variables [tests/lang/037.phpt] 
       
   757 TEST 395/11096 [tests/lang/038.phpt]
       
   758 PASS Convert warnings to exceptions [tests/lang/038.phpt] 
       
   759 TEST 396/11096 [tests/lang/039.phpt]
       
   760 PASS Catch Interfaces [tests/lang/039.phpt] 
       
   761 TEST 397/11096 [tests/lang/040.phpt]
       
   762 PASS foreach into array [tests/lang/040.phpt] 
       
   763 TEST 398/11096 [tests/lang/041.phpt]
       
   764 PASS Dynamic access of static members [tests/lang/041.phpt] 
       
   765 TEST 399/11096 [tests/lang/042.phpt]
       
   766 PASS Dynamic access of constants [tests/lang/042.phpt] 
       
   767 TEST 400/11096 [tests/lang/043.phpt]
       
   768 PASS Dynamic call for static methods [tests/lang/043.phpt] 
       
   769 TEST 401/11096 [tests/lang/044.phpt]
       
   770 PASS Dynamic call for static methods dynamically named [tests/lang/044.phpt] 
       
   771 TEST 402/11096 [tests/lang/045.phpt]
       
   772 PASS Timeout again inside register_shutdown_function [tests/lang/045.phpt] 
       
   773 TEST 403/11096 [tests/lang/bison1.phpt]
       
   774 PASS Bison weirdness [tests/lang/bison1.phpt] 
       
   775 TEST 404/11096 [tests/lang/bug17115.phpt]
       
   776 PASS Bug #17115 (lambda functions produce segfault with static vars) [tests/lang/bug17115.phpt] 
       
   777 TEST 405/11096 [tests/lang/bug18872.phpt]
       
   778 PASS Bug #18872 (class constant used as default parameter) [tests/lang/bug18872.phpt] 
       
   779 TEST 406/11096 [tests/lang/bug19566.phpt]
       
   780 PASS Bug #19566 (get_declared_classes() segfaults) [tests/lang/bug19566.phpt] 
       
   781 TEST 407/11096 [tests/lang/bug19943.phpt]
       
   782 PASS Bug #19943 (memleaks) [tests/lang/bug19943.phpt] 
       
   783 TEST 408/11096 [tests/lang/bug20175.phpt]
       
   784 PASS Bug #20175 (Static vars can't store ref to new instance) [tests/lang/bug20175.phpt] 
       
   785 TEST 409/11096 [tests/lang/bug21094.phpt]
       
   786 PASS Bug #21094 (set_error_handler not accepting methods) [tests/lang/bug21094.phpt] 
       
   787 TEST 410/11096 [tests/lang/bug21600.phpt]
       
   788 PASS Bug #21600 (assign by reference function call changes variable contents) [tests/lang/bug21600.phpt] 
       
   789 TEST 411/11096 [tests/lang/bug21669.phpt]
       
   790 PASS Bug #21669 ("$obj = new $this->var;" doesn't work) [tests/lang/bug21669.phpt] 
       
   791 TEST 412/11096 [tests/lang/bug21820.phpt]
       
   792 PASS Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE) [tests/lang/bug21820.phpt] 
       
   793 TEST 413/11096 [tests/lang/bug21849.phpt]
       
   794 PASS Bug #21849 (self::constant doesn't work as method's default parameter) [tests/lang/bug21849.phpt] 
       
   795 TEST 414/11096 [tests/lang/bug21961.phpt]
       
   796 PASS Bug #21961 (get_parent_class() segfault) [tests/lang/bug21961.phpt] 
       
   797 TEST 415/11096 [tests/lang/bug22231.phpt]
       
   798 PASS Bug #22231 (segfault when returning a global variable by reference) [tests/lang/bug22231.phpt] 
       
   799 TEST 416/11096 [tests/lang/bug22510.phpt]
       
   800 PASS Bug #22510 (segfault among complex references) [tests/lang/bug22510.phpt] 
       
   801 TEST 417/11096 [tests/lang/bug22592.phpt]
       
   802 PASS Bug #22592 (cascading assignments to strings with curly braces broken) [tests/lang/bug22592.phpt] 
       
   803 TEST 418/11096 [tests/lang/bug22690.phpt]
       
   804 PASS Bug #22690 (ob_start() is broken with create_function() callbacks) [tests/lang/bug22690.phpt] 
       
   805 TEST 419/11096 [tests/lang/bug23279.phpt]
       
   806 PASS Bug #23279 (exception handler stops after first function call) [tests/lang/bug23279.phpt] 
       
   807 TEST 420/11096 [tests/lang/bug23384.phpt]
       
   808 PASS Bug #23384 (use of class constants in statics) [tests/lang/bug23384.phpt] 
       
   809 TEST 421/11096 [tests/lang/bug23489.phpt]
       
   810 PASS Bug #23489 (ob_start() is broken with method callbacks) [tests/lang/bug23489.phpt] 
       
   811 TEST 422/11096 [tests/lang/bug23524.phpt]
       
   812 PASS Bug #23524 (Improper handling of constants in array indices) [tests/lang/bug23524.phpt] 
       
   813 TEST 423/11096 [tests/lang/bug23584.phpt]
       
   814 PASS Bug #23584 (error line numbers off by one when using #!php) [tests/lang/bug23584.phpt] 
       
   815 TEST 424/11096 [tests/lang/bug23624.phpt]
       
   816 PASS Bug #23624 (foreach leaves current array key as null) [tests/lang/bug23624.phpt] 
       
   817 TEST 425/11096 [tests/lang/bug23922.phpt]
       
   818 PASS Bug #23922 (scope doesn't properly propagate into internal functions) [tests/lang/bug23922.phpt] 
       
   819 TEST 426/11096 [tests/lang/bug24054.phpt]
       
   820 PASS Bug #24054 (Assignment operator *= broken) [tests/lang/bug24054.phpt] 
       
   821 TEST 427/11096 [tests/lang/bug24396.phpt]
       
   822 PASS Bug #24396 (global $$variable broken) [tests/lang/bug24396.phpt] 
       
   823 TEST 428/11096 [tests/lang/bug24403.phpt]
       
   824 PASS Bug #24403 (scope doesn't properly propagate into internal functions) [tests/lang/bug24403.phpt] 
       
   825 TEST 429/11096 [tests/lang/bug24436.phpt]
       
   826 PASS Bug #24436 (isset() and empty() produce errors with non-existent variables in objects) [tests/lang/bug24436.phpt] 
       
   827 TEST 430/11096 [tests/lang/bug24499.phpt]
       
   828 PASS Bug #24499 (bogus handling of a public property as a private one) [tests/lang/bug24499.phpt] 
       
   829 TEST 431/11096 [tests/lang/bug24573.phpt]
       
   830 PASS Bug #24573 (debug_backtrace() crashes if $this is set to null) [tests/lang/bug24573.phpt] 
       
   831 TEST 432/11096 [tests/lang/bug24640.phpt]
       
   832 PASS Bug #24640 (var_export and var_dump can't output large float) [tests/lang/bug24640.phpt] 
       
   833 TEST 433/11096 [tests/lang/bug24652.phpt]
       
   834 PASS Bug #24652 (broken array_flip()) [tests/lang/bug24652.phpt] 
       
   835 TEST 434/11096 [tests/lang/bug24658.phpt]
       
   836 PASS Bug #24658 (combo of typehint / reference causes crash) [tests/lang/bug24658.phpt] 
       
   837 TEST 435/11096 [tests/lang/bug24783.phpt]
       
   838 PASS Bug #24783 ($key not binary safe in "foreach($arr as $key => $val)") [tests/lang/bug24783.phpt] 
       
   839 TEST 436/11096 [tests/lang/bug24908.phpt]
       
   840 PASS Bug #24908 (super-globals can not be used in __destruct()) [tests/lang/bug24908.phpt] 
       
   841 TEST 437/11096 [tests/lang/bug24926.phpt]
       
   842 PASS Bug #24926 (lambda function (create_function()) cannot be stored in a class property) [tests/lang/bug24926.phpt] 
       
   843 TEST 438/11096 [tests/lang/bug24951.phpt]
       
   844 PASS Bug #24951 (ob_flush() destroys output handler) [tests/lang/bug24951.phpt] 
       
   845 SKIP Bug #25145 (SEGV on recpt of form input with name like "123[]") [tests/lang/bug25145.phpt] reason: CGI not available
       
   846 TEST 440/11096 [tests/lang/bug25547.phpt]
       
   847 PASS Bug #25547 (error_handler and array index with function call) [tests/lang/bug25547.phpt] 
       
   848 TEST 441/11096 [tests/lang/bug25652.phpt]
       
   849 PASS Bug #25652 (Calling Global functions dynamically fails from Class scope) [tests/lang/bug25652.phpt] 
       
   850 TEST 442/11096 [tests/lang/bug25922.phpt]
       
   851 PASS Bug #25922 (SEGV in error_handler when context is destroyed) [tests/lang/bug25922.phpt] 
       
   852 TEST 443/11096 [tests/lang/bug26182.phpt]
       
   853 PASS Bug #26182 (Object properties created redundantly) [tests/lang/bug26182.phpt] 
       
   854 TEST 444/11096 [tests/lang/bug26696.phpt]
       
   855 PASS Bug #26696 (string index in a switch() crashes with multiple matches) [tests/lang/bug26696.phpt] 
       
   856 TEST 445/11096 [tests/lang/bug26866.phpt]
       
   857 PASS Bug #26866 (segfault when exception raised in __get) [tests/lang/bug26866.phpt] 
       
   858 TEST 446/11096 [tests/lang/bug26869.phpt]
       
   859 PASS Bug #26869 (constant as the key of static array) [tests/lang/bug26869.phpt] 
       
   860 TEST 447/11096 [tests/lang/bug27354.phpt]
       
   861 PASS Bug #27354 (Modulus operator crashes PHP) [tests/lang/bug27354.phpt] 
       
   862 TEST 448/11096 [tests/lang/bug27439.phpt]
       
   863 PASS Bug #27439 (foreach() with $this segfaults) [tests/lang/bug27439.phpt] 
       
   864 TEST 449/11096 [tests/lang/bug27443.phpt]
       
   865 PASS Bug #27443 (defined() returns wrong type) [tests/lang/bug27443.phpt] 
       
   866 TEST 450/11096 [tests/lang/bug27535.phpt]
       
   867 PASS Bug #27535 (Objects pointing to each other cause Apache to crash) [tests/lang/bug27535.phpt] 
       
   868 TEST 451/11096 [tests/lang/bug28213.phpt]
       
   869 PASS Bug #28213 (crash in debug_print_backtrace in static methods) [tests/lang/bug28213.phpt] 
       
   870 TEST 452/11096 [tests/lang/bug28800.phpt]
       
   871 PASS Bug #28800 (Incorrect string to number conversion for strings starting with 'inf') [tests/lang/bug28800.phpt] 
       
   872 TEST 453/11096 [tests/lang/bug29566.phpt]
       
   873 PASS Bug #29566 (foreach/string handling strangeness) [tests/lang/bug29566.phpt] 
       
   874 TEST 454/11096 [tests/lang/bug29893.phpt]
       
   875 PASS Bug #29893 (segfault when using array as index) [tests/lang/bug29893.phpt] 
       
   876 TEST 455/11096 [tests/lang/bug29944.phpt]
       
   877 PASS Bug #29944 (function defined in switch crashes PHP) [tests/lang/bug29944.phpt] 
       
   878 TEST 456/11096 [tests/lang/bug30578.phpt]
       
   879 PASS Bug #30578 (Output buffers flushed before calling __desctruct functions) [tests/lang/bug30578.phpt] 
       
   880 TEST 457/11096 [tests/lang/bug30638.phpt]
       
   881 PASS Bug #30638 (localeconv returns wrong LC_NUMERIC settings) (ok to fail on MacOS X) [tests/lang/bug30638.phpt] 
       
   882 TEST 458/11096 [tests/lang/bug30726.phpt]
       
   883 PASS Bug #30726 (-.1 like numbers are not being handled correctly) [tests/lang/bug30726.phpt] 
       
   884 TEST 459/11096 [tests/lang/bug30862.phpt]
       
   885 PASS Bug #30862 (Static array with boolean indexes) [tests/lang/bug30862.phpt] 
       
   886 TEST 460/11096 [tests/lang/bug32828.phpt]
       
   887 PASS Bug #32828 (Throwing exception in output_callback function with ob_start and ob_end_clean leads to segfault) [tests/lang/bug32828.phpt] 
       
   888 TEST 461/11096 [tests/lang/bug32924.phpt]
       
   889 PASS Bug #32924 (prepend does not add file to included files) [tests/lang/bug32924.phpt] 
       
   890 TEST 462/11096 [tests/lang/bug35176.phpt]
       
   891 PASS Bug #35176 (include()/require()/*_once() produce wrong error messages about main()) [tests/lang/bug35176.phpt] 
       
   892 TEST 463/11096 [tests/lang/bug35382.phpt]
       
   893 PASS Bug #35382 (Comment in end of file produces fatal error) [tests/lang/bug35382.phpt] 
       
   894 TEST 464/11096 [tests/lang/bug38579.phpt]
       
   895 SKIP Bug #38579 (include_once() may include the same file twice) [tests/lang/bug38579.phpt] reason: only for Windows
       
   896 TEST 465/11096 [tests/lang/bug43958.phpt]
       
   897 PASS Bug #43958 (class name added into the error message) [tests/lang/bug43958.phpt] 
       
   898 TEST 466/11096 [tests/lang/bug44654.phpt]
       
   899 PASS Bug #44654 (syntax error for #) [tests/lang/bug44654.phpt] 
       
   900 TEST 467/11096 [tests/lang/bug44827.phpt]
       
   901 PASS Bug #44827 (Class error when trying to access :: as constant) [tests/lang/bug44827.phpt] 
       
   902 TEST 468/11096 [tests/lang/bug45392.phpt]
       
   903 PASS Bug #45392 (ob_start()/ob_end_clean() and memory_limit) [tests/lang/bug45392.phpt] 
       
   904 TEST 469/11096 [tests/lang/bug7515.phpt]
       
   905 PASS Bug #7515 (weird & invisible referencing of objects) [tests/lang/bug7515.phpt] 
       
   906 TEST 470/11096 [tests/lang/catchable_error_001.phpt]
       
   907 PASS Catchable fatal error [1] [tests/lang/catchable_error_001.phpt] 
       
   908 TEST 471/11096 [tests/lang/catchable_error_002.phpt]
       
   909 PASS Catchable fatal error [2] [tests/lang/catchable_error_002.phpt] 
       
   910 TEST 472/11096 [tests/lang/comments.phpt]
       
   911 PASS #-style comments [tests/lang/comments.phpt] 
       
   912 TEST 473/11096 [tests/lang/comments2.phpt]
       
   913 PASS #-style comments (part 2) [tests/lang/comments2.phpt] 
       
   914 TEST 474/11096 [tests/lang/compare_objects_basic1.phpt]
       
   915 PASS Test standard 'compare' object handler [tests/lang/compare_objects_basic1.phpt] 
       
   916 TEST 475/11096 [tests/lang/compare_objects_basic2.phpt]
       
   917 PASS Test object compare when object handler different [tests/lang/compare_objects_basic2.phpt] 
       
   918 TEST 476/11096 [tests/lang/each_binary_safety.phpt]
       
   919 PASS Binary safety of each() for both keys and values [tests/lang/each_binary_safety.phpt] 
       
   920 TEST 477/11096 [tests/lang/empty_variation.phpt]
       
   921 PASS empty() on array elements [tests/lang/empty_variation.phpt] 
       
   922 TEST 478/11096 [tests/lang/engine_assignExecutionOrder_001.phpt]
       
   923 PASS Evaluation order during assignments. [tests/lang/engine_assignExecutionOrder_001.phpt] 
       
   924 TEST 479/11096 [tests/lang/engine_assignExecutionOrder_002.phpt]
       
   925 PASS Evaluation order during assignments. [tests/lang/engine_assignExecutionOrder_002.phpt] 
       
   926 TEST 480/11096 [tests/lang/engine_assignExecutionOrder_003.phpt]
       
   927 PASS Evaluation order during assignments. [tests/lang/engine_assignExecutionOrder_003.phpt] 
       
   928 TEST 481/11096 [tests/lang/engine_assignExecutionOrder_004.phpt]
       
   929 PASS Evaluation order during assignments. [tests/lang/engine_assignExecutionOrder_004.phpt] 
       
   930 TEST 482/11096 [tests/lang/engine_assignExecutionOrder_005.phpt]
       
   931 PASS Evaluation order during assignments. [tests/lang/engine_assignExecutionOrder_005.phpt] 
       
   932 TEST 483/11096 [tests/lang/engine_assignExecutionOrder_006.phpt]
       
   933 PASS Evaluation order during assignments. [tests/lang/engine_assignExecutionOrder_006.phpt] 
       
   934 TEST 484/11096 [tests/lang/engine_assignExecutionOrder_007.phpt]
       
   935 PASS Check key execution order with &new. [tests/lang/engine_assignExecutionOrder_007.phpt] 
       
   936 TEST 485/11096 [tests/lang/engine_assignExecutionOrder_008.phpt]
       
   937 PASS Ensure by value assignments leave temporaries on the stack, for all sorts of assignees. [tests/lang/engine_assignExecutionOrder_008.phpt] 
       
   938 TEST 486/11096 [tests/lang/engine_assignExecutionOrder_009.phpt]
       
   939 PASS Execution ordering with comparison operators. [tests/lang/engine_assignExecutionOrder_009.phpt] 
       
   940 TEST 487/11096 [tests/lang/error_2_exception_001.phpt]
       
   941 PASS ZE2 errors caught as exceptions [tests/lang/error_2_exception_001.phpt] 
       
   942 TEST 488/11096 [tests/lang/execution_order.phpt]
       
   943 PASS Execution order of variables [tests/lang/execution_order.phpt] 
       
   944 TEST 489/11096 [tests/lang/foreachLoop.001.phpt]
       
   945 PASS Foreach loop tests - basic loop with just value and key => value. [tests/lang/foreachLoop.001.phpt] 
       
   946 TEST 490/11096 [tests/lang/foreachLoop.002.phpt]
       
   947 PASS Foreach loop tests - modifying the array during the loop. [tests/lang/foreachLoop.002.phpt] 
       
   948 TEST 491/11096 [tests/lang/foreachLoop.003.phpt]
       
   949 PASS Foreach loop tests - error case: not an array. [tests/lang/foreachLoop.003.phpt] 
       
   950 TEST 492/11096 [tests/lang/foreachLoop.004.phpt]
       
   951 PASS Foreach loop tests - using an array element as the $value [tests/lang/foreachLoop.004.phpt] 
       
   952 TEST 493/11096 [tests/lang/foreachLoop.005.phpt]
       
   953 PASS Foreach loop tests - modifying the array during the loop: special case. Behaviour is good since php 5.2.2. [tests/lang/foreachLoop.005.phpt] 
       
   954 TEST 494/11096 [tests/lang/foreachLoop.006.phpt]
       
   955 PASS Foreach loop tests - error case: key is a reference. [tests/lang/foreachLoop.006.phpt] 
       
   956 TEST 495/11096 [tests/lang/foreachLoop.007.phpt]
       
   957 PASS Foreach loop tests - error case: reference to constant array. [tests/lang/foreachLoop.007.phpt] 
       
   958 TEST 496/11096 [tests/lang/foreachLoop.008.phpt]
       
   959 PASS Foreach loop tests - error case: reference to constant array, with key. [tests/lang/foreachLoop.008.phpt] 
       
   960 TEST 497/11096 [tests/lang/foreachLoop.009.phpt]
       
   961 PASS Foreach loop tests - foreach operates on the original array if the array is referenced outside the loop. [tests/lang/foreachLoop.009.phpt] 
       
   962 TEST 498/11096 [tests/lang/foreachLoop.010.phpt]
       
   963 PASS This test illustrates the impact of invoking destructors when refcount is decremented to 0 on foreach.
       
   964 It will pass only if the 'contentious code' in PHPValue.decReferences() is enabled. [tests/lang/foreachLoop.010.phpt] 
       
   965 TEST 499/11096 [tests/lang/foreachLoop.011.phpt]
       
   966 PASS Changing from an interable type to a non iterable type during the iteration [tests/lang/foreachLoop.011.phpt] 
       
   967 TEST 500/11096 [tests/lang/foreachLoop.012.phpt]
       
   968 PASS Directly modifying an unreferenced array when foreach'ing over it. [tests/lang/foreachLoop.012.phpt] 
       
   969 TEST 501/11096 [tests/lang/foreachLoop.013.phpt]
       
   970 PASS Directly modifying an unreferenced array when foreach'ing over it while using &$value syntax. [tests/lang/foreachLoop.013.phpt] 
       
   971 TEST 502/11096 [tests/lang/foreachLoop.014.phpt]
       
   972 PASS Directly modifying a REFERENCED array when foreach'ing over it. [tests/lang/foreachLoop.014.phpt] 
       
   973 TEST 503/11096 [tests/lang/foreachLoop.015.phpt]
       
   974 PASS Directly modifying a REFERENCED array when foreach'ing over it while using &$value syntax. [tests/lang/foreachLoop.015.phpt] 
       
   975 TEST 504/11096 [tests/lang/foreachLoop.016.phpt]
       
   976 PASS Ensure foreach splits the iterated entity from its cow reference set, for all sorts of iterated entities. [tests/lang/foreachLoop.016.phpt] 
       
   977 TEST 505/11096 [tests/lang/foreachLoop.017.phpt]
       
   978 PASS Ensure foreach works with arrays with Binary keys. [tests/lang/foreachLoop.017.phpt] 
       
   979 TEST 506/11096 [tests/lang/foreachLoopIterator.001.phpt]
       
   980 PASS foreach with Iterator. [tests/lang/foreachLoopIterator.001.phpt] 
       
   981 TEST 507/11096 [tests/lang/foreachLoopIterator.002.phpt]
       
   982 PASS foreach with iterator and &$value reference [tests/lang/foreachLoopIterator.002.phpt] 
       
   983 TEST 508/11096 [tests/lang/foreachLoopIteratorAggregate.001.phpt]
       
   984 PASS foreach with iteratorAggregate [tests/lang/foreachLoopIteratorAggregate.001.phpt] 
       
   985 TEST 509/11096 [tests/lang/foreachLoopIteratorAggregate.002.phpt]
       
   986 PASS IteratorAggregate::getIterator bad return type [tests/lang/foreachLoopIteratorAggregate.002.phpt] 
       
   987 TEST 510/11096 [tests/lang/foreachLoopIteratorAggregate.003.phpt]
       
   988 PASS foreach with nested iteratorAggregates [tests/lang/foreachLoopIteratorAggregate.003.phpt] 
       
   989 TEST 511/11096 [tests/lang/foreachLoopIteratorAggregate.004.phpt]
       
   990 PASS Duplicate of zend test tests/classes/iterators_002.phpt without expected output from destructor [tests/lang/foreachLoopIteratorAggregate.004.phpt] 
       
   991 TEST 512/11096 [tests/lang/foreachLoopObjects.001.phpt]
       
   992 PASS Foreach loop on objects - basic loop with just value and key => value. [tests/lang/foreachLoopObjects.001.phpt] 
       
   993 TEST 513/11096 [tests/lang/foreachLoopObjects.002.phpt]
       
   994 PASS Foreach loop tests - visibility. [tests/lang/foreachLoopObjects.002.phpt] 
       
   995 TEST 514/11096 [tests/lang/foreachLoopObjects.003.phpt]
       
   996 PASS Foreach loop tests - modifying the object during the loop. [tests/lang/foreachLoopObjects.003.phpt] 
       
   997 TEST 515/11096 [tests/lang/foreachLoopObjects.004.phpt]
       
   998 PASS Foreach loop tests - Removing the current element from an iterated object. [tests/lang/foreachLoopObjects.004.phpt] 
       
   999 TEST 516/11096 [tests/lang/foreachLoopObjects.005.phpt]
       
  1000 PASS Foreach loop tests - removing properties before and after the current property during the loop. [tests/lang/foreachLoopObjects.005.phpt] 
       
  1001 TEST 517/11096 [tests/lang/foreachLoopObjects.006.phpt]
       
  1002 PASS Foreach loop tests - substituting the entire iterated entity during the loop. [tests/lang/foreachLoopObjects.006.phpt] 
       
  1003 TEST 518/11096 [tests/lang/foreach_with_object_001.phpt]
       
  1004 PASS foreach() with foreach($o->mthd()->arr) [tests/lang/foreach_with_object_001.phpt] 
       
  1005 TEST 519/11096 [tests/lang/foreach_with_references_001.phpt]
       
  1006 PASS foreach() with references [tests/lang/foreach_with_references_001.phpt] 
       
  1007 TEST 520/11096 [tests/lang/func_get_arg.001.phpt]
       
  1008 PASS func_get_arg test [tests/lang/func_get_arg.001.phpt] 
       
  1009 TEST 521/11096 [tests/lang/func_get_arg.002.phpt]
       
  1010 PASS func_get_arg with variable number of args [tests/lang/func_get_arg.002.phpt] 
       
  1011 TEST 522/11096 [tests/lang/func_get_arg.003.phpt]
       
  1012 PASS func_get_arg outside of a function declaration [tests/lang/func_get_arg.003.phpt] 
       
  1013 TEST 523/11096 [tests/lang/func_get_arg.004.phpt]
       
  1014 PASS func_get_arg on non-existent arg [tests/lang/func_get_arg.004.phpt] 
       
  1015 TEST 524/11096 [tests/lang/func_get_arg.005.phpt]
       
  1016 PASS A variable, which is referenced by another variable, is passed by value.
       
  1017 During the call, the original variable is updated. This should not affect func_get_arg(). [tests/lang/func_get_arg.005.phpt] 
       
  1018 TEST 525/11096 [tests/lang/func_get_arg_variation.phpt]
       
  1019 PASS func_get_arg test [tests/lang/func_get_arg_variation.phpt] 
       
  1020 TEST 526/11096 [tests/lang/func_get_args.001.phpt]
       
  1021 PASS func_get_args with no args [tests/lang/func_get_args.001.phpt] 
       
  1022 TEST 527/11096 [tests/lang/func_get_args.002.phpt]
       
  1023 PASS func_get_args with variable number of args [tests/lang/func_get_args.002.phpt] 
       
  1024 TEST 528/11096 [tests/lang/func_get_args.003.phpt]
       
  1025 PASS func_get_args() outside of a function declaration [tests/lang/func_get_args.003.phpt] 
       
  1026 TEST 529/11096 [tests/lang/func_get_args.004.phpt]
       
  1027 PASS Pass same variable by ref and by value. [tests/lang/func_get_args.004.phpt] 
       
  1028 TEST 530/11096 [tests/lang/func_num_args.001.phpt]
       
  1029 PASS func_num_args with no args [tests/lang/func_num_args.001.phpt] 
       
  1030 TEST 531/11096 [tests/lang/func_num_args.002.phpt]
       
  1031 PASS func_num_args with variable number of args [tests/lang/func_num_args.002.phpt] 
       
  1032 TEST 532/11096 [tests/lang/func_num_args.003.phpt]
       
  1033 PASS func_num_args() outside of a function declaration [tests/lang/func_num_args.003.phpt] 
       
  1034 TEST 533/11096 [tests/lang/func_num_args.004.phpt]
       
  1035 PASS Pass same variable by ref and by value. [tests/lang/func_num_args.004.phpt] 
       
  1036 TEST 534/11096 [tests/lang/include_variation1.phpt]
       
  1037 PASS include() a file from the current script directory [tests/lang/include_variation1.phpt] 
       
  1038 TEST 535/11096 [tests/lang/include_variation2.phpt]
       
  1039 PASS Including a file in the current script directory from an included function [tests/lang/include_variation2.phpt] 
       
  1040 TEST 536/11096 [tests/lang/include_variation3.phpt]
       
  1041 PASS Including a file in the current script directory from eval'd code [tests/lang/include_variation3.phpt] 
       
  1042 TEST 537/11096 [tests/lang/operators/add_basiclong_64bit.phpt]
       
  1043 SKIP Test + operator : 64bit long tests [tests/lang/operators/add_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1044 TEST 538/11096 [tests/lang/operators/add_variationStr.phpt]
       
  1045 PASS Test + operator : various numbers as strings [tests/lang/operators/add_variationStr.phpt] 
       
  1046 TEST 539/11096 [tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt]
       
  1047 SKIP Test & operator : 64bit long tests [tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1048 TEST 540/11096 [tests/lang/operators/bitwiseAnd_variationStr.phpt]
       
  1049 PASS Test & operator : various numbers as strings [tests/lang/operators/bitwiseAnd_variationStr.phpt] 
       
  1050 TEST 541/11096 [tests/lang/operators/bitwiseNot_basiclong_64bit.phpt]
       
  1051 SKIP Test ~N operator : 64bit long tests [tests/lang/operators/bitwiseNot_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1052 TEST 542/11096 [tests/lang/operators/bitwiseNot_variationStr.phpt]
       
  1053 PASS Test ~N operator : various numbers as strings [tests/lang/operators/bitwiseNot_variationStr.phpt] 
       
  1054 TEST 543/11096 [tests/lang/operators/bitwiseOr_basiclong_64bit.phpt]
       
  1055 SKIP Test | operator : 64bit long tests [tests/lang/operators/bitwiseOr_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1056 TEST 544/11096 [tests/lang/operators/bitwiseOr_variationStr.phpt]
       
  1057 PASS Test | operator : various numbers as strings [tests/lang/operators/bitwiseOr_variationStr.phpt] 
       
  1058 TEST 545/11096 [tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt]
       
  1059 SKIP Test << operator : 64bit long tests [tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1060 TEST 546/11096 [tests/lang/operators/bitwiseShiftLeft_variationStr.phpt]
       
  1061 PASS Test << operator : various numbers as strings [tests/lang/operators/bitwiseShiftLeft_variationStr.phpt] 
       
  1062 TEST 547/11096 [tests/lang/operators/bitwiseShiftLeft_variationStr_64bit.phpt]
       
  1063 SKIP Test << operator : various numbers as strings [tests/lang/operators/bitwiseShiftLeft_variationStr_64bit.phpt] reason: this test is for 64bit platform only
       
  1064 TEST 548/11096 [tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt]
       
  1065 SKIP Test >> operator : 64bit long tests [tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1066 TEST 549/11096 [tests/lang/operators/bitwiseShiftRight_variationStr.phpt]
       
  1067 PASS Test >> operator : various numbers as strings [tests/lang/operators/bitwiseShiftRight_variationStr.phpt] 
       
  1068 TEST 550/11096 [tests/lang/operators/bitwiseXor_basiclong_64bit.phpt]
       
  1069 SKIP Test ^ operator : 64bit long tests [tests/lang/operators/bitwiseXor_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1070 TEST 551/11096 [tests/lang/operators/bitwiseXor_variationStr.phpt]
       
  1071 PASS Test ^ operator : various numbers as strings [tests/lang/operators/bitwiseXor_variationStr.phpt] 
       
  1072 TEST 552/11096 [tests/lang/operators/divide_basiclong_64bit.phpt]
       
  1073 SKIP Test / operator : 64bit long tests [tests/lang/operators/divide_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1074 TEST 553/11096 [tests/lang/operators/divide_variationStr.phpt]
       
  1075 PASS Test / operator : various numbers as strings [tests/lang/operators/divide_variationStr.phpt] 
       
  1076 TEST 554/11096 [tests/lang/operators/modulus_basiclong_64bit.phpt]
       
  1077 SKIP Test % operator : 64bit long tests [tests/lang/operators/modulus_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1078 TEST 555/11096 [tests/lang/operators/modulus_variationStr.phpt]
       
  1079 PASS Test % operator : various numbers as strings [tests/lang/operators/modulus_variationStr.phpt] 
       
  1080 TEST 556/11096 [tests/lang/operators/multiply_basiclong_64bit.phpt]
       
  1081 SKIP Test * operator : 64bit long tests [tests/lang/operators/multiply_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1082 TEST 557/11096 [tests/lang/operators/multiply_variationStr.phpt]
       
  1083 PASS Test * operator : various numbers as strings [tests/lang/operators/multiply_variationStr.phpt] 
       
  1084 TEST 558/11096 [tests/lang/operators/negate_basiclong_64bit.phpt]
       
  1085 SKIP Test -N operator : 64bit long tests [tests/lang/operators/negate_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1086 TEST 559/11096 [tests/lang/operators/negate_variationStr.phpt]
       
  1087 PASS Test -N operator : various numbers as strings [tests/lang/operators/negate_variationStr.phpt] 
       
  1088 TEST 560/11096 [tests/lang/operators/operator_equals_basic.phpt]
       
  1089 PASS Test == operator : different types [tests/lang/operators/operator_equals_basic.phpt] 
       
  1090 TEST 561/11096 [tests/lang/operators/operator_equals_variation.phpt]
       
  1091 PASS Test == operator : max int 32bit range [tests/lang/operators/operator_equals_variation.phpt] 
       
  1092 TEST 562/11096 [tests/lang/operators/operator_equals_variation_64bit.phpt]
       
  1093 SKIP Test == operator : max int 64bit range [tests/lang/operators/operator_equals_variation_64bit.phpt] reason: this test is for 64bit platform only
       
  1094 TEST 563/11096 [tests/lang/operators/operator_gt_basic.phpt]
       
  1095 PASS Test > operator : different types [tests/lang/operators/operator_gt_basic.phpt] 
       
  1096 TEST 564/11096 [tests/lang/operators/operator_gt_or_equal_basic.phpt]
       
  1097 PASS Test >= operator : different types [tests/lang/operators/operator_gt_or_equal_basic.phpt] 
       
  1098 TEST 565/11096 [tests/lang/operators/operator_gt_or_equal_variation.phpt]
       
  1099 PASS Test >= operator : max int 32bit range [tests/lang/operators/operator_gt_or_equal_variation.phpt] 
       
  1100 TEST 566/11096 [tests/lang/operators/operator_gt_or_equal_variation_64bit.phpt]
       
  1101 SKIP Test >= operator : max int 64bit range [tests/lang/operators/operator_gt_or_equal_variation_64bit.phpt] reason: this test is for 64bit platform only
       
  1102 TEST 567/11096 [tests/lang/operators/operator_gt_variation.phpt]
       
  1103 PASS Test > operator : max int 32bit range [tests/lang/operators/operator_gt_variation.phpt] 
       
  1104 TEST 568/11096 [tests/lang/operators/operator_gt_variation_64bit.phpt]
       
  1105 SKIP Test > operator : max int 64bit range [tests/lang/operators/operator_gt_variation_64bit.phpt] reason: this test is for 64bit platform only
       
  1106 TEST 569/11096 [tests/lang/operators/operator_identical_basic.phpt]
       
  1107 PASS Test === operator : different types [tests/lang/operators/operator_identical_basic.phpt] 
       
  1108 TEST 570/11096 [tests/lang/operators/operator_identical_variation.phpt]
       
  1109 PASS Test === operator : max int 32bit range [tests/lang/operators/operator_identical_variation.phpt] 
       
  1110 TEST 571/11096 [tests/lang/operators/operator_identical_variation_64bit.phpt]
       
  1111 SKIP Test === operator : max int 64bit range [tests/lang/operators/operator_identical_variation_64bit.phpt] reason: this test is for 64bit platform only
       
  1112 TEST 572/11096 [tests/lang/operators/operator_lt_basic.phpt]
       
  1113 PASS Test < operator : different types [tests/lang/operators/operator_lt_basic.phpt] 
       
  1114 TEST 573/11096 [tests/lang/operators/operator_lt_or_equal_basic.phpt]
       
  1115 PASS Test <= operator : different types [tests/lang/operators/operator_lt_or_equal_basic.phpt] 
       
  1116 TEST 574/11096 [tests/lang/operators/operator_lt_or_equal_variation.phpt]
       
  1117 PASS Test <= operator : max int 32bit range [tests/lang/operators/operator_lt_or_equal_variation.phpt] 
       
  1118 TEST 575/11096 [tests/lang/operators/operator_lt_or_equal_variation_64bit.phpt]
       
  1119 SKIP Test <= operator : max int 64bit range [tests/lang/operators/operator_lt_or_equal_variation_64bit.phpt] reason: this test is for 64bit platform only
       
  1120 TEST 576/11096 [tests/lang/operators/operator_lt_variation.phpt]
       
  1121 PASS Test < operator : max int 32bit range [tests/lang/operators/operator_lt_variation.phpt] 
       
  1122 TEST 577/11096 [tests/lang/operators/operator_lt_variation_64bit.phpt]
       
  1123 SKIP Test < operator : max int 64bit range [tests/lang/operators/operator_lt_variation_64bit.phpt] reason: this test is for 64bit platform only
       
  1124 TEST 578/11096 [tests/lang/operators/operator_notequals_basic.phpt]
       
  1125 PASS Test != operator : different types [tests/lang/operators/operator_notequals_basic.phpt] 
       
  1126 TEST 579/11096 [tests/lang/operators/operator_notequals_variation.phpt]
       
  1127 PASS Test != operator : max int 32bit range [tests/lang/operators/operator_notequals_variation.phpt] 
       
  1128 TEST 580/11096 [tests/lang/operators/operator_notequals_variation_64bit.phpt]
       
  1129 SKIP Test == operator : max int 64bit range [tests/lang/operators/operator_notequals_variation_64bit.phpt] reason: this test is for 64bit platform only
       
  1130 TEST 581/11096 [tests/lang/operators/operator_notidentical_basic.phpt]
       
  1131 PASS Test !== operator : different types [tests/lang/operators/operator_notidentical_basic.phpt] 
       
  1132 TEST 582/11096 [tests/lang/operators/operator_notidentical_variation.phpt]
       
  1133 PASS Test !== operator : max int 32bit range [tests/lang/operators/operator_notidentical_variation.phpt] 
       
  1134 TEST 583/11096 [tests/lang/operators/operator_notidentical_variation_64bit.phpt]
       
  1135 SKIP Test !== operator : max int 64bit range [tests/lang/operators/operator_notidentical_variation_64bit.phpt] reason: this test is for 64bit platform only
       
  1136 TEST 584/11096 [tests/lang/operators/postdec_basiclong_64bit.phpt]
       
  1137 SKIP Test N-- operator : 64bit long tests [tests/lang/operators/postdec_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1138 TEST 585/11096 [tests/lang/operators/postdec_variationStr.phpt]
       
  1139 PASS Test N-- operator : various numbers as strings [tests/lang/operators/postdec_variationStr.phpt] 
       
  1140 TEST 586/11096 [tests/lang/operators/postinc_basiclong_64bit.phpt]
       
  1141 SKIP Test N++ operator : 64bit long tests [tests/lang/operators/postinc_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1142 TEST 587/11096 [tests/lang/operators/postinc_variationStr.phpt]
       
  1143 PASS Test N++ operator : various numbers as strings [tests/lang/operators/postinc_variationStr.phpt] 
       
  1144 TEST 588/11096 [tests/lang/operators/predec_basiclong_64bit.phpt]
       
  1145 SKIP Test --N operator : 64bit long tests [tests/lang/operators/predec_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1146 TEST 589/11096 [tests/lang/operators/predec_variationStr.phpt]
       
  1147 PASS Test --N operator : various numbers as strings [tests/lang/operators/predec_variationStr.phpt] 
       
  1148 TEST 590/11096 [tests/lang/operators/preinc_basiclong_64bit.phpt]
       
  1149 SKIP Test ++N operator : 64bit long tests [tests/lang/operators/preinc_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1150 TEST 591/11096 [tests/lang/operators/preinc_variationStr.phpt]
       
  1151 PASS Test ++N operator : various numbers as strings [tests/lang/operators/preinc_variationStr.phpt] 
       
  1152 TEST 592/11096 [tests/lang/operators/subtract_basiclong_64bit.phpt]
       
  1153 SKIP Test - operator : 64bit long tests [tests/lang/operators/subtract_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
  1154 TEST 593/11096 [tests/lang/operators/subtract_variationStr.phpt]
       
  1155 PASS Test - operator : various numbers as strings [tests/lang/operators/subtract_variationStr.phpt] 
       
  1156 TEST 594/11096 [tests/lang/passByReference_001.phpt]
       
  1157 PASS passing of function parameters by reference [tests/lang/passByReference_001.phpt] 
       
  1158 TEST 595/11096 [tests/lang/passByReference_002.phpt]
       
  1159 PASS Attempt to pass a constant by reference [tests/lang/passByReference_002.phpt] 
       
  1160 TEST 596/11096 [tests/lang/passByReference_003.phpt]
       
  1161 PASS Implicit initialisation when passing by reference [tests/lang/passByReference_003.phpt] 
       
  1162 TEST 597/11096 [tests/lang/passByReference_004.phpt]
       
  1163 PASS passing the return value from a function by reference [tests/lang/passByReference_004.phpt] 
       
  1164 TEST 598/11096 [tests/lang/passByReference_005.phpt]
       
  1165 PASS Pass uninitialised variables by reference and by value to test implicit initialisation. [tests/lang/passByReference_005.phpt] 
       
  1166 TEST 599/11096 [tests/lang/passByReference_006.phpt]
       
  1167 PASS Pass uninitialised objects and arrays by reference to test implicit initialisation. [tests/lang/passByReference_006.phpt] 
       
  1168 TEST 600/11096 [tests/lang/passByReference_007.phpt]
       
  1169 PASS Pass function and method calls by reference and by value. [tests/lang/passByReference_007.phpt] 
       
  1170 TEST 601/11096 [tests/lang/passByReference_008.phpt]
       
  1171 PASS Pass same variable by ref and by value. [tests/lang/passByReference_008.phpt] 
       
  1172 TEST 602/11096 [tests/lang/passByReference_009.phpt]
       
  1173 PASS Assignement as argument [tests/lang/passByReference_009.phpt] 
       
  1174 TEST 603/11096 [tests/lang/passByReference_010.phpt]
       
  1175 PASS Passing assignments by reference [tests/lang/passByReference_010.phpt] 
       
  1176 TEST 604/11096 [tests/lang/passByReference_012.phpt]
       
  1177 PASS Test pass by reference semantics [tests/lang/passByReference_012.phpt] 
       
  1178 TEST 605/11096 [tests/lang/returnByReference.001.phpt]
       
  1179 PASS Returning a reference from a function [tests/lang/returnByReference.001.phpt] 
       
  1180 TEST 606/11096 [tests/lang/returnByReference.002.phpt]
       
  1181 PASS Returning a reference from a function. [tests/lang/returnByReference.002.phpt] 
       
  1182 TEST 607/11096 [tests/lang/returnByReference.003.phpt]
       
  1183 PASS Returning a reference from a function [tests/lang/returnByReference.003.phpt] 
       
  1184 TEST 608/11096 [tests/lang/returnByReference.004.phpt]
       
  1185 PASS Returning a reference from a static method [tests/lang/returnByReference.004.phpt] 
       
  1186 TEST 609/11096 [tests/lang/returnByReference.005.phpt]
       
  1187 PASS Returning a reference from a method [tests/lang/returnByReference.005.phpt] 
       
  1188 TEST 610/11096 [tests/lang/returnByReference.006.phpt]
       
  1189 PASS Returning a reference from a function via another function [tests/lang/returnByReference.006.phpt] 
       
  1190 TEST 611/11096 [tests/lang/returnByReference.007.phpt]
       
  1191 PASS Returning a reference from a static method via another static method [tests/lang/returnByReference.007.phpt] 
       
  1192 TEST 612/11096 [tests/lang/returnByReference.008.phpt]
       
  1193 PASS Returning a reference from a non-static method via another non-static method [tests/lang/returnByReference.008.phpt] 
       
  1194 TEST 613/11096 [tests/lang/returnByReference.009.phpt]
       
  1195 PASS Returning a references returned by another function [tests/lang/returnByReference.009.phpt] 
       
  1196 TEST 614/11096 [tests/lang/script_tag.phpt]
       
  1197 PASS <script> tag [tests/lang/script_tag.phpt] 
       
  1198 TEST 615/11096 [tests/lang/short_tags.001.phpt]
       
  1199 PASS short_open_tag: On [tests/lang/short_tags.001.phpt] 
       
  1200 TEST 616/11096 [tests/lang/short_tags.002.phpt]
       
  1201 PASS short_open_tag: Off [tests/lang/short_tags.002.phpt] 
       
  1202 TEST 617/11096 [tests/lang/short_tags.003.phpt]
       
  1203 PASS short_open_tag: On, asp_tags: On [tests/lang/short_tags.003.phpt] 
       
  1204 TEST 618/11096 [tests/lang/short_tags.004.phpt]
       
  1205 PASS short_open_tag: Off, asp_tags: Off [tests/lang/short_tags.004.phpt] 
       
  1206 TEST 619/11096 [tests/lang/static_basic_001.phpt]
       
  1207 PASS Static keyword - basic tests [tests/lang/static_basic_001.phpt] 
       
  1208 TEST 620/11096 [tests/lang/static_basic_002.phpt]
       
  1209 PASS Multiple declarations of the same static variable [tests/lang/static_basic_002.phpt] 
       
  1210 TEST 621/11096 [tests/lang/static_variation_001.phpt]
       
  1211 PASS Statics in nested functions & evals. [tests/lang/static_variation_001.phpt] 
       
  1212 TEST 622/11096 [tests/lang/static_variation_002.phpt]
       
  1213 PASS Static variables in methods & nested functions & evals. [tests/lang/static_variation_002.phpt] 
       
  1214 TEST 623/11096 [tests/lang/string_decimals_001.phpt]
       
  1215 PASS String conversion with multiple decimal points [tests/lang/string_decimals_001.phpt] 
       
  1216 TEST 624/11096 [tests/lang/this_assignment.phpt]
       
  1217 PASS Test to catch early assignment of $this [tests/lang/this_assignment.phpt] 
       
  1218 TEST 625/11096 [tests/lang/throw_variation_001.phpt]
       
  1219 PASS Catching an exception thrown from an included file [tests/lang/throw_variation_001.phpt] 
       
  1220 TEST 626/11096 [tests/lang/type_hints_001.phpt]
       
  1221 PASS ZE2 type hinting [tests/lang/type_hints_001.phpt] 
       
  1222 TEST 627/11096 [tests/lang/type_hints_002.phpt]
       
  1223 PASS ZE2 type hinting [tests/lang/type_hints_002.phpt] 
       
  1224 TEST 628/11096 [tests/lang/type_hints_003.phpt]
       
  1225 PASS ZE2 type hinting [tests/lang/type_hints_003.phpt] 
       
  1226 TEST 629/11096 [tests/output/bug46897.phpt]
       
  1227 PASS Bug #46897: ob_flush() should fail to flush unerasable buffers [tests/output/bug46897.phpt] 
       
  1228 TEST 630/11096 [tests/output/bug63377.phpt]
       
  1229 SKIP Bug #63377 (Segfault on output buffer > 2GB) [tests/output/bug63377.phpt] reason: Not for 32-bits OS
       
  1230 TEST 631/11096 [tests/output/flush_basic_001.phpt]
       
  1231 PASS Test basic functionality of flush() [tests/output/flush_basic_001.phpt] 
       
  1232 TEST 632/11096 [tests/output/flush_error_001.phpt]
       
  1233 PASS Test wrong number of arguments for flush() (no impact) [tests/output/flush_error_001.phpt] 
       
  1234 TEST 633/11096 [tests/output/ob_001.phpt]
       
  1235 PASS output buffering - nothing [tests/output/ob_001.phpt] 
       
  1236 TEST 634/11096 [tests/output/ob_002.phpt]
       
  1237 PASS output buffering - ob_start [tests/output/ob_002.phpt] 
       
  1238 TEST 635/11096 [tests/output/ob_003.phpt]
       
  1239 PASS output buffering - ob_flush [tests/output/ob_003.phpt] 
       
  1240 TEST 636/11096 [tests/output/ob_004.phpt]
       
  1241 PASS output buffering - ob_clean [tests/output/ob_004.phpt] 
       
  1242 TEST 637/11096 [tests/output/ob_005.phpt]
       
  1243 PASS output buffering - ob_end_clean [tests/output/ob_005.phpt] 
       
  1244 TEST 638/11096 [tests/output/ob_006.phpt]
       
  1245 PASS output buffering - ob_end_flush [tests/output/ob_006.phpt] 
       
  1246 TEST 639/11096 [tests/output/ob_007.phpt]
       
  1247 PASS output buffering - ob_get_clean [tests/output/ob_007.phpt] 
       
  1248 TEST 640/11096 [tests/output/ob_008.phpt]
       
  1249 PASS output buffering - ob_get_contents [tests/output/ob_008.phpt] 
       
  1250 TEST 641/11096 [tests/output/ob_009.phpt]
       
  1251 PASS output buffering - ob_get_flush [tests/output/ob_009.phpt] 
       
  1252 TEST 642/11096 [tests/output/ob_010.phpt]
       
  1253 PASS output buffering - fatalism [tests/output/ob_010.phpt] 
       
  1254 TEST 643/11096 [tests/output/ob_011.phpt]
       
  1255 PASS output buffering - fatalism [tests/output/ob_011.phpt] 
       
  1256 TEST 644/11096 [tests/output/ob_012.phpt]
       
  1257 PASS output buffering - multiple [tests/output/ob_012.phpt] 
       
  1258 TEST 645/11096 [tests/output/ob_013.phpt]
       
  1259 PASS output buffering - handlers/status [tests/output/ob_013.phpt] 
       
  1260 TEST 646/11096 [tests/output/ob_014.phpt]
       
  1261 PASS output buffering - failure [tests/output/ob_014.phpt] 
       
  1262 TEST 647/11096 [tests/output/ob_015.phpt]
       
  1263 PASS output buffering - failure [tests/output/ob_015.phpt] 
       
  1264 TEST 648/11096 [tests/output/ob_017.phpt]
       
  1265 PASS output buffering - stati [tests/output/ob_017.phpt] 
       
  1266 TEST 649/11096 [tests/output/ob_018.phpt]
       
  1267 PASS output buffering - error message nirvana bug #37714 [tests/output/ob_018.phpt] 
       
  1268 TEST 650/11096 [tests/output/ob_020.phpt]
       
  1269 PASS output buffering - ob_list_handlers [tests/output/ob_020.phpt] 
       
  1270 TEST 651/11096 [tests/output/ob_clean_basic_001.phpt]
       
  1271 PASS Test ob_clean() function : basic functionality [tests/output/ob_clean_basic_001.phpt] 
       
  1272 TEST 652/11096 [tests/output/ob_clean_error_001.phpt]
       
  1273 PASS Test ob_clean() function : error conditions [tests/output/ob_clean_error_001.phpt] 
       
  1274 TEST 653/11096 [tests/output/ob_end_clean_basic_001.phpt]
       
  1275 PASS Test return type and value, as well as basic behaviour, for ob_end_clean() [tests/output/ob_end_clean_basic_001.phpt] 
       
  1276 TEST 654/11096 [tests/output/ob_end_clean_error_001.phpt]
       
  1277 PASS Test wrong number of arguments for ob_end_clean() [tests/output/ob_end_clean_error_001.phpt] 
       
  1278 TEST 655/11096 [tests/output/ob_end_flush_basic_001.phpt]
       
  1279 PASS Test ob_end_flush() function : basic functionality [tests/output/ob_end_flush_basic_001.phpt] 
       
  1280 TEST 656/11096 [tests/output/ob_end_flush_error_001.phpt]
       
  1281 PASS Test ob_end_flush() function : error conditions [tests/output/ob_end_flush_error_001.phpt] 
       
  1282 TEST 657/11096 [tests/output/ob_flush_basic_001.phpt]
       
  1283 PASS Test ob_flush() function : basic functionality [tests/output/ob_flush_basic_001.phpt] 
       
  1284 TEST 658/11096 [tests/output/ob_flush_error_001.phpt]
       
  1285 PASS Test ob_flush() function : error conditions [tests/output/ob_flush_error_001.phpt] 
       
  1286 TEST 659/11096 [tests/output/ob_get_clean_basic_001.phpt]
       
  1287 PASS Test return type and value, as well as basic behaviour, of ob_get_clean() [tests/output/ob_get_clean_basic_001.phpt] 
       
  1288 TEST 660/11096 [tests/output/ob_get_clean_basic_002.phpt]
       
  1289 PASS Test basic behaviour of ob_get_clean() [tests/output/ob_get_clean_basic_002.phpt] 
       
  1290 TEST 661/11096 [tests/output/ob_get_clean_error_001.phpt]
       
  1291 PASS Test wrong number of arguments for ob_get_clean() [tests/output/ob_get_clean_error_001.phpt] 
       
  1292 TEST 662/11096 [tests/output/ob_get_contents_basic_001.phpt]
       
  1293 PASS Test ob_get_contents() function : basic functionality [tests/output/ob_get_contents_basic_001.phpt] 
       
  1294 TEST 663/11096 [tests/output/ob_get_contents_error_001.phpt]
       
  1295 PASS Test ob_get_contents() function : error cases [tests/output/ob_get_contents_error_001.phpt] 
       
  1296 TEST 664/11096 [tests/output/ob_get_length_basic_001.phpt]
       
  1297 PASS Test return type and value, as well as basic behaviour, of ob_get_length() [tests/output/ob_get_length_basic_001.phpt] 
       
  1298 TEST 665/11096 [tests/output/ob_get_length_error_001.phpt]
       
  1299 PASS Test wrong number of arguments for ob_get_length() [tests/output/ob_get_length_error_001.phpt] 
       
  1300 TEST 666/11096 [tests/output/ob_get_level_basic_001.phpt]
       
  1301 PASS Test ob_get_level() function : basic functionality [tests/output/ob_get_level_basic_001.phpt] 
       
  1302 TEST 667/11096 [tests/output/ob_get_level_error_001.phpt]
       
  1303 PASS Test ob_get_level() function : error conditions [tests/output/ob_get_level_error_001.phpt] 
       
  1304 TEST 668/11096 [tests/output/ob_get_status.phpt]
       
  1305 PASS ob_get_status() function basic test [tests/output/ob_get_status.phpt] 
       
  1306 TEST 669/11096 [tests/output/ob_implicit_flush_basic_001.phpt]
       
  1307 PASS Test ob_implicit_flush() function : check return value (always null). [tests/output/ob_implicit_flush_basic_001.phpt] 
       
  1308 TEST 670/11096 [tests/output/ob_implicit_flush_basic_002.phpt]
       
  1309 PASS Test ob_implicit_flush() function : ensure implicit flushing does not apply to user buffers. [tests/output/ob_implicit_flush_basic_002.phpt] 
       
  1310 TEST 671/11096 [tests/output/ob_implicit_flush_error_001.phpt]
       
  1311 PASS Test ob_implicit_flush() function : wrong number of arguments [tests/output/ob_implicit_flush_error_001.phpt] 
       
  1312 TEST 672/11096 [tests/output/ob_implicit_flush_variation_001.phpt]
       
  1313 PASS Test ob_implicit_flush() function : usage variation [tests/output/ob_implicit_flush_variation_001.phpt] 
       
  1314 TEST 673/11096 [tests/output/ob_start_basic_001.phpt]
       
  1315 PASS Test return type and value for ob_start() [tests/output/ob_start_basic_001.phpt] 
       
  1316 TEST 674/11096 [tests/output/ob_start_basic_002.phpt]
       
  1317 PASS ob_start(): Check behaviour with various callback return values. [tests/output/ob_start_basic_002.phpt] 
       
  1318 TEST 675/11096 [tests/output/ob_start_basic_003.phpt]
       
  1319 PASS ob_start(): ensure even fatal error test is affected by output buffering. [tests/output/ob_start_basic_003.phpt] 
       
  1320 TEST 676/11096 [tests/output/ob_start_basic_004.phpt]
       
  1321 PASS ob_start() chunk_size: confirm buffer is flushed after any output call that causes its length to equal or exceed chunk_size. [tests/output/ob_start_basic_004.phpt] 
       
  1322 TEST 677/11096 [tests/output/ob_start_basic_005.phpt]
       
  1323 PASS ob_start(): non-static method as static callbacks. [tests/output/ob_start_basic_005.phpt] 
       
  1324 TEST 678/11096 [tests/output/ob_start_basic_006.phpt]
       
  1325 PASS ob_start(): multiple buffer initialization with a single call, using arrays. [tests/output/ob_start_basic_006.phpt] 
       
  1326 TEST 679/11096 [tests/output/ob_start_basic_unerasable_001.phpt]
       
  1327 PASS ob_start(): Ensure content of unerasable buffer can be accessed by ob_get_contents(). [tests/output/ob_start_basic_unerasable_001.phpt] 
       
  1328 TEST 680/11096 [tests/output/ob_start_basic_unerasable_002.phpt]
       
  1329 PASS ob_start(): Ensure unerasable buffer cannot be erased by ob_clean(), ob_end_clean() or ob_end_flush(). [tests/output/ob_start_basic_unerasable_002.phpt] 
       
  1330 TEST 681/11096 [tests/output/ob_start_basic_unerasable_003.phpt]
       
  1331 PASS ob_start(): Ensure unerasable buffer cannot be accessed or erased by ob_get_clean(). [tests/output/ob_start_basic_unerasable_003.phpt] 
       
  1332 TEST 682/11096 [tests/output/ob_start_basic_unerasable_004.phpt]
       
  1333 PASS ob_start(): Ensure unerasable buffer cannot be accessed or flushed by ob_get_flush(). [tests/output/ob_start_basic_unerasable_004.phpt] 
       
  1334 TEST 683/11096 [tests/output/ob_start_basic_unerasable_005.phpt]
       
  1335 PASS ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush() [tests/output/ob_start_basic_unerasable_005.phpt] 
       
  1336 TEST 684/11096 [tests/output/ob_start_callbacks.phpt]
       
  1337 PASS Test ob_start() with callbacks in variables [tests/output/ob_start_callbacks.phpt] 
       
  1338 TEST 685/11096 [tests/output/ob_start_error_001.phpt]
       
  1339 PASS Test wrong number of arguments and wrong arg types for ob_start() [tests/output/ob_start_error_001.phpt] 
       
  1340 TEST 686/11096 [tests/output/ob_start_error_002.phpt]
       
  1341 PASS Test wrong number of arguments and wrong arg types for ob_start() [tests/output/ob_start_error_002.phpt] 
       
  1342 TEST 687/11096 [tests/output/ob_start_error_003.phpt]
       
  1343 PASS Test ob_start() with object supplied but no method. [tests/output/ob_start_error_003.phpt] 
       
  1344 TEST 688/11096 [tests/output/ob_start_error_004.phpt]
       
  1345 PASS Test ob_start() with non existent callback method. [tests/output/ob_start_error_004.phpt] 
       
  1346 TEST 689/11096 [tests/output/ob_start_error_005.phpt]
       
  1347 PASS ob_start(): ensure buffers can't be added from within callback. [tests/output/ob_start_error_005.phpt] 
       
  1348 TEST 690/11096 [tests/security/bug53226.phpt]
       
  1349 PASS Bug #53226 (file_exists fails on big filenames) [tests/security/bug53226.phpt] 
       
  1350 SKIP Test if magic_quotes_gpc works as expected [tests/security/magic_quotes_gpc.phpt] reason: CGI not available
       
  1351 TEST 692/11096 [tests/security/open_basedir_001.phpt]
       
  1352 SKIP openbase_dir runtime tightning [tests/security/open_basedir_001.phpt] reason: .. no /usr/local/bin on this machine
       
  1353 TEST 693/11096 [tests/security/open_basedir_chdir.phpt]
       
  1354 PASS Test open_basedir configuration [tests/security/open_basedir_chdir.phpt] 
       
  1355 TEST 694/11096 [tests/security/open_basedir_chmod.phpt]
       
  1356 PASS Test open_basedir configuration [tests/security/open_basedir_chmod.phpt] 
       
  1357 TEST 695/11096 [tests/security/open_basedir_copy.phpt]
       
  1358 PASS Test open_basedir configuration [tests/security/open_basedir_copy.phpt] 
       
  1359 TEST 696/11096 [tests/security/open_basedir_copy_variation1.phpt]
       
  1360 PASS Test open_basedir configuration [tests/security/open_basedir_copy_variation1.phpt] 
       
  1361 TEST 697/11096 [tests/security/open_basedir_dir.phpt]
       
  1362 PASS Test open_basedir configuration [tests/security/open_basedir_dir.phpt] 
       
  1363 TEST 698/11096 [tests/security/open_basedir_disk_free_space.phpt]
       
  1364 PASS Test open_basedir configuration [tests/security/open_basedir_disk_free_space.phpt] 
       
  1365 TEST 699/11096 [tests/security/open_basedir_error_log.phpt]
       
  1366 PASS Test open_basedir configuration [tests/security/open_basedir_error_log.phpt] 
       
  1367 TEST 700/11096 [tests/security/open_basedir_error_log_variation.phpt]
       
  1368 PASS Test open_basedir configuration [tests/security/open_basedir_error_log_variation.phpt] 
       
  1369 TEST 701/11096 [tests/security/open_basedir_file.phpt]
       
  1370 PASS Test open_basedir configuration [tests/security/open_basedir_file.phpt] 
       
  1371 TEST 702/11096 [tests/security/open_basedir_file_exists.phpt]
       
  1372 PASS Test open_basedir configuration [tests/security/open_basedir_file_exists.phpt] 
       
  1373 TEST 703/11096 [tests/security/open_basedir_file_get_contents.phpt]
       
  1374 PASS Test open_basedir configuration [tests/security/open_basedir_file_get_contents.phpt] 
       
  1375 TEST 704/11096 [tests/security/open_basedir_file_put_contents.phpt]
       
  1376 PASS Test open_basedir configuration [tests/security/open_basedir_file_put_contents.phpt] 
       
  1377 TEST 705/11096 [tests/security/open_basedir_fileatime.phpt]
       
  1378 PASS Test open_basedir configuration [tests/security/open_basedir_fileatime.phpt] 
       
  1379 TEST 706/11096 [tests/security/open_basedir_filectime.phpt]
       
  1380 PASS Test open_basedir configuration [tests/security/open_basedir_filectime.phpt] 
       
  1381 TEST 707/11096 [tests/security/open_basedir_filegroup.phpt]
       
  1382 PASS Test open_basedir configuration [tests/security/open_basedir_filegroup.phpt] 
       
  1383 TEST 708/11096 [tests/security/open_basedir_fileinode.phpt]
       
  1384 PASS Test open_basedir configuration [tests/security/open_basedir_fileinode.phpt] 
       
  1385 TEST 709/11096 [tests/security/open_basedir_filemtime.phpt]
       
  1386 PASS Test open_basedir configuration [tests/security/open_basedir_filemtime.phpt] 
       
  1387 TEST 710/11096 [tests/security/open_basedir_fileowner.phpt]
       
  1388 PASS Test open_basedir configuration [tests/security/open_basedir_fileowner.phpt] 
       
  1389 TEST 711/11096 [tests/security/open_basedir_fileperms.phpt]
       
  1390 PASS Test open_basedir configuration [tests/security/open_basedir_fileperms.phpt] 
       
  1391 TEST 712/11096 [tests/security/open_basedir_filesize.phpt]
       
  1392 PASS Test open_basedir configuration [tests/security/open_basedir_filesize.phpt] 
       
  1393 TEST 713/11096 [tests/security/open_basedir_filetype.phpt]
       
  1394 PASS Test open_basedir configuration [tests/security/open_basedir_filetype.phpt] 
       
  1395 TEST 714/11096 [tests/security/open_basedir_fopen.phpt]
       
  1396 PASS Test open_basedir configuration [tests/security/open_basedir_fopen.phpt] 
       
  1397 TEST 715/11096 [tests/security/open_basedir_glob.phpt]
       
  1398 PASS Test open_basedir configuration [tests/security/open_basedir_glob.phpt] 
       
  1399 TEST 716/11096 [tests/security/open_basedir_glob_variation.phpt]
       
  1400 PASS Test open_basedir configuration for glob [tests/security/open_basedir_glob_variation.phpt] 
       
  1401 TEST 717/11096 [tests/security/open_basedir_is_dir.phpt]
       
  1402 PASS Test open_basedir configuration [tests/security/open_basedir_is_dir.phpt] 
       
  1403 TEST 718/11096 [tests/security/open_basedir_is_executable.phpt]
       
  1404 PASS Test open_basedir configuration [tests/security/open_basedir_is_executable.phpt] 
       
  1405 TEST 719/11096 [tests/security/open_basedir_is_file.phpt]
       
  1406 PASS Test open_basedir configuration [tests/security/open_basedir_is_file.phpt] 
       
  1407 TEST 720/11096 [tests/security/open_basedir_is_link.phpt]
       
  1408 PASS Test open_basedir configuration [tests/security/open_basedir_is_link.phpt] 
       
  1409 TEST 721/11096 [tests/security/open_basedir_is_readable.phpt]
       
  1410 PASS Test open_basedir configuration [tests/security/open_basedir_is_readable.phpt] 
       
  1411 TEST 722/11096 [tests/security/open_basedir_is_writable.phpt]
       
  1412 PASS Test open_basedir configuration [tests/security/open_basedir_is_writable.phpt] 
       
  1413 TEST 723/11096 [tests/security/open_basedir_link.phpt]
       
  1414 PASS Test open_basedir configuration [tests/security/open_basedir_link.phpt] 
       
  1415 TEST 724/11096 [tests/security/open_basedir_linkinfo.phpt]
       
  1416 PASS Test open_basedir configuration [tests/security/open_basedir_linkinfo.phpt] 
       
  1417 TEST 725/11096 [tests/security/open_basedir_lstat.phpt]
       
  1418 PASS Test open_basedir configuration [tests/security/open_basedir_lstat.phpt] 
       
  1419 TEST 726/11096 [tests/security/open_basedir_mkdir.phpt]
       
  1420 SKIP Test open_basedir configuration [tests/security/open_basedir_mkdir.phpt] reason: Windows only variation
       
  1421 TEST 727/11096 [tests/security/open_basedir_opendir.phpt]
       
  1422 PASS Test open_basedir configuration [tests/security/open_basedir_opendir.phpt] 
       
  1423 TEST 728/11096 [tests/security/open_basedir_parse_ini_file.phpt]
       
  1424 SKIP Test open_basedir configuration [tests/security/open_basedir_parse_ini_file.phpt] reason: Windows only variation
       
  1425 TEST 729/11096 [tests/security/open_basedir_readlink.phpt]
       
  1426 PASS Test open_basedir configuration [tests/security/open_basedir_readlink.phpt] 
       
  1427 TEST 730/11096 [tests/security/open_basedir_realpath.phpt]
       
  1428 SKIP Test open_basedir configuration [tests/security/open_basedir_realpath.phpt] reason: only run on Windows
       
  1429 TEST 731/11096 [tests/security/open_basedir_rename.phpt]
       
  1430 PASS Test open_basedir configuration [tests/security/open_basedir_rename.phpt] 
       
  1431 TEST 732/11096 [tests/security/open_basedir_rmdir.phpt]
       
  1432 PASS Test open_basedir configuration [tests/security/open_basedir_rmdir.phpt] 
       
  1433 TEST 733/11096 [tests/security/open_basedir_scandir.phpt]
       
  1434 PASS Test open_basedir configuration [tests/security/open_basedir_scandir.phpt] 
       
  1435 TEST 734/11096 [tests/security/open_basedir_stat.phpt]
       
  1436 PASS Test open_basedir configuration [tests/security/open_basedir_stat.phpt] 
       
  1437 TEST 735/11096 [tests/security/open_basedir_symlink.phpt]
       
  1438 PASS Test open_basedir configuration [tests/security/open_basedir_symlink.phpt] 
       
  1439 TEST 736/11096 [tests/security/open_basedir_tempnam.phpt]
       
  1440 PASS Test open_basedir configuration [tests/security/open_basedir_tempnam.phpt] 
       
  1441 TEST 737/11096 [tests/security/open_basedir_touch.phpt]
       
  1442 PASS Test open_basedir configuration [tests/security/open_basedir_touch.phpt] 
       
  1443 TEST 738/11096 [tests/security/open_basedir_unlink.phpt]
       
  1444 PASS Test open_basedir configuration [tests/security/open_basedir_unlink.phpt] 
       
  1445 TEST 739/11096 [tests/strings/001.phpt]
       
  1446 PASS String functions [tests/strings/001.phpt] 
       
  1447 TEST 740/11096 [tests/strings/002.phpt]
       
  1448 PASS Formatted print functions [tests/strings/002.phpt] 
       
  1449 TEST 741/11096 [tests/strings/004.phpt]
       
  1450 PASS highlight_string() buffering [tests/strings/004.phpt] 
       
  1451 TEST 742/11096 [tests/strings/bug22592.phpt]
       
  1452 PASS Bug #22592 (Cascading assignments to strings with curly braces broken) [tests/strings/bug22592.phpt] 
       
  1453 TEST 743/11096 [tests/strings/bug26703.phpt]
       
  1454 PASS Bug #26703 (Certain characters inside strings incorrectly treated as keywords) [tests/strings/bug26703.phpt] 
       
  1455 TEST 744/11096 [tests/strings/offsets_chaining_1.phpt]
       
  1456 PASS testing the behavior of string offset chaining [tests/strings/offsets_chaining_1.phpt] 
       
  1457 TEST 745/11096 [tests/strings/offsets_chaining_2.phpt]
       
  1458 PASS testing the behavior of string offset chaining [tests/strings/offsets_chaining_2.phpt] 
       
  1459 TEST 746/11096 [tests/strings/offsets_chaining_3.phpt]
       
  1460 PASS testing the behavior of string offset chaining [tests/strings/offsets_chaining_3.phpt] 
       
  1461 TEST 747/11096 [tests/strings/offsets_chaining_4.phpt]
       
  1462 PASS testing the behavior of string offset chaining [tests/strings/offsets_chaining_4.phpt] 
       
  1463 TEST 748/11096 [tests/strings/offsets_chaining_5.phpt]
       
  1464 PASS testing the behavior of string offset chaining [tests/strings/offsets_chaining_5.phpt] 
       
  1465 TEST 749/11096 [tests/strings/offsets_general.phpt]
       
  1466 PASS testing the behavior of string offsets [tests/strings/offsets_general.phpt] 
       
  1467 TEST 750/11096 [Zend/tests/001.phpt]
       
  1468 PASS func_num_args() tests [Zend/tests/001.phpt] 
       
  1469 TEST 751/11096 [Zend/tests/002.phpt]
       
  1470 PASS func_get_arg() tests [Zend/tests/002.phpt] 
       
  1471 TEST 752/11096 [Zend/tests/003.phpt]
       
  1472 PASS func_get_args() tests [Zend/tests/003.phpt] 
       
  1473 TEST 753/11096 [Zend/tests/004.phpt]
       
  1474 PASS strncmp() tests [Zend/tests/004.phpt] 
       
  1475 TEST 754/11096 [Zend/tests/005.phpt]
       
  1476 PASS strcasecmp() tests [Zend/tests/005.phpt] 
       
  1477 TEST 755/11096 [Zend/tests/006.phpt]
       
  1478 PASS strncasecmp() tests [Zend/tests/006.phpt] 
       
  1479 TEST 756/11096 [Zend/tests/007.phpt]
       
  1480 PASS each() tests [Zend/tests/007.phpt] 
       
  1481 TEST 757/11096 [Zend/tests/008.phpt]
       
  1482 PASS define() tests [Zend/tests/008.phpt] 
       
  1483 TEST 758/11096 [Zend/tests/009.phpt]
       
  1484 PASS get_class() tests [Zend/tests/009.phpt] 
       
  1485 TEST 759/11096 [Zend/tests/010.phpt]
       
  1486 PASS get_parent_class() tests [Zend/tests/010.phpt] 
       
  1487 TEST 760/11096 [Zend/tests/011.phpt]
       
  1488 PASS property_exists() tests [Zend/tests/011.phpt] 
       
  1489 TEST 761/11096 [Zend/tests/012.phpt]
       
  1490 PASS class_exists() tests [Zend/tests/012.phpt] 
       
  1491 TEST 762/11096 [Zend/tests/013.phpt]
       
  1492 PASS interface_exists() tests [Zend/tests/013.phpt] 
       
  1493 TEST 763/11096 [Zend/tests/014.phpt]
       
  1494 PASS get_included_files() tests [Zend/tests/014.phpt] 
       
  1495 TEST 764/11096 [Zend/tests/015.phpt]
       
  1496 PASS trigger_error() tests [Zend/tests/015.phpt] 
       
  1497 TEST 765/11096 [Zend/tests/016.phpt]
       
  1498 PASS isset() with object properties when operating on non-object [Zend/tests/016.phpt] 
       
  1499 TEST 766/11096 [Zend/tests/017.phpt]
       
  1500 PASS builtin functions tests [Zend/tests/017.phpt] 
       
  1501 TEST 767/11096 [Zend/tests/018.phpt]
       
  1502 PASS constant() tests [Zend/tests/018.phpt] 
       
  1503 TEST 768/11096 [Zend/tests/019.phpt]
       
  1504 PASS Test unset(), empty() and isset() functions [Zend/tests/019.phpt] 
       
  1505 TEST 769/11096 [Zend/tests/020.phpt]
       
  1506 PASS func_get_arg() invalid usage [Zend/tests/020.phpt] 
       
  1507 TEST 770/11096 [Zend/tests/021.phpt]
       
  1508 PASS ?: operator [Zend/tests/021.phpt] 
       
  1509 TEST 771/11096 [Zend/tests/022.phpt]
       
  1510 PASS Implementating abstracting methods and optional parameters [Zend/tests/022.phpt] 
       
  1511 TEST 772/11096 [Zend/tests/023.phpt]
       
  1512 PASS Testing variable variables as function name [Zend/tests/023.phpt] 
       
  1513 TEST 773/11096 [Zend/tests/024.phpt]
       
  1514 PASS Testing operations with undefined variable [Zend/tests/024.phpt] 
       
  1515 TEST 774/11096 [Zend/tests/025.phpt]
       
  1516 PASS Testing dynamic calls [Zend/tests/025.phpt] 
       
  1517 TEST 775/11096 [Zend/tests/026.phpt]
       
  1518 PASS Trying assign value to property when an object is not returned in a function [Zend/tests/026.phpt] 
       
  1519 TEST 776/11096 [Zend/tests/027.phpt]
       
  1520 PASS Testing dynamic calls using variable variables with curly syntax [Zend/tests/027.phpt] 
       
  1521 TEST 777/11096 [Zend/tests/028.phpt]
       
  1522 PASS Testing function call through of array item [Zend/tests/028.phpt] 
       
  1523 TEST 778/11096 [Zend/tests/029.phpt]
       
  1524 PASS Testing assign to property of an object in an array [Zend/tests/029.phpt] 
       
  1525 TEST 779/11096 [Zend/tests/030.phpt]
       
  1526 PASS Overriding $this in catch and checking the object properties later. [Zend/tests/030.phpt] 
       
  1527 TEST 780/11096 [Zend/tests/031.phpt]
       
  1528 PASS Testing array with '[]' passed as argument by value [Zend/tests/031.phpt] 
       
  1529 TEST 781/11096 [Zend/tests/032.phpt]
       
  1530 PASS Testing array with '[]' passed as argument by reference [Zend/tests/032.phpt] 
       
  1531 TEST 782/11096 [Zend/tests/033.phpt]
       
  1532 PASS Using undefined multidimensional array [Zend/tests/033.phpt] 
       
  1533 TEST 783/11096 [Zend/tests/034.phpt]
       
  1534 PASS Testing multiples 'default:' in switch [Zend/tests/034.phpt] 
       
  1535 TEST 784/11096 [Zend/tests/035.phpt]
       
  1536 PASS Using 'static' and 'global' in global scope [Zend/tests/035.phpt] 
       
  1537 TEST 785/11096 [Zend/tests/036.phpt]
       
  1538 PASS Trying to use lambda in array offset [Zend/tests/036.phpt] 
       
  1539 TEST 786/11096 [Zend/tests/037.phpt]
       
  1540 PASS Trying to access inexistent static property of Closure [Zend/tests/037.phpt] 
       
  1541 TEST 787/11096 [Zend/tests/038.phpt]
       
  1542 PASS Trying to use lambda as array key [Zend/tests/038.phpt] 
       
  1543 TEST 788/11096 [Zend/tests/abstract-static.phpt]
       
  1544 PASS Test for abstract static classes [Zend/tests/abstract-static.phpt] 
       
  1545 TEST 789/11096 [Zend/tests/access_modifiers_001.phpt]
       
  1546 PASS using multiple access modifiers (methods) [Zend/tests/access_modifiers_001.phpt] 
       
  1547 TEST 790/11096 [Zend/tests/access_modifiers_002.phpt]
       
  1548 PASS using multiple access modifiers (attributes) [Zend/tests/access_modifiers_002.phpt] 
       
  1549 TEST 791/11096 [Zend/tests/access_modifiers_003.phpt]
       
  1550 PASS using multiple access modifiers (classes) [Zend/tests/access_modifiers_003.phpt] 
       
  1551 TEST 792/11096 [Zend/tests/access_modifiers_004.phpt]
       
  1552 PASS using multiple access modifiers (abstract methods) [Zend/tests/access_modifiers_004.phpt] 
       
  1553 TEST 793/11096 [Zend/tests/access_modifiers_005.phpt]
       
  1554 PASS using multiple access modifiers (final methods) [Zend/tests/access_modifiers_005.phpt] 
       
  1555 TEST 794/11096 [Zend/tests/access_modifiers_006.phpt]
       
  1556 PASS using multiple access modifiers (static methods) [Zend/tests/access_modifiers_006.phpt] 
       
  1557 TEST 795/11096 [Zend/tests/access_modifiers_007.phpt]
       
  1558 PASS abstract final methods errmsg [Zend/tests/access_modifiers_007.phpt] 
       
  1559 TEST 796/11096 [Zend/tests/access_modifiers_008.phpt]
       
  1560 XFAIL Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]   XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
       
  1561 TEST 797/11096 [Zend/tests/access_modifiers_009.phpt]
       
  1562 XFAIL Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]   XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
       
  1563 TEST 798/11096 [Zend/tests/access_modifiers_010.phpt]
       
  1564 PASS Testing visibility of methods [Zend/tests/access_modifiers_010.phpt] 
       
  1565 TEST 799/11096 [Zend/tests/access_modifiers_011.phpt]
       
  1566 PASS __call() for private/protected methods [Zend/tests/access_modifiers_011.phpt] 
       
  1567 TEST 800/11096 [Zend/tests/access_modifiers_012.phpt]
       
  1568 PASS Trigger __call() in lieu of non visible methods when called via a callback. [Zend/tests/access_modifiers_012.phpt] 
       
  1569 TEST 801/11096 [Zend/tests/add_001.phpt]
       
  1570 PASS adding arrays [Zend/tests/add_001.phpt] 
       
  1571 TEST 802/11096 [Zend/tests/add_002.phpt]
       
  1572 PASS adding objects to arrays [Zend/tests/add_002.phpt] 
       
  1573 TEST 803/11096 [Zend/tests/add_003.phpt]
       
  1574 PASS adding arrays to objects [Zend/tests/add_003.phpt] 
       
  1575 TEST 804/11096 [Zend/tests/add_004.phpt]
       
  1576 PASS adding numbers to arrays [Zend/tests/add_004.phpt] 
       
  1577 TEST 805/11096 [Zend/tests/add_005.phpt]
       
  1578 PASS adding integers to doubles [Zend/tests/add_005.phpt] 
       
  1579 TEST 806/11096 [Zend/tests/add_006.phpt]
       
  1580 PASS adding numbers to strings [Zend/tests/add_006.phpt] 
       
  1581 TEST 807/11096 [Zend/tests/add_007.phpt]
       
  1582 PASS adding strings to arrays [Zend/tests/add_007.phpt] 
       
  1583 TEST 808/11096 [Zend/tests/and_001.phpt]
       
  1584 PASS bitwise AND and strings [Zend/tests/and_001.phpt] 
       
  1585 TEST 809/11096 [Zend/tests/anonymous_func_001.phpt]
       
  1586 PASS Testing calls to anonymous function [Zend/tests/anonymous_func_001.phpt] 
       
  1587 TEST 810/11096 [Zend/tests/anonymous_func_002.phpt]
       
  1588 PASS Testing anonymous function return as array key and accessing $GLOBALS [Zend/tests/anonymous_func_002.phpt] 
       
  1589 TEST 811/11096 [Zend/tests/anonymous_func_003.phpt]
       
  1590 PASS Using throw $var with anonymous function return [Zend/tests/anonymous_func_003.phpt] 
       
  1591 TEST 812/11096 [Zend/tests/array_append_COW.phpt]
       
  1592 PASS Tests that array manipulation code is correctly dealing with copy on write and splitting on reference [Zend/tests/array_append_COW.phpt] 
       
  1593 TEST 813/11096 [Zend/tests/array_type_hint_001.phpt]
       
  1594 PASS Array type hint [Zend/tests/array_type_hint_001.phpt] 
       
  1595 TEST 814/11096 [Zend/tests/array_unshift_COW.phpt]
       
  1596 PASS Tests that array unshift code is correctly dealing with copy on write and splitting on reference [Zend/tests/array_unshift_COW.phpt] 
       
  1597 TEST 815/11096 [Zend/tests/assign_to_var_001.phpt]
       
  1598 PASS complex cases of variable assignment - 001 [Zend/tests/assign_to_var_001.phpt] 
       
  1599 TEST 816/11096 [Zend/tests/assign_to_var_002.phpt]
       
  1600 PASS complex cases of variable assignment - 002 [Zend/tests/assign_to_var_002.phpt] 
       
  1601 TEST 817/11096 [Zend/tests/assign_to_var_003.phpt]
       
  1602 PASS complex cases of variable assignment - 003 [Zend/tests/assign_to_var_003.phpt] 
       
  1603 TEST 818/11096 [Zend/tests/assign_to_var_004.phpt]
       
  1604 PASS complex cases of variable assignment - 004 [Zend/tests/assign_to_var_004.phpt] 
       
  1605 TEST 819/11096 [Zend/tests/bug19859.phpt]
       
  1606 PASS Bug #19859 (__call() does not catch call_user_func_array() calls) [Zend/tests/bug19859.phpt] 
       
  1607 TEST 820/11096 [Zend/tests/bug20240.phpt]
       
  1608 PASS Bug #20240 (order of destructor calls) [Zend/tests/bug20240.phpt] 
       
  1609 TEST 821/11096 [Zend/tests/bug20242.phpt]
       
  1610 PASS Bug #20242 (Method call in front of class definition) [Zend/tests/bug20242.phpt] 
       
  1611 TEST 822/11096 [Zend/tests/bug21478.phpt]
       
  1612 PASS Bug #21478 (Zend/zend_alloc.c :: shutdown_memory_manager produces segfault) [Zend/tests/bug21478.phpt] 
       
  1613 TEST 823/11096 [Zend/tests/bug21888.phpt]
       
  1614 PASS Bug #21888 (protected property and protected method of the same name) [Zend/tests/bug21888.phpt] 
       
  1615 TEST 824/11096 [Zend/tests/bug22725.phpt]
       
  1616 PASS Bug #22725 (A derived class can call a parent's protected method that calls a private method) [Zend/tests/bug22725.phpt] 
       
  1617 TEST 825/11096 [Zend/tests/bug22836.phpt]
       
  1618 PASS Bug #22836 (returning references to NULL) [Zend/tests/bug22836.phpt] 
       
  1619 TEST 826/11096 [Zend/tests/bug23104.phpt]
       
  1620 PASS Bug #23104 (Hash position not reset for constant arrays) [Zend/tests/bug23104.phpt] 
       
  1621 TEST 827/11096 [Zend/tests/bug24436.phpt]
       
  1622 PASS Bug #24436 (isset()/empty() produce errors with non-existent variables in classes) [Zend/tests/bug24436.phpt] 
       
  1623 TEST 828/11096 [Zend/tests/bug24635.phpt]
       
  1624 PASS Bug #24635 (crash on dtor calling other functions) [Zend/tests/bug24635.phpt] 
       
  1625 TEST 829/11096 [Zend/tests/bug24699.phpt]
       
  1626 PASS Bug #24699 (Memory Leak with per-class constants) [Zend/tests/bug24699.phpt] 
       
  1627 TEST 830/11096 [Zend/tests/bug24773.phpt]
       
  1628 PASS Bug #24773 (unset() of integers treated as arrays causes a crash) [Zend/tests/bug24773.phpt] 
       
  1629 TEST 831/11096 [Zend/tests/bug24884.phpt]
       
  1630 PASS Bug #24884 (calling $this->__clone(); crashes php) [Zend/tests/bug24884.phpt] 
       
  1631 TEST 832/11096 [Zend/tests/bug26010.phpt]
       
  1632 PASS Bug #26010 (private / protected variables get exposed by get_object_vars()) [Zend/tests/bug26010.phpt] 
       
  1633 TEST 833/11096 [Zend/tests/bug26077.phpt]
       
  1634 PASS Bug #26077 (Memory leaks when creating an instance of an object) [Zend/tests/bug26077.phpt] 
       
  1635 TEST 834/11096 [Zend/tests/bug26166.phpt]
       
  1636 PASS Bug #26166 (__toString() crash when no values returned) [Zend/tests/bug26166.phpt] 
       
  1637 TEST 835/11096 [Zend/tests/bug26229.phpt]
       
  1638 PASS Bug #26229 (getIterator() segfaults when it returns arrays or scalars) [Zend/tests/bug26229.phpt] 
       
  1639 TEST 836/11096 [Zend/tests/bug26281.phpt]
       
  1640 PASS Bug #26281 (switch() crash when condition is a string offset) [Zend/tests/bug26281.phpt] 
       
  1641 TEST 837/11096 [Zend/tests/bug26696.phpt]
       
  1642 PASS Bug #26696 (crash in switch() when string index is used) [Zend/tests/bug26696.phpt] 
       
  1643 TEST 838/11096 [Zend/tests/bug26697.phpt]
       
  1644 PASS Bug #26697 (calling class_exists on a nonexistent class in __autoload results in segfault) [Zend/tests/bug26697.phpt] 
       
  1645 TEST 839/11096 [Zend/tests/bug26698.phpt]
       
  1646 PASS Bug #26698 (Thrown exceptions while evaluting argument to pass as parameter crash PHP) [Zend/tests/bug26698.phpt] 
       
  1647 TEST 840/11096 [Zend/tests/bug26801.phpt]
       
  1648 PASS Bug #26801 (switch ($a{0}) crash) [Zend/tests/bug26801.phpt] 
       
  1649 TEST 841/11096 [Zend/tests/bug26802.phpt]
       
  1650 PASS Bug #26802 (Can't call static method using a variable) [Zend/tests/bug26802.phpt] 
       
  1651 TEST 842/11096 [Zend/tests/bug27268.phpt]
       
  1652 PASS Bug #27268 (Bad references accentuated by clone) [Zend/tests/bug27268.phpt] 
       
  1653 TEST 843/11096 [Zend/tests/bug27304.phpt]
       
  1654 PASS Bug #27304 (Static functions don't function properly) [Zend/tests/bug27304.phpt] 
       
  1655 TEST 844/11096 [Zend/tests/bug27598.phpt]
       
  1656 PASS Bug #27598 (list() array key assignment causes HUGE memory leak) [Zend/tests/bug27598.phpt] 
       
  1657 TEST 845/11096 [Zend/tests/bug27669.phpt]
       
  1658 PASS Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dynamically) [Zend/tests/bug27669.phpt] 
       
  1659 TEST 846/11096 [Zend/tests/bug27731.phpt]
       
  1660 PASS Bug #27731 (error_reporing() call inside @ block does not work correctly) [Zend/tests/bug27731.phpt] 
       
  1661 TEST 847/11096 [Zend/tests/bug27798.phpt]
       
  1662 PASS Bug #27798 (private / protected variables not exposed by get_object_vars() inside class) [Zend/tests/bug27798.phpt] 
       
  1663 TEST 848/11096 [Zend/tests/bug28072.phpt]
       
  1664 PASS Bug #28072 (static array with some constant keys will be incorrectly ordered) [Zend/tests/bug28072.phpt] 
       
  1665 TEST 849/11096 [Zend/tests/bug28377.phpt]
       
  1666 PASS Bug #28377 (debug_backtrace is intermittently passing args) [Zend/tests/bug28377.phpt] 
       
  1667 TEST 850/11096 [Zend/tests/bug28442.phpt]
       
  1668 PASS Bug #28442 (Changing a static variables in a class changes it across sub/super classes.) [Zend/tests/bug28442.phpt] 
       
  1669 TEST 851/11096 [Zend/tests/bug28444.phpt]
       
  1670 PASS Bug #28444 (Cannot access undefined property for object with overloaded property access) [Zend/tests/bug28444.phpt] 
       
  1671 TEST 852/11096 [Zend/tests/bug29015.phpt]
       
  1672 PASS Bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others) [Zend/tests/bug29015.phpt] 
       
  1673 TEST 853/11096 [Zend/tests/bug29104.phpt]
       
  1674 PASS Bug #29104 (Function declaration in method doesn't work) [Zend/tests/bug29104.phpt] 
       
  1675 TEST 854/11096 [Zend/tests/bug29210.phpt]
       
  1676 PASS Bug #29210 (Function is_callable does not support private and protected methods) [Zend/tests/bug29210.phpt] 
       
  1677 TEST 855/11096 [Zend/tests/bug29368.phpt]
       
  1678 PASS Bug #29368 (The destructor is called when an exception is thrown from the constructor) [Zend/tests/bug29368.phpt] 
       
  1679 TEST 856/11096 [Zend/tests/bug29505.phpt]
       
  1680 PASS Bug #29505 (get_class_vars() severely broken when used with arrays) [Zend/tests/bug29505.phpt] 
       
  1681 TEST 857/11096 [Zend/tests/bug29674.phpt]
       
  1682 PASS Bug #29674 (inherited method doesn't have access to private variables of the derived class) [Zend/tests/bug29674.phpt] 
       
  1683 TEST 858/11096 [Zend/tests/bug29689.phpt]
       
  1684 PASS Bug #29689 (default value of protected member overrides default value of private) [Zend/tests/bug29689.phpt] 
       
  1685 TEST 859/11096 [Zend/tests/bug29883.phpt]
       
  1686 PASS Bug #29883 (isset gives invalid values on strings) [Zend/tests/bug29883.phpt] 
       
  1687 TEST 860/11096 [Zend/tests/bug29890.phpt]
       
  1688 PASS Bug #29890 (crash if error handler fails) [Zend/tests/bug29890.phpt] 
       
  1689 TEST 861/11096 [Zend/tests/bug29896.phpt]
       
  1690 PASS Bug #29896 (Backtrace argument list out of sync) [Zend/tests/bug29896.phpt] 
       
  1691 TEST 862/11096 [Zend/tests/bug29944.phpt]
       
  1692 PASS Bug #29944 (Function defined in switch, crashes) [Zend/tests/bug29944.phpt] 
       
  1693 TEST 863/11096 [Zend/tests/bug30080.phpt]
       
  1694 PASS Bug #30080 (Passing array or non array of objects) [Zend/tests/bug30080.phpt] 
       
  1695 TEST 864/11096 [Zend/tests/bug30140.phpt]
       
  1696 PASS Bug #30140 (Problem with array in static properties) [Zend/tests/bug30140.phpt] 
       
  1697 TEST 865/11096 [Zend/tests/bug30161.phpt]
       
  1698 PASS Bug #30161 (Segmentation fault with exceptions) [Zend/tests/bug30161.phpt] 
       
  1699 TEST 866/11096 [Zend/tests/bug30162.phpt]
       
  1700 PASS Bug #30162 (Catching exception in constructor couses lose of $this) [Zend/tests/bug30162.phpt] 
       
  1701 TEST 867/11096 [Zend/tests/bug30346.phpt]
       
  1702 PASS Bug #30346 (arrayAccess and using $this) [Zend/tests/bug30346.phpt] 
       
  1703 TEST 868/11096 [Zend/tests/bug30394.phpt]
       
  1704 PASS Bug #30394 (Assignment operators yield wrong result with __get/__set) [Zend/tests/bug30394.phpt] 
       
  1705 TEST 869/11096 [Zend/tests/bug30407.phpt]
       
  1706 PASS Bug #30407 (Strange behaviour of default arguments) [Zend/tests/bug30407.phpt] 
       
  1707 TEST 870/11096 [Zend/tests/bug30451.phpt]
       
  1708 PASS Bug #30451 (static properties permissions broken) [Zend/tests/bug30451.phpt] 
       
  1709 TEST 871/11096 [Zend/tests/bug30519.phpt]
       
  1710 PASS Bug #30519 (Interface not existing says Class not found) [Zend/tests/bug30519.phpt] 
       
  1711 TEST 872/11096 [Zend/tests/bug30702.phpt]
       
  1712 PASS Bug #30702 (cannot initialize class variable from class constant) [Zend/tests/bug30702.phpt] 
       
  1713 TEST 873/11096 [Zend/tests/bug30707.phpt]
       
  1714 PASS Bug #30707 (Segmentation fault on exception in method) [Zend/tests/bug30707.phpt] 
       
  1715 TEST 874/11096 [Zend/tests/bug30725.phpt]
       
  1716 PASS Bug #30725 (PHP segfaults when an exception is thrown in getIterator() within foreach) [Zend/tests/bug30725.phpt] 
       
  1717 TEST 875/11096 [Zend/tests/bug30791.phpt]
       
  1718 PASS Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded) [Zend/tests/bug30791.phpt] 
       
  1719 TEST 876/11096 [Zend/tests/bug30820.phpt]
       
  1720 PASS Bug #30820 (static member conflict with $this->member silently ignored) [Zend/tests/bug30820.phpt] 
       
  1721 TEST 877/11096 [Zend/tests/bug30828.phpt]
       
  1722 PASS Bug #30828 (debug_backtrace() reports incorrect class in overridden methods) [Zend/tests/bug30828.phpt] 
       
  1723 TEST 878/11096 [Zend/tests/bug30889.phpt]
       
  1724 PASS Bug #30889 (Conflict between __get/__set and ++ operator) [Zend/tests/bug30889.phpt] 
       
  1725 TEST 879/11096 [Zend/tests/bug30922.phpt]
       
  1726 PASS Bug #30922 (reflective functions crash PHP when interfaces extend themselves) [Zend/tests/bug30922.phpt] 
       
  1727 TEST 880/11096 [Zend/tests/bug30998.phpt]
       
  1728 PASS Bug #30998 (Crash when user error handler returns false) [Zend/tests/bug30998.phpt] 
       
  1729 TEST 881/11096 [Zend/tests/bug31098.phpt]
       
  1730 PASS Bug #31098 (isset() / empty() incorrectly returns true in dereference of a wrong type) [Zend/tests/bug31098.phpt] 
       
  1731 TEST 882/11096 [Zend/tests/bug31102.phpt]
       
  1732 PASS Bug #31102 (Exception not handled when thrown inside __autoload()) [Zend/tests/bug31102.phpt] 
       
  1733 TEST 883/11096 [Zend/tests/bug31177-2.phpt]
       
  1734 PASS Bug #31177 (memory corruption because of incorrect refcounting) [Zend/tests/bug31177-2.phpt] 
       
  1735 TEST 884/11096 [Zend/tests/bug31177.phpt]
       
  1736 PASS Bug #31177 (Memory leak) [Zend/tests/bug31177.phpt] 
       
  1737 TEST 885/11096 [Zend/tests/bug31341.phpt]
       
  1738 PASS Bug #31341 (escape on curly inconsistent) [Zend/tests/bug31341.phpt] 
       
  1739 TEST 886/11096 [Zend/tests/bug31525.phpt]
       
  1740 PASS Bug #31525 (object reference being dropped. $this getting lost) [Zend/tests/bug31525.phpt] 
       
  1741 TEST 887/11096 [Zend/tests/bug31683.phpt]
       
  1742 PASS Bug #31683 (changes to $name in __get($name) override future parameters) [Zend/tests/bug31683.phpt] 
       
  1743 TEST 888/11096 [Zend/tests/bug31720.phpt]
       
  1744 PASS Bug #31720 (Invalid object callbacks not caught in array_walk()) [Zend/tests/bug31720.phpt] 
       
  1745 TEST 889/11096 [Zend/tests/bug32226.phpt]
       
  1746 PASS Bug #32226 (SEGV with exception handler on non existing instance) [Zend/tests/bug32226.phpt] 
       
  1747 TEST 890/11096 [Zend/tests/bug32252.phpt]
       
  1748 PASS Bug #32252 (Segfault when offsetSet throws an Exception (only without debug)) [Zend/tests/bug32252.phpt] 
       
  1749 TEST 891/11096 [Zend/tests/bug32290.phpt]
       
  1750 PASS Bug #32290 (calling call_user_func_array() ends in infinite loop within child class) [Zend/tests/bug32290.phpt] 
       
  1751 TEST 892/11096 [Zend/tests/bug32296.phpt]
       
  1752 PASS Bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3) [Zend/tests/bug32296.phpt] 
       
  1753 TEST 893/11096 [Zend/tests/bug32322.phpt]
       
  1754 PASS Bug #32322 (Return values by reference broken( using self::),example singleton instance) [Zend/tests/bug32322.phpt] 
       
  1755 TEST 894/11096 [Zend/tests/bug32427.phpt]
       
  1756 PASS Bug #32427 (Interfaces are not allowed 'static' access modifier) [Zend/tests/bug32427.phpt] 
       
  1757 TEST 895/11096 [Zend/tests/bug32428.phpt]
       
  1758 PASS Bug #32428 (The @ warning error supression operator is broken) [Zend/tests/bug32428.phpt] 
       
  1759 TEST 896/11096 [Zend/tests/bug32429.phpt]
       
  1760 PASS Bug #32429 (method_exists() always return TRUE if __call method exists) [Zend/tests/bug32429.phpt] 
       
  1761 TEST 897/11096 [Zend/tests/bug32596.phpt]
       
  1762 PASS Bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct) [Zend/tests/bug32596.phpt] 
       
  1763 TEST 898/11096 [Zend/tests/bug32660.phpt]
       
  1764 PASS Bug #32660 (Assignment by reference causes crash when field access is overloaded (__get)) [Zend/tests/bug32660.phpt] 
       
  1765 TEST 899/11096 [Zend/tests/bug32674.phpt]
       
  1766 PASS Bug #32674 (exception in iterator causes crash) [Zend/tests/bug32674.phpt] 
       
  1767 TEST 900/11096 [Zend/tests/bug32799.phpt]
       
  1768 PASS Bug #32799 (crash: calling the corresponding global var during the destruct) [Zend/tests/bug32799.phpt] 
       
  1769 TEST 901/11096 [Zend/tests/bug32833.phpt]
       
  1770 PASS Bug #32833 (Invalid opcode with $a[] .= '') [Zend/tests/bug32833.phpt] 
       
  1771 TEST 902/11096 [Zend/tests/bug32993.phpt]
       
  1772 PASS Bug #32993 (implemented Iterator function current() don't throw exception) [Zend/tests/bug32993.phpt] 
       
  1773 TEST 903/11096 [Zend/tests/bug33116.phpt]
       
  1774 PASS Bug #33116 (crash when assigning class name to global variable in __autoload) [Zend/tests/bug33116.phpt] 
       
  1775 TEST 904/11096 [Zend/tests/bug33171.phpt]
       
  1776 PASS Bug #33171 (foreach enumerates private fields declared in base classes) [Zend/tests/bug33171.phpt] 
       
  1777 TEST 905/11096 [Zend/tests/bug33257.phpt]
       
  1778 PASS Bug #33257 (array_splice() inconsistent when passed function instead of variable) [Zend/tests/bug33257.phpt] 
       
  1779 TEST 906/11096 [Zend/tests/bug33277.phpt]
       
  1780 PASS Bug #33277 (private method accessed by child class) [Zend/tests/bug33277.phpt] 
       
  1781 TEST 907/11096 [Zend/tests/bug33282.phpt]
       
  1782 PASS Bug #33282 (Re-assignment by reference does not clear the is_ref flag) [Zend/tests/bug33282.phpt] 
       
  1783 TEST 908/11096 [Zend/tests/bug33318.phpt]
       
  1784 PASS Bug #33318 (throw 1; results in Invalid opcode 108/1/8) [Zend/tests/bug33318.phpt] 
       
  1785 TEST 909/11096 [Zend/tests/bug33512.phpt]
       
  1786 PASS Bug #33512 (unset() overloaded properties doesn't work) [Zend/tests/bug33512.phpt] 
       
  1787 TEST 910/11096 [Zend/tests/bug33558.phpt]
       
  1788 PASS Bug #33558 (warning with nested calls to functions returning by reference) [Zend/tests/bug33558.phpt] 
       
  1789 TEST 911/11096 [Zend/tests/bug33710.phpt]
       
  1790 PASS Bug #33710 (ArrayAccess objects doesn't initialize $this) [Zend/tests/bug33710.phpt] 
       
  1791 TEST 912/11096 [Zend/tests/bug33732.phpt]
       
  1792 PASS Bug #33732 (Wrong behavior of constants in class and interface extending) [Zend/tests/bug33732.phpt] 
       
  1793 TEST 913/11096 [Zend/tests/bug33771.phpt]
       
  1794 PASS Bug #33771 (error_reporting falls to 0 when @ was used inside try/catch block) [Zend/tests/bug33771.phpt] 
       
  1795 TEST 914/11096 [Zend/tests/bug33802.phpt]
       
  1796 PASS Bug #33802 (throw Exception in error handler causes crash) [Zend/tests/bug33802.phpt] 
       
  1797 TEST 915/11096 [Zend/tests/bug33996.phpt]
       
  1798 PASS Bug #33996 (No information given for fatal error on passing invalid value to typed argument) [Zend/tests/bug33996.phpt] 
       
  1799 TEST 916/11096 [Zend/tests/bug33999.phpt]
       
  1800 PASS Bug #33999 (object remains object when cast to int) [Zend/tests/bug33999.phpt] 
       
  1801 TEST 917/11096 [Zend/tests/bug34045.phpt]
       
  1802 PASS Bug #34045 (Buffer overflow with serialized object) [Zend/tests/bug34045.phpt] 
       
  1803 TEST 918/11096 [Zend/tests/bug34062.phpt]
       
  1804 PASS Bug #34062 (Crash in catch block when many arguments are used) [Zend/tests/bug34062.phpt] 
       
  1805 TEST 919/11096 [Zend/tests/bug34064.phpt]
       
  1806 PASS Bug #34064 (arr[] as param to function in class gives invalid opcode) [Zend/tests/bug34064.phpt] 
       
  1807 TEST 920/11096 [Zend/tests/bug34065.phpt]
       
  1808 PASS Bug #34065 (throw in foreach causes memory leaks) [Zend/tests/bug34065.phpt] 
       
  1809 TEST 921/11096 [Zend/tests/bug34137.phpt]
       
  1810 PASS Bug #34137 (assigning array element by reference causes binary mess) [Zend/tests/bug34137.phpt] 
       
  1811 TEST 922/11096 [Zend/tests/bug34199.phpt]
       
  1812 PASS Bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler) [Zend/tests/bug34199.phpt] 
       
  1813 TEST 923/11096 [Zend/tests/bug34260.phpt]
       
  1814 PASS Bug #34260 (Segfault with callbacks (array_map) + overloading) [Zend/tests/bug34260.phpt] 
       
  1815 TEST 924/11096 [Zend/tests/bug34310.phpt]
       
  1816 PASS Bug #34310 (foreach($arr as $c->d => $x) crashes) [Zend/tests/bug34310.phpt] 
       
  1817 TEST 925/11096 [Zend/tests/bug34358.phpt]
       
  1818 PASS Bug #34358 (Fatal error: Cannot re-assign $this(again)) [Zend/tests/bug34358.phpt] 
       
  1819 TEST 926/11096 [Zend/tests/bug34467.phpt]
       
  1820 PASS Bug #34467 (foreach + __get + __set incosistency) [Zend/tests/bug34467.phpt] 
       
  1821 TEST 927/11096 [Zend/tests/bug34518.phpt]
       
  1822 PASS Bug #34518 (Unset doesn't separate container in CV) [Zend/tests/bug34518.phpt] 
       
  1823 TEST 928/11096 [Zend/tests/bug34617.phpt]
       
  1824 PASS Bug #34617 (zend_deactivate: objects_store used after zend_objects_store_destroy is called) [Zend/tests/bug34617.phpt] 
       
  1825 TEST 929/11096 [Zend/tests/bug34678.phpt]
       
  1826 PASS Bug #34678 (__call(), is_callable() and static methods) [Zend/tests/bug34678.phpt] 
       
  1827 TEST 930/11096 [Zend/tests/bug34786.phpt]
       
  1828 PASS Bug #34786 (2 @ results in change to error_reporting() to random value) [Zend/tests/bug34786.phpt] 
       
  1829 TEST 931/11096 [Zend/tests/bug34873.phpt]
       
  1830 PASS Bug #34873 (Segmentation Fault on foreach in object) [Zend/tests/bug34873.phpt] 
       
  1831 TEST 932/11096 [Zend/tests/bug34879.phpt]
       
  1832 PASS Bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms) [Zend/tests/bug34879.phpt] 
       
  1833 TEST 933/11096 [Zend/tests/bug34893.phpt]
       
  1834 PASS Bug #34893 (PHP5.1 overloading, Cannot access private property) [Zend/tests/bug34893.phpt] 
       
  1835 TEST 934/11096 [Zend/tests/bug35017.phpt]
       
  1836 PASS Bug #35017 (Exception thrown in error handler may cause unexpected behavior) [Zend/tests/bug35017.phpt] 
       
  1837 TEST 935/11096 [Zend/tests/bug35106.phpt]
       
  1838 PASS Bug #35106 (nested foreach fails when array variable has a reference) [Zend/tests/bug35106.phpt] 
       
  1839 TEST 936/11096 [Zend/tests/bug35163.phpt]
       
  1840 PASS Bug #35163 (Array elements can lose references) [Zend/tests/bug35163.phpt] 
       
  1841 TEST 937/11096 [Zend/tests/bug35163_2.phpt]
       
  1842 PASS Bug #35163.2 (Array elements can lose references) [Zend/tests/bug35163_2.phpt] 
       
  1843 TEST 938/11096 [Zend/tests/bug35163_3.phpt]
       
  1844 PASS Bug #35163.3 (Array elements can lose references) [Zend/tests/bug35163_3.phpt] 
       
  1845 TEST 939/11096 [Zend/tests/bug35239.phpt]
       
  1846 PASS Bug #35239 (Objects can lose references) [Zend/tests/bug35239.phpt] 
       
  1847 TEST 940/11096 [Zend/tests/bug35393.phpt]
       
  1848 PASS Bug #35393 (changing static protected members from outside the class) [Zend/tests/bug35393.phpt] 
       
  1849 TEST 941/11096 [Zend/tests/bug35411.phpt]
       
  1850 PASS Bug #35411 (Regression with \{$ handling) [Zend/tests/bug35411.phpt] 
       
  1851 TEST 942/11096 [Zend/tests/bug35437.phpt]
       
  1852 PASS Bug #35437 (Segfault or Invalid Opcode 137/1/4) [Zend/tests/bug35437.phpt] 
       
  1853 TEST 943/11096 [Zend/tests/bug35470.phpt]
       
  1854 PASS Bug #35470 (Assigning global using variable name from array doesn't function) [Zend/tests/bug35470.phpt] 
       
  1855 TEST 944/11096 [Zend/tests/bug35509.phpt]
       
  1856 PASS Bug #35509 (string constant as array key has different behavior inside object) [Zend/tests/bug35509.phpt] 
       
  1857 TEST 945/11096 [Zend/tests/bug35634.phpt]
       
  1858 PASS Bug #35634 (Erroneous "Class declarations may not be nested" error raised) [Zend/tests/bug35634.phpt] 
       
  1859 TEST 946/11096 [Zend/tests/bug35655.phpt]
       
  1860 PASS Bug #35655 (whitespace following end of heredoc is lost) [Zend/tests/bug35655.phpt] 
       
  1861 TEST 947/11096 [Zend/tests/bug36006.phpt]
       
  1862 PASS Bug #36006 (Problem with $this in __destruct()) [Zend/tests/bug36006.phpt] 
       
  1863 TEST 948/11096 [Zend/tests/bug36037.phpt]
       
  1864 PASS Bug #36037 (heredoc adds extra line number) [Zend/tests/bug36037.phpt] 
       
  1865 TEST 949/11096 [Zend/tests/bug36071.phpt]
       
  1866 PASS Bug #36071 (Engine Crash related with 'clone') [Zend/tests/bug36071.phpt] 
       
  1867 TEST 950/11096 [Zend/tests/bug36214.phpt]
       
  1868 PASS Bug #36214 (__get method works properly only when conditional operator is used) [Zend/tests/bug36214.phpt] 
       
  1869 TEST 951/11096 [Zend/tests/bug36268.phpt]
       
  1870 PASS Bug #36268 (Object destructors called even after fatal errors) [Zend/tests/bug36268.phpt] 
       
  1871 TEST 952/11096 [Zend/tests/bug36303.phpt]
       
  1872 PASS Bug #36303 (foreach on error_zval produces segfault) [Zend/tests/bug36303.phpt] 
       
  1873 TEST 953/11096 [Zend/tests/bug36513.phpt]
       
  1874 PASS Bug #36513 (comment will be outputed in last line) [Zend/tests/bug36513.phpt] 
       
  1875 TEST 954/11096 [Zend/tests/bug36568.phpt]
       
  1876 PASS Bug #36568 (memory_limit has no effect) [Zend/tests/bug36568.phpt] 
       
  1877 TEST 955/11096 [Zend/tests/bug36759.phpt]
       
  1878 PASS Bug #36759 (Objects destructors are invoked in wrong order when script is finished) [Zend/tests/bug36759.phpt] 
       
  1879 TEST 956/11096 [Zend/tests/bug37046.phpt]
       
  1880 PASS Bug #37046 (foreach breaks static scope) [Zend/tests/bug37046.phpt] 
       
  1881 TEST 957/11096 [Zend/tests/bug37138.phpt]
       
  1882 PASS Bug #37138 (__autoload tries to load callback'ed self and parent) [Zend/tests/bug37138.phpt] 
       
  1883 TEST 958/11096 [Zend/tests/bug37144.phpt]
       
  1884 PASS Bug #37144 (PHP crashes trying to assign into property of dead object) [Zend/tests/bug37144.phpt] 
       
  1885 TEST 959/11096 [Zend/tests/bug37212.phpt]
       
  1886 PASS Bug #37212 (Access to protected property of common base class) [Zend/tests/bug37212.phpt] 
       
  1887 TEST 960/11096 [Zend/tests/bug37251.phpt]
       
  1888 PASS Bug #37251 (deadlock when custom error handler is to catch array type hint error) [Zend/tests/bug37251.phpt] 
       
  1889 TEST 961/11096 [Zend/tests/bug37632.phpt]
       
  1890 PASS Bug #37632 (Protected method access problem) [Zend/tests/bug37632.phpt] 
       
  1891 TEST 962/11096 [Zend/tests/bug37667.phpt]
       
  1892 PASS Bug #37667 (Object is not added into array returned by __get) [Zend/tests/bug37667.phpt] 
       
  1893 TEST 963/11096 [Zend/tests/bug37707.phpt]
       
  1894 PASS Bug #37707 (clone without assigning leaks memory) [Zend/tests/bug37707.phpt] 
       
  1895 TEST 964/11096 [Zend/tests/bug37715.phpt]
       
  1896 PASS Bug #37715 (array pointers resetting on copy) [Zend/tests/bug37715.phpt] 
       
  1897 TEST 965/11096 [Zend/tests/bug37811.phpt]
       
  1898 PASS Bug #37811 (define not using toString on objects) [Zend/tests/bug37811.phpt] 
       
  1899 TEST 966/11096 [Zend/tests/bug38047.phpt]
       
  1900 PASS Bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler) [Zend/tests/bug38047.phpt] 
       
  1901 TEST 967/11096 [Zend/tests/bug38146.phpt]
       
  1902 PASS Bug #38146 (Cannot use array returned from foo::__get('bar') in write context) [Zend/tests/bug38146.phpt] 
       
  1903 TEST 968/11096 [Zend/tests/bug38211.phpt]
       
  1904 PASS Bug #38211 (variable name and cookie name match breaks script execution) [Zend/tests/bug38211.phpt] 
       
  1905 TEST 969/11096 [Zend/tests/bug38220.phpt]
       
  1906 PASS Bug #38220 (Crash on some object operations) [Zend/tests/bug38220.phpt] 
       
  1907 TEST 970/11096 [Zend/tests/bug38234.phpt]
       
  1908 PASS Bug #38234 (Exception in __clone makes memory leak) [Zend/tests/bug38234.phpt] 
       
  1909 TEST 971/11096 [Zend/tests/bug38287.phpt]
       
  1910 PASS Bug #38287 (static variables mess up global vars) [Zend/tests/bug38287.phpt] 
       
  1911 TEST 972/11096 [Zend/tests/bug38461.phpt]
       
  1912 PASS Bug #38461 (setting private attribute with __set() produces segfault) [Zend/tests/bug38461.phpt] 
       
  1913 TEST 973/11096 [Zend/tests/bug38469.phpt]
       
  1914 PASS Bug #38469 (Unexpected creation of cycle) [Zend/tests/bug38469.phpt] 
       
  1915 TEST 974/11096 [Zend/tests/bug38623.phpt]
       
  1916 PASS Bug #38623 (leaks in a tricky code with switch() and exceptions) [Zend/tests/bug38623.phpt] 
       
  1917 TEST 975/11096 [Zend/tests/bug38624.phpt]
       
  1918 PASS Bug #38624 (Strange warning when incrementing an object property and exception is thrown from __get method) [Zend/tests/bug38624.phpt] 
       
  1919 TEST 976/11096 [Zend/tests/bug38772.phpt]
       
  1920 PASS Bug #38772 (inconsistent overriding of methods in different visibility contexts) [Zend/tests/bug38772.phpt] 
       
  1921 TEST 977/11096 [Zend/tests/bug38779.phpt]
       
  1922 PASS Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper) [Zend/tests/bug38779.phpt] 
       
  1923 TEST 978/11096 [Zend/tests/bug38779_1.phpt]
       
  1924 PASS Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper) [Zend/tests/bug38779_1.phpt] 
       
  1925 TEST 979/11096 [Zend/tests/bug38808.phpt]
       
  1926 PASS Bug #38808 ("maybe ref" issue for current() and others) [Zend/tests/bug38808.phpt] 
       
  1927 TEST 980/11096 [Zend/tests/bug38942.phpt]
       
  1928 PASS Bug #38942 (Double old-style-ctor inheritance) [Zend/tests/bug38942.phpt] 
       
  1929 TEST 981/11096 [Zend/tests/bug39003.phpt]
       
  1930 PASS Bug #39003 (__autoload() is called for type hinting) [Zend/tests/bug39003.phpt] 
       
  1931 TEST 982/11096 [Zend/tests/bug39017.phpt]
       
  1932 PASS Bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults) [Zend/tests/bug39017.phpt] 
       
  1933 TEST 983/11096 [Zend/tests/bug39018.phpt]
       
  1934 PASS Bug #39018 (Error control operator '@' fails to suppress "Uninitialized string offset") [Zend/tests/bug39018.phpt] 
       
  1935 TEST 984/11096 [Zend/tests/bug39018_2.phpt]
       
  1936 PASS Bug #39018 [2] (Error control operator '@' fails to suppress "Uninitialized string offset") [Zend/tests/bug39018_2.phpt] 
       
  1937 TEST 985/11096 [Zend/tests/bug39036.phpt]
       
  1938 PASS Bug #39036 (Unsetting key of foreach() yields segmentation fault) [Zend/tests/bug39036.phpt] 
       
  1939 TEST 986/11096 [Zend/tests/bug39127.phpt]
       
  1940 PASS Bug #39127 (Old-style constructor fallbacks produce strange results) [Zend/tests/bug39127.phpt] 
       
  1941 TEST 987/11096 [Zend/tests/bug39297.phpt]
       
  1942 PASS Bug #39297 (Memory corryption because of indirect modification of overloaded array) [Zend/tests/bug39297.phpt] 
       
  1943 TEST 988/11096 [Zend/tests/bug39304.phpt]
       
  1944 PASS Bug #39304 (Segmentation fault with list unpacking of string offset) [Zend/tests/bug39304.phpt] 
       
  1945 TEST 989/11096 [Zend/tests/bug39346.phpt]
       
  1946 PASS Bug #39346 (Unsetting a static variable inside a destructor causes segfault later on) [Zend/tests/bug39346.phpt] 
       
  1947 TEST 990/11096 [Zend/tests/bug39438.phpt]
       
  1948 PASS Bug #39438 (Fatal error: Out of memory) [Zend/tests/bug39438.phpt] 
       
  1949 TEST 991/11096 [Zend/tests/bug39445.phpt]
       
  1950 PASS Bug #39445 (Calling debug_backtrace() in the __toString() function produces a crash) [Zend/tests/bug39445.phpt] 
       
  1951 TEST 992/11096 [Zend/tests/bug39449.phpt]
       
  1952 PASS Bug #39449 (Overloaded array properties do not work correctly) [Zend/tests/bug39449.phpt] 
       
  1953 TEST 993/11096 [Zend/tests/bug39542.phpt]
       
  1954 PASS Bug #39542 (Behaviour of require_once/include_once different to < 5.2.0) [Zend/tests/bug39542.phpt] 
       
  1955 TEST 994/11096 [Zend/tests/bug39602.phpt]
       
  1956 PASS Bug #39602 (Invalid session.save_handler crashes PHP) [Zend/tests/bug39602.phpt] 
       
  1957 TEST 995/11096 [Zend/tests/bug39721.phpt]
       
  1958 PASS Bug #39721 (Runtime inheritance causes data corruption) [Zend/tests/bug39721.phpt] 
       
  1959 TEST 996/11096 [Zend/tests/bug39775.phpt]
       
  1960 PASS Bug #39775 ("Indirect modification ..." message is not shown) [Zend/tests/bug39775.phpt] 
       
  1961 TEST 997/11096 [Zend/tests/bug39825.phpt]
       
  1962 PASS Bug #39825 (foreach produces memory error) [Zend/tests/bug39825.phpt] 
       
  1963 TEST 998/11096 [Zend/tests/bug39944.phpt]
       
  1964 PASS Bug #39944 (References broken) [Zend/tests/bug39944.phpt] 
       
  1965 TEST 999/11096 [Zend/tests/bug39990.phpt]
       
  1966 PASS Bug #39990 (Cannot "foreach" over overloaded properties) [Zend/tests/bug39990.phpt] 
       
  1967 TEST 1000/11096 [Zend/tests/bug40236.phpt]
       
  1968 PASS Bug #40236 (php -a function allocation eats memory) [Zend/tests/bug40236.phpt] 
       
  1969 TEST 1001/11096 [Zend/tests/bug40261.phpt]
       
  1970 PASS Bug #40261 (Extremely slow data handling due to memory fragmentation) [Zend/tests/bug40261.phpt] 
       
  1971 TEST 1002/11096 [Zend/tests/bug40509.phpt]
       
  1972 PASS Bug #40509 (key() function changed behaviour if global array is used within function) [Zend/tests/bug40509.phpt] 
       
  1973 TEST 1003/11096 [Zend/tests/bug40621.phpt]
       
  1974 PASS Bug #40621 (Crash when constructor called inappropriately (statically)) [Zend/tests/bug40621.phpt] 
       
  1975 TEST 1004/11096 [Zend/tests/bug40705.phpt]
       
  1976 PASS Bug #40705 (Iterating within function moves original array pointer) [Zend/tests/bug40705.phpt] 
       
  1977 TEST 1005/11096 [Zend/tests/bug40757.phpt]
       
  1978 PASS Bug #40757 (get_object_vars() get nothing in child class) [Zend/tests/bug40757.phpt] 
       
  1979 TEST 1006/11096 [Zend/tests/bug40770.phpt]
       
  1980 PASS Bug #40770 (Apache child exits when PHP memory limit reached) [Zend/tests/bug40770.phpt] 
       
  1981 TEST 1007/11096 [Zend/tests/bug40784.phpt]
       
  1982 PASS Bug #40784 (Case sensivity in constructor's fallback) [Zend/tests/bug40784.phpt] 
       
  1983 TEST 1008/11096 [Zend/tests/bug40809.phpt]
       
  1984 PASS Bug #40809 (Poor perfomance of ".=") [Zend/tests/bug40809.phpt] 
       
  1985 TEST 1009/11096 [Zend/tests/bug40815.phpt]
       
  1986 PASS Bug #40815 (using strings like "class::func" and static methods in set_exception_handler() might result in crash). [Zend/tests/bug40815.phpt] 
       
  1987 TEST 1010/11096 [Zend/tests/bug40833.phpt]
       
  1988 PASS Bug #40833 (Crash when using unset() on an ArrayAccess object retrieved via __get) [Zend/tests/bug40833.phpt] 
       
  1989 TEST 1011/11096 [Zend/tests/bug40899.phpt]
       
  1990 PASS Bug #40899 (memory leak when nesting list()) [Zend/tests/bug40899.phpt] 
       
  1991 TEST 1012/11096 [Zend/tests/bug41026.phpt]
       
  1992 PASS Bug #41026 (segfault when calling "self::method()" in shutdown functions) [Zend/tests/bug41026.phpt] 
       
  1993 TEST 1013/11096 [Zend/tests/bug41075.phpt]
       
  1994 PASS Bug #41075 (memleak when creating default object caused exception) [Zend/tests/bug41075.phpt] 
       
  1995 TEST 1014/11096 [Zend/tests/bug41117_1.phpt]
       
  1996 PASS Bug #41117 (Altering $this via argument) [Zend/tests/bug41117_1.phpt] 
       
  1997 TEST 1015/11096 [Zend/tests/bug41209.phpt]
       
  1998 PASS Bug #41209 (Segmentation fault with ArrayAccess, set_error_handler and undefined var) [Zend/tests/bug41209.phpt] 
       
  1999 TEST 1016/11096 [Zend/tests/bug41351.phpt]
       
  2000 PASS Bug #41351 (Invalid opcode with foreach ($a[] as $b)) [Zend/tests/bug41351.phpt] 
       
  2001 TEST 1017/11096 [Zend/tests/bug41351_2.phpt]
       
  2002 PASS Bug #41351 (Invalid opcode with foreach ($a[] as $b)) - 2 [Zend/tests/bug41351_2.phpt] 
       
  2003 TEST 1018/11096 [Zend/tests/bug41351_3.phpt]
       
  2004 PASS Bug #41351 (Invalid opcode with foreach ($a[] as $b)) - 3 [Zend/tests/bug41351_3.phpt] 
       
  2005 TEST 1019/11096 [Zend/tests/bug41372.phpt]
       
  2006 PASS Bug #41372 (Internal pointer of source array resets during array copying) [Zend/tests/bug41372.phpt] 
       
  2007 TEST 1020/11096 [Zend/tests/bug41401.phpt]
       
  2008 PASS Bug #41401 (wrong precedence for unary minus) [Zend/tests/bug41401.phpt] 
       
  2009 TEST 1021/11096 [Zend/tests/bug41421.phpt]
       
  2010 PASS Bug #41421 (Uncaught exception from a stream wrapper segfaults) [Zend/tests/bug41421.phpt] 
       
  2011 TEST 1022/11096 [Zend/tests/bug41633_1.phpt]
       
  2012 PASS Bug #41633.1 (self:: doesn't work for constants) [Zend/tests/bug41633_1.phpt] 
       
  2013 TEST 1023/11096 [Zend/tests/bug41633_2.phpt]
       
  2014 PASS Bug #41633.2 (Undefined class constants must not be substituted by strings) [Zend/tests/bug41633_2.phpt] 
       
  2015 TEST 1024/11096 [Zend/tests/bug41633_3.phpt]
       
  2016 PASS Bug #41633.3 (Crash instantiating classes with self-referencing constants) [Zend/tests/bug41633_3.phpt] 
       
  2017 TEST 1025/11096 [Zend/tests/bug41633_4.phpt]
       
  2018 PASS Bug #41633.4 (self:: doesn't work for constants) [Zend/tests/bug41633_4.phpt] 
       
  2019 TEST 1026/11096 [Zend/tests/bug41640.phpt]
       
  2020 PASS Bug #41640 (get_class_vars produces error on class constants) [Zend/tests/bug41640.phpt] 
       
  2021 TEST 1027/11096 [Zend/tests/bug41813.phpt]
       
  2022 PASS Bug #41813 (segmentation fault when using string offset as an object) [Zend/tests/bug41813.phpt] 
       
  2023 TEST 1028/11096 [Zend/tests/bug41919.phpt]
       
  2024 PASS Bug #41919 (crash in string to array conversion) [Zend/tests/bug41919.phpt] 
       
  2025 TEST 1029/11096 [Zend/tests/bug41929.phpt]
       
  2026 PASS Bug #41929 (Foreach on object does not iterate over all visible properties) [Zend/tests/bug41929.phpt] 
       
  2027 TEST 1030/11096 [Zend/tests/bug41961.phpt]
       
  2028 PASS Bug #41961 (Ensure search for hidden private methods does not stray from class hierarchy) [Zend/tests/bug41961.phpt] 
       
  2029 TEST 1031/11096 [Zend/tests/bug42143.phpt]
       
  2030 PASS bug #42143 (The constant NAN is reported as 0 on Windows build) [Zend/tests/bug42143.phpt] 
       
  2031 TEST 1032/11096 [Zend/tests/bug42211.phpt]
       
  2032 PASS Bug #42211 (property_exists() fails to find protected properties from a parent class) [Zend/tests/bug42211.phpt] 
       
  2033 TEST 1033/11096 [Zend/tests/bug42767.phpt]
       
  2034 PASS Bug #42767 (highlight_string() truncates trailing comments) [Zend/tests/bug42767.phpt] 
       
  2035 TEST 1034/11096 [Zend/tests/bug42772.phpt]
       
  2036 PASS Bug #42772 (Storing $this in a static var fails while handling a cast to string) [Zend/tests/bug42772.phpt] 
       
  2037 TEST 1035/11096 [Zend/tests/bug42798.phpt]
       
  2038 PASS Bug #42798 (_autoload() not triggered for classes used in method signature) [Zend/tests/bug42798.phpt] 
       
  2039 TEST 1036/11096 [Zend/tests/bug42802.phpt]
       
  2040 PASS Bug #42802 (Namespace not supported in typehints) [Zend/tests/bug42802.phpt] 
       
  2041 TEST 1037/11096 [Zend/tests/bug42817.phpt]
       
  2042 PASS Bug #42817 (clone() on a non-object does not result in a fatal error) [Zend/tests/bug42817.phpt] 
       
  2043 TEST 1038/11096 [Zend/tests/bug42818.phpt]
       
  2044 PASS Bug #42818 ($foo = clone(array()); leaks memory) [Zend/tests/bug42818.phpt] 
       
  2045 TEST 1039/11096 [Zend/tests/bug42819.phpt]
       
  2046 PASS Bug #42819 (namespaces in indexes of constant arrays) [Zend/tests/bug42819.phpt] 
       
  2047 TEST 1040/11096 [Zend/tests/bug42820.phpt]
       
  2048 PASS Bug #42820 (defined() on constant with namespace prefixes tries to load class) [Zend/tests/bug42820.phpt] 
       
  2049 TEST 1041/11096 [Zend/tests/bug42859.phpt]
       
  2050 PASS Bug #42859 (import always conflicts with internal classes) [Zend/tests/bug42859.phpt] 
       
  2051 TEST 1042/11096 [Zend/tests/bug42937.phpt]
       
  2052 PASS Bug #42937 (__call() method not invoked when methods are called on parent from child class) [Zend/tests/bug42937.phpt] 
       
  2053 TEST 1043/11096 [Zend/tests/bug43027.phpt]
       
  2054 PASS Bug #43027 (Declare cause fatal error) [Zend/tests/bug43027.phpt] 
       
  2055 TEST 1044/11096 [Zend/tests/bug43053.phpt]
       
  2056 PASS Bug #43053 (Regression: some numbers shown in scientific notation) [Zend/tests/bug43053.phpt] 
       
  2057 TEST 1045/11096 [Zend/tests/bug43128.phpt]
       
  2058 PASS Bug #43128 (Very long class name causes segfault) [Zend/tests/bug43128.phpt] 
       
  2059 TEST 1046/11096 [Zend/tests/bug43175.phpt]
       
  2060 PASS Bug #43175 (__destruct() throwing an exception with __call() causes segfault) [Zend/tests/bug43175.phpt] 
       
  2061 TEST 1047/11096 [Zend/tests/bug43183.phpt]
       
  2062 PASS Bug #43183 ("use" of the same class in difference scripts results in a fatal error) [Zend/tests/bug43183.phpt] 
       
  2063 TEST 1048/11096 [Zend/tests/bug43200.phpt]
       
  2064 PASS Bug #43200 (Interface implementation / inheritence not possible in abstract classes) [Zend/tests/bug43200.phpt] 
       
  2065 TEST 1049/11096 [Zend/tests/bug43200_2.phpt]
       
  2066 PASS Bug #43200.2 (Interface implementation / inheritence not possible in abstract classes) [Zend/tests/bug43200_2.phpt] 
       
  2067 TEST 1050/11096 [Zend/tests/bug43201.phpt]
       
  2068 PASS Bug #43201 (Crash on using unitialized vals and __get/__set) [Zend/tests/bug43201.phpt] 
       
  2069 TEST 1051/11096 [Zend/tests/bug43323.phpt]
       
  2070 PASS Bug #43323 (Wrong count abstract methods) [Zend/tests/bug43323.phpt] 
       
  2071 TEST 1052/11096 [Zend/tests/bug43332_1.phpt]
       
  2072 PASS Bug #43332.1 (self and parent as type hint in namespace) [Zend/tests/bug43332_1.phpt] 
       
  2073 TEST 1053/11096 [Zend/tests/bug43332_2.phpt]
       
  2074 PASS Bug #43332.2 (self and parent as type hint in namespace) [Zend/tests/bug43332_2.phpt] 
       
  2075 TEST 1054/11096 [Zend/tests/bug43343.phpt]
       
  2076 PASS Bug #43343 (Variable class name) [Zend/tests/bug43343.phpt] 
       
  2077 TEST 1055/11096 [Zend/tests/bug43344_1.phpt]
       
  2078 PASS Bug #43344.1 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_1.phpt] 
       
  2079 TEST 1056/11096 [Zend/tests/bug43344_10.phpt]
       
  2080 PASS Bug #43344.10 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_10.phpt] 
       
  2081 TEST 1057/11096 [Zend/tests/bug43344_11.phpt]
       
  2082 PASS Bug #43344.11 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_11.phpt] 
       
  2083 TEST 1058/11096 [Zend/tests/bug43344_12.phpt]
       
  2084 PASS Bug #43344.12 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_12.phpt] 
       
  2085 TEST 1059/11096 [Zend/tests/bug43344_13.phpt]
       
  2086 PASS Bug #43344.13 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_13.phpt] 
       
  2087 TEST 1060/11096 [Zend/tests/bug43344_2.phpt]
       
  2088 PASS Bug #43344.2 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_2.phpt] 
       
  2089 TEST 1061/11096 [Zend/tests/bug43344_3.phpt]
       
  2090 PASS Bug #43344.3 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_3.phpt] 
       
  2091 TEST 1062/11096 [Zend/tests/bug43344_4.phpt]
       
  2092 PASS Bug #43344.4 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_4.phpt] 
       
  2093 TEST 1063/11096 [Zend/tests/bug43344_5.phpt]
       
  2094 PASS Bug #43344.5 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_5.phpt] 
       
  2095 TEST 1064/11096 [Zend/tests/bug43344_6.phpt]
       
  2096 PASS Bug #43344.6 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_6.phpt] 
       
  2097 TEST 1065/11096 [Zend/tests/bug43344_7.phpt]
       
  2098 PASS Bug #43344.7 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_7.phpt] 
       
  2099 TEST 1066/11096 [Zend/tests/bug43344_8.phpt]
       
  2100 PASS Bug #43344.8 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_8.phpt] 
       
  2101 TEST 1067/11096 [Zend/tests/bug43344_9.phpt]
       
  2102 PASS Bug #43344.9 (Wrong error message for undefined namespace constant) [Zend/tests/bug43344_9.phpt] 
       
  2103 TEST 1068/11096 [Zend/tests/bug43426.phpt]
       
  2104 PASS Bug #43426 (crash on nested call_user_func calls) [Zend/tests/bug43426.phpt] 
       
  2105 TEST 1069/11096 [Zend/tests/bug43450.phpt]
       
  2106 PASS Bug #43450 (Memory leak on some functions with implicit object __toString() call) [Zend/tests/bug43450.phpt] 
       
  2107 TEST 1070/11096 [Zend/tests/bug43483.phpt]
       
  2108 PASS Bug #43483 (get_class_methods() does not list all visible methods) [Zend/tests/bug43483.phpt] 
       
  2109 TEST 1071/11096 [Zend/tests/bug43651.phpt]
       
  2110 PASS Bug #43651 (is_callable() with one or more nonconsecutive colons crashes) [Zend/tests/bug43651.phpt] 
       
  2111 TEST 1072/11096 [Zend/tests/bug43703.phpt]
       
  2112 PASS Bug #43703 (Signature compatibility check broken) [Zend/tests/bug43703.phpt] 
       
  2113 TEST 1073/11096 [Zend/tests/bug43851.phpt]
       
  2114 PASS Bug #43851 (Memory corrution on reuse of assigned value) [Zend/tests/bug43851.phpt] 
       
  2115 TEST 1074/11096 [Zend/tests/bug43918.phpt]
       
  2116 PASS Bug #43918 (Segmentation fault in garbage collector) [Zend/tests/bug43918.phpt] 
       
  2117 TEST 1075/11096 [Zend/tests/bug44069.phpt]
       
  2118 PASS Bug #44069 (Huge memory usage with concatenation using . instead of .=) [Zend/tests/bug44069.phpt] 
       
  2119 TEST 1076/11096 [Zend/tests/bug44141.phpt]
       
  2120 PASS Bug #44141 (private parent constructor callable through static function) [Zend/tests/bug44141.phpt] 
       
  2121 TEST 1077/11096 [Zend/tests/bug44184.phpt]
       
  2122 PASS Bug #44184 (Double free of loop-variable on exception) [Zend/tests/bug44184.phpt] 
       
  2123 TEST 1078/11096 [Zend/tests/bug44414.phpt]
       
  2124 PASS Bug #44414 (incomplete reporting about abstract methods) [Zend/tests/bug44414.phpt] 
       
  2125 TEST 1079/11096 [Zend/tests/bug44653.phpt]
       
  2126 PASS Bug #44653 (Invalid namespace name resolution) [Zend/tests/bug44653.phpt] 
       
  2127 TEST 1080/11096 [Zend/tests/bug44660.phpt]
       
  2128 PASS Bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning) [Zend/tests/bug44660.phpt] 
       
  2129 TEST 1081/11096 [Zend/tests/bug44827.phpt]
       
  2130 PASS Bug #44827 (define() allows :: in constant names) [Zend/tests/bug44827.phpt] 
       
  2131 TEST 1082/11096 [Zend/tests/bug44830.phpt]
       
  2132 PASS Bug #44830 (Very minor issue with backslash in heredoc) [Zend/tests/bug44830.phpt] 
       
  2133 TEST 1083/11096 [Zend/tests/bug44899.phpt]
       
  2134 PASS Bug #44899 (__isset usage changes behavior of empty()) [Zend/tests/bug44899.phpt] 
       
  2135 TEST 1084/11096 [Zend/tests/bug44899_2.phpt]
       
  2136 PASS Bug #44899 (__isset usage changes behavior of empty()) - 2 [Zend/tests/bug44899_2.phpt] 
       
  2137 TEST 1085/11096 [Zend/tests/bug44913.phpt]
       
  2138 PASS Bug #44913 (Segfault when using return in combination with nested loops and continue 2) [Zend/tests/bug44913.phpt] 
       
  2139 TEST 1086/11096 [Zend/tests/bug45147.phpt]
       
  2140 PASS Bug #45147 (unexpected T_ENDFOR) [Zend/tests/bug45147.phpt] 
       
  2141 TEST 1087/11096 [Zend/tests/bug45178.phpt]
       
  2142 PASS Bug #45178 memory corruption on assignment result of "new" by reference [Zend/tests/bug45178.phpt] 
       
  2143 TEST 1088/11096 [Zend/tests/bug45180.phpt]
       
  2144 PASS Testing callback formats within class method [Zend/tests/bug45180.phpt] 
       
  2145 TEST 1089/11096 [Zend/tests/bug45186.phpt]
       
  2146 PASS Bug #45186 (__call depends on __callstatic in class scope) [Zend/tests/bug45186.phpt] 
       
  2147 TEST 1090/11096 [Zend/tests/bug45186_2.phpt]
       
  2148 PASS Bug #45186.2 (__call depends on __callstatic in class scope) [Zend/tests/bug45186_2.phpt] 
       
  2149 TEST 1091/11096 [Zend/tests/bug45742.phpt]
       
  2150 PASS Bug #45742 Wrong class array inpretetion using constant indexes [Zend/tests/bug45742.phpt] 
       
  2151 TEST 1092/11096 [Zend/tests/bug45744.phpt]
       
  2152 PASS Bug #45744 (Case sensitive callback behaviour) [Zend/tests/bug45744.phpt] 
       
  2153 TEST 1093/11096 [Zend/tests/bug45805.phpt]
       
  2154 PASS Bug #45805 (Crash on throwing exception from error handler) [Zend/tests/bug45805.phpt] 
       
  2155 TEST 1094/11096 [Zend/tests/bug45862.phpt]
       
  2156 PASS Bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables) [Zend/tests/bug45862.phpt] 
       
  2157 TEST 1095/11096 [Zend/tests/bug45877.phpt]
       
  2158 PASS Bug #45877 (Array key '2147483647' left as string) [Zend/tests/bug45877.phpt] 
       
  2159 TEST 1096/11096 [Zend/tests/bug45910.phpt]
       
  2160 PASS Bug #45910 (Cannot declare self-referencing constant) [Zend/tests/bug45910.phpt] 
       
  2161 TEST 1097/11096 [Zend/tests/bug45910_2.phpt]
       
  2162 PASS Bug #45910.2 (Cannot declare self-referencing constant) [Zend/tests/bug45910_2.phpt] 
       
  2163 TEST 1098/11096 [Zend/tests/bug46106.phpt]
       
  2164 PASS Bug #46106 (Memory leaks when using global statement) [Zend/tests/bug46106.phpt] 
       
  2165 TEST 1099/11096 [Zend/tests/bug46196.phpt]
       
  2166 PASS Test restore_error_handler() function : bug #46196 [Zend/tests/bug46196.phpt] 
       
  2167 TEST 1100/11096 [Zend/tests/bug46238.phpt]
       
  2168 PASS Bug #46238 (Segmentation fault on static call with empty string method) [Zend/tests/bug46238.phpt] 
       
  2169 TEST 1101/11096 [Zend/tests/bug46241.phpt]
       
  2170 PASS Bug #46241 (error handler stacks) [Zend/tests/bug46241.phpt] 
       
  2171 TEST 1102/11096 [Zend/tests/bug46246.phpt]
       
  2172 PASS Bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method()) [Zend/tests/bug46246.phpt] 
       
  2173 TEST 1103/11096 [Zend/tests/bug46304.phpt]
       
  2174 PASS Bug #46304 (defining namespaced constant using define()) [Zend/tests/bug46304.phpt] 
       
  2175 TEST 1104/11096 [Zend/tests/bug46308.phpt]
       
  2176 PASS Bug #46308 (Invalid write when changing property from inside getter) [Zend/tests/bug46308.phpt] 
       
  2177 TEST 1105/11096 [Zend/tests/bug46381.phpt]
       
  2178 PASS Bug #46381 (wrong $this passed to internal methods causes segfault) [Zend/tests/bug46381.phpt] 
       
  2179 TEST 1106/11096 [Zend/tests/bug46409.phpt]
       
  2180 PASS Bug #46409 (__invoke method called outside of object context when using array_map) [Zend/tests/bug46409.phpt] 
       
  2181 TEST 1107/11096 [Zend/tests/bug46665.phpt]
       
  2182 PASS Bug #46665 (Triggering autoload with a variable classname causes truncated autoload param) [Zend/tests/bug46665.phpt] 
       
  2183 TEST 1108/11096 [Zend/tests/bug46701.phpt]
       
  2184 PASS Bug #46701 (Creating associative array with long values in the key fails on 32bit linux) [Zend/tests/bug46701.phpt] 
       
  2185 TEST 1109/11096 [Zend/tests/bug46811.phpt]
       
  2186 PASS ini_set() function [Zend/tests/bug46811.phpt] 
       
  2187 TEST 1110/11096 [Zend/tests/bug46813.phpt]
       
  2188 PASS Bug #46813: class_exists doesn`t work with fully qualified namespace [Zend/tests/bug46813.phpt] 
       
  2189 TEST 1111/11096 [Zend/tests/bug47054.phpt]
       
  2190 PASS Bug #47054 (BC break in static functions called as dynamic) [Zend/tests/bug47054.phpt] 
       
  2191 TEST 1112/11096 [Zend/tests/bug47109.phpt]
       
  2192 PASS Bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) [Zend/tests/bug47109.phpt] 
       
  2193 TEST 1113/11096 [Zend/tests/bug47165.phpt]
       
  2194 PASS Bug #47165 (Possible memory corruption when passing return value by reference) [Zend/tests/bug47165.phpt] 
       
  2195 TEST 1114/11096 [Zend/tests/bug47320.phpt]
       
  2196 PASS Bug #47320 ($php_errormsg out of scope in functions) [Zend/tests/bug47320.phpt] 
       
  2197 TEST 1115/11096 [Zend/tests/bug47343.phpt]
       
  2198 PASS Bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case) [Zend/tests/bug47343.phpt] 
       
  2199 TEST 1116/11096 [Zend/tests/bug47353.phpt]
       
  2200 PASS Bug #47353 (crash when creating a lot of objects in object destructor) [Zend/tests/bug47353.phpt] 
       
  2201 TEST 1117/11096 [Zend/tests/bug47516.phpt]
       
  2202 PASS Bug #47516 (nowdoc can not be embed in heredoc but can be embed in double quote) [Zend/tests/bug47516.phpt] 
       
  2203 TEST 1118/11096 [Zend/tests/bug47572.phpt]
       
  2204 PASS Bug #47572 (zval_update_constant_ex: Segmentation fault) [Zend/tests/bug47572.phpt] 
       
  2205 TEST 1119/11096 [Zend/tests/bug47593.phpt]
       
  2206 PASS Bug #47593 (interface_exists() returns false when using absolute namespace path) [Zend/tests/bug47593.phpt] 
       
  2207 TEST 1120/11096 [Zend/tests/bug47596.phpt]
       
  2208 PASS Bug #47596 (Bus error on parsing file, when file size is equal to page size) [Zend/tests/bug47596.phpt] 
       
  2209 TEST 1121/11096 [Zend/tests/bug47699.phpt]
       
  2210 PASS Bug #47699 (autoload and late static binding) [Zend/tests/bug47699.phpt] 
       
  2211 TEST 1122/11096 [Zend/tests/bug47704.phpt]
       
  2212 PASS Bug #47704 (crashes on some "bad" operations with string offsets) [Zend/tests/bug47704.phpt] 
       
  2213 TEST 1123/11096 [Zend/tests/bug47714.phpt]
       
  2214 PASS Testing lambda function in set_exception_handler() [Zend/tests/bug47714.phpt] 
       
  2215 TEST 1124/11096 [Zend/tests/bug47771.phpt]
       
  2216 PASS Bug #47771 (Exception during object construction from arg call calls object's destructor) [Zend/tests/bug47771.phpt] 
       
  2217 TEST 1125/11096 [Zend/tests/bug47801.phpt]
       
  2218 PASS Bug #47801 (__call() accessed via parent:: operator is provided incorrect method name) [Zend/tests/bug47801.phpt] 
       
  2219 TEST 1126/11096 [Zend/tests/bug47836.phpt]
       
  2220 PASS Bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value) [Zend/tests/bug47836.phpt] 
       
  2221 TEST 1127/11096 [Zend/tests/bug47880.phpt]
       
  2222 PASS Bug #47880 (crashes in call_user_func_array()) [Zend/tests/bug47880.phpt] 
       
  2223 TEST 1128/11096 [Zend/tests/bug47981.phpt]
       
  2224 PASS Bug #47981 (error handler not called regardless) [Zend/tests/bug47981.phpt] 
       
  2225 TEST 1129/11096 [Zend/tests/bug48004.phpt]
       
  2226 PASS Bug #48004 (Error handler prevents creation of default object) [Zend/tests/bug48004.phpt] 
       
  2227 TEST 1130/11096 [Zend/tests/bug48215.phpt]
       
  2228 PASS Bug #48215 - parent::method() calls __construct [Zend/tests/bug48215.phpt] 
       
  2229 TEST 1131/11096 [Zend/tests/bug48215_2.phpt]
       
  2230 PASS Bug #48215 - parent::method() calls __construct, case sensitive test [Zend/tests/bug48215_2.phpt] 
       
  2231 TEST 1132/11096 [Zend/tests/bug48228.phpt]
       
  2232 PASS Bug #48228 (crash when exception is thrown while passing function arguments) [Zend/tests/bug48228.phpt] 
       
  2233 TEST 1133/11096 [Zend/tests/bug48248.phpt]
       
  2234 PASS Bug #48248 (SIGSEGV when access to private property via &__get) [Zend/tests/bug48248.phpt] 
       
  2235 TEST 1134/11096 [Zend/tests/bug48408.phpt]
       
  2236 PASS Bug #48408 (crash when exception is thrown while passing function arguments) [Zend/tests/bug48408.phpt] 
       
  2237 TEST 1135/11096 [Zend/tests/bug48409.phpt]
       
  2238 PASS Bug #48409 (crash when exception is thrown while passing function arguments) [Zend/tests/bug48409.phpt] 
       
  2239 TEST 1136/11096 [Zend/tests/bug48428.phpt]
       
  2240 PASS Bug #48428 (crash when exception is thrown while passing function arguments) [Zend/tests/bug48428.phpt] 
       
  2241 TEST 1137/11096 [Zend/tests/bug48533.phpt]
       
  2242 PASS Bug #48533 (__callStatic is not invoked for private/protected methods) [Zend/tests/bug48533.phpt] 
       
  2243 TEST 1138/11096 [Zend/tests/bug48667_1.phpt]
       
  2244 PASS Bug #48667 (Implementing both iterator and iteratoraggregate) [Zend/tests/bug48667_1.phpt] 
       
  2245 TEST 1139/11096 [Zend/tests/bug48667_2.phpt]
       
  2246 PASS Bug #48667 (Implementing both iterator and iteratoraggregate) [Zend/tests/bug48667_2.phpt] 
       
  2247 TEST 1140/11096 [Zend/tests/bug48693.phpt]
       
  2248 PASS Bug #48693 (Double declaration of __lambda_func when lambda wrongly formatted) [Zend/tests/bug48693.phpt] 
       
  2249 TEST 1141/11096 [Zend/tests/bug48770.phpt]
       
  2250 XFAIL Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt]   XFAIL REASON: See Bug #48770
       
  2251 TEST 1142/11096 [Zend/tests/bug48770_2.phpt]
       
  2252 XFAIL Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt]   XFAIL REASON: See Bug #48770
       
  2253 TEST 1143/11096 [Zend/tests/bug48770_3.phpt]
       
  2254 XFAIL Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt]   XFAIL REASON: See Bug #48770
       
  2255 TEST 1144/11096 [Zend/tests/bug48899.phpt]
       
  2256 PASS Bug #48899 (is_callable returns true even if method does not exist in parent class) [Zend/tests/bug48899.phpt] 
       
  2257 TEST 1145/11096 [Zend/tests/bug48912.phpt]
       
  2258 PASS Bug #48912 (Namespace causes unexpected strict behaviour with extract()) [Zend/tests/bug48912.phpt] 
       
  2259 TEST 1146/11096 [Zend/tests/bug48930.phpt]
       
  2260 PASS Bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP>=5.3) [Zend/tests/bug48930.phpt] 
       
  2261 TEST 1147/11096 [Zend/tests/bug49269.phpt]
       
  2262 PASS Bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration). [Zend/tests/bug49269.phpt] 
       
  2263 TEST 1148/11096 [Zend/tests/bug49472.phpt]
       
  2264 PASS Bug #49472 (Constants defined in Interfaces can be overridden) [Zend/tests/bug49472.phpt] 
       
  2265 TEST 1149/11096 [Zend/tests/bug49866.phpt]
       
  2266 PASS Bug #49866 (Making reference on string offsets crashes PHP) [Zend/tests/bug49866.phpt] 
       
  2267 TEST 1150/11096 [Zend/tests/bug49893.phpt]
       
  2268 PASS Bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3) [Zend/tests/bug49893.phpt] 
       
  2269 TEST 1151/11096 [Zend/tests/bug49908.phpt]
       
  2270 PASS Bug #49908 (throwing exception in __autoload crashes when interface is not defined) [Zend/tests/bug49908.phpt] 
       
  2271 TEST 1152/11096 [Zend/tests/bug50005.phpt]
       
  2272 PASS Bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault) [Zend/tests/bug50005.phpt] 
       
  2273 TEST 1153/11096 [Zend/tests/bug50146.phpt]
       
  2274 PASS Bug #50146 (property_exists: Closure object cannot have properties) [Zend/tests/bug50146.phpt] 
       
  2275 TEST 1154/11096 [Zend/tests/bug50174.phpt]
       
  2276 PASS Bug #50174 (Incorrectly matched docComment) [Zend/tests/bug50174.phpt] 
       
  2277 TEST 1155/11096 [Zend/tests/bug50255.phpt]
       
  2278 PASS Bug #50255 (isset() and empty() silently casts array to object) [Zend/tests/bug50255.phpt] 
       
  2279 TEST 1156/11096 [Zend/tests/bug50261.phpt]
       
  2280 PASS Bug #50261 (Crash When Calling Parent Constructor with call_user_func()) [Zend/tests/bug50261.phpt] 
       
  2281 TEST 1157/11096 [Zend/tests/bug50383.phpt]
       
  2282 PASS Bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace) [Zend/tests/bug50383.phpt] 
       
  2283 TEST 1158/11096 [Zend/tests/bug50394.phpt]
       
  2284 PASS Bug #50394: Reference argument converted to value in __call [Zend/tests/bug50394.phpt] 
       
  2285 TEST 1159/11096 [Zend/tests/bug50810.phpt]
       
  2286 PASS Bug #50810 (property_exists does not work for private) [Zend/tests/bug50810.phpt] 
       
  2287 TEST 1160/11096 [Zend/tests/bug50816.phpt]
       
  2288 PASS Bug #50816 (Using class constants in array definition fails) [Zend/tests/bug50816.phpt] 
       
  2289 TEST 1161/11096 [Zend/tests/bug51176.phpt]
       
  2290 PASS Bug #51176 (Static calling in non-static method behaves like $this->) [Zend/tests/bug51176.phpt] 
       
  2291 TEST 1162/11096 [Zend/tests/bug51394.phpt]
       
  2292 PASS Bug #51394 (Error line reported incorrectly if error handler throws an exception) [Zend/tests/bug51394.phpt] 
       
  2293 TEST 1163/11096 [Zend/tests/bug51791.phpt]
       
  2294 PASS Bug #51791 (constant() failed to check undefined constant and php interpreter stoped) [Zend/tests/bug51791.phpt] 
       
  2295 TEST 1164/11096 [Zend/tests/bug51822.phpt]
       
  2296 PASS Bug #51822 (Segfault with strange __destruct() for static class variables) [Zend/tests/bug51822.phpt] 
       
  2297 TEST 1165/11096 [Zend/tests/bug51827.phpt]
       
  2298 PASS Bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters) [Zend/tests/bug51827.phpt] 
       
  2299 TEST 1166/11096 [Zend/tests/bug52001.phpt]
       
  2300 PASS Bug #52001 (Memory allocation problems after using variable variables) [Zend/tests/bug52001.phpt] 
       
  2301 TEST 1167/11096 [Zend/tests/bug52041.phpt]
       
  2302 PASS Bug #52041 (Memory leak when writing on uninitialized variable returned from function) [Zend/tests/bug52041.phpt] 
       
  2303 TEST 1168/11096 [Zend/tests/bug52051.phpt]
       
  2304 PASS Bug #52051 (handling of case sensitivity of old-style constructors changed in 5.3+) [Zend/tests/bug52051.phpt] 
       
  2305 TEST 1169/11096 [Zend/tests/bug52060.phpt]
       
  2306 PASS Bug #52060 (Memory leak when passing a closure to method_exists()) [Zend/tests/bug52060.phpt] 
       
  2307 TEST 1170/11096 [Zend/tests/bug52160.phpt]
       
  2308 PASS Bug #52160 (Invalid E_STRICT redefined constructor error) [Zend/tests/bug52160.phpt] 
       
  2309 TEST 1171/11096 [Zend/tests/bug52193.phpt]
       
  2310 PASS Bug #52193 (converting closure to array yields empty array) [Zend/tests/bug52193.phpt] 
       
  2311 TEST 1172/11096 [Zend/tests/bug52237.phpt]
       
  2312 PASS Bug #52237 (Crash when passing the reference of the property of a non-object) [Zend/tests/bug52237.phpt] 
       
  2313 TEST 1173/11096 [Zend/tests/bug52361.phpt]
       
  2314 PASS Bug #52361 (Throwing an exception in a destructor causes invalid catching) [Zend/tests/bug52361.phpt] 
       
  2315 TEST 1174/11096 [Zend/tests/bug52484.phpt]
       
  2316 PASS Bug #52484 (__set() ignores setting properties with empty names) [Zend/tests/bug52484.phpt] 
       
  2317 TEST 1175/11096 [Zend/tests/bug52484_2.phpt]
       
  2318 PASS Bug #52484.2 (__set() ignores setting properties with empty names) [Zend/tests/bug52484_2.phpt] 
       
  2319 TEST 1176/11096 [Zend/tests/bug52484_3.phpt]
       
  2320 PASS Bug #52484.3 (__set() ignores setting properties with empty names) [Zend/tests/bug52484_3.phpt] 
       
  2321 TEST 1177/11096 [Zend/tests/bug52508.phpt]
       
  2322 PASS Bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW) [Zend/tests/bug52508.phpt] 
       
  2323 TEST 1178/11096 [Zend/tests/bug52879.phpt]
       
  2324 PASS Bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early) [Zend/tests/bug52879.phpt] 
       
  2325 TEST 1179/11096 [Zend/tests/bug52939.phpt]
       
  2326 PASS Bug #52939 (zend_call_function_array does not respect ZEND_SEND_PREFER_REF) [Zend/tests/bug52939.phpt] 
       
  2327 TEST 1180/11096 [Zend/tests/bug53305.phpt]
       
  2328 PASS Bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__) [Zend/tests/bug53305.phpt] 
       
  2329 TEST 1181/11096 [Zend/tests/bug53629.phpt]
       
  2330 PASS Bug #53629 (memory leak inside highlight_string()) [Zend/tests/bug53629.phpt] 
       
  2331 TEST 1182/11096 [Zend/tests/bug53632.phpt]
       
  2332 PASS zend_strtod() hangs with 2.2250738585072011e-308 [Zend/tests/bug53632.phpt] 
       
  2333 TEST 1183/11096 [Zend/tests/bug53727.phpt]
       
  2334 PASS Bug #53727 (Inconsistent behavior of is_subclass_of with interfaces) [Zend/tests/bug53727.phpt] 
       
  2335 TEST 1184/11096 [Zend/tests/bug53958.phpt]
       
  2336 PASS Bug #53958 (Closures can't 'use' shared variables by value and by reference) [Zend/tests/bug53958.phpt] 
       
  2337 TEST 1185/11096 [Zend/tests/bug53971.phpt]
       
  2338 PASS Bug #53971 (isset() and empty() produce apparently spurious runtime error) [Zend/tests/bug53971.phpt] 
       
  2339 TEST 1186/11096 [Zend/tests/bug54013.phpt]
       
  2340 PASS Bug #54013 (ReflectionParam for duplicate parameter contains garbage) [Zend/tests/bug54013.phpt] 
       
  2341 TEST 1187/11096 [Zend/tests/bug54039.phpt]
       
  2342 PASS Bug #54039 (use() of static variables in lambda functions can break staticness) [Zend/tests/bug54039.phpt] 
       
  2343 TEST 1188/11096 [Zend/tests/bug54262.phpt]
       
  2344 PASS Bug #54262 (Crash when assigning value to a dimension in a non-array) [Zend/tests/bug54262.phpt] 
       
  2345 TEST 1189/11096 [Zend/tests/bug54265.phpt]
       
  2346 PASS Bug #54265 (crash when variable gets reassigned in error handler) [Zend/tests/bug54265.phpt] 
       
  2347 TEST 1190/11096 [Zend/tests/bug54268.phpt]
       
  2348 PASS Bug #54268 (Double free when destroy_zend_class fails) [Zend/tests/bug54268.phpt] 
       
  2349 TEST 1191/11096 [Zend/tests/bug54305.phpt]
       
  2350 PASS Bug #54305 (Crash in gc_remove_zval_from_buffer) [Zend/tests/bug54305.phpt] 
       
  2351 TEST 1192/11096 [Zend/tests/bug54358.phpt]
       
  2352 PASS Bug #54358 (Closure, use and reference) [Zend/tests/bug54358.phpt] 
       
  2353 TEST 1193/11096 [Zend/tests/bug54367.phpt]
       
  2354 PASS Bug #54367 (Use of closure causes problem in ArrayAccess) [Zend/tests/bug54367.phpt] 
       
  2355 TEST 1194/11096 [Zend/tests/bug54372.phpt]
       
  2356 PASS Bug #54372 (Crash accessing global object itself returned from its __get() handle) [Zend/tests/bug54372.phpt] 
       
  2357 TEST 1195/11096 [Zend/tests/bug54585.phpt]
       
  2358 PASS Bug #54585 (track_errors causes segfault) [Zend/tests/bug54585.phpt] 
       
  2359 TEST 1196/11096 [Zend/tests/bug54624.phpt]
       
  2360 PASS Bug #54624 (class_alias and type hint) [Zend/tests/bug54624.phpt] 
       
  2361 TEST 1197/11096 [Zend/tests/bug54804.phpt]
       
  2362 PASS Bug #54804 (__halt_compiler and imported namespaces) [Zend/tests/bug54804.phpt] 
       
  2363 TEST 1198/11096 [Zend/tests/bug54910.phpt]
       
  2364 PASS Bug #54910 (Crash when calling call_user_func with unknown function name) [Zend/tests/bug54910.phpt] 
       
  2365 TEST 1199/11096 [Zend/tests/bug55007.phpt]
       
  2366 PASS Bug #55007 (compiler fail after previous fail) [Zend/tests/bug55007.phpt] 
       
  2367 TEST 1200/11096 [Zend/tests/bug55156.phpt]
       
  2368 PASS Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none) [Zend/tests/bug55156.phpt] 
       
  2369 TEST 1201/11096 [Zend/tests/bug55339.phpt]
       
  2370 PASS Bug #55339 (Segfault with allow_call_time_pass_reference = Off) [Zend/tests/bug55339.phpt] 
       
  2371 TEST 1202/11096 [Zend/tests/bug55509.phpt]
       
  2372 SKIP Bug #55509 (segfault on x86_64 using more than 2G memory) [Zend/tests/bug55509.phpt] reason: Not for 32-bits OS
       
  2373 TEST 1203/11096 [Zend/tests/bug60099.phpt]
       
  2374 PASS Bug #60099 (__halt_compiler() works in braced namespaces) [Zend/tests/bug60099.phpt] 
       
  2375 TEST 1204/11096 [Zend/tests/bug60138.phpt]
       
  2376 PASS Bug #60138 (GC crash with referenced array in RecursiveArrayIterator) [Zend/tests/bug60138.phpt] 
       
  2377 TEST 1205/11096 [Zend/tests/bug60139.phpt]
       
  2378 PASS Bug #60139 (Anonymous functions create cycles not detected by the GC) [Zend/tests/bug60139.phpt] 
       
  2379 TEST 1206/11096 [Zend/tests/bug60569.phpt]
       
  2380 PASS Bug #60569 (Nullbyte truncates Exception $message.) [Zend/tests/bug60569.phpt] 
       
  2381 TEST 1207/11096 [Zend/tests/bug60771.phpt]
       
  2382 PASS test of larger than 8kb text file being parsed by require statement [Zend/tests/bug60771.phpt] 
       
  2383 TEST 1208/11096 [Zend/tests/bug60825.phpt]
       
  2384 PASS Bug #60825 (Segfault when running symfony 2 tests) [Zend/tests/bug60825.phpt] 
       
  2385 TEST 1209/11096 [Zend/tests/bug60909_1.phpt]
       
  2386 PASS Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function). [Zend/tests/bug60909_1.phpt] 
       
  2387 TEST 1210/11096 [Zend/tests/bug60909_2.phpt]
       
  2388 PASS Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function). [Zend/tests/bug60909_2.phpt] 
       
  2389 TEST 1211/11096 [Zend/tests/bug61087.phpt]
       
  2390 PASS Bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode) [Zend/tests/bug61087.phpt] 
       
  2391 TEST 1212/11096 [Zend/tests/bug61095.phpt]
       
  2392 PASS Bug #61095 (Lexing 0x00*+<NUM> incorectly) [Zend/tests/bug61095.phpt] 
       
  2393 TEST 1213/11096 [Zend/tests/bug61165.phpt]
       
  2394 PASS Bug #61165 (Segfault - strip_tags()) [Zend/tests/bug61165.phpt] 
       
  2395 TEST 1214/11096 [Zend/tests/bug61273.phpt]
       
  2396 PASS Bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes) [Zend/tests/bug61273.phpt] 
       
  2397 TEST 1215/11096 [Zend/tests/bug61442.phpt]
       
  2398 PASS Bug #61442 (exception threw in __autoload can not be catched) [Zend/tests/bug61442.phpt] 
       
  2399 TEST 1216/11096 [Zend/tests/bug61767.phpt]
       
  2400 PASS Bug #61767 (Shutdown functions not called in certain error situation) [Zend/tests/bug61767.phpt] 
       
  2401 TEST 1217/11096 [Zend/tests/bug62005.phpt]
       
  2402 PASS Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object) [Zend/tests/bug62005.phpt] 
       
  2403 TEST 1218/11096 [Zend/tests/bug62343.phpt]
       
  2404 PASS Bug #62343 (Show class_alias In get_declared_classes()) [Zend/tests/bug62343.phpt] 
       
  2405 TEST 1219/11096 [Zend/tests/bug62680.phpt]
       
  2406 XFAIL Bug #62680 (Function isset() throws fatal error on set array if non-existent key depth >= 3) [Zend/tests/bug62680.phpt]   XFAIL REASON: see https://bugs.php.net/62680
       
  2407 TEST 1220/11096 [Zend/tests/bug62763.phpt]
       
  2408 PASS Bug #62763 (register_shutdown_function and extending class) [Zend/tests/bug62763.phpt] 
       
  2409 TEST 1221/11096 [Zend/tests/bug63055.phpt]
       
  2410 PASS Bug #63055 (Segfault in zend_gc with SF2 testsuite) [Zend/tests/bug63055.phpt] 
       
  2411 TEST 1222/11096 [Zend/tests/bug63111.phpt]
       
  2412 PASS Bug #63111 (is_callable() lies for abstract static method) [Zend/tests/bug63111.phpt] 
       
  2413 TEST 1223/11096 [Zend/tests/bug63462.phpt]
       
  2414 PASS Test script to verify that magic methods should be called only once when accessing an unset property. [Zend/tests/bug63462.phpt] 
       
  2415 TEST 1224/11096 [Zend/tests/bug63468.phpt]
       
  2416 PASS Bug #63468 (wrong called method as callback with inheritance) [Zend/tests/bug63468.phpt] 
       
  2417 TEST 1225/11096 [Zend/tests/bug63635.phpt]
       
  2418 PASS Bug #63635 (Segfault in gc_collect_cycles) [Zend/tests/bug63635.phpt] 
       
  2419 TEST 1226/11096 [Zend/tests/bug63762.phpt]
       
  2420 PASS Bug #63762 - Sigsegv when Exception::$trace is changed by user [Zend/tests/bug63762.phpt] 
       
  2421 TEST 1227/11096 [Zend/tests/bug64578.phpt]
       
  2422 PASS Bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault) [Zend/tests/bug64578.phpt] 
       
  2423 TEST 1228/11096 [Zend/tests/bug64821.1.phpt]
       
  2424 PASS Bug #64821 Custom Exceptions crash when internal properties overridden (variation 1) [Zend/tests/bug64821.1.phpt] 
       
  2425 TEST 1229/11096 [Zend/tests/bug64821.2.phpt]
       
  2426 PASS Bug #64821 Custom Exceptions crash when internal properties overridden (variation 2) [Zend/tests/bug64821.2.phpt] 
       
  2427 TEST 1230/11096 [Zend/tests/bug64821.3.phpt]
       
  2428 PASS Bug #64821 Custom Exceptions crash when internal properties overridden (variation 3) [Zend/tests/bug64821.3.phpt] 
       
  2429 TEST 1231/11096 [Zend/tests/bug64960.phpt]
       
  2430 PASS Bug #64960 (Segfault in gc_zval_possible_root) [Zend/tests/bug64960.phpt] 
       
  2431 TEST 1232/11096 [Zend/tests/bug64966.phpt]
       
  2432 PASS Bug #64966 (segfault in zend_do_fcall_common_helper_SPEC) [Zend/tests/bug64966.phpt] 
       
  2433 TEST 1233/11096 [Zend/tests/bug_debug_backtrace.phpt]
       
  2434 PASS Bug - crash in debug_backtrace when trace starts in eval [Zend/tests/bug_debug_backtrace.phpt] 
       
  2435 TEST 1234/11096 [Zend/tests/call_static.phpt]
       
  2436 PASS __callStatic() Magic method [Zend/tests/call_static.phpt] 
       
  2437 TEST 1235/11096 [Zend/tests/call_static_002.phpt]
       
  2438 PASS Testing __call and __callstatic with callbacks [Zend/tests/call_static_002.phpt] 
       
  2439 TEST 1236/11096 [Zend/tests/call_static_003.phpt]
       
  2440 PASS Testing method name case [Zend/tests/call_static_003.phpt] 
       
  2441 TEST 1237/11096 [Zend/tests/call_static_004.phpt]
       
  2442 PASS Invalid method name in dynamic static call [Zend/tests/call_static_004.phpt] 
       
  2443 TEST 1238/11096 [Zend/tests/call_static_005.phpt]
       
  2444 PASS Invalid method name in dynamic static call [Zend/tests/call_static_005.phpt] 
       
  2445 TEST 1239/11096 [Zend/tests/call_static_006.phpt]
       
  2446 PASS Testing __callStatic [Zend/tests/call_static_006.phpt] 
       
  2447 TEST 1240/11096 [Zend/tests/call_static_007.phpt]
       
  2448 PASS Testing __call and __callstatic [Zend/tests/call_static_007.phpt] 
       
  2449 TEST 1241/11096 [Zend/tests/call_user_func_001.phpt]
       
  2450 PASS Testing call_user_func inside namespace [Zend/tests/call_user_func_001.phpt] 
       
  2451 TEST 1242/11096 [Zend/tests/call_user_func_002.phpt]
       
  2452 PASS Testing call_user_func() with autoload and passing invalid params [Zend/tests/call_user_func_002.phpt] 
       
  2453 TEST 1243/11096 [Zend/tests/call_user_func_003.phpt]
       
  2454 PASS Testing call_user_func() with closures [Zend/tests/call_user_func_003.phpt] 
       
  2455 TEST 1244/11096 [Zend/tests/call_user_func_004.phpt]
       
  2456 PASS Calling non-static method with call_user_func() [Zend/tests/call_user_func_004.phpt] 
       
  2457 TEST 1245/11096 [Zend/tests/call_user_func_005.phpt]
       
  2458 PASS Passing Closure as parameter to an non-existent function [Zend/tests/call_user_func_005.phpt] 
       
  2459 TEST 1246/11096 [Zend/tests/call_with_refs.phpt]
       
  2460 PASS Check call to non-ref function with call-time refs [Zend/tests/call_with_refs.phpt] 
       
  2461 TEST 1247/11096 [Zend/tests/cast_to_array.phpt]
       
  2462 PASS casting different variables to array [Zend/tests/cast_to_array.phpt] 
       
  2463 TEST 1248/11096 [Zend/tests/cast_to_bool.phpt]
       
  2464 PASS casting different variables to boolean [Zend/tests/cast_to_bool.phpt] 
       
  2465 TEST 1249/11096 [Zend/tests/cast_to_double.phpt]
       
  2466 PASS casting different variables to double [Zend/tests/cast_to_double.phpt] 
       
  2467 TEST 1250/11096 [Zend/tests/cast_to_int.phpt]
       
  2468 PASS casting different variables to integer [Zend/tests/cast_to_int.phpt] 
       
  2469 TEST 1251/11096 [Zend/tests/cast_to_object.phpt]
       
  2470 PASS casting different variables to object [Zend/tests/cast_to_object.phpt] 
       
  2471 TEST 1252/11096 [Zend/tests/cast_to_string.phpt]
       
  2472 PASS casting different variables to string [Zend/tests/cast_to_string.phpt] 
       
  2473 TEST 1253/11096 [Zend/tests/catch.phpt]
       
  2474 PASS catch shouldn't call __autoload [Zend/tests/catch.phpt] 
       
  2475 TEST 1254/11096 [Zend/tests/catch_002.phpt]
       
  2476 PASS Catching an exception in a constructor [Zend/tests/catch_002.phpt] 
       
  2477 TEST 1255/11096 [Zend/tests/catch_003.phpt]
       
  2478 PASS Catching an exception in a constructor fired form a static method [Zend/tests/catch_003.phpt] 
       
  2479 TEST 1256/11096 [Zend/tests/catch_004.phpt]
       
  2480 PASS Catching an exception in a constructor inside a static method [Zend/tests/catch_004.phpt] 
       
  2481 TEST 1257/11096 [Zend/tests/class_alias_001.phpt]
       
  2482 PASS Testing class_alias() [Zend/tests/class_alias_001.phpt] 
       
  2483 TEST 1258/11096 [Zend/tests/class_alias_002.phpt]
       
  2484 PASS Trying redeclare class with class_alias() [Zend/tests/class_alias_002.phpt] 
       
  2485 TEST 1259/11096 [Zend/tests/class_alias_003.phpt]
       
  2486 PASS Testing declaration of alias to 'static' [Zend/tests/class_alias_003.phpt] 
       
  2487 TEST 1260/11096 [Zend/tests/class_alias_004.phpt]
       
  2488 PASS Testing creation of alias using an existing interface name [Zend/tests/class_alias_004.phpt] 
       
  2489 TEST 1261/11096 [Zend/tests/class_alias_005.phpt]
       
  2490 PASS Testing static call method using the original class name [Zend/tests/class_alias_005.phpt] 
       
  2491 TEST 1262/11096 [Zend/tests/class_alias_006.phpt]
       
  2492 PASS Testing creation of alias to an internal class [Zend/tests/class_alias_006.phpt] 
       
  2493 TEST 1263/11096 [Zend/tests/class_alias_007.phpt]
       
  2494 PASS Testing class_alias() using autoload [Zend/tests/class_alias_007.phpt] 
       
  2495 TEST 1264/11096 [Zend/tests/class_alias_008.phpt]
       
  2496 PASS Testing class_alias() with abstract class using an arbitrary class name as alias [Zend/tests/class_alias_008.phpt] 
       
  2497 TEST 1265/11096 [Zend/tests/class_alias_009.phpt]
       
  2498 PASS Testing interface declaration using the original and alias class name [Zend/tests/class_alias_009.phpt] 
       
  2499 TEST 1266/11096 [Zend/tests/class_alias_010.phpt]
       
  2500 PASS Trying use an existing alias name in class declaration [Zend/tests/class_alias_010.phpt] 
       
  2501 TEST 1267/11096 [Zend/tests/class_alias_011.phpt]
       
  2502 PASS Testing callback in alias [Zend/tests/class_alias_011.phpt] 
       
  2503 TEST 1268/11096 [Zend/tests/class_alias_012.phpt]
       
  2504 PASS Testing dynamic alias name [Zend/tests/class_alias_012.phpt] 
       
  2505 TEST 1269/11096 [Zend/tests/class_alias_013.phpt]
       
  2506 PASS Testing alias of alias [Zend/tests/class_alias_013.phpt] 
       
  2507 TEST 1270/11096 [Zend/tests/class_alias_014.phpt]
       
  2508 PASS Testing creation of alias to class name without namespace prefix [Zend/tests/class_alias_014.phpt] 
       
  2509 TEST 1271/11096 [Zend/tests/class_alias_015.phpt]
       
  2510 PASS Testing instantiation using namespace:: prefix [Zend/tests/class_alias_015.phpt] 
       
  2511 TEST 1272/11096 [Zend/tests/class_alias_016.phpt]
       
  2512 PASS Testing creation of alias to global scope [Zend/tests/class_alias_016.phpt] 
       
  2513 TEST 1273/11096 [Zend/tests/class_alias_017.phpt]
       
  2514 PASS Testing alias with get_called_class() and get_class() [Zend/tests/class_alias_017.phpt] 
       
  2515 TEST 1274/11096 [Zend/tests/class_alias_018.phpt]
       
  2516 PASS Testing class alias with is_subclass_of() [Zend/tests/class_alias_018.phpt] 
       
  2517 TEST 1275/11096 [Zend/tests/class_alias_019.phpt]
       
  2518 PASS Trying to redeclare class name in global scope inside namespace [Zend/tests/class_alias_019.phpt] 
       
  2519 TEST 1276/11096 [Zend/tests/class_alias_020.phpt]
       
  2520 PASS Testing class alias in multiple namespaces [Zend/tests/class_alias_020.phpt] 
       
  2521 TEST 1277/11096 [Zend/tests/class_alias_021.phpt]
       
  2522 PASS Overriding internal class with class alias [Zend/tests/class_alias_021.phpt] 
       
  2523 TEST 1278/11096 [Zend/tests/class_constants_001.phpt]
       
  2524 PASS class constants basic tests [Zend/tests/class_constants_001.phpt] 
       
  2525 TEST 1279/11096 [Zend/tests/class_constants_002.phpt]
       
  2526 PASS class constants as default function arguments [Zend/tests/class_constants_002.phpt] 
       
  2527 TEST 1280/11096 [Zend/tests/class_constants_003.phpt]
       
  2528 PASS class constants as default function arguments and dynamically loaded classes [Zend/tests/class_constants_003.phpt] 
       
  2529 TEST 1281/11096 [Zend/tests/class_constants_004.phpt]
       
  2530 PASS Testing constants (normal, namespace, class and interface) [Zend/tests/class_constants_004.phpt] 
       
  2531 TEST 1282/11096 [Zend/tests/class_exists_001.phpt]
       
  2532 PASS Testing class_exists() inside namespace [Zend/tests/class_exists_001.phpt] 
       
  2533 TEST 1283/11096 [Zend/tests/class_exists_002.phpt]
       
  2534 PASS Testing several valid and invalid parameters [Zend/tests/class_exists_002.phpt] 
       
  2535 TEST 1284/11096 [Zend/tests/class_exists_003.phpt]
       
  2536 PASS Checking if exists interface, abstract and final class [Zend/tests/class_exists_003.phpt] 
       
  2537 TEST 1285/11096 [Zend/tests/clone_001.phpt]
       
  2538 PASS Using clone statement on non-object [Zend/tests/clone_001.phpt] 
       
  2539 TEST 1286/11096 [Zend/tests/clone_002.phpt]
       
  2540 PASS Testing multiple clone statements [Zend/tests/clone_002.phpt] 
       
  2541 TEST 1287/11096 [Zend/tests/clone_003.phpt]
       
  2542 PASS Using clone statement on undefined variable [Zend/tests/clone_003.phpt] 
       
  2543 TEST 1288/11096 [Zend/tests/clone_004.phpt]
       
  2544 PASS Testing usage of object as array on clone statement [Zend/tests/clone_004.phpt] 
       
  2545 TEST 1289/11096 [Zend/tests/closure_001.phpt]
       
  2546 PASS Closure 001: Lambda without lexical variables [Zend/tests/closure_001.phpt] 
       
  2547 TEST 1290/11096 [Zend/tests/closure_002.phpt]
       
  2548 PASS Closure 002: Lambda with lexical variables (global scope) [Zend/tests/closure_002.phpt] 
       
  2549 TEST 1291/11096 [Zend/tests/closure_003.phpt]
       
  2550 PASS Closure 003: Lambda with lexical variables (local scope) [Zend/tests/closure_003.phpt] 
       
  2551 TEST 1292/11096 [Zend/tests/closure_004.phpt]
       
  2552 PASS Closure 004: Lambda with lexical variables (scope lifetime) [Zend/tests/closure_004.phpt] 
       
  2553 TEST 1293/11096 [Zend/tests/closure_006.phpt]
       
  2554 PASS Closure 006: Nested lambdas [Zend/tests/closure_006.phpt] 
       
  2555 TEST 1294/11096 [Zend/tests/closure_008.phpt]
       
  2556 PASS Closure 008: Use in preg_replace_callback() [Zend/tests/closure_008.phpt] 
       
  2557 TEST 1295/11096 [Zend/tests/closure_009.phpt]
       
  2558 PASS Closure 009: Using static vars inside lambda [Zend/tests/closure_009.phpt] 
       
  2559 TEST 1296/11096 [Zend/tests/closure_010.phpt]
       
  2560 PASS Closure 010: Closure calls itself [Zend/tests/closure_010.phpt] 
       
  2561 TEST 1297/11096 [Zend/tests/closure_011.phpt]
       
  2562 PASS Closure 011: Lexical copies not static in closure [Zend/tests/closure_011.phpt] 
       
  2563 TEST 1298/11096 [Zend/tests/closure_012.phpt]
       
  2564 PASS Closure 012: Undefined lexical variables [Zend/tests/closure_012.phpt] 
       
  2565 TEST 1299/11096 [Zend/tests/closure_013.phpt]
       
  2566 PASS Closure 013: __invoke() on temporary result [Zend/tests/closure_013.phpt] 
       
  2567 TEST 1300/11096 [Zend/tests/closure_014.phpt]
       
  2568 PASS Closure 014: return by value/reference [Zend/tests/closure_014.phpt] 
       
  2569 TEST 1301/11096 [Zend/tests/closure_015.phpt]
       
  2570 PASS Closure 015: converting to string/unicode [Zend/tests/closure_015.phpt] 
       
  2571 TEST 1302/11096 [Zend/tests/closure_016.phpt]
       
  2572 PASS Closure 016: closures and is_callable() [Zend/tests/closure_016.phpt] 
       
  2573 TEST 1303/11096 [Zend/tests/closure_017.phpt]
       
  2574 PASS Closure 017: Trying to destroy an active lambda function [Zend/tests/closure_017.phpt] 
       
  2575 TEST 1304/11096 [Zend/tests/closure_018.phpt]
       
  2576 PASS Closure 018: Assigning lambda to static var and returning by ref [Zend/tests/closure_018.phpt] 
       
  2577 TEST 1305/11096 [Zend/tests/closure_019.phpt]
       
  2578 PASS Closure 019: Calling lambda using $GLOBALS and global $var [Zend/tests/closure_019.phpt] 
       
  2579 TEST 1306/11096 [Zend/tests/closure_020.phpt]
       
  2580 PASS Closure 020: Trying to access private property outside class [Zend/tests/closure_020.phpt] 
       
  2581 TEST 1307/11096 [Zend/tests/closure_021.phpt]
       
  2582 PASS Closure 021: Throwing exception inside lambda [Zend/tests/closure_021.phpt] 
       
  2583 TEST 1308/11096 [Zend/tests/closure_022.phpt]
       
  2584 PASS Closure 022: Closure properties [Zend/tests/closure_022.phpt] 
       
  2585 TEST 1309/11096 [Zend/tests/closure_023.phpt]
       
  2586 PASS Closure 023: Closure declared in statically called method [Zend/tests/closure_023.phpt] 
       
  2587 TEST 1310/11096 [Zend/tests/closure_024.phpt]
       
  2588 PASS Closure 024: Trying to clone the Closure object [Zend/tests/closure_024.phpt] 
       
  2589 TEST 1311/11096 [Zend/tests/closure_025.phpt]
       
  2590 PASS Closure 025: Using closure in create_function() [Zend/tests/closure_025.phpt] 
       
  2591 TEST 1312/11096 [Zend/tests/closure_026.phpt]
       
  2592 PASS Closure 026: Assigning a closure object to an array in $this [Zend/tests/closure_026.phpt] 
       
  2593 TEST 1313/11096 [Zend/tests/closure_027.phpt]
       
  2594 PASS Closure 027: Testing Closure type-hint [Zend/tests/closure_027.phpt] 
       
  2595 TEST 1314/11096 [Zend/tests/closure_028.phpt]
       
  2596 PASS Closure 028: Trying to use lambda directly in foreach [Zend/tests/closure_028.phpt] 
       
  2597 TEST 1315/11096 [Zend/tests/closure_029.phpt]
       
  2598 PASS Closure 029: Testing lambda with instanceof operator [Zend/tests/closure_029.phpt] 
       
  2599 TEST 1316/11096 [Zend/tests/closure_030.phpt]
       
  2600 PASS Closure 030: Using lambda with variable variables [Zend/tests/closure_030.phpt] 
       
  2601 TEST 1317/11096 [Zend/tests/closure_031.phpt]
       
  2602 PASS Closure 031: Closure properties with custom error handlers [Zend/tests/closure_031.phpt] 
       
  2603 TEST 1318/11096 [Zend/tests/closure_032.phpt]
       
  2604 PASS Closure 032: Testing Closure and debug_backtrace [Zend/tests/closure_032.phpt] 
       
  2605 TEST 1319/11096 [Zend/tests/closure_033.phpt]
       
  2606 PASS Closure 033: Dynamic closure property and private function [Zend/tests/closure_033.phpt] 
       
  2607 TEST 1320/11096 [Zend/tests/closure_034.phpt]
       
  2608 PASS Closure 033: Recursive var_dump on closures [Zend/tests/closure_034.phpt] 
       
  2609 TEST 1321/11096 [Zend/tests/closure_035.phpt]
       
  2610 PASS Testing recursion detection with Closures [Zend/tests/closure_035.phpt] 
       
  2611 TEST 1322/11096 [Zend/tests/compare_001.phpt]
       
  2612 PASS comparing different variables for equality [Zend/tests/compare_001.phpt] 
       
  2613 TEST 1323/11096 [Zend/tests/compare_001_64bit.phpt]
       
  2614 SKIP comparing different variables for equality [Zend/tests/compare_001_64bit.phpt] reason: this test is for 64bit platform only
       
  2615 TEST 1324/11096 [Zend/tests/compare_002.phpt]
       
  2616 PASS comparing different variables for identity [Zend/tests/compare_002.phpt] 
       
  2617 TEST 1325/11096 [Zend/tests/compare_002_64bit.phpt]
       
  2618 SKIP comparing different variables for identity [Zend/tests/compare_002_64bit.phpt] reason: this test is for 64bit platform only
       
  2619 TEST 1326/11096 [Zend/tests/compare_003.phpt]
       
  2620 PASS comparing different variables (greater than) [Zend/tests/compare_003.phpt] 
       
  2621 TEST 1327/11096 [Zend/tests/compare_003_64bit.phpt]
       
  2622 SKIP comparing different variables (greater than) [Zend/tests/compare_003_64bit.phpt] reason: this test is for 64bit platform only
       
  2623 TEST 1328/11096 [Zend/tests/compare_004.phpt]
       
  2624 PASS comparing different variables (less than) [Zend/tests/compare_004.phpt] 
       
  2625 TEST 1329/11096 [Zend/tests/compare_004_64bit.phpt]
       
  2626 SKIP comparing different variables (less than) [Zend/tests/compare_004_64bit.phpt] reason: this test is for 64bit platform only
       
  2627 TEST 1330/11096 [Zend/tests/compare_005.phpt]
       
  2628 PASS comparing different variables (greater or equal than) [Zend/tests/compare_005.phpt] 
       
  2629 TEST 1331/11096 [Zend/tests/compare_005_64bit.phpt]
       
  2630 SKIP comparing different variables (greater or equal than) [Zend/tests/compare_005_64bit.phpt] reason: this test is for 64bit platform only
       
  2631 TEST 1332/11096 [Zend/tests/compare_006.phpt]
       
  2632 PASS comparing different variables (smaller or equal than) [Zend/tests/compare_006.phpt] 
       
  2633 TEST 1333/11096 [Zend/tests/compare_006_64bit.phpt]
       
  2634 SKIP comparing different variables (smaller or equal than) [Zend/tests/compare_006_64bit.phpt] reason: this test is for 64bit platform only
       
  2635 TEST 1334/11096 [Zend/tests/concat_001.phpt]
       
  2636 PASS concat different types [Zend/tests/concat_001.phpt] 
       
  2637 TEST 1335/11096 [Zend/tests/constants/dir-constant-eval.phpt]
       
  2638 PASS __DIR__ constant used with eval() [Zend/tests/constants/dir-constant-eval.phpt] 
       
  2639 TEST 1336/11096 [Zend/tests/constants/dir-constant-includes.phpt]
       
  2640 PASS __DIR__ constant test with includes [Zend/tests/constants/dir-constant-includes.phpt] 
       
  2641 TEST 1337/11096 [Zend/tests/constants/dir-constant-nested_includes.phpt]
       
  2642 PASS __DIR__ constant test with nested includes [Zend/tests/constants/dir-constant-nested_includes.phpt] 
       
  2643 TEST 1338/11096 [Zend/tests/constants/dir-constant-normal.phpt]
       
  2644 PASS Standard behaviour of __DIR__ [Zend/tests/constants/dir-constant-normal.phpt] 
       
  2645 TEST 1339/11096 [Zend/tests/constants_001.phpt]
       
  2646 PASS Defining and using constants [Zend/tests/constants_001.phpt] 
       
  2647 TEST 1340/11096 [Zend/tests/constants_002.phpt]
       
  2648 PASS Defining constants with non-scalar values [Zend/tests/constants_002.phpt] 
       
  2649 TEST 1341/11096 [Zend/tests/constants_003.phpt]
       
  2650 PASS Using namespace constants and constants of global scope [Zend/tests/constants_003.phpt] 
       
  2651 TEST 1342/11096 [Zend/tests/constants_004.phpt]
       
  2652 PASS Trying to redeclare constant inside namespace [Zend/tests/constants_004.phpt] 
       
  2653 TEST 1343/11096 [Zend/tests/constants_005.phpt]
       
  2654 PASS Persistent case insensitive and user defined constants [Zend/tests/constants_005.phpt] 
       
  2655 TEST 1344/11096 [Zend/tests/constants_006.phpt]
       
  2656 PASS Magic constants lowercased [Zend/tests/constants_006.phpt] 
       
  2657 TEST 1345/11096 [Zend/tests/constants_007.phpt]
       
  2658 PASS Testing const names [Zend/tests/constants_007.phpt] 
       
  2659 TEST 1346/11096 [Zend/tests/constants_008.phpt]
       
  2660 PASS Defining constant twice with two different forms [Zend/tests/constants_008.phpt] 
       
  2661 TEST 1347/11096 [Zend/tests/constants_009.phpt]
       
  2662 PASS Accessing constants inside namespace [Zend/tests/constants_009.phpt] 
       
  2663 TEST 1348/11096 [Zend/tests/constructor_args.phpt]
       
  2664 PASS Different numbers of arguments in __construct() [Zend/tests/constructor_args.phpt] 
       
  2665 TEST 1349/11096 [Zend/tests/debug_backtrace_options.phpt]
       
  2666 PASS debug_backtrace options [Zend/tests/debug_backtrace_options.phpt] 
       
  2667 TEST 1350/11096 [Zend/tests/declare_001.phpt]
       
  2668 SKIP Testing declare statement with several type values [Zend/tests/declare_001.phpt] 
       
  2669 TEST 1351/11096 [Zend/tests/decrement_001.phpt]
       
  2670 PASS decrementing different variables [Zend/tests/decrement_001.phpt] 
       
  2671 TEST 1352/11096 [Zend/tests/decrement_001_64bit.phpt]
       
  2672 SKIP decrementing different variables [Zend/tests/decrement_001_64bit.phpt] reason: this test is for 64bit platform only
       
  2673 TEST 1353/11096 [Zend/tests/div_001.phpt]
       
  2674 PASS dividing doubles [Zend/tests/div_001.phpt] 
       
  2675 TEST 1354/11096 [Zend/tests/div_002.phpt]
       
  2676 PASS dividing arrays [Zend/tests/div_002.phpt] 
       
  2677 TEST 1355/11096 [Zend/tests/double_to_string.phpt]
       
  2678 PASS double to string conversion tests [Zend/tests/double_to_string.phpt] 
       
  2679 TEST 1356/11096 [Zend/tests/double_to_string_64bit.phpt]
       
  2680 SKIP double to string conversion tests (64bit) [Zend/tests/double_to_string_64bit.phpt] reason: this test is for 64bit platform only
       
  2681 TEST 1357/11096 [Zend/tests/dtor_scope.phpt]
       
  2682 PASS Scoping in destructor call [Zend/tests/dtor_scope.phpt] 
       
  2683 TEST 1358/11096 [Zend/tests/dynamic_call_001.phpt]
       
  2684 PASS Testing dynamic call to constructor (old-style) [Zend/tests/dynamic_call_001.phpt] 
       
  2685 TEST 1359/11096 [Zend/tests/dynamic_call_002.phpt]
       
  2686 PASS Testing dynamic call with invalid value for method name [Zend/tests/dynamic_call_002.phpt] 
       
  2687 TEST 1360/11096 [Zend/tests/dynamic_call_003.phpt]
       
  2688 PASS Testing dynamic call with invalid method name [Zend/tests/dynamic_call_003.phpt] 
       
  2689 TEST 1361/11096 [Zend/tests/dynamic_call_004.phpt]
       
  2690 PASS Testing dynamic call with undefined variables [Zend/tests/dynamic_call_004.phpt] 
       
  2691 TEST 1362/11096 [Zend/tests/each_001.phpt]
       
  2692 PASS Testing each() with an undefined variable [Zend/tests/each_001.phpt] 
       
  2693 TEST 1363/11096 [Zend/tests/each_002.phpt]
       
  2694 PASS Testing each() with array and object [Zend/tests/each_002.phpt] 
       
  2695 TEST 1364/11096 [Zend/tests/each_003.phpt]
       
  2696 PASS Testing each() with recursion [Zend/tests/each_003.phpt] 
       
  2697 TEST 1365/11096 [Zend/tests/errmsg_001.phpt]
       
  2698 PASS errmsg: Non-abstract method must contain body [Zend/tests/errmsg_001.phpt] 
       
  2699 TEST 1366/11096 [Zend/tests/errmsg_002.phpt]
       
  2700 PASS errmsg: function cannot be declared private [Zend/tests/errmsg_002.phpt] 
       
  2701 TEST 1367/11096 [Zend/tests/errmsg_003.phpt]
       
  2702 PASS errmsg: cannot reassign $this (by ref) [Zend/tests/errmsg_003.phpt] 
       
  2703 TEST 1368/11096 [Zend/tests/errmsg_004.phpt]
       
  2704 PASS errmsg: can't use function return value in write context [Zend/tests/errmsg_004.phpt] 
       
  2705 TEST 1369/11096 [Zend/tests/errmsg_005.phpt]
       
  2706 PASS errmsg: can't use method return value in write context [Zend/tests/errmsg_005.phpt] 
       
  2707 TEST 1370/11096 [Zend/tests/errmsg_006.phpt]
       
  2708 PASS errmsg: can't use [] for reading [Zend/tests/errmsg_006.phpt] 
       
  2709 TEST 1371/11096 [Zend/tests/errmsg_007.phpt]
       
  2710 PASS errmsg: can't use [] for reading - 2 [Zend/tests/errmsg_007.phpt] 
       
  2711 TEST 1372/11096 [Zend/tests/errmsg_008.phpt]
       
  2712 PASS errmsg: can't use [] for unsetting [Zend/tests/errmsg_008.phpt] 
       
  2713 TEST 1373/11096 [Zend/tests/errmsg_009.phpt]
       
  2714 PASS errmsg: multiple access type modifiers are not allowed (properties) [Zend/tests/errmsg_009.phpt] 
       
  2715 TEST 1374/11096 [Zend/tests/errmsg_010.phpt]
       
  2716 PASS errmsg: multiple access type modifiers are not allowed (methods) [Zend/tests/errmsg_010.phpt] 
       
  2717 TEST 1375/11096 [Zend/tests/errmsg_011.phpt]
       
  2718 PASS errmsg: cannot redeclare (method) [Zend/tests/errmsg_011.phpt] 
       
  2719 TEST 1376/11096 [Zend/tests/errmsg_012.phpt]
       
  2720 PASS errmsg: __autoload() must take exactly 1 argument [Zend/tests/errmsg_012.phpt] 
       
  2721 TEST 1377/11096 [Zend/tests/errmsg_013.phpt]
       
  2722 PASS errmsg: default value for parameters with array type hint can only be an array or NULL [Zend/tests/errmsg_013.phpt] 
       
  2723 TEST 1378/11096 [Zend/tests/errmsg_014.phpt]
       
  2724 PASS errmsg: cannot call __clone() method on objects [Zend/tests/errmsg_014.phpt] 
       
  2725 TEST 1379/11096 [Zend/tests/errmsg_015.phpt]
       
  2726 PASS errmsg: __clone() cannot accept any arguments [Zend/tests/errmsg_015.phpt] 
       
  2727 TEST 1380/11096 [Zend/tests/errmsg_016.phpt]
       
  2728 PASS errmsg: __isset() must take exactly 1 argument [Zend/tests/errmsg_016.phpt] 
       
  2729 TEST 1381/11096 [Zend/tests/errmsg_017.phpt]
       
  2730 PASS errmsg: __unset() must take exactly 1 argument [Zend/tests/errmsg_017.phpt] 
       
  2731 TEST 1382/11096 [Zend/tests/errmsg_018.phpt]
       
  2732 PASS errmsg: static abstract function [Zend/tests/errmsg_018.phpt] 
       
  2733 TEST 1383/11096 [Zend/tests/errmsg_019.phpt]
       
  2734 PASS errmsg: __destruct() cannot take arguments [Zend/tests/errmsg_019.phpt] 
       
  2735 TEST 1384/11096 [Zend/tests/errmsg_020.phpt]
       
  2736 PASS errmsg: disabled function [Zend/tests/errmsg_020.phpt] 
       
  2737 TEST 1385/11096 [Zend/tests/errmsg_021.phpt]
       
  2738 PASS errmsg: disabled class [Zend/tests/errmsg_021.phpt] 
       
  2739 TEST 1386/11096 [Zend/tests/errmsg_022.phpt]
       
  2740 PASS errmsg: only variables can be passed by reference [Zend/tests/errmsg_022.phpt] 
       
  2741 TEST 1387/11096 [Zend/tests/errmsg_023.phpt]
       
  2742 PASS errmsg: access level must be the same or weaker [Zend/tests/errmsg_023.phpt] 
       
  2743 TEST 1388/11096 [Zend/tests/errmsg_024.phpt]
       
  2744 PASS No more errmsg: can now change initial value of property [Zend/tests/errmsg_024.phpt] 
       
  2745 TEST 1389/11096 [Zend/tests/errmsg_025.phpt]
       
  2746 PASS errmsg: cannot inherit previously inherited constant [Zend/tests/errmsg_025.phpt] 
       
  2747 TEST 1390/11096 [Zend/tests/errmsg_026.phpt]
       
  2748 PASS errmsg: cannot redeclare class [Zend/tests/errmsg_026.phpt] 
       
  2749 TEST 1391/11096 [Zend/tests/errmsg_027.phpt]
       
  2750 PASS errmsg: class declarations may not be nested [Zend/tests/errmsg_027.phpt] 
       
  2751 TEST 1392/11096 [Zend/tests/errmsg_028.phpt]
       
  2752 PASS errmsg: cannot use 'self' as class name [Zend/tests/errmsg_028.phpt] 
       
  2753 TEST 1393/11096 [Zend/tests/errmsg_029.phpt]
       
  2754 PASS errmsg: cannot use 'parent' as class name [Zend/tests/errmsg_029.phpt] 
       
  2755 TEST 1394/11096 [Zend/tests/errmsg_030.phpt]
       
  2756 PASS errmsg: cannot use 'self' as parent class name [Zend/tests/errmsg_030.phpt] 
       
  2757 TEST 1395/11096 [Zend/tests/errmsg_031.phpt]
       
  2758 PASS errmsg: cannot use 'parent' as parent class name [Zend/tests/errmsg_031.phpt] 
       
  2759 TEST 1396/11096 [Zend/tests/errmsg_032.phpt]
       
  2760 PASS errmsg: __construct() cannot be static [Zend/tests/errmsg_032.phpt] 
       
  2761 TEST 1397/11096 [Zend/tests/errmsg_033.phpt]
       
  2762 PASS errmsg: __destruct() cannot be static [Zend/tests/errmsg_033.phpt] 
       
  2763 TEST 1398/11096 [Zend/tests/errmsg_034.phpt]
       
  2764 PASS errmsg: __clone() cannot be static [Zend/tests/errmsg_034.phpt] 
       
  2765 TEST 1399/11096 [Zend/tests/errmsg_035.phpt]
       
  2766 PASS errmsg: cannot use 'self' as interface name [Zend/tests/errmsg_035.phpt] 
       
  2767 TEST 1400/11096 [Zend/tests/errmsg_036.phpt]
       
  2768 PASS errmsg: cannot use 'parent' as interface name [Zend/tests/errmsg_036.phpt] 
       
  2769 TEST 1401/11096 [Zend/tests/errmsg_037.phpt]
       
  2770 PASS errmsg: properties cannot be abstract [Zend/tests/errmsg_037.phpt] 
       
  2771 TEST 1402/11096 [Zend/tests/errmsg_038.phpt]
       
  2772 PASS errmsg: properties cannot be final [Zend/tests/errmsg_038.phpt] 
       
  2773 TEST 1403/11096 [Zend/tests/errmsg_039.phpt]
       
  2774 PASS errmsg: cannot redeclare property [Zend/tests/errmsg_039.phpt] 
       
  2775 TEST 1404/11096 [Zend/tests/errmsg_040.phpt]
       
  2776 PASS errmsg: arrays are not allowed in class constants [Zend/tests/errmsg_040.phpt] 
       
  2777 TEST 1405/11096 [Zend/tests/errmsg_041.phpt]
       
  2778 PASS errmsg: instanceof expects an object instance, constant given [Zend/tests/errmsg_041.phpt] 
       
  2779 TEST 1406/11096 [Zend/tests/errmsg_042.phpt]
       
  2780 PASS errmsg: key element cannot be a reference [Zend/tests/errmsg_042.phpt] 
       
  2781 TEST 1407/11096 [Zend/tests/errmsg_043.phpt]
       
  2782 PASS errmsg: cannot create references to temp array [Zend/tests/errmsg_043.phpt] 
       
  2783 TEST 1408/11096 [Zend/tests/errmsg_044.phpt]
       
  2784 PASS Trying use object of type stdClass as array [Zend/tests/errmsg_044.phpt] 
       
  2785 TEST 1409/11096 [Zend/tests/error_reporting01.phpt]
       
  2786 PASS testing @ and error_reporting - 1 [Zend/tests/error_reporting01.phpt] 
       
  2787 TEST 1410/11096 [Zend/tests/error_reporting02.phpt]
       
  2788 PASS testing @ and error_reporting - 2 [Zend/tests/error_reporting02.phpt] 
       
  2789 TEST 1411/11096 [Zend/tests/error_reporting03.phpt]
       
  2790 PASS testing @ and error_reporting - 3 [Zend/tests/error_reporting03.phpt] 
       
  2791 TEST 1412/11096 [Zend/tests/error_reporting04.phpt]
       
  2792 PASS testing @ and error_reporting - 4 [Zend/tests/error_reporting04.phpt] 
       
  2793 TEST 1413/11096 [Zend/tests/error_reporting05.phpt]
       
  2794 PASS testing @ and error_reporting - 5 [Zend/tests/error_reporting05.phpt] 
       
  2795 TEST 1414/11096 [Zend/tests/error_reporting06.phpt]
       
  2796 PASS testing @ and error_reporting - 6 [Zend/tests/error_reporting06.phpt] 
       
  2797 TEST 1415/11096 [Zend/tests/error_reporting07.phpt]
       
  2798 PASS testing @ and error_reporting - 7 [Zend/tests/error_reporting07.phpt] 
       
  2799 TEST 1416/11096 [Zend/tests/error_reporting08.phpt]
       
  2800 PASS testing @ and error_reporting - 8 [Zend/tests/error_reporting08.phpt] 
       
  2801 TEST 1417/11096 [Zend/tests/error_reporting09.phpt]
       
  2802 PASS testing @ and error_reporting - 9 [Zend/tests/error_reporting09.phpt] 
       
  2803 TEST 1418/11096 [Zend/tests/error_reporting10.phpt]
       
  2804 PASS testing @ and error_reporting - 10 [Zend/tests/error_reporting10.phpt] 
       
  2805 TEST 1419/11096 [Zend/tests/exception_001.phpt]
       
  2806 PASS Testing nested exceptions [Zend/tests/exception_001.phpt] 
       
  2807 TEST 1420/11096 [Zend/tests/exception_002.phpt]
       
  2808 PASS Testing exception and GOTO [Zend/tests/exception_002.phpt] 
       
  2809 TEST 1421/11096 [Zend/tests/exception_003.phpt]
       
  2810 PASS Throwing exception in global scope [Zend/tests/exception_003.phpt] 
       
  2811 TEST 1422/11096 [Zend/tests/exception_004.phpt]
       
  2812 PASS Throwing exception using a class that isn't derived from the Exception base class [Zend/tests/exception_004.phpt] 
       
  2813 TEST 1423/11096 [Zend/tests/exception_005.phpt]
       
  2814 PASS Trying to throw exception of an interface [Zend/tests/exception_005.phpt] 
       
  2815 TEST 1424/11096 [Zend/tests/exception_006.phpt]
       
  2816 PASS Trying to throw a non-object [Zend/tests/exception_006.phpt] 
       
  2817 TEST 1425/11096 [Zend/tests/exception_007.phpt]
       
  2818 PASS Setting previous exception [Zend/tests/exception_007.phpt] 
       
  2819 TEST 1426/11096 [Zend/tests/exception_008.phpt]
       
  2820 PASS Exception in __destruct while exception is pending [Zend/tests/exception_008.phpt] 
       
  2821 TEST 1427/11096 [Zend/tests/exception_009.phpt]
       
  2822 PASS Testing exception properties [Zend/tests/exception_009.phpt] 
       
  2823 TEST 1428/11096 [Zend/tests/exception_010.phpt]
       
  2824 PASS Testing Exception's methods [Zend/tests/exception_010.phpt] 
       
  2825 TEST 1429/11096 [Zend/tests/exception_handler_001.phpt]
       
  2826 PASS exception handler tests - 1 [Zend/tests/exception_handler_001.phpt] 
       
  2827 TEST 1430/11096 [Zend/tests/exception_handler_002.phpt]
       
  2828 PASS exception handler tests - 2 [Zend/tests/exception_handler_002.phpt] 
       
  2829 TEST 1431/11096 [Zend/tests/exception_handler_003.phpt]
       
  2830 PASS exception handler tests - 3 [Zend/tests/exception_handler_003.phpt] 
       
  2831 TEST 1432/11096 [Zend/tests/exception_handler_004.phpt]
       
  2832 PASS exception handler tests - 4 [Zend/tests/exception_handler_004.phpt] 
       
  2833 TEST 1433/11096 [Zend/tests/exception_handler_005.phpt]
       
  2834 PASS exception handler tests - 5 [Zend/tests/exception_handler_005.phpt] 
       
  2835 TEST 1434/11096 [Zend/tests/exception_handler_006.phpt]
       
  2836 PASS exception handler tests - 6 [Zend/tests/exception_handler_006.phpt] 
       
  2837 TEST 1435/11096 [Zend/tests/float_prec_001.phpt]
       
  2838 PASS Double precision is used for floating point calculations [Zend/tests/float_prec_001.phpt] 
       
  2839 TEST 1436/11096 [Zend/tests/foreach.phpt]
       
  2840 PASS foreach() by-ref bug [Zend/tests/foreach.phpt] 
       
  2841 TEST 1437/11096 [Zend/tests/foreach_002.phpt]
       
  2842 PASS Creating recursive array on foreach using same variable [Zend/tests/foreach_002.phpt] 
       
  2843 TEST 1438/11096 [Zend/tests/foreach_undefined.phpt]
       
  2844 PASS foreach() & undefined var [Zend/tests/foreach_undefined.phpt] 
       
  2845 TEST 1439/11096 [Zend/tests/foreach_unset_globals.phpt]
       
  2846 PASS traverse an array and use its keys to unset GLOBALS [Zend/tests/foreach_unset_globals.phpt] 
       
  2847 TEST 1440/11096 [Zend/tests/function_arguments_001.phpt]
       
  2848 PASS Argument parsing error #001 [Zend/tests/function_arguments_001.phpt] 
       
  2849 TEST 1441/11096 [Zend/tests/function_arguments_002.phpt]
       
  2850 PASS Argument parsing error #002 [Zend/tests/function_arguments_002.phpt] 
       
  2851 TEST 1442/11096 [Zend/tests/function_exists_basic.phpt]
       
  2852 PASS function_exists function : basic functionality [Zend/tests/function_exists_basic.phpt] 
       
  2853 TEST 1443/11096 [Zend/tests/function_exists_error.phpt]
       
  2854 PASS Test function_exists() function : error conditions [Zend/tests/function_exists_error.phpt] 
       
  2855 TEST 1444/11096 [Zend/tests/function_exists_variation1.phpt]
       
  2856 PASS Test function_exists() function : usage variations - test values for $str argument [Zend/tests/function_exists_variation1.phpt] 
       
  2857 TEST 1445/11096 [Zend/tests/gc_001.phpt]
       
  2858 PASS GC 001: gc_enable()/gc_diable()/gc_enabled() [Zend/tests/gc_001.phpt] 
       
  2859 TEST 1446/11096 [Zend/tests/gc_002.phpt]
       
  2860 PASS GC 002: gc_enable()/gc_diable() and ini_get() [Zend/tests/gc_002.phpt] 
       
  2861 TEST 1447/11096 [Zend/tests/gc_003.phpt]
       
  2862 PASS GC 003: gc_enabled() and ini_set() [Zend/tests/gc_003.phpt] 
       
  2863 TEST 1448/11096 [Zend/tests/gc_004.phpt]
       
  2864 PASS GC 004: Simple array cycle [Zend/tests/gc_004.phpt] 
       
  2865 TEST 1449/11096 [Zend/tests/gc_005.phpt]
       
  2866 PASS GC 005: Simple object cycle [Zend/tests/gc_005.phpt] 
       
  2867 TEST 1450/11096 [Zend/tests/gc_006.phpt]
       
  2868 PASS GC 006: Simple array-object cycle [Zend/tests/gc_006.phpt] 
       
  2869 TEST 1451/11096 [Zend/tests/gc_007.phpt]
       
  2870 PASS GC 007: Unreferensed array cycle [Zend/tests/gc_007.phpt] 
       
  2871 TEST 1452/11096 [Zend/tests/gc_008.phpt]
       
  2872 PASS GC 008: Unreferensed object cycle [Zend/tests/gc_008.phpt] 
       
  2873 TEST 1453/11096 [Zend/tests/gc_009.phpt]
       
  2874 PASS GC 009: Unreferensed array-object cycle [Zend/tests/gc_009.phpt] 
       
  2875 TEST 1454/11096 [Zend/tests/gc_010.phpt]
       
  2876 PASS GC 010: Cycle with reference to $GLOBALS [Zend/tests/gc_010.phpt] 
       
  2877 TEST 1455/11096 [Zend/tests/gc_011.phpt]
       
  2878 PASS GC 011: GC and destructors [Zend/tests/gc_011.phpt] 
       
  2879 TEST 1456/11096 [Zend/tests/gc_012.phpt]
       
  2880 PASS GC 012: collection of many loops at once [Zend/tests/gc_012.phpt] 
       
  2881 TEST 1457/11096 [Zend/tests/gc_013.phpt]
       
  2882 PASS GC 013: Too many cycles in one array [Zend/tests/gc_013.phpt] 
       
  2883 TEST 1458/11096 [Zend/tests/gc_014.phpt]
       
  2884 PASS GC 014: Too many cycles in one object [Zend/tests/gc_014.phpt] 
       
  2885 TEST 1459/11096 [Zend/tests/gc_015.phpt]
       
  2886 PASS GC 015: Object as root of cycle [Zend/tests/gc_015.phpt] 
       
  2887 TEST 1460/11096 [Zend/tests/gc_016.phpt]
       
  2888 PASS GC 016: nested GC calls [Zend/tests/gc_016.phpt] 
       
  2889 TEST 1461/11096 [Zend/tests/gc_017.phpt]
       
  2890 PASS GC 017: GC and destructors with unset [Zend/tests/gc_017.phpt] 
       
  2891 TEST 1462/11096 [Zend/tests/gc_018.phpt]
       
  2892 PASS GC 018: GC detach with assign [Zend/tests/gc_018.phpt] 
       
  2893 TEST 1463/11096 [Zend/tests/gc_019.phpt]
       
  2894 PASS GC 019: GC detach with assign by reference [Zend/tests/gc_019.phpt] 
       
  2895 TEST 1464/11096 [Zend/tests/gc_020.phpt]
       
  2896 PASS GC 020: GC detach reference with assign [Zend/tests/gc_020.phpt] 
       
  2897 TEST 1465/11096 [Zend/tests/gc_021.phpt]
       
  2898 PASS GC 021: GC detach reference with assign by reference [Zend/tests/gc_021.phpt] 
       
  2899 TEST 1466/11096 [Zend/tests/gc_022.phpt]
       
  2900 PASS GC 022: GC detach reference in executor's PZVAL_UNLOCK() [Zend/tests/gc_022.phpt] 
       
  2901 TEST 1467/11096 [Zend/tests/gc_023.phpt]
       
  2902 PASS GC 023: Root buffer overflow (automatic collection) [Zend/tests/gc_023.phpt] 
       
  2903 TEST 1468/11096 [Zend/tests/gc_024.phpt]
       
  2904 PASS GC 024: GC and objects with non-standard handlers [Zend/tests/gc_024.phpt] 
       
  2905 TEST 1469/11096 [Zend/tests/gc_025.phpt]
       
  2906 PASS GC 025: Automatic GC on request shutdown [Zend/tests/gc_025.phpt] 
       
  2907 TEST 1470/11096 [Zend/tests/gc_026.phpt]
       
  2908 PASS GC 026: Automatic GC on request shutdown (GC enabled at run-time) [Zend/tests/gc_026.phpt] 
       
  2909 TEST 1471/11096 [Zend/tests/gc_027.phpt]
       
  2910 PASS GC 027: GC and properties of internal classes [Zend/tests/gc_027.phpt] 
       
  2911 TEST 1472/11096 [Zend/tests/gc_028.phpt]
       
  2912 PASS GC 028: GC and destructors [Zend/tests/gc_028.phpt] 
       
  2913 TEST 1473/11096 [Zend/tests/gc_029.phpt]
       
  2914 PASS GC 029: GC and destructors [Zend/tests/gc_029.phpt] 
       
  2915 TEST 1474/11096 [Zend/tests/gc_030.phpt]
       
  2916 PASS GC 030: GC and exceptions in destructors [Zend/tests/gc_030.phpt] 
       
  2917 TEST 1475/11096 [Zend/tests/gc_031.phpt]
       
  2918 PASS GC 031: gc_collect_roots() with GC turned off. [Zend/tests/gc_031.phpt] 
       
  2919 TEST 1476/11096 [Zend/tests/gc_032.phpt]
       
  2920 PASS GC 032: Crash in GC because of invalid reference counting [Zend/tests/gc_032.phpt] 
       
  2921 TEST 1477/11096 [Zend/tests/get_called_class_001.phpt]
       
  2922 PASS Calling get_called_class() outside a class [Zend/tests/get_called_class_001.phpt] 
       
  2923 TEST 1478/11096 [Zend/tests/get_class_methods_001.phpt]
       
  2924 PASS get_class_methods(): Testing scope [Zend/tests/get_class_methods_001.phpt] 
       
  2925 TEST 1479/11096 [Zend/tests/get_class_methods_002.phpt]
       
  2926 PASS get_class_methods(): Testing with interface [Zend/tests/get_class_methods_002.phpt] 
       
  2927 TEST 1480/11096 [Zend/tests/get_class_methods_003.phpt]
       
  2928 PASS get_class_methods(): Testing scope [Zend/tests/get_class_methods_003.phpt] 
       
  2929 TEST 1481/11096 [Zend/tests/get_class_vars_001.phpt]
       
  2930 PASS get_class_vars(): Simple test [Zend/tests/get_class_vars_001.phpt] 
       
  2931 TEST 1482/11096 [Zend/tests/get_class_vars_002.phpt]
       
  2932 PASS get_class_vars(): Testing the scope [Zend/tests/get_class_vars_002.phpt] 
       
  2933 TEST 1483/11096 [Zend/tests/get_class_vars_003.phpt]
       
  2934 PASS get_class_vars(): Testing the scope [Zend/tests/get_class_vars_003.phpt] 
       
  2935 TEST 1484/11096 [Zend/tests/get_class_vars_004.phpt]
       
  2936 PASS get_class_vars(): Testing the scope [Zend/tests/get_class_vars_004.phpt] 
       
  2937 TEST 1485/11096 [Zend/tests/get_class_vars_005.phpt]
       
  2938 PASS get_class_vars(): Testing visibility [Zend/tests/get_class_vars_005.phpt] 
       
  2939 TEST 1486/11096 [Zend/tests/get_class_vars_006.phpt]
       
  2940 PASS get_class_vars(): Testing visibility [Zend/tests/get_class_vars_006.phpt] 
       
  2941 TEST 1487/11096 [Zend/tests/get_class_vars_007.phpt]
       
  2942 PASS get_class_vars(): Testing with static properties [Zend/tests/get_class_vars_007.phpt] 
       
  2943 TEST 1488/11096 [Zend/tests/get_defined_functions_basic.phpt]
       
  2944 PASS get_defined_functions() function : basic functionality [Zend/tests/get_defined_functions_basic.phpt] 
       
  2945 TEST 1489/11096 [Zend/tests/get_defined_functions_error.phpt]
       
  2946 PASS Test get_defined_functions() function : error conditions [Zend/tests/get_defined_functions_error.phpt] 
       
  2947 TEST 1490/11096 [Zend/tests/get_defined_vars.phpt]
       
  2948 PASS Testing get_defined_vars() Function [Zend/tests/get_defined_vars.phpt] 
       
  2949 TEST 1491/11096 [Zend/tests/get_parent_class_001.phpt]
       
  2950 PASS Testing get_parent_class() [Zend/tests/get_parent_class_001.phpt] 
       
  2951 TEST 1492/11096 [Zend/tests/get_required_files.phpt]
       
  2952 PASS Check if get_required_files works [Zend/tests/get_required_files.phpt] 
       
  2953 TEST 1493/11096 [Zend/tests/globals_001.phpt]
       
  2954 PASS globals in global scope [Zend/tests/globals_001.phpt] 
       
  2955 TEST 1494/11096 [Zend/tests/globals_002.phpt]
       
  2956 PASS globals in local scope [Zend/tests/globals_002.phpt] 
       
  2957 TEST 1495/11096 [Zend/tests/globals_003.phpt]
       
  2958 PASS globals in local scope - 2 [Zend/tests/globals_003.phpt] 
       
  2959 TEST 1496/11096 [Zend/tests/globals_004.phpt]
       
  2960 PASS globals in local scope - 3 [Zend/tests/globals_004.phpt] 
       
  2961 TEST 1497/11096 [Zend/tests/halt01.phpt]
       
  2962 PASS __HALT_COMPILER() basic test [Zend/tests/halt01.phpt] 
       
  2963 TEST 1498/11096 [Zend/tests/halt02.phpt]
       
  2964 PASS __HALT_COMPILER() basic test [Zend/tests/halt02.phpt] 
       
  2965 TEST 1499/11096 [Zend/tests/halt03.phpt]
       
  2966 PASS __HALT_COMPILER() basic test [Zend/tests/halt03.phpt] 
       
  2967 TEST 1500/11096 [Zend/tests/halt_compiler1.phpt]
       
  2968 PASS __HALT_COMPILER(); [Zend/tests/halt_compiler1.phpt] 
       
  2969 TEST 1501/11096 [Zend/tests/halt_compiler2.phpt]
       
  2970 PASS __HALT_COMPILER(); 2 files [Zend/tests/halt_compiler2.phpt] 
       
  2971 TEST 1502/11096 [Zend/tests/halt_compiler3.phpt]
       
  2972 PASS __HALT_COMPILER(); bad define() of __COMPILER_HALT_OFFSET__ 1 [Zend/tests/halt_compiler3.phpt] 
       
  2973 TEST 1503/11096 [Zend/tests/halt_compiler4.phpt]
       
  2974 PASS __HALT_COMPILER(); bad define() of __COMPILER_HALT_OFFSET__ 2 [Zend/tests/halt_compiler4.phpt] 
       
  2975 TEST 1504/11096 [Zend/tests/heredoc_001.phpt]
       
  2976 PASS basic heredoc syntax [Zend/tests/heredoc_001.phpt] 
       
  2977 TEST 1505/11096 [Zend/tests/heredoc_002.phpt]
       
  2978 PASS basic binary heredoc syntax [Zend/tests/heredoc_002.phpt] 
       
  2979 TEST 1506/11096 [Zend/tests/heredoc_003.phpt]
       
  2980 PASS simple variable replacement test (heredoc) [Zend/tests/heredoc_003.phpt] 
       
  2981 TEST 1507/11096 [Zend/tests/heredoc_004.phpt]
       
  2982 PASS braces variable replacement test (heredoc) [Zend/tests/heredoc_004.phpt] 
       
  2983 TEST 1508/11096 [Zend/tests/heredoc_005.phpt]
       
  2984 PASS unbraced complex variable replacement test (heredoc) [Zend/tests/heredoc_005.phpt] 
       
  2985 TEST 1509/11096 [Zend/tests/heredoc_006.phpt]
       
  2986 PASS braced complex variable replacement test (heredoc) [Zend/tests/heredoc_006.phpt] 
       
  2987 TEST 1510/11096 [Zend/tests/heredoc_007.phpt]
       
  2988 PASS braced and unbraced complex variable replacement test (heredoc) [Zend/tests/heredoc_007.phpt] 
       
  2989 TEST 1511/11096 [Zend/tests/heredoc_008.phpt]
       
  2990 PASS empty doc test (heredoc) [Zend/tests/heredoc_008.phpt] 
       
  2991 TEST 1512/11096 [Zend/tests/heredoc_009.phpt]
       
  2992 PASS Torture the T_END_HEREDOC rules (heredoc) [Zend/tests/heredoc_009.phpt] 
       
  2993 TEST 1513/11096 [Zend/tests/heredoc_010.phpt]
       
  2994 PASS Torture the T_END_HEREDOC rules with variable expansions (heredoc) [Zend/tests/heredoc_010.phpt] 
       
  2995 TEST 1514/11096 [Zend/tests/heredoc_011.phpt]
       
  2996 PASS STATIC heredocs CAN be used as static scalars. [Zend/tests/heredoc_011.phpt] 
       
  2997 TEST 1515/11096 [Zend/tests/heredoc_012.phpt]
       
  2998 PASS Heredoc with double quotes [Zend/tests/heredoc_012.phpt] 
       
  2999 TEST 1516/11096 [Zend/tests/heredoc_013.phpt]
       
  3000 PASS Heredoc with double quotes and wrong prefix [Zend/tests/heredoc_013.phpt] 
       
  3001 TEST 1517/11096 [Zend/tests/heredoc_014.phpt]
       
  3002 PASS Heredoc with double quotes syntax but missing second quote [Zend/tests/heredoc_014.phpt] 
       
  3003 TEST 1518/11096 [Zend/tests/heredoc_015.phpt]
       
  3004 PASS Testing heredoc with escape sequences [Zend/tests/heredoc_015.phpt] 
       
  3005 TEST 1519/11096 [Zend/tests/heredoc_016.phpt]
       
  3006 PASS Testing heredoc (double quotes) with escape sequences [Zend/tests/heredoc_016.phpt] 
       
  3007 TEST 1520/11096 [Zend/tests/heredoc_017.phpt]
       
  3008 PASS Testinh heredoc syntax [Zend/tests/heredoc_017.phpt] 
       
  3009 TEST 1521/11096 [Zend/tests/heredoc_018.phpt]
       
  3010 PASS Testing heredoc with tabs before identifier [Zend/tests/heredoc_018.phpt] 
       
  3011 TEST 1522/11096 [Zend/tests/hex_overflow_32bit.phpt]
       
  3012 PASS testing integer overflow (32bit) [Zend/tests/hex_overflow_32bit.phpt] 
       
  3013 TEST 1523/11096 [Zend/tests/increment_001.phpt]
       
  3014 PASS incrementing different variables [Zend/tests/increment_001.phpt] 
       
  3015 TEST 1524/11096 [Zend/tests/indexing_001.phpt]
       
  3016 PASS Indexing - various special cases. [Zend/tests/indexing_001.phpt] 
       
  3017 TEST 1525/11096 [Zend/tests/indirect_reference_this.phpt]
       
  3018 PASS Indirect referenced $this [Zend/tests/indirect_reference_this.phpt] 
       
  3019 TEST 1526/11096 [Zend/tests/instanceof.phpt]
       
  3020 PASS instanceof shouldn't call __autoload [Zend/tests/instanceof.phpt] 
       
  3021 TEST 1527/11096 [Zend/tests/instanceof_001.phpt]
       
  3022 PASS Testing instanceof operator with several operators [Zend/tests/instanceof_001.phpt] 
       
  3023 TEST 1528/11096 [Zend/tests/instanceof_002.phpt]
       
  3024 PASS Testing instanceof operator with class and interface inheriteds [Zend/tests/instanceof_002.phpt] 
       
  3025 TEST 1529/11096 [Zend/tests/int_overflow_32bit.phpt]
       
  3026 PASS testing integer overflow (32bit) [Zend/tests/int_overflow_32bit.phpt] 
       
  3027 TEST 1530/11096 [Zend/tests/int_overflow_64bit.phpt]
       
  3028 SKIP testing integer overflow (64bit) [Zend/tests/int_overflow_64bit.phpt] reason: this test is for 64bit platform only
       
  3029 TEST 1531/11096 [Zend/tests/int_underflow_32bit.phpt]
       
  3030 PASS testing integer underflow (32bit) [Zend/tests/int_underflow_32bit.phpt] 
       
  3031 TEST 1532/11096 [Zend/tests/int_underflow_64bit.phpt]
       
  3032 SKIP testing integer underflow (64bit) [Zend/tests/int_underflow_64bit.phpt] reason: this test is for 64bit platform only
       
  3033 TEST 1533/11096 [Zend/tests/inter_007.phpt]
       
  3034 PASS Trying inherit abstract function twice [Zend/tests/inter_007.phpt] 
       
  3035 TEST 1534/11096 [Zend/tests/inter_01.phpt]
       
  3036 PASS Inherited constant from interface [Zend/tests/inter_01.phpt] 
       
  3037 TEST 1535/11096 [Zend/tests/inter_02.phpt]
       
  3038 PASS Namespace constant as value default [Zend/tests/inter_02.phpt] 
       
  3039 TEST 1536/11096 [Zend/tests/inter_03.phpt]
       
  3040 PASS Testing interface constants with inheritance [Zend/tests/inter_03.phpt] 
       
  3041 TEST 1537/11096 [Zend/tests/inter_04.phpt]
       
  3042 PASS Trying declare interface with repeated name of inherited method [Zend/tests/inter_04.phpt] 
       
  3043 TEST 1538/11096 [Zend/tests/inter_05.phpt]
       
  3044 PASS Trying to inherit a class in an interface [Zend/tests/inter_05.phpt] 
       
  3045 TEST 1539/11096 [Zend/tests/inter_06.phpt]
       
  3046 PASS Trying use name of an internal class as interface name [Zend/tests/inter_06.phpt] 
       
  3047 TEST 1540/11096 [Zend/tests/interface_exists_001.phpt]
       
  3048 PASS Testing interface_exists() [Zend/tests/interface_exists_001.phpt] 
       
  3049 TEST 1541/11096 [Zend/tests/interface_exists_002.phpt]
       
  3050 PASS Testing interface_exists() inside a namespace [Zend/tests/interface_exists_002.phpt] 
       
  3051 TEST 1542/11096 [Zend/tests/is_a.phpt]
       
  3052 PASS is_a() and is_subclass_of() shouldn't call __autoload [Zend/tests/is_a.phpt] 
       
  3053 TEST 1543/11096 [Zend/tests/isset_001.phpt]
       
  3054 PASS Testing isset and unset with variable variables [Zend/tests/isset_001.phpt] 
       
  3055 TEST 1544/11096 [Zend/tests/isset_002.phpt]
       
  3056 PASS Testing isset with several undefined variables as argument [Zend/tests/isset_002.phpt] 
       
  3057 TEST 1545/11096 [Zend/tests/isset_003.phpt]
       
  3058 PASS Testing isset accessing undefined array itens and properties [Zend/tests/isset_003.phpt] 
       
  3059 TEST 1546/11096 [Zend/tests/jump01.phpt]
       
  3060 PASS jump 01: goto backward [Zend/tests/jump01.phpt] 
       
  3061 TEST 1547/11096 [Zend/tests/jump02.phpt]
       
  3062 PASS jump 02: goto forward [Zend/tests/jump02.phpt] 
       
  3063 TEST 1548/11096 [Zend/tests/jump03.phpt]
       
  3064 PASS jump 03: goto inside control structures [Zend/tests/jump03.phpt] 
       
  3065 TEST 1549/11096 [Zend/tests/jump04.phpt]
       
  3066 PASS jump 04: goto from loop (backward) [Zend/tests/jump04.phpt] 
       
  3067 TEST 1550/11096 [Zend/tests/jump05.phpt]
       
  3068 PASS jump 05: goto from loop (forward) [Zend/tests/jump05.phpt] 
       
  3069 TEST 1551/11096 [Zend/tests/jump06.phpt]
       
  3070 PASS jump 06: goto to undefined label [Zend/tests/jump06.phpt] 
       
  3071 TEST 1552/11096 [Zend/tests/jump07.phpt]
       
  3072 PASS jump 07: goto into loop (backward) [Zend/tests/jump07.phpt] 
       
  3073 TEST 1553/11096 [Zend/tests/jump08.phpt]
       
  3074 PASS jump 08: goto into loop (forward) [Zend/tests/jump08.phpt] 
       
  3075 TEST 1554/11096 [Zend/tests/jump09.phpt]
       
  3076 PASS jump 09: goto into switch (backward) [Zend/tests/jump09.phpt] 
       
  3077 TEST 1555/11096 [Zend/tests/jump10.phpt]
       
  3078 PASS jump 10: goto into switch (forward) [Zend/tests/jump10.phpt] 
       
  3079 TEST 1556/11096 [Zend/tests/jump11.phpt]
       
  3080 PASS jump 08: goto inside switch in constructor [Zend/tests/jump11.phpt] 
       
  3081 TEST 1557/11096 [Zend/tests/jump12.phpt]
       
  3082 PASS jump 09: goto in declare statement [Zend/tests/jump12.phpt] 
       
  3083 TEST 1558/11096 [Zend/tests/jump13.phpt]
       
  3084 PASS jump 10: goto with try blocks [Zend/tests/jump13.phpt] 
       
  3085 TEST 1559/11096 [Zend/tests/jump14.phpt]
       
  3086 PASS Testing GOTO inside blocks [Zend/tests/jump14.phpt] 
       
  3087 TEST 1560/11096 [Zend/tests/list_001.phpt]
       
  3088 PASS "Nested" list() [Zend/tests/list_001.phpt] 
       
  3089 TEST 1561/11096 [Zend/tests/list_002.phpt]
       
  3090 PASS Testing full-reference on list() [Zend/tests/list_002.phpt] 
       
  3091 TEST 1562/11096 [Zend/tests/list_003.phpt]
       
  3092 PASS list() with non-array [Zend/tests/list_003.phpt] 
       
  3093 TEST 1563/11096 [Zend/tests/list_004.phpt]
       
  3094 PASS list() with array reference [Zend/tests/list_004.phpt] 
       
  3095 TEST 1564/11096 [Zend/tests/list_005.phpt]
       
  3096 PASS Testing list() with several variables [Zend/tests/list_005.phpt] 
       
  3097 TEST 1565/11096 [Zend/tests/list_006.phpt]
       
  3098 PASS Testing nested list() with empty array [Zend/tests/list_006.phpt] 
       
  3099 TEST 1566/11096 [Zend/tests/list_007.phpt]
       
  3100 PASS Using lambda with list() [Zend/tests/list_007.phpt] 
       
  3101 TEST 1567/11096 [Zend/tests/lsb_001.phpt]
       
  3102 PASS ZE2 Late Static Binding in a static function [Zend/tests/lsb_001.phpt] 
       
  3103 TEST 1568/11096 [Zend/tests/lsb_002.phpt]
       
  3104 PASS ZE2 Late Static Binding in an instance function [Zend/tests/lsb_002.phpt] 
       
  3105 TEST 1569/11096 [Zend/tests/lsb_003.phpt]
       
  3106 PASS ZE2 Late Static Binding creating a new class with 'static' [Zend/tests/lsb_003.phpt] 
       
  3107 TEST 1570/11096 [Zend/tests/lsb_004.phpt]
       
  3108 PASS ZE2 Late Static Binding testing get_called_class() [Zend/tests/lsb_004.phpt] 
       
  3109 TEST 1571/11096 [Zend/tests/lsb_005.phpt]
       
  3110 PASS ZE2 Late Static Binding stacking static calleds [Zend/tests/lsb_005.phpt] 
       
  3111 TEST 1572/11096 [Zend/tests/lsb_006.phpt]
       
  3112 PASS ZE2 Late Static Binding ensuring extending 'static' is not allowed [Zend/tests/lsb_006.phpt] 
       
  3113 TEST 1573/11096 [Zend/tests/lsb_007.phpt]
       
  3114 PASS ZE2 Late Static Binding ensuring implementing 'static' is not allowed [Zend/tests/lsb_007.phpt] 
       
  3115 TEST 1574/11096 [Zend/tests/lsb_008.phpt]
       
  3116 PASS ZE2 Late Static Binding class name "static" [Zend/tests/lsb_008.phpt] 
       
  3117 TEST 1575/11096 [Zend/tests/lsb_009.phpt]
       
  3118 PASS ZE2 Late Static Binding interface name "static" [Zend/tests/lsb_009.phpt] 
       
  3119 TEST 1576/11096 [Zend/tests/lsb_010.phpt]
       
  3120 PASS ZE2 Late Static Binding using static:: in functions called by non execute() calls and constructors. [Zend/tests/lsb_010.phpt] 
       
  3121 TEST 1577/11096 [Zend/tests/lsb_011.phpt]
       
  3122 PASS ZE2 Late Static Binding call to static::method() from internal function (array) [Zend/tests/lsb_011.phpt] 
       
  3123 TEST 1578/11096 [Zend/tests/lsb_012.phpt]
       
  3124 PASS ZE2 Late Static Binding call to static::method() from internal function (string) [Zend/tests/lsb_012.phpt] 
       
  3125 TEST 1579/11096 [Zend/tests/lsb_013.phpt]
       
  3126 PASS ZE2 Late Static Binding is_callable() and static::method() [Zend/tests/lsb_013.phpt] 
       
  3127 TEST 1580/11096 [Zend/tests/lsb_014.phpt]
       
  3128 PASS ZE2 Late Static Binding access to static::const through defined() and get_constant() [Zend/tests/lsb_014.phpt] 
       
  3129 TEST 1581/11096 [Zend/tests/lsb_015.phpt]
       
  3130 PASS ZE2 Late Static Binding with exceptions [Zend/tests/lsb_015.phpt] 
       
  3131 TEST 1582/11096 [Zend/tests/lsb_016.phpt]
       
  3132 PASS ZE2 Late Static Binding within hooks/magic methods [Zend/tests/lsb_016.phpt] 
       
  3133 TEST 1583/11096 [Zend/tests/lsb_017.phpt]
       
  3134 PASS ZE2 Late Static Binding nested calls [Zend/tests/lsb_017.phpt] 
       
  3135 TEST 1584/11096 [Zend/tests/lsb_018.phpt]
       
  3136 PASS ZE2 Late Static Binding and Singleton [Zend/tests/lsb_018.phpt] 
       
  3137 TEST 1585/11096 [Zend/tests/lsb_019.phpt]
       
  3138 PASS ZE2 Late Static Binding properties and methods declared as protected and overridden as public. [Zend/tests/lsb_019.phpt] 
       
  3139 TEST 1586/11096 [Zend/tests/lsb_020.phpt]
       
  3140 PASS ZE2 Late Static Binding properties and methods declared as public and overridden as public. [Zend/tests/lsb_020.phpt] 
       
  3141 TEST 1587/11096 [Zend/tests/lsb_021.phpt]
       
  3142 PASS ZE2 Late Static Binding parent::/self:: forwarding while classname doesn't [Zend/tests/lsb_021.phpt] 
       
  3143 TEST 1588/11096 [Zend/tests/lsb_022.phpt]
       
  3144 PASS ZE2 Late Static Binding parent::/self:: forwarding and __callStatic [Zend/tests/lsb_022.phpt] 
       
  3145 TEST 1589/11096 [Zend/tests/magic_by_ref_001.phpt]
       
  3146 PASS passing first parameter of __set() by ref [Zend/tests/magic_by_ref_001.phpt] 
       
  3147 TEST 1590/11096 [Zend/tests/magic_by_ref_002.phpt]
       
  3148 PASS passing second parameter of __set() by ref [Zend/tests/magic_by_ref_002.phpt] 
       
  3149 TEST 1591/11096 [Zend/tests/magic_by_ref_003.phpt]
       
  3150 PASS passing parameter of __get() by ref [Zend/tests/magic_by_ref_003.phpt] 
       
  3151 TEST 1592/11096 [Zend/tests/magic_by_ref_004.phpt]
       
  3152 PASS passing parameter of __unset() by ref [Zend/tests/magic_by_ref_004.phpt] 
       
  3153 TEST 1593/11096 [Zend/tests/magic_by_ref_005.phpt]
       
  3154 PASS passing parameter of __isset() by ref [Zend/tests/magic_by_ref_005.phpt] 
       
  3155 TEST 1594/11096 [Zend/tests/magic_by_ref_006.phpt]
       
  3156 PASS passing first parameter of __call() by ref [Zend/tests/magic_by_ref_006.phpt] 
       
  3157 TEST 1595/11096 [Zend/tests/magic_by_ref_007.phpt]
       
  3158 PASS passing second parameter of __call() by ref [Zend/tests/magic_by_ref_007.phpt] 
       
  3159 TEST 1596/11096 [Zend/tests/magic_by_ref_010.phpt]
       
  3160 PASS passing arguments by ref to a method handled by __call() [Zend/tests/magic_by_ref_010.phpt] 
       
  3161 TEST 1597/11096 [Zend/tests/magic_methods_001.phpt]
       
  3162 PASS Testing several magic methods [Zend/tests/magic_methods_001.phpt] 
       
  3163 TEST 1598/11096 [Zend/tests/magic_methods_002.phpt]
       
  3164 PASS Testing __unset with private visibility [Zend/tests/magic_methods_002.phpt] 
       
  3165 TEST 1599/11096 [Zend/tests/magic_methods_003.phpt]
       
  3166 PASS Testing __unset declaring as static [Zend/tests/magic_methods_003.phpt] 
       
  3167 TEST 1600/11096 [Zend/tests/magic_methods_004.phpt]
       
  3168 PASS Testing __unset() with protected visibility [Zend/tests/magic_methods_004.phpt] 
       
  3169 TEST 1601/11096 [Zend/tests/magic_methods_005.phpt]
       
  3170 PASS Testing __call() declaration in interface with wrong modifier [Zend/tests/magic_methods_005.phpt] 
       
  3171 TEST 1602/11096 [Zend/tests/magic_methods_006.phpt]
       
  3172 PASS Testing __callstatic declaration in interface with missing the 'static' modifier [Zend/tests/magic_methods_006.phpt] 
       
  3173 TEST 1603/11096 [Zend/tests/magic_methods_007.phpt]
       
  3174 PASS Testing __set() declaration in abstract class with wrong modifier [Zend/tests/magic_methods_007.phpt] 
       
  3175 TEST 1604/11096 [Zend/tests/magic_methods_008.phpt]
       
  3176 PASS Testing __set implementation with wrong declaration [Zend/tests/magic_methods_008.phpt] 
       
  3177 TEST 1605/11096 [Zend/tests/magic_methods_009.phpt]
       
  3178 PASS Testing __callstatic declaration with wrong modifier [Zend/tests/magic_methods_009.phpt] 
       
  3179 TEST 1606/11096 [Zend/tests/magic_methods_010.phpt]
       
  3180 PASS Testing __toString() declaration with wrong modifier [Zend/tests/magic_methods_010.phpt] 
       
  3181 TEST 1607/11096 [Zend/tests/method_exists.phpt]
       
  3182 PASS method_exists() segfaults [Zend/tests/method_exists.phpt] 
       
  3183 TEST 1608/11096 [Zend/tests/method_exists_002.phpt]
       
  3184 PASS Testing method_exists() [Zend/tests/method_exists_002.phpt] 
       
  3185 TEST 1609/11096 [Zend/tests/mod_001.phpt]
       
  3186 PASS modulus by zero [Zend/tests/mod_001.phpt] 
       
  3187 TEST 1610/11096 [Zend/tests/mul_001.phpt]
       
  3188 PASS multiplying arrays [Zend/tests/mul_001.phpt] 
       
  3189 TEST 1611/11096 [Zend/tests/multibyte/multibyte_encoding_001.phpt]
       
  3190 PASS Zend Multibyte and ShiftJIS [Zend/tests/multibyte/multibyte_encoding_001.phpt] 
       
  3191 TEST 1612/11096 [Zend/tests/multibyte/multibyte_encoding_002.phpt]
       
  3192 PASS Zend Multibyte and UTF-8 BOM [Zend/tests/multibyte/multibyte_encoding_002.phpt] 
       
  3193 TEST 1613/11096 [Zend/tests/multibyte/multibyte_encoding_003.phpt]
       
  3194 PASS Zend Multibyte and UTF-16 BOM [Zend/tests/multibyte/multibyte_encoding_003.phpt] 
       
  3195 TEST 1614/11096 [Zend/tests/multibyte/multibyte_encoding_004.phpt]
       
  3196 PASS test for mbstring script_encoding for flex unsafe encoding (Shift_JIS) [Zend/tests/multibyte/multibyte_encoding_004.phpt] 
       
  3197 TEST 1615/11096 [Zend/tests/multibyte/multibyte_encoding_005.phpt]
       
  3198 PASS encoding conversion from script encoding into internal encoding [Zend/tests/multibyte/multibyte_encoding_005.phpt] 
       
  3199 TEST 1616/11096 [Zend/tests/multibyte/multibyte_encoding_006.phpt]
       
  3200 SKIP Scripts with flex-incompatible encoding without suitable conversion strategy [Zend/tests/multibyte/multibyte_encoding_006.phpt] reason: The mbstring extension cannot be present for this test
       
  3201 TEST 1617/11096 [Zend/tests/not_001.phpt]
       
  3202 PASS bitwise NOT, doubles and strings [Zend/tests/not_001.phpt] 
       
  3203 TEST 1618/11096 [Zend/tests/not_002.phpt]
       
  3204 PASS bitwise NOT and arrays [Zend/tests/not_002.phpt] 
       
  3205 TEST 1619/11096 [Zend/tests/nowdoc_001.phpt]
       
  3206 PASS basic nowdoc syntax [Zend/tests/nowdoc_001.phpt] 
       
  3207 TEST 1620/11096 [Zend/tests/nowdoc_002.phpt]
       
  3208 PASS basic binary nowdoc syntax [Zend/tests/nowdoc_002.phpt] 
       
  3209 TEST 1621/11096 [Zend/tests/nowdoc_003.phpt]
       
  3210 PASS simple variable replacement test (nowdoc) [Zend/tests/nowdoc_003.phpt] 
       
  3211 TEST 1622/11096 [Zend/tests/nowdoc_004.phpt]
       
  3212 PASS braces variable replacement test (nowdoc) [Zend/tests/nowdoc_004.phpt] 
       
  3213 TEST 1623/11096 [Zend/tests/nowdoc_005.phpt]
       
  3214 PASS unbraced complex variable replacement test (nowdoc) [Zend/tests/nowdoc_005.phpt] 
       
  3215 TEST 1624/11096 [Zend/tests/nowdoc_006.phpt]
       
  3216 PASS braced complex variable replacement test (nowdoc) [Zend/tests/nowdoc_006.phpt] 
       
  3217 TEST 1625/11096 [Zend/tests/nowdoc_007.phpt]
       
  3218 PASS braced and unbraced complex variable replacement test (nowdoc) [Zend/tests/nowdoc_007.phpt] 
       
  3219 TEST 1626/11096 [Zend/tests/nowdoc_008.phpt]
       
  3220 PASS empty doc test (nowdoc) [Zend/tests/nowdoc_008.phpt] 
       
  3221 TEST 1627/11096 [Zend/tests/nowdoc_009.phpt]
       
  3222 PASS Torture the T_END_NOWDOC rules (nowdoc) [Zend/tests/nowdoc_009.phpt] 
       
  3223 TEST 1628/11096 [Zend/tests/nowdoc_010.phpt]
       
  3224 PASS Torture the T_END_NOWDOC rules with variable expansions (nowdoc) [Zend/tests/nowdoc_010.phpt] 
       
  3225 TEST 1629/11096 [Zend/tests/nowdoc_011.phpt]
       
  3226 PASS Nowdocs CAN be used as static scalars. [Zend/tests/nowdoc_011.phpt] 
       
  3227 TEST 1630/11096 [Zend/tests/nowdoc_012.phpt]
       
  3228 PASS Test false labels [Zend/tests/nowdoc_012.phpt] 
       
  3229 TEST 1631/11096 [Zend/tests/nowdoc_013.phpt]
       
  3230 PASS Test whitespace following end of nowdoc [Zend/tests/nowdoc_013.phpt] 
       
  3231 TEST 1632/11096 [Zend/tests/nowdoc_014.phpt]
       
  3232 PASS Highlighting empty nowdoc [Zend/tests/nowdoc_014.phpt] 
       
  3233 TEST 1633/11096 [Zend/tests/nowdoc_015.phpt]
       
  3234 PASS Test nowdoc and line numbering [Zend/tests/nowdoc_015.phpt] 
       
  3235 TEST 1634/11096 [Zend/tests/nowdoc_016.phpt]
       
  3236 PASS Testing nowdocs with escape sequences [Zend/tests/nowdoc_016.phpt] 
       
  3237 TEST 1635/11096 [Zend/tests/nowdoc_017.phpt]
       
  3238 PASS Testing nowdoc in default value for property [Zend/tests/nowdoc_017.phpt] 
       
  3239 TEST 1636/11096 [Zend/tests/ns_001.phpt]
       
  3240 PASS 001: Class in namespace [Zend/tests/ns_001.phpt] 
       
  3241 TEST 1637/11096 [Zend/tests/ns_002.phpt]
       
  3242 PASS 002: Import in namespace [Zend/tests/ns_002.phpt] 
       
  3243 TEST 1638/11096 [Zend/tests/ns_003.phpt]
       
  3244 PASS 003: Name conflict (ns name) [Zend/tests/ns_003.phpt] 
       
  3245 TEST 1639/11096 [Zend/tests/ns_004.phpt]
       
  3246 PASS 004: Using global class name from namespace (unqualified - fail) [Zend/tests/ns_004.phpt] 
       
  3247 TEST 1640/11096 [Zend/tests/ns_005.phpt]
       
  3248 PASS 005: Name conflict (php name in case if ns name exists) [Zend/tests/ns_005.phpt] 
       
  3249 TEST 1641/11096 [Zend/tests/ns_006.phpt]
       
  3250 PASS 006: Run-time name conflict (ns name) [Zend/tests/ns_006.phpt] 
       
  3251 TEST 1642/11096 [Zend/tests/ns_007.phpt]
       
  3252 PASS 007: Run-time name conflict (php name) [Zend/tests/ns_007.phpt] 
       
  3253 TEST 1643/11096 [Zend/tests/ns_008.phpt]
       
  3254 PASS 008: __NAMESPACE__ constant and runtime names (ns name) [Zend/tests/ns_008.phpt] 
       
  3255 TEST 1644/11096 [Zend/tests/ns_009.phpt]
       
  3256 PASS 009: __NAMESPACE__ constant and runtime names (php name) [Zend/tests/ns_009.phpt] 
       
  3257 TEST 1645/11096 [Zend/tests/ns_010.phpt]
       
  3258 PASS 010: Accesing internal namespace class [Zend/tests/ns_010.phpt] 
       
  3259 TEST 1646/11096 [Zend/tests/ns_011.phpt]
       
  3260 PASS 011: Function in namespace [Zend/tests/ns_011.phpt] 
       
  3261 TEST 1647/11096 [Zend/tests/ns_012.phpt]
       
  3262 PASS 012: Import in namespace and functions [Zend/tests/ns_012.phpt] 
       
  3263 TEST 1648/11096 [Zend/tests/ns_013.phpt]
       
  3264 PASS 013: Name conflict and functions (ns name) [Zend/tests/ns_013.phpt] 
       
  3265 TEST 1649/11096 [Zend/tests/ns_014.phpt]
       
  3266 PASS 014: Name conflict and functions (php name) [Zend/tests/ns_014.phpt] 
       
  3267 TEST 1650/11096 [Zend/tests/ns_015.phpt]
       
  3268 PASS 015: Name conflict and functions (php name in case if ns name exists) [Zend/tests/ns_015.phpt] 
       
  3269 TEST 1651/11096 [Zend/tests/ns_016.phpt]
       
  3270 PASS 016: Run-time name conflict and functions (ns name) [Zend/tests/ns_016.phpt] 
       
  3271 TEST 1652/11096 [Zend/tests/ns_017.phpt]
       
  3272 PASS 017: Run-time name conflict and functions (php name) [Zend/tests/ns_017.phpt] 
       
  3273 TEST 1653/11096 [Zend/tests/ns_018.phpt]
       
  3274 PASS 018: __NAMESPACE__ constant and runtime names (ns name) [Zend/tests/ns_018.phpt] 
       
  3275 TEST 1654/11096 [Zend/tests/ns_019.phpt]
       
  3276 PASS 019: __NAMESPACE__ constant and runtime names (php name) [Zend/tests/ns_019.phpt] 
       
  3277 TEST 1655/11096 [Zend/tests/ns_020.phpt]
       
  3278 PASS 020: Accesing internal namespace function [Zend/tests/ns_020.phpt] 
       
  3279 TEST 1656/11096 [Zend/tests/ns_021.phpt]
       
  3280 PASS 021: Name search priority (first look into namespace) [Zend/tests/ns_021.phpt] 
       
  3281 TEST 1657/11096 [Zend/tests/ns_022.phpt]
       
  3282 PASS 022: Name search priority (first look into import, then into current namespace and then for class) [Zend/tests/ns_022.phpt] 
       
  3283 TEST 1658/11096 [Zend/tests/ns_023.phpt]
       
  3284 PASS 023: __NAMESPACE__ constant [Zend/tests/ns_023.phpt] 
       
  3285 TEST 1659/11096 [Zend/tests/ns_024.phpt]
       
  3286 PASS 024: __NAMESPACE__ constant out of namespace [Zend/tests/ns_024.phpt] 
       
  3287 TEST 1660/11096 [Zend/tests/ns_025.phpt]
       
  3288 PASS 025: Name ambiguity (class name & part of namespace name) [Zend/tests/ns_025.phpt] 
       
  3289 TEST 1661/11096 [Zend/tests/ns_026.phpt]
       
  3290 PASS 026: Name ambiguity (class name & namespace name) [Zend/tests/ns_026.phpt] 
       
  3291 TEST 1662/11096 [Zend/tests/ns_027.phpt]
       
  3292 PASS 027: Name ambiguity (class name & part of extertnal namespace name) [Zend/tests/ns_027.phpt] 
       
  3293 TEST 1663/11096 [Zend/tests/ns_028.phpt]
       
  3294 PASS 028: Name ambiguity (class name & external namespace name) [Zend/tests/ns_028.phpt] 
       
  3295 TEST 1664/11096 [Zend/tests/ns_029.phpt]
       
  3296 PASS 029: Name ambiguity (class name & import name) [Zend/tests/ns_029.phpt] 
       
  3297 TEST 1665/11096 [Zend/tests/ns_030.phpt]
       
  3298 PASS 030: Name ambiguity (import name & class name) [Zend/tests/ns_030.phpt] 
       
  3299 TEST 1666/11096 [Zend/tests/ns_031.phpt]
       
  3300 PASS 031: Namespace support for user functions (ns name) [Zend/tests/ns_031.phpt] 
       
  3301 TEST 1667/11096 [Zend/tests/ns_032.phpt]
       
  3302 PASS 032: Namespace support for user functions (php name) [Zend/tests/ns_032.phpt] 
       
  3303 TEST 1668/11096 [Zend/tests/ns_033.phpt]
       
  3304 PASS 033: Import statement with non-compound name [Zend/tests/ns_033.phpt] 
       
  3305 TEST 1669/11096 [Zend/tests/ns_034.phpt]
       
  3306 PASS 034: Support for namespaces in compile-time constant reference [Zend/tests/ns_034.phpt] 
       
  3307 TEST 1670/11096 [Zend/tests/ns_035.phpt]
       
  3308 PASS 035: Name ambiguity in compile-time constant reference (php name) [Zend/tests/ns_035.phpt] 
       
  3309 TEST 1671/11096 [Zend/tests/ns_036.phpt]
       
  3310 PASS 036: Name ambiguity in compile-time constant reference (ns name) [Zend/tests/ns_036.phpt] 
       
  3311 TEST 1672/11096 [Zend/tests/ns_037.phpt]
       
  3312 PASS 037: Name ambiguity (namespace name or namespace's class name) [Zend/tests/ns_037.phpt] 
       
  3313 TEST 1673/11096 [Zend/tests/ns_038.phpt]
       
  3314 PASS 038: Name ambiguity (namespace name or internal class name) [Zend/tests/ns_038.phpt] 
       
  3315 TEST 1674/11096 [Zend/tests/ns_039.phpt]
       
  3316 PASS 039: Constant declaration [Zend/tests/ns_039.phpt] 
       
  3317 TEST 1675/11096 [Zend/tests/ns_040.phpt]
       
  3318 PASS 040: Constant declaration and usage in namespace [Zend/tests/ns_040.phpt] 
       
  3319 TEST 1676/11096 [Zend/tests/ns_041.phpt]
       
  3320 PASS 041: Constants in namespace [Zend/tests/ns_041.phpt] 
       
  3321 TEST 1677/11096 [Zend/tests/ns_042.phpt]
       
  3322 PASS 042: Import in namespace and constants [Zend/tests/ns_042.phpt] 
       
  3323 TEST 1678/11096 [Zend/tests/ns_043.phpt]
       
  3324 PASS 043: Name conflict and constants (ns name) [Zend/tests/ns_043.phpt] 
       
  3325 TEST 1679/11096 [Zend/tests/ns_044.phpt]
       
  3326 PASS 044: Name conflict and constants (php name) [Zend/tests/ns_044.phpt] 
       
  3327 TEST 1680/11096 [Zend/tests/ns_045.phpt]
       
  3328 PASS 045: Name conflict and constants (php name in case if ns name exists) [Zend/tests/ns_045.phpt] 
       
  3329 TEST 1681/11096 [Zend/tests/ns_046.phpt]
       
  3330 PASS 046: Run-time name conflict and constants (ns name) [Zend/tests/ns_046.phpt] 
       
  3331 TEST 1682/11096 [Zend/tests/ns_047.phpt]
       
  3332 PASS 047: Run-time name conflict and constants (php name) [Zend/tests/ns_047.phpt] 
       
  3333 TEST 1683/11096 [Zend/tests/ns_048.phpt]
       
  3334 PASS 048: __NAMESPACE__ constant and runtime names (ns name) [Zend/tests/ns_048.phpt] 
       
  3335 TEST 1684/11096 [Zend/tests/ns_049.phpt]
       
  3336 PASS 049: __NAMESPACE__ constant and runtime names (php name) [Zend/tests/ns_049.phpt] 
       
  3337 TEST 1685/11096 [Zend/tests/ns_050.phpt]
       
  3338 PASS 050: Name conflict and compile-time constants (ns name) [Zend/tests/ns_050.phpt] 
       
  3339 TEST 1686/11096 [Zend/tests/ns_051.phpt]
       
  3340 PASS 051: Name conflict and compile-time constants (php name) [Zend/tests/ns_051.phpt] 
       
  3341 TEST 1687/11096 [Zend/tests/ns_052.phpt]
       
  3342 PASS 052: Name conflict and compile-time constants (php name in case if ns name exists) [Zend/tests/ns_052.phpt] 
       
  3343 TEST 1688/11096 [Zend/tests/ns_053.phpt]
       
  3344 PASS 053: Run-time constant definition [Zend/tests/ns_053.phpt] 
       
  3345 TEST 1689/11096 [Zend/tests/ns_054.phpt]
       
  3346 PASS 054: namespace and interfaces [Zend/tests/ns_054.phpt] 
       
  3347 TEST 1690/11096 [Zend/tests/ns_055.phpt]
       
  3348 PASS 055: typehints in namespaces [Zend/tests/ns_055.phpt] 
       
  3349 TEST 1691/11096 [Zend/tests/ns_056.phpt]
       
  3350 PASS 056: type-hint compatibility in namespaces [Zend/tests/ns_056.phpt] 
       
  3351 TEST 1692/11096 [Zend/tests/ns_057.phpt]
       
  3352 PASS 057: Usage of 'namespace' in compound names (inside namespace) [Zend/tests/ns_057.phpt] 
       
  3353 TEST 1693/11096 [Zend/tests/ns_058.phpt]
       
  3354 PASS 058: Usage of 'namespace' in compound names (out of namespase) [Zend/tests/ns_058.phpt] 
       
  3355 TEST 1694/11096 [Zend/tests/ns_059.phpt]
       
  3356 PASS 059: Constant arrays [Zend/tests/ns_059.phpt] 
       
  3357 TEST 1695/11096 [Zend/tests/ns_060.phpt]
       
  3358 PASS 060: multiple namespaces per file [Zend/tests/ns_060.phpt] 
       
  3359 TEST 1696/11096 [Zend/tests/ns_061.phpt]
       
  3360 PASS 061: use in global scope [Zend/tests/ns_061.phpt] 
       
  3361 TEST 1697/11096 [Zend/tests/ns_062.phpt]
       
  3362 PASS 062: use \global class [Zend/tests/ns_062.phpt] 
       
  3363 TEST 1698/11096 [Zend/tests/ns_063.phpt]
       
  3364 PASS 063: Old-style constructors in namesapces (not supported!) [Zend/tests/ns_063.phpt] 
       
  3365 TEST 1699/11096 [Zend/tests/ns_064.phpt]
       
  3366 PASS Magic methods in overrided stdClass inside namespace [Zend/tests/ns_064.phpt] 
       
  3367 TEST 1700/11096 [Zend/tests/ns_065.phpt]
       
  3368 PASS 065: Multiple names in use statement [Zend/tests/ns_065.phpt] 
       
  3369 TEST 1701/11096 [Zend/tests/ns_066.phpt]
       
  3370 PASS 066: Name ambiguity (import name & internal class name) [Zend/tests/ns_066.phpt] 
       
  3371 TEST 1702/11096 [Zend/tests/ns_067.phpt]
       
  3372 PASS 067: Name ambiguity (import name & internal class name) [Zend/tests/ns_067.phpt] 
       
  3373 TEST 1703/11096 [Zend/tests/ns_068.phpt]
       
  3374 PASS 068: Code before namespace [Zend/tests/ns_068.phpt] 
       
  3375 TEST 1704/11096 [Zend/tests/ns_069.phpt]
       
  3376 PASS 069: Include inside namespaced method [Zend/tests/ns_069.phpt] 
       
  3377 TEST 1705/11096 [Zend/tests/ns_070.phpt]
       
  3378 PASS Testing parameter type-hinted with default value inside namespace [Zend/tests/ns_070.phpt] 
       
  3379 TEST 1706/11096 [Zend/tests/ns_071.phpt]
       
  3380 PASS Testing parameter type-hinted (array) with default value inside namespace [Zend/tests/ns_071.phpt] 
       
  3381 TEST 1707/11096 [Zend/tests/ns_072.phpt]
       
  3382 PASS Testing parameter type-hinted with interface [Zend/tests/ns_072.phpt] 
       
  3383 TEST 1708/11096 [Zend/tests/ns_073.phpt]
       
  3384 PASS Testing type-hinted lambda parameter inside namespace [Zend/tests/ns_073.phpt] 
       
  3385 TEST 1709/11096 [Zend/tests/ns_074.phpt]
       
  3386 PASS Testing type-hinted lambda parameter inside namespace [Zend/tests/ns_074.phpt] 
       
  3387 TEST 1710/11096 [Zend/tests/ns_075.phpt]
       
  3388 PASS 075: Redefining compile-time constants [Zend/tests/ns_075.phpt] 
       
  3389 TEST 1711/11096 [Zend/tests/ns_076.phpt]
       
  3390 PASS 076: Unknown constants in namespace [Zend/tests/ns_076.phpt] 
       
  3391 TEST 1712/11096 [Zend/tests/ns_077_1.phpt]
       
  3392 PASS 077: Unknown compile-time constants in namespace [Zend/tests/ns_077_1.phpt] 
       
  3393 TEST 1713/11096 [Zend/tests/ns_077_2.phpt]
       
  3394 PASS 077: Unknown compile-time constants in namespace [Zend/tests/ns_077_2.phpt] 
       
  3395 TEST 1714/11096 [Zend/tests/ns_077_3.phpt]
       
  3396 PASS 077: Unknown compile-time constants in namespace [Zend/tests/ns_077_3.phpt] 
       
  3397 TEST 1715/11096 [Zend/tests/ns_077_4.phpt]
       
  3398 PASS 077: Unknown compile-time constants in namespace [Zend/tests/ns_077_4.phpt] 
       
  3399 TEST 1716/11096 [Zend/tests/ns_077_5.phpt]
       
  3400 PASS 077: Unknown compile-time constants in namespace [Zend/tests/ns_077_5.phpt] 
       
  3401 TEST 1717/11096 [Zend/tests/ns_077_6.phpt]
       
  3402 PASS 077: Unknown compile-time constants in namespace [Zend/tests/ns_077_6.phpt] 
       
  3403 TEST 1718/11096 [Zend/tests/ns_077_7.phpt]
       
  3404 PASS 077: Unknown compile-time constants in namespace [Zend/tests/ns_077_7.phpt] 
       
  3405 TEST 1719/11096 [Zend/tests/ns_077_8.phpt]
       
  3406 PASS 077: Unknown compile-time constants in namespace [Zend/tests/ns_077_8.phpt] 
       
  3407 TEST 1720/11096 [Zend/tests/ns_078.phpt]
       
  3408 PASS 002: Import - different syntaxes [Zend/tests/ns_078.phpt] 
       
  3409 TEST 1721/11096 [Zend/tests/ns_079.phpt]
       
  3410 PASS 079: nested namespaces [Zend/tests/ns_079.phpt] 
       
  3411 TEST 1722/11096 [Zend/tests/ns_080.phpt]
       
  3412 PASS 080: bracketed namespaces and __HALT_COMPILER(); [Zend/tests/ns_080.phpt] 
       
  3413 TEST 1723/11096 [Zend/tests/ns_081.phpt]
       
  3414 PASS 081: bracketed namespace with nested unbracketed namespace [Zend/tests/ns_081.phpt] 
       
  3415 TEST 1724/11096 [Zend/tests/ns_082.phpt]
       
  3416 PASS 082: bracketed namespace with closing tag [Zend/tests/ns_082.phpt] 
       
  3417 TEST 1725/11096 [Zend/tests/ns_083.phpt]
       
  3418 PASS 083: bracketed namespace with junk before the ns declaration [Zend/tests/ns_083.phpt] 
       
  3419 TEST 1726/11096 [Zend/tests/ns_084.phpt]
       
  3420 PASS 084: unbracketed namespace with nested bracketed namespace [Zend/tests/ns_084.phpt] 
       
  3421 TEST 1727/11096 [Zend/tests/ns_085.phpt]
       
  3422 PASS 085: bracketed namespace [Zend/tests/ns_085.phpt] 
       
  3423 TEST 1728/11096 [Zend/tests/ns_086.phpt]
       
  3424 PASS 086: bracketed namespace with encoding [Zend/tests/ns_086.phpt] 
       
  3425 TEST 1729/11096 [Zend/tests/ns_087.phpt]
       
  3426 PASS 087: bracketed namespace with stuff in between [Zend/tests/ns_087.phpt] 
       
  3427 TEST 1730/11096 [Zend/tests/object-null.phpt]
       
  3428 PASS Test whether an object is NULL or not. [Zend/tests/object-null.phpt] 
       
  3429 TEST 1731/11096 [Zend/tests/object_handlers.phpt]
       
  3430 PASS Magic object handlers segfaults and memory errors [Zend/tests/object_handlers.phpt] 
       
  3431 TEST 1732/11096 [Zend/tests/objects_001.phpt]
       
  3432 PASS comparing objects to other types [Zend/tests/objects_001.phpt] 
       
  3433 TEST 1733/11096 [Zend/tests/objects_002.phpt]
       
  3434 PASS method overloading with different method signature [Zend/tests/objects_002.phpt] 
       
  3435 TEST 1734/11096 [Zend/tests/objects_003.phpt]
       
  3436 PASS method overloading with different method signature [Zend/tests/objects_003.phpt] 
       
  3437 TEST 1735/11096 [Zend/tests/objects_004.phpt]
       
  3438 PASS method overloading with different method signature [Zend/tests/objects_004.phpt] 
       
  3439 TEST 1736/11096 [Zend/tests/objects_005.phpt]
       
  3440 PASS method overloading with different method signature [Zend/tests/objects_005.phpt] 
       
  3441 TEST 1737/11096 [Zend/tests/objects_006.phpt]
       
  3442 PASS method overloading with different method signature [Zend/tests/objects_006.phpt] 
       
  3443 TEST 1738/11096 [Zend/tests/objects_007.phpt]
       
  3444 PASS method overloading with different method signature [Zend/tests/objects_007.phpt] 
       
  3445 TEST 1739/11096 [Zend/tests/objects_008.phpt]
       
  3446 PASS method overloading with different method signature [Zend/tests/objects_008.phpt] 
       
  3447 TEST 1740/11096 [Zend/tests/objects_009.phpt]
       
  3448 PASS method overloading with different method signature [Zend/tests/objects_009.phpt] 
       
  3449 TEST 1741/11096 [Zend/tests/objects_010.phpt]
       
  3450 PASS redefining constructor (__construct second) [Zend/tests/objects_010.phpt] 
       
  3451 TEST 1742/11096 [Zend/tests/objects_011.phpt]
       
  3452 PASS redefining constructor (__construct first) [Zend/tests/objects_011.phpt] 
       
  3453 TEST 1743/11096 [Zend/tests/objects_012.phpt]
       
  3454 PASS implementing a class [Zend/tests/objects_012.phpt] 
       
  3455 TEST 1744/11096 [Zend/tests/objects_013.phpt]
       
  3456 PASS implementing the same interface twice [Zend/tests/objects_013.phpt] 
       
  3457 TEST 1745/11096 [Zend/tests/objects_014.phpt]
       
  3458 PASS extending the same interface twice [Zend/tests/objects_014.phpt] 
       
  3459 TEST 1746/11096 [Zend/tests/objects_015.phpt]
       
  3460 PASS comparing objects with strings/NULL [Zend/tests/objects_015.phpt] 
       
  3461 TEST 1747/11096 [Zend/tests/objects_017.phpt]
       
  3462 PASS Testing visibility of object returned by function [Zend/tests/objects_017.phpt] 
       
  3463 TEST 1748/11096 [Zend/tests/objects_018.phpt]
       
  3464 PASS Using the same function name on interface with inheritance [Zend/tests/objects_018.phpt] 
       
  3465 TEST 1749/11096 [Zend/tests/objects_019.phpt]
       
  3466 PASS Testing references of dynamic properties [Zend/tests/objects_019.phpt] 
       
  3467 TEST 1750/11096 [Zend/tests/objects_020.phpt]
       
  3468 PASS Accessing members of standard object through of variable variable [Zend/tests/objects_020.phpt] 
       
  3469 TEST 1751/11096 [Zend/tests/objects_021.phpt]
       
  3470 PASS Testing magic methods __set, __get and __call in cascade [Zend/tests/objects_021.phpt] 
       
  3471 TEST 1752/11096 [Zend/tests/objects_022.phpt]
       
  3472 PASS Testing 'self', 'parent' as type-hint [Zend/tests/objects_022.phpt] 
       
  3473 TEST 1753/11096 [Zend/tests/objects_023.phpt]
       
  3474 PASS Creating instances dynamically [Zend/tests/objects_023.phpt] 
       
  3475 TEST 1754/11096 [Zend/tests/objects_024.phpt]
       
  3476 PASS Testing direct assigning for property of object returned by function [Zend/tests/objects_024.phpt] 
       
  3477 TEST 1755/11096 [Zend/tests/objects_025.phpt]
       
  3478 PASS Testing invalid method names with __call and __callstatic [Zend/tests/objects_025.phpt] 
       
  3479 TEST 1756/11096 [Zend/tests/objects_026.phpt]
       
  3480 PASS Using $this when out of context [Zend/tests/objects_026.phpt] 
       
  3481 TEST 1757/11096 [Zend/tests/objects_027.phpt]
       
  3482 PASS Testing 'new static;' calling parent method [Zend/tests/objects_027.phpt] 
       
  3483 TEST 1758/11096 [Zend/tests/objects_028.phpt]
       
  3484 PASS Testing 'static::' and 'parent::' in calls [Zend/tests/objects_028.phpt] 
       
  3485 TEST 1759/11096 [Zend/tests/objects_029.phpt]
       
  3486 PASS Trying to access undeclared static property [Zend/tests/objects_029.phpt] 
       
  3487 TEST 1760/11096 [Zend/tests/objects_030.phpt]
       
  3488 PASS Trying to access undeclared parent property [Zend/tests/objects_030.phpt] 
       
  3489 TEST 1761/11096 [Zend/tests/objects_031.phpt]
       
  3490 PASS Cloning stdClass [Zend/tests/objects_031.phpt] 
       
  3491 TEST 1762/11096 [Zend/tests/objects_032.phpt]
       
  3492 PASS Covariant return-by-ref constraints [Zend/tests/objects_032.phpt] 
       
  3493 TEST 1763/11096 [Zend/tests/oct_overflow_32bit.phpt]
       
  3494 PASS testing integer overflow (32bit) [Zend/tests/oct_overflow_32bit.phpt] 
       
  3495 TEST 1764/11096 [Zend/tests/offset_array.phpt]
       
  3496 PASS using different variables to access array offsets [Zend/tests/offset_array.phpt] 
       
  3497 TEST 1765/11096 [Zend/tests/offset_assign.phpt]
       
  3498 PASS Crash on $x['x']['y'] += 1 when $x is string [Zend/tests/offset_assign.phpt] 
       
  3499 TEST 1766/11096 [Zend/tests/offset_bool.phpt]
       
  3500 PASS using different variables to access boolean offsets [Zend/tests/offset_bool.phpt] 
       
  3501 TEST 1767/11096 [Zend/tests/offset_long.phpt]
       
  3502 PASS using different variables to access long offsets [Zend/tests/offset_long.phpt] 
       
  3503 TEST 1768/11096 [Zend/tests/offset_null.phpt]
       
  3504 PASS using different variables to access null offsets [Zend/tests/offset_null.phpt] 
       
  3505 TEST 1769/11096 [Zend/tests/offset_object.phpt]
       
  3506 PASS accessing object dimension [Zend/tests/offset_object.phpt] 
       
  3507 TEST 1770/11096 [Zend/tests/offset_string.phpt]
       
  3508 PASS using different variables to access string offsets [Zend/tests/offset_string.phpt] 
       
  3509 TEST 1771/11096 [Zend/tests/or_001.phpt]
       
  3510 PASS bitwise OR and strings [Zend/tests/or_001.phpt] 
       
  3511 TEST 1772/11096 [Zend/tests/property_exists.phpt]
       
  3512 PASS Testing property_exists() [Zend/tests/property_exists.phpt] 
       
  3513 TEST 1773/11096 [Zend/tests/selfParent_001.phpt]
       
  3514 PASS Test when constants are initialised. See also selfParent_002.phpt. [Zend/tests/selfParent_001.phpt] 
       
  3515 TEST 1774/11096 [Zend/tests/selfParent_002.phpt]
       
  3516 PASS Test when constants are initialised. See also selfParent_001.phpt. [Zend/tests/selfParent_002.phpt] 
       
  3517 TEST 1775/11096 [Zend/tests/settype_array.phpt]
       
  3518 PASS casting different variables to array using settype() [Zend/tests/settype_array.phpt] 
       
  3519 TEST 1776/11096 [Zend/tests/settype_bool.phpt]
       
  3520 PASS casting different variables to boolean using settype() [Zend/tests/settype_bool.phpt] 
       
  3521 TEST 1777/11096 [Zend/tests/settype_double.phpt]
       
  3522 PASS casting different variables to double using settype() [Zend/tests/settype_double.phpt] 
       
  3523 TEST 1778/11096 [Zend/tests/settype_int.phpt]
       
  3524 PASS casting different variables to integer using settype() [Zend/tests/settype_int.phpt] 
       
  3525 TEST 1779/11096 [Zend/tests/settype_null.phpt]
       
  3526 PASS casting different variables to null using settype() [Zend/tests/settype_null.phpt] 
       
  3527 TEST 1780/11096 [Zend/tests/settype_object.phpt]
       
  3528 PASS casting different variables to object using settype() [Zend/tests/settype_object.phpt] 
       
  3529 TEST 1781/11096 [Zend/tests/settype_resource.phpt]
       
  3530 PASS casting different variables to resource using settype() [Zend/tests/settype_resource.phpt] 
       
  3531 TEST 1782/11096 [Zend/tests/settype_string.phpt]
       
  3532 PASS casting different variables to string using settype() [Zend/tests/settype_string.phpt] 
       
  3533 TEST 1783/11096 [Zend/tests/shift_001.phpt]
       
  3534 PASS shifting strings left [Zend/tests/shift_001.phpt] 
       
  3535 TEST 1784/11096 [Zend/tests/shift_002.phpt]
       
  3536 PASS shifting strings right [Zend/tests/shift_002.phpt] 
       
  3537 TEST 1785/11096 [Zend/tests/strict_001.phpt]
       
  3538 PASS using resource as array offset [Zend/tests/strict_001.phpt] 
       
  3539 TEST 1786/11096 [Zend/tests/strict_002.phpt]
       
  3540 PASS assigning static property as non static [Zend/tests/strict_002.phpt] 
       
  3541 TEST 1787/11096 [Zend/tests/sub_001.phpt]
       
  3542 PASS subtracting arrays [Zend/tests/sub_001.phpt] 
       
  3543 TEST 1788/11096 [Zend/tests/unexpected_ref_bug.phpt]
       
  3544 PASS Crash when function parameter modified via unexpected reference [Zend/tests/unexpected_ref_bug.phpt] 
       
  3545 TEST 1789/11096 [Zend/tests/unset_cv01.phpt]
       
  3546 PASS unset() CV 1 (unset() global variable) [Zend/tests/unset_cv01.phpt] 
       
  3547 TEST 1790/11096 [Zend/tests/unset_cv02.phpt]
       
  3548 PASS unset() CV 2 (unset() global variable in $GLOBALS) [Zend/tests/unset_cv02.phpt] 
       
  3549 TEST 1791/11096 [Zend/tests/unset_cv03.phpt]
       
  3550 PASS unset() CV 3 (unset() global variable in included file) [Zend/tests/unset_cv03.phpt] 
       
  3551 TEST 1792/11096 [Zend/tests/unset_cv04.phpt]
       
  3552 PASS unset() CV 4 (unset() local variable in included file) [Zend/tests/unset_cv04.phpt] 
       
  3553 TEST 1793/11096 [Zend/tests/unset_cv05.phpt]
       
  3554 SKIP unset() CV 5 (indirect unset() of global variable in session_start()) [Zend/tests/unset_cv05.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
  3555 TEST 1794/11096 [Zend/tests/unset_cv06.phpt]
       
  3556 SKIP unset() CV 6 (indirect unset() of global variable in session_unset()) [Zend/tests/unset_cv06.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
  3557 SKIP unset() CV 7 (indirect unset() of global variable in import_request_variables()) [Zend/tests/unset_cv07.phpt] reason: CGI not available
       
  3558 TEST 1796/11096 [Zend/tests/unset_cv08.phpt]
       
  3559 PASS unset() CV 8 (unset() of global variable in array_unique($GLOBALS)) [Zend/tests/unset_cv08.phpt] 
       
  3560 TEST 1797/11096 [Zend/tests/unset_cv09.phpt]
       
  3561 PASS unset() CV 9 (unset() of global variable in array_pop($GLOBALS)) [Zend/tests/unset_cv09.phpt] 
       
  3562 TEST 1798/11096 [Zend/tests/unset_cv10.phpt]
       
  3563 PASS unset() CV 10 (unset() of global variable in ArrayObject::offsetUnset($GLOBALS)) [Zend/tests/unset_cv10.phpt] 
       
  3564 TEST 1799/11096 [Zend/tests/unset_cv11.phpt]
       
  3565 PASS unset() CV 11 (unset() of copy destoies original value) [Zend/tests/unset_cv11.phpt] 
       
  3566 TEST 1800/11096 [Zend/tests/unset_cv12.phpt]
       
  3567 PASS unset() CV 12 (unset() in indirect called function) [Zend/tests/unset_cv12.phpt] 
       
  3568 TEST 1801/11096 [Zend/tests/xor_001.phpt]
       
  3569 PASS XORing arrays [Zend/tests/xor_001.phpt] 
       
  3570 TEST 1802/11096 [Zend/tests/xor_002.phpt]
       
  3571 PASS XORing strings [Zend/tests/xor_002.phpt] 
       
  3572 TEST 1803/11096 [Zend/tests/xor_003.phpt]
       
  3573 PASS XORing booleans [Zend/tests/xor_003.phpt] 
       
  3574 TEST 1804/11096 [Zend/tests/zend_operators.phpt]
       
  3575 PASS Operator precedence [Zend/tests/zend_operators.phpt] 
       
  3576 TEST 1805/11096 [Zend/tests/zend_strtod.phpt]
       
  3577 PASS zend_strtod() leaks on big doubles [Zend/tests/zend_strtod.phpt] 
       
  3578 TEST 1806/11096 [ext/bcmath/tests/bcadd.phpt]
       
  3579 PASS bcadd() function [ext/bcmath/tests/bcadd.phpt] 
       
  3580 TEST 1807/11096 [ext/bcmath/tests/bcadd_error1.phpt]
       
  3581 PASS bcadd() incorrect argument count [ext/bcmath/tests/bcadd_error1.phpt] 
       
  3582 TEST 1808/11096 [ext/bcmath/tests/bcadd_variation001.phpt]
       
  3583 PASS bcadd() with non-integers [ext/bcmath/tests/bcadd_variation001.phpt] 
       
  3584 TEST 1809/11096 [ext/bcmath/tests/bccomp.phpt]
       
  3585 PASS bccomp() function [ext/bcmath/tests/bccomp.phpt] 
       
  3586 TEST 1810/11096 [ext/bcmath/tests/bccomp_variation001.phpt]
       
  3587 PASS bccomp() with non-integers [ext/bcmath/tests/bccomp_variation001.phpt] 
       
  3588 TEST 1811/11096 [ext/bcmath/tests/bccomp_variation002.phpt]
       
  3589 PASS bccomp() with negative value [ext/bcmath/tests/bccomp_variation002.phpt] 
       
  3590 TEST 1812/11096 [ext/bcmath/tests/bcdiv.phpt]
       
  3591 PASS bcdiv() function [ext/bcmath/tests/bcdiv.phpt] 
       
  3592 TEST 1813/11096 [ext/bcmath/tests/bcdiv_error1.phpt]
       
  3593 PASS bcdiv — Divide two arbitrary precision numbers [ext/bcmath/tests/bcdiv_error1.phpt] 
       
  3594 TEST 1814/11096 [ext/bcmath/tests/bcdiv_error2.phpt]
       
  3595 PASS bcdiv — Divide two arbitrary precision numbers [ext/bcmath/tests/bcdiv_error2.phpt] 
       
  3596 TEST 1815/11096 [ext/bcmath/tests/bcmod.phpt]
       
  3597 PASS bcmod() function [ext/bcmath/tests/bcmod.phpt] 
       
  3598 TEST 1816/11096 [ext/bcmath/tests/bcmod_error1.phpt]
       
  3599 PASS bcmod — Get modulus of an arbitrary precision number [ext/bcmath/tests/bcmod_error1.phpt] 
       
  3600 TEST 1817/11096 [ext/bcmath/tests/bcmod_error2.phpt]
       
  3601 PASS bcmod() - mod by 0 [ext/bcmath/tests/bcmod_error2.phpt] 
       
  3602 TEST 1818/11096 [ext/bcmath/tests/bcmul.phpt]
       
  3603 PASS bcmul() function [ext/bcmath/tests/bcmul.phpt] 
       
  3604 TEST 1819/11096 [ext/bcmath/tests/bcmul_error1.phpt]
       
  3605 PASS bcmul() incorrect argument count [ext/bcmath/tests/bcmul_error1.phpt] 
       
  3606 TEST 1820/11096 [ext/bcmath/tests/bcpow.phpt]
       
  3607 PASS bcpow() function [ext/bcmath/tests/bcpow.phpt] 
       
  3608 TEST 1821/11096 [ext/bcmath/tests/bcpow_error3.phpt]
       
  3609 PASS bcpow() incorrect argument count [ext/bcmath/tests/bcpow_error3.phpt] 
       
  3610 TEST 1822/11096 [ext/bcmath/tests/bcpow_variation001.phpt]
       
  3611 PASS bcpow() with a negative exponent [ext/bcmath/tests/bcpow_variation001.phpt] 
       
  3612 TEST 1823/11096 [ext/bcmath/tests/bcpowmod.phpt]
       
  3613 PASS bcpowmod() - Raise an arbitrary precision number to another, reduced by a specified modulus [ext/bcmath/tests/bcpowmod.phpt] 
       
  3614 TEST 1824/11096 [ext/bcmath/tests/bcpowmod_error1.phpt]
       
  3615 PASS bcpowmod — Raise an arbitrary precision number to another, reduced by a specified modulus [ext/bcmath/tests/bcpowmod_error1.phpt] 
       
  3616 TEST 1825/11096 [ext/bcmath/tests/bcpowmod_error2.phpt]
       
  3617 PASS bcpowmod — Raise an arbitrary precision number to another, reduced by a specified modulus [ext/bcmath/tests/bcpowmod_error2.phpt] 
       
  3618 TEST 1826/11096 [ext/bcmath/tests/bcpowmod_error3.phpt]
       
  3619 PASS bcpowmod — Raise an arbitrary precision number to another, reduced by a specified modulus [ext/bcmath/tests/bcpowmod_error3.phpt] 
       
  3620 TEST 1827/11096 [ext/bcmath/tests/bcscale.phpt]
       
  3621 PASS bcscale() function [ext/bcmath/tests/bcscale.phpt] 
       
  3622 TEST 1828/11096 [ext/bcmath/tests/bcscale_variation001.phpt]
       
  3623 PASS bcscale() with negative argument [ext/bcmath/tests/bcscale_variation001.phpt] 
       
  3624 TEST 1829/11096 [ext/bcmath/tests/bcscale_variation002.phpt]
       
  3625 PASS bcadd() incorrect argument count [ext/bcmath/tests/bcscale_variation002.phpt] 
       
  3626 TEST 1830/11096 [ext/bcmath/tests/bcsqrt.phpt]
       
  3627 PASS bcsqrt() function [ext/bcmath/tests/bcsqrt.phpt] 
       
  3628 TEST 1831/11096 [ext/bcmath/tests/bcsqrt_error1.phpt]
       
  3629 PASS bcsqrt — Get the square root of an arbitrary precision number [ext/bcmath/tests/bcsqrt_error1.phpt] 
       
  3630 TEST 1832/11096 [ext/bcmath/tests/bcsqrt_error2.phpt]
       
  3631 PASS bcsqrt() incorrect argument count [ext/bcmath/tests/bcsqrt_error2.phpt] 
       
  3632 TEST 1833/11096 [ext/bcmath/tests/bcsqrt_variation001.phpt]
       
  3633 PASS bcsqrt() with argument of 0 [ext/bcmath/tests/bcsqrt_variation001.phpt] 
       
  3634 TEST 1834/11096 [ext/bcmath/tests/bcsub.phpt]
       
  3635 PASS bcsub() function [ext/bcmath/tests/bcsub.phpt] 
       
  3636 TEST 1835/11096 [ext/bcmath/tests/bcsub_error1.phpt]
       
  3637 PASS bcsub() incorrect argument count [ext/bcmath/tests/bcsub_error1.phpt] 
       
  3638 TEST 1836/11096 [ext/bcmath/tests/bug60377.phpt]
       
  3639 PASS bcscale related problem on 64bits platforms [ext/bcmath/tests/bug60377.phpt] 
       
  3640 TEST 1837/11096 [ext/bz2/tests/001.phpt]
       
  3641 PASS bzopen() and invalid parameters [ext/bz2/tests/001.phpt] 
       
  3642 TEST 1838/11096 [ext/bz2/tests/002.phpt]
       
  3643 PASS bzopen() using fd opened in wrong mode [ext/bz2/tests/002.phpt] 
       
  3644 TEST 1839/11096 [ext/bz2/tests/003.phpt]
       
  3645 PASS bzread() tests [ext/bz2/tests/003.phpt] 
       
  3646 TEST 1840/11096 [ext/bz2/tests/004.phpt]
       
  3647 PASS bzread() tests with invalid files [ext/bz2/tests/004.phpt] 
       
  3648 TEST 1841/11096 [ext/bz2/tests/005.phpt]
       
  3649 PASS bzcompress()/bzdecompress() tests [ext/bz2/tests/005.phpt] 
       
  3650 TEST 1842/11096 [ext/bz2/tests/bug51997.phpt]
       
  3651 PASS Bug #51997 (SEEK_CUR with 0 value, returns a warning) [ext/bz2/tests/bug51997.phpt] 
       
  3652 TEST 1843/11096 [ext/bz2/tests/bz2_filter_compress.phpt]
       
  3653 PASS bzip2.compress (with convert.base64-encode) [ext/bz2/tests/bz2_filter_compress.phpt] 
       
  3654 TEST 1844/11096 [ext/bz2/tests/bz2_filter_decompress.phpt]
       
  3655 PASS bzip2.decompress (with convert.base64-decode) [ext/bz2/tests/bz2_filter_decompress.phpt] 
       
  3656 TEST 1845/11096 [ext/bz2/tests/with_files.phpt]
       
  3657 PASS BZ2 with files [ext/bz2/tests/with_files.phpt] 
       
  3658 TEST 1846/11096 [ext/bz2/tests/with_strings.phpt]
       
  3659 PASS BZ2 with strings [ext/bz2/tests/with_strings.phpt] 
       
  3660 TEST 1847/11096 [ext/calendar/tests/bug52744.phpt]
       
  3661 PASS Bug #52744 (cal_days_in_month incorrect for December 1 BCE) [ext/calendar/tests/bug52744.phpt] 
       
  3662 TEST 1848/11096 [ext/calendar/tests/bug53574_1.phpt]
       
  3663 PASS Bug #53574 (Integer overflow in SdnToJulian; leads to segfault) [ext/calendar/tests/bug53574_1.phpt] 
       
  3664 TEST 1849/11096 [ext/calendar/tests/bug53574_2.phpt]
       
  3665 SKIP Bug #53574 (Integer overflow in SdnToJulian; leads to segfault) [ext/calendar/tests/bug53574_2.phpt] reason: this test is for 64bit platform only
       
  3666 TEST 1850/11096 [ext/calendar/tests/bug55797_1.phpt]
       
  3667 PASS Bug #55797: Integer overflow in SdnToGregorian leads to segfault (in optimized builds) [ext/calendar/tests/bug55797_1.phpt] 
       
  3668 TEST 1851/11096 [ext/calendar/tests/bug55797_2.phpt]
       
  3669 SKIP Bug #55797: Integer overflow in SdnToGregorian leads to segfault (in optimized builds) [ext/calendar/tests/bug55797_2.phpt] reason: this test is for 64bit platform only
       
  3670 TEST 1852/11096 [ext/calendar/tests/cal_days_in_month.phpt]
       
  3671 PASS cal_days_in_month() [ext/calendar/tests/cal_days_in_month.phpt] 
       
  3672 TEST 1853/11096 [ext/calendar/tests/cal_from_jd.phpt]
       
  3673 PASS cal_from_jd() [ext/calendar/tests/cal_from_jd.phpt] 
       
  3674 TEST 1854/11096 [ext/calendar/tests/cal_info.phpt]
       
  3675 PASS cal_info() [ext/calendar/tests/cal_info.phpt] 
       
  3676 TEST 1855/11096 [ext/calendar/tests/cal_to_jd.phpt]
       
  3677 PASS cal_to_jd() [ext/calendar/tests/cal_to_jd.phpt] 
       
  3678 TEST 1856/11096 [ext/calendar/tests/easter_date.phpt]
       
  3679 PASS easter_date() [ext/calendar/tests/easter_date.phpt] 
       
  3680 TEST 1857/11096 [ext/calendar/tests/easter_days.phpt]
       
  3681 PASS easter_days() [ext/calendar/tests/easter_days.phpt] 
       
  3682 TEST 1858/11096 [ext/calendar/tests/frenchtojd.phpt]
       
  3683 PASS frenchtojd() [ext/calendar/tests/frenchtojd.phpt] 
       
  3684 TEST 1859/11096 [ext/calendar/tests/gregoriantojd.phpt]
       
  3685 PASS gregoriantojd() [ext/calendar/tests/gregoriantojd.phpt] 
       
  3686 TEST 1860/11096 [ext/calendar/tests/jddayofweek.phpt]
       
  3687 PASS jddayofweek() [ext/calendar/tests/jddayofweek.phpt] 
       
  3688 TEST 1861/11096 [ext/calendar/tests/jdmonthname.phpt]
       
  3689 PASS jdmonthname() [ext/calendar/tests/jdmonthname.phpt] 
       
  3690 TEST 1862/11096 [ext/calendar/tests/jdtofrench.phpt]
       
  3691 PASS jdtofrench() [ext/calendar/tests/jdtofrench.phpt] 
       
  3692 TEST 1863/11096 [ext/calendar/tests/jdtogregorian.phpt]
       
  3693 PASS jdtogregorian() [ext/calendar/tests/jdtogregorian.phpt] 
       
  3694 TEST 1864/11096 [ext/calendar/tests/jdtojewish.phpt]
       
  3695 PASS jdtojewish() function [ext/calendar/tests/jdtojewish.phpt] 
       
  3696 TEST 1865/11096 [ext/calendar/tests/jdtojewish64.phpt]
       
  3697 SKIP Bug #64895: Integer overflow in SndToJewish [ext/calendar/tests/jdtojewish64.phpt] reason: this test is for 64bit platform only
       
  3698 TEST 1866/11096 [ext/calendar/tests/jdtojulian.phpt]
       
  3699 PASS jdtojulian() [ext/calendar/tests/jdtojulian.phpt] 
       
  3700 TEST 1867/11096 [ext/calendar/tests/jdtomonthname.phpt]
       
  3701 PASS jdtomonthname() test [ext/calendar/tests/jdtomonthname.phpt] 
       
  3702 TEST 1868/11096 [ext/calendar/tests/jdtounix.phpt]
       
  3703 PASS jdtounix() [ext/calendar/tests/jdtounix.phpt] 
       
  3704 TEST 1869/11096 [ext/calendar/tests/jewishtojd.phpt]
       
  3705 PASS jewishtojd() [ext/calendar/tests/jewishtojd.phpt] 
       
  3706 TEST 1870/11096 [ext/calendar/tests/juliantojd.phpt]
       
  3707 PASS juliantojd() [ext/calendar/tests/juliantojd.phpt] 
       
  3708 TEST 1871/11096 [ext/calendar/tests/unixtojd.phpt]
       
  3709 PASS unixtojd() [ext/calendar/tests/unixtojd.phpt] 
       
  3710 TEST 1872/11096 [ext/ctype/tests/001.phpt]
       
  3711 PASS ctype on integers [ext/ctype/tests/001.phpt] 
       
  3712 TEST 1873/11096 [ext/ctype/tests/002.phpt]
       
  3713 PASS ctype on strings [ext/ctype/tests/002.phpt] 
       
  3714 TEST 1874/11096 [ext/ctype/tests/bug25745.phpt]
       
  3715 PASS Bug #25745 (ctype functions fail with non-ascii characters) [ext/ctype/tests/bug25745.phpt] 
       
  3716 TEST 1875/11096 [ext/ctype/tests/bug34645.phpt]
       
  3717 PASS Bug #34645 (ctype corrupts memory when validating large numbers) [ext/ctype/tests/bug34645.phpt] 
       
  3718 TEST 1876/11096 [ext/ctype/tests/ctype_alnum_basic.phpt]
       
  3719 PASS Test ctype_alnum() function : basic functionality [ext/ctype/tests/ctype_alnum_basic.phpt] 
       
  3720 TEST 1877/11096 [ext/ctype/tests/ctype_alnum_error.phpt]
       
  3721 PASS Test ctype_alnum() function : error conditions - Incorrect number of args [ext/ctype/tests/ctype_alnum_error.phpt] 
       
  3722 TEST 1878/11096 [ext/ctype/tests/ctype_alnum_variation1.phpt]
       
  3723 PASS Test ctype_alnum() function : usage variations - Different data types as $c arg [ext/ctype/tests/ctype_alnum_variation1.phpt] 
       
  3724 TEST 1879/11096 [ext/ctype/tests/ctype_alnum_variation2.phpt]
       
  3725 PASS Test ctype_alnum() function : usage variations - different integers [ext/ctype/tests/ctype_alnum_variation2.phpt] 
       
  3726 TEST 1880/11096 [ext/ctype/tests/ctype_alnum_variation3.phpt]
       
  3727 PASS Test ctype_alnum() function : usage variations - different string values [ext/ctype/tests/ctype_alnum_variation3.phpt] 
       
  3728 TEST 1881/11096 [ext/ctype/tests/ctype_alnum_variation4.phpt]
       
  3729 PASS Test ctype_alnum() function : usage variations  - octal and hexadecimal values [ext/ctype/tests/ctype_alnum_variation4.phpt] 
       
  3730 TEST 1882/11096 [ext/ctype/tests/ctype_alpha_basic.phpt]
       
  3731 PASS Test ctype_alpha() function : basic functionality [ext/ctype/tests/ctype_alpha_basic.phpt] 
       
  3732 TEST 1883/11096 [ext/ctype/tests/ctype_alpha_error.phpt]
       
  3733 PASS Test ctype_alpha() function : error conditions - Incorrect number of arguments [ext/ctype/tests/ctype_alpha_error.phpt] 
       
  3734 TEST 1884/11096 [ext/ctype/tests/ctype_alpha_variation1.phpt]
       
  3735 PASS Test ctype_alpha() function : usage variations - different data types as $c arg [ext/ctype/tests/ctype_alpha_variation1.phpt] 
       
  3736 TEST 1885/11096 [ext/ctype/tests/ctype_alpha_variation2.phpt]
       
  3737 PASS Test ctype_alpha() function : usage variations - different integers [ext/ctype/tests/ctype_alpha_variation2.phpt] 
       
  3738 TEST 1886/11096 [ext/ctype/tests/ctype_alpha_variation3.phpt]
       
  3739 PASS Test ctype_alpha() function : usage variations - different strings [ext/ctype/tests/ctype_alpha_variation3.phpt] 
       
  3740 TEST 1887/11096 [ext/ctype/tests/ctype_alpha_variation4.phpt]
       
  3741 PASS Test ctype_alpha() function : usage variations - Octal and hexadecimal values [ext/ctype/tests/ctype_alpha_variation4.phpt] 
       
  3742 TEST 1888/11096 [ext/ctype/tests/ctype_cntrl_basic.phpt]
       
  3743 PASS Test ctype_cntrl() function : basic functionality [ext/ctype/tests/ctype_cntrl_basic.phpt] 
       
  3744 TEST 1889/11096 [ext/ctype/tests/ctype_cntrl_error.phpt]
       
  3745 PASS Test ctype_cntrl() function : error conditions - Incorrect number of args [ext/ctype/tests/ctype_cntrl_error.phpt] 
       
  3746 TEST 1890/11096 [ext/ctype/tests/ctype_cntrl_variation1.phpt]
       
  3747 PASS Test ctype_cntrl() function : usage variations - Different data types as $c arg [ext/ctype/tests/ctype_cntrl_variation1.phpt] 
       
  3748 TEST 1891/11096 [ext/ctype/tests/ctype_cntrl_variation2.phpt]
       
  3749 PASS Test ctype_cntrl() function : usage variations - different integers [ext/ctype/tests/ctype_cntrl_variation2.phpt] 
       
  3750 TEST 1892/11096 [ext/ctype/tests/ctype_cntrl_variation3.phpt]
       
  3751 PASS Test ctype_cntrl() function : usage variations - Different strings [ext/ctype/tests/ctype_cntrl_variation3.phpt] 
       
  3752 TEST 1893/11096 [ext/ctype/tests/ctype_cntrl_variation4.phpt]
       
  3753 PASS Test ctype_cntrl() function : usage variations - Octal and hexadecimal values [ext/ctype/tests/ctype_cntrl_variation4.phpt] 
       
  3754 TEST 1894/11096 [ext/ctype/tests/ctype_digit_basic.phpt]
       
  3755 PASS Test ctype_digit() function : basic functionality [ext/ctype/tests/ctype_digit_basic.phpt] 
       
  3756 TEST 1895/11096 [ext/ctype/tests/ctype_digit_error.phpt]
       
  3757 PASS Test ctype_digit() function : error conditions - incorrect number of arguments [ext/ctype/tests/ctype_digit_error.phpt] 
       
  3758 TEST 1896/11096 [ext/ctype/tests/ctype_digit_variation1.phpt]
       
  3759 PASS Test ctype_digit() function : usage variations - different data types as $c arg [ext/ctype/tests/ctype_digit_variation1.phpt] 
       
  3760 TEST 1897/11096 [ext/ctype/tests/ctype_digit_variation2.phpt]
       
  3761 PASS Test ctype_digit() function : usage variations - different integers [ext/ctype/tests/ctype_digit_variation2.phpt] 
       
  3762 TEST 1898/11096 [ext/ctype/tests/ctype_digit_variation3.phpt]
       
  3763 PASS Test ctype_digit() function : usage variations - different strings [ext/ctype/tests/ctype_digit_variation3.phpt] 
       
  3764 TEST 1899/11096 [ext/ctype/tests/ctype_digit_variation4.phpt]
       
  3765 PASS Test ctype_digit() function : usage variations - octal and hexadecimal values [ext/ctype/tests/ctype_digit_variation4.phpt] 
       
  3766 TEST 1900/11096 [ext/ctype/tests/ctype_graph_basic.phpt]
       
  3767 PASS Test ctype_graph() function : basic functionality [ext/ctype/tests/ctype_graph_basic.phpt] 
       
  3768 TEST 1901/11096 [ext/ctype/tests/ctype_graph_error.phpt]
       
  3769 PASS Test ctype_graph() function : error conditions - incorrect number of arguments [ext/ctype/tests/ctype_graph_error.phpt] 
       
  3770 TEST 1902/11096 [ext/ctype/tests/ctype_graph_variation1.phpt]
       
  3771 PASS Test ctype_graph() function : usage variations - different data types as $c arg [ext/ctype/tests/ctype_graph_variation1.phpt] 
       
  3772 TEST 1903/11096 [ext/ctype/tests/ctype_graph_variation2.phpt]
       
  3773 PASS Test ctype_graph() function : usage variations - different integers [ext/ctype/tests/ctype_graph_variation2.phpt] 
       
  3774 TEST 1904/11096 [ext/ctype/tests/ctype_graph_variation3.phpt]
       
  3775 PASS Test ctype_graph() function : usage variations - different strings [ext/ctype/tests/ctype_graph_variation3.phpt] 
       
  3776 TEST 1905/11096 [ext/ctype/tests/ctype_graph_variation4.phpt]
       
  3777 PASS Test ctype_graph() function : usage variations - octal and hexadecimal values [ext/ctype/tests/ctype_graph_variation4.phpt] 
       
  3778 TEST 1906/11096 [ext/ctype/tests/ctype_lower_basic.phpt]
       
  3779 PASS Test ctype_lower() function : basic functionality [ext/ctype/tests/ctype_lower_basic.phpt] 
       
  3780 TEST 1907/11096 [ext/ctype/tests/ctype_lower_error.phpt]
       
  3781 PASS Test ctype_lower() function : error conditions - incorrect number of args [ext/ctype/tests/ctype_lower_error.phpt] 
       
  3782 TEST 1908/11096 [ext/ctype/tests/ctype_lower_variation1.phpt]
       
  3783 PASS Test ctype_lower() function : usage variations - different data types as $c arg [ext/ctype/tests/ctype_lower_variation1.phpt] 
       
  3784 TEST 1909/11096 [ext/ctype/tests/ctype_lower_variation2.phpt]
       
  3785 PASS Test ctype_lower() function : usage variations - different integers [ext/ctype/tests/ctype_lower_variation2.phpt] 
       
  3786 TEST 1910/11096 [ext/ctype/tests/ctype_lower_variation3.phpt]
       
  3787 PASS Test ctype_lower() function : usage variations - different strings [ext/ctype/tests/ctype_lower_variation3.phpt] 
       
  3788 TEST 1911/11096 [ext/ctype/tests/ctype_lower_variation4.phpt]
       
  3789 PASS Test ctype_lower() function : usage variations - octal and hexadecimal values [ext/ctype/tests/ctype_lower_variation4.phpt] 
       
  3790 TEST 1912/11096 [ext/ctype/tests/ctype_print_basic.phpt]
       
  3791 PASS Test ctype_print() function : basic functionality [ext/ctype/tests/ctype_print_basic.phpt] 
       
  3792 TEST 1913/11096 [ext/ctype/tests/ctype_print_error.phpt]
       
  3793 PASS Test ctype_print() function : error conditions - incorrect number of args [ext/ctype/tests/ctype_print_error.phpt] 
       
  3794 TEST 1914/11096 [ext/ctype/tests/ctype_print_variation1.phpt]
       
  3795 PASS Test ctype_print() function : usage variations - different data types as $c arg [ext/ctype/tests/ctype_print_variation1.phpt] 
       
  3796 TEST 1915/11096 [ext/ctype/tests/ctype_print_variation2.phpt]
       
  3797 PASS Test ctype_print() function : usage variations - different integers [ext/ctype/tests/ctype_print_variation2.phpt] 
       
  3798 TEST 1916/11096 [ext/ctype/tests/ctype_print_variation3.phpt]
       
  3799 PASS Test ctype_print() function : usage variations - different strings [ext/ctype/tests/ctype_print_variation3.phpt] 
       
  3800 TEST 1917/11096 [ext/ctype/tests/ctype_print_variation4.phpt]
       
  3801 PASS Test ctype_print() function : usage variations - octal and hexadecimal values [ext/ctype/tests/ctype_print_variation4.phpt] 
       
  3802 TEST 1918/11096 [ext/ctype/tests/ctype_punct_basic.phpt]
       
  3803 PASS Test ctype_punct() function : basic functionality [ext/ctype/tests/ctype_punct_basic.phpt] 
       
  3804 TEST 1919/11096 [ext/ctype/tests/ctype_punct_error.phpt]
       
  3805 PASS Test ctype_punct() function : error conditions - incorrect number of args [ext/ctype/tests/ctype_punct_error.phpt] 
       
  3806 TEST 1920/11096 [ext/ctype/tests/ctype_punct_variation1.phpt]
       
  3807 PASS Test ctype_punct() function : usage variations - different data types as $c argument [ext/ctype/tests/ctype_punct_variation1.phpt] 
       
  3808 TEST 1921/11096 [ext/ctype/tests/ctype_punct_variation2.phpt]
       
  3809 PASS Test ctype_punct() function : usage variations - different integers [ext/ctype/tests/ctype_punct_variation2.phpt] 
       
  3810 TEST 1922/11096 [ext/ctype/tests/ctype_punct_variation3.phpt]
       
  3811 PASS Test ctype_punct() function : usage variations - different punctuation [ext/ctype/tests/ctype_punct_variation3.phpt] 
       
  3812 TEST 1923/11096 [ext/ctype/tests/ctype_punct_variation4.phpt]
       
  3813 PASS Test ctype_punct() function : usage variations - Octal and Hexadecimal values [ext/ctype/tests/ctype_punct_variation4.phpt] 
       
  3814 TEST 1924/11096 [ext/ctype/tests/ctype_space_basic.phpt]
       
  3815 PASS Test ctype_space() function : basic functionality [ext/ctype/tests/ctype_space_basic.phpt] 
       
  3816 TEST 1925/11096 [ext/ctype/tests/ctype_space_error.phpt]
       
  3817 PASS Test ctype_space() function : error conditions - Incorrect number of args [ext/ctype/tests/ctype_space_error.phpt] 
       
  3818 TEST 1926/11096 [ext/ctype/tests/ctype_space_variation1.phpt]
       
  3819 PASS Test ctype_space() function : usage variations - different data types as $c argument [ext/ctype/tests/ctype_space_variation1.phpt] 
       
  3820 TEST 1927/11096 [ext/ctype/tests/ctype_space_variation2.phpt]
       
  3821 PASS Test ctype_space() function : usage variations - different integers [ext/ctype/tests/ctype_space_variation2.phpt] 
       
  3822 TEST 1928/11096 [ext/ctype/tests/ctype_space_variation3.phpt]
       
  3823 PASS Test ctype_space() function : usage variations - different strings [ext/ctype/tests/ctype_space_variation3.phpt] 
       
  3824 TEST 1929/11096 [ext/ctype/tests/ctype_space_variation4.phpt]
       
  3825 PASS Test ctype_space() function : usage variations - octal and hexadecimal values [ext/ctype/tests/ctype_space_variation4.phpt] 
       
  3826 TEST 1930/11096 [ext/ctype/tests/ctype_upper_basic.phpt]
       
  3827 PASS Test ctype_upper() function : basic functionality [ext/ctype/tests/ctype_upper_basic.phpt] 
       
  3828 TEST 1931/11096 [ext/ctype/tests/ctype_upper_error.phpt]
       
  3829 PASS Test ctype_upper() function : error conditions - incorrect number of args [ext/ctype/tests/ctype_upper_error.phpt] 
       
  3830 TEST 1932/11096 [ext/ctype/tests/ctype_upper_variation1.phpt]
       
  3831 PASS Test ctype_upper() function : usage variations - different data types [ext/ctype/tests/ctype_upper_variation1.phpt] 
       
  3832 TEST 1933/11096 [ext/ctype/tests/ctype_upper_variation2.phpt]
       
  3833 PASS Test ctype_upper() function : usage variations - different integers [ext/ctype/tests/ctype_upper_variation2.phpt] 
       
  3834 TEST 1934/11096 [ext/ctype/tests/ctype_upper_variation3.phpt]
       
  3835 PASS Test ctype_upper() function : usage variations - different strings [ext/ctype/tests/ctype_upper_variation3.phpt] 
       
  3836 TEST 1935/11096 [ext/ctype/tests/ctype_upper_variation4.phpt]
       
  3837 PASS Test ctype_upper() function : usage variations - octal and hexadecimal values [ext/ctype/tests/ctype_upper_variation4.phpt] 
       
  3838 TEST 1936/11096 [ext/ctype/tests/ctype_xdigit_basic.phpt]
       
  3839 PASS Test ctype_xdigit() function : basic functionality [ext/ctype/tests/ctype_xdigit_basic.phpt] 
       
  3840 TEST 1937/11096 [ext/ctype/tests/ctype_xdigit_error.phpt]
       
  3841 PASS Test ctype_xdigit() function : error conditions - Incorrect number of args [ext/ctype/tests/ctype_xdigit_error.phpt] 
       
  3842 TEST 1938/11096 [ext/ctype/tests/ctype_xdigit_variation1.phpt]
       
  3843 PASS Test ctype_xdigit() function : usage variations - different data typse as $c arg [ext/ctype/tests/ctype_xdigit_variation1.phpt] 
       
  3844 TEST 1939/11096 [ext/ctype/tests/ctype_xdigit_variation2.phpt]
       
  3845 PASS Test ctype_xdigit() function : usage variations - different integers [ext/ctype/tests/ctype_xdigit_variation2.phpt] 
       
  3846 TEST 1940/11096 [ext/ctype/tests/ctype_xdigit_variation3.phpt]
       
  3847 PASS Test ctype_xdigit() function : usage variations - Different strings [ext/ctype/tests/ctype_xdigit_variation3.phpt] 
       
  3848 TEST 1941/11096 [ext/ctype/tests/ctype_xdigit_variation4.phpt]
       
  3849 PASS Test ctype_xdigit() function : usage variations - heaxadecimal and octal values [ext/ctype/tests/ctype_xdigit_variation4.phpt] 
       
  3850 TEST 1942/11096 [ext/curl/tests/bug27023.phpt]
       
  3851 SKIP Bug #27023 (CURLOPT_POSTFIELDS does not parse content types for files) [ext/curl/tests/bug27023.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3852 TEST 1943/11096 [ext/curl/tests/bug45161.phpt]
       
  3853 SKIP Bug #45161 (Reusing a curl handle leaks memory) [ext/curl/tests/bug45161.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3854 TEST 1944/11096 [ext/curl/tests/bug46711.phpt]
       
  3855 SKIP Bug #46711 (lost memory when foreach is used for values passed to curl_setopt()) [ext/curl/tests/bug46711.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3856 TEST 1945/11096 [ext/curl/tests/bug46739.phpt]
       
  3857 PASS Bug #46739 (array returned by curl_getinfo should contain content_type key) [ext/curl/tests/bug46739.phpt] 
       
  3858 TEST 1946/11096 [ext/curl/tests/bug48203.phpt]
       
  3859 SKIP Bug #48203 (Crash when CURLOPT_STDERR is set to regular file) [ext/curl/tests/bug48203.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3860 TEST 1947/11096 [ext/curl/tests/bug48203_multi.phpt]
       
  3861 SKIP Variation of bug #48203 with curl_multi_exec (Crash when file pointers passed to curl are closed before calling curl_multi_exec) [ext/curl/tests/bug48203_multi.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3862 TEST 1948/11096 [ext/curl/tests/bug48207.phpt]
       
  3863 PASS Test curl_setopt() CURLOPT_FILE readonly file handle [ext/curl/tests/bug48207.phpt] 
       
  3864 TEST 1949/11096 [ext/curl/tests/bug48514.phpt]
       
  3865 PASS Bug #48514 (cURL extension uses same resource name for simple and multi APIs) [ext/curl/tests/bug48514.phpt] 
       
  3866 TEST 1950/11096 [ext/curl/tests/bug52202.phpt]
       
  3867 PASS Bug #52202 (CURLOPT_PRIVATE gets clobbered) [ext/curl/tests/bug52202.phpt] 
       
  3868 TEST 1951/11096 [ext/curl/tests/bug52827.phpt]
       
  3869 PASS Bug #52827 (curl_setopt with CURLOPT_STDERR erroneously increments the resource refcount) [ext/curl/tests/bug52827.phpt] 
       
  3870 TEST 1952/11096 [ext/curl/tests/bug54798.phpt]
       
  3871 SKIP Bug #54798 (Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec) [ext/curl/tests/bug54798.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3872 TEST 1953/11096 [ext/curl/tests/bug61948-win32.phpt]
       
  3873 SKIP Bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction) [ext/curl/tests/bug61948-win32.phpt] reason: Not Valid for Linux
       
  3874 TEST 1954/11096 [ext/curl/tests/bug61948.phpt]
       
  3875 PASS Bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction) [ext/curl/tests/bug61948.phpt] 
       
  3876 TEST 1955/11096 [ext/curl/tests/bug62839.phpt]
       
  3877 PASS Bug #62839 (curl_copy_handle segfault with CURLOPT_FILE) [ext/curl/tests/bug62839.phpt] 
       
  3878 TEST 1956/11096 [ext/curl/tests/bug63363.phpt]
       
  3879 SKIP Bug #63363 (CURL silently accepts boolean value for SSL_VERIFYHOST) [ext/curl/tests/bug63363.phpt] reason: : test valid for libcurl < 7.28.1
       
  3880 TEST 1957/11096 [ext/curl/tests/bug63795.phpt]
       
  3881 PASS Bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST) [ext/curl/tests/bug63795.phpt] 
       
  3882 TEST 1958/11096 [ext/curl/tests/curl_CURLOPT_READDATA.phpt]
       
  3883 SKIP Test CURLOPT_READDATA without a callback function [ext/curl/tests/curl_CURLOPT_READDATA.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3884 TEST 1959/11096 [ext/curl/tests/curl_basic_001.phpt]
       
  3885 SKIP Test curl_exec() function with basic functionality [ext/curl/tests/curl_basic_001.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3886 TEST 1960/11096 [ext/curl/tests/curl_basic_002.phpt]
       
  3887 SKIP Test curl_opt() function with CURLOPT_RETURNTRANSFER parameter set to 1 [ext/curl/tests/curl_basic_002.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3888 TEST 1961/11096 [ext/curl/tests/curl_basic_003.phpt]
       
  3889 SKIP Test curl_opt() function with POST parameters [ext/curl/tests/curl_basic_003.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3890 TEST 1962/11096 [ext/curl/tests/curl_basic_004.phpt]
       
  3891 SKIP Test curl_opt() function with setting referer [ext/curl/tests/curl_basic_004.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3892 TEST 1963/11096 [ext/curl/tests/curl_basic_005.phpt]
       
  3893 SKIP Test curl_opt() function with user agent [ext/curl/tests/curl_basic_005.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3894 TEST 1964/11096 [ext/curl/tests/curl_basic_006.phpt]
       
  3895 SKIP Test curl_opt() function with CURLOPT_WRITEFUNCTION parameter set to a closure [ext/curl/tests/curl_basic_006.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3896 TEST 1965/11096 [ext/curl/tests/curl_basic_007.phpt]
       
  3897 PASS Test curl_error() & curl_errno() function without url [ext/curl/tests/curl_basic_007.phpt] 
       
  3898 TEST 1966/11096 [ext/curl/tests/curl_basic_008.phpt]
       
  3899 PASS Test curl_error() & curl_errno() function with problematic host [ext/curl/tests/curl_basic_008.phpt] 
       
  3900 TEST 1967/11096 [ext/curl/tests/curl_basic_009.phpt]
       
  3901 PASS Test curl_error() & curl_errno() function with problematic protocol [ext/curl/tests/curl_basic_009.phpt] 
       
  3902 TEST 1968/11096 [ext/curl/tests/curl_basic_010.phpt]
       
  3903 PASS Test curl_error() & curl_errno() function with problematic proxy [ext/curl/tests/curl_basic_010.phpt] 
       
  3904 TEST 1969/11096 [ext/curl/tests/curl_basic_011.phpt]
       
  3905 SKIP Test curl_opt() function with COOKIE [ext/curl/tests/curl_basic_011.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3906 TEST 1970/11096 [ext/curl/tests/curl_basic_012.phpt]
       
  3907 SKIP Test curl_opt() function with CURLOPT_HTTP_VERSION/CURL_HTTP_VERSION_1_0 [ext/curl/tests/curl_basic_012.phpt] 
       
  3908 TEST 1971/11096 [ext/curl/tests/curl_basic_013.phpt]
       
  3909 SKIP Test curl_opt() function with CURLOPT_HTTP_VERSION/CURL_HTTP_VERSION_1_1 [ext/curl/tests/curl_basic_013.phpt] 
       
  3910 TEST 1972/11096 [ext/curl/tests/curl_basic_014.phpt]
       
  3911 PASS Test curl_init() function with basic functionality [ext/curl/tests/curl_basic_014.phpt] 
       
  3912 TEST 1973/11096 [ext/curl/tests/curl_basic_015.phpt]
       
  3913 PASS Test curl_init() function with $url parameter defined [ext/curl/tests/curl_basic_015.phpt] 
       
  3914 TEST 1974/11096 [ext/curl/tests/curl_basic_016.phpt]
       
  3915 SKIP Test curl_getinfo() function with basic functionality [ext/curl/tests/curl_basic_016.phpt] reason: : tests works only on older versions of curl
       
  3916 TEST 1975/11096 [ext/curl/tests/curl_basic_017.phpt]
       
  3917 SKIP Test curl_multi_exec() function with basic functionality [ext/curl/tests/curl_basic_017.phpt] 
       
  3918 TEST 1976/11096 [ext/curl/tests/curl_basic_018.phpt]
       
  3919 SKIP Test curl_setopt() with curl_multi function with basic functionality [ext/curl/tests/curl_basic_018.phpt] 
       
  3920 TEST 1977/11096 [ext/curl/tests/curl_basic_019.phpt]
       
  3921 SKIP Test curl_getinfo() function with CURLINFO_EFFECTIVE_URL parameter [ext/curl/tests/curl_basic_019.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3922 TEST 1978/11096 [ext/curl/tests/curl_basic_020.phpt]
       
  3923 SKIP Test curl_getinfo() function with CURLINFO_HTTP_CODE parameter [ext/curl/tests/curl_basic_020.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3924 TEST 1979/11096 [ext/curl/tests/curl_basic_021.phpt]
       
  3925 SKIP Test curl_getinfo() function with CURLINFO_CONTENT_TYPE parameter [ext/curl/tests/curl_basic_021.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3926 TEST 1980/11096 [ext/curl/tests/curl_close_basic.phpt]
       
  3927 PASS curl_close [ext/curl/tests/curl_close_basic.phpt] 
       
  3928 TEST 1981/11096 [ext/curl/tests/curl_copy_handle_basic.phpt]
       
  3929 PASS Test curl_copy_handle() function with basic functionality [ext/curl/tests/curl_copy_handle_basic.phpt] 
       
  3930 TEST 1982/11096 [ext/curl/tests/curl_copy_handle_basic_001.phpt]
       
  3931 SKIP Test curl_copy_handle() with simple get [ext/curl/tests/curl_copy_handle_basic_001.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3932 TEST 1983/11096 [ext/curl/tests/curl_copy_handle_basic_002.phpt]
       
  3933 SKIP Test curl_copy_handle() with simple POST [ext/curl/tests/curl_copy_handle_basic_002.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3934 TEST 1984/11096 [ext/curl/tests/curl_copy_handle_basic_004.phpt]
       
  3935 SKIP Test curl_copy_handle() after exec() [ext/curl/tests/curl_copy_handle_basic_004.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3936 TEST 1985/11096 [ext/curl/tests/curl_copy_handle_basic_005.phpt]
       
  3937 SKIP Test curl_copy_handle() after exec() with POST [ext/curl/tests/curl_copy_handle_basic_005.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3938 TEST 1986/11096 [ext/curl/tests/curl_copy_handle_basic_006.phpt]
       
  3939 SKIP Test curl_copy_handle() with User Agent [ext/curl/tests/curl_copy_handle_basic_006.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3940 TEST 1987/11096 [ext/curl/tests/curl_copy_handle_basic_007.phpt]
       
  3941 SKIP Test curl_copy_handle() with simple POST [ext/curl/tests/curl_copy_handle_basic_007.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3942 TEST 1988/11096 [ext/curl/tests/curl_copy_handle_basic_008.phpt]
       
  3943 SKIP Test curl_copy_handle() with CURLOPT_PROGRESSFUNCTION [ext/curl/tests/curl_copy_handle_basic_008.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3944 TEST 1989/11096 [ext/curl/tests/curl_copy_handle_variation1.phpt]
       
  3945 PASS Test curl_copy_handle() change options in one handle [ext/curl/tests/curl_copy_handle_variation1.phpt] 
       
  3946 TEST 1990/11096 [ext/curl/tests/curl_copy_handle_variation2.phpt]
       
  3947 PASS Test curl_copy_handle() add options to the handles [ext/curl/tests/curl_copy_handle_variation2.phpt] 
       
  3948 TEST 1991/11096 [ext/curl/tests/curl_error_basic.phpt]
       
  3949 PASS curl_error() function - basic test for curl_error using a fake url [ext/curl/tests/curl_error_basic.phpt] 
       
  3950 TEST 1992/11096 [ext/curl/tests/curl_file_deleted_before_curl_close.phpt]
       
  3951 SKIP Memory corruption error if fp of just created file is closed before curl_close. [ext/curl/tests/curl_file_deleted_before_curl_close.phpt] 
       
  3952 TEST 1993/11096 [ext/curl/tests/curl_ftp_pasv.phpt]
       
  3953 SKIP Test curl_exec() function with basic functionality [ext/curl/tests/curl_ftp_pasv.phpt] reason: PHP_CURL_FTP_REMOTE_SERVER env variable is not defined
       
  3954 TEST 1994/11096 [ext/curl/tests/curl_multi_close_basic.phpt]
       
  3955 PASS curl_multi_close [ext/curl/tests/curl_multi_close_basic.phpt] 
       
  3956 TEST 1995/11096 [ext/curl/tests/curl_multi_getcontent_basic3.phpt]
       
  3957 SKIP Curl_multi_getcontent() basic test with different sources (local file/http) [ext/curl/tests/curl_multi_getcontent_basic3.phpt] reason: PHP_CURL_HTTP_REMOTE_SERVER env variable is not defined
       
  3958 TEST 1996/11096 [ext/curl/tests/curl_multi_getcontent_error1.phpt]
       
  3959 PASS Curl_multi_getcontent() error test [ext/curl/tests/curl_multi_getcontent_error1.phpt] 
       
  3960 TEST 1997/11096 [ext/curl/tests/curl_multi_getcontent_error2.phpt]
       
  3961 PASS Curl_multi_getcontent() error test [ext/curl/tests/curl_multi_getcontent_error2.phpt] 
       
  3962 TEST 1998/11096 [ext/curl/tests/curl_multi_getcontent_error3.phpt]
       
  3963 PASS Curl_multi_getcontent() error test [ext/curl/tests/curl_multi_getcontent_error3.phpt] 
       
  3964 TEST 1999/11096 [ext/curl/tests/curl_multi_getcontent_error4.phpt]
       
  3965 PASS Curl_multi_getcontent() error test  with undefined handle [ext/curl/tests/curl_multi_getcontent_error4.phpt] 
       
  3966 TEST 2000/11096 [ext/curl/tests/curl_multi_init_basic.phpt]
       
  3967 PASS Test curl_multi_init() [ext/curl/tests/curl_multi_init_basic.phpt] 
       
  3968 TEST 2001/11096 [ext/curl/tests/curl_multi_segfault.phpt]
       
  3969 SKIP Segfault due to libcurl connection caching [ext/curl/tests/curl_multi_segfault.phpt] reason: PHP_CURL_FTP_REMOTE_SERVER env variable is not defined
       
  3970 TEST 2002/11096 [ext/curl/tests/curl_multi_select_basic1.phpt]
       
  3971 PASS Test curl_multi_select() [ext/curl/tests/curl_multi_select_basic1.phpt] 
       
  3972 TEST 2003/11096 [ext/curl/tests/curl_setopt_CURLOPT_FOLLOWLOCATION_open_basedir.phpt]
       
  3973 PASS CURLOPT_FOLLOWLOCATION case check safe_mode and open_basedir [ext/curl/tests/curl_setopt_CURLOPT_FOLLOWLOCATION_open_basedir.phpt] 
       
  3974 TEST 2004/11096 [ext/curl/tests/curl_setopt_CURLOPT_READFUNCTION.phpt]
       
  3975 PASS cURL option CURLOPT_READFUNCTION [ext/curl/tests/curl_setopt_CURLOPT_READFUNCTION.phpt] 
       
  3976 TEST 2005/11096 [ext/curl/tests/curl_setopt_array_basic.phpt]
       
  3977 PASS curl_setopt_array() function - tests setting multiple cURL options with curl_setopt_array() [ext/curl/tests/curl_setopt_array_basic.phpt] 
       
  3978 TEST 2006/11096 [ext/curl/tests/curl_setopt_basic001.phpt]
       
  3979 SKIP curl_setopt basic tests. [ext/curl/tests/curl_setopt_basic001.phpt] 
       
  3980 TEST 2007/11096 [ext/curl/tests/curl_setopt_basic002.phpt]
       
  3981 SKIP curl_setopt basic tests with CURLOPT_STDERR. [ext/curl/tests/curl_setopt_basic002.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3982 TEST 2008/11096 [ext/curl/tests/curl_setopt_basic003.phpt]
       
  3983 SKIP curl_setopt() call with CURLOPT_HTTPHEADER [ext/curl/tests/curl_setopt_basic003.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3984 TEST 2009/11096 [ext/curl/tests/curl_setopt_basic004.phpt]
       
  3985 SKIP curl_setopt() call with CURLOPT_RETURNTRANSFER [ext/curl/tests/curl_setopt_basic004.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3986 TEST 2010/11096 [ext/curl/tests/curl_setopt_error.phpt]
       
  3987 PASS curl_setopt() basic parameter test [ext/curl/tests/curl_setopt_error.phpt] 
       
  3988 TEST 2011/11096 [ext/curl/tests/curl_version_error.phpt]
       
  3989 SKIP Test curl_version() function : error conditions [ext/curl/tests/curl_version_error.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3990 TEST 2012/11096 [ext/curl/tests/curl_version_variation1.phpt]
       
  3991 SKIP Test curl_version() function : usage variations - test values for $ascii argument [ext/curl/tests/curl_version_variation1.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  3992 TEST 2013/11096 [ext/curl/tests/curl_write_callback.phpt]
       
  3993 PASS Test curl option CURLOPT_WRITEFUNCTION [ext/curl/tests/curl_write_callback.phpt] 
       
  3994 TEST 2014/11096 [ext/curl/tests/curl_write_file.phpt]
       
  3995 PASS Test curl option CURLOPT_FILE [ext/curl/tests/curl_write_file.phpt] 
       
  3996 TEST 2015/11096 [ext/curl/tests/curl_write_return.phpt]
       
  3997 PASS Test curl option CURLOPT_RETURNTRANSFER [ext/curl/tests/curl_write_return.phpt] 
       
  3998 TEST 2016/11096 [ext/curl/tests/curl_write_stdout.phpt]
       
  3999 PASS Test curl option CURLOPT_FILE with STDOUT handle [ext/curl/tests/curl_write_stdout.phpt] 
       
  4000 TEST 2017/11096 [ext/curl/tests/curl_writeheader_callback.phpt]
       
  4001 SKIP Test curl option CURLOPT_HEADERFUNCTION [ext/curl/tests/curl_writeheader_callback.phpt] reason: need PHP_CURL_HTTP_REMOTE_SERVER environment variable
       
  4002 TEST 2018/11096 [ext/date/tests/002.phpt]
       
  4003 PASS strtotime() function [ext/date/tests/002.phpt] 
       
  4004 TEST 2019/11096 [ext/date/tests/003.phpt]
       
  4005 PASS date suffixes test [ext/date/tests/003.phpt] 
       
  4006 TEST 2020/11096 [ext/date/tests/004.phpt]
       
  4007 PASS date() format params [ext/date/tests/004.phpt] 
       
  4008 TEST 2021/11096 [ext/date/tests/005.phpt]
       
  4009 PASS idate() and invalid params [ext/date/tests/005.phpt] 
       
  4010 TEST 2022/11096 [ext/date/tests/006.phpt]
       
  4011 PASS checkdate() tests [ext/date/tests/006.phpt] 
       
  4012 TEST 2023/11096 [ext/date/tests/007.phpt]
       
  4013 PASS localtime() tests [ext/date/tests/007.phpt] 
       
  4014 TEST 2024/11096 [ext/date/tests/008.phpt]
       
  4015 PASS getdate() tests [ext/date/tests/008.phpt] 
       
  4016 TEST 2025/11096 [ext/date/tests/009.phpt]
       
  4017 PASS strftime() and gmstrftime() tests [ext/date/tests/009.phpt] 
       
  4018 TEST 2026/11096 [ext/date/tests/009_win32.phpt]
       
  4019 SKIP strftime() and gmstrftime() tests [ext/date/tests/009_win32.phpt] reason: only windows test.
       
  4020 TEST 2027/11096 [ext/date/tests/010.phpt]
       
  4021 PASS timezone_abbreviations_list() tests [ext/date/tests/010.phpt] 
       
  4022 TEST 2028/11096 [ext/date/tests/011.phpt]
       
  4023 PASS timezone_name_from_abbr() tests [ext/date/tests/011.phpt] 
       
  4024 TEST 2029/11096 [ext/date/tests/012.phpt]
       
  4025 PASS date_isodate_set() tests [ext/date/tests/012.phpt] 
       
  4026 TEST 2030/11096 [ext/date/tests/013.phpt]
       
  4027 PASS date_date_set() tests [ext/date/tests/013.phpt] 
       
  4028 TEST 2031/11096 [ext/date/tests/014.phpt]
       
  4029 PASS timezone_offset_get() tests [ext/date/tests/014.phpt] 
       
  4030 TEST 2032/11096 [ext/date/tests/015.phpt]
       
  4031 PASS timezone object reference handling [ext/date/tests/015.phpt] 
       
  4032 TEST 2033/11096 [ext/date/tests/DateInterval_format.phpt]
       
  4033 PASS DateInterval::format(), except %a [ext/date/tests/DateInterval_format.phpt] 
       
  4034 TEST 2034/11096 [ext/date/tests/DateInterval_format_a.phpt]
       
  4035 PASS DateInterval::format(), %a [ext/date/tests/DateInterval_format_a.phpt] 
       
  4036 TEST 2035/11096 [ext/date/tests/DatePeriod_wrong_constructor.phpt]
       
  4037 PASS DatePeriod: Test wrong __construct parameter [ext/date/tests/DatePeriod_wrong_constructor.phpt] 
       
  4038 TEST 2036/11096 [ext/date/tests/DateTimeZone_clone_basic1.phpt]
       
  4039 PASS Test clone on DateTimeZone objects [ext/date/tests/DateTimeZone_clone_basic1.phpt] 
       
  4040 TEST 2037/11096 [ext/date/tests/DateTimeZone_clone_basic2.phpt]
       
  4041 PASS Testing clone on objects whoose class derived from DateTimeZone class [ext/date/tests/DateTimeZone_clone_basic2.phpt] 
       
  4042 TEST 2038/11096 [ext/date/tests/DateTimeZone_clone_basic3.phpt]
       
  4043 PASS Test clone of DateTimeZOne objects [ext/date/tests/DateTimeZone_clone_basic3.phpt] 
       
  4044 TEST 2039/11096 [ext/date/tests/DateTimeZone_clone_basic4.phpt]
       
  4045 PASS Test clone of DateTimeZone derived objects with __clone magic method [ext/date/tests/DateTimeZone_clone_basic4.phpt] 
       
  4046 TEST 2040/11096 [ext/date/tests/DateTimeZone_compare_basic1.phpt]
       
  4047 PASS Test of compare object handler for DateTime objects [ext/date/tests/DateTimeZone_compare_basic1.phpt] 
       
  4048 TEST 2041/11096 [ext/date/tests/DateTimeZone_construct_basic.phpt]
       
  4049 PASS Test new DateTimeZone() : basic functionality [ext/date/tests/DateTimeZone_construct_basic.phpt] 
       
  4050 TEST 2042/11096 [ext/date/tests/DateTimeZone_construct_error.phpt]
       
  4051 PASS Test new DateTimeZone() : error conditions [ext/date/tests/DateTimeZone_construct_error.phpt] 
       
  4052 TEST 2043/11096 [ext/date/tests/DateTimeZone_construct_variation1.phpt]
       
  4053 PASS Test DateTime::__construct() function : usage variation - Passing unexpected values to first argument $timezone. [ext/date/tests/DateTimeZone_construct_variation1.phpt] 
       
  4054 TEST 2044/11096 [ext/date/tests/DateTimeZone_extends_basic1.phpt]
       
  4055 PASS Test DateTimeZone class inheritance [ext/date/tests/DateTimeZone_extends_basic1.phpt] 
       
  4056 TEST 2045/11096 [ext/date/tests/DateTimeZone_getName_basic1.phpt]
       
  4057 PASS Test DateTimeZone::getName() function : basic functionality [ext/date/tests/DateTimeZone_getName_basic1.phpt] 
       
  4058 TEST 2046/11096 [ext/date/tests/DateTimeZone_getName_error.phpt]
       
  4059 PASS Test DateTimeZone::getName() function : error conditions [ext/date/tests/DateTimeZone_getName_error.phpt] 
       
  4060 TEST 2047/11096 [ext/date/tests/DateTimeZone_getOffset_basic1.phpt]
       
  4061 PASS Test DateTimeZone::getOffset() function : basic functionality [ext/date/tests/DateTimeZone_getOffset_basic1.phpt] 
       
  4062 TEST 2048/11096 [ext/date/tests/DateTimeZone_getOffset_error.phpt]
       
  4063 PASS Test DateTimeZone::getOffset() function : error conditions [ext/date/tests/DateTimeZone_getOffset_error.phpt] 
       
  4064 TEST 2049/11096 [ext/date/tests/DateTimeZone_getOffset_variation1.phpt]
       
  4065 PASS Test DateTimeZone::getOffset() function : usage variation - Passing unexpected values to first argument $datetime. [ext/date/tests/DateTimeZone_getOffset_variation1.phpt] 
       
  4066 TEST 2050/11096 [ext/date/tests/DateTimeZone_getTransitions_basic1.phpt]
       
  4067 PASS Test DateTimeZone::getTransitions() function : basic functionality [ext/date/tests/DateTimeZone_getTransitions_basic1.phpt] 
       
  4068 TEST 2051/11096 [ext/date/tests/DateTimeZone_getTransitions_error.phpt]
       
  4069 PASS Test DateTimeZone::getTransitions() function : error conditions [ext/date/tests/DateTimeZone_getTransitions_error.phpt] 
       
  4070 TEST 2052/11096 [ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt]
       
  4071 PASS Test DateTimeZone::listAbbreviations() function : basic functionality [ext/date/tests/DateTimeZone_listAbbreviations_basic1.phpt] 
       
  4072 TEST 2053/11096 [ext/date/tests/DateTimeZone_listIdentifiers_basic1.phpt]
       
  4073 PASS Test DateTimeZone::listIdentifiers function : basic functionality [ext/date/tests/DateTimeZone_listIdentifiers_basic1.phpt] 
       
  4074 TEST 2054/11096 [ext/date/tests/DateTimeZone_serialize.phpt]
       
  4075 PASS Test serialization of DateTimeZone objects [ext/date/tests/DateTimeZone_serialize.phpt] 
       
  4076 TEST 2055/11096 [ext/date/tests/DateTimeZone_verify.phpt]
       
  4077 PASS Test DateTimeZone class registration [ext/date/tests/DateTimeZone_verify.phpt] 
       
  4078 TEST 2056/11096 [ext/date/tests/DateTime_add-dates.phpt]
       
  4079 PASS DateTime::add() -- dates [ext/date/tests/DateTime_add-dates.phpt] 
       
  4080 TEST 2057/11096 [ext/date/tests/DateTime_add-fall-type2-type2.phpt]
       
  4081 PASS DateTime::add() -- fall type2 type2 [ext/date/tests/DateTime_add-fall-type2-type2.phpt] 
       
  4082 TEST 2058/11096 [ext/date/tests/DateTime_add-fall-type2-type3.phpt]
       
  4083 XFAIL DateTime::add() -- fall type2 type3 [ext/date/tests/DateTime_add-fall-type2-type3.phpt]   XFAIL REASON: Various bugs exist
       
  4084 TEST 2059/11096 [ext/date/tests/DateTime_add-fall-type3-type2.phpt]
       
  4085 XFAIL DateTime::add() -- fall type3 type2 [ext/date/tests/DateTime_add-fall-type3-type2.phpt]   XFAIL REASON: Various bugs exist
       
  4086 TEST 2060/11096 [ext/date/tests/DateTime_add-fall-type3-type3.phpt]
       
  4087 XFAIL DateTime::add() -- fall type3 type3 [ext/date/tests/DateTime_add-fall-type3-type3.phpt]   XFAIL REASON: Various bugs exist
       
  4088 TEST 2061/11096 [ext/date/tests/DateTime_add-february.phpt]
       
  4089 PASS DateTime::add() -- february [ext/date/tests/DateTime_add-february.phpt] 
       
  4090 TEST 2062/11096 [ext/date/tests/DateTime_add-massive.phpt]
       
  4091 PASS DateTime::add() -- massive [ext/date/tests/DateTime_add-massive.phpt] 
       
  4092 TEST 2063/11096 [ext/date/tests/DateTime_add-spring-type2-type2.phpt]
       
  4093 PASS DateTime::add() -- spring type2 type2 [ext/date/tests/DateTime_add-spring-type2-type2.phpt] 
       
  4094 TEST 2064/11096 [ext/date/tests/DateTime_add-spring-type2-type3.phpt]
       
  4095 XFAIL DateTime::add() -- spring type2 type3 [ext/date/tests/DateTime_add-spring-type2-type3.phpt]   XFAIL REASON: Various bugs exist
       
  4096 TEST 2065/11096 [ext/date/tests/DateTime_add-spring-type3-type2.phpt]
       
  4097 XFAIL DateTime::add() -- spring type3 type2 [ext/date/tests/DateTime_add-spring-type3-type2.phpt]   XFAIL REASON: Various bugs exist
       
  4098 TEST 2066/11096 [ext/date/tests/DateTime_add-spring-type3-type3.phpt]
       
  4099 XFAIL DateTime::add() -- spring type3 type3 [ext/date/tests/DateTime_add-spring-type3-type3.phpt]   XFAIL REASON: Various bugs exist
       
  4100 TEST 2067/11096 [ext/date/tests/DateTime_clone_basic1.phpt]
       
  4101 PASS Test clone on DateTime objects [ext/date/tests/DateTime_clone_basic1.phpt] 
       
  4102 TEST 2068/11096 [ext/date/tests/DateTime_clone_basic2.phpt]
       
  4103 PASS Test clone of objects whoose class derived from DateTime class [ext/date/tests/DateTime_clone_basic2.phpt] 
       
  4104 TEST 2069/11096 [ext/date/tests/DateTime_clone_basic3.phpt]
       
  4105 PASS Test clone of DateTime objects [ext/date/tests/DateTime_clone_basic3.phpt] 
       
  4106 TEST 2070/11096 [ext/date/tests/DateTime_clone_basic4.phpt]
       
  4107 PASS Test clone of DateTime derived objects with __clone magic method [ext/date/tests/DateTime_clone_basic4.phpt] 
       
  4108 TEST 2071/11096 [ext/date/tests/DateTime_compare_basic1.phpt]
       
  4109 PASS Test of compare object handler for DateTime objects [ext/date/tests/DateTime_compare_basic1.phpt] 
       
  4110 TEST 2072/11096 [ext/date/tests/DateTime_construct-dst-overlap.phpt]
       
  4111 PASS DateTime::__construct() -- fall daylight/standard overlap [ext/date/tests/DateTime_construct-dst-overlap.phpt] 
       
  4112 TEST 2073/11096 [ext/date/tests/DateTime_construct_basic1.phpt]
       
  4113 PASS Test new DateTime() : basic functionality [ext/date/tests/DateTime_construct_basic1.phpt] 
       
  4114 TEST 2074/11096 [ext/date/tests/DateTime_construct_error.phpt]
       
  4115 PASS Test new DateTime() : error conditions [ext/date/tests/DateTime_construct_error.phpt] 
       
  4116 TEST 2075/11096 [ext/date/tests/DateTime_construct_variation1.phpt]
       
  4117 PASS Test new DateTime() function : usage variation - Passing unexpected values to first argument $time. [ext/date/tests/DateTime_construct_variation1.phpt] 
       
  4118 TEST 2076/11096 [ext/date/tests/DateTime_construct_variation2.phpt]
       
  4119 PASS Test new DateTime() function : usage variation - Passing unexpected values to second argument $timezone. [ext/date/tests/DateTime_construct_variation2.phpt] 
       
  4120 TEST 2077/11096 [ext/date/tests/DateTime_days-absolute.phpt]
       
  4121 PASS DateTime::diff() days -- absolute [ext/date/tests/DateTime_days-absolute.phpt] 
       
  4122 TEST 2078/11096 [ext/date/tests/DateTime_days-dates.phpt]
       
  4123 PASS DateTime::diff() days -- dates [ext/date/tests/DateTime_days-dates.phpt] 
       
  4124 TEST 2079/11096 [ext/date/tests/DateTime_days-fall-type2-type2.phpt]
       
  4125 PASS DateTime::diff() days -- fall type2 type2 [ext/date/tests/DateTime_days-fall-type2-type2.phpt] 
       
  4126 TEST 2080/11096 [ext/date/tests/DateTime_days-fall-type2-type3.phpt]
       
  4127 PASS DateTime::diff() days -- fall type2 type3 [ext/date/tests/DateTime_days-fall-type2-type3.phpt] 
       
  4128 TEST 2081/11096 [ext/date/tests/DateTime_days-fall-type3-type2.phpt]
       
  4129 PASS DateTime::diff() days -- fall type3 type2 [ext/date/tests/DateTime_days-fall-type3-type2.phpt] 
       
  4130 TEST 2082/11096 [ext/date/tests/DateTime_days-fall-type3-type3.phpt]
       
  4131 PASS DateTime::diff() days -- fall type3 type3 [ext/date/tests/DateTime_days-fall-type3-type3.phpt] 
       
  4132 TEST 2083/11096 [ext/date/tests/DateTime_days-february.phpt]
       
  4133 PASS DateTime::diff() days -- february [ext/date/tests/DateTime_days-february.phpt] 
       
  4134 TEST 2084/11096 [ext/date/tests/DateTime_days-massive.phpt]
       
  4135 PASS DateTime::diff() days -- massive [ext/date/tests/DateTime_days-massive.phpt] 
       
  4136 TEST 2085/11096 [ext/date/tests/DateTime_days-spring-type2-type2.phpt]
       
  4137 PASS DateTime::diff() days -- spring type2 type2 [ext/date/tests/DateTime_days-spring-type2-type2.phpt] 
       
  4138 TEST 2086/11096 [ext/date/tests/DateTime_days-spring-type2-type3.phpt]
       
  4139 PASS DateTime::diff() days -- spring type2 type3 [ext/date/tests/DateTime_days-spring-type2-type3.phpt] 
       
  4140 TEST 2087/11096 [ext/date/tests/DateTime_days-spring-type3-type2.phpt]
       
  4141 PASS DateTime::diff() days -- spring type3 type2 [ext/date/tests/DateTime_days-spring-type3-type2.phpt] 
       
  4142 TEST 2088/11096 [ext/date/tests/DateTime_days-spring-type3-type3.phpt]
       
  4143 PASS DateTime::diff() days -- spring type3 type3 [ext/date/tests/DateTime_days-spring-type3-type3.phpt] 
       
  4144 TEST 2089/11096 [ext/date/tests/DateTime_diff-absolute.phpt]
       
  4145 PASS DateTime::diff() -- absolute [ext/date/tests/DateTime_diff-absolute.phpt] 
       
  4146 TEST 2090/11096 [ext/date/tests/DateTime_diff-dates.phpt]
       
  4147 PASS DateTime::diff() -- dates [ext/date/tests/DateTime_diff-dates.phpt] 
       
  4148 TEST 2091/11096 [ext/date/tests/DateTime_diff-fall-type2-type2.phpt]
       
  4149 PASS DateTime::diff() -- fall type2 type2 [ext/date/tests/DateTime_diff-fall-type2-type2.phpt] 
       
  4150 TEST 2092/11096 [ext/date/tests/DateTime_diff-fall-type2-type3.phpt]
       
  4151 XFAIL DateTime::diff() -- fall type2 type3 [ext/date/tests/DateTime_diff-fall-type2-type3.phpt]   XFAIL REASON: Various bugs exist
       
  4152 TEST 2093/11096 [ext/date/tests/DateTime_diff-fall-type3-type2.phpt]
       
  4153 XFAIL DateTime::diff() -- fall type3 type2 [ext/date/tests/DateTime_diff-fall-type3-type2.phpt]   XFAIL REASON: Various bugs exist
       
  4154 TEST 2094/11096 [ext/date/tests/DateTime_diff-fall-type3-type3.phpt]
       
  4155 XFAIL DateTime::diff() -- fall type3 type3 [ext/date/tests/DateTime_diff-fall-type3-type3.phpt]   XFAIL REASON: Various bugs exist
       
  4156 TEST 2095/11096 [ext/date/tests/DateTime_diff-february.phpt]
       
  4157 PASS DateTime::diff() -- february [ext/date/tests/DateTime_diff-february.phpt] 
       
  4158 TEST 2096/11096 [ext/date/tests/DateTime_diff-massive.phpt]
       
  4159 PASS DateTime::diff() -- massive [ext/date/tests/DateTime_diff-massive.phpt] 
       
  4160 TEST 2097/11096 [ext/date/tests/DateTime_diff-spring-type2-type2.phpt]
       
  4161 PASS DateTime::diff() -- spring type2 type2 [ext/date/tests/DateTime_diff-spring-type2-type2.phpt] 
       
  4162 TEST 2098/11096 [ext/date/tests/DateTime_diff-spring-type2-type3.phpt]
       
  4163 XFAIL DateTime::diff() -- spring type2 type3 [ext/date/tests/DateTime_diff-spring-type2-type3.phpt]   XFAIL REASON: Various bugs exist
       
  4164 TEST 2099/11096 [ext/date/tests/DateTime_diff-spring-type3-type2.phpt]
       
  4165 XFAIL DateTime::diff() -- spring type3 type2 [ext/date/tests/DateTime_diff-spring-type3-type2.phpt]   XFAIL REASON: Various bugs exist
       
  4166 TEST 2100/11096 [ext/date/tests/DateTime_diff-spring-type3-type3.phpt]
       
  4167 XFAIL DateTime::diff() -- spring type3 type3 [ext/date/tests/DateTime_diff-spring-type3-type3.phpt]   XFAIL REASON: Various bugs exist
       
  4168 TEST 2101/11096 [ext/date/tests/DateTime_extends_basic1.phpt]
       
  4169 PASS Test DateTime class inheritance [ext/date/tests/DateTime_extends_basic1.phpt] 
       
  4170 TEST 2102/11096 [ext/date/tests/DateTime_extends_basic2.phpt]
       
  4171 PASS Test DateTime class inheritance : with user space __construct magic method [ext/date/tests/DateTime_extends_basic2.phpt] 
       
  4172 TEST 2103/11096 [ext/date/tests/DateTime_extends_basic3.phpt]
       
  4173 PASS Test DateTime class inheritance : with user space fromat() method [ext/date/tests/DateTime_extends_basic3.phpt] 
       
  4174 TEST 2104/11096 [ext/date/tests/DateTime_format_basic1.phpt]
       
  4175 PASS Test DateTime::format() function : basic functionality [ext/date/tests/DateTime_format_basic1.phpt] 
       
  4176 TEST 2105/11096 [ext/date/tests/DateTime_format_basic2.phpt]
       
  4177 PASS Test date_format() function : basic functionality [ext/date/tests/DateTime_format_basic2.phpt] 
       
  4178 TEST 2106/11096 [ext/date/tests/DateTime_format_error.phpt]
       
  4179 PASS Test DateTime::format() function : error conditions [ext/date/tests/DateTime_format_error.phpt] 
       
  4180 TEST 2107/11096 [ext/date/tests/DateTime_format_variation1.phpt]
       
  4181 PASS Test DateTime::format() function : usage variation - Passing unexpected values to first argument $format. [ext/date/tests/DateTime_format_variation1.phpt] 
       
  4182 TEST 2108/11096 [ext/date/tests/DateTime_getOffset_basic1.phpt]
       
  4183 PASS Test DateTime::getOffset() function : basic functionality [ext/date/tests/DateTime_getOffset_basic1.phpt] 
       
  4184 TEST 2109/11096 [ext/date/tests/DateTime_getOffset_error.phpt]
       
  4185 PASS Test DateTime::getOffset() function : error conditions [ext/date/tests/DateTime_getOffset_error.phpt] 
       
  4186 TEST 2110/11096 [ext/date/tests/DateTime_getTimeZone_basic1.phpt]
       
  4187 PASS Test DateTime::getTimezone() function : basic functionality [ext/date/tests/DateTime_getTimeZone_basic1.phpt] 
       
  4188 TEST 2111/11096 [ext/date/tests/DateTime_modify_basic1.phpt]
       
  4189 PASS Test DateTime::modify() function : basic functionality [ext/date/tests/DateTime_modify_basic1.phpt] 
       
  4190 TEST 2112/11096 [ext/date/tests/DateTime_modify_error.phpt]
       
  4191 PASS Test DateTime::modify() function : error conditions [ext/date/tests/DateTime_modify_error.phpt] 
       
  4192 TEST 2113/11096 [ext/date/tests/DateTime_modify_variation1.phpt]
       
  4193 PASS Test DateTime::modify() function : usage variation - Passing unexpected values to first argument $modify. [ext/date/tests/DateTime_modify_variation1.phpt] 
       
  4194 TEST 2114/11096 [ext/date/tests/DateTime_serialize.phpt]
       
  4195 PASS Test serialization of DateTime objects [ext/date/tests/DateTime_serialize.phpt] 
       
  4196 TEST 2115/11096 [ext/date/tests/DateTime_setDate_basic1.phpt]
       
  4197 PASS Test DateTime::setDate() function : basic functionality [ext/date/tests/DateTime_setDate_basic1.phpt] 
       
  4198 TEST 2116/11096 [ext/date/tests/DateTime_setDate_error.phpt]
       
  4199 PASS Test DateTime::setDate() function : error conditions [ext/date/tests/DateTime_setDate_error.phpt] 
       
  4200 TEST 2117/11096 [ext/date/tests/DateTime_setDate_variation1.phpt]
       
  4201 PASS Test DateTime::setDate() function : usage variation - Passing unexpected values to first argument $year. [ext/date/tests/DateTime_setDate_variation1.phpt] 
       
  4202 TEST 2118/11096 [ext/date/tests/DateTime_setDate_variation2.phpt]
       
  4203 PASS Test DateTime::setDate() function : usage variation - Passing unexpected values to second argument $month. [ext/date/tests/DateTime_setDate_variation2.phpt] 
       
  4204 TEST 2119/11096 [ext/date/tests/DateTime_setDate_variation3.phpt]
       
  4205 PASS Test DateTime::setDate() function : usage variation - Passing unexpected values to third argument $day. [ext/date/tests/DateTime_setDate_variation3.phpt] 
       
  4206 TEST 2120/11096 [ext/date/tests/DateTime_setISODate_basic1.phpt]
       
  4207 PASS Test DateTime::setISODate() function : basic functionality [ext/date/tests/DateTime_setISODate_basic1.phpt] 
       
  4208 TEST 2121/11096 [ext/date/tests/DateTime_setISODate_error.phpt]
       
  4209 PASS Test DateTime::setISODate () function : error conditions [ext/date/tests/DateTime_setISODate_error.phpt] 
       
  4210 TEST 2122/11096 [ext/date/tests/DateTime_setISODate_variation1.phpt]
       
  4211 PASS Test DateTime::setISODate() function : usage variation - Passing unexpected values to first argument $year. [ext/date/tests/DateTime_setISODate_variation1.phpt] 
       
  4212 TEST 2123/11096 [ext/date/tests/DateTime_setISODate_variation2.phpt]
       
  4213 PASS Test DateTime::setISODate() function : usage variation - Passing unexpected values to second argument $week. [ext/date/tests/DateTime_setISODate_variation2.phpt] 
       
  4214 TEST 2124/11096 [ext/date/tests/DateTime_setISODate_variation3.phpt]
       
  4215 PASS Test DateTime::setISODate() function : usage variation - Passing unexpected values to third argument $day. [ext/date/tests/DateTime_setISODate_variation3.phpt] 
       
  4216 TEST 2125/11096 [ext/date/tests/DateTime_setTime_basic1.phpt]
       
  4217 PASS Test DateTime::setTime() function : basic functionality [ext/date/tests/DateTime_setTime_basic1.phpt] 
       
  4218 TEST 2126/11096 [ext/date/tests/DateTime_setTime_error.phpt]
       
  4219 PASS Test DateTime::setTime() function : error conditions [ext/date/tests/DateTime_setTime_error.phpt] 
       
  4220 TEST 2127/11096 [ext/date/tests/DateTime_setTime_variation1.phpt]
       
  4221 PASS Test DateTime::setTime() function : usage variation - Passing unexpected values to first argument $hour. [ext/date/tests/DateTime_setTime_variation1.phpt] 
       
  4222 TEST 2128/11096 [ext/date/tests/DateTime_setTime_variation2.phpt]
       
  4223 PASS Test DateTime::setTime() function : usage variation - Passing unexpected values to second argument $minute. [ext/date/tests/DateTime_setTime_variation2.phpt] 
       
  4224 TEST 2129/11096 [ext/date/tests/DateTime_setTime_variation3.phpt]
       
  4225 PASS Test DateTime::setTime() function : usage variation - Passing unexpected values to third argument $second. [ext/date/tests/DateTime_setTime_variation3.phpt] 
       
  4226 TEST 2130/11096 [ext/date/tests/DateTime_setTimezone_basic1.phpt]
       
  4227 PASS Test DateTime::setTimezone() function : basic functionality [ext/date/tests/DateTime_setTimezone_basic1.phpt] 
       
  4228 TEST 2131/11096 [ext/date/tests/DateTime_setTimezone_error.phpt]
       
  4229 PASS Test DateTime::setTimezone () function : error conditions [ext/date/tests/DateTime_setTimezone_error.phpt] 
       
  4230 TEST 2132/11096 [ext/date/tests/DateTime_setTimezone_variation1.phpt]
       
  4231 PASS Test DateTime::setTimezone() function : usage variation - Passing unexpected values to first argument $timezone. [ext/date/tests/DateTime_setTimezone_variation1.phpt] 
       
  4232 TEST 2133/11096 [ext/date/tests/DateTime_sub-dates.phpt]
       
  4233 PASS DateTime::sub() -- dates [ext/date/tests/DateTime_sub-dates.phpt] 
       
  4234 TEST 2134/11096 [ext/date/tests/DateTime_sub-fall-type2-type2.phpt]
       
  4235 PASS DateTime::sub() -- fall type2 type2 [ext/date/tests/DateTime_sub-fall-type2-type2.phpt] 
       
  4236 TEST 2135/11096 [ext/date/tests/DateTime_sub-fall-type2-type3.phpt]
       
  4237 XFAIL DateTime::sub() -- fall type2 type3 [ext/date/tests/DateTime_sub-fall-type2-type3.phpt]   XFAIL REASON: Various bugs exist
       
  4238 TEST 2136/11096 [ext/date/tests/DateTime_sub-fall-type3-type2.phpt]
       
  4239 XFAIL DateTime::sub() -- fall type3 type2 [ext/date/tests/DateTime_sub-fall-type3-type2.phpt]   XFAIL REASON: Various bugs exist
       
  4240 TEST 2137/11096 [ext/date/tests/DateTime_sub-fall-type3-type3.phpt]
       
  4241 XFAIL DateTime::sub() -- fall type3 type3 [ext/date/tests/DateTime_sub-fall-type3-type3.phpt]   XFAIL REASON: Various bugs exist
       
  4242 TEST 2138/11096 [ext/date/tests/DateTime_sub-february.phpt]
       
  4243 PASS DateTime::sub() -- february [ext/date/tests/DateTime_sub-february.phpt] 
       
  4244 TEST 2139/11096 [ext/date/tests/DateTime_sub-massive.phpt]
       
  4245 PASS DateTime::sub() -- massive [ext/date/tests/DateTime_sub-massive.phpt] 
       
  4246 TEST 2140/11096 [ext/date/tests/DateTime_sub-spring-type2-type2.phpt]
       
  4247 PASS DateTime::sub() -- spring type2 type2 [ext/date/tests/DateTime_sub-spring-type2-type2.phpt] 
       
  4248 TEST 2141/11096 [ext/date/tests/DateTime_sub-spring-type2-type3.phpt]
       
  4249 XFAIL DateTime::sub() -- spring type2 type3 [ext/date/tests/DateTime_sub-spring-type2-type3.phpt]   XFAIL REASON: Various bugs exist
       
  4250 TEST 2142/11096 [ext/date/tests/DateTime_sub-spring-type3-type2.phpt]
       
  4251 XFAIL DateTime::sub() -- spring type3 type2 [ext/date/tests/DateTime_sub-spring-type3-type2.phpt]   XFAIL REASON: Various bugs exist
       
  4252 TEST 2143/11096 [ext/date/tests/DateTime_sub-spring-type3-type3.phpt]
       
  4253 XFAIL DateTime::sub() -- spring type3 type3 [ext/date/tests/DateTime_sub-spring-type3-type3.phpt]   XFAIL REASON: Various bugs exist
       
  4254 TEST 2144/11096 [ext/date/tests/DateTime_verify.phpt]
       
  4255 PASS Test DateTime class registration [ext/date/tests/DateTime_verify.phpt] 
       
  4256 TEST 2145/11096 [ext/date/tests/big_year.phpt]
       
  4257 SKIP Handling of large year values [ext/date/tests/big_year.phpt] reason: 64-bit only
       
  4258 TEST 2146/11096 [ext/date/tests/bug13142.phpt]
       
  4259 PASS Bug #13142 (strtotime handling of "M d H:i:s Y" format) [ext/date/tests/bug13142.phpt] 
       
  4260 TEST 2147/11096 [ext/date/tests/bug14561.phpt]
       
  4261 PASS Bug #14561 (strtotime() bug) [ext/date/tests/bug14561.phpt] 
       
  4262 TEST 2148/11096 [ext/date/tests/bug17988.phpt]
       
  4263 PASS Bug #17988 (strtotime handling of postgresql timestamps) [ext/date/tests/bug17988.phpt] 
       
  4264 TEST 2149/11096 [ext/date/tests/bug20382-1.phpt]
       
  4265 PASS Bug #20382 [1] (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/date/tests/bug20382-1.phpt] 
       
  4266 TEST 2150/11096 [ext/date/tests/bug20382-2.phpt]
       
  4267 PASS Bug #20382 [2] (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/date/tests/bug20382-2.phpt] 
       
  4268 TEST 2151/11096 [ext/date/tests/bug21399.phpt]
       
  4269 PASS Bug #21399 (strtotime() request for "YYYYMMDDhhmmss [ZZZ]") [ext/date/tests/bug21399.phpt] 
       
  4270 TEST 2152/11096 [ext/date/tests/bug21966.phpt]
       
  4271 PASS Bug #21966 (date() or mktime() returning bad value for mktime month param of '2') [ext/date/tests/bug21966.phpt] 
       
  4272 TEST 2153/11096 [ext/date/tests/bug26090.phpt]
       
  4273 PASS Bug #26090 (allow colons in time zone offset to strtotime()) [ext/date/tests/bug26090.phpt] 
       
  4274 TEST 2154/11096 [ext/date/tests/bug26198.phpt]
       
  4275 PASS Bug #26198 (strtotime handling of "M Y" and "Y M" format) [ext/date/tests/bug26198.phpt] 
       
  4276 TEST 2155/11096 [ext/date/tests/bug26317.phpt]
       
  4277 PASS Bug #26317 (military timezone offset signedness) [ext/date/tests/bug26317.phpt] 
       
  4278 TEST 2156/11096 [ext/date/tests/bug26320.phpt]
       
  4279 PASS Bug #26320 (strtotime handling of XML Schema/ISO 8601 format) [ext/date/tests/bug26320.phpt] 
       
  4280 TEST 2157/11096 [ext/date/tests/bug26694.phpt]
       
  4281 PASS Bug #26694 (strtotime() request for "Sun, 21 Dec 2003 20:38:33 +0000 GMT") [ext/date/tests/bug26694.phpt] 
       
  4282 TEST 2158/11096 [ext/date/tests/bug27719.phpt]
       
  4283 PASS Bug #27719 (mktime returns incorrect timestamp for dst days) [ext/date/tests/bug27719.phpt] 
       
  4284 TEST 2159/11096 [ext/date/tests/bug27780.phpt]
       
  4285 FAIL Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/date/tests/bug27780.phpt] 
       
  4286 TEST 2160/11096 [ext/date/tests/bug28024.phpt]
       
  4287 PASS Bug #28024 (Changed behavior of strtotime()) [ext/date/tests/bug28024.phpt] 
       
  4288 TEST 2161/11096 [ext/date/tests/bug28088.phpt]
       
  4289 PASS Bug #28088 (strtotime() cannot convert 00 hours") [ext/date/tests/bug28088.phpt] 
       
  4290 TEST 2162/11096 [ext/date/tests/bug28599.phpt]
       
  4291 PASS Bug #28599 (strtotime fails with zero base time) [ext/date/tests/bug28599.phpt] 
       
  4292 TEST 2163/11096 [ext/date/tests/bug29150.phpt]
       
  4293 PASS Bug #29150 (Roman number format for months) [ext/date/tests/bug29150.phpt] 
       
  4294 TEST 2164/11096 [ext/date/tests/bug29585.phpt]
       
  4295 PASS Bug #29585 (Support week numbers in strtotime()) [ext/date/tests/bug29585.phpt] 
       
  4296 TEST 2165/11096 [ext/date/tests/bug29595.phpt]
       
  4297 PASS Bug #29595 (Roman number format for months) [ext/date/tests/bug29595.phpt] 
       
  4298 TEST 2166/11096 [ext/date/tests/bug30096.phpt]
       
  4299 PASS Bug #30096 (gmmktime does not return the corrent time) [ext/date/tests/bug30096.phpt] 
       
  4300 TEST 2167/11096 [ext/date/tests/bug30532.phpt]
       
  4301 PASS Bug #30532 (strtotime - crossing daylight savings time) [ext/date/tests/bug30532.phpt] 
       
  4302 TEST 2168/11096 [ext/date/tests/bug32086.phpt]
       
  4303 PASS Bug #32086 (strtotime don't work in DST) [ext/date/tests/bug32086.phpt] 
       
  4304 TEST 2169/11096 [ext/date/tests/bug32270.phpt]
       
  4305 PASS Bug #32270 (strtotime/date behavior) [ext/date/tests/bug32270.phpt] 
       
  4306 TEST 2170/11096 [ext/date/tests/bug32555.phpt]
       
  4307 FAIL Bug #32555 (strtotime("tomorrow") can return false) [ext/date/tests/bug32555.phpt] 
       
  4308 TEST 2171/11096 [ext/date/tests/bug32588.phpt]
       
  4309 PASS Bug #32588 (strtotime() error for 'last xxx' DST problem) [ext/date/tests/bug32588.phpt] 
       
  4310 TEST 2172/11096 [ext/date/tests/bug33056.phpt]
       
  4311 PASS Bug #33056 (strtotime() does not parse 20050518t090000Z) [ext/date/tests/bug33056.phpt] 
       
  4312 TEST 2173/11096 [ext/date/tests/bug33414-1.phpt]
       
  4313 PASS Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] 
       
  4314 TEST 2174/11096 [ext/date/tests/bug33414-2.phpt]
       
  4315 PASS Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] 
       
  4316 TEST 2175/11096 [ext/date/tests/bug33415-1.phpt]
       
  4317 PASS Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt] 
       
  4318 TEST 2176/11096 [ext/date/tests/bug33415-2.phpt]
       
  4319 PASS Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] 
       
  4320 TEST 2177/11096 [ext/date/tests/bug33452.phpt]
       
  4321 PASS Bug #33452 (Support for year accompanying ISO week nr) [ext/date/tests/bug33452.phpt] 
       
  4322 TEST 2178/11096 [ext/date/tests/bug33532.phpt]
       
  4323 FAIL Bug #33532 (Different output for strftime() and date()) [ext/date/tests/bug33532.phpt] 
       
  4324 TEST 2179/11096 [ext/date/tests/bug33536.phpt]
       
  4325 PASS Bug #33456 (strtotime defaults to now even on non time string) [ext/date/tests/bug33536.phpt] 
       
  4326 TEST 2180/11096 [ext/date/tests/bug33562.phpt]
       
  4327 PASS Bug #33562 (date("") crashes) [ext/date/tests/bug33562.phpt] 
       
  4328 TEST 2181/11096 [ext/date/tests/bug33563.phpt]
       
  4329 PASS Bug #33563 (strtotime('+1 month',$abc) cant get right time) [ext/date/tests/bug33563.phpt] 
       
  4330 TEST 2182/11096 [ext/date/tests/bug33578.phpt]
       
  4331 PASS Bug #33578 (strtotime() doesn't parse "11 Oct" format") [ext/date/tests/bug33578.phpt] 
       
  4332 TEST 2183/11096 [ext/date/tests/bug33869.phpt]
       
  4333 PASS Bug #33869 (strtotime() doesn't parse "+1days" format) [ext/date/tests/bug33869.phpt] 
       
  4334 TEST 2184/11096 [ext/date/tests/bug33957.phpt]
       
  4335 PASS Bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number) [ext/date/tests/bug33957.phpt] 
       
  4336 TEST 2185/11096 [ext/date/tests/bug34087.phpt]
       
  4337 PASS Bug #34087 (strtotime() does not work with date format "Y/m/d") [ext/date/tests/bug34087.phpt] 
       
  4338 TEST 2186/11096 [ext/date/tests/bug34304.phpt]
       
  4339 PASS Bug #34304 (date('w') returns wrong number for sunday, 'N' modifier is missing) [ext/date/tests/bug34304.phpt] 
       
  4340 TEST 2187/11096 [ext/date/tests/bug34676.phpt]
       
  4341 PASS Bug #34676 (missing support for strtotime("midnight") and strtotime("noon")) [ext/date/tests/bug34676.phpt] 
       
  4342 TEST 2188/11096 [ext/date/tests/bug34771.phpt]
       
  4343 PASS Bug #34771 (strtotime() fails with 1-12am/pm) [ext/date/tests/bug34771.phpt] 
       
  4344 TEST 2189/11096 [ext/date/tests/bug35143.phpt]
       
  4345 PASS Bug #35143 (gettimeofday() ignores current time zone) [ext/date/tests/bug35143.phpt] 
       
  4346 TEST 2190/11096 [ext/date/tests/bug35218.phpt]
       
  4347 PASS Bug #35218 (strtotime no longer ignores timezone comments like "(PST)") [ext/date/tests/bug35218.phpt] 
       
  4348 TEST 2191/11096 [ext/date/tests/bug35414.phpt]
       
  4349 PASS Bug #35414 (strtotime() no longer works with ordinal suffix) [ext/date/tests/bug35414.phpt] 
       
  4350 TEST 2192/11096 [ext/date/tests/bug35422.phpt]
       
  4351 PASS Bug #35422 (strtotime() does not parse times with UTC as timezone) [ext/date/tests/bug35422.phpt] 
       
  4352 TEST 2193/11096 [ext/date/tests/bug35425.phpt]
       
  4353 PASS Bug #35425 (idate() function ignores timezone settings) [ext/date/tests/bug35425.phpt] 
       
  4354 TEST 2194/11096 [ext/date/tests/bug35456.phpt]
       
  4355 PASS Bug #35456 (+ 1 [time unit] format did not work) [ext/date/tests/bug35456.phpt] 
       
  4356 TEST 2195/11096 [ext/date/tests/bug35499.phpt]
       
  4357 PASS Bug #35499 (strtotime() does not handle whitespace around the date string) [ext/date/tests/bug35499.phpt] 
       
  4358 TEST 2196/11096 [ext/date/tests/bug35624.phpt]
       
  4359 PASS Bug #35624 (strtotime() does not handle 3 character weekdays) [ext/date/tests/bug35624.phpt] 
       
  4360 TEST 2197/11096 [ext/date/tests/bug35630.phpt]
       
  4361 PASS Bug #35630 (strtotime() crashes on non-separated relative modifiers) [ext/date/tests/bug35630.phpt] 
       
  4362 TEST 2198/11096 [ext/date/tests/bug35699.phpt]
       
  4363 PASS Bug #35699 (date() can't handle leap years before 1970) [ext/date/tests/bug35699.phpt] 
       
  4364 TEST 2199/11096 [ext/date/tests/bug35705.phpt]
       
  4365 PASS Bug #35705 (strtotime() fails to parse soap date format without TZ) [ext/date/tests/bug35705.phpt] 
       
  4366 TEST 2200/11096 [ext/date/tests/bug35885.phpt]
       
  4367 PASS Bug #35885 (strtotime("NOW") no longer works) [ext/date/tests/bug35885.phpt] 
       
  4368 TEST 2201/11096 [ext/date/tests/bug35887.phpt]
       
  4369 PASS Bug #35887 (wddx_deserialize not parsing dateTime fields properly) [ext/date/tests/bug35887.phpt] 
       
  4370 TEST 2202/11096 [ext/date/tests/bug36224.phpt]
       
  4371 PASS Bug #36224 (date(DATE_ATOM) gives wrong resulsts) [ext/date/tests/bug36224.phpt] 
       
  4372 TEST 2203/11096 [ext/date/tests/bug36510.phpt]
       
  4373 PASS Bug #36510 (strtotime() fails to parse date strings with tabs) [ext/date/tests/bug36510.phpt] 
       
  4374 TEST 2204/11096 [ext/date/tests/bug36599.phpt]
       
  4375 PASS Bug #36599 (DATE_W3C format constant incorrect). [ext/date/tests/bug36599.phpt] 
       
  4376 TEST 2205/11096 [ext/date/tests/bug36988.phpt]
       
  4377 PASS Bug #36988 (mktime freezes on long numbers) [ext/date/tests/bug36988.phpt] 
       
  4378 TEST 2206/11096 [ext/date/tests/bug37017.phpt]
       
  4379 PASS Bug #37017 (strtotime fails before 13:00:00 with some time zones identifiers). [ext/date/tests/bug37017.phpt] 
       
  4380 TEST 2207/11096 [ext/date/tests/bug37368.phpt]
       
  4381 PASS Bug #37368 (Incorrect timestamp returned for strtotime()). [ext/date/tests/bug37368.phpt] 
       
  4382 TEST 2208/11096 [ext/date/tests/bug37514.phpt]
       
  4383 PASS Bug #37514 (strtotime doesn't assume year correctly). [ext/date/tests/bug37514.phpt] 
       
  4384 TEST 2209/11096 [ext/date/tests/bug37616.phpt]
       
  4385 PASS Bug #37616 (DATE_RFC822 does not product RFC 822 dates) [ext/date/tests/bug37616.phpt] 
       
  4386 TEST 2210/11096 [ext/date/tests/bug37747.phpt]
       
  4387 PASS Bug #37747 (strtotime segfaults when given "nextyear") [ext/date/tests/bug37747.phpt] 
       
  4388 TEST 2211/11096 [ext/date/tests/bug38229.phpt]
       
  4389 PASS Bug #38229 (strtotime() does not parse YYYY-MM) [ext/date/tests/bug38229.phpt] 
       
  4390 TEST 2212/11096 [ext/date/tests/bug39782.phpt]
       
  4391 PASS Bug #39782 (setTime() on a DateTime constructed with a Weekday yields incorrect results) [ext/date/tests/bug39782.phpt] 
       
  4392 TEST 2213/11096 [ext/date/tests/bug40743.phpt]
       
  4393 PASS Bug #40743 (DateTime ignores the TimeZone object passed to the constructor) [ext/date/tests/bug40743.phpt] 
       
  4394 TEST 2214/11096 [ext/date/tests/bug40861.phpt]
       
  4395 PASS Bug #40861 (Multiple +/- on relative units breaks strtotime()) [ext/date/tests/bug40861.phpt] 
       
  4396 TEST 2215/11096 [ext/date/tests/bug41523-64bit.phpt]
       
  4397 SKIP Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (64 bit) [ext/date/tests/bug41523-64bit.phpt] reason: 64-bit only
       
  4398 TEST 2216/11096 [ext/date/tests/bug41523.phpt]
       
  4399 PASS Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (32 bit) [ext/date/tests/bug41523.phpt] 
       
  4400 TEST 2217/11096 [ext/date/tests/bug41599.phpt]
       
  4401 PASS Bug #41599 (setTime() fails after modify() is used) [ext/date/tests/bug41599.phpt] 
       
  4402 TEST 2218/11096 [ext/date/tests/bug41709.phpt]
       
  4403 PASS Bug #41709 (strtotime() does not handle 00.00.0000) [ext/date/tests/bug41709.phpt] 
       
  4404 TEST 2219/11096 [ext/date/tests/bug41842.phpt]
       
  4405 PASS Bug #41842 (Cannot create years < 0100 & negative years with date_create or new DateTime) [ext/date/tests/bug41842.phpt] 
       
  4406 TEST 2220/11096 [ext/date/tests/bug41844.phpt]
       
  4407 PASS Bug #41844 (Format returns incorrect number of digits for negative years -0001 to -0999) [ext/date/tests/bug41844.phpt] 
       
  4408 TEST 2221/11096 [ext/date/tests/bug41964.phpt]
       
  4409 PASS Bug #41964 (strtotime returns a timestamp for non-time string of pattern '(A|a) .+') [ext/date/tests/bug41964.phpt] 
       
  4410 TEST 2222/11096 [ext/date/tests/bug42910.phpt]
       
  4411 PASS Bug #42910 (Constructing DateTime with TimeZone Indicator invalidates DateTimeZone) [ext/date/tests/bug42910.phpt] 
       
  4412 TEST 2223/11096 [ext/date/tests/bug43003.phpt]
       
  4413 PASS Bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp) [ext/date/tests/bug43003.phpt] 
       
  4414 TEST 2224/11096 [ext/date/tests/bug43075.phpt]
       
  4415 PASS Bug #43075 (Support 24 as hour) [ext/date/tests/bug43075.phpt] 
       
  4416 TEST 2225/11096 [ext/date/tests/bug43452.phpt]
       
  4417 PASS Bug #43452 ("weekday" is not equivalent to "1 weekday" of the current weekday is "weekday") [ext/date/tests/bug43452.phpt] 
       
  4418 TEST 2226/11096 [ext/date/tests/bug43527.phpt]
       
  4419 PASS Bug #43527 (DateTime created from a timestamp reports environment timezone) [ext/date/tests/bug43527.phpt] 
       
  4420 TEST 2227/11096 [ext/date/tests/bug43808.phpt]
       
  4421 PASS Bug #43808 (date_create never fails (even when it should)) [ext/date/tests/bug43808.phpt] 
       
  4422 TEST 2228/11096 [ext/date/tests/bug43960.phpt]
       
  4423 PASS Bug #43960 (strtotime() returns timestamp in the future when given a bogus string) [ext/date/tests/bug43960.phpt] 
       
  4424 TEST 2229/11096 [ext/date/tests/bug44562.phpt]
       
  4425 PASS Bug #44562 (Creating instance of DatePeriod crashes) [ext/date/tests/bug44562.phpt] 
       
  4426 TEST 2230/11096 [ext/date/tests/bug44742.phpt]
       
  4427 PASS Bug #44742 (timezone_offset_get() causes segmentation faults) [ext/date/tests/bug44742.phpt] 
       
  4428 TEST 2231/11096 [ext/date/tests/bug45529.phpt]
       
  4429 PASS Bug #45529 (UTC not properly recognised as timezone identifier while parsing) [ext/date/tests/bug45529.phpt] 
       
  4430 TEST 2232/11096 [ext/date/tests/bug45554.phpt]
       
  4431 PASS Bug #45554 (Inconsistent behavior of the u format char) [ext/date/tests/bug45554.phpt] 
       
  4432 TEST 2233/11096 [ext/date/tests/bug45682.phpt]
       
  4433 PASS Bug #45682 (Unable to var_dump(DateInterval)) [ext/date/tests/bug45682.phpt] 
       
  4434 TEST 2234/11096 [ext/date/tests/bug45866.phpt]
       
  4435 PASS Bug #45866 (decimal values fed to DateTime->modify() causes long execution times) [ext/date/tests/bug45866.phpt] 
       
  4436 TEST 2235/11096 [ext/date/tests/bug46108.phpt]
       
  4437 PASS Bug #46108 (DateTime - Memory leak when unserializing) [ext/date/tests/bug46108.phpt] 
       
  4438 TEST 2236/11096 [ext/date/tests/bug46111.phpt]
       
  4439 PASS Bug #46111 (strtotime() returns false for some valid timezones) [ext/date/tests/bug46111.phpt] 
       
  4440 TEST 2237/11096 [ext/date/tests/bug46268.phpt]
       
  4441 PASS Bug #46268 (When call DateTime#setTime, it seems to be called the last modify method too) [ext/date/tests/bug46268.phpt] 
       
  4442 TEST 2238/11096 [ext/date/tests/bug46874.phpt]
       
  4443 PASS Bug #46874 (DatePeriod not resetting after foreach loop) [ext/date/tests/bug46874.phpt] 
       
  4444 TEST 2239/11096 [ext/date/tests/bug48058.phpt]
       
  4445 PASS Bug #48058 (Year formatter goes wrong with out-of-int range) [ext/date/tests/bug48058.phpt] 
       
  4446 TEST 2240/11096 [ext/date/tests/bug48097.phpt]
       
  4447 PASS Bug #48097 (date_timezone_set function produces wrong datetime result) [ext/date/tests/bug48097.phpt] 
       
  4448 TEST 2241/11096 [ext/date/tests/bug48187.phpt]
       
  4449 PASS Bug #48187 (DateTime::diff() corrupting microtime() result) [ext/date/tests/bug48187.phpt] 
       
  4450 TEST 2242/11096 [ext/date/tests/bug48276.phpt]
       
  4451 PASS Bug #48276 (date("Y") prints wrong year on Big Endian machines) [ext/date/tests/bug48276.phpt] 
       
  4452 TEST 2243/11096 [ext/date/tests/bug48476.phpt]
       
  4453 PASS Bug #48476 (cloning extended DateTime class without calling parent::__constr crashed PHP) [ext/date/tests/bug48476.phpt] 
       
  4454 TEST 2244/11096 [ext/date/tests/bug48678.phpt]
       
  4455 PASS Bug #48678 (DateInterval segfaults when unserialising) [ext/date/tests/bug48678.phpt] 
       
  4456 TEST 2245/11096 [ext/date/tests/bug49059.phpt]
       
  4457 PASS Bug #49059 (DateTime::diff() repeats previous sub() operation) [ext/date/tests/bug49059.phpt] 
       
  4458 TEST 2246/11096 [ext/date/tests/bug49081.phpt]
       
  4459 PASS Bug #49081 (DateTime::diff() mistake if start in January and interval > 28 days) [ext/date/tests/bug49081.phpt] 
       
  4460 TEST 2247/11096 [ext/date/tests/bug49585.phpt]
       
  4461 PASS Bug #49585 (date_format buffer not long enough for >4 digit years) [ext/date/tests/bug49585.phpt] 
       
  4462 TEST 2248/11096 [ext/date/tests/bug49700.phpt]
       
  4463 PASS Bug #49700 (memory leaks in php_date.c if garbage collector is enabled) [ext/date/tests/bug49700.phpt] 
       
  4464 TEST 2249/11096 [ext/date/tests/bug49778.phpt]
       
  4465 PASS Bug #49778 (DateInterval::format("%a") is always zero when an interval is created from an ISO string) [ext/date/tests/bug49778.phpt] 
       
  4466 TEST 2250/11096 [ext/date/tests/bug50055.phpt]
       
  4467 PASS Bug #50555 (DateTime::sub() allows 'relative' time modifications). [ext/date/tests/bug50055.phpt] 
       
  4468 TEST 2251/11096 [ext/date/tests/bug50392.phpt]
       
  4469 PASS Bug #50392 (date_create_from_format enforces 6 digits for 'u' format character) [ext/date/tests/bug50392.phpt] 
       
  4470 TEST 2252/11096 [ext/date/tests/bug50475.phpt]
       
  4471 PASS Bug #50475 (DateTime::setISODate followed by DateTime::setTime) [ext/date/tests/bug50475.phpt] 
       
  4472 TEST 2253/11096 [ext/date/tests/bug50680.phpt]
       
  4473 PASS Bug #50680 ("eighth" quantifier is not understood) [ext/date/tests/bug50680.phpt] 
       
  4474 TEST 2254/11096 [ext/date/tests/bug51096.phpt]
       
  4475 PASS Bug #51096 (Test for "first day" vs "first day of") [ext/date/tests/bug51096.phpt] 
       
  4476 TEST 2255/11096 [ext/date/tests/bug51393.phpt]
       
  4477 PASS Bug #51393 (DateTime::createFromFormat() fails if format string contains timezone) [ext/date/tests/bug51393.phpt] 
       
  4478 TEST 2256/11096 [ext/date/tests/bug51819.phpt]
       
  4479 PASS Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) [ext/date/tests/bug51819.phpt] 
       
  4480 TEST 2257/11096 [ext/date/tests/bug51866.phpt]
       
  4481 PASS Bug #51866 (Lenient parsing with parseFromFormat) [ext/date/tests/bug51866.phpt] 
       
  4482 TEST 2258/11096 [ext/date/tests/bug51994.phpt]
       
  4483 PASS Bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format) [ext/date/tests/bug51994.phpt] 
       
  4484 TEST 2259/11096 [ext/date/tests/bug52062-64bit.phpt]
       
  4485 SKIP Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (64 bit) [ext/date/tests/bug52062-64bit.phpt] reason: 64 bit only
       
  4486 TEST 2260/11096 [ext/date/tests/bug52062.phpt]
       
  4487 PASS Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (32 bit) [ext/date/tests/bug52062.phpt] 
       
  4488 TEST 2261/11096 [ext/date/tests/bug52063.phpt]
       
  4489 PASS Bug #52063 (DateTime constructor's second argument doesn't have a null default value) [ext/date/tests/bug52063.phpt] 
       
  4490 TEST 2262/11096 [ext/date/tests/bug52113.phpt]
       
  4491 PASS Bug #52113 (Seg fault while creating (by unserialization) DatePeriod) [ext/date/tests/bug52113.phpt] 
       
  4492 TEST 2263/11096 [ext/date/tests/bug52290.phpt]
       
  4493 PASS Bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp) [ext/date/tests/bug52290.phpt] 
       
  4494 TEST 2264/11096 [ext/date/tests/bug52342.phpt]
       
  4495 PASS Bug #52342 (DateTime setIsoDate results in wrong timestamp) [ext/date/tests/bug52342.phpt] 
       
  4496 TEST 2265/11096 [ext/date/tests/bug52430.phpt]
       
  4497 PASS Bug #52430 (date_parse parse 24:xx:xx as valid time) [ext/date/tests/bug52430.phpt] 
       
  4498 TEST 2266/11096 [ext/date/tests/bug52454.phpt]
       
  4499 PASS Bug #52454 (Relative dates and getTimestamp increments by one day) [ext/date/tests/bug52454.phpt] 
       
  4500 TEST 2267/11096 [ext/date/tests/bug52577.phpt]
       
  4501 PASS Bug #52577 (Incorrect date returning) [ext/date/tests/bug52577.phpt] 
       
  4502 TEST 2268/11096 [ext/date/tests/bug52668.phpt]
       
  4503 PASS Bug #52668 (Iterating over a dateperiod twice is broken) [ext/date/tests/bug52668.phpt] 
       
  4504 TEST 2269/11096 [ext/date/tests/bug52738.phpt]
       
  4505 PASS Bug #52738 (Can't use new properties in class extended from DateInterval) [ext/date/tests/bug52738.phpt] 
       
  4506 TEST 2270/11096 [ext/date/tests/bug52808.phpt]
       
  4507 PASS Bug #52808 (Segfault when specifying interval as two dates) [ext/date/tests/bug52808.phpt] 
       
  4508 TEST 2271/11096 [ext/date/tests/bug53437.phpt]
       
  4509 PASS Bug #53437 (Crash when using unserialized DatePeriod instance), variation 1 [ext/date/tests/bug53437.phpt] 
       
  4510 TEST 2272/11096 [ext/date/tests/bug53437_var1.phpt]
       
  4511 PASS Bug #53437 (Crash when using unserialized DatePeriod instance), variation 2 [ext/date/tests/bug53437_var1.phpt] 
       
  4512 TEST 2273/11096 [ext/date/tests/bug53437_var2.phpt]
       
  4513 PASS Bug #53437 DateInterval basic serialization [ext/date/tests/bug53437_var2.phpt] 
       
  4514 TEST 2274/11096 [ext/date/tests/bug53437_var3.phpt]
       
  4515 FAIL Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt] 
       
  4516 TEST 2275/11096 [ext/date/tests/bug53437_var4.phpt]
       
  4517 PASS Bug #53437 (Check that var_dump out is the same using the whole object or it's single properties), variation 4 [ext/date/tests/bug53437_var4.phpt] 
       
  4518 TEST 2276/11096 [ext/date/tests/bug53437_var5.phpt]
       
  4519 SKIP Bug #53437 DateInterval unserialize bad data, 64 bit [ext/date/tests/bug53437_var5.phpt] reason: true 64 bit only
       
  4520 TEST 2277/11096 [ext/date/tests/bug53502.phpt]
       
  4521 PASS Bug #53502 (strtotime with timezone memory leak) [ext/date/tests/bug53502.phpt] 
       
  4522 TEST 2278/11096 [ext/date/tests/bug54283.phpt]
       
  4523 PASS Bug #54283 (new DatePeriod(NULL) causes crash) [ext/date/tests/bug54283.phpt] 
       
  4524 TEST 2279/11096 [ext/date/tests/bug54316.phpt]
       
  4525 PASS Bug #54316 (DateTime::createFromFormat does not handle trailing '|' correctly) [ext/date/tests/bug54316.phpt] 
       
  4526 TEST 2280/11096 [ext/date/tests/bug54340.phpt]
       
  4527 PASS Bug #54340 (DateTime::add() method bug) [ext/date/tests/bug54340.phpt] 
       
  4528 TEST 2281/11096 [ext/date/tests/bug54597.phpt]
       
  4529 PASS Bug #54597 (incorrect years for DateTime objects created with 4-digit years) [ext/date/tests/bug54597.phpt] 
       
  4530 TEST 2282/11096 [ext/date/tests/bug54851.phpt]
       
  4531 PASS Bug #54851 (DateTime::createFromFormat() doesn't interpret "D") [ext/date/tests/bug54851.phpt] 
       
  4532 TEST 2283/11096 [ext/date/tests/bug55253.phpt]
       
  4533 PASS Bug #55253 (DateTime::add() and sub() result -1 hour on objects with time zone type 2) [ext/date/tests/bug55253.phpt] 
       
  4534 TEST 2284/11096 [ext/date/tests/bug55397.phpt]
       
  4535 PASS Bug #55397 (comparsion of incomplete DateTime causes SIGSEGV) [ext/date/tests/bug55397.phpt] 
       
  4536 TEST 2285/11096 [ext/date/tests/bug60236.phpt]
       
  4537 PASS Bug #60236 (TLA timezone dates are not converted properly from timestamp) [ext/date/tests/bug60236.phpt] 
       
  4538 TEST 2286/11096 [ext/date/tests/bug62500.phpt]
       
  4539 PASS Bug #62500 (Segfault in DateInterval class when extended) [ext/date/tests/bug62500.phpt] 
       
  4540 TEST 2287/11096 [ext/date/tests/bug62852.phpt]
       
  4541 PASS Bug #62852 (Unserialize invalid DateTime causes crash), variation 1 [ext/date/tests/bug62852.phpt] 
       
  4542 TEST 2288/11096 [ext/date/tests/bug62852_var2.phpt]
       
  4543 PASS Bug #62852 (Unserialize invalid DateTime causes crash), variation 2 [ext/date/tests/bug62852_var2.phpt] 
       
  4544 TEST 2289/11096 [ext/date/tests/bug62852_var3.phpt]
       
  4545 PASS Bug #62852 (Unserialize invalid DateTime causes crash), variation 3 [ext/date/tests/bug62852_var3.phpt] 
       
  4546 TEST 2290/11096 [ext/date/tests/bug63435.phpt]
       
  4547 PASS Bug #63435 	Datetime::format('u') sometimes wrong by 1 microsecond [ext/date/tests/bug63435.phpt] 
       
  4548 TEST 2291/11096 [ext/date/tests/bug67251.phpt]
       
  4549 PASS Bug #67251 (date_parse_from_format out-of-bounds read) [ext/date/tests/bug67251.phpt] 
       
  4550 TEST 2292/11096 [ext/date/tests/bug67253.phpt]
       
  4551 PASS Bug #67253 (timelib_meridian_with_check out-of-bounds read) [ext/date/tests/bug67253.phpt] 
       
  4552 TEST 2293/11096 [ext/date/tests/bug68942.phpt]
       
  4553 FAIL Bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone). [ext/date/tests/bug68942.phpt] 
       
  4554 TEST 2294/11096 [ext/date/tests/bug68942_2.phpt]
       
  4555 PASS Bug #68942 (Use after free vulnerability in unserialize() with DateTime). [ext/date/tests/bug68942_2.phpt] 
       
  4556 TEST 2295/11096 [ext/date/tests/cal_days_in_month_invalid_calendar.phpt]
       
  4557 PASS cal_days_in_month: test invalid parameter [ext/date/tests/cal_days_in_month_invalid_calendar.phpt] 
       
  4558 TEST 2296/11096 [ext/date/tests/cal_days_in_month_invalid_date.phpt]
       
  4559 PASS cal_days_in_month: test invalid parameter [ext/date/tests/cal_days_in_month_invalid_date.phpt] 
       
  4560 TEST 2297/11096 [ext/date/tests/checkdate_basic1.phpt]
       
  4561 PASS Test date_create() function : basic functionality [ext/date/tests/checkdate_basic1.phpt] 
       
  4562 TEST 2298/11096 [ext/date/tests/checkdate_error.phpt]
       
  4563 PASS Test checkdate() function : error conditions [ext/date/tests/checkdate_error.phpt] 
       
  4564 TEST 2299/11096 [ext/date/tests/checkdate_variation1.phpt]
       
  4565 PASS Test checkdate() function : usage variation - Passing unexpected values to first argument $month. [ext/date/tests/checkdate_variation1.phpt] 
       
  4566 TEST 2300/11096 [ext/date/tests/checkdate_variation2.phpt]
       
  4567 PASS Test checkdate() function : usage variation - Passing unexpected values to second argument $day. [ext/date/tests/checkdate_variation2.phpt] 
       
  4568 TEST 2301/11096 [ext/date/tests/checkdate_variation3.phpt]
       
  4569 PASS Test checkdate() function : usage variation - Passing unexpected values to third argument $year. [ext/date/tests/checkdate_variation3.phpt] 
       
  4570 TEST 2302/11096 [ext/date/tests/date-parse-by-format001.phpt]
       
  4571 PASS Test for date_parse_by_format() [ext/date/tests/date-parse-by-format001.phpt] 
       
  4572 TEST 2303/11096 [ext/date/tests/date-set-timestamp.phpt]
       
  4573 PASS DateTime::setTimestamp() [ext/date/tests/date-set-timestamp.phpt] 
       
  4574 TEST 2304/11096 [ext/date/tests/date-time-modify-times.phpt]
       
  4575 PASS Test for DateTime::modify() with absolute time statements [ext/date/tests/date-time-modify-times.phpt] 
       
  4576 TEST 2305/11096 [ext/date/tests/date.phpt]
       
  4577 PASS date() function [ext/date/tests/date.phpt] 
       
  4578 TEST 2306/11096 [ext/date/tests/date_add_basic.phpt]
       
  4579 PASS Test date_add() function : basic functionality [ext/date/tests/date_add_basic.phpt] 
       
  4580 TEST 2307/11096 [ext/date/tests/date_add_basic2.phpt]
       
  4581 PASS date_add() return false with wrong params [ext/date/tests/date_add_basic2.phpt] 
       
  4582 TEST 2308/11096 [ext/date/tests/date_basic1.phpt]
       
  4583 PASS Test date() function : basic functionality [ext/date/tests/date_basic1.phpt] 
       
  4584 TEST 2309/11096 [ext/date/tests/date_constants.phpt]
       
  4585 PASS Date constants [ext/date/tests/date_constants.phpt] 
       
  4586 TEST 2310/11096 [ext/date/tests/date_create-1.phpt]
       
  4587 PASS date_create() function [1] [ext/date/tests/date_create-1.phpt] 
       
  4588 TEST 2311/11096 [ext/date/tests/date_create-2.phpt]
       
  4589 PASS date_create() function [2] [ext/date/tests/date_create-2.phpt] 
       
  4590 TEST 2312/11096 [ext/date/tests/date_create-relative.phpt]
       
  4591 PASS date_create() with large relative offsets [ext/date/tests/date_create-relative.phpt] 
       
  4592 TEST 2313/11096 [ext/date/tests/date_create_basic.phpt]
       
  4593 PASS Test date_create() function : basic functionality [ext/date/tests/date_create_basic.phpt] 
       
  4594 TEST 2314/11096 [ext/date/tests/date_create_error.phpt]
       
  4595 PASS Test date_create() function : error conditions [ext/date/tests/date_create_error.phpt] 
       
  4596 TEST 2315/11096 [ext/date/tests/date_create_from_format_basic.phpt]
       
  4597 PASS date_create_from_format() return false with wrong params [ext/date/tests/date_create_from_format_basic.phpt] 
       
  4598 TEST 2316/11096 [ext/date/tests/date_create_from_format_basic2.phpt]
       
  4599 PASS date_create_from_format() return false [ext/date/tests/date_create_from_format_basic2.phpt] 
       
  4600 TEST 2317/11096 [ext/date/tests/date_create_variation1.phpt]
       
  4601 PASS Test date_create() function : usage variation - Passing unexpected values to first argument $time. [ext/date/tests/date_create_variation1.phpt] 
       
  4602 TEST 2318/11096 [ext/date/tests/date_create_variation2.phpt]
       
  4603 PASS Test date_create() function : usage variation - Passing unexpected values to second argument $timezone. [ext/date/tests/date_create_variation2.phpt] 
       
  4604 TEST 2319/11096 [ext/date/tests/date_date_set_basic1.phpt]
       
  4605 PASS Test date_date_set() function : basic functionality [ext/date/tests/date_date_set_basic1.phpt] 
       
  4606 TEST 2320/11096 [ext/date/tests/date_date_set_error.phpt]
       
  4607 PASS Test date_date_set() function : error conditions [ext/date/tests/date_date_set_error.phpt] 
       
  4608 TEST 2321/11096 [ext/date/tests/date_date_set_variation1.phpt]
       
  4609 PASS Test date_date_set() function : usage variation - Passing unexpected values to first argument $object. [ext/date/tests/date_date_set_variation1.phpt] 
       
  4610 TEST 2322/11096 [ext/date/tests/date_date_set_variation2.phpt]
       
  4611 PASS Test date_date_set() function : usage variation - Passing unexpected values to second argument $year. [ext/date/tests/date_date_set_variation2.phpt] 
       
  4612 TEST 2323/11096 [ext/date/tests/date_date_set_variation3.phpt]
       
  4613 PASS Test date_date_set() function : usage variation - Passing unexpected values to third argument $month. [ext/date/tests/date_date_set_variation3.phpt] 
       
  4614 TEST 2324/11096 [ext/date/tests/date_date_set_variation4.phpt]
       
  4615 PASS Test date_date_set() function : usage variation - Passing unexpected values to forth argument $day. [ext/date/tests/date_date_set_variation4.phpt] 
       
  4616 TEST 2325/11096 [ext/date/tests/date_default_timezone_get-1-win32.phpt]
       
  4617 SKIP date_default_timezone_get() function [1] [ext/date/tests/date_default_timezone_get-1-win32.phpt] reason: skip on non windows
       
  4618 TEST 2326/11096 [ext/date/tests/date_default_timezone_get-1.phpt]
       
  4619 FAIL date_default_timezone_get() function [1] [ext/date/tests/date_default_timezone_get-1.phpt] 
       
  4620 TEST 2327/11096 [ext/date/tests/date_default_timezone_get-2-win32.phpt]
       
  4621 SKIP date_default_timezone_get() function [2] [ext/date/tests/date_default_timezone_get-2-win32.phpt] reason: on non windows
       
  4622 TEST 2328/11096 [ext/date/tests/date_default_timezone_get-2.phpt]
       
  4623 FAIL date_default_timezone_get() function [2] [ext/date/tests/date_default_timezone_get-2.phpt] 
       
  4624 TEST 2329/11096 [ext/date/tests/date_default_timezone_get-3.phpt]
       
  4625 PASS date_default_timezone_get() function [3] [ext/date/tests/date_default_timezone_get-3.phpt] 
       
  4626 TEST 2330/11096 [ext/date/tests/date_default_timezone_get_error.phpt]
       
  4627 PASS Test date_default_timezone_get() function : error conditions [ext/date/tests/date_default_timezone_get_error.phpt] 
       
  4628 TEST 2331/11096 [ext/date/tests/date_default_timezone_set-1.phpt]
       
  4629 FAIL date_default_timezone_set() function [1] [ext/date/tests/date_default_timezone_set-1.phpt] 
       
  4630 TEST 2332/11096 [ext/date/tests/date_default_timezone_set_error.phpt]
       
  4631 PASS Test date_default_timezone_set() function : error variations [ext/date/tests/date_default_timezone_set_error.phpt] 
       
  4632 TEST 2333/11096 [ext/date/tests/date_default_timezone_set_variation1.phpt]
       
  4633 PASS Test date_default_timezone_set() function : usage variations - Passing unexpected values for time_zone identifier [ext/date/tests/date_default_timezone_set_variation1.phpt] 
       
  4634 TEST 2334/11096 [ext/date/tests/date_diff.phpt]
       
  4635 PASS Extensive test for date_diff(). [ext/date/tests/date_diff.phpt] 
       
  4636 TEST 2335/11096 [ext/date/tests/date_diff1.phpt]
       
  4637 PASS Test for date_diff with timezone abbreviations. [ext/date/tests/date_diff1.phpt] 
       
  4638 TEST 2336/11096 [ext/date/tests/date_error.phpt]
       
  4639 PASS Test date() function : error conditions [ext/date/tests/date_error.phpt] 
       
  4640 TEST 2337/11096 [ext/date/tests/date_format_basic1.phpt]
       
  4641 PASS Test date_format() function : basic functionality [ext/date/tests/date_format_basic1.phpt] 
       
  4642 TEST 2338/11096 [ext/date/tests/date_format_error.phpt]
       
  4643 PASS Test date_format() function : error conditions [ext/date/tests/date_format_error.phpt] 
       
  4644 TEST 2339/11096 [ext/date/tests/date_format_variation1.phpt]
       
  4645 PASS Test date_format() function : usage variation - Passing unexpected values to first argument $object. [ext/date/tests/date_format_variation1.phpt] 
       
  4646 TEST 2340/11096 [ext/date/tests/date_format_variation2.phpt]
       
  4647 PASS Test date_format() function : usage variation - Passing unexpected values to second argument $format. [ext/date/tests/date_format_variation2.phpt] 
       
  4648 TEST 2341/11096 [ext/date/tests/date_get_last_errors_basic.phpt]
       
  4649 PASS date_get_last_errors() return false [ext/date/tests/date_get_last_errors_basic.phpt] 
       
  4650 TEST 2342/11096 [ext/date/tests/date_isodate_set_basic1.phpt]
       
  4651 PASS Test date_isodate_set() function : basic functionality [ext/date/tests/date_isodate_set_basic1.phpt] 
       
  4652 TEST 2343/11096 [ext/date/tests/date_isodate_set_error.phpt]
       
  4653 PASS Test date_isodate_set() function : error conditions [ext/date/tests/date_isodate_set_error.phpt] 
       
  4654 TEST 2344/11096 [ext/date/tests/date_isodate_set_variation1.phpt]
       
  4655 PASS Test date_isodate_set() function : usage variation - Passing unexpected values to first argument $object. [ext/date/tests/date_isodate_set_variation1.phpt] 
       
  4656 TEST 2345/11096 [ext/date/tests/date_isodate_set_variation2.phpt]
       
  4657 PASS Test date_isodate_set() function : usage variation - Passing unexpected values to second argument $year. [ext/date/tests/date_isodate_set_variation2.phpt] 
       
  4658 TEST 2346/11096 [ext/date/tests/date_isodate_set_variation3.phpt]
       
  4659 PASS Test date_isodate_set() function : usage variation - Passing unexpected values to third argument $week. [ext/date/tests/date_isodate_set_variation3.phpt] 
       
  4660 TEST 2347/11096 [ext/date/tests/date_isodate_set_variation4.phpt]
       
  4661 PASS Test date_isodate_set() function : usage variation - Passing unexpected values to forth argument $day. [ext/date/tests/date_isodate_set_variation4.phpt] 
       
  4662 TEST 2348/11096 [ext/date/tests/date_modify-1.phpt]
       
  4663 PASS date_modify() function [1] [ext/date/tests/date_modify-1.phpt] 
       
  4664 TEST 2349/11096 [ext/date/tests/date_modify-2.phpt]
       
  4665 PASS date_modify() function [2] [ext/date/tests/date_modify-2.phpt] 
       
  4666 TEST 2350/11096 [ext/date/tests/date_modify_basic1.phpt]
       
  4667 PASS Test date_modify() function : basic functionality [ext/date/tests/date_modify_basic1.phpt] 
       
  4668 TEST 2351/11096 [ext/date/tests/date_modify_error.phpt]
       
  4669 PASS Test date_modify() function : error conditions [ext/date/tests/date_modify_error.phpt] 
       
  4670 TEST 2352/11096 [ext/date/tests/date_modify_variation1.phpt]
       
  4671 PASS Test date_modify() function : usage variation - Passing unexpected values to first argument $object. [ext/date/tests/date_modify_variation1.phpt] 
       
  4672 TEST 2353/11096 [ext/date/tests/date_modify_variation2.phpt]
       
  4673 PASS Test date_modify() function : usage variation - Passing unexpected values to second argument $format. [ext/date/tests/date_modify_variation2.phpt] 
       
  4674 TEST 2354/11096 [ext/date/tests/date_offset_get_basic1.phpt]
       
  4675 PASS Test date_offset_get() function : basic functionality [ext/date/tests/date_offset_get_basic1.phpt] 
       
  4676 TEST 2355/11096 [ext/date/tests/date_offset_get_error.phpt]
       
  4677 PASS Test date_offset_get() function : error conditions [ext/date/tests/date_offset_get_error.phpt] 
       
  4678 TEST 2356/11096 [ext/date/tests/date_offset_get_variation1.phpt]
       
  4679 PASS Test date_offset_get() function : usage variation - Passing unexpected values to first argument $object. [ext/date/tests/date_offset_get_variation1.phpt] 
       
  4680 TEST 2357/11096 [ext/date/tests/date_parse_001.phpt]
       
  4681 PASS Test basic date_parse() [ext/date/tests/date_parse_001.phpt] 
       
  4682 TEST 2358/11096 [ext/date/tests/date_parse_basic1.phpt]
       
  4683 PASS Test date_parse() function : basic functionality [ext/date/tests/date_parse_basic1.phpt] 
       
  4684 TEST 2359/11096 [ext/date/tests/date_parse_error.phpt]
       
  4685 PASS Test date_parse() function : error conditions [ext/date/tests/date_parse_error.phpt] 
       
  4686 TEST 2360/11096 [ext/date/tests/date_parse_from_format_basic.phpt]
       
  4687 PASS date_parse_from_format() return false with wrong params [ext/date/tests/date_parse_from_format_basic.phpt] 
       
  4688 TEST 2361/11096 [ext/date/tests/date_parse_variation1.phpt]
       
  4689 PASS Test date_parse() function : usage variation - Passing unexpected values to first argument $date. [ext/date/tests/date_parse_variation1.phpt] 
       
  4690 TEST 2362/11096 [ext/date/tests/date_period.phpt]
       
  4691 PASS DatePeriod [ext/date/tests/date_period.phpt] 
       
  4692 TEST 2363/11096 [ext/date/tests/date_sub_basic.phpt]
       
  4693 PASS Test date_sub() function : basic functionality [ext/date/tests/date_sub_basic.phpt] 
       
  4694 TEST 2364/11096 [ext/date/tests/date_sun_info_001.phpt]
       
  4695 PASS Test basic date_sun_info() [ext/date/tests/date_sun_info_001.phpt] 
       
  4696 TEST 2365/11096 [ext/date/tests/date_sun_info_002.phpt]
       
  4697 PASS Test basic date_sun_info() [ext/date/tests/date_sun_info_002.phpt] 
       
  4698 TEST 2366/11096 [ext/date/tests/date_sun_info_error.phpt]
       
  4699 PASS Test date_sun_info() function : error variations [ext/date/tests/date_sun_info_error.phpt] 
       
  4700 TEST 2367/11096 [ext/date/tests/date_sun_info_variation1.phpt]
       
  4701 PASS Test date_sun_info() function : error variations - Pass unexpected values for time argument [ext/date/tests/date_sun_info_variation1.phpt] 
       
  4702 TEST 2368/11096 [ext/date/tests/date_sun_info_variation2.phpt]
       
  4703 PASS Test date_sun_info() function : error variations - Pass unexpected values for latitude argument [ext/date/tests/date_sun_info_variation2.phpt] 
       
  4704 TEST 2369/11096 [ext/date/tests/date_sun_info_variation3.phpt]
       
  4705 PASS Test date_sun_info() function : usage variations - Pass unexpected values for longitude argument [ext/date/tests/date_sun_info_variation3.phpt] 
       
  4706 TEST 2370/11096 [ext/date/tests/date_sunrise_and_sunset_basic.phpt]
       
  4707 PASS Basic test for date_sunrise and date_sunset based on example in PHP manual [ext/date/tests/date_sunrise_and_sunset_basic.phpt] 
       
  4708 TEST 2371/11096 [ext/date/tests/date_sunrise_error.phpt]
       
  4709 PASS Test date_sunrise() function : error conditions [ext/date/tests/date_sunrise_error.phpt] 
       
  4710 TEST 2372/11096 [ext/date/tests/date_sunrise_variation1.phpt]
       
  4711 PASS Test date_sunrise() function : usage variation - Passing unexpected values to first argument time. [ext/date/tests/date_sunrise_variation1.phpt] 
       
  4712 TEST 2373/11096 [ext/date/tests/date_sunrise_variation2.phpt]
       
  4713 PASS Test date_sunrise() function : usage variation - Passing unexpected values to second argument format. [ext/date/tests/date_sunrise_variation2.phpt] 
       
  4714 TEST 2374/11096 [ext/date/tests/date_sunrise_variation3.phpt]
       
  4715 PASS Test date_sunrise() function : usage variation - Passing unexpected values to third argument latitude. [ext/date/tests/date_sunrise_variation3.phpt] 
       
  4716 TEST 2375/11096 [ext/date/tests/date_sunrise_variation4.phpt]
       
  4717 PASS Test date_sunrise() function : usage variation - Passing unexpected values to fourth argument longitude. [ext/date/tests/date_sunrise_variation4.phpt] 
       
  4718 TEST 2376/11096 [ext/date/tests/date_sunrise_variation5.phpt]
       
  4719 PASS Test date_sunrise() function : usage variation - Passing unexpected values to fifth argument zenith [ext/date/tests/date_sunrise_variation5.phpt] 
       
  4720 TEST 2377/11096 [ext/date/tests/date_sunrise_variation6.phpt]
       
  4721 PASS Test date_sunrise() function : usage variation - Passing unexpected values to sixth argument gmt_offset. [ext/date/tests/date_sunrise_variation6.phpt] 
       
  4722 TEST 2378/11096 [ext/date/tests/date_sunrise_variation7.phpt]
       
  4723 PASS Test date_sunrise() function : usage variation -  Checking sunrise for consecutive days in specific timezone [ext/date/tests/date_sunrise_variation7.phpt] 
       
  4724 TEST 2379/11096 [ext/date/tests/date_sunrise_variation8.phpt]
       
  4725 PASS Test date_sunrise() function : usage variation -  Checking with North and South poles when Sun is up and down all day [ext/date/tests/date_sunrise_variation8.phpt] 
       
  4726 TEST 2380/11096 [ext/date/tests/date_sunrise_variation9.phpt]
       
  4727 PASS Test date_sunrise() function : usage variation -  Passing high positive and negative float values to time argument. [ext/date/tests/date_sunrise_variation9.phpt] 
       
  4728 TEST 2381/11096 [ext/date/tests/date_sunset_error.phpt]
       
  4729 PASS Test date_sunset() function : error conditions [ext/date/tests/date_sunset_error.phpt] 
       
  4730 TEST 2382/11096 [ext/date/tests/date_sunset_variation1.phpt]
       
  4731 PASS Test date_sunset() function : usage variation - Passing unexpected values to first argument time. [ext/date/tests/date_sunset_variation1.phpt] 
       
  4732 TEST 2383/11096 [ext/date/tests/date_sunset_variation2.phpt]
       
  4733 PASS Test date_sunset() function : usage variation - Passing unexpected values to second argument format. [ext/date/tests/date_sunset_variation2.phpt] 
       
  4734 TEST 2384/11096 [ext/date/tests/date_sunset_variation3.phpt]
       
  4735 PASS Test date_sunset() function : usage variation - Passing unexpected values to third argument latitude. [ext/date/tests/date_sunset_variation3.phpt] 
       
  4736 TEST 2385/11096 [ext/date/tests/date_sunset_variation4.phpt]
       
  4737 PASS Test date_sunset() function : usage variation - Passing unexpected values to fourth argument longitude. [ext/date/tests/date_sunset_variation4.phpt] 
       
  4738 TEST 2386/11096 [ext/date/tests/date_sunset_variation5.phpt]
       
  4739 PASS Test date_sunset() function : usage variation - Passing unexpected values to fifth argument zenith. [ext/date/tests/date_sunset_variation5.phpt] 
       
  4740 TEST 2387/11096 [ext/date/tests/date_sunset_variation6.phpt]
       
  4741 PASS Test date_sunset() function : usage variation - Passing unexpected values to sixth argument gmt_offset. [ext/date/tests/date_sunset_variation6.phpt] 
       
  4742 TEST 2388/11096 [ext/date/tests/date_sunset_variation7.phpt]
       
  4743 PASS Test date_sunset() function : usage variation -  Checking sunrise for consecutive days in specific timezone [ext/date/tests/date_sunset_variation7.phpt] 
       
  4744 TEST 2389/11096 [ext/date/tests/date_sunset_variation8.phpt]
       
  4745 PASS Test date_sunset() function : usage variation -  Checking with North and South poles when Sun is up and down all day [ext/date/tests/date_sunset_variation8.phpt] 
       
  4746 TEST 2390/11096 [ext/date/tests/date_sunset_variation9.phpt]
       
  4747 PASS Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunset_variation9.phpt] 
       
  4748 TEST 2391/11096 [ext/date/tests/date_time_set_basic1.phpt]
       
  4749 PASS Test date_time_set() function : basic functionality [ext/date/tests/date_time_set_basic1.phpt] 
       
  4750 TEST 2392/11096 [ext/date/tests/date_time_set_error.phpt]
       
  4751 PASS Test date_time_set() function : error conditions [ext/date/tests/date_time_set_error.phpt] 
       
  4752 TEST 2393/11096 [ext/date/tests/date_time_set_variation1.phpt]
       
  4753 PASS Test date_time_set() function : usage variation - Passing unexpected values to first argument $object. [ext/date/tests/date_time_set_variation1.phpt] 
       
  4754 TEST 2394/11096 [ext/date/tests/date_time_set_variation2.phpt]
       
  4755 PASS Test date_time_set() function : usage variation - Passing unexpected values to second argument $hour. [ext/date/tests/date_time_set_variation2.phpt] 
       
  4756 TEST 2395/11096 [ext/date/tests/date_time_set_variation3.phpt]
       
  4757 PASS Test date_time_set() function : usage variation - Passing unexpected values to third argument $minute. [ext/date/tests/date_time_set_variation3.phpt] 
       
  4758 TEST 2396/11096 [ext/date/tests/date_time_set_variation4.phpt]
       
  4759 PASS Test date_time_set() function : usage variation - Passing unexpected values to forth argument $sec. [ext/date/tests/date_time_set_variation4.phpt] 
       
  4760 TEST 2397/11096 [ext/date/tests/date_timestamp_get.phpt]
       
  4761 PASS DateTime: Test correct setup and correct DateTime parameter to date_timestamp_get() [ext/date/tests/date_timestamp_get.phpt] 
       
  4762 TEST 2398/11096 [ext/date/tests/date_timezone_get_basic1.phpt]
       
  4763 PASS Test date_timezone_get() function : basic functionality [ext/date/tests/date_timezone_get_basic1.phpt] 
       
  4764 TEST 2399/11096 [ext/date/tests/date_timezone_get_error.phpt]
       
  4765 PASS Test date_timezone_get() function : error conditions [ext/date/tests/date_timezone_get_error.phpt] 
       
  4766 TEST 2400/11096 [ext/date/tests/date_timezone_get_variation1.phpt]
       
  4767 PASS Test date_timezone_get() function : usage variation - Passing unexpected values to first argument $object. [ext/date/tests/date_timezone_get_variation1.phpt] 
       
  4768 TEST 2401/11096 [ext/date/tests/date_timezone_set_basic1.phpt]
       
  4769 PASS Test date_timezone_set() function : basic functionality [ext/date/tests/date_timezone_set_basic1.phpt] 
       
  4770 TEST 2402/11096 [ext/date/tests/date_timezone_set_error.phpt]
       
  4771 PASS Test date_timezone_set() function : error conditions [ext/date/tests/date_timezone_set_error.phpt] 
       
  4772 TEST 2403/11096 [ext/date/tests/date_timezone_set_variation1.phpt]
       
  4773 PASS Test date_timezone_set() function : usage variation - Passing unexpected values to first argument $object. [ext/date/tests/date_timezone_set_variation1.phpt] 
       
  4774 TEST 2404/11096 [ext/date/tests/date_timezone_set_variation2.phpt]
       
  4775 PASS Test date_timezone_set() function : usage variation - Passing unexpected values to second argument $timezone. [ext/date/tests/date_timezone_set_variation2.phpt] 
       
  4776 TEST 2405/11096 [ext/date/tests/date_variation1.phpt]
       
  4777 PASS Test date() function : usage variation - Passing unexpected values to first argument $format. [ext/date/tests/date_variation1.phpt] 
       
  4778 TEST 2406/11096 [ext/date/tests/date_variation2.phpt]
       
  4779 PASS Test date() function : usage variation - Passing unexpected values to second argument $timestamp. [ext/date/tests/date_variation2.phpt] 
       
  4780 TEST 2407/11096 [ext/date/tests/default-timezone-1.phpt]
       
  4781 PASS date.timezone setting [1] [ext/date/tests/default-timezone-1.phpt] 
       
  4782 TEST 2408/11096 [ext/date/tests/default-timezone-2.phpt]
       
  4783 PASS date.timezone setting [2] [ext/date/tests/default-timezone-2.phpt] 
       
  4784 TEST 2409/11096 [ext/date/tests/format-negative-timestamp.phpt]
       
  4785 PASS strtotime() - Format: @timestamps [ext/date/tests/format-negative-timestamp.phpt] 
       
  4786 TEST 2410/11096 [ext/date/tests/getdate_basic.phpt]
       
  4787 PASS Test getdate() function : basic functionality [ext/date/tests/getdate_basic.phpt] 
       
  4788 TEST 2411/11096 [ext/date/tests/getdate_error.phpt]
       
  4789 PASS Test getdate() function : error conditions [ext/date/tests/getdate_error.phpt] 
       
  4790 TEST 2412/11096 [ext/date/tests/getdate_variation1.phpt]
       
  4791 PASS Test getdate() function : usage variation - Passing unexpected values to first argument timestamp. [ext/date/tests/getdate_variation1.phpt] 
       
  4792 TEST 2413/11096 [ext/date/tests/getdate_variation2.phpt]
       
  4793 PASS Test getdate() function : usage variation - Passing octal timestamp values [ext/date/tests/getdate_variation2.phpt] 
       
  4794 TEST 2414/11096 [ext/date/tests/getdate_variation3.phpt]
       
  4795 PASS Test getdate() function : usage variation - Passing hexadcimal timestamp values [ext/date/tests/getdate_variation3.phpt] 
       
  4796 TEST 2415/11096 [ext/date/tests/getdate_variation4.phpt]
       
  4797 PASS Test getdate() function : usage variation - Verifyig by supplying year-wise sample time stamps since Unix epoch time [ext/date/tests/getdate_variation4.phpt] 
       
  4798 TEST 2416/11096 [ext/date/tests/getdate_variation5.phpt]
       
  4799 PASS Test getdate() function : usage variation - Verifyig with different timezones on Unix epoch timestamp [ext/date/tests/getdate_variation5.phpt] 
       
  4800 TEST 2417/11096 [ext/date/tests/getdate_variation6.phpt]
       
  4801 PASS Test getdate() function : usage variation - Passing strings containing numbers [ext/date/tests/getdate_variation6.phpt] 
       
  4802 TEST 2418/11096 [ext/date/tests/getdate_variation7.phpt]
       
  4803 PASS Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] 
       
  4804 TEST 2419/11096 [ext/date/tests/gettimeofday_basic.phpt]
       
  4805 PASS Test gettimeofday() function : basic functionality [ext/date/tests/gettimeofday_basic.phpt] 
       
  4806 TEST 2420/11096 [ext/date/tests/gettimeofday_error.phpt]
       
  4807 PASS Test gettimeofday() function : error conditions [ext/date/tests/gettimeofday_error.phpt] 
       
  4808 TEST 2421/11096 [ext/date/tests/gettimeofday_variation1.phpt]
       
  4809 PASS Test gettimeofday() function : usage variation - Passing unexpected values to get_as_float argument [ext/date/tests/gettimeofday_variation1.phpt] 
       
  4810 TEST 2422/11096 [ext/date/tests/gmdate_basic.phpt]
       
  4811 PASS Test gmdate() function : basic functionality [ext/date/tests/gmdate_basic.phpt] 
       
  4812 TEST 2423/11096 [ext/date/tests/gmdate_error.phpt]
       
  4813 PASS Test gmdate() function : error conditions [ext/date/tests/gmdate_error.phpt] 
       
  4814 TEST 2424/11096 [ext/date/tests/gmdate_variation1.phpt]
       
  4815 PASS Test gmdate() function : usage variation - Passing unexpected values to format argument . [ext/date/tests/gmdate_variation1.phpt] 
       
  4816 TEST 2425/11096 [ext/date/tests/gmdate_variation10.phpt]
       
  4817 PASS Test gmdate() function : usage variation - Passing Timezone format options to format argument. [ext/date/tests/gmdate_variation10.phpt] 
       
  4818 TEST 2426/11096 [ext/date/tests/gmdate_variation11.phpt]
       
  4819 PASS Test gmdate() function : usage variation - Passing Full Date/Time format options to format argument. [ext/date/tests/gmdate_variation11.phpt] 
       
  4820 TEST 2427/11096 [ext/date/tests/gmdate_variation12.phpt]
       
  4821 PASS Test gmdate() function : usage variation - Valid and invalid range of timestamp. [ext/date/tests/gmdate_variation12.phpt] 
       
  4822 TEST 2428/11096 [ext/date/tests/gmdate_variation13.phpt]
       
  4823 PASS Test gmdate() function : usage variation - Passing predefined constants to format argument. [ext/date/tests/gmdate_variation13.phpt] 
       
  4824 TEST 2429/11096 [ext/date/tests/gmdate_variation14.phpt]
       
  4825 PASS Test gmdate() function : usage variation - Passing high positive and negetive float values to timestamp. [ext/date/tests/gmdate_variation14.phpt] 
       
  4826 TEST 2430/11096 [ext/date/tests/gmdate_variation2.phpt]
       
  4827 PASS Test gmdate() function : usage variation - Passing unexpected values to timestamp argument. [ext/date/tests/gmdate_variation2.phpt] 
       
  4828 TEST 2431/11096 [ext/date/tests/gmdate_variation3.phpt]
       
  4829 PASS Test gmdate() function : usage variation - Passing numeric representation of day formats. [ext/date/tests/gmdate_variation3.phpt] 
       
  4830 TEST 2432/11096 [ext/date/tests/gmdate_variation4.phpt]
       
  4831 PASS Test gmdate() function : usage variation - Passing textual representation of day formats. [ext/date/tests/gmdate_variation4.phpt] 
       
  4832 TEST 2433/11096 [ext/date/tests/gmdate_variation5.phpt]
       
  4833 PASS Test gmdate() function : usage variation - Passing Week representation to format. [ext/date/tests/gmdate_variation5.phpt] 
       
  4834 TEST 2434/11096 [ext/date/tests/gmdate_variation6.phpt]
       
  4835 PASS Test gmdate() function : usage variation - Passing Month format options to format argument. [ext/date/tests/gmdate_variation6.phpt] 
       
  4836 TEST 2435/11096 [ext/date/tests/gmdate_variation7.phpt]
       
  4837 PASS Test gmdate() function : usage variation - Passing Year format options to format argument. [ext/date/tests/gmdate_variation7.phpt] 
       
  4838 TEST 2436/11096 [ext/date/tests/gmdate_variation8.phpt]
       
  4839 PASS Test gmdate() function : usage variation - Passing Year format options to format argument. [ext/date/tests/gmdate_variation8.phpt] 
       
  4840 TEST 2437/11096 [ext/date/tests/gmdate_variation9.phpt]
       
  4841 PASS Test gmdate() function : usage variation - Passing Time format options to format argument. [ext/date/tests/gmdate_variation9.phpt] 
       
  4842 TEST 2438/11096 [ext/date/tests/gmmktime_basic.phpt]
       
  4843 PASS Test gmmktime() function : basic functionality [ext/date/tests/gmmktime_basic.phpt] 
       
  4844 TEST 2439/11096 [ext/date/tests/gmmktime_error.phpt]
       
  4845 PASS Test gmmktime() function : error conditions [ext/date/tests/gmmktime_error.phpt] 
       
  4846 TEST 2440/11096 [ext/date/tests/gmmktime_variation1.phpt]
       
  4847 PASS Test gmmktime() function : usage variation - Passing unexpected values to first argument hour. [ext/date/tests/gmmktime_variation1.phpt] 
       
  4848 TEST 2441/11096 [ext/date/tests/gmmktime_variation2.phpt]
       
  4849 PASS Test gmmktime() function : usage variation - Passing unexpected values to second argument minute. [ext/date/tests/gmmktime_variation2.phpt] 
       
  4850 TEST 2442/11096 [ext/date/tests/gmmktime_variation3.phpt]
       
  4851 PASS Test gmmktime() function : usage variation - Passing unexpected values to third argument seconds. [ext/date/tests/gmmktime_variation3.phpt] 
       
  4852 TEST 2443/11096 [ext/date/tests/gmmktime_variation4.phpt]
       
  4853 PASS Test gmmktime() function : usage variation - Passing unexpected values to fourth argument month. [ext/date/tests/gmmktime_variation4.phpt] 
       
  4854 TEST 2444/11096 [ext/date/tests/gmmktime_variation5.phpt]
       
  4855 PASS Test gmmktime() function : usage variation - Passing unexpected values to fifth argument day. [ext/date/tests/gmmktime_variation5.phpt] 
       
  4856 TEST 2445/11096 [ext/date/tests/gmmktime_variation6.phpt]
       
  4857 PASS Test gmmktime() function : usage variation - Passing unexpected values to sixth argument year. [ext/date/tests/gmmktime_variation6.phpt] 
       
  4858 TEST 2446/11096 [ext/date/tests/gmmktime_variation7.phpt]
       
  4859 PASS Test gmmktime() function : usage variation - Checking with few optional arguments. [ext/date/tests/gmmktime_variation7.phpt] 
       
  4860 TEST 2447/11096 [ext/date/tests/gmmktime_variation8.phpt]
       
  4861 PASS Test gmmktime() function : usage variation - Passing octal and hexadecimal values to arguments. [ext/date/tests/gmmktime_variation8.phpt] 
       
  4862 TEST 2448/11096 [ext/date/tests/gmmktime_variation9.phpt]
       
  4863 PASS Test gmmktime() function : usage variation - Passing positive and negative float values to arguments. [ext/date/tests/gmmktime_variation9.phpt] 
       
  4864 TEST 2449/11096 [ext/date/tests/gmstrftime_basic.phpt]
       
  4865 PASS Test gmstrftime() function : basic functionality [ext/date/tests/gmstrftime_basic.phpt] 
       
  4866 TEST 2450/11096 [ext/date/tests/gmstrftime_error.phpt]
       
  4867 PASS Test gmstrftime() function : error conditions [ext/date/tests/gmstrftime_error.phpt] 
       
  4868 TEST 2451/11096 [ext/date/tests/gmstrftime_variation1.phpt]
       
  4869 PASS Test gmstrftime() function : usage variation - Passing unexpected values to first argument 'format'. [ext/date/tests/gmstrftime_variation1.phpt] 
       
  4870 TEST 2452/11096 [ext/date/tests/gmstrftime_variation10.phpt]
       
  4871 PASS Test gmstrftime() function : usage variation - Checking week related formats which are supported other than on Windows. [ext/date/tests/gmstrftime_variation10.phpt] 
       
  4872 TEST 2453/11096 [ext/date/tests/gmstrftime_variation11.phpt]
       
  4873 SKIP Test gmstrftime() function : usage variation - Checking month related formats which are not supported on Windows. [ext/date/tests/gmstrftime_variation11.phpt] reason: Test is valid for Windows
       
  4874 TEST 2454/11096 [ext/date/tests/gmstrftime_variation12.phpt]
       
  4875 PASS Test gmstrftime() function : usage variation - Checking month related formats which are supported other than on Windows. [ext/date/tests/gmstrftime_variation12.phpt] 
       
  4876 TEST 2455/11096 [ext/date/tests/gmstrftime_variation13.phpt]
       
  4877 SKIP Test gmstrftime() function : usage variation - Checking date related formats which are not supported on Windows. [ext/date/tests/gmstrftime_variation13.phpt] reason: Test is valid for Windows
       
  4878 TEST 2456/11096 [ext/date/tests/gmstrftime_variation14.phpt]
       
  4879 FAIL Test gmstrftime() function : usage variation - Checking date related formats which are supported other than on Windows. [ext/date/tests/gmstrftime_variation14.phpt] 
       
  4880 TEST 2457/11096 [ext/date/tests/gmstrftime_variation15.phpt]
       
  4881 SKIP Test gmstrftime() function : usage variation - Checking time related formats which are not supported on Windows. [ext/date/tests/gmstrftime_variation15.phpt] reason: Test is valid for Windows
       
  4882 TEST 2458/11096 [ext/date/tests/gmstrftime_variation16.phpt]
       
  4883 PASS Test gmstrftime() function : usage variation - Checking time related formats which are supported other than on Windows. [ext/date/tests/gmstrftime_variation16.phpt] 
       
  4884 TEST 2459/11096 [ext/date/tests/gmstrftime_variation17.phpt]
       
  4885 SKIP Test gmstrftime() function : usage variation - Checking day related formats which are not supported on Windows. [ext/date/tests/gmstrftime_variation17.phpt] reason: Test is valid for Windows
       
  4886 TEST 2460/11096 [ext/date/tests/gmstrftime_variation18.phpt]
       
  4887 PASS Test gmstrftime() function : usage variation - Checking day related formats which are supported other than on Windows. [ext/date/tests/gmstrftime_variation18.phpt] 
       
  4888 TEST 2461/11096 [ext/date/tests/gmstrftime_variation19.phpt]
       
  4889 SKIP Test gmstrftime() function : usage variation - Checking newline and tab formats which are not supported on Windows. [ext/date/tests/gmstrftime_variation19.phpt] reason: Test is valid for Windows
       
  4890 TEST 2462/11096 [ext/date/tests/gmstrftime_variation2.phpt]
       
  4891 PASS Test gmstrftime() function : usage variation - Passing unexpected values to second argument 'timestamp'. [ext/date/tests/gmstrftime_variation2.phpt] 
       
  4892 TEST 2463/11096 [ext/date/tests/gmstrftime_variation20.phpt]
       
  4893 PASS Test gmstrftime() function : usage variation - Checking newline and tab formats which are supported other than on Windows. [ext/date/tests/gmstrftime_variation20.phpt] 
       
  4894 TEST 2464/11096 [ext/date/tests/gmstrftime_variation21.phpt]
       
  4895 SKIP Test gmstrftime() function : usage variation - Checking Preferred date and time representation on Windows. [ext/date/tests/gmstrftime_variation21.phpt] reason: Test is valid for Windows
       
  4896 TEST 2465/11096 [ext/date/tests/gmstrftime_variation22.phpt]
       
  4897 FAIL Test gmstrftime() function : usage variation - Checking Preferred date and time representation other than on Windows. [ext/date/tests/gmstrftime_variation22.phpt] 
       
  4898 TEST 2466/11096 [ext/date/tests/gmstrftime_variation3.phpt]
       
  4899 PASS Test gmstrftime() function : usage variation - Passing week related format strings to format argument. [ext/date/tests/gmstrftime_variation3.phpt] 
       
  4900 TEST 2467/11096 [ext/date/tests/gmstrftime_variation4.phpt]
       
  4901 PASS Test gmstrftime() function : usage variation - Passing month related format strings to format argument. [ext/date/tests/gmstrftime_variation4.phpt] 
       
  4902 TEST 2468/11096 [ext/date/tests/gmstrftime_variation5.phpt]
       
  4903 PASS Test gmstrftime() function : usage variation - Passing date related format strings to format argument. [ext/date/tests/gmstrftime_variation5.phpt] 
       
  4904 TEST 2469/11096 [ext/date/tests/gmstrftime_variation6.phpt]
       
  4905 PASS Test gmstrftime() function : usage variation - Passing time related format strings to format argument. [ext/date/tests/gmstrftime_variation6.phpt] 
       
  4906 TEST 2470/11096 [ext/date/tests/gmstrftime_variation7.phpt]
       
  4907 PASS Test gmstrftime() function : usage variation - Passing day related format strings to format argument. [ext/date/tests/gmstrftime_variation7.phpt] 
       
  4908 TEST 2471/11096 [ext/date/tests/gmstrftime_variation8.phpt]
       
  4909 PASS Test gmstrftime() function : usage variation - Passing literal related strings to format argument. [ext/date/tests/gmstrftime_variation8.phpt] 
       
  4910 TEST 2472/11096 [ext/date/tests/gmstrftime_variation9.phpt]
       
  4911 SKIP Test gmstrftime() function : usage variation - Checking week related formats which are not supported on Windows. [ext/date/tests/gmstrftime_variation9.phpt] reason: Test is not valid for Windows
       
  4912 TEST 2473/11096 [ext/date/tests/idate_basic.phpt]
       
  4913 PASS Test idate() function : basic functionality [ext/date/tests/idate_basic.phpt] 
       
  4914 TEST 2474/11096 [ext/date/tests/idate_error.phpt]
       
  4915 PASS Test idate() function : error conditions [ext/date/tests/idate_error.phpt] 
       
  4916 TEST 2475/11096 [ext/date/tests/idate_variation1.phpt]
       
  4917 PASS Test idate() function : usage variation - Passing unexpected values to first argument 'format'. [ext/date/tests/idate_variation1.phpt] 
       
  4918 TEST 2476/11096 [ext/date/tests/idate_variation2.phpt]
       
  4919 PASS Test idate() function : usage variation - Passing unexpected values to second optional argument 'timestamp'. [ext/date/tests/idate_variation2.phpt] 
       
  4920 TEST 2477/11096 [ext/date/tests/idate_variation3.phpt]
       
  4921 PASS Test idate() function : usage variation - Passing higher positive and negetive float values to timestamp. [ext/date/tests/idate_variation3.phpt] 
       
  4922 TEST 2478/11096 [ext/date/tests/idate_variation4.phpt]
       
  4923 PASS Test idate() function : usage variation - Passing supported Date format characters to format argument. [ext/date/tests/idate_variation4.phpt] 
       
  4924 TEST 2479/11096 [ext/date/tests/idate_variation5.phpt]
       
  4925 PASS Test idate() function : usage variation - Passing supported Time format characters to format argument. [ext/date/tests/idate_variation5.phpt] 
       
  4926 TEST 2480/11096 [ext/date/tests/idate_variation6.phpt]
       
  4927 PASS Test idate() function : usage variation - Checking return of year(1 or 2 digits) format starting with zero and nonzero. [ext/date/tests/idate_variation6.phpt] 
       
  4928 TEST 2481/11096 [ext/date/tests/localtime_basic.phpt]
       
  4929 PASS Test localtime() function : basic functionality [ext/date/tests/localtime_basic.phpt] 
       
  4930 TEST 2482/11096 [ext/date/tests/localtime_error.phpt]
       
  4931 PASS Test localtime() function : error conditions [ext/date/tests/localtime_error.phpt] 
       
  4932 TEST 2483/11096 [ext/date/tests/localtime_variation1.phpt]
       
  4933 PASS Test localtime() function : usage variation - Passing unexpected values to first argument 'timestamp'. [ext/date/tests/localtime_variation1.phpt] 
       
  4934 TEST 2484/11096 [ext/date/tests/localtime_variation2.phpt]
       
  4935 PASS Test localtime() function : usage variation - Passing unexpected values to second argument 'associative_array'. [ext/date/tests/localtime_variation2.phpt] 
       
  4936 TEST 2485/11096 [ext/date/tests/localtime_variation3.phpt]
       
  4937 PASS Test localtime() function : usage variation - Passing higher positive and negetive float values to timestamp. [ext/date/tests/localtime_variation3.phpt] 
       
  4938 TEST 2486/11096 [ext/date/tests/localtime_variation4.phpt]
       
  4939 PASS Test localtime() function : usage variation - Passing octal values to timestamp. [ext/date/tests/localtime_variation4.phpt] 
       
  4940 TEST 2487/11096 [ext/date/tests/localtime_variation5.phpt]
       
  4941 PASS Test localtime() function : usage variation - Passing hexa decimal values to timestamp. [ext/date/tests/localtime_variation5.phpt] 
       
  4942 TEST 2488/11096 [ext/date/tests/microtime_basic.phpt]
       
  4943 PASS Test return type and value for expected input microtime() [ext/date/tests/microtime_basic.phpt] 
       
  4944 TEST 2489/11096 [ext/date/tests/microtime_error.phpt]
       
  4945 PASS Test wrong number of arguments for microtime() [ext/date/tests/microtime_error.phpt] 
       
  4946 TEST 2490/11096 [ext/date/tests/mktime-1.phpt]
       
  4947 PASS Check for mktime with out-of-range parameters [ext/date/tests/mktime-1.phpt] 
       
  4948 TEST 2491/11096 [ext/date/tests/mktime-2.phpt]
       
  4949 PASS mktime() [2] [ext/date/tests/mktime-2.phpt] 
       
  4950 TEST 2492/11096 [ext/date/tests/mktime-3-64bit.phpt]
       
  4951 SKIP mktime() [3] (64-bit) [ext/date/tests/mktime-3-64bit.phpt] reason: 64-bit only
       
  4952 TEST 2493/11096 [ext/date/tests/mktime-3.phpt]
       
  4953 PASS mktime() [3] (32-bit) [ext/date/tests/mktime-3.phpt] 
       
  4954 TEST 2494/11096 [ext/date/tests/mktime_basic1.phpt]
       
  4955 PASS Test mktime() function : basic functionality [ext/date/tests/mktime_basic1.phpt] 
       
  4956 TEST 2495/11096 [ext/date/tests/mktime_error.phpt]
       
  4957 PASS Test mktime() function : error conditions [ext/date/tests/mktime_error.phpt] 
       
  4958 TEST 2496/11096 [ext/date/tests/mktime_variation1.phpt]
       
  4959 PASS Test mktime() function : usage variation - Passing unexpected values to first argument $hour. [ext/date/tests/mktime_variation1.phpt] 
       
  4960 TEST 2497/11096 [ext/date/tests/mktime_variation2.phpt]
       
  4961 PASS Test mktime() function : usage variation - Passing unexpected values to second argument $minute. [ext/date/tests/mktime_variation2.phpt] 
       
  4962 TEST 2498/11096 [ext/date/tests/mktime_variation3.phpt]
       
  4963 PASS Test mktime() function : usage variation - Passing unexpected values to third argument $second. [ext/date/tests/mktime_variation3.phpt] 
       
  4964 TEST 2499/11096 [ext/date/tests/mktime_variation4.phpt]
       
  4965 PASS Test mktime() function : usage variation - Passing unexpected values to forth argument $month. [ext/date/tests/mktime_variation4.phpt] 
       
  4966 TEST 2500/11096 [ext/date/tests/mktime_variation5.phpt]
       
  4967 PASS Test mktime() function : usage variation - Passing unexpected values to fifth argument $day. [ext/date/tests/mktime_variation5.phpt] 
       
  4968 TEST 2501/11096 [ext/date/tests/mktime_variation6.phpt]
       
  4969 PASS Test mktime() function : usage variation - Passing unexpected values to sixth argument $year. [ext/date/tests/mktime_variation6.phpt] 
       
  4970 TEST 2502/11096 [ext/date/tests/mktime_variation7.phpt]
       
  4971 PASS Test mktime() function : usage variation - Passing unexpected values to seventh argument $is_dst. [ext/date/tests/mktime_variation7.phpt] 
       
  4972 TEST 2503/11096 [ext/date/tests/oo_001.phpt]
       
  4973 PASS date OO interface [ext/date/tests/oo_001.phpt] 
       
  4974 TEST 2504/11096 [ext/date/tests/oo_002.phpt]
       
  4975 PASS date OO cloning [ext/date/tests/oo_002.phpt] 
       
  4976 TEST 2505/11096 [ext/date/tests/rfc-datetime_and_daylight_saving_time-type1.phpt]
       
  4977 PASS RFC: DateTime and Daylight Saving Time Transitions (zone type 1) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type1.phpt] 
       
  4978 TEST 2506/11096 [ext/date/tests/rfc-datetime_and_daylight_saving_time-type2.phpt]
       
  4979 PASS RFC: DateTime and Daylight Saving Time Transitions (zone type 2) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type2.phpt] 
       
  4980 TEST 2507/11096 [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3.phpt]
       
  4981 XFAIL RFC: DateTime and Daylight Saving Time Transitions (zone type 3) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3.phpt]   XFAIL REASON: RFC not implemented yet
       
  4982 TEST 2508/11096 [ext/date/tests/strftime_basic.phpt]
       
  4983 PASS Test strftime() function : basic functionality [ext/date/tests/strftime_basic.phpt] 
       
  4984 TEST 2509/11096 [ext/date/tests/strftime_error.phpt]
       
  4985 PASS Test strftime() function : error conditions [ext/date/tests/strftime_error.phpt] 
       
  4986 TEST 2510/11096 [ext/date/tests/strftime_variation1.phpt]
       
  4987 PASS Test strftime() function : usage variation - Passing unexpected values to first argument 'format'. [ext/date/tests/strftime_variation1.phpt] 
       
  4988 TEST 2511/11096 [ext/date/tests/strftime_variation10.phpt]
       
  4989 PASS Test strftime() function : usage variation - Checking week related formats which are supported other than on Windows. [ext/date/tests/strftime_variation10.phpt] 
       
  4990 TEST 2512/11096 [ext/date/tests/strftime_variation11.phpt]
       
  4991 SKIP Test strftime() function : usage variation - Checking month related formats which are not supported on Windows. [ext/date/tests/strftime_variation11.phpt] reason: Test is valid for Windows
       
  4992 TEST 2513/11096 [ext/date/tests/strftime_variation12.phpt]
       
  4993 PASS Test strftime() function : usage variation - Checking month related formats which are supported other than on Windows. [ext/date/tests/strftime_variation12.phpt] 
       
  4994 TEST 2514/11096 [ext/date/tests/strftime_variation13.phpt]
       
  4995 SKIP Test strftime() function : usage variation - Checking date related formats which are not supported on Windows. [ext/date/tests/strftime_variation13.phpt] reason: Test is valid for Windows
       
  4996 TEST 2515/11096 [ext/date/tests/strftime_variation14.phpt]
       
  4997 FAIL Test strftime() function : usage variation - Checking date related formats which are supported other than on Windows. [ext/date/tests/strftime_variation14.phpt] 
       
  4998 TEST 2516/11096 [ext/date/tests/strftime_variation15.phpt]
       
  4999 SKIP Test strftime() function : usage variation - Checking time related formats which are not supported on Windows. [ext/date/tests/strftime_variation15.phpt] reason: Test is valid for Windows
       
  5000 TEST 2517/11096 [ext/date/tests/strftime_variation16.phpt]
       
  5001 PASS Test strftime() function : usage variation - Checking time related formats which are supported other than on Windows. [ext/date/tests/strftime_variation16.phpt] 
       
  5002 TEST 2518/11096 [ext/date/tests/strftime_variation17.phpt]
       
  5003 SKIP Test strftime() function : usage variation - Checking day related formats which are not supported on Windows. [ext/date/tests/strftime_variation17.phpt] reason: Test is valid for Windows
       
  5004 TEST 2519/11096 [ext/date/tests/strftime_variation18.phpt]
       
  5005 PASS Test strftime() function : usage variation - Checking day related formats which are supported other than on Windows. [ext/date/tests/strftime_variation18.phpt] 
       
  5006 TEST 2520/11096 [ext/date/tests/strftime_variation19.phpt]
       
  5007 SKIP Test strftime() function : usage variation - Checking newline and tab formats which are not supported on Windows. [ext/date/tests/strftime_variation19.phpt] reason: Test is valid for Windows
       
  5008 TEST 2521/11096 [ext/date/tests/strftime_variation2.phpt]
       
  5009 PASS Test strftime() function : usage variation - Passing unexpected values to second argument 'timestamp'. [ext/date/tests/strftime_variation2.phpt] 
       
  5010 TEST 2522/11096 [ext/date/tests/strftime_variation20.phpt]
       
  5011 PASS Test strftime() function : usage variation - Checking newline and tab formats which are supported other than on Windows. [ext/date/tests/strftime_variation20.phpt] 
       
  5012 TEST 2523/11096 [ext/date/tests/strftime_variation21.phpt]
       
  5013 SKIP Test strftime() function : usage variation - Checking Preferred date and time representation on Windows. [ext/date/tests/strftime_variation21.phpt] reason: Test is valid for Windows
       
  5014 TEST 2524/11096 [ext/date/tests/strftime_variation22.phpt]
       
  5015 FAIL Test strftime() function : usage variation - Checking Preferred date and time representation other than on Windows. [ext/date/tests/strftime_variation22.phpt] 
       
  5016 TEST 2525/11096 [ext/date/tests/strftime_variation23.phpt]
       
  5017 PASS Test strftime() function : usage variation - Checking large positive and negative float values to timestamp. [ext/date/tests/strftime_variation23.phpt] 
       
  5018 TEST 2526/11096 [ext/date/tests/strftime_variation3.phpt]
       
  5019 PASS Test strftime() function : usage variation - Passing week related format strings to format argument. [ext/date/tests/strftime_variation3.phpt] 
       
  5020 TEST 2527/11096 [ext/date/tests/strftime_variation4.phpt]
       
  5021 PASS Test strftime() function : usage variation - Passing month related format strings to format argument. [ext/date/tests/strftime_variation4.phpt] 
       
  5022 TEST 2528/11096 [ext/date/tests/strftime_variation5.phpt]
       
  5023 PASS Test strftime() function : usage variation - Passing date related format strings to format argument. [ext/date/tests/strftime_variation5.phpt] 
       
  5024 TEST 2529/11096 [ext/date/tests/strftime_variation6.phpt]
       
  5025 PASS Test strftime() function : usage variation - Passing time related format strings to format argument. [ext/date/tests/strftime_variation6.phpt] 
       
  5026 TEST 2530/11096 [ext/date/tests/strftime_variation7.phpt]
       
  5027 PASS Test strftime() function : usage variation - Passing day related format strings to format argument. [ext/date/tests/strftime_variation7.phpt] 
       
  5028 TEST 2531/11096 [ext/date/tests/strftime_variation8.phpt]
       
  5029 PASS Test strftime() function : usage variation - Passing literal related strings to format argument. [ext/date/tests/strftime_variation8.phpt] 
       
  5030 TEST 2532/11096 [ext/date/tests/strftime_variation9.phpt]
       
  5031 SKIP Test strftime() function : usage variation - Checking week related formats which are not supported on Windows. [ext/date/tests/strftime_variation9.phpt] reason: Test is valid for Windows
       
  5032 TEST 2533/11096 [ext/date/tests/strtotime-mysql-64bit.phpt]
       
  5033 SKIP strtotime() and mysql timestamps (64 bit) [ext/date/tests/strtotime-mysql-64bit.phpt] reason: 64-bit only
       
  5034 TEST 2534/11096 [ext/date/tests/strtotime-mysql.phpt]
       
  5035 PASS strtotime() and mysql timestamps (32 bit) [ext/date/tests/strtotime-mysql.phpt] 
       
  5036 TEST 2535/11096 [ext/date/tests/strtotime-relative.phpt]
       
  5037 PASS strtotime() with relative offsets [ext/date/tests/strtotime-relative.phpt] 
       
  5038 TEST 2536/11096 [ext/date/tests/strtotime.phpt]
       
  5039 PASS strtotime() function [ext/date/tests/strtotime.phpt] 
       
  5040 TEST 2537/11096 [ext/date/tests/strtotime2.phpt]
       
  5041 PASS strtotime() on date constants [ext/date/tests/strtotime2.phpt] 
       
  5042 TEST 2538/11096 [ext/date/tests/strtotime3-64bit.phpt]
       
  5043 SKIP strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt] reason: 64-bit only
       
  5044 TEST 2539/11096 [ext/date/tests/strtotime3.phpt]
       
  5045 PASS strtotime() function (32 bit) [ext/date/tests/strtotime3.phpt] 
       
  5046 TEST 2540/11096 [ext/date/tests/strtotime_basic.phpt]
       
  5047 PASS strtotime() function - a test to show the difference in behaviour between 'first' and '1', "second" and "2"... [ext/date/tests/strtotime_basic.phpt] 
       
  5048 TEST 2541/11096 [ext/date/tests/strtotime_basic2.phpt]
       
  5049 PASS strtotime() with return false [ext/date/tests/strtotime_basic2.phpt] 
       
  5050 TEST 2542/11096 [ext/date/tests/strtotime_variation_scottish.phpt]
       
  5051 PASS Checking whisky time [ext/date/tests/strtotime_variation_scottish.phpt] 
       
  5052 TEST 2543/11096 [ext/date/tests/sunfuncts.phpt]
       
  5053 PASS date_sunrise() and date_sunset() functions [ext/date/tests/sunfuncts.phpt] 
       
  5054 TEST 2544/11096 [ext/date/tests/test-parse-from-format.phpt]
       
  5055 PASS date_create_from_format() and date_parse_from_format(). [ext/date/tests/test-parse-from-format.phpt] 
       
  5056 TEST 2545/11096 [ext/date/tests/time_basic.phpt]
       
  5057 PASS Test return type and value for expected input time() [ext/date/tests/time_basic.phpt] 
       
  5058 TEST 2546/11096 [ext/date/tests/time_error.phpt]
       
  5059 PASS Test wrong number of arguments for time() [ext/date/tests/time_error.phpt] 
       
  5060 TEST 2547/11096 [ext/date/tests/timestamp-in-dst.phpt]
       
  5061 PASS Format timestamp in DST test [ext/date/tests/timestamp-in-dst.phpt] 
       
  5062 TEST 2548/11096 [ext/date/tests/timezone-configuration.phpt]
       
  5063 PASS timezone configuration [1] [ext/date/tests/timezone-configuration.phpt] 
       
  5064 TEST 2549/11096 [ext/date/tests/timezone_abbreviations_list_basic1.phpt]
       
  5065 PASS Test timezone_abbreviations_list() function : basic functionality [ext/date/tests/timezone_abbreviations_list_basic1.phpt] 
       
  5066 TEST 2550/11096 [ext/date/tests/timezone_identifiers_list_basic1.phpt]
       
  5067 PASS Test timezone_identifiers_list() function : basic functionality [ext/date/tests/timezone_identifiers_list_basic1.phpt] 
       
  5068 TEST 2551/11096 [ext/date/tests/timezone_identifiers_list_wrong_constructor.phpt]
       
  5069 PASS timezone_identifiers_list: Test that correct notice is given when timezone_identifiers_list is given 4096 as parameter [ext/date/tests/timezone_identifiers_list_wrong_constructor.phpt] 
       
  5070 TEST 2552/11096 [ext/date/tests/timezone_location_get.phpt]
       
  5071 PASS timezone_location_get: Test that timezone_location_get returns a correct array of information [ext/date/tests/timezone_location_get.phpt] 
       
  5072 TEST 2553/11096 [ext/date/tests/timezone_name_from_abbr_basic1.phpt]
       
  5073 PASS Test timezone_name_from_abbr() function : basic functionality [ext/date/tests/timezone_name_from_abbr_basic1.phpt] 
       
  5074 TEST 2554/11096 [ext/date/tests/timezone_name_from_abbr_error.phpt]
       
  5075 PASS Test timezone_name_from_abbr() function : error conditions [ext/date/tests/timezone_name_from_abbr_error.phpt] 
       
  5076 TEST 2555/11096 [ext/date/tests/timezone_name_from_abbr_variation1.phpt]
       
  5077 PASS Test timezone_name_from_abbr() function : usage variation - Passing unexpected values to first argument $abbr. [ext/date/tests/timezone_name_from_abbr_variation1.phpt] 
       
  5078 TEST 2556/11096 [ext/date/tests/timezone_name_from_abbr_variation2.phpt]
       
  5079 PASS Test timezone_name_from_abbr() function : usage variation - Passing unexpected values to second argument $gmtOffset. [ext/date/tests/timezone_name_from_abbr_variation2.phpt] 
       
  5080 TEST 2557/11096 [ext/date/tests/timezone_name_from_abbr_variation3.phpt]
       
  5081 PASS Test timezone_name_from_abbr() function : usage variation - Passing unexpected values to third argument $isdst. [ext/date/tests/timezone_name_from_abbr_variation3.phpt] 
       
  5082 TEST 2558/11096 [ext/date/tests/timezone_name_get_error.phpt]
       
  5083 PASS Test timezone_name_get() function : error conditions [ext/date/tests/timezone_name_get_error.phpt] 
       
  5084 TEST 2559/11096 [ext/date/tests/timezone_offset_get_basic1.phpt]
       
  5085 PASS Test timezone_offset_get() function : basic functionality [ext/date/tests/timezone_offset_get_basic1.phpt] 
       
  5086 TEST 2560/11096 [ext/date/tests/timezone_offset_get_error.phpt]
       
  5087 PASS Test timezone_offset_get() function : error conditions [ext/date/tests/timezone_offset_get_error.phpt] 
       
  5088 TEST 2561/11096 [ext/date/tests/timezone_offset_get_variation1.phpt]
       
  5089 PASS Test timezone_offset_get() function : usage variation - Passing unexpected values to first argument $object. [ext/date/tests/timezone_offset_get_variation1.phpt] 
       
  5090 TEST 2562/11096 [ext/date/tests/timezone_offset_get_variation2.phpt]
       
  5091 PASS Test timezone_offset_get() function : usage variation - Passing unexpected values to second argument $datetime. [ext/date/tests/timezone_offset_get_variation2.phpt] 
       
  5092 TEST 2563/11096 [ext/date/tests/timezone_open_basic1.phpt]
       
  5093 PASS Test timezone_open() function : basic functionality [ext/date/tests/timezone_open_basic1.phpt] 
       
  5094 TEST 2564/11096 [ext/date/tests/timezone_open_error.phpt]
       
  5095 PASS Test timezone_open() function : error conditions [ext/date/tests/timezone_open_error.phpt] 
       
  5096 TEST 2565/11096 [ext/date/tests/timezone_open_variation1.phpt]
       
  5097 PASS Test timezone_open function : usage variation - Passing unexpected values to first argument $timezone. [ext/date/tests/timezone_open_variation1.phpt] 
       
  5098 TEST 2566/11096 [ext/date/tests/timezone_transitions_get_basic1.phpt]
       
  5099 PASS Test timezone_transitions_get() function : basic functionality [ext/date/tests/timezone_transitions_get_basic1.phpt] 
       
  5100 TEST 2567/11096 [ext/date/tests/timezone_transitions_get_error.phpt]
       
  5101 PASS Test timezone_transitions_get() function : error conditions [ext/date/tests/timezone_transitions_get_error.phpt] 
       
  5102 TEST 2568/11096 [ext/date/tests/timezone_transitions_get_variation1.phpt]
       
  5103 PASS Test timezone_transitions_get() function : usage variation - Passing unexpected values to first argument $object. [ext/date/tests/timezone_transitions_get_variation1.phpt] 
       
  5104 TEST 2569/11096 [ext/date/tests/timezone_transitions_get_variation2.phpt]
       
  5105 PASS Test timezone_transitions_get() function : usage variation - Passing unexpected values to first argument $timestamp_begin. [ext/date/tests/timezone_transitions_get_variation2.phpt] 
       
  5106 TEST 2570/11096 [ext/date/tests/timezone_transitions_get_variation3.phpt]
       
  5107 PASS Test timezone_transitions_get() function : usage variation - Passing unexpected values to first argument $timestamp_env. [ext/date/tests/timezone_transitions_get_variation3.phpt] 
       
  5108 TEST 2571/11096 [ext/date/tests/timezones-list.phpt]
       
  5109 PASS timezone_identifiers_list() [ext/date/tests/timezones-list.phpt] 
       
  5110 TEST 2572/11096 [ext/date/tests/timezones.phpt]
       
  5111 PASS setting bogus timezones [ext/date/tests/timezones.phpt] 
       
  5112 TEST 2573/11096 [ext/dba/tests/bug36436.phpt]
       
  5113 SKIP Bug #36436 (DBA problem with Berkeley DB4) [ext/dba/tests/bug36436.phpt] reason: DB4 handler not available
       
  5114 TEST 2574/11096 [ext/dba/tests/bug38698.phpt]
       
  5115 FAIL Bug #38698 (Bug #38698 for some keys cdbmake creates corrupted db and cdb can't read valid db) [ext/dba/tests/bug38698.phpt] 
       
  5116 TEST 2575/11096 [ext/dba/tests/bug48240.phpt]
       
  5117 SKIP Bug #48240 (DBA Segmentation fault dba_nextkey) [ext/dba/tests/bug48240.phpt] reason: DB4 handler not available
       
  5118 TEST 2576/11096 [ext/dba/tests/bug49125.phpt]
       
  5119 SKIP Bug #49125 (Error in dba_exists C code) [ext/dba/tests/bug49125.phpt] reason: DB4 handler not available
       
  5120 TEST 2577/11096 [ext/dba/tests/dba001.phpt]
       
  5121 PASS DBA File Creation Test [ext/dba/tests/dba001.phpt] 
       
  5122 TEST 2578/11096 [ext/dba/tests/dba002.phpt]
       
  5123 PASS DBA Insert/Fetch Test [ext/dba/tests/dba002.phpt] 
       
  5124 TEST 2579/11096 [ext/dba/tests/dba003.phpt]
       
  5125 PASS DBA Insert/Replace/Fetch Test [ext/dba/tests/dba003.phpt] 
       
  5126 TEST 2580/11096 [ext/dba/tests/dba004.phpt]
       
  5127 PASS DBA Multiple Insert/Fetch Test [ext/dba/tests/dba004.phpt] 
       
  5128 TEST 2581/11096 [ext/dba/tests/dba005.phpt]
       
  5129 PASS DBA FirstKey/NextKey Loop Test With 5 Items [ext/dba/tests/dba005.phpt] 
       
  5130 TEST 2582/11096 [ext/dba/tests/dba006.phpt]
       
  5131 PASS DBA FirstKey/NextKey with 2 deletes [ext/dba/tests/dba006.phpt] 
       
  5132 TEST 2583/11096 [ext/dba/tests/dba007.phpt]
       
  5133 PASS DBA Multiple File Creation Test [ext/dba/tests/dba007.phpt] 
       
  5134 TEST 2584/11096 [ext/dba/tests/dba008.phpt]
       
  5135 SKIP DBA magic_quotes_runtime Test [ext/dba/tests/dba008.phpt] reason: , magic_quotes removed
       
  5136 TEST 2585/11096 [ext/dba/tests/dba009.phpt]
       
  5137 PASS DBA dba_popen Test [ext/dba/tests/dba009.phpt] 
       
  5138 TEST 2586/11096 [ext/dba/tests/dba010.phpt]
       
  5139 PASS DBA with array keys [ext/dba/tests/dba010.phpt] 
       
  5140 TEST 2587/11096 [ext/dba/tests/dba011.phpt]
       
  5141 PASS DBA argument tests [ext/dba/tests/dba011.phpt] 
       
  5142 TEST 2588/11096 [ext/dba/tests/dba012.phpt]
       
  5143 PASS DBA dba.default_handler tests [ext/dba/tests/dba012.phpt] 
       
  5144 TEST 2589/11096 [ext/dba/tests/dba013.phpt]
       
  5145 PASS DBA with array key with empty array [ext/dba/tests/dba013.phpt] 
       
  5146 TEST 2590/11096 [ext/dba/tests/dba014.phpt]
       
  5147 PASS DBA with array key with array containing too many elements [ext/dba/tests/dba014.phpt] 
       
  5148 TEST 2591/11096 [ext/dba/tests/dba015.phpt]
       
  5149 XFAIL DBA with persistent connections [ext/dba/tests/dba015.phpt]   XFAIL REASON: Test 6 crashes in flatfile_findkey with dba pointer of NULL, bug http://bugs.php.net/bug.php?id=51278
       
  5150 TEST 2592/11096 [ext/dba/tests/dba016.phpt]
       
  5151 PASS DBA lock modifier error message test [ext/dba/tests/dba016.phpt] 
       
  5152 TEST 2593/11096 [ext/dba/tests/dba_cdb.phpt]
       
  5153 PASS DBA CDB handler test [ext/dba/tests/dba_cdb.phpt] 
       
  5154 TEST 2594/11096 [ext/dba/tests/dba_cdb_001.phpt]
       
  5155 PASS DBA CDB handler test [ext/dba/tests/dba_cdb_001.phpt] 
       
  5156 TEST 2595/11096 [ext/dba/tests/dba_cdb_make.phpt]
       
  5157 PASS DBA CDB_MAKE handler test [ext/dba/tests/dba_cdb_make.phpt] 
       
  5158 TEST 2596/11096 [ext/dba/tests/dba_cdb_read.phpt]
       
  5159 PASS DBA CDB handler test (read only) [ext/dba/tests/dba_cdb_read.phpt] 
       
  5160 TEST 2597/11096 [ext/dba/tests/dba_db1.phpt]
       
  5161 SKIP DBA DB1 handler test [ext/dba/tests/dba_db1.phpt] reason: DB1 handler not available
       
  5162 TEST 2598/11096 [ext/dba/tests/dba_db2.phpt]
       
  5163 SKIP DBA DB2 handler test [ext/dba/tests/dba_db2.phpt] reason: DB2 handler not available
       
  5164 TEST 2599/11096 [ext/dba/tests/dba_db3.phpt]
       
  5165 SKIP DBA DB3 handler test [ext/dba/tests/dba_db3.phpt] reason: DB3 handler not available
       
  5166 TEST 2600/11096 [ext/dba/tests/dba_db4_000.phpt]
       
  5167 SKIP DBA DB4 handler test [ext/dba/tests/dba_db4_000.phpt] reason: DB4 handler not available
       
  5168 TEST 2601/11096 [ext/dba/tests/dba_db4_001.phpt]
       
  5169 SKIP DBA DB4 New File Creation open("c") & Insert Test [ext/dba/tests/dba_db4_001.phpt] reason: DB4 handler not available
       
  5170 TEST 2602/11096 [ext/dba/tests/dba_db4_002.phpt]
       
  5171 SKIP DBA DB4 New File Creation open("n") & Insert Test [ext/dba/tests/dba_db4_002.phpt] reason: DB4 handler not available
       
  5172 TEST 2603/11096 [ext/dba/tests/dba_db4_003.phpt]
       
  5173 SKIP DBA DB4 File Creation open("c") with existing file [ext/dba/tests/dba_db4_003.phpt] reason: DB4 handler not available
       
  5174 TEST 2604/11096 [ext/dba/tests/dba_db4_004.phpt]
       
  5175 SKIP DBA DB4 Truncate Existing File open("n") [ext/dba/tests/dba_db4_004.phpt] reason: DB4 handler not available
       
  5176 TEST 2605/11096 [ext/dba/tests/dba_db4_005.phpt]
       
  5177 SKIP DBA DB4 New File Creation popen("c") & Insert Test [ext/dba/tests/dba_db4_005.phpt] reason: DB4 handler not available
       
  5178 TEST 2606/11096 [ext/dba/tests/dba_db4_006.phpt]
       
  5179 SKIP DBA DB4 New File Creation popen("n") & Insert Test [ext/dba/tests/dba_db4_006.phpt] reason: DB4 handler not available
       
  5180 TEST 2607/11096 [ext/dba/tests/dba_db4_007.phpt]
       
  5181 SKIP DBA DB4 File Creation popen("c") with existing invalid file [ext/dba/tests/dba_db4_007.phpt] reason: DB4 handler not available
       
  5182 TEST 2608/11096 [ext/dba/tests/dba_db4_008.phpt]
       
  5183 SKIP DBA DB4 Truncate Existing File popen("n") [ext/dba/tests/dba_db4_008.phpt] reason: DB4 handler not available
       
  5184 TEST 2609/11096 [ext/dba/tests/dba_db4_009.phpt]
       
  5185 SKIP DBA DB4 Multiple File Creation Test [ext/dba/tests/dba_db4_009.phpt] reason: DB4 handler not available
       
  5186 TEST 2610/11096 [ext/dba/tests/dba_db4_010.phpt]
       
  5187 SKIP DBA DB4 magic_quotes_runtime Test [ext/dba/tests/dba_db4_010.phpt] reason: DB4 handler not available
       
  5188 TEST 2611/11096 [ext/dba/tests/dba_db4_011.phpt]
       
  5189 SKIP DBA DB4 with repeated key [ext/dba/tests/dba_db4_011.phpt] reason: DB4 handler not available
       
  5190 TEST 2612/11096 [ext/dba/tests/dba_db4_012.phpt]
       
  5191 SKIP DBA DB4 New File Creation open("rl") [ext/dba/tests/dba_db4_012.phpt] reason: DB4 handler not available
       
  5192 TEST 2613/11096 [ext/dba/tests/dba_db4_013.phpt]
       
  5193 SKIP DBA DB4 File open("rl") & Insert Test [ext/dba/tests/dba_db4_013.phpt] reason: DB4 handler not available
       
  5194 TEST 2614/11096 [ext/dba/tests/dba_db4_014.phpt]
       
  5195 SKIP DBA DB4 File open("wl") & Insert Test [ext/dba/tests/dba_db4_014.phpt] reason: DB4 handler not available
       
  5196 TEST 2615/11096 [ext/dba/tests/dba_db4_015.phpt]
       
  5197 SKIP DBA DB4 File open("wl") & Insert Test [ext/dba/tests/dba_db4_015.phpt] reason: DB4 handler not available
       
  5198 TEST 2616/11096 [ext/dba/tests/dba_db4_016.phpt]
       
  5199 SKIP DBA DB4 File Creation popen("c") with existing valid file [ext/dba/tests/dba_db4_016.phpt] reason: DB4 handler not available
       
  5200 TEST 2617/11096 [ext/dba/tests/dba_db4_017.phpt]
       
  5201 SKIP DBA DB4 file creation dba_open("cd") [ext/dba/tests/dba_db4_017.phpt] reason: DB4 handler not available
       
  5202 TEST 2618/11096 [ext/dba/tests/dba_db4_018.phpt]
       
  5203 SKIP DBA DB4 with persistent connections [ext/dba/tests/dba_db4_018.phpt] reason: DB4 handler not available
       
  5204 TEST 2619/11096 [ext/dba/tests/dba_db4_handlers.phpt]
       
  5205 SKIP DBA DB4 Handler Test [ext/dba/tests/dba_db4_handlers.phpt] reason: DB4 handler not available
       
  5206 TEST 2620/11096 [ext/dba/tests/dba_db4_optimize.phpt]
       
  5207 SKIP DBA DB4 Optimize Test [ext/dba/tests/dba_db4_optimize.phpt] reason: DB4 handler not available
       
  5208 TEST 2621/11096 [ext/dba/tests/dba_db4_sync.phpt]
       
  5209 SKIP DBA DB4 Sync Test [ext/dba/tests/dba_db4_sync.phpt] reason: DB4 handler not available
       
  5210 TEST 2622/11096 [ext/dba/tests/dba_dbm.phpt]
       
  5211 SKIP DBA DBM handler test [ext/dba/tests/dba_dbm.phpt] reason: DBM handler not available
       
  5212 TEST 2623/11096 [ext/dba/tests/dba_flatfile.phpt]
       
  5213 PASS DBA FlatFile handler test [ext/dba/tests/dba_flatfile.phpt] 
       
  5214 TEST 2624/11096 [ext/dba/tests/dba_gdbm.phpt]
       
  5215 SKIP DBA GDBM handler test [ext/dba/tests/dba_gdbm.phpt] reason: GDBM handler not available
       
  5216 TEST 2625/11096 [ext/dba/tests/dba_handlers.phpt]
       
  5217 PASS DBA Handler Test [ext/dba/tests/dba_handlers.phpt] 
       
  5218 TEST 2626/11096 [ext/dba/tests/dba_inifile.phpt]
       
  5219 PASS DBA INIFILE handler test [ext/dba/tests/dba_inifile.phpt] 
       
  5220 TEST 2627/11096 [ext/dba/tests/dba_ndbm.phpt]
       
  5221 SKIP DBA NDBM handler test [ext/dba/tests/dba_ndbm.phpt] reason: NDBM handler not available
       
  5222 TEST 2628/11096 [ext/dba/tests/dba_optimize.phpt]
       
  5223 PASS DBA Optimize Test [ext/dba/tests/dba_optimize.phpt] 
       
  5224 TEST 2629/11096 [ext/dba/tests/dba_qdbm.phpt]
       
  5225 SKIP DBA QDBM handler test [ext/dba/tests/dba_qdbm.phpt] reason: QDBM handler not available
       
  5226 TEST 2630/11096 [ext/dba/tests/dba_split.phpt]
       
  5227 PASS DBA Split Test [ext/dba/tests/dba_split.phpt] 
       
  5228 TEST 2631/11096 [ext/dba/tests/dba_sync.phpt]
       
  5229 PASS DBA Sync Test [ext/dba/tests/dba_sync.phpt] 
       
  5230 TEST 2632/11096 [ext/dom/tests/DOMAttr_construct_error_001.phpt]
       
  5231 PASS DOMAttr __construct() with no arguments. [ext/dom/tests/DOMAttr_construct_error_001.phpt] 
       
  5232 TEST 2633/11096 [ext/dom/tests/DOMAttr_name_basic_001.phpt]
       
  5233 PASS DOMAttr read $name property. [ext/dom/tests/DOMAttr_name_basic_001.phpt] 
       
  5234 TEST 2634/11096 [ext/dom/tests/DOMAttr_ownerElement_error_001.phpt]
       
  5235 PASS Read $ownerElement with null parent. [ext/dom/tests/DOMAttr_ownerElement_error_001.phpt] 
       
  5236 TEST 2635/11096 [ext/dom/tests/DOMAttr_value_basic_001.phpt]
       
  5237 PASS Read empty $value. [ext/dom/tests/DOMAttr_value_basic_001.phpt] 
       
  5238 TEST 2636/11096 [ext/dom/tests/DOMAttr_value_basic_002.phpt]
       
  5239 PASS Write non-string $value property [ext/dom/tests/DOMAttr_value_basic_002.phpt] 
       
  5240 TEST 2637/11096 [ext/dom/tests/DOMCDATASection_construct_error_001.phpt]
       
  5241 PASS __construct() with no arguments. [ext/dom/tests/DOMCDATASection_construct_error_001.phpt] 
       
  5242 TEST 2638/11096 [ext/dom/tests/DOMCharacterData_appendData_basic.phpt]
       
  5243 PASS DOMCharacterData::appendData basic functionality test [ext/dom/tests/DOMCharacterData_appendData_basic.phpt] 
       
  5244 TEST 2639/11096 [ext/dom/tests/DOMCharacterData_appendData_error_001.phpt]
       
  5245 PASS DOMCharacterData::appendData() with no arguments. [ext/dom/tests/DOMCharacterData_appendData_error_001.phpt] 
       
  5246 TEST 2640/11096 [ext/dom/tests/DOMCharacterData_data_basic_002.phpt]
       
  5247 PASS Create CDATA section and change it using DOMcreateCDATASection [ext/dom/tests/DOMCharacterData_data_basic_002.phpt] 
       
  5248 TEST 2641/11096 [ext/dom/tests/DOMCharacterData_data_error_002.phpt]
       
  5249 PASS Invalid State Error when getting data on DOMCharacterData out of content. [ext/dom/tests/DOMCharacterData_data_error_002.phpt] 
       
  5250 TEST 2642/11096 [ext/dom/tests/DOMCharacterData_deleteData_basic_001.phpt]
       
  5251 PASS DOMCharacterData::deleteData() with count exceeding string size. [ext/dom/tests/DOMCharacterData_deleteData_basic_001.phpt] 
       
  5252 TEST 2643/11096 [ext/dom/tests/DOMCharacterData_deleteData_error_001.phpt]
       
  5253 PASS DOMCharacterData::deleteData() with no arguments. [ext/dom/tests/DOMCharacterData_deleteData_error_001.phpt] 
       
  5254 TEST 2644/11096 [ext/dom/tests/DOMCharacterData_deleteData_error_002.phpt]
       
  5255 PASS DOMCharacterData::deleteData() with offset exceeding string size. [ext/dom/tests/DOMCharacterData_deleteData_error_002.phpt] 
       
  5256 TEST 2645/11096 [ext/dom/tests/DOMCharacterData_insertData_error_001.phpt]
       
  5257 PASS DOMCharacterData::insertData() with no arguments. [ext/dom/tests/DOMCharacterData_insertData_error_001.phpt] 
       
  5258 TEST 2646/11096 [ext/dom/tests/DOMCharacterData_length_error_001.phpt]
       
  5259 PASS Invalid State Error when getting length on DOMCharacterData out of content. [ext/dom/tests/DOMCharacterData_length_error_001.phpt] 
       
  5260 TEST 2647/11096 [ext/dom/tests/DOMCharacterData_replaceData_error_001.phpt]
       
  5261 PASS DOMCharacterData::replaceData() with no arguments. [ext/dom/tests/DOMCharacterData_replaceData_error_001.phpt] 
       
  5262 TEST 2648/11096 [ext/dom/tests/DOMCharacterData_substringData_basic_001.phpt]
       
  5263 PASS __DOMCharacterData::substringData pull mid section of string [ext/dom/tests/DOMCharacterData_substringData_basic_001.phpt] 
       
  5264 TEST 2649/11096 [ext/dom/tests/DOMComment_appendData_basic.phpt]
       
  5265 PASS Test adding data to a DOMComment [ext/dom/tests/DOMComment_appendData_basic.phpt] 
       
  5266 TEST 2650/11096 [ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt]
       
  5267 PASS DOMComment::appendData basic functionality test [ext/dom/tests/DOMComment_appendData_basic_Sullivan.phpt] 
       
  5268 TEST 2651/11096 [ext/dom/tests/DOMComment_construct_basic_001.phpt]
       
  5269 PASS DOMComment::__construct() with constructor called twice. [ext/dom/tests/DOMComment_construct_basic_001.phpt] 
       
  5270 TEST 2652/11096 [ext/dom/tests/DOMComment_construct_error_001.phpt]
       
  5271 PASS DOMComment::__construct() with more arguments than acceptable. [ext/dom/tests/DOMComment_construct_error_001.phpt] 
       
  5272 TEST 2653/11096 [ext/dom/tests/DOMComment_insertData_basic.phpt]
       
  5273 PASS Test inserting data into a DOMComment basic test [ext/dom/tests/DOMComment_insertData_basic.phpt] 
       
  5274 TEST 2654/11096 [ext/dom/tests/DOMComment_insertData_error1.phpt]
       
  5275 PASS Test inserting data into a DOMComment basic test [ext/dom/tests/DOMComment_insertData_error1.phpt] 
       
  5276 TEST 2655/11096 [ext/dom/tests/DOMComment_insertData_error2.phpt]
       
  5277 PASS Test inserting data into a DOMComment basic test [ext/dom/tests/DOMComment_insertData_error2.phpt] 
       
  5278 TEST 2656/11096 [ext/dom/tests/DOMComment_replaceData_basic.phpt]
       
  5279 PASS Test replacing data into a DOMComment basic test [ext/dom/tests/DOMComment_replaceData_basic.phpt] 
       
  5280 TEST 2657/11096 [ext/dom/tests/DOMComment_replaceData_error1.phpt]
       
  5281 PASS Test replacing data into a DOMComment basic test [ext/dom/tests/DOMComment_replaceData_error1.phpt] 
       
  5282 TEST 2658/11096 [ext/dom/tests/DOMComment_replaceData_error2.phpt]
       
  5283 PASS Test replacing data into a DOMComment basic test [ext/dom/tests/DOMComment_replaceData_error2.phpt] 
       
  5284 TEST 2659/11096 [ext/dom/tests/DOMDocumentFragment_appendXML_basic_001.phpt]
       
  5285 PASS DOMDocumentFragment::appendXML() with children with properties. [ext/dom/tests/DOMDocumentFragment_appendXML_basic_001.phpt] 
       
  5286 TEST 2660/11096 [ext/dom/tests/DOMDocumentFragment_appendXML_error_001.phpt]
       
  5287 PASS DOMDocumentFragment::appendXML() with no arguments. [ext/dom/tests/DOMDocumentFragment_appendXML_error_001.phpt] 
       
  5288 TEST 2661/11096 [ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt]
       
  5289 PASS DOMDocumentFragment::appendXML() with unbound fragment. [ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt] 
       
  5290 TEST 2662/11096 [ext/dom/tests/DOMDocumentFragment_appendXML_error_003.phpt]
       
  5291 PASS DOMDocumentFragment::appendXML() with unbalanced chunks. [ext/dom/tests/DOMDocumentFragment_appendXML_error_003.phpt] 
       
  5292 TEST 2663/11096 [ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt]
       
  5293 PASS Testing DOMDocumentFragment::appendXML and DOMDocumentFragment::hasChildNodes [ext/dom/tests/DOMDocumentFragment_appendXML_hasChildNodes_basic.phpt] 
       
  5294 TEST 2664/11096 [ext/dom/tests/DOMDocumentFragment_construct_basic_001.phpt]
       
  5295 PASS DOMDocumentFragment::__construct(). [ext/dom/tests/DOMDocumentFragment_construct_basic_001.phpt] 
       
  5296 TEST 2665/11096 [ext/dom/tests/DOMDocumentFragment_construct_basic_002.phpt]
       
  5297 PASS DOMDocumentFragment::__construct() called twice. [ext/dom/tests/DOMDocumentFragment_construct_basic_002.phpt] 
       
  5298 TEST 2666/11096 [ext/dom/tests/DOMDocumentFragment_construct_error_001.phpt]
       
  5299 PASS DOMDocumentFragment::__construct() with too many errors. [ext/dom/tests/DOMDocumentFragment_construct_error_001.phpt] 
       
  5300 TEST 2667/11096 [ext/dom/tests/DOMDocumentType_basic_001.phpt]
       
  5301 PASS DOMDocumentType: basic access to all properties. [ext/dom/tests/DOMDocumentType_basic_001.phpt] 
       
  5302 TEST 2668/11096 [ext/dom/tests/DOMDocumentType_entities_error_001.phpt]
       
  5303 PASS DOMDocumentType::entities with invalid state. [ext/dom/tests/DOMDocumentType_entities_error_001.phpt] 
       
  5304 TEST 2669/11096 [ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt]
       
  5305 PASS DOMDocumentType::internalSubset with invalid state. [ext/dom/tests/DOMDocumentType_internalSubset_error_001.phpt] 
       
  5306 TEST 2670/11096 [ext/dom/tests/DOMDocumentType_name_error_001.phpt]
       
  5307 PASS DOMDocumentType::name with invalid state. [ext/dom/tests/DOMDocumentType_name_error_001.phpt] 
       
  5308 TEST 2671/11096 [ext/dom/tests/DOMDocumentType_notations_error_001.phpt]
       
  5309 PASS DOMDocumentType::notations with invalid state. [ext/dom/tests/DOMDocumentType_notations_error_001.phpt] 
       
  5310 TEST 2672/11096 [ext/dom/tests/DOMDocumentType_publicId_basic_001.phpt]
       
  5311 PASS DOMDocumentType::publicId with empty value. [ext/dom/tests/DOMDocumentType_publicId_basic_001.phpt] 
       
  5312 TEST 2673/11096 [ext/dom/tests/DOMDocumentType_publicId_error_001.phpt]
       
  5313 PASS DOMDocumentType::publicId with invalid state. [ext/dom/tests/DOMDocumentType_publicId_error_001.phpt] 
       
  5314 TEST 2674/11096 [ext/dom/tests/DOMDocumentType_systemId_basic_001.phpt]
       
  5315 PASS DOMDocumentType::systemId with empty value. [ext/dom/tests/DOMDocumentType_systemId_basic_001.phpt] 
       
  5316 TEST 2675/11096 [ext/dom/tests/DOMDocumentType_systemId_error_001.phpt]
       
  5317 PASS DOMDocumentType::systemId with invalid state. [ext/dom/tests/DOMDocumentType_systemId_error_001.phpt] 
       
  5318 TEST 2676/11096 [ext/dom/tests/DOMDocument_config_basic.phpt]
       
  5319 PASS Tests DOMDocument::config read [ext/dom/tests/DOMDocument_config_basic.phpt] 
       
  5320 TEST 2677/11096 [ext/dom/tests/DOMDocument_createAttribute_basic.phpt]
       
  5321 PASS DomDocument::createAttribute() - basic test for DomDocument::createAttribute() [ext/dom/tests/DOMDocument_createAttribute_basic.phpt] 
       
  5322 TEST 2678/11096 [ext/dom/tests/DOMDocument_createAttribute_error.phpt]
       
  5323 PASS Test DOMDocument::createAttribute() for expected expection thrown when wrong parameter passed [ext/dom/tests/DOMDocument_createAttribute_error.phpt] 
       
  5324 TEST 2679/11096 [ext/dom/tests/DOMDocument_createAttribute_error1.phpt]
       
  5325 PASS DomDocument::createAttribute() - error test for DomDocument::createAttribute() [ext/dom/tests/DOMDocument_createAttribute_error1.phpt] 
       
  5326 TEST 2680/11096 [ext/dom/tests/DOMDocument_createAttribute_variation.phpt]
       
  5327 PASS Test DOMDocument::createAttribute() for expected return value [ext/dom/tests/DOMDocument_createAttribute_variation.phpt] 
       
  5328 TEST 2681/11096 [ext/dom/tests/DOMDocument_createEntityReference_basic.phpt]
       
  5329 PASS DOMDocument::createEntityReference() should create a new entity reference node [ext/dom/tests/DOMDocument_createEntityReference_basic.phpt] 
       
  5330 TEST 2682/11096 [ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt]
       
  5331 PASS DomDocument::createProcessingInstruction() - basic test for DomDocument::createProcessingInstruction() [ext/dom/tests/DOMDocument_createProcessingInstruction_basic.phpt] 
       
  5332 TEST 2683/11096 [ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt]
       
  5333 PASS DomDocument::createProcessingInstruction() - error test for DomDocument::createProcessingInstruction() [ext/dom/tests/DOMDocument_createProcessingInstruction_error.phpt] 
       
  5334 TEST 2684/11096 [ext/dom/tests/DOMDocument_documentURI_basic.phpt]
       
  5335 PASS Tests DOMDocument::documentURI read and write [ext/dom/tests/DOMDocument_documentURI_basic.phpt] 
       
  5336 TEST 2685/11096 [ext/dom/tests/DOMDocument_encoding_basic.phpt]
       
  5337 PASS DOMDocument::$encoding - read/write tests (dom_document_encoding_read/dom_document_encoding_write) [ext/dom/tests/DOMDocument_encoding_basic.phpt] 
       
  5338 TEST 2686/11096 [ext/dom/tests/DOMDocument_implementationRead_basic.phpt]
       
  5339 PASS DOMDocument::DOMImplementation - basic test for DomDocument::DOMImplementation [ext/dom/tests/DOMDocument_implementationRead_basic.phpt] 
       
  5340 TEST 2687/11096 [ext/dom/tests/DOMDocument_loadHTML_basic.phpt]
       
  5341 PASS DOMDocument::loadHTML [ext/dom/tests/DOMDocument_loadHTML_basic.phpt] 
       
  5342 TEST 2688/11096 [ext/dom/tests/DOMDocument_loadHTML_error1.phpt]
       
  5343 PASS DOMDocument::loadHTML() should fail if no parameter is given [ext/dom/tests/DOMDocument_loadHTML_error1.phpt] 
       
  5344 TEST 2689/11096 [ext/dom/tests/DOMDocument_loadHTML_error2.phpt]
       
  5345 PASS DOMDocument::loadHTML() should fail if empty string provided as input [ext/dom/tests/DOMDocument_loadHTML_error2.phpt] 
       
  5346 TEST 2690/11096 [ext/dom/tests/DOMDocument_preserveWhiteSpace_basic.phpt]
       
  5347 PASS DOMDocument::$preserveWhiteSpace - test ability to read and write property [ext/dom/tests/DOMDocument_preserveWhiteSpace_basic.phpt] 
       
  5348 TEST 2691/11096 [ext/dom/tests/DOMDocument_preserveWhiteSpace_variations.phpt]
       
  5349 PASS DOMDocument::$preserveWhiteSpace - test ability to read and write property [ext/dom/tests/DOMDocument_preserveWhiteSpace_variations.phpt] 
       
  5350 TEST 2692/11096 [ext/dom/tests/DOMDocument_relaxNGValidateSource_basic.phpt]
       
  5351 PASS DOMDocument::relaxNGValidateSource() [ext/dom/tests/DOMDocument_relaxNGValidateSource_basic.phpt] 
       
  5352 TEST 2693/11096 [ext/dom/tests/DOMDocument_relaxNGValidateSource_error1.phpt]
       
  5353 PASS DOMDocument::relaxNGValidateSource() should fail if document doesn't validate [ext/dom/tests/DOMDocument_relaxNGValidateSource_error1.phpt] 
       
  5354 TEST 2694/11096 [ext/dom/tests/DOMDocument_relaxNGValidateSource_error2.phpt]
       
  5355 PASS DOMDocument::relaxNGValidateSource() should fail on invalid RNG schema [ext/dom/tests/DOMDocument_relaxNGValidateSource_error2.phpt] 
       
  5356 TEST 2695/11096 [ext/dom/tests/DOMDocument_relaxNGValidate_basic.phpt]
       
  5357 PASS DOMDocument::relaxNGValidate() [ext/dom/tests/DOMDocument_relaxNGValidate_basic.phpt] 
       
  5358 TEST 2696/11096 [ext/dom/tests/DOMDocument_relaxNGValidate_error1.phpt]
       
  5359 PASS DOMDocument::relaxNGValidate() should fail if document doesn't validate [ext/dom/tests/DOMDocument_relaxNGValidate_error1.phpt] 
       
  5360 TEST 2697/11096 [ext/dom/tests/DOMDocument_relaxNGValidate_error2.phpt]
       
  5361 PASS DOMDocument::relaxNGValidate() should fail on invalid RelaxNG file source [ext/dom/tests/DOMDocument_relaxNGValidate_error2.phpt] 
       
  5362 TEST 2698/11096 [ext/dom/tests/DOMDocument_resolveExternals_basic.phpt]
       
  5363 PASS Tests DOMDocument::resoleExternals get and set [ext/dom/tests/DOMDocument_resolveExternals_basic.phpt] 
       
  5364 TEST 2699/11096 [ext/dom/tests/DOMDocument_saveHTMLFile_basic.phpt]
       
  5365 PASS DOMDocument::saveHTMLFile() should dump the internal document into a file using HTML formatting [ext/dom/tests/DOMDocument_saveHTMLFile_basic.phpt] 
       
  5366 TEST 2700/11096 [ext/dom/tests/DOMDocument_saveHTMLFile_error1.phpt]
       
  5367 PASS DOMDocument::saveHTMLFile() should fail if no parameter is given [ext/dom/tests/DOMDocument_saveHTMLFile_error1.phpt] 
       
  5368 TEST 2701/11096 [ext/dom/tests/DOMDocument_saveHTMLFile_error2.phpt]
       
  5369 PASS DOMDocument::saveHTMLFile() should fail if called statically [ext/dom/tests/DOMDocument_saveHTMLFile_error2.phpt] 
       
  5370 TEST 2702/11096 [ext/dom/tests/DOMDocument_saveHTMLFile_formatOutput.phpt]
       
  5371 PASS DOMDocument::saveHTMLFile() should format output on demand [ext/dom/tests/DOMDocument_saveHTMLFile_formatOutput.phpt] 
       
  5372 TEST 2703/11096 [ext/dom/tests/DOMDocument_saveHTMLFile_invalid_filename.phpt]
       
  5373 PASS DOMDocument::saveHTMLFile() should fail with invalid filename [ext/dom/tests/DOMDocument_saveHTMLFile_invalid_filename.phpt] 
       
  5374 TEST 2704/11096 [ext/dom/tests/DOMDocument_saveHTML_basic.phpt]
       
  5375 PASS DOMDocument::saveHTML() should dump the internal document into a string using HTML formatting [ext/dom/tests/DOMDocument_saveHTML_basic.phpt] 
       
  5376 TEST 2705/11096 [ext/dom/tests/DOMDocument_saveHTML_error2.phpt]
       
  5377 PASS DOMDocument::saveHTML() should fail if called statically [ext/dom/tests/DOMDocument_saveHTML_error2.phpt] 
       
  5378 TEST 2706/11096 [ext/dom/tests/DOMDocument_saveHTML_variant1.phpt]
       
  5379 PASS DOMDocument::saveHTML() optional parameters [ext/dom/tests/DOMDocument_saveHTML_variant1.phpt] 
       
  5380 TEST 2707/11096 [ext/dom/tests/DOMDocument_save_basic.phpt]
       
  5381 PASS DOMDocument::save  Test basic function of save method [ext/dom/tests/DOMDocument_save_basic.phpt] 
       
  5382 TEST 2708/11096 [ext/dom/tests/DOMDocument_savexml_basic.phpt]
       
  5383 PASS DOM Document : save and saveXML [ext/dom/tests/DOMDocument_savexml_basic.phpt] 
       
  5384 TEST 2709/11096 [ext/dom/tests/DOMDocument_schemaValidateSource_basic.phpt]
       
  5385 PASS DomDocument::schemaValidateSource() - basic [ext/dom/tests/DOMDocument_schemaValidateSource_basic.phpt] 
       
  5386 TEST 2710/11096 [ext/dom/tests/DOMDocument_schemaValidateSource_error1.phpt]
       
  5387 PASS DomDocument::schemaValidateSource() - string that is not a schema [ext/dom/tests/DOMDocument_schemaValidateSource_error1.phpt] 
       
  5388 TEST 2711/11096 [ext/dom/tests/DOMDocument_schemaValidateSource_error2.phpt]
       
  5389 PASS DomDocument::schemaValidateSource() - non-conforming schema [ext/dom/tests/DOMDocument_schemaValidateSource_error2.phpt] 
       
  5390 TEST 2712/11096 [ext/dom/tests/DOMDocument_schemaValidateSource_error3.phpt]
       
  5391 PASS DomDocument::schemaValidateSource() - empty string for schema string [ext/dom/tests/DOMDocument_schemaValidateSource_error3.phpt] 
       
  5392 TEST 2713/11096 [ext/dom/tests/DOMDocument_schemaValidateSource_error4.phpt]
       
  5393 PASS DomDocument::schemaValidateSource() - pass no parameters [ext/dom/tests/DOMDocument_schemaValidateSource_error4.phpt] 
       
  5394 TEST 2714/11096 [ext/dom/tests/DOMDocument_schemaValidate_basic.phpt]
       
  5395 PASS DomDocument::schemaValidate() - basic [ext/dom/tests/DOMDocument_schemaValidate_basic.phpt] 
       
  5396 TEST 2715/11096 [ext/dom/tests/DOMDocument_schemaValidate_error1.phpt]
       
  5397 PASS DomDocument::schemaValidate() - file that is not a schema [ext/dom/tests/DOMDocument_schemaValidate_error1.phpt] 
       
  5398 TEST 2716/11096 [ext/dom/tests/DOMDocument_schemaValidate_error2.phpt]
       
  5399 PASS DomDocument::schemaValidate() - non-conforming schema file [ext/dom/tests/DOMDocument_schemaValidate_error2.phpt] 
       
  5400 TEST 2717/11096 [ext/dom/tests/DOMDocument_schemaValidate_error3.phpt]
       
  5401 PASS DomDocument::schemaValidate() - empty string for schema file name [ext/dom/tests/DOMDocument_schemaValidate_error3.phpt] 
       
  5402 TEST 2718/11096 [ext/dom/tests/DOMDocument_schemaValidate_error4.phpt]
       
  5403 PASS DomDocument::schemaValidate() - pass no parameters [ext/dom/tests/DOMDocument_schemaValidate_error4.phpt] 
       
  5404 TEST 2719/11096 [ext/dom/tests/DOMDocument_schemaValidate_error5.phpt]
       
  5405 PASS DomDocument::schemaValidate() - non-existant schema file [ext/dom/tests/DOMDocument_schemaValidate_error5.phpt] 
       
  5406 TEST 2720/11096 [ext/dom/tests/DOMDocument_standalone_basic.phpt]
       
  5407 PASS Tests DOMDocument::standalone get, set, and functionality [ext/dom/tests/DOMDocument_standalone_basic.phpt] 
       
  5408 TEST 2721/11096 [ext/dom/tests/DOMDocument_strictErrorChecking_basic.phpt]
       
  5409 PASS DomDocument::$strictErrorChecking - basic test [ext/dom/tests/DOMDocument_strictErrorChecking_basic.phpt] 
       
  5410 TEST 2722/11096 [ext/dom/tests/DOMDocument_strictErrorChecking_variation.phpt]
       
  5411 PASS DomDocument::$strictErrorChecking - ensure turning off actually works [ext/dom/tests/DOMDocument_strictErrorChecking_variation.phpt] 
       
  5412 TEST 2723/11096 [ext/dom/tests/DOMDocument_validate_basic.phpt]
       
  5413 PASS DOMDocument::validate() should validate an internal DTD declaration [ext/dom/tests/DOMDocument_validate_basic.phpt] 
       
  5414 TEST 2724/11096 [ext/dom/tests/DOMDocument_validate_error1.phpt]
       
  5415 PASS DOMDocument::validate() should fail if any parameter is given [ext/dom/tests/DOMDocument_validate_error1.phpt] 
       
  5416 TEST 2725/11096 [ext/dom/tests/DOMDocument_validate_error2.phpt]
       
  5417 PASS DOMDocument::validate() should fail if called statically [ext/dom/tests/DOMDocument_validate_error2.phpt] 
       
  5418 TEST 2726/11096 [ext/dom/tests/DOMDocument_validate_external_dtd.phpt]
       
  5419 FAIL DOMDocument::validate() should validate an external DTD declaration [ext/dom/tests/DOMDocument_validate_external_dtd.phpt] 
       
  5420 TEST 2727/11096 [ext/dom/tests/DOMDocument_validate_on_parse_basic.phpt]
       
  5421 PASS DOMDocument::$validateOnParse - read/write tests (dom_document_validate_on_parse_read/dom_document_validate_on_parse_write) [ext/dom/tests/DOMDocument_validate_on_parse_basic.phpt] 
       
  5422 TEST 2728/11096 [ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt]
       
  5423 PASS DOMDocument::$validateOnParse - effectual determination (dom_document_validate_on_parse_read/dom_document_validate_on_parse_write) [ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt] 
       
  5424 TEST 2729/11096 [ext/dom/tests/DOMElement_hasAttributes_basic.phpt]
       
  5425 PASS DOMNode: hasAttributes() [ext/dom/tests/DOMElement_hasAttributes_basic.phpt] 
       
  5426 TEST 2730/11096 [ext/dom/tests/DOMImplementation_createDocumentType_basic.phpt]
       
  5427 PASS DOMImplementation::createDocumentType() [ext/dom/tests/DOMImplementation_createDocumentType_basic.phpt] 
       
  5428 TEST 2731/11096 [ext/dom/tests/DOMImplementation_createDocument_basic.phpt]
       
  5429 PASS DOMImplementation::createDocument() [ext/dom/tests/DOMImplementation_createDocument_basic.phpt] 
       
  5430 TEST 2732/11096 [ext/dom/tests/DOMImplementation_hasFeature_basic.phpt]
       
  5431 PASS DOMImplementation::hasFeature() [ext/dom/tests/DOMImplementation_hasFeature_basic.phpt] 
       
  5432 TEST 2733/11096 [ext/dom/tests/DOMNode_C14NFile_basic.phpt]
       
  5433 PASS DOMNode::C14NFile() [ext/dom/tests/DOMNode_C14NFile_basic.phpt] 
       
  5434 TEST 2734/11096 [ext/dom/tests/DOMNode_C14N_basic.phpt]
       
  5435 PASS DOMNode::C14N() [ext/dom/tests/DOMNode_C14N_basic.phpt] 
       
  5436 TEST 2735/11096 [ext/dom/tests/DOMNode_cloneNode_basic.phpt]
       
  5437 PASS DOM cloneNode : Basic Functionality [ext/dom/tests/DOMNode_cloneNode_basic.phpt] 
       
  5438 TEST 2736/11096 [ext/dom/tests/DOMNode_getLineNo_basic.phpt]
       
  5439 PASS DOMNode::getLineNo() [ext/dom/tests/DOMNode_getLineNo_basic.phpt] 
       
  5440 TEST 2737/11096 [ext/dom/tests/DOMNode_getNodePath_basic.phpt]
       
  5441 PASS DOMNode::getNodePath() [ext/dom/tests/DOMNode_getNodePath_basic.phpt] 
       
  5442 TEST 2738/11096 [ext/dom/tests/DOMNode_hasChildNodes.phpt]
       
  5443 PASS Tests DOMNode::hasChildNodes() [ext/dom/tests/DOMNode_hasChildNodes.phpt] 
       
  5444 TEST 2739/11096 [ext/dom/tests/DOMNode_hasChildNodes_basic.phpt]
       
  5445 PASS Test whether a node has child nodes: hasChildNodes() [ext/dom/tests/DOMNode_hasChildNodes_basic.phpt] 
       
  5446 TEST 2740/11096 [ext/dom/tests/DOMNode_insertBefore.phpt]
       
  5447 PASS Tests DOMNode::insertBefore() [ext/dom/tests/DOMNode_insertBefore.phpt] 
       
  5448 TEST 2741/11096 [ext/dom/tests/DOMNode_insertBefore_error1.phpt]
       
  5449 PASS DOMNode::insertBefore() should fail if node belongs to another document [ext/dom/tests/DOMNode_insertBefore_error1.phpt] 
       
  5450 TEST 2742/11096 [ext/dom/tests/DOMNode_issamenode_basic.phpt]
       
  5451 PASS DOMNode: isSameNode() [ext/dom/tests/DOMNode_issamenode_basic.phpt] 
       
  5452 TEST 2743/11096 [ext/dom/tests/DOMNode_normalize_basic.phpt]
       
  5453 PASS DOMNode::normalize() [ext/dom/tests/DOMNode_normalize_basic.phpt] 
       
  5454 TEST 2744/11096 [ext/dom/tests/DOMNode_removeChild_basic.phpt]
       
  5455 PASS DOM removeChild : Basic Functionality [ext/dom/tests/DOMNode_removeChild_basic.phpt] 
       
  5456 TEST 2745/11096 [ext/dom/tests/DOMNode_replaceChild_basic.phpt]
       
  5457 PASS Replacing a child node [ext/dom/tests/DOMNode_replaceChild_basic.phpt] 
       
  5458 TEST 2746/11096 [ext/dom/tests/DOMText_appendData_basic.phpt]
       
  5459 PASS DOMText::appendData basic functionality test [ext/dom/tests/DOMText_appendData_basic.phpt] 
       
  5460 TEST 2747/11096 [ext/dom/tests/bug28721.phpt]
       
  5461 PASS Bug #28721 (appendChild() and insertBefore() unset DOMText) [ext/dom/tests/bug28721.phpt] 
       
  5462 TEST 2748/11096 [ext/dom/tests/bug28817.phpt]
       
  5463 PASS Bug #28817 (properties in extended class) [ext/dom/tests/bug28817.phpt] 
       
  5464 TEST 2749/11096 [ext/dom/tests/bug32615.phpt]
       
  5465 PASS Bug #32615 (Replacing and inserting Fragments) [ext/dom/tests/bug32615.phpt] 
       
  5466 TEST 2750/11096 [ext/dom/tests/bug34276.phpt]
       
  5467 PASS Bug #34276 (setAttributeNS and default namespace) [ext/dom/tests/bug34276.phpt] 
       
  5468 TEST 2751/11096 [ext/dom/tests/bug35342.phpt]
       
  5469 PASS Bug #35342 (isset(DOMNodeList->length) returns false) [ext/dom/tests/bug35342.phpt] 
       
  5470 TEST 2752/11096 [ext/dom/tests/bug35673.phpt]
       
  5471 PASS Bug #35673 (formatOutput does not work with saveHTML). [ext/dom/tests/bug35673.phpt] 
       
  5472 TEST 2753/11096 [ext/dom/tests/bug36756.phpt]
       
  5473 PASS Bug #36756 (DOMDocument::removeChild corrupts node) [ext/dom/tests/bug36756.phpt] 
       
  5474 TEST 2754/11096 [ext/dom/tests/bug37277.phpt]
       
  5475 PASS Bug #37277 (cloning Dom Documents or Nodes does not work) [ext/dom/tests/bug37277.phpt] 
       
  5476 TEST 2755/11096 [ext/dom/tests/bug37456.phpt]
       
  5477 PASS Bug #37456 (DOMElement->setAttribute() loops forever) [ext/dom/tests/bug37456.phpt] 
       
  5478 TEST 2756/11096 [ext/dom/tests/bug38438.phpt]
       
  5479 PASS Bug #38438 (DOMNodeList->item(0) segfault on empty NodeList) [ext/dom/tests/bug38438.phpt] 
       
  5480 TEST 2757/11096 [ext/dom/tests/bug38474.phpt]
       
  5481 PASS Bug #38474 (getAttribute select attribute by order, even when prefixed) (OK to fail with libxml2 < 2.6.2x) [ext/dom/tests/bug38474.phpt] 
       
  5482 TEST 2758/11096 [ext/dom/tests/bug38850.phpt]
       
  5483 PASS Bug #38850 (lookupNamespaceURI does not return default namespace) [ext/dom/tests/bug38850.phpt] 
       
  5484 TEST 2759/11096 [ext/dom/tests/bug38949.phpt]
       
  5485 PASS Bug #38949 (Cannot get xmlns value attribute) [ext/dom/tests/bug38949.phpt] 
       
  5486 TEST 2760/11096 [ext/dom/tests/bug40836.phpt]
       
  5487 PASS Bug #40836 (Segfault in insertBefore) [ext/dom/tests/bug40836.phpt] 
       
  5488 TEST 2761/11096 [ext/dom/tests/bug41257.phpt]
       
  5489 PASS Bug #41257 (lookupNamespaceURI does not work as expected) [ext/dom/tests/bug41257.phpt] 
       
  5490 TEST 2762/11096 [ext/dom/tests/bug41374.phpt]
       
  5491 PASS Bug #41374 (wholetext concats values of wrong nodes) [ext/dom/tests/bug41374.phpt] 
       
  5492 TEST 2763/11096 [ext/dom/tests/bug42082.phpt]
       
  5493 PASS Bug #42082 (NodeList length zero should be empty) [ext/dom/tests/bug42082.phpt] 
       
  5494 TEST 2764/11096 [ext/dom/tests/bug43364.phpt]
       
  5495 PASS Bug #43364 (recursive xincludes don't remove internal xml nodes properly) [ext/dom/tests/bug43364.phpt] 
       
  5496 TEST 2765/11096 [ext/dom/tests/bug44648.phpt]
       
  5497 PASS Bug #44648 (Attribute names not checked for wellformedness) [ext/dom/tests/bug44648.phpt] 
       
  5498 TEST 2766/11096 [ext/dom/tests/bug45251.phpt]
       
  5499 PASS Bug #45251 (double free or corruption with setAttributeNode()) [ext/dom/tests/bug45251.phpt] 
       
  5500 TEST 2767/11096 [ext/dom/tests/bug46185.phpt]
       
  5501 PASS Bug #46185 (importNode changes the namespace of an XML element). [ext/dom/tests/bug46185.phpt] 
       
  5502 TEST 2768/11096 [ext/dom/tests/bug46335.phpt]
       
  5503 PASS Bug #46335 (DOMText::splitText doesn't handle multibyte characters). [ext/dom/tests/bug46335.phpt] 
       
  5504 TEST 2769/11096 [ext/dom/tests/bug46849.phpt]
       
  5505 PASS Bug #46849 (Cloning DOMDocument doesn't clone the properties). [ext/dom/tests/bug46849.phpt] 
       
  5506 TEST 2770/11096 [ext/dom/tests/bug47430.phpt]
       
  5507 PASS Bug #47430 (Errors after writing to nodeValue parameter of an absent previousSibling). [ext/dom/tests/bug47430.phpt] 
       
  5508 TEST 2771/11096 [ext/dom/tests/bug47848.phpt]
       
  5509 PASS Bug #47848 (importNode doesn't preserve attribute namespaces) [ext/dom/tests/bug47848.phpt] 
       
  5510 TEST 2772/11096 [ext/dom/tests/bug47849.phpt]
       
  5511 PASS Bug #47849 (Non-deep import loses the namespace). [ext/dom/tests/bug47849.phpt] 
       
  5512 TEST 2773/11096 [ext/dom/tests/bug49463.phpt]
       
  5513 PASS Bug #49463 (setAttributeNS fails setting default namespace). [ext/dom/tests/bug49463.phpt] 
       
  5514 TEST 2774/11096 [ext/dom/tests/bug49490.phpt]
       
  5515 PASS Bug #49490 (XPath namespace prefix conflict). [ext/dom/tests/bug49490.phpt] 
       
  5516 TEST 2775/11096 [ext/dom/tests/bug50661.phpt]
       
  5517 PASS Bug #50661 (DOMDocument::loadXML does not allow UTF-16). [ext/dom/tests/bug50661.phpt] 
       
  5518 TEST 2776/11096 [ext/dom/tests/bug52656.phpt]
       
  5519 PASS Bug #52656 (DOMCdataSection does not work with splitText). [ext/dom/tests/bug52656.phpt] 
       
  5520 TEST 2777/11096 [ext/dom/tests/bug54601.phpt]
       
  5521 PASS Segfault when removing the Doctype node [ext/dom/tests/bug54601.phpt] 
       
  5522 TEST 2778/11096 [ext/dom/tests/canonicalization.phpt]
       
  5523 PASS Test: Canonicalization - C14N() [ext/dom/tests/canonicalization.phpt] 
       
  5524 TEST 2779/11096 [ext/dom/tests/dom001.phpt]
       
  5525 PASS Test 1: Accessing single node [ext/dom/tests/dom001.phpt] 
       
  5526 TEST 2780/11096 [ext/dom/tests/dom002.phpt]
       
  5527 PASS Test 2: getElementsByTagName() / getElementsByTagNameNS() [ext/dom/tests/dom002.phpt] 
       
  5528 TEST 2781/11096 [ext/dom/tests/dom003.phpt]
       
  5529 PASS Test 3: Exception Test [ext/dom/tests/dom003.phpt] 
       
  5530 TEST 2782/11096 [ext/dom/tests/dom004.phpt]
       
  5531 PASS Test 4: Streams Test [ext/dom/tests/dom004.phpt] 
       
  5532 TEST 2783/11096 [ext/dom/tests/dom005.phpt]
       
  5533 PASS Test 5: HTML Test [ext/dom/tests/dom005.phpt] 
       
  5534 TEST 2784/11096 [ext/dom/tests/dom006.phpt]
       
  5535 PASS Test 6: Extends Test [ext/dom/tests/dom006.phpt] 
       
  5536 TEST 2785/11096 [ext/dom/tests/dom007.phpt]
       
  5537 PASS Test 7: DTD tests [ext/dom/tests/dom007.phpt] 
       
  5538 TEST 2786/11096 [ext/dom/tests/dom_comment_basic.phpt]
       
  5539 PASS DOM Comment : Basic Functionality [ext/dom/tests/dom_comment_basic.phpt] 
       
  5540 TEST 2787/11096 [ext/dom/tests/dom_comment_variation.phpt]
       
  5541 PASS DOM Comment : Variation [ext/dom/tests/dom_comment_variation.phpt] 
       
  5542 TEST 2788/11096 [ext/dom/tests/dom_create_element.phpt]
       
  5543 PASS Test 1: Creating Elements with and without Namespaces [ext/dom/tests/dom_create_element.phpt] 
       
  5544 TEST 2789/11096 [ext/dom/tests/dom_import_simplexml.phpt]
       
  5545 PASS Interop Test: Import from SimpleXML [ext/dom/tests/dom_import_simplexml.phpt] 
       
  5546 TEST 2790/11096 [ext/dom/tests/dom_set_attr_node.phpt]
       
  5547 PASS Test: setAttributeNode() [ext/dom/tests/dom_set_attr_node.phpt] 
       
  5548 TEST 2791/11096 [ext/dom/tests/dom_xinclude.phpt]
       
  5549 PASS Test: Xinclude and Streams [ext/dom/tests/dom_xinclude.phpt] 
       
  5550 TEST 2792/11096 [ext/dom/tests/domattributes.phpt]
       
  5551 PASS Attributes: DOMAttribute functionality [ext/dom/tests/domattributes.phpt] 
       
  5552 TEST 2793/11096 [ext/dom/tests/domchardata.phpt]
       
  5553 PASS CharData: DOMCharacterData and related functionality [ext/dom/tests/domchardata.phpt] 
       
  5554 TEST 2794/11096 [ext/dom/tests/domdocument_createcomment_error_001.phpt]
       
  5555 PASS DomDocument::CreateComment() - Incorrect Parameters [ext/dom/tests/domdocument_createcomment_error_001.phpt] 
       
  5556 TEST 2795/11096 [ext/dom/tests/domdocument_createentityreference_001.phpt]
       
  5557 PASS DomDocument::CreateEntityReference() - Creates an entity reference with the appropriate name [ext/dom/tests/domdocument_createentityreference_001.phpt] 
       
  5558 TEST 2796/11096 [ext/dom/tests/domdocument_createentityreference_002.phpt]
       
  5559 PASS DomDocument::CreateEntityReference() - Empty Arguments [ext/dom/tests/domdocument_createentityreference_002.phpt] 
       
  5560 TEST 2797/11096 [ext/dom/tests/domelement.phpt]
       
  5561 PASS Elements: DOMElement functionality [ext/dom/tests/domelement.phpt] 
       
  5562 TEST 2798/11096 [ext/dom/tests/domobject_debug_handler.phpt]
       
  5563 PASS Objects of DOM extension: debug info object handler. [ext/dom/tests/domobject_debug_handler.phpt] 
       
  5564 TEST 2799/11096 [ext/dom/tests/domxpath.phpt]
       
  5565 PASS DOMXPath Tests [ext/dom/tests/domxpath.phpt] 
       
  5566 TEST 2800/11096 [ext/dom/tests/regsiter_node_class.phpt]
       
  5567 PASS Test: registerNodeClass() [ext/dom/tests/regsiter_node_class.phpt] 
       
  5568 TEST 2801/11096 [ext/ereg/tests/001.phpt]
       
  5569 PASS RegReplace test 1 [ext/ereg/tests/001.phpt] 
       
  5570 TEST 2802/11096 [ext/ereg/tests/002.phpt]
       
  5571 PASS RegReplace test 2 [ext/ereg/tests/002.phpt] 
       
  5572 TEST 2803/11096 [ext/ereg/tests/003.phpt]
       
  5573 PASS ereg_replace single-quote test [ext/ereg/tests/003.phpt] 
       
  5574 TEST 2804/11096 [ext/ereg/tests/004.phpt]
       
  5575 PASS simple ereg test [ext/ereg/tests/004.phpt] 
       
  5576 TEST 2805/11096 [ext/ereg/tests/005.phpt]
       
  5577 PASS Test Regular expression register support in ereg [ext/ereg/tests/005.phpt] 
       
  5578 TEST 2806/11096 [ext/ereg/tests/006.phpt]
       
  5579 PASS Test ereg_replace of start-of-line [ext/ereg/tests/006.phpt] 
       
  5580 TEST 2807/11096 [ext/ereg/tests/007.phpt]
       
  5581 PASS Test empty result buffer in reg_replace [ext/ereg/tests/007.phpt] 
       
  5582 TEST 2808/11096 [ext/ereg/tests/008.phpt]
       
  5583 PASS Test back-references in regular expressions [ext/ereg/tests/008.phpt] 
       
  5584 TEST 2809/11096 [ext/ereg/tests/009.phpt]
       
  5585 PASS Test split() [ext/ereg/tests/009.phpt] 
       
  5586 TEST 2810/11096 [ext/ereg/tests/010.phpt]
       
  5587 PASS Long back references [ext/ereg/tests/010.phpt] 
       
  5588 TEST 2811/11096 [ext/ereg/tests/011.phpt]
       
  5589 PASS \0 back reference [ext/ereg/tests/011.phpt] 
       
  5590 TEST 2812/11096 [ext/ereg/tests/012.phpt]
       
  5591 PASS nonexisting back reference [ext/ereg/tests/012.phpt] 
       
  5592 TEST 2813/11096 [ext/ereg/tests/013.phpt]
       
  5593 PASS escapes in replace string [ext/ereg/tests/013.phpt] 
       
  5594 TEST 2814/11096 [ext/ereg/tests/014.phpt]
       
  5595 PASS backreferences not replaced recursively [ext/ereg/tests/014.phpt] 
       
  5596 TEST 2815/11096 [ext/ereg/tests/015.phpt]
       
  5597 PASS replace empty matches [ext/ereg/tests/015.phpt] 
       
  5598 TEST 2816/11096 [ext/ereg/tests/016.phpt]
       
  5599 PASS test backslash handling in regular expressions [ext/ereg/tests/016.phpt] 
       
  5600 TEST 2817/11096 [ext/ereg/tests/ereg_basic_001.phpt]
       
  5601 PASS Test ereg() function : basic functionality (with $regs) [ext/ereg/tests/ereg_basic_001.phpt] 
       
  5602 TEST 2818/11096 [ext/ereg/tests/ereg_basic_002.phpt]
       
  5603 PASS Test ereg() function : basic functionality  (without $regs) [ext/ereg/tests/ereg_basic_002.phpt] 
       
  5604 TEST 2819/11096 [ext/ereg/tests/ereg_basic_003.phpt]
       
  5605 PASS Test ereg() function : basic functionality - long RE [ext/ereg/tests/ereg_basic_003.phpt] 
       
  5606 TEST 2820/11096 [ext/ereg/tests/ereg_basic_004.phpt]
       
  5607 PASS Test ereg() function : basic functionality - a few non-matches [ext/ereg/tests/ereg_basic_004.phpt] 
       
  5608 TEST 2821/11096 [ext/ereg/tests/ereg_error_001.phpt]
       
  5609 PASS Test ereg() function : error conditions - wrong number of args [ext/ereg/tests/ereg_error_001.phpt] 
       
  5610 TEST 2822/11096 [ext/ereg/tests/ereg_error_002.phpt]
       
  5611 PASS Test ereg() function : error conditions - test bad regular expressions [ext/ereg/tests/ereg_error_002.phpt] 
       
  5612 TEST 2823/11096 [ext/ereg/tests/ereg_replace_basic_001.phpt]
       
  5613 PASS Test ereg_replace() function : basic functionality [ext/ereg/tests/ereg_replace_basic_001.phpt] 
       
  5614 TEST 2824/11096 [ext/ereg/tests/ereg_replace_basic_002.phpt]
       
  5615 PASS Test ereg_replace() function : basic functionality - a few non-matches [ext/ereg/tests/ereg_replace_basic_002.phpt] 
       
  5616 TEST 2825/11096 [ext/ereg/tests/ereg_replace_error_001.phpt]
       
  5617 PASS Test ereg_replace() function : error conditions - wrong number of args [ext/ereg/tests/ereg_replace_error_001.phpt] 
       
  5618 TEST 2826/11096 [ext/ereg/tests/ereg_replace_error_002.phpt]
       
  5619 PASS Test ereg_replace() function : error conditions - bad regular expressions [ext/ereg/tests/ereg_replace_error_002.phpt] 
       
  5620 TEST 2827/11096 [ext/ereg/tests/ereg_replace_variation_001.phpt]
       
  5621 PASS Test ereg_replace() function : usage variations - unexpected type arg 1 [ext/ereg/tests/ereg_replace_variation_001.phpt] 
       
  5622 TEST 2828/11096 [ext/ereg/tests/ereg_replace_variation_002.phpt]
       
  5623 PASS Test ereg_replace() function : usage variations  - unexpected type arg 2 [ext/ereg/tests/ereg_replace_variation_002.phpt] 
       
  5624 TEST 2829/11096 [ext/ereg/tests/ereg_replace_variation_003.phpt]
       
  5625 PASS Test ereg_replace() function : usage variations - unexpected type arg 3 [ext/ereg/tests/ereg_replace_variation_003.phpt] 
       
  5626 TEST 2830/11096 [ext/ereg/tests/ereg_variation_001.phpt]
       
  5627 PASS Test ereg() function : usage variations  - unexpected type arg 1 [ext/ereg/tests/ereg_variation_001.phpt] 
       
  5628 TEST 2831/11096 [ext/ereg/tests/ereg_variation_002.phpt]
       
  5629 PASS Test ereg() function : usage variations  - unexpected type arg 2 [ext/ereg/tests/ereg_variation_002.phpt] 
       
  5630 TEST 2832/11096 [ext/ereg/tests/ereg_variation_003.phpt]
       
  5631 PASS Test ereg() function : usage variations  - unexpected type for arg 3 [ext/ereg/tests/ereg_variation_003.phpt] 
       
  5632 TEST 2833/11096 [ext/ereg/tests/ereg_variation_004.phpt]
       
  5633 PASS Test ereg() function : usage variations - pass non-variable as arg 3, which is pass-by-ref. [ext/ereg/tests/ereg_variation_004.phpt] 
       
  5634 TEST 2834/11096 [ext/ereg/tests/eregi_basic.phpt]
       
  5635 PASS Test eregi() function : basic functionality - confirm case insensitivity [ext/ereg/tests/eregi_basic.phpt] 
       
  5636 TEST 2835/11096 [ext/ereg/tests/eregi_basic_001.phpt]
       
  5637 PASS Test eregi() function : basic functionality (with $regs) [ext/ereg/tests/eregi_basic_001.phpt] 
       
  5638 TEST 2836/11096 [ext/ereg/tests/eregi_basic_002.phpt]
       
  5639 PASS Test eregi() function : basic functionality  (without $regs) [ext/ereg/tests/eregi_basic_002.phpt] 
       
  5640 TEST 2837/11096 [ext/ereg/tests/eregi_basic_003.phpt]
       
  5641 PASS Test eregi() function : basic functionality - long RE [ext/ereg/tests/eregi_basic_003.phpt] 
       
  5642 TEST 2838/11096 [ext/ereg/tests/eregi_basic_004.phpt]
       
  5643 PASS Test eregi() function : basic functionality - a few non-matches [ext/ereg/tests/eregi_basic_004.phpt] 
       
  5644 TEST 2839/11096 [ext/ereg/tests/eregi_error_001.phpt]
       
  5645 PASS Test eregi() function : error conditions - wrong number of args [ext/ereg/tests/eregi_error_001.phpt] 
       
  5646 TEST 2840/11096 [ext/ereg/tests/eregi_error_002.phpt]
       
  5647 PASS Test eregi() function : error conditions - test bad regular expressions [ext/ereg/tests/eregi_error_002.phpt] 
       
  5648 TEST 2841/11096 [ext/ereg/tests/eregi_replace_basic.phpt]
       
  5649 PASS Test eregi_replace() function : basic functionality - confirm case insensitivity [ext/ereg/tests/eregi_replace_basic.phpt] 
       
  5650 TEST 2842/11096 [ext/ereg/tests/eregi_replace_basic_001.phpt]
       
  5651 PASS Test ereg() function : basic functionality [ext/ereg/tests/eregi_replace_basic_001.phpt] 
       
  5652 TEST 2843/11096 [ext/ereg/tests/eregi_replace_basic_002.phpt]
       
  5653 PASS Test eregi_replace() function : basic functionality - a few non-matches [ext/ereg/tests/eregi_replace_basic_002.phpt] 
       
  5654 TEST 2844/11096 [ext/ereg/tests/eregi_replace_error_001.phpt]
       
  5655 PASS Test eregi_replace() function : error conditions - wrong number of args [ext/ereg/tests/eregi_replace_error_001.phpt] 
       
  5656 TEST 2845/11096 [ext/ereg/tests/eregi_replace_error_002.phpt]
       
  5657 PASS Test eregi_replace() function : error conditions - bad regular expressions [ext/ereg/tests/eregi_replace_error_002.phpt] 
       
  5658 TEST 2846/11096 [ext/ereg/tests/eregi_replace_variation_001.phpt]
       
  5659 PASS Test eregi_replace() function : usage variations - unexpected type arg 1 [ext/ereg/tests/eregi_replace_variation_001.phpt] 
       
  5660 TEST 2847/11096 [ext/ereg/tests/eregi_replace_variation_002.phpt]
       
  5661 PASS Test eregi_replace() function : usage variations  - unexpected type arg 2 [ext/ereg/tests/eregi_replace_variation_002.phpt] 
       
  5662 TEST 2848/11096 [ext/ereg/tests/eregi_replace_variation_003.phpt]
       
  5663 PASS Test eregi_replace() function : usage variations - unexpected type arg 3 [ext/ereg/tests/eregi_replace_variation_003.phpt] 
       
  5664 TEST 2849/11096 [ext/ereg/tests/eregi_variation_001.phpt]
       
  5665 PASS Test eregi() function : usage variations  - unexpected type arg 1 [ext/ereg/tests/eregi_variation_001.phpt] 
       
  5666 TEST 2850/11096 [ext/ereg/tests/eregi_variation_002.phpt]
       
  5667 PASS Test eregi() function : usage variations  - unexpected type arg 2 [ext/ereg/tests/eregi_variation_002.phpt] 
       
  5668 TEST 2851/11096 [ext/ereg/tests/eregi_variation_003.phpt]
       
  5669 PASS Test eregi() function : usage variations  - unexpected type for arg 3 [ext/ereg/tests/eregi_variation_003.phpt] 
       
  5670 TEST 2852/11096 [ext/ereg/tests/eregi_variation_004.phpt]
       
  5671 PASS Test eregi() function : usage variations - pass non-variable as arg 3, which is pass-by-ref. [ext/ereg/tests/eregi_variation_004.phpt] 
       
  5672 TEST 2853/11096 [ext/ereg/tests/split_basic_001.phpt]
       
  5673 PASS Test split() function : basic functionality - test a number of simple split, specifying a limit [ext/ereg/tests/split_basic_001.phpt] 
       
  5674 TEST 2854/11096 [ext/ereg/tests/split_basic_002.phpt]
       
  5675 PASS Test split() function : basic functionality - test a number of simple split, without specifying a limit [ext/ereg/tests/split_basic_002.phpt] 
       
  5676 TEST 2855/11096 [ext/ereg/tests/split_basic_003.phpt]
       
  5677 PASS Test split() function : basic functionality - a few non-matches [ext/ereg/tests/split_basic_003.phpt] 
       
  5678 TEST 2856/11096 [ext/ereg/tests/split_error_001.phpt]
       
  5679 PASS Test split() function : error conditions - wrong number of args [ext/ereg/tests/split_error_001.phpt] 
       
  5680 TEST 2857/11096 [ext/ereg/tests/split_error_002.phpt]
       
  5681 PASS Test split() function : error conditions - test bad regular expressions [ext/ereg/tests/split_error_002.phpt] 
       
  5682 TEST 2858/11096 [ext/ereg/tests/split_variation_001.phpt]
       
  5683 PASS Test split() function : usage variations  - unexpected type for arg 1 [ext/ereg/tests/split_variation_001.phpt] 
       
  5684 TEST 2859/11096 [ext/ereg/tests/split_variation_002.phpt]
       
  5685 PASS Test split() function : usage variations  - unexpected type for arg 2 [ext/ereg/tests/split_variation_002.phpt] 
       
  5686 TEST 2860/11096 [ext/ereg/tests/split_variation_003.phpt]
       
  5687 PASS Test split() function : usage variations  - unexpected type for arg 3 [ext/ereg/tests/split_variation_003.phpt] 
       
  5688 TEST 2861/11096 [ext/ereg/tests/split_variation_004.phpt]
       
  5689 FAIL Test split() function : usage variations  - out-of-range values for limit [ext/ereg/tests/split_variation_004.phpt] 
       
  5690 TEST 2862/11096 [ext/ereg/tests/spliti_basic_001.phpt]
       
  5691 PASS Test spliti() function : basic functionality - test a number of simple spliti, specifying a limit [ext/ereg/tests/spliti_basic_001.phpt] 
       
  5692 TEST 2863/11096 [ext/ereg/tests/spliti_basic_002.phpt]
       
  5693 PASS Test spliti() function : basic functionality - test a number of simple spliti, without specifying a limit [ext/ereg/tests/spliti_basic_002.phpt] 
       
  5694 TEST 2864/11096 [ext/ereg/tests/spliti_basic_003.phpt]
       
  5695 PASS Test spliti() function : basic functionality - a few non-matches [ext/ereg/tests/spliti_basic_003.phpt] 
       
  5696 TEST 2865/11096 [ext/ereg/tests/spliti_basic_004.phpt]
       
  5697 PASS Test spliti() function : basic functionality - confirm case insensitivity [ext/ereg/tests/spliti_basic_004.phpt] 
       
  5698 TEST 2866/11096 [ext/ereg/tests/spliti_error_001.phpt]
       
  5699 PASS Test spliti() function : error conditions - wrong number of args [ext/ereg/tests/spliti_error_001.phpt] 
       
  5700 TEST 2867/11096 [ext/ereg/tests/spliti_error_002.phpt]
       
  5701 PASS Test spliti() function : error conditions - test bad regular expressions [ext/ereg/tests/spliti_error_002.phpt] 
       
  5702 TEST 2868/11096 [ext/ereg/tests/spliti_variation_001.phpt]
       
  5703 PASS Test spliti() function : usage variations  - unexpected type for arg 1 [ext/ereg/tests/spliti_variation_001.phpt] 
       
  5704 TEST 2869/11096 [ext/ereg/tests/spliti_variation_002.phpt]
       
  5705 PASS Test spliti() function : usage variations  - unexpected type for arg 2 [ext/ereg/tests/spliti_variation_002.phpt] 
       
  5706 TEST 2870/11096 [ext/ereg/tests/spliti_variation_003.phpt]
       
  5707 PASS Test spliti() function : usage variations  - unexpected type for arg 3 [ext/ereg/tests/spliti_variation_003.phpt] 
       
  5708 TEST 2871/11096 [ext/ereg/tests/spliti_variation_004.phpt]
       
  5709 FAIL Test spliti() function : usage variations  - out-of-range values for limit [ext/ereg/tests/spliti_variation_004.phpt] 
       
  5710 TEST 2872/11096 [ext/ereg/tests/sql_regcase_basic_001.phpt]
       
  5711 PASS Test sql_regcase() function : basic functionality [ext/ereg/tests/sql_regcase_basic_001.phpt] 
       
  5712 TEST 2873/11096 [ext/ereg/tests/sql_regcase_error_001.phpt]
       
  5713 PASS Test sql_regcase() function : error conditions [ext/ereg/tests/sql_regcase_error_001.phpt] 
       
  5714 TEST 2874/11096 [ext/ereg/tests/sql_regcase_variation_001.phpt]
       
  5715 PASS Test sql_regcase() function : usage variations  - unexpected arg type [ext/ereg/tests/sql_regcase_variation_001.phpt] 
       
  5716 TEST 2875/11096 [ext/exif/tests/bug34704.phpt]
       
  5717 PASS Bug #34704 (Infinite recursion due to corrupt JPEG) [ext/exif/tests/bug34704.phpt] 
       
  5718 TEST 2876/11096 [ext/exif/tests/bug48378.phpt]
       
  5719 PASS Bug #48378 (Infinite recursion due to corrupt JPEG) [ext/exif/tests/bug48378.phpt] 
       
  5720 TEST 2877/11096 [ext/exif/tests/bug54002.phpt]
       
  5721 PASS Bug #54002 (crash on crafted tag) [ext/exif/tests/bug54002.phpt] 
       
  5722 TEST 2878/11096 [ext/exif/tests/bug60150.phpt]
       
  5723 PASS Bug #60150 (Integer overflow during the parsing of invalid exif header) [ext/exif/tests/bug60150.phpt] 
       
  5724 TEST 2879/11096 [ext/exif/tests/exif000.phpt]
       
  5725 PASS Check for exif_read_data default behaviour [ext/exif/tests/exif000.phpt] 
       
  5726 TEST 2880/11096 [ext/exif/tests/exif001.phpt]
       
  5727 PASS Check for exif_read_data [ext/exif/tests/exif001.phpt] 
       
  5728 TEST 2881/11096 [ext/exif/tests/exif002.phpt]
       
  5729 PASS Check for exif_thumbnail [ext/exif/tests/exif002.phpt] 
       
  5730 TEST 2882/11096 [ext/exif/tests/exif003.phpt]
       
  5731 PASS Check for exif_read_data, Unicode user comment [ext/exif/tests/exif003.phpt] 
       
  5732 TEST 2883/11096 [ext/exif/tests/exif004.phpt]
       
  5733 PASS Check for exif_read_data, Unicode WinXP tags [ext/exif/tests/exif004.phpt] 
       
  5734 TEST 2884/11096 [ext/exif/tests/exif005.phpt]
       
  5735 PASS Check for exif_read_data, unusual IFD start [ext/exif/tests/exif005.phpt] 
       
  5736 TEST 2885/11096 [ext/exif/tests/exif006.phpt]
       
  5737 PASS Check for exif_read_data, magic_quotes_runtime [ext/exif/tests/exif006.phpt] 
       
  5738 TEST 2886/11096 [ext/exif/tests/exif007.phpt]
       
  5739 PASS Check for exif_read_data, baseline JPEG with no IFD, EXIF, GPS or Interoperability data in Intel byte-order. [ext/exif/tests/exif007.phpt] 
       
  5740 TEST 2887/11096 [ext/exif/tests/exif008.phpt]
       
  5741 PASS Check for exif_read_data, JPEG with IFD data in Intel byte-order. [ext/exif/tests/exif008.phpt] 
       
  5742 TEST 2888/11096 [ext/exif/tests/exif009.phpt]
       
  5743 PASS Check for exif_read_data, JPEG with IFD data in Motorola byte-order. [ext/exif/tests/exif009.phpt] 
       
  5744 TEST 2889/11096 [ext/exif/tests/exif010.phpt]
       
  5745 PASS Check for exif_read_data, JPEG with IFD and EXIF data in Intel byte-order. [ext/exif/tests/exif010.phpt] 
       
  5746 TEST 2890/11096 [ext/exif/tests/exif011.phpt]
       
  5747 PASS Check for exif_read_data, JPEG with IFD and EXIF data in Motorola byte-order. [ext/exif/tests/exif011.phpt] 
       
  5748 TEST 2891/11096 [ext/exif/tests/exif012.phpt]
       
  5749 PASS Check for exif_read_data, JPEG with IFD and GPS data in Intel byte-order. [ext/exif/tests/exif012.phpt] 
       
  5750 TEST 2892/11096 [ext/exif/tests/exif013.phpt]
       
  5751 PASS Check for exif_read_data, JPEG with IFD and GPS data in Motorola byte-order. [ext/exif/tests/exif013.phpt] 
       
  5752 TEST 2893/11096 [ext/exif/tests/exif014.phpt]
       
  5753 PASS Check for exif_read_data, JPEG with IFD, EXIF and GPS data in Intel byte-order. [ext/exif/tests/exif014.phpt] 
       
  5754 TEST 2894/11096 [ext/exif/tests/exif015.phpt]
       
  5755 PASS Check for exif_read_data, JPEG with IFD, EXIF and GPS data in Motorola byte-order. [ext/exif/tests/exif015.phpt] 
       
  5756 TEST 2895/11096 [ext/exif/tests/exif016.phpt]
       
  5757 PASS Check for exif_read_data, TIFF with IFD data in Intel byte-order. [ext/exif/tests/exif016.phpt] 
       
  5758 TEST 2896/11096 [ext/exif/tests/exif017.phpt]
       
  5759 PASS Check for exif_read_data, TIFF with IFD data in Motorola byte-order. [ext/exif/tests/exif017.phpt] 
       
  5760 TEST 2897/11096 [ext/exif/tests/exif018.phpt]
       
  5761 PASS Check for exif_read_data, TIFF with IFD and EXIF data in Intel byte-order. [ext/exif/tests/exif018.phpt] 
       
  5762 TEST 2898/11096 [ext/exif/tests/exif020.phpt]
       
  5763 PASS Check for exif_read_data, TIFF with IFD and GPS data in Intel byte-order. [ext/exif/tests/exif020.phpt] 
       
  5764 TEST 2899/11096 [ext/exif/tests/exif021.phpt]
       
  5765 PASS Check for exif_read_data, TIFF with IFD and GPS data in Motorola byte-order. [ext/exif/tests/exif021.phpt] 
       
  5766 TEST 2900/11096 [ext/exif/tests/exif022.phpt]
       
  5767 PASS Check for exif_read_data, TIFF with IFD, EXIF and GPS data in Intel byte-order. [ext/exif/tests/exif022.phpt] 
       
  5768 TEST 2901/11096 [ext/exif/tests/exif023.phpt]
       
  5769 PASS Check for exif_read_data, TIFF with IFD, EXIF and GPS data in Motorola byte-order. [ext/exif/tests/exif023.phpt] 
       
  5770 TEST 2902/11096 [ext/exif/tests/exif024.phpt]
       
  5771 PASS Check for exif_read_data, JPEG with IFD0, EXIF, INTEROP data in Intel byte-order. [ext/exif/tests/exif024.phpt] 
       
  5772 TEST 2903/11096 [ext/exif/tests/exif025.phpt]
       
  5773 PASS Check for exif_read_data, JPEG with IFD0, EXIF, INTEROP data in Motorola byte-order. [ext/exif/tests/exif025.phpt] 
       
  5774 TEST 2904/11096 [ext/exif/tests/exif026.phpt]
       
  5775 PASS Check for exif_read_data, TIFF with IFD0, EXIF, INTEROP data in Intel byte-order. [ext/exif/tests/exif026.phpt] 
       
  5776 TEST 2905/11096 [ext/exif/tests/exif027.phpt]
       
  5777 PASS Check for exif_read_data, TIFF with IFD0, EXIF, INTEROP data in Motorola byte-order. [ext/exif/tests/exif027.phpt] 
       
  5778 TEST 2906/11096 [ext/exif/tests/exif_imagetype_basic.phpt]
       
  5779 PASS Check for exif_imagetype default behaviour [ext/exif/tests/exif_imagetype_basic.phpt] 
       
  5780 TEST 2907/11096 [ext/exif/tests/exif_imagetype_error.phpt]
       
  5781 PASS Test exif_imagetype() function : error conditions [ext/exif/tests/exif_imagetype_error.phpt] 
       
  5782 TEST 2908/11096 [ext/exif/tests/exif_imagetype_variation1.phpt]
       
  5783 PASS Test exif_imagetype() function : usage variations  - different types for filename argument [ext/exif/tests/exif_imagetype_variation1.phpt] 
       
  5784 TEST 2909/11096 [ext/exif/tests/exif_read_exif_data_basic.phpt]
       
  5785 PASS Check for read_exif_data default behaviour [ext/exif/tests/exif_read_exif_data_basic.phpt] 
       
  5786 TEST 2910/11096 [ext/exif/tests/exif_tagname_basic.phpt]
       
  5787 PASS Test exif_tagname() function : basic functionality [ext/exif/tests/exif_tagname_basic.phpt] 
       
  5788 TEST 2911/11096 [ext/exif/tests/exif_tagname_error.phpt]
       
  5789 PASS Test exif_tagname() function : error conditions [ext/exif/tests/exif_tagname_error.phpt] 
       
  5790 TEST 2912/11096 [ext/exif/tests/exif_tagname_variation1.phpt]
       
  5791 PASS Test exif_tagname() function : usage variations  - different types for index argument [ext/exif/tests/exif_tagname_variation1.phpt] 
       
  5792 TEST 2913/11096 [ext/fileinfo/tests/bug61173.phpt]
       
  5793 PASS Bug #61173: Unable to detect error from finfo constructor [ext/fileinfo/tests/bug61173.phpt] 
       
  5794 TEST 2914/11096 [ext/fileinfo/tests/bug61964.phpt]
       
  5795 PASS Bug #61964 (finfo_open with directory cause invalid free) [ext/fileinfo/tests/bug61964.phpt] 
       
  5796 TEST 2915/11096 [ext/fileinfo/tests/bug68735.phpt]
       
  5797 FAIL Bug #68735 fileinfo out-of-bounds memory access [ext/fileinfo/tests/bug68735.phpt] 
       
  5798 TEST 2916/11096 [ext/fileinfo/tests/cve-2014-1943.phpt]
       
  5799 FAIL Bug #66731: file: infinite recursion [ext/fileinfo/tests/cve-2014-1943.phpt] 
       
  5800 TEST 2917/11096 [ext/fileinfo/tests/finfo_buffer_basic.phpt]
       
  5801 PASS Test finfo_buffer() function : basic functionality [ext/fileinfo/tests/finfo_buffer_basic.phpt] 
       
  5802 TEST 2918/11096 [ext/fileinfo/tests/finfo_buffer_error.phpt]
       
  5803 PASS Test finfo_buffer() function : error conditions [ext/fileinfo/tests/finfo_buffer_error.phpt] 
       
  5804 TEST 2919/11096 [ext/fileinfo/tests/finfo_buffer_variation1.phpt]
       
  5805 PASS Test finfo_buffer() function : basic functionality [ext/fileinfo/tests/finfo_buffer_variation1.phpt] 
       
  5806 TEST 2920/11096 [ext/fileinfo/tests/finfo_close_basic.phpt]
       
  5807 PASS Test finfo_close() function : basic functionality [ext/fileinfo/tests/finfo_close_basic.phpt] 
       
  5808 TEST 2921/11096 [ext/fileinfo/tests/finfo_close_error.phpt]
       
  5809 PASS Test finfo_close() function : error conditions [ext/fileinfo/tests/finfo_close_error.phpt] 
       
  5810 TEST 2922/11096 [ext/fileinfo/tests/finfo_file_001.phpt]
       
  5811 PASS finfo_file(): Testing file names [ext/fileinfo/tests/finfo_file_001.phpt] 
       
  5812 TEST 2923/11096 [ext/fileinfo/tests/finfo_file_002.phpt]
       
  5813 FAIL finfo_file(): Testing mime types [ext/fileinfo/tests/finfo_file_002.phpt] 
       
  5814 TEST 2924/11096 [ext/fileinfo/tests/finfo_file_basic.phpt]
       
  5815 PASS Test finfo_file() function : basic functionality [ext/fileinfo/tests/finfo_file_basic.phpt] 
       
  5816 TEST 2925/11096 [ext/fileinfo/tests/finfo_file_regex.phpt]
       
  5817 PASS Test finfo_file() function : regex rules [ext/fileinfo/tests/finfo_file_regex.phpt] 
       
  5818 TEST 2926/11096 [ext/fileinfo/tests/finfo_file_stream_001.phpt]
       
  5819 PASS finfo_file(): Files and directories inside an stream [ext/fileinfo/tests/finfo_file_stream_001.phpt] 
       
  5820 TEST 2927/11096 [ext/fileinfo/tests/finfo_open_001.phpt]
       
  5821 PASS finfo_open(): Testing magic_file names [ext/fileinfo/tests/finfo_open_001.phpt] 
       
  5822 TEST 2928/11096 [ext/fileinfo/tests/finfo_open_002.phpt]
       
  5823 PASS FileInfo - Calling the constructor twice [ext/fileinfo/tests/finfo_open_002.phpt] 
       
  5824 TEST 2929/11096 [ext/fileinfo/tests/finfo_open_basic.phpt]
       
  5825 PASS Test finfo_open() function : basic functionality [ext/fileinfo/tests/finfo_open_basic.phpt] 
       
  5826 TEST 2930/11096 [ext/fileinfo/tests/finfo_open_error.phpt]
       
  5827 PASS Test finfo_open() function : error functionality [ext/fileinfo/tests/finfo_open_error.phpt] 
       
  5828 TEST 2931/11096 [ext/fileinfo/tests/finfo_open_variation1.phpt]
       
  5829 PASS Test finfo_open() function : variations in opening [ext/fileinfo/tests/finfo_open_variation1.phpt] 
       
  5830 TEST 2932/11096 [ext/fileinfo/tests/finfo_phpinfo_basic.phpt]
       
  5831 PASS Test finfo extention : loading into phpinfo() [ext/fileinfo/tests/finfo_phpinfo_basic.phpt] 
       
  5832 TEST 2933/11096 [ext/fileinfo/tests/finfo_set_flags_basic.phpt]
       
  5833 PASS Test finfo_set_flags() function : basic functionality [ext/fileinfo/tests/finfo_set_flags_basic.phpt] 
       
  5834 TEST 2934/11096 [ext/fileinfo/tests/mime_content_type_001.phpt]
       
  5835 PASS mime_content_type(): Testing wrong parameters [ext/fileinfo/tests/mime_content_type_001.phpt] 
       
  5836 TEST 2935/11096 [ext/fileinfo/tests/mime_content_type_002.phpt]
       
  5837 PASS mime_content_type(): Testing parameter [ext/fileinfo/tests/mime_content_type_002.phpt] 
       
  5838 SKIP Simple GET test [ext/filter/tests/001.phpt] reason: CGI not available
       
  5839 SKIP GET test with 2 values and an empty one [ext/filter/tests/002.phpt] reason: CGI not available
       
  5840 SKIP GET/POST/REQUEST Test [ext/filter/tests/003.phpt] reason: CGI not available
       
  5841 SKIP GET/POST/REQUEST Test with filtered data [ext/filter/tests/004.phpt] reason: CGI not available
       
  5842 SKIP GET/REQUEST Test with fifa example data [ext/filter/tests/005.phpt] reason: CGI not available
       
  5843 SKIP filter() test [ext/filter/tests/006.phpt] reason: CGI not available
       
  5844 SKIP filter_has_var() [ext/filter/tests/007.phpt] reason: CGI not available
       
  5845 TEST 2943/11096 [ext/filter/tests/008.phpt]
       
  5846 PASS filter_list() [ext/filter/tests/008.phpt] 
       
  5847 TEST 2944/11096 [ext/filter/tests/009.phpt]
       
  5848 PASS filter_id() [ext/filter/tests/009.phpt] 
       
  5849 TEST 2945/11096 [ext/filter/tests/010.phpt]
       
  5850 PASS filter_var() [ext/filter/tests/010.phpt] 
       
  5851 SKIP input_get() [ext/filter/tests/011.phpt] reason: CGI not available
       
  5852 TEST 2947/11096 [ext/filter/tests/012.phpt]
       
  5853 PASS filter_input() [ext/filter/tests/012.phpt] 
       
  5854 TEST 2948/11096 [ext/filter/tests/013.phpt]
       
  5855 PASS filter_var() and flags [ext/filter/tests/013.phpt] 
       
  5856 TEST 2949/11096 [ext/filter/tests/014.phpt]
       
  5857 PASS filter_var() and FILTER_VALIDATE_BOOLEAN [ext/filter/tests/014.phpt] 
       
  5858 TEST 2950/11096 [ext/filter/tests/015.phpt]
       
  5859 PASS filter_var() and FILTER_VALIDATE_URL [ext/filter/tests/015.phpt] 
       
  5860 TEST 2951/11096 [ext/filter/tests/016.phpt]
       
  5861 PASS filter_var() and FILTER_VALIDATE_EMAIL [ext/filter/tests/016.phpt] 
       
  5862 TEST 2952/11096 [ext/filter/tests/017.phpt]
       
  5863 PASS filter_var() and FILTER_VALIDATE_REGEXP [ext/filter/tests/017.phpt] 
       
  5864 TEST 2953/11096 [ext/filter/tests/018.phpt]
       
  5865 PASS filter_var() and FILTER_VALIDATE_IP [ext/filter/tests/018.phpt] 
       
  5866 TEST 2954/11096 [ext/filter/tests/019.phpt]
       
  5867 PASS filter_var() & FILTER_VALIDATE_IP and weird data [ext/filter/tests/019.phpt] 
       
  5868 TEST 2955/11096 [ext/filter/tests/020.phpt]
       
  5869 PASS filter_var() and FILTER_SANITIZE_MAGIC_QUOTES [ext/filter/tests/020.phpt] 
       
  5870 TEST 2956/11096 [ext/filter/tests/021.phpt]
       
  5871 PASS filter_var() and FILTER_SANITIZE_NUMBER_* [ext/filter/tests/021.phpt] 
       
  5872 TEST 2957/11096 [ext/filter/tests/022.phpt]
       
  5873 PASS filter_var() and FILTER_SANITIZE_EMAIL [ext/filter/tests/022.phpt] 
       
  5874 TEST 2958/11096 [ext/filter/tests/023.phpt]
       
  5875 PASS filter_var() and FILTER_UNSAFE_RAW [ext/filter/tests/023.phpt] 
       
  5876 TEST 2959/11096 [ext/filter/tests/024.phpt]
       
  5877 PASS filter_var() and FILTER_SANITIZE_ENCODED [ext/filter/tests/024.phpt] 
       
  5878 TEST 2960/11096 [ext/filter/tests/025.phpt]
       
  5879 PASS filter_var() and FILTER_SANITIZE_STRING [ext/filter/tests/025.phpt] 
       
  5880 TEST 2961/11096 [ext/filter/tests/026.phpt]
       
  5881 PASS filter_var() and FILTER_SANITIZE_STRIPPED [ext/filter/tests/026.phpt] 
       
  5882 TEST 2962/11096 [ext/filter/tests/027.phpt]
       
  5883 PASS filter_var() and FILTER_SANITIZE_ENCODED [ext/filter/tests/027.phpt] 
       
  5884 TEST 2963/11096 [ext/filter/tests/028.phpt]
       
  5885 PASS filter_var() and FILTER_SANITIZE_SPECIAL_CHARS [ext/filter/tests/028.phpt] 
       
  5886 TEST 2964/11096 [ext/filter/tests/029.phpt]
       
  5887 PASS filter_var() and FILTER_CALLBACK [ext/filter/tests/029.phpt] 
       
  5888 TEST 2965/11096 [ext/filter/tests/030.phpt]
       
  5889 PASS filter_var() and IPv6 [ext/filter/tests/030.phpt] 
       
  5890 TEST 2966/11096 [ext/filter/tests/031.phpt]
       
  5891 PASS filter_var() and FLOAT [ext/filter/tests/031.phpt] 
       
  5892 TEST 2967/11096 [ext/filter/tests/032.phpt]
       
  5893 PASS input_get_args() [ext/filter/tests/032.phpt] 
       
  5894 TEST 2968/11096 [ext/filter/tests/033.phpt]
       
  5895 PASS Test all filters returned by filter_list() [ext/filter/tests/033.phpt] 
       
  5896 TEST 2969/11096 [ext/filter/tests/034.phpt]
       
  5897 PASS Logical filter: boolean [ext/filter/tests/034.phpt] 
       
  5898 SKIP GET/POST/REQUEST Test with input_filter [ext/filter/tests/035.phpt] reason: CGI not available
       
  5899 TEST 2971/11096 [ext/filter/tests/036.phpt]
       
  5900 PASS input_get_args() and references [ext/filter/tests/036.phpt] 
       
  5901 SKIP GET and data callback tests [ext/filter/tests/037.phpt] reason: CGI not available
       
  5902 TEST 2973/11096 [ext/filter/tests/038.phpt]
       
  5903 PASS Test scalar, array [ext/filter/tests/038.phpt] 
       
  5904 TEST 2974/11096 [ext/filter/tests/039.phpt]
       
  5905 PASS filter_var_array() and different arguments [ext/filter/tests/039.phpt] 
       
  5906 SKIP filter_has_var() tests [ext/filter/tests/040.phpt] reason: CGI not available
       
  5907 SKIP COOKIE multiple cookie test [ext/filter/tests/041.phpt] reason: CGI not available
       
  5908 TEST 2977/11096 [ext/filter/tests/042.phpt]
       
  5909 PASS Combination of strip & sanitize filters [ext/filter/tests/042.phpt] 
       
  5910 TEST 2978/11096 [ext/filter/tests/043.phpt]
       
  5911 PASS Character encoding test [ext/filter/tests/043.phpt] 
       
  5912 TEST 2979/11096 [ext/filter/tests/044.phpt]
       
  5913 PASS Integer validation with spaces [ext/filter/tests/044.phpt] 
       
  5914 TEST 2980/11096 [ext/filter/tests/045.phpt]
       
  5915 PASS Options must not be changed by filter_var() [ext/filter/tests/045.phpt] 
       
  5916 TEST 2981/11096 [ext/filter/tests/046.phpt]
       
  5917 PASS Integer overflow [ext/filter/tests/046.phpt] 
       
  5918 TEST 2982/11096 [ext/filter/tests/047.phpt]
       
  5919 PASS Octal integer overflow [ext/filter/tests/047.phpt] 
       
  5920 TEST 2983/11096 [ext/filter/tests/048.phpt]
       
  5921 PASS Hex integer overflow [ext/filter/tests/048.phpt] 
       
  5922 TEST 2984/11096 [ext/filter/tests/049.phpt]
       
  5923 PASS filter_var() and doubles with thousend separators [ext/filter/tests/049.phpt] 
       
  5924 TEST 2985/11096 [ext/filter/tests/050.phpt]
       
  5925 PASS filter_var() and double overflow/underflow [ext/filter/tests/050.phpt] 
       
  5926 TEST 2986/11096 [ext/filter/tests/051.phpt]
       
  5927 PASS filter_var() and default values [ext/filter/tests/051.phpt] 
       
  5928 TEST 2987/11096 [ext/filter/tests/052.phpt]
       
  5929 PASS filter_var() / filter_var_array() and passed data integrity [ext/filter/tests/052.phpt] 
       
  5930 TEST 2988/11096 [ext/filter/tests/053.phpt]
       
  5931 PASS filter_var() - using callback [ext/filter/tests/053.phpt] 
       
  5932 TEST 2989/11096 [ext/filter/tests/054.phpt]
       
  5933 PASS filter_var_array() - using the add_empty option [ext/filter/tests/054.phpt] 
       
  5934 TEST 2990/11096 [ext/filter/tests/PMOPB45.phpt]
       
  5935 PASS PMOPB-45-2007:PHP ext/filter Email Validation Vulnerability [ext/filter/tests/PMOPB45.phpt] 
       
  5936 TEST 2991/11096 [ext/filter/tests/bug39763.phpt]
       
  5937 PASS Bug #39763 (filter applies magic_quotes twice in parse_str()) [ext/filter/tests/bug39763.phpt] 
       
  5938 TEST 2992/11096 [ext/filter/tests/bug39846.phpt]
       
  5939 PASS Bug #39846 (ipv4 trailing data validation) [ext/filter/tests/bug39846.phpt] 
       
  5940 SKIP Bug #42718 - 2 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718-2.phpt] reason: CGI not available
       
  5941 SKIP Bug #42718 (unsafe_raw filter not applied when configured as default filter) [ext/filter/tests/bug42718.phpt] reason: CGI not available
       
  5942 TEST 2995/11096 [ext/filter/tests/bug44445.phpt]
       
  5943 PASS Bug #44445 (email validator does not handle domains starting/ending with a -) [ext/filter/tests/bug44445.phpt] 
       
  5944 TEST 2996/11096 [ext/filter/tests/bug44779.phpt]
       
  5945 PASS Bug #44779 (filter returns NULL in CLI when it shouldn't) [ext/filter/tests/bug44779.phpt] 
       
  5946 TEST 2997/11096 [ext/filter/tests/bug46973.phpt]
       
  5947 PASS Bug #46973 (IPv6 address filter rejects valid address) [ext/filter/tests/bug46973.phpt] 
       
  5948 TEST 2998/11096 [ext/filter/tests/bug47435.phpt]
       
  5949 PASS Bug #47435 (FILTER_FLAG_NO_PRIV_RANGE and FILTER_FLAG_NO_RES_RANGE don't work with ipv6) [ext/filter/tests/bug47435.phpt] 
       
  5950 TEST 2999/11096 [ext/filter/tests/bug47745.phpt]
       
  5951 PASS Bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer) [ext/filter/tests/bug47745.phpt] 
       
  5952 TEST 3000/11096 [ext/filter/tests/bug48762.phpt]
       
  5953 PASS Bug #48762 (IPv6 address filter still rejects valid address) [ext/filter/tests/bug48762.phpt] 
       
  5954 TEST 3001/11096 [ext/filter/tests/bug49274.phpt]
       
  5955 PASS #49274, fatal error when an object does not implement toString [ext/filter/tests/bug49274.phpt] 
       
  5956 TEST 3002/11096 [ext/filter/tests/bug50158.phpt]
       
  5957 PASS Bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containing = or ?) [ext/filter/tests/bug50158.phpt] 
       
  5958 TEST 3003/11096 [ext/filter/tests/bug50632.phpt]
       
  5959 PASS bug 50632, filter_input() does not return default value if the variable does not exist [ext/filter/tests/bug50632.phpt] 
       
  5960 TEST 3004/11096 [ext/filter/tests/bug51192.phpt]
       
  5961 PASS bug 51192, FILTER_VALIDATE_URL will invalidate a hostname that includes '-' [ext/filter/tests/bug51192.phpt] 
       
  5962 TEST 3005/11096 [ext/filter/tests/bug52209.phpt]
       
  5963 SKIP Bug #52209 (INPUT_ENV returns NULL for set variables (CLI)) [ext/filter/tests/bug52209.phpt] 
       
  5964 TEST 3006/11096 [ext/filter/tests/bug52929.phpt]
       
  5965 PASS Bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data) [ext/filter/tests/bug52929.phpt] 
       
  5966 TEST 3007/11096 [ext/filter/tests/bug53037.phpt]
       
  5967 PASS Bug #53037 (FILTER_FLAG_EMPTY_STRING_NULL is not implemented) [ext/filter/tests/bug53037.phpt] 
       
  5968 TEST 3008/11096 [ext/filter/tests/bug53150.phpt]
       
  5969 PASS Bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges) [ext/filter/tests/bug53150.phpt] 
       
  5970 TEST 3009/11096 [ext/filter/tests/bug55478.phpt]
       
  5971 PASS Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized domain name addresses containing >1 -) [ext/filter/tests/bug55478.phpt] 
       
  5972 TEST 3010/11096 [ext/filter/tests/bug7586.phpt]
       
  5973 PASS input_get_args() filter not reseted between elements [ext/filter/tests/bug7586.phpt] 
       
  5974 TEST 3011/11096 [ext/filter/tests/bug7715.phpt]
       
  5975 PASS bug 7715, floats value with integer or incomplete input [ext/filter/tests/bug7715.phpt] 
       
  5976 TEST 3012/11096 [ext/filter/tests/bug7733.phpt]
       
  5977 PASS filter_data() Float exponential weird result [ext/filter/tests/bug7733.phpt] 
       
  5978 TEST 3013/11096 [ext/filter/tests/bug8315.phpt]
       
  5979 PASS bug 8315, NULL values halt the validation [ext/filter/tests/bug8315.phpt] 
       
  5980 TEST 3014/11096 [ext/filter/tests/callback_closure.phpt]
       
  5981 PASS callback function is a closure [ext/filter/tests/callback_closure.phpt] 
       
  5982 TEST 3015/11096 [ext/filter/tests/callback_non_modified_var.phpt]
       
  5983 PASS callback function returns non modified value [ext/filter/tests/callback_non_modified_var.phpt] 
       
  5984 TEST 3016/11096 [ext/filter/tests/filter_data.phpt]
       
  5985 PASS Simple filter_var() tests [ext/filter/tests/filter_data.phpt] 
       
  5986 TEST 3017/11096 [ext/ftp/tests/001.phpt]
       
  5987 PASS FTP login [ext/ftp/tests/001.phpt] 
       
  5988 TEST 3018/11096 [ext/ftp/tests/002.phpt]
       
  5989 PASS FTP login (SSL) [ext/ftp/tests/002.phpt] 
       
  5990 TEST 3019/11096 [ext/ftp/tests/003.phpt]
       
  5991 PASS FTP cwd [ext/ftp/tests/003.phpt] 
       
  5992 TEST 3020/11096 [ext/ftp/tests/004.phpt]
       
  5993 PASS FTP with bogus parameters [ext/ftp/tests/004.phpt] 
       
  5994 TEST 3021/11096 [ext/ftp/tests/005.phpt]
       
  5995 PASS FTP with bogus server responses [ext/ftp/tests/005.phpt] 
       
  5996 TEST 3022/11096 [ext/ftp/tests/006.phpt]
       
  5997 PASS FTP with bogus parameters [ext/ftp/tests/006.phpt] 
       
  5998 TEST 3023/11096 [ext/ftp/tests/bug27809.phpt]
       
  5999 PASS Bug #27809 (ftp_systype returns null) [ext/ftp/tests/bug27809.phpt] 
       
  6000 TEST 3024/11096 [ext/ftp/tests/bug37799.phpt]
       
  6001 FAIL Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection) [ext/ftp/tests/bug37799.phpt] 
       
  6002 TEST 3025/11096 [ext/ftp/tests/bug39458-2.phpt]
       
  6003 PASS Bug #39458 (ftp_nlist() returns false on empty directories (other server behaviour)) [ext/ftp/tests/bug39458-2.phpt] 
       
  6004 TEST 3026/11096 [ext/ftp/tests/bug39458.phpt]
       
  6005 PASS Bug #39458 (ftp_nlist() returns false on empty directories) [ext/ftp/tests/bug39458.phpt] 
       
  6006 TEST 3027/11096 [ext/ftp/tests/bug39583-2.phpt]
       
  6007 PASS Bug #39583 (FTP always transfers in binary mode) [ext/ftp/tests/bug39583-2.phpt] 
       
  6008 TEST 3028/11096 [ext/ftp/tests/bug39583.phpt]
       
  6009 PASS Bug #39583 (FTP always transfers in binary mode) [ext/ftp/tests/bug39583.phpt] 
       
  6010 TEST 3029/11096 [ext/ftp/tests/bug7216-2.phpt]
       
  6011 PASS Bug #7216 (ftp_mkdir returns nothing (2)) [ext/ftp/tests/bug7216-2.phpt] 
       
  6012 TEST 3030/11096 [ext/ftp/tests/bug7216.phpt]
       
  6013 PASS Bug #7216 (ftp_mkdir returns nothing) [ext/ftp/tests/bug7216.phpt] 
       
  6014 TEST 3031/11096 [ext/ftp/tests/ftp_alloc_basic1.phpt]
       
  6015 PASS Testing ftp_alloc returns true [ext/ftp/tests/ftp_alloc_basic1.phpt] 
       
  6016 TEST 3032/11096 [ext/ftp/tests/ftp_alloc_basic2.phpt]
       
  6017 PASS Testing ftp_alloc returns true [ext/ftp/tests/ftp_alloc_basic2.phpt] 
       
  6018 TEST 3033/11096 [ext/ftp/tests/ftp_chmod_basic.phpt]
       
  6019 PASS Testing ftp_chmod returns file mode [ext/ftp/tests/ftp_chmod_basic.phpt] 
       
  6020 TEST 3034/11096 [ext/ftp/tests/ftp_exec_basic.phpt]
       
  6021 PASS Testing ftp_exec returns true [ext/ftp/tests/ftp_exec_basic.phpt] 
       
  6022 TEST 3035/11096 [ext/ftp/tests/ftp_fget_basic.phpt]
       
  6023 PASS FTP ftp_fget file for both binary and ASCII transfer modes [ext/ftp/tests/ftp_fget_basic.phpt] 
       
  6024 TEST 3036/11096 [ext/ftp/tests/ftp_fget_basic1.phpt]
       
  6025 PASS Testing ftp_fget ignore autoresume if autoseek is switched off [ext/ftp/tests/ftp_fget_basic1.phpt] 
       
  6026 TEST 3037/11096 [ext/ftp/tests/ftp_fget_basic2.phpt]
       
  6027 PASS Testing ftp_fget autoresume [ext/ftp/tests/ftp_fget_basic2.phpt] 
       
  6028 TEST 3038/11096 [ext/ftp/tests/ftp_fget_basic3.phpt]
       
  6029 PASS Testing ftp_fget resume parameter [ext/ftp/tests/ftp_fget_basic3.phpt] 
       
  6030 TEST 3039/11096 [ext/ftp/tests/ftp_get_basic.phpt]
       
  6031 PASS FTP ftp_get file for both binary and ASCII transfer modes [ext/ftp/tests/ftp_get_basic.phpt] 
       
  6032 TEST 3040/11096 [ext/ftp/tests/ftp_mdtm_basic.phpt]
       
  6033 PASS Test the File Modification Time as described in http://tools.ietf.org/html/rfc3659#section-3.1 [ext/ftp/tests/ftp_mdtm_basic.phpt] 
       
  6034 TEST 3041/11096 [ext/ftp/tests/ftp_nb_fget_basic1.phpt]
       
  6035 PASS Testing ftp_nb_fget ignore autoresume if autoseek is switched off [ext/ftp/tests/ftp_nb_fget_basic1.phpt] 
       
  6036 TEST 3042/11096 [ext/ftp/tests/ftp_nb_fget_basic2.phpt]
       
  6037 PASS Testing ftp_nb_fget autoresume [ext/ftp/tests/ftp_nb_fget_basic2.phpt] 
       
  6038 TEST 3043/11096 [ext/ftp/tests/ftp_nb_fget_basic3.phpt]
       
  6039 PASS Testing ftp_nb_fget resume parameter [ext/ftp/tests/ftp_nb_fget_basic3.phpt] 
       
  6040 TEST 3044/11096 [ext/ftp/tests/ftp_rawlist_basic2.phpt]
       
  6041 PASS Testing ftp_rawlist returns false on server error [ext/ftp/tests/ftp_rawlist_basic2.phpt] 
       
  6042 TEST 3045/11096 [ext/ftp/tests/ftp_rmdir_basic.phpt]
       
  6043 PASS Testing ftp_rmdir returns true [ext/ftp/tests/ftp_rmdir_basic.phpt] 
       
  6044 TEST 3046/11096 [ext/gd/tests/001.phpt]
       
  6045 PASS imagecreatefrompng() and empty/missing file [ext/gd/tests/001.phpt] 
       
  6046 TEST 3047/11096 [ext/gd/tests/bug19366.phpt]
       
  6047 PASS Bug #19366 (gdimagefill() function crashes (fixed in bundled libgd)) [ext/gd/tests/bug19366.phpt] 
       
  6048 TEST 3048/11096 [ext/gd/tests/bug22544.phpt]
       
  6049 PASS Bug #22544 (TrueColor transparency in PNG images). [ext/gd/tests/bug22544.phpt] 
       
  6050 TEST 3049/11096 [ext/gd/tests/bug24155.phpt]
       
  6051 PASS Bug #24155 (gdImageRotate270 rotation problem). [ext/gd/tests/bug24155.phpt] 
       
  6052 TEST 3050/11096 [ext/gd/tests/bug24594.phpt]
       
  6053 PASS Bug #24594 (Filling an area using tiles). [ext/gd/tests/bug24594.phpt] 
       
  6054 TEST 3051/11096 [ext/gd/tests/bug27582_1.phpt]
       
  6055 PASS Bug #27582 (ImageFillToBorder() on alphablending image looses alpha on fill color) [ext/gd/tests/bug27582_1.phpt] 
       
  6056 TEST 3052/11096 [ext/gd/tests/bug28147.phpt]
       
  6057 PASS Bug #28147 (Crash with anti-aliased line) [ext/gd/tests/bug28147.phpt] 
       
  6058 TEST 3053/11096 [ext/gd/tests/bug36697.phpt]
       
  6059 PASS Bug #36697 (TrueColor transparency with GIF palette output). [ext/gd/tests/bug36697.phpt] 
       
  6060 TEST 3054/11096 [ext/gd/tests/bug37346.phpt]
       
  6061 PASS Bug #37346 (gdimagecreatefromgif, bad colormap) [ext/gd/tests/bug37346.phpt] 
       
  6062 TEST 3055/11096 [ext/gd/tests/bug37360.phpt]
       
  6063 PASS Bug #37360 (gdimagecreatefromgif, bad image sizes) [ext/gd/tests/bug37360.phpt] 
       
  6064 TEST 3056/11096 [ext/gd/tests/bug38112.phpt]
       
  6065 PASS Bug #38112 (GIF Invalid Code size ). [ext/gd/tests/bug38112.phpt] 
       
  6066 TEST 3057/11096 [ext/gd/tests/bug38179.phpt]
       
  6067 PASS Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel) [ext/gd/tests/bug38179.phpt] 
       
  6068 TEST 3058/11096 [ext/gd/tests/bug38212.phpt]
       
  6069 PASS Bug #38212 (Seg Fault on invalid imagecreatefromgd2part() parameters) [ext/gd/tests/bug38212.phpt] 
       
  6070 TEST 3059/11096 [ext/gd/tests/bug39082.phpt]
       
  6071 PASS Bug #39082 (Output image to stdout segfaults). [ext/gd/tests/bug39082.phpt] 
       
  6072 TEST 3060/11096 [ext/gd/tests/bug39273.phpt]
       
  6073 PASS Bug #37360 (gdimagecreatefromgif, bad image sizes) [ext/gd/tests/bug39273.phpt] 
       
  6074 TEST 3061/11096 [ext/gd/tests/bug39286.phpt]
       
  6075 PASS Bug #39508 (imagefill crashes with small images 3 pixels or less) [ext/gd/tests/bug39286.phpt] 
       
  6076 TEST 3062/11096 [ext/gd/tests/bug39366.phpt]
       
  6077 PASS Bug #39366 (imagerotate does not respect alpha with angles>45) [ext/gd/tests/bug39366.phpt] 
       
  6078 TEST 3063/11096 [ext/gd/tests/bug39508.phpt]
       
  6079 PASS Bug #39508 (imagefill crashes with small images 3 pixels or less) [ext/gd/tests/bug39508.phpt] 
       
  6080 TEST 3064/11096 [ext/gd/tests/bug39780.phpt]
       
  6081 PASS Bug #39780 (PNG image with CRC/data error raises a fatal error) [ext/gd/tests/bug39780.phpt] 
       
  6082 TEST 3065/11096 [ext/gd/tests/bug39780_extern.phpt]
       
  6083 SKIP Bug #39780 (PNG image with CRC/data error raises a fatal error) [ext/gd/tests/bug39780_extern.phpt] reason: requires extern GD
       
  6084 TEST 3066/11096 [ext/gd/tests/bug40764.phpt]
       
  6085 PASS Bug #40764 (line thickness not respected for horizontal and vertical lines) [ext/gd/tests/bug40764.phpt] 
       
  6086 TEST 3067/11096 [ext/gd/tests/bug41442.phpt]
       
  6087 PASS Bug #41442 (imagegd2() under output control) [ext/gd/tests/bug41442.phpt] 
       
  6088 TEST 3068/11096 [ext/gd/tests/bug42434.phpt]
       
  6089 PASS Bug #42434 (ImageLine w/ antialias = 1px shorter) [ext/gd/tests/bug42434.phpt] 
       
  6090 TEST 3069/11096 [ext/gd/tests/bug43073.phpt]
       
  6091 SKIP Bug #43073 (TrueType bounding box is wrong for angle<>0) freetype < 2.4.10 [ext/gd/tests/bug43073.phpt] reason: for freetype < 2.4.10
       
  6092 TEST 3070/11096 [ext/gd/tests/bug43073_1.phpt]
       
  6093 PASS Bug #43073 (TrueType bounding box is wrong for angle<>0) freetype >= 2.4.10 [ext/gd/tests/bug43073_1.phpt] 
       
  6094 TEST 3071/11096 [ext/gd/tests/bug43121.phpt]
       
  6095 PASS Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd) [ext/gd/tests/bug43121.phpt] 
       
  6096 TEST 3072/11096 [ext/gd/tests/bug44849.phpt]
       
  6097 PASS Bug #44849 (imagecolorclosesthwb is not available on Windows) [ext/gd/tests/bug44849.phpt] 
       
  6098 TEST 3073/11096 [ext/gd/tests/bug45799.phpt]
       
  6099 PASS Bug #45799 (imagepng() crashes on empty image). [ext/gd/tests/bug45799.phpt] 
       
  6100 TEST 3074/11096 [ext/gd/tests/bug48555.phpt]
       
  6101 PASS Bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines) [ext/gd/tests/bug48555.phpt] 
       
  6102 TEST 3075/11096 [ext/gd/tests/bug48732.phpt]
       
  6103 PASS Bug #48732 (TTF Bounding box wrong for letters below baseline) [ext/gd/tests/bug48732.phpt] 
       
  6104 TEST 3076/11096 [ext/gd/tests/bug48801.phpt]
       
  6105 SKIP Bug #48801 (Problem with imagettfbbox) freetype < 2.4.10 [ext/gd/tests/bug48801.phpt] reason: for freetype < 2.4.10
       
  6106 TEST 3077/11096 [ext/gd/tests/bug48801_1.phpt]
       
  6107 PASS Bug #48801 (Problem with imagettfbbox) freetype >= 2.4.10 [ext/gd/tests/bug48801_1.phpt] 
       
  6108 TEST 3078/11096 [ext/gd/tests/bug49600.phpt]
       
  6109 PASS Bug #49600 (imageTTFText text shifted right) [ext/gd/tests/bug49600.phpt] 
       
  6110 TEST 3079/11096 [ext/gd/tests/bug51263.phpt]
       
  6111 PASS Bug #51263 (imagettftext and rotated text uses wrong baseline) [ext/gd/tests/bug51263.phpt] 
       
  6112 TEST 3080/11096 [ext/gd/tests/bug51671.phpt]
       
  6113 PASS Bug #51671 (imagefill does not work correctly for small images) [ext/gd/tests/bug51671.phpt] 
       
  6114 TEST 3081/11096 [ext/gd/tests/bug60160.phpt]
       
  6115 PASS Bug #60160 (imagefill does not work correctly for small images) @see bug51671 [ext/gd/tests/bug60160.phpt] 
       
  6116 TEST 3082/11096 [ext/gd/tests/colorat.phpt]
       
  6117 PASS imagecolorat [ext/gd/tests/colorat.phpt] 
       
  6118 TEST 3083/11096 [ext/gd/tests/colorclosest.phpt]
       
  6119 PASS imageclosest [ext/gd/tests/colorclosest.phpt] 
       
  6120 TEST 3084/11096 [ext/gd/tests/colorexact.phpt]
       
  6121 PASS imagecolorexact [ext/gd/tests/colorexact.phpt] 
       
  6122 TEST 3085/11096 [ext/gd/tests/colormatch.phpt]
       
  6123 PASS imagecolormatch [ext/gd/tests/colormatch.phpt] 
       
  6124 TEST 3086/11096 [ext/gd/tests/colorresolve.phpt]
       
  6125 PASS imagecolorresolve [ext/gd/tests/colorresolve.phpt] 
       
  6126 TEST 3087/11096 [ext/gd/tests/copy.phpt]
       
  6127 PASS imagecopy [ext/gd/tests/copy.phpt] 
       
  6128 TEST 3088/11096 [ext/gd/tests/copypalette.phpt]
       
  6129 PASS imagepalettecopy [ext/gd/tests/copypalette.phpt] 
       
  6130 TEST 3089/11096 [ext/gd/tests/copyresized.phpt]
       
  6131 PASS imagecopyresized [ext/gd/tests/copyresized.phpt] 
       
  6132 TEST 3090/11096 [ext/gd/tests/crafted_gd2.phpt]
       
  6133 PASS Test max colors for a gd image. [ext/gd/tests/crafted_gd2.phpt] 
       
  6134 TEST 3091/11096 [ext/gd/tests/createfromgd2.phpt]
       
  6135 PASS imagecreatefromgd2 [ext/gd/tests/createfromgd2.phpt] 
       
  6136 TEST 3092/11096 [ext/gd/tests/createfromstring.phpt]
       
  6137 PASS imagecreatefromstring [ext/gd/tests/createfromstring.phpt] 
       
  6138 TEST 3093/11096 [ext/gd/tests/createfromwbmp.phpt]
       
  6139 PASS imagecreatefromwbmp [ext/gd/tests/createfromwbmp.phpt] 
       
  6140 TEST 3094/11096 [ext/gd/tests/createfromwbmp2.phpt]
       
  6141 PASS imagecreatefromwbmp with invalid wbmp [ext/gd/tests/createfromwbmp2.phpt] 
       
  6142 TEST 3095/11096 [ext/gd/tests/createfromwbmp2_extern.phpt]
       
  6143 SKIP imagecreatefromwbmp with invalid wbmp [ext/gd/tests/createfromwbmp2_extern.phpt] reason: requires extern GD
       
  6144 TEST 3096/11096 [ext/gd/tests/dashedlines.phpt]
       
  6145 PASS imageline, dashed [ext/gd/tests/dashedlines.phpt] 
       
  6146 TEST 3097/11096 [ext/gd/tests/gd_info_basic.phpt]
       
  6147 PASS gd_info() [ext/gd/tests/gd_info_basic.phpt] 
       
  6148 TEST 3098/11096 [ext/gd/tests/gd_info_error.phpt]
       
  6149 PASS Test gd_info() function : error conditions - with more than expected number of arguments [ext/gd/tests/gd_info_error.phpt] 
       
  6150 TEST 3099/11096 [ext/gd/tests/gd_info_variation1.phpt]
       
  6151 PASS Test gd_info() function : variation - Checking all the values in returned array [ext/gd/tests/gd_info_variation1.phpt] 
       
  6152 TEST 3100/11096 [ext/gd/tests/gif.phpt]
       
  6153 PASS gif in/out [ext/gd/tests/gif.phpt] 
       
  6154 TEST 3101/11096 [ext/gd/tests/gif2gd.phpt]
       
  6155 PASS gif --> gd1/gd2 conversion test [ext/gd/tests/gif2gd.phpt] 
       
  6156 TEST 3102/11096 [ext/gd/tests/gif2jpg.phpt]
       
  6157 PASS gif --> jpeg conversion test [ext/gd/tests/gif2jpg.phpt] 
       
  6158 TEST 3103/11096 [ext/gd/tests/gif2png.phpt]
       
  6159 PASS gif --> png conversion test [ext/gd/tests/gif2png.phpt] 
       
  6160 TEST 3104/11096 [ext/gd/tests/imageantialias_error1.phpt]
       
  6161 PASS Testing wrong parameter resource in imageantialias() of GD library [ext/gd/tests/imageantialias_error1.phpt] 
       
  6162 TEST 3105/11096 [ext/gd/tests/imageantialias_error2.phpt]
       
  6163 PASS Testing wrong parameter passing in imageantialias() of GD library [ext/gd/tests/imageantialias_error2.phpt] 
       
  6164 TEST 3106/11096 [ext/gd/tests/imagearc_basic.phpt]
       
  6165 PASS Testing imagearc() of GD library [ext/gd/tests/imagearc_basic.phpt] 
       
  6166 TEST 3107/11096 [ext/gd/tests/imagearc_error1.phpt]
       
  6167 PASS Testing wrong param passing imagearc() of GD library [ext/gd/tests/imagearc_error1.phpt] 
       
  6168 TEST 3108/11096 [ext/gd/tests/imagearc_variation1.phpt]
       
  6169 PASS Testing passing negative end angle to imagearc() of GD library [ext/gd/tests/imagearc_variation1.phpt] 
       
  6170 TEST 3109/11096 [ext/gd/tests/imagearc_variation2.phpt]
       
  6171 PASS Testing passing negative start angle to imagearc() of GD library [ext/gd/tests/imagearc_variation2.phpt] 
       
  6172 TEST 3110/11096 [ext/gd/tests/imagechar_basic.phpt]
       
  6173 PASS Testing imagechar() of GD library [ext/gd/tests/imagechar_basic.phpt] 
       
  6174 TEST 3111/11096 [ext/gd/tests/imagechar_error1.phpt]
       
  6175 PASS Testing error on non-resource parameter 1 of imagechar() of GD library [ext/gd/tests/imagechar_error1.phpt] 
       
  6176 TEST 3112/11096 [ext/gd/tests/imagechar_error2.phpt]
       
  6177 PASS Testing error on non-image resource parameter 1 of imagechar() of GD library [ext/gd/tests/imagechar_error2.phpt] 
       
  6178 TEST 3113/11096 [ext/gd/tests/imagechar_error3.phpt]
       
  6179 PASS Testing error on non-long parameter 2 of imagechar() of GD library [ext/gd/tests/imagechar_error3.phpt] 
       
  6180 TEST 3114/11096 [ext/gd/tests/imagechar_error4.phpt]
       
  6181 PASS Testing error on non-long parameter 3 of imagechar() of GD library [ext/gd/tests/imagechar_error4.phpt] 
       
  6182 TEST 3115/11096 [ext/gd/tests/imagechar_error5.phpt]
       
  6183 PASS Testing error on non-long parameter 4 of imagechar() of GD library [ext/gd/tests/imagechar_error5.phpt] 
       
  6184 TEST 3116/11096 [ext/gd/tests/imagechar_error6.phpt]
       
  6185 PASS Testing error on non-string parameter 5 of imagechar() of GD library [ext/gd/tests/imagechar_error6.phpt] 
       
  6186 TEST 3117/11096 [ext/gd/tests/imagechar_error7.phpt]
       
  6187 PASS Testing error on non-long parameter 6 of imagechar() of GD library [ext/gd/tests/imagechar_error7.phpt] 
       
  6188 TEST 3118/11096 [ext/gd/tests/imagecharup_basic.phpt]
       
  6189 PASS Testing imagecharup() of GD library [ext/gd/tests/imagecharup_basic.phpt] 
       
  6190 TEST 3119/11096 [ext/gd/tests/imagecharup_error1.phpt]
       
  6191 PASS Testing error on non-resource parameter 1 of imagecharup() of GD library [ext/gd/tests/imagecharup_error1.phpt] 
       
  6192 TEST 3120/11096 [ext/gd/tests/imagecharup_error2.phpt]
       
  6193 PASS Testing error on non-image resource parameter 1 of imagecharup() of GD library [ext/gd/tests/imagecharup_error2.phpt] 
       
  6194 TEST 3121/11096 [ext/gd/tests/imagecharup_error3.phpt]
       
  6195 PASS Testing error on non-long parameter 2 of imagecharup() of GD library [ext/gd/tests/imagecharup_error3.phpt] 
       
  6196 TEST 3122/11096 [ext/gd/tests/imagecharup_error4.phpt]
       
  6197 PASS Testing error on non-long parameter 3 of imagecharup() of GD library [ext/gd/tests/imagecharup_error4.phpt] 
       
  6198 TEST 3123/11096 [ext/gd/tests/imagecharup_error5.phpt]
       
  6199 PASS Testing error on non-long parameter 4 of imagecharup() of GD library [ext/gd/tests/imagecharup_error5.phpt] 
       
  6200 TEST 3124/11096 [ext/gd/tests/imagecharup_error6.phpt]
       
  6201 PASS Testing error on non-string parameter 5 of imagecharup() of GD library [ext/gd/tests/imagecharup_error6.phpt] 
       
  6202 TEST 3125/11096 [ext/gd/tests/imagecharup_error7.phpt]
       
  6203 PASS Testing error on non-long parameter 6 of imagecharup() of GD library [ext/gd/tests/imagecharup_error7.phpt] 
       
  6204 TEST 3126/11096 [ext/gd/tests/imagecolorallocate_basic.phpt]
       
  6205 PASS Test imagecolorallocate() function : basic functionality [ext/gd/tests/imagecolorallocate_basic.phpt] 
       
  6206 TEST 3127/11096 [ext/gd/tests/imagecolorallocate_error.phpt]
       
  6207 PASS Test imagecolorallocate() function : error conditions [ext/gd/tests/imagecolorallocate_error.phpt] 
       
  6208 TEST 3128/11096 [ext/gd/tests/imagecolorallocate_variation1.phpt]
       
  6209 PASS Test imagecolorallocate() function : usage variations  - passing different data types to first argument [ext/gd/tests/imagecolorallocate_variation1.phpt] 
       
  6210 TEST 3129/11096 [ext/gd/tests/imagecolorallocate_variation2.phpt]
       
  6211 PASS Test imagecolorallocate() function : usage variations  - passing different data types to second argument [ext/gd/tests/imagecolorallocate_variation2.phpt] 
       
  6212 TEST 3130/11096 [ext/gd/tests/imagecolorallocate_variation3.phpt]
       
  6213 PASS Test imagecolorallocate() function : usage variations  - passing different data types to third argument [ext/gd/tests/imagecolorallocate_variation3.phpt] 
       
  6214 TEST 3131/11096 [ext/gd/tests/imagecolorallocate_variation4.phpt]
       
  6215 PASS Test imagecolorallocate() function : usage variations  - passing different data types to fourth argument [ext/gd/tests/imagecolorallocate_variation4.phpt] 
       
  6216 TEST 3132/11096 [ext/gd/tests/imagecolorallocate_variation5.phpt]
       
  6217 PASS Test imagecolorallocate() function : usage variations  - passing octal and hexa-decimal values [ext/gd/tests/imagecolorallocate_variation5.phpt] 
       
  6218 TEST 3133/11096 [ext/gd/tests/imagecolorallocate_variation6.phpt]
       
  6219 PASS Test imagecolorallocate() function : usage variations  - passing RED, GREEN, BLUE values more than 255 [ext/gd/tests/imagecolorallocate_variation6.phpt] 
       
  6220 TEST 3134/11096 [ext/gd/tests/imagecolorallocatealpha_basic.phpt]
       
  6221 PASS Testing imagecolorallocatealpha() [ext/gd/tests/imagecolorallocatealpha_basic.phpt] 
       
  6222 TEST 3135/11096 [ext/gd/tests/imagecolorallocatealpha_error1.phpt]
       
  6223 PASS Testing imagecolorallocatealpha(): Wrong types for parameter 1 [ext/gd/tests/imagecolorallocatealpha_error1.phpt] 
       
  6224 TEST 3136/11096 [ext/gd/tests/imagecolorallocatealpha_error2.phpt]
       
  6225 PASS Testing imagecolorallocatealpha(): Wrong types for parameter 2 [ext/gd/tests/imagecolorallocatealpha_error2.phpt] 
       
  6226 TEST 3137/11096 [ext/gd/tests/imagecolorallocatealpha_error3.phpt]
       
  6227 PASS Testing imagecolorallocatealpha(): Wrong types for parameter 3 [ext/gd/tests/imagecolorallocatealpha_error3.phpt] 
       
  6228 TEST 3138/11096 [ext/gd/tests/imagecolorallocatealpha_error4.phpt]
       
  6229 PASS Testing imagecolorallocatealpha(): Wrong types for parameter 4 [ext/gd/tests/imagecolorallocatealpha_error4.phpt] 
       
  6230 TEST 3139/11096 [ext/gd/tests/imagecolorallocatealpha_error5.phpt]
       
  6231 PASS Testing imagecolorallocatealpha(): Wrong types for parameter 5 [ext/gd/tests/imagecolorallocatealpha_error5.phpt] 
       
  6232 TEST 3140/11096 [ext/gd/tests/imagecolorclosesthwb.phpt]
       
  6233 PASS imagecolorclosesthwb() test [ext/gd/tests/imagecolorclosesthwb.phpt] 
       
  6234 TEST 3141/11096 [ext/gd/tests/imagecolordeallocate_basic.phpt]
       
  6235 PASS Testing imagecolordeallocate() of GD library [ext/gd/tests/imagecolordeallocate_basic.phpt] 
       
  6236 TEST 3142/11096 [ext/gd/tests/imagecolordeallocate_error1.phpt]
       
  6237 PASS Testing imagecolordeallocate() of GD library with invalid resource type [ext/gd/tests/imagecolordeallocate_error1.phpt] 
       
  6238 TEST 3143/11096 [ext/gd/tests/imagecolordeallocate_error2.phpt]
       
  6239 PASS Testing imagecolordeallocate() of GD library with no resource [ext/gd/tests/imagecolordeallocate_error2.phpt] 
       
  6240 TEST 3144/11096 [ext/gd/tests/imagecolordeallocate_error3.phpt]
       
  6241 PASS Testing imagecolordeallocate() of GD library with Out of range intergers (Above) [ext/gd/tests/imagecolordeallocate_error3.phpt] 
       
  6242 TEST 3145/11096 [ext/gd/tests/imagecolordeallocate_error4.phpt]
       
  6243 PASS Testing imagecolordeallocate() of GD library with Out of range intergers (Below) [ext/gd/tests/imagecolordeallocate_error4.phpt] 
       
  6244 TEST 3146/11096 [ext/gd/tests/imagecolormatch_basic.phpt]
       
  6245 PASS Basic test imagecolormatch() of GD library [ext/gd/tests/imagecolormatch_basic.phpt] 
       
  6246 TEST 3147/11096 [ext/gd/tests/imagecolormatch_error1.phpt]
       
  6247 PASS Send only 1 parameter imagecolormatch() of GD library [ext/gd/tests/imagecolormatch_error1.phpt] 
       
  6248 TEST 3148/11096 [ext/gd/tests/imagecolormatch_error2.phpt]
       
  6249 PASS Send not TrueColor to Image 1 parameter imagecolormatch() of GD library [ext/gd/tests/imagecolormatch_error2.phpt] 
       
  6250 TEST 3149/11096 [ext/gd/tests/imagecolormatch_error3.phpt]
       
  6251 PASS Send not TrueColor to Image 1 parameter imagecolormatch() of GD library [ext/gd/tests/imagecolormatch_error3.phpt] 
       
  6252 TEST 3150/11096 [ext/gd/tests/imagecolormatch_error4.phpt]
       
  6253 PASS using different image sizes imagecolormatch() of GD library [ext/gd/tests/imagecolormatch_error4.phpt] 
       
  6254 TEST 3151/11096 [ext/gd/tests/imagecolorset_basic.phpt]
       
  6255 PASS Test imagecolorset() function : basic functionality [ext/gd/tests/imagecolorset_basic.phpt] 
       
  6256 TEST 3152/11096 [ext/gd/tests/imagecolorstotal_basic.phpt]
       
  6257 PASS Test imagecolorstotal() function : basic functionality [ext/gd/tests/imagecolorstotal_basic.phpt] 
       
  6258 TEST 3153/11096 [ext/gd/tests/imagecolorstotal_error.phpt]
       
  6259 PASS Test imagecolorstotal() function : error conditions  - Pass incorrect number of arguments [ext/gd/tests/imagecolorstotal_error.phpt] 
       
  6260 TEST 3154/11096 [ext/gd/tests/imagecolourstotal_basic.phpt]
       
  6261 PASS Test imagecolorstotal() function : basic functionality [ext/gd/tests/imagecolourstotal_basic.phpt] 
       
  6262 TEST 3155/11096 [ext/gd/tests/imageconvolution_basic.phpt]
       
  6263 PASS Testing imageconvolution() of GD library [ext/gd/tests/imageconvolution_basic.phpt] 
       
  6264 TEST 3156/11096 [ext/gd/tests/imageconvolution_error1.phpt]
       
  6265 PASS Testing wrong param passing imageconvolution() of GD library [ext/gd/tests/imageconvolution_error1.phpt] 
       
  6266 TEST 3157/11096 [ext/gd/tests/imageconvolution_error2.phpt]
       
  6267 PASS Testing wrong array size 2x3 in imageconvolution() of GD library [ext/gd/tests/imageconvolution_error2.phpt] 
       
  6268 TEST 3158/11096 [ext/gd/tests/imageconvolution_error3.phpt]
       
  6269 PASS Testing wrong array size 3x2 in imageconvolution() of GD library [ext/gd/tests/imageconvolution_error3.phpt] 
       
  6270 TEST 3159/11096 [ext/gd/tests/imagecopymerge_basic.phpt]
       
  6271 PASS Testing imagecopymerge() of GD library [ext/gd/tests/imagecopymerge_basic.phpt] 
       
  6272 TEST 3160/11096 [ext/gd/tests/imagecopymerge_error.phpt]
       
  6273 PASS Testing wrong parameter passing imagecopymerge() of GD library [ext/gd/tests/imagecopymerge_error.phpt] 
       
  6274 TEST 3161/11096 [ext/gd/tests/imagecopyresampled_basic.phpt]
       
  6275 PASS imagecopyresampled() [ext/gd/tests/imagecopyresampled_basic.phpt] 
       
  6276 TEST 3162/11096 [ext/gd/tests/imagecreatetruecolor_basic.phpt]
       
  6277 PASS Testing imagecreatetruecolor() of GD library [ext/gd/tests/imagecreatetruecolor_basic.phpt] 
       
  6278 TEST 3163/11096 [ext/gd/tests/imagecreatetruecolor_error1.phpt]
       
  6279 PASS Testing imagecreatetruecolor(): error on non-long parameters [ext/gd/tests/imagecreatetruecolor_error1.phpt] 
       
  6280 TEST 3164/11096 [ext/gd/tests/imagecreatetruecolor_error2.phpt]
       
  6281 PASS Testing imagecreatetruecolor(): error on out of bound parameters [ext/gd/tests/imagecreatetruecolor_error2.phpt] 
       
  6282 TEST 3165/11096 [ext/gd/tests/imagecreatetruecolor_error3.phpt]
       
  6283 PASS Testing imagecreatetruecolor(): error on wrong parameter count [ext/gd/tests/imagecreatetruecolor_error3.phpt] 
       
  6284 TEST 3166/11096 [ext/gd/tests/imagedashedline_basic.phpt]
       
  6285 PASS imagedashedline() [ext/gd/tests/imagedashedline_basic.phpt] 
       
  6286 TEST 3167/11096 [ext/gd/tests/imageellipse_basic.phpt]
       
  6287 PASS Testing imageellipse() of GD library [ext/gd/tests/imageellipse_basic.phpt] 
       
  6288 TEST 3168/11096 [ext/gd/tests/imageellipse_error1.phpt]
       
  6289 PASS Testing wrong param passing imageellipse() of GD library [ext/gd/tests/imageellipse_error1.phpt] 
       
  6290 TEST 3169/11096 [ext/gd/tests/imageellipse_error2.phpt]
       
  6291 PASS Testing wrong param passing imageellipse() of GD library [ext/gd/tests/imageellipse_error2.phpt] 
       
  6292 TEST 3170/11096 [ext/gd/tests/imageellipse_error3.phpt]
       
  6293 PASS Testing wrong param passing imageellipse() of GD library [ext/gd/tests/imageellipse_error3.phpt] 
       
  6294 TEST 3171/11096 [ext/gd/tests/imageellipse_error4.phpt]
       
  6295 PASS Testing wrong param passing imageellipse() of GD library [ext/gd/tests/imageellipse_error4.phpt] 
       
  6296 TEST 3172/11096 [ext/gd/tests/imageellipse_error5.phpt]
       
  6297 PASS Testing wrong param passing imageellipse() of GD library [ext/gd/tests/imageellipse_error5.phpt] 
       
  6298 TEST 3173/11096 [ext/gd/tests/imageellipse_error6.phpt]
       
  6299 PASS Testing wrong param passing imageellipse() of GD library [ext/gd/tests/imageellipse_error6.phpt] 
       
  6300 TEST 3174/11096 [ext/gd/tests/imageellipse_error7.phpt]
       
  6301 PASS Testing wrong param passing imageellipse() of GD library [ext/gd/tests/imageellipse_error7.phpt] 
       
  6302 TEST 3175/11096 [ext/gd/tests/imageellipse_error8.phpt]
       
  6303 PASS Testing wrong param passing imageellipse() of GD library [ext/gd/tests/imageellipse_error8.phpt] 
       
  6304 TEST 3176/11096 [ext/gd/tests/imagefill_1.phpt]
       
  6305 PASS imagefill() infinite loop with wrong color index [ext/gd/tests/imagefill_1.phpt] 
       
  6306 TEST 3177/11096 [ext/gd/tests/imagefilledarc_basic.phpt]
       
  6307 PASS Testing imagefilledarc() of GD library [ext/gd/tests/imagefilledarc_basic.phpt] 
       
  6308 TEST 3178/11096 [ext/gd/tests/imagefilledarc_error1.phpt]
       
  6309 PASS Testing wrong param passing imagefilledarc() of GD library [ext/gd/tests/imagefilledarc_error1.phpt] 
       
  6310 TEST 3179/11096 [ext/gd/tests/imagefilledarc_variation1.phpt]
       
  6311 PASS Testing passing negative end angle to imagefilledarc() of GD library [ext/gd/tests/imagefilledarc_variation1.phpt] 
       
  6312 TEST 3180/11096 [ext/gd/tests/imagefilledarc_variation2.phpt]
       
  6313 PASS Testing passing negative start angle to imagefilledarc() of GD library [ext/gd/tests/imagefilledarc_variation2.phpt] 
       
  6314 TEST 3181/11096 [ext/gd/tests/imagefilledpolygon_basic.phpt]
       
  6315 PASS imagefilledpolygon() [ext/gd/tests/imagefilledpolygon_basic.phpt] 
       
  6316 TEST 3182/11096 [ext/gd/tests/imagefilledpolygon_negative.phpt]
       
  6317 PASS imagefilledpolygon() with a negative num of points [ext/gd/tests/imagefilledpolygon_negative.phpt] 
       
  6318 TEST 3183/11096 [ext/gd/tests/imagefilltoborder_basic.phpt]
       
  6319 PASS Testing imagefilltoborder() of GD library [ext/gd/tests/imagefilltoborder_basic.phpt] 
       
  6320 TEST 3184/11096 [ext/gd/tests/imagefilltoborder_error1.phpt]
       
  6321 PASS Testing wrong param passing imagefilltoborder() of GD library [ext/gd/tests/imagefilltoborder_error1.phpt] 
       
  6322 TEST 3185/11096 [ext/gd/tests/imagefilltoborder_error2.phpt]
       
  6323 PASS Testing wrong param passing imagefilltoborder() of GD library [ext/gd/tests/imagefilltoborder_error2.phpt] 
       
  6324 TEST 3186/11096 [ext/gd/tests/imagefilltoborder_error3.phpt]
       
  6325 PASS Testing wrong param passing imagefilltoborder() of GD library [ext/gd/tests/imagefilltoborder_error3.phpt] 
       
  6326 TEST 3187/11096 [ext/gd/tests/imagefilltoborder_error4.phpt]
       
  6327 PASS Testing wrong param passing imagefilltoborder() of GD library [ext/gd/tests/imagefilltoborder_error4.phpt] 
       
  6328 TEST 3188/11096 [ext/gd/tests/imagefilltoborder_error5.phpt]
       
  6329 PASS Testing wrong param passing imagefilltoborder() of GD library [ext/gd/tests/imagefilltoborder_error5.phpt] 
       
  6330 TEST 3189/11096 [ext/gd/tests/imagefilltoborder_error6.phpt]
       
  6331 PASS Testing wrong param passing imagefilltoborder() of GD library [ext/gd/tests/imagefilltoborder_error6.phpt] 
       
  6332 TEST 3190/11096 [ext/gd/tests/imagefilltoborder_error7.phpt]
       
  6333 PASS Testing wrong param passing imagefilltoborder() of GD library [ext/gd/tests/imagefilltoborder_error7.phpt] 
       
  6334 TEST 3191/11096 [ext/gd/tests/imagefilter.phpt]
       
  6335 PASS imagefilter() function test [ext/gd/tests/imagefilter.phpt] 
       
  6336 TEST 3192/11096 [ext/gd/tests/imagefilter_error1.phpt]
       
  6337 PASS Testing wrong parameter passing in imagefilter() of GD library [ext/gd/tests/imagefilter_error1.phpt] 
       
  6338 TEST 3193/11096 [ext/gd/tests/imagefilter_error10.phpt]
       
  6339 PASS Testing wrong parameter resource of EMBOSS in imagefilter() of GD library [ext/gd/tests/imagefilter_error10.phpt] 
       
  6340 TEST 3194/11096 [ext/gd/tests/imagefilter_error11.phpt]
       
  6341 PASS Testing wrong parameter resource passing of EDGEDETECT in imagefilter() of GD library [ext/gd/tests/imagefilter_error11.phpt] 
       
  6342 TEST 3195/11096 [ext/gd/tests/imagefilter_error12.phpt]
       
  6343 PASS Testing wrong parameter resource of COLORIZE in imagefilter() of GD library [ext/gd/tests/imagefilter_error12.phpt] 
       
  6344 TEST 3196/11096 [ext/gd/tests/imagefilter_error13.phpt]
       
  6345 PASS Testing wrong parameter value of COLORIZE in imagefilter() of GD library [ext/gd/tests/imagefilter_error13.phpt] 
       
  6346 TEST 3197/11096 [ext/gd/tests/imagefilter_error14.phpt]
       
  6347 PASS Testing wrong parameter type of COLORIZE in imagefilter() of GD library [ext/gd/tests/imagefilter_error14.phpt] 
       
  6348 TEST 3198/11096 [ext/gd/tests/imagefilter_error15.phpt]
       
  6349 PASS Testing wrong parameter resource of CONTRAST in imagefilter() of GD library [ext/gd/tests/imagefilter_error15.phpt] 
       
  6350 TEST 3199/11096 [ext/gd/tests/imagefilter_error16.phpt]
       
  6351 PASS Testing wrong parameter type of CONTRAST in imagefilter() of GD library [ext/gd/tests/imagefilter_error16.phpt] 
       
  6352 TEST 3200/11096 [ext/gd/tests/imagefilter_error17.phpt]
       
  6353 PASS Testing wrong parameter resource of GRAYSCALE in imagefilter() of GD library [ext/gd/tests/imagefilter_error17.phpt] 
       
  6354 TEST 3201/11096 [ext/gd/tests/imagefilter_error18.phpt]
       
  6355 PASS Testing wrong parameter resource of NEGATE in imagefilter() of GD library [ext/gd/tests/imagefilter_error18.phpt] 
       
  6356 TEST 3202/11096 [ext/gd/tests/imagefilter_error19.phpt]
       
  6357 PASS Testing wrong parameter type of BRIGHTNESS in imagefilter() of GD library [ext/gd/tests/imagefilter_error19.phpt] 
       
  6358 TEST 3203/11096 [ext/gd/tests/imagefilter_error2.phpt]
       
  6359 PASS Testing wrong parameter passing in imagefilter() of GD library [ext/gd/tests/imagefilter_error2.phpt] 
       
  6360 TEST 3204/11096 [ext/gd/tests/imagefilter_error20.phpt]
       
  6361 PASS Testing wrong parameter resource of BRIGHTNESS in imagefilter() of GD library [ext/gd/tests/imagefilter_error20.phpt] 
       
  6362 TEST 3205/11096 [ext/gd/tests/imagefilter_error3.phpt]
       
  6363 PASS Testing wrong parameter passing of PIXELATE in imagefilter() of GD library [ext/gd/tests/imagefilter_error3.phpt] 
       
  6364 TEST 3206/11096 [ext/gd/tests/imagefilter_error4.phpt]
       
  6365 PASS Testing wrong parameter resource of PIXELATE in imagefilter() of GD library [ext/gd/tests/imagefilter_error4.phpt] 
       
  6366 TEST 3207/11096 [ext/gd/tests/imagefilter_error5.phpt]
       
  6367 PASS Testing wrong parameter passing of SMOOTH in imagefilter() of GD library [ext/gd/tests/imagefilter_error5.phpt] 
       
  6368 TEST 3208/11096 [ext/gd/tests/imagefilter_error6.phpt]
       
  6369 PASS Testing wrong parameter resource of SMOOTH in imagefilter() of GD library [ext/gd/tests/imagefilter_error6.phpt] 
       
  6370 TEST 3209/11096 [ext/gd/tests/imagefilter_error7.phpt]
       
  6371 PASS Testing wrong parameter resource of MEAN_REMOVAL in imagefilter() of GD library [ext/gd/tests/imagefilter_error7.phpt] 
       
  6372 TEST 3210/11096 [ext/gd/tests/imagefilter_error8.phpt]
       
  6373 PASS Testing wrong parameter resource of SELECTIVE_BLUR in imagefilter() of GD library [ext/gd/tests/imagefilter_error8.phpt] 
       
  6374 TEST 3211/11096 [ext/gd/tests/imagefilter_error9.phpt]
       
  6375 PASS Testing wrong parameter resource of GAUSSIAN_BLUR in imagefilter() of GD library [ext/gd/tests/imagefilter_error9.phpt] 
       
  6376 TEST 3212/11096 [ext/gd/tests/imagefontheight_basic.phpt]
       
  6377 PASS Testing imagefontheight() of GD library [ext/gd/tests/imagefontheight_basic.phpt] 
       
  6378 TEST 3213/11096 [ext/gd/tests/imagefontheight_error1.phpt]
       
  6379 PASS Testing error on string parameter for imagefontheight() of GD library [ext/gd/tests/imagefontheight_error1.phpt] 
       
  6380 TEST 3214/11096 [ext/gd/tests/imagefontwidth_basic.phpt]
       
  6381 PASS Testing imagefontwidth() of GD library [ext/gd/tests/imagefontwidth_basic.phpt] 
       
  6382 TEST 3215/11096 [ext/gd/tests/imagefontwidth_error1.phpt]
       
  6383 PASS Testing error on string parameter for imagefontwidth() of GD library [ext/gd/tests/imagefontwidth_error1.phpt] 
       
  6384 TEST 3216/11096 [ext/gd/tests/imagefttext.phpt]
       
  6385 PASS imagefttext() function test [ext/gd/tests/imagefttext.phpt] 
       
  6386 TEST 3217/11096 [ext/gd/tests/imagegammacorrect_basic.phpt]
       
  6387 PASS Testing imagegammacorrect() of GD library [ext/gd/tests/imagegammacorrect_basic.phpt] 
       
  6388 TEST 3218/11096 [ext/gd/tests/imagegammacorrect_error1.phpt]
       
  6389 PASS Testing error with non-resource paramenter of imagegammacorrect() of GD library, [ext/gd/tests/imagegammacorrect_error1.phpt] 
       
  6390 TEST 3219/11096 [ext/gd/tests/imagegammacorrect_error2.phpt]
       
  6391 PASS Testing error with non-Image resource paramenter of imagegammacorrect() of GD library, [ext/gd/tests/imagegammacorrect_error2.phpt] 
       
  6392 TEST 3220/11096 [ext/gd/tests/imagegammacorrect_error3.phpt]
       
  6393 PASS Testing error with non-double first paramenter of imagegammacorrect() of GD library, [ext/gd/tests/imagegammacorrect_error3.phpt] 
       
  6394 TEST 3221/11096 [ext/gd/tests/imagegammacorrect_error4.phpt]
       
  6395 PASS Testing error with non-double second paramenter of imagegammacorrect() of GD library, [ext/gd/tests/imagegammacorrect_error4.phpt] 
       
  6396 TEST 3222/11096 [ext/gd/tests/imagegammacorrect_variation1.phpt]
       
  6397 PASS Testing imagegammacorrect() of GD library with non TrueColor image [ext/gd/tests/imagegammacorrect_variation1.phpt] 
       
  6398 TEST 3223/11096 [ext/gd/tests/imageinterlace_basic.phpt]
       
  6399 PASS Testing imageinterlace() of GD library [ext/gd/tests/imageinterlace_basic.phpt] 
       
  6400 TEST 3224/11096 [ext/gd/tests/imageinterlace_error1.phpt]
       
  6401 PASS Testing passing no parameters to imageinterlace() of GD library [ext/gd/tests/imageinterlace_error1.phpt] 
       
  6402 TEST 3225/11096 [ext/gd/tests/imageinterlace_error2.phpt]
       
  6403 PASS Testing resource that is not a image to imageinterlace() of GD library [ext/gd/tests/imageinterlace_error2.phpt] 
       
  6404 TEST 3226/11096 [ext/gd/tests/imageinterlace_variation1.phpt]
       
  6405 PASS Testing setting the interlace bit on with imageinterlace() of GD library [ext/gd/tests/imageinterlace_variation1.phpt] 
       
  6406 TEST 3227/11096 [ext/gd/tests/imageinterlace_variation2.phpt]
       
  6407 PASS Testing setting the interlace bit off with imageinterlace() of GD library [ext/gd/tests/imageinterlace_variation2.phpt] 
       
  6408 TEST 3228/11096 [ext/gd/tests/imageistruecolor_basic.phpt]
       
  6409 PASS Testing imageistruecolor() of GD library [ext/gd/tests/imageistruecolor_basic.phpt] 
       
  6410 TEST 3229/11096 [ext/gd/tests/imageistruecolor_error1.phpt]
       
  6411 PASS Testing imageistruecolor(): wrong parameters [ext/gd/tests/imageistruecolor_error1.phpt] 
       
  6412 TEST 3230/11096 [ext/gd/tests/imagelayereffect_basic.phpt]
       
  6413 PASS Testing imagelayereffect() of GD library [ext/gd/tests/imagelayereffect_basic.phpt] 
       
  6414 TEST 3231/11096 [ext/gd/tests/imagelayereffect_error1.phpt]
       
  6415 PASS Testing imagelayereffect() with invalid resource of GD library [ext/gd/tests/imagelayereffect_error1.phpt] 
       
  6416 TEST 3232/11096 [ext/gd/tests/imagelayereffect_error2.phpt]
       
  6417 PASS Testing imagelayereffect() wth invalid effect of GD library [ext/gd/tests/imagelayereffect_error2.phpt] 
       
  6418 TEST 3233/11096 [ext/gd/tests/imagelayereffect_error3.phpt]
       
  6419 PASS Testing imagelayereffect() with invalid resource of GD library [ext/gd/tests/imagelayereffect_error3.phpt] 
       
  6420 TEST 3234/11096 [ext/gd/tests/imageloadfont_error1.phpt]
       
  6421 PASS Testing that imageloadfont() breaks on non-string first parameter [ext/gd/tests/imageloadfont_error1.phpt] 
       
  6422 TEST 3235/11096 [ext/gd/tests/imageloadfont_error2.phpt]
       
  6423 PASS Testing that imageloadfont() breaks on invalid file passed as first argument [ext/gd/tests/imageloadfont_error2.phpt] 
       
  6424 TEST 3236/11096 [ext/gd/tests/imageloadfont_invalid.phpt]
       
  6425 PASS imageloadfont() function crashes [ext/gd/tests/imageloadfont_invalid.phpt] 
       
  6426 TEST 3237/11096 [ext/gd/tests/imagepolygon_basic.phpt]
       
  6427 PASS imageploygon() [ext/gd/tests/imagepolygon_basic.phpt] 
       
  6428 TEST 3238/11096 [ext/gd/tests/imagepolygon_negative.phpt]
       
  6429 PASS imagepolygon() with a negative num of points [ext/gd/tests/imagepolygon_negative.phpt] 
       
  6430 TEST 3239/11096 [ext/gd/tests/imagerectangle_basic.phpt]
       
  6431 PASS Testing imagerectangle() of GD library [ext/gd/tests/imagerectangle_basic.phpt] 
       
  6432 TEST 3240/11096 [ext/gd/tests/imagerectangle_error1.phpt]
       
  6433 PASS Testing wrong param passing imagerectangle() of GD library [ext/gd/tests/imagerectangle_error1.phpt] 
       
  6434 TEST 3241/11096 [ext/gd/tests/imagerectangle_error2.phpt]
       
  6435 PASS Testing wrong param passing imagerectangle() of GD library [ext/gd/tests/imagerectangle_error2.phpt] 
       
  6436 TEST 3242/11096 [ext/gd/tests/imagerectangle_error3.phpt]
       
  6437 PASS Testing wrong param passing imagerectangle() of GD library [ext/gd/tests/imagerectangle_error3.phpt] 
       
  6438 TEST 3243/11096 [ext/gd/tests/imagerectangle_error4.phpt]
       
  6439 PASS Testing wrong param passing imagerectangle() of GD library [ext/gd/tests/imagerectangle_error4.phpt] 
       
  6440 TEST 3244/11096 [ext/gd/tests/imagerectangle_error5.phpt]
       
  6441 PASS Testing wrong param passing imagerectangle() of GD library [ext/gd/tests/imagerectangle_error5.phpt] 
       
  6442 TEST 3245/11096 [ext/gd/tests/imagerectangle_error6.phpt]
       
  6443 PASS Testing wrong param passing imagerectangle() of GD library [ext/gd/tests/imagerectangle_error6.phpt] 
       
  6444 TEST 3246/11096 [ext/gd/tests/imagerectangle_error7.phpt]
       
  6445 PASS Testing wrong param passing imagerectangle() of GD library [ext/gd/tests/imagerectangle_error7.phpt] 
       
  6446 TEST 3247/11096 [ext/gd/tests/imagerectangle_error8.phpt]
       
  6447 PASS Testing wrong param passing imagerectangle() of GD library [ext/gd/tests/imagerectangle_error8.phpt] 
       
  6448 TEST 3248/11096 [ext/gd/tests/imagerotate_overflow.phpt]
       
  6449 PASS imagerotate() overflow with negative numbers [ext/gd/tests/imagerotate_overflow.phpt] 
       
  6450 TEST 3249/11096 [ext/gd/tests/imagesetbrush_basic.phpt]
       
  6451 PASS Test imagesetbrush() function : basic functionality [ext/gd/tests/imagesetbrush_basic.phpt] 
       
  6452 TEST 3250/11096 [ext/gd/tests/imagesetthickness_basic.phpt]
       
  6453 PASS Testing imagetruecolortopalette() of GD library [ext/gd/tests/imagesetthickness_basic.phpt] 
       
  6454 TEST 3251/11096 [ext/gd/tests/imagesetthickness_error1.phpt]
       
  6455 PASS Testing imagetruecolortopalette(): wrong types for first parameter [ext/gd/tests/imagesetthickness_error1.phpt] 
       
  6456 TEST 3252/11096 [ext/gd/tests/imagesetthickness_error2.phpt]
       
  6457 PASS Testing imagetruecolortopalette(): wrong types for second parameter [ext/gd/tests/imagesetthickness_error2.phpt] 
       
  6458 TEST 3253/11096 [ext/gd/tests/imagestring_basic.phpt]
       
  6459 PASS Testing imagestring() of GD library [ext/gd/tests/imagestring_basic.phpt] 
       
  6460 TEST 3254/11096 [ext/gd/tests/imagestring_error1.phpt]
       
  6461 PASS Testing error on non-resource parameter 1 of imagestring() of GD library [ext/gd/tests/imagestring_error1.phpt] 
       
  6462 TEST 3255/11096 [ext/gd/tests/imagestring_error2.phpt]
       
  6463 PASS Testing error on non-image resource parameter 1 of imagestring() of GD library [ext/gd/tests/imagestring_error2.phpt] 
       
  6464 TEST 3256/11096 [ext/gd/tests/imagestring_error3.phpt]
       
  6465 PASS Testing error on non-long parameter 2 of imagestring() of GD library [ext/gd/tests/imagestring_error3.phpt] 
       
  6466 TEST 3257/11096 [ext/gd/tests/imagestring_error4.phpt]
       
  6467 PASS Testing error on non-long parameter 3 of imagestring() of GD library [ext/gd/tests/imagestring_error4.phpt] 
       
  6468 TEST 3258/11096 [ext/gd/tests/imagestring_error5.phpt]
       
  6469 PASS Testing error on non-long parameter 4 of imagestring() of GD library [ext/gd/tests/imagestring_error5.phpt] 
       
  6470 TEST 3259/11096 [ext/gd/tests/imagestring_error6.phpt]
       
  6471 PASS Testing error on non-string parameter 5 of imagestring() of GD library [ext/gd/tests/imagestring_error6.phpt] 
       
  6472 TEST 3260/11096 [ext/gd/tests/imagestring_error7.phpt]
       
  6473 PASS Testing error on non-long parameter 6 of imagestring() of GD library [ext/gd/tests/imagestring_error7.phpt] 
       
  6474 TEST 3261/11096 [ext/gd/tests/imagestringup_basic.phpt]
       
  6475 PASS Testing imagestringup() of GD library [ext/gd/tests/imagestringup_basic.phpt] 
       
  6476 TEST 3262/11096 [ext/gd/tests/imagestringup_error1.phpt]
       
  6477 PASS Testing error on non-resource parameter 1 of imagestringup() of GD library [ext/gd/tests/imagestringup_error1.phpt] 
       
  6478 TEST 3263/11096 [ext/gd/tests/imagestringup_error2.phpt]
       
  6479 PASS Testing error on non-image resource parameter 1 of imagestringup() of GD library [ext/gd/tests/imagestringup_error2.phpt] 
       
  6480 TEST 3264/11096 [ext/gd/tests/imagestringup_error3.phpt]
       
  6481 PASS Testing error on non-long parameter 2 of imagestringup() of GD library [ext/gd/tests/imagestringup_error3.phpt] 
       
  6482 TEST 3265/11096 [ext/gd/tests/imagestringup_error4.phpt]
       
  6483 PASS Testing error on non-long parameter 3 of imagestringup() of GD library [ext/gd/tests/imagestringup_error4.phpt] 
       
  6484 TEST 3266/11096 [ext/gd/tests/imagestringup_error5.phpt]
       
  6485 PASS Testing error on non-long parameter 4 of imagestring() of GD library [ext/gd/tests/imagestringup_error5.phpt] 
       
  6486 TEST 3267/11096 [ext/gd/tests/imagestringup_error6.phpt]
       
  6487 PASS Testing error on non-string parameter 5 of imagestringup() of GD library [ext/gd/tests/imagestringup_error6.phpt] 
       
  6488 TEST 3268/11096 [ext/gd/tests/imagestringup_error7.phpt]
       
  6489 PASS Testing error on non-long parameter 6 of imagestringup() of GD library [ext/gd/tests/imagestringup_error7.phpt] 
       
  6490 TEST 3269/11096 [ext/gd/tests/imagetruecolortopalette_basic.phpt]
       
  6491 PASS Testing imagetruecolortopalette() of GD library [ext/gd/tests/imagetruecolortopalette_basic.phpt] 
       
  6492 TEST 3270/11096 [ext/gd/tests/imagetruecolortopalette_error1.phpt]
       
  6493 PASS Testing imagetruecolortopalette(): wrong parameters for parameter 1 [ext/gd/tests/imagetruecolortopalette_error1.phpt] 
       
  6494 TEST 3271/11096 [ext/gd/tests/imagetruecolortopalette_error2.phpt]
       
  6495 PASS Testing imagetruecolortopalette(): wrong parameters for parameter 2 [ext/gd/tests/imagetruecolortopalette_error2.phpt] 
       
  6496 TEST 3272/11096 [ext/gd/tests/imagetruecolortopalette_error3.phpt]
       
  6497 PASS Testing imagetruecolortopalette(): wrong parameters for parameter 3 [ext/gd/tests/imagetruecolortopalette_error3.phpt] 
       
  6498 TEST 3273/11096 [ext/gd/tests/imagetruecolortopalette_error4.phpt]
       
  6499 PASS Testing imagetruecolortopalette(): out of range parameter 3 [ext/gd/tests/imagetruecolortopalette_error4.phpt] 
       
  6500 TEST 3274/11096 [ext/gd/tests/imagewbmp.phpt]
       
  6501 PASS imagewbmp [ext/gd/tests/imagewbmp.phpt] 
       
  6502 TEST 3275/11096 [ext/gd/tests/jpeg2png.phpt]
       
  6503 PASS jpeg <--> png conversion test [ext/gd/tests/jpeg2png.phpt] 
       
  6504 TEST 3276/11096 [ext/gd/tests/jpeg2wbmp_error1.phpt]
       
  6505 PASS Test jpeg2wbmp() function : wrong threshold value param [ext/gd/tests/jpeg2wbmp_error1.phpt] 
       
  6506 TEST 3277/11096 [ext/gd/tests/jpeg2wbmp_error2.phpt]
       
  6507 PASS Test jpeg2wbmp() function : wrong origin filename param [ext/gd/tests/jpeg2wbmp_error2.phpt] 
       
  6508 TEST 3278/11096 [ext/gd/tests/jpeg2wbmp_error3.phpt]
       
  6509 PASS Test jpeg2wbmp() function : wrong destination filename param [ext/gd/tests/jpeg2wbmp_error3.phpt] 
       
  6510 TEST 3279/11096 [ext/gd/tests/jpg2gd.phpt]
       
  6511 PASS jpeg <--> gd1/gd2 conversion test [ext/gd/tests/jpg2gd.phpt] 
       
  6512 TEST 3280/11096 [ext/gd/tests/libgd00086.phpt]
       
  6513 PASS libgd #86 (Possible infinite loop in imagecreatefrompng) [ext/gd/tests/libgd00086.phpt] 
       
  6514 TEST 3281/11096 [ext/gd/tests/libgd00086_extern.phpt]
       
  6515 SKIP libgd #86 (Possible infinite loop in imagecreatefrompng) [ext/gd/tests/libgd00086_extern.phpt] reason: requires external GD library
       
  6516 TEST 3282/11096 [ext/gd/tests/libgd00094.phpt]
       
  6517 PASS libgd #94 (imagecreatefromxbm can crash if gdImageCreate fails) [ext/gd/tests/libgd00094.phpt] 
       
  6518 TEST 3283/11096 [ext/gd/tests/libgd00100.phpt]
       
  6519 PASS libgd #100 (spurious horizontal line drawn by gdImageFilledPolygon) [ext/gd/tests/libgd00100.phpt] 
       
  6520 TEST 3284/11096 [ext/gd/tests/libgd00101.phpt]
       
  6521 PASS libgd #101 (imagecreatefromgd can crash if gdImageCreate fails) [ext/gd/tests/libgd00101.phpt] 
       
  6522 TEST 3285/11096 [ext/gd/tests/libgd00106.phpt]
       
  6523 PASS libgd #106 (imagerectangle 1x1 draws 1x3) [ext/gd/tests/libgd00106.phpt] 
       
  6524 TEST 3286/11096 [ext/gd/tests/libgd00186.phpt]
       
  6525 PASS libgd #186 (Tiling true colour with palette image does not work) [ext/gd/tests/libgd00186.phpt] 
       
  6526 TEST 3287/11096 [ext/gd/tests/libgd00191.phpt]
       
  6527 PASS libgd FS#191 (A circle becomes square) [ext/gd/tests/libgd00191.phpt] 
       
  6528 TEST 3288/11096 [ext/gd/tests/lines.phpt]
       
  6529 PASS imageline no AA [ext/gd/tests/lines.phpt] 
       
  6530 TEST 3289/11096 [ext/gd/tests/png2gd.phpt]
       
  6531 PASS png <--> gd1/gd2 conversion test [ext/gd/tests/png2gd.phpt] 
       
  6532 TEST 3290/11096 [ext/gd/tests/png2wbmp_error1.phpt]
       
  6533 PASS Test png2wbmp() function : wrong threshold value param [ext/gd/tests/png2wbmp_error1.phpt] 
       
  6534 TEST 3291/11096 [ext/gd/tests/png2wbmp_error2.phpt]
       
  6535 PASS Test png2wbmp() function : wrong origin filename param [ext/gd/tests/png2wbmp_error2.phpt] 
       
  6536 TEST 3292/11096 [ext/gd/tests/png2wbmp_error3.phpt]
       
  6537 PASS Test png2wbmp() function : wrong destination filename param [ext/gd/tests/png2wbmp_error3.phpt] 
       
  6538 TEST 3293/11096 [ext/gd/tests/pngcomp.phpt]
       
  6539 PASS png compression test [ext/gd/tests/pngcomp.phpt] 
       
  6540 TEST 3294/11096 [ext/gd/tests/types.phpt]
       
  6541 PASS imagetypes [ext/gd/tests/types.phpt] 
       
  6542 TEST 3295/11096 [ext/gd/tests/xbm2png.phpt]
       
  6543 PASS xbm --> png conversion test [ext/gd/tests/xbm2png.phpt] 
       
  6544 TEST 3296/11096 [ext/gd/tests/xpm2gd.phpt]
       
  6545 PASS xpm --> gd1/gd2 conversion test [ext/gd/tests/xpm2gd.phpt] 
       
  6546 TEST 3297/11096 [ext/gd/tests/xpm2jpg.phpt]
       
  6547 PASS xpm --> jpeg conversion test [ext/gd/tests/xpm2jpg.phpt] 
       
  6548 TEST 3298/11096 [ext/gd/tests/xpm2png.phpt]
       
  6549 PASS xpm --> png conversion test [ext/gd/tests/xpm2png.phpt] 
       
  6550 TEST 3299/11096 [ext/gettext/tests/44938.phpt]
       
  6551 PASS #44938: gettext functions crash with overlong strings [ext/gettext/tests/44938.phpt] 
       
  6552 TEST 3300/11096 [ext/gettext/tests/dcngettext.phpt]
       
  6553 PASS dcngettext() tests [ext/gettext/tests/dcngettext.phpt] 
       
  6554 TEST 3301/11096 [ext/gettext/tests/gettext_basic-enus.phpt]
       
  6555 FAIL Gettext basic test with en_US locale that should be on nearly every system [ext/gettext/tests/gettext_basic-enus.phpt] 
       
  6556 TEST 3302/11096 [ext/gettext/tests/gettext_basic.phpt]
       
  6557 FAIL Gettext basic test [ext/gettext/tests/gettext_basic.phpt] 
       
  6558 TEST 3303/11096 [ext/gettext/tests/gettext_bind_textdomain_codeset-retval.phpt]
       
  6559 PASS test if bind_textdomain_codeset() returns correct value [ext/gettext/tests/gettext_bind_textdomain_codeset-retval.phpt] 
       
  6560 TEST 3304/11096 [ext/gettext/tests/gettext_bind_textdomain_codeset-wrongparams.phpt]
       
  6561 PASS test if bind_textdomain_codeset() fails on wrong param count [ext/gettext/tests/gettext_bind_textdomain_codeset-wrongparams.phpt] 
       
  6562 TEST 3305/11096 [ext/gettext/tests/gettext_bindtextdomain-cwd.phpt]
       
  6563 FAIL Test if bindtextdomain() returns string id if no directory path is set(if directory path is 'null') [ext/gettext/tests/gettext_bindtextdomain-cwd.phpt] 
       
  6564 TEST 3306/11096 [ext/gettext/tests/gettext_bindtextdomain-emptydomain.phpt]
       
  6565 PASS Test if bindtextdomain() errors if the domain is empty. [ext/gettext/tests/gettext_bindtextdomain-emptydomain.phpt] 
       
  6566 TEST 3307/11096 [ext/gettext/tests/gettext_bindtextdomain-path.phpt]
       
  6567 PASS Test if bindtextdomain() returns false if path does not exist. [ext/gettext/tests/gettext_bindtextdomain-path.phpt] 
       
  6568 TEST 3308/11096 [ext/gettext/tests/gettext_bindtextdomain-wrongparams.phpt]
       
  6569 PASS Test if bindtextdomain() errors if you don't supply enough parameters. [ext/gettext/tests/gettext_bindtextdomain-wrongparams.phpt] 
       
  6570 TEST 3309/11096 [ext/gettext/tests/gettext_dcgettext-wrongparams.phpt]
       
  6571 PASS Test if dcgettext() errors when you don't supply the correct params. [ext/gettext/tests/gettext_dcgettext-wrongparams.phpt] 
       
  6572 TEST 3310/11096 [ext/gettext/tests/gettext_dcgettext.phpt]
       
  6573 FAIL Test dcgettext() functionality [ext/gettext/tests/gettext_dcgettext.phpt] 
       
  6574 TEST 3311/11096 [ext/gettext/tests/gettext_dgettext.phpt]
       
  6575 FAIL Test dgettext() functionality [ext/gettext/tests/gettext_dgettext.phpt] 
       
  6576 TEST 3312/11096 [ext/gettext/tests/gettext_dgettext_error_wrongparams.phpt]
       
  6577 PASS Check how dgettext() with wrong parameter types and wrong parameter cou types and wrong parameter count behaves. [ext/gettext/tests/gettext_dgettext_error_wrongparams.phpt] 
       
  6578 TEST 3313/11096 [ext/gettext/tests/gettext_dngettext-plural.phpt]
       
  6579 FAIL Test if dngettext() returns the correct translations (optionally plural). [ext/gettext/tests/gettext_dngettext-plural.phpt] 
       
  6580 TEST 3314/11096 [ext/gettext/tests/gettext_dngettext-wrongparams.phpt]
       
  6581 PASS Test if dngettext() errors when you don't supply the correct params. [ext/gettext/tests/gettext_dngettext-wrongparams.phpt] 
       
  6582 TEST 3315/11096 [ext/gettext/tests/gettext_gettext_error_wrongparams.phpt]
       
  6583 PASS Check how gettext() with wrong parameters behaves. [ext/gettext/tests/gettext_gettext_error_wrongparams.phpt] 
       
  6584 TEST 3316/11096 [ext/gettext/tests/gettext_ngettext-wrongparams.phpt]
       
  6585 PASS Check how ngettext() with wrong parameters behaves. [ext/gettext/tests/gettext_ngettext-wrongparams.phpt] 
       
  6586 TEST 3317/11096 [ext/gettext/tests/gettext_ngettext.phpt]
       
  6587 FAIL Test ngettext() functionality [ext/gettext/tests/gettext_ngettext.phpt] 
       
  6588 TEST 3318/11096 [ext/gettext/tests/gettext_phpinfo.phpt]
       
  6589 PASS Test phpinfo() displays gettext support [ext/gettext/tests/gettext_phpinfo.phpt] 
       
  6590 TEST 3319/11096 [ext/gettext/tests/gettext_textdomain-retval.phpt]
       
  6591 PASS Check if textdomain() returns the new domain [ext/gettext/tests/gettext_textdomain-retval.phpt] 
       
  6592 TEST 3320/11096 [ext/gettext/tests/gettext_textdomain-wrongparams.phpt]
       
  6593 PASS Check how textdomain() with wrong parameters behaves. [ext/gettext/tests/gettext_textdomain-wrongparams.phpt] 
       
  6594 TEST 3321/11096 [ext/hash/tests/adler32.phpt]
       
  6595 PASS ADLER32 [ext/hash/tests/adler32.phpt] 
       
  6596 TEST 3322/11096 [ext/hash/tests/bug52240.phpt]
       
  6597 PASS Bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes) [ext/hash/tests/bug52240.phpt] 
       
  6598 TEST 3323/11096 [ext/hash/tests/crc32.phpt]
       
  6599 PASS CRC32 [ext/hash/tests/crc32.phpt] 
       
  6600 TEST 3324/11096 [ext/hash/tests/gost.phpt]
       
  6601 PASS gost [ext/hash/tests/gost.phpt] 
       
  6602 TEST 3325/11096 [ext/hash/tests/hash_algos.phpt]
       
  6603 PASS Test hash_algos() function : basic functionality [ext/hash/tests/hash_algos.phpt] 
       
  6604 TEST 3326/11096 [ext/hash/tests/hash_copy_001.phpt]
       
  6605 PASS hash_copy() basic tests [ext/hash/tests/hash_copy_001.phpt] 
       
  6606 TEST 3327/11096 [ext/hash/tests/hash_copy_002.phpt]
       
  6607 PASS hash_copy() errors [ext/hash/tests/hash_copy_002.phpt] 
       
  6608 TEST 3328/11096 [ext/hash/tests/hash_error.phpt]
       
  6609 PASS Test hash() function : error conditions [ext/hash/tests/hash_error.phpt] 
       
  6610 TEST 3329/11096 [ext/hash/tests/hash_file_basic.phpt]
       
  6611 PASS Test hash_file() function : basic functionality [ext/hash/tests/hash_file_basic.phpt] 
       
  6612 TEST 3330/11096 [ext/hash/tests/hash_file_basic1.phpt]
       
  6613 PASS Test hash_file() function : basic functionality [ext/hash/tests/hash_file_basic1.phpt] 
       
  6614 TEST 3331/11096 [ext/hash/tests/hash_file_error.phpt]
       
  6615 PASS Test hash_file() function : error conditions [ext/hash/tests/hash_file_error.phpt] 
       
  6616 TEST 3332/11096 [ext/hash/tests/hash_hmac_basic.phpt]
       
  6617 PASS Test hash_file() function : basic functionality [ext/hash/tests/hash_hmac_basic.phpt] 
       
  6618 TEST 3333/11096 [ext/hash/tests/hash_hmac_error.phpt]
       
  6619 PASS Test hash_hmac() function : basic functionality [ext/hash/tests/hash_hmac_error.phpt] 
       
  6620 TEST 3334/11096 [ext/hash/tests/hash_hmac_file_basic.phpt]
       
  6621 PASS Test hash_hmac_file() function : basic functionality [ext/hash/tests/hash_hmac_file_basic.phpt] 
       
  6622 TEST 3335/11096 [ext/hash/tests/hash_hmac_file_error.phpt]
       
  6623 PASS Test hash_hmac_file() function : basic functionality [ext/hash/tests/hash_hmac_file_error.phpt] 
       
  6624 TEST 3336/11096 [ext/hash/tests/haval.phpt]
       
  6625 PASS haval algorithm (multi-vector, multi-pass, multi-width) [ext/hash/tests/haval.phpt] 
       
  6626 TEST 3337/11096 [ext/hash/tests/hmac-md5.phpt]
       
  6627 PASS hmac-md5 algorithm [ext/hash/tests/hmac-md5.phpt] 
       
  6628 TEST 3338/11096 [ext/hash/tests/md2.phpt]
       
  6629 PASS md2 algorithm [ext/hash/tests/md2.phpt] 
       
  6630 TEST 3339/11096 [ext/hash/tests/md4.phpt]
       
  6631 PASS md4 algorithm [ext/hash/tests/md4.phpt] 
       
  6632 TEST 3340/11096 [ext/hash/tests/md5.phpt]
       
  6633 PASS md5 algorithm [ext/hash/tests/md5.phpt] 
       
  6634 TEST 3341/11096 [ext/hash/tests/mhash_001.phpt]
       
  6635 SKIP mhash() test [ext/hash/tests/mhash_001.phpt] reason: mhash extension is not available
       
  6636 TEST 3342/11096 [ext/hash/tests/mhash_002.phpt]
       
  6637 SKIP mhash_get_block_size() & mhash_get_hash_name() test [ext/hash/tests/mhash_002.phpt] reason: mhash extension is not available
       
  6638 TEST 3343/11096 [ext/hash/tests/mhash_003.phpt]
       
  6639 SKIP mhash_keygen_s2k() test [ext/hash/tests/mhash_003.phpt] reason: mhash extension is not available
       
  6640 TEST 3344/11096 [ext/hash/tests/mhash_004.phpt]
       
  6641 SKIP mhash() modifying algorithm parameter [ext/hash/tests/mhash_004.phpt] reason: mhash extension is not available
       
  6642 TEST 3345/11096 [ext/hash/tests/ripemd128.phpt]
       
  6643 PASS ripemd128 algorithm [ext/hash/tests/ripemd128.phpt] 
       
  6644 TEST 3346/11096 [ext/hash/tests/ripemd160.phpt]
       
  6645 PASS ripemd160 algorithm [ext/hash/tests/ripemd160.phpt] 
       
  6646 TEST 3347/11096 [ext/hash/tests/ripemd256.phpt]
       
  6647 PASS ripemd256 algorithm [ext/hash/tests/ripemd256.phpt] 
       
  6648 TEST 3348/11096 [ext/hash/tests/ripemd320.phpt]
       
  6649 PASS ripemd320 algorithm [ext/hash/tests/ripemd320.phpt] 
       
  6650 TEST 3349/11096 [ext/hash/tests/sha1.phpt]
       
  6651 PASS sha1 algorithm [ext/hash/tests/sha1.phpt] 
       
  6652 TEST 3350/11096 [ext/hash/tests/sha224.phpt]
       
  6653 PASS sha224 algorithm [ext/hash/tests/sha224.phpt] 
       
  6654 TEST 3351/11096 [ext/hash/tests/sha256.phpt]
       
  6655 PASS sha256 algorithm [ext/hash/tests/sha256.phpt] 
       
  6656 TEST 3352/11096 [ext/hash/tests/sha384.phpt]
       
  6657 PASS sha384 algorithm [ext/hash/tests/sha384.phpt] 
       
  6658 TEST 3353/11096 [ext/hash/tests/sha512.phpt]
       
  6659 PASS sha512 algorithm [ext/hash/tests/sha512.phpt] 
       
  6660 TEST 3354/11096 [ext/hash/tests/snefru.phpt]
       
  6661 PASS snefru [ext/hash/tests/snefru.phpt] 
       
  6662 TEST 3355/11096 [ext/hash/tests/tiger.phpt]
       
  6663 PASS tiger [ext/hash/tests/tiger.phpt] 
       
  6664 TEST 3356/11096 [ext/hash/tests/whirlpool.phpt]
       
  6665 PASS whirlpool [ext/hash/tests/whirlpool.phpt] 
       
  6666 TEST 3357/11096 [ext/iconv/tests/bug37176.phpt]
       
  6667 PASS Bug #37176 (iconv_strpos() fails to find a string) [ext/iconv/tests/bug37176.phpt] 
       
  6668 TEST 3358/11096 [ext/iconv/tests/bug37773.phpt]
       
  6669 PASS Bug #37773 (iconv_substr() gives "Unknown error" when string length = 1") [ext/iconv/tests/bug37773.phpt] 
       
  6670 TEST 3359/11096 [ext/iconv/tests/bug48289.phpt]
       
  6671 PASS Bug #48289 (iconv_mime_encode() quoted-printable scheme is broken) [ext/iconv/tests/bug48289.phpt] 
       
  6672 TEST 3360/11096 [ext/iconv/tests/bug51250.phpt]
       
  6673 FAIL Bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words) [ext/iconv/tests/bug51250.phpt] 
       
  6674 TEST 3361/11096 [ext/iconv/tests/bug52941.phpt]
       
  6675 PASS Bug #52941 (The 'iconv_mime_decode_headers' function is skipping headers) [ext/iconv/tests/bug52941.phpt] 
       
  6676 TEST 3362/11096 [ext/iconv/tests/bug53304.phpt]
       
  6677 PASS Bug #53304 (quot_print_decode does not handle lower-case hex digits) [ext/iconv/tests/bug53304.phpt] 
       
  6678 TEST 3363/11096 [ext/iconv/tests/eucjp2iso2022jp.phpt]
       
  6679 FAIL EUC-JP to ISO-2022-JP [ext/iconv/tests/eucjp2iso2022jp.phpt] 
       
  6680 TEST 3364/11096 [ext/iconv/tests/eucjp2sjis.phpt]
       
  6681 PASS EUC-JP to SJIS [ext/iconv/tests/eucjp2sjis.phpt] 
       
  6682 TEST 3365/11096 [ext/iconv/tests/eucjp2utf8.phpt]
       
  6683 PASS EUC-JP to UTF8 [ext/iconv/tests/eucjp2utf8.phpt] 
       
  6684 TEST 3366/11096 [ext/iconv/tests/iconv-charset-length-cve-2007-4840.phpt]
       
  6685 PASS iconv() charset parameter length checks (CVE-2007-4840) [ext/iconv/tests/iconv-charset-length-cve-2007-4840.phpt] 
       
  6686 TEST 3367/11096 [ext/iconv/tests/iconv001.phpt]
       
  6687 PASS iconv() test 1 [ext/iconv/tests/iconv001.phpt] 
       
  6688 TEST 3368/11096 [ext/iconv/tests/iconv002.phpt]
       
  6689 PASS iconv() test 2 (UCS4BE to ASCII) [ext/iconv/tests/iconv002.phpt] 
       
  6690 TEST 3369/11096 [ext/iconv/tests/iconv003.phpt]
       
  6691 FAIL iconv() test 3 [ext/iconv/tests/iconv003.phpt] 
       
  6692 TEST 3370/11096 [ext/iconv/tests/iconv004.phpt]
       
  6693 PASS iconv_mime_encode() sanity cheeck. [ext/iconv/tests/iconv004.phpt] 
       
  6694 TEST 3371/11096 [ext/iconv/tests/iconv_basic.phpt]
       
  6695 PASS Test iconv() function : basic functionality [ext/iconv/tests/iconv_basic.phpt] 
       
  6696 TEST 3372/11096 [ext/iconv/tests/iconv_encoding_basic.phpt]
       
  6697 PASS Test iconv_get_encoding()/iconv_set_encoding() function : basic functionality [ext/iconv/tests/iconv_encoding_basic.phpt] 
       
  6698 TEST 3373/11096 [ext/iconv/tests/iconv_get_encoding_basic.phpt]
       
  6699 PASS iconv_get_encoding() parameter tests [ext/iconv/tests/iconv_get_encoding_basic.phpt] 
       
  6700 TEST 3374/11096 [ext/iconv/tests/iconv_get_encoding_error.phpt]
       
  6701 PASS Test iconv_get_encoding() function : basic functionality [ext/iconv/tests/iconv_get_encoding_error.phpt] 
       
  6702 TEST 3375/11096 [ext/iconv/tests/iconv_mime_decode-charset-length-cve-2007-4840.phpt]
       
  6703 PASS iconv_mime_decode() charset parameter length checks (CVE-2007-4840) [ext/iconv/tests/iconv_mime_decode-charset-length-cve-2007-4840.phpt] 
       
  6704 TEST 3376/11096 [ext/iconv/tests/iconv_mime_decode.phpt]
       
  6705 PASS iconv_mime_decode() [ext/iconv/tests/iconv_mime_decode.phpt] 
       
  6706 TEST 3377/11096 [ext/iconv/tests/iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt]
       
  6707 PASS iconv_mime_decode_headers() charset parameter length checks (CVE-2007-4840) [ext/iconv/tests/iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt] 
       
  6708 TEST 3378/11096 [ext/iconv/tests/iconv_mime_decode_headers.phpt]
       
  6709 PASS iconv_mime_decode_headers() [ext/iconv/tests/iconv_mime_decode_headers.phpt] 
       
  6710 TEST 3379/11096 [ext/iconv/tests/iconv_mime_decode_headers_variation1.phpt]
       
  6711 PASS Test iconv_mime_encode() function : usage variations - Pass different data types to headers arg [ext/iconv/tests/iconv_mime_decode_headers_variation1.phpt] 
       
  6712 TEST 3380/11096 [ext/iconv/tests/iconv_mime_decode_headers_variation2.phpt]
       
  6713 PASS Test iconv_mime_encode() function : usage variations - Pass different data types to mode arg [ext/iconv/tests/iconv_mime_decode_headers_variation2.phpt] 
       
  6714 TEST 3381/11096 [ext/iconv/tests/iconv_mime_decode_headers_variation3.phpt]
       
  6715 PASS Test iconv_mime_encode() function : usage variations - Pass different data types to charset arg [ext/iconv/tests/iconv_mime_decode_headers_variation3.phpt] 
       
  6716 TEST 3382/11096 [ext/iconv/tests/iconv_mime_decode_variation1.phpt]
       
  6717 PASS Test iconv_mime_decode() function : usage variations - Pass different data types to header arg [ext/iconv/tests/iconv_mime_decode_variation1.phpt] 
       
  6718 TEST 3383/11096 [ext/iconv/tests/iconv_mime_decode_variation2.phpt]
       
  6719 PASS Test iconv_mime_decode() function : usage variations - Pass different data types to mode arg [ext/iconv/tests/iconv_mime_decode_variation2.phpt] 
       
  6720 TEST 3384/11096 [ext/iconv/tests/iconv_mime_decode_variation3.phpt]
       
  6721 FAIL Test iconv_mime_decode() function : usage variations - Pass different data types to charset arg [ext/iconv/tests/iconv_mime_decode_variation3.phpt] 
       
  6722 TEST 3385/11096 [ext/iconv/tests/iconv_mime_encode.phpt]
       
  6723 FAIL iconv_mime_encode() [ext/iconv/tests/iconv_mime_encode.phpt] 
       
  6724 TEST 3386/11096 [ext/iconv/tests/iconv_set_encoding-charset-length-cve-2007-4840.phpt]
       
  6725 PASS iconv_set_encoding() charset parameter length checks (CVE-2007-4840) [ext/iconv/tests/iconv_set_encoding-charset-length-cve-2007-4840.phpt] 
       
  6726 TEST 3387/11096 [ext/iconv/tests/iconv_set_encoding_error.phpt]
       
  6727 PASS Test iconv_set_encoding() function : basic functionality [ext/iconv/tests/iconv_set_encoding_error.phpt] 
       
  6728 TEST 3388/11096 [ext/iconv/tests/iconv_set_encoding_variation.phpt]
       
  6729 PASS Test iconv_set_encoding() function : error functionality [ext/iconv/tests/iconv_set_encoding_variation.phpt] 
       
  6730 TEST 3389/11096 [ext/iconv/tests/iconv_stream_filter.phpt]
       
  6731 PASS iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt] 
       
  6732 TEST 3390/11096 [ext/iconv/tests/iconv_stream_filter_delimiter.phpt]
       
  6733 PASS iconv stream filter [ext/iconv/tests/iconv_stream_filter_delimiter.phpt] 
       
  6734 TEST 3391/11096 [ext/iconv/tests/iconv_strlen-charset-length-cve-2007-4840.phpt]
       
  6735 PASS iconv_strlen() charset parameter length checks (CVE-2007-4840) [ext/iconv/tests/iconv_strlen-charset-length-cve-2007-4840.phpt] 
       
  6736 TEST 3392/11096 [ext/iconv/tests/iconv_strlen.phpt]
       
  6737 PASS iconv_strlen() [ext/iconv/tests/iconv_strlen.phpt] 
       
  6738 TEST 3393/11096 [ext/iconv/tests/iconv_strlen_basic.phpt]
       
  6739 PASS Test iconv_strlen() function : basic functionality [ext/iconv/tests/iconv_strlen_basic.phpt] 
       
  6740 TEST 3394/11096 [ext/iconv/tests/iconv_strlen_error1.phpt]
       
  6741 PASS Test iconv_strlen() function : error conditions - pass incorrect number of args [ext/iconv/tests/iconv_strlen_error1.phpt] 
       
  6742 TEST 3395/11096 [ext/iconv/tests/iconv_strlen_error2.phpt]
       
  6743 FAIL Test iconv_strlen() function : error conditions - pass an unknown encoding [ext/iconv/tests/iconv_strlen_error2.phpt] 
       
  6744 TEST 3396/11096 [ext/iconv/tests/iconv_strlen_variation1.phpt]
       
  6745 PASS Test iconv_strlen() function : usage variations - Pass different data types as $str arg [ext/iconv/tests/iconv_strlen_variation1.phpt] 
       
  6746 TEST 3397/11096 [ext/iconv/tests/iconv_strlen_variation2.phpt]
       
  6747 FAIL Test iconv_strlen() function : usage variations - Pass different data types as $encoding arg [ext/iconv/tests/iconv_strlen_variation2.phpt] 
       
  6748 TEST 3398/11096 [ext/iconv/tests/iconv_strpos-charset-length-cve-2007-4840.phpt]
       
  6749 PASS iconv_strpos() charset parameter length checks (CVE-2007-4840) [ext/iconv/tests/iconv_strpos-charset-length-cve-2007-4840.phpt] 
       
  6750 TEST 3399/11096 [ext/iconv/tests/iconv_strpos.phpt]
       
  6751 PASS iconv_strpos() [ext/iconv/tests/iconv_strpos.phpt] 
       
  6752 TEST 3400/11096 [ext/iconv/tests/iconv_strpos_basic.phpt]
       
  6753 PASS Test iconv_strpos() function : basic functionality [ext/iconv/tests/iconv_strpos_basic.phpt] 
       
  6754 TEST 3401/11096 [ext/iconv/tests/iconv_strpos_error1.phpt]
       
  6755 PASS Test iconv_strpos() function : error conditions - Pass incorrect number of args [ext/iconv/tests/iconv_strpos_error1.phpt] 
       
  6756 TEST 3402/11096 [ext/iconv/tests/iconv_strpos_error2.phpt]
       
  6757 FAIL Test iconv_strpos() function : error conditions - Pass unknown encoding [ext/iconv/tests/iconv_strpos_error2.phpt] 
       
  6758 TEST 3403/11096 [ext/iconv/tests/iconv_strpos_variation1.phpt]
       
  6759 PASS Test iconv_strpos() function : usage variations - pass different data types to $haystack arg [ext/iconv/tests/iconv_strpos_variation1.phpt] 
       
  6760 TEST 3404/11096 [ext/iconv/tests/iconv_strpos_variation2.phpt]
       
  6761 PASS Test iconv_strpos() function : usage variations - pass different data types as $needle arg [ext/iconv/tests/iconv_strpos_variation2.phpt] 
       
  6762 TEST 3405/11096 [ext/iconv/tests/iconv_strpos_variation3.phpt]
       
  6763 PASS Test iconv_strpos() function : usage variations - pass different data types as $offset arg [ext/iconv/tests/iconv_strpos_variation3.phpt] 
       
  6764 TEST 3406/11096 [ext/iconv/tests/iconv_strpos_variation3_64bit.phpt]
       
  6765 SKIP Test iconv_strpos() function : usage variations - pass different data types as $offset arg [ext/iconv/tests/iconv_strpos_variation3_64bit.phpt] reason: this test is for 64bit platform only
       
  6766 TEST 3407/11096 [ext/iconv/tests/iconv_strpos_variation4.phpt]
       
  6767 FAIL Test iconv_strpos() function : usage variations - pass different data types as $charset arg [ext/iconv/tests/iconv_strpos_variation4.phpt] 
       
  6768 TEST 3408/11096 [ext/iconv/tests/iconv_strpos_variation5.phpt]
       
  6769 PASS Test iconv_strpos() function : usage variations - Pass different integers as $offset argument [ext/iconv/tests/iconv_strpos_variation5.phpt] 
       
  6770 TEST 3409/11096 [ext/iconv/tests/iconv_strrpos-charset-length-cve-2007-4840.phpt]
       
  6771 PASS iconv_strrpos() charset parameter length checks (CVE-2007-4840) [ext/iconv/tests/iconv_strrpos-charset-length-cve-2007-4840.phpt] 
       
  6772 TEST 3410/11096 [ext/iconv/tests/iconv_strrpos.phpt]
       
  6773 PASS iconv_strrpos() [ext/iconv/tests/iconv_strrpos.phpt] 
       
  6774 TEST 3411/11096 [ext/iconv/tests/iconv_strrpos_basic.phpt]
       
  6775 PASS Test iconv_strrpos() function : basic functionality [ext/iconv/tests/iconv_strrpos_basic.phpt] 
       
  6776 TEST 3412/11096 [ext/iconv/tests/iconv_strrpos_error1.phpt]
       
  6777 PASS Test iconv_strrpos() function : error conditions - pass incorrect number of args [ext/iconv/tests/iconv_strrpos_error1.phpt] 
       
  6778 TEST 3413/11096 [ext/iconv/tests/iconv_strrpos_error2.phpt]
       
  6779 FAIL Test iconv_strrpos() function : error conditions - pass an unknown encoding [ext/iconv/tests/iconv_strrpos_error2.phpt] 
       
  6780 TEST 3414/11096 [ext/iconv/tests/iconv_strrpos_variation1.phpt]
       
  6781 PASS Test iconv_strrpos() function : usage variations - pass different data types to $haystack arg [ext/iconv/tests/iconv_strrpos_variation1.phpt] 
       
  6782 TEST 3415/11096 [ext/iconv/tests/iconv_strrpos_variation2.phpt]
       
  6783 PASS Test iconv_strrpos() function : usage variations - Pass different data types to $needle arg [ext/iconv/tests/iconv_strrpos_variation2.phpt] 
       
  6784 TEST 3416/11096 [ext/iconv/tests/iconv_strrpos_variation3.phpt]
       
  6785 FAIL Test iconv_strrpos() function : usage variations - pass different data types as $encoding arg [ext/iconv/tests/iconv_strrpos_variation3.phpt] 
       
  6786 TEST 3417/11096 [ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt]
       
  6787 PASS iconv_substr() charset parameter length checks (CVE-2007-4783) [ext/iconv/tests/iconv_substr-charset-length-cve-2007-4783.phpt] 
       
  6788 TEST 3418/11096 [ext/iconv/tests/iconv_substr.phpt]
       
  6789 PASS iconv_substr() [ext/iconv/tests/iconv_substr.phpt] 
       
  6790 TEST 3419/11096 [ext/iconv/tests/iconv_substr_basic.phpt]
       
  6791 PASS Test iconv_substr() function : basic functionality [ext/iconv/tests/iconv_substr_basic.phpt] 
       
  6792 TEST 3420/11096 [ext/iconv/tests/iconv_substr_error1.phpt]
       
  6793 PASS Test iconv_substr() function : error conditions - Pass incorrect number of args [ext/iconv/tests/iconv_substr_error1.phpt] 
       
  6794 TEST 3421/11096 [ext/iconv/tests/iconv_substr_error2.phpt]
       
  6795 FAIL Test iconv_substr() function : error conditions - Pass an unknown encoding [ext/iconv/tests/iconv_substr_error2.phpt] 
       
  6796 TEST 3422/11096 [ext/iconv/tests/ob_iconv_handler-charset-length-cve-2007-4840.phpt]
       
  6797 PASS ob_iconv_handler() charset parameter length checks (CVE-2007-4840) [ext/iconv/tests/ob_iconv_handler-charset-length-cve-2007-4840.phpt] 
       
  6798 TEST 3423/11096 [ext/iconv/tests/ob_iconv_handler.phpt]
       
  6799 PASS ob_iconv_handler() [ext/iconv/tests/ob_iconv_handler.phpt] 
       
  6800 TEST 3424/11096 [ext/iconv/tests/translit-failure.phpt]
       
  6801 SKIP Translit failure [ext/iconv/tests/translit-failure.phpt] reason: ICONV_IMPL != "libiconv"
       
  6802 TEST 3425/11096 [ext/iconv/tests/translit-utf8.phpt]
       
  6803 SKIP Translit UTF-8 quotes [ext/iconv/tests/translit-utf8.phpt] reason: ICONV_IMPL != "libiconv"
       
  6804 TEST 3426/11096 [ext/imap/tests/bug31142_1.phpt]
       
  6805 PASS Bug #31142 test #1 (imap_mail_compose() generates incorrect output) [ext/imap/tests/bug31142_1.phpt] 
       
  6806 TEST 3427/11096 [ext/imap/tests/bug31142_2.phpt]
       
  6807 PASS Bug #31142 test #2 (imap_mail_compose() generates incorrect output) [ext/imap/tests/bug31142_2.phpt] 
       
  6808 TEST 3428/11096 [ext/imap/tests/bug32589.phpt]
       
  6809 PASS Bug #32589 (crash inside imap_mail_compose() function) [ext/imap/tests/bug32589.phpt] 
       
  6810 TEST 3429/11096 [ext/imap/tests/bug35669.phpt]
       
  6811 PASS Bug #35669 (imap_mail_compose() crashes with multipart-multiboundary-email) [ext/imap/tests/bug35669.phpt] 
       
  6812 TEST 3430/11096 [ext/imap/tests/bug40854.phpt]
       
  6813 PASS Bug #40854 (imap_mail_compose() creates an invalid terminator for multipart e-mails) [ext/imap/tests/bug40854.phpt] 
       
  6814 TEST 3431/11096 [ext/imap/tests/bug44098.phpt]
       
  6815 PASS Bug #44098 (imap_utf8() returns only capital letters) [ext/imap/tests/bug44098.phpt] 
       
  6816 TEST 3432/11096 [ext/imap/tests/bug45705_1.phpt]
       
  6817 PASS Bug #45705 test #1 (imap rfc822_parse_adrlist() modifies passed address parameter) [ext/imap/tests/bug45705_1.phpt] 
       
  6818 TEST 3433/11096 [ext/imap/tests/bug45705_2.phpt]
       
  6819 PASS Bug #45705 test #2 (imap rfc822_parse_adrlist() modifies passed address parameter) [ext/imap/tests/bug45705_2.phpt] 
       
  6820 TEST 3434/11096 [ext/imap/tests/bug46918.phpt]
       
  6821 PASS Bug #46918 (imap_rfc822_parse_adrlist host part not filled in correctly) [ext/imap/tests/bug46918.phpt] 
       
  6822 TEST 3435/11096 [ext/imap/tests/bug53377.phpt]
       
  6823 PASS Bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME header unfolding) [ext/imap/tests/bug53377.phpt] 
       
  6824 TEST 3436/11096 [ext/imap/tests/bug63126.phpt]
       
  6825 SKIP imap_open() DISABLE_AUTHENTICATOR ignores array param [ext/imap/tests/bug63126.phpt] reason: could not connect to mailbox {localhost/norsh}INBOX
       
  6826 TEST 3437/11096 [ext/imap/tests/imap_8bit_basic.phpt]
       
  6827 PASS Test imap_8bit() function : basic functionality [ext/imap/tests/imap_8bit_basic.phpt] 
       
  6828 TEST 3438/11096 [ext/imap/tests/imap_alerts_error.phpt]
       
  6829 SKIP Test imap_alerts() function : error conditions [ext/imap/tests/imap_alerts_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6830 TEST 3439/11096 [ext/imap/tests/imap_append_basic.phpt]
       
  6831 SKIP Test imap_append() function : basic functionality [ext/imap/tests/imap_append_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6832 TEST 3440/11096 [ext/imap/tests/imap_base64_basic.phpt]
       
  6833 PASS Test imap_base64() function : basic functionality [ext/imap/tests/imap_base64_basic.phpt] 
       
  6834 TEST 3441/11096 [ext/imap/tests/imap_binary_basic.phpt]
       
  6835 PASS Test imap_binary() function : basic functionality [ext/imap/tests/imap_binary_basic.phpt] 
       
  6836 TEST 3442/11096 [ext/imap/tests/imap_body.phpt]
       
  6837 SKIP imap_body() incorrect parameter count [ext/imap/tests/imap_body.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6838 TEST 3443/11096 [ext/imap/tests/imap_body_basic.phpt]
       
  6839 SKIP Test imap_body() function : basic functionality [ext/imap/tests/imap_body_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6840 TEST 3444/11096 [ext/imap/tests/imap_bodystruct_basic.phpt]
       
  6841 SKIP Test imap_bodystruct() function : basic functionality [ext/imap/tests/imap_bodystruct_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6842 TEST 3445/11096 [ext/imap/tests/imap_clearflag_full_basic.phpt]
       
  6843 SKIP Test imap_clearflag_full() function : basic functionality [ext/imap/tests/imap_clearflag_full_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6844 TEST 3446/11096 [ext/imap/tests/imap_close_basic.phpt]
       
  6845 SKIP Test imap_close() function : basic functionality [ext/imap/tests/imap_close_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6846 TEST 3447/11096 [ext/imap/tests/imap_close_error.phpt]
       
  6847 SKIP Test imap_close() function : error conditions - incorrect number of args [ext/imap/tests/imap_close_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6848 TEST 3448/11096 [ext/imap/tests/imap_close_variation1.phpt]
       
  6849 PASS Test imap_close() function : usage variations - different data types as $stream_id arg [ext/imap/tests/imap_close_variation1.phpt] 
       
  6850 TEST 3449/11096 [ext/imap/tests/imap_close_variation2.phpt]
       
  6851 SKIP Test imap_close() function : usage variations - different data types as $options arg [ext/imap/tests/imap_close_variation2.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6852 TEST 3450/11096 [ext/imap/tests/imap_close_variation3.phpt]
       
  6853 PASS Test imap_close() function : usage variations - different streams [ext/imap/tests/imap_close_variation3.phpt] 
       
  6854 TEST 3451/11096 [ext/imap/tests/imap_close_variation4.phpt]
       
  6855 SKIP Test imap_close() function : usage variations - different ints as $options arg [ext/imap/tests/imap_close_variation4.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6856 TEST 3452/11096 [ext/imap/tests/imap_createmailbox_basic.phpt]
       
  6857 SKIP Test imap_createmailbox() function : basic functionality [ext/imap/tests/imap_createmailbox_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6858 TEST 3453/11096 [ext/imap/tests/imap_errors_basic.phpt]
       
  6859 SKIP Test imap_errors() function : basic functionality [ext/imap/tests/imap_errors_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6860 TEST 3454/11096 [ext/imap/tests/imap_expunge_error.phpt]
       
  6861 SKIP imap_num_recent() incorrect parameter count [ext/imap/tests/imap_expunge_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6862 TEST 3455/11096 [ext/imap/tests/imap_fetch_overview_basic.phpt]
       
  6863 SKIP Test imap_fetch_overview() function : basic functionality [ext/imap/tests/imap_fetch_overview_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6864 TEST 3456/11096 [ext/imap/tests/imap_fetch_overview_error.phpt]
       
  6865 SKIP Test imap_fetch_overview() function : error conditions - incorrect number of args [ext/imap/tests/imap_fetch_overview_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6866 TEST 3457/11096 [ext/imap/tests/imap_fetch_overview_variation1.phpt]
       
  6867 PASS Test imap_fetch_overview() function : usage variations - diff data types as $stream_id arg [ext/imap/tests/imap_fetch_overview_variation1.phpt] 
       
  6868 TEST 3458/11096 [ext/imap/tests/imap_fetch_overview_variation2.phpt]
       
  6869 SKIP Test imap_fetch_overview() function : usage variations - diff data types as $msg_no arg [ext/imap/tests/imap_fetch_overview_variation2.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6870 TEST 3459/11096 [ext/imap/tests/imap_fetch_overview_variation3.phpt]
       
  6871 SKIP Test imap_fetch_overview() function : usage variations - FT_UID option [ext/imap/tests/imap_fetch_overview_variation3.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6872 TEST 3460/11096 [ext/imap/tests/imap_fetch_overview_variation4.phpt]
       
  6873 PASS Test imap_fetch_overview() function : usage variations - different resources as $stream_id [ext/imap/tests/imap_fetch_overview_variation4.phpt] 
       
  6874 TEST 3461/11096 [ext/imap/tests/imap_fetch_overview_variation5.phpt]
       
  6875 SKIP Test imap_fetch_overview() function : usage variations - $msg_no argument [ext/imap/tests/imap_fetch_overview_variation5.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6876 TEST 3462/11096 [ext/imap/tests/imap_fetch_overview_variation6.phpt]
       
  6877 SKIP Test imap_fetch_overview() function : usage variations - multipart message [ext/imap/tests/imap_fetch_overview_variation6.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6878 TEST 3463/11096 [ext/imap/tests/imap_fetchbody_basic.phpt]
       
  6879 SKIP Test imap_fetchbody() function : basic functionality [ext/imap/tests/imap_fetchbody_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6880 TEST 3464/11096 [ext/imap/tests/imap_fetchbody_error.phpt]
       
  6881 SKIP Test imap_fetchbody() function : error conditions - incorrect number of args [ext/imap/tests/imap_fetchbody_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6882 TEST 3465/11096 [ext/imap/tests/imap_fetchbody_variation1.phpt]
       
  6883 PASS Test imap_fetchbody() function : usage variation - diff data types as $stream_id arg [ext/imap/tests/imap_fetchbody_variation1.phpt] 
       
  6884 TEST 3466/11096 [ext/imap/tests/imap_fetchbody_variation2.phpt]
       
  6885 SKIP Test imap_fetchbody() function : usage variation - diff data types as $msg_no arg [ext/imap/tests/imap_fetchbody_variation2.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6886 TEST 3467/11096 [ext/imap/tests/imap_fetchbody_variation3.phpt]
       
  6887 SKIP Test imap_fetchbody() function : usage variation - diff data types as $section arg [ext/imap/tests/imap_fetchbody_variation3.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6888 TEST 3468/11096 [ext/imap/tests/imap_fetchbody_variation4.phpt]
       
  6889 SKIP Test imap_fetchbody() function : usage variations - FT_UID option [ext/imap/tests/imap_fetchbody_variation4.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6890 TEST 3469/11096 [ext/imap/tests/imap_fetchbody_variation5.phpt]
       
  6891 PASS Test imap_fetchbody() function : usage variation - different resources as $stream_id arg [ext/imap/tests/imap_fetchbody_variation5.phpt] 
       
  6892 TEST 3470/11096 [ext/imap/tests/imap_fetchbody_variation6.phpt]
       
  6893 SKIP Test imap_fetchbody() function : usage variations - $msg_no arg [ext/imap/tests/imap_fetchbody_variation6.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6894 TEST 3471/11096 [ext/imap/tests/imap_fetchheader_basic.phpt]
       
  6895 SKIP Test imap_fetchheader() function : basic function [ext/imap/tests/imap_fetchheader_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6896 TEST 3472/11096 [ext/imap/tests/imap_fetchheader_error.phpt]
       
  6897 SKIP Test imap_fetchheader() function : error conditions - incorrect number of args [ext/imap/tests/imap_fetchheader_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6898 TEST 3473/11096 [ext/imap/tests/imap_fetchheader_variation1.phpt]
       
  6899 PASS Test imap_fetchheader() function : usage variations - diff data types as $stream_id arg [ext/imap/tests/imap_fetchheader_variation1.phpt] 
       
  6900 TEST 3474/11096 [ext/imap/tests/imap_fetchheader_variation2.phpt]
       
  6901 SKIP Test imap_fetchheader() function : usage variations - diff data types for $msg_no arg [ext/imap/tests/imap_fetchheader_variation2.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6902 TEST 3475/11096 [ext/imap/tests/imap_fetchheader_variation3.phpt]
       
  6903 SKIP Test imap_fetchheader() function : usage variations - FT_UID option [ext/imap/tests/imap_fetchheader_variation3.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6904 TEST 3476/11096 [ext/imap/tests/imap_fetchheader_variation4.phpt]
       
  6905 PASS Test imap_fetchheader() function : usage variations - diff resource types as $stream_id [ext/imap/tests/imap_fetchheader_variation4.phpt] 
       
  6906 TEST 3477/11096 [ext/imap/tests/imap_fetchheader_variation5.phpt]
       
  6907 SKIP Test imap_fetchheader() function : usage variations - $msg_no argument [ext/imap/tests/imap_fetchheader_variation5.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6908 TEST 3478/11096 [ext/imap/tests/imap_fetchstructure_basic.phpt]
       
  6909 SKIP imap_fetchstructure() function : basic functionality [ext/imap/tests/imap_fetchstructure_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6910 TEST 3479/11096 [ext/imap/tests/imap_gc_error.phpt]
       
  6911 SKIP imap_gc() incorrect parameter count [ext/imap/tests/imap_gc_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6912 TEST 3480/11096 [ext/imap/tests/imap_getsubscribed_basic.phpt]
       
  6913 SKIP imap_getsubscribed() function : basic functionality [ext/imap/tests/imap_getsubscribed_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6914 TEST 3481/11096 [ext/imap/tests/imap_headerinfo_basic.phpt]
       
  6915 SKIP imap_headerinfo() function : basic functionality [ext/imap/tests/imap_headerinfo_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6916 TEST 3482/11096 [ext/imap/tests/imap_headerinfo_error.phpt]
       
  6917 SKIP imap_headerinfo() incorrect parameter count [ext/imap/tests/imap_headerinfo_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6918 TEST 3483/11096 [ext/imap/tests/imap_headers.phpt]
       
  6919 SKIP imap_headers() incorrect parameter count [ext/imap/tests/imap_headers.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6920 TEST 3484/11096 [ext/imap/tests/imap_list_basic.phpt]
       
  6921 SKIP imap_list() function : basic functionality [ext/imap/tests/imap_list_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6922 TEST 3485/11096 [ext/imap/tests/imap_lsub_basic.phpt]
       
  6923 SKIP imap_lsub() function : basic functionality [ext/imap/tests/imap_lsub_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6924 TEST 3486/11096 [ext/imap/tests/imap_mail_copy.phpt]
       
  6925 SKIP Test imap_mail_copy() incorrect parameters [ext/imap/tests/imap_mail_copy.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6926 TEST 3487/11096 [ext/imap/tests/imap_mail_copy_basic.phpt]
       
  6927 SKIP Test imap_mail_copy() function : basic functionality [ext/imap/tests/imap_mail_copy_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6928 TEST 3488/11096 [ext/imap/tests/imap_mail_move.phpt]
       
  6929 SKIP Test imap_mail_move() incorrect parameters [ext/imap/tests/imap_mail_move.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6930 TEST 3489/11096 [ext/imap/tests/imap_mail_move_basic.phpt]
       
  6931 SKIP Test imap_mail_move() function : basic functionality [ext/imap/tests/imap_mail_move_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6932 TEST 3490/11096 [ext/imap/tests/imap_mutf7_to_utf8.phpt]
       
  6933 SKIP imap_mutf7_to_utf8 [ext/imap/tests/imap_mutf7_to_utf8.phpt] 
       
  6934 TEST 3491/11096 [ext/imap/tests/imap_num_msg_error.phpt]
       
  6935 SKIP imap_num_msg() incorrect parameter count [ext/imap/tests/imap_num_msg_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6936 TEST 3492/11096 [ext/imap/tests/imap_num_recent_error.phpt]
       
  6937 SKIP imap_expunge() incorrect parameter count [ext/imap/tests/imap_num_recent_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6938 TEST 3493/11096 [ext/imap/tests/imap_open_error.phpt]
       
  6939 SKIP imap_open() incorrect parameter count [ext/imap/tests/imap_open_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6940 TEST 3494/11096 [ext/imap/tests/imap_ping_error.phpt]
       
  6941 SKIP imap_ping() incorrect parameter count [ext/imap/tests/imap_ping_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6942 TEST 3495/11096 [ext/imap/tests/imap_renamemailbox_basic.phpt]
       
  6943 SKIP imap_renamemailbox() function : basic functionality [ext/imap/tests/imap_renamemailbox_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6944 TEST 3496/11096 [ext/imap/tests/imap_rfc822_parse_headers_basic.phpt]
       
  6945 SKIP imap_rfc822_parse_headers() function : basic functionality [ext/imap/tests/imap_rfc822_parse_headers_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6946 TEST 3497/11096 [ext/imap/tests/imap_savebody_basic.phpt]
       
  6947 SKIP imap_savebody() function : basic functionality [ext/imap/tests/imap_savebody_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6948 TEST 3498/11096 [ext/imap/tests/imap_timeout_basic.phpt]
       
  6949 SKIP imap_timeout() function : basic functionality [ext/imap/tests/imap_timeout_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6950 TEST 3499/11096 [ext/imap/tests/imap_undelete_basic.phpt]
       
  6951 SKIP imap_undelete() function : basic functionality [ext/imap/tests/imap_undelete_basic.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6952 TEST 3500/11096 [ext/imap/tests/imap_undelete_error.phpt]
       
  6953 SKIP imap_undelete() incorrect parameter count [ext/imap/tests/imap_undelete_error.phpt] reason: could not connect to mailbox {localhost/norsh}
       
  6954 TEST 3501/11096 [ext/imap/tests/imap_utf8.phpt]
       
  6955 PASS imap_utf8() tests [ext/imap/tests/imap_utf8.phpt] 
       
  6956 TEST 3502/11096 [ext/imap/tests/imap_utf8_to_mutf7_basic.phpt]
       
  6957 SKIP imap_utf8_to_mutf7 [ext/imap/tests/imap_utf8_to_mutf7_basic.phpt] reason: imap_utf8_to_mutf7() not available
       
  6958 TEST 3503/11096 [ext/json/tests/001.phpt]
       
  6959 PASS json_decode() tests [ext/json/tests/001.phpt] 
       
  6960 TEST 3504/11096 [ext/json/tests/002.phpt]
       
  6961 PASS json_encode() tests [ext/json/tests/002.phpt] 
       
  6962 TEST 3505/11096 [ext/json/tests/003.phpt]
       
  6963 PASS json_encode() & endless loop - 1 [ext/json/tests/003.phpt] 
       
  6964 TEST 3506/11096 [ext/json/tests/004.phpt]
       
  6965 PASS json_encode() & endless loop - 2 [ext/json/tests/004.phpt] 
       
  6966 TEST 3507/11096 [ext/json/tests/005.phpt]
       
  6967 PASS json_encode() & endless loop - 3 [ext/json/tests/005.phpt] 
       
  6968 TEST 3508/11096 [ext/json/tests/006.phpt]
       
  6969 PASS json_encode() & extended encoding [ext/json/tests/006.phpt] 
       
  6970 TEST 3509/11096 [ext/json/tests/007.phpt]
       
  6971 PASS json_last_error() tests [ext/json/tests/007.phpt] 
       
  6972 TEST 3510/11096 [ext/json/tests/bug40503.phpt]
       
  6973 PASS Bug #40503 (json_encode() value corruption on 32bit systems with overflown values) [ext/json/tests/bug40503.phpt] 
       
  6974 TEST 3511/11096 [ext/json/tests/bug41034.phpt]
       
  6975 PASS Bug #41034 (json_encode() ignores null byte started keys in arrays) [ext/json/tests/bug41034.phpt] 
       
  6976 TEST 3512/11096 [ext/json/tests/bug41067.phpt]
       
  6977 PASS Bug #41067 (json_encode() problem with UTF-16 input) [ext/json/tests/bug41067.phpt] 
       
  6978 TEST 3513/11096 [ext/json/tests/bug41403.phpt]
       
  6979 PASS Bug #41403 (json_decode cannot decode floats if localeconv decimal_point is not '.') [ext/json/tests/bug41403.phpt] 
       
  6980 TEST 3514/11096 [ext/json/tests/bug41504.phpt]
       
  6981 PASS Bug #41504 (json_decode() converts empty array keys to "_empty_") [ext/json/tests/bug41504.phpt] 
       
  6982 TEST 3515/11096 [ext/json/tests/bug41567.phpt]
       
  6983 PASS Bug #41567 (json_encode() double conversion is inconsistent with PHP) [ext/json/tests/bug41567.phpt] 
       
  6984 TEST 3516/11096 [ext/json/tests/bug42090.phpt]
       
  6985 PASS Bug #42090 (json_decode causes segmentation fault) [ext/json/tests/bug42090.phpt] 
       
  6986 TEST 3517/11096 [ext/json/tests/bug42785.phpt]
       
  6987 PASS Bug #42785 (Incorrect formatting of double values with non-english locales) [ext/json/tests/bug42785.phpt] 
       
  6988 TEST 3518/11096 [ext/json/tests/bug43941.phpt]
       
  6989 PASS Bug #43941 (json_encode() invalid UTF-8) [ext/json/tests/bug43941.phpt] 
       
  6990 TEST 3519/11096 [ext/json/tests/bug45791.phpt]
       
  6991 PASS Bug #45791 (json_decode() does not handle number 0e0) [ext/json/tests/bug45791.phpt] 
       
  6992 TEST 3520/11096 [ext/json/tests/bug46215.phpt]
       
  6993 PASS Bug #46215 (json_encode mutates its parameter and has some class-specific state) [ext/json/tests/bug46215.phpt] 
       
  6994 TEST 3521/11096 [ext/json/tests/bug46944.phpt]
       
  6995 PASS Bug #46944 (json_encode() doesn't handle 3 byte utf8 correctly) [ext/json/tests/bug46944.phpt] 
       
  6996 TEST 3522/11096 [ext/json/tests/bug47644.phpt]
       
  6997 SKIP Bug #47644 (valid large integers are truncated) [ext/json/tests/bug47644.phpt] reason: this test is for 64bit platform only
       
  6998 TEST 3523/11096 [ext/json/tests/bug54058.phpt]
       
  6999 PASS Bug #54058 (json_last_error() invalid UTF-8 produces wrong error) [ext/json/tests/bug54058.phpt] 
       
  7000 TEST 3524/11096 [ext/json/tests/bug54484.phpt]
       
  7001 PASS Bug #54484 (Empty string in json_decode doesn't reset json_last_error) [ext/json/tests/bug54484.phpt] 
       
  7002 TEST 3525/11096 [ext/json/tests/bug55543.phpt]
       
  7003 PASS Bug #55543 (json_encode() with JSON_NUMERIC_CHECK & numeric string properties) [ext/json/tests/bug55543.phpt] 
       
  7004 TEST 3526/11096 [ext/json/tests/fail001.phpt]
       
  7005 PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/fail*.json) [ext/json/tests/fail001.phpt] 
       
  7006 TEST 3527/11096 [ext/json/tests/json_decode_basic.phpt]
       
  7007 PASS Test json_decode() function : basic functionality [ext/json/tests/json_decode_basic.phpt] 
       
  7008 TEST 3528/11096 [ext/json/tests/json_decode_error.phpt]
       
  7009 PASS Test json_decode() function : error conditions [ext/json/tests/json_decode_error.phpt] 
       
  7010 TEST 3529/11096 [ext/json/tests/json_encode_basic.phpt]
       
  7011 PASS Test json_encode() function : basic functionality [ext/json/tests/json_encode_basic.phpt] 
       
  7012 TEST 3530/11096 [ext/json/tests/json_encode_basic_utf8.phpt]
       
  7013 PASS Test json_encode() function : basic functionality with UTF8 string input [ext/json/tests/json_encode_basic_utf8.phpt] 
       
  7014 TEST 3531/11096 [ext/json/tests/json_encode_error.phpt]
       
  7015 PASS Test json_encode() function : error conditions [ext/json/tests/json_encode_error.phpt] 
       
  7016 TEST 3532/11096 [ext/json/tests/pass001.1.phpt]
       
  7017 PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json) [ext/json/tests/pass001.1.phpt] 
       
  7018 TEST 3533/11096 [ext/json/tests/pass001.1_64bit.phpt]
       
  7019 SKIP JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json) [ext/json/tests/pass001.1_64bit.phpt] reason: this test is for 64bit platform only
       
  7020 TEST 3534/11096 [ext/json/tests/pass001.phpt]
       
  7021 PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json) [ext/json/tests/pass001.phpt] 
       
  7022 TEST 3535/11096 [ext/json/tests/pass002.phpt]
       
  7023 PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/pass2.json) [ext/json/tests/pass002.phpt] 
       
  7024 TEST 3536/11096 [ext/json/tests/pass003.phpt]
       
  7025 PASS JSON (http://www.crockford.com/JSON/JSON_checker/test/pass3.json) [ext/json/tests/pass003.phpt] 
       
  7026 TEST 3537/11096 [ext/ldap/tests/bug48441.phpt]
       
  7027 SKIP ldap_search() bug 48441 - options persists after specifying them in ldap_search [ext/ldap/tests/bug48441.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7028 TEST 3538/11096 [ext/ldap/tests/bug48696.phpt]
       
  7029 SKIP Bug #48696 (ldap_read() segfaults with invalid parameters) [ext/ldap/tests/bug48696.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7030 TEST 3539/11096 [ext/ldap/tests/ldap_add_basic.phpt]
       
  7031 SKIP ldap_add() - Basic add operation [ext/ldap/tests/ldap_add_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7032 TEST 3540/11096 [ext/ldap/tests/ldap_add_error.phpt]
       
  7033 SKIP ldap_add() - Add operation that should fail [ext/ldap/tests/ldap_add_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7034 TEST 3541/11096 [ext/ldap/tests/ldap_bind_basic.phpt]
       
  7035 SKIP ldap_bind() - Basic anonymous binding [ext/ldap/tests/ldap_bind_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7036 TEST 3542/11096 [ext/ldap/tests/ldap_bind_error.phpt]
       
  7037 SKIP ldap_bind() - Binding that should fail [ext/ldap/tests/ldap_bind_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7038 TEST 3543/11096 [ext/ldap/tests/ldap_bind_variation.phpt]
       
  7039 SKIP ldap_bind() - Advanced binding [ext/ldap/tests/ldap_bind_variation.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7040 TEST 3544/11096 [ext/ldap/tests/ldap_compare_basic.phpt]
       
  7041 SKIP ldap_compare() - Basic ldap_compare test [ext/ldap/tests/ldap_compare_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7042 TEST 3545/11096 [ext/ldap/tests/ldap_compare_error.phpt]
       
  7043 SKIP ldap_compare() - Testing ldap_compare() that should fail [ext/ldap/tests/ldap_compare_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7044 TEST 3546/11096 [ext/ldap/tests/ldap_connect_basic.phpt]
       
  7045 PASS ldap_connect() - Basic connection [ext/ldap/tests/ldap_connect_basic.phpt] 
       
  7046 TEST 3547/11096 [ext/ldap/tests/ldap_connect_error.phpt]
       
  7047 PASS ldap_connect() - Connection errors [ext/ldap/tests/ldap_connect_error.phpt] 
       
  7048 TEST 3548/11096 [ext/ldap/tests/ldap_connect_variation.phpt]
       
  7049 PASS ldap_connect() - Variation [ext/ldap/tests/ldap_connect_variation.phpt] 
       
  7050 TEST 3549/11096 [ext/ldap/tests/ldap_count_entries_basic.phpt]
       
  7051 SKIP ldap_count_entries() - Basic counting LDAP entries [ext/ldap/tests/ldap_count_entries_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7052 TEST 3550/11096 [ext/ldap/tests/ldap_count_entries_error.phpt]
       
  7053 PASS ldap_count_entries() - Testing counting LDAP entries that should fail [ext/ldap/tests/ldap_count_entries_error.phpt] 
       
  7054 TEST 3551/11096 [ext/ldap/tests/ldap_delete_basic.phpt]
       
  7055 SKIP ldap_delete() - Basic delete operation [ext/ldap/tests/ldap_delete_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7056 TEST 3552/11096 [ext/ldap/tests/ldap_delete_error.phpt]
       
  7057 SKIP ldap_delete() - Delete operation that should fail [ext/ldap/tests/ldap_delete_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7058 TEST 3553/11096 [ext/ldap/tests/ldap_dn2ufn.phpt]
       
  7059 PASS ldap_dn2ufn() test [ext/ldap/tests/ldap_dn2ufn.phpt] 
       
  7060 TEST 3554/11096 [ext/ldap/tests/ldap_err2str_basic.phpt]
       
  7061 PASS ldap_err2str() - Basic error number to string conversion [ext/ldap/tests/ldap_err2str_basic.phpt] 
       
  7062 TEST 3555/11096 [ext/ldap/tests/ldap_err2str_error.phpt]
       
  7063 PASS ldap_err2str() - Incorrect usage of number to string conversion [ext/ldap/tests/ldap_err2str_error.phpt] 
       
  7064 TEST 3556/11096 [ext/ldap/tests/ldap_errno_basic.phpt]
       
  7065 SKIP ldap_errno() - Basic ldap_errno() operation [ext/ldap/tests/ldap_errno_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7066 TEST 3557/11096 [ext/ldap/tests/ldap_errno_error.phpt]
       
  7067 PASS ldap_errno() - ldap_errno() operation that should fail [ext/ldap/tests/ldap_errno_error.phpt] 
       
  7068 TEST 3558/11096 [ext/ldap/tests/ldap_error_basic.phpt]
       
  7069 SKIP ldap_error() - Basic ldap_error() operation [ext/ldap/tests/ldap_error_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7070 TEST 3559/11096 [ext/ldap/tests/ldap_error_error.phpt]
       
  7071 PASS ldap_error() - ldap_error() operation that should fail [ext/ldap/tests/ldap_error_error.phpt] 
       
  7072 TEST 3560/11096 [ext/ldap/tests/ldap_explode_dn.phpt]
       
  7073 PASS ldap_explode_dn() test [ext/ldap/tests/ldap_explode_dn.phpt] 
       
  7074 TEST 3561/11096 [ext/ldap/tests/ldap_first_attribute_basic.phpt]
       
  7075 SKIP ldap_first_attribute() - Basic ldap_first_attribute test [ext/ldap/tests/ldap_first_attribute_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7076 TEST 3562/11096 [ext/ldap/tests/ldap_first_attribute_error.phpt]
       
  7077 PASS ldap_first_attribute() - Testing ldap_first_attribute() that should fail [ext/ldap/tests/ldap_first_attribute_error.phpt] 
       
  7078 TEST 3563/11096 [ext/ldap/tests/ldap_first_entry_basic.phpt]
       
  7079 SKIP ldap_first_entry() - Basic ldap_first_entry test [ext/ldap/tests/ldap_first_entry_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7080 TEST 3564/11096 [ext/ldap/tests/ldap_first_entry_error.phpt]
       
  7081 PASS ldap_first_entry() - Testing ldap_first_entry() that should fail [ext/ldap/tests/ldap_first_entry_error.phpt] 
       
  7082 TEST 3565/11096 [ext/ldap/tests/ldap_first_reference_basic.phpt]
       
  7083 SKIP ldap_first_reference() - Basic ldap_first_reference test [ext/ldap/tests/ldap_first_reference_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7084 TEST 3566/11096 [ext/ldap/tests/ldap_first_reference_error.phpt]
       
  7085 PASS ldap_first_reference() - Testing ldap_first_reference() that should fail [ext/ldap/tests/ldap_first_reference_error.phpt] 
       
  7086 TEST 3567/11096 [ext/ldap/tests/ldap_free_result_basic.phpt]
       
  7087 SKIP ldap_free_result() - Basic ldap_free_result tests [ext/ldap/tests/ldap_free_result_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7088 TEST 3568/11096 [ext/ldap/tests/ldap_free_result_error.phpt]
       
  7089 PASS ldap_free_result() - Testing ldap_free_result() that should fail [ext/ldap/tests/ldap_free_result_error.phpt] 
       
  7090 TEST 3569/11096 [ext/ldap/tests/ldap_get_attributes_basic.phpt]
       
  7091 SKIP ldap_get_attributes() - Basic ldap_get_attributes test [ext/ldap/tests/ldap_get_attributes_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7092 TEST 3570/11096 [ext/ldap/tests/ldap_get_attributes_error.phpt]
       
  7093 PASS ldap_get_attributes() - Testing ldap_get_attributes() that should fail [ext/ldap/tests/ldap_get_attributes_error.phpt] 
       
  7094 TEST 3571/11096 [ext/ldap/tests/ldap_get_dn_basic.phpt]
       
  7095 SKIP ldap_get_dn() - Basic ldap_get_dn test [ext/ldap/tests/ldap_get_dn_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7096 TEST 3572/11096 [ext/ldap/tests/ldap_get_dn_error.phpt]
       
  7097 PASS ldap_get_dn() - Testing ldap_get_dn() that should fail [ext/ldap/tests/ldap_get_dn_error.phpt] 
       
  7098 TEST 3573/11096 [ext/ldap/tests/ldap_get_entries_basic.phpt]
       
  7099 SKIP ldap_get_entries() - Basic modify operation [ext/ldap/tests/ldap_get_entries_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7100 TEST 3574/11096 [ext/ldap/tests/ldap_get_entries_error.phpt]
       
  7101 PASS ldap_get_entries() - ldap_get_entries() operation that should fail [ext/ldap/tests/ldap_get_entries_error.phpt] 
       
  7102 TEST 3575/11096 [ext/ldap/tests/ldap_get_entries_variation.phpt]
       
  7103 SKIP Test ldap_get_entries() function - variation: used on empty search [ext/ldap/tests/ldap_get_entries_variation.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7104 TEST 3576/11096 [ext/ldap/tests/ldap_get_option_basic.phpt]
       
  7105 PASS ldap_get_option() - Basic ldap_get_option() operation [ext/ldap/tests/ldap_get_option_basic.phpt] 
       
  7106 TEST 3577/11096 [ext/ldap/tests/ldap_get_option_error.phpt]
       
  7107 PASS ldap_get_option() - ldap_get_option() operation that should fail [ext/ldap/tests/ldap_get_option_error.phpt] 
       
  7108 TEST 3578/11096 [ext/ldap/tests/ldap_get_option_variation.phpt]
       
  7109 PASS ldap_get_option() - More ldap_get_option() operations [ext/ldap/tests/ldap_get_option_variation.phpt] 
       
  7110 TEST 3579/11096 [ext/ldap/tests/ldap_get_values_len_basic.phpt]
       
  7111 SKIP ldap_get_values_len() - Basic ldap_get_values_len test [ext/ldap/tests/ldap_get_values_len_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7112 TEST 3580/11096 [ext/ldap/tests/ldap_get_values_len_error.phpt]
       
  7113 SKIP ldap_get_values_len() - Testing ldap_get_values_len() that should fail [ext/ldap/tests/ldap_get_values_len_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7114 TEST 3581/11096 [ext/ldap/tests/ldap_list_basic.phpt]
       
  7115 SKIP ldap_list() test [ext/ldap/tests/ldap_list_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7116 TEST 3582/11096 [ext/ldap/tests/ldap_list_error.phpt]
       
  7117 PASS ldap_list() - operation that should fail [ext/ldap/tests/ldap_list_error.phpt] 
       
  7118 TEST 3583/11096 [ext/ldap/tests/ldap_mod_add_basic.phpt]
       
  7119 SKIP ldap_mod_add() - Basic modify operation [ext/ldap/tests/ldap_mod_add_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7120 TEST 3584/11096 [ext/ldap/tests/ldap_mod_add_error.phpt]
       
  7121 SKIP ldap_mod_add() - ldap_mod_add() operations that should fail [ext/ldap/tests/ldap_mod_add_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7122 TEST 3585/11096 [ext/ldap/tests/ldap_mod_del_basic.phpt]
       
  7123 SKIP ldap_mod_del() - Basic modify operation [ext/ldap/tests/ldap_mod_del_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7124 TEST 3586/11096 [ext/ldap/tests/ldap_mod_del_error.phpt]
       
  7125 SKIP ldap_mod_del() - ldap_mod_del() operations that should fail [ext/ldap/tests/ldap_mod_del_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7126 TEST 3587/11096 [ext/ldap/tests/ldap_mod_replace_basic.phpt]
       
  7127 SKIP ldap_mod_replace() - Basic modify operation [ext/ldap/tests/ldap_mod_replace_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7128 TEST 3588/11096 [ext/ldap/tests/ldap_mod_replace_error.phpt]
       
  7129 SKIP ldap_mod_replace() - ldap_mod_replace() operations that should fail [ext/ldap/tests/ldap_mod_replace_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7130 TEST 3589/11096 [ext/ldap/tests/ldap_modify_basic.phpt]
       
  7131 SKIP ldap_modify() - Basic modify operation [ext/ldap/tests/ldap_modify_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7132 TEST 3590/11096 [ext/ldap/tests/ldap_modify_error.phpt]
       
  7133 SKIP ldap_modify() - Modify operations that should fail [ext/ldap/tests/ldap_modify_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7134 TEST 3591/11096 [ext/ldap/tests/ldap_next_attribute_basic.phpt]
       
  7135 SKIP ldap_next_attribute() - Basic ldap_next_attribute test [ext/ldap/tests/ldap_next_attribute_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7136 TEST 3592/11096 [ext/ldap/tests/ldap_next_attribute_error.phpt]
       
  7137 SKIP ldap_next_attribute() - Testing ldap_next_attribute() that should fail [ext/ldap/tests/ldap_next_attribute_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7138 TEST 3593/11096 [ext/ldap/tests/ldap_next_entry_basic.phpt]
       
  7139 SKIP ldap_next_entry() - Basic ldap_first_entry test [ext/ldap/tests/ldap_next_entry_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7140 TEST 3594/11096 [ext/ldap/tests/ldap_next_entry_error.phpt]
       
  7141 PASS ldap_next_entry() - Testing ldap_next_entry() that should fail [ext/ldap/tests/ldap_next_entry_error.phpt] 
       
  7142 TEST 3595/11096 [ext/ldap/tests/ldap_next_reference_basic.phpt]
       
  7143 SKIP ldap_next_reference() - Basic ldap_next_reference test [ext/ldap/tests/ldap_next_reference_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7144 TEST 3596/11096 [ext/ldap/tests/ldap_next_reference_error.phpt]
       
  7145 PASS ldap_next_reference() - Testing ldap_next_reference() that should fail [ext/ldap/tests/ldap_next_reference_error.phpt] 
       
  7146 TEST 3597/11096 [ext/ldap/tests/ldap_parse_reference_basic.phpt]
       
  7147 SKIP ldap_parse_reference() - Basic ldap_parse_reference test [ext/ldap/tests/ldap_parse_reference_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7148 TEST 3598/11096 [ext/ldap/tests/ldap_parse_reference_error.phpt]
       
  7149 PASS ldap_parse_reference() - ldap_parse_reference() operations that should fail [ext/ldap/tests/ldap_parse_reference_error.phpt] 
       
  7150 TEST 3599/11096 [ext/ldap/tests/ldap_parse_result_basic.phpt]
       
  7151 SKIP ldap_parse_result() - Basic ldap_parse_result test [ext/ldap/tests/ldap_parse_result_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7152 TEST 3600/11096 [ext/ldap/tests/ldap_parse_result_error.phpt]
       
  7153 PASS ldap_parse_result() - Testing ldap_parse_result() that should fail [ext/ldap/tests/ldap_parse_result_error.phpt] 
       
  7154 TEST 3601/11096 [ext/ldap/tests/ldap_read_basic.phpt]
       
  7155 SKIP ldap_read() test [ext/ldap/tests/ldap_read_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7156 TEST 3602/11096 [ext/ldap/tests/ldap_read_error.phpt]
       
  7157 PASS ldap_read() - operation that should fail [ext/ldap/tests/ldap_read_error.phpt] 
       
  7158 TEST 3603/11096 [ext/ldap/tests/ldap_rename_basic.phpt]
       
  7159 SKIP ldap_rename() - Basic ldap_rename test [ext/ldap/tests/ldap_rename_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7160 TEST 3604/11096 [ext/ldap/tests/ldap_rename_error.phpt]
       
  7161 PASS ldap_rename() - Testing ldap_rename() that should fail [ext/ldap/tests/ldap_rename_error.phpt] 
       
  7162 TEST 3605/11096 [ext/ldap/tests/ldap_sasl_bind_basic.phpt]
       
  7163 SKIP ldap_sasl_bind() - Basic anonymous binding [ext/ldap/tests/ldap_sasl_bind_basic.phpt] reason: LDAP extension not compiled with SASL support
       
  7164 TEST 3606/11096 [ext/ldap/tests/ldap_sasl_bind_error.phpt]
       
  7165 SKIP ldap_sasl_bind() - Binding that should fail [ext/ldap/tests/ldap_sasl_bind_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7166 TEST 3607/11096 [ext/ldap/tests/ldap_search_basic.phpt]
       
  7167 SKIP ldap_search() test [ext/ldap/tests/ldap_search_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7168 TEST 3608/11096 [ext/ldap/tests/ldap_search_error.phpt]
       
  7169 SKIP ldap_search() - operation that should fail [ext/ldap/tests/ldap_search_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7170 TEST 3609/11096 [ext/ldap/tests/ldap_search_variation1.phpt]
       
  7171 SKIP ldap_search() test [ext/ldap/tests/ldap_search_variation1.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7172 TEST 3610/11096 [ext/ldap/tests/ldap_search_variation2.phpt]
       
  7173 SKIP ldap_search() test [ext/ldap/tests/ldap_search_variation2.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7174 TEST 3611/11096 [ext/ldap/tests/ldap_search_variation3.phpt]
       
  7175 SKIP ldap_search() test [ext/ldap/tests/ldap_search_variation3.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7176 TEST 3612/11096 [ext/ldap/tests/ldap_search_variation4.phpt]
       
  7177 SKIP ldap_search() test [ext/ldap/tests/ldap_search_variation4.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7178 TEST 3613/11096 [ext/ldap/tests/ldap_search_variation5.phpt]
       
  7179 SKIP ldap_search() test [ext/ldap/tests/ldap_search_variation5.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7180 TEST 3614/11096 [ext/ldap/tests/ldap_search_variation6.phpt]
       
  7181 SKIP ldap_search() test [ext/ldap/tests/ldap_search_variation6.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7182 TEST 3615/11096 [ext/ldap/tests/ldap_set_option_basic.phpt]
       
  7183 PASS ldap_set_option() - Basic ldap_set_option() operation [ext/ldap/tests/ldap_set_option_basic.phpt] 
       
  7184 TEST 3616/11096 [ext/ldap/tests/ldap_set_option_error.phpt]
       
  7185 PASS ldap_set_option() - ldap_set_option() operation that should fail [ext/ldap/tests/ldap_set_option_error.phpt] 
       
  7186 TEST 3617/11096 [ext/ldap/tests/ldap_set_option_variation.phpt]
       
  7187 PASS ldap_set_option() - More ldap_set_option() operations [ext/ldap/tests/ldap_set_option_variation.phpt] 
       
  7188 TEST 3618/11096 [ext/ldap/tests/ldap_set_rebind_proc_basic.phpt]
       
  7189 SKIP ldap_set_rebind_proc() - Basic ldap_set_rebind_proc test [ext/ldap/tests/ldap_set_rebind_proc_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7190 TEST 3619/11096 [ext/ldap/tests/ldap_set_rebind_proc_error.phpt]
       
  7191 SKIP ldap_set_rebind_proc() - Testing ldap_set_rebind_proc() that should fail [ext/ldap/tests/ldap_set_rebind_proc_error.phpt] reason: no server listening
       
  7192 TEST 3620/11096 [ext/ldap/tests/ldap_sort_basic.phpt]
       
  7193 SKIP ldap_sort() - Basic ldap_sort test [ext/ldap/tests/ldap_sort_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7194 TEST 3621/11096 [ext/ldap/tests/ldap_sort_error.phpt]
       
  7195 PASS ldap_sort() - Testing ldap_sort() that should fail [ext/ldap/tests/ldap_sort_error.phpt] 
       
  7196 TEST 3622/11096 [ext/ldap/tests/ldap_sort_variation.phpt]
       
  7197 SKIP ldap_sort() - Basic ldap_sort test [ext/ldap/tests/ldap_sort_variation.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7198 TEST 3623/11096 [ext/ldap/tests/ldap_start_tls_basic.phpt]
       
  7199 SKIP ldap_start_tls() - Basic ldap_start_tls test [ext/ldap/tests/ldap_start_tls_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7200 TEST 3624/11096 [ext/ldap/tests/ldap_start_tls_error.phpt]
       
  7201 SKIP ldap_start_tls() - Binding that should fail [ext/ldap/tests/ldap_start_tls_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7202 TEST 3625/11096 [ext/ldap/tests/ldap_unbind_basic.phpt]
       
  7203 SKIP ldap_unbind() - Basic ldap_unbind() operation [ext/ldap/tests/ldap_unbind_basic.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7204 TEST 3626/11096 [ext/ldap/tests/ldap_unbind_error.phpt]
       
  7205 SKIP ldap_unbind() - ldap_unbind() operations that should fail [ext/ldap/tests/ldap_unbind_error.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7206 TEST 3627/11096 [ext/ldap/tests/ldap_unbind_variation.phpt]
       
  7207 SKIP ldap_unbind() - Variation of ldap_unbind() function using ldap_set_rebind_proc() [ext/ldap/tests/ldap_unbind_variation.phpt] reason: Can't bind to LDAP Server - [-1] Can't contact LDAP server
       
  7208 TEST 3628/11096 [ext/libxml/tests/001.phpt]
       
  7209 PASS libxml_use_internal_errors() [ext/libxml/tests/001.phpt] 
       
  7210 TEST 3629/11096 [ext/libxml/tests/002.phpt]
       
  7211 PASS libxml_get_errors() [ext/libxml/tests/002.phpt] 
       
  7212 TEST 3630/11096 [ext/libxml/tests/003.phpt]
       
  7213 PASS libxml_use_internal_errors() memory leaks [ext/libxml/tests/003.phpt] 
       
  7214 TEST 3631/11096 [ext/libxml/tests/004.phpt]
       
  7215 PASS libxml_set_streams_context() [ext/libxml/tests/004.phpt] 
       
  7216 TEST 3632/11096 [ext/libxml/tests/bug42112.phpt]
       
  7217 PASS Bug #42112 (deleting a node produces memory corruption) [ext/libxml/tests/bug42112.phpt] 
       
  7218 TEST 3633/11096 [ext/libxml/tests/bug54440.phpt]
       
  7219 PASS Bug #54440: libxml extension ignores default context [ext/libxml/tests/bug54440.phpt] 
       
  7220 TEST 3634/11096 [ext/libxml/tests/bug61367-read.phpt]
       
  7221 PASS Bug #61367: open_basedir bypass in libxml RSHUTDOWN: read test [ext/libxml/tests/bug61367-read.phpt] 
       
  7222 TEST 3635/11096 [ext/libxml/tests/bug61367-write.phpt]
       
  7223 FAIL Bug #61367: open_basedir bypass in libxml RSHUTDOWN: write test [ext/libxml/tests/bug61367-write.phpt] 
       
  7224 TEST 3636/11096 [ext/libxml/tests/bug63389.phpt]
       
  7225 PASS Bug #63389 (Missing context check on libxml_set_streams_context() causes memleak) [ext/libxml/tests/bug63389.phpt] 
       
  7226 TEST 3637/11096 [ext/mbstring/tests/bug20087.phpt]
       
  7227 PASS Bug #20087 (Assertion failure) [ext/mbstring/tests/bug20087.phpt] 
       
  7228 TEST 3638/11096 [ext/mbstring/tests/bug25140.phpt]
       
  7229 PASS Bug #25140 (mb_convert_encoding returns FALSE on an empty string) [ext/mbstring/tests/bug25140.phpt] 
       
  7230 TEST 3639/11096 [ext/mbstring/tests/bug26639.phpt]
       
  7231 PASS Bug #26639 (mb_convert_variables() clutters variables beyond the references) [ext/mbstring/tests/bug26639.phpt] 
       
  7232 TEST 3640/11096 [ext/mbstring/tests/bug28220.phpt]
       
  7233 PASS Bug #28220 (mb_strwidth() returns wrong width values for some Hangul characters) [ext/mbstring/tests/bug28220.phpt] 
       
  7234 TEST 3641/11096 [ext/mbstring/tests/bug30549.phpt]
       
  7235 PASS Bug #30549 (incorrect character translations for some ISO8859 charsets) [ext/mbstring/tests/bug30549.phpt] 
       
  7236 TEST 3642/11096 [ext/mbstring/tests/bug31911.phpt]
       
  7237 PASS Bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes) [ext/mbstring/tests/bug31911.phpt] 
       
  7238 TEST 3643/11096 [ext/mbstring/tests/bug40685.phpt]
       
  7239 PASS Bug #40685 (mb_decode_numericentity() removes '&' in the string) [ext/mbstring/tests/bug40685.phpt] 
       
  7240 TEST 3644/11096 [ext/mbstring/tests/bug43301.phpt]
       
  7241 PASS Bug #43301 (mb_ereg*_replace() crashes when replacement string is invalid PHP expression and 'e' option is used) [ext/mbstring/tests/bug43301.phpt] 
       
  7242 TEST 3645/11096 [ext/mbstring/tests/bug43840.phpt]
       
  7243 PASS Test mb_strpos() function : mb_strpos bounds check is byte count rather than a character count [ext/mbstring/tests/bug43840.phpt] 
       
  7244 TEST 3646/11096 [ext/mbstring/tests/bug43841.phpt]
       
  7245 PASS Test mb_strrpos() function : mb_strrpos offset is byte count for negative values [ext/mbstring/tests/bug43841.phpt] 
       
  7246 TEST 3647/11096 [ext/mbstring/tests/bug43993.phpt]
       
  7247 PASS Bug #43993 (mb_substr_count() behaves differently to substr_count() with overlapping needles) [ext/mbstring/tests/bug43993.phpt] 
       
  7248 TEST 3648/11096 [ext/mbstring/tests/bug43994.phpt]
       
  7249 PASS Test mb_ereg() function : mb_ereg 'successfully' matching incorrectly [ext/mbstring/tests/bug43994.phpt] 
       
  7250 TEST 3649/11096 [ext/mbstring/tests/bug43998.phpt]
       
  7251 PASS Test mb_strtolower() function : Two error messages returned for incorrect encoding for mb_strto[upper|lower] [ext/mbstring/tests/bug43998.phpt] 
       
  7252 TEST 3650/11096 [ext/mbstring/tests/bug45239.phpt]
       
  7253 PASS Bug #45239 (encoding detector hangs with mbstring.strict_detection enabled) [ext/mbstring/tests/bug45239.phpt] 
       
  7254 TEST 3651/11096 [ext/mbstring/tests/bug45722.phpt]
       
  7255 PASS Bug #45722 (mb_check_encoding() crashes) [ext/mbstring/tests/bug45722.phpt] 
       
  7256 TEST 3652/11096 [ext/mbstring/tests/bug45923.phpt]
       
  7257 PASS Bug #45923 (mb_st[r]ripos() offset not handled correctly) [ext/mbstring/tests/bug45923.phpt] 
       
  7258 TEST 3653/11096 [ext/mbstring/tests/bug46806.phpt]
       
  7259 PASS Bug #46806 (mb_wtrimwidth cutting to early) [ext/mbstring/tests/bug46806.phpt] 
       
  7260 TEST 3654/11096 [ext/mbstring/tests/bug46843.phpt]
       
  7261 PASS Bug #46843 (CP936 euro symbol is not converted properly) [ext/mbstring/tests/bug46843.phpt] 
       
  7262 TEST 3655/11096 [ext/mbstring/tests/bug47399.phpt]
       
  7263 PASS Bug #47399 (mb_check_encoding() returns true for some illegal SJIS characters) [ext/mbstring/tests/bug47399.phpt] 
       
  7264 TEST 3656/11096 [ext/mbstring/tests/bug48645.phpt]
       
  7265 PASS Bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-entities) [ext/mbstring/tests/bug48645.phpt] 
       
  7266 TEST 3657/11096 [ext/mbstring/tests/bug48697.phpt]
       
  7267 PASS Bug #48697 (mb_internal_encoding() value gets reset by parse_str() or mb_parse_str() [ext/mbstring/tests/bug48697.phpt] 
       
  7268 TEST 3658/11096 [ext/mbstring/tests/bug49354.phpt]
       
  7269 PASS Bug #49354 (mb_strcut() cuts wrong length when offset is in the middle of a multibyte character) [ext/mbstring/tests/bug49354.phpt] 
       
  7270 TEST 3659/11096 [ext/mbstring/tests/bug49528.phpt]
       
  7271 PASS Bug #49528 (UTF-16 strings prefixed by BOM wrongly converted) [ext/mbstring/tests/bug49528.phpt] 
       
  7272 TEST 3660/11096 [ext/mbstring/tests/bug49536.phpt]
       
  7273 PASS Bug #49536 (mb_detect_encoding() returns incorrect results when strict_mode is turned on) [ext/mbstring/tests/bug49536.phpt] 
       
  7274 TEST 3661/11096 [ext/mbstring/tests/bug52861.phpt]
       
  7275 PASS Bug #52681 (mb_send_mail() appends an extra MIME-Version header) [ext/mbstring/tests/bug52861.phpt] 
       
  7276 TEST 3662/11096 [ext/mbstring/tests/bug52931.phpt]
       
  7277 PASS Bug #52931 (strripos not overloaded with function overloading enabled) [ext/mbstring/tests/bug52931.phpt] 
       
  7278 TEST 3663/11096 [ext/mbstring/tests/bug52981.phpt]
       
  7279 PASS Bug #52981 (Unicode properties are outdated (from Unicode 3.2)) [ext/mbstring/tests/bug52981.phpt] 
       
  7280 TEST 3664/11096 [ext/mbstring/tests/bug54494.phpt]
       
  7281 PASS Bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE [ext/mbstring/tests/bug54494.phpt] 
       
  7282 SKIP Bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On) [ext/mbstring/tests/bug63447_001.phpt] reason: CGI not available
       
  7283 SKIP Bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On) [ext/mbstring/tests/bug63447_002.phpt] reason: CGI not available
       
  7284 SKIP Bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On) [ext/mbstring/tests/bug63447_003.phpt] reason: CGI not available
       
  7285 TEST 3668/11096 [ext/mbstring/tests/casefold.phpt]
       
  7286 PASS mb_strtoupper() / mb_strtolower() [ext/mbstring/tests/casefold.phpt] 
       
  7287 TEST 3669/11096 [ext/mbstring/tests/empty_pattern.phpt]
       
  7288 PASS Check for empty pattern [ext/mbstring/tests/empty_pattern.phpt] 
       
  7289 TEST 3670/11096 [ext/mbstring/tests/htmlent.phpt]
       
  7290 PASS HTML input/output [ext/mbstring/tests/htmlent.phpt] 
       
  7291 TEST 3671/11096 [ext/mbstring/tests/illformed_utf_sequences.phpt]
       
  7292 PASS Unicode standard conformance test (ill-formed UTF sequences.) [ext/mbstring/tests/illformed_utf_sequences.phpt] 
       
  7293 TEST 3672/11096 [ext/mbstring/tests/ini_language.phpt]
       
  7294 PASS mbstring.language bug [ext/mbstring/tests/ini_language.phpt] 
       
  7295 TEST 3673/11096 [ext/mbstring/tests/mb_convert_encoding.phpt]
       
  7296 PASS mb_convert_encoding() [ext/mbstring/tests/mb_convert_encoding.phpt] 
       
  7297 TEST 3674/11096 [ext/mbstring/tests/mb_convert_encoding_basic.phpt]
       
  7298 PASS Test mb_convert_encoding() function : basic functionality [ext/mbstring/tests/mb_convert_encoding_basic.phpt] 
       
  7299 TEST 3675/11096 [ext/mbstring/tests/mb_convert_encoding_stateful.phpt]
       
  7300 PASS mb_convert_encoding() with stateful encodings [ext/mbstring/tests/mb_convert_encoding_stateful.phpt] 
       
  7301 TEST 3676/11096 [ext/mbstring/tests/mb_convert_encoding_variation1.phpt]
       
  7302 PASS Test mb_convert_encoding() function : usage variations - pass different data types as $to_encoding arg [ext/mbstring/tests/mb_convert_encoding_variation1.phpt] 
       
  7303 TEST 3677/11096 [ext/mbstring/tests/mb_convert_kana.phpt]
       
  7304 PASS Testing mb_convert_kana() function [ext/mbstring/tests/mb_convert_kana.phpt] 
       
  7305 TEST 3678/11096 [ext/mbstring/tests/mb_convert_variables.phpt]
       
  7306 PASS mb_convert_variables() [ext/mbstring/tests/mb_convert_variables.phpt] 
       
  7307 TEST 3679/11096 [ext/mbstring/tests/mb_decode_mimeheader_basic.phpt]
       
  7308 PASS Test mb_decode_mimeheader() function : basic functionality [ext/mbstring/tests/mb_decode_mimeheader_basic.phpt] 
       
  7309 TEST 3680/11096 [ext/mbstring/tests/mb_decode_mimeheader_error.phpt]
       
  7310 PASS Test mb_decode_mimeheader() function : error conditions [ext/mbstring/tests/mb_decode_mimeheader_error.phpt] 
       
  7311 TEST 3681/11096 [ext/mbstring/tests/mb_decode_mimeheader_variation1.phpt]
       
  7312 PASS Test mb_decode_mimeheader() function : usage variation [ext/mbstring/tests/mb_decode_mimeheader_variation1.phpt] 
       
  7313 TEST 3682/11096 [ext/mbstring/tests/mb_decode_mimeheader_variation2.phpt]
       
  7314 PASS Test mb_decode_mimeheader() function : variation [ext/mbstring/tests/mb_decode_mimeheader_variation2.phpt] 
       
  7315 TEST 3683/11096 [ext/mbstring/tests/mb_decode_mimeheader_variation3.phpt]
       
  7316 PASS Test mb_decode_mimeheader() function : variation [ext/mbstring/tests/mb_decode_mimeheader_variation3.phpt] 
       
  7317 TEST 3684/11096 [ext/mbstring/tests/mb_decode_numericentity.phpt]
       
  7318 PASS Test mb_decode_numericentity() function : Convert HTML-Entities to UTF-8 [ext/mbstring/tests/mb_decode_numericentity.phpt] 
       
  7319 TEST 3685/11096 [ext/mbstring/tests/mb_detect_encoding.phpt]
       
  7320 PASS mb_detect_encoding() [ext/mbstring/tests/mb_detect_encoding.phpt] 
       
  7321 TEST 3686/11096 [ext/mbstring/tests/mb_detect_order.phpt]
       
  7322 PASS mb_detect_order() [ext/mbstring/tests/mb_detect_order.phpt] 
       
  7323 TEST 3687/11096 [ext/mbstring/tests/mb_encode_mimeheader_basic.phpt]
       
  7324 PASS Test mb_encode_mimeheader() function : basic functionality [ext/mbstring/tests/mb_encode_mimeheader_basic.phpt] 
       
  7325 TEST 3688/11096 [ext/mbstring/tests/mb_encode_mimeheader_basic2.phpt]
       
  7326 PASS Test mb_encode_mimeheader() function : basic functionality [ext/mbstring/tests/mb_encode_mimeheader_basic2.phpt] 
       
  7327 TEST 3689/11096 [ext/mbstring/tests/mb_encode_mimeheader_basic3.phpt]
       
  7328 PASS Test mb_encode_mimeheader() function : basic functionality [ext/mbstring/tests/mb_encode_mimeheader_basic3.phpt] 
       
  7329 TEST 3690/11096 [ext/mbstring/tests/mb_encode_mimeheader_indent.phpt]
       
  7330 PASS Test mb_encode_mimeheader() function : basic functionality, indent [ext/mbstring/tests/mb_encode_mimeheader_indent.phpt] 
       
  7331 TEST 3691/11096 [ext/mbstring/tests/mb_encode_mimeheader_variation1.phpt]
       
  7332 PASS Test mb_encode_mimeheader() function : usage variations - Pass different data types to $str arg [ext/mbstring/tests/mb_encode_mimeheader_variation1.phpt] 
       
  7333 TEST 3692/11096 [ext/mbstring/tests/mb_encode_mimeheader_variation2.phpt]
       
  7334 PASS Test mb_encode_mimeheader() function : usage variations - Pass different data types to $charset arg [ext/mbstring/tests/mb_encode_mimeheader_variation2.phpt] 
       
  7335 TEST 3693/11096 [ext/mbstring/tests/mb_encode_mimeheader_variation3.phpt]
       
  7336 PASS Test mb_encode_mimeheader() function : usage variations - Pass different data types to $transfer_encoding arg [ext/mbstring/tests/mb_encode_mimeheader_variation3.phpt] 
       
  7337 TEST 3694/11096 [ext/mbstring/tests/mb_encode_mimeheader_variation4.phpt]
       
  7338 PASS Test mb_encode_mimeheader() function : usage variations - Pass different data types to $linefeed arg [ext/mbstring/tests/mb_encode_mimeheader_variation4.phpt] 
       
  7339 TEST 3695/11096 [ext/mbstring/tests/mb_encode_mimeheader_variation5.phpt]
       
  7340 PASS Test mb_encode_mimeheader() function : usage variations - Pass different data types to $indent arg [ext/mbstring/tests/mb_encode_mimeheader_variation5.phpt] 
       
  7341 TEST 3696/11096 [ext/mbstring/tests/mb_encode_mimeheader_variation6.phpt]
       
  7342 PASS Test mb_encode_mimeheader() function : usage variations - Pass different strings to $linefeed arg [ext/mbstring/tests/mb_encode_mimeheader_variation6.phpt] 
       
  7343 TEST 3697/11096 [ext/mbstring/tests/mb_encode_numericentity.phpt]
       
  7344 PASS Test mb_encode_numericentity() function : Convert UTF-8 to HTML-Entities [ext/mbstring/tests/mb_encode_numericentity.phpt] 
       
  7345 TEST 3698/11096 [ext/mbstring/tests/mb_encoding_aliases.phpt]
       
  7346 PASS mb_encoding_aliases() [ext/mbstring/tests/mb_encoding_aliases.phpt] 
       
  7347 TEST 3699/11096 [ext/mbstring/tests/mb_ereg-compat-01.phpt]
       
  7348 PASS mb_ereg() compat test 1 [ext/mbstring/tests/mb_ereg-compat-01.phpt] 
       
  7349 TEST 3700/11096 [ext/mbstring/tests/mb_ereg-compat-02.phpt]
       
  7350 PASS mb_ereg() compat test 2 [ext/mbstring/tests/mb_ereg-compat-02.phpt] 
       
  7351 TEST 3701/11096 [ext/mbstring/tests/mb_ereg.phpt]
       
  7352 PASS mb_ereg() [ext/mbstring/tests/mb_ereg.phpt] 
       
  7353 TEST 3702/11096 [ext/mbstring/tests/mb_ereg1.phpt]
       
  7354 PASS mb_ereg() and invalid arguments [ext/mbstring/tests/mb_ereg1.phpt] 
       
  7355 TEST 3703/11096 [ext/mbstring/tests/mb_ereg2.phpt]
       
  7356 PASS mb_ereg() returning matches [ext/mbstring/tests/mb_ereg2.phpt] 
       
  7357 TEST 3704/11096 [ext/mbstring/tests/mb_ereg3.phpt]
       
  7358 PASS mb_ereg() returning matches [ext/mbstring/tests/mb_ereg3.phpt] 
       
  7359 TEST 3705/11096 [ext/mbstring/tests/mb_ereg4.phpt]
       
  7360 PASS mb_ereg() returning matches [ext/mbstring/tests/mb_ereg4.phpt] 
       
  7361 TEST 3706/11096 [ext/mbstring/tests/mb_ereg_basic.phpt]
       
  7362 PASS Test mb_ereg() function : basic functionality [ext/mbstring/tests/mb_ereg_basic.phpt] 
       
  7363 TEST 3707/11096 [ext/mbstring/tests/mb_ereg_error.phpt]
       
  7364 PASS Test mb_ereg() function : error conditions - pass incorrect number of arguments [ext/mbstring/tests/mb_ereg_error.phpt] 
       
  7365 TEST 3708/11096 [ext/mbstring/tests/mb_ereg_match_basic.phpt]
       
  7366 PASS Test mb_ereg_match() function : basic functionality [ext/mbstring/tests/mb_ereg_match_basic.phpt] 
       
  7367 TEST 3709/11096 [ext/mbstring/tests/mb_ereg_match_error1.phpt]
       
  7368 PASS Test mb_ereg_match() function : error conditions - pass function incorrect number of arguments [ext/mbstring/tests/mb_ereg_match_error1.phpt] 
       
  7369 TEST 3710/11096 [ext/mbstring/tests/mb_ereg_replace-compat-01.phpt]
       
  7370 PASS mb_ereg_replace() compat test 1 [ext/mbstring/tests/mb_ereg_replace-compat-01.phpt] 
       
  7371 TEST 3711/11096 [ext/mbstring/tests/mb_ereg_replace-compat-02.phpt]
       
  7372 PASS mb_ereg_replace() compat test 2 [ext/mbstring/tests/mb_ereg_replace-compat-02.phpt] 
       
  7373 TEST 3712/11096 [ext/mbstring/tests/mb_ereg_replace-compat-03.phpt]
       
  7374 PASS mb_ereg_replace() compat test 3 [ext/mbstring/tests/mb_ereg_replace-compat-03.phpt] 
       
  7375 TEST 3713/11096 [ext/mbstring/tests/mb_ereg_replace-compat-04.phpt]
       
  7376 PASS mb_ereg_replace() compat test 4 [ext/mbstring/tests/mb_ereg_replace-compat-04.phpt] 
       
  7377 TEST 3714/11096 [ext/mbstring/tests/mb_ereg_replace-compat-05.phpt]
       
  7378 PASS mb_ereg_replace() compat test 5 [ext/mbstring/tests/mb_ereg_replace-compat-05.phpt] 
       
  7379 TEST 3715/11096 [ext/mbstring/tests/mb_ereg_replace-compat-06.phpt]
       
  7380 PASS mb_ereg_replace() compat test 6 [ext/mbstring/tests/mb_ereg_replace-compat-06.phpt] 
       
  7381 TEST 3716/11096 [ext/mbstring/tests/mb_ereg_replace-compat-07.phpt]
       
  7382 PASS mb_ereg_replace() compat test 7 [ext/mbstring/tests/mb_ereg_replace-compat-07.phpt] 
       
  7383 TEST 3717/11096 [ext/mbstring/tests/mb_ereg_replace-compat-08.phpt]
       
  7384 PASS mb_ereg_replace() compat test 8 [ext/mbstring/tests/mb_ereg_replace-compat-08.phpt] 
       
  7385 TEST 3718/11096 [ext/mbstring/tests/mb_ereg_replace-compat-09.phpt]
       
  7386 PASS mb_ereg_replace() compat test 9 [ext/mbstring/tests/mb_ereg_replace-compat-09.phpt] 
       
  7387 TEST 3719/11096 [ext/mbstring/tests/mb_ereg_replace-compat-10.phpt]
       
  7388 PASS mb_ereg_replace() compat test 10 [ext/mbstring/tests/mb_ereg_replace-compat-10.phpt] 
       
  7389 TEST 3720/11096 [ext/mbstring/tests/mb_ereg_replace-compat-11.phpt]
       
  7390 PASS mb_ereg_replace() compat test 11 [ext/mbstring/tests/mb_ereg_replace-compat-11.phpt] 
       
  7391 TEST 3721/11096 [ext/mbstring/tests/mb_ereg_replace-compat-12.phpt]
       
  7392 PASS mb_ereg_replace() compat test 12 [ext/mbstring/tests/mb_ereg_replace-compat-12.phpt] 
       
  7393 TEST 3722/11096 [ext/mbstring/tests/mb_ereg_replace-compat-13.phpt]
       
  7394 PASS mb_ereg_replace() compat test 13 [ext/mbstring/tests/mb_ereg_replace-compat-13.phpt] 
       
  7395 TEST 3723/11096 [ext/mbstring/tests/mb_ereg_replace.phpt]
       
  7396 PASS mb_ereg_replace() [ext/mbstring/tests/mb_ereg_replace.phpt] 
       
  7397 TEST 3724/11096 [ext/mbstring/tests/mb_ereg_replace_basic.phpt]
       
  7398 PASS Test mb_ereg_replace() function : basic [ext/mbstring/tests/mb_ereg_replace_basic.phpt] 
       
  7399 TEST 3725/11096 [ext/mbstring/tests/mb_ereg_replace_error.phpt]
       
  7400 PASS Test mb_ereg_replace() function : error conditions [ext/mbstring/tests/mb_ereg_replace_error.phpt] 
       
  7401 TEST 3726/11096 [ext/mbstring/tests/mb_ereg_replace_variation1.phpt]
       
  7402 PASS Test mb_ereg_replace() function : usage variations  - <type here specifics of this variation> [ext/mbstring/tests/mb_ereg_replace_variation1.phpt] 
       
  7403 TEST 3727/11096 [ext/mbstring/tests/mb_ereg_replace_variation2.phpt]
       
  7404 PASS Test mb_ereg_replace() function : usage variations [ext/mbstring/tests/mb_ereg_replace_variation2.phpt] 
       
  7405 TEST 3728/11096 [ext/mbstring/tests/mb_ereg_replace_variation3.phpt]
       
  7406 PASS Test mb_ereg_replace() function : usage variations [ext/mbstring/tests/mb_ereg_replace_variation3.phpt] 
       
  7407 TEST 3729/11096 [ext/mbstring/tests/mb_ereg_replace_variation4.phpt]
       
  7408 PASS Test mb_ereg_replace() function : usage variations [ext/mbstring/tests/mb_ereg_replace_variation4.phpt] 
       
  7409 TEST 3730/11096 [ext/mbstring/tests/mb_ereg_search.phpt]
       
  7410 PASS Testing mb_ereg_search() function [ext/mbstring/tests/mb_ereg_search.phpt] 
       
  7411 TEST 3731/11096 [ext/mbstring/tests/mb_ereg_search_pos.phpt]
       
  7412 PASS mb_ereg_search_pos() # a test for the basic function of mb_ereg_search_pos [ext/mbstring/tests/mb_ereg_search_pos.phpt] 
       
  7413 TEST 3732/11096 [ext/mbstring/tests/mb_ereg_search_regs.phpt]
       
  7414 PASS Funktionstest mb_ereg_search_regs() [ext/mbstring/tests/mb_ereg_search_regs.phpt] 
       
  7415 TEST 3733/11096 [ext/mbstring/tests/mb_ereg_search_xxx.phpt]
       
  7416 PASS mb_ereg_search() stuff [ext/mbstring/tests/mb_ereg_search_xxx.phpt] 
       
  7417 TEST 3734/11096 [ext/mbstring/tests/mb_ereg_variation1.phpt]
       
  7418 PASS Test mb_ereg() function : usage variations - pass different data types to $pattern argument [ext/mbstring/tests/mb_ereg_variation1.phpt] 
       
  7419 TEST 3735/11096 [ext/mbstring/tests/mb_ereg_variation2.phpt]
       
  7420 PASS Test mb_ereg() function : usage variations - pass different data types to $string arg [ext/mbstring/tests/mb_ereg_variation2.phpt] 
       
  7421 TEST 3736/11096 [ext/mbstring/tests/mb_ereg_variation3.phpt]
       
  7422 PASS Test mb_ereg() function : usage variations - pass different character classes to see they match correctly [ext/mbstring/tests/mb_ereg_variation3.phpt] 
       
  7423 TEST 3737/11096 [ext/mbstring/tests/mb_ereg_variation4.phpt]
       
  7424 PASS Test mb_ereg() function : usage variations - pass different character classes as pattern for multibyte string [ext/mbstring/tests/mb_ereg_variation4.phpt] 
       
  7425 TEST 3738/11096 [ext/mbstring/tests/mb_ereg_variation5.phpt]
       
  7426 PASS Test mb_ereg() function : usage variations - Test anchors in regex [ext/mbstring/tests/mb_ereg_variation5.phpt] 
       
  7427 TEST 3739/11096 [ext/mbstring/tests/mb_ereg_variation6.phpt]
       
  7428 PASS Test mb_ereg() function : usage variations - match special characters [ext/mbstring/tests/mb_ereg_variation6.phpt] 
       
  7429 TEST 3740/11096 [ext/mbstring/tests/mb_ereg_variation7.phpt]
       
  7430 PASS Test mb_ereg() function : usage variations - different regex features in $pattern [ext/mbstring/tests/mb_ereg_variation7.phpt] 
       
  7431 TEST 3741/11096 [ext/mbstring/tests/mb_eregi.phpt]
       
  7432 PASS mb_eregi() and invalid arguments [ext/mbstring/tests/mb_eregi.phpt] 
       
  7433 TEST 3742/11096 [ext/mbstring/tests/mb_eregi_invalid_arguments.phpt]
       
  7434 PASS mb_eregi() and invalid arguments [ext/mbstring/tests/mb_eregi_invalid_arguments.phpt] 
       
  7435 TEST 3743/11096 [ext/mbstring/tests/mb_eregi_replace.phpt]
       
  7436 PASS Testing mb_eregi_replace() function [ext/mbstring/tests/mb_eregi_replace.phpt] 
       
  7437 TEST 3744/11096 [ext/mbstring/tests/mb_get_info.phpt]
       
  7438 PASS Test mb_get_info() function [ext/mbstring/tests/mb_get_info.phpt] 
       
  7439 SKIP mb_http_input() [ext/mbstring/tests/mb_http_input.phpt] reason: CGI not available
       
  7440 TEST 3746/11096 [ext/mbstring/tests/mb_http_output.phpt]
       
  7441 PASS mb_http_output() [ext/mbstring/tests/mb_http_output.phpt] 
       
  7442 TEST 3747/11096 [ext/mbstring/tests/mb_internal_encoding.phpt]
       
  7443 PASS mb_internal_encoding() [ext/mbstring/tests/mb_internal_encoding.phpt] 
       
  7444 TEST 3748/11096 [ext/mbstring/tests/mb_internal_encoding_basic.phpt]
       
  7445 PASS Test mb_internal_encoding() function : basic functionality [ext/mbstring/tests/mb_internal_encoding_basic.phpt] 
       
  7446 TEST 3749/11096 [ext/mbstring/tests/mb_internal_encoding_error1.phpt]
       
  7447 PASS Test mb_internal_encoding() function : error conditions - pass incorrect number of args [ext/mbstring/tests/mb_internal_encoding_error1.phpt] 
       
  7448 TEST 3750/11096 [ext/mbstring/tests/mb_internal_encoding_error2.phpt]
       
  7449 PASS Test mb_internal_encoding() function : error conditions - pass an unknown encoding [ext/mbstring/tests/mb_internal_encoding_error2.phpt] 
       
  7450 TEST 3751/11096 [ext/mbstring/tests/mb_internal_encoding_ini_basic2.phpt]
       
  7451 PASS Test INI mbstring.internal_encoding basic - encoding when valid specified [ext/mbstring/tests/mb_internal_encoding_ini_basic2.phpt] 
       
  7452 TEST 3752/11096 [ext/mbstring/tests/mb_internal_encoding_variation1.phpt]
       
  7453 PASS Test mb_internal_encoding() function : usage variations - Pass different data types as $encoding arg [ext/mbstring/tests/mb_internal_encoding_variation1.phpt] 
       
  7454 TEST 3753/11096 [ext/mbstring/tests/mb_internal_encoding_variation2.phpt]
       
  7455 PASS Test mb_internal_encoding() function : usage variations - Test different encodings [ext/mbstring/tests/mb_internal_encoding_variation2.phpt] 
       
  7456 TEST 3754/11096 [ext/mbstring/tests/mb_list_encodings.phpt]
       
  7457 PASS mb_list_encodings [ext/mbstring/tests/mb_list_encodings.phpt] 
       
  7458 TEST 3755/11096 [ext/mbstring/tests/mb_output_handler_euc_jp.phpt]
       
  7459 PASS mb_output_handler() (EUC-JP) [ext/mbstring/tests/mb_output_handler_euc_jp.phpt] 
       
  7460 TEST 3756/11096 [ext/mbstring/tests/mb_output_handler_pattern-01.phpt]
       
  7461 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes (1) [ext/mbstring/tests/mb_output_handler_pattern-01.phpt] 
       
  7462 TEST 3757/11096 [ext/mbstring/tests/mb_output_handler_pattern-02.phpt]
       
  7463 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes (2) [ext/mbstring/tests/mb_output_handler_pattern-02.phpt] 
       
  7464 TEST 3758/11096 [ext/mbstring/tests/mb_output_handler_pattern-03.phpt]
       
  7465 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes (3) [ext/mbstring/tests/mb_output_handler_pattern-03.phpt] 
       
  7466 TEST 3759/11096 [ext/mbstring/tests/mb_output_handler_pattern-04.phpt]
       
  7467 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes (4) [ext/mbstring/tests/mb_output_handler_pattern-04.phpt] 
       
  7468 TEST 3760/11096 [ext/mbstring/tests/mb_output_handler_pattern-05.phpt]
       
  7469 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes (5) [ext/mbstring/tests/mb_output_handler_pattern-05.phpt] 
       
  7470 TEST 3761/11096 [ext/mbstring/tests/mb_output_handler_pattern-06.phpt]
       
  7471 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes (6) [ext/mbstring/tests/mb_output_handler_pattern-06.phpt] 
       
  7472 TEST 3762/11096 [ext/mbstring/tests/mb_output_handler_pattern-07.phpt]
       
  7473 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes (7) [ext/mbstring/tests/mb_output_handler_pattern-07.phpt] 
       
  7474 TEST 3763/11096 [ext/mbstring/tests/mb_output_handler_pattern-08.phpt]
       
  7475 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes (8) [ext/mbstring/tests/mb_output_handler_pattern-08.phpt] 
       
  7476 TEST 3764/11096 [ext/mbstring/tests/mb_output_handler_pattern-09.phpt]
       
  7477 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes (9) [ext/mbstring/tests/mb_output_handler_pattern-09.phpt] 
       
  7478 TEST 3765/11096 [ext/mbstring/tests/mb_output_handler_pattern-10.phpt]
       
  7479 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes (10) [ext/mbstring/tests/mb_output_handler_pattern-10.phpt] 
       
  7480 TEST 3766/11096 [ext/mbstring/tests/mb_output_handler_pattern-11.phpt]
       
  7481 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes (11) [ext/mbstring/tests/mb_output_handler_pattern-11.phpt] 
       
  7482 TEST 3767/11096 [ext/mbstring/tests/mb_output_handler_pattern-12.phpt]
       
  7483 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes (12) [ext/mbstring/tests/mb_output_handler_pattern-12.phpt] 
       
  7484 TEST 3768/11096 [ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-01.phpt]
       
  7485 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes alteration in runtime (1) [ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-01.phpt] 
       
  7486 TEST 3769/11096 [ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-02.phpt]
       
  7487 PASS mb_output_handler() and mbstring.http_output_conv_mimetypes alteration in runtime (2) [ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-02.phpt] 
       
  7488 TEST 3770/11096 [ext/mbstring/tests/mb_output_handler_shift_jis.phpt]
       
  7489 PASS mb_output_handler() (Shift_JIS) [ext/mbstring/tests/mb_output_handler_shift_jis.phpt] 
       
  7490 TEST 3771/11096 [ext/mbstring/tests/mb_parse_str.phpt]
       
  7491 PASS mb_parse_str() [ext/mbstring/tests/mb_parse_str.phpt] 
       
  7492 TEST 3772/11096 [ext/mbstring/tests/mb_parse_str02.phpt]
       
  7493 PASS mb_parse_str() test 2 [ext/mbstring/tests/mb_parse_str02.phpt] 
       
  7494 TEST 3773/11096 [ext/mbstring/tests/mb_preferred_mime_name.phpt]
       
  7495 PASS mb_preferred_mime_name() [ext/mbstring/tests/mb_preferred_mime_name.phpt] 
       
  7496 TEST 3774/11096 [ext/mbstring/tests/mb_regex_encoding_basic.phpt]
       
  7497 PASS Test mb_regex_encoding() function : basic functionality [ext/mbstring/tests/mb_regex_encoding_basic.phpt] 
       
  7498 TEST 3775/11096 [ext/mbstring/tests/mb_regex_encoding_error1.phpt]
       
  7499 PASS Test mb_regex_encoding() function : error conditions - pass incorrect number of args [ext/mbstring/tests/mb_regex_encoding_error1.phpt] 
       
  7500 TEST 3776/11096 [ext/mbstring/tests/mb_regex_encoding_error2.phpt]
       
  7501 PASS Test mb_regex_encoding() function : error conditions - Pass an unknown encoding [ext/mbstring/tests/mb_regex_encoding_error2.phpt] 
       
  7502 TEST 3777/11096 [ext/mbstring/tests/mb_regex_encoding_variation1.phpt]
       
  7503 PASS Test mb_regex_encoding() function : usage variations - Pass different data types as $encoding arg [ext/mbstring/tests/mb_regex_encoding_variation1.phpt] 
       
  7504 TEST 3778/11096 [ext/mbstring/tests/mb_regex_encoding_variation2.phpt]
       
  7505 PASS Test mb_regex_encoding() function : usage variations - test different encodings [ext/mbstring/tests/mb_regex_encoding_variation2.phpt] 
       
  7506 TEST 3779/11096 [ext/mbstring/tests/mb_regex_set_options.phpt]
       
  7507 PASS mb_regex_set_options() [ext/mbstring/tests/mb_regex_set_options.phpt] 
       
  7508 TEST 3780/11096 [ext/mbstring/tests/mb_send_mail01.phpt]
       
  7509 PASS mb_send_mail() test 1 (lang=neutral) [ext/mbstring/tests/mb_send_mail01.phpt] 
       
  7510 TEST 3781/11096 [ext/mbstring/tests/mb_send_mail02.phpt]
       
  7511 PASS mb_send_mail() test 2 (lang=Japanese) [ext/mbstring/tests/mb_send_mail02.phpt] 
       
  7512 TEST 3782/11096 [ext/mbstring/tests/mb_send_mail03.phpt]
       
  7513 PASS mb_send_mail() test 3 (lang=English) [ext/mbstring/tests/mb_send_mail03.phpt] 
       
  7514 TEST 3783/11096 [ext/mbstring/tests/mb_send_mail04.phpt]
       
  7515 PASS mb_send_mail() test 4 (lang=German) [ext/mbstring/tests/mb_send_mail04.phpt] 
       
  7516 TEST 3784/11096 [ext/mbstring/tests/mb_send_mail05.phpt]
       
  7517 PASS mb_send_mail() test 5 (lang=Simplified Chinese) [ext/mbstring/tests/mb_send_mail05.phpt] 
       
  7518 TEST 3785/11096 [ext/mbstring/tests/mb_send_mail06.phpt]
       
  7519 PASS mb_send_mail() test 6 (lang=Traditional Chinese) [ext/mbstring/tests/mb_send_mail06.phpt] 
       
  7520 TEST 3786/11096 [ext/mbstring/tests/mb_send_mail07.phpt]
       
  7521 PASS mb_send_mail() test 7 (lang=Korean) [ext/mbstring/tests/mb_send_mail07.phpt] 
       
  7522 TEST 3787/11096 [ext/mbstring/tests/mb_split-compat-01.phpt]
       
  7523 PASS mb_split() compat test 1 [ext/mbstring/tests/mb_split-compat-01.phpt] 
       
  7524 TEST 3788/11096 [ext/mbstring/tests/mb_split.phpt]
       
  7525 PASS mb_split() [ext/mbstring/tests/mb_split.phpt] 
       
  7526 TEST 3789/11096 [ext/mbstring/tests/mb_split_error.phpt]
       
  7527 PASS Test mb_split() function : error conditions [ext/mbstring/tests/mb_split_error.phpt] 
       
  7528 TEST 3790/11096 [ext/mbstring/tests/mb_split_variation1.phpt]
       
  7529 PASS Test mb_split() function : usage variations  - different parameter types for pattern [ext/mbstring/tests/mb_split_variation1.phpt] 
       
  7530 TEST 3791/11096 [ext/mbstring/tests/mb_split_variation2.phpt]
       
  7531 PASS Test mb_split() function : usage variations  - different parameter types for string [ext/mbstring/tests/mb_split_variation2.phpt] 
       
  7532 TEST 3792/11096 [ext/mbstring/tests/mb_split_variation3.phpt]
       
  7533 PASS Test mb_split() function : usage variations  - different parameter types for limit [ext/mbstring/tests/mb_split_variation3.phpt] 
       
  7534 TEST 3793/11096 [ext/mbstring/tests/mb_strcut.phpt]
       
  7535 PASS mb_strcut() [ext/mbstring/tests/mb_strcut.phpt] 
       
  7536 TEST 3794/11096 [ext/mbstring/tests/mb_strcut_missing_boundary_check.phpt]
       
  7537 PASS mb_strcut() missing boundary check. [ext/mbstring/tests/mb_strcut_missing_boundary_check.phpt] 
       
  7538 TEST 3795/11096 [ext/mbstring/tests/mb_strimwidth.phpt]
       
  7539 PASS mb_strimwidth() [ext/mbstring/tests/mb_strimwidth.phpt] 
       
  7540 TEST 3796/11096 [ext/mbstring/tests/mb_stripos.phpt]
       
  7541 PASS mb_stripos() [ext/mbstring/tests/mb_stripos.phpt] 
       
  7542 TEST 3797/11096 [ext/mbstring/tests/mb_stripos_basic.phpt]
       
  7543 PASS Test mb_stripos() function : basic functionality [ext/mbstring/tests/mb_stripos_basic.phpt] 
       
  7544 TEST 3798/11096 [ext/mbstring/tests/mb_stripos_basic2.phpt]
       
  7545 PASS Test mb_stripos() function : basic functionality [ext/mbstring/tests/mb_stripos_basic2.phpt] 
       
  7546 TEST 3799/11096 [ext/mbstring/tests/mb_stripos_error1.phpt]
       
  7547 PASS Test mb_stripos() function : error conditions - Pass incorrect number of args [ext/mbstring/tests/mb_stripos_error1.phpt] 
       
  7548 TEST 3800/11096 [ext/mbstring/tests/mb_stripos_error2.phpt]
       
  7549 PASS Test mb_stripos() function : error conditions - Pass unknown encoding [ext/mbstring/tests/mb_stripos_error2.phpt] 
       
  7550 TEST 3801/11096 [ext/mbstring/tests/mb_stripos_variation1.phpt]
       
  7551 PASS Test mb_stripos() function : usage variations - pass different data types to $haystack arg [ext/mbstring/tests/mb_stripos_variation1.phpt] 
       
  7552 TEST 3802/11096 [ext/mbstring/tests/mb_stripos_variation2.phpt]
       
  7553 PASS Test mb_stripos() function : usage variations - pass different data types as $needle arg [ext/mbstring/tests/mb_stripos_variation2.phpt] 
       
  7554 TEST 3803/11096 [ext/mbstring/tests/mb_stripos_variation3.phpt]
       
  7555 PASS Test mb_stripos() function : usage variations - pass different data types as $offset arg [ext/mbstring/tests/mb_stripos_variation3.phpt] 
       
  7556 TEST 3804/11096 [ext/mbstring/tests/mb_stripos_variation4.phpt]
       
  7557 PASS Test mb_stripos() function : usage variations - pass different data types as $encoding arg [ext/mbstring/tests/mb_stripos_variation4.phpt] 
       
  7558 TEST 3805/11096 [ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt]
       
  7559 PASS Test mb_stripos() function : usage variations - Pass different integers as $offset argument [ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt] 
       
  7560 TEST 3806/11096 [ext/mbstring/tests/mb_stristr_basic.phpt]
       
  7561 PASS Test mb_stristr() function : basic functionality [ext/mbstring/tests/mb_stristr_basic.phpt] 
       
  7562 TEST 3807/11096 [ext/mbstring/tests/mb_stristr_error1.phpt]
       
  7563 PASS Test mb_stristr() function : error conditions [ext/mbstring/tests/mb_stristr_error1.phpt] 
       
  7564 TEST 3808/11096 [ext/mbstring/tests/mb_stristr_error2.phpt]
       
  7565 PASS Test mb_stristr() function : error conditions [ext/mbstring/tests/mb_stristr_error2.phpt] 
       
  7566 TEST 3809/11096 [ext/mbstring/tests/mb_stristr_variation1.phpt]
       
  7567 PASS Test mb_stristr() function : usage variation - various haystacks, needle won't be found [ext/mbstring/tests/mb_stristr_variation1.phpt] 
       
  7568 TEST 3810/11096 [ext/mbstring/tests/mb_stristr_variation2.phpt]
       
  7569 PASS Test mb_stristr() function : usage variation - different types of needle. [ext/mbstring/tests/mb_stristr_variation2.phpt] 
       
  7570 TEST 3811/11096 [ext/mbstring/tests/mb_stristr_variation3.phpt]
       
  7571 PASS Test mb_stristr() function : usage variation - different values for part [ext/mbstring/tests/mb_stristr_variation3.phpt] 
       
  7572 TEST 3812/11096 [ext/mbstring/tests/mb_stristr_variation4.phpt]
       
  7573 PASS Test mb_stristr() function : usage variation - different encoding types [ext/mbstring/tests/mb_stristr_variation4.phpt] 
       
  7574 TEST 3813/11096 [ext/mbstring/tests/mb_stristr_variation5.phpt]
       
  7575 PASS Test mb_stristr() function : usage variation - multiple needles [ext/mbstring/tests/mb_stristr_variation5.phpt] 
       
  7576 TEST 3814/11096 [ext/mbstring/tests/mb_strlen.phpt]
       
  7577 PASS mb_strlen() [ext/mbstring/tests/mb_strlen.phpt] 
       
  7578 TEST 3815/11096 [ext/mbstring/tests/mb_strlen_basic.phpt]
       
  7579 PASS Test mb_strlen() function : basic functionality [ext/mbstring/tests/mb_strlen_basic.phpt] 
       
  7580 TEST 3816/11096 [ext/mbstring/tests/mb_strlen_error1.phpt]
       
  7581 PASS Test mb_strlen() function : error conditions - pass incorrect number of args [ext/mbstring/tests/mb_strlen_error1.phpt] 
       
  7582 TEST 3817/11096 [ext/mbstring/tests/mb_strlen_error2.phpt]
       
  7583 PASS Test mb_strlen() function : error conditions - pass an unknown encoding [ext/mbstring/tests/mb_strlen_error2.phpt] 
       
  7584 TEST 3818/11096 [ext/mbstring/tests/mb_strlen_variation1.phpt]
       
  7585 PASS Test mb_strlen() function : usage variations - Pass different data types as $str arg [ext/mbstring/tests/mb_strlen_variation1.phpt] 
       
  7586 TEST 3819/11096 [ext/mbstring/tests/mb_strlen_variation2.phpt]
       
  7587 PASS Test mb_strlen() function : usage variations - Pass different data types as $encoding arg [ext/mbstring/tests/mb_strlen_variation2.phpt] 
       
  7588 TEST 3820/11096 [ext/mbstring/tests/mb_strlen_variation3.phpt]
       
  7589 PASS Test mb_strlen() function : usage variations - Pass list of encodings [ext/mbstring/tests/mb_strlen_variation3.phpt] 
       
  7590 TEST 3821/11096 [ext/mbstring/tests/mb_strpos.phpt]
       
  7591 PASS mb_strpos() [ext/mbstring/tests/mb_strpos.phpt] 
       
  7592 TEST 3822/11096 [ext/mbstring/tests/mb_strpos_basic.phpt]
       
  7593 PASS Test mb_strpos() function : basic functionality [ext/mbstring/tests/mb_strpos_basic.phpt] 
       
  7594 TEST 3823/11096 [ext/mbstring/tests/mb_strpos_error1.phpt]
       
  7595 PASS Test mb_strpos() function : error conditions - Pass incorrect number of args [ext/mbstring/tests/mb_strpos_error1.phpt] 
       
  7596 TEST 3824/11096 [ext/mbstring/tests/mb_strpos_error2.phpt]
       
  7597 PASS Test mb_strpos() function : error conditions - Pass unknown encoding [ext/mbstring/tests/mb_strpos_error2.phpt] 
       
  7598 TEST 3825/11096 [ext/mbstring/tests/mb_strpos_variation1.phpt]
       
  7599 PASS Test mb_strpos() function : usage variations - pass different data types to $haystack arg [ext/mbstring/tests/mb_strpos_variation1.phpt] 
       
  7600 TEST 3826/11096 [ext/mbstring/tests/mb_strpos_variation2.phpt]
       
  7601 PASS Test mb_strpos() function : usage variations - pass different data types as $needle arg [ext/mbstring/tests/mb_strpos_variation2.phpt] 
       
  7602 TEST 3827/11096 [ext/mbstring/tests/mb_strpos_variation3.phpt]
       
  7603 PASS Test mb_strpos() function : usage variations - pass different data types as $offset arg [ext/mbstring/tests/mb_strpos_variation3.phpt] 
       
  7604 TEST 3828/11096 [ext/mbstring/tests/mb_strpos_variation4.phpt]
       
  7605 PASS Test mb_strpos() function : usage variations - pass different data types as $encoding arg [ext/mbstring/tests/mb_strpos_variation4.phpt] 
       
  7606 TEST 3829/11096 [ext/mbstring/tests/mb_strpos_variation5.phpt]
       
  7607 PASS Test mb_strpos() function : usage variations - Pass different integers as $offset argument [ext/mbstring/tests/mb_strpos_variation5.phpt] 
       
  7608 TEST 3830/11096 [ext/mbstring/tests/mb_strrchr_basic.phpt]
       
  7609 PASS Test mb_strrchr() function : basic functionality [ext/mbstring/tests/mb_strrchr_basic.phpt] 
       
  7610 TEST 3831/11096 [ext/mbstring/tests/mb_strrchr_error1.phpt]
       
  7611 PASS Test mb_strrchr() function : error conditions [ext/mbstring/tests/mb_strrchr_error1.phpt] 
       
  7612 TEST 3832/11096 [ext/mbstring/tests/mb_strrchr_error2.phpt]
       
  7613 PASS Test mb_strrchr() function : error conditions [ext/mbstring/tests/mb_strrchr_error2.phpt] 
       
  7614 TEST 3833/11096 [ext/mbstring/tests/mb_strrchr_variation1.phpt]
       
  7615 PASS Test mb_strrchr() function : usage variation - various haystacks, needle won't be found [ext/mbstring/tests/mb_strrchr_variation1.phpt] 
       
  7616 TEST 3834/11096 [ext/mbstring/tests/mb_strrchr_variation2.phpt]
       
  7617 PASS Test mb_strrchr() function : usage variation - different types of needle. [ext/mbstring/tests/mb_strrchr_variation2.phpt] 
       
  7618 TEST 3835/11096 [ext/mbstring/tests/mb_strrchr_variation3.phpt]
       
  7619 PASS Test mb_strrchr() function : usage variation - different values for part [ext/mbstring/tests/mb_strrchr_variation3.phpt] 
       
  7620 TEST 3836/11096 [ext/mbstring/tests/mb_strrchr_variation4.phpt]
       
  7621 PASS Test mb_strrchr() function : usage variation - different encoding types [ext/mbstring/tests/mb_strrchr_variation4.phpt] 
       
  7622 TEST 3837/11096 [ext/mbstring/tests/mb_strrchr_variation5.phpt]
       
  7623 PASS Test mb_strrchr() function : variation - multiple needles [ext/mbstring/tests/mb_strrchr_variation5.phpt] 
       
  7624 TEST 3838/11096 [ext/mbstring/tests/mb_strrchr_variation6.phpt]
       
  7625 PASS Test mb_strrchr() function : variation - case sensitivity [ext/mbstring/tests/mb_strrchr_variation6.phpt] 
       
  7626 TEST 3839/11096 [ext/mbstring/tests/mb_strrichr_basic.phpt]
       
  7627 PASS Test mb_strrichr() function : basic functionality [ext/mbstring/tests/mb_strrichr_basic.phpt] 
       
  7628 TEST 3840/11096 [ext/mbstring/tests/mb_strrichr_error1.phpt]
       
  7629 PASS Test mb_strrichr() function : error conditions [ext/mbstring/tests/mb_strrichr_error1.phpt] 
       
  7630 TEST 3841/11096 [ext/mbstring/tests/mb_strrichr_error2.phpt]
       
  7631 PASS Test mb_strrichr() function : error conditions [ext/mbstring/tests/mb_strrichr_error2.phpt] 
       
  7632 TEST 3842/11096 [ext/mbstring/tests/mb_strrichr_variation1.phpt]
       
  7633 PASS Test mb_strrichr() function : usage variation - various haystacks, needle won't be found [ext/mbstring/tests/mb_strrichr_variation1.phpt] 
       
  7634 TEST 3843/11096 [ext/mbstring/tests/mb_strrichr_variation2.phpt]
       
  7635 PASS Test mb_strrichr() function : usage variation - different types of needle. [ext/mbstring/tests/mb_strrichr_variation2.phpt] 
       
  7636 TEST 3844/11096 [ext/mbstring/tests/mb_strrichr_variation3.phpt]
       
  7637 PASS Test mb_strrichr() function : usage variation - different values for part [ext/mbstring/tests/mb_strrichr_variation3.phpt] 
       
  7638 TEST 3845/11096 [ext/mbstring/tests/mb_strrichr_variation4.phpt]
       
  7639 PASS Test mb_strrichr() function : usage variation - different encoding types [ext/mbstring/tests/mb_strrichr_variation4.phpt] 
       
  7640 TEST 3846/11096 [ext/mbstring/tests/mb_strrichr_variation5.phpt]
       
  7641 PASS Test mb_strrichr() function : usage variation - multiple needles [ext/mbstring/tests/mb_strrichr_variation5.phpt] 
       
  7642 TEST 3847/11096 [ext/mbstring/tests/mb_strripos_basic.phpt]
       
  7643 PASS Test mb_strripos() function : basic functionality [ext/mbstring/tests/mb_strripos_basic.phpt] 
       
  7644 TEST 3848/11096 [ext/mbstring/tests/mb_strripos_basic2.phpt]
       
  7645 PASS Test mb_strripos() function : basic functionality [ext/mbstring/tests/mb_strripos_basic2.phpt] 
       
  7646 TEST 3849/11096 [ext/mbstring/tests/mb_strripos_error1.phpt]
       
  7647 PASS Test mb_strripos() function : error conditions - Pass incorrect number of args [ext/mbstring/tests/mb_strripos_error1.phpt] 
       
  7648 TEST 3850/11096 [ext/mbstring/tests/mb_strripos_error2.phpt]
       
  7649 PASS Test mb_strripos() function : error conditions - Pass unknown encoding [ext/mbstring/tests/mb_strripos_error2.phpt] 
       
  7650 TEST 3851/11096 [ext/mbstring/tests/mb_strripos_variation1.phpt]
       
  7651 PASS Test mb_strripos() function : usage variations - pass different data types to $haystack arg [ext/mbstring/tests/mb_strripos_variation1.phpt] 
       
  7652 TEST 3852/11096 [ext/mbstring/tests/mb_strripos_variation2.phpt]
       
  7653 PASS Test mb_strripos() function : usage variations - pass different data types as $needle arg [ext/mbstring/tests/mb_strripos_variation2.phpt] 
       
  7654 TEST 3853/11096 [ext/mbstring/tests/mb_strripos_variation3_Bug45923.phpt]
       
  7655 PASS Test mb_strripos() function : usage variations - pass different data types as $offset arg [ext/mbstring/tests/mb_strripos_variation3_Bug45923.phpt] 
       
  7656 TEST 3854/11096 [ext/mbstring/tests/mb_strripos_variation4.phpt]
       
  7657 PASS Test mb_strripos() function : usage variations - pass different data types as $encoding arg [ext/mbstring/tests/mb_strripos_variation4.phpt] 
       
  7658 TEST 3855/11096 [ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt]
       
  7659 PASS Test mb_strripos() function : usage variations - Pass different integers as $offset argument [ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt] 
       
  7660 TEST 3856/11096 [ext/mbstring/tests/mb_strrpos_basic.phpt]
       
  7661 PASS Test mb_strrpos() function : basic functionality [ext/mbstring/tests/mb_strrpos_basic.phpt] 
       
  7662 TEST 3857/11096 [ext/mbstring/tests/mb_strrpos_error1.phpt]
       
  7663 PASS Test mb_strrpos() function : error conditions - pass incorrect number of args [ext/mbstring/tests/mb_strrpos_error1.phpt] 
       
  7664 TEST 3858/11096 [ext/mbstring/tests/mb_strrpos_error2.phpt]
       
  7665 PASS Test mb_strrpos() function : error conditions - pass an unknown encoding [ext/mbstring/tests/mb_strrpos_error2.phpt] 
       
  7666 TEST 3859/11096 [ext/mbstring/tests/mb_strrpos_variation1.phpt]
       
  7667 PASS Test mb_strrpos() function : usage variations - pass different data types to $haystack arg [ext/mbstring/tests/mb_strrpos_variation1.phpt] 
       
  7668 TEST 3860/11096 [ext/mbstring/tests/mb_strrpos_variation2.phpt]
       
  7669 PASS Test mb_strrpos() function : usage variations - Pass different data types to $needle arg [ext/mbstring/tests/mb_strrpos_variation2.phpt] 
       
  7670 TEST 3861/11096 [ext/mbstring/tests/mb_strrpos_variation3.phpt]
       
  7671 PASS Test mb_strrpos() function : usage variations - Pass different data types as $offset arg [ext/mbstring/tests/mb_strrpos_variation3.phpt] 
       
  7672 TEST 3862/11096 [ext/mbstring/tests/mb_strrpos_variation4.phpt]
       
  7673 PASS Test mb_strrpos() function : usage variations - pass different data types as $encoding arg [ext/mbstring/tests/mb_strrpos_variation4.phpt] 
       
  7674 TEST 3863/11096 [ext/mbstring/tests/mb_strrpos_variation5.phpt]
       
  7675 PASS Test mb_strrpos() function : usage variations - pass encoding as third argument (deprecated behaviour) [ext/mbstring/tests/mb_strrpos_variation5.phpt] 
       
  7676 TEST 3864/11096 [ext/mbstring/tests/mb_strstr.phpt]
       
  7677 PASS mb_strstr() [ext/mbstring/tests/mb_strstr.phpt] 
       
  7678 TEST 3865/11096 [ext/mbstring/tests/mb_strstr_basic.phpt]
       
  7679 PASS Test mb_strstr() function : basic functionality [ext/mbstring/tests/mb_strstr_basic.phpt] 
       
  7680 TEST 3866/11096 [ext/mbstring/tests/mb_strstr_error1.phpt]
       
  7681 PASS Test mb_strstr() function : error conditions [ext/mbstring/tests/mb_strstr_error1.phpt] 
       
  7682 TEST 3867/11096 [ext/mbstring/tests/mb_strstr_error2.phpt]
       
  7683 PASS Test mb_strstr() function : error conditions [ext/mbstring/tests/mb_strstr_error2.phpt] 
       
  7684 TEST 3868/11096 [ext/mbstring/tests/mb_strstr_variation1.phpt]
       
  7685 PASS Test mb_strstr() function : usage variation - various haystacks, needle won't be found [ext/mbstring/tests/mb_strstr_variation1.phpt] 
       
  7686 TEST 3869/11096 [ext/mbstring/tests/mb_strstr_variation2.phpt]
       
  7687 PASS Test mb_strstr() function : usage variation - different types of needle. [ext/mbstring/tests/mb_strstr_variation2.phpt] 
       
  7688 TEST 3870/11096 [ext/mbstring/tests/mb_strstr_variation3.phpt]
       
  7689 PASS Test mb_strstr() function : usage variation - different values for part [ext/mbstring/tests/mb_strstr_variation3.phpt] 
       
  7690 TEST 3871/11096 [ext/mbstring/tests/mb_strstr_variation4.phpt]
       
  7691 PASS Test mb_strstr() function : usage variation - different encoding types [ext/mbstring/tests/mb_strstr_variation4.phpt] 
       
  7692 TEST 3872/11096 [ext/mbstring/tests/mb_strstr_variation5.phpt]
       
  7693 PASS Test mb_strstr() function : variation - multiple needles [ext/mbstring/tests/mb_strstr_variation5.phpt] 
       
  7694 TEST 3873/11096 [ext/mbstring/tests/mb_strstr_variation6.phpt]
       
  7695 PASS Test mb_strstr() function : variation - case sensitivity [ext/mbstring/tests/mb_strstr_variation6.phpt] 
       
  7696 TEST 3874/11096 [ext/mbstring/tests/mb_strtolower_basic.phpt]
       
  7697 PASS Test mb_strtolower() function : basic functionality [ext/mbstring/tests/mb_strtolower_basic.phpt] 
       
  7698 TEST 3875/11096 [ext/mbstring/tests/mb_strtolower_error1.phpt]
       
  7699 PASS Test mb_strtolower() function : error conditions - pass incorrect number of arguments [ext/mbstring/tests/mb_strtolower_error1.phpt] 
       
  7700 TEST 3876/11096 [ext/mbstring/tests/mb_strtolower_error2.phpt]
       
  7701 PASS Test mb_strtolower() function : error conditions - pass an unknown encoding [ext/mbstring/tests/mb_strtolower_error2.phpt] 
       
  7702 TEST 3877/11096 [ext/mbstring/tests/mb_strtolower_variation1.phpt]
       
  7703 PASS Test mb_strtolower() function : usage variations - pass different data types as $sourcestring arg [ext/mbstring/tests/mb_strtolower_variation1.phpt] 
       
  7704 TEST 3878/11096 [ext/mbstring/tests/mb_strtolower_variation2.phpt]
       
  7705 PASS Test mb_strtolower() function : usage variations - pass different data types as $encoding arg [ext/mbstring/tests/mb_strtolower_variation2.phpt] 
       
  7706 TEST 3879/11096 [ext/mbstring/tests/mb_strtolower_variation3.phpt]
       
  7707 PASS Test mb_strtolower() function : usage variations - pass mixed ASCII and non-ASCII strings [ext/mbstring/tests/mb_strtolower_variation3.phpt] 
       
  7708 TEST 3880/11096 [ext/mbstring/tests/mb_strtolower_variation4.phpt]
       
  7709 PASS Test mb_strtolower() function : usage variations - pass different characters to check conversion is correct [ext/mbstring/tests/mb_strtolower_variation4.phpt] 
       
  7710 TEST 3881/11096 [ext/mbstring/tests/mb_strtoupper_basic.phpt]
       
  7711 PASS Test mb_strtoupper() function : basic functionality [ext/mbstring/tests/mb_strtoupper_basic.phpt] 
       
  7712 TEST 3882/11096 [ext/mbstring/tests/mb_strtoupper_error1.phpt]
       
  7713 PASS Test mb_strtoupper() function : error conditions - pass incorrect number of args [ext/mbstring/tests/mb_strtoupper_error1.phpt] 
       
  7714 TEST 3883/11096 [ext/mbstring/tests/mb_strtoupper_error2.phpt]
       
  7715 PASS Test mb_strtoupper() function : error conditions - pass an unknown encoding [ext/mbstring/tests/mb_strtoupper_error2.phpt] 
       
  7716 TEST 3884/11096 [ext/mbstring/tests/mb_strtoupper_variation1.phpt]
       
  7717 PASS Test mb_strtoupper() function : usage varitations - pass different data types as $sourcestring arg [ext/mbstring/tests/mb_strtoupper_variation1.phpt] 
       
  7718 TEST 3885/11096 [ext/mbstring/tests/mb_strtoupper_variation2.phpt]
       
  7719 PASS Test mb_strtoupper() function : usage varitations - Pass different data types as $encoding arg [ext/mbstring/tests/mb_strtoupper_variation2.phpt] 
       
  7720 TEST 3886/11096 [ext/mbstring/tests/mb_strtoupper_variation3.phpt]
       
  7721 PASS Test mb_strtoupper() function : usage varitations - pass mixed ASCII and non-ASCII strings [ext/mbstring/tests/mb_strtoupper_variation3.phpt] 
       
  7722 TEST 3887/11096 [ext/mbstring/tests/mb_strtoupper_variation4.phpt]
       
  7723 PASS Test mb_strtoupper() function : usage varitations - Pass different character types to check conversion is correct [ext/mbstring/tests/mb_strtoupper_variation4.phpt] 
       
  7724 TEST 3888/11096 [ext/mbstring/tests/mb_strwidth.phpt]
       
  7725 PASS mb_strwidth() [ext/mbstring/tests/mb_strwidth.phpt] 
       
  7726 TEST 3889/11096 [ext/mbstring/tests/mb_substitute_character.phpt]
       
  7727 PASS mb_substitute_character() [ext/mbstring/tests/mb_substitute_character.phpt] 
       
  7728 TEST 3890/11096 [ext/mbstring/tests/mb_substitute_character_basic.phpt]
       
  7729 PASS Test mb_substitute_character() function : basic functionality [ext/mbstring/tests/mb_substitute_character_basic.phpt] 
       
  7730 TEST 3891/11096 [ext/mbstring/tests/mb_substitute_character_error.phpt]
       
  7731 PASS Test mb_substitute_character() function : error conditions [ext/mbstring/tests/mb_substitute_character_error.phpt] 
       
  7732 TEST 3892/11096 [ext/mbstring/tests/mb_substitute_character_variation1.phpt]
       
  7733 PASS Test mb_substitute_character() function : usage variation [ext/mbstring/tests/mb_substitute_character_variation1.phpt] 
       
  7734 TEST 3893/11096 [ext/mbstring/tests/mb_substitute_character_variation2.phpt]
       
  7735 PASS Test mb_substitute_character() function : variation unmappable out char for convert encoding [ext/mbstring/tests/mb_substitute_character_variation2.phpt] 
       
  7736 TEST 3894/11096 [ext/mbstring/tests/mb_substr.phpt]
       
  7737 PASS mb_substr() [ext/mbstring/tests/mb_substr.phpt] 
       
  7738 TEST 3895/11096 [ext/mbstring/tests/mb_substr_basic.phpt]
       
  7739 PASS Test mb_substr() function : basic functionality [ext/mbstring/tests/mb_substr_basic.phpt] 
       
  7740 TEST 3896/11096 [ext/mbstring/tests/mb_substr_count.phpt]
       
  7741 PASS mb_substr_count() [ext/mbstring/tests/mb_substr_count.phpt] 
       
  7742 TEST 3897/11096 [ext/mbstring/tests/mb_substr_count_basic.phpt]
       
  7743 PASS Test mb_substr_count() function : basic functionality [ext/mbstring/tests/mb_substr_count_basic.phpt] 
       
  7744 TEST 3898/11096 [ext/mbstring/tests/mb_substr_count_error1.phpt]
       
  7745 PASS Test mb_substr_count() function : error conditions - pass incorrect number of arguments [ext/mbstring/tests/mb_substr_count_error1.phpt] 
       
  7746 TEST 3899/11096 [ext/mbstring/tests/mb_substr_count_error2.phpt]
       
  7747 PASS Test mb_substr_count() function : error conditions - pass unknown encoding [ext/mbstring/tests/mb_substr_count_error2.phpt] 
       
  7748 TEST 3900/11096 [ext/mbstring/tests/mb_substr_count_variation1.phpt]
       
  7749 PASS Test mb_substr_count() function : usage variations - Pass different data types as $haystack arg [ext/mbstring/tests/mb_substr_count_variation1.phpt] 
       
  7750 TEST 3901/11096 [ext/mbstring/tests/mb_substr_count_variation2.phpt]
       
  7751 PASS Test mb_substr_count() function : usage variations - pass different data types as $needle arg [ext/mbstring/tests/mb_substr_count_variation2.phpt] 
       
  7752 TEST 3902/11096 [ext/mbstring/tests/mb_substr_count_variation3.phpt]
       
  7753 PASS Test mb_substr_count() function :usage variations - pass different data types as $encoding arg [ext/mbstring/tests/mb_substr_count_variation3.phpt] 
       
  7754 TEST 3903/11096 [ext/mbstring/tests/mb_substr_count_variation4.phpt]
       
  7755 PASS Test mb_substr_count() function : variation - pass a $needle that overlaps in $haystack [ext/mbstring/tests/mb_substr_count_variation4.phpt] 
       
  7756 TEST 3904/11096 [ext/mbstring/tests/mb_substr_error1.phpt]
       
  7757 PASS Test mb_substr() function : error conditions - Pass incorrect number of args [ext/mbstring/tests/mb_substr_error1.phpt] 
       
  7758 TEST 3905/11096 [ext/mbstring/tests/mb_substr_error2.phpt]
       
  7759 PASS Test mb_substr() function : error conditions - Pass an unknown encoding [ext/mbstring/tests/mb_substr_error2.phpt] 
       
  7760 TEST 3906/11096 [ext/mbstring/tests/mb_substr_variation1.phpt]
       
  7761 PASS Test mb_substr() function : usage variations - pass unexpected arguments (including strings) in place of $str [ext/mbstring/tests/mb_substr_variation1.phpt] 
       
  7762 TEST 3907/11096 [ext/mbstring/tests/mb_substr_variation2.phpt]
       
  7763 PASS Test mb_substr() function : usage variations - Pass different data types as $encoding arg [ext/mbstring/tests/mb_substr_variation2.phpt] 
       
  7764 TEST 3908/11096 [ext/mbstring/tests/mb_substr_variation3.phpt]
       
  7765 PASS Test mb_substr() function : usage variations - test different encodings [ext/mbstring/tests/mb_substr_variation3.phpt] 
       
  7766 TEST 3909/11096 [ext/mbstring/tests/mb_substr_variation4.phpt]
       
  7767 PASS Test mb_substr() function : usage variations - pass different integers to $start arg [ext/mbstring/tests/mb_substr_variation4.phpt] 
       
  7768 TEST 3910/11096 [ext/mbstring/tests/mb_substr_variation5.phpt]
       
  7769 PASS Test mb_substr() function : usage variations - pass different integers to $length arg [ext/mbstring/tests/mb_substr_variation5.phpt] 
       
  7770 TEST 3911/11096 [ext/mbstring/tests/mb_substr_variation6.phpt]
       
  7771 PASS Test mb_substr() function : usage variations - pass different integers to $start arg [ext/mbstring/tests/mb_substr_variation6.phpt] 
       
  7772 TEST 3912/11096 [ext/mbstring/tests/mb_substr_variation7.phpt]
       
  7773 PASS Test mb_substr() function : usage variations - pass different integers to $length arg [ext/mbstring/tests/mb_substr_variation7.phpt] 
       
  7774 TEST 3913/11096 [ext/mbstring/tests/overload01.phpt]
       
  7775 PASS Function overloading test 1 [ext/mbstring/tests/overload01.phpt] 
       
  7776 TEST 3914/11096 [ext/mbstring/tests/overload02.phpt]
       
  7777 PASS Function overloading test 2 [ext/mbstring/tests/overload02.phpt] 
       
  7778 TEST 3915/11096 [ext/mbstring/tests/php_gr_jp_10830.phpt]
       
  7779 PASS [email protected] #10830 [ext/mbstring/tests/php_gr_jp_10830.phpt] 
       
  7780 TEST 3916/11096 [ext/mbstring/tests/php_gr_jp_16242.phpt]
       
  7781 PASS [email protected] #16242 [ext/mbstring/tests/php_gr_jp_16242.phpt] 
       
  7782 TEST 3917/11096 [ext/mbstring/tests/php_gr_jp_dev_884-1.phpt]
       
  7783 PASS [email protected] #884 (1) [ext/mbstring/tests/php_gr_jp_dev_884-1.phpt] 
       
  7784 TEST 3918/11096 [ext/mbstring/tests/php_gr_jp_dev_884-2.phpt]
       
  7785 PASS [email protected] #884 (2) [ext/mbstring/tests/php_gr_jp_dev_884-2.phpt] 
       
  7786 TEST 3919/11096 [ext/mbstring/tests/simpletest.phpt]
       
  7787 PASS Simple multi-byte print test (EUC-JP) [ext/mbstring/tests/simpletest.phpt] 
       
  7788 TEST 3920/11096 [ext/mbstring/tests/zend_multibyte-01.phpt]
       
  7789 PASS zend multibyte (1) [ext/mbstring/tests/zend_multibyte-01.phpt] 
       
  7790 TEST 3921/11096 [ext/mbstring/tests/zend_multibyte-02.phpt]
       
  7791 PASS zend multibyte (2) [ext/mbstring/tests/zend_multibyte-02.phpt] 
       
  7792 TEST 3922/11096 [ext/mbstring/tests/zend_multibyte-03.phpt]
       
  7793 PASS zend multibyte (3) [ext/mbstring/tests/zend_multibyte-03.phpt] 
       
  7794 TEST 3923/11096 [ext/mbstring/tests/zend_multibyte-04.phpt]
       
  7795 PASS zend multibyte (4) [ext/mbstring/tests/zend_multibyte-04.phpt] 
       
  7796 TEST 3924/11096 [ext/mbstring/tests/zend_multibyte-05.phpt]
       
  7797 PASS zend multibyte (5) [ext/mbstring/tests/zend_multibyte-05.phpt] 
       
  7798 TEST 3925/11096 [ext/mbstring/tests/zend_multibyte-06.phpt]
       
  7799 PASS zend multibyte (6) [ext/mbstring/tests/zend_multibyte-06.phpt] 
       
  7800 TEST 3926/11096 [ext/mbstring/tests/zend_multibyte-07.phpt]
       
  7801 PASS zend multibyte (7) [ext/mbstring/tests/zend_multibyte-07.phpt] 
       
  7802 TEST 3927/11096 [ext/mbstring/tests/zend_multibyte-08.phpt]
       
  7803 PASS zend multibyte (8) [ext/mbstring/tests/zend_multibyte-08.phpt] 
       
  7804 TEST 3928/11096 [ext/mbstring/tests/zend_multibyte-09.phpt]
       
  7805 PASS zend multibyte (9) [ext/mbstring/tests/zend_multibyte-09.phpt] 
       
  7806 TEST 3929/11096 [ext/mbstring/tests/zend_multibyte-10.phpt]
       
  7807 PASS zend multibyte (10) [ext/mbstring/tests/zend_multibyte-10.phpt] 
       
  7808 TEST 3930/11096 [ext/mbstring/tests/zend_multibyte-11.phpt]
       
  7809 PASS zend multibyte (11) [ext/mbstring/tests/zend_multibyte-11.phpt] 
       
  7810 TEST 3931/11096 [ext/mbstring/tests/zend_multibyte-12.phpt]
       
  7811 PASS zend multibyte (12) [ext/mbstring/tests/zend_multibyte-12.phpt] 
       
  7812 TEST 3932/11096 [ext/mbstring/tests/zend_multibyte-13.phpt]
       
  7813 PASS zend multibyte (13) [ext/mbstring/tests/zend_multibyte-13.phpt] 
       
  7814 TEST 3933/11096 [ext/mbstring/tests/zend_multibyte-14.phpt]
       
  7815 PASS zend multibyte (14) [ext/mbstring/tests/zend_multibyte-14.phpt] 
       
  7816 TEST 3934/11096 [ext/mcrypt/tests/blowfish.phpt]
       
  7817 PASS Test for blowfish compatibility [ext/mcrypt/tests/blowfish.phpt] 
       
  7818 TEST 3935/11096 [ext/mcrypt/tests/bug35496.phpt]
       
  7819 FAIL Bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without proper init). [ext/mcrypt/tests/bug35496.phpt] 
       
  7820 TEST 3936/11096 [ext/mcrypt/tests/bug37595.phpt]
       
  7821 PASS Bug #37595 (mcrypt_generic calculates data length in wrong way) [ext/mcrypt/tests/bug37595.phpt] 
       
  7822 TEST 3937/11096 [ext/mcrypt/tests/bug41252.phpt]
       
  7823 PASS Bug #41252 (Calling mcrypt_generic without first calling mcrypt_generic_init crashes) [ext/mcrypt/tests/bug41252.phpt] 
       
  7824 TEST 3938/11096 [ext/mcrypt/tests/bug43143.phpt]
       
  7825 FAIL Bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB) [ext/mcrypt/tests/bug43143.phpt] 
       
  7826 TEST 3939/11096 [ext/mcrypt/tests/bug46010.phpt]
       
  7827 PASS Bug #46010 (warnings incorrectly generated for iv in ecb mode) [ext/mcrypt/tests/bug46010.phpt] 
       
  7828 TEST 3940/11096 [ext/mcrypt/tests/bug49738.phpt]
       
  7829 PASS Bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes) [ext/mcrypt/tests/bug49738.phpt] 
       
  7830 TEST 3941/11096 [ext/mcrypt/tests/bug55169.phpt]
       
  7831 PASS mcrypt_create_iv https://bugs.php.net/bug.php?id=55169 [ext/mcrypt/tests/bug55169.phpt] 
       
  7832 TEST 3942/11096 [ext/mcrypt/tests/bug8040.phpt]
       
  7833 PASS Bug #8040 (MCRYPT_MODE_* do not seem to exist) [ext/mcrypt/tests/bug8040.phpt] 
       
  7834 TEST 3943/11096 [ext/mcrypt/tests/mcrypt_cbc.phpt]
       
  7835 PASS mcrypt_cbc [ext/mcrypt/tests/mcrypt_cbc.phpt] 
       
  7836 TEST 3944/11096 [ext/mcrypt/tests/mcrypt_cbc_3des_decrypt.phpt]
       
  7837 PASS Test mcrypt_cbc() function : basic functionality [ext/mcrypt/tests/mcrypt_cbc_3des_decrypt.phpt] 
       
  7838 TEST 3945/11096 [ext/mcrypt/tests/mcrypt_cbc_3des_encrypt.phpt]
       
  7839 PASS Test mcrypt_cbc() function : basic functionality [ext/mcrypt/tests/mcrypt_cbc_3des_encrypt.phpt] 
       
  7840 TEST 3946/11096 [ext/mcrypt/tests/mcrypt_cbc_error.phpt]
       
  7841 PASS Test mcrypt_cbc() function : error conditions [ext/mcrypt/tests/mcrypt_cbc_error.phpt] 
       
  7842 TEST 3947/11096 [ext/mcrypt/tests/mcrypt_cbc_variation1.phpt]
       
  7843 PASS Test mcrypt_cbc() function : usage variation [ext/mcrypt/tests/mcrypt_cbc_variation1.phpt] 
       
  7844 TEST 3948/11096 [ext/mcrypt/tests/mcrypt_cbc_variation2.phpt]
       
  7845 PASS Test mcrypt_cbc() function : usage variation [ext/mcrypt/tests/mcrypt_cbc_variation2.phpt] 
       
  7846 TEST 3949/11096 [ext/mcrypt/tests/mcrypt_cbc_variation3.phpt]
       
  7847 PASS Test mcrypt_cbc() function : usage variation [ext/mcrypt/tests/mcrypt_cbc_variation3.phpt] 
       
  7848 TEST 3950/11096 [ext/mcrypt/tests/mcrypt_cbc_variation4.phpt]
       
  7849 PASS Test mcrypt_cbc() function : usage variation [ext/mcrypt/tests/mcrypt_cbc_variation4.phpt] 
       
  7850 TEST 3951/11096 [ext/mcrypt/tests/mcrypt_cbc_variation5.phpt]
       
  7851 PASS Test mcrypt_cbc() function : usage variation [ext/mcrypt/tests/mcrypt_cbc_variation5.phpt] 
       
  7852 TEST 3952/11096 [ext/mcrypt/tests/mcrypt_cfb.phpt]
       
  7853 PASS mcrypt_cfb [ext/mcrypt/tests/mcrypt_cfb.phpt] 
       
  7854 TEST 3953/11096 [ext/mcrypt/tests/mcrypt_create_iv.phpt]
       
  7855 PASS mcrypt_create_iv [ext/mcrypt/tests/mcrypt_create_iv.phpt] 
       
  7856 TEST 3954/11096 [ext/mcrypt/tests/mcrypt_decrypt.phpt]
       
  7857 PASS mcrypt_decrypt [ext/mcrypt/tests/mcrypt_decrypt.phpt] 
       
  7858 TEST 3955/11096 [ext/mcrypt/tests/mcrypt_decrypt_3des_cbc.phpt]
       
  7859 PASS Test mcrypt_decrypt() function : basic functionality [ext/mcrypt/tests/mcrypt_decrypt_3des_cbc.phpt] 
       
  7860 TEST 3956/11096 [ext/mcrypt/tests/mcrypt_decrypt_3des_ecb.phpt]
       
  7861 PASS Test mcrypt_decrypt() function : basic functionality [ext/mcrypt/tests/mcrypt_decrypt_3des_ecb.phpt] 
       
  7862 TEST 3957/11096 [ext/mcrypt/tests/mcrypt_decrypt_error.phpt]
       
  7863 PASS Test mcrypt_decrypt() function : error conditions [ext/mcrypt/tests/mcrypt_decrypt_error.phpt] 
       
  7864 TEST 3958/11096 [ext/mcrypt/tests/mcrypt_decrypt_variation1.phpt]
       
  7865 PASS Test mcrypt_decrypt() function : usage variation [ext/mcrypt/tests/mcrypt_decrypt_variation1.phpt] 
       
  7866 TEST 3959/11096 [ext/mcrypt/tests/mcrypt_decrypt_variation2.phpt]
       
  7867 PASS Test mcrypt_decrypt() function : usage variation [ext/mcrypt/tests/mcrypt_decrypt_variation2.phpt] 
       
  7868 TEST 3960/11096 [ext/mcrypt/tests/mcrypt_decrypt_variation3.phpt]
       
  7869 PASS Test mcrypt_decrypt() function : usage variation [ext/mcrypt/tests/mcrypt_decrypt_variation3.phpt] 
       
  7870 TEST 3961/11096 [ext/mcrypt/tests/mcrypt_decrypt_variation4.phpt]
       
  7871 PASS Test mcrypt_decrypt() function : usage variation [ext/mcrypt/tests/mcrypt_decrypt_variation4.phpt] 
       
  7872 TEST 3962/11096 [ext/mcrypt/tests/mcrypt_decrypt_variation5.phpt]
       
  7873 PASS Test mcrypt_decrypt() function : usage variation [ext/mcrypt/tests/mcrypt_decrypt_variation5.phpt] 
       
  7874 TEST 3963/11096 [ext/mcrypt/tests/mcrypt_ecb.phpt]
       
  7875 PASS mcrypt_ecb [ext/mcrypt/tests/mcrypt_ecb.phpt] 
       
  7876 TEST 3964/11096 [ext/mcrypt/tests/mcrypt_ecb_3des_decrypt.phpt]
       
  7877 PASS Test mcrypt_cbc() function : basic functionality [ext/mcrypt/tests/mcrypt_ecb_3des_decrypt.phpt] 
       
  7878 TEST 3965/11096 [ext/mcrypt/tests/mcrypt_ecb_3des_encrypt.phpt]
       
  7879 PASS Test mcrypt_ecb() function : basic functionality [ext/mcrypt/tests/mcrypt_ecb_3des_encrypt.phpt] 
       
  7880 TEST 3966/11096 [ext/mcrypt/tests/mcrypt_ecb_error.phpt]
       
  7881 PASS Test mcrypt_ecb() function : error conditions [ext/mcrypt/tests/mcrypt_ecb_error.phpt] 
       
  7882 TEST 3967/11096 [ext/mcrypt/tests/mcrypt_ecb_variation1.phpt]
       
  7883 PASS Test mcrypt_ecb() function : usage variation [ext/mcrypt/tests/mcrypt_ecb_variation1.phpt] 
       
  7884 TEST 3968/11096 [ext/mcrypt/tests/mcrypt_ecb_variation2.phpt]
       
  7885 PASS Test mcrypt_ecb() function : usage variation [ext/mcrypt/tests/mcrypt_ecb_variation2.phpt] 
       
  7886 TEST 3969/11096 [ext/mcrypt/tests/mcrypt_ecb_variation3.phpt]
       
  7887 PASS Test mcrypt_ecb() function : usage variation [ext/mcrypt/tests/mcrypt_ecb_variation3.phpt] 
       
  7888 TEST 3970/11096 [ext/mcrypt/tests/mcrypt_ecb_variation4.phpt]
       
  7889 PASS Test mcrypt_ecb() function : usage variation [ext/mcrypt/tests/mcrypt_ecb_variation4.phpt] 
       
  7890 TEST 3971/11096 [ext/mcrypt/tests/mcrypt_ecb_variation5.phpt]
       
  7891 PASS Test mcrypt_ecb() function : usage variation [ext/mcrypt/tests/mcrypt_ecb_variation5.phpt] 
       
  7892 TEST 3972/11096 [ext/mcrypt/tests/mcrypt_enc_get_algorithms_name.phpt]
       
  7893 FAIL mcrypt_enc_get_algorithms_name [ext/mcrypt/tests/mcrypt_enc_get_algorithms_name.phpt] 
       
  7894 TEST 3973/11096 [ext/mcrypt/tests/mcrypt_enc_get_block_size.phpt]
       
  7895 FAIL mcrypt_enc_get_block_size [ext/mcrypt/tests/mcrypt_enc_get_block_size.phpt] 
       
  7896 TEST 3974/11096 [ext/mcrypt/tests/mcrypt_enc_get_iv_size.phpt]
       
  7897 FAIL mcrypt_enc_get_iv_size [ext/mcrypt/tests/mcrypt_enc_get_iv_size.phpt] 
       
  7898 TEST 3975/11096 [ext/mcrypt/tests/mcrypt_enc_get_key_size.phpt]
       
  7899 FAIL mcrypt_enc_get_key_size [ext/mcrypt/tests/mcrypt_enc_get_key_size.phpt] 
       
  7900 TEST 3976/11096 [ext/mcrypt/tests/mcrypt_enc_get_mode_name.phpt]
       
  7901 FAIL mcrypt_enc_get_modes_name [ext/mcrypt/tests/mcrypt_enc_get_mode_name.phpt] 
       
  7902 TEST 3977/11096 [ext/mcrypt/tests/mcrypt_enc_get_supported_key_sizes.phpt]
       
  7903 FAIL mcrypt_enc_get_supported_key_sizes [ext/mcrypt/tests/mcrypt_enc_get_supported_key_sizes.phpt] 
       
  7904 TEST 3978/11096 [ext/mcrypt/tests/mcrypt_enc_is_block_algorithm.phpt]
       
  7905 FAIL mcrypt_enc_is_block_algorithm [ext/mcrypt/tests/mcrypt_enc_is_block_algorithm.phpt] 
       
  7906 TEST 3979/11096 [ext/mcrypt/tests/mcrypt_enc_is_block_algorithm_mode.phpt]
       
  7907 FAIL mcrypt_enc_is_block_algorithm_mode [ext/mcrypt/tests/mcrypt_enc_is_block_algorithm_mode.phpt] 
       
  7908 TEST 3980/11096 [ext/mcrypt/tests/mcrypt_enc_is_block_mode.phpt]
       
  7909 FAIL mcrypt_enc_is_block_mode [ext/mcrypt/tests/mcrypt_enc_is_block_mode.phpt] 
       
  7910 TEST 3981/11096 [ext/mcrypt/tests/mcrypt_enc_self_test.phpt]
       
  7911 FAIL mcrypt_enc_self_test [ext/mcrypt/tests/mcrypt_enc_self_test.phpt] 
       
  7912 TEST 3982/11096 [ext/mcrypt/tests/mcrypt_encrypt_3des_cbc.phpt]
       
  7913 PASS Test mcrypt_encrypt() function : TripleDES functionality [ext/mcrypt/tests/mcrypt_encrypt_3des_cbc.phpt] 
       
  7914 TEST 3983/11096 [ext/mcrypt/tests/mcrypt_encrypt_3des_ecb.phpt]
       
  7915 PASS Test mcrypt_encrypt() function : TripleDES functionality [ext/mcrypt/tests/mcrypt_encrypt_3des_ecb.phpt] 
       
  7916 TEST 3984/11096 [ext/mcrypt/tests/mcrypt_encrypt_error.phpt]
       
  7917 PASS Test mcrypt_encrypt() function : error conditions [ext/mcrypt/tests/mcrypt_encrypt_error.phpt] 
       
  7918 TEST 3985/11096 [ext/mcrypt/tests/mcrypt_encrypt_variation1.phpt]
       
  7919 PASS Test mcrypt_encrypt() function : usage variation - different types for cipher [ext/mcrypt/tests/mcrypt_encrypt_variation1.phpt] 
       
  7920 TEST 3986/11096 [ext/mcrypt/tests/mcrypt_encrypt_variation2.phpt]
       
  7921 PASS Test mcrypt_encrypt() function : usage variation [ext/mcrypt/tests/mcrypt_encrypt_variation2.phpt] 
       
  7922 TEST 3987/11096 [ext/mcrypt/tests/mcrypt_encrypt_variation3.phpt]
       
  7923 PASS Test mcrypt_encrypt() function : usage variation [ext/mcrypt/tests/mcrypt_encrypt_variation3.phpt] 
       
  7924 TEST 3988/11096 [ext/mcrypt/tests/mcrypt_encrypt_variation4.phpt]
       
  7925 PASS Test mcrypt_encrypt() function : usage variation [ext/mcrypt/tests/mcrypt_encrypt_variation4.phpt] 
       
  7926 TEST 3989/11096 [ext/mcrypt/tests/mcrypt_encrypt_variation5.phpt]
       
  7927 PASS Test mcrypt_encrypt() function : usage variation [ext/mcrypt/tests/mcrypt_encrypt_variation5.phpt] 
       
  7928 TEST 3990/11096 [ext/mcrypt/tests/mcrypt_filters.phpt]
       
  7929 PASS mcrypt filters [ext/mcrypt/tests/mcrypt_filters.phpt] 
       
  7930 TEST 3991/11096 [ext/mcrypt/tests/mcrypt_get_block_size.phpt]
       
  7931 FAIL mcrypt_get_block_size [ext/mcrypt/tests/mcrypt_get_block_size.phpt] 
       
  7932 TEST 3992/11096 [ext/mcrypt/tests/mcrypt_get_cipher_name.phpt]
       
  7933 FAIL mcrypt_get_cipher_name [ext/mcrypt/tests/mcrypt_get_cipher_name.phpt] 
       
  7934 TEST 3993/11096 [ext/mcrypt/tests/mcrypt_get_iv_size.phpt]
       
  7935 FAIL mcrypt_enc_get_iv_size [ext/mcrypt/tests/mcrypt_get_iv_size.phpt] 
       
  7936 TEST 3994/11096 [ext/mcrypt/tests/mcrypt_get_key_size.phpt]
       
  7937 FAIL mcrypt_get_key_size [ext/mcrypt/tests/mcrypt_get_key_size.phpt] 
       
  7938 TEST 3995/11096 [ext/mcrypt/tests/mcrypt_list_algorithms.phpt]
       
  7939 FAIL mcrypt_list_algorithms [ext/mcrypt/tests/mcrypt_list_algorithms.phpt] 
       
  7940 TEST 3996/11096 [ext/mcrypt/tests/mcrypt_list_modes.phpt]
       
  7941 FAIL mcrypt_list_modes [ext/mcrypt/tests/mcrypt_list_modes.phpt] 
       
  7942 TEST 3997/11096 [ext/mcrypt/tests/mcrypt_module_get_algo_block_size.phpt]
       
  7943 FAIL mcrypt_module_get_algo_block_size [ext/mcrypt/tests/mcrypt_module_get_algo_block_size.phpt] 
       
  7944 TEST 3998/11096 [ext/mcrypt/tests/mcrypt_module_get_algo_key_size.phpt]
       
  7945 FAIL mcrypt_module_get_algo_key_size [ext/mcrypt/tests/mcrypt_module_get_algo_key_size.phpt] 
       
  7946 TEST 3999/11096 [ext/mcrypt/tests/mcrypt_module_get_supported_key_sizes.phpt]
       
  7947 FAIL mcrypt_module_get_supported_key_sizes [ext/mcrypt/tests/mcrypt_module_get_supported_key_sizes.phpt] 
       
  7948 TEST 4000/11096 [ext/mcrypt/tests/mcrypt_module_is_block_algorithm.phpt]
       
  7949 FAIL mcrypt_module_is_block_algorithm [ext/mcrypt/tests/mcrypt_module_is_block_algorithm.phpt] 
       
  7950 TEST 4001/11096 [ext/mcrypt/tests/mcrypt_module_is_block_algorithm_mode.phpt]
       
  7951 PASS mcrypt_module_is_block_algorithm_mode [ext/mcrypt/tests/mcrypt_module_is_block_algorithm_mode.phpt] 
       
  7952 TEST 4002/11096 [ext/mcrypt/tests/mcrypt_module_is_block_mode.phpt]
       
  7953 PASS mcrypt_module_is_block_mode [ext/mcrypt/tests/mcrypt_module_is_block_mode.phpt] 
       
  7954 TEST 4003/11096 [ext/mcrypt/tests/mcrypt_module_open.phpt]
       
  7955 FAIL mcrypt_module_open [ext/mcrypt/tests/mcrypt_module_open.phpt] 
       
  7956 TEST 4004/11096 [ext/mcrypt/tests/mcrypt_module_self_test.phpt]
       
  7957 FAIL mcrypt_module_self_test [ext/mcrypt/tests/mcrypt_module_self_test.phpt] 
       
  7958 TEST 4005/11096 [ext/mcrypt/tests/mcrypt_ofb.phpt]
       
  7959 PASS mcrypt_ofb [ext/mcrypt/tests/mcrypt_ofb.phpt] 
       
  7960 TEST 4006/11096 [ext/mcrypt/tests/mcrypt_rijndael128_128BitKey.phpt]
       
  7961 PASS Test mcrypt_encrypt() function : TripleDES functionality [ext/mcrypt/tests/mcrypt_rijndael128_128BitKey.phpt] 
       
  7962 TEST 4007/11096 [ext/mcrypt/tests/mcrypt_rijndael128_256BitKey.phpt]
       
  7963 PASS Test mcrypt_encrypt() function : TripleDES functionality [ext/mcrypt/tests/mcrypt_rijndael128_256BitKey.phpt] 
       
  7964 TEST 4008/11096 [ext/mysql/tests/001.phpt]
       
  7965 SKIP mysql connect [ext/mysql/tests/001.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7966 TEST 4009/11096 [ext/mysql/tests/002.phpt]
       
  7967 SKIP mysql_fetch_array [ext/mysql/tests/002.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7968 TEST 4010/11096 [ext/mysql/tests/003.phpt]
       
  7969 SKIP mysql_fetch_object [ext/mysql/tests/003.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7970 TEST 4011/11096 [ext/mysql/tests/bug47438.phpt]
       
  7971 SKIP Bug #47438 (mysql_fetch_field ignores zero offset) [ext/mysql/tests/bug47438.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7972 TEST 4012/11096 [ext/mysql/tests/bug48754.phpt]
       
  7973 SKIP Bug #48754 (mysql_close() crash php when no handle specified) [ext/mysql/tests/bug48754.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7974 TEST 4013/11096 [ext/mysql/tests/bug51242.phpt]
       
  7975 SKIP Bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0) [ext/mysql/tests/bug51242.phpt] reason: mysql not available at 127.0.0.1:3306
       
  7976 TEST 4014/11096 [ext/mysql/tests/bug53649.phpt]
       
  7977 SKIP Bug #53649 (mysql_query with "load data" unable to save result set) [ext/mysql/tests/bug53649.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7978 TEST 4015/11096 [ext/mysql/tests/bug55473.phpt]
       
  7979 SKIP Bug #5547 (mysql_pconnect leaks file descriptors on reconnect) [ext/mysql/tests/bug55473.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7980 TEST 4016/11096 [ext/mysql/tests/mysql_affected_rows.phpt]
       
  7981 SKIP mysql_affected_rows() [ext/mysql/tests/mysql_affected_rows.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7982 TEST 4017/11096 [ext/mysql/tests/mysql_client_encoding.phpt]
       
  7983 SKIP mysql_client_encoding() [ext/mysql/tests/mysql_client_encoding.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7984 TEST 4018/11096 [ext/mysql/tests/mysql_close.phpt]
       
  7985 SKIP mysql_close() [ext/mysql/tests/mysql_close.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7986 TEST 4019/11096 [ext/mysql/tests/mysql_connect.phpt]
       
  7987 SKIP mysql_connect() [ext/mysql/tests/mysql_connect.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7988 TEST 4020/11096 [ext/mysql/tests/mysql_constants.phpt]
       
  7989 SKIP Constants exported by ext/mysql [ext/mysql/tests/mysql_constants.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7990 TEST 4021/11096 [ext/mysql/tests/mysql_create_db.phpt]
       
  7991 SKIP mysql_create_db() [ext/mysql/tests/mysql_create_db.phpt] reason: mysql_create_db() exists only in old versions of the libmysql.
       
  7992 TEST 4022/11096 [ext/mysql/tests/mysql_data_seek.phpt]
       
  7993 SKIP mysql_data_seek() [ext/mysql/tests/mysql_data_seek.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7994 TEST 4023/11096 [ext/mysql/tests/mysql_db_name.phpt]
       
  7995 SKIP mysql_db_name() [ext/mysql/tests/mysql_db_name.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7996 TEST 4024/11096 [ext/mysql/tests/mysql_db_query.phpt]
       
  7997 SKIP mysql_db_query() [ext/mysql/tests/mysql_db_query.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  7998 TEST 4025/11096 [ext/mysql/tests/mysql_deprecated_api.phpt]
       
  7999 SKIP Check if deprecated API calls bail out [ext/mysql/tests/mysql_deprecated_api.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8000 TEST 4026/11096 [ext/mysql/tests/mysql_drop_db.phpt]
       
  8001 SKIP mysql_drop_db() [ext/mysql/tests/mysql_drop_db.phpt] reason: function is deprecated and not available
       
  8002 TEST 4027/11096 [ext/mysql/tests/mysql_errno.phpt]
       
  8003 SKIP mysql_errno() [ext/mysql/tests/mysql_errno.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8004 TEST 4028/11096 [ext/mysql/tests/mysql_error.phpt]
       
  8005 SKIP mysql_error() [ext/mysql/tests/mysql_error.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8006 TEST 4029/11096 [ext/mysql/tests/mysql_escape_string.phpt]
       
  8007 PASS mysql_escape_string() [ext/mysql/tests/mysql_escape_string.phpt] 
       
  8008 TEST 4030/11096 [ext/mysql/tests/mysql_fetch_array.phpt]
       
  8009 SKIP mysql_fetch_array() [ext/mysql/tests/mysql_fetch_array.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8010 TEST 4031/11096 [ext/mysql/tests/mysql_fetch_assoc.phpt]
       
  8011 SKIP mysql_fetch_assoc() [ext/mysql/tests/mysql_fetch_assoc.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8012 TEST 4032/11096 [ext/mysql/tests/mysql_fetch_field.phpt]
       
  8013 SKIP mysql_fetch_field() [ext/mysql/tests/mysql_fetch_field.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8014 TEST 4033/11096 [ext/mysql/tests/mysql_fetch_lengths.phpt]
       
  8015 SKIP mysql_fetch_lengths() [ext/mysql/tests/mysql_fetch_lengths.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8016 TEST 4034/11096 [ext/mysql/tests/mysql_fetch_object.phpt]
       
  8017 SKIP mysql_fetch_object() [ext/mysql/tests/mysql_fetch_object.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8018 TEST 4035/11096 [ext/mysql/tests/mysql_fetch_row.phpt]
       
  8019 SKIP mysql_fetch_row() [ext/mysql/tests/mysql_fetch_row.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8020 TEST 4036/11096 [ext/mysql/tests/mysql_field_flags.phpt]
       
  8021 SKIP mysql_field_flags() [ext/mysql/tests/mysql_field_flags.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8022 TEST 4037/11096 [ext/mysql/tests/mysql_field_len.phpt]
       
  8023 SKIP mysql_field_len() [ext/mysql/tests/mysql_field_len.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8024 TEST 4038/11096 [ext/mysql/tests/mysql_field_name.phpt]
       
  8025 SKIP mysql_field_name() [ext/mysql/tests/mysql_field_name.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8026 TEST 4039/11096 [ext/mysql/tests/mysql_field_seek.phpt]
       
  8027 SKIP mysql_field_seek() [ext/mysql/tests/mysql_field_seek.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8028 TEST 4040/11096 [ext/mysql/tests/mysql_field_table.phpt]
       
  8029 SKIP mysql_field_table() [ext/mysql/tests/mysql_field_table.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8030 TEST 4041/11096 [ext/mysql/tests/mysql_field_type.phpt]
       
  8031 SKIP mysql_field_type() [ext/mysql/tests/mysql_field_type.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8032 TEST 4042/11096 [ext/mysql/tests/mysql_free_result.phpt]
       
  8033 SKIP mysql_free_result() [ext/mysql/tests/mysql_free_result.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8034 TEST 4043/11096 [ext/mysql/tests/mysql_get_client_info.phpt]
       
  8035 PASS mysql_get_client_info() [ext/mysql/tests/mysql_get_client_info.phpt] 
       
  8036 TEST 4044/11096 [ext/mysql/tests/mysql_get_host_info.phpt]
       
  8037 SKIP mysql_get_host_info() [ext/mysql/tests/mysql_get_host_info.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8038 TEST 4045/11096 [ext/mysql/tests/mysql_get_proto_info.phpt]
       
  8039 SKIP mysql_get_proto_info() [ext/mysql/tests/mysql_get_proto_info.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8040 TEST 4046/11096 [ext/mysql/tests/mysql_get_server_info.phpt]
       
  8041 SKIP mysql_get_server_info() [ext/mysql/tests/mysql_get_server_info.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8042 TEST 4047/11096 [ext/mysql/tests/mysql_info.phpt]
       
  8043 SKIP mysql_info() [ext/mysql/tests/mysql_info.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8044 TEST 4048/11096 [ext/mysql/tests/mysql_insert_id.phpt]
       
  8045 SKIP mysql_insert_id() [ext/mysql/tests/mysql_insert_id.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8046 TEST 4049/11096 [ext/mysql/tests/mysql_list_dbs.phpt]
       
  8047 SKIP mysql_list_dbs() [ext/mysql/tests/mysql_list_dbs.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8048 TEST 4050/11096 [ext/mysql/tests/mysql_list_fields.phpt]
       
  8049 SKIP mysql_list_fields() [ext/mysql/tests/mysql_list_fields.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8050 TEST 4051/11096 [ext/mysql/tests/mysql_list_processes.phpt]
       
  8051 SKIP mysql_list_processes() [ext/mysql/tests/mysql_list_processes.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8052 TEST 4052/11096 [ext/mysql/tests/mysql_list_tables.phpt]
       
  8053 SKIP mysql_list_tables() [ext/mysql/tests/mysql_list_tables.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8054 TEST 4053/11096 [ext/mysql/tests/mysql_max_links.phpt]
       
  8055 SKIP mysql_[p]connect() - max_links/max_persistent [ext/mysql/tests/mysql_max_links.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8056 TEST 4054/11096 [ext/mysql/tests/mysql_max_persistent.phpt]
       
  8057 SKIP mysql_[p]connect() - max_links/max_persistent [ext/mysql/tests/mysql_max_persistent.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8058 TEST 4055/11096 [ext/mysql/tests/mysql_mysqlnd_read_timeout_long.phpt]
       
  8059 SKIP mysqlnd.net_read_timeout > default_socket_timeout [ext/mysql/tests/mysql_mysqlnd_read_timeout_long.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8060 TEST 4056/11096 [ext/mysql/tests/mysql_num_fields.phpt]
       
  8061 SKIP mysql_num_fields() [ext/mysql/tests/mysql_num_fields.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8062 TEST 4057/11096 [ext/mysql/tests/mysql_num_rows.phpt]
       
  8063 SKIP mysql_num_rows() [ext/mysql/tests/mysql_num_rows.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8064 TEST 4058/11096 [ext/mysql/tests/mysql_pconn_disable.phpt]
       
  8065 SKIP mysql_pconnect() - disabling feature [ext/mysql/tests/mysql_pconn_disable.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8066 TEST 4059/11096 [ext/mysql/tests/mysql_pconn_kill.phpt]
       
  8067 SKIP mysql_pconnect() - killing persitent connection [ext/mysql/tests/mysql_pconn_kill.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8068 TEST 4060/11096 [ext/mysql/tests/mysql_pconn_max_links.phpt]
       
  8069 SKIP Persistent connections and mysql.max_persistent [ext/mysql/tests/mysql_pconn_max_links.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8070 TEST 4061/11096 [ext/mysql/tests/mysql_pconn_reuse.phpt]
       
  8071 SKIP mysql_pconnect() - disabling feature [ext/mysql/tests/mysql_pconn_reuse.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8072 TEST 4062/11096 [ext/mysql/tests/mysql_pconnect.phpt]
       
  8073 SKIP mysql_pconnect() [ext/mysql/tests/mysql_pconnect.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8074 TEST 4063/11096 [ext/mysql/tests/mysql_phpinfo.phpt]
       
  8075 SKIP phpinfo() mysql section [ext/mysql/tests/mysql_phpinfo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8076 TEST 4064/11096 [ext/mysql/tests/mysql_ping.phpt]
       
  8077 SKIP mysql_ping() [ext/mysql/tests/mysql_ping.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8078 TEST 4065/11096 [ext/mysql/tests/mysql_query.phpt]
       
  8079 SKIP mysql_query() [ext/mysql/tests/mysql_query.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8080 TEST 4066/11096 [ext/mysql/tests/mysql_query_load_data_openbasedir.phpt]
       
  8081 SKIP LOAD DATA INFILE - open_basedir [ext/mysql/tests/mysql_query_load_data_openbasedir.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8082 TEST 4067/11096 [ext/mysql/tests/mysql_real_escape_string.phpt]
       
  8083 SKIP mysql_real_escape_string() [ext/mysql/tests/mysql_real_escape_string.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8084 TEST 4068/11096 [ext/mysql/tests/mysql_result.phpt]
       
  8085 SKIP mysql_result() [ext/mysql/tests/mysql_result.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8086 TEST 4069/11096 [ext/mysql/tests/mysql_select_db.phpt]
       
  8087 SKIP mysql_select_db() [ext/mysql/tests/mysql_select_db.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8088 TEST 4070/11096 [ext/mysql/tests/mysql_set_charset.phpt]
       
  8089 SKIP mysql_set_charset() - STUB, function usage not recommended [ext/mysql/tests/mysql_set_charset.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8090 TEST 4071/11096 [ext/mysql/tests/mysql_sql_safe_mode.phpt]
       
  8091 SKIP mysql_[p]connect() - safe_mode [ext/mysql/tests/mysql_sql_safe_mode.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8092 TEST 4072/11096 [ext/mysql/tests/mysql_stat.phpt]
       
  8093 SKIP mysql_stat() [ext/mysql/tests/mysql_stat.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8094 TEST 4073/11096 [ext/mysql/tests/mysql_tablename.phpt]
       
  8095 SKIP mysql_tablename() [ext/mysql/tests/mysql_tablename.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8096 TEST 4074/11096 [ext/mysql/tests/mysql_thread_id.phpt]
       
  8097 SKIP mysql_thread_id() [ext/mysql/tests/mysql_thread_id.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8098 TEST 4075/11096 [ext/mysql/tests/mysql_trace_mode.phpt]
       
  8099 SKIP mysql.trace_mode=1 [ext/mysql/tests/mysql_trace_mode.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8100 TEST 4076/11096 [ext/mysql/tests/mysql_unbuffered_query.phpt]
       
  8101 SKIP mysql_unbuffered_query() [ext/mysql/tests/mysql_unbuffered_query.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8102 TEST 4077/11096 [ext/mysqli/tests/001.phpt]
       
  8103 SKIP mysqli connect [ext/mysqli/tests/001.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8104 TEST 4078/11096 [ext/mysqli/tests/002.phpt]
       
  8105 SKIP mysqli bind_result 1 [ext/mysqli/tests/002.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8106 TEST 4079/11096 [ext/mysqli/tests/003.phpt]
       
  8107 SKIP mysqli connect [ext/mysqli/tests/003.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8108 TEST 4080/11096 [ext/mysqli/tests/004.phpt]
       
  8109 SKIP mysqli fetch char/text [ext/mysqli/tests/004.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8110 TEST 4081/11096 [ext/mysqli/tests/005.phpt]
       
  8111 SKIP mysqli fetch char/text long [ext/mysqli/tests/005.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8112 TEST 4082/11096 [ext/mysqli/tests/006.phpt]
       
  8113 SKIP mysqli fetch long values [ext/mysqli/tests/006.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8114 TEST 4083/11096 [ext/mysqli/tests/007.phpt]
       
  8115 SKIP mysqli fetch short values [ext/mysqli/tests/007.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8116 TEST 4084/11096 [ext/mysqli/tests/008.phpt]
       
  8117 SKIP mysqli fetch tinyint values [ext/mysqli/tests/008.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8118 TEST 4085/11096 [ext/mysqli/tests/009.phpt]
       
  8119 SKIP mysqli fetch bigint values (ok to fail with 4.1.x) [ext/mysqli/tests/009.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8120 TEST 4086/11096 [ext/mysqli/tests/010.phpt]
       
  8121 SKIP mysqli fetch float values [ext/mysqli/tests/010.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8122 TEST 4087/11096 [ext/mysqli/tests/011.phpt]
       
  8123 SKIP mysqli fetch mixed values [ext/mysqli/tests/011.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8124 TEST 4088/11096 [ext/mysqli/tests/012.phpt]
       
  8125 SKIP mysqli fetch mixed values 2 [ext/mysqli/tests/012.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8126 TEST 4089/11096 [ext/mysqli/tests/013.phpt]
       
  8127 SKIP mysqli fetch mixed / mysql_query (may fail when using 4.1 library with 5.x server) [ext/mysqli/tests/013.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8128 TEST 4090/11096 [ext/mysqli/tests/014.phpt]
       
  8129 SKIP mysqli autocommit/commit/rollback [ext/mysqli/tests/014.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8130 TEST 4091/11096 [ext/mysqli/tests/015.phpt]
       
  8131 SKIP mysqli autocommit/commit/rollback with innodb [ext/mysqli/tests/015.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8132 TEST 4092/11096 [ext/mysqli/tests/016.phpt]
       
  8133 SKIP mysqli fetch user variable [ext/mysqli/tests/016.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8134 TEST 4093/11096 [ext/mysqli/tests/017.phpt]
       
  8135 SKIP mysqli fetch functions [ext/mysqli/tests/017.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8136 TEST 4094/11096 [ext/mysqli/tests/018.phpt]
       
  8137 SKIP mysqli fetch system variables [ext/mysqli/tests/018.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8138 TEST 4095/11096 [ext/mysqli/tests/019.phpt]
       
  8139 SKIP mysqli fetch (bind_param + bind_result) [ext/mysqli/tests/019.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8140 TEST 4096/11096 [ext/mysqli/tests/020.phpt]
       
  8141 SKIP mysqli bind_param/bind_result date [ext/mysqli/tests/020.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8142 TEST 4097/11096 [ext/mysqli/tests/021.phpt]
       
  8143 SKIP mysqli bind_param+bind_result char/text [ext/mysqli/tests/021.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8144 TEST 4098/11096 [ext/mysqli/tests/022.phpt]
       
  8145 SKIP mysqli bind_param/bind_result char/text long [ext/mysqli/tests/022.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8146 TEST 4099/11096 [ext/mysqli/tests/023.phpt]
       
  8147 SKIP mysqli bind_param/bind_prepare fetch long values [ext/mysqli/tests/023.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8148 TEST 4100/11096 [ext/mysqli/tests/024.phpt]
       
  8149 SKIP mysqli bind_param/bind_result short values [ext/mysqli/tests/024.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8150 TEST 4101/11096 [ext/mysqli/tests/025.phpt]
       
  8151 SKIP mysqli bind_param/bind_result tinyint values [ext/mysqli/tests/025.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8152 TEST 4102/11096 [ext/mysqli/tests/026.phpt]
       
  8153 SKIP mysqli bind_param/bind_result with send_long_data [ext/mysqli/tests/026.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8154 TEST 4103/11096 [ext/mysqli/tests/027.phpt]
       
  8155 SKIP function test: mysqli_stat [ext/mysqli/tests/027.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8156 TEST 4104/11096 [ext/mysqli/tests/028.phpt]
       
  8157 SKIP function test: mysqli_character_set_name [ext/mysqli/tests/028.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8158 TEST 4105/11096 [ext/mysqli/tests/029.phpt]
       
  8159 SKIP function test: mysqli_affected_rows [ext/mysqli/tests/029.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8160 TEST 4106/11096 [ext/mysqli/tests/030.phpt]
       
  8161 SKIP function test: mysqli_errno [ext/mysqli/tests/030.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8162 TEST 4107/11096 [ext/mysqli/tests/031.phpt]
       
  8163 SKIP function test: mysqli_error [ext/mysqli/tests/031.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8164 TEST 4108/11096 [ext/mysqli/tests/032.phpt]
       
  8165 SKIP function test: mysqli_info [ext/mysqli/tests/032.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8166 TEST 4109/11096 [ext/mysqli/tests/033.phpt]
       
  8167 SKIP function test: mysqli_get_host_info [ext/mysqli/tests/033.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8168 TEST 4110/11096 [ext/mysqli/tests/034.phpt]
       
  8169 SKIP function test: mysqli_get_proto_info [ext/mysqli/tests/034.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8170 TEST 4111/11096 [ext/mysqli/tests/035.phpt]
       
  8171 SKIP function test: mysqli_get_server_info [ext/mysqli/tests/035.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8172 TEST 4112/11096 [ext/mysqli/tests/036.phpt]
       
  8173 SKIP function test: mysqli_insert_id() [ext/mysqli/tests/036.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8174 TEST 4113/11096 [ext/mysqli/tests/037.phpt]
       
  8175 SKIP function test: mysqli_field_count() [ext/mysqli/tests/037.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8176 TEST 4114/11096 [ext/mysqli/tests/038.phpt]
       
  8177 SKIP function test: mysqli_num_fields() [ext/mysqli/tests/038.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8178 TEST 4115/11096 [ext/mysqli/tests/039.phpt]
       
  8179 SKIP function test: mysqli_num_fields() 2 [ext/mysqli/tests/039.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8180 TEST 4116/11096 [ext/mysqli/tests/040.phpt]
       
  8181 SKIP function test: mysqli_num_rows() [ext/mysqli/tests/040.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8182 TEST 4117/11096 [ext/mysqli/tests/041.phpt]
       
  8183 SKIP function test: mysqli_warning_count() [ext/mysqli/tests/041.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8184 TEST 4118/11096 [ext/mysqli/tests/042.phpt]
       
  8185 SKIP mysqli_fetch_object [ext/mysqli/tests/042.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8186 TEST 4119/11096 [ext/mysqli/tests/043.phpt]
       
  8187 SKIP mysqli_stmt_bind_param (UPDATE) [ext/mysqli/tests/043.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8188 TEST 4120/11096 [ext/mysqli/tests/044.phpt]
       
  8189 SKIP mysqli_get_server_version [ext/mysqli/tests/044.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8190 TEST 4121/11096 [ext/mysqli/tests/045.phpt]
       
  8191 SKIP mysqli_stmt_bind_result (SHOW) [ext/mysqli/tests/045.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8192 TEST 4122/11096 [ext/mysqli/tests/046.phpt]
       
  8193 SKIP mysqli_stmt_affected_rows (delete) [ext/mysqli/tests/046.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8194 TEST 4123/11096 [ext/mysqli/tests/047.phpt]
       
  8195 SKIP mysqli_stmt_result_metadata [ext/mysqli/tests/047.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8196 TEST 4124/11096 [ext/mysqli/tests/048.phpt]
       
  8197 SKIP mysqli bind_result (OO-Style) [ext/mysqli/tests/048.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8198 TEST 4125/11096 [ext/mysqli/tests/049.phpt]
       
  8199 SKIP mysql_fetch_row (OO-Style) [ext/mysqli/tests/049.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8200 TEST 4126/11096 [ext/mysqli/tests/050.phpt]
       
  8201 SKIP non freed statement test [ext/mysqli/tests/050.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8202 TEST 4127/11096 [ext/mysqli/tests/051.phpt]
       
  8203 SKIP free statement after close [ext/mysqli/tests/051.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8204 TEST 4128/11096 [ext/mysqli/tests/052.phpt]
       
  8205 SKIP call statement after close [ext/mysqli/tests/052.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8206 TEST 4129/11096 [ext/mysqli/tests/053.phpt]
       
  8207 SKIP not freed resultset [ext/mysqli/tests/053.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8208 TEST 4130/11096 [ext/mysqli/tests/054.phpt]
       
  8209 SKIP free resultset after close [ext/mysqli/tests/054.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8210 TEST 4131/11096 [ext/mysqli/tests/055.phpt]
       
  8211 SKIP free nothing [ext/mysqli/tests/055.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8212 TEST 4132/11096 [ext/mysqli/tests/056.phpt]
       
  8213 SKIP extend mysqli [ext/mysqli/tests/056.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8214 TEST 4133/11096 [ext/mysqli/tests/057.phpt]
       
  8215 SKIP mysqli_stmt_result_metadata [ext/mysqli/tests/057.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8216 TEST 4134/11096 [ext/mysqli/tests/058.phpt]
       
  8217 SKIP multiple binds [ext/mysqli/tests/058.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8218 TEST 4135/11096 [ext/mysqli/tests/059.phpt]
       
  8219 SKIP sqlmode + bind [ext/mysqli/tests/059.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8220 TEST 4136/11096 [ext/mysqli/tests/060.phpt]
       
  8221 SKIP mysqli_fetch_object with classes [ext/mysqli/tests/060.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8222 TEST 4137/11096 [ext/mysqli/tests/061.phpt]
       
  8223 SKIP local infile handler [ext/mysqli/tests/061.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8224 TEST 4138/11096 [ext/mysqli/tests/062.phpt]
       
  8225 SKIP resultset constructor [ext/mysqli/tests/062.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8226 TEST 4139/11096 [ext/mysqli/tests/063.phpt]
       
  8227 SKIP resultset constructor [ext/mysqli/tests/063.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8228 TEST 4140/11096 [ext/mysqli/tests/064.phpt]
       
  8229 SKIP NULL binding [ext/mysqli/tests/064.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8230 TEST 4141/11096 [ext/mysqli/tests/065.phpt]
       
  8231 SKIP set character set [ext/mysqli/tests/065.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8232 TEST 4142/11096 [ext/mysqli/tests/066.phpt]
       
  8233 SKIP function test: mysqli_warning object [ext/mysqli/tests/066.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8234 TEST 4143/11096 [ext/mysqli/tests/067.phpt]
       
  8235 SKIP function test: nested selects (cursors) [ext/mysqli/tests/067.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8236 TEST 4144/11096 [ext/mysqli/tests/068.phpt]
       
  8237 PASS mysqli get_client_info [ext/mysqli/tests/068.phpt] 
       
  8238 TEST 4145/11096 [ext/mysqli/tests/069.phpt]
       
  8239 SKIP mysqli multi_query, next_result, more_results [ext/mysqli/tests/069.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8240 TEST 4146/11096 [ext/mysqli/tests/070.phpt]
       
  8241 SKIP mysqli ping [ext/mysqli/tests/070.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8242 TEST 4147/11096 [ext/mysqli/tests/071.phpt]
       
  8243 SKIP mysqli thread_id & kill [ext/mysqli/tests/071.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8244 TEST 4148/11096 [ext/mysqli/tests/072.phpt]
       
  8245 SKIP mysqli warning_count, get_warnings [ext/mysqli/tests/072.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8246 TEST 4149/11096 [ext/mysqli/tests/073.phpt]
       
  8247 PASS mysqli_driver properties [ext/mysqli/tests/073.phpt] 
       
  8248 TEST 4150/11096 [ext/mysqli/tests/074.phpt]
       
  8249 SKIP mysqli_autocommit() tests [ext/mysqli/tests/074.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8250 TEST 4151/11096 [ext/mysqli/tests/bug28817.phpt]
       
  8251 SKIP Bug #28817 (problems with properties declared in the class extending MySQLi) [ext/mysqli/tests/bug28817.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8252 TEST 4152/11096 [ext/mysqli/tests/bug29311.phpt]
       
  8253 SKIP Bug #29311 (Cannot override mysqli constructor) [ext/mysqli/tests/bug29311.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8254 TEST 4153/11096 [ext/mysqli/tests/bug30967.phpt]
       
  8255 SKIP Bug #30967 (problems with properties declared in the class extending the class extending MySQLi) [ext/mysqli/tests/bug30967.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8256 TEST 4154/11096 [ext/mysqli/tests/bug31141.phpt]
       
  8257 PASS Bug #31141 (properties declared in the class extending MySQLi are not available) [ext/mysqli/tests/bug31141.phpt] 
       
  8258 TEST 4155/11096 [ext/mysqli/tests/bug31668.phpt]
       
  8259 SKIP Bug #31668 (multi_query works exactly every other time (multi_query was global, now per connection)) [ext/mysqli/tests/bug31668.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8260 TEST 4156/11096 [ext/mysqli/tests/bug32405.phpt]
       
  8261 SKIP Bug #32405 (mysqli->fetch() is returning bad data) [ext/mysqli/tests/bug32405.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8262 TEST 4157/11096 [ext/mysqli/tests/bug33090.phpt]
       
  8263 SKIP Bug #33090 (mysql_prepare doesn't return an error) [ext/mysqli/tests/bug33090.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8264 TEST 4158/11096 [ext/mysqli/tests/bug33263.phpt]
       
  8265 SKIP Bug #33263 (mysqli_real_connect in __construct) [ext/mysqli/tests/bug33263.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8266 TEST 4159/11096 [ext/mysqli/tests/bug33491.phpt]
       
  8267 SKIP Bug #33491 (extended mysqli class crashes when result is not object) [ext/mysqli/tests/bug33491.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8268 TEST 4160/11096 [ext/mysqli/tests/bug34785.phpt]
       
  8269 SKIP Bug #34785 (Can not properly subclass mysqli_stmt) [ext/mysqli/tests/bug34785.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8270 TEST 4161/11096 [ext/mysqli/tests/bug34810.phpt]
       
  8271 SKIP Bug #34810 (mysqli::init() and others use wrong $this pointer without checks) [ext/mysqli/tests/bug34810.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8272 TEST 4162/11096 [ext/mysqli/tests/bug35103.phpt]
       
  8273 SKIP Bug #35103 (Bad handling of unsigned bigint) [ext/mysqli/tests/bug35103.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8274 TEST 4163/11096 [ext/mysqli/tests/bug35517.phpt]
       
  8275 SKIP Bug #35517 (mysqli_stmt_fetch returns NULL) [ext/mysqli/tests/bug35517.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8276 TEST 4164/11096 [ext/mysqli/tests/bug35759.phpt]
       
  8277 SKIP Bug #35759 (mysqli_stmt_bind_result() makes huge allocation when column empty) [ext/mysqli/tests/bug35759.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8278 TEST 4165/11096 [ext/mysqli/tests/bug36420.phpt]
       
  8279 SKIP Bug #36420 (segfault when access result->num_rows after calling result->close()) [ext/mysqli/tests/bug36420.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8280 TEST 4166/11096 [ext/mysqli/tests/bug36745.phpt]
       
  8281 SKIP Bug #36745 (LOAD DATA LOCAL INFILE doesn't return correct error message) [ext/mysqli/tests/bug36745.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8282 TEST 4167/11096 [ext/mysqli/tests/bug36802.phpt]
       
  8283 PASS Bug #36802 (crashes with with mysqli_set_charset()) [ext/mysqli/tests/bug36802.phpt] 
       
  8284 TEST 4168/11096 [ext/mysqli/tests/bug36949.phpt]
       
  8285 SKIP Bug #36949 (invalid internal mysqli objects dtor) [ext/mysqli/tests/bug36949.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8286 TEST 4169/11096 [ext/mysqli/tests/bug37090.phpt]
       
  8287 SKIP Bug #37090 (mysqli_set_charset return code) [ext/mysqli/tests/bug37090.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8288 TEST 4170/11096 [ext/mysqli/tests/bug38003.phpt]
       
  8289 PASS Bug #38003 (in classes inherited from MySQLi it's possible to call private constructors from invalid context) [ext/mysqli/tests/bug38003.phpt] 
       
  8290 TEST 4171/11096 [ext/mysqli/tests/bug38710.phpt]
       
  8291 SKIP Bug #38710 (data leakage because of nonexisting boundary checking in statements) [ext/mysqli/tests/bug38710.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8292 TEST 4172/11096 [ext/mysqli/tests/bug39457.phpt]
       
  8293 SKIP Bug #39457 (Multiple invoked OO connections never close) [ext/mysqli/tests/bug39457.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8294 TEST 4173/11096 [ext/mysqli/tests/bug42378.phpt]
       
  8295 SKIP Bug #42378 (bind_result memory exhaustion, SELECT column, FORMAT(...) AS _format) [ext/mysqli/tests/bug42378.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8296 TEST 4174/11096 [ext/mysqli/tests/bug42548.phpt]
       
  8297 SKIP Bug #42548 PROCEDURE xxx can't return a result set in the given context (works in 5.2.3!!) [ext/mysqli/tests/bug42548.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8298 TEST 4175/11096 [ext/mysqli/tests/bug44897.phpt]
       
  8299 SKIP Bug #44879 (failed to prepare statement) [ext/mysqli/tests/bug44897.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8300 TEST 4176/11096 [ext/mysqli/tests/bug45019.phpt]
       
  8301 SKIP Bug #45019 (Segmentation fault with SELECT ? and UNION) [ext/mysqli/tests/bug45019.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8302 TEST 4177/11096 [ext/mysqli/tests/bug45289.phpt]
       
  8303 SKIP Bug #45289 (Bogus store_result on PS) [ext/mysqli/tests/bug45289.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8304 TEST 4178/11096 [ext/mysqli/tests/bug46109.phpt]
       
  8305 SKIP Bug #46109 (MySQLi::init - Memory leaks) [ext/mysqli/tests/bug46109.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8306 TEST 4179/11096 [ext/mysqli/tests/bug46614.phpt]
       
  8307 SKIP Bug #46614 (Extended MySQLi class gives incorrect empty() result) [ext/mysqli/tests/bug46614.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8308 TEST 4180/11096 [ext/mysqli/tests/bug47050.phpt]
       
  8309 SKIP Bug #47050 (mysqli_poll() modifies improper variables) [ext/mysqli/tests/bug47050.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8310 TEST 4181/11096 [ext/mysqli/tests/bug48909.phpt]
       
  8311 SKIP Bug #48909 (Segmentation fault in mysqli_stmt_execute) [ext/mysqli/tests/bug48909.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8312 TEST 4182/11096 [ext/mysqli/tests/bug49027.phpt]
       
  8313 SKIP Bug #49027 (mysqli_options() doesn't work when using mysqlnd) [ext/mysqli/tests/bug49027.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8314 TEST 4183/11096 [ext/mysqli/tests/bug49442.phpt]
       
  8315 SKIP Bug #49422 (mysqlnd: mysqli_real_connect() and LOAD DATA INFILE crash) [ext/mysqli/tests/bug49442.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8316 TEST 4184/11096 [ext/mysqli/tests/bug50772.phpt]
       
  8317 SKIP Bug #50772 (mysqli constructor without parameters does not return a working mysqli object) [ext/mysqli/tests/bug50772.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8318 TEST 4185/11096 [ext/mysqli/tests/bug51605.phpt]
       
  8319 SKIP Bug #51605 Mysqli - zombie links [ext/mysqli/tests/bug51605.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8320 TEST 4186/11096 [ext/mysqli/tests/bug51647.phpt]
       
  8321 SKIP Bug #51647 (Certificate file without private key (pk in another file) doesn't work) [ext/mysqli/tests/bug51647.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8322 TEST 4187/11096 [ext/mysqli/tests/bug52082.phpt]
       
  8323 SKIP Bug #52082 (character_set_client & character_set_connection reset after mysqli_change_user) [ext/mysqli/tests/bug52082.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8324 TEST 4188/11096 [ext/mysqli/tests/bug52891.phpt]
       
  8325 SKIP Bug #52891 (Wrong data inserted with mysqli/mysqlnd when using bind_param,value > LONG_MAX) [ext/mysqli/tests/bug52891.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8326 TEST 4189/11096 [ext/mysqli/tests/bug53503.phpt]
       
  8327 SKIP Bug #53503 (mysqli::query returns false after successful LOAD DATA query) [ext/mysqli/tests/bug53503.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8328 TEST 4190/11096 [ext/mysqli/tests/bug54221.phpt]
       
  8329 SKIP Bug #54221 mysqli::get_warnings segfault when used in multi queries [ext/mysqli/tests/bug54221.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8330 TEST 4191/11096 [ext/mysqli/tests/bug54674.phpt]
       
  8331 SKIP Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range. [ext/mysqli/tests/bug54674.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8332 TEST 4192/11096 [ext/mysqli/tests/bug55283.phpt]
       
  8333 SKIP Bug #55283 (SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections) [ext/mysqli/tests/bug55283.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8334 TEST 4193/11096 [ext/mysqli/tests/bug55582.phpt]
       
  8335 SKIP Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used [ext/mysqli/tests/bug55582.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8336 TEST 4194/11096 [ext/mysqli/tests/bug55653.phpt]
       
  8337 SKIP Bug #55653 	PS crash with libmysql when binding same variable as param and out [ext/mysqli/tests/bug55653.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8338 TEST 4195/11096 [ext/mysqli/tests/bug55859.phpt]
       
  8339 SKIP Bug #55859 mysqli->stat property access gives error [ext/mysqli/tests/bug55859.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8340 TEST 4196/11096 [ext/mysqli/tests/bug62046.phpt]
       
  8341 SKIP Bug #62046 	mysqli@mysqlnd can't iterate over stored sets after call to mysqli_stmt_reset() [ext/mysqli/tests/bug62046.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8342 TEST 4197/11096 [ext/mysqli/tests/bug62885.phpt]
       
  8343 PASS Bug #62885 (mysqli_poll - Segmentation fault) [ext/mysqli/tests/bug62885.phpt] 
       
  8344 TEST 4198/11096 [ext/mysqli/tests/bug63398.phpt]
       
  8345 SKIP Bug #63398 (Segfault when polling closed link) [ext/mysqli/tests/bug63398.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8346 TEST 4199/11096 [ext/mysqli/tests/bug64726.phpt]
       
  8347 SKIP Bug #63398 (Memleak when calling fetch_object on a use_result and DB pointer has closed) [ext/mysqli/tests/bug64726.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8348 TEST 4200/11096 [ext/mysqli/tests/bug_mysql_49406.phpt]
       
  8349 SKIP MySQL Bug #49406 (Binding params doesn't work when selecting a date inside a CASE-WHEN, http://bugs.mysql.com/bug.php?id=49406) [ext/mysqli/tests/bug_mysql_49406.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8350 TEST 4201/11096 [ext/mysqli/tests/mysqli_affected_rows.phpt]
       
  8351 SKIP mysqli_affected_rows() [ext/mysqli/tests/mysqli_affected_rows.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8352 TEST 4202/11096 [ext/mysqli/tests/mysqli_affected_rows_oo.phpt]
       
  8353 SKIP mysqli->affected_rows [ext/mysqli/tests/mysqli_affected_rows_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8354 TEST 4203/11096 [ext/mysqli/tests/mysqli_autocommit.phpt]
       
  8355 SKIP mysqli_autocommit() [ext/mysqli/tests/mysqli_autocommit.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8356 TEST 4204/11096 [ext/mysqli/tests/mysqli_autocommit_oo.phpt]
       
  8357 SKIP mysqli->autocommit() [ext/mysqli/tests/mysqli_autocommit_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8358 TEST 4205/11096 [ext/mysqli/tests/mysqli_change_user.phpt]
       
  8359 SKIP mysqli_change_user() [ext/mysqli/tests/mysqli_change_user.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8360 TEST 4206/11096 [ext/mysqli/tests/mysqli_change_user_get_lock.phpt]
       
  8361 SKIP mysqli_change_user() - GET_LOCK() [ext/mysqli/tests/mysqli_change_user_get_lock.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8362 TEST 4207/11096 [ext/mysqli/tests/mysqli_change_user_insert_id.phpt]
       
  8363 SKIP mysqli_change_user() - LAST_INSERT_ID() - http://bugs.mysql.com/bug.php?id=45184? [ext/mysqli/tests/mysqli_change_user_insert_id.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8364 TEST 4208/11096 [ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt]
       
  8365 SKIP mysqli_change_user() - table locks, GET_LOCK(), temporary tables [ext/mysqli/tests/mysqli_change_user_locks_temporary.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8366 TEST 4209/11096 [ext/mysqli/tests/mysqli_change_user_oo.phpt]
       
  8367 SKIP mysqli->change_user() [ext/mysqli/tests/mysqli_change_user_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8368 TEST 4210/11096 [ext/mysqli/tests/mysqli_change_user_prepared_statements.phpt]
       
  8369 SKIP mysqli_change_user() - Prepared Statement [ext/mysqli/tests/mysqli_change_user_prepared_statements.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8370 TEST 4211/11096 [ext/mysqli/tests/mysqli_change_user_rollback.phpt]
       
  8371 SKIP mysqli_change_user() - ROLLBACK [ext/mysqli/tests/mysqli_change_user_rollback.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8372 TEST 4212/11096 [ext/mysqli/tests/mysqli_change_user_set_names.phpt]
       
  8373 SKIP mysqli_change_user() - SET NAMES [ext/mysqli/tests/mysqli_change_user_set_names.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8374 TEST 4213/11096 [ext/mysqli/tests/mysqli_character_set.phpt]
       
  8375 SKIP Fetching results from tables of different charsets. [ext/mysqli/tests/mysqli_character_set.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8376 TEST 4214/11096 [ext/mysqli/tests/mysqli_character_set_name.phpt]
       
  8377 SKIP mysqli_chararcter_set_name(), mysql_client_encoding() [alias] [ext/mysqli/tests/mysqli_character_set_name.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8378 TEST 4215/11096 [ext/mysqli/tests/mysqli_character_set_name_oo.phpt]
       
  8379 SKIP mysqli_chararcter_set_name(), mysql_client_encoding() [alias] [ext/mysqli/tests/mysqli_character_set_name_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8380 TEST 4216/11096 [ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt]
       
  8381 SKIP Interface of the class mysqli_driver [ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8382 TEST 4217/11096 [ext/mysqli/tests/mysqli_class_mysqli_driver_reflection.phpt]
       
  8383 PASS Interface of the class mysqli_driver - Reflection [ext/mysqli/tests/mysqli_class_mysqli_driver_reflection.phpt] 
       
  8384 TEST 4218/11096 [ext/mysqli/tests/mysqli_class_mysqli_interface.phpt]
       
  8385 SKIP Interface of the class mysqli [ext/mysqli/tests/mysqli_class_mysqli_interface.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8386 TEST 4219/11096 [ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt]
       
  8387 SKIP Interface of the class mysqli [ext/mysqli/tests/mysqli_class_mysqli_properties_no_conn.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8388 TEST 4220/11096 [ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt]
       
  8389 PASS Interface of the class mysqli - Reflection [ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt] 
       
  8390 TEST 4221/11096 [ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt]
       
  8391 SKIP Interface of the class mysqli_result [ext/mysqli/tests/mysqli_class_mysqli_result_interface.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8392 TEST 4222/11096 [ext/mysqli/tests/mysqli_class_mysqli_result_reflection.phpt]
       
  8393 SKIP Interface of the class mysqli_result - Reflection [ext/mysqli/tests/mysqli_class_mysqli_result_reflection.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8394 TEST 4223/11096 [ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt]
       
  8395 SKIP Interface of the class mysqli_stmt [ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8396 TEST 4224/11096 [ext/mysqli/tests/mysqli_class_mysqli_warning.phpt]
       
  8397 SKIP Interface of the class mysqli_warning - TODO [ext/mysqli/tests/mysqli_class_mysqli_warning.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8398 TEST 4225/11096 [ext/mysqli/tests/mysqli_class_mysqli_warning_reflection.phpt]
       
  8399 PASS Interface of the class mysqli_stmt - Reflection [ext/mysqli/tests/mysqli_class_mysqli_warning_reflection.phpt] 
       
  8400 TEST 4226/11096 [ext/mysqli/tests/mysqli_close.phpt]
       
  8401 SKIP mysqli_close() [ext/mysqli/tests/mysqli_close.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8402 TEST 4227/11096 [ext/mysqli/tests/mysqli_close_oo.phpt]
       
  8403 SKIP mysqli_close() [ext/mysqli/tests/mysqli_close_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8404 TEST 4228/11096 [ext/mysqli/tests/mysqli_commit.phpt]
       
  8405 SKIP mysqli_commit() [ext/mysqli/tests/mysqli_commit.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8406 TEST 4229/11096 [ext/mysqli/tests/mysqli_commit_oo.phpt]
       
  8407 SKIP mysqli_commit() [ext/mysqli/tests/mysqli_commit_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8408 TEST 4230/11096 [ext/mysqli/tests/mysqli_connect.phpt]
       
  8409 SKIP mysqli_connect() [ext/mysqli/tests/mysqli_connect.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8410 TEST 4231/11096 [ext/mysqli/tests/mysqli_connect_errno.phpt]
       
  8411 SKIP mysqli_connect_errno() [ext/mysqli/tests/mysqli_connect_errno.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8412 TEST 4232/11096 [ext/mysqli/tests/mysqli_connect_error.phpt]
       
  8413 SKIP mysqli_connect_error() [ext/mysqli/tests/mysqli_connect_error.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8414 TEST 4233/11096 [ext/mysqli/tests/mysqli_connect_oo.phpt]
       
  8415 SKIP new mysqli() [ext/mysqli/tests/mysqli_connect_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8416 TEST 4234/11096 [ext/mysqli/tests/mysqli_connect_oo_defaults.phpt]
       
  8417 SKIP new mysqli() [ext/mysqli/tests/mysqli_connect_oo_defaults.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8418 TEST 4235/11096 [ext/mysqli/tests/mysqli_connect_oo_warnings.phpt]
       
  8419 SKIP new mysqli() [ext/mysqli/tests/mysqli_connect_oo_warnings.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8420 TEST 4236/11096 [ext/mysqli/tests/mysqli_connect_twice.phpt]
       
  8421 SKIP Calling connect() on an open connection to create a new connection [ext/mysqli/tests/mysqli_connect_twice.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8422 TEST 4237/11096 [ext/mysqli/tests/mysqli_constants.phpt]
       
  8423 SKIP Constants exported by ext/mysqli [ext/mysqli/tests/mysqli_constants.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8424 TEST 4238/11096 [ext/mysqli/tests/mysqli_constants_categories.phpt]
       
  8425 PASS Constants exported by ext/mysqli - checking category - PHP bug not mysqli bug (check from time to time) [ext/mysqli/tests/mysqli_constants_categories.phpt] 
       
  8426 TEST 4239/11096 [ext/mysqli/tests/mysqli_data_seek.phpt]
       
  8427 SKIP mysqli_data_seek() [ext/mysqli/tests/mysqli_data_seek.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8428 TEST 4240/11096 [ext/mysqli/tests/mysqli_data_seek_oo.phpt]
       
  8429 SKIP mysqli_result->data_seek() [ext/mysqli/tests/mysqli_data_seek_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8430 TEST 4241/11096 [ext/mysqli/tests/mysqli_debug.phpt]
       
  8431 SKIP mysqli_debug() [ext/mysqli/tests/mysqli_debug.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8432 TEST 4242/11096 [ext/mysqli/tests/mysqli_debug_append.phpt]
       
  8433 SKIP mysqli_debug() - append to trace file [ext/mysqli/tests/mysqli_debug_append.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8434 TEST 4243/11096 [ext/mysqli/tests/mysqli_debug_control_string.phpt]
       
  8435 SKIP mysqli_debug() - invalid debug control strings [ext/mysqli/tests/mysqli_debug_control_string.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8436 TEST 4244/11096 [ext/mysqli/tests/mysqli_debug_ini.phpt]
       
  8437 SKIP mysqli_debug() - enabling trace with ini setting [ext/mysqli/tests/mysqli_debug_ini.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8438 TEST 4245/11096 [ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt]
       
  8439 SKIP mysqli_debug() - all control string options supported by both mysqlnd and libmysql except oOaA [ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8440 TEST 4246/11096 [ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt]
       
  8441 SKIP mysqli_debug() - mysqlnd only control strings [ext/mysqli/tests/mysqli_debug_mysqlnd_only.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8442 TEST 4247/11096 [ext/mysqli/tests/mysqli_disable_reads_from_master.phpt]
       
  8443 SKIP mysqli_disable_reads_from_master() [ext/mysqli/tests/mysqli_disable_reads_from_master.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8444 TEST 4248/11096 [ext/mysqli/tests/mysqli_driver.phpt]
       
  8445 SKIP mysqli_driver class [ext/mysqli/tests/mysqli_driver.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8446 TEST 4249/11096 [ext/mysqli/tests/mysqli_driver_unclonable.phpt]
       
  8447 PASS Trying to clone mysqli_driver object [ext/mysqli/tests/mysqli_driver_unclonable.phpt] 
       
  8448 TEST 4250/11096 [ext/mysqli/tests/mysqli_dump_debug_info.phpt]
       
  8449 SKIP mysqli_dump_debug_info() [ext/mysqli/tests/mysqli_dump_debug_info.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8450 TEST 4251/11096 [ext/mysqli/tests/mysqli_dump_debug_info_oo.phpt]
       
  8451 SKIP mysqli_dump_debug_info() [ext/mysqli/tests/mysqli_dump_debug_info_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8452 TEST 4252/11096 [ext/mysqli/tests/mysqli_embedded_connect.phpt]
       
  8453 SKIP mysqli_embedded_connect() [ext/mysqli/tests/mysqli_embedded_connect.phpt] reason: test for with embedded server only
       
  8454 TEST 4253/11096 [ext/mysqli/tests/mysqli_enable_reads_from_master.phpt]
       
  8455 SKIP mysqli_enable_reads_from_master() [ext/mysqli/tests/mysqli_enable_reads_from_master.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8456 TEST 4254/11096 [ext/mysqli/tests/mysqli_errno.phpt]
       
  8457 SKIP mysqli_errno() [ext/mysqli/tests/mysqli_errno.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8458 TEST 4255/11096 [ext/mysqli/tests/mysqli_errno_oo.phpt]
       
  8459 SKIP $mysqli->errno [ext/mysqli/tests/mysqli_errno_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8460 TEST 4256/11096 [ext/mysqli/tests/mysqli_error.phpt]
       
  8461 SKIP mysqli_error() [ext/mysqli/tests/mysqli_error.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8462 TEST 4257/11096 [ext/mysqli/tests/mysqli_error_oo.phpt]
       
  8463 SKIP $mysqli->error [ext/mysqli/tests/mysqli_error_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8464 TEST 4258/11096 [ext/mysqli/tests/mysqli_error_unicode.phpt]
       
  8465 SKIP mysqli_error() [ext/mysqli/tests/mysqli_error_unicode.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8466 TEST 4259/11096 [ext/mysqli/tests/mysqli_explain_metadata.phpt]
       
  8467 SKIP EXPLAIN - metadata [ext/mysqli/tests/mysqli_explain_metadata.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8468 TEST 4260/11096 [ext/mysqli/tests/mysqli_fetch_all.phpt]
       
  8469 SKIP mysqli_fetch_all() [ext/mysqli/tests/mysqli_fetch_all.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8470 TEST 4261/11096 [ext/mysqli/tests/mysqli_fetch_all_oo.phpt]
       
  8471 SKIP $mysqli->fetch_all() (introduced with mysqlnd) [ext/mysqli/tests/mysqli_fetch_all_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8472 TEST 4262/11096 [ext/mysqli/tests/mysqli_fetch_array.phpt]
       
  8473 SKIP mysqli_fetch_array() - all datatypes but BIT [ext/mysqli/tests/mysqli_fetch_array.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8474 TEST 4263/11096 [ext/mysqli/tests/mysqli_fetch_array_assoc.phpt]
       
  8475 SKIP mysqli_fetch_array() [ext/mysqli/tests/mysqli_fetch_array_assoc.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8476 TEST 4264/11096 [ext/mysqli/tests/mysqli_fetch_array_large.phpt]
       
  8477 SKIP mysqli_fetch_array() - large packages (to test compression) [ext/mysqli/tests/mysqli_fetch_array_large.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8478 TEST 4265/11096 [ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt]
       
  8479 SKIP mysqli_fetch_array() [ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8480 TEST 4266/11096 [ext/mysqli/tests/mysqli_fetch_array_oo.phpt]
       
  8481 SKIP mysqli->fetch_array() [ext/mysqli/tests/mysqli_fetch_array_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8482 TEST 4267/11096 [ext/mysqli/tests/mysqli_fetch_assoc.phpt]
       
  8483 SKIP mysqli_fetch_assoc() [ext/mysqli/tests/mysqli_fetch_assoc.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8484 TEST 4268/11096 [ext/mysqli/tests/mysqli_fetch_assoc_bit.phpt]
       
  8485 SKIP mysqli_fetch_assoc() - BIT [ext/mysqli/tests/mysqli_fetch_assoc_bit.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8486 TEST 4269/11096 [ext/mysqli/tests/mysqli_fetch_assoc_no_alias.phpt]
       
  8487 SKIP mysqli_fetch_assoc() [ext/mysqli/tests/mysqli_fetch_assoc_no_alias.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8488 TEST 4270/11096 [ext/mysqli/tests/mysqli_fetch_assoc_no_alias_utf8.phpt]
       
  8489 SKIP mysqli_fetch_assoc() - utf8 [ext/mysqli/tests/mysqli_fetch_assoc_no_alias_utf8.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8490 TEST 4271/11096 [ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt]
       
  8491 SKIP mysqli_fetch_assoc() [ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8492 TEST 4272/11096 [ext/mysqli/tests/mysqli_fetch_assoc_zerofill.phpt]
       
  8493 SKIP mysqli_fetch_assoc() - ZEROFILL [ext/mysqli/tests/mysqli_fetch_assoc_zerofill.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8494 TEST 4273/11096 [ext/mysqli/tests/mysqli_fetch_field.phpt]
       
  8495 SKIP mysqli_fetch_field() [ext/mysqli/tests/mysqli_fetch_field.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8496 TEST 4274/11096 [ext/mysqli/tests/mysqli_fetch_field_direct.phpt]
       
  8497 SKIP mysqli_fetch_field_direct() [ext/mysqli/tests/mysqli_fetch_field_direct.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8498 TEST 4275/11096 [ext/mysqli/tests/mysqli_fetch_field_direct_oo.phpt]
       
  8499 SKIP $res->fetch_field_direct(s) [ext/mysqli/tests/mysqli_fetch_field_direct_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8500 TEST 4276/11096 [ext/mysqli/tests/mysqli_fetch_field_flags.phpt]
       
  8501 SKIP mysqli_fetch_field() - flags/field->flags [ext/mysqli/tests/mysqli_fetch_field_flags.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8502 TEST 4277/11096 [ext/mysqli/tests/mysqli_fetch_field_oo.phpt]
       
  8503 SKIP mysqli_fetch_field() [ext/mysqli/tests/mysqli_fetch_field_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8504 TEST 4278/11096 [ext/mysqli/tests/mysqli_fetch_field_types.phpt]
       
  8505 SKIP mysqli_fetch_field() - data types/field->type [ext/mysqli/tests/mysqli_fetch_field_types.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8506 TEST 4279/11096 [ext/mysqli/tests/mysqli_fetch_fields.phpt]
       
  8507 SKIP mysqli_fetch_fields() [ext/mysqli/tests/mysqli_fetch_fields.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8508 TEST 4280/11096 [ext/mysqli/tests/mysqli_fetch_lengths.phpt]
       
  8509 SKIP mysqli_fetch_lengths() [ext/mysqli/tests/mysqli_fetch_lengths.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8510 TEST 4281/11096 [ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt]
       
  8511 SKIP mysqli_result->lengths [ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8512 TEST 4282/11096 [ext/mysqli/tests/mysqli_fetch_object.phpt]
       
  8513 SKIP mysqli_fetch_object() [ext/mysqli/tests/mysqli_fetch_object.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8514 TEST 4283/11096 [ext/mysqli/tests/mysqli_fetch_object_no_constructor.phpt]
       
  8515 SKIP mysqli_fetch_object() - calling constructor on class wo constructor [ext/mysqli/tests/mysqli_fetch_object_no_constructor.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8516 TEST 4284/11096 [ext/mysqli/tests/mysqli_fetch_object_no_object.phpt]
       
  8517 SKIP mysqli_fetch_object() [ext/mysqli/tests/mysqli_fetch_object_no_object.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8518 TEST 4285/11096 [ext/mysqli/tests/mysqli_fetch_object_oo.phpt]
       
  8519 SKIP mysqli_fetch_object() [ext/mysqli/tests/mysqli_fetch_object_oo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8520 TEST 4286/11096 [ext/mysqli/tests/mysqli_fetch_row.phpt]
       
  8521 SKIP mysqli_fetch_row() [ext/mysqli/tests/mysqli_fetch_row.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8522 TEST 4287/11096 [ext/mysqli/tests/mysqli_field_count.phpt]
       
  8523 SKIP mysqli_field_count() [ext/mysqli/tests/mysqli_field_count.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8524 TEST 4288/11096 [ext/mysqli/tests/mysqli_field_seek.phpt]
       
  8525 SKIP mysqli_field_seek() [ext/mysqli/tests/mysqli_field_seek.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8526 TEST 4289/11096 [ext/mysqli/tests/mysqli_field_tell.phpt]
       
  8527 SKIP mysqli_field_tell() [ext/mysqli/tests/mysqli_field_tell.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8528 TEST 4290/11096 [ext/mysqli/tests/mysqli_fork.phpt]
       
  8529 SKIP Forking a child and using the same connection. [ext/mysqli/tests/mysqli_fork.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8530 TEST 4291/11096 [ext/mysqli/tests/mysqli_free_result.phpt]
       
  8531 SKIP mysqli_free_result() [ext/mysqli/tests/mysqli_free_result.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8532 TEST 4292/11096 [ext/mysqli/tests/mysqli_get_cache_stats_off.phpt]
       
  8533 SKIP mysqli_get_cache_stats() - disabled via php.ini [ext/mysqli/tests/mysqli_get_cache_stats_off.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8534 TEST 4293/11096 [ext/mysqli/tests/mysqli_get_charset.phpt]
       
  8535 SKIP mysqli_get_charset() [ext/mysqli/tests/mysqli_get_charset.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8536 TEST 4294/11096 [ext/mysqli/tests/mysqli_get_client_info.phpt]
       
  8537 SKIP mysqli_get_client_info() [ext/mysqli/tests/mysqli_get_client_info.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8538 TEST 4295/11096 [ext/mysqli/tests/mysqli_get_client_stats.phpt]
       
  8539 FAIL mysqli_get_client_stats() [ext/mysqli/tests/mysqli_get_client_stats.phpt] 
       
  8540 TEST 4296/11096 [ext/mysqli/tests/mysqli_get_client_stats_implicit_free.phpt]
       
  8541 FAIL mysqli_get_client_stats() - implicit_free_result [ext/mysqli/tests/mysqli_get_client_stats_implicit_free.phpt] 
       
  8542 TEST 4297/11096 [ext/mysqli/tests/mysqli_get_client_stats_off.phpt]
       
  8543 SKIP mysqli_get_client_stats() - php_ini setting [ext/mysqli/tests/mysqli_get_client_stats_off.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8544 TEST 4298/11096 [ext/mysqli/tests/mysqli_get_client_stats_ps.phpt]
       
  8545 FAIL mysqli_get_client_stats() - PS [ext/mysqli/tests/mysqli_get_client_stats_ps.phpt] 
       
  8546 TEST 4299/11096 [ext/mysqli/tests/mysqli_get_client_stats_skipped.phpt]
       
  8547 FAIL mysqli_get_client_stats() - skipped rows [ext/mysqli/tests/mysqli_get_client_stats_skipped.phpt] 
       
  8548 TEST 4300/11096 [ext/mysqli/tests/mysqli_get_client_version.phpt]
       
  8549 PASS mysqli_get_client_version() [ext/mysqli/tests/mysqli_get_client_version.phpt] 
       
  8550 TEST 4301/11096 [ext/mysqli/tests/mysqli_get_connection_stats.phpt]
       
  8551 FAIL mysqli_get_connection_stats() [ext/mysqli/tests/mysqli_get_connection_stats.phpt] 
       
  8552 TEST 4302/11096 [ext/mysqli/tests/mysqli_get_connection_stats_off.phpt]
       
  8553 SKIP mysqli_get_connection_stats() - disable via php.ini [ext/mysqli/tests/mysqli_get_connection_stats_off.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8554 TEST 4303/11096 [ext/mysqli/tests/mysqli_get_host_info.phpt]
       
  8555 SKIP mysqli_get_host_info() [ext/mysqli/tests/mysqli_get_host_info.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8556 TEST 4304/11096 [ext/mysqli/tests/mysqli_get_proto_info.phpt]
       
  8557 SKIP mysqli_get_proto_info() [ext/mysqli/tests/mysqli_get_proto_info.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8558 TEST 4305/11096 [ext/mysqli/tests/mysqli_get_server_info.phpt]
       
  8559 SKIP mysqli_get_server_info() [ext/mysqli/tests/mysqli_get_server_info.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8560 TEST 4306/11096 [ext/mysqli/tests/mysqli_get_server_version.phpt]
       
  8561 SKIP mysqli_get_server_version() [ext/mysqli/tests/mysqli_get_server_version.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8562 TEST 4307/11096 [ext/mysqli/tests/mysqli_get_warnings.phpt]
       
  8563 SKIP mysqli_get_warnings() - TODO [ext/mysqli/tests/mysqli_get_warnings.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8564 TEST 4308/11096 [ext/mysqli/tests/mysqli_info.phpt]
       
  8565 SKIP mysqli_info() [ext/mysqli/tests/mysqli_info.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8566 TEST 4309/11096 [ext/mysqli/tests/mysqli_init.phpt]
       
  8567 SKIP mysqli_init() [ext/mysqli/tests/mysqli_init.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8568 TEST 4310/11096 [ext/mysqli/tests/mysqli_insert_id.phpt]
       
  8569 SKIP mysqli_insert_id() [ext/mysqli/tests/mysqli_insert_id.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8570 TEST 4311/11096 [ext/mysqli/tests/mysqli_insert_id_variation.phpt]
       
  8571 SKIP Checking last_insert_id after different operations [ext/mysqli/tests/mysqli_insert_id_variation.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8572 TEST 4312/11096 [ext/mysqli/tests/mysqli_insert_packet_overflow.phpt]
       
  8573 SKIP INSERT and packet overflow [ext/mysqli/tests/mysqli_insert_packet_overflow.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8574 TEST 4313/11096 [ext/mysqli/tests/mysqli_kill.phpt]
       
  8575 SKIP mysqli_kill() [ext/mysqli/tests/mysqli_kill.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8576 TEST 4314/11096 [ext/mysqli/tests/mysqli_last_insert_id.phpt]
       
  8577 SKIP API vs. SQL LAST_INSERT_ID() [ext/mysqli/tests/mysqli_last_insert_id.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8578 TEST 4315/11096 [ext/mysqli/tests/mysqli_magic_quotes.phpt]
       
  8579 SKIP magic_quotes_runtime (DEPRECATED) [ext/mysqli/tests/mysqli_magic_quotes.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8580 TEST 4316/11096 [ext/mysqli/tests/mysqli_max_links.phpt]
       
  8581 SKIP Testing mysqli.max_links [ext/mysqli/tests/mysqli_max_links.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8582 TEST 4317/11096 [ext/mysqli/tests/mysqli_more_results.phpt]
       
  8583 SKIP mysqli_more_results() [ext/mysqli/tests/mysqli_more_results.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8584 TEST 4318/11096 [ext/mysqli/tests/mysqli_multi_query.phpt]
       
  8585 SKIP mysqli_multi_query() [ext/mysqli/tests/mysqli_multi_query.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8586 TEST 4319/11096 [ext/mysqli/tests/mysqli_mysqli_result_invalid_mode.phpt]
       
  8587 SKIP mysqli_result(), invalid mode [ext/mysqli/tests/mysqli_mysqli_result_invalid_mode.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8588 TEST 4320/11096 [ext/mysqli/tests/mysqli_mysqlnd_read_timeout.phpt]
       
  8589 SKIP mysqlnd.net_read_timeout limit check [ext/mysqli/tests/mysqli_mysqlnd_read_timeout.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8590 TEST 4321/11096 [ext/mysqli/tests/mysqli_mysqlnd_read_timeout_long.phpt]
       
  8591 SKIP mysqlnd.net_read_timeout > default_socket_timeout [ext/mysqli/tests/mysqli_mysqlnd_read_timeout_long.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8592 TEST 4322/11096 [ext/mysqli/tests/mysqli_mysqlnd_read_timeout_zero.phpt]
       
  8593 SKIP mysqlnd.net_read_timeout = 0 [ext/mysqli/tests/mysqli_mysqlnd_read_timeout_zero.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8594 TEST 4323/11096 [ext/mysqli/tests/mysqli_next_result.phpt]
       
  8595 SKIP mysqli_next_result() [ext/mysqli/tests/mysqli_next_result.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8596 TEST 4324/11096 [ext/mysqli/tests/mysqli_no_reconnect.phpt]
       
  8597 SKIP Trying implicit reconnect after wait_timeout and KILL using mysqli_ping() [ext/mysqli/tests/mysqli_no_reconnect.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8598 TEST 4325/11096 [ext/mysqli/tests/mysqli_num_fields.phpt]
       
  8599 SKIP mysqli_num_fields() [ext/mysqli/tests/mysqli_num_fields.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8600 TEST 4326/11096 [ext/mysqli/tests/mysqli_num_rows.phpt]
       
  8601 SKIP mysqli_num_rows() [ext/mysqli/tests/mysqli_num_rows.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8602 TEST 4327/11096 [ext/mysqli/tests/mysqli_options.phpt]
       
  8603 SKIP mysqli_options() [ext/mysqli/tests/mysqli_options.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8604 TEST 4328/11096 [ext/mysqli/tests/mysqli_options_init_command.phpt]
       
  8605 SKIP mysqli_options() [ext/mysqli/tests/mysqli_options_init_command.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8606 TEST 4329/11096 [ext/mysqli/tests/mysqli_options_int_and_float_native.phpt]
       
  8607 SKIP mysqli_options() - MYSQLI_OPT_INT_AND_FLOAT_NATIVE [ext/mysqli/tests/mysqli_options_int_and_float_native.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8608 TEST 4330/11096 [ext/mysqli/tests/mysqli_options_openbasedir.phpt]
       
  8609 SKIP mysqli_options() - MYSQLI_OPT_LOCAL_INFILE and open_basedir [ext/mysqli/tests/mysqli_options_openbasedir.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8610 TEST 4331/11096 [ext/mysqli/tests/mysqli_pconn_conn_multiple.phpt]
       
  8611 SKIP Calling connect() on an open persistent connection to create a new persistent connection [ext/mysqli/tests/mysqli_pconn_conn_multiple.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8612 TEST 4332/11096 [ext/mysqli/tests/mysqli_pconn_disabled.phpt]
       
  8613 SKIP mysqli_pconnect() - mysqli.allow_persistent = 0 [ext/mysqli/tests/mysqli_pconn_disabled.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8614 TEST 4333/11096 [ext/mysqli/tests/mysqli_pconn_kill.phpt]
       
  8615 SKIP Killing a persistent connection. [ext/mysqli/tests/mysqli_pconn_kill.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8616 TEST 4334/11096 [ext/mysqli/tests/mysqli_pconn_limits.phpt]
       
  8617 SKIP Persistent connections - limits (-1, unlimited) [ext/mysqli/tests/mysqli_pconn_limits.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8618 TEST 4335/11096 [ext/mysqli/tests/mysqli_pconn_max_links.phpt]
       
  8619 SKIP Persistent connections and mysqli.max_links [ext/mysqli/tests/mysqli_pconn_max_links.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8620 TEST 4336/11096 [ext/mysqli/tests/mysqli_pconn_reuse.phpt]
       
  8621 SKIP mysqli_pconnect() - reusing/caching persistent connections - TODO [ext/mysqli/tests/mysqli_pconn_reuse.phpt] reason: TODO - we need to add a user level way to check if CHANGE_USER gets called by pconnect
       
  8622 TEST 4337/11096 [ext/mysqli/tests/mysqli_pconn_twice.phpt]
       
  8623 SKIP Calling connect() on an open persistent connection to create a new persistent connection [ext/mysqli/tests/mysqli_pconn_twice.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8624 TEST 4338/11096 [ext/mysqli/tests/mysqli_pconnect.phpt]
       
  8625 SKIP mysqli_pconnect() [ext/mysqli/tests/mysqli_pconnect.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8626 TEST 4339/11096 [ext/mysqli/tests/mysqli_phpinfo.phpt]
       
  8627 SKIP phpinfo() mysqli section [ext/mysqli/tests/mysqli_phpinfo.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8628 TEST 4340/11096 [ext/mysqli/tests/mysqli_ping.phpt]
       
  8629 SKIP mysqli_ping() [ext/mysqli/tests/mysqli_ping.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8630 TEST 4341/11096 [ext/mysqli/tests/mysqli_poll.phpt]
       
  8631 SKIP int mysqli_poll() simple [ext/mysqli/tests/mysqli_poll.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8632 TEST 4342/11096 [ext/mysqli/tests/mysqli_poll_kill.phpt]
       
  8633 SKIP int mysqli_poll() and kill [ext/mysqli/tests/mysqli_poll_kill.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8634 TEST 4343/11096 [ext/mysqli/tests/mysqli_poll_mixing_insert_select.phpt]
       
  8635 SKIP mysqli_poll() & INSERT SELECT [ext/mysqli/tests/mysqli_poll_mixing_insert_select.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8636 TEST 4344/11096 [ext/mysqli/tests/mysqli_poll_reference.phpt]
       
  8637 SKIP mysqli_poll() & references [ext/mysqli/tests/mysqli_poll_reference.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8638 TEST 4345/11096 [ext/mysqli/tests/mysqli_prepare.phpt]
       
  8639 SKIP mysqli_prepare() [ext/mysqli/tests/mysqli_prepare.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8640 TEST 4346/11096 [ext/mysqli/tests/mysqli_prepare_no_object.phpt]
       
  8641 SKIP mysqli_prepare() - no object on failure [ext/mysqli/tests/mysqli_prepare_no_object.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8642 TEST 4347/11096 [ext/mysqli/tests/mysqli_ps_select_union.phpt]
       
  8643 SKIP Prepared Statements and SELECT UNION [ext/mysqli/tests/mysqli_ps_select_union.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8644 TEST 4348/11096 [ext/mysqli/tests/mysqli_query.phpt]
       
  8645 SKIP mysqli_query() [ext/mysqli/tests/mysqli_query.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8646 TEST 4349/11096 [ext/mysqli/tests/mysqli_query_local_infile_large.phpt]
       
  8647 SKIP mysql_query(LOAD DATA LOCAL INFILE) with large data set (10MB) [ext/mysqli/tests/mysqli_query_local_infile_large.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8648 TEST 4350/11096 [ext/mysqli/tests/mysqli_query_stored_proc.phpt]
       
  8649 SKIP mysqli_query() - Stored Procedures [ext/mysqli/tests/mysqli_query_stored_proc.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8650 TEST 4351/11096 [ext/mysqli/tests/mysqli_query_unicode.phpt]
       
  8651 SKIP mysqli_query() - unicode (cyrillic) [ext/mysqli/tests/mysqli_query_unicode.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8652 TEST 4352/11096 [ext/mysqli/tests/mysqli_real_connect.phpt]
       
  8653 SKIP mysqli_real_connect() [ext/mysqli/tests/mysqli_real_connect.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8654 TEST 4353/11096 [ext/mysqli/tests/mysqli_real_connect_pconn.phpt]
       
  8655 SKIP mysqli_real_connect() - persistent connections [ext/mysqli/tests/mysqli_real_connect_pconn.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8656 TEST 4354/11096 [ext/mysqli/tests/mysqli_real_escape_string.phpt]
       
  8657 SKIP mysqli_real_escape_string() [ext/mysqli/tests/mysqli_real_escape_string.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8658 TEST 4355/11096 [ext/mysqli/tests/mysqli_real_escape_string_big5.phpt]
       
  8659 SKIP mysqli_real_escape_string() - big5 [ext/mysqli/tests/mysqli_real_escape_string_big5.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8660 TEST 4356/11096 [ext/mysqli/tests/mysqli_real_escape_string_eucjpms.phpt]
       
  8661 SKIP mysqli_real_escape_string() - eucjpms [ext/mysqli/tests/mysqli_real_escape_string_eucjpms.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8662 TEST 4357/11096 [ext/mysqli/tests/mysqli_real_escape_string_euckr.phpt]
       
  8663 SKIP mysqli_real_escape_string() - euckr [ext/mysqli/tests/mysqli_real_escape_string_euckr.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8664 TEST 4358/11096 [ext/mysqli/tests/mysqli_real_escape_string_gb2312.phpt]
       
  8665 SKIP mysqli_real_escape_string() - gb2312 [ext/mysqli/tests/mysqli_real_escape_string_gb2312.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8666 TEST 4359/11096 [ext/mysqli/tests/mysqli_real_escape_string_gbk.phpt]
       
  8667 SKIP mysqli_real_escape_string() - gbk [ext/mysqli/tests/mysqli_real_escape_string_gbk.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8668 TEST 4360/11096 [ext/mysqli/tests/mysqli_real_escape_string_nobackslash.phpt]
       
  8669 SKIP mysqli_real_escape_string() - SQL Mode NO_BACKSLASH_ESCAPE [ext/mysqli/tests/mysqli_real_escape_string_nobackslash.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8670 TEST 4361/11096 [ext/mysqli/tests/mysqli_real_escape_string_sjis.phpt]
       
  8671 SKIP mysqli_real_escape_string() - sjis [ext/mysqli/tests/mysqli_real_escape_string_sjis.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8672 TEST 4362/11096 [ext/mysqli/tests/mysqli_real_escape_string_unicode.phpt]
       
  8673 SKIP mysqli_real_escape_string() [ext/mysqli/tests/mysqli_real_escape_string_unicode.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8674 TEST 4363/11096 [ext/mysqli/tests/mysqli_real_query.phpt]
       
  8675 SKIP mysqli_real_query() [ext/mysqli/tests/mysqli_real_query.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8676 TEST 4364/11096 [ext/mysqli/tests/mysqli_reconnect.phpt]
       
  8677 SKIP Trying implicit reconnect after wait_timeout and KILL using mysqli_ping() [ext/mysqli/tests/mysqli_reconnect.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8678 TEST 4365/11096 [ext/mysqli/tests/mysqli_report.phpt]
       
  8679 SKIP mysqli_report() [ext/mysqli/tests/mysqli_report.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8680 TEST 4366/11096 [ext/mysqli/tests/mysqli_report_wo_ps.phpt]
       
  8681 SKIP mysqli_report() [ext/mysqli/tests/mysqli_report_wo_ps.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8682 TEST 4367/11096 [ext/mysqli/tests/mysqli_result_references.phpt]
       
  8683 SKIP References to result sets [ext/mysqli/tests/mysqli_result_references.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8684 TEST 4368/11096 [ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt]
       
  8685 SKIP References to result sets - mysqlnd (no copies but references) [ext/mysqli/tests/mysqli_result_references_mysqlnd.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8686 TEST 4369/11096 [ext/mysqli/tests/mysqli_result_unclonable.phpt]
       
  8687 SKIP Trying to clone mysqli_result object [ext/mysqli/tests/mysqli_result_unclonable.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8688 TEST 4370/11096 [ext/mysqli/tests/mysqli_rollback.phpt]
       
  8689 SKIP mysqli_rollback() [ext/mysqli/tests/mysqli_rollback.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8690 TEST 4371/11096 [ext/mysqli/tests/mysqli_select_db.phpt]
       
  8691 SKIP mysqli_select_db() [ext/mysqli/tests/mysqli_select_db.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8692 TEST 4372/11096 [ext/mysqli/tests/mysqli_send_query.phpt]
       
  8693 SKIP mysqli_send_query() [ext/mysqli/tests/mysqli_send_query.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8694 TEST 4373/11096 [ext/mysqli/tests/mysqli_set_charset.phpt]
       
  8695 SKIP mysqli_set_charset() [ext/mysqli/tests/mysqli_set_charset.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8696 TEST 4374/11096 [ext/mysqli/tests/mysqli_set_local_infile_default.phpt]
       
  8697 SKIP mysqli_set_local_infile_default() [ext/mysqli/tests/mysqli_set_local_infile_default.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8698 TEST 4375/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler.phpt]
       
  8699 SKIP mysqli_set_local_infile_handler() [ext/mysqli/tests/mysqli_set_local_infile_handler.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8700 TEST 4376/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_bad_character.phpt]
       
  8701 SKIP mysqli_set_local_infile_handler() - random ASCII character including \0 [ext/mysqli/tests/mysqli_set_local_infile_handler_bad_character.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8702 TEST 4377/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_buffer_overflow.phpt]
       
  8703 SKIP mysqli_set_local_infile_handler() - buffer overflow [ext/mysqli/tests/mysqli_set_local_infile_handler_buffer_overflow.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8704 TEST 4378/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_close_link.phpt]
       
  8705 SKIP mysqli_set_local_infile_handler() - close database link [ext/mysqli/tests/mysqli_set_local_infile_handler_close_link.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8706 TEST 4379/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_closefile.phpt]
       
  8707 SKIP mysqli_set_local_infile_handler() - do not use the file pointer [ext/mysqli/tests/mysqli_set_local_infile_handler_closefile.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8708 TEST 4380/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_closures.phpt]
       
  8709 SKIP mysqli_set_local_infile_handler() - use closures as handler [ext/mysqli/tests/mysqli_set_local_infile_handler_closures.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8710 TEST 4381/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_kill_link.phpt]
       
  8711 SKIP mysqli_set_local_infile_handler() - kill database link [ext/mysqli/tests/mysqli_set_local_infile_handler_kill_link.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8712 TEST 4382/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_negative_len.phpt]
       
  8713 SKIP mysqli_set_local_infile_handler() - negative return value/buflen to indicate an error [ext/mysqli/tests/mysqli_set_local_infile_handler_negative_len.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8714 TEST 4383/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_nested_call.phpt]
       
  8715 SKIP mysqli_set_local_infile_handler() - nested calls [ext/mysqli/tests/mysqli_set_local_infile_handler_nested_call.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8716 TEST 4384/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_new_query.phpt]
       
  8717 SKIP mysqli_set_local_infile_handler() - run new query on db link [ext/mysqli/tests/mysqli_set_local_infile_handler_new_query.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8718 TEST 4385/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_nofileop.phpt]
       
  8719 SKIP mysqli_set_local_infile_handler() - do not use the file pointer [ext/mysqli/tests/mysqli_set_local_infile_handler_nofileop.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8720 TEST 4386/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_openbasedir.phpt]
       
  8721 SKIP mysqli_set_local_infile_handler() - open basedir restrictions [ext/mysqli/tests/mysqli_set_local_infile_handler_openbasedir.phpt] reason: open_basedir restrictions forbid opening include files
       
  8722 TEST 4387/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_replace_buffer.phpt]
       
  8723 SKIP mysqli_set_local_infile_handler() - replace buffer pointer [ext/mysqli/tests/mysqli_set_local_infile_handler_replace_buffer.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8724 TEST 4388/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_short_len.phpt]
       
  8725 SKIP mysqli_set_local_infile_handler() - report shorter buffer [ext/mysqli/tests/mysqli_set_local_infile_handler_short_len.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8726 TEST 4389/11096 [ext/mysqli/tests/mysqli_set_local_infile_handler_unregister.phpt]
       
  8727 SKIP mysqli_set_local_infile_handler() - do not use the file pointer [ext/mysqli/tests/mysqli_set_local_infile_handler_unregister.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8728 TEST 4390/11096 [ext/mysqli/tests/mysqli_set_opt.phpt]
       
  8729 SKIP mysqli_set_opt() [ext/mysqli/tests/mysqli_set_opt.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8730 TEST 4391/11096 [ext/mysqli/tests/mysqli_sqlstate.phpt]
       
  8731 SKIP mysqli_sqlstate() [ext/mysqli/tests/mysqli_sqlstate.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8732 TEST 4392/11096 [ext/mysqli/tests/mysqli_ssl_set.phpt]
       
  8733 SKIP mysqli_ssl_set() - test is a stub! [ext/mysqli/tests/mysqli_ssl_set.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8734 TEST 4393/11096 [ext/mysqli/tests/mysqli_stat.phpt]
       
  8735 SKIP mysqli_stat() [ext/mysqli/tests/mysqli_stat.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8736 TEST 4394/11096 [ext/mysqli/tests/mysqli_stmt_affected_rows.phpt]
       
  8737 SKIP mysqli_stmt_affected_rows() [ext/mysqli/tests/mysqli_stmt_affected_rows.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8738 TEST 4395/11096 [ext/mysqli/tests/mysqli_stmt_attr_get.phpt]
       
  8739 SKIP mysqli_stmt_attr_get() [ext/mysqli/tests/mysqli_stmt_attr_get.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8740 TEST 4396/11096 [ext/mysqli/tests/mysqli_stmt_attr_get_prefetch.phpt]
       
  8741 SKIP mysqli_stmt_attr_get() - prefetch [ext/mysqli/tests/mysqli_stmt_attr_get_prefetch.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8742 TEST 4397/11096 [ext/mysqli/tests/mysqli_stmt_attr_set.phpt]
       
  8743 SKIP mysqli_stmt_attr_set() - mysqlnd does not check for invalid codes [ext/mysqli/tests/mysqli_stmt_attr_set.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8744 TEST 4398/11096 [ext/mysqli/tests/mysqli_stmt_bind_limits.phpt]
       
  8745 SKIP Bind limits [ext/mysqli/tests/mysqli_stmt_bind_limits.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8746 TEST 4399/11096 [ext/mysqli/tests/mysqli_stmt_bind_param.phpt]
       
  8747 SKIP mysqli_stmt_bind_param() [ext/mysqli/tests/mysqli_stmt_bind_param.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8748 TEST 4400/11096 [ext/mysqli/tests/mysqli_stmt_bind_param_call_user_func.phpt]
       
  8749 SKIP mysqli_stmt_bind_param used with call_user_func_array() (see also bug #43568) [ext/mysqli/tests/mysqli_stmt_bind_param_call_user_func.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8750 TEST 4401/11096 [ext/mysqli/tests/mysqli_stmt_bind_param_check_param_no_change.phpt]
       
  8751 SKIP mysqli_stmt_bind_param() - checking whether the parameters are modified (bug#44390) [ext/mysqli/tests/mysqli_stmt_bind_param_check_param_no_change.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8752 TEST 4402/11096 [ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt]
       
  8753 SKIP mysqli_stmt_bind_param() - Binding with very high number of columns [ext/mysqli/tests/mysqli_stmt_bind_param_many_columns.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8754 TEST 4403/11096 [ext/mysqli/tests/mysqli_stmt_bind_param_references.phpt]
       
  8755 SKIP mysqli_stmt_bind_param() - playing with references [ext/mysqli/tests/mysqli_stmt_bind_param_references.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8756 TEST 4404/11096 [ext/mysqli/tests/mysqli_stmt_bind_param_type_juggling.phpt]
       
  8757 SKIP mysqli_stmt_bind_param() - binding variable twice [ext/mysqli/tests/mysqli_stmt_bind_param_type_juggling.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8758 TEST 4405/11096 [ext/mysqli/tests/mysqli_stmt_bind_result.phpt]
       
  8759 SKIP mysqli_stmt_bind_result() [ext/mysqli/tests/mysqli_stmt_bind_result.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8760 TEST 4406/11096 [ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt]
       
  8761 SKIP mysqli_stmt_bind_result() [ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8762 TEST 4407/11096 [ext/mysqli/tests/mysqli_stmt_bind_result_format.phpt]
       
  8763 SKIP Playing with SELECT FORMAT(...) AS _format - see also bugs.php.net/42378 [ext/mysqli/tests/mysqli_stmt_bind_result_format.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8764 TEST 4408/11096 [ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt]
       
  8765 SKIP mysqli_stmt_bind_result() - playing with references [ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8766 TEST 4409/11096 [ext/mysqli/tests/mysqli_stmt_bind_result_zerofill.phpt]
       
  8767 SKIP mysqli_stmt_bind_result() - ZEROFILL [ext/mysqli/tests/mysqli_stmt_bind_result_zerofill.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8768 TEST 4410/11096 [ext/mysqli/tests/mysqli_stmt_close.phpt]
       
  8769 SKIP mysqli_stmt_close() [ext/mysqli/tests/mysqli_stmt_close.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8770 TEST 4411/11096 [ext/mysqli/tests/mysqli_stmt_data_seek.phpt]
       
  8771 SKIP mysqli_stmt_data_seek() [ext/mysqli/tests/mysqli_stmt_data_seek.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8772 TEST 4412/11096 [ext/mysqli/tests/mysqli_stmt_datatype_change.phpt]
       
  8773 SKIP Playing with datatype change between prepare and execute [ext/mysqli/tests/mysqli_stmt_datatype_change.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8774 TEST 4413/11096 [ext/mysqli/tests/mysqli_stmt_errno.phpt]
       
  8775 SKIP mysqli_stmt_errno() [ext/mysqli/tests/mysqli_stmt_errno.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8776 TEST 4414/11096 [ext/mysqli/tests/mysqli_stmt_error.phpt]
       
  8777 SKIP mysqli_stmt_error() [ext/mysqli/tests/mysqli_stmt_error.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8778 TEST 4415/11096 [ext/mysqli/tests/mysqli_stmt_execute.phpt]
       
  8779 SKIP mysqli_stmt_execute() [ext/mysqli/tests/mysqli_stmt_execute.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8780 TEST 4416/11096 [ext/mysqli/tests/mysqli_stmt_execute_stored_proc.phpt]
       
  8781 SKIP mysqli_stmt_execute() - Stored Procedures [ext/mysqli/tests/mysqli_stmt_execute_stored_proc.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8782 TEST 4417/11096 [ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.phpt]
       
  8783 SKIP mysqli_stmt_execute() - SP, next result [ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8784 TEST 4418/11096 [ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt]
       
  8785 SKIP mysqli_stmt_execute() - OUT [ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8786 TEST 4419/11096 [ext/mysqli/tests/mysqli_stmt_fetch.phpt]
       
  8787 SKIP mysqli_stmt_fetch() [ext/mysqli/tests/mysqli_stmt_fetch.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8788 TEST 4420/11096 [ext/mysqli/tests/mysqli_stmt_fetch_bit.phpt]
       
  8789 SKIP Fetching BIT column values using the PS API [ext/mysqli/tests/mysqli_stmt_fetch_bit.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8790 TEST 4421/11096 [ext/mysqli/tests/mysqli_stmt_fetch_fields_win32_unicode.phpt]
       
  8791 SKIP mysqli_stmt_fetch_fields() unicode, win32 [ext/mysqli/tests/mysqli_stmt_fetch_fields_win32_unicode.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8792 TEST 4422/11096 [ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt]
       
  8793 SKIP mysqli_stmt_fetch - geometry / spatial types [ext/mysqli/tests/mysqli_stmt_fetch_geom.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8794 TEST 4423/11096 [ext/mysqli/tests/mysqli_stmt_field_count.phpt]
       
  8795 SKIP mysqli_stmt_field_counts() [ext/mysqli/tests/mysqli_stmt_field_count.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8796 TEST 4424/11096 [ext/mysqli/tests/mysqli_stmt_free_result.phpt]
       
  8797 SKIP mysqli_stmt_free_result() [ext/mysqli/tests/mysqli_stmt_free_result.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8798 TEST 4425/11096 [ext/mysqli/tests/mysqli_stmt_get_result.phpt]
       
  8799 SKIP mysqli_stmt_get_result() [ext/mysqli/tests/mysqli_stmt_get_result.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8800 TEST 4426/11096 [ext/mysqli/tests/mysqli_stmt_get_result2.phpt]
       
  8801 SKIP mysqli_stmt_get_result() [ext/mysqli/tests/mysqli_stmt_get_result2.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8802 TEST 4427/11096 [ext/mysqli/tests/mysqli_stmt_get_result_bit.phpt]
       
  8803 SKIP Fetching BIT column values using the PS API [ext/mysqli/tests/mysqli_stmt_get_result_bit.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8804 TEST 4428/11096 [ext/mysqli/tests/mysqli_stmt_get_result_field_count.phpt]
       
  8805 SKIP mysqli_stmt_get_result() - meta data, field_count() [ext/mysqli/tests/mysqli_stmt_get_result_field_count.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8806 TEST 4429/11096 [ext/mysqli/tests/mysqli_stmt_get_result_geom.phpt]
       
  8807 SKIP mysqli_stmt_get_result - geometry / spatial types [ext/mysqli/tests/mysqli_stmt_get_result_geom.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8808 TEST 4430/11096 [ext/mysqli/tests/mysqli_stmt_get_result_metadata.phpt]
       
  8809 SKIP mysqli_stmt_get_result() - meta data [ext/mysqli/tests/mysqli_stmt_get_result_metadata.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8810 TEST 4431/11096 [ext/mysqli/tests/mysqli_stmt_get_result_metadata_fetch_field.phpt]
       
  8811 SKIP mysqli_stmt_get_result() - meta data, field info [ext/mysqli/tests/mysqli_stmt_get_result_metadata_fetch_field.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8812 TEST 4432/11096 [ext/mysqli/tests/mysqli_stmt_get_result_non_select.phpt]
       
  8813 SKIP mysqli_stmt_get_result() - SHOW, DESCRIBE, EXPLAIN [ext/mysqli/tests/mysqli_stmt_get_result_non_select.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8814 TEST 4433/11096 [ext/mysqli/tests/mysqli_stmt_get_result_seek.phpt]
       
  8815 SKIP mysqli_stmt_get_result() - seeking [ext/mysqli/tests/mysqli_stmt_get_result_seek.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8816 TEST 4434/11096 [ext/mysqli/tests/mysqli_stmt_get_result_types.phpt]
       
  8817 SKIP mysqli_stmt_get_result - data types [ext/mysqli/tests/mysqli_stmt_get_result_types.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8818 TEST 4435/11096 [ext/mysqli/tests/mysqli_stmt_get_warnings.phpt]
       
  8819 SKIP mysqli_stmt_get_warnings() - TODO [ext/mysqli/tests/mysqli_stmt_get_warnings.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8820 TEST 4436/11096 [ext/mysqli/tests/mysqli_stmt_init.phpt]
       
  8821 SKIP mysqli_stmt_init() [ext/mysqli/tests/mysqli_stmt_init.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8822 TEST 4437/11096 [ext/mysqli/tests/mysqli_stmt_insert_id.phpt]
       
  8823 SKIP mysqli_stmt_insert_id() [ext/mysqli/tests/mysqli_stmt_insert_id.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8824 TEST 4438/11096 [ext/mysqli/tests/mysqli_stmt_num_rows.phpt]
       
  8825 SKIP mysqli_stmt_num_rows() [ext/mysqli/tests/mysqli_stmt_num_rows.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8826 TEST 4439/11096 [ext/mysqli/tests/mysqli_stmt_param_count.phpt]
       
  8827 SKIP mysqli_stmt_param_count() [ext/mysqli/tests/mysqli_stmt_param_count.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8828 TEST 4440/11096 [ext/mysqli/tests/mysqli_stmt_prepare.phpt]
       
  8829 SKIP mysqli_stmt_prepare() [ext/mysqli/tests/mysqli_stmt_prepare.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8830 TEST 4441/11096 [ext/mysqli/tests/mysqli_stmt_reset.phpt]
       
  8831 SKIP mysqli_stmt_reset() [ext/mysqli/tests/mysqli_stmt_reset.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8832 TEST 4442/11096 [ext/mysqli/tests/mysqli_stmt_result_metadata.phpt]
       
  8833 SKIP mysqli_stmt_result_metadata() [ext/mysqli/tests/mysqli_stmt_result_metadata.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8834 TEST 4443/11096 [ext/mysqli/tests/mysqli_stmt_result_metadata_sqltests.phpt]
       
  8835 SKIP mysqli_stmt_result_metadata() - non SELECT statements [ext/mysqli/tests/mysqli_stmt_result_metadata_sqltests.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8836 TEST 4444/11096 [ext/mysqli/tests/mysqli_stmt_send_long_data.phpt]
       
  8837 SKIP mysqli_stmt_send_long_data() [ext/mysqli/tests/mysqli_stmt_send_long_data.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8838 TEST 4445/11096 [ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_libmysql.phpt]
       
  8839 SKIP mysqli_stmt_send_long_data() - exceed packet size, libmysql - bug #26824 [ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_libmysql.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8840 TEST 4446/11096 [ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt]
       
  8841 SKIP mysqli_stmt_send_long_data() - exceed packet size, mysqlnd [ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8842 TEST 4447/11096 [ext/mysqli/tests/mysqli_stmt_sqlstate.phpt]
       
  8843 SKIP mysqli_stmt_sqlstate() [ext/mysqli/tests/mysqli_stmt_sqlstate.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8844 TEST 4448/11096 [ext/mysqli/tests/mysqli_stmt_store_result.phpt]
       
  8845 SKIP mysqli_stmt_store_result() [ext/mysqli/tests/mysqli_stmt_store_result.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8846 TEST 4449/11096 [ext/mysqli/tests/mysqli_stmt_unclonable.phpt]
       
  8847 SKIP Trying to clone mysqli_stmt object [ext/mysqli/tests/mysqli_stmt_unclonable.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8848 TEST 4450/11096 [ext/mysqli/tests/mysqli_store_result.phpt]
       
  8849 SKIP mysqli_store_result() [ext/mysqli/tests/mysqli_store_result.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8850 TEST 4451/11096 [ext/mysqli/tests/mysqli_thread_id.phpt]
       
  8851 SKIP mysqli_thread_id() [ext/mysqli/tests/mysqli_thread_id.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8852 TEST 4452/11096 [ext/mysqli/tests/mysqli_thread_safe.phpt]
       
  8853 PASS mysqli_thread_safe() [ext/mysqli/tests/mysqli_thread_safe.phpt] 
       
  8854 TEST 4453/11096 [ext/mysqli/tests/mysqli_unclonable.phpt]
       
  8855 SKIP Trying to clone mysqli object [ext/mysqli/tests/mysqli_unclonable.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8856 TEST 4454/11096 [ext/mysqli/tests/mysqli_use_result.phpt]
       
  8857 SKIP mysqli_use_result() [ext/mysqli/tests/mysqli_use_result.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8858 TEST 4455/11096 [ext/mysqli/tests/mysqli_warning_count.phpt]
       
  8859 SKIP mysqli_warning_count() [ext/mysqli/tests/mysqli_warning_count.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8860 TEST 4456/11096 [ext/mysqli/tests/mysqli_warning_unclonable.phpt]
       
  8861 SKIP Trying to clone mysqli_warning object [ext/mysqli/tests/mysqli_warning_unclonable.phpt] reason: Can't connect to MySQL Server - [2002] No such file or directory
       
  8862 TEST 4457/11096 [ext/openssl/tests/001.phpt]
       
  8863 PASS OpenSSL private key functions [ext/openssl/tests/001.phpt] 
       
  8864 TEST 4458/11096 [ext/openssl/tests/002.phpt]
       
  8865 PASS openssl_seal() tests [ext/openssl/tests/002.phpt] 
       
  8866 TEST 4459/11096 [ext/openssl/tests/003.phpt]
       
  8867 PASS openssl_pkcs7_decrypt() and invalid parameters [ext/openssl/tests/003.phpt] 
       
  8868 TEST 4460/11096 [ext/openssl/tests/004.phpt]
       
  8869 PASS openssl_csr_new() tests [ext/openssl/tests/004.phpt] 
       
  8870 TEST 4461/11096 [ext/openssl/tests/005.phpt]
       
  8871 PASS openssl_csr_get_subject() tests [ext/openssl/tests/005.phpt] 
       
  8872 TEST 4462/11096 [ext/openssl/tests/006.phpt]
       
  8873 PASS openssl_pkey_new() with an empty sub-array arg generates a malformed resource [ext/openssl/tests/006.phpt] 
       
  8874 TEST 4463/11096 [ext/openssl/tests/007.phpt]
       
  8875 PASS openssl_x509_read() and openssl_x509_free() tests [ext/openssl/tests/007.phpt] 
       
  8876 TEST 4464/11096 [ext/openssl/tests/008.phpt]
       
  8877 PASS openssl_x509_export() and openssl_x509_export_to_file() tests [ext/openssl/tests/008.phpt] 
       
  8878 TEST 4465/11096 [ext/openssl/tests/009.phpt]
       
  8879 PASS openssl_x509_check_private_key() tests [ext/openssl/tests/009.phpt] 
       
  8880 TEST 4466/11096 [ext/openssl/tests/011.phpt]
       
  8881 PASS openssl_encrypt() and openssl_decrypt() tests [ext/openssl/tests/011.phpt] 
       
  8882 TEST 4467/11096 [ext/openssl/tests/012.phpt]
       
  8883 PASS openssl_seal() error tests [ext/openssl/tests/012.phpt] 
       
  8884 TEST 4468/11096 [ext/openssl/tests/013.phpt]
       
  8885 PASS openssl_open() tests [ext/openssl/tests/013.phpt] 
       
  8886 TEST 4469/11096 [ext/openssl/tests/014.phpt]
       
  8887 PASS openssl_private_encrypt() tests [ext/openssl/tests/014.phpt] 
       
  8888 TEST 4470/11096 [ext/openssl/tests/015.phpt]
       
  8889 PASS openssl_public_encrypt() tests [ext/openssl/tests/015.phpt] 
       
  8890 TEST 4471/11096 [ext/openssl/tests/016.phpt]
       
  8891 PASS openssl_public_decrypt() tests [ext/openssl/tests/016.phpt] 
       
  8892 TEST 4472/11096 [ext/openssl/tests/017.phpt]
       
  8893 PASS openssl_private_decrypt() tests [ext/openssl/tests/017.phpt] 
       
  8894 TEST 4473/11096 [ext/openssl/tests/018.phpt]
       
  8895 PASS openssl_sign() tests [ext/openssl/tests/018.phpt] 
       
  8896 TEST 4474/11096 [ext/openssl/tests/019.phpt]
       
  8897 PASS openssl_verify() tests [ext/openssl/tests/019.phpt] 
       
  8898 TEST 4475/11096 [ext/openssl/tests/021.phpt]
       
  8899 PASS openssl_csr_sign() tests [ext/openssl/tests/021.phpt] 
       
  8900 TEST 4476/11096 [ext/openssl/tests/022.phpt]
       
  8901 PASS openssl_csr_export() tests [ext/openssl/tests/022.phpt] 
       
  8902 TEST 4477/11096 [ext/openssl/tests/023.phpt]
       
  8903 PASS openssl_pkcs7_encrypt() tests [ext/openssl/tests/023.phpt] 
       
  8904 TEST 4478/11096 [ext/openssl/tests/024.phpt]
       
  8905 PASS openssl_pkcs7_decrypt() tests [ext/openssl/tests/024.phpt] 
       
  8906 TEST 4479/11096 [ext/openssl/tests/025.phpt]
       
  8907 PASS openssl_pkcs7_sign() tests [ext/openssl/tests/025.phpt] 
       
  8908 TEST 4480/11096 [ext/openssl/tests/026.phpt]
       
  8909 FAIL Options type checks [ext/openssl/tests/026.phpt] 
       
  8910 TEST 4481/11096 [ext/openssl/tests/bug25614.phpt]
       
  8911 PASS openssl: get public key from generated private key [ext/openssl/tests/bug25614.phpt] 
       
  8912 TEST 4482/11096 [ext/openssl/tests/bug28382.phpt]
       
  8913 PASS Bug #28382 (openssl_x509_parse extensions support) [ext/openssl/tests/bug28382.phpt] 
       
  8914 TEST 4483/11096 [ext/openssl/tests/bug36732.phpt]
       
  8915 PASS Bug #36732 (add support for req_extensions in openss_csr_new and sign) [ext/openssl/tests/bug36732.phpt] 
       
  8916 TEST 4484/11096 [ext/openssl/tests/bug37820.phpt]
       
  8917 PASS openssl_sign/verify: accept different algos [ext/openssl/tests/bug37820.phpt] 
       
  8918 TEST 4485/11096 [ext/openssl/tests/bug38255.phpt]
       
  8919 PASS openssl key from zval leaks [ext/openssl/tests/bug38255.phpt] 
       
  8920 TEST 4486/11096 [ext/openssl/tests/bug38261.phpt]
       
  8921 PASS openssl key from zval leaks [ext/openssl/tests/bug38261.phpt] 
       
  8922 TEST 4487/11096 [ext/openssl/tests/bug39217.phpt]
       
  8923 PASS Bug #39217 (Large serial number return -1) [ext/openssl/tests/bug39217.phpt] 
       
  8924 TEST 4488/11096 [ext/openssl/tests/bug41033.phpt]
       
  8925 PASS #41033, enable signing with DSA keys [ext/openssl/tests/bug41033.phpt] 
       
  8926 TEST 4489/11096 [ext/openssl/tests/bug41353.phpt]
       
  8927 PASS Bug #41353 (openssl_pkcs12_read() does not verify the type of the first arg) [ext/openssl/tests/bug41353.phpt] 
       
  8928 TEST 4490/11096 [ext/openssl/tests/bug46127.phpt]
       
  8929 PASS #46127, openssl_sign/verify: accept different algos [ext/openssl/tests/bug46127.phpt] 
       
  8930 TEST 4491/11096 [ext/openssl/tests/bug47828.phpt]
       
  8931 PASS Bug #47828 (segfaults when a UTF-8 conversion fails openssl_x509_parse()) [ext/openssl/tests/bug47828.phpt] 
       
  8932 TEST 4492/11096 [ext/openssl/tests/bug48182.phpt]
       
  8933 PASS #48182,ssl handshake fails during asynchronous socket connection [ext/openssl/tests/bug48182.phpt] 
       
  8934 TEST 4493/11096 [ext/openssl/tests/bug54060.phpt]
       
  8935 PASS Bug #54060 (Memory leak in openssl_encrypt) [ext/openssl/tests/bug54060.phpt] 
       
  8936 TEST 4494/11096 [ext/openssl/tests/bug54061.phpt]
       
  8937 PASS Bug #54061 (Memory leak in openssl_decrypt) [ext/openssl/tests/bug54061.phpt] 
       
  8938 TEST 4495/11096 [ext/openssl/tests/bug54992.phpt]
       
  8939 PASS Bug #54992: Stream not closed and error not returned when SSL CN_match fails [ext/openssl/tests/bug54992.phpt] 
       
  8940 TEST 4496/11096 [ext/openssl/tests/bug61124.phpt]
       
  8941 PASS Bug #61124: Segmentation fault with openssl_decrypt [ext/openssl/tests/bug61124.phpt] 
       
  8942 TEST 4497/11096 [ext/openssl/tests/cve-2013-6420.phpt]
       
  8943 PASS CVE-2013-6420 [ext/openssl/tests/cve-2013-6420.phpt] 
       
  8944 TEST 4498/11096 [ext/openssl/tests/cve2013_4073.phpt]
       
  8945 PASS CVE 2013-4073: Null-byte certificate handling [ext/openssl/tests/cve2013_4073.phpt] 
       
  8946 TEST 4499/11096 [ext/openssl/tests/openssl_decrypt_error.phpt]
       
  8947 PASS openssl_decrypt() error tests [ext/openssl/tests/openssl_decrypt_error.phpt] 
       
  8948 TEST 4500/11096 [ext/openssl/tests/openssl_digest_basic.phpt]
       
  8949 PASS openssl_digest() basic test [ext/openssl/tests/openssl_digest_basic.phpt] 
       
  8950 TEST 4501/11096 [ext/openssl/tests/openssl_encrypt_crash.phpt]
       
  8951 PASS openssl_encrypt() crash with old OpenSSL [ext/openssl/tests/openssl_encrypt_crash.phpt] 
       
  8952 TEST 4502/11096 [ext/openssl/tests/openssl_encrypt_error.phpt]
       
  8953 PASS openssl_encrypt() error tests [ext/openssl/tests/openssl_encrypt_error.phpt] 
       
  8954 TEST 4503/11096 [ext/openssl/tests/openssl_random_pseudo_bytes.phpt]
       
  8955 PASS openssl_random_pseudo_bytes() tests [ext/openssl/tests/openssl_random_pseudo_bytes.phpt] 
       
  8956 TEST 4504/11096 [ext/openssl/tests/openssl_x509_parse_basic.phpt]
       
  8957 PASS openssl_x509_parse() basic test [ext/openssl/tests/openssl_x509_parse_basic.phpt] 
       
  8958 TEST 4505/11096 [ext/openssl/tests/openssl_x509_parse_basic_v9.phpt]
       
  8959 SKIP openssl_x509_parse() basic test for OpenSSL 0.9 [ext/openssl/tests/openssl_x509_parse_basic_v9.phpt] reason: Output requires OpenSSL 0.9
       
  8960 TEST 4506/11096 [ext/openssl/tests/sni_001.phpt]
       
  8961 SKIP SNI 001 [ext/openssl/tests/sni_001.phpt] reason: Set SNI_TESTS to enable this test (uses remote resources)
       
  8962 TEST 4507/11096 [ext/pcntl/tests/001.phpt]
       
  8963 PASS Test pcntl wait functionality [ext/pcntl/tests/001.phpt] 
       
  8964 TEST 4508/11096 [ext/pcntl/tests/002.phpt]
       
  8965 FAIL pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait() [ext/pcntl/tests/002.phpt] 
       
  8966 TEST 4509/11096 [ext/pcntl/tests/003.phpt]
       
  8967 PASS pcntl: SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK [ext/pcntl/tests/003.phpt] 
       
  8968 TEST 4510/11096 [ext/pcntl/tests/bug47566.phpt]
       
  8969 PASS Bug #47566 (return value of pcntl_wexitstatus()) [ext/pcntl/tests/bug47566.phpt] 
       
  8970 TEST 4511/11096 [ext/pcntl/tests/pcntl_alarm.phpt]
       
  8971 PASS pcntl_alarm() [ext/pcntl/tests/pcntl_alarm.phpt] 
       
  8972 TEST 4512/11096 [ext/pcntl/tests/pcntl_exec.phpt]
       
  8973 PASS pcntl_exec() [ext/pcntl/tests/pcntl_exec.phpt] 
       
  8974 TEST 4513/11096 [ext/pcntl/tests/pcntl_exec_2.phpt]
       
  8975 PASS pcntl_exec() 2 [ext/pcntl/tests/pcntl_exec_2.phpt] 
       
  8976 TEST 4514/11096 [ext/pcntl/tests/pcntl_exec_3.phpt]
       
  8977 PASS pcntl_exec() 3 [ext/pcntl/tests/pcntl_exec_3.phpt] 
       
  8978 TEST 4515/11096 [ext/pcntl/tests/pcntl_fork_basic.phpt]
       
  8979 PASS Test function pcntl_fork() by calling it with its expected arguments [ext/pcntl/tests/pcntl_fork_basic.phpt] 
       
  8980 TEST 4516/11096 [ext/pcntl/tests/pcntl_fork_variation.phpt]
       
  8981 PASS Test function pcntl_fork() by testing the process isolation in the forking hierarchy father -> son -> grandson where father can not knows his grandson [ext/pcntl/tests/pcntl_fork_variation.phpt] 
       
  8982 TEST 4517/11096 [ext/pcntl/tests/pcntl_get_last_error.phpt]
       
  8983 PASS Test pcntl_get_last_error() [ext/pcntl/tests/pcntl_get_last_error.phpt] 
       
  8984 TEST 4518/11096 [ext/pcntl/tests/pcntl_signal.phpt]
       
  8985 PASS pcntl_signal() [ext/pcntl/tests/pcntl_signal.phpt] 
       
  8986 TEST 4519/11096 [ext/pcntl/tests/pcntl_signal_dispatch.phpt]
       
  8987 PASS pcnt_signal_dispatch() [ext/pcntl/tests/pcntl_signal_dispatch.phpt] 
       
  8988 TEST 4520/11096 [ext/pcntl/tests/pcntl_wait.phpt]
       
  8989 PASS pcntl_wait() [ext/pcntl/tests/pcntl_wait.phpt] 
       
  8990 TEST 4521/11096 [ext/pcntl/tests/signal_closure_handler.phpt]
       
  8991 PASS Closures as a signal handler [ext/pcntl/tests/signal_closure_handler.phpt] 
       
  8992 TEST 4522/11096 [ext/pcre/tests/001.phpt]
       
  8993 PASS abusing preg_match() [ext/pcre/tests/001.phpt] 
       
  8994 TEST 4523/11096 [ext/pcre/tests/002.phpt]
       
  8995 PASS preg_* with bogus vals [ext/pcre/tests/002.phpt] 
       
  8996 TEST 4524/11096 [ext/pcre/tests/003.phpt]
       
  8997 PASS abusing preg_match_all() [ext/pcre/tests/003.phpt] 
       
  8998 TEST 4525/11096 [ext/pcre/tests/004.phpt]
       
  8999 PASS abusing pcre [ext/pcre/tests/004.phpt] 
       
  9000 TEST 4526/11096 [ext/pcre/tests/005.phpt]
       
  9001 PASS abusing preg_match_all() #2 [ext/pcre/tests/005.phpt] 
       
  9002 TEST 4527/11096 [ext/pcre/tests/006.phpt]
       
  9003 PASS preg_replace() with array of failing regular expressions [ext/pcre/tests/006.phpt] 
       
  9004 TEST 4528/11096 [ext/pcre/tests/007.phpt]
       
  9005 PASS preg_replace_callback() with callback that modifies subject string [ext/pcre/tests/007.phpt] 
       
  9006 TEST 4529/11096 [ext/pcre/tests/backtrack_limit.phpt]
       
  9007 PASS Backtracking limit [ext/pcre/tests/backtrack_limit.phpt] 
       
  9008 TEST 4530/11096 [ext/pcre/tests/bug20528.phpt]
       
  9009 PASS Bug #20528 (preg_split() drops characters (re-opens Bug #15413)) [ext/pcre/tests/bug20528.phpt] 
       
  9010 TEST 4531/11096 [ext/pcre/tests/bug21732.phpt]
       
  9011 PASS Bug #21732 (preg_replace() segfaults with invalid parameters) [ext/pcre/tests/bug21732.phpt] 
       
  9012 TEST 4532/11096 [ext/pcre/tests/bug21758.phpt]
       
  9013 PASS Bug #21758 (preg_replace_callback() not working with class methods) [ext/pcre/tests/bug21758.phpt] 
       
  9014 TEST 4533/11096 [ext/pcre/tests/bug26927.phpt]
       
  9015 PASS Bug #26927 (preg_quote() does not escape \0) [ext/pcre/tests/bug26927.phpt] 
       
  9016 TEST 4534/11096 [ext/pcre/tests/bug27011.phpt]
       
  9017 PASS Bug #27011 (segfault in preg_match_all()) [ext/pcre/tests/bug27011.phpt] 
       
  9018 TEST 4535/11096 [ext/pcre/tests/bug27103.phpt]
       
  9019 PASS Bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets) [ext/pcre/tests/bug27103.phpt] 
       
  9020 TEST 4536/11096 [ext/pcre/tests/bug33200.phpt]
       
  9021 PASS Bug #33200 (magic_quotes_sybase = On makes 'e' modifier misbehave) [ext/pcre/tests/bug33200.phpt] 
       
  9022 TEST 4537/11096 [ext/pcre/tests/bug34790.phpt]
       
  9023 PASS Bug #34790 (preg_match_all(), named capturing groups, variable assignment/return => crash) [ext/pcre/tests/bug34790.phpt] 
       
  9024 TEST 4538/11096 [ext/pcre/tests/bug37800.phpt]
       
  9025 PASS Bug #37800 (preg_replace() limit parameter odd behaviour) [ext/pcre/tests/bug37800.phpt] 
       
  9026 TEST 4539/11096 [ext/pcre/tests/bug37911.phpt]
       
  9027 PASS Bug #37911 (preg_replace_callback ignores named groups) [ext/pcre/tests/bug37911.phpt] 
       
  9028 TEST 4540/11096 [ext/pcre/tests/bug38600.phpt]
       
  9029 PASS Bug #38600 (infinite loop in pcre with extended class) [ext/pcre/tests/bug38600.phpt] 
       
  9030 TEST 4541/11096 [ext/pcre/tests/bug40195.phpt]
       
  9031 PASS Bug #40195 (pcre 6.7 regression) [ext/pcre/tests/bug40195.phpt] 
       
  9032 TEST 4542/11096 [ext/pcre/tests/bug40909.phpt]
       
  9033 PASS Bug #40909 (pcre 7.0 regression) [ext/pcre/tests/bug40909.phpt] 
       
  9034 TEST 4543/11096 [ext/pcre/tests/bug41050.phpt]
       
  9035 PASS Bug #41050 (pcre 7.0 regression) [ext/pcre/tests/bug41050.phpt] 
       
  9036 TEST 4544/11096 [ext/pcre/tests/bug41148.phpt]
       
  9037 PASS Bug #41148 (pcre 7.0 regression) [ext/pcre/tests/bug41148.phpt] 
       
  9038 TEST 4545/11096 [ext/pcre/tests/bug41638.phpt]
       
  9039 PASS Bug #41638 (pcre 7.0 regression) [ext/pcre/tests/bug41638.phpt] 
       
  9040 TEST 4546/11096 [ext/pcre/tests/bug42298.phpt]
       
  9041 PASS Bug #42298 (pcre gives bogus results with /u) [ext/pcre/tests/bug42298.phpt] 
       
  9042 TEST 4547/11096 [ext/pcre/tests/bug42737.phpt]
       
  9043 PASS Bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines) [ext/pcre/tests/bug42737.phpt] 
       
  9044 TEST 4548/11096 [ext/pcre/tests/bug42945.phpt]
       
  9045 PASS Bug #42945 (preg_split() swallows part of the string) [ext/pcre/tests/bug42945.phpt] 
       
  9046 TEST 4549/11096 [ext/pcre/tests/bug44191.phpt]
       
  9047 PASS Bug #44191 (preg_grep messes up array index) [ext/pcre/tests/bug44191.phpt] 
       
  9048 TEST 4550/11096 [ext/pcre/tests/bug44214.phpt]
       
  9049 PASS Bug #44214 (crash with preg_replace_callback() and global variable) [ext/pcre/tests/bug44214.phpt] 
       
  9050 TEST 4551/11096 [ext/pcre/tests/bug44214_2.phpt]
       
  9051 PASS Bug #44214-2 (crash with preg_replace_callback() and global variable) [ext/pcre/tests/bug44214_2.phpt] 
       
  9052 TEST 4552/11096 [ext/pcre/tests/bug44925.phpt]
       
  9053 PASS Bug #44925 (preg_grep() modifies input array) [ext/pcre/tests/bug44925.phpt] 
       
  9054 TEST 4553/11096 [ext/pcre/tests/bug47229.phpt]
       
  9055 PASS Bug #47229 (preg_quote() doesn't escape -) [ext/pcre/tests/bug47229.phpt] 
       
  9056 TEST 4554/11096 [ext/pcre/tests/bug47662.phpt]
       
  9057 PASS Bug #47662 (support more than 127 named subpatterns) [ext/pcre/tests/bug47662.phpt] 
       
  9058 TEST 4555/11096 [ext/pcre/tests/bug52732.phpt]
       
  9059 PASS Bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0)) [ext/pcre/tests/bug52732.phpt] 
       
  9060 TEST 4556/11096 [ext/pcre/tests/bug52971.phpt]
       
  9061 PASS Bug #52971 (PCRE-Meta-Characters not working with utf-8) [ext/pcre/tests/bug52971.phpt] 
       
  9062 TEST 4557/11096 [ext/pcre/tests/bug63055.phpt]
       
  9063 PASS Bug #63055 (Segfault in zend_gc with SF2 testsuite) [ext/pcre/tests/bug63055.phpt] 
       
  9064 TEST 4558/11096 [ext/pcre/tests/cache_limit.phpt]
       
  9065 PASS Compiled regex cache limit [ext/pcre/tests/cache_limit.phpt] 
       
  9066 TEST 4559/11096 [ext/pcre/tests/delimiters.phpt]
       
  9067 PASS Delimiters crash test [ext/pcre/tests/delimiters.phpt] 
       
  9068 TEST 4560/11096 [ext/pcre/tests/dollar_endonly.phpt]
       
  9069 PASS D (PCRE_DOLLAR_ENDONLY) modififer [ext/pcre/tests/dollar_endonly.phpt] 
       
  9070 TEST 4561/11096 [ext/pcre/tests/grep.phpt]
       
  9071 PASS preg_grep() [ext/pcre/tests/grep.phpt] 
       
  9072 TEST 4562/11096 [ext/pcre/tests/grep2.phpt]
       
  9073 PASS preg_grep() 2nd test [ext/pcre/tests/grep2.phpt] 
       
  9074 TEST 4563/11096 [ext/pcre/tests/invalid_utf8.phpt]
       
  9075 PASS preg_replace() and invalid UTF8 [ext/pcre/tests/invalid_utf8.phpt] 
       
  9076 TEST 4564/11096 [ext/pcre/tests/invalid_utf8_offset.phpt]
       
  9077 PASS preg_replace() and invalid UTF8 offset [ext/pcre/tests/invalid_utf8_offset.phpt] 
       
  9078 TEST 4565/11096 [ext/pcre/tests/locales.phpt]
       
  9079 PASS Localized match [ext/pcre/tests/locales.phpt] 
       
  9080 TEST 4566/11096 [ext/pcre/tests/match_flags.phpt]
       
  9081 PASS preg_match_all() flags [ext/pcre/tests/match_flags.phpt] 
       
  9082 TEST 4567/11096 [ext/pcre/tests/match_flags2.phpt]
       
  9083 PASS preg_match() flags [ext/pcre/tests/match_flags2.phpt] 
       
  9084 TEST 4568/11096 [ext/pcre/tests/match_flags3.phpt]
       
  9085 PASS preg_match() flags 3 [ext/pcre/tests/match_flags3.phpt] 
       
  9086 TEST 4569/11096 [ext/pcre/tests/multiline.phpt]
       
  9087 PASS Multi-line match [ext/pcre/tests/multiline.phpt] 
       
  9088 TEST 4570/11096 [ext/pcre/tests/pcre.constants.phpt]
       
  9089 PASS Test for pre-defined pcre constants [ext/pcre/tests/pcre.constants.phpt] 
       
  9090 TEST 4571/11096 [ext/pcre/tests/pcre_anchored.phpt]
       
  9091 PASS A (PCRE_ANCHORED) modififer [ext/pcre/tests/pcre_anchored.phpt] 
       
  9092 TEST 4572/11096 [ext/pcre/tests/pcre_count.phpt]
       
  9093 PASS preg_replace() fifth parameter - count [ext/pcre/tests/pcre_count.phpt] 
       
  9094 TEST 4573/11096 [ext/pcre/tests/pcre_extended.phpt]
       
  9095 PASS x (PCRE_EXTENDED) modififer [ext/pcre/tests/pcre_extended.phpt] 
       
  9096 TEST 4574/11096 [ext/pcre/tests/pcre_extra.phpt]
       
  9097 PASS X (PCRE_EXTRA) modififer [ext/pcre/tests/pcre_extra.phpt] 
       
  9098 TEST 4575/11096 [ext/pcre/tests/preg_filter.phpt]
       
  9099 PASS preg_filter() [ext/pcre/tests/preg_filter.phpt] 
       
  9100 TEST 4576/11096 [ext/pcre/tests/preg_grep_basic.phpt]
       
  9101 PASS Test preg_grep() function : basic functionality [ext/pcre/tests/preg_grep_basic.phpt] 
       
  9102 TEST 4577/11096 [ext/pcre/tests/preg_grep_error.phpt]
       
  9103 PASS Test preg_grep() function : error conditions - wrong numbers of parameters [ext/pcre/tests/preg_grep_error.phpt] 
       
  9104 TEST 4578/11096 [ext/pcre/tests/preg_grep_error1.phpt]
       
  9105 PASS Test preg_grep() function : error conditions - bad regular expressions [ext/pcre/tests/preg_grep_error1.phpt] 
       
  9106 TEST 4579/11096 [ext/pcre/tests/preg_grep_error2.phpt]
       
  9107 PASS Test preg_grep() function : error conditions - wrong arg types [ext/pcre/tests/preg_grep_error2.phpt] 
       
  9108 TEST 4580/11096 [ext/pcre/tests/preg_last_error_error.phpt]
       
  9109 PASS Test preg_grep() function : error conditions -  wrong numbers of parameters [ext/pcre/tests/preg_last_error_error.phpt] 
       
  9110 TEST 4581/11096 [ext/pcre/tests/preg_match_all_basic.phpt]
       
  9111 PASS Test preg_match_all() function : basic functionality [ext/pcre/tests/preg_match_all_basic.phpt] 
       
  9112 TEST 4582/11096 [ext/pcre/tests/preg_match_all_edit_basic.phpt]
       
  9113 PASS Test preg_match_all() function : basic functionality [ext/pcre/tests/preg_match_all_edit_basic.phpt] 
       
  9114 TEST 4583/11096 [ext/pcre/tests/preg_match_all_error.phpt]
       
  9115 PASS Test preg_match_all() function : error conditions - incorrect number of parameters [ext/pcre/tests/preg_match_all_error.phpt] 
       
  9116 TEST 4584/11096 [ext/pcre/tests/preg_match_all_error1.phpt]
       
  9117 PASS Test preg_match_all() function : error conditions - bad regular expressions [ext/pcre/tests/preg_match_all_error1.phpt] 
       
  9118 TEST 4585/11096 [ext/pcre/tests/preg_match_all_error2.phpt]
       
  9119 PASS Test preg_match_all() function : error conditions - wrong arg types [ext/pcre/tests/preg_match_all_error2.phpt] 
       
  9120 TEST 4586/11096 [ext/pcre/tests/preg_match_all_error3.phpt]
       
  9121 PASS Test preg_match_all() function : error conditions [ext/pcre/tests/preg_match_all_error3.phpt] 
       
  9122 TEST 4587/11096 [ext/pcre/tests/preg_match_basic.phpt]
       
  9123 PASS Test preg_match() function : basic functionality [ext/pcre/tests/preg_match_basic.phpt] 
       
  9124 TEST 4588/11096 [ext/pcre/tests/preg_match_basic_002.phpt]
       
  9125 PASS preg_match() single line match with multi-line input [ext/pcre/tests/preg_match_basic_002.phpt] 
       
  9126 TEST 4589/11096 [ext/pcre/tests/preg_match_basic_edit.phpt]
       
  9127 PASS Test preg_match() function : basic functionality [ext/pcre/tests/preg_match_basic_edit.phpt] 
       
  9128 TEST 4590/11096 [ext/pcre/tests/preg_match_error.phpt]
       
  9129 PASS Test preg_match() function : error conditions - wrong numbers of parameters [ext/pcre/tests/preg_match_error.phpt] 
       
  9130 TEST 4591/11096 [ext/pcre/tests/preg_match_error1.phpt]
       
  9131 PASS Test preg_match() function : error conditions - bad regular expressions [ext/pcre/tests/preg_match_error1.phpt] 
       
  9132 TEST 4592/11096 [ext/pcre/tests/preg_match_error2.phpt]
       
  9133 PASS Test preg_match() function : error conditions - wrong arg types [ext/pcre/tests/preg_match_error2.phpt] 
       
  9134 TEST 4593/11096 [ext/pcre/tests/preg_match_variation1.phpt]
       
  9135 PASS Test preg_match() function : variation [ext/pcre/tests/preg_match_variation1.phpt] 
       
  9136 TEST 4594/11096 [ext/pcre/tests/preg_quote_basic.phpt]
       
  9137 PASS Test preg_quote() function : basic functionality [ext/pcre/tests/preg_quote_basic.phpt] 
       
  9138 TEST 4595/11096 [ext/pcre/tests/preg_quote_error.phpt]
       
  9139 PASS Test preg_quote() function : error conditions  - wrong numbers of parameters [ext/pcre/tests/preg_quote_error.phpt] 
       
  9140 TEST 4596/11096 [ext/pcre/tests/preg_quote_error1.phpt]
       
  9141 PASS Test preg_quote() function : error conditions - wrong arg types [ext/pcre/tests/preg_quote_error1.phpt] 
       
  9142 TEST 4597/11096 [ext/pcre/tests/preg_replace.phpt]
       
  9143 PASS preg_replace() [ext/pcre/tests/preg_replace.phpt] 
       
  9144 TEST 4598/11096 [ext/pcre/tests/preg_replace2.phpt]
       
  9145 PASS preg_replace() [ext/pcre/tests/preg_replace2.phpt] 
       
  9146 TEST 4599/11096 [ext/pcre/tests/preg_replace_basic.phpt]
       
  9147 PASS Test preg_replace() function : basic functionality [ext/pcre/tests/preg_replace_basic.phpt] 
       
  9148 TEST 4600/11096 [ext/pcre/tests/preg_replace_callback.phpt]
       
  9149 PASS preg_replace_callback() [ext/pcre/tests/preg_replace_callback.phpt] 
       
  9150 TEST 4601/11096 [ext/pcre/tests/preg_replace_callback2.phpt]
       
  9151 PASS preg_replace_callback() 2 [ext/pcre/tests/preg_replace_callback2.phpt] 
       
  9152 TEST 4602/11096 [ext/pcre/tests/preg_replace_callback3.phpt]
       
  9153 PASS preg_replace_callback() 3 [ext/pcre/tests/preg_replace_callback3.phpt] 
       
  9154 TEST 4603/11096 [ext/pcre/tests/preg_replace_callback_basic.phpt]
       
  9155 PASS Test preg_replace_callback() function : basic functionality [ext/pcre/tests/preg_replace_callback_basic.phpt] 
       
  9156 TEST 4604/11096 [ext/pcre/tests/preg_replace_callback_error.phpt]
       
  9157 PASS Test preg_replace_callback() function : error [ext/pcre/tests/preg_replace_callback_error.phpt] 
       
  9158 TEST 4605/11096 [ext/pcre/tests/preg_replace_callback_error1.phpt]
       
  9159 PASS Test preg_replace_callback() function : error [ext/pcre/tests/preg_replace_callback_error1.phpt] 
       
  9160 TEST 4606/11096 [ext/pcre/tests/preg_replace_edit_basic.phpt]
       
  9161 PASS Test preg_replace() function : basic [ext/pcre/tests/preg_replace_edit_basic.phpt] 
       
  9162 TEST 4607/11096 [ext/pcre/tests/preg_replace_error.phpt]
       
  9163 PASS Test preg_replace() function : error - incorrect number of parameters [ext/pcre/tests/preg_replace_error.phpt] 
       
  9164 TEST 4608/11096 [ext/pcre/tests/preg_replace_error1.phpt]
       
  9165 PASS Test preg_replace() function : error - bad regular expressions [ext/pcre/tests/preg_replace_error1.phpt] 
       
  9166 TEST 4609/11096 [ext/pcre/tests/preg_replace_error2.phpt]
       
  9167 PASS Test preg_replace() function : error conditions - wrong arg types [ext/pcre/tests/preg_replace_error2.phpt] 
       
  9168 TEST 4610/11096 [ext/pcre/tests/preg_replace_variation1.phpt]
       
  9169 PASS Test preg_replace() function : variation both arguments are arrays [ext/pcre/tests/preg_replace_variation1.phpt] 
       
  9170 TEST 4611/11096 [ext/pcre/tests/preg_split_basic.phpt]
       
  9171 PASS Test preg_split() function : basic functionality [ext/pcre/tests/preg_split_basic.phpt] 
       
  9172 TEST 4612/11096 [ext/pcre/tests/preg_split_error.phpt]
       
  9173 PASS Test preg_split() function : error conditions - incorrect number of parameters [ext/pcre/tests/preg_split_error.phpt] 
       
  9174 TEST 4613/11096 [ext/pcre/tests/preg_split_error1.phpt]
       
  9175 PASS Test preg_split() function : error conditions - bad regular expressions [ext/pcre/tests/preg_split_error1.phpt] 
       
  9176 TEST 4614/11096 [ext/pcre/tests/preg_split_error2.phpt]
       
  9177 PASS Test preg_split() function : error conditions - wrong arg types [ext/pcre/tests/preg_split_error2.phpt] 
       
  9178 TEST 4615/11096 [ext/pcre/tests/recursion_limit.phpt]
       
  9179 PASS PCRE Recursion limit [ext/pcre/tests/recursion_limit.phpt] 
       
  9180 TEST 4616/11096 [ext/pcre/tests/split.phpt]
       
  9181 PASS preg_split() [ext/pcre/tests/split.phpt] 
       
  9182 TEST 4617/11096 [ext/pcre/tests/split2.phpt]
       
  9183 PASS preg_split() 2nd test [ext/pcre/tests/split2.phpt] 
       
  9184 TEST 4618/11096 [ext/pcre/tests/study.phpt]
       
  9185 PASS Study regex [ext/pcre/tests/study.phpt] 
       
  9186 TEST 4619/11096 [ext/pcre/tests/ungreedy.phpt]
       
  9187 PASS U (PCRE_UNGREEDY) modififer [ext/pcre/tests/ungreedy.phpt] 
       
  9188 TEST 4620/11096 [ext/pdo/tests/bug47769.phpt]
       
  9189 PASS Bug #47769 (Strange extends PDO) [ext/pdo/tests/bug47769.phpt] 
       
  9190 TEST 4621/11096 [ext/pdo/tests/bug_34630.phpt]
       
  9191 SKIP PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo/tests/bug_34630.phpt] reason: no driver
       
  9192 TEST 4622/11096 [ext/pdo/tests/bug_34687.phpt]
       
  9193 SKIP PDO Common: Bug #34687 (query doesn't return error information) [ext/pdo/tests/bug_34687.phpt] reason: no driver
       
  9194 TEST 4623/11096 [ext/pdo/tests/bug_35671.phpt]
       
  9195 SKIP PDO Common: Bug #35671 (binding by name breakage) [ext/pdo/tests/bug_35671.phpt] reason: no driver
       
  9196 TEST 4624/11096 [ext/pdo/tests/bug_36428.phpt]
       
  9197 SKIP PDO Common: Bug #36428 (Incorrect error message for PDO::fetchAll()) [ext/pdo/tests/bug_36428.phpt] reason: no driver
       
  9198 TEST 4625/11096 [ext/pdo/tests/bug_36798.phpt]
       
  9199 SKIP PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars) [ext/pdo/tests/bug_36798.phpt] reason: no driver
       
  9200 TEST 4626/11096 [ext/pdo/tests/bug_38253.phpt]
       
  9201 SKIP PDO Common: Bug #38253 (PDO produces segfault with default fetch mode) [ext/pdo/tests/bug_38253.phpt] reason: no driver
       
  9202 TEST 4627/11096 [ext/pdo/tests/bug_38394.phpt]
       
  9203 SKIP PDO Common: Bug #38394 (Prepared statement error stops subsequent statements) [ext/pdo/tests/bug_38394.phpt] reason: no driver
       
  9204 TEST 4628/11096 [ext/pdo/tests/bug_39398.phpt]
       
  9205 SKIP PDO Common: Bug #39398 (Booleans are not automatically translated to integers) [ext/pdo/tests/bug_39398.phpt] reason: no driver
       
  9206 TEST 4629/11096 [ext/pdo/tests/bug_39656.phpt]
       
  9207 SKIP PDO Common: Bug #39656 (Crash when calling fetch() on a PDO statment object after closeCursor()) [ext/pdo/tests/bug_39656.phpt] reason: no driver
       
  9208 TEST 4630/11096 [ext/pdo/tests/bug_40285.phpt]
       
  9209 SKIP PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":) [ext/pdo/tests/bug_40285.phpt] reason: no driver
       
  9210 TEST 4631/11096 [ext/pdo/tests/bug_42917.phpt]
       
  9211 SKIP PDO Common: Bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode) [ext/pdo/tests/bug_42917.phpt] reason: no driver
       
  9212 TEST 4632/11096 [ext/pdo/tests/bug_43130.phpt]
       
  9213 SKIP PDO Common: Bug #43130 (Bound parameters cannot have - in their name) [ext/pdo/tests/bug_43130.phpt] reason: no driver
       
  9214 TEST 4633/11096 [ext/pdo/tests/bug_43139.phpt]
       
  9215 SKIP PDO Common: Bug #43139 (PDO ignore ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll()) [ext/pdo/tests/bug_43139.phpt] reason: no driver
       
  9216 TEST 4634/11096 [ext/pdo/tests/bug_43663.phpt]
       
  9217 SKIP PDO Common: Bug #43663 (__call on classes derived from PDO) [ext/pdo/tests/bug_43663.phpt] reason: no driver
       
  9218 TEST 4635/11096 [ext/pdo/tests/bug_44159.phpt]
       
  9219 PASS Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/pdo/tests/bug_44159.phpt] 
       
  9220 TEST 4636/11096 [ext/pdo/tests/bug_44173.phpt]
       
  9221 SKIP PDO Common: Bug #44173 (PDO->query() parameter parsing/checking needs an update) [ext/pdo/tests/bug_44173.phpt] reason: no driver
       
  9222 TEST 4637/11096 [ext/pdo/tests/bug_44409.phpt]
       
  9223 SKIP PDO Common: Bug #44409 (PDO::FETCH_SERIALIZE calls __construct()) [ext/pdo/tests/bug_44409.phpt] reason: no driver
       
  9224 TEST 4638/11096 [ext/pdo/tests/bug_44861.phpt]
       
  9225 SKIP PDO Common: Bug #44861 (scrollable cursor don't work with pgsql) [ext/pdo/tests/bug_44861.phpt] reason: no driver
       
  9226 TEST 4639/11096 [ext/pdo/tests/bug_50458.phpt]
       
  9227 SKIP PDO Common: Bug #50458 (PDO::FETCH_FUNC fails with Closures) [ext/pdo/tests/bug_50458.phpt] reason: no driver
       
  9228 TEST 4640/11096 [ext/pdo/tests/pdo_001.phpt]
       
  9229 SKIP PDO Common: PDO::FETCH_ASSOC [ext/pdo/tests/pdo_001.phpt] reason: no driver
       
  9230 TEST 4641/11096 [ext/pdo/tests/pdo_002.phpt]
       
  9231 SKIP PDO Common: PDO::FETCH_NUM [ext/pdo/tests/pdo_002.phpt] reason: no driver
       
  9232 TEST 4642/11096 [ext/pdo/tests/pdo_003.phpt]
       
  9233 SKIP PDO Common: PDO::FETCH_BOTH [ext/pdo/tests/pdo_003.phpt] reason: no driver
       
  9234 TEST 4643/11096 [ext/pdo/tests/pdo_004.phpt]
       
  9235 SKIP PDO Common: PDO::FETCH_OBJ [ext/pdo/tests/pdo_004.phpt] reason: no driver
       
  9236 TEST 4644/11096 [ext/pdo/tests/pdo_005.phpt]
       
  9237 SKIP PDO Common: PDO::FETCH_CLASS [ext/pdo/tests/pdo_005.phpt] reason: no driver
       
  9238 TEST 4645/11096 [ext/pdo/tests/pdo_006.phpt]
       
  9239 SKIP PDO Common: PDO::FETCH_GROUP [ext/pdo/tests/pdo_006.phpt] reason: no driver
       
  9240 TEST 4646/11096 [ext/pdo/tests/pdo_007.phpt]
       
  9241 SKIP PDO Common: PDO::FETCH_UNIQUE [ext/pdo/tests/pdo_007.phpt] reason: no driver
       
  9242 TEST 4647/11096 [ext/pdo/tests/pdo_008.phpt]
       
  9243 SKIP PDO Common: PDO::FETCH_UNIQUE conflict [ext/pdo/tests/pdo_008.phpt] reason: no driver
       
  9244 TEST 4648/11096 [ext/pdo/tests/pdo_009.phpt]
       
  9245 SKIP PDO Common: PDO::FETCH_CLASSTYPE [ext/pdo/tests/pdo_009.phpt] reason: no driver
       
  9246 TEST 4649/11096 [ext/pdo/tests/pdo_010.phpt]
       
  9247 SKIP PDO Common: PDO::FETCH_CLASSTYPE and GROUP/UNIQUE [ext/pdo/tests/pdo_010.phpt] reason: no driver
       
  9248 TEST 4650/11096 [ext/pdo/tests/pdo_011.phpt]
       
  9249 SKIP PDO Common: PDO::FETCH_FUNC and statement overloading [ext/pdo/tests/pdo_011.phpt] reason: no driver
       
  9250 TEST 4651/11096 [ext/pdo/tests/pdo_012.phpt]
       
  9251 SKIP PDO Common: PDOStatement::setFetchMode [ext/pdo/tests/pdo_012.phpt] reason: no driver
       
  9252 TEST 4652/11096 [ext/pdo/tests/pdo_013.phpt]
       
  9253 SKIP PDO Common: PDOStatement iterator [ext/pdo/tests/pdo_013.phpt] reason: no driver
       
  9254 TEST 4653/11096 [ext/pdo/tests/pdo_014.phpt]
       
  9255 SKIP PDO Common: PDOStatement SPL iterator [ext/pdo/tests/pdo_014.phpt] reason: no driver
       
  9256 TEST 4654/11096 [ext/pdo/tests/pdo_015.phpt]
       
  9257 SKIP PDO Common: PDO::FETCH_COLUMN [ext/pdo/tests/pdo_015.phpt] reason: no driver
       
  9258 TEST 4655/11096 [ext/pdo/tests/pdo_016.phpt]
       
  9259 SKIP PDO Common: PDO::FETCH_BOUND [ext/pdo/tests/pdo_016.phpt] reason: no driver
       
  9260 TEST 4656/11096 [ext/pdo/tests/pdo_016a.phpt]
       
  9261 SKIP PDO Common: PDO::FETCH_BOUND w/o : [ext/pdo/tests/pdo_016a.phpt] reason: no driver
       
  9262 TEST 4657/11096 [ext/pdo/tests/pdo_017.phpt]
       
  9263 SKIP PDO Common: transactions [ext/pdo/tests/pdo_017.phpt] reason: no driver
       
  9264 TEST 4658/11096 [ext/pdo/tests/pdo_018.phpt]
       
  9265 SKIP PDO Common: serializing [ext/pdo/tests/pdo_018.phpt] reason: no driver
       
  9266 TEST 4659/11096 [ext/pdo/tests/pdo_019.phpt]
       
  9267 SKIP PDO Common: fetch() and while() [ext/pdo/tests/pdo_019.phpt] reason: no driver
       
  9268 TEST 4660/11096 [ext/pdo/tests/pdo_020.phpt]
       
  9269 SKIP PDO Common: PDOStatement::columnCount [ext/pdo/tests/pdo_020.phpt] reason: no driver
       
  9270 TEST 4661/11096 [ext/pdo/tests/pdo_021.phpt]
       
  9271 SKIP PDO Common: PDOStatement::execute with parameters [ext/pdo/tests/pdo_021.phpt] reason: no driver
       
  9272 TEST 4662/11096 [ext/pdo/tests/pdo_022.phpt]
       
  9273 SKIP PDO Common: PDOStatement::getColumnMeta [ext/pdo/tests/pdo_022.phpt] reason: this feature is not yet finalized, no test makes sense
       
  9274 TEST 4663/11096 [ext/pdo/tests/pdo_023.phpt]
       
  9275 SKIP PDO Common: extending PDO [ext/pdo/tests/pdo_023.phpt] reason: no driver
       
  9276 TEST 4664/11096 [ext/pdo/tests/pdo_024.phpt]
       
  9277 SKIP PDO Common: assert that bindParam does not modify parameter [ext/pdo/tests/pdo_024.phpt] reason: no driver
       
  9278 TEST 4665/11096 [ext/pdo/tests/pdo_025.phpt]
       
  9279 SKIP PDO Common: PDO::FETCH_INTO [ext/pdo/tests/pdo_025.phpt] reason: no driver
       
  9280 TEST 4666/11096 [ext/pdo/tests/pdo_026.phpt]
       
  9281 SKIP PDO Common: extending PDO (2) [ext/pdo/tests/pdo_026.phpt] reason: no driver
       
  9282 TEST 4667/11096 [ext/pdo/tests/pdo_027.phpt]
       
  9283 SKIP PDO Common: PDO::FETCH_LAZY [ext/pdo/tests/pdo_027.phpt] reason: no driver
       
  9284 TEST 4668/11096 [ext/pdo/tests/pdo_028.phpt]
       
  9285 SKIP PDO Common: bindValue [ext/pdo/tests/pdo_028.phpt] reason: no driver
       
  9286 TEST 4669/11096 [ext/pdo/tests/pdo_029.phpt]
       
  9287 SKIP PDO Common: extending PDO (3) [ext/pdo/tests/pdo_029.phpt] reason: no driver
       
  9288 TEST 4670/11096 [ext/pdo/tests/pdo_030.phpt]
       
  9289 SKIP PDO Common: extending PDO (4) [ext/pdo/tests/pdo_030.phpt] reason: no driver
       
  9290 TEST 4671/11096 [ext/pdo/tests/pdo_031.phpt]
       
  9291 SKIP PDO Common: PDOStatement SPL iterator [ext/pdo/tests/pdo_031.phpt] reason: no driver
       
  9292 TEST 4672/11096 [ext/pdo/tests/pdo_032.phpt]
       
  9293 SKIP PDO Common: PDO::ATTR_CASE [ext/pdo/tests/pdo_032.phpt] reason: no driver
       
  9294 TEST 4673/11096 [ext/pdo/tests/pdo_033.phpt]
       
  9295 SKIP PDO Common: PDO::quote() [ext/pdo/tests/pdo_033.phpt] reason: no driver
       
  9296 TEST 4674/11096 [ext/pdo/tests/pdo_034.phpt]
       
  9297 SKIP PDO Common: PDO::FETCH_KEY_PAIR fetch mode test [ext/pdo/tests/pdo_034.phpt] reason: no driver
       
  9298 TEST 4675/11096 [ext/pdo/tests/pdo_035.phpt]
       
  9299 PASS PDO Common: PDORow + get_parent_class() [ext/pdo/tests/pdo_035.phpt] 
       
  9300 TEST 4676/11096 [ext/pdo/tests/pdo_036.phpt]
       
  9301 PASS Testing PDORow and PDOStatement instances with Reflection [ext/pdo/tests/pdo_036.phpt] 
       
  9302 TEST 4677/11096 [ext/pdo/tests/pdo_037.phpt]
       
  9303 PASS Crash when calling a method of a class that inherits PDOStatement [ext/pdo/tests/pdo_037.phpt] 
       
  9304 TEST 4678/11096 [ext/pdo/tests/pdorow.phpt]
       
  9305 PASS Trying instantiate a PDORow object manually [ext/pdo/tests/pdorow.phpt] 
       
  9306 TEST 4679/11096 [ext/pdo/tests/pecl_bug_5217.phpt]
       
  9307 SKIP PDO Common: PECL Bug #5217 (serialize/unserialze safety) [ext/pdo/tests/pecl_bug_5217.phpt] reason: no driver
       
  9308 TEST 4680/11096 [ext/pdo/tests/pecl_bug_5772.phpt]
       
  9309 SKIP PDO Common: PECL Bug #5772 (PDO::FETCH_FUNC breaks on mixed case func name) [ext/pdo/tests/pecl_bug_5772.phpt] reason: no driver
       
  9310 TEST 4681/11096 [ext/pdo/tests/pecl_bug_5809.phpt]
       
  9311 SKIP PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param) [ext/pdo/tests/pecl_bug_5809.phpt] reason: no driver
       
  9312 TEST 4682/11096 [ext/pdo_mysql/tests/bug41125.phpt]
       
  9313 SKIP Bug #41125 (PDO mysql + quote() + prepare() can result in seg fault) [ext/pdo_mysql/tests/bug41125.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9314 TEST 4683/11096 [ext/pdo_mysql/tests/bug44327.phpt]
       
  9315 SKIP Bug #44327 (PDORow::queryString property & numeric offsets / Crash) [ext/pdo_mysql/tests/bug44327.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9316 TEST 4684/11096 [ext/pdo_mysql/tests/bug46292.phpt]
       
  9317 SKIP Bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE) [ext/pdo_mysql/tests/bug46292.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9318 TEST 4685/11096 [ext/pdo_mysql/tests/bug53551.phpt]
       
  9319 SKIP Bug #44327 (PDORow::queryString property & numeric offsets / Crash) [ext/pdo_mysql/tests/bug53551.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9320 TEST 4686/11096 [ext/pdo_mysql/tests/bug53782.phpt]
       
  9321 SKIP PDO MySQL Bug #53782 (foreach throws irrelevant exception) [ext/pdo_mysql/tests/bug53782.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9322 TEST 4687/11096 [ext/pdo_mysql/tests/bug54929.phpt]
       
  9323 SKIP Bug #54929 (Parse error with single quote in sql comment (pdo-mysql)) [ext/pdo_mysql/tests/bug54929.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9324 TEST 4688/11096 [ext/pdo_mysql/tests/bug_33689.phpt]
       
  9325 SKIP PDO MySQL Bug #33689 (query() execute() and fetch() return false on valid select queries) [ext/pdo_mysql/tests/bug_33689.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9326 TEST 4689/11096 [ext/pdo_mysql/tests/bug_37445.phpt]
       
  9327 SKIP PDO MySQL Bug #37445 (Premature stmt object destruction) [ext/pdo_mysql/tests/bug_37445.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9328 TEST 4690/11096 [ext/pdo_mysql/tests/bug_39483.phpt]
       
  9329 SKIP PDO MySQL Bug #39483 (Problem with handling of \ char in prepared statements) [ext/pdo_mysql/tests/bug_39483.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9330 TEST 4691/11096 [ext/pdo_mysql/tests/bug_39858.phpt]
       
  9331 SKIP Bug #39858 (Lost connection to MySQL server during query by a repeated call stored proced) [ext/pdo_mysql/tests/bug_39858.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9332 TEST 4692/11096 [ext/pdo_mysql/tests/bug_41125.phpt]
       
  9333 SKIP Bug #41125 (PDO mysql + quote() + prepare() can result in segfault) [ext/pdo_mysql/tests/bug_41125.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9334 TEST 4693/11096 [ext/pdo_mysql/tests/bug_41698.phpt]
       
  9335 SKIP PDO MySQL Bug #41698 (float parameters truncated to integer in prepared statements) [ext/pdo_mysql/tests/bug_41698.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9336 TEST 4694/11096 [ext/pdo_mysql/tests/bug_41997.phpt]
       
  9337 SKIP PDO MySQL Bug #41997 (stored procedure call returning single rowset blocks future queries) [ext/pdo_mysql/tests/bug_41997.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9338 TEST 4695/11096 [ext/pdo_mysql/tests/bug_42499.phpt]
       
  9339 SKIP Bug #42499 (Multi-statement execution via PDO::exec() makes connection unusable) [ext/pdo_mysql/tests/bug_42499.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9340 TEST 4696/11096 [ext/pdo_mysql/tests/bug_43371.phpt]
       
  9341 SKIP Bug #43371 (Memory errors in PDO constructor) [ext/pdo_mysql/tests/bug_43371.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9342 TEST 4697/11096 [ext/pdo_mysql/tests/bug_44454.phpt]
       
  9343 SKIP Bug #44454 (Unexpected exception thrown in foreach() statement) [ext/pdo_mysql/tests/bug_44454.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9344 TEST 4698/11096 [ext/pdo_mysql/tests/bug_44707.phpt]
       
  9345 SKIP Bug #44707 (The MySQL PDO driver resets variable content after bindParam on tinyint field) [ext/pdo_mysql/tests/bug_44707.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9346 TEST 4699/11096 [ext/pdo_mysql/tests/bug_45120.phpt]
       
  9347 SKIP Bug #45120 (PDOStatement->execute() returns true then false for same statement) [ext/pdo_mysql/tests/bug_45120.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9348 TEST 4700/11096 [ext/pdo_mysql/tests/bug_50323.phpt]
       
  9349 SKIP Bug #50323 (No ability to connect to database named 't;', no chance to escape semicolon) [ext/pdo_mysql/tests/bug_50323.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9350 TEST 4701/11096 [ext/pdo_mysql/tests/bug_51670.phpt]
       
  9351 SKIP Bug #51670 (getColumnMeta causes segfault when re-executing query after calling nextRowset) [ext/pdo_mysql/tests/bug_51670.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9352 TEST 4702/11096 [ext/pdo_mysql/tests/bug_61207.phpt]
       
  9353 SKIP PDO MySQL Bug #61207 (PDO::nextRowset() after a multi-statement query doesn't always work) [ext/pdo_mysql/tests/bug_61207.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9354 TEST 4703/11096 [ext/pdo_mysql/tests/bug_61411.phpt]
       
  9355 SKIP Bug #61411 (PDO Segfaults with PERSISTENT == TRUE && EMULATE_PREPARES == FALSE) [ext/pdo_mysql/tests/bug_61411.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9356 TEST 4704/11096 [ext/pdo_mysql/tests/bug_61755.phpt]
       
  9357 SKIP Bug #61755 (A parsing bug in the prepared statements can lead to access violations) [ext/pdo_mysql/tests/bug_61755.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9358 TEST 4705/11096 [ext/pdo_mysql/tests/bug_pecl_12925.phpt]
       
  9359 SKIP PDO MySQL PECL bug #1295 (http://pecl.php.net/bugs/bug.php?id=12925) [ext/pdo_mysql/tests/bug_pecl_12925.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9360 TEST 4706/11096 [ext/pdo_mysql/tests/bug_pecl_7976.phpt]
       
  9361 SKIP PECL Bug #7976 (Calling stored procedure several times) [ext/pdo_mysql/tests/bug_pecl_7976.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9362 TEST 4707/11096 [ext/pdo_mysql/tests/common.phpt]
       
  9363 REDIRECT ext/pdo/tests (MySQL [ext/pdo_mysql/tests/common.phpt]) begin
       
  9364 TEST 4707/11157 [ext/pdo/tests/bug47769.phpt]
       
  9365 PASS MySQL Bug #47769 (Strange extends PDO) [ext/pdo_mysql/tests/bug47769.phpt] 
       
  9366 TEST 4708/11157 [ext/pdo/tests/bug_34630.phpt]
       
  9367 SKIP MySQL PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_mysql/tests/bug_34630.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9368 TEST 4709/11157 [ext/pdo/tests/bug_34687.phpt]
       
  9369 SKIP MySQL PDO Common: Bug #34687 (query doesn't return error information) [ext/pdo_mysql/tests/bug_34687.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9370 TEST 4710/11157 [ext/pdo/tests/bug_35671.phpt]
       
  9371 SKIP MySQL PDO Common: Bug #35671 (binding by name breakage) [ext/pdo_mysql/tests/bug_35671.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9372 TEST 4711/11157 [ext/pdo/tests/bug_36428.phpt]
       
  9373 SKIP MySQL PDO Common: Bug #36428 (Incorrect error message for PDO::fetchAll()) [ext/pdo_mysql/tests/bug_36428.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9374 TEST 4712/11157 [ext/pdo/tests/bug_36798.phpt]
       
  9375 SKIP MySQL PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars) [ext/pdo_mysql/tests/bug_36798.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9376 TEST 4713/11157 [ext/pdo/tests/bug_38253.phpt]
       
  9377 SKIP MySQL PDO Common: Bug #38253 (PDO produces segfault with default fetch mode) [ext/pdo_mysql/tests/bug_38253.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9378 TEST 4714/11157 [ext/pdo/tests/bug_38394.phpt]
       
  9379 SKIP MySQL PDO Common: Bug #38394 (Prepared statement error stops subsequent statements) [ext/pdo_mysql/tests/bug_38394.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9380 TEST 4715/11157 [ext/pdo/tests/bug_39398.phpt]
       
  9381 SKIP MySQL PDO Common: Bug #39398 (Booleans are not automatically translated to integers) [ext/pdo_mysql/tests/bug_39398.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9382 TEST 4716/11157 [ext/pdo/tests/bug_39656.phpt]
       
  9383 SKIP MySQL PDO Common: Bug #39656 (Crash when calling fetch() on a PDO statment object after closeCursor()) [ext/pdo_mysql/tests/bug_39656.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9384 TEST 4717/11157 [ext/pdo/tests/bug_40285.phpt]
       
  9385 SKIP MySQL PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":) [ext/pdo_mysql/tests/bug_40285.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9386 TEST 4718/11157 [ext/pdo/tests/bug_42917.phpt]
       
  9387 SKIP MySQL PDO Common: Bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode) [ext/pdo_mysql/tests/bug_42917.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9388 TEST 4719/11157 [ext/pdo/tests/bug_43130.phpt]
       
  9389 SKIP MySQL PDO Common: Bug #43130 (Bound parameters cannot have - in their name) [ext/pdo_mysql/tests/bug_43130.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9390 TEST 4720/11157 [ext/pdo/tests/bug_43139.phpt]
       
  9391 SKIP MySQL PDO Common: Bug #43139 (PDO ignore ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll()) [ext/pdo_mysql/tests/bug_43139.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9392 TEST 4721/11157 [ext/pdo/tests/bug_43663.phpt]
       
  9393 SKIP MySQL PDO Common: Bug #43663 (__call on classes derived from PDO) [ext/pdo_mysql/tests/bug_43663.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9394 TEST 4722/11157 [ext/pdo/tests/bug_44159.phpt]
       
  9395 PASS MySQL Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/pdo_mysql/tests/bug_44159.phpt] 
       
  9396 TEST 4723/11157 [ext/pdo/tests/bug_44173.phpt]
       
  9397 SKIP MySQL PDO Common: Bug #44173 (PDO->query() parameter parsing/checking needs an update) [ext/pdo_mysql/tests/bug_44173.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9398 TEST 4724/11157 [ext/pdo/tests/bug_44409.phpt]
       
  9399 SKIP MySQL PDO Common: Bug #44409 (PDO::FETCH_SERIALIZE calls __construct()) [ext/pdo_mysql/tests/bug_44409.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9400 TEST 4725/11157 [ext/pdo/tests/bug_44861.phpt]
       
  9401 SKIP MySQL PDO Common: Bug #44861 (scrollable cursor don't work with pgsql) [ext/pdo_mysql/tests/bug_44861.phpt] reason: Scrollable cursors not supported
       
  9402 TEST 4726/11157 [ext/pdo/tests/bug_50458.phpt]
       
  9403 SKIP MySQL PDO Common: Bug #50458 (PDO::FETCH_FUNC fails with Closures) [ext/pdo_mysql/tests/bug_50458.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9404 TEST 4727/11157 [ext/pdo/tests/pdo_001.phpt]
       
  9405 SKIP MySQL PDO Common: PDO::FETCH_ASSOC [ext/pdo_mysql/tests/pdo_001.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9406 TEST 4728/11157 [ext/pdo/tests/pdo_002.phpt]
       
  9407 SKIP MySQL PDO Common: PDO::FETCH_NUM [ext/pdo_mysql/tests/pdo_002.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9408 TEST 4729/11157 [ext/pdo/tests/pdo_003.phpt]
       
  9409 SKIP MySQL PDO Common: PDO::FETCH_BOTH [ext/pdo_mysql/tests/pdo_003.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9410 TEST 4730/11157 [ext/pdo/tests/pdo_004.phpt]
       
  9411 SKIP MySQL PDO Common: PDO::FETCH_OBJ [ext/pdo_mysql/tests/pdo_004.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9412 TEST 4731/11157 [ext/pdo/tests/pdo_005.phpt]
       
  9413 SKIP MySQL PDO Common: PDO::FETCH_CLASS [ext/pdo_mysql/tests/pdo_005.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9414 TEST 4732/11157 [ext/pdo/tests/pdo_006.phpt]
       
  9415 SKIP MySQL PDO Common: PDO::FETCH_GROUP [ext/pdo_mysql/tests/pdo_006.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9416 TEST 4733/11157 [ext/pdo/tests/pdo_007.phpt]
       
  9417 SKIP MySQL PDO Common: PDO::FETCH_UNIQUE [ext/pdo_mysql/tests/pdo_007.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9418 TEST 4734/11157 [ext/pdo/tests/pdo_008.phpt]
       
  9419 SKIP MySQL PDO Common: PDO::FETCH_UNIQUE conflict [ext/pdo_mysql/tests/pdo_008.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9420 TEST 4735/11157 [ext/pdo/tests/pdo_009.phpt]
       
  9421 SKIP MySQL PDO Common: PDO::FETCH_CLASSTYPE [ext/pdo_mysql/tests/pdo_009.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9422 TEST 4736/11157 [ext/pdo/tests/pdo_010.phpt]
       
  9423 SKIP MySQL PDO Common: PDO::FETCH_CLASSTYPE and GROUP/UNIQUE [ext/pdo_mysql/tests/pdo_010.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9424 TEST 4737/11157 [ext/pdo/tests/pdo_011.phpt]
       
  9425 SKIP MySQL PDO Common: PDO::FETCH_FUNC and statement overloading [ext/pdo_mysql/tests/pdo_011.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9426 TEST 4738/11157 [ext/pdo/tests/pdo_012.phpt]
       
  9427 SKIP MySQL PDO Common: PDOStatement::setFetchMode [ext/pdo_mysql/tests/pdo_012.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9428 TEST 4739/11157 [ext/pdo/tests/pdo_013.phpt]
       
  9429 SKIP MySQL PDO Common: PDOStatement iterator [ext/pdo_mysql/tests/pdo_013.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9430 TEST 4740/11157 [ext/pdo/tests/pdo_014.phpt]
       
  9431 SKIP MySQL PDO Common: PDOStatement SPL iterator [ext/pdo_mysql/tests/pdo_014.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9432 TEST 4741/11157 [ext/pdo/tests/pdo_015.phpt]
       
  9433 SKIP MySQL PDO Common: PDO::FETCH_COLUMN [ext/pdo_mysql/tests/pdo_015.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9434 TEST 4742/11157 [ext/pdo/tests/pdo_016.phpt]
       
  9435 SKIP MySQL PDO Common: PDO::FETCH_BOUND [ext/pdo_mysql/tests/pdo_016.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9436 TEST 4743/11157 [ext/pdo/tests/pdo_016a.phpt]
       
  9437 SKIP MySQL PDO Common: PDO::FETCH_BOUND w/o : [ext/pdo_mysql/tests/pdo_016a.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9438 TEST 4744/11157 [ext/pdo/tests/pdo_017.phpt]
       
  9439 SKIP MySQL PDO Common: transactions [ext/pdo_mysql/tests/pdo_017.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9440 TEST 4745/11157 [ext/pdo/tests/pdo_018.phpt]
       
  9441 SKIP MySQL PDO Common: serializing [ext/pdo_mysql/tests/pdo_018.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9442 TEST 4746/11157 [ext/pdo/tests/pdo_019.phpt]
       
  9443 SKIP MySQL PDO Common: fetch() and while() [ext/pdo_mysql/tests/pdo_019.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9444 TEST 4747/11157 [ext/pdo/tests/pdo_020.phpt]
       
  9445 SKIP MySQL PDO Common: PDOStatement::columnCount [ext/pdo_mysql/tests/pdo_020.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9446 TEST 4748/11157 [ext/pdo/tests/pdo_021.phpt]
       
  9447 SKIP MySQL PDO Common: PDOStatement::execute with parameters [ext/pdo_mysql/tests/pdo_021.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9448 TEST 4749/11157 [ext/pdo/tests/pdo_022.phpt]
       
  9449 SKIP MySQL PDO Common: PDOStatement::getColumnMeta [ext/pdo_mysql/tests/pdo_022.phpt] reason: this feature is not yet finalized, no test makes sense
       
  9450 TEST 4750/11157 [ext/pdo/tests/pdo_023.phpt]
       
  9451 SKIP MySQL PDO Common: extending PDO [ext/pdo_mysql/tests/pdo_023.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9452 TEST 4751/11157 [ext/pdo/tests/pdo_024.phpt]
       
  9453 SKIP MySQL PDO Common: assert that bindParam does not modify parameter [ext/pdo_mysql/tests/pdo_024.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9454 TEST 4752/11157 [ext/pdo/tests/pdo_025.phpt]
       
  9455 SKIP MySQL PDO Common: PDO::FETCH_INTO [ext/pdo_mysql/tests/pdo_025.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9456 TEST 4753/11157 [ext/pdo/tests/pdo_026.phpt]
       
  9457 SKIP MySQL PDO Common: extending PDO (2) [ext/pdo_mysql/tests/pdo_026.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9458 TEST 4754/11157 [ext/pdo/tests/pdo_027.phpt]
       
  9459 SKIP MySQL PDO Common: PDO::FETCH_LAZY [ext/pdo_mysql/tests/pdo_027.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9460 TEST 4755/11157 [ext/pdo/tests/pdo_028.phpt]
       
  9461 SKIP MySQL PDO Common: bindValue [ext/pdo_mysql/tests/pdo_028.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9462 TEST 4756/11157 [ext/pdo/tests/pdo_029.phpt]
       
  9463 SKIP MySQL PDO Common: extending PDO (3) [ext/pdo_mysql/tests/pdo_029.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9464 TEST 4757/11157 [ext/pdo/tests/pdo_030.phpt]
       
  9465 SKIP MySQL PDO Common: extending PDO (4) [ext/pdo_mysql/tests/pdo_030.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9466 TEST 4758/11157 [ext/pdo/tests/pdo_031.phpt]
       
  9467 SKIP MySQL PDO Common: PDOStatement SPL iterator [ext/pdo_mysql/tests/pdo_031.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9468 TEST 4759/11157 [ext/pdo/tests/pdo_032.phpt]
       
  9469 SKIP MySQL PDO Common: PDO::ATTR_CASE [ext/pdo_mysql/tests/pdo_032.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9470 TEST 4760/11157 [ext/pdo/tests/pdo_033.phpt]
       
  9471 SKIP MySQL PDO Common: PDO::quote() [ext/pdo_mysql/tests/pdo_033.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9472 TEST 4761/11157 [ext/pdo/tests/pdo_034.phpt]
       
  9473 SKIP MySQL PDO Common: PDO::FETCH_KEY_PAIR fetch mode test [ext/pdo_mysql/tests/pdo_034.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9474 TEST 4762/11157 [ext/pdo/tests/pdo_035.phpt]
       
  9475 PASS MySQL PDO Common: PDORow + get_parent_class() [ext/pdo_mysql/tests/pdo_035.phpt] 
       
  9476 TEST 4763/11157 [ext/pdo/tests/pdo_036.phpt]
       
  9477 PASS MySQL Testing PDORow and PDOStatement instances with Reflection [ext/pdo_mysql/tests/pdo_036.phpt] 
       
  9478 TEST 4764/11157 [ext/pdo/tests/pdo_037.phpt]
       
  9479 PASS MySQL Crash when calling a method of a class that inherits PDOStatement [ext/pdo_mysql/tests/pdo_037.phpt] 
       
  9480 TEST 4765/11157 [ext/pdo/tests/pdorow.phpt]
       
  9481 PASS MySQL Trying instantiate a PDORow object manually [ext/pdo_mysql/tests/pdorow.phpt] 
       
  9482 TEST 4766/11157 [ext/pdo/tests/pecl_bug_5217.phpt]
       
  9483 SKIP MySQL PDO Common: PECL Bug #5217 (serialize/unserialze safety) [ext/pdo_mysql/tests/pecl_bug_5217.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9484 TEST 4767/11157 [ext/pdo/tests/pecl_bug_5772.phpt]
       
  9485 SKIP MySQL PDO Common: PECL Bug #5772 (PDO::FETCH_FUNC breaks on mixed case func name) [ext/pdo_mysql/tests/pecl_bug_5772.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9486 TEST 4768/11157 [ext/pdo/tests/pecl_bug_5809.phpt]
       
  9487 SKIP MySQL PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param) [ext/pdo_mysql/tests/pecl_bug_5809.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9488 REDIRECT ext/pdo/tests (MySQL [ext/pdo_mysql/tests/common.phpt]) done
       
  9489 TEST 4769/11157 [ext/pdo_mysql/tests/last_insert_id.phpt]
       
  9490 SKIP PDO MySQL auto_increment / last insert id [ext/pdo_mysql/tests/last_insert_id.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9491 TEST 4770/11157 [ext/pdo_mysql/tests/pdo_mysql___construct.phpt]
       
  9492 SKIP MySQL PDO->__construct() - Generic + DSN [ext/pdo_mysql/tests/pdo_mysql___construct.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9493 TEST 4771/11157 [ext/pdo_mysql/tests/pdo_mysql___construct_ini.phpt]
       
  9494 SKIP MySQL PDO->__construct() - URI [ext/pdo_mysql/tests/pdo_mysql___construct_ini.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9495 TEST 4772/11157 [ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt]
       
  9496 SKIP MySQL PDO->__construct(), options [ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9497 TEST 4773/11157 [ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt]
       
  9498 SKIP MySQL PDO->__construct(), libmysql only options [ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9499 TEST 4774/11157 [ext/pdo_mysql/tests/pdo_mysql___construct_uri.phpt]
       
  9500 SKIP MySQL PDO->__construct() - URI [ext/pdo_mysql/tests/pdo_mysql___construct_uri.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9501 TEST 4775/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_autocommit.phpt]
       
  9502 SKIP PDO::ATTR_AUTOCOMMIT [ext/pdo_mysql/tests/pdo_mysql_attr_autocommit.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9503 TEST 4776/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_case.phpt]
       
  9504 SKIP PDO::ATTR_CASE [ext/pdo_mysql/tests/pdo_mysql_attr_case.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9505 TEST 4777/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_client_version.phpt]
       
  9506 SKIP PDO::ATTR_CLIENT_VERSION [ext/pdo_mysql/tests/pdo_mysql_attr_client_version.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9507 TEST 4778/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_connection_status.phpt]
       
  9508 SKIP PDO::ATTR_CONNECTION_STATUS [ext/pdo_mysql/tests/pdo_mysql_attr_connection_status.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9509 TEST 4779/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_driver_name.phpt]
       
  9510 SKIP PDO::ATTR_DRIVER_NAME [ext/pdo_mysql/tests/pdo_mysql_attr_driver_name.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9511 TEST 4780/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_errmode.phpt]
       
  9512 SKIP PDO::ATTR_ERRMODE [ext/pdo_mysql/tests/pdo_mysql_attr_errmode.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9513 TEST 4781/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_fetch_table_names.phpt]
       
  9514 SKIP PDO::ATTR_FETCH_TABLE_NAMES [ext/pdo_mysql/tests/pdo_mysql_attr_fetch_table_names.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9515 TEST 4782/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt]
       
  9516 SKIP PDO::MYSQL_ATTR_INIT_COMMAND [ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9517 TEST 4783/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_max_buffer_size.phpt]
       
  9518 SKIP MySQL PDO->__construct(), PDO::MYSQL_ATTR_MAX_BUFFER_SIZE [ext/pdo_mysql/tests/pdo_mysql_attr_max_buffer_size.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9519 TEST 4784/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt]
       
  9520 SKIP PDO::ATTR_ORACLE_NULLS [ext/pdo_mysql/tests/pdo_mysql_attr_oracle_nulls.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9521 TEST 4785/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_prefetch.phpt]
       
  9522 SKIP PDO::ATTR_PREFETCH [ext/pdo_mysql/tests/pdo_mysql_attr_prefetch.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9523 TEST 4786/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_server_info.phpt]
       
  9524 SKIP PDO::ATTR_SERVER_INFO [ext/pdo_mysql/tests/pdo_mysql_attr_server_info.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9525 TEST 4787/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_server_version.phpt]
       
  9526 SKIP PDO::ATTR_SERVER_VERSION [ext/pdo_mysql/tests/pdo_mysql_attr_server_version.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9527 TEST 4788/11157 [ext/pdo_mysql/tests/pdo_mysql_attr_statement_class.phpt]
       
  9528 SKIP PDO::ATTR_STATEMENT_CLASS [ext/pdo_mysql/tests/pdo_mysql_attr_statement_class.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9529 TEST 4789/11157 [ext/pdo_mysql/tests/pdo_mysql_begintransaction.phpt]
       
  9530 SKIP PDO->beginTransaction() [ext/pdo_mysql/tests/pdo_mysql_begintransaction.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9531 TEST 4790/11157 [ext/pdo_mysql/tests/pdo_mysql_bit.phpt]
       
  9532 SKIP MySQL PDO->exec(), BIT columns - remove after fix! [ext/pdo_mysql/tests/pdo_mysql_bit.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9533 TEST 4791/11157 [ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt]
       
  9534 PASS PDO MySQL specific class constants [ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt] 
       
  9535 TEST 4792/11157 [ext/pdo_mysql/tests/pdo_mysql_commit.phpt]
       
  9536 SKIP MySQL PDO->commit() [ext/pdo_mysql/tests/pdo_mysql_commit.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9537 TEST 4793/11157 [ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt]
       
  9538 SKIP PDO_MYSQL: Defining a connection charset in the DSN [ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9539 TEST 4794/11157 [ext/pdo_mysql/tests/pdo_mysql_errorcode.phpt]
       
  9540 SKIP MySQL PDO->errorCode() [ext/pdo_mysql/tests/pdo_mysql_errorcode.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9541 TEST 4795/11157 [ext/pdo_mysql/tests/pdo_mysql_errorinfo.phpt]
       
  9542 SKIP MySQL PDO->errorInfo() [ext/pdo_mysql/tests/pdo_mysql_errorinfo.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9543 TEST 4796/11157 [ext/pdo_mysql/tests/pdo_mysql_exec.phpt]
       
  9544 SKIP MySQL PDO->exec(), affected rows [ext/pdo_mysql/tests/pdo_mysql_exec.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9545 TEST 4797/11157 [ext/pdo_mysql/tests/pdo_mysql_exec_ddl.phpt]
       
  9546 SKIP MySQL PDO->exec(), affected rows [ext/pdo_mysql/tests/pdo_mysql_exec_ddl.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9547 TEST 4798/11157 [ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt]
       
  9548 SKIP MySQL PDO->exec(), affected rows [ext/pdo_mysql/tests/pdo_mysql_exec_load_data.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9549 TEST 4799/11157 [ext/pdo_mysql/tests/pdo_mysql_exec_select.phpt]
       
  9550 SKIP MySQL PDO->exec(), SELECT [ext/pdo_mysql/tests/pdo_mysql_exec_select.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9551 TEST 4800/11157 [ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt]
       
  9552 SKIP MySQL PDOStatement->fetch() [ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9553 TEST 4801/11157 [ext/pdo_mysql/tests/pdo_mysql_get_attribute.phpt]
       
  9554 SKIP MySQL PDO->getAttribute() [ext/pdo_mysql/tests/pdo_mysql_get_attribute.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9555 TEST 4802/11157 [ext/pdo_mysql/tests/pdo_mysql_interface.phpt]
       
  9556 SKIP MySQL PDO class interface [ext/pdo_mysql/tests/pdo_mysql_interface.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9557 TEST 4803/11157 [ext/pdo_mysql/tests/pdo_mysql_last_insert_id.phpt]
       
  9558 SKIP MySQL PDO->lastInsertId() [ext/pdo_mysql/tests/pdo_mysql_last_insert_id.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9559 TEST 4804/11157 [ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt]
       
  9560 SKIP MySQL PDO->__construct(), PDO::ATTR_PERSISTENT [ext/pdo_mysql/tests/pdo_mysql_pconnect.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9561 TEST 4805/11157 [ext/pdo_mysql/tests/pdo_mysql_phpinfo.phpt]
       
  9562 SKIP MySQL PDO phpinfo() output [ext/pdo_mysql/tests/pdo_mysql_phpinfo.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9563 TEST 4806/11157 [ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt]
       
  9564 SKIP MySQL PDO->prepare(), emulated PS [ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9565 TEST 4807/11157 [ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_anonymous.phpt]
       
  9566 SKIP MySQL PDO->prepare(), emulated PS, anonymous placeholder [ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_anonymous.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9567 TEST 4808/11157 [ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_placeholder_everywhere.phpt]
       
  9568 SKIP MySQL PDO->prepare(), emulated PS, anonymous placeholder [ext/pdo_mysql/tests/pdo_mysql_prepare_emulated_placeholder_everywhere.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9569 TEST 4809/11157 [ext/pdo_mysql/tests/pdo_mysql_prepare_load_data.phpt]
       
  9570 SKIP MySQL PDO->prepare() and 1295 (ER_UNSUPPORTED_PS) [ext/pdo_mysql/tests/pdo_mysql_prepare_load_data.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9571 TEST 4810/11157 [ext/pdo_mysql/tests/pdo_mysql_prepare_match_against.phpt]
       
  9572 SKIP Bug #41876 (bindParam() and bindValue() do not work with MySQL MATCH () AGAINST ()) [ext/pdo_mysql/tests/pdo_mysql_prepare_match_against.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9573 TEST 4811/11157 [ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt]
       
  9574 SKIP MySQL PDO->prepare(), native PS [ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9575 TEST 4812/11157 [ext/pdo_mysql/tests/pdo_mysql_prepare_native_clear_error.phpt]
       
  9576 SKIP MySQL PDO->prepare(), native PS, clear line after error [ext/pdo_mysql/tests/pdo_mysql_prepare_native_clear_error.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9577 TEST 4813/11157 [ext/pdo_mysql/tests/pdo_mysql_prepare_native_column.phpt]
       
  9578 SKIP MySQL PDO->prepare(), native PS, named placeholder [ext/pdo_mysql/tests/pdo_mysql_prepare_native_column.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9579 TEST 4814/11157 [ext/pdo_mysql/tests/pdo_mysql_prepare_native_dup_named_placeholder.phpt]
       
  9580 SKIP MySQL PDO->prepare(), native PS, named placeholder II [ext/pdo_mysql/tests/pdo_mysql_prepare_native_dup_named_placeholder.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9581 TEST 4815/11157 [ext/pdo_mysql/tests/pdo_mysql_prepare_native_mixed_style.phpt]
       
  9582 SKIP MySQL PDO->prepare(), native PS, mixed, wired style [ext/pdo_mysql/tests/pdo_mysql_prepare_native_mixed_style.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9583 TEST 4816/11157 [ext/pdo_mysql/tests/pdo_mysql_prepare_native_named_placeholder.phpt]
       
  9584 SKIP MySQL PDO->prepare(), native PS, named placeholder [ext/pdo_mysql/tests/pdo_mysql_prepare_native_named_placeholder.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9585 TEST 4817/11157 [ext/pdo_mysql/tests/pdo_mysql_prepare_native_placeholder_everywhere.phpt]
       
  9586 SKIP MySQL PDO->prepare(),native PS, anonymous placeholder [ext/pdo_mysql/tests/pdo_mysql_prepare_native_placeholder_everywhere.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9587 TEST 4818/11157 [ext/pdo_mysql/tests/pdo_mysql_rollback.phpt]
       
  9588 SKIP PDO::rollBack() [ext/pdo_mysql/tests/pdo_mysql_rollback.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9589 TEST 4819/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_bindcolumn.phpt]
       
  9590 SKIP MySQL PDOStatement->bindColumn() [ext/pdo_mysql/tests/pdo_mysql_stmt_bindcolumn.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9591 TEST 4820/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam.phpt]
       
  9592 SKIP MySQL PDOStatement->bindParam() [ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9593 TEST 4821/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam_types.phpt]
       
  9594 SKIP MySQL PDOStatement->bindParam() - SQL column types [ext/pdo_mysql/tests/pdo_mysql_stmt_bindparam_types.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9595 TEST 4822/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_bindvalue.phpt]
       
  9596 SKIP MySQL PDOStatement->bindValue() [ext/pdo_mysql/tests/pdo_mysql_stmt_bindvalue.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9597 TEST 4823/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_blobfromsteam.phpt]
       
  9598 SKIP MySQL PDOStatement - inserting BLOB from stream [ext/pdo_mysql/tests/pdo_mysql_stmt_blobfromsteam.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9599 TEST 4824/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_blobs.phpt]
       
  9600 SKIP MySQL Prepared Statements and BLOBs [ext/pdo_mysql/tests/pdo_mysql_stmt_blobs.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9601 TEST 4825/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_closecursor.phpt]
       
  9602 SKIP MySQL PDOStatement->closeCursor() [ext/pdo_mysql/tests/pdo_mysql_stmt_closecursor.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9603 TEST 4826/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_closecursor_empty.phpt]
       
  9604 SKIP MySQL PDOStatement->closeCursor() [ext/pdo_mysql/tests/pdo_mysql_stmt_closecursor_empty.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9605 TEST 4827/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_columncount.phpt]
       
  9606 SKIP MySQL PDOStatement->columnCount() [ext/pdo_mysql/tests/pdo_mysql_stmt_columncount.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9607 TEST 4828/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt]
       
  9608 SKIP MySQL PDOStatement->errorCode(); [ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9609 TEST 4829/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_errorinfo.phpt]
       
  9610 SKIP MySQL PDOStatement->errorInfo(); [ext/pdo_mysql/tests/pdo_mysql_stmt_errorinfo.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9611 TEST 4830/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_non_select.phpt]
       
  9612 SKIP MySQL PDOStatement->execute()/fetch(), Non-SELECT [ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_non_select.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9613 TEST 4831/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt]
       
  9614 SKIP MySQL PDOStatement->fetch(), PDO::FETCH_SERIALIZE [ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9615 TEST 4832/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt]
       
  9616 SKIP MySQL PDOStatement->fetch(), PDO::FETCH_SERIALIZE [ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9617 TEST 4833/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt]
       
  9618 SKIP MySQL PDO: PDOStatement->fetchObject() [ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9619 TEST 4834/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_getcolumnmeta.phpt]
       
  9620 SKIP MySQL: PDOStatement->getColumnMeta() [ext/pdo_mysql/tests/pdo_mysql_stmt_getcolumnmeta.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9621 TEST 4835/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt]
       
  9622 SKIP PDOStatements and multi query [ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9623 TEST 4836/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt]
       
  9624 SKIP MySQL PDOStatement->nextRowSet() [ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9625 TEST 4837/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_rowcount.phpt]
       
  9626 SKIP MySQL PDOStatement->rowCount() @ SELECT [ext/pdo_mysql/tests/pdo_mysql_stmt_rowcount.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9627 TEST 4838/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_unbuffered_2050.phpt]
       
  9628 SKIP MySQL PDO:query() vs. PDO::prepare() and MySQL error 2050 [ext/pdo_mysql/tests/pdo_mysql_stmt_unbuffered_2050.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9629 TEST 4839/11157 [ext/pdo_mysql/tests/pdo_mysql_stmt_variable_columncount.phpt]
       
  9630 SKIP MySQL Prepared Statements and different column counts [ext/pdo_mysql/tests/pdo_mysql_stmt_variable_columncount.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9631 TEST 4840/11157 [ext/pdo_mysql/tests/pdo_mysql_subclass.phpt]
       
  9632 SKIP MySQL PDOStatement->execute()/fetch(), Non-SELECT [ext/pdo_mysql/tests/pdo_mysql_subclass.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9633 TEST 4841/11157 [ext/pdo_mysql/tests/pdo_mysql_types.phpt]
       
  9634 SKIP MySQL PDO->exec(), native types wo ZEROFILL [ext/pdo_mysql/tests/pdo_mysql_types.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9635 TEST 4842/11157 [ext/pdo_mysql/tests/pdo_mysql_types_zerofill.phpt]
       
  9636 SKIP MySQL PDO->exec(), native types - ZEROFILL [ext/pdo_mysql/tests/pdo_mysql_types_zerofill.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9637 TEST 4843/11157 [ext/pdo_mysql/tests/pecl_bug_5200.phpt]
       
  9638 SKIP PDO MySQL PECL Bug #5200 (Describe table gives unexpected result mysql and type enum) [ext/pdo_mysql/tests/pecl_bug_5200.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9639 TEST 4844/11157 [ext/pdo_mysql/tests/pecl_bug_5780.phpt]
       
  9640 SKIP PDO MySQL PECL Bug #5780 (Failure to produce an error when one is expected) [ext/pdo_mysql/tests/pecl_bug_5780.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9641 TEST 4845/11157 [ext/pdo_mysql/tests/pecl_bug_5802.phpt]
       
  9642 SKIP PDO MySQL PECL Bug #5802 (bindParam/bindValue retain the is_null flag) [ext/pdo_mysql/tests/pecl_bug_5802.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9643 TEST 4846/11157 [ext/pdo_mysql/tests/show_tables.phpt]
       
  9644 SKIP PDO MySQL SHOW TABLES [ext/pdo_mysql/tests/show_tables.phpt] reason: SQLSTATE[HY000] [2002] No such file or directory
       
  9645 TEST 4847/11157 [ext/pdo_sqlite/tests/bug33841.phpt]
       
  9646 PASS PDO SQLite Bug #33841 (rowCount() does not work on prepared statements) [ext/pdo_sqlite/tests/bug33841.phpt] 
       
  9647 TEST 4848/11157 [ext/pdo_sqlite/tests/bug35336.phpt]
       
  9648 PASS Bug #35336 (crash on PDO::FETCH_CLASS + __set()) [ext/pdo_sqlite/tests/bug35336.phpt] 
       
  9649 TEST 4849/11157 [ext/pdo_sqlite/tests/bug43831.phpt]
       
  9650 PASS Bug #43831 ($this gets mangled when extending PDO with persistent connection) [ext/pdo_sqlite/tests/bug43831.phpt] 
       
  9651 TEST 4850/11157 [ext/pdo_sqlite/tests/bug44327_2.phpt]
       
  9652 PASS Bug #44327.2 (PDORow::queryString property & numeric offsets / Crash) [ext/pdo_sqlite/tests/bug44327_2.phpt] 
       
  9653 TEST 4851/11157 [ext/pdo_sqlite/tests/bug44327_3.phpt]
       
  9654 PASS Bug #44327.3 (PDORow::queryString property & numeric offsets / Crash) [ext/pdo_sqlite/tests/bug44327_3.phpt] 
       
  9655 TEST 4852/11157 [ext/pdo_sqlite/tests/bug46139.phpt]
       
  9656 PASS Bug #46139 (PDOStatement->setFetchMode() forgets FETCH_PROPS_LATE) [ext/pdo_sqlite/tests/bug46139.phpt] 
       
  9657 TEST 4853/11157 [ext/pdo_sqlite/tests/bug46542.phpt]
       
  9658 PASS Bug #46542 Extending PDO class with a __call() function [ext/pdo_sqlite/tests/bug46542.phpt] 
       
  9659 TEST 4854/11157 [ext/pdo_sqlite/tests/bug48773.phpt]
       
  9660 PASS Bug #48773 (Incorrect error when setting PDO::ATTR_STATEMENT_CLASS with ctor_args) [ext/pdo_sqlite/tests/bug48773.phpt] 
       
  9661 TEST 4855/11157 [ext/pdo_sqlite/tests/bug50728.phpt]
       
  9662 PASS Bug #50728 (All PDOExceptions hardcode 'code' property to 0) [ext/pdo_sqlite/tests/bug50728.phpt] 
       
  9663 TEST 4856/11157 [ext/pdo_sqlite/tests/bug52487.phpt]
       
  9664 PASS Bug #52487 (PDO::FETCH_INTO leaks memory) [ext/pdo_sqlite/tests/bug52487.phpt] 
       
  9665 TEST 4857/11157 [ext/pdo_sqlite/tests/bug_42589.phpt]
       
  9666 PASS PDO SQLite Feature Request #42589 (getColumnMeta() should also return table name) [ext/pdo_sqlite/tests/bug_42589.phpt] 
       
  9667 TEST 4858/11157 [ext/pdo_sqlite/tests/common.phpt]
       
  9668 REDIRECT ext/pdo/tests (SQLite [ext/pdo_sqlite/tests/common.phpt]) begin
       
  9669 TEST 4858/11218 [ext/pdo/tests/bug47769.phpt]
       
  9670 PASS SQLite Bug #47769 (Strange extends PDO) [ext/pdo_sqlite/tests/bug47769.phpt] 
       
  9671 TEST 4859/11218 [ext/pdo/tests/bug_34630.phpt]
       
  9672 PASS SQLite PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_sqlite/tests/bug_34630.phpt] 
       
  9673 TEST 4860/11218 [ext/pdo/tests/bug_34687.phpt]
       
  9674 PASS SQLite PDO Common: Bug #34687 (query doesn't return error information) [ext/pdo_sqlite/tests/bug_34687.phpt] 
       
  9675 TEST 4861/11218 [ext/pdo/tests/bug_35671.phpt]
       
  9676 PASS SQLite PDO Common: Bug #35671 (binding by name breakage) [ext/pdo_sqlite/tests/bug_35671.phpt] 
       
  9677 TEST 4862/11218 [ext/pdo/tests/bug_36428.phpt]
       
  9678 PASS SQLite PDO Common: Bug #36428 (Incorrect error message for PDO::fetchAll()) [ext/pdo_sqlite/tests/bug_36428.phpt] 
       
  9679 TEST 4863/11218 [ext/pdo/tests/bug_36798.phpt]
       
  9680 PASS SQLite PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars) [ext/pdo_sqlite/tests/bug_36798.phpt] 
       
  9681 TEST 4864/11218 [ext/pdo/tests/bug_38253.phpt]
       
  9682 PASS SQLite PDO Common: Bug #38253 (PDO produces segfault with default fetch mode) [ext/pdo_sqlite/tests/bug_38253.phpt] 
       
  9683 TEST 4865/11218 [ext/pdo/tests/bug_38394.phpt]
       
  9684 PASS SQLite PDO Common: Bug #38394 (Prepared statement error stops subsequent statements) [ext/pdo_sqlite/tests/bug_38394.phpt] 
       
  9685 TEST 4866/11218 [ext/pdo/tests/bug_39398.phpt]
       
  9686 PASS SQLite PDO Common: Bug #39398 (Booleans are not automatically translated to integers) [ext/pdo_sqlite/tests/bug_39398.phpt] 
       
  9687 TEST 4867/11218 [ext/pdo/tests/bug_39656.phpt]
       
  9688 PASS SQLite PDO Common: Bug #39656 (Crash when calling fetch() on a PDO statment object after closeCursor()) [ext/pdo_sqlite/tests/bug_39656.phpt] 
       
  9689 TEST 4868/11218 [ext/pdo/tests/bug_40285.phpt]
       
  9690 PASS SQLite PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":) [ext/pdo_sqlite/tests/bug_40285.phpt] 
       
  9691 TEST 4869/11218 [ext/pdo/tests/bug_42917.phpt]
       
  9692 PASS SQLite PDO Common: Bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode) [ext/pdo_sqlite/tests/bug_42917.phpt] 
       
  9693 TEST 4870/11218 [ext/pdo/tests/bug_43130.phpt]
       
  9694 SKIP SQLite PDO Common: Bug #43130 (Bound parameters cannot have - in their name) [ext/pdo_sqlite/tests/bug_43130.phpt] reason: not relevant for sqlite driver
       
  9695 TEST 4871/11218 [ext/pdo/tests/bug_43139.phpt]
       
  9696 PASS SQLite PDO Common: Bug #43139 (PDO ignore ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll()) [ext/pdo_sqlite/tests/bug_43139.phpt] 
       
  9697 TEST 4872/11218 [ext/pdo/tests/bug_43663.phpt]
       
  9698 PASS SQLite PDO Common: Bug #43663 (__call on classes derived from PDO) [ext/pdo_sqlite/tests/bug_43663.phpt] 
       
  9699 TEST 4873/11218 [ext/pdo/tests/bug_44159.phpt]
       
  9700 PASS SQLite Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/pdo_sqlite/tests/bug_44159.phpt] 
       
  9701 TEST 4874/11218 [ext/pdo/tests/bug_44173.phpt]
       
  9702 PASS SQLite PDO Common: Bug #44173 (PDO->query() parameter parsing/checking needs an update) [ext/pdo_sqlite/tests/bug_44173.phpt] 
       
  9703 TEST 4875/11218 [ext/pdo/tests/bug_44409.phpt]
       
  9704 PASS SQLite PDO Common: Bug #44409 (PDO::FETCH_SERIALIZE calls __construct()) [ext/pdo_sqlite/tests/bug_44409.phpt] 
       
  9705 TEST 4876/11218 [ext/pdo/tests/bug_44861.phpt]
       
  9706 SKIP SQLite PDO Common: Bug #44861 (scrollable cursor don't work with pgsql) [ext/pdo_sqlite/tests/bug_44861.phpt] reason: Scrollable cursors not supported
       
  9707 TEST 4877/11218 [ext/pdo/tests/bug_50458.phpt]
       
  9708 PASS SQLite PDO Common: Bug #50458 (PDO::FETCH_FUNC fails with Closures) [ext/pdo_sqlite/tests/bug_50458.phpt] 
       
  9709 TEST 4878/11218 [ext/pdo/tests/pdo_001.phpt]
       
  9710 PASS SQLite PDO Common: PDO::FETCH_ASSOC [ext/pdo_sqlite/tests/pdo_001.phpt] 
       
  9711 TEST 4879/11218 [ext/pdo/tests/pdo_002.phpt]
       
  9712 PASS SQLite PDO Common: PDO::FETCH_NUM [ext/pdo_sqlite/tests/pdo_002.phpt] 
       
  9713 TEST 4880/11218 [ext/pdo/tests/pdo_003.phpt]
       
  9714 PASS SQLite PDO Common: PDO::FETCH_BOTH [ext/pdo_sqlite/tests/pdo_003.phpt] 
       
  9715 TEST 4881/11218 [ext/pdo/tests/pdo_004.phpt]
       
  9716 PASS SQLite PDO Common: PDO::FETCH_OBJ [ext/pdo_sqlite/tests/pdo_004.phpt] 
       
  9717 TEST 4882/11218 [ext/pdo/tests/pdo_005.phpt]
       
  9718 PASS SQLite PDO Common: PDO::FETCH_CLASS [ext/pdo_sqlite/tests/pdo_005.phpt] 
       
  9719 TEST 4883/11218 [ext/pdo/tests/pdo_006.phpt]
       
  9720 PASS SQLite PDO Common: PDO::FETCH_GROUP [ext/pdo_sqlite/tests/pdo_006.phpt] 
       
  9721 TEST 4884/11218 [ext/pdo/tests/pdo_007.phpt]
       
  9722 PASS SQLite PDO Common: PDO::FETCH_UNIQUE [ext/pdo_sqlite/tests/pdo_007.phpt] 
       
  9723 TEST 4885/11218 [ext/pdo/tests/pdo_008.phpt]
       
  9724 PASS SQLite PDO Common: PDO::FETCH_UNIQUE conflict [ext/pdo_sqlite/tests/pdo_008.phpt] 
       
  9725 TEST 4886/11218 [ext/pdo/tests/pdo_009.phpt]
       
  9726 PASS SQLite PDO Common: PDO::FETCH_CLASSTYPE [ext/pdo_sqlite/tests/pdo_009.phpt] 
       
  9727 TEST 4887/11218 [ext/pdo/tests/pdo_010.phpt]
       
  9728 PASS SQLite PDO Common: PDO::FETCH_CLASSTYPE and GROUP/UNIQUE [ext/pdo_sqlite/tests/pdo_010.phpt] 
       
  9729 TEST 4888/11218 [ext/pdo/tests/pdo_011.phpt]
       
  9730 PASS SQLite PDO Common: PDO::FETCH_FUNC and statement overloading [ext/pdo_sqlite/tests/pdo_011.phpt] 
       
  9731 TEST 4889/11218 [ext/pdo/tests/pdo_012.phpt]
       
  9732 PASS SQLite PDO Common: PDOStatement::setFetchMode [ext/pdo_sqlite/tests/pdo_012.phpt] 
       
  9733 TEST 4890/11218 [ext/pdo/tests/pdo_013.phpt]
       
  9734 PASS SQLite PDO Common: PDOStatement iterator [ext/pdo_sqlite/tests/pdo_013.phpt] 
       
  9735 TEST 4891/11218 [ext/pdo/tests/pdo_014.phpt]
       
  9736 PASS SQLite PDO Common: PDOStatement SPL iterator [ext/pdo_sqlite/tests/pdo_014.phpt] 
       
  9737 TEST 4892/11218 [ext/pdo/tests/pdo_015.phpt]
       
  9738 PASS SQLite PDO Common: PDO::FETCH_COLUMN [ext/pdo_sqlite/tests/pdo_015.phpt] 
       
  9739 TEST 4893/11218 [ext/pdo/tests/pdo_016.phpt]
       
  9740 PASS SQLite PDO Common: PDO::FETCH_BOUND [ext/pdo_sqlite/tests/pdo_016.phpt] 
       
  9741 TEST 4894/11218 [ext/pdo/tests/pdo_016a.phpt]
       
  9742 PASS SQLite PDO Common: PDO::FETCH_BOUND w/o : [ext/pdo_sqlite/tests/pdo_016a.phpt] 
       
  9743 TEST 4895/11218 [ext/pdo/tests/pdo_017.phpt]
       
  9744 PASS SQLite PDO Common: transactions [ext/pdo_sqlite/tests/pdo_017.phpt] 
       
  9745 TEST 4896/11218 [ext/pdo/tests/pdo_018.phpt]
       
  9746 PASS SQLite PDO Common: serializing [ext/pdo_sqlite/tests/pdo_018.phpt] 
       
  9747 TEST 4897/11218 [ext/pdo/tests/pdo_019.phpt]
       
  9748 PASS SQLite PDO Common: fetch() and while() [ext/pdo_sqlite/tests/pdo_019.phpt] 
       
  9749 TEST 4898/11218 [ext/pdo/tests/pdo_020.phpt]
       
  9750 PASS SQLite PDO Common: PDOStatement::columnCount [ext/pdo_sqlite/tests/pdo_020.phpt] 
       
  9751 TEST 4899/11218 [ext/pdo/tests/pdo_021.phpt]
       
  9752 PASS SQLite PDO Common: PDOStatement::execute with parameters [ext/pdo_sqlite/tests/pdo_021.phpt] 
       
  9753 TEST 4900/11218 [ext/pdo/tests/pdo_022.phpt]
       
  9754 SKIP SQLite PDO Common: PDOStatement::getColumnMeta [ext/pdo_sqlite/tests/pdo_022.phpt] reason: this feature is not yet finalized, no test makes sense
       
  9755 TEST 4901/11218 [ext/pdo/tests/pdo_023.phpt]
       
  9756 PASS SQLite PDO Common: extending PDO [ext/pdo_sqlite/tests/pdo_023.phpt] 
       
  9757 TEST 4902/11218 [ext/pdo/tests/pdo_024.phpt]
       
  9758 PASS SQLite PDO Common: assert that bindParam does not modify parameter [ext/pdo_sqlite/tests/pdo_024.phpt] 
       
  9759 TEST 4903/11218 [ext/pdo/tests/pdo_025.phpt]
       
  9760 PASS SQLite PDO Common: PDO::FETCH_INTO [ext/pdo_sqlite/tests/pdo_025.phpt] 
       
  9761 TEST 4904/11218 [ext/pdo/tests/pdo_026.phpt]
       
  9762 PASS SQLite PDO Common: extending PDO (2) [ext/pdo_sqlite/tests/pdo_026.phpt] 
       
  9763 TEST 4905/11218 [ext/pdo/tests/pdo_027.phpt]
       
  9764 PASS SQLite PDO Common: PDO::FETCH_LAZY [ext/pdo_sqlite/tests/pdo_027.phpt] 
       
  9765 TEST 4906/11218 [ext/pdo/tests/pdo_028.phpt]
       
  9766 PASS SQLite PDO Common: bindValue [ext/pdo_sqlite/tests/pdo_028.phpt] 
       
  9767 TEST 4907/11218 [ext/pdo/tests/pdo_029.phpt]
       
  9768 PASS SQLite PDO Common: extending PDO (3) [ext/pdo_sqlite/tests/pdo_029.phpt] 
       
  9769 TEST 4908/11218 [ext/pdo/tests/pdo_030.phpt]
       
  9770 PASS SQLite PDO Common: extending PDO (4) [ext/pdo_sqlite/tests/pdo_030.phpt] 
       
  9771 TEST 4909/11218 [ext/pdo/tests/pdo_031.phpt]
       
  9772 PASS SQLite PDO Common: PDOStatement SPL iterator [ext/pdo_sqlite/tests/pdo_031.phpt] 
       
  9773 TEST 4910/11218 [ext/pdo/tests/pdo_032.phpt]
       
  9774 PASS SQLite PDO Common: PDO::ATTR_CASE [ext/pdo_sqlite/tests/pdo_032.phpt] 
       
  9775 TEST 4911/11218 [ext/pdo/tests/pdo_033.phpt]
       
  9776 PASS SQLite PDO Common: PDO::quote() [ext/pdo_sqlite/tests/pdo_033.phpt] 
       
  9777 TEST 4912/11218 [ext/pdo/tests/pdo_034.phpt]
       
  9778 PASS SQLite PDO Common: PDO::FETCH_KEY_PAIR fetch mode test [ext/pdo_sqlite/tests/pdo_034.phpt] 
       
  9779 TEST 4913/11218 [ext/pdo/tests/pdo_035.phpt]
       
  9780 PASS SQLite PDO Common: PDORow + get_parent_class() [ext/pdo_sqlite/tests/pdo_035.phpt] 
       
  9781 TEST 4914/11218 [ext/pdo/tests/pdo_036.phpt]
       
  9782 PASS SQLite Testing PDORow and PDOStatement instances with Reflection [ext/pdo_sqlite/tests/pdo_036.phpt] 
       
  9783 TEST 4915/11218 [ext/pdo/tests/pdo_037.phpt]
       
  9784 PASS SQLite Crash when calling a method of a class that inherits PDOStatement [ext/pdo_sqlite/tests/pdo_037.phpt] 
       
  9785 TEST 4916/11218 [ext/pdo/tests/pdorow.phpt]
       
  9786 PASS SQLite Trying instantiate a PDORow object manually [ext/pdo_sqlite/tests/pdorow.phpt] 
       
  9787 TEST 4917/11218 [ext/pdo/tests/pecl_bug_5217.phpt]
       
  9788 PASS SQLite PDO Common: PECL Bug #5217 (serialize/unserialze safety) [ext/pdo_sqlite/tests/pecl_bug_5217.phpt] 
       
  9789 TEST 4918/11218 [ext/pdo/tests/pecl_bug_5772.phpt]
       
  9790 PASS SQLite PDO Common: PECL Bug #5772 (PDO::FETCH_FUNC breaks on mixed case func name) [ext/pdo_sqlite/tests/pecl_bug_5772.phpt] 
       
  9791 TEST 4919/11218 [ext/pdo/tests/pecl_bug_5809.phpt]
       
  9792 PASS SQLite PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param) [ext/pdo_sqlite/tests/pecl_bug_5809.phpt] 
       
  9793 REDIRECT ext/pdo/tests (SQLite [ext/pdo_sqlite/tests/common.phpt]) done
       
  9794 TEST 4920/11218 [ext/pdo_sqlite/tests/debugdumpparams_001.phpt]
       
  9795 PASS Testing PDOStatement::debugDumpParams() with bound params [ext/pdo_sqlite/tests/debugdumpparams_001.phpt] 
       
  9796 TEST 4921/11218 [ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt]
       
  9797 PASS Testing several callbacks using PDO::FETCH_FUNC [ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt] 
       
  9798 TEST 4922/11218 [ext/pdo_sqlite/tests/pdo_sqlite_createaggregate.phpt]
       
  9799 PASS PDO_sqlite: Testing sqliteCreateAggregate() [ext/pdo_sqlite/tests/pdo_sqlite_createaggregate.phpt] 
       
  9800 TEST 4923/11218 [ext/pdo_sqlite/tests/pdo_sqlite_createaggregate_002.phpt]
       
  9801 PASS PDO_sqlite: Testing invalid callback for sqliteCreateAggregate() [ext/pdo_sqlite/tests/pdo_sqlite_createaggregate_002.phpt] 
       
  9802 TEST 4924/11218 [ext/pdo_sqlite/tests/pdo_sqlite_createcollation.phpt]
       
  9803 PASS PDO_sqlite: Testing sqliteCreateCollation() [ext/pdo_sqlite/tests/pdo_sqlite_createcollation.phpt] 
       
  9804 TEST 4925/11218 [ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt]
       
  9805 PASS PDO_sqlite: Testing sqliteCreateFunction() [ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt] 
       
  9806 TEST 4926/11218 [ext/pdo_sqlite/tests/pdo_sqlite_get_attribute.phpt]
       
  9807 PASS PDO_sqlite: Testing getAttribute() [ext/pdo_sqlite/tests/pdo_sqlite_get_attribute.phpt] 
       
  9808 TEST 4927/11218 [ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt]
       
  9809 PASS PDO_sqlite: Testing lastInsertId() [ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt] 
       
  9810 TEST 4928/11218 [ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt]
       
  9811 PASS PDO_sqlite: Testing transaction [ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt] 
       
  9812 TEST 4929/11218 [ext/phar/tests/001.phpt]
       
  9813 PASS Phar::apiVersion [ext/phar/tests/001.phpt] 
       
  9814 TEST 4930/11218 [ext/phar/tests/002.phpt]
       
  9815 PASS Phar::mapPhar truncated manifest/improper params [ext/phar/tests/002.phpt] 
       
  9816 TEST 4931/11218 [ext/phar/tests/003.phpt]
       
  9817 PASS Phar::canCompress [ext/phar/tests/003.phpt] 
       
  9818 TEST 4932/11218 [ext/phar/tests/003a.phpt]
       
  9819 PASS Phar::canCompress, specific [ext/phar/tests/003a.phpt] 
       
  9820 TEST 4933/11218 [ext/phar/tests/004.phpt]
       
  9821 PASS Phar::mapPhar no __HALT_COMPILER(); [ext/phar/tests/004.phpt] 
       
  9822 TEST 4934/11218 [ext/phar/tests/005.phpt]
       
  9823 PASS Phar::mapPhar truncated manifest (none) [ext/phar/tests/005.phpt] 
       
  9824 TEST 4935/11218 [ext/phar/tests/006.phpt]
       
  9825 PASS Phar::mapPhar truncated manifest (manifest length truncated) [ext/phar/tests/006.phpt] 
       
  9826 TEST 4936/11218 [ext/phar/tests/007.phpt]
       
  9827 PASS Phar::mapPhar manifest too big [ext/phar/tests/007.phpt] 
       
  9828 TEST 4937/11218 [ext/phar/tests/008.phpt]
       
  9829 PASS Phar::mapPhar truncated manifest (not enough for manifest length) [ext/phar/tests/008.phpt] 
       
  9830 TEST 4938/11218 [ext/phar/tests/009.phpt]
       
  9831 PASS Phar::mapPhar too many manifest entries [ext/phar/tests/009.phpt] 
       
  9832 TEST 4939/11218 [ext/phar/tests/010.phpt]
       
  9833 PASS Phar::mapPhar buffer overrun [ext/phar/tests/010.phpt] 
       
  9834 TEST 4940/11218 [ext/phar/tests/011.phpt]
       
  9835 PASS Phar::mapPhar filesize too small in manifest [ext/phar/tests/011.phpt] 
       
  9836 TEST 4941/11218 [ext/phar/tests/012.phpt]
       
  9837 PASS Phar::mapPhar valid file [ext/phar/tests/012.phpt] 
       
  9838 TEST 4942/11218 [ext/phar/tests/013.phpt]
       
  9839 PASS Phar::mapPhar filesize mismatch [ext/phar/tests/013.phpt] 
       
  9840 TEST 4943/11218 [ext/phar/tests/014.phpt]
       
  9841 PASS Phar::mapPhar filesize mismatch [ext/phar/tests/014.phpt] 
       
  9842 TEST 4944/11218 [ext/phar/tests/015.phpt]
       
  9843 PASS Phar::mapPhar valid file (gzipped) [ext/phar/tests/015.phpt] 
       
  9844 TEST 4945/11218 [ext/phar/tests/015b.phpt]
       
  9845 PASS Phar::mapPhar valid file (bzip2) [ext/phar/tests/015b.phpt] 
       
  9846 TEST 4946/11218 [ext/phar/tests/016.phpt]
       
  9847 PASS Phar::mapPhar invalid file (gzipped file length is too short) [ext/phar/tests/016.phpt] 
       
  9848 TEST 4947/11218 [ext/phar/tests/016b.phpt]
       
  9849 PASS Phar::mapPhar invalid file (gzipped file length is too short) [ext/phar/tests/016b.phpt] 
       
  9850 TEST 4948/11218 [ext/phar/tests/017.phpt]
       
  9851 PASS Phar: opendir test - no dir specified at all [ext/phar/tests/017.phpt] 
       
  9852 TEST 4949/11218 [ext/phar/tests/017U.phpt]
       
  9853 SKIP Phar: opendir test - no dir specified at all [ext/phar/tests/017U.phpt] reason: Unicode support required
       
  9854 TEST 4950/11218 [ext/phar/tests/018.phpt]
       
  9855 PASS Phar: opendir test, root directory [ext/phar/tests/018.phpt] 
       
  9856 TEST 4951/11218 [ext/phar/tests/018U.phpt]
       
  9857 SKIP Phar: opendir test, root directory [ext/phar/tests/018U.phpt] reason: Unicode support required
       
  9858 TEST 4952/11218 [ext/phar/tests/019.phpt]
       
  9859 PASS Phar: opendir test, subdirectory [ext/phar/tests/019.phpt] 
       
  9860 TEST 4953/11218 [ext/phar/tests/019b.phpt]
       
  9861 PASS Phar: opendir test, recurse into [ext/phar/tests/019b.phpt] 
       
  9862 TEST 4954/11218 [ext/phar/tests/019bU.phpt]
       
  9863 SKIP Phar: opendir test, recurse into [ext/phar/tests/019bU.phpt] reason: Unicode support required
       
  9864 TEST 4955/11218 [ext/phar/tests/019c.phpt]
       
  9865 PASS Phar: opendir test, recurse into [ext/phar/tests/019c.phpt] 
       
  9866 TEST 4956/11218 [ext/phar/tests/019cU.phpt]
       
  9867 SKIP Phar: opendir test, recurse into [ext/phar/tests/019cU.phpt] reason: Unicode support required
       
  9868 TEST 4957/11218 [ext/phar/tests/020.phpt]
       
  9869 PASS Phar: url stat [ext/phar/tests/020.phpt] 
       
  9870 TEST 4958/11218 [ext/phar/tests/021.phpt]
       
  9871 PASS Phar: stream stat [ext/phar/tests/021.phpt] 
       
  9872 TEST 4959/11218 [ext/phar/tests/022.phpt]
       
  9873 PASS Phar: stream stat [ext/phar/tests/022.phpt] 
       
  9874 TEST 4960/11218 [ext/phar/tests/023.phpt]
       
  9875 PASS Phar: phar:// file_get_contents [ext/phar/tests/023.phpt] 
       
  9876 TEST 4961/11218 [ext/phar/tests/024.phpt]
       
  9877 PASS Phar: phar:// include [ext/phar/tests/024.phpt] 
       
  9878 TEST 4962/11218 [ext/phar/tests/025.phpt]
       
  9879 PASS Phar: phar:// include (repeated names) [ext/phar/tests/025.phpt] 
       
  9880 TEST 4963/11218 [ext/phar/tests/026.phpt]
       
  9881 PASS Phar: phar:// require from within [ext/phar/tests/026.phpt] 
       
  9882 TEST 4964/11218 [ext/phar/tests/027.phpt]
       
  9883 PASS Phar: phar:// opendir [ext/phar/tests/027.phpt] 
       
  9884 TEST 4965/11218 [ext/phar/tests/027U.phpt]
       
  9885 SKIP Phar: phar:// opendir [ext/phar/tests/027U.phpt] reason: Unicode support required
       
  9886 TEST 4966/11218 [ext/phar/tests/028.phpt]
       
  9887 PASS Phar::loadPhar [ext/phar/tests/028.phpt] 
       
  9888 TEST 4967/11218 [ext/phar/tests/029.phpt]
       
  9889 PASS Phar::loadPhar overloading alias names [ext/phar/tests/029.phpt] 
       
  9890 TEST 4968/11218 [ext/phar/tests/030.phpt]
       
  9891 PASS Phar::loadPhar ignoring alias [ext/phar/tests/030.phpt] 
       
  9892 TEST 4969/11218 [ext/phar/tests/031.phpt]
       
  9893 PASS Phar: include and parser error [ext/phar/tests/031.phpt] 
       
  9894 TEST 4970/11218 [ext/phar/tests/032.phpt]
       
  9895 PASS Phar: require hash [ext/phar/tests/032.phpt] 
       
  9896 TEST 4971/11218 [ext/phar/tests/033.phpt]
       
  9897 PASS Phar::chmod [ext/phar/tests/033.phpt] 
       
  9898 TEST 4972/11218 [ext/phar/tests/033a.phpt]
       
  9899 PASS Phar::chmod [ext/phar/tests/033a.phpt] 
       
  9900 TEST 4973/11218 [ext/phar/tests/addfuncs.phpt]
       
  9901 PASS Phar: addFile/addFromString [ext/phar/tests/addfuncs.phpt] 
       
  9902 TEST 4974/11218 [ext/phar/tests/alias_acrobatics.phpt]
       
  9903 PASS Phar: alias edge cases [ext/phar/tests/alias_acrobatics.phpt] 
       
  9904 TEST 4975/11218 [ext/phar/tests/badparameters.phpt]
       
  9905 PASS Phar: bad parameters to various methods [ext/phar/tests/badparameters.phpt] 
       
  9906 TEST 4976/11218 [ext/phar/tests/bug13727.phpt]
       
  9907 PASS Phar: SLOW TEST bug #13727: "Number of files in the Phar" limited to 2042 [ext/phar/tests/bug13727.phpt] 
       
  9908 TEST 4977/11218 [ext/phar/tests/bug13786.phpt]
       
  9909 PASS Phar: bug #13786: "PHP crashes on phar recreate after unlink" [ext/phar/tests/bug13786.phpt] 
       
  9910 TEST 4978/11218 [ext/phar/tests/bug45218_SLOWTEST.phpt]
       
  9911 PASS Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218) [ext/phar/tests/bug45218_SLOWTEST.phpt] 
       
  9912 TEST 4979/11218 [ext/phar/tests/bug45218_SLOWTESTU.phpt]
       
  9913 SKIP Phar::buildFromIterator() iterator, too many files for open file handles (Bug #45218) [ext/phar/tests/bug45218_SLOWTESTU.phpt] reason: Unicode support required
       
  9914 TEST 4980/11218 [ext/phar/tests/bug46032.phpt]
       
  9915 PASS Phar: bug #46032: PharData::__construct wrong memory read [ext/phar/tests/bug46032.phpt] 
       
  9916 TEST 4981/11218 [ext/phar/tests/bug46060.phpt]
       
  9917 PASS Phar: Bug #46060: addEmptyDir() breaks [ext/phar/tests/bug46060.phpt] 
       
  9918 TEST 4982/11218 [ext/phar/tests/bug46178.phpt]
       
  9919 PASS Phar: PHP bug #46178: "memory leak in ext/phar" [ext/phar/tests/bug46178.phpt] 
       
  9920 TEST 4983/11218 [ext/phar/tests/bug47085.phpt]
       
  9921 PASS Phar: PHP bug #47085: "rename() returns true even if the file in PHAR does not exist" [ext/phar/tests/bug47085.phpt] 
       
  9922 TEST 4984/11218 [ext/phar/tests/bug48377.2.phpt]
       
  9923 PASS Phar: PHP bug #48377 "error message unclear on converting phar with existing file" test #2 [ext/phar/tests/bug48377.2.phpt] 
       
  9924 TEST 4985/11218 [ext/phar/tests/bug48377.phpt]
       
  9925 PASS Phar: PHP bug #48377 "error message unclear on converting phar with existing file" [ext/phar/tests/bug48377.phpt] 
       
  9926 TEST 4986/11218 [ext/phar/tests/bug52013.phpt]
       
  9927 PASS Test for bug 52013 about Phar::decompressFiles(). [ext/phar/tests/bug52013.phpt] 
       
  9928 TEST 4987/11218 [ext/phar/tests/bug53872.phpt]
       
  9929 PASS bug#53872 (internal corruption of phar) [ext/phar/tests/bug53872.phpt] 
       
  9930 TEST 4988/11218 [ext/phar/tests/bug54395.phpt]
       
  9931 PASS Bug #54395 (Phar::mount() crashes when calling with wrong parameters) [ext/phar/tests/bug54395.phpt] 
       
  9932 TEST 4989/11218 [ext/phar/tests/bug60164.phpt]
       
  9933 PASS Phar: verify stub of specific length does not break __HALT_COMPILER(); scanning in php [ext/phar/tests/bug60164.phpt] 
       
  9934 TEST 4990/11218 [ext/phar/tests/bug60261.phpt]
       
  9935 PASS Bug #60261 (phar dos null pointer) [ext/phar/tests/bug60261.phpt] 
       
  9936 TEST 4991/11218 [ext/phar/tests/cache_list/copyonwrite1.phar.phpt]
       
  9937 PASS Phar: copy-on-write test 1 [cache_list] [ext/phar/tests/cache_list/copyonwrite1.phar.phpt] 
       
  9938 TEST 4992/11218 [ext/phar/tests/cache_list/copyonwrite10.phar.phpt]
       
  9939 PASS Phar: copy-on-write test 10 [cache_list] [ext/phar/tests/cache_list/copyonwrite10.phar.phpt] 
       
  9940 TEST 4993/11218 [ext/phar/tests/cache_list/copyonwrite11.phar.phpt]
       
  9941 PASS Phar: copy-on-write test 11 [cache_list] [ext/phar/tests/cache_list/copyonwrite11.phar.phpt] 
       
  9942 TEST 4994/11218 [ext/phar/tests/cache_list/copyonwrite12.phar.phpt]
       
  9943 PASS Phar: copy-on-write test 12 [cache_list] [ext/phar/tests/cache_list/copyonwrite12.phar.phpt] 
       
  9944 TEST 4995/11218 [ext/phar/tests/cache_list/copyonwrite13.phar.phpt]
       
  9945 PASS Phar: copy-on-write test 13 [cache_list] [ext/phar/tests/cache_list/copyonwrite13.phar.phpt] 
       
  9946 TEST 4996/11218 [ext/phar/tests/cache_list/copyonwrite14.phar.phpt]
       
  9947 PASS Phar: copy-on-write test 14 [cache_list] [ext/phar/tests/cache_list/copyonwrite14.phar.phpt] 
       
  9948 TEST 4997/11218 [ext/phar/tests/cache_list/copyonwrite15.phar.phpt]
       
  9949 PASS Phar: copy-on-write test 15 [cache_list] [ext/phar/tests/cache_list/copyonwrite15.phar.phpt] 
       
  9950 TEST 4998/11218 [ext/phar/tests/cache_list/copyonwrite16.phar.phpt]
       
  9951 PASS Phar: copy-on-write test 16 [cache_list] [ext/phar/tests/cache_list/copyonwrite16.phar.phpt] 
       
  9952 TEST 4999/11218 [ext/phar/tests/cache_list/copyonwrite17.phar.phpt]
       
  9953 PASS Phar: copy-on-write test 17 [cache_list] [ext/phar/tests/cache_list/copyonwrite17.phar.phpt] 
       
  9954 TEST 5000/11218 [ext/phar/tests/cache_list/copyonwrite18.phar.phpt]
       
  9955 PASS Phar: copy-on-write test 18 [cache_list] [ext/phar/tests/cache_list/copyonwrite18.phar.phpt] 
       
  9956 TEST 5001/11218 [ext/phar/tests/cache_list/copyonwrite19.phar.phpt]
       
  9957 PASS Phar: copy-on-write test 19 [cache_list] [ext/phar/tests/cache_list/copyonwrite19.phar.phpt] 
       
  9958 TEST 5002/11218 [ext/phar/tests/cache_list/copyonwrite2.phar.phpt]
       
  9959 PASS Phar: copy-on-write test 2 [cache_list] [ext/phar/tests/cache_list/copyonwrite2.phar.phpt] 
       
  9960 TEST 5003/11218 [ext/phar/tests/cache_list/copyonwrite20.phar.phpt]
       
  9961 PASS Phar: copy-on-write test 20 [cache_list] [ext/phar/tests/cache_list/copyonwrite20.phar.phpt] 
       
  9962 TEST 5004/11218 [ext/phar/tests/cache_list/copyonwrite21.phar.phpt]
       
  9963 PASS Phar: copy-on-write test 21 [cache_list] [ext/phar/tests/cache_list/copyonwrite21.phar.phpt] 
       
  9964 TEST 5005/11218 [ext/phar/tests/cache_list/copyonwrite22.phar.phpt]
       
  9965 PASS Phar: copy-on-write test 22 [cache_list] [ext/phar/tests/cache_list/copyonwrite22.phar.phpt] 
       
  9966 TEST 5006/11218 [ext/phar/tests/cache_list/copyonwrite23.phar.phpt]
       
  9967 PASS Phar: copy-on-write test 23 [cache_list] [ext/phar/tests/cache_list/copyonwrite23.phar.phpt] 
       
  9968 TEST 5007/11218 [ext/phar/tests/cache_list/copyonwrite24.phar.phpt]
       
  9969 PASS Phar: copy-on-write test 24 [cache_list] [ext/phar/tests/cache_list/copyonwrite24.phar.phpt] 
       
  9970 TEST 5008/11218 [ext/phar/tests/cache_list/copyonwrite25.phar.phpt]
       
  9971 PASS Phar: copy-on-write test 25 [cache_list] [ext/phar/tests/cache_list/copyonwrite25.phar.phpt] 
       
  9972 TEST 5009/11218 [ext/phar/tests/cache_list/copyonwrite3.phar.phpt]
       
  9973 PASS Phar: copy-on-write test 3 [cache_list] [ext/phar/tests/cache_list/copyonwrite3.phar.phpt] 
       
  9974 TEST 5010/11218 [ext/phar/tests/cache_list/copyonwrite4.phar.phpt]
       
  9975 PASS Phar: copy-on-write test 4 [cache_list] [ext/phar/tests/cache_list/copyonwrite4.phar.phpt] 
       
  9976 TEST 5011/11218 [ext/phar/tests/cache_list/copyonwrite4a.phpt]
       
  9977 PASS Phar: copy-on-write test 4a [cache_list] [ext/phar/tests/cache_list/copyonwrite4a.phpt] 
       
  9978 TEST 5012/11218 [ext/phar/tests/cache_list/copyonwrite5.phar.phpt]
       
  9979 PASS Phar: copy-on-write test 5 [cache_list] [ext/phar/tests/cache_list/copyonwrite5.phar.phpt] 
       
  9980 TEST 5013/11218 [ext/phar/tests/cache_list/copyonwrite6.phar.phpt]
       
  9981 PASS Phar: copy-on-write test 6 [cache_list] [ext/phar/tests/cache_list/copyonwrite6.phar.phpt] 
       
  9982 TEST 5014/11218 [ext/phar/tests/cache_list/copyonwrite7.phar.phpt]
       
  9983 PASS Phar: copy-on-write test 7 [cache_list] [ext/phar/tests/cache_list/copyonwrite7.phar.phpt] 
       
  9984 TEST 5015/11218 [ext/phar/tests/cache_list/copyonwrite8.phar.phpt]
       
  9985 PASS Phar: copy-on-write test 8 [cache_list] [ext/phar/tests/cache_list/copyonwrite8.phar.phpt] 
       
  9986 TEST 5016/11218 [ext/phar/tests/cache_list/copyonwrite9.phar.phpt]
       
  9987 PASS Phar: copy-on-write test 9 [cache_list] [ext/phar/tests/cache_list/copyonwrite9.phar.phpt] 
       
  9988 SKIP Phar front controller other [ext/phar/tests/cache_list/frontcontroller1.phpt] reason: CGI not available
       
  9989 SKIP Phar front controller rewrite access denied [cache_list] [ext/phar/tests/cache_list/frontcontroller10.phpt] reason: CGI not available
       
  9990 SKIP Phar front controller mime type extension is not a string [cache_list] [ext/phar/tests/cache_list/frontcontroller11.phpt] reason: CGI not available
       
  9991 SKIP Phar front controller mime type unknown int [cache_list] [ext/phar/tests/cache_list/frontcontroller12.phpt] reason: CGI not available
       
  9992 SKIP Phar front controller mime type not string/int [cache_list] [ext/phar/tests/cache_list/frontcontroller13.phpt] reason: CGI not available
       
  9993 SKIP Phar front controller mime type override, other [cache_list] [ext/phar/tests/cache_list/frontcontroller14.phpt] reason: CGI not available
       
  9994 SKIP Phar front controller mime type override, Phar::PHPS [cache_list] [ext/phar/tests/cache_list/frontcontroller15.phpt] reason: CGI not available
       
  9995 SKIP Phar front controller mime type override, Phar::PHP [cache_list] [ext/phar/tests/cache_list/frontcontroller16.phpt] reason: CGI not available
       
  9996 SKIP Phar front controller mime type unknown [cache_list] [ext/phar/tests/cache_list/frontcontroller17.phpt] reason: CGI not available
       
  9997 TEST 5026/11218 [ext/phar/tests/cache_list/frontcontroller18.phpt]
       
  9998 PASS Phar front controller $_SERVER munging failure [cache_list] [ext/phar/tests/cache_list/frontcontroller18.phpt] 
       
  9999 TEST 5027/11218 [ext/phar/tests/cache_list/frontcontroller19.phpt]
       
 10000 PASS Phar front controller $_SERVER munging failure 2 [cache_list] [ext/phar/tests/cache_list/frontcontroller19.phpt] 
       
 10001 SKIP Phar front controller PHP test [cache_list] [ext/phar/tests/cache_list/frontcontroller2.phpt] reason: CGI not available
       
 10002 TEST 5029/11218 [ext/phar/tests/cache_list/frontcontroller20.phpt]
       
 10003 PASS Phar front controller $_SERVER munging failure 3 [cache_list] [ext/phar/tests/cache_list/frontcontroller20.phpt] 
       
 10004 SKIP Phar front controller $_SERVER munging success [cache_list] [ext/phar/tests/cache_list/frontcontroller21.phpt] reason: CGI not available
       
 10005 SKIP Phar front controller include from cwd test 1 [cache_list] [ext/phar/tests/cache_list/frontcontroller22.phpt] reason: CGI not available
       
 10006 SKIP Phar front controller with generic action router test [cache_list] [ext/phar/tests/cache_list/frontcontroller23.phpt] reason: CGI not available
       
 10007 SKIP Phar front controller with custom 404 php script [cache_list] [ext/phar/tests/cache_list/frontcontroller24.phpt] reason: CGI not available
       
 10008 SKIP Phar front controller with extra path_info [cache_list] [ext/phar/tests/cache_list/frontcontroller25.phpt] reason: CGI not available
       
 10009 SKIP Phar front controller with unknown extension mime type [cache_list] [ext/phar/tests/cache_list/frontcontroller26.phpt] reason: CGI not available
       
 10010 SKIP Phar front controller with no extension [cache_list] [ext/phar/tests/cache_list/frontcontroller27.phpt] reason: CGI not available
       
 10011 SKIP Phar front controller with huge file [cache_list] [ext/phar/tests/cache_list/frontcontroller28.phpt] reason: CGI not available
       
 10012 SKIP Phar front controller with fatal error in php file [cache_list] [ext/phar/tests/cache_list/frontcontroller29.phpt] reason: CGI not available
       
 10013 SKIP Phar front controller phps [cache_list] [ext/phar/tests/cache_list/frontcontroller3.phpt] reason: CGI not available
       
 10014 TEST 5040/11218 [ext/phar/tests/cache_list/frontcontroller30.phpt]
       
 10015 PASS Phar front controller with weird SCRIPT_NAME [cache_list] [ext/phar/tests/cache_list/frontcontroller30.phpt] 
       
 10016 SKIP Phar front controller with invalid callback for rewrites [cache_list] [ext/phar/tests/cache_list/frontcontroller31.phpt] reason: CGI not available
       
 10017 SKIP Phar front controller with valid callback that is not good [cache_list] [ext/phar/tests/cache_list/frontcontroller32.phpt] reason: CGI not available
       
 10018 SKIP Phar front controller with valid callback that does not return any value [cache_list] [ext/phar/tests/cache_list/frontcontroller33.phpt] reason: CGI not available
       
 10019 SKIP Phar front controller with cwd [cache_list] [ext/phar/tests/cache_list/frontcontroller34.phpt] reason: CGI not available
       
 10020 SKIP Phar front controller index.php relocate (no /) [cache_list] [ext/phar/tests/cache_list/frontcontroller4.phpt] reason: CGI not available
       
 10021 SKIP Phar front controller index.php relocate [cache_list] [ext/phar/tests/cache_list/frontcontroller5.phpt] reason: CGI not available
       
 10022 SKIP Phar front controller 404 [cache_list] [ext/phar/tests/cache_list/frontcontroller6.phpt] reason: CGI not available
       
 10023 SKIP Phar front controller alternate index file [cache_list] [ext/phar/tests/cache_list/frontcontroller7.phpt] reason: CGI not available
       
 10024 SKIP Phar front controller no index file 404 [cache_list] [ext/phar/tests/cache_list/frontcontroller8.phpt] reason: CGI not available
       
 10025 SKIP Phar front controller rewrite array [cache_list] [ext/phar/tests/cache_list/frontcontroller9.phpt] reason: CGI not available
       
 10026 TEST 5051/11218 [ext/phar/tests/cached_manifest_1.phpt]
       
 10027 PASS Phar: phar.cache_list basic read test [ext/phar/tests/cached_manifest_1.phpt] 
       
 10028 TEST 5052/11218 [ext/phar/tests/cached_manifest_1U.phpt]
       
 10029 SKIP Phar: phar.cache_list basic read test [ext/phar/tests/cached_manifest_1U.phpt] reason: Unicode support required
       
 10030 TEST 5053/11218 [ext/phar/tests/create_new_and_modify.phpt]
       
 10031 PASS Phar: create and modify phar [ext/phar/tests/create_new_and_modify.phpt] 
       
 10032 TEST 5054/11218 [ext/phar/tests/create_new_phar.phpt]
       
 10033 PASS Phar: create a completely new phar [ext/phar/tests/create_new_phar.phpt] 
       
 10034 TEST 5055/11218 [ext/phar/tests/create_new_phar_b.phpt]
       
 10035 PASS Phar: create a completely new phar [ext/phar/tests/create_new_phar_b.phpt] 
       
 10036 TEST 5056/11218 [ext/phar/tests/create_new_phar_c.phpt]
       
 10037 PASS Phar: create a completely new phar [ext/phar/tests/create_new_phar_c.phpt] 
       
 10038 TEST 5057/11218 [ext/phar/tests/create_path_error.phpt]
       
 10039 PASS Phar: create with illegal path [ext/phar/tests/create_path_error.phpt] 
       
 10040 TEST 5058/11218 [ext/phar/tests/delete.phpt]
       
 10041 PASS Phar: delete test [ext/phar/tests/delete.phpt] 
       
 10042 TEST 5059/11218 [ext/phar/tests/delete_in_phar.phpt]
       
 10043 PASS Phar: delete a file within a .phar [ext/phar/tests/delete_in_phar.phpt] 
       
 10044 TEST 5060/11218 [ext/phar/tests/delete_in_phar_b.phpt]
       
 10045 PASS Phar: delete a file within a .phar [ext/phar/tests/delete_in_phar_b.phpt] 
       
 10046 TEST 5061/11218 [ext/phar/tests/delete_in_phar_confirm.phpt]
       
 10047 PASS Phar: delete a file within a .phar (confirm disk file is changed) [ext/phar/tests/delete_in_phar_confirm.phpt] 
       
 10048 TEST 5062/11218 [ext/phar/tests/dir.phpt]
       
 10049 PASS Phar: mkdir/rmdir test [ext/phar/tests/dir.phpt] 
       
 10050 SKIP Phar web-based phar with fatal error [ext/phar/tests/fatal_error_webphar.phpt] reason: CGI not available
       
 10051 TEST 5064/11218 [ext/phar/tests/fgc_edgecases.phpt]
       
 10052 PASS Phar: test edge cases of file_get_contents() function interception [ext/phar/tests/fgc_edgecases.phpt] 
       
 10053 TEST 5065/11218 [ext/phar/tests/file_get_contents.phpt]
       
 10054 PASS Phar: test file_get_contents() interception [ext/phar/tests/file_get_contents.phpt] 
       
 10055 TEST 5066/11218 [ext/phar/tests/fopen.phpt]
       
 10056 PASS Phar: test fopen() interception [ext/phar/tests/fopen.phpt] 
       
 10057 TEST 5067/11218 [ext/phar/tests/fopen5.2.phpt]
       
 10058 SKIP Phar: test fopen() interception [ext/phar/tests/fopen5.2.phpt] reason: PHP 5.2 required for this test
       
 10059 TEST 5068/11218 [ext/phar/tests/fopen_edgecases.phpt]
       
 10060 PASS Phar: fopen/stat/fseek/unlink/rename edge cases [ext/phar/tests/fopen_edgecases.phpt] 
       
 10061 TEST 5069/11218 [ext/phar/tests/fopen_edgecases2.phpt]
       
 10062 PASS Phar: test edge cases of fopen() function interception #2 [ext/phar/tests/fopen_edgecases2.phpt] 
       
 10063 TEST 5070/11218 [ext/phar/tests/fopen_edgecases2U.phpt]
       
 10064 SKIP Phar: test edge cases of fopen() function interception #2 (PHP 6) [ext/phar/tests/fopen_edgecases2U.phpt] reason: Unicode support required
       
 10065 SKIP Phar front controller with mounted external file [ext/phar/tests/front.phar.phpt] reason: CGI not available
       
 10066 SKIP Phar front controller other [ext/phar/tests/frontcontroller1.phpt] reason: CGI not available
       
 10067 SKIP Phar front controller rewrite access denied [ext/phar/tests/frontcontroller10.phpt] reason: CGI not available
       
 10068 SKIP Phar front controller mime type extension is not a string [ext/phar/tests/frontcontroller11.phpt] reason: CGI not available
       
 10069 SKIP Phar front controller mime type unknown int [ext/phar/tests/frontcontroller12.phpt] reason: CGI not available
       
 10070 SKIP Phar front controller mime type not string/int [ext/phar/tests/frontcontroller13.phpt] reason: CGI not available
       
 10071 SKIP Phar front controller mime type override, other [ext/phar/tests/frontcontroller14.phpt] reason: CGI not available
       
 10072 SKIP Phar front controller mime type override, Phar::PHPS [ext/phar/tests/frontcontroller15.phpt] reason: CGI not available
       
 10073 SKIP Phar front controller mime type override, Phar::PHP [ext/phar/tests/frontcontroller16.phpt] reason: CGI not available
       
 10074 SKIP Phar front controller mime type unknown [ext/phar/tests/frontcontroller17.phpt] reason: CGI not available
       
 10075 TEST 5081/11218 [ext/phar/tests/frontcontroller18.phpt]
       
 10076 PASS Phar front controller $_SERVER munging failure [ext/phar/tests/frontcontroller18.phpt] 
       
 10077 TEST 5082/11218 [ext/phar/tests/frontcontroller19.phpt]
       
 10078 PASS Phar front controller $_SERVER munging failure 2 [ext/phar/tests/frontcontroller19.phpt] 
       
 10079 SKIP Phar front controller PHP test [ext/phar/tests/frontcontroller2.phpt] reason: CGI not available
       
 10080 TEST 5084/11218 [ext/phar/tests/frontcontroller20.phpt]
       
 10081 PASS Phar front controller $_SERVER munging failure 3 [ext/phar/tests/frontcontroller20.phpt] 
       
 10082 SKIP Phar front controller $_SERVER munging success [ext/phar/tests/frontcontroller21.phpt] reason: CGI not available
       
 10083 SKIP Phar front controller include from cwd test 1 [ext/phar/tests/frontcontroller22.phpt] reason: CGI not available
       
 10084 SKIP Phar front controller with generic action router test [ext/phar/tests/frontcontroller23.phpt] reason: CGI not available
       
 10085 SKIP Phar front controller with custom 404 php script [ext/phar/tests/frontcontroller24.phpt] reason: CGI not available
       
 10086 SKIP Phar front controller with extra path_info [ext/phar/tests/frontcontroller25.phpt] reason: CGI not available
       
 10087 SKIP Phar front controller with unknown extension mime type [ext/phar/tests/frontcontroller26.phpt] reason: CGI not available
       
 10088 SKIP Phar front controller with no extension [ext/phar/tests/frontcontroller27.phpt] reason: CGI not available
       
 10089 SKIP Phar front controller with huge file [ext/phar/tests/frontcontroller28.phpt] reason: CGI not available
       
 10090 SKIP Phar front controller with fatal error in php file [ext/phar/tests/frontcontroller29.phpt] reason: CGI not available
       
 10091 SKIP Phar front controller phps [ext/phar/tests/frontcontroller3.phpt] reason: CGI not available
       
 10092 TEST 5095/11218 [ext/phar/tests/frontcontroller30.phpt]
       
 10093 PASS Phar front controller with weird SCRIPT_NAME [ext/phar/tests/frontcontroller30.phpt] 
       
 10094 SKIP Phar front controller with invalid callback for rewrites [ext/phar/tests/frontcontroller31.phpt] reason: CGI not available
       
 10095 SKIP Phar front controller with valid callback that is not good [ext/phar/tests/frontcontroller32.phpt] reason: CGI not available
       
 10096 SKIP Phar front controller with valid callback that does not return any value [ext/phar/tests/frontcontroller33.phpt] reason: CGI not available
       
 10097 SKIP Phar front controller with cwd [ext/phar/tests/frontcontroller34.phpt] reason: CGI not available
       
 10098 SKIP Phar front controller index.php relocate (no /) [ext/phar/tests/frontcontroller4.phpt] reason: CGI not available
       
 10099 SKIP Phar front controller index.php relocate [ext/phar/tests/frontcontroller5.phpt] reason: CGI not available
       
 10100 SKIP Phar front controller 404 [ext/phar/tests/frontcontroller6.phpt] reason: CGI not available
       
 10101 SKIP Phar front controller alternate index file [ext/phar/tests/frontcontroller7.phpt] reason: CGI not available
       
 10102 SKIP Phar front controller no index file 404 [ext/phar/tests/frontcontroller8.phpt] reason: CGI not available
       
 10103 SKIP Phar front controller rewrite array [ext/phar/tests/frontcontroller9.phpt] reason: CGI not available
       
 10104 TEST 5106/11218 [ext/phar/tests/include_path.phpt]
       
 10105 PASS Phar: include_path with phar:// wrapper [ext/phar/tests/include_path.phpt] 
       
 10106 TEST 5107/11218 [ext/phar/tests/include_path_advanced.phpt]
       
 10107 PASS Phar: include_path advanced code coverage test [ext/phar/tests/include_path_advanced.phpt] 
       
 10108 TEST 5108/11218 [ext/phar/tests/ini_set.phpt]
       
 10109 PASS Phar: test ini_set with readonly and require_hash enabled [ext/phar/tests/ini_set.phpt] 
       
 10110 TEST 5109/11218 [ext/phar/tests/ini_set_off.phpt]
       
 10111 PASS Phar: test ini_set with readonly and require_hash disabled [ext/phar/tests/ini_set_off.phpt] 
       
 10112 TEST 5110/11218 [ext/phar/tests/ini_set_offU.phpt]
       
 10113 SKIP Phar: test ini_set with readonly and require_hash disabled [ext/phar/tests/ini_set_offU.phpt] reason: Unicode support required
       
 10114 TEST 5111/11218 [ext/phar/tests/invalid_alias.phpt]
       
 10115 PASS Phar: set alias with invalid alias containing / \ : or ; [ext/phar/tests/invalid_alias.phpt] 
       
 10116 TEST 5112/11218 [ext/phar/tests/invalid_setstubalias.phpt]
       
 10117 PASS Phar: invalid set alias or stub via array access [ext/phar/tests/invalid_setstubalias.phpt] 
       
 10118 TEST 5113/11218 [ext/phar/tests/metadata_read.phpt]
       
 10119 PASS Phar with meta-data (read) [ext/phar/tests/metadata_read.phpt] 
       
 10120 TEST 5114/11218 [ext/phar/tests/metadata_readU.phpt]
       
 10121 SKIP Phar with meta-data (read) [ext/phar/tests/metadata_readU.phpt] reason: Unicode support required
       
 10122 TEST 5115/11218 [ext/phar/tests/metadata_write.phpt]
       
 10123 PASS Phar with meta-data (write) [ext/phar/tests/metadata_write.phpt] 
       
 10124 TEST 5116/11218 [ext/phar/tests/metadata_writeU.phpt]
       
 10125 SKIP Phar with meta-data (write) [ext/phar/tests/metadata_writeU.phpt] reason: Unicode support required
       
 10126 TEST 5117/11218 [ext/phar/tests/metadata_write_commit.phpt]
       
 10127 PASS Phar with meta-data (write) [ext/phar/tests/metadata_write_commit.phpt] 
       
 10128 TEST 5118/11218 [ext/phar/tests/metadata_write_commitU.phpt]
       
 10129 SKIP Phar with meta-data (write) [ext/phar/tests/metadata_write_commitU.phpt] reason: Unicode support required
       
 10130 TEST 5119/11218 [ext/phar/tests/mkdir.phpt]
       
 10131 PASS phar: mkdir/rmdir edge cases [ext/phar/tests/mkdir.phpt] 
       
 10132 TEST 5120/11218 [ext/phar/tests/mounteddir.phpt]
       
 10133 PASS Phar: mounted manifest directory test [ext/phar/tests/mounteddir.phpt] 
       
 10134 TEST 5121/11218 [ext/phar/tests/mounteddirU.phpt]
       
 10135 SKIP Phar: mounted manifest directory test [ext/phar/tests/mounteddirU.phpt] reason: Unicode support required
       
 10136 TEST 5122/11218 [ext/phar/tests/nophar.phpt]
       
 10137 SKIP Phar: phar run without pecl/phar with default stub [ext/phar/tests/nophar.phpt] reason: Phar extension must be disabled for this test
       
 10138 TEST 5123/11218 [ext/phar/tests/nophar_web.phpt]
       
 10139 SKIP Phar: default web stub, no phar extension [ext/phar/tests/nophar_web.phpt] reason: Phar extension must be disabled for this test
       
 10140 TEST 5124/11218 [ext/phar/tests/open_for_write_existing.phpt]
       
 10141 PASS Phar: fopen a .phar for writing (existing file) [ext/phar/tests/open_for_write_existing.phpt] 
       
 10142 TEST 5125/11218 [ext/phar/tests/open_for_write_existing_b.phpt]
       
 10143 PASS Phar: fopen a .phar for writing (existing file) [ext/phar/tests/open_for_write_existing_b.phpt] 
       
 10144 TEST 5126/11218 [ext/phar/tests/open_for_write_existing_b_5_2.phpt]
       
 10145 SKIP Phar: fopen a .phar for writing (existing file) [ext/phar/tests/open_for_write_existing_b_5_2.phpt] reason: requires 5.2 or earlier
       
 10146 TEST 5127/11218 [ext/phar/tests/open_for_write_existing_c.phpt]
       
 10147 PASS Phar: fopen a .phar for writing (existing file) [ext/phar/tests/open_for_write_existing_c.phpt] 
       
 10148 TEST 5128/11218 [ext/phar/tests/open_for_write_existing_c_5_2.phpt]
       
 10149 SKIP Phar: fopen a .phar for writing (existing file) [ext/phar/tests/open_for_write_existing_c_5_2.phpt] reason: requires 5.2 or earlier
       
 10150 TEST 5129/11218 [ext/phar/tests/open_for_write_newfile.phpt]
       
 10151 PASS Phar: fopen a .phar for writing (new file) [ext/phar/tests/open_for_write_newfile.phpt] 
       
 10152 TEST 5130/11218 [ext/phar/tests/open_for_write_newfile_b.phpt]
       
 10153 PASS Phar: fopen a .phar for writing (new file) [ext/phar/tests/open_for_write_newfile_b.phpt] 
       
 10154 TEST 5131/11218 [ext/phar/tests/open_for_write_newfile_b_5_2.phpt]
       
 10155 SKIP Phar: fopen a .phar for writing (new file) [ext/phar/tests/open_for_write_newfile_b_5_2.phpt] reason: requires 5.2 or earlier
       
 10156 TEST 5132/11218 [ext/phar/tests/open_for_write_newfile_c.phpt]
       
 10157 PASS Phar: fopen a .phar for writing (new file) [ext/phar/tests/open_for_write_newfile_c.phpt] 
       
 10158 TEST 5133/11218 [ext/phar/tests/open_for_write_newfile_c_5_2.phpt]
       
 10159 SKIP Phar: fopen a .phar for writing (new file) [ext/phar/tests/open_for_write_newfile_c_5_2.phpt] reason: requires 5.2 or earlier
       
 10160 TEST 5134/11218 [ext/phar/tests/opendir.phpt]
       
 10161 PASS Phar: test opendir() interception [ext/phar/tests/opendir.phpt] 
       
 10162 TEST 5135/11218 [ext/phar/tests/opendir_edgecases.phpt]
       
 10163 PASS Phar: test edge cases of opendir() function interception [ext/phar/tests/opendir_edgecases.phpt] 
       
 10164 TEST 5136/11218 [ext/phar/tests/phar_begin_setstub_commit.phpt]
       
 10165 PASS Phar::startBuffering()/setStub()/stopBuffering() [ext/phar/tests/phar_begin_setstub_commit.phpt] 
       
 10166 TEST 5137/11218 [ext/phar/tests/phar_begin_setstub_commitU.phpt]
       
 10167 SKIP Phar::startBuffering()/setStub()/stopBuffering() [ext/phar/tests/phar_begin_setstub_commitU.phpt] reason: Unicode support required
       
 10168 TEST 5138/11218 [ext/phar/tests/phar_buildfromdirectory1.phpt]
       
 10169 PASS Phar::buildFromDirectory() - readonly [ext/phar/tests/phar_buildfromdirectory1.phpt] 
       
 10170 TEST 5139/11218 [ext/phar/tests/phar_buildfromdirectory2-win.phpt]
       
 10171 SKIP Phar::buildFromDirectory() - non-directory passed as first parameter [ext/phar/tests/phar_buildfromdirectory2-win.phpt] reason: Windows only test
       
 10172 TEST 5140/11218 [ext/phar/tests/phar_buildfromdirectory2.phpt]
       
 10173 PASS Phar::buildFromDirectory() - non-directory passed as first parameter [ext/phar/tests/phar_buildfromdirectory2.phpt] 
       
 10174 TEST 5141/11218 [ext/phar/tests/phar_buildfromdirectory3.phpt]
       
 10175 PASS Phar::buildFromDirectory() - object passed as second parameter [ext/phar/tests/phar_buildfromdirectory3.phpt] 
       
 10176 TEST 5142/11218 [ext/phar/tests/phar_buildfromdirectory4.phpt]
       
 10177 PASS Phar::buildFromDirectory(), directory exists [ext/phar/tests/phar_buildfromdirectory4.phpt] 
       
 10178 TEST 5143/11218 [ext/phar/tests/phar_buildfromdirectory5.phpt]
       
 10179 PASS Phar::buildFromDirectory() with matching regex [ext/phar/tests/phar_buildfromdirectory5.phpt] 
       
 10180 TEST 5144/11218 [ext/phar/tests/phar_buildfromdirectory6.phpt]
       
 10181 PASS Phar::buildFromDirectory() with non-matching regex [ext/phar/tests/phar_buildfromdirectory6.phpt] 
       
 10182 TEST 5145/11218 [ext/phar/tests/phar_buildfromiterator1.phpt]
       
 10183 PASS Phar::buildFromIterator() readonly [ext/phar/tests/phar_buildfromiterator1.phpt] 
       
 10184 TEST 5146/11218 [ext/phar/tests/phar_buildfromiterator10.phpt]
       
 10185 PASS Phar::buildFromIterator() RegexIterator(RecursiveIteratorIterator), SplFileInfo as current [ext/phar/tests/phar_buildfromiterator10.phpt] 
       
 10186 TEST 5147/11218 [ext/phar/tests/phar_buildfromiterator2.phpt]
       
 10187 PASS Phar::buildFromIterator() wrong object [ext/phar/tests/phar_buildfromiterator2.phpt] 
       
 10188 TEST 5148/11218 [ext/phar/tests/phar_buildfromiterator3.phpt]
       
 10189 PASS Phar::buildFromIterator() iterator, but object passed [ext/phar/tests/phar_buildfromiterator3.phpt] 
       
 10190 TEST 5149/11218 [ext/phar/tests/phar_buildfromiterator4.phpt]
       
 10191 PASS Phar::buildFromIterator() iterator, 1 file passed in [ext/phar/tests/phar_buildfromiterator4.phpt] 
       
 10192 TEST 5150/11218 [ext/phar/tests/phar_buildfromiterator5.phpt]
       
 10193 PASS Phar::buildFromIterator() iterator, iterator returns non-string [ext/phar/tests/phar_buildfromiterator5.phpt] 
       
 10194 TEST 5151/11218 [ext/phar/tests/phar_buildfromiterator6.phpt]
       
 10195 PASS Phar::buildFromIterator() iterator, key is int [ext/phar/tests/phar_buildfromiterator6.phpt] 
       
 10196 TEST 5152/11218 [ext/phar/tests/phar_buildfromiterator7.phpt]
       
 10197 PASS Phar::buildFromIterator() iterator, file can't be opened [ext/phar/tests/phar_buildfromiterator7.phpt] 
       
 10198 TEST 5153/11218 [ext/phar/tests/phar_buildfromiterator8.phpt]
       
 10199 PASS Phar::buildFromIterator() RegexIterator(DirectoryIterator), SplFileInfo as current [ext/phar/tests/phar_buildfromiterator8.phpt] 
       
 10200 TEST 5154/11218 [ext/phar/tests/phar_buildfromiterator9.phpt]
       
 10201 PASS Phar::buildFromIterator() iterator, 1 file resource passed in [ext/phar/tests/phar_buildfromiterator9.phpt] 
       
 10202 TEST 5155/11218 [ext/phar/tests/phar_bz2.phpt]
       
 10203 FAIL Phar: bzipped phar [ext/phar/tests/phar_bz2.phpt] 
       
 10204 TEST 5156/11218 [ext/phar/tests/phar_commitwrite.phpt]
       
 10205 PASS Phar::setStub()/stopBuffering() [ext/phar/tests/phar_commitwrite.phpt] 
       
 10206 TEST 5157/11218 [ext/phar/tests/phar_construct_invalidurl.phpt]
       
 10207 PASS Phar object passed URL [ext/phar/tests/phar_construct_invalidurl.phpt] 
       
 10208 TEST 5158/11218 [ext/phar/tests/phar_convert_again.phpt]
       
 10209 PASS Phar::conversion to other formats [ext/phar/tests/phar_convert_again.phpt] 
       
 10210 TEST 5159/11218 [ext/phar/tests/phar_convert_repeated.phpt]
       
 10211 PASS Phar::convertToZip|Tar|Phar() repeated (phar_based archives) [ext/phar/tests/phar_convert_repeated.phpt] 
       
 10212 TEST 5160/11218 [ext/phar/tests/phar_convert_repeated_b.phpt]
       
 10213 PASS PharData::convertToZip|Tar|Phar() repeated (phardata_based archives) [ext/phar/tests/phar_convert_repeated_b.phpt] 
       
 10214 TEST 5161/11218 [ext/phar/tests/phar_convert_tar.phpt]
       
 10215 PASS Phar::convertToTar() [ext/phar/tests/phar_convert_tar.phpt] 
       
 10216 TEST 5162/11218 [ext/phar/tests/phar_convert_tar2.phpt]
       
 10217 PASS Phar::convertToTar() gzip compressed [ext/phar/tests/phar_convert_tar2.phpt] 
       
 10218 TEST 5163/11218 [ext/phar/tests/phar_convert_tar3.phpt]
       
 10219 PASS Phar::convertToTar() bz2 compressed [ext/phar/tests/phar_convert_tar3.phpt] 
       
 10220 TEST 5164/11218 [ext/phar/tests/phar_convert_zip.phpt]
       
 10221 PASS Phar::convertToZip() [ext/phar/tests/phar_convert_zip.phpt] 
       
 10222 TEST 5165/11218 [ext/phar/tests/phar_copy.phpt]
       
 10223 PASS Phar: copy() [ext/phar/tests/phar_copy.phpt] 
       
 10224 TEST 5166/11218 [ext/phar/tests/phar_create_in_cwd.phpt]
       
 10225 PASS Phar: attempt to create a Phar with relative path [ext/phar/tests/phar_create_in_cwd.phpt] 
       
 10226 TEST 5167/11218 [ext/phar/tests/phar_createdefaultstub.phpt]
       
 10227 PASS Phar: Phar::createDefaultStub() with and without arg [ext/phar/tests/phar_createdefaultstub.phpt] 
       
 10228 TEST 5168/11218 [ext/phar/tests/phar_ctx_001.phpt]
       
 10229 PASS Phar context [ext/phar/tests/phar_ctx_001.phpt] 
       
 10230 TEST 5169/11218 [ext/phar/tests/phar_decompress.phpt]
       
 10231 PASS Phar::decompress() [ext/phar/tests/phar_decompress.phpt] 
       
 10232 TEST 5170/11218 [ext/phar/tests/phar_dir_iterate.phpt]
       
 10233 PASS Phar object: iterate test with sub-directories and RecursiveIteratorIterator [ext/phar/tests/phar_dir_iterate.phpt] 
       
 10234 TEST 5171/11218 [ext/phar/tests/phar_dotted_path.phpt]
       
 10235 PASS Phar: create new Phar with broken.dirname in path [ext/phar/tests/phar_dotted_path.phpt] 
       
 10236 TEST 5172/11218 [ext/phar/tests/phar_extract.phpt]
       
 10237 PASS Phar: Phar::extractTo() [ext/phar/tests/phar_extract.phpt] 
       
 10238 TEST 5173/11218 [ext/phar/tests/phar_extract2.phpt]
       
 10239 PASS Phar: Phar::extractTo() - .phar safety [ext/phar/tests/phar_extract2.phpt] 
       
 10240 TEST 5174/11218 [ext/phar/tests/phar_extract3.phpt]
       
 10241 PASS Phar: Phar::extractTo() - check that phar exists [ext/phar/tests/phar_extract3.phpt] 
       
 10242 TEST 5175/11218 [ext/phar/tests/phar_get_supported_signatures_001.phpt]
       
 10243 SKIP Phar::getSupportedSignatures() [ext/phar/tests/phar_get_supported_signatures_001.phpt] reason: extension hash conflicts
       
 10244 TEST 5176/11218 [ext/phar/tests/phar_get_supported_signatures_001a.phpt]
       
 10245 SKIP Phar::getSupportedSignatures() [ext/phar/tests/phar_get_supported_signatures_001a.phpt] reason: extension hash conflicts
       
 10246 TEST 5177/11218 [ext/phar/tests/phar_get_supported_signatures_002.phpt]
       
 10247 SKIP Phar::getSupportedSignatures() [ext/phar/tests/phar_get_supported_signatures_002.phpt] reason: openssl support enabled
       
 10248 TEST 5178/11218 [ext/phar/tests/phar_get_supported_signatures_002a.phpt]
       
 10249 PASS Phar::getSupportedSignatures() [ext/phar/tests/phar_get_supported_signatures_002a.phpt] 
       
 10250 TEST 5179/11218 [ext/phar/tests/phar_get_supportedcomp1.phpt]
       
 10251 PASS Phar::getSupportedCompression() (bz2 and zlib) [ext/phar/tests/phar_get_supportedcomp1.phpt] 
       
 10252 TEST 5180/11218 [ext/phar/tests/phar_get_supportedcomp2.phpt]
       
 10253 SKIP Phar::getSupportedCompression() (bz2 only) [ext/phar/tests/phar_get_supportedcomp2.phpt] reason: zlib is available
       
 10254 TEST 5181/11218 [ext/phar/tests/phar_get_supportedcomp3.phpt]
       
 10255 SKIP Phar::getSupportedCompression() (zlib only) [ext/phar/tests/phar_get_supportedcomp3.phpt] reason: bz2 is available
       
 10256 TEST 5182/11218 [ext/phar/tests/phar_get_supportedcomp4.phpt]
       
 10257 SKIP Phar::getSupportedCompression() (none) [ext/phar/tests/phar_get_supportedcomp4.phpt] reason: bz2 is available
       
 10258 TEST 5183/11218 [ext/phar/tests/phar_gobyebye-win32.phpt]
       
 10259 SKIP Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArchive()d [ext/phar/tests/phar_gobyebye-win32.phpt] reason: Extra warning on Windows.
       
 10260 TEST 5184/11218 [ext/phar/tests/phar_gobyebye.phpt]
       
 10261 PASS Phar: test edge cases of intercepted functions when the underlying phar archive has been unlinkArchive()d [ext/phar/tests/phar_gobyebye.phpt] 
       
 10262 TEST 5185/11218 [ext/phar/tests/phar_gzip.phpt]
       
 10263 PASS Phar: gzipped phar [ext/phar/tests/phar_gzip.phpt] 
       
 10264 TEST 5186/11218 [ext/phar/tests/phar_gzipU.phpt]
       
 10265 SKIP Phar: gzipped phar [ext/phar/tests/phar_gzipU.phpt] reason: Unicode support required
       
 10266 TEST 5187/11218 [ext/phar/tests/phar_isvalidpharfilename.phpt]
       
 10267 PASS Phar: Phar::isValidPharFilename() [ext/phar/tests/phar_isvalidpharfilename.phpt] 
       
 10268 TEST 5188/11218 [ext/phar/tests/phar_magic.phpt]
       
 10269 PASS Phar: include/fopen magic [ext/phar/tests/phar_magic.phpt] 
       
 10270 TEST 5189/11218 [ext/phar/tests/phar_metadata_read.phpt]
       
 10271 PASS Phar with metadata (read) [ext/phar/tests/phar_metadata_read.phpt] 
       
 10272 TEST 5190/11218 [ext/phar/tests/phar_metadata_readU.phpt]
       
 10273 SKIP Phar with metadata (read) [ext/phar/tests/phar_metadata_readU.phpt] reason: Unicode support required
       
 10274 TEST 5191/11218 [ext/phar/tests/phar_metadata_write.phpt]
       
 10275 PASS Phar with metadata (write) [ext/phar/tests/phar_metadata_write.phpt] 
       
 10276 TEST 5192/11218 [ext/phar/tests/phar_metadata_writeU.phpt]
       
 10277 SKIP Phar with metadata (write) [ext/phar/tests/phar_metadata_writeU.phpt] reason: Unicode support required
       
 10278 TEST 5193/11218 [ext/phar/tests/phar_mount.phpt]
       
 10279 PASS Phar: Phar::mount [ext/phar/tests/phar_mount.phpt] 
       
 10280 TEST 5194/11218 [ext/phar/tests/phar_offset_check.phpt]
       
 10281 PASS Phar: disallow stub and alias setting via offset*() methods [ext/phar/tests/phar_offset_check.phpt] 
       
 10282 TEST 5195/11218 [ext/phar/tests/phar_offset_get_error.phpt]
       
 10283 PASS Phar: ignore filenames starting with / on offsetSet [ext/phar/tests/phar_offset_get_error.phpt] 
       
 10284 TEST 5196/11218 [ext/phar/tests/phar_oo_001.phpt]
       
 10285 PASS Phar object: basics [ext/phar/tests/phar_oo_001.phpt] 
       
 10286 TEST 5197/11218 [ext/phar/tests/phar_oo_001U.phpt]
       
 10287 SKIP Phar object: basics [ext/phar/tests/phar_oo_001U.phpt] reason: Unicode support required
       
 10288 TEST 5198/11218 [ext/phar/tests/phar_oo_002.phpt]
       
 10289 PASS Phar object: iterator & entries [ext/phar/tests/phar_oo_002.phpt] 
       
 10290 TEST 5199/11218 [ext/phar/tests/phar_oo_002U.phpt]
       
 10291 SKIP Phar object: iterator & entries [ext/phar/tests/phar_oo_002U.phpt] reason: requires Unicode support
       
 10292 TEST 5200/11218 [ext/phar/tests/phar_oo_003.phpt]
       
 10293 PASS Phar object: entry & openFile() [ext/phar/tests/phar_oo_003.phpt] 
       
 10294 TEST 5201/11218 [ext/phar/tests/phar_oo_004.phpt]
       
 10295 PASS Phar and DirectoryIterator [ext/phar/tests/phar_oo_004.phpt] 
       
 10296 TEST 5202/11218 [ext/phar/tests/phar_oo_004U.phpt]
       
 10297 SKIP Phar and DirectoryIterator [ext/phar/tests/phar_oo_004U.phpt] reason: requires Unicode support
       
 10298 TEST 5203/11218 [ext/phar/tests/phar_oo_005.phpt]
       
 10299 PASS Phar and RecursiveDirectoryIterator [ext/phar/tests/phar_oo_005.phpt] 
       
 10300 TEST 5204/11218 [ext/phar/tests/phar_oo_005U.phpt]
       
 10301 SKIP Phar and RecursiveDirectoryIterator [ext/phar/tests/phar_oo_005U.phpt] reason: requires Unicode support
       
 10302 TEST 5205/11218 [ext/phar/tests/phar_oo_005_5.2.phpt]
       
 10303 SKIP Phar and RecursiveDirectoryIterator [ext/phar/tests/phar_oo_005_5.2.phpt] reason: requires 5.2 or earlier
       
 10304 TEST 5206/11218 [ext/phar/tests/phar_oo_006.phpt]
       
 10305 PASS Phar object: array access [ext/phar/tests/phar_oo_006.phpt] 
       
 10306 TEST 5207/11218 [ext/phar/tests/phar_oo_007.phpt]
       
 10307 PASS Phar object: access through SplFileObject [ext/phar/tests/phar_oo_007.phpt] 
       
 10308 TEST 5208/11218 [ext/phar/tests/phar_oo_008.phpt]
       
 10309 PASS Phar object: iterating via SplFileObject [ext/phar/tests/phar_oo_008.phpt] 
       
 10310 TEST 5209/11218 [ext/phar/tests/phar_oo_009.phpt]
       
 10311 PASS Phar object: iterating via SplFileObject and reading csv [ext/phar/tests/phar_oo_009.phpt] 
       
 10312 TEST 5210/11218 [ext/phar/tests/phar_oo_010.phpt]
       
 10313 PASS Phar object: ArrayAccess and isset [ext/phar/tests/phar_oo_010.phpt] 
       
 10314 TEST 5211/11218 [ext/phar/tests/phar_oo_011.phpt]
       
 10315 PASS Phar object: add file [ext/phar/tests/phar_oo_011.phpt] 
       
 10316 TEST 5212/11218 [ext/phar/tests/phar_oo_011b.phpt]
       
 10317 PASS Phar object: add file [ext/phar/tests/phar_oo_011b.phpt] 
       
 10318 TEST 5213/11218 [ext/phar/tests/phar_oo_012.phpt]
       
 10319 PASS Phar object: unset file [ext/phar/tests/phar_oo_012.phpt] 
       
 10320 TEST 5214/11218 [ext/phar/tests/phar_oo_012_confirm.phpt]
       
 10321 PASS Phar object: unset file (confirm disk file is changed) [ext/phar/tests/phar_oo_012_confirm.phpt] 
       
 10322 TEST 5215/11218 [ext/phar/tests/phar_oo_012b.phpt]
       
 10323 PASS Phar object: unset file [ext/phar/tests/phar_oo_012b.phpt] 
       
 10324 TEST 5216/11218 [ext/phar/tests/phar_oo_compressallbz2.phpt]
       
 10325 PASS Phar::compressFiles(Phar::BZ2) [ext/phar/tests/phar_oo_compressallbz2.phpt] 
       
 10326 TEST 5217/11218 [ext/phar/tests/phar_oo_compressallgz.phpt]
       
 10327 PASS Phar::compressFiles(Phar::GZ) [ext/phar/tests/phar_oo_compressallgz.phpt] 
       
 10328 TEST 5218/11218 [ext/phar/tests/phar_oo_compressed_001.phpt]
       
 10329 PASS Phar: PharFileInfo::compress(Phar::GZ) [ext/phar/tests/phar_oo_compressed_001.phpt] 
       
 10330 TEST 5219/11218 [ext/phar/tests/phar_oo_compressed_001b.phpt]
       
 10331 PASS Phar: PharFileInfo::compress(Phar::BZ2) [ext/phar/tests/phar_oo_compressed_001b.phpt] 
       
 10332 TEST 5220/11218 [ext/phar/tests/phar_oo_compressed_002.phpt]
       
 10333 PASS Phar: context/compress=GZ [ext/phar/tests/phar_oo_compressed_002.phpt] 
       
 10334 TEST 5221/11218 [ext/phar/tests/phar_oo_compressed_002b.phpt]
       
 10335 PASS Phar: context/compress=BZip2 [ext/phar/tests/phar_oo_compressed_002b.phpt] 
       
 10336 TEST 5222/11218 [ext/phar/tests/phar_oo_getcontents.phpt]
       
 10337 PASS Phar object: getContent() [ext/phar/tests/phar_oo_getcontents.phpt] 
       
 10338 TEST 5223/11218 [ext/phar/tests/phar_oo_getcontentsgz.phpt]
       
 10339 PASS Phar object: getContent() (verify it works with compression) [ext/phar/tests/phar_oo_getcontentsgz.phpt] 
       
 10340 TEST 5224/11218 [ext/phar/tests/phar_oo_getmodified.phpt]
       
 10341 PASS Phar::getModified() [ext/phar/tests/phar_oo_getmodified.phpt] 
       
 10342 TEST 5225/11218 [ext/phar/tests/phar_oo_iswriteable.phpt]
       
 10343 PASS Phar::isWriteable [ext/phar/tests/phar_oo_iswriteable.phpt] 
       
 10344 TEST 5226/11218 [ext/phar/tests/phar_oo_nosig.phpt]
       
 10345 PASS Phar::getSignature() no signature [ext/phar/tests/phar_oo_nosig.phpt] 
       
 10346 TEST 5227/11218 [ext/phar/tests/phar_oo_uncompressall.phpt]
       
 10347 PASS Phar::decompressFiles() [ext/phar/tests/phar_oo_uncompressall.phpt] 
       
 10348 TEST 5228/11218 [ext/phar/tests/phar_running.phpt]
       
 10349 PASS Phar: Phar::running() [ext/phar/tests/phar_running.phpt] 
       
 10350 TEST 5229/11218 [ext/phar/tests/phar_setalias.phpt]
       
 10351 PASS Phar::setAlias() [ext/phar/tests/phar_setalias.phpt] 
       
 10352 TEST 5230/11218 [ext/phar/tests/phar_setalias2.phpt]
       
 10353 PASS Phar::setAlias() error [ext/phar/tests/phar_setalias2.phpt] 
       
 10354 TEST 5231/11218 [ext/phar/tests/phar_setdefaultstub.phpt]
       
 10355 PASS Phar: Phar::setDefaultStub() with and without arg [ext/phar/tests/phar_setdefaultstub.phpt] 
       
 10356 TEST 5232/11218 [ext/phar/tests/phar_setsignaturealgo1.phpt]
       
 10357 SKIP Phar::setSignatureAlgorithm() [ext/phar/tests/phar_setsignaturealgo1.phpt] reason: extension hash conflicts
       
 10358 TEST 5233/11218 [ext/phar/tests/phar_setsignaturealgo2.phpt]
       
 10359 PASS Phar::setSupportedSignatures() with hash [ext/phar/tests/phar_setsignaturealgo2.phpt] 
       
 10360 TEST 5234/11218 [ext/phar/tests/phar_stub.phpt]
       
 10361 PASS Phar::setStub() [ext/phar/tests/phar_stub.phpt] 
       
 10362 TEST 5235/11218 [ext/phar/tests/phar_stub_error.phpt]
       
 10363 PASS Phar::setStub()/getStub() [ext/phar/tests/phar_stub_error.phpt] 
       
 10364 TEST 5236/11218 [ext/phar/tests/phar_stub_write.phpt]
       
 10365 PASS Phar::setStub()/getStub() [ext/phar/tests/phar_stub_write.phpt] 
       
 10366 TEST 5237/11218 [ext/phar/tests/phar_stub_write_file.phpt]
       
 10367 PASS Phar::setStub()/getStub() from file [ext/phar/tests/phar_stub_write_file.phpt] 
       
 10368 TEST 5238/11218 [ext/phar/tests/phar_unlinkarchive.phpt]
       
 10369 PASS Phar::unlinkArchive() [ext/phar/tests/phar_unlinkarchive.phpt] 
       
 10370 TEST 5239/11218 [ext/phar/tests/pharfileinfo_chmod.phpt]
       
 10371 PASS Phar: PharFileInfo::chmod extra code coverage [ext/phar/tests/pharfileinfo_chmod.phpt] 
       
 10372 TEST 5240/11218 [ext/phar/tests/pharfileinfo_compression.phpt]
       
 10373 PASS Phar: PharFileInfo compression-related methods [ext/phar/tests/pharfileinfo_compression.phpt] 
       
 10374 TEST 5241/11218 [ext/phar/tests/pharfileinfo_construct.phpt]
       
 10375 PASS Phar: PharFileInfo::__construct [ext/phar/tests/pharfileinfo_construct.phpt] 
       
 10376 TEST 5242/11218 [ext/phar/tests/pharfileinfo_destruct.phpt]
       
 10377 PASS Phar: PharFileInfo::__destruct [ext/phar/tests/pharfileinfo_destruct.phpt] 
       
 10378 TEST 5243/11218 [ext/phar/tests/pharfileinfo_getcrc32.phpt]
       
 10379 PASS Phar: PharFileInfo::getCRC32 [ext/phar/tests/pharfileinfo_getcrc32.phpt] 
       
 10380 TEST 5244/11218 [ext/phar/tests/pharfileinfo_setmetadata.phpt]
       
 10381 PASS Phar: PharFileInfo::setMetadata/delMetadata extra code coverage [ext/phar/tests/pharfileinfo_setmetadata.phpt] 
       
 10382 TEST 5245/11218 [ext/phar/tests/phpinfo_001.phpt]
       
 10383 SKIP Phar: phpinfo display 1 [ext/phar/tests/phpinfo_001.phpt] reason: openssl support enabled
       
 10384 TEST 5246/11218 [ext/phar/tests/phpinfo_002.phpt]
       
 10385 SKIP Phar: phpinfo display 2 [ext/phar/tests/phpinfo_002.phpt] reason: openssl support enabled
       
 10386 TEST 5247/11218 [ext/phar/tests/phpinfo_003.phpt]
       
 10387 SKIP Phar: phpinfo display 3 [ext/phar/tests/phpinfo_003.phpt] reason: zlib loaded
       
 10388 SKIP Phar: phpinfo display 4 [ext/phar/tests/phpinfo_004.phpt] reason: CGI not available
       
 10389 TEST 5249/11218 [ext/phar/tests/readfile.phpt]
       
 10390 PASS Phar: test readfile() interception [ext/phar/tests/readfile.phpt] 
       
 10391 TEST 5250/11218 [ext/phar/tests/readfile_edgecases.phpt]
       
 10392 PASS Phar: test edge cases of readfile() function interception [ext/phar/tests/readfile_edgecases.phpt] 
       
 10393 TEST 5251/11218 [ext/phar/tests/readfile_edgecasesU.phpt]
       
 10394 SKIP Phar: test edge cases of readfile() function interception [ext/phar/tests/readfile_edgecasesU.phpt] reason: requires php 6.0 or newer
       
 10395 TEST 5252/11218 [ext/phar/tests/refcount1.phpt]
       
 10396 PASS Phar: test that refcounting avoids problems with deleting a file [ext/phar/tests/refcount1.phpt] 
       
 10397 TEST 5253/11218 [ext/phar/tests/refcount1_5_2.phpt]
       
 10398 SKIP Phar: test that refcounting avoids problems with deleting a file [ext/phar/tests/refcount1_5_2.phpt] reason: requires 5.2 or earlier
       
 10399 TEST 5254/11218 [ext/phar/tests/rename.phpt]
       
 10400 PASS Phar: rename test [ext/phar/tests/rename.phpt] 
       
 10401 TEST 5255/11218 [ext/phar/tests/rename_dir.phpt]
       
 10402 PASS Phar: rename_dir test [ext/phar/tests/rename_dir.phpt] 
       
 10403 TEST 5256/11218 [ext/phar/tests/rename_dir_and_mount.phpt]
       
 10404 PASS Phar: rename_dir and mount test [ext/phar/tests/rename_dir_and_mount.phpt] 
       
 10405 TEST 5257/11218 [ext/phar/tests/rmdir.phpt]
       
 10406 PASS Phar: rmdir test [ext/phar/tests/rmdir.phpt] 
       
 10407 TEST 5258/11218 [ext/phar/tests/security.phpt]
       
 10408 PASS Phar: test to ensure phar.readonly cannot be circumvented [ext/phar/tests/security.phpt] 
       
 10409 TEST 5259/11218 [ext/phar/tests/stat.phpt]
       
 10410 PASS Phar: test stat function interceptions [ext/phar/tests/stat.phpt] 
       
 10411 TEST 5260/11218 [ext/phar/tests/stat2.phpt]
       
 10412 SKIP Phar: test stat function interceptions and is_file/is_link edge cases (PHP 5.2) [ext/phar/tests/stat2.phpt] reason: PHP 5.2 required for this test
       
 10413 TEST 5261/11218 [ext/phar/tests/stat2_5.3.phpt]
       
 10414 PASS Phar: test stat function interceptions and is_file/is_link edge cases (PHP 5.3+) [ext/phar/tests/stat2_5.3.phpt] 
       
 10415 TEST 5262/11218 [ext/phar/tests/tar/033.phpt]
       
 10416 PASS Phar::chmod tar-based [ext/phar/tests/tar/033.phpt] 
       
 10417 TEST 5263/11218 [ext/phar/tests/tar/033a.phpt]
       
 10418 PASS Phar::chmod tar-based [ext/phar/tests/tar/033a.phpt] 
       
 10419 TEST 5264/11218 [ext/phar/tests/tar/alias_acrobatics.phpt]
       
 10420 PASS Phar: alias edge cases [ext/phar/tests/tar/alias_acrobatics.phpt] 
       
 10421 TEST 5265/11218 [ext/phar/tests/tar/all.phpt]
       
 10422 PASS Phar: test that creation of tar-based phar generates valid tar with all bells/whistles [ext/phar/tests/tar/all.phpt] 
       
 10423 TEST 5266/11218 [ext/phar/tests/tar/allU.phpt]
       
 10424 SKIP Phar: test that creation of tar-based phar generates valid tar with all bells/whistles [ext/phar/tests/tar/allU.phpt] reason: Unicode support required
       
 10425 TEST 5267/11218 [ext/phar/tests/tar/badalias.phpt]
       
 10426 PASS Phar: invalid aliases [ext/phar/tests/tar/badalias.phpt] 
       
 10427 TEST 5268/11218 [ext/phar/tests/tar/badchecksum.phpt]
       
 10428 PASS Phar: tar with bad checksum [ext/phar/tests/tar/badchecksum.phpt] 
       
 10429 TEST 5269/11218 [ext/phar/tests/tar/bignames.phpt]
       
 10430 PASS Phar: tar with huge filenames [ext/phar/tests/tar/bignames.phpt] 
       
 10431 TEST 5270/11218 [ext/phar/tests/tar/bignames_overflow.phpt]
       
 10432 PASS Phar: tar with huge filenames, buffer overflow [ext/phar/tests/tar/bignames_overflow.phpt] 
       
 10433 TEST 5271/11218 [ext/phar/tests/tar/bug49910.phpt]
       
 10434 PASS Bug #49910: no support for ././@LongLink for long filenames in phar tar support [ext/phar/tests/tar/bug49910.phpt] 
       
 10435 TEST 5272/11218 [ext/phar/tests/tar/create_new_and_modify.phpt]
       
 10436 PASS Phar: create and modify tar-based phar [ext/phar/tests/tar/create_new_and_modify.phpt] 
       
 10437 TEST 5273/11218 [ext/phar/tests/tar/create_new_phar_b.phpt]
       
 10438 PASS Phar: create a completely new tar-based phar [ext/phar/tests/tar/create_new_phar_b.phpt] 
       
 10439 TEST 5274/11218 [ext/phar/tests/tar/delete.phpt]
       
 10440 PASS Phar: delete test, tar-based phar [ext/phar/tests/tar/delete.phpt] 
       
 10441 TEST 5275/11218 [ext/phar/tests/tar/delete_in_phar.phpt]
       
 10442 PASS Phar: delete a file within a tar-based .phar [ext/phar/tests/tar/delete_in_phar.phpt] 
       
 10443 TEST 5276/11218 [ext/phar/tests/tar/delete_in_phar_b.phpt]
       
 10444 PASS Phar: delete a file within a tar-based .phar [ext/phar/tests/tar/delete_in_phar_b.phpt] 
       
 10445 TEST 5277/11218 [ext/phar/tests/tar/delete_in_phar_confirm.phpt]
       
 10446 PASS Phar: delete a file within a tar-based .phar (confirm disk file is changed) [ext/phar/tests/tar/delete_in_phar_confirm.phpt] 
       
 10447 TEST 5278/11218 [ext/phar/tests/tar/dir.phpt]
       
 10448 PASS Phar: mkdir/rmdir test tar-based [ext/phar/tests/tar/dir.phpt] 
       
 10449 TEST 5279/11218 [ext/phar/tests/tar/exists_as_phar.phpt]
       
 10450 PASS Phar: phar-based phar named with ".tar" fails [ext/phar/tests/tar/exists_as_phar.phpt] 
       
 10451 SKIP Phar front controller other tar-based [ext/phar/tests/tar/frontcontroller1.phar.phpt] reason: CGI not available
       
 10452 SKIP Phar front controller rewrite array invalid tar-based [ext/phar/tests/tar/frontcontroller10.phar.phpt] reason: CGI not available
       
 10453 SKIP Phar front controller mime type extension is not a string tar-based [ext/phar/tests/tar/frontcontroller11.phar.phpt] reason: CGI not available
       
 10454 SKIP Phar front controller mime type unknown int tar-based [ext/phar/tests/tar/frontcontroller12.phar.phpt] reason: CGI not available
       
 10455 SKIP Phar front controller mime type not string/int tar-based [ext/phar/tests/tar/frontcontroller13.phar.phpt] reason: CGI not available
       
 10456 SKIP Phar front controller mime type override, other tar-based [ext/phar/tests/tar/frontcontroller14.phar.phpt] reason: CGI not available
       
 10457 SKIP Phar front controller mime type override, Phar::PHPS tar-based [ext/phar/tests/tar/frontcontroller15.phar.phpt] reason: CGI not available
       
 10458 SKIP Phar front controller mime type override, Phar::PHP tar-based [ext/phar/tests/tar/frontcontroller16.phar.phpt] reason: CGI not available
       
 10459 SKIP Phar front controller mime type unknown tar-based [ext/phar/tests/tar/frontcontroller17.phar.phpt] reason: CGI not available
       
 10460 TEST 5289/11218 [ext/phar/tests/tar/frontcontroller18.phar.phpt]
       
 10461 PASS Phar front controller $_SERVER munging failure tar-based [ext/phar/tests/tar/frontcontroller18.phar.phpt] 
       
 10462 TEST 5290/11218 [ext/phar/tests/tar/frontcontroller19.phar.phpt]
       
 10463 PASS Phar front controller $_SERVER munging failure 2 tar-based [ext/phar/tests/tar/frontcontroller19.phar.phpt] 
       
 10464 SKIP Phar front controller PHP test tar-based [ext/phar/tests/tar/frontcontroller2.phar.phpt] reason: CGI not available
       
 10465 TEST 5292/11218 [ext/phar/tests/tar/frontcontroller20.phar.phpt]
       
 10466 PASS Phar front controller $_SERVER munging failure 3 tar-based [ext/phar/tests/tar/frontcontroller20.phar.phpt] 
       
 10467 SKIP Phar front controller $_SERVER munging success tar-based [ext/phar/tests/tar/frontcontroller21.phar.phpt] reason: CGI not available
       
 10468 SKIP Phar front controller phps tar-based [ext/phar/tests/tar/frontcontroller3.phar.phpt] reason: CGI not available
       
 10469 SKIP Phar front controller index.php relocate (no /) tar-based [ext/phar/tests/tar/frontcontroller4.phar.phpt] reason: CGI not available
       
 10470 SKIP Phar front controller index.php relocate tar-based [ext/phar/tests/tar/frontcontroller5.phar.phpt] reason: CGI not available
       
 10471 SKIP Phar front controller 404 tar-based [ext/phar/tests/tar/frontcontroller6.phar.phpt] reason: CGI not available
       
 10472 SKIP Phar front controller alternate index file tar-based [ext/phar/tests/tar/frontcontroller7.phar.phpt] reason: CGI not available
       
 10473 SKIP Phar front controller no index file 404 tar-based [ext/phar/tests/tar/frontcontroller8.phar.phpt] reason: CGI not available
       
 10474 SKIP Phar front controller rewrite array tar-based [ext/phar/tests/tar/frontcontroller9.phar.phpt] reason: CGI not available
       
 10475 TEST 5301/11218 [ext/phar/tests/tar/links.phpt]
       
 10476 PASS Phar: tar with hard link and symbolic link [ext/phar/tests/tar/links.phpt] 
       
 10477 TEST 5302/11218 [ext/phar/tests/tar/links2.phpt]
       
 10478 PASS Phar: tar with hard link to nowhere [ext/phar/tests/tar/links2.phpt] 
       
 10479 TEST 5303/11218 [ext/phar/tests/tar/links3.phpt]
       
 10480 PASS Phar: tar with link to absolute path [ext/phar/tests/tar/links3.phpt] 
       
 10481 TEST 5304/11218 [ext/phar/tests/tar/links4.phpt]
       
 10482 PASS Phar: tar with link to root directory file from root directory file [ext/phar/tests/tar/links4.phpt] 
       
 10483 TEST 5305/11218 [ext/phar/tests/tar/links5.phpt]
       
 10484 PASS Phar: tar with relative link to subdirectory file from subdirectory file [ext/phar/tests/tar/links5.phpt] 
       
 10485 TEST 5306/11218 [ext/phar/tests/tar/links6.phpt]
       
 10486 PASS Phar: test nested linked files [ext/phar/tests/tar/links6.phpt] 
       
 10487 TEST 5307/11218 [ext/phar/tests/tar/open_for_write_existing.phpt]
       
 10488 PASS Phar: fopen a .phar for writing (existing file) tar-based [ext/phar/tests/tar/open_for_write_existing.phpt] 
       
 10489 TEST 5308/11218 [ext/phar/tests/tar/open_for_write_existing_b.phpt]
       
 10490 PASS Phar: fopen a .phar for writing (existing file) tar-based [ext/phar/tests/tar/open_for_write_existing_b.phpt] 
       
 10491 TEST 5309/11218 [ext/phar/tests/tar/open_for_write_existing_b_5_2.phpt]
       
 10492 SKIP Phar: fopen a .phar for writing (existing file) tar-based [ext/phar/tests/tar/open_for_write_existing_b_5_2.phpt] reason: requires 5.2 or earlier
       
 10493 TEST 5310/11218 [ext/phar/tests/tar/open_for_write_existing_c.phpt]
       
 10494 PASS Phar: fopen a .phar for writing (existing file) tar-based [ext/phar/tests/tar/open_for_write_existing_c.phpt] 
       
 10495 TEST 5311/11218 [ext/phar/tests/tar/open_for_write_existing_c_5_2.phpt]
       
 10496 SKIP Phar: fopen a .phar for writing (existing file) tar-based [ext/phar/tests/tar/open_for_write_existing_c_5_2.phpt] reason: requires 5.2 or earlier
       
 10497 TEST 5312/11218 [ext/phar/tests/tar/open_for_write_newfile.phpt]
       
 10498 PASS Phar: fopen a .phar for writing (new file) tar-based [ext/phar/tests/tar/open_for_write_newfile.phpt] 
       
 10499 TEST 5313/11218 [ext/phar/tests/tar/open_for_write_newfile_b.phpt]
       
 10500 PASS Phar: fopen a .phar for writing (new file) tar-based [ext/phar/tests/tar/open_for_write_newfile_b.phpt] 
       
 10501 TEST 5314/11218 [ext/phar/tests/tar/open_for_write_newfile_b_5_2.phpt]
       
 10502 SKIP Phar: fopen a .phar for writing (new file) tar-based [ext/phar/tests/tar/open_for_write_newfile_b_5_2.phpt] reason: requires 5.2 or earlier
       
 10503 TEST 5315/11218 [ext/phar/tests/tar/open_for_write_newfile_c.phpt]
       
 10504 PASS Phar: fopen a .phar for writing (new file) tar-based [ext/phar/tests/tar/open_for_write_newfile_c.phpt] 
       
 10505 TEST 5316/11218 [ext/phar/tests/tar/open_for_write_newfile_c_5_2.phpt]
       
 10506 SKIP Phar: fopen a .phar for writing (new file) tar-based [ext/phar/tests/tar/open_for_write_newfile_c_5_2.phpt] reason: requires 5.2 or earlier
       
 10507 TEST 5317/11218 [ext/phar/tests/tar/phar_begin_setstub_commit.phpt]
       
 10508 PASS Phar::startBuffering()/setStub()/stopBuffering() tar-based [ext/phar/tests/tar/phar_begin_setstub_commit.phpt] 
       
 10509 TEST 5318/11218 [ext/phar/tests/tar/phar_begin_setstub_commitU.phpt]
       
 10510 SKIP Phar::startBuffering()/setStub()/stopBuffering() tar-based [ext/phar/tests/tar/phar_begin_setstub_commitU.phpt] reason: Unicode support required
       
 10511 TEST 5319/11218 [ext/phar/tests/tar/phar_buildfromiterator4.phpt]
       
 10512 PASS Phar::buildFromIterator() iterator, 1 file passed in tar-based [ext/phar/tests/tar/phar_buildfromiterator4.phpt] 
       
 10513 TEST 5320/11218 [ext/phar/tests/tar/phar_buildfromiterator5.phpt]
       
 10514 PASS Phar::buildFromIterator() iterator, iterator returns non-string tar-based [ext/phar/tests/tar/phar_buildfromiterator5.phpt] 
       
 10515 TEST 5321/11218 [ext/phar/tests/tar/phar_buildfromiterator6.phpt]
       
 10516 PASS Phar::buildFromIterator() iterator, key is int tar-based [ext/phar/tests/tar/phar_buildfromiterator6.phpt] 
       
 10517 TEST 5322/11218 [ext/phar/tests/tar/phar_buildfromiterator7.phpt]
       
 10518 PASS Phar::buildFromIterator() iterator, file can't be opened tar-based [ext/phar/tests/tar/phar_buildfromiterator7.phpt] 
       
 10519 TEST 5323/11218 [ext/phar/tests/tar/phar_buildfromiterator8.phpt]
       
 10520 PASS Phar::buildFromIterator() iterator, SplFileInfo as current tar-based [ext/phar/tests/tar/phar_buildfromiterator8.phpt] 
       
 10521 TEST 5324/11218 [ext/phar/tests/tar/phar_buildfromiterator9.phpt]
       
 10522 PASS Phar::buildFromIterator() iterator, 1 file resource passed in tar-based [ext/phar/tests/tar/phar_buildfromiterator9.phpt] 
       
 10523 TEST 5325/11218 [ext/phar/tests/tar/phar_commitwrite.phpt]
       
 10524 PASS Phar::setStub()/stopBuffering() tar-based [ext/phar/tests/tar/phar_commitwrite.phpt] 
       
 10525 TEST 5326/11218 [ext/phar/tests/tar/phar_convert_phar.phpt]
       
 10526 PASS Phar::convertToPhar() from tar [ext/phar/tests/tar/phar_convert_phar.phpt] 
       
 10527 TEST 5327/11218 [ext/phar/tests/tar/phar_convert_phar2.phpt]
       
 10528 PASS Phar::convertToPhar() gzipped [ext/phar/tests/tar/phar_convert_phar2.phpt] 
       
 10529 TEST 5328/11218 [ext/phar/tests/tar/phar_convert_phar3.phpt]
       
 10530 PASS Phar::convertToPhar() bzipped [ext/phar/tests/tar/phar_convert_phar3.phpt] 
       
 10531 TEST 5329/11218 [ext/phar/tests/tar/phar_convert_phar4.phpt]
       
 10532 PASS Phar::convertToPhar() with global metadata [ext/phar/tests/tar/phar_convert_phar4.phpt] 
       
 10533 TEST 5330/11218 [ext/phar/tests/tar/phar_copy.phpt]
       
 10534 PASS Phar: copy() tar-based [ext/phar/tests/tar/phar_copy.phpt] 
       
 10535 TEST 5331/11218 [ext/phar/tests/tar/phar_magic.phpt]
       
 10536 PASS Phar: include/fopen magic tar-based [ext/phar/tests/tar/phar_magic.phpt] 
       
 10537 TEST 5332/11218 [ext/phar/tests/tar/phar_setalias.phpt]
       
 10538 PASS Phar::setAlias() tar-based [ext/phar/tests/tar/phar_setalias.phpt] 
       
 10539 TEST 5333/11218 [ext/phar/tests/tar/phar_setalias2.phpt]
       
 10540 PASS Phar::setAlias() error tar-based [ext/phar/tests/tar/phar_setalias2.phpt] 
       
 10541 TEST 5334/11218 [ext/phar/tests/tar/phar_setdefaultstub.phpt]
       
 10542 PASS Phar: Phar::setDefaultStub() with and without arg, tar-based phar [ext/phar/tests/tar/phar_setdefaultstub.phpt] 
       
 10543 TEST 5335/11218 [ext/phar/tests/tar/phar_setsignaturealgo2.phpt]
       
 10544 PASS Phar::setSupportedSignatures() with hash, tar-based [ext/phar/tests/tar/phar_setsignaturealgo2.phpt] 
       
 10545 TEST 5336/11218 [ext/phar/tests/tar/phar_stub.phpt]
       
 10546 PASS Phar::setStub() (tar-based) [ext/phar/tests/tar/phar_stub.phpt] 
       
 10547 TEST 5337/11218 [ext/phar/tests/tar/phar_stub_error.phpt]
       
 10548 PASS Phar::setStub()/getStub() tar-based [ext/phar/tests/tar/phar_stub_error.phpt] 
       
 10549 TEST 5338/11218 [ext/phar/tests/tar/refcount1.phpt]
       
 10550 PASS Phar: test that refcounting avoids problems with deleting a file tar-based [ext/phar/tests/tar/refcount1.phpt] 
       
 10551 TEST 5339/11218 [ext/phar/tests/tar/refcount1_5_2.phpt]
       
 10552 SKIP Phar: test that refcounting avoids problems with deleting a file tar-based [ext/phar/tests/tar/refcount1_5_2.phpt] reason: requires 5.2 or earlier
       
 10553 TEST 5340/11218 [ext/phar/tests/tar/rename.phpt]
       
 10554 PASS Phar: rename test tar-based [ext/phar/tests/tar/rename.phpt] 
       
 10555 TEST 5341/11218 [ext/phar/tests/tar/rename_dir.phpt]
       
 10556 PASS Phar: rename_dir test tar-based [ext/phar/tests/tar/rename_dir.phpt] 
       
 10557 TEST 5342/11218 [ext/phar/tests/tar/require_hash.phpt]
       
 10558 PASS Phar: tar-based phar, require_hash=1, no signature [ext/phar/tests/tar/require_hash.phpt] 
       
 10559 TEST 5343/11218 [ext/phar/tests/tar/rmdir.phpt]
       
 10560 PASS Phar: rmdir test tar-based [ext/phar/tests/tar/rmdir.phpt] 
       
 10561 TEST 5344/11218 [ext/phar/tests/tar/tar_001.phpt]
       
 10562 PASS Phar: tar-based phar corrupted [ext/phar/tests/tar/tar_001.phpt] 
       
 10563 TEST 5345/11218 [ext/phar/tests/tar/tar_002.phpt]
       
 10564 PASS Phar: tar-based phar corrupted 2 [ext/phar/tests/tar/tar_002.phpt] 
       
 10565 TEST 5346/11218 [ext/phar/tests/tar/tar_003.phpt]
       
 10566 PASS Phar: tar-based phar, valid 1 [ext/phar/tests/tar/tar_003.phpt] 
       
 10567 TEST 5347/11218 [ext/phar/tests/tar/tar_004.phpt]
       
 10568 PASS Phar: tar-based phar, tar phar with stub, mapPhar() [ext/phar/tests/tar/tar_004.phpt] 
       
 10569 TEST 5348/11218 [ext/phar/tests/tar/tar_004U.phpt]
       
 10570 SKIP Phar: tar-based phar, tar phar with stub, mapPhar() [ext/phar/tests/tar/tar_004U.phpt] reason: Unicode support required
       
 10571 TEST 5349/11218 [ext/phar/tests/tar/tar_bz2.phpt]
       
 10572 PASS Phar: tar-based phar, bzipped tar [ext/phar/tests/tar/tar_bz2.phpt] 
       
 10573 TEST 5350/11218 [ext/phar/tests/tar/tar_bz2U.phpt]
       
 10574 SKIP Phar: tar-based phar, bzipped tar [ext/phar/tests/tar/tar_bz2U.phpt] reason: Unicode support required
       
 10575 TEST 5351/11218 [ext/phar/tests/tar/tar_gzip.phpt]
       
 10576 PASS Phar: tar-based phar, gzipped tar [ext/phar/tests/tar/tar_gzip.phpt] 
       
 10577 TEST 5352/11218 [ext/phar/tests/tar/tar_gzipU.phpt]
       
 10578 SKIP Phar: tar-based phar, gzipped tar [ext/phar/tests/tar/tar_gzipU.phpt] reason: Unicode support required
       
 10579 TEST 5353/11218 [ext/phar/tests/tar/tar_makebz2.phpt]
       
 10580 PASS Phar: tar-based phar, make new bzipped tar [ext/phar/tests/tar/tar_makebz2.phpt] 
       
 10581 TEST 5354/11218 [ext/phar/tests/tar/tar_makegz.phpt]
       
 10582 PASS Phar: tar-based phar, make new gzipped tar [ext/phar/tests/tar/tar_makegz.phpt] 
       
 10583 TEST 5355/11218 [ext/phar/tests/tar/tar_nohash.phpt]
       
 10584 PASS Phar: tar archive, require_hash=1, should not error out [ext/phar/tests/tar/tar_nohash.phpt] 
       
 10585 TEST 5356/11218 [ext/phar/tests/tar/tar_nostub.phpt]
       
 10586 PASS Phar: tar-based phar, third-party tar with no stub, Phar->getStub() [ext/phar/tests/tar/tar_nostub.phpt] 
       
 10587 TEST 5357/11218 [ext/phar/tests/tar/tar_openssl_hash.phpt]
       
 10588 PASS Phar: tar archive, require_hash=1, OpenSSL hash [ext/phar/tests/tar/tar_openssl_hash.phpt] 
       
 10589 TEST 5358/11218 [ext/phar/tests/tar/truncated.phpt]
       
 10590 PASS Phar: truncated tar [ext/phar/tests/tar/truncated.phpt] 
       
 10591 TEST 5359/11218 [ext/phar/tests/test_alias_unset.phpt]
       
 10592 PASS Phar: test for the odd case where we intend to remove an archive from memory [ext/phar/tests/test_alias_unset.phpt] 
       
 10593 TEST 5360/11218 [ext/phar/tests/test_signaturealgos.phpt]
       
 10594 PASS Phar: verify signature parsing works [ext/phar/tests/test_signaturealgos.phpt] 
       
 10595 TEST 5361/11218 [ext/phar/tests/test_unset.phpt]
       
 10596 PASS Phar: ensure unset() works properly on a non-flushed phar archive [ext/phar/tests/test_unset.phpt] 
       
 10597 TEST 5362/11218 [ext/phar/tests/webphar_compilefail.phpt]
       
 10598 PASS Phar: Phar::webPhar, open compiled file fails [ext/phar/tests/webphar_compilefail.phpt] 
       
 10599 TEST 5363/11218 [ext/phar/tests/withphar.phpt]
       
 10600 PASS Phar: phar run with pecl/phar with default stub [ext/phar/tests/withphar.phpt] 
       
 10601 SKIP Phar: default web stub, with phar extension [ext/phar/tests/withphar_web.phpt] reason: CGI not available
       
 10602 TEST 5365/11218 [ext/phar/tests/zf_test.phpt]
       
 10603 PASS Phar: test broken app [ext/phar/tests/zf_test.phpt] 
       
 10604 TEST 5366/11218 [ext/phar/tests/zip/033.phpt]
       
 10605 PASS Phar::chmod zip-based [ext/phar/tests/zip/033.phpt] 
       
 10606 TEST 5367/11218 [ext/phar/tests/zip/033a.phpt]
       
 10607 PASS Phar::chmod zip-based [ext/phar/tests/zip/033a.phpt] 
       
 10608 TEST 5368/11218 [ext/phar/tests/zip/alias_acrobatics.phpt]
       
 10609 PASS Phar: alias edge cases [ext/phar/tests/zip/alias_acrobatics.phpt] 
       
 10610 TEST 5369/11218 [ext/phar/tests/zip/all.phpt]
       
 10611 PASS Phar: test that creation of zip-based phar generates valid zip with all bells/whistles [ext/phar/tests/zip/all.phpt] 
       
 10612 TEST 5370/11218 [ext/phar/tests/zip/allU.phpt]
       
 10613 SKIP Phar: test that creation of zip-based phar generates valid zip with all bells/whistles [ext/phar/tests/zip/allU.phpt] reason: Unicode support required
       
 10614 TEST 5371/11218 [ext/phar/tests/zip/badalias.phpt]
       
 10615 PASS Phar: invalid aliases [ext/phar/tests/zip/badalias.phpt] 
       
 10616 TEST 5372/11218 [ext/phar/tests/zip/bug48791.phpt]
       
 10617 PASS Phar: Bug #48791: open office documents always reported as corrupted by phar extension [ext/phar/tests/zip/bug48791.phpt] 
       
 10618 TEST 5373/11218 [ext/phar/tests/zip/bzip2.phpt]
       
 10619 PASS Phar: process bzip2-compressed zip entry [ext/phar/tests/zip/bzip2.phpt] 
       
 10620 TEST 5374/11218 [ext/phar/tests/zip/corrupt_001.phpt]
       
 10621 PASS Phar: corrupted zip (count mismatch) [ext/phar/tests/zip/corrupt_001.phpt] 
       
 10622 TEST 5375/11218 [ext/phar/tests/zip/corrupt_002.phpt]
       
 10623 PASS Phar: corrupted zip (no end of zip record) [ext/phar/tests/zip/corrupt_002.phpt] 
       
 10624 TEST 5376/11218 [ext/phar/tests/zip/corrupt_003.phpt]
       
 10625 PASS Phar: corrupted zip (truncated file comment) [ext/phar/tests/zip/corrupt_003.phpt] 
       
 10626 TEST 5377/11218 [ext/phar/tests/zip/corrupt_004.phpt]
       
 10627 PASS Phar: corrupted zip (central directory offset incorrect) [ext/phar/tests/zip/corrupt_004.phpt] 
       
 10628 TEST 5378/11218 [ext/phar/tests/zip/corrupt_005.phpt]
       
 10629 PASS Phar: encrypted zip [ext/phar/tests/zip/corrupt_005.phpt] 
       
 10630 TEST 5379/11218 [ext/phar/tests/zip/corrupt_006.phpt]
       
 10631 PASS Phar: zip with file created from stdin [ext/phar/tests/zip/corrupt_006.phpt] 
       
 10632 TEST 5380/11218 [ext/phar/tests/zip/corrupt_007.phpt]
       
 10633 PASS Phar: corrupted zip (truncated filename record) [ext/phar/tests/zip/corrupt_007.phpt] 
       
 10634 TEST 5381/11218 [ext/phar/tests/zip/corrupt_008.phpt]
       
 10635 PASS Phar: unsupported compression methods [ext/phar/tests/zip/corrupt_008.phpt] 
       
 10636 TEST 5382/11218 [ext/phar/tests/zip/corrupt_009.phpt]
       
 10637 PASS Phar: corrupted zip (extra field way too long) [ext/phar/tests/zip/corrupt_009.phpt] 
       
 10638 TEST 5383/11218 [ext/phar/tests/zip/corrupt_010.phpt]
       
 10639 PASS Phar: unable to process zip (zip spanning multiple archives) [ext/phar/tests/zip/corrupt_010.phpt] 
       
 10640 TEST 5384/11218 [ext/phar/tests/zip/create_new_and_modify.phpt]
       
 10641 PASS Phar: create and modify zip-based phar [ext/phar/tests/zip/create_new_and_modify.phpt] 
       
 10642 TEST 5385/11218 [ext/phar/tests/zip/create_new_phar_b.phpt]
       
 10643 PASS Phar: create a completely new zip-based phar [ext/phar/tests/zip/create_new_phar_b.phpt] 
       
 10644 TEST 5386/11218 [ext/phar/tests/zip/delete.phpt]
       
 10645 PASS Phar: delete test, zip-based phar [ext/phar/tests/zip/delete.phpt] 
       
 10646 TEST 5387/11218 [ext/phar/tests/zip/delete_in_phar.phpt]
       
 10647 PASS Phar: delete a file within a zip-based .phar [ext/phar/tests/zip/delete_in_phar.phpt] 
       
 10648 TEST 5388/11218 [ext/phar/tests/zip/delete_in_phar_b.phpt]
       
 10649 PASS Phar: delete a file within a zip-based .phar [ext/phar/tests/zip/delete_in_phar_b.phpt] 
       
 10650 TEST 5389/11218 [ext/phar/tests/zip/delete_in_phar_confirm.phpt]
       
 10651 PASS Phar: delete a file within a zip-based .phar (confirm disk file is changed) [ext/phar/tests/zip/delete_in_phar_confirm.phpt] 
       
 10652 TEST 5390/11218 [ext/phar/tests/zip/dir.phpt]
       
 10653 PASS Phar: mkdir/rmdir test zip-based [ext/phar/tests/zip/dir.phpt] 
       
 10654 TEST 5391/11218 [ext/phar/tests/zip/exists_as_phar.phpt]
       
 10655 PASS Phar: phar-based phar named with ".zip" fails [ext/phar/tests/zip/exists_as_phar.phpt] 
       
 10656 SKIP Phar front controller other zip-based [ext/phar/tests/zip/frontcontroller1.phar.phpt] reason: CGI not available
       
 10657 SKIP Phar front controller rewrite array invalid zip-based [ext/phar/tests/zip/frontcontroller10.phar.phpt] reason: CGI not available
       
 10658 SKIP Phar front controller mime type extension is not a string zip-based [ext/phar/tests/zip/frontcontroller11.phar.phpt] reason: CGI not available
       
 10659 SKIP Phar front controller mime type unknown int zip-based [ext/phar/tests/zip/frontcontroller12.phar.phpt] reason: CGI not available
       
 10660 SKIP Phar front controller mime type not string/int zip-based [ext/phar/tests/zip/frontcontroller13.phar.phpt] reason: CGI not available
       
 10661 SKIP Phar front controller mime type override, other zip-based [ext/phar/tests/zip/frontcontroller14.phar.phpt] reason: CGI not available
       
 10662 SKIP Phar front controller mime type override, Phar::PHPS zip-based [ext/phar/tests/zip/frontcontroller15.phar.phpt] reason: CGI not available
       
 10663 SKIP Phar front controller mime type override, Phar::PHP zip-based [ext/phar/tests/zip/frontcontroller16.phar.phpt] reason: CGI not available
       
 10664 SKIP Phar front controller mime type unknown zip-based [ext/phar/tests/zip/frontcontroller17.phar.phpt] reason: CGI not available
       
 10665 TEST 5401/11218 [ext/phar/tests/zip/frontcontroller18.phar.phpt]
       
 10666 PASS Phar front controller $_SERVER munging failure zip-based [ext/phar/tests/zip/frontcontroller18.phar.phpt] 
       
 10667 TEST 5402/11218 [ext/phar/tests/zip/frontcontroller19.phar.phpt]
       
 10668 PASS Phar front controller $_SERVER munging failure 2 zip-based [ext/phar/tests/zip/frontcontroller19.phar.phpt] 
       
 10669 SKIP Phar front controller PHP test zip-based [ext/phar/tests/zip/frontcontroller2.phar.phpt] reason: CGI not available
       
 10670 TEST 5404/11218 [ext/phar/tests/zip/frontcontroller20.phar.phpt]
       
 10671 PASS Phar front controller $_SERVER munging failure 3 zip-based [ext/phar/tests/zip/frontcontroller20.phar.phpt] 
       
 10672 SKIP Phar front controller $_SERVER munging success zip-based [ext/phar/tests/zip/frontcontroller21.phar.phpt] reason: CGI not available
       
 10673 SKIP Phar front controller phps zip-based [ext/phar/tests/zip/frontcontroller3.phar.phpt] reason: CGI not available
       
 10674 SKIP Phar front controller index.php relocate (no /) zip-based [ext/phar/tests/zip/frontcontroller4.phar.phpt] reason: CGI not available
       
 10675 SKIP Phar front controller index.php relocate zip-based [ext/phar/tests/zip/frontcontroller5.phar.phpt] reason: CGI not available
       
 10676 SKIP Phar front controller 404 zip-based [ext/phar/tests/zip/frontcontroller6.phar.phpt] reason: CGI not available
       
 10677 SKIP Phar front controller alternate index file zip-based [ext/phar/tests/zip/frontcontroller7.phar.phpt] reason: CGI not available
       
 10678 SKIP Phar front controller no index file 404 zip-based [ext/phar/tests/zip/frontcontroller8.phar.phpt] reason: CGI not available
       
 10679 SKIP Phar front controller rewrite array zip-based [ext/phar/tests/zip/frontcontroller9.phar.phpt] reason: CGI not available
       
 10680 TEST 5413/11218 [ext/phar/tests/zip/getalias.phpt]
       
 10681 PASS Phar: getAlias() with an existing phar.zip [ext/phar/tests/zip/getalias.phpt] 
       
 10682 TEST 5414/11218 [ext/phar/tests/zip/largezip.phpt]
       
 10683 PASS Phar: large zip file (zip edge cases) [ext/phar/tests/zip/largezip.phpt] 
       
 10684 TEST 5415/11218 [ext/phar/tests/zip/metadata_write_commit.phpt]
       
 10685 PASS Phar with meta-data (write) zip-based [ext/phar/tests/zip/metadata_write_commit.phpt] 
       
 10686 TEST 5416/11218 [ext/phar/tests/zip/metadata_write_commitU.phpt]
       
 10687 SKIP Phar with meta-data (write) zip-based [ext/phar/tests/zip/metadata_write_commitU.phpt] reason: Unicode support required
       
 10688 TEST 5417/11218 [ext/phar/tests/zip/notphar.phpt]
       
 10689 PASS Phar: a non-executable zip with no stub named .phar.zip [ext/phar/tests/zip/notphar.phpt] 
       
 10690 TEST 5418/11218 [ext/phar/tests/zip/odt.phpt]
       
 10691 PASS Phar: test a zip archive created by openoffice [ext/phar/tests/zip/odt.phpt] 
       
 10692 TEST 5419/11218 [ext/phar/tests/zip/open_for_write_existing.phpt]
       
 10693 PASS Phar: fopen a .phar for writing (existing file) zip-based [ext/phar/tests/zip/open_for_write_existing.phpt] 
       
 10694 TEST 5420/11218 [ext/phar/tests/zip/open_for_write_existing_b.phpt]
       
 10695 PASS Phar: fopen a .phar for writing (existing file) zip-based [ext/phar/tests/zip/open_for_write_existing_b.phpt] 
       
 10696 TEST 5421/11218 [ext/phar/tests/zip/open_for_write_existing_b_5_2.phpt]
       
 10697 SKIP Phar: fopen a .phar for writing (existing file) zip-based [ext/phar/tests/zip/open_for_write_existing_b_5_2.phpt] reason: requires 5.2 or earlier
       
 10698 TEST 5422/11218 [ext/phar/tests/zip/open_for_write_existing_c.phpt]
       
 10699 PASS Phar: fopen a .phar for writing (existing file) zip-based [ext/phar/tests/zip/open_for_write_existing_c.phpt] 
       
 10700 TEST 5423/11218 [ext/phar/tests/zip/open_for_write_existing_c_5_2.phpt]
       
 10701 SKIP Phar: fopen a .phar for writing (existing file) zip-based [ext/phar/tests/zip/open_for_write_existing_c_5_2.phpt] reason: requires 5.2 or earlier
       
 10702 TEST 5424/11218 [ext/phar/tests/zip/open_for_write_newfile.phpt]
       
 10703 PASS Phar: fopen a .phar for writing (new file) zip-based [ext/phar/tests/zip/open_for_write_newfile.phpt] 
       
 10704 TEST 5425/11218 [ext/phar/tests/zip/open_for_write_newfile_b.phpt]
       
 10705 PASS Phar: fopen a .phar for writing (new file) zip-based [ext/phar/tests/zip/open_for_write_newfile_b.phpt] 
       
 10706 TEST 5426/11218 [ext/phar/tests/zip/open_for_write_newfile_b_5_2.phpt]
       
 10707 SKIP Phar: fopen a .phar for writing (new file) zip-based [ext/phar/tests/zip/open_for_write_newfile_b_5_2.phpt] reason: requires 5.2 or earlier
       
 10708 TEST 5427/11218 [ext/phar/tests/zip/open_for_write_newfile_c.phpt]
       
 10709 PASS Phar: fopen a .phar for writing (new file) zip-based [ext/phar/tests/zip/open_for_write_newfile_c.phpt] 
       
 10710 TEST 5428/11218 [ext/phar/tests/zip/open_for_write_newfile_c_5_2.phpt]
       
 10711 SKIP Phar: fopen a .phar for writing (new file) zip-based [ext/phar/tests/zip/open_for_write_newfile_c_5_2.phpt] reason: requires 5.2 or earlier
       
 10712 TEST 5429/11218 [ext/phar/tests/zip/phar_begin_setstub_commit.phpt]
       
 10713 PASS Phar::startBuffering()/setStub()/stopBuffering() zip-based [ext/phar/tests/zip/phar_begin_setstub_commit.phpt] 
       
 10714 TEST 5430/11218 [ext/phar/tests/zip/phar_begin_setstub_commitU.phpt]
       
 10715 SKIP Phar::startBuffering()/setStub()/stopBuffering() zip-based [ext/phar/tests/zip/phar_begin_setstub_commitU.phpt] reason: Unicode support required
       
 10716 TEST 5431/11218 [ext/phar/tests/zip/phar_buildfromiterator4.phpt]
       
 10717 PASS Phar::buildFromIterator() iterator, 1 file passed in zip-based [ext/phar/tests/zip/phar_buildfromiterator4.phpt] 
       
 10718 TEST 5432/11218 [ext/phar/tests/zip/phar_buildfromiterator5.phpt]
       
 10719 PASS Phar::buildFromIterator() iterator, iterator returns non-string zip-based [ext/phar/tests/zip/phar_buildfromiterator5.phpt] 
       
 10720 TEST 5433/11218 [ext/phar/tests/zip/phar_buildfromiterator6.phpt]
       
 10721 PASS Phar::buildFromIterator() iterator, key is int zip-based [ext/phar/tests/zip/phar_buildfromiterator6.phpt] 
       
 10722 TEST 5434/11218 [ext/phar/tests/zip/phar_buildfromiterator7.phpt]
       
 10723 PASS Phar::buildFromIterator() iterator, file can't be opened zip-based [ext/phar/tests/zip/phar_buildfromiterator7.phpt] 
       
 10724 TEST 5435/11218 [ext/phar/tests/zip/phar_buildfromiterator8.phpt]
       
 10725 PASS Phar::buildFromIterator() iterator, SplFileInfo as current zip-based [ext/phar/tests/zip/phar_buildfromiterator8.phpt] 
       
 10726 TEST 5436/11218 [ext/phar/tests/zip/phar_buildfromiterator9.phpt]
       
 10727 PASS Phar::buildFromIterator() iterator, 1 file resource passed in [ext/phar/tests/zip/phar_buildfromiterator9.phpt] 
       
 10728 TEST 5437/11218 [ext/phar/tests/zip/phar_commitwrite.phpt]
       
 10729 PASS Phar::setStub()/stopBuffering() zip-based [ext/phar/tests/zip/phar_commitwrite.phpt] 
       
 10730 TEST 5438/11218 [ext/phar/tests/zip/phar_convert_phar.phpt]
       
 10731 PASS Phar::convertToPhar() from zip [ext/phar/tests/zip/phar_convert_phar.phpt] 
       
 10732 TEST 5439/11218 [ext/phar/tests/zip/phar_copy.phpt]
       
 10733 PASS Phar: copy() zip-based [ext/phar/tests/zip/phar_copy.phpt] 
       
 10734 TEST 5440/11218 [ext/phar/tests/zip/phar_magic.phpt]
       
 10735 PASS Phar: include/fopen magic zip-based [ext/phar/tests/zip/phar_magic.phpt] 
       
 10736 TEST 5441/11218 [ext/phar/tests/zip/phar_magicU.phpt]
       
 10737 SKIP Phar: include/fopen magic zip-based [ext/phar/tests/zip/phar_magicU.phpt] reason: Unicode support required
       
 10738 TEST 5442/11218 [ext/phar/tests/zip/phar_oo_compressallbz2.phpt]
       
 10739 PASS Phar::compressFiles(Phar::BZ2) zip format [ext/phar/tests/zip/phar_oo_compressallbz2.phpt] 
       
 10740 TEST 5443/11218 [ext/phar/tests/zip/phar_oo_compressallgz.phpt]
       
 10741 PASS Phar::compressFiles(Phar::GZ) zip format [ext/phar/tests/zip/phar_oo_compressallgz.phpt] 
       
 10742 TEST 5444/11218 [ext/phar/tests/zip/phar_setalias.phpt]
       
 10743 PASS Phar::setAlias() zip-based [ext/phar/tests/zip/phar_setalias.phpt] 
       
 10744 TEST 5445/11218 [ext/phar/tests/zip/phar_setalias2.phpt]
       
 10745 PASS Phar::setAlias() error zip-based [ext/phar/tests/zip/phar_setalias2.phpt] 
       
 10746 TEST 5446/11218 [ext/phar/tests/zip/phar_setdefaultstub.phpt]
       
 10747 PASS Phar: Phar::setDefaultStub() with and without arg, zip-based phar [ext/phar/tests/zip/phar_setdefaultstub.phpt] 
       
 10748 TEST 5447/11218 [ext/phar/tests/zip/phar_setsignaturealgo2.phpt]
       
 10749 PASS Phar::setSupportedSignatures() with hash, zip-based [ext/phar/tests/zip/phar_setsignaturealgo2.phpt] 
       
 10750 TEST 5448/11218 [ext/phar/tests/zip/phar_stub.phpt]
       
 10751 PASS Phar::setStub() (zip-based) [ext/phar/tests/zip/phar_stub.phpt] 
       
 10752 TEST 5449/11218 [ext/phar/tests/zip/phar_stub_error.phpt]
       
 10753 PASS Phar::setStub()/getStub() zip-based [ext/phar/tests/zip/phar_stub_error.phpt] 
       
 10754 TEST 5450/11218 [ext/phar/tests/zip/refcount1.phpt]
       
 10755 PASS Phar: test that refcounting avoids problems with deleting a file zip-based [ext/phar/tests/zip/refcount1.phpt] 
       
 10756 TEST 5451/11218 [ext/phar/tests/zip/refcount1_5_2.phpt]
       
 10757 SKIP Phar: test that refcounting avoids problems with deleting a file zip-based [ext/phar/tests/zip/refcount1_5_2.phpt] reason: requires 5.2 or earlier
       
 10758 TEST 5452/11218 [ext/phar/tests/zip/rename.phpt]
       
 10759 PASS Phar: rename test zip-based [ext/phar/tests/zip/rename.phpt] 
       
 10760 TEST 5453/11218 [ext/phar/tests/zip/rename_dir.phpt]
       
 10761 PASS Phar: rename_dir test zip-based [ext/phar/tests/zip/rename_dir.phpt] 
       
 10762 TEST 5454/11218 [ext/phar/tests/zip/rmdir.phpt]
       
 10763 PASS Phar: rmdir test zip-based [ext/phar/tests/zip/rmdir.phpt] 
       
 10764 TEST 5455/11218 [ext/phar/tests/zip/unixzip.phpt]
       
 10765 PASS Phar: test a zip archive created by unix "zip" command [ext/phar/tests/zip/unixzip.phpt] 
       
 10766 TEST 5456/11218 [ext/phar/tests/zip/zlib.phpt]
       
 10767 PASS Phar: process zlib-compressed zip alias [ext/phar/tests/zip/zlib.phpt] 
       
 10768 TEST 5457/11218 [ext/posix/tests/001.phpt]
       
 10769 PASS posix_access() with bogus paths [ext/posix/tests/001.phpt] 
       
 10770 TEST 5458/11218 [ext/posix/tests/posix_access.phpt]
       
 10771 PASS Test posix_access() function test [ext/posix/tests/posix_access.phpt] 
       
 10772 TEST 5459/11218 [ext/posix/tests/posix_access_error_modes.phpt]
       
 10773 PASS Test posix_access() function test error conditions [ext/posix/tests/posix_access_error_modes.phpt] 
       
 10774 TEST 5460/11218 [ext/posix/tests/posix_access_error_wrongparams.phpt]
       
 10775 PASS Test posix_access() function : parameter validation [ext/posix/tests/posix_access_error_wrongparams.phpt] 
       
 10776 TEST 5461/11218 [ext/posix/tests/posix_access_safemode.phpt]
       
 10777 PASS Test posix_access() with safe_mode enabled. [ext/posix/tests/posix_access_safemode.phpt] 
       
 10778 TEST 5462/11218 [ext/posix/tests/posix_ctermid.phpt]
       
 10779 PASS Test posix_ctermid() [ext/posix/tests/posix_ctermid.phpt] 
       
 10780 TEST 5463/11218 [ext/posix/tests/posix_ctermid_basic.phpt]
       
 10781 PASS Test function posix_ctermid() by calling it with its expected arguments [ext/posix/tests/posix_ctermid_basic.phpt] 
       
 10782 TEST 5464/11218 [ext/posix/tests/posix_ctermid_error.phpt]
       
 10783 PASS Test function posix_ctermid() by calling it more than or less than its expected arguments [ext/posix/tests/posix_ctermid_error.phpt] 
       
 10784 TEST 5465/11218 [ext/posix/tests/posix_errno_basic.phpt]
       
 10785 PASS Test function posix_errno() by calling it with its expected arguments [ext/posix/tests/posix_errno_basic.phpt] 
       
 10786 TEST 5466/11218 [ext/posix/tests/posix_errno_error.phpt]
       
 10787 PASS Test function posix_errno() by calling it with its expected arguments [ext/posix/tests/posix_errno_error.phpt] 
       
 10788 TEST 5467/11218 [ext/posix/tests/posix_errno_variation1.phpt]
       
 10789 PASS Test function posix_errno() by calling it with with permission error [ext/posix/tests/posix_errno_variation1.phpt] 
       
 10790 TEST 5468/11218 [ext/posix/tests/posix_errno_variation2.phpt]
       
 10791 PASS Test function posix_errno() by calling it with its expected arguments [ext/posix/tests/posix_errno_variation2.phpt] 
       
 10792 TEST 5469/11218 [ext/posix/tests/posix_get_last_error_error.phpt]
       
 10793 PASS Test posix_get_last_error() function : error conditions [ext/posix/tests/posix_get_last_error_error.phpt] 
       
 10794 TEST 5470/11218 [ext/posix/tests/posix_getcwd.phpt]
       
 10795 PASS posix_getcwd(): Basic tests [ext/posix/tests/posix_getcwd.phpt] 
       
 10796 TEST 5471/11218 [ext/posix/tests/posix_getcwd_basic.phpt]
       
 10797 PASS posix_getcwd(): Basic tests [ext/posix/tests/posix_getcwd_basic.phpt] 
       
 10798 TEST 5472/11218 [ext/posix/tests/posix_getegid_basic.phpt]
       
 10799 PASS Test function posix_getegid() by calling it with its expected arguments [ext/posix/tests/posix_getegid_basic.phpt] 
       
 10800 TEST 5473/11218 [ext/posix/tests/posix_geteuid_basic.phpt]
       
 10801 PASS Test function posix_geteuid() by calling it with its expected arguments [ext/posix/tests/posix_geteuid_basic.phpt] 
       
 10802 TEST 5474/11218 [ext/posix/tests/posix_geteuid_error1.phpt]
       
 10803 PASS Test function posix_geteuid() by calling it more than or less than its expected arguments [ext/posix/tests/posix_geteuid_error1.phpt] 
       
 10804 TEST 5475/11218 [ext/posix/tests/posix_getgid_error.phpt]
       
 10805 PASS Test posix_getgid() function : error conditions [ext/posix/tests/posix_getgid_error.phpt] 
       
 10806 TEST 5476/11218 [ext/posix/tests/posix_getgrgid.phpt]
       
 10807 PASS Test posix_getgrgid(). [ext/posix/tests/posix_getgrgid.phpt] 
       
 10808 TEST 5477/11218 [ext/posix/tests/posix_getgrgid_basic.phpt]
       
 10809 FAIL Test posix_getgrgid() function : basic functionality [ext/posix/tests/posix_getgrgid_basic.phpt] 
       
 10810 TEST 5478/11218 [ext/posix/tests/posix_getgrgid_error.phpt]
       
 10811 PASS Test posix_getgrgid() function : error conditions [ext/posix/tests/posix_getgrgid_error.phpt] 
       
 10812 TEST 5479/11218 [ext/posix/tests/posix_getgrgid_macosx.phpt]
       
 10813 SKIP Test return values of posix_getgrgid() on MacOSX. [ext/posix/tests/posix_getgrgid_macosx.phpt] reason: This test requires MacOSX/Darwin.
       
 10814 TEST 5480/11218 [ext/posix/tests/posix_getgrgid_variation.phpt]
       
 10815 PASS Test posix_getgrgid() function : usage variations  - parameter types [ext/posix/tests/posix_getgrgid_variation.phpt] 
       
 10816 TEST 5481/11218 [ext/posix/tests/posix_getgrgid_wrongparams.phpt]
       
 10817 PASS Test parameters on posix_getgrgid(). [ext/posix/tests/posix_getgrgid_wrongparams.phpt] 
       
 10818 TEST 5482/11218 [ext/posix/tests/posix_getgrnam.phpt]
       
 10819 PASS posix_getgrnam(): Basic tests [ext/posix/tests/posix_getgrnam.phpt] 
       
 10820 TEST 5483/11218 [ext/posix/tests/posix_getgrnam_basic.phpt]
       
 10821 PASS posix_getgrnam(): Basic tests [ext/posix/tests/posix_getgrnam_basic.phpt] 
       
 10822 TEST 5484/11218 [ext/posix/tests/posix_getgroups_basic.phpt]
       
 10823 PASS Test posix_getgroups() function : basic functionality [ext/posix/tests/posix_getgroups_basic.phpt] 
       
 10824 TEST 5485/11218 [ext/posix/tests/posix_getpgid_basic.phpt]
       
 10825 PASS Test posix_getpgid() function : basic functionality [ext/posix/tests/posix_getpgid_basic.phpt] 
       
 10826 TEST 5486/11218 [ext/posix/tests/posix_getpgid_error.phpt]
       
 10827 PASS Test posix_getpgid() function : error conditions [ext/posix/tests/posix_getpgid_error.phpt] 
       
 10828 TEST 5487/11218 [ext/posix/tests/posix_getpgid_variation.phpt]
       
 10829 PASS Test posix_getpgid() function : variation [ext/posix/tests/posix_getpgid_variation.phpt] 
       
 10830 TEST 5488/11218 [ext/posix/tests/posix_getpgrp_basic.phpt]
       
 10831 PASS Test posix_getpgrp() function : basic functionality [ext/posix/tests/posix_getpgrp_basic.phpt] 
       
 10832 TEST 5489/11218 [ext/posix/tests/posix_getpgrp_error.phpt]
       
 10833 PASS Test posix_getpgrp() function : error conditions [ext/posix/tests/posix_getpgrp_error.phpt] 
       
 10834 TEST 5490/11218 [ext/posix/tests/posix_getpid_basic.phpt]
       
 10835 PASS Test posix_getpid() function : basic functionality [ext/posix/tests/posix_getpid_basic.phpt] 
       
 10836 TEST 5491/11218 [ext/posix/tests/posix_getpid_error.phpt]
       
 10837 PASS Test posix_getpid() function : error conditions [ext/posix/tests/posix_getpid_error.phpt] 
       
 10838 TEST 5492/11218 [ext/posix/tests/posix_getppid_basic.phpt]
       
 10839 PASS Test posix_getppid() function : basic functionality [ext/posix/tests/posix_getppid_basic.phpt] 
       
 10840 TEST 5493/11218 [ext/posix/tests/posix_getppid_error.phpt]
       
 10841 PASS Test posix_getppid() function : error conditions [ext/posix/tests/posix_getppid_error.phpt] 
       
 10842 TEST 5494/11218 [ext/posix/tests/posix_getpwnam.phpt]
       
 10843 PASS posix_getpwnam(): Basic tests [ext/posix/tests/posix_getpwnam.phpt] 
       
 10844 TEST 5495/11218 [ext/posix/tests/posix_getpwnam_basic.phpt]
       
 10845 PASS posix_getpwnam(): Basic tests [ext/posix/tests/posix_getpwnam_basic.phpt] 
       
 10846 TEST 5496/11218 [ext/posix/tests/posix_getpwuid_basic.phpt]
       
 10847 PASS Test posix_getpwuid() function : basic functionality [ext/posix/tests/posix_getpwuid_basic.phpt] 
       
 10848 TEST 5497/11218 [ext/posix/tests/posix_getpwuid_error.phpt]
       
 10849 PASS Test posix_getpwuid() function : error conditions [ext/posix/tests/posix_getpwuid_error.phpt] 
       
 10850 TEST 5498/11218 [ext/posix/tests/posix_getpwuid_variation.phpt]
       
 10851 PASS Test posix_getpwuid() function : usage variations  - parameter types [ext/posix/tests/posix_getpwuid_variation.phpt] 
       
 10852 TEST 5499/11218 [ext/posix/tests/posix_getrlimit.phpt]
       
 10853 PASS posix_getrlimit(): Basic tests [ext/posix/tests/posix_getrlimit.phpt] 
       
 10854 TEST 5500/11218 [ext/posix/tests/posix_getrlimit_basic.phpt]
       
 10855 PASS posix_getrlimit(): Basic tests [ext/posix/tests/posix_getrlimit_basic.phpt] 
       
 10856 TEST 5501/11218 [ext/posix/tests/posix_getsid.phpt]
       
 10857 PASS Test posix_getsid() function test [ext/posix/tests/posix_getsid.phpt] 
       
 10858 TEST 5502/11218 [ext/posix/tests/posix_getsid_basic.phpt]
       
 10859 PASS Test posix_getsid() function : basic functionality [ext/posix/tests/posix_getsid_basic.phpt] 
       
 10860 TEST 5503/11218 [ext/posix/tests/posix_getsid_error.phpt]
       
 10861 PASS Test posix_getsid() function : error conditions [ext/posix/tests/posix_getsid_error.phpt] 
       
 10862 TEST 5504/11218 [ext/posix/tests/posix_getuid_error.phpt]
       
 10863 PASS Test posix_getuid() function : error conditions [ext/posix/tests/posix_getuid_error.phpt] 
       
 10864 TEST 5505/11218 [ext/posix/tests/posix_initgroups.phpt]
       
 10865 PASS posix_initgroups(): Basic tests [ext/posix/tests/posix_initgroups.phpt] 
       
 10866 TEST 5506/11218 [ext/posix/tests/posix_initgroups_basic.phpt]
       
 10867 PASS posix_initgroups(): Basic tests [ext/posix/tests/posix_initgroups_basic.phpt] 
       
 10868 TEST 5507/11218 [ext/posix/tests/posix_isatty.phpt]
       
 10869 PASS posix_isatty(): Basic tests [ext/posix/tests/posix_isatty.phpt] 
       
 10870 TEST 5508/11218 [ext/posix/tests/posix_kill_basic.phpt]
       
 10871 PASS Test posix_kill(), posix_get_last_error and posix_strerror() functions : basic functionality [ext/posix/tests/posix_kill_basic.phpt] 
       
 10872 TEST 5509/11218 [ext/posix/tests/posix_kill_error.phpt]
       
 10873 PASS Test posix_kill() function : error conditions [ext/posix/tests/posix_kill_error.phpt] 
       
 10874 TEST 5510/11218 [ext/posix/tests/posix_kill_variation1.phpt]
       
 10875 PASS Test posix_kill() function : usage variations  - first parameter type [ext/posix/tests/posix_kill_variation1.phpt] 
       
 10876 TEST 5511/11218 [ext/posix/tests/posix_kill_variation2.phpt]
       
 10877 PASS Test posix_kill() function : usage variations  - second parameter type [ext/posix/tests/posix_kill_variation2.phpt] 
       
 10878 TEST 5512/11218 [ext/posix/tests/posix_mkfifo_safemode.phpt]
       
 10879 PASS Test posix_mkfifo() with safe_mode. [ext/posix/tests/posix_mkfifo_safemode.phpt] 
       
 10880 TEST 5513/11218 [ext/posix/tests/posix_mkfifo_wrongparams.phpt]
       
 10881 PASS Test parameter validation in posix_mkfifo(). [ext/posix/tests/posix_mkfifo_wrongparams.phpt] 
       
 10882 TEST 5514/11218 [ext/posix/tests/posix_mknod.phpt]
       
 10883 PASS posix_mknod(): Basic tests [ext/posix/tests/posix_mknod.phpt] 
       
 10884 TEST 5515/11218 [ext/posix/tests/posix_mknod_basic.phpt]
       
 10885 PASS posix_mknod(): Basic tests [ext/posix/tests/posix_mknod_basic.phpt] 
       
 10886 TEST 5516/11218 [ext/posix/tests/posix_seteuid_basic.phpt]
       
 10887 PASS Test function posix_seteuid() by calling it with its expected arguments [ext/posix/tests/posix_seteuid_basic.phpt] 
       
 10888 TEST 5517/11218 [ext/posix/tests/posix_seteuid_error.phpt]
       
 10889 PASS Test function posix_seteuid() by calling it more than or less than its expected arguments [ext/posix/tests/posix_seteuid_error.phpt] 
       
 10890 TEST 5518/11218 [ext/posix/tests/posix_seteuid_error2.phpt]
       
 10891 PASS Test function posix_seteuid() by substituting argument 1 with object values. [ext/posix/tests/posix_seteuid_error2.phpt] 
       
 10892 TEST 5519/11218 [ext/posix/tests/posix_seteuid_variation1.phpt]
       
 10893 PASS Test function posix_seteuid() by substituting argument 1 with array values. [ext/posix/tests/posix_seteuid_variation1.phpt] 
       
 10894 TEST 5520/11218 [ext/posix/tests/posix_seteuid_variation2.phpt]
       
 10895 PASS Test function posix_seteuid() by substituting argument 1 with boolean values. [ext/posix/tests/posix_seteuid_variation2.phpt] 
       
 10896 TEST 5521/11218 [ext/posix/tests/posix_seteuid_variation3.phpt]
       
 10897 PASS Test function posix_seteuid() by substituting argument 1 with emptyUnsetUndefNull values. [ext/posix/tests/posix_seteuid_variation3.phpt] 
       
 10898 TEST 5522/11218 [ext/posix/tests/posix_seteuid_variation4.phpt]
       
 10899 PASS Test function posix_seteuid() by substituting argument 1 with float values. [ext/posix/tests/posix_seteuid_variation4.phpt] 
       
 10900 TEST 5523/11218 [ext/posix/tests/posix_seteuid_variation5.phpt]
       
 10901 PASS Test function posix_seteuid() by substituting argument 1 with int values. [ext/posix/tests/posix_seteuid_variation5.phpt] 
       
 10902 TEST 5524/11218 [ext/posix/tests/posix_seteuid_variation6.phpt]
       
 10903 PASS Test function posix_seteuid() by substituting argument 1 with string values. [ext/posix/tests/posix_seteuid_variation6.phpt] 
       
 10904 TEST 5525/11218 [ext/posix/tests/posix_setgid_basic.phpt]
       
 10905 PASS Test function posix_setgid() by calling it with its expected arguments [ext/posix/tests/posix_setgid_basic.phpt] 
       
 10906 TEST 5526/11218 [ext/posix/tests/posix_setgid_error.phpt]
       
 10907 PASS Test function posix_setgid() by calling it more than or less than its expected arguments. [ext/posix/tests/posix_setgid_error.phpt] 
       
 10908 TEST 5527/11218 [ext/posix/tests/posix_setgid_variation1.phpt]
       
 10909 PASS Test function posix_setgid() by substituting argument 1 with array values. [ext/posix/tests/posix_setgid_variation1.phpt] 
       
 10910 TEST 5528/11218 [ext/posix/tests/posix_setgid_variation2.phpt]
       
 10911 PASS Test function posix_setgid() by substituting argument 1 with boolean values. [ext/posix/tests/posix_setgid_variation2.phpt] 
       
 10912 TEST 5529/11218 [ext/posix/tests/posix_setgid_variation3.phpt]
       
 10913 PASS Test function posix_setgid() by substituting argument 1 with emptyUnsetUndefNull values. [ext/posix/tests/posix_setgid_variation3.phpt] 
       
 10914 TEST 5530/11218 [ext/posix/tests/posix_setgid_variation4.phpt]
       
 10915 FAIL Test function posix_setgid() by substituting argument 1 with float values. [ext/posix/tests/posix_setgid_variation4.phpt] 
       
 10916 TEST 5531/11218 [ext/posix/tests/posix_setgid_variation5.phpt]
       
 10917 PASS Test function posix_setgid() by substituting argument 1 with int values. [ext/posix/tests/posix_setgid_variation5.phpt] 
       
 10918 TEST 5532/11218 [ext/posix/tests/posix_setgid_variation6.phpt]
       
 10919 PASS Test function posix_setgid() by substituting argument 1 with object values. [ext/posix/tests/posix_setgid_variation6.phpt] 
       
 10920 TEST 5533/11218 [ext/posix/tests/posix_setgid_variation7.phpt]
       
 10921 PASS Test function posix_setgid() by substituting argument 1 with string values. [ext/posix/tests/posix_setgid_variation7.phpt] 
       
 10922 TEST 5534/11218 [ext/posix/tests/posix_setuid_basic.phpt]
       
 10923 PASS Test function posix_setuid() by calling it with its expected arguments [ext/posix/tests/posix_setuid_basic.phpt] 
       
 10924 TEST 5535/11218 [ext/posix/tests/posix_setuid_error.phpt]
       
 10925 PASS Test function posix_setuid() by calling it more than or less than its expected arguments [ext/posix/tests/posix_setuid_error.phpt] 
       
 10926 TEST 5536/11218 [ext/posix/tests/posix_setuid_error2.phpt]
       
 10927 PASS Test function posix_setuid() by substituting argument 1 with object values. [ext/posix/tests/posix_setuid_error2.phpt] 
       
 10928 TEST 5537/11218 [ext/posix/tests/posix_setuid_variation1.phpt]
       
 10929 PASS Test function posix_setuid() by substituting argument 1 with array values. [ext/posix/tests/posix_setuid_variation1.phpt] 
       
 10930 TEST 5538/11218 [ext/posix/tests/posix_setuid_variation2.phpt]
       
 10931 PASS Test function posix_setuid() by substituting argument 1 with boolean values. [ext/posix/tests/posix_setuid_variation2.phpt] 
       
 10932 TEST 5539/11218 [ext/posix/tests/posix_setuid_variation3.phpt]
       
 10933 PASS Test function posix_setuid() by substituting argument 1 with emptyUnsetUndefNull values. [ext/posix/tests/posix_setuid_variation3.phpt] 
       
 10934 TEST 5540/11218 [ext/posix/tests/posix_setuid_variation4.phpt]
       
 10935 PASS Test function posix_setuid() by substituting argument 1 with float values. [ext/posix/tests/posix_setuid_variation4.phpt] 
       
 10936 TEST 5541/11218 [ext/posix/tests/posix_setuid_variation5.phpt]
       
 10937 PASS Test function posix_setuid() by substituting argument 1 with int values. [ext/posix/tests/posix_setuid_variation5.phpt] 
       
 10938 TEST 5542/11218 [ext/posix/tests/posix_setuid_variation6.phpt]
       
 10939 PASS Test function posix_setuid() by substituting argument 1 with string values. [ext/posix/tests/posix_setuid_variation6.phpt] 
       
 10940 TEST 5543/11218 [ext/posix/tests/posix_strerror_error.phpt]
       
 10941 PASS Test posix_strerror() function : error conditions [ext/posix/tests/posix_strerror_error.phpt] 
       
 10942 TEST 5544/11218 [ext/posix/tests/posix_strerror_variation1.phpt]
       
 10943 PASS Test posix_strerror() function : usage variations [ext/posix/tests/posix_strerror_variation1.phpt] 
       
 10944 TEST 5545/11218 [ext/posix/tests/posix_times.phpt]
       
 10945 PASS Test posix_times() [ext/posix/tests/posix_times.phpt] 
       
 10946 TEST 5546/11218 [ext/posix/tests/posix_times_basic.phpt]
       
 10947 PASS Test posix_times() function : basic functionality [ext/posix/tests/posix_times_basic.phpt] 
       
 10948 TEST 5547/11218 [ext/posix/tests/posix_times_error.phpt]
       
 10949 PASS Test posix_times() function : error conditions [ext/posix/tests/posix_times_error.phpt] 
       
 10950 TEST 5548/11218 [ext/posix/tests/posix_ttyname.phpt]
       
 10951 PASS Test posix_ttyname() [ext/posix/tests/posix_ttyname.phpt] 
       
 10952 TEST 5549/11218 [ext/posix/tests/posix_ttyname_error.phpt]
       
 10953 PASS Test function posix_ttyname() by calling it more than or less than its expected arguments [ext/posix/tests/posix_ttyname_error.phpt] 
       
 10954 TEST 5550/11218 [ext/posix/tests/posix_ttyname_error_wrongparams.phpt]
       
 10955 PASS Test posix_ttyname() with wrong parameters [ext/posix/tests/posix_ttyname_error_wrongparams.phpt] 
       
 10956 TEST 5551/11218 [ext/posix/tests/posix_ttyname_variation1.phpt]
       
 10957 PASS Test function posix_ttyname() by substituting argument 1 with array values. [ext/posix/tests/posix_ttyname_variation1.phpt] 
       
 10958 TEST 5552/11218 [ext/posix/tests/posix_ttyname_variation2.phpt]
       
 10959 PASS Test function posix_ttyname() by substituting argument 1 with boolean values. [ext/posix/tests/posix_ttyname_variation2.phpt] 
       
 10960 TEST 5553/11218 [ext/posix/tests/posix_ttyname_variation3.phpt]
       
 10961 PASS Test function posix_ttyname() by substituting argument 1 with emptyUnsetUndefNull values. [ext/posix/tests/posix_ttyname_variation3.phpt] 
       
 10962 TEST 5554/11218 [ext/posix/tests/posix_ttyname_variation4.phpt]
       
 10963 PASS Test function posix_ttyname() by substituting argument 1 with float values. [ext/posix/tests/posix_ttyname_variation4.phpt] 
       
 10964 TEST 5555/11218 [ext/posix/tests/posix_ttyname_variation5.phpt]
       
 10965 PASS Test function posix_ttyname() by substituting argument 1 with int values. [ext/posix/tests/posix_ttyname_variation5.phpt] 
       
 10966 TEST 5556/11218 [ext/posix/tests/posix_ttyname_variation6.phpt]
       
 10967 PASS Test function posix_ttyname() by substituting argument 1 with object values. [ext/posix/tests/posix_ttyname_variation6.phpt] 
       
 10968 TEST 5557/11218 [ext/posix/tests/posix_ttyname_variation7.phpt]
       
 10969 PASS Test function posix_ttyname() by substituting argument 1 with string values. [ext/posix/tests/posix_ttyname_variation7.phpt] 
       
 10970 TEST 5558/11218 [ext/posix/tests/posix_uname_basic.phpt]
       
 10971 PASS Test posix_uname() function : basic functionality [ext/posix/tests/posix_uname_basic.phpt] 
       
 10972 TEST 5559/11218 [ext/posix/tests/posix_uname_error.phpt]
       
 10973 PASS Test posix_uname() function : error conditions [ext/posix/tests/posix_uname_error.phpt] 
       
 10974 TEST 5560/11218 [ext/reflection/tests/001.phpt]
       
 10975 PASS Reflection inheritance [ext/reflection/tests/001.phpt] 
       
 10976 TEST 5561/11218 [ext/reflection/tests/002.phpt]
       
 10977 PASS Reflection properties are read only [ext/reflection/tests/002.phpt] 
       
 10978 TEST 5562/11218 [ext/reflection/tests/003.phpt]
       
 10979 PASS ReflectionMethod::invoke() with base class method [ext/reflection/tests/003.phpt] 
       
 10980 TEST 5563/11218 [ext/reflection/tests/004.phpt]
       
 10981 PASS ReflectionMethod::invoke() with non object or null value [ext/reflection/tests/004.phpt] 
       
 10982 TEST 5564/11218 [ext/reflection/tests/005.phpt]
       
 10983 PASS ReflectionMethod::getDocComment() uses wrong comment block [ext/reflection/tests/005.phpt] 
       
 10984 TEST 5565/11218 [ext/reflection/tests/006.phpt]
       
 10985 PASS ReflectionClass::[gs]etStaticPropertyValue [ext/reflection/tests/006.phpt] 
       
 10986 TEST 5566/11218 [ext/reflection/tests/007.phpt]
       
 10987 PASS ReflectionClass::newInstance[Args] [ext/reflection/tests/007.phpt] 
       
 10988 TEST 5567/11218 [ext/reflection/tests/008.phpt]
       
 10989 PASS ReflectionMethod::__construct() tests [ext/reflection/tests/008.phpt] 
       
 10990 TEST 5568/11218 [ext/reflection/tests/009.phpt]
       
 10991 PASS ReflectionFunction basic tests [ext/reflection/tests/009.phpt] 
       
 10992 TEST 5569/11218 [ext/reflection/tests/010.phpt]
       
 10993 PASS ReflectionMethod::__toString() tests (overriden method) [ext/reflection/tests/010.phpt] 
       
 10994 TEST 5570/11218 [ext/reflection/tests/011.phpt]
       
 10995 PASS ReflectionExtension::getClasses() [ext/reflection/tests/011.phpt] 
       
 10996 TEST 5571/11218 [ext/reflection/tests/012.phpt]
       
 10997 PASS ReflectionClass::getDefaultProperties() [ext/reflection/tests/012.phpt] 
       
 10998 TEST 5572/11218 [ext/reflection/tests/013.phpt]
       
 10999 PASS ReflectionExtension::getFunctions() [ext/reflection/tests/013.phpt] 
       
 11000 TEST 5573/11218 [ext/reflection/tests/014.phpt]
       
 11001 PASS ReflectionExtension::getConstants() [ext/reflection/tests/014.phpt] 
       
 11002 TEST 5574/11218 [ext/reflection/tests/015.phpt]
       
 11003 PASS ReflectionExtension::getINIEntries() [ext/reflection/tests/015.phpt] 
       
 11004 TEST 5575/11218 [ext/reflection/tests/016.phpt]
       
 11005 PASS ReflectionExtension::getDependencies() [ext/reflection/tests/016.phpt] 
       
 11006 TEST 5576/11218 [ext/reflection/tests/017.phpt]
       
 11007 PASS ReflectionClass::__toString() (constants) [ext/reflection/tests/017.phpt] 
       
 11008 TEST 5577/11218 [ext/reflection/tests/018.phpt]
       
 11009 PASS Reflection::getModifierNames [ext/reflection/tests/018.phpt] 
       
 11010 TEST 5578/11218 [ext/reflection/tests/019.phpt]
       
 11011 PASS ReflectionFunction::getExtensionName [ext/reflection/tests/019.phpt] 
       
 11012 TEST 5579/11218 [ext/reflection/tests/020.phpt]
       
 11013 PASS ReflectionObject::hasProperty [ext/reflection/tests/020.phpt] 
       
 11014 TEST 5580/11218 [ext/reflection/tests/021.phpt]
       
 11015 PASS ReflectionClass::hasConstant [ext/reflection/tests/021.phpt] 
       
 11016 TEST 5581/11218 [ext/reflection/tests/022.phpt]
       
 11017 PASS ReflectionClass::getConstant [ext/reflection/tests/022.phpt] 
       
 11018 TEST 5582/11218 [ext/reflection/tests/023.phpt]
       
 11019 PASS ReflectionClass::getDefaultProperties (filtering parent privates) [ext/reflection/tests/023.phpt] 
       
 11020 TEST 5583/11218 [ext/reflection/tests/024.phpt]
       
 11021 PASS ReflectionObject::__toString (filtering privates/protected dynamic properties) [ext/reflection/tests/024.phpt] 
       
 11022 TEST 5584/11218 [ext/reflection/tests/025.phpt]
       
 11023 PASS ReflectionFunction basic tests [ext/reflection/tests/025.phpt] 
       
 11024 TEST 5585/11218 [ext/reflection/tests/026.phpt]
       
 11025 PASS ReflectionExtension::info() [ext/reflection/tests/026.phpt] 
       
 11026 TEST 5586/11218 [ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt]
       
 11027 PASS Reflection class can not be cloned [ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt] 
       
 11028 TEST 5587/11218 [ext/reflection/tests/ReflectionClass_FileInfo_basic.phpt]
       
 11029 PASS ReflectionClass::getFileName(), ReflectionClass::getStartLine(), ReflectionClass::getEndLine() [ext/reflection/tests/ReflectionClass_FileInfo_basic.phpt] 
       
 11030 TEST 5588/11218 [ext/reflection/tests/ReflectionClass_FileInfo_error.phpt]
       
 11031 PASS ReflectionClass::getFileName(), ReflectionClass::getStartLine(), ReflectionClass::getEndLine() - bad params [ext/reflection/tests/ReflectionClass_FileInfo_error.phpt] 
       
 11032 TEST 5589/11218 [ext/reflection/tests/ReflectionClass_constructor_001.phpt]
       
 11033 PASS ReflectionClass::__constructor() [ext/reflection/tests/ReflectionClass_constructor_001.phpt] 
       
 11034 TEST 5590/11218 [ext/reflection/tests/ReflectionClass_constructor_002.phpt]
       
 11035 PASS ReflectionClass::__constructor() - bad arguments [ext/reflection/tests/ReflectionClass_constructor_002.phpt] 
       
 11036 TEST 5591/11218 [ext/reflection/tests/ReflectionClass_export_basic1.phpt]
       
 11037 PASS ReflectionClass::export() - various parameters [ext/reflection/tests/ReflectionClass_export_basic1.phpt] 
       
 11038 TEST 5592/11218 [ext/reflection/tests/ReflectionClass_export_basic2.phpt]
       
 11039 PASS ReflectionClass::export() - ensure inherited private props are hidden. [ext/reflection/tests/ReflectionClass_export_basic2.phpt] 
       
 11040 TEST 5593/11218 [ext/reflection/tests/ReflectionClass_getConstant_basic.phpt]
       
 11041 PASS ReflectionClass::getConstants() [ext/reflection/tests/ReflectionClass_getConstant_basic.phpt] 
       
 11042 TEST 5594/11218 [ext/reflection/tests/ReflectionClass_getConstant_error.phpt]
       
 11043 PASS ReflectionClass::getConstant() - bad params [ext/reflection/tests/ReflectionClass_getConstant_error.phpt] 
       
 11044 TEST 5595/11218 [ext/reflection/tests/ReflectionClass_getConstants_basic.phpt]
       
 11045 PASS ReflectionClass::getConstants() [ext/reflection/tests/ReflectionClass_getConstants_basic.phpt] 
       
 11046 TEST 5596/11218 [ext/reflection/tests/ReflectionClass_getConstants_error.phpt]
       
 11047 PASS ReflectionClass::getConstants() [ext/reflection/tests/ReflectionClass_getConstants_error.phpt] 
       
 11048 TEST 5597/11218 [ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt]
       
 11049 PASS ReflectionClass::getConstructor() [ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt] 
       
 11050 TEST 5598/11218 [ext/reflection/tests/ReflectionClass_getConstructor_error.phpt]
       
 11051 PASS ReflectionClass::getConstructor() - bad params [ext/reflection/tests/ReflectionClass_getConstructor_error.phpt] 
       
 11052 TEST 5599/11218 [ext/reflection/tests/ReflectionClass_getDefaultProperties_001.phpt]
       
 11053 PASS ReflectionClass::getDefaultProperties(), ReflectionClass::getStaticProperties() [ext/reflection/tests/ReflectionClass_getDefaultProperties_001.phpt] 
       
 11054 TEST 5600/11218 [ext/reflection/tests/ReflectionClass_getDefaultProperties_002.phpt]
       
 11055 PASS ReflectionClass::getDefaultProperties(), ReflectionClass::getStaticProperties() - wrong param count [ext/reflection/tests/ReflectionClass_getDefaultProperties_002.phpt] 
       
 11056 TEST 5601/11218 [ext/reflection/tests/ReflectionClass_getDocComment_001.phpt]
       
 11057 PASS ReflectionClass::getDocComment() [ext/reflection/tests/ReflectionClass_getDocComment_001.phpt] 
       
 11058 TEST 5602/11218 [ext/reflection/tests/ReflectionClass_getDocComment_002.phpt]
       
 11059 PASS ReflectionClass::getDocComment() - bad params [ext/reflection/tests/ReflectionClass_getDocComment_002.phpt] 
       
 11060 TEST 5603/11218 [ext/reflection/tests/ReflectionClass_getExtensionName_basic.phpt]
       
 11061 PASS ReflectionClass::getExtensionName() method - basic test for getExtensionName() method [ext/reflection/tests/ReflectionClass_getExtensionName_basic.phpt] 
       
 11062 TEST 5604/11218 [ext/reflection/tests/ReflectionClass_getExtensionName_variation.phpt]
       
 11063 PASS ReflectionClass::getExtensionName() method - variation test for getExtensionName() [ext/reflection/tests/ReflectionClass_getExtensionName_variation.phpt] 
       
 11064 TEST 5605/11218 [ext/reflection/tests/ReflectionClass_getExtension_basic.phpt]
       
 11065 PASS ReflectionClass::getExtension() method - basic test for getExtension() method [ext/reflection/tests/ReflectionClass_getExtension_basic.phpt] 
       
 11066 TEST 5606/11218 [ext/reflection/tests/ReflectionClass_getExtension_variation.phpt]
       
 11067 PASS ReflectionClass::getExtension() method - variation test for getExtension() [ext/reflection/tests/ReflectionClass_getExtension_variation.phpt] 
       
 11068 TEST 5607/11218 [ext/reflection/tests/ReflectionClass_getInterfaceNames_basic.phpt]
       
 11069 PASS ReflectionClass::getInterfaceNames() [ext/reflection/tests/ReflectionClass_getInterfaceNames_basic.phpt] 
       
 11070 TEST 5608/11218 [ext/reflection/tests/ReflectionClass_getInterfaces_001.phpt]
       
 11071 PASS ReflectionClass::getInterfaces() [ext/reflection/tests/ReflectionClass_getInterfaces_001.phpt] 
       
 11072 TEST 5609/11218 [ext/reflection/tests/ReflectionClass_getInterfaces_002.phpt]
       
 11073 PASS ReflectionClass::getInterfaces() - interface ordering. [ext/reflection/tests/ReflectionClass_getInterfaces_002.phpt] 
       
 11074 TEST 5610/11218 [ext/reflection/tests/ReflectionClass_getInterfaces_003.phpt]
       
 11075 PASS ReflectionClass::getInterfaces() - odd ampersand behaviour. [ext/reflection/tests/ReflectionClass_getInterfaces_003.phpt] 
       
 11076 TEST 5611/11218 [ext/reflection/tests/ReflectionClass_getInterfaces_004.phpt]
       
 11077 PASS ReflectionClass::getInterfaces() - wrong param count [ext/reflection/tests/ReflectionClass_getInterfaces_004.phpt] 
       
 11078 TEST 5612/11218 [ext/reflection/tests/ReflectionClass_getMethod_001.phpt]
       
 11079 PASS ReflectionClass::getMethod() [ext/reflection/tests/ReflectionClass_getMethod_001.phpt] 
       
 11080 TEST 5613/11218 [ext/reflection/tests/ReflectionClass_getMethod_002.phpt]
       
 11081 PASS ReflectionClass::getMethod() - error cases [ext/reflection/tests/ReflectionClass_getMethod_002.phpt] 
       
 11082 TEST 5614/11218 [ext/reflection/tests/ReflectionClass_getMethods_001.phpt]
       
 11083 PASS ReflectionClass::getMethods() [ext/reflection/tests/ReflectionClass_getMethods_001.phpt] 
       
 11084 TEST 5615/11218 [ext/reflection/tests/ReflectionClass_getMethods_002.phpt]
       
 11085 PASS ReflectionClass::getMethods() - invalid arguments [ext/reflection/tests/ReflectionClass_getMethods_002.phpt] 
       
 11086 TEST 5616/11218 [ext/reflection/tests/ReflectionClass_getMethods_003.phpt]
       
 11087 PASS ReflectionClass::getMethods() [ext/reflection/tests/ReflectionClass_getMethods_003.phpt] 
       
 11088 TEST 5617/11218 [ext/reflection/tests/ReflectionClass_getModifierNames_basic.phpt]
       
 11089 PASS ReflectionClass::getModifierNames() basic tests [ext/reflection/tests/ReflectionClass_getModifierNames_basic.phpt] 
       
 11090 TEST 5618/11218 [ext/reflection/tests/ReflectionClass_getModifiers_basic.phpt]
       
 11091 PASS ReflectionClass::getModifiers() [ext/reflection/tests/ReflectionClass_getModifiers_basic.phpt] 
       
 11092 TEST 5619/11218 [ext/reflection/tests/ReflectionClass_getName_basic.phpt]
       
 11093 PASS ReflectionClass::getName() [ext/reflection/tests/ReflectionClass_getName_basic.phpt] 
       
 11094 TEST 5620/11218 [ext/reflection/tests/ReflectionClass_getName_error.phpt]
       
 11095 PASS ReflectionClass::getName() - invalid params [ext/reflection/tests/ReflectionClass_getName_error.phpt] 
       
 11096 TEST 5621/11218 [ext/reflection/tests/ReflectionClass_getName_error1.phpt]
       
 11097 PASS ReflectionClass::getName - forbid static invocation [ext/reflection/tests/ReflectionClass_getName_error1.phpt] 
       
 11098 TEST 5622/11218 [ext/reflection/tests/ReflectionClass_getNamespaceName.phpt]
       
 11099 PASS ReflectionClass::getNamespaceName() [ext/reflection/tests/ReflectionClass_getNamespaceName.phpt] 
       
 11100 TEST 5623/11218 [ext/reflection/tests/ReflectionClass_getParentClass.phpt]
       
 11101 PASS ReflectionClass::getParentClass() [ext/reflection/tests/ReflectionClass_getParentClass.phpt] 
       
 11102 TEST 5624/11218 [ext/reflection/tests/ReflectionClass_getParentClass_001.phpt]
       
 11103 PASS ReflectionClass::getParentClass() [ext/reflection/tests/ReflectionClass_getParentClass_001.phpt] 
       
 11104 TEST 5625/11218 [ext/reflection/tests/ReflectionClass_getProperties_001.phpt]
       
 11105 PASS ReflectionClass::getProperties() [ext/reflection/tests/ReflectionClass_getProperties_001.phpt] 
       
 11106 TEST 5626/11218 [ext/reflection/tests/ReflectionClass_getProperties_002.phpt]
       
 11107 PASS ReflectionClass::getProperties() - invalid arguments [ext/reflection/tests/ReflectionClass_getProperties_002.phpt] 
       
 11108 TEST 5627/11218 [ext/reflection/tests/ReflectionClass_getProperties_003.phpt]
       
 11109 PASS ReflectionClass::getProperties() [ext/reflection/tests/ReflectionClass_getProperties_003.phpt] 
       
 11110 TEST 5628/11218 [ext/reflection/tests/ReflectionClass_getProperty_001.phpt]
       
 11111 PASS ReflectionClass::getProperty() [ext/reflection/tests/ReflectionClass_getProperty_001.phpt] 
       
 11112 TEST 5629/11218 [ext/reflection/tests/ReflectionClass_getProperty_002.phpt]
       
 11113 PASS ReflectionClass::getProperty() - error cases [ext/reflection/tests/ReflectionClass_getProperty_002.phpt] 
       
 11114 TEST 5630/11218 [ext/reflection/tests/ReflectionClass_getProperty_003.phpt]
       
 11115 PASS ReflectionClass::getProperty() [ext/reflection/tests/ReflectionClass_getProperty_003.phpt] 
       
 11116 TEST 5631/11218 [ext/reflection/tests/ReflectionClass_getProperty_004.phpt]
       
 11117 PASS ReflectionClass::getProperty() [ext/reflection/tests/ReflectionClass_getProperty_004.phpt] 
       
 11118 TEST 5632/11218 [ext/reflection/tests/ReflectionClass_getStaticPropertyValue_001.phpt]
       
 11119 PASS ReflectionClass::getStaticPropertyValue() [ext/reflection/tests/ReflectionClass_getStaticPropertyValue_001.phpt] 
       
 11120 TEST 5633/11218 [ext/reflection/tests/ReflectionClass_getStaticPropertyValue_002.phpt]
       
 11121 PASS ReflectionClass::getStaticPropertyValue() - bad params [ext/reflection/tests/ReflectionClass_getStaticPropertyValue_002.phpt] 
       
 11122 TEST 5634/11218 [ext/reflection/tests/ReflectionClass_hasConstant_001.phpt]
       
 11123 PASS ReflectionClass::hasConstant() [ext/reflection/tests/ReflectionClass_hasConstant_001.phpt] 
       
 11124 TEST 5635/11218 [ext/reflection/tests/ReflectionClass_hasConstant_002.phpt]
       
 11125 PASS ReflectionClass::hasConstant() - error cases [ext/reflection/tests/ReflectionClass_hasConstant_002.phpt] 
       
 11126 TEST 5636/11218 [ext/reflection/tests/ReflectionClass_hasConstant_basic.phpt]
       
 11127 PASS ReflectionClass::hasConstant() [ext/reflection/tests/ReflectionClass_hasConstant_basic.phpt] 
       
 11128 TEST 5637/11218 [ext/reflection/tests/ReflectionClass_hasMethod_001.phpt]
       
 11129 PASS ReflectionClass::hasMethod() [ext/reflection/tests/ReflectionClass_hasMethod_001.phpt] 
       
 11130 TEST 5638/11218 [ext/reflection/tests/ReflectionClass_hasMethod_002.phpt]
       
 11131 PASS ReflectionClass::hasMethod() - error cases [ext/reflection/tests/ReflectionClass_hasMethod_002.phpt] 
       
 11132 TEST 5639/11218 [ext/reflection/tests/ReflectionClass_hasMethod_basic.phpt]
       
 11133 PASS ReflectionClass::hasMethod() [ext/reflection/tests/ReflectionClass_hasMethod_basic.phpt] 
       
 11134 TEST 5640/11218 [ext/reflection/tests/ReflectionClass_hasProperty_001.phpt]
       
 11135 PASS ReflectionClass::hasProperty() [ext/reflection/tests/ReflectionClass_hasProperty_001.phpt] 
       
 11136 TEST 5641/11218 [ext/reflection/tests/ReflectionClass_hasProperty_002.phpt]
       
 11137 PASS ReflectionClass::hasProperty() - error cases [ext/reflection/tests/ReflectionClass_hasProperty_002.phpt] 
       
 11138 TEST 5642/11218 [ext/reflection/tests/ReflectionClass_hasProperty_basic.phpt]
       
 11139 PASS ReflectionClass::hasProperty() [ext/reflection/tests/ReflectionClass_hasProperty_basic.phpt] 
       
 11140 TEST 5643/11218 [ext/reflection/tests/ReflectionClass_implementsInterface_001.phpt]
       
 11141 PASS ReflectionClass::implementsInterface() [ext/reflection/tests/ReflectionClass_implementsInterface_001.phpt] 
       
 11142 TEST 5644/11218 [ext/reflection/tests/ReflectionClass_isAbstract_basic.phpt]
       
 11143 PASS ReflectionClass::isAbstract() method [ext/reflection/tests/ReflectionClass_isAbstract_basic.phpt] 
       
 11144 TEST 5645/11218 [ext/reflection/tests/ReflectionClass_isFinal_basic.phpt]
       
 11145 PASS ReflectionClass::isFinal() method [ext/reflection/tests/ReflectionClass_isFinal_basic.phpt] 
       
 11146 TEST 5646/11218 [ext/reflection/tests/ReflectionClass_isInstance_basic.phpt]
       
 11147 PASS ReflectionClass::isInstance() [ext/reflection/tests/ReflectionClass_isInstance_basic.phpt] 
       
 11148 TEST 5647/11218 [ext/reflection/tests/ReflectionClass_isInstance_error.phpt]
       
 11149 PASS ReflectionClass::isInstance() - invalid params [ext/reflection/tests/ReflectionClass_isInstance_error.phpt] 
       
 11150 TEST 5648/11218 [ext/reflection/tests/ReflectionClass_isInstantiable_basic.phpt]
       
 11151 PASS ReflectionClass::IsInstantiable() [ext/reflection/tests/ReflectionClass_isInstantiable_basic.phpt] 
       
 11152 TEST 5649/11218 [ext/reflection/tests/ReflectionClass_isInstantiable_error.phpt]
       
 11153 PASS ReflectionClass::IsInstantiable() [ext/reflection/tests/ReflectionClass_isInstantiable_error.phpt] 
       
 11154 TEST 5650/11218 [ext/reflection/tests/ReflectionClass_isInstantiable_variation.phpt]
       
 11155 PASS ReflectionClass::IsInstantiable() [ext/reflection/tests/ReflectionClass_isInstantiable_variation.phpt] 
       
 11156 TEST 5651/11218 [ext/reflection/tests/ReflectionClass_isInterface_basic.phpt]
       
 11157 PASS ReflectionClass::isInterface() method [ext/reflection/tests/ReflectionClass_isInterface_basic.phpt] 
       
 11158 TEST 5652/11218 [ext/reflection/tests/ReflectionClass_isInternal_basic.phpt]
       
 11159 PASS ReflectionClass::isInternal() [ext/reflection/tests/ReflectionClass_isInternal_basic.phpt] 
       
 11160 TEST 5653/11218 [ext/reflection/tests/ReflectionClass_isInternal_error.phpt]
       
 11161 PASS ReflectionClass::isInternal() - invalid params [ext/reflection/tests/ReflectionClass_isInternal_error.phpt] 
       
 11162 TEST 5654/11218 [ext/reflection/tests/ReflectionClass_isIterateable_001.phpt]
       
 11163 PASS ReflectionClass::isIterateable() [ext/reflection/tests/ReflectionClass_isIterateable_001.phpt] 
       
 11164 TEST 5655/11218 [ext/reflection/tests/ReflectionClass_isIterateable_basic.phpt]
       
 11165 PASS ReflectionClass::isIterateable() basic [ext/reflection/tests/ReflectionClass_isIterateable_basic.phpt] 
       
 11166 TEST 5656/11218 [ext/reflection/tests/ReflectionClass_isIterateable_variation1.phpt]
       
 11167 PASS ReflectionClass::isIterateable() variations [ext/reflection/tests/ReflectionClass_isIterateable_variation1.phpt] 
       
 11168 TEST 5657/11218 [ext/reflection/tests/ReflectionClass_isSubclassOf_002.phpt]
       
 11169 PASS ReflectionObject::isSubclassOf() - bad arguments [ext/reflection/tests/ReflectionClass_isSubclassOf_002.phpt] 
       
 11170 TEST 5658/11218 [ext/reflection/tests/ReflectionClass_isSubclassOf_basic.phpt]
       
 11171 PASS ReflectionClass::isSubclassOf() [ext/reflection/tests/ReflectionClass_isSubclassOf_basic.phpt] 
       
 11172 TEST 5659/11218 [ext/reflection/tests/ReflectionClass_isSubclassOf_error.phpt]
       
 11173 PASS ReflectionClass::isSubclassOf() - invalid number of parameters [ext/reflection/tests/ReflectionClass_isSubclassOf_error.phpt] 
       
 11174 TEST 5660/11218 [ext/reflection/tests/ReflectionClass_isSubclassOf_error1.phpt]
       
 11175 PASS ReflectionClass::isSubclassOf() - non-existent class error [ext/reflection/tests/ReflectionClass_isSubclassOf_error1.phpt] 
       
 11176 TEST 5661/11218 [ext/reflection/tests/ReflectionClass_isUserDefined_basic.phpt]
       
 11177 PASS ReflectionClass::isUserDefined() [ext/reflection/tests/ReflectionClass_isUserDefined_basic.phpt] 
       
 11178 TEST 5662/11218 [ext/reflection/tests/ReflectionClass_isUserDefined_error.phpt]
       
 11179 PASS ReflectionClass::isUserDefined() - invalid params. [ext/reflection/tests/ReflectionClass_isUserDefined_error.phpt] 
       
 11180 TEST 5663/11218 [ext/reflection/tests/ReflectionClass_modifiers_001.phpt]
       
 11181 PASS Modifiers [ext/reflection/tests/ReflectionClass_modifiers_001.phpt] 
       
 11182 TEST 5664/11218 [ext/reflection/tests/ReflectionClass_modifiers_002.phpt]
       
 11183 PASS Modifiers - wrong param count [ext/reflection/tests/ReflectionClass_modifiers_002.phpt] 
       
 11184 TEST 5665/11218 [ext/reflection/tests/ReflectionClass_newInstanceArgs_001.phpt]
       
 11185 PASS ReflectionClass::newInstanceArgs [ext/reflection/tests/ReflectionClass_newInstanceArgs_001.phpt] 
       
 11186 TEST 5666/11218 [ext/reflection/tests/ReflectionClass_newInstanceArgs_002.phpt]
       
 11187 PASS ReflectionClass::newInstanceArgs() - wrong arg type [ext/reflection/tests/ReflectionClass_newInstanceArgs_002.phpt] 
       
 11188 TEST 5667/11218 [ext/reflection/tests/ReflectionClass_newInstance_001.phpt]
       
 11189 PASS ReflectionClass::newInstance() [ext/reflection/tests/ReflectionClass_newInstance_001.phpt] 
       
 11190 TEST 5668/11218 [ext/reflection/tests/ReflectionClass_setStaticPropertyValue_001.phpt]
       
 11191 PASS ReflectionClass::setStaticPropertyValue() [ext/reflection/tests/ReflectionClass_setStaticPropertyValue_001.phpt] 
       
 11192 TEST 5669/11218 [ext/reflection/tests/ReflectionClass_setStaticPropertyValue_002.phpt]
       
 11193 PASS ReflectionClass::getStaticPropertyValue() - bad params [ext/reflection/tests/ReflectionClass_setStaticPropertyValue_002.phpt] 
       
 11194 TEST 5670/11218 [ext/reflection/tests/ReflectionClass_toString_001.phpt]
       
 11195 PASS ReflectionClass::__toString() [ext/reflection/tests/ReflectionClass_toString_001.phpt] 
       
 11196 TEST 5671/11218 [ext/reflection/tests/ReflectionClass_toString_002.phpt]
       
 11197 PASS ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method representation [ext/reflection/tests/ReflectionClass_toString_002.phpt] 
       
 11198 TEST 5672/11218 [ext/reflection/tests/ReflectionClass_toString_003.phpt]
       
 11199 PASS ReflectionClass::__toString() - verify 'inherits', 'overwrites' and 'prototype' parts of method representation with private methods [ext/reflection/tests/ReflectionClass_toString_003.phpt] 
       
 11200 TEST 5673/11218 [ext/reflection/tests/ReflectionExtension_constructor_basic.phpt]
       
 11201 PASS ReflectionExtension::__construct() [ext/reflection/tests/ReflectionExtension_constructor_basic.phpt] 
       
 11202 TEST 5674/11218 [ext/reflection/tests/ReflectionExtension_constructor_error.phpt]
       
 11203 PASS ReflectionExtension::__construct() [ext/reflection/tests/ReflectionExtension_constructor_error.phpt] 
       
 11204 TEST 5675/11218 [ext/reflection/tests/ReflectionExtension_export_basic.phpt]
       
 11205 PASS ReflectionExtension::export() [ext/reflection/tests/ReflectionExtension_export_basic.phpt] 
       
 11206 TEST 5676/11218 [ext/reflection/tests/ReflectionExtension_getClassNames_basic.phpt]
       
 11207 PASS ReflectionExtension::getClassNames() method on an extension which acually returns some information [ext/reflection/tests/ReflectionExtension_getClassNames_basic.phpt] 
       
 11208 TEST 5677/11218 [ext/reflection/tests/ReflectionExtension_getClassNames_variation1.phpt]
       
 11209 PASS ReflectionExtension::getClassNames() method on an extension with no classes [ext/reflection/tests/ReflectionExtension_getClassNames_variation1.phpt] 
       
 11210 TEST 5678/11218 [ext/reflection/tests/ReflectionExtension_getClasses_basic.phpt]
       
 11211 PASS ReflectionExtension::getClasses(); [ext/reflection/tests/ReflectionExtension_getClasses_basic.phpt] 
       
 11212 TEST 5679/11218 [ext/reflection/tests/ReflectionExtension_getDependencies_basic.phpt]
       
 11213 PASS ReflectionExtension::getDependencies() method on an extension with a required and conflicting dependency [ext/reflection/tests/ReflectionExtension_getDependencies_basic.phpt] 
       
 11214 TEST 5680/11218 [ext/reflection/tests/ReflectionExtension_getDependencies_variation2.phpt]
       
 11215 PASS ReflectionExtension::getDependencies() method on an extension with one optional dependency [ext/reflection/tests/ReflectionExtension_getDependencies_variation2.phpt] 
       
 11216 TEST 5681/11218 [ext/reflection/tests/ReflectionExtension_getName_basic.phpt]
       
 11217 PASS ReflectionExtension::getName() [ext/reflection/tests/ReflectionExtension_getName_basic.phpt] 
       
 11218 TEST 5682/11218 [ext/reflection/tests/ReflectionExtension_getVersion_basic.phpt]
       
 11219 PASS ReflectionExtension::getVersion() [ext/reflection/tests/ReflectionExtension_getVersion_basic.phpt] 
       
 11220 TEST 5683/11218 [ext/reflection/tests/ReflectionExtension_info_basic.phpt]
       
 11221 PASS ReflectionExtension::info() [ext/reflection/tests/ReflectionExtension_info_basic.phpt] 
       
 11222 TEST 5684/11218 [ext/reflection/tests/ReflectionFunction_001.phpt]
       
 11223 PASS ReflectionFunction methods [ext/reflection/tests/ReflectionFunction_001.phpt] 
       
 11224 TEST 5685/11218 [ext/reflection/tests/ReflectionFunction_construct.001.phpt]
       
 11225 PASS ReflectionFunction constructor errors [ext/reflection/tests/ReflectionFunction_construct.001.phpt] 
       
 11226 TEST 5686/11218 [ext/reflection/tests/ReflectionFunction_getDocComment.001.phpt]
       
 11227 PASS ReflectionFunction::getDocComment() [ext/reflection/tests/ReflectionFunction_getDocComment.001.phpt] 
       
 11228 TEST 5687/11218 [ext/reflection/tests/ReflectionFunction_getExtension.phpt]
       
 11229 PASS ReflectionFunction::getExtension() [ext/reflection/tests/ReflectionFunction_getExtension.phpt] 
       
 11230 TEST 5688/11218 [ext/reflection/tests/ReflectionFunction_getExtensionName.phpt]
       
 11231 PASS ReflectionFunction::getExtensionName() [ext/reflection/tests/ReflectionFunction_getExtensionName.phpt] 
       
 11232 TEST 5689/11218 [ext/reflection/tests/ReflectionFunction_getFileName.001.phpt]
       
 11233 PASS ReflectionFunction::getFileName() with function in an included file [ext/reflection/tests/ReflectionFunction_getFileName.001.phpt] 
       
 11234 TEST 5690/11218 [ext/reflection/tests/ReflectionFunction_getFileName.002.phpt]
       
 11235 PASS ReflectionFunction::getFileName() [ext/reflection/tests/ReflectionFunction_getFileName.002.phpt] 
       
 11236 TEST 5691/11218 [ext/reflection/tests/ReflectionFunction_getNamespaceName.phpt]
       
 11237 PASS ReflectionFunction::getNamespaceName() [ext/reflection/tests/ReflectionFunction_getNamespaceName.phpt] 
       
 11238 TEST 5692/11218 [ext/reflection/tests/ReflectionFunction_isClosure_basic.phpt]
       
 11239 PASS Reflection::isClosure [ext/reflection/tests/ReflectionFunction_isClosure_basic.phpt] 
       
 11240 TEST 5693/11218 [ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt]
       
 11241 PASS ReflectionFunction::isDeprecated [ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt] 
       
 11242 TEST 5694/11218 [ext/reflection/tests/ReflectionFunction_isDisabled_basic.phpt]
       
 11243 PASS ReflectionFunction::isDisabled [ext/reflection/tests/ReflectionFunction_isDisabled_basic.phpt] 
       
 11244 TEST 5695/11218 [ext/reflection/tests/ReflectionMethod_006.phpt]
       
 11245 PASS ReflectionMethod methods - wrong num args [ext/reflection/tests/ReflectionMethod_006.phpt] 
       
 11246 TEST 5696/11218 [ext/reflection/tests/ReflectionMethod_basic1.phpt]
       
 11247 PASS ReflectionMethod class - various methods [ext/reflection/tests/ReflectionMethod_basic1.phpt] 
       
 11248 TEST 5697/11218 [ext/reflection/tests/ReflectionMethod_basic2.phpt]
       
 11249 PASS ReflectionMethod class __toString() and export() methods [ext/reflection/tests/ReflectionMethod_basic2.phpt] 
       
 11250 TEST 5698/11218 [ext/reflection/tests/ReflectionMethod_basic3.phpt]
       
 11251 PASS ReflectionMethod class getName(), isInternal() and isUserDefined() methods [ext/reflection/tests/ReflectionMethod_basic3.phpt] 
       
 11252 TEST 5699/11218 [ext/reflection/tests/ReflectionMethod_basic4.phpt]
       
 11253 PASS ReflectionMethod class getFileName(), getStartLine() and getEndLine() methods [ext/reflection/tests/ReflectionMethod_basic4.phpt] 
       
 11254 TEST 5700/11218 [ext/reflection/tests/ReflectionMethod_constructor_basic.phpt]
       
 11255 PASS ReflectionMethod::isConstructor() [ext/reflection/tests/ReflectionMethod_constructor_basic.phpt] 
       
 11256 TEST 5701/11218 [ext/reflection/tests/ReflectionMethod_constructor_error1.phpt]
       
 11257 PASS ReflectionMethod constructor errors [ext/reflection/tests/ReflectionMethod_constructor_error1.phpt] 
       
 11258 TEST 5702/11218 [ext/reflection/tests/ReflectionMethod_constructor_error2.phpt]
       
 11259 PASS ReflectionMethod constructor errors [ext/reflection/tests/ReflectionMethod_constructor_error2.phpt] 
       
 11260 TEST 5703/11218 [ext/reflection/tests/ReflectionMethod_getDeclaringClass_basic.phpt]
       
 11261 PASS ReflectionMethod::getDeclaringClass() [ext/reflection/tests/ReflectionMethod_getDeclaringClass_basic.phpt] 
       
 11262 TEST 5704/11218 [ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt]
       
 11263 PASS ReflectionMethod::getDocComment() [ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt] 
       
 11264 TEST 5705/11218 [ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt]
       
 11265 PASS ReflectionMethod::getDocComment() errors [ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt] 
       
 11266 TEST 5706/11218 [ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt]
       
 11267 PASS ReflectionMethod::getModifiers() [ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt] 
       
 11268 TEST 5707/11218 [ext/reflection/tests/ReflectionMethod_getStaticVariables_basic.phpt]
       
 11269 PASS ReflectionMethod::getStaticVariables() [ext/reflection/tests/ReflectionMethod_getStaticVariables_basic.phpt] 
       
 11270 TEST 5708/11218 [ext/reflection/tests/ReflectionMethod_invokeArgs_basic.phpt]
       
 11271 PASS ReflectionMethod::invokeArgs() [ext/reflection/tests/ReflectionMethod_invokeArgs_basic.phpt] 
       
 11272 TEST 5709/11218 [ext/reflection/tests/ReflectionMethod_invokeArgs_error1.phpt]
       
 11273 PASS ReflectionMethod:invokeArgs() errors [ext/reflection/tests/ReflectionMethod_invokeArgs_error1.phpt] 
       
 11274 TEST 5710/11218 [ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt]
       
 11275 PASS ReflectionMethod::invokeArgs() further errors [ext/reflection/tests/ReflectionMethod_invokeArgs_error2.phpt] 
       
 11276 TEST 5711/11218 [ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt]
       
 11277 PASS ReflectionMethod::invokeArgs() further errors [ext/reflection/tests/ReflectionMethod_invokeArgs_error3.phpt] 
       
 11278 TEST 5712/11218 [ext/reflection/tests/ReflectionMethod_invoke_basic.phpt]
       
 11279 PASS ReflectionMethod::invoke() [ext/reflection/tests/ReflectionMethod_invoke_basic.phpt] 
       
 11280 TEST 5713/11218 [ext/reflection/tests/ReflectionMethod_invoke_error1.phpt]
       
 11281 PASS ReflectionMethod::invoke() errors [ext/reflection/tests/ReflectionMethod_invoke_error1.phpt] 
       
 11282 TEST 5714/11218 [ext/reflection/tests/ReflectionMethod_invoke_error2.phpt]
       
 11283 PASS ReflectionMethod::invoke() further errors [ext/reflection/tests/ReflectionMethod_invoke_error2.phpt] 
       
 11284 TEST 5715/11218 [ext/reflection/tests/ReflectionMethod_returnsReference_basic.phpt]
       
 11285 PASS ReflectionMethod::returnsReference() [ext/reflection/tests/ReflectionMethod_returnsReference_basic.phpt] 
       
 11286 TEST 5716/11218 [ext/reflection/tests/ReflectionMethod_setAccessible.phpt]
       
 11287 PASS Test ReflectionMethod::setAccessible(). [ext/reflection/tests/ReflectionMethod_setAccessible.phpt] 
       
 11288 TEST 5717/11218 [ext/reflection/tests/ReflectionObject_FileInfo_basic.phpt]
       
 11289 PASS ReflectionObject::getFileName(), ReflectionObject::getStartLine(), ReflectionObject::getEndLine() - basic function [ext/reflection/tests/ReflectionObject_FileInfo_basic.phpt] 
       
 11290 TEST 5718/11218 [ext/reflection/tests/ReflectionObject_FileInfo_error.phpt]
       
 11291 PASS ReflectionObject::getFileName(), ReflectionObject::getStartLine(), ReflectionObject::getEndLine() -invalid aparams [ext/reflection/tests/ReflectionObject_FileInfo_error.phpt] 
       
 11292 TEST 5719/11218 [ext/reflection/tests/ReflectionObject___toString_basic1.phpt]
       
 11293 PASS ReflectionObject::__toString() : very basic test with no dynamic properties [ext/reflection/tests/ReflectionObject___toString_basic1.phpt] 
       
 11294 TEST 5720/11218 [ext/reflection/tests/ReflectionObject___toString_basic2.phpt]
       
 11295 PASS ReflectionObject::__toString() : very basic test with dynamic properties [ext/reflection/tests/ReflectionObject___toString_basic2.phpt] 
       
 11296 TEST 5721/11218 [ext/reflection/tests/ReflectionObject_constructor_basic.phpt]
       
 11297 PASS ReflectionObject::__construct - basic function test [ext/reflection/tests/ReflectionObject_constructor_basic.phpt] 
       
 11298 TEST 5722/11218 [ext/reflection/tests/ReflectionObject_constructor_error.phpt]
       
 11299 PASS ReflectionObject::__construct - invalid arguments [ext/reflection/tests/ReflectionObject_constructor_error.phpt] 
       
 11300 TEST 5723/11218 [ext/reflection/tests/ReflectionObject_export_basic1.phpt]
       
 11301 PASS ReflectionObject::export() : very basic test with no dynamic properties [ext/reflection/tests/ReflectionObject_export_basic1.phpt] 
       
 11302 TEST 5724/11218 [ext/reflection/tests/ReflectionObject_export_basic2.phpt]
       
 11303 PASS ReflectionObject::export() : very basic test with dynamic properties [ext/reflection/tests/ReflectionObject_export_basic2.phpt] 
       
 11304 TEST 5725/11218 [ext/reflection/tests/ReflectionObject_export_basic3.phpt]
       
 11305 PASS ReflectionObject::export() - ensure dynamic property with same name as inherited private property is shown. [ext/reflection/tests/ReflectionObject_export_basic3.phpt] 
       
 11306 TEST 5726/11218 [ext/reflection/tests/ReflectionObject_getConstant_basic.phpt]
       
 11307 PASS ReflectionObject::getConstant() basic function test [ext/reflection/tests/ReflectionObject_getConstant_basic.phpt] 
       
 11308 TEST 5727/11218 [ext/reflection/tests/ReflectionObject_getConstant_error.phpt]
       
 11309 PASS ReflectionObject::getConstant() - invalid params [ext/reflection/tests/ReflectionObject_getConstant_error.phpt] 
       
 11310 TEST 5728/11218 [ext/reflection/tests/ReflectionObject_getConstants_basic.phpt]
       
 11311 PASS ReflectionObject::getConstants() - basic function test [ext/reflection/tests/ReflectionObject_getConstants_basic.phpt] 
       
 11312 TEST 5729/11218 [ext/reflection/tests/ReflectionObject_getConstants_error.phpt]
       
 11313 PASS ReflectionObject::getConstants() - invalid params [ext/reflection/tests/ReflectionObject_getConstants_error.phpt] 
       
 11314 TEST 5730/11218 [ext/reflection/tests/ReflectionObject_getConstructor_basic.phpt]
       
 11315 PASS ReflectionObject::getConstructor() - basic function test [ext/reflection/tests/ReflectionObject_getConstructor_basic.phpt] 
       
 11316 TEST 5731/11218 [ext/reflection/tests/ReflectionObject_getConstructor_error.phpt]
       
 11317 PASS ReflectionObject::getConstructor() - invalid params [ext/reflection/tests/ReflectionObject_getConstructor_error.phpt] 
       
 11318 TEST 5732/11218 [ext/reflection/tests/ReflectionObject_getName_basic.phpt]
       
 11319 PASS ReflectionObject::getName() - basic function test [ext/reflection/tests/ReflectionObject_getName_basic.phpt] 
       
 11320 TEST 5733/11218 [ext/reflection/tests/ReflectionObject_getName_error.phpt]
       
 11321 PASS ReflectionObject::getname() - invalid params [ext/reflection/tests/ReflectionObject_getName_error.phpt] 
       
 11322 TEST 5734/11218 [ext/reflection/tests/ReflectionObject_getName_error1.phpt]
       
 11323 PASS ReflectionObject::getName - forbid static invocation [ext/reflection/tests/ReflectionObject_getName_error1.phpt] 
       
 11324 TEST 5735/11218 [ext/reflection/tests/ReflectionObject_isInstance_basic.phpt]
       
 11325 PASS ReflectionObject::isInstance() - basic function test [ext/reflection/tests/ReflectionObject_isInstance_basic.phpt] 
       
 11326 TEST 5736/11218 [ext/reflection/tests/ReflectionObject_isInstance_error.phpt]
       
 11327 PASS ReflectionObject::isInstance() - invalid params [ext/reflection/tests/ReflectionObject_isInstance_error.phpt] 
       
 11328 TEST 5737/11218 [ext/reflection/tests/ReflectionObject_isInstantiable_basic.phpt]
       
 11329 PASS ReflectionObject::IsInstantiable() - basic function test [ext/reflection/tests/ReflectionObject_isInstantiable_basic.phpt] 
       
 11330 TEST 5738/11218 [ext/reflection/tests/ReflectionObject_isInstantiable_error.phpt]
       
 11331 PASS ReflectionObject::IsInstantiable() - invalid params [ext/reflection/tests/ReflectionObject_isInstantiable_error.phpt] 
       
 11332 TEST 5739/11218 [ext/reflection/tests/ReflectionObject_isInstantiable_variation.phpt]
       
 11333 PASS ReflectionObject::IsInstantiable() - variation - constructors [ext/reflection/tests/ReflectionObject_isInstantiable_variation.phpt] 
       
 11334 TEST 5740/11218 [ext/reflection/tests/ReflectionObject_isInternal_basic.phpt]
       
 11335 PASS ReflectionObject::isInternal() - basic function test [ext/reflection/tests/ReflectionObject_isInternal_basic.phpt] 
       
 11336 TEST 5741/11218 [ext/reflection/tests/ReflectionObject_isInternal_error.phpt]
       
 11337 PASS ReflectionObject::isInternal() - invalid params [ext/reflection/tests/ReflectionObject_isInternal_error.phpt] 
       
 11338 TEST 5742/11218 [ext/reflection/tests/ReflectionObject_isSubclassOf.002.phpt]
       
 11339 PASS ReflectionObject::isSubclassOf() - bad arguments [ext/reflection/tests/ReflectionObject_isSubclassOf.002.phpt] 
       
 11340 TEST 5743/11218 [ext/reflection/tests/ReflectionObject_isSubclassOf_basic.phpt]
       
 11341 PASS ReflectionObject::isSubclassOf() - basic function test [ext/reflection/tests/ReflectionObject_isSubclassOf_basic.phpt] 
       
 11342 TEST 5744/11218 [ext/reflection/tests/ReflectionObject_isSubclassOf_error.phpt]
       
 11343 PASS ReflectionObject::isSubclassOf() - invalid params [ext/reflection/tests/ReflectionObject_isSubclassOf_error.phpt] 
       
 11344 TEST 5745/11218 [ext/reflection/tests/ReflectionObject_isUserDefined_basic.phpt]
       
 11345 PASS ReflectionObject::isUserDefined() - basic function test [ext/reflection/tests/ReflectionObject_isUserDefined_basic.phpt] 
       
 11346 TEST 5746/11218 [ext/reflection/tests/ReflectionObject_isUserDefined_error.phpt]
       
 11347 PASS ReflectionObject::isUserDefined() - invalid params [ext/reflection/tests/ReflectionObject_isUserDefined_error.phpt] 
       
 11348 TEST 5747/11218 [ext/reflection/tests/ReflectionParameter_001.phpt]
       
 11349 PASS ReflectionParameter class - getNames() method. [ext/reflection/tests/ReflectionParameter_001.phpt] 
       
 11350 TEST 5748/11218 [ext/reflection/tests/ReflectionParameter_002.phpt]
       
 11351 PASS ReflectionParameter class - isPassedByReferenceMethod() [ext/reflection/tests/ReflectionParameter_002.phpt] 
       
 11352 TEST 5749/11218 [ext/reflection/tests/ReflectionParameter_003.phpt]
       
 11353 PASS ReflectionParameter class - isOptional, isDefaultValueAvailable and getDefaultValue methods. [ext/reflection/tests/ReflectionParameter_003.phpt] 
       
 11354 TEST 5750/11218 [ext/reflection/tests/ReflectionParameter_export_basic.phpt]
       
 11355 PASS ReflectionParameter::export() [ext/reflection/tests/ReflectionParameter_export_basic.phpt] 
       
 11356 TEST 5751/11218 [ext/reflection/tests/ReflectionParameter_export_error.phpt]
       
 11357 PASS ReflectionParameter::export() without parameters [ext/reflection/tests/ReflectionParameter_export_error.phpt] 
       
 11358 TEST 5752/11218 [ext/reflection/tests/ReflectionParameter_export_error2.phpt]
       
 11359 PASS ReflectionParameter::export() with incorrect first parameter [ext/reflection/tests/ReflectionParameter_export_error2.phpt] 
       
 11360 TEST 5753/11218 [ext/reflection/tests/ReflectionParameter_export_error3.phpt]
       
 11361 PASS ReflectionParameter::export() with incorrect second parameter [ext/reflection/tests/ReflectionParameter_export_error3.phpt] 
       
 11362 TEST 5754/11218 [ext/reflection/tests/ReflectionParameter_getDeclaringFunction_basic.phpt]
       
 11363 PASS ReflectionParameter::getDeclaringFunction() [ext/reflection/tests/ReflectionParameter_getDeclaringFunction_basic.phpt] 
       
 11364 TEST 5755/11218 [ext/reflection/tests/ReflectionParameter_getPosition_basic.phpt]
       
 11365 PASS ReflectionParameter::getPosition() [ext/reflection/tests/ReflectionParameter_getPosition_basic.phpt] 
       
 11366 TEST 5756/11218 [ext/reflection/tests/ReflectionParameter_invalidMethodInConstructor.phpt]
       
 11367 PASS ReflectionParameter::__construct(): Invalid method as constructor [ext/reflection/tests/ReflectionParameter_invalidMethodInConstructor.phpt] 
       
 11368 TEST 5757/11218 [ext/reflection/tests/ReflectionParameter_isDefault.phpt]
       
 11369 PASS ReflectionParameter::isDefault() [ext/reflection/tests/ReflectionParameter_isDefault.phpt] 
       
 11370 TEST 5758/11218 [ext/reflection/tests/ReflectionParameter_toString_basic.phpt]
       
 11371 PASS ReflectionParameter::__toString() [ext/reflection/tests/ReflectionParameter_toString_basic.phpt] 
       
 11372 TEST 5759/11218 [ext/reflection/tests/ReflectionProperty_basic1.phpt]
       
 11373 PASS Test usage of ReflectionProperty methods __toString(), export(), getName(), isPublic(), isPrivate(), isProtected(), isStatic(), getValue() and setValue(). [ext/reflection/tests/ReflectionProperty_basic1.phpt] 
       
 11374 TEST 5760/11218 [ext/reflection/tests/ReflectionProperty_basic2.phpt]
       
 11375 PASS Test usage of ReflectionProperty methods isDefault(), getModifiers(), getDeclaringClass() and getDocComment(). [ext/reflection/tests/ReflectionProperty_basic2.phpt] 
       
 11376 TEST 5761/11218 [ext/reflection/tests/ReflectionProperty_constructor_error.phpt]
       
 11377 PASS Test ReflectionProperty class constructor errors. [ext/reflection/tests/ReflectionProperty_constructor_error.phpt] 
       
 11378 TEST 5762/11218 [ext/reflection/tests/ReflectionProperty_constructor_variation1.phpt]
       
 11379 PASS ReflectionProperty::__construct(): ensure inherited private props can't be accessed through ReflectionProperty. [ext/reflection/tests/ReflectionProperty_constructor_variation1.phpt] 
       
 11380 TEST 5763/11218 [ext/reflection/tests/ReflectionProperty_error.phpt]
       
 11381 PASS Test ReflectionProperty class errors. [ext/reflection/tests/ReflectionProperty_error.phpt] 
       
 11382 TEST 5764/11218 [ext/reflection/tests/ReflectionProperty_export_basic.phpt]
       
 11383 PASS Test ReflectionProperty::export() usage. [ext/reflection/tests/ReflectionProperty_export_basic.phpt] 
       
 11384 TEST 5765/11218 [ext/reflection/tests/ReflectionProperty_export_error.phpt]
       
 11385 PASS Test ReflectionProperty::export() errors. [ext/reflection/tests/ReflectionProperty_export_error.phpt] 
       
 11386 TEST 5766/11218 [ext/reflection/tests/ReflectionProperty_getDeclaringClass_variation1.phpt]
       
 11387 PASS Test ReflectionProperty::getDeclaringClass() with inherited properties. [ext/reflection/tests/ReflectionProperty_getDeclaringClass_variation1.phpt] 
       
 11388 TEST 5767/11218 [ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt]
       
 11389 PASS Test ReflectionProperty::getDocComment() usage. [ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt] 
       
 11390 TEST 5768/11218 [ext/reflection/tests/ReflectionProperty_getDocComment_error.phpt]
       
 11391 PASS Test ReflectionProperty::getDocComment() errors. [ext/reflection/tests/ReflectionProperty_getDocComment_error.phpt] 
       
 11392 TEST 5769/11218 [ext/reflection/tests/ReflectionProperty_getModifiers.001.phpt]
       
 11393 PASS ReflectionProperty::getModifiers() [ext/reflection/tests/ReflectionProperty_getModifiers.001.phpt] 
       
 11394 TEST 5770/11218 [ext/reflection/tests/ReflectionProperty_getModifiers_basic.phpt]
       
 11395 PASS Test ReflectionProperty::getModifiers() usage. [ext/reflection/tests/ReflectionProperty_getModifiers_basic.phpt] 
       
 11396 TEST 5771/11218 [ext/reflection/tests/ReflectionProperty_getValue_error.phpt]
       
 11397 PASS Test ReflectionProperty::getValue() errors. [ext/reflection/tests/ReflectionProperty_getValue_error.phpt] 
       
 11398 TEST 5772/11218 [ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt]
       
 11399 PASS Test ReflectionProperty::isDefault() usage. [ext/reflection/tests/ReflectionProperty_isDefault_basic.phpt] 
       
 11400 TEST 5773/11218 [ext/reflection/tests/ReflectionProperty_setAccessible.phpt]
       
 11401 PASS Test ReflectionProperty::setAccessible(). [ext/reflection/tests/ReflectionProperty_setAccessible.phpt] 
       
 11402 TEST 5774/11218 [ext/reflection/tests/ReflectionProperty_setValue_error.phpt]
       
 11403 PASS Test ReflectionProperty::setValue() error cases. [ext/reflection/tests/ReflectionProperty_setValue_error.phpt] 
       
 11404 TEST 5775/11218 [ext/reflection/tests/bug26640.phpt]
       
 11405 PASS Reflection Bug #26640 (__autoload() not invoked by Reflection classes) [ext/reflection/tests/bug26640.phpt] 
       
 11406 TEST 5776/11218 [ext/reflection/tests/bug26695.phpt]
       
 11407 PASS Reflection Bug #26695 (Reflection API does not recognize mixed-case class hints) [ext/reflection/tests/bug26695.phpt] 
       
 11408 TEST 5777/11218 [ext/reflection/tests/bug29268.phpt]
       
 11409 PASS Reflection Bug #29268 (__autoload() not called with reflectionProperty->getClass()) [ext/reflection/tests/bug29268.phpt] 
       
 11410 TEST 5778/11218 [ext/reflection/tests/bug29523.phpt]
       
 11411 PASS Reflection Bug #29523 (ReflectionParameter::isOptional() is incorrect) [ext/reflection/tests/bug29523.phpt] 
       
 11412 TEST 5779/11218 [ext/reflection/tests/bug29828.phpt]
       
 11413 PASS Reflection Bug #29828 (Interfaces no longer work) [ext/reflection/tests/bug29828.phpt] 
       
 11414 TEST 5780/11218 [ext/reflection/tests/bug29986.phpt]
       
 11415 PASS Reflection Bug #29986 (Class constants won't work with predefined constants when using ReflectionClass) [ext/reflection/tests/bug29986.phpt] 
       
 11416 TEST 5781/11218 [ext/reflection/tests/bug30146.phpt]
       
 11417 PASS Reflection Bug #30146 (ReflectionProperty->getValue() requires instance for static property) [ext/reflection/tests/bug30146.phpt] 
       
 11418 TEST 5782/11218 [ext/reflection/tests/bug30148.phpt]
       
 11419 PASS Reflection Bug #30148 (ReflectionMethod->isConstructor() fails for inherited classes) [ext/reflection/tests/bug30148.phpt] 
       
 11420 TEST 5783/11218 [ext/reflection/tests/bug30209.phpt]
       
 11421 PASS Reflection Bug #30209 (ReflectionClass::getMethod() lowercases attribute) [ext/reflection/tests/bug30209.phpt] 
       
 11422 TEST 5784/11218 [ext/reflection/tests/bug30856.phpt]
       
 11423 PASS Reflection Bug #30856 (ReflectionClass::getStaticProperties segfaults) [ext/reflection/tests/bug30856.phpt] 
       
 11424 TEST 5785/11218 [ext/reflection/tests/bug30961.phpt]
       
 11425 PASS Reflection Bug #30961 (Wrong linenumber in ReflectionClass getStartLine()) [ext/reflection/tests/bug30961.phpt] 
       
 11426 TEST 5786/11218 [ext/reflection/tests/bug31651.phpt]
       
 11427 PASS Reflection Bug #31651 (ReflectionClass::getDefaultProperties segfaults with arrays.) [ext/reflection/tests/bug31651.phpt] 
       
 11428 TEST 5787/11218 [ext/reflection/tests/bug32981.phpt]
       
 11429 PASS Reflection Bug #32981 (ReflectionMethod::getStaticVariables() causes apache2.0.54 seg fault) [ext/reflection/tests/bug32981.phpt] 
       
 11430 TEST 5788/11218 [ext/reflection/tests/bug33312.phpt]
       
 11431 PASS Reflection Bug #33312 (ReflectionParameter methods do not work correctly) [ext/reflection/tests/bug33312.phpt] 
       
 11432 TEST 5789/11218 [ext/reflection/tests/bug33389.phpt]
       
 11433 PASS Reflection Bug #33389 (double free() when exporting a ReflectionClass) [ext/reflection/tests/bug33389.phpt] 
       
 11434 TEST 5790/11218 [ext/reflection/tests/bug36308.phpt]
       
 11435 PASS Reflection Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commentary) [ext/reflection/tests/bug36308.phpt] 
       
 11436 TEST 5791/11218 [ext/reflection/tests/bug36337.phpt]
       
 11437 PASS Reflection Bug #36337 (ReflectionProperty fails to return correct visibility) [ext/reflection/tests/bug36337.phpt] 
       
 11438 TEST 5792/11218 [ext/reflection/tests/bug36434.phpt]
       
 11439 PASS Reflection Bug #36434 (Properties from parent class fail to indetify their true origin) [ext/reflection/tests/bug36434.phpt] 
       
 11440 TEST 5793/11218 [ext/reflection/tests/bug37816.phpt]
       
 11441 PASS Bug #37816 (ReflectionProperty does not throw exception when accessing protected attribute) [ext/reflection/tests/bug37816.phpt] 
       
 11442 TEST 5794/11218 [ext/reflection/tests/bug37964.phpt]
       
 11443 PASS Reflection Bug #37964 (Reflection shows private methods of parent class) [ext/reflection/tests/bug37964.phpt] 
       
 11444 TEST 5795/11218 [ext/reflection/tests/bug38132.phpt]
       
 11445 PASS Reflection Bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key names) [ext/reflection/tests/bug38132.phpt] 
       
 11446 TEST 5796/11218 [ext/reflection/tests/bug38194.phpt]
       
 11447 PASS Reflection Bug #38194 (ReflectionClass::isSubclassOf() returns TRUE for the class itself) [ext/reflection/tests/bug38194.phpt] 
       
 11448 TEST 5797/11218 [ext/reflection/tests/bug38217.phpt]
       
 11449 PASS Bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory) [ext/reflection/tests/bug38217.phpt] 
       
 11450 TEST 5798/11218 [ext/reflection/tests/bug38465.phpt]
       
 11451 PASS Bug #38465 (ReflectionParameter fails on access to self::) [ext/reflection/tests/bug38465.phpt] 
       
 11452 TEST 5799/11218 [ext/reflection/tests/bug38653.phpt]
       
 11453 PASS Bug #38653 (memory leak in ReflectionClass::getConstant()) [ext/reflection/tests/bug38653.phpt] 
       
 11454 TEST 5800/11218 [ext/reflection/tests/bug38942.phpt]
       
 11455 PASS Bug #38942 (Double old-style-ctor inheritance) [ext/reflection/tests/bug38942.phpt] 
       
 11456 TEST 5801/11218 [ext/reflection/tests/bug39001.phpt]
       
 11457 PASS Bug #39001 (ReflectionProperty returns incorrect declaring class for protected properties) [ext/reflection/tests/bug39001.phpt] 
       
 11458 TEST 5802/11218 [ext/reflection/tests/bug39067.phpt]
       
 11459 PASS Bug #39067 (getDeclaringClass() and private properties) [ext/reflection/tests/bug39067.phpt] 
       
 11460 TEST 5803/11218 [ext/reflection/tests/bug39884.phpt]
       
 11461 PASS Bug #39884 (ReflectionParameter::getClass() throws exception for type hint self) [ext/reflection/tests/bug39884.phpt] 
       
 11462 TEST 5804/11218 [ext/reflection/tests/bug40431.phpt]
       
 11463 PASS Bug #40431 (dynamic properties may cause crash in ReflectionProperty methods) [ext/reflection/tests/bug40431.phpt] 
       
 11464 TEST 5805/11218 [ext/reflection/tests/bug40794.phpt]
       
 11465 PASS Bug #40794 (ReflectionObject::getValues() may crash when used with dynamic properties) [ext/reflection/tests/bug40794.phpt] 
       
 11466 TEST 5806/11218 [ext/reflection/tests/bug41061.phpt]
       
 11467 PASS Reflection Bug #41061 ("visibility error" in ReflectionFunction::export()) [ext/reflection/tests/bug41061.phpt] 
       
 11468 TEST 5807/11218 [ext/reflection/tests/bug41884.phpt]
       
 11469 PASS Bug #41884 (ReflectionClass::getDefaultProperties() does not handle static attributes) [ext/reflection/tests/bug41884.phpt] 
       
 11470 TEST 5808/11218 [ext/reflection/tests/bug42976.phpt]
       
 11471 PASS Bug #42976 (Crash when constructor for newInstance() or newInstanceArgs() fails) [ext/reflection/tests/bug42976.phpt] 
       
 11472 TEST 5809/11218 [ext/reflection/tests/bug43926.phpt]
       
 11473 PASS Bug #43926 (isInstance() isn't equivalent to instanceof operator) [ext/reflection/tests/bug43926.phpt] 
       
 11474 TEST 5810/11218 [ext/reflection/tests/bug45139.phpt]
       
 11475 PASS Bug #45139 (ReflectionProperty returns incorrect declaring class) [ext/reflection/tests/bug45139.phpt] 
       
 11476 TEST 5811/11218 [ext/reflection/tests/bug45571.phpt]
       
 11477 PASS Bug #45571 (ReflectionClass::export() shows superclasses' private static methods.) [ext/reflection/tests/bug45571.phpt] 
       
 11478 TEST 5812/11218 [ext/reflection/tests/bug45765.phpt]
       
 11479 PASS Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error) [ext/reflection/tests/bug45765.phpt] 
       
 11480 TEST 5813/11218 [ext/reflection/tests/bug46064.phpt]
       
 11481 PASS Bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property) [ext/reflection/tests/bug46064.phpt] 
       
 11482 TEST 5814/11218 [ext/reflection/tests/bug46064_2.phpt]
       
 11483 PASS Bug #46064.2 (Exception when creating ReflectionProperty object on dynamicly created property) [ext/reflection/tests/bug46064_2.phpt] 
       
 11484 TEST 5815/11218 [ext/reflection/tests/bug46205.phpt]
       
 11485 PASS Bug #46205 (Closure - Memory leaks when ReflectionException is thrown) [ext/reflection/tests/bug46205.phpt] 
       
 11486 TEST 5816/11218 [ext/reflection/tests/bug47254.phpt]
       
 11487 PASS Bug #47254 [ext/reflection/tests/bug47254.phpt] 
       
 11488 TEST 5817/11218 [ext/reflection/tests/bug48336.phpt]
       
 11489 PASS Bug #48286 (ReflectionProperty::getDeclaringClass() does not work with redeclared properties) [ext/reflection/tests/bug48336.phpt] 
       
 11490 TEST 5818/11218 [ext/reflection/tests/bug48757.phpt]
       
 11491 PASS Bug #48757 (ReflectionFunction::invoke() parameter issues) [ext/reflection/tests/bug48757.phpt] 
       
 11492 TEST 5819/11218 [ext/reflection/tests/bug49074.phpt]
       
 11493 PASS Bug #49074 (private class static fields can be modified by using reflection) [ext/reflection/tests/bug49074.phpt] 
       
 11494 TEST 5820/11218 [ext/reflection/tests/bug49092.phpt]
       
 11495 PASS Bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces) [ext/reflection/tests/bug49092.phpt] 
       
 11496 TEST 5821/11218 [ext/reflection/tests/bug49719.phpt]
       
 11497 PASS Bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class) [ext/reflection/tests/bug49719.phpt] 
       
 11498 TEST 5822/11218 [ext/reflection/tests/bug51905.phpt]
       
 11499 PASS Bug #51905 (ReflectionParameter fails if default value is an array with an access to self::) [ext/reflection/tests/bug51905.phpt] 
       
 11500 TEST 5823/11218 [ext/reflection/tests/bug51911.phpt]
       
 11501 PASS Bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array) [ext/reflection/tests/bug51911.phpt] 
       
 11502 TEST 5824/11218 [ext/reflection/tests/bug52057.phpt]
       
 11503 PASS Bug #52057 (ReflectionClass fails on Closure class) [ext/reflection/tests/bug52057.phpt] 
       
 11504 TEST 5825/11218 [ext/reflection/tests/bug52854.phpt]
       
 11505 PASS Bug #52854: ReflectionClass::newInstanceArgs does not work for classes without constructors [ext/reflection/tests/bug52854.phpt] 
       
 11506 TEST 5826/11218 [ext/reflection/tests/bug53366.phpt]
       
 11507 PASS Bug #53366 (Reflection doesnt get dynamic property value from getProperty()) [ext/reflection/tests/bug53366.phpt] 
       
 11508 TEST 5827/11218 [ext/reflection/tests/bug53915.phpt]
       
 11509 PASS Bug #53915 - ReflectionClass::getConstant(s) emits fatal error on selfreferencing constants [ext/reflection/tests/bug53915.phpt] 
       
 11510 TEST 5828/11218 [ext/reflection/tests/bug60367.phpt]
       
 11511 PASS Bug #60367 (Reflection and Late Static Binding) [ext/reflection/tests/bug60367.phpt] 
       
 11512 TEST 5829/11218 [ext/reflection/tests/bug61388.phpt]
       
 11513 PASS ReflectionObject:getProperties() issues invalid reads when it get_properties returns a hash table with (inaccessible) dynamic numeric properties [ext/reflection/tests/bug61388.phpt] 
       
 11514 TEST 5830/11218 [ext/reflection/tests/bug62384.phpt]
       
 11515 PASS Bug #62384 (Attempting to invoke a Closure more than once causes segfaul) [ext/reflection/tests/bug62384.phpt] 
       
 11516 TEST 5831/11218 [ext/reflection/tests/bug62715.phpt]
       
 11517 PASS Bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result) [ext/reflection/tests/bug62715.phpt] 
       
 11518 TEST 5832/11218 [ext/reflection/tests/bug63614.phpt]
       
 11519 PASS Bug #63614 (Fatal error on Reflection) [ext/reflection/tests/bug63614.phpt] 
       
 11520 TEST 5833/11218 [ext/reflection/tests/closures_001.phpt]
       
 11521 PASS Reflection on closures [ext/reflection/tests/closures_001.phpt] 
       
 11522 TEST 5834/11218 [ext/reflection/tests/closures_002.phpt]
       
 11523 PASS Reflection on invokable objects [ext/reflection/tests/closures_002.phpt] 
       
 11524 TEST 5835/11218 [ext/reflection/tests/closures_003.phpt]
       
 11525 PASS Reflection on closures: Segfaults with getParameters() and getDeclaringFunction() [ext/reflection/tests/closures_003.phpt] 
       
 11526 TEST 5836/11218 [ext/reflection/tests/parameters_001.phpt]
       
 11527 PASS ReflectionParameter Check for parameter being optional [ext/reflection/tests/parameters_001.phpt] 
       
 11528 TEST 5837/11218 [ext/reflection/tests/parameters_002.phpt]
       
 11529 PASS ReflectionParameter::getClass(), getDeclaringClass(), getDeclaringFunction() [ext/reflection/tests/parameters_002.phpt] 
       
 11530 TEST 5838/11218 [ext/reflection/tests/property_exists.phpt]
       
 11531 PASS Reflection and property_exists() [ext/reflection/tests/property_exists.phpt] 
       
 11532 TEST 5839/11218 [ext/reflection/tests/static_properties_002.phpt]
       
 11533 PASS Reflection and inheriting static properties [ext/reflection/tests/static_properties_002.phpt] 
       
 11534 TEST 5840/11218 [ext/session/tests/001.phpt]
       
 11535 SKIP session object serialization [ext/session/tests/001.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11536 TEST 5841/11218 [ext/session/tests/002.phpt]
       
 11537 SKIP session_unset() without a initialized session [ext/session/tests/002.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11538 TEST 5842/11218 [ext/session/tests/003.phpt]
       
 11539 SKIP session object deserialization [ext/session/tests/003.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11540 TEST 5843/11218 [ext/session/tests/004.phpt]
       
 11541 SKIP session_set_save_handler test [ext/session/tests/004.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11542 TEST 5844/11218 [ext/session/tests/005.phpt]
       
 11543 SKIP custom save handler, multiple session_start()s, complex data structure test. [ext/session/tests/005.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11544 TEST 5845/11218 [ext/session/tests/006.phpt]
       
 11545 SKIP correct instantiation of references between variables in sessions [ext/session/tests/006.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11546 TEST 5846/11218 [ext/session/tests/007.phpt]
       
 11547 SKIP bug compatibility: unset($c) with enabled register_globals [ext/session/tests/007.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11548 TEST 5847/11218 [ext/session/tests/008-php4.2.3.phpt]
       
 11549 SKIP bug compatibility: global is used albeit register_globals=0 [ext/session/tests/008-php4.2.3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11550 TEST 5848/11218 [ext/session/tests/009.phpt]
       
 11551 SKIP unset($_SESSION["name"]); should work with register_globals=off [ext/session/tests/009.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11552 TEST 5849/11218 [ext/session/tests/010.phpt]
       
 11553 SKIP $session_array = explode(";", session_encode()); should not segfault [ext/session/tests/010.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11554 TEST 5850/11218 [ext/session/tests/011.phpt]
       
 11555 SKIP session_decode(); should not segfault [ext/session/tests/011.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11556 TEST 5851/11218 [ext/session/tests/012.phpt]
       
 11557 SKIP registering $_SESSION should not segfault [ext/session/tests/012.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11558 TEST 5852/11218 [ext/session/tests/013.phpt]
       
 11559 SKIP redefining SID should not cause warnings [ext/session/tests/013.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11560 TEST 5853/11218 [ext/session/tests/014.phpt]
       
 11561 SKIP a script should not be able to modify session.use_trans_sid [ext/session/tests/014.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11562 TEST 5854/11218 [ext/session/tests/015.phpt]
       
 11563 SKIP use_trans_sid should not affect SID [ext/session/tests/015.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11564 TEST 5855/11218 [ext/session/tests/016.phpt]
       
 11565 PASS invalid session.save_path should not cause a segfault [ext/session/tests/016.phpt] 
       
 11566 TEST 5856/11218 [ext/session/tests/017.phpt]
       
 11567 SKIP setting $_SESSION before session_start() should not cause segfault [ext/session/tests/017.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11568 TEST 5857/11218 [ext/session/tests/018.phpt]
       
 11569 SKIP rewriter correctly handles attribute names which contain dashes [ext/session/tests/018.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11570 TEST 5858/11218 [ext/session/tests/019.phpt]
       
 11571 SKIP serializing references test case using globals [ext/session/tests/019.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11572 TEST 5859/11218 [ext/session/tests/020.phpt]
       
 11573 SKIP rewriter uses arg_seperator.output for modifying URLs [ext/session/tests/020.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11574 TEST 5860/11218 [ext/session/tests/021.phpt]
       
 11575 SKIP rewriter handles form and fieldset tags correctly [ext/session/tests/021.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11576 TEST 5861/11218 [ext/session/tests/022.phpt]
       
 11577 SKIP session object serialization [ext/session/tests/022.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11578 TEST 5862/11218 [ext/session/tests/023.phpt]
       
 11579 SKIP session object deserialization [ext/session/tests/023.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11580 TEST 5863/11218 [ext/session/tests/024.phpt]
       
 11581 SKIP session_set_save_handler test [ext/session/tests/024.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11582 TEST 5864/11218 [ext/session/tests/025.phpt]
       
 11583 SKIP custom save handler, multiple session_start()s, complex data structure test. [ext/session/tests/025.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11584 TEST 5865/11218 [ext/session/tests/026.phpt]
       
 11585 SKIP correct instantiation of references between variables in sessions [ext/session/tests/026.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11586 TEST 5866/11218 [ext/session/tests/027.phpt]
       
 11587 SKIP unset($_SESSION["name"]); should work [ext/session/tests/027.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11588 TEST 5867/11218 [ext/session/tests/028.phpt]
       
 11589 SKIP $session_array = explode(";", session_encode()); should not segfault [ext/session/tests/028.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11590 TEST 5868/11218 [ext/session/tests/029.phpt]
       
 11591 SKIP session_decode(); should not segfault [ext/session/tests/029.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11592 TEST 5869/11218 [ext/session/tests/030.phpt]
       
 11593 SKIP redefining SID should not cause warnings [ext/session/tests/030.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11594 TEST 5870/11218 [ext/session/tests/031.phpt]
       
 11595 SKIP setting hash_function to sha512 and hash_bits_per_character > 4 should not crash [ext/session/tests/031.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11596 TEST 5871/11218 [ext/session/tests/bug24592.phpt]
       
 11597 SKIP Bug #24592 (crash when multiple NULL values are being stored) [ext/session/tests/bug24592.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11598 TEST 5872/11218 [ext/session/tests/bug26862.phpt]
       
 11599 SKIP Bug #26862 (ob_flush() before output_reset_rewrite_vars() results in data loss) [ext/session/tests/bug26862.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11600 TEST 5873/11218 [ext/session/tests/bug31454.phpt]
       
 11601 SKIP Bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref) [ext/session/tests/bug31454.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11602 TEST 5874/11218 [ext/session/tests/bug32330.phpt]
       
 11603 PASS Bug #32330 (session_destroy, "Failed to initialize storage module", custom session handler) [ext/session/tests/bug32330.phpt] 
       
 11604 TEST 5875/11218 [ext/session/tests/bug36459.phpt]
       
 11605 SKIP Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n) [ext/session/tests/bug36459.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11606 TEST 5876/11218 [ext/session/tests/bug38377.phpt]
       
 11607 SKIP Bug #38377 (session_destroy() gives warning after session_regenerate_id()) [ext/session/tests/bug38377.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11608 TEST 5877/11218 [ext/session/tests/bug41600.phpt]
       
 11609 SKIP Bug #41600 (url rewriter tags doesn't work with namespaced tags) [ext/session/tests/bug41600.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11610 TEST 5878/11218 [ext/session/tests/bug42596.phpt]
       
 11611 SKIP Bug #42596 (session.save_path MODE option will not set "write" bit for group or world) [ext/session/tests/bug42596.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11612 TEST 5879/11218 [ext/session/tests/bug51338.phpt]
       
 11613 SKIP Bug #51338 (URL-Rewriter should not get enabled if use_only_cookies is set to 1) [ext/session/tests/bug51338.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11614 TEST 5880/11218 [ext/session/tests/bug53141.phpt]
       
 11615 SKIP Bug #53141 (autoload misbehaves if called from closing session) [ext/session/tests/bug53141.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11616 TEST 5881/11218 [ext/session/tests/bug60634.phpt]
       
 11617 XFAIL Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) [ext/session/tests/bug60634.phpt]   XFAIL REASON: Long term low priority bug, working on it
       
 11618 TEST 5882/11218 [ext/session/tests/bug60634_error_1.phpt]
       
 11619 XFAIL Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in write during exec [ext/session/tests/bug60634_error_1.phpt]   XFAIL REASON: Long term low priority bug, working on it
       
 11620 TEST 5883/11218 [ext/session/tests/bug60634_error_2.phpt]
       
 11621 XFAIL Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in write during exec [ext/session/tests/bug60634_error_2.phpt]   XFAIL REASON: Long term low priority bug, working on it
       
 11622 TEST 5884/11218 [ext/session/tests/bug60634_error_3.phpt]
       
 11623 XFAIL Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in write after exec [ext/session/tests/bug60634_error_3.phpt]   XFAIL REASON: Long term low priority bug, working on it
       
 11624 TEST 5885/11218 [ext/session/tests/bug60634_error_4.phpt]
       
 11625 XFAIL Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in write after exec [ext/session/tests/bug60634_error_4.phpt]   XFAIL REASON: Long term low priority bug, working on it
       
 11626 TEST 5886/11218 [ext/session/tests/bug60634_error_5.phpt]
       
 11627 XFAIL Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in close during exec [ext/session/tests/bug60634_error_5.phpt]   XFAIL REASON: Long term low priority bug, working on it
       
 11628 TEST 5887/11218 [ext/session/tests/bug60860.phpt]
       
 11629 SKIP Bug #60860 (session.save_handler=user without defined function core dumps) [ext/session/tests/bug60860.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11630 TEST 5888/11218 [ext/session/tests/session_cache_expire_basic.phpt]
       
 11631 SKIP Test session_cache_expire() function : basic functionality [ext/session/tests/session_cache_expire_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11632 TEST 5889/11218 [ext/session/tests/session_cache_expire_error.phpt]
       
 11633 SKIP Test session_cache_expire() function : error functionality [ext/session/tests/session_cache_expire_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11634 TEST 5890/11218 [ext/session/tests/session_cache_expire_variation1.phpt]
       
 11635 SKIP Test session_cache_expire() function : variation [ext/session/tests/session_cache_expire_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11636 TEST 5891/11218 [ext/session/tests/session_cache_expire_variation2.phpt]
       
 11637 SKIP Test session_cache_expire() function : variation [ext/session/tests/session_cache_expire_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11638 TEST 5892/11218 [ext/session/tests/session_cache_expire_variation3.phpt]
       
 11639 SKIP Test session_cache_expire() function : variation [ext/session/tests/session_cache_expire_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11640 TEST 5893/11218 [ext/session/tests/session_cache_limiter_basic.phpt]
       
 11641 SKIP Test session_cache_limiter() function : basic functionality [ext/session/tests/session_cache_limiter_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11642 TEST 5894/11218 [ext/session/tests/session_cache_limiter_error.phpt]
       
 11643 SKIP Test session_cache_limiter() function : error functionality [ext/session/tests/session_cache_limiter_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11644 TEST 5895/11218 [ext/session/tests/session_cache_limiter_variation1.phpt]
       
 11645 SKIP Test session_cache_limiter() function : variation [ext/session/tests/session_cache_limiter_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11646 TEST 5896/11218 [ext/session/tests/session_cache_limiter_variation2.phpt]
       
 11647 SKIP Test session_cache_limiter() function : variation [ext/session/tests/session_cache_limiter_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11648 TEST 5897/11218 [ext/session/tests/session_cache_limiter_variation3.phpt]
       
 11649 SKIP Test session_cache_limiter() function : variation [ext/session/tests/session_cache_limiter_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11650 TEST 5898/11218 [ext/session/tests/session_commit_basic.phpt]
       
 11651 SKIP Test session_commit() function : basic functionality [ext/session/tests/session_commit_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11652 TEST 5899/11218 [ext/session/tests/session_commit_error.phpt]
       
 11653 SKIP Test session_commit() function : error functionality [ext/session/tests/session_commit_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11654 TEST 5900/11218 [ext/session/tests/session_commit_variation1.phpt]
       
 11655 SKIP Test session_commit() function : variation [ext/session/tests/session_commit_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11656 TEST 5901/11218 [ext/session/tests/session_commit_variation2.phpt]
       
 11657 SKIP Test session_commit() function : variation [ext/session/tests/session_commit_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11658 TEST 5902/11218 [ext/session/tests/session_commit_variation3.phpt]
       
 11659 SKIP Test session_start() function : variation [ext/session/tests/session_commit_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11660 TEST 5903/11218 [ext/session/tests/session_commit_variation4.phpt]
       
 11661 SKIP Test session_commit() function : variation [ext/session/tests/session_commit_variation4.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11662 TEST 5904/11218 [ext/session/tests/session_decode_basic.phpt]
       
 11663 SKIP Test session_decode() function : basic functionality [ext/session/tests/session_decode_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11664 TEST 5905/11218 [ext/session/tests/session_decode_error.phpt]
       
 11665 SKIP Test session_decode() function : error functionality [ext/session/tests/session_decode_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11666 TEST 5906/11218 [ext/session/tests/session_decode_error2.phpt]
       
 11667 SKIP Test session_decode() function : error functionality [ext/session/tests/session_decode_error2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11668 TEST 5907/11218 [ext/session/tests/session_decode_variation1.phpt]
       
 11669 SKIP Test session_decode() function : variation [ext/session/tests/session_decode_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11670 TEST 5908/11218 [ext/session/tests/session_decode_variation2.phpt]
       
 11671 SKIP Test session_decode() function : basic functionality [ext/session/tests/session_decode_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11672 TEST 5909/11218 [ext/session/tests/session_decode_variation3.phpt]
       
 11673 SKIP Test session_decode() function : variation [ext/session/tests/session_decode_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11674 TEST 5910/11218 [ext/session/tests/session_decode_variation4.phpt]
       
 11675 SKIP Test session_decode() function : variation [ext/session/tests/session_decode_variation4.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11676 TEST 5911/11218 [ext/session/tests/session_destroy_error.phpt]
       
 11677 SKIP Test session_destroy() function : error functionality [ext/session/tests/session_destroy_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11678 TEST 5912/11218 [ext/session/tests/session_destroy_variation1.phpt]
       
 11679 SKIP Test session_destroy() function : variation [ext/session/tests/session_destroy_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11680 TEST 5913/11218 [ext/session/tests/session_destroy_variation2.phpt]
       
 11681 SKIP Test session_destroy() function : variation [ext/session/tests/session_destroy_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11682 TEST 5914/11218 [ext/session/tests/session_destroy_variation3.phpt]
       
 11683 SKIP Test session_destroy() function : variation [ext/session/tests/session_destroy_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11684 TEST 5915/11218 [ext/session/tests/session_encode_basic.phpt]
       
 11685 SKIP Test session_encode() function : basic functionality [ext/session/tests/session_encode_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11686 TEST 5916/11218 [ext/session/tests/session_encode_error.phpt]
       
 11687 SKIP Test session_encode() function : basic functionality [ext/session/tests/session_encode_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11688 TEST 5917/11218 [ext/session/tests/session_encode_error2.phpt]
       
 11689 SKIP Test session_encode() function : error functionality [ext/session/tests/session_encode_error2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11690 TEST 5918/11218 [ext/session/tests/session_encode_variation1.phpt]
       
 11691 SKIP Test session_encode() function : variation [ext/session/tests/session_encode_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11692 TEST 5919/11218 [ext/session/tests/session_encode_variation2.phpt]
       
 11693 SKIP Test session_encode() function : variation [ext/session/tests/session_encode_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11694 TEST 5920/11218 [ext/session/tests/session_encode_variation3.phpt]
       
 11695 SKIP Test session_encode() function : variation [ext/session/tests/session_encode_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11696 TEST 5921/11218 [ext/session/tests/session_encode_variation4.phpt]
       
 11697 SKIP Test session_encode() function : variation [ext/session/tests/session_encode_variation4.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11698 TEST 5922/11218 [ext/session/tests/session_encode_variation5.phpt]
       
 11699 SKIP Test session_encode() function : variation [ext/session/tests/session_encode_variation5.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11700 TEST 5923/11218 [ext/session/tests/session_encode_variation6.phpt]
       
 11701 SKIP Test session_encode() function : variation [ext/session/tests/session_encode_variation6.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11702 TEST 5924/11218 [ext/session/tests/session_encode_variation7.phpt]
       
 11703 SKIP Test session_encode() function : variation [ext/session/tests/session_encode_variation7.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11704 TEST 5925/11218 [ext/session/tests/session_encode_variation8.phpt]
       
 11705 SKIP Test session_encode() function : variation [ext/session/tests/session_encode_variation8.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11706 TEST 5926/11218 [ext/session/tests/session_get_cookie_params_basic.phpt]
       
 11707 SKIP Test session_get_cookie_params() function : basic functionality [ext/session/tests/session_get_cookie_params_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11708 TEST 5927/11218 [ext/session/tests/session_get_cookie_params_error.phpt]
       
 11709 SKIP Test session_get_cookie_params() function : error functionality [ext/session/tests/session_get_cookie_params_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11710 TEST 5928/11218 [ext/session/tests/session_get_cookie_params_variation1.phpt]
       
 11711 SKIP Test session_get_cookie_params() function : variation [ext/session/tests/session_get_cookie_params_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11712 TEST 5929/11218 [ext/session/tests/session_id_basic.phpt]
       
 11713 SKIP Test session_id() function : basic functionality [ext/session/tests/session_id_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11714 TEST 5930/11218 [ext/session/tests/session_id_error.phpt]
       
 11715 SKIP Test session_id() function : error functionality [ext/session/tests/session_id_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11716 TEST 5931/11218 [ext/session/tests/session_id_error2.phpt]
       
 11717 SKIP Test session_id() function : error functionality [ext/session/tests/session_id_error2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11718 TEST 5932/11218 [ext/session/tests/session_id_error3.phpt]
       
 11719 SKIP Test session_id() function : error functionality [ext/session/tests/session_id_error3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11720 TEST 5933/11218 [ext/session/tests/session_id_error4.phpt]
       
 11721 SKIP Test session_id() function : error functionality [ext/session/tests/session_id_error4.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11722 TEST 5934/11218 [ext/session/tests/session_id_variation1.phpt]
       
 11723 SKIP Test session_id() function : variation [ext/session/tests/session_id_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11724 TEST 5935/11218 [ext/session/tests/session_id_variation2.phpt]
       
 11725 SKIP Test session_id() function : variation [ext/session/tests/session_id_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11726 TEST 5936/11218 [ext/session/tests/session_is_registered_basic.phpt]
       
 11727 SKIP Test session_unregister() function : basic functionality [ext/session/tests/session_is_registered_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11728 TEST 5937/11218 [ext/session/tests/session_is_registered_variation1.phpt]
       
 11729 SKIP Test session_unregister() function : variation [ext/session/tests/session_is_registered_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11730 TEST 5938/11218 [ext/session/tests/session_is_registered_variation2.phpt]
       
 11731 SKIP Test session_unregister() function : variation [ext/session/tests/session_is_registered_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11732 TEST 5939/11218 [ext/session/tests/session_is_registered_variation3.phpt]
       
 11733 SKIP Test session_unregister() function : variation [ext/session/tests/session_is_registered_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11734 TEST 5940/11218 [ext/session/tests/session_module_name_basic.phpt]
       
 11735 SKIP Test session_module_name() function : basic functionality [ext/session/tests/session_module_name_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11736 TEST 5941/11218 [ext/session/tests/session_module_name_error.phpt]
       
 11737 SKIP Test session_module_name() function : error functionality [ext/session/tests/session_module_name_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11738 TEST 5942/11218 [ext/session/tests/session_module_name_variation1.phpt]
       
 11739 SKIP Test session_module_name() function : variation [ext/session/tests/session_module_name_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11740 TEST 5943/11218 [ext/session/tests/session_module_name_variation2.phpt]
       
 11741 SKIP Test session_module_name() function : variation [ext/session/tests/session_module_name_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11742 TEST 5944/11218 [ext/session/tests/session_module_name_variation3.phpt]
       
 11743 PASS Test session_module_name() function : variation [ext/session/tests/session_module_name_variation3.phpt] 
       
 11744 TEST 5945/11218 [ext/session/tests/session_module_name_variation4.phpt]
       
 11745 SKIP Test session_module_name() function : variation [ext/session/tests/session_module_name_variation4.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11746 TEST 5946/11218 [ext/session/tests/session_name_basic.phpt]
       
 11747 PASS Test session_name() function : error functionality [ext/session/tests/session_name_basic.phpt] 
       
 11748 TEST 5947/11218 [ext/session/tests/session_name_error.phpt]
       
 11749 PASS Test session_name() function : error functionality [ext/session/tests/session_name_error.phpt] 
       
 11750 TEST 5948/11218 [ext/session/tests/session_name_variation1.phpt]
       
 11751 PASS Test session_name() function : variation [ext/session/tests/session_name_variation1.phpt] 
       
 11752 TEST 5949/11218 [ext/session/tests/session_name_variation2.phpt]
       
 11753 SKIP Test session_name() function : variation [ext/session/tests/session_name_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11754 TEST 5950/11218 [ext/session/tests/session_regenerate_id_basic.phpt]
       
 11755 SKIP Test session_regenerate_id() function : basic functionality [ext/session/tests/session_regenerate_id_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11756 TEST 5951/11218 [ext/session/tests/session_regenerate_id_error.phpt]
       
 11757 SKIP Test session_regenerate_id() function : error functionality [ext/session/tests/session_regenerate_id_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11758 TEST 5952/11218 [ext/session/tests/session_regenerate_id_variation1.phpt]
       
 11759 SKIP Test session_regenerate_id() function : variation [ext/session/tests/session_regenerate_id_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11760 TEST 5953/11218 [ext/session/tests/session_register_basic.phpt]
       
 11761 SKIP Test session_register() function : basic functionality [ext/session/tests/session_register_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11762 TEST 5954/11218 [ext/session/tests/session_register_variation1.phpt]
       
 11763 SKIP Test session_register() function : variation [ext/session/tests/session_register_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11764 TEST 5955/11218 [ext/session/tests/session_register_variation2.phpt]
       
 11765 SKIP Test session_register() function : variation [ext/session/tests/session_register_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11766 TEST 5956/11218 [ext/session/tests/session_register_variation3.phpt]
       
 11767 SKIP Test session_register() function : variation [ext/session/tests/session_register_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11768 TEST 5957/11218 [ext/session/tests/session_register_variation4.phpt]
       
 11769 SKIP Test session_register() function : variation [ext/session/tests/session_register_variation4.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11770 TEST 5958/11218 [ext/session/tests/session_save_path_basic.phpt]
       
 11771 PASS Test session_save_path() function : basic functionality [ext/session/tests/session_save_path_basic.phpt] 
       
 11772 TEST 5959/11218 [ext/session/tests/session_save_path_error.phpt]
       
 11773 PASS Test session_save_path() function : error functionality [ext/session/tests/session_save_path_error.phpt] 
       
 11774 TEST 5960/11218 [ext/session/tests/session_save_path_variation1.phpt]
       
 11775 PASS Test session_save_path() function : variation [ext/session/tests/session_save_path_variation1.phpt] 
       
 11776 TEST 5961/11218 [ext/session/tests/session_save_path_variation2.phpt]
       
 11777 SKIP Test session_save_path() function : variation [ext/session/tests/session_save_path_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11778 TEST 5962/11218 [ext/session/tests/session_save_path_variation3.phpt]
       
 11779 SKIP Test session_save_path() function : variation [ext/session/tests/session_save_path_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11780 TEST 5963/11218 [ext/session/tests/session_save_path_variation4.phpt]
       
 11781 PASS Test session_save_path() function : variation [ext/session/tests/session_save_path_variation4.phpt] 
       
 11782 TEST 5964/11218 [ext/session/tests/session_save_path_variation5.phpt]
       
 11783 FAIL Test session_save_path() function : variation [ext/session/tests/session_save_path_variation5.phpt] 
       
 11784 TEST 5965/11218 [ext/session/tests/session_set_cookie_params_basic.phpt]
       
 11785 SKIP Test session_set_cookie_params() function : basic functionality [ext/session/tests/session_set_cookie_params_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11786 TEST 5966/11218 [ext/session/tests/session_set_cookie_params_error.phpt]
       
 11787 SKIP Test session_set_cookie_params() function : error functionality [ext/session/tests/session_set_cookie_params_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11788 TEST 5967/11218 [ext/session/tests/session_set_cookie_params_variation1.phpt]
       
 11789 SKIP Test session_set_cookie_params() function : variation [ext/session/tests/session_set_cookie_params_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11790 TEST 5968/11218 [ext/session/tests/session_set_cookie_params_variation2.phpt]
       
 11791 SKIP Test session_set_cookie_params() function : variation [ext/session/tests/session_set_cookie_params_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11792 TEST 5969/11218 [ext/session/tests/session_set_cookie_params_variation3.phpt]
       
 11793 SKIP Test session_set_cookie_params() function : variation [ext/session/tests/session_set_cookie_params_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11794 TEST 5970/11218 [ext/session/tests/session_set_cookie_params_variation4.phpt]
       
 11795 SKIP Test session_set_cookie_params() function : variation [ext/session/tests/session_set_cookie_params_variation4.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11796 TEST 5971/11218 [ext/session/tests/session_set_cookie_params_variation5.phpt]
       
 11797 SKIP Test session_set_cookie_params() function : variation [ext/session/tests/session_set_cookie_params_variation5.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11798 TEST 5972/11218 [ext/session/tests/session_set_save_handler_basic.phpt]
       
 11799 PASS Test session_set_save_handler() function : basic functionality [ext/session/tests/session_set_save_handler_basic.phpt] 
       
 11800 TEST 5973/11218 [ext/session/tests/session_set_save_handler_closures.phpt]
       
 11801 PASS Test session_set_save_handler() function : using closures as callbacks [ext/session/tests/session_set_save_handler_closures.phpt] 
       
 11802 TEST 5974/11218 [ext/session/tests/session_set_save_handler_error.phpt]
       
 11803 SKIP Test session_set_save_handler() function : error functionality [ext/session/tests/session_set_save_handler_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11804 TEST 5975/11218 [ext/session/tests/session_set_save_handler_error2.phpt]
       
 11805 SKIP Test session_set_save_handler() function : error functionality [ext/session/tests/session_set_save_handler_error2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11806 TEST 5976/11218 [ext/session/tests/session_set_save_handler_error3.phpt]
       
 11807 PASS Test session_set_save_handler() function : error functionality [ext/session/tests/session_set_save_handler_error3.phpt] 
       
 11808 TEST 5977/11218 [ext/session/tests/session_set_save_handler_error4.phpt]
       
 11809 SKIP Test session_set_save_handler() function : error functionality [ext/session/tests/session_set_save_handler_error4.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11810 TEST 5978/11218 [ext/session/tests/session_set_save_handler_variation1.phpt]
       
 11811 SKIP Test session_set_save_handler() function : variation [ext/session/tests/session_set_save_handler_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11812 TEST 5979/11218 [ext/session/tests/session_set_save_handler_variation2.phpt]
       
 11813 SKIP Test session_set_save_handler() function : variation [ext/session/tests/session_set_save_handler_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11814 TEST 5980/11218 [ext/session/tests/session_set_save_handler_variation3.phpt]
       
 11815 SKIP Test session_set_save_handler() function : variation [ext/session/tests/session_set_save_handler_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11816 TEST 5981/11218 [ext/session/tests/session_set_save_handler_variation4.phpt]
       
 11817 PASS Test session_set_save_handler() function : variation [ext/session/tests/session_set_save_handler_variation4.phpt] 
       
 11818 TEST 5982/11218 [ext/session/tests/session_start_error.phpt]
       
 11819 SKIP Test session_start() function : error functionality [ext/session/tests/session_start_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11820 TEST 5983/11218 [ext/session/tests/session_start_variation1.phpt]
       
 11821 SKIP Test session_start() function : variation [ext/session/tests/session_start_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11822 TEST 5984/11218 [ext/session/tests/session_start_variation2.phpt]
       
 11823 SKIP Test session_start() function : variation [ext/session/tests/session_start_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11824 TEST 5985/11218 [ext/session/tests/session_start_variation3.phpt]
       
 11825 SKIP Test session_start() function : variation [ext/session/tests/session_start_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11826 TEST 5986/11218 [ext/session/tests/session_start_variation4.phpt]
       
 11827 SKIP Test session_start() function : variation [ext/session/tests/session_start_variation4.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11828 TEST 5987/11218 [ext/session/tests/session_start_variation5.phpt]
       
 11829 SKIP Test session_start() function : variation [ext/session/tests/session_start_variation5.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11830 TEST 5988/11218 [ext/session/tests/session_start_variation6.phpt]
       
 11831 SKIP Test session_start() function : variation [ext/session/tests/session_start_variation6.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11832 TEST 5989/11218 [ext/session/tests/session_start_variation7.phpt]
       
 11833 SKIP Test session_start() function : variation [ext/session/tests/session_start_variation7.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11834 TEST 5990/11218 [ext/session/tests/session_start_variation8.phpt]
       
 11835 SKIP Test session_start() function : variation [ext/session/tests/session_start_variation8.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11836 TEST 5991/11218 [ext/session/tests/session_start_variation9.phpt]
       
 11837 SKIP Test session_start() function : variation [ext/session/tests/session_start_variation9.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11838 TEST 5992/11218 [ext/session/tests/session_unregister_basic.phpt]
       
 11839 SKIP Test session_unregister() function : basic functionality [ext/session/tests/session_unregister_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11840 TEST 5993/11218 [ext/session/tests/session_unregister_variation1.phpt]
       
 11841 SKIP Test session_unregister() function : variation [ext/session/tests/session_unregister_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11842 TEST 5994/11218 [ext/session/tests/session_unregister_variation2.phpt]
       
 11843 SKIP Test session_unregister() function : variation [ext/session/tests/session_unregister_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11844 TEST 5995/11218 [ext/session/tests/session_unregister_variation3.phpt]
       
 11845 SKIP Test session_unregister() function : variation [ext/session/tests/session_unregister_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11846 TEST 5996/11218 [ext/session/tests/session_unset_basic.phpt]
       
 11847 SKIP Test session_unset() function : basic functionality [ext/session/tests/session_unset_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11848 TEST 5997/11218 [ext/session/tests/session_unset_error.phpt]
       
 11849 SKIP Test session_unset() function : error functionality [ext/session/tests/session_unset_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11850 TEST 5998/11218 [ext/session/tests/session_unset_variation1.phpt]
       
 11851 SKIP Test session_unset() function : variation [ext/session/tests/session_unset_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11852 TEST 5999/11218 [ext/session/tests/session_write_close_basic.phpt]
       
 11853 SKIP Test session_write_close() function : basic functionality [ext/session/tests/session_write_close_basic.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11854 TEST 6000/11218 [ext/session/tests/session_write_close_error.phpt]
       
 11855 SKIP Test session_write_close() function : error functionality [ext/session/tests/session_write_close_error.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11856 TEST 6001/11218 [ext/session/tests/session_write_close_variation1.phpt]
       
 11857 SKIP Test session_write_close() function : variation [ext/session/tests/session_write_close_variation1.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11858 TEST 6002/11218 [ext/session/tests/session_write_close_variation2.phpt]
       
 11859 SKIP Test session_write_close() function : variation [ext/session/tests/session_write_close_variation2.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11860 TEST 6003/11218 [ext/session/tests/session_write_close_variation3.phpt]
       
 11861 SKIP Test session_start() function : variation [ext/session/tests/session_write_close_variation3.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11862 TEST 6004/11218 [ext/session/tests/session_write_close_variation4.phpt]
       
 11863 SKIP Test session_write_close() function : variation [ext/session/tests/session_write_close_variation4.phpt] reason: session.save_path /var/php/5.3/sessions is not writable
       
 11864 TEST 6005/11218 [ext/shmop/tests/001.phpt]
       
 11865 PASS shmop extension test [ext/shmop/tests/001.phpt] 
       
 11866 TEST 6006/11218 [ext/simplexml/tests/000.phpt]
       
 11867 PASS SimpleXML: var_dump() [ext/simplexml/tests/000.phpt] 
       
 11868 TEST 6007/11218 [ext/simplexml/tests/001.phpt]
       
 11869 PASS SimpleXML: Simple document [ext/simplexml/tests/001.phpt] 
       
 11870 TEST 6008/11218 [ext/simplexml/tests/002.phpt]
       
 11871 PASS SimpleXML: clone [ext/simplexml/tests/002.phpt] 
       
 11872 TEST 6009/11218 [ext/simplexml/tests/003.phpt]
       
 11873 PASS SimpleXML: Entities [ext/simplexml/tests/003.phpt] 
       
 11874 TEST 6010/11218 [ext/simplexml/tests/004.phpt]
       
 11875 PASS SimpleXML: CDATA [ext/simplexml/tests/004.phpt] 
       
 11876 TEST 6011/11218 [ext/simplexml/tests/005.phpt]
       
 11877 PASS SimpleXML: Text data [ext/simplexml/tests/005.phpt] 
       
 11878 TEST 6012/11218 [ext/simplexml/tests/006.phpt]
       
 11879 PASS SimpleXML: foreach [ext/simplexml/tests/006.phpt] 
       
 11880 TEST 6013/11218 [ext/simplexml/tests/007.phpt]
       
 11881 PASS SimpleXML: Attributes [ext/simplexml/tests/007.phpt] 
       
 11882 TEST 6014/11218 [ext/simplexml/tests/008.phpt]
       
 11883 PASS SimpleXML: XPath [ext/simplexml/tests/008.phpt] 
       
 11884 TEST 6015/11218 [ext/simplexml/tests/009.phpt]
       
 11885 PASS SimpleXML: foreach [ext/simplexml/tests/009.phpt] 
       
 11886 TEST 6016/11218 [ext/simplexml/tests/009b.phpt]
       
 11887 PASS SimpleXML: foreach [ext/simplexml/tests/009b.phpt] 
       
 11888 TEST 6017/11218 [ext/simplexml/tests/010.phpt]
       
 11889 PASS SimpleXML: Simple Inheritance [ext/simplexml/tests/010.phpt] 
       
 11890 TEST 6018/11218 [ext/simplexml/tests/011.phpt]
       
 11891 PASS SimpleXML: echo/print [ext/simplexml/tests/011.phpt] 
       
 11892 TEST 6019/11218 [ext/simplexml/tests/012.phpt]
       
 11893 PASS SimpleXML: Attribute creation [ext/simplexml/tests/012.phpt] 
       
 11894 TEST 6020/11218 [ext/simplexml/tests/013.phpt]
       
 11895 PASS SimpleXML: Split text content [ext/simplexml/tests/013.phpt] 
       
 11896 TEST 6021/11218 [ext/simplexml/tests/014.phpt]
       
 11897 PASS SimpleXML: adding/removing attributes (direct) [ext/simplexml/tests/014.phpt] 
       
 11898 TEST 6022/11218 [ext/simplexml/tests/014a.phpt]
       
 11899 PASS SimpleXML: adding/removing attributes (single) [ext/simplexml/tests/014a.phpt] 
       
 11900 TEST 6023/11218 [ext/simplexml/tests/014b.phpt]
       
 11901 PASS SimpleXML: adding/removing attributes (second) [ext/simplexml/tests/014b.phpt] 
       
 11902 TEST 6024/11218 [ext/simplexml/tests/015.phpt]
       
 11903 PASS SimpleXML: accessing singular subnode as array [ext/simplexml/tests/015.phpt] 
       
 11904 TEST 6025/11218 [ext/simplexml/tests/016.phpt]
       
 11905 PASS SimpleXML: modifying attributes of singular subnode [ext/simplexml/tests/016.phpt] 
       
 11906 TEST 6026/11218 [ext/simplexml/tests/016a.phpt]
       
 11907 PASS SimpleXML: concatenating attributes [ext/simplexml/tests/016a.phpt] 
       
 11908 TEST 6027/11218 [ext/simplexml/tests/017.phpt]
       
 11909 PASS SimpleXML: iteration through subnodes [ext/simplexml/tests/017.phpt] 
       
 11910 TEST 6028/11218 [ext/simplexml/tests/018.phpt]
       
 11911 PASS SimpleXML: iteration through subnodes and attributes [ext/simplexml/tests/018.phpt] 
       
 11912 TEST 6029/11218 [ext/simplexml/tests/019.phpt]
       
 11913 PASS SimpleXML: foreach with children() [ext/simplexml/tests/019.phpt] 
       
 11914 TEST 6030/11218 [ext/simplexml/tests/020.phpt]
       
 11915 PASS SimpleXML: Attribute compared to string [ext/simplexml/tests/020.phpt] 
       
 11916 TEST 6031/11218 [ext/simplexml/tests/021.phpt]
       
 11917 PASS SimpleXML: Element check [ext/simplexml/tests/021.phpt] 
       
 11918 TEST 6032/11218 [ext/simplexml/tests/022.phpt]
       
 11919 PASS SimpleXML: Attributes inside foreach [ext/simplexml/tests/022.phpt] 
       
 11920 TEST 6033/11218 [ext/simplexml/tests/023.phpt]
       
 11921 PASS SimpleXML: Attributes with entities [ext/simplexml/tests/023.phpt] 
       
 11922 TEST 6034/11218 [ext/simplexml/tests/024.phpt]
       
 11923 PASS SimpleXML: XPath and attributes [ext/simplexml/tests/024.phpt] 
       
 11924 TEST 6035/11218 [ext/simplexml/tests/025.phpt]
       
 11925 PASS SimpleXML: getting namespaces [ext/simplexml/tests/025.phpt] 
       
 11926 TEST 6036/11218 [ext/simplexml/tests/026.phpt]
       
 11927 PASS SimpleXML: getName() [ext/simplexml/tests/026.phpt] 
       
 11928 TEST 6037/11218 [ext/simplexml/tests/027.phpt]
       
 11929 PASS SimpleXML: Adding an elements [ext/simplexml/tests/027.phpt] 
       
 11930 TEST 6038/11218 [ext/simplexml/tests/028.phpt]
       
 11931 PASS SimpleXML: Adding an elements without text [ext/simplexml/tests/028.phpt] 
       
 11932 TEST 6039/11218 [ext/simplexml/tests/029.phpt]
       
 11933 PASS SimpleXML: foreach and count [ext/simplexml/tests/029.phpt] 
       
 11934 TEST 6040/11218 [ext/simplexml/tests/030.phpt]
       
 11935 PASS SimpleXML: isset and unset by offset [ext/simplexml/tests/030.phpt] 
       
 11936 TEST 6041/11218 [ext/simplexml/tests/031.phpt]
       
 11937 PASS SimpleXML: addChild and addAttribute [ext/simplexml/tests/031.phpt] 
       
 11938 TEST 6042/11218 [ext/simplexml/tests/032.phpt]
       
 11939 PASS SimpleXML: comparing instances [ext/simplexml/tests/032.phpt] 
       
 11940 TEST 6043/11218 [ext/simplexml/tests/033.phpt]
       
 11941 PASS SimpleXML: casting instances [ext/simplexml/tests/033.phpt] 
       
 11942 TEST 6044/11218 [ext/simplexml/tests/034.phpt]
       
 11943 XFAIL SimpleXML: array casting bug [ext/simplexml/tests/034.phpt]   XFAIL REASON: Does anyone know why?
       
 11944 TEST 6045/11218 [ext/simplexml/tests/035.phpt]
       
 11945 PASS SimpleXML: __toString [ext/simplexml/tests/035.phpt] 
       
 11946 TEST 6046/11218 [ext/simplexml/tests/036.phpt]
       
 11947 PASS SimpleXML: overriden count() method [ext/simplexml/tests/036.phpt] 
       
 11948 TEST 6047/11218 [ext/simplexml/tests/SimpleXMLElement_addAttribute_basic.phpt]
       
 11949 PASS SimpleXMLElement->addAttribute() [ext/simplexml/tests/SimpleXMLElement_addAttribute_basic.phpt] 
       
 11950 TEST 6048/11218 [ext/simplexml/tests/SimpleXMLElement_addAttribute_required_attribute_name.phpt]
       
 11951 PASS SimpleXMLElement: Test to ensure that the required attribute name correctly is giving a warning [ext/simplexml/tests/SimpleXMLElement_addAttribute_required_attribute_name.phpt] 
       
 11952 TEST 6049/11218 [ext/simplexml/tests/bug24392.phpt]
       
 11953 PASS Bug #24392 (empty namespaces causing confusion) [ext/simplexml/tests/bug24392.phpt] 
       
 11954 TEST 6050/11218 [ext/simplexml/tests/bug26976.phpt]
       
 11955 PASS Bug #26976 (Can not access array elements using array indices) [ext/simplexml/tests/bug26976.phpt] 
       
 11956 TEST 6051/11218 [ext/simplexml/tests/bug27010.phpt]
       
 11957 PASS Bug #27010 (segfault and node text not displayed when returned from children()) [ext/simplexml/tests/bug27010.phpt] 
       
 11958 TEST 6052/11218 [ext/simplexml/tests/bug35785.phpt]
       
 11959 PASS Bug #35785 (SimpleXML memory read error) [ext/simplexml/tests/bug35785.phpt] 
       
 11960 TEST 6053/11218 [ext/simplexml/tests/bug36611.phpt]
       
 11961 PASS Bug #36611 (assignment to SimpleXML object attribute changes argument type to string) [ext/simplexml/tests/bug36611.phpt] 
       
 11962 TEST 6054/11218 [ext/simplexml/tests/bug37076.phpt]
       
 11963 PASS Bug #37076 (SimpleXML ignores .=) [ext/simplexml/tests/bug37076.phpt] 
       
 11964 TEST 6055/11218 [ext/simplexml/tests/bug37076_1.phpt]
       
 11965 PASS Bug #37076 (SimpleXML ignores .=) (appending to unnamed attribute) [ext/simplexml/tests/bug37076_1.phpt] 
       
 11966 TEST 6056/11218 [ext/simplexml/tests/bug37386.phpt]
       
 11967 PASS Bug #39760 (autocreating element doesn't assign value to first node) [ext/simplexml/tests/bug37386.phpt] 
       
 11968 TEST 6057/11218 [ext/simplexml/tests/bug37565.phpt]
       
 11969 PASS Bug #37565 (Using reflection::export with simplexml causing a crash) [ext/simplexml/tests/bug37565.phpt] 
       
 11970 TEST 6058/11218 [ext/simplexml/tests/bug38347.phpt]
       
 11971 PASS Bug #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement) [ext/simplexml/tests/bug38347.phpt] 
       
 11972 TEST 6059/11218 [ext/simplexml/tests/bug38354.phpt]
       
 11973 PASS Bug #38354 (Unwanted reformatting of XML when using AsXML) [ext/simplexml/tests/bug38354.phpt] 
       
 11974 TEST 6060/11218 [ext/simplexml/tests/bug38406.phpt]
       
 11975 PASS Bug #38406 (crash when assigning objects to SimpleXML attributes) [ext/simplexml/tests/bug38406.phpt] 
       
 11976 TEST 6061/11218 [ext/simplexml/tests/bug38424.phpt]
       
 11977 PASS Bug #38424 (Different attribute assignment if new or exists) [ext/simplexml/tests/bug38424.phpt] 
       
 11978 TEST 6062/11218 [ext/simplexml/tests/bug39662.phpt]
       
 11979 PASS Bug #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement) [ext/simplexml/tests/bug39662.phpt] 
       
 11980 TEST 6063/11218 [ext/simplexml/tests/bug39760.phpt]
       
 11981 PASS Bug #39760 (cloning fails on nested SimpleXML-Object) [ext/simplexml/tests/bug39760.phpt] 
       
 11982 TEST 6064/11218 [ext/simplexml/tests/bug40451.phpt]
       
 11983 PASS Bug #40451 (addAttribute() may crash when used with non-existent child node) [ext/simplexml/tests/bug40451.phpt] 
       
 11984 TEST 6065/11218 [ext/simplexml/tests/bug41175.phpt]
       
 11985 PASS Bug #41175 (addAttribute() fails to add an attribute with an empty value) [ext/simplexml/tests/bug41175.phpt] 
       
 11986 TEST 6066/11218 [ext/simplexml/tests/bug41582.phpt]
       
 11987 PASS Bug #41582 (SimpleXML crashes when accessing newly created element) [ext/simplexml/tests/bug41582.phpt] 
       
 11988 TEST 6067/11218 [ext/simplexml/tests/bug41861.phpt]
       
 11989 PASS Bug #41861 (getNamespaces() returns the namespaces of a node's siblings) [ext/simplexml/tests/bug41861.phpt] 
       
 11990 TEST 6068/11218 [ext/simplexml/tests/bug41867.phpt]
       
 11991 PASS Bug #41867 (getName is broken) [ext/simplexml/tests/bug41867.phpt] 
       
 11992 TEST 6069/11218 [ext/simplexml/tests/bug41947.phpt]
       
 11993 PASS Bug #41947 (addChild incorrectly registers empty strings as namespaces) [ext/simplexml/tests/bug41947.phpt] 
       
 11994 TEST 6070/11218 [ext/simplexml/tests/bug42259.phpt]
       
 11995 PASS Bug #42259 (SimpleXMLIterator loses ancestry) [ext/simplexml/tests/bug42259.phpt] 
       
 11996 TEST 6071/11218 [ext/simplexml/tests/bug42369.phpt]
       
 11997 PASS Bug #42369 (Implicit conversion to string leaks memory) [ext/simplexml/tests/bug42369.phpt] 
       
 11998 TEST 6072/11218 [ext/simplexml/tests/bug43221.phpt]
       
 11999 PASS Bug #43221 (SimpleXML adding default namespace in addAttribute) [ext/simplexml/tests/bug43221.phpt] 
       
 12000 TEST 6073/11218 [ext/simplexml/tests/bug44478.phpt]
       
 12001 PASS Bug #44478 (Inconsistent behaviour when assigning new nodes) [ext/simplexml/tests/bug44478.phpt] 
       
 12002 TEST 6074/11218 [ext/simplexml/tests/bug45553.phpt]
       
 12003 PASS Bug #45553 (Using XPath to return values for attributes with a namespace does not work) [ext/simplexml/tests/bug45553.phpt] 
       
 12004 TEST 6075/11218 [ext/simplexml/tests/bug46003.phpt]
       
 12005 PASS Bug #46003 (isset on nonexisting nodes return unexpected results) [ext/simplexml/tests/bug46003.phpt] 
       
 12006 TEST 6076/11218 [ext/simplexml/tests/bug46047.phpt]
       
 12007 PASS Bug #46047 (SimpleXML converts empty nodes into object with nested array) [ext/simplexml/tests/bug46047.phpt] 
       
 12008 TEST 6077/11218 [ext/simplexml/tests/bug46048.phpt]
       
 12009 PASS Bug #46048 (SimpleXML top-level @attributes not part of iterator) [ext/simplexml/tests/bug46048.phpt] 
       
 12010 TEST 6078/11218 [ext/simplexml/tests/bug48601.phpt]
       
 12011 PASS Bug #48601 (xpath() returns FALSE for legitimate query) [ext/simplexml/tests/bug48601.phpt] 
       
 12012 TEST 6079/11218 [ext/simplexml/tests/bug51615.phpt]
       
 12013 PASS Bug #51615 (PHP crash with wrong HTML in SimpleXML) [ext/simplexml/tests/bug51615.phpt] 
       
 12014 TEST 6080/11218 [ext/simplexml/tests/profile01.phpt]
       
 12015 PASS SimpleXML [profile]: Accessing a simple node [ext/simplexml/tests/profile01.phpt] 
       
 12016 TEST 6081/11218 [ext/simplexml/tests/profile02.phpt]
       
 12017 PASS SimpleXML [profile]: Accessing an array of subnodes [ext/simplexml/tests/profile02.phpt] 
       
 12018 TEST 6082/11218 [ext/simplexml/tests/profile03.phpt]
       
 12019 PASS SimpleXML [profile]: Accessing an attribute [ext/simplexml/tests/profile03.phpt] 
       
 12020 TEST 6083/11218 [ext/simplexml/tests/profile04.phpt]
       
 12021 PASS SimpleXML [profile]: Accessing a namespaced element [ext/simplexml/tests/profile04.phpt] 
       
 12022 TEST 6084/11218 [ext/simplexml/tests/profile05.phpt]
       
 12023 PASS SimpleXML [profile]: Accessing an aliased namespaced element [ext/simplexml/tests/profile05.phpt] 
       
 12024 TEST 6085/11218 [ext/simplexml/tests/profile06.phpt]
       
 12025 PASS SimpleXML [profile]: Accessing a namespaced attribute [ext/simplexml/tests/profile06.phpt] 
       
 12026 TEST 6086/11218 [ext/simplexml/tests/profile07.phpt]
       
 12027 PASS SimpleXML [profile]: Accessing an aliased namespaced attribute [ext/simplexml/tests/profile07.phpt] 
       
 12028 TEST 6087/11218 [ext/simplexml/tests/profile08.phpt]
       
 12029 PASS SimpleXML [profile]: Accessing a namespaced attribute without a namespace [ext/simplexml/tests/profile08.phpt] 
       
 12030 TEST 6088/11218 [ext/simplexml/tests/profile09.phpt]
       
 12031 PASS SimpleXML [profile]: Accessing a namespaced element without a namespace [ext/simplexml/tests/profile09.phpt] 
       
 12032 TEST 6089/11218 [ext/simplexml/tests/profile10.phpt]
       
 12033 PASS SimpleXML [profile]: Accessing two attributes with the same name, but different namespaces [ext/simplexml/tests/profile10.phpt] 
       
 12034 TEST 6090/11218 [ext/simplexml/tests/profile11.phpt]
       
 12035 PASS SimpleXML [profile]: Accessing two elements with the same name, but different namespaces [ext/simplexml/tests/profile11.phpt] 
       
 12036 TEST 6091/11218 [ext/simplexml/tests/profile12.phpt]
       
 12037 PASS SimpleXML [profile]: Accessing namespaced root and non namespaced children [ext/simplexml/tests/profile12.phpt] 
       
 12038 TEST 6092/11218 [ext/simplexml/tests/profile13.phpt]
       
 12039 PASS SimpleXML [profile]: Accessing by namespace prefix [ext/simplexml/tests/profile13.phpt] 
       
 12040 TEST 6093/11218 [ext/simplexml/tests/simplexml_import_dom.phpt]
       
 12041 PASS SimpleXML [interop]: simplexml_import_dom [ext/simplexml/tests/simplexml_import_dom.phpt] 
       
 12042 TEST 6094/11218 [ext/simplexml/tests/simplexml_load_file.phpt]
       
 12043 PASS simplexml_load_file() [ext/simplexml/tests/simplexml_load_file.phpt] 
       
 12044 TEST 6095/11218 [ext/simplexml/tests/sxe_001.phpt]
       
 12045 PASS SPL: SimpleXMLIterator [ext/simplexml/tests/sxe_001.phpt] 
       
 12046 TEST 6096/11218 [ext/simplexml/tests/sxe_002.phpt]
       
 12047 PASS SPL: SimpleXMLIterator and recursion [ext/simplexml/tests/sxe_002.phpt] 
       
 12048 TEST 6097/11218 [ext/simplexml/tests/sxe_003.phpt]
       
 12049 PASS SPL: SimpleXMLIterator and getChildren() [ext/simplexml/tests/sxe_003.phpt] 
       
 12050 TEST 6098/11218 [ext/simplexml/tests/sxe_004.phpt]
       
 12051 PASS SPL: SimpleXMLIterator and overridden iterator methods() [ext/simplexml/tests/sxe_004.phpt] 
       
 12052 TEST 6099/11218 [ext/simplexml/tests/sxe_005.phpt]
       
 12053 PASS SPL: SimpleXMLIterator and overriden count() [ext/simplexml/tests/sxe_005.phpt] 
       
 12054 TEST 6100/11218 [ext/soap/tests/any.phpt]
       
 12055 PASS SOAP handling of <any> [ext/soap/tests/any.phpt] 
       
 12056 TEST 6101/11218 [ext/soap/tests/bug46760.phpt]
       
 12057 PASS Bug #46760 (SoapClient doRequest fails when proxy is used) [ext/soap/tests/bug46760.phpt] 
       
 12058 TEST 6102/11218 [ext/soap/tests/bug48557.phpt]
       
 12059 PASS Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers) [ext/soap/tests/bug48557.phpt] 
       
 12060 SKIP Bug #27722 (Segfault on schema without targetNamespace) [ext/soap/tests/bugs/bug27722.phpt] reason: CGI not available
       
 12061 SKIP Bug #27742 (WDSL SOAP Parsing Schema bug) [ext/soap/tests/bugs/bug27742.phpt] reason: CGI not available
       
 12062 TEST 6105/11218 [ext/soap/tests/bugs/bug28751.phpt]
       
 12063 PASS Bug #28751 (SoapServer does not call _autoload()) [ext/soap/tests/bugs/bug28751.phpt] 
       
 12064 TEST 6106/11218 [ext/soap/tests/bugs/bug28969.phpt]
       
 12065 PASS Bug #28969 (Wrong data encoding of special characters) [ext/soap/tests/bugs/bug28969.phpt] 
       
 12066 TEST 6107/11218 [ext/soap/tests/bugs/bug28985.phpt]
       
 12067 PASS Bug #28985 (__getTypes() returning nothing on complex WSDL) [ext/soap/tests/bugs/bug28985.phpt] 
       
 12068 TEST 6108/11218 [ext/soap/tests/bugs/bug29061.phpt]
       
 12069 PASS Bug #29061 (soap extension segfaults) [ext/soap/tests/bugs/bug29061.phpt] 
       
 12070 TEST 6109/11218 [ext/soap/tests/bugs/bug29109.phpt]
       
 12071 PASS Bug #29109 (Uncaught SoapFault exception: [WSDL] Out of memory) [ext/soap/tests/bugs/bug29109.phpt] 
       
 12072 TEST 6110/11218 [ext/soap/tests/bugs/bug29236.phpt]
       
 12073 PASS Bug #29236 (memory error when wsdl-cache is enabled) [ext/soap/tests/bugs/bug29236.phpt] 
       
 12074 TEST 6111/11218 [ext/soap/tests/bugs/bug29795.phpt]
       
 12075 PASS Bug #29795 (SegFault with Soap and Amazon's Web Services) [ext/soap/tests/bugs/bug29795.phpt] 
       
 12076 TEST 6112/11218 [ext/soap/tests/bugs/bug29830.phpt]
       
 12077 PASS Bug #29844 (SoapServer::setClass() should not export non-public methods) [ext/soap/tests/bugs/bug29830.phpt] 
       
 12078 TEST 6113/11218 [ext/soap/tests/bugs/bug29839.phpt]
       
 12079 PASS Bug #29839 (incorrect convert (xml:lang to lang)) [ext/soap/tests/bugs/bug29839.phpt] 
       
 12080 TEST 6114/11218 [ext/soap/tests/bugs/bug29844.phpt]
       
 12081 PASS Bug #29844 (SOAP doesn't return the result of a valid SOAP request) [ext/soap/tests/bugs/bug29844.phpt] 
       
 12082 TEST 6115/11218 [ext/soap/tests/bugs/bug30045.phpt]
       
 12083 PASS Bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests) [ext/soap/tests/bugs/bug30045.phpt] 
       
 12084 TEST 6116/11218 [ext/soap/tests/bugs/bug30106.phpt]
       
 12085 PASS Bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception) [ext/soap/tests/bugs/bug30106.phpt] 
       
 12086 TEST 6117/11218 [ext/soap/tests/bugs/bug30175.phpt]
       
 12087 PASS Bug #30175 (SOAP results aren't parsed correctly) [ext/soap/tests/bugs/bug30175.phpt] 
       
 12088 TEST 6118/11218 [ext/soap/tests/bugs/bug30799.phpt]
       
 12089 PASS Bug #30799 (SoapServer doesn't handle private or protected properties) [ext/soap/tests/bugs/bug30799.phpt] 
       
 12090 TEST 6119/11218 [ext/soap/tests/bugs/bug30928.phpt]
       
 12091 PASS Bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected properties) [ext/soap/tests/bugs/bug30928.phpt] 
       
 12092 TEST 6120/11218 [ext/soap/tests/bugs/bug30994.phpt]
       
 12093 PASS Bug #30994 (SOAP server unable to handle request with references) [ext/soap/tests/bugs/bug30994.phpt] 
       
 12094 TEST 6121/11218 [ext/soap/tests/bugs/bug31422-win.phpt]
       
 12095 SKIP Bug #31422 (No Error-Logging on SoapServer-Side) [ext/soap/tests/bugs/bug31422-win.phpt] reason: not valid for non windows
       
 12096 TEST 6122/11218 [ext/soap/tests/bugs/bug31422.phpt]
       
 12097 PASS Bug #31422 (No Error-Logging on SoapServer-Side) [ext/soap/tests/bugs/bug31422.phpt] 
       
 12098 TEST 6123/11218 [ext/soap/tests/bugs/bug31695.phpt]
       
 12099 PASS Bug #31695 (Cannot redefine endpoint when using WSDL) [ext/soap/tests/bugs/bug31695.phpt] 
       
 12100 TEST 6124/11218 [ext/soap/tests/bugs/bug31755.phpt]
       
 12101 PASS Bug #31422 (No Error-Logging on SoapServer-Side) [ext/soap/tests/bugs/bug31755.phpt] 
       
 12102 TEST 6125/11218 [ext/soap/tests/bugs/bug32776.phpt]
       
 12103 PASS Bug #32776 (SOAP doesn't support one-way operations) [ext/soap/tests/bugs/bug32776.phpt] 
       
 12104 TEST 6126/11218 [ext/soap/tests/bugs/bug32941.phpt]
       
 12105 PASS Bug #32941 (Sending structured exception kills a php) [ext/soap/tests/bugs/bug32941.phpt] 
       
 12106 TEST 6127/11218 [ext/soap/tests/bugs/bug34449.phpt]
       
 12107 PASS Bug #34449 (ext/soap: XSD_ANYXML functionality not exposed) [ext/soap/tests/bugs/bug34449.phpt] 
       
 12108 TEST 6128/11218 [ext/soap/tests/bugs/bug34453.phpt]
       
 12109 PASS Bug #29839 (incorrect convert (xml:lang to lang)) [ext/soap/tests/bugs/bug34453.phpt] 
       
 12110 TEST 6129/11218 [ext/soap/tests/bugs/bug34643.phpt]
       
 12111 PASS Bug #34643 (wsdl default value) [ext/soap/tests/bugs/bug34643.phpt] 
       
 12112 TEST 6130/11218 [ext/soap/tests/bugs/bug34657.phpt]
       
 12113 SKIP Bug #34657 (If you get a communication problem when loading the WSDL, it fatal's) [ext/soap/tests/bugs/bug34657.phpt] reason: OpenSSL extension required
       
 12114 TEST 6131/11218 [ext/soap/tests/bugs/bug35142.phpt]
       
 12115 PASS Bug #35142 (SOAP Client/Server Complex Object Support) [ext/soap/tests/bugs/bug35142.phpt] 
       
 12116 TEST 6132/11218 [ext/soap/tests/bugs/bug35273.phpt]
       
 12117 PASS Bug #35273 (Error in mapping soap - java types) [ext/soap/tests/bugs/bug35273.phpt] 
       
 12118 TEST 6133/11218 [ext/soap/tests/bugs/bug36226-2.phpt]
       
 12119 PASS Bug #36226 (Inconsistent handling when passing nillable arrays) [ext/soap/tests/bugs/bug36226-2.phpt] 
       
 12120 TEST 6134/11218 [ext/soap/tests/bugs/bug36226.phpt]
       
 12121 PASS Bug #36226 (SOAP Inconsistent handling when passing potential arrays) [ext/soap/tests/bugs/bug36226.phpt] 
       
 12122 TEST 6135/11218 [ext/soap/tests/bugs/bug36575.phpt]
       
 12123 PASS Bug #36575 (Incorrect complex type instantiation with hierarchies) [ext/soap/tests/bugs/bug36575.phpt] 
       
 12124 TEST 6136/11218 [ext/soap/tests/bugs/bug36614.phpt]
       
 12125 PASS Bug #36614 (Segfault when using Soap) [ext/soap/tests/bugs/bug36614.phpt] 
       
 12126 TEST 6137/11218 [ext/soap/tests/bugs/bug36629.phpt]
       
 12127 PASS Bug #36629 (SoapServer::handle() exits on SOAP faults) [ext/soap/tests/bugs/bug36629.phpt] 
       
 12128 TEST 6138/11218 [ext/soap/tests/bugs/bug36908.phpt]
       
 12129 PASS Bug #36908 (wsdl default value overrides value in soap request) [ext/soap/tests/bugs/bug36908.phpt] 
       
 12130 TEST 6139/11218 [ext/soap/tests/bugs/bug36999.phpt]
       
 12131 PASS Bug #36999 (xsd:long values clamped to LONG_MAX instead of using double) [ext/soap/tests/bugs/bug36999.phpt] 
       
 12132 TEST 6140/11218 [ext/soap/tests/bugs/bug37013.phpt]
       
 12133 PASS Bug #37013 (server hangs when returning circular object references) [ext/soap/tests/bugs/bug37013.phpt] 
       
 12134 TEST 6141/11218 [ext/soap/tests/bugs/bug37083.phpt]
       
 12135 PASS Bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS) [ext/soap/tests/bugs/bug37083.phpt] 
       
 12136 TEST 6142/11218 [ext/soap/tests/bugs/bug37278.phpt]
       
 12137 PASS Bug #37278 (SOAP not respecting uri in __soapCall) [ext/soap/tests/bugs/bug37278.phpt] 
       
 12138 TEST 6143/11218 [ext/soap/tests/bugs/bug38004.phpt]
       
 12139 PASS Bug #38004 (Parameters in SoapServer are decoded twice) [ext/soap/tests/bugs/bug38004.phpt] 
       
 12140 TEST 6144/11218 [ext/soap/tests/bugs/bug38005.phpt]
       
 12141 PASS Bug #38005 (SoapFault faultstring doesn't follow encoding rules) [ext/soap/tests/bugs/bug38005.phpt] 
       
 12142 TEST 6145/11218 [ext/soap/tests/bugs/bug38055.phpt]
       
 12143 PASS Bug #38055 (Wrong interpretation of boolean parameters) [ext/soap/tests/bugs/bug38055.phpt] 
       
 12144 TEST 6146/11218 [ext/soap/tests/bugs/bug38067.phpt]
       
 12145 PASS Bug #38067 (Parameters are not decoded from utf-8 when using encoding option) [ext/soap/tests/bugs/bug38067.phpt] 
       
 12146 TEST 6147/11218 [ext/soap/tests/bugs/bug38536.phpt]
       
 12147 PASS Bug #38536 (SOAP returns an array of values instead of an object) [ext/soap/tests/bugs/bug38536.phpt] 
       
 12148 TEST 6148/11218 [ext/soap/tests/bugs/bug39121.phpt]
       
 12149 PASS Bug #39121 (Incorrect return array handling in non-wsdl soap client) [ext/soap/tests/bugs/bug39121.phpt] 
       
 12150 TEST 6149/11218 [ext/soap/tests/bugs/bug39815.phpt]
       
 12151 PASS Bug #39815 (to_zval_double() in ext/soap/php_encoding.c is not locale-independent) [ext/soap/tests/bugs/bug39815.phpt] 
       
 12152 TEST 6150/11218 [ext/soap/tests/bugs/bug39832.phpt]
       
 12153 PASS Bug #39832 (SOAP Server: parameter not matching the WSDL specified type are set to 0) [ext/soap/tests/bugs/bug39832.phpt] 
       
 12154 TEST 6151/11218 [ext/soap/tests/bugs/bug40609.phpt]
       
 12155 PASS Bug #40609 (Segfaults when using more than one SoapVar in a request) [ext/soap/tests/bugs/bug40609.phpt] 
       
 12156 TEST 6152/11218 [ext/soap/tests/bugs/bug41004.phpt]
       
 12157 PASS Bug #41004 (minOccurs="0" and null class member variable) [ext/soap/tests/bugs/bug41004.phpt] 
       
 12158 TEST 6153/11218 [ext/soap/tests/bugs/bug41097.phpt]
       
 12159 PASS Bug #41097 (ext/soap returning associative array as indexed without using WSDL) [ext/soap/tests/bugs/bug41097.phpt] 
       
 12160 TEST 6154/11218 [ext/soap/tests/bugs/bug41337.phpt]
       
 12161 PASS Bug #41337 (WSDL parsing doesn't ignore non soap bindings) [ext/soap/tests/bugs/bug41337.phpt] 
       
 12162 TEST 6155/11218 [ext/soap/tests/bugs/bug41337_2.phpt]
       
 12163 PASS Bug #41337 (WSDL parsing doesn't ignore non soap bindings) [ext/soap/tests/bugs/bug41337_2.phpt] 
       
 12164 TEST 6156/11218 [ext/soap/tests/bugs/bug41477.phpt]
       
 12165 PASS Bug #41477 (no arginfo about SoapClient::__soapCall()) [ext/soap/tests/bugs/bug41477.phpt] 
       
 12166 TEST 6157/11218 [ext/soap/tests/bugs/bug41566.phpt]
       
 12167 PASS Bug #41566 (SOAP Server not properly generating href attributes) [ext/soap/tests/bugs/bug41566.phpt] 
       
 12168 TEST 6158/11218 [ext/soap/tests/bugs/bug42086.phpt]
       
 12169 PASS Bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant wsdl) [ext/soap/tests/bugs/bug42086.phpt] 
       
 12170 TEST 6159/11218 [ext/soap/tests/bugs/bug42151.phpt]
       
 12171 PASS Bug #42151 (__destruct functions not called after catching a SoapFault exception) [ext/soap/tests/bugs/bug42151.phpt] 
       
 12172 TEST 6160/11218 [ext/soap/tests/bugs/bug42183.phpt]
       
 12173 PASS Bug #42183 (classmap cause crash in non-wsdl mode ) [ext/soap/tests/bugs/bug42183.phpt] 
       
 12174 TEST 6161/11218 [ext/soap/tests/bugs/bug42214.phpt]
       
 12175 PASS Bug #42214 (SoapServer sends clients internal PHP errors) [ext/soap/tests/bugs/bug42214.phpt] 
       
 12176 TEST 6162/11218 [ext/soap/tests/bugs/bug42326.phpt]
       
 12177 PASS Bug #42326 (SoapServer crash) [ext/soap/tests/bugs/bug42326.phpt] 
       
 12178 TEST 6163/11218 [ext/soap/tests/bugs/bug42359.phpt]
       
 12179 PASS Bug #42326 (SoapServer crash) [ext/soap/tests/bugs/bug42359.phpt] 
       
 12180 TEST 6164/11218 [ext/soap/tests/bugs/bug42488.phpt]
       
 12181 PASS Bug #42488 (SoapServer reports an encoding error and the error itself breaks) [ext/soap/tests/bugs/bug42488.phpt] 
       
 12182 TEST 6165/11218 [ext/soap/tests/bugs/bug42692.phpt]
       
 12183 PASS Bug #42692 (Procedure 'int1' not present with doc/lit SoapServer) [ext/soap/tests/bugs/bug42692.phpt] 
       
 12184 TEST 6166/11218 [ext/soap/tests/bugs/bug43045.phpt]
       
 12185 PASS Bug #43045i (SOAP encoding violation on "INF" for type double/float) [ext/soap/tests/bugs/bug43045.phpt] 
       
 12186 TEST 6167/11218 [ext/soap/tests/bugs/bug44686.phpt]
       
 12187 PASS Bug #44686 (SOAP-ERROR: Parsing WSDL with references) [ext/soap/tests/bugs/bug44686.phpt] 
       
 12188 TEST 6168/11218 [ext/soap/tests/bugs/bug44811.phpt]
       
 12189 PASS Bug #44811 (Improve error messages when creating new SoapClient which contains invalid data) [ext/soap/tests/bugs/bug44811.phpt] 
       
 12190 TEST 6169/11218 [ext/soap/tests/bugs/bug44882.phpt]
       
 12191 PASS Bug #44882 (SOAP extension object decoding bug) [ext/soap/tests/bugs/bug44882.phpt] 
       
 12192 TEST 6170/11218 [ext/soap/tests/bugs/bug46419.phpt]
       
 12193 PASS Bug #46419 (Elements of associative arrays with NULL value are lost) [ext/soap/tests/bugs/bug46419.phpt] 
       
 12194 TEST 6171/11218 [ext/soap/tests/bugs/bug46427.phpt]
       
 12195 PASS Bug #46427 (SoapClient() stumbles over its "stream_context" parameter) [ext/soap/tests/bugs/bug46427.phpt] 
       
 12196 TEST 6172/11218 [ext/soap/tests/bugs/bug47049.phpt]
       
 12197 PASS Bug #47049 (SoapClient::__soapCall causes a segmentation fault) [ext/soap/tests/bugs/bug47049.phpt] 
       
 12198 TEST 6173/11218 [ext/soap/tests/bugs/bug47273.phpt]
       
 12199 PASS Bug #47273 (Encoding bug in SoapServer->fault) [ext/soap/tests/bugs/bug47273.phpt] 
       
 12200 TEST 6174/11218 [ext/soap/tests/bugs/bug50698_1.phpt]
       
 12201 PASS Request #50698_1 (SoapClient should handle wsdls with some incompatiable endpoints) [ext/soap/tests/bugs/bug50698_1.phpt] 
       
 12202 TEST 6175/11218 [ext/soap/tests/bugs/bug50698_2.phpt]
       
 12203 PASS Request #50698_2 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Large mix of compatiable and incompatiable endpoints.) [ext/soap/tests/bugs/bug50698_2.phpt] 
       
 12204 TEST 6176/11218 [ext/soap/tests/bugs/bug50698_3.phpt]
       
 12205 PASS Request #50698_3 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Large set of endpoints all incompatiable.) [ext/soap/tests/bugs/bug50698_3.phpt] 
       
 12206 TEST 6177/11218 [ext/soap/tests/bugs/bug50698_4.phpt]
       
 12207 PASS Request #50698_4 (SoapClient should handle wsdls with some incompatiable endpoints) [ext/soap/tests/bugs/bug50698_4.phpt] 
       
 12208 TEST 6178/11218 [ext/soap/tests/bugs/bug50762.phpt]
       
 12209 PASS Bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL) [ext/soap/tests/bugs/bug50762.phpt] 
       
 12210 TEST 6179/11218 [ext/soap/tests/bugs/bug50997.phpt]
       
 12211 PASS Bug #50997 (SOAP Error when trying to submit 2nd Element of a choice) [ext/soap/tests/bugs/bug50997.phpt] 
       
 12212 TEST 6180/11218 [ext/soap/tests/bugs/bug54911.phpt]
       
 12213 PASS Bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault) [ext/soap/tests/bugs/bug54911.phpt] 
       
 12214 TEST 6181/11218 [ext/soap/tests/bugs/bug55323.phpt]
       
 12215 PASS Bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION contains itself) [ext/soap/tests/bugs/bug55323.phpt] 
       
 12216 TEST 6182/11218 [ext/soap/tests/bugs/multiport.phpt]
       
 12217 PASS Proper binding selection [ext/soap/tests/bugs/multiport.phpt] 
       
 12218 TEST 6183/11218 [ext/soap/tests/classmap001.phpt]
       
 12219 PASS SOAP Classmap 1: SoapServer support for classmap [ext/soap/tests/classmap001.phpt] 
       
 12220 TEST 6184/11218 [ext/soap/tests/classmap002.phpt]
       
 12221 PASS SOAP Classmap 2: SoapClient support for classmap [ext/soap/tests/classmap002.phpt] 
       
 12222 TEST 6185/11218 [ext/soap/tests/classmap003.phpt]
       
 12223 PASS SOAP Classmap 3: encoding of inherited objects [ext/soap/tests/classmap003.phpt] 
       
 12224 TEST 6186/11218 [ext/soap/tests/classmap004.phpt]
       
 12225 PASS SOAP Classmap 4: encoding of objects with __get() [ext/soap/tests/classmap004.phpt] 
       
 12226 TEST 6187/11218 [ext/soap/tests/error_handler.phpt]
       
 12227 PASS Bug #46760 (SoapClient doRequest fails when proxy is used) [ext/soap/tests/error_handler.phpt] 
       
 12228 TEST 6188/11218 [ext/soap/tests/interop/Round2/Base/r2_base_001p.phpt]
       
 12229 PASS SOAP Interop Round2 base 001 (php/direct): echoString [ext/soap/tests/interop/Round2/Base/r2_base_001p.phpt] 
       
 12230 TEST 6189/11218 [ext/soap/tests/interop/Round2/Base/r2_base_001s.phpt]
       
 12231 PASS SOAP Interop Round2 base 001 (soap/direct): echoString [ext/soap/tests/interop/Round2/Base/r2_base_001s.phpt] 
       
 12232 TEST 6190/11218 [ext/soap/tests/interop/Round2/Base/r2_base_001w.phpt]
       
 12233 PASS SOAP Interop Round2 base 001 (php/wsdl): echoString [ext/soap/tests/interop/Round2/Base/r2_base_001w.phpt] 
       
 12234 TEST 6191/11218 [ext/soap/tests/interop/Round2/Base/r2_base_002p.phpt]
       
 12235 PASS SOAP Interop Round2 base 002 (php/direct): echoString(empty) [ext/soap/tests/interop/Round2/Base/r2_base_002p.phpt] 
       
 12236 TEST 6192/11218 [ext/soap/tests/interop/Round2/Base/r2_base_002s.phpt]
       
 12237 PASS SOAP Interop Round2 base 002 (soap/direct): echoString(empty) [ext/soap/tests/interop/Round2/Base/r2_base_002s.phpt] 
       
 12238 TEST 6193/11218 [ext/soap/tests/interop/Round2/Base/r2_base_002w.phpt]
       
 12239 PASS SOAP Interop Round2 base 002 (php/wsdl): echoString(empty) [ext/soap/tests/interop/Round2/Base/r2_base_002w.phpt] 
       
 12240 TEST 6194/11218 [ext/soap/tests/interop/Round2/Base/r2_base_003p.phpt]
       
 12241 PASS SOAP Interop Round2 base 003 (php/direct): echoString(NULL) [ext/soap/tests/interop/Round2/Base/r2_base_003p.phpt] 
       
 12242 TEST 6195/11218 [ext/soap/tests/interop/Round2/Base/r2_base_003s.phpt]
       
 12243 PASS SOAP Interop Round2 base 003 (soap/direct): echoString(NULL) [ext/soap/tests/interop/Round2/Base/r2_base_003s.phpt] 
       
 12244 TEST 6196/11218 [ext/soap/tests/interop/Round2/Base/r2_base_003w.phpt]
       
 12245 PASS SOAP Interop Round2 base 003 (php/wsdl): echoString(NULL) [ext/soap/tests/interop/Round2/Base/r2_base_003w.phpt] 
       
 12246 TEST 6197/11218 [ext/soap/tests/interop/Round2/Base/r2_base_004p.phpt]
       
 12247 PASS SOAP Interop Round2 base 004 (php/direct): echoString(entities) [ext/soap/tests/interop/Round2/Base/r2_base_004p.phpt] 
       
 12248 TEST 6198/11218 [ext/soap/tests/interop/Round2/Base/r2_base_004s.phpt]
       
 12249 PASS SOAP Interop Round2 base 004 (soap/direct): echoString(entities) [ext/soap/tests/interop/Round2/Base/r2_base_004s.phpt] 
       
 12250 TEST 6199/11218 [ext/soap/tests/interop/Round2/Base/r2_base_004w.phpt]
       
 12251 PASS SOAP Interop Round2 base 004 (php/wsdl): echoString(entities) [ext/soap/tests/interop/Round2/Base/r2_base_004w.phpt] 
       
 12252 TEST 6200/11218 [ext/soap/tests/interop/Round2/Base/r2_base_005p.phpt]
       
 12253 PASS SOAP Interop Round2 base 005 (php/direct): echoString(utf-8) [ext/soap/tests/interop/Round2/Base/r2_base_005p.phpt] 
       
 12254 TEST 6201/11218 [ext/soap/tests/interop/Round2/Base/r2_base_005s.phpt]
       
 12255 PASS SOAP Interop Round2 base 005 (soap/direct): echoString(utf-8) [ext/soap/tests/interop/Round2/Base/r2_base_005s.phpt] 
       
 12256 TEST 6202/11218 [ext/soap/tests/interop/Round2/Base/r2_base_005w.phpt]
       
 12257 PASS SOAP Interop Round2 base 005 (php/wsdl): echoString(utf-8) [ext/soap/tests/interop/Round2/Base/r2_base_005w.phpt] 
       
 12258 TEST 6203/11218 [ext/soap/tests/interop/Round2/Base/r2_base_006p.phpt]
       
 12259 PASS SOAP Interop Round2 base 006 (php/direct): echoStringArray [ext/soap/tests/interop/Round2/Base/r2_base_006p.phpt] 
       
 12260 TEST 6204/11218 [ext/soap/tests/interop/Round2/Base/r2_base_006s.phpt]
       
 12261 PASS SOAP Interop Round2 base 006 (soap/direct): echoStringArray [ext/soap/tests/interop/Round2/Base/r2_base_006s.phpt] 
       
 12262 TEST 6205/11218 [ext/soap/tests/interop/Round2/Base/r2_base_006w.phpt]
       
 12263 PASS SOAP Interop Round2 base 006 (php/wsdl): echoStringArray [ext/soap/tests/interop/Round2/Base/r2_base_006w.phpt] 
       
 12264 TEST 6206/11218 [ext/soap/tests/interop/Round2/Base/r2_base_007p.phpt]
       
 12265 PASS SOAP Interop Round2 base 007 (php/direct): echoStringArray(one) [ext/soap/tests/interop/Round2/Base/r2_base_007p.phpt] 
       
 12266 TEST 6207/11218 [ext/soap/tests/interop/Round2/Base/r2_base_007s.phpt]
       
 12267 PASS SOAP Interop Round2 base 007 (soap/direct): echoStringArray(one) [ext/soap/tests/interop/Round2/Base/r2_base_007s.phpt] 
       
 12268 TEST 6208/11218 [ext/soap/tests/interop/Round2/Base/r2_base_007w.phpt]
       
 12269 PASS SOAP Interop Round2 base 007 (php/wsdl): echoStringArray(one) [ext/soap/tests/interop/Round2/Base/r2_base_007w.phpt] 
       
 12270 TEST 6209/11218 [ext/soap/tests/interop/Round2/Base/r2_base_008p.phpt]
       
 12271 PASS SOAP Interop Round2 base 008 (php/direct): echoStringArray(empty) [ext/soap/tests/interop/Round2/Base/r2_base_008p.phpt] 
       
 12272 TEST 6210/11218 [ext/soap/tests/interop/Round2/Base/r2_base_008s.phpt]
       
 12273 PASS SOAP Interop Round2 base 008 (soap/direct): echoStringArray(empty) [ext/soap/tests/interop/Round2/Base/r2_base_008s.phpt] 
       
 12274 TEST 6211/11218 [ext/soap/tests/interop/Round2/Base/r2_base_008w.phpt]
       
 12275 PASS SOAP Interop Round2 base 008 (php/wsdl): echoStringArray(empty) [ext/soap/tests/interop/Round2/Base/r2_base_008w.phpt] 
       
 12276 TEST 6212/11218 [ext/soap/tests/interop/Round2/Base/r2_base_009p.phpt]
       
 12277 PASS SOAP Interop Round2 base 009 (php/direct): echoStringArray(NULL) [ext/soap/tests/interop/Round2/Base/r2_base_009p.phpt] 
       
 12278 TEST 6213/11218 [ext/soap/tests/interop/Round2/Base/r2_base_009s.phpt]
       
 12279 PASS SOAP Interop Round2 base 009 (soap/direct): echoStringArray(NULL) [ext/soap/tests/interop/Round2/Base/r2_base_009s.phpt] 
       
 12280 TEST 6214/11218 [ext/soap/tests/interop/Round2/Base/r2_base_009w.phpt]
       
 12281 PASS SOAP Interop Round2 base 009 (php/wsdl): echoStringArray(NULL) [ext/soap/tests/interop/Round2/Base/r2_base_009w.phpt] 
       
 12282 TEST 6215/11218 [ext/soap/tests/interop/Round2/Base/r2_base_010p.phpt]
       
 12283 PASS SOAP Interop Round2 base 010 (php/direct): echoInteger [ext/soap/tests/interop/Round2/Base/r2_base_010p.phpt] 
       
 12284 TEST 6216/11218 [ext/soap/tests/interop/Round2/Base/r2_base_010s.phpt]
       
 12285 PASS SOAP Interop Round2 base 010 (soap/direct): echoInteger [ext/soap/tests/interop/Round2/Base/r2_base_010s.phpt] 
       
 12286 TEST 6217/11218 [ext/soap/tests/interop/Round2/Base/r2_base_010w.phpt]
       
 12287 PASS SOAP Interop Round2 base 010 (php/wsdl): echoInteger [ext/soap/tests/interop/Round2/Base/r2_base_010w.phpt] 
       
 12288 TEST 6218/11218 [ext/soap/tests/interop/Round2/Base/r2_base_011p.phpt]
       
 12289 PASS SOAP Interop Round2 base 011 (php/direct): echoIntegerArray [ext/soap/tests/interop/Round2/Base/r2_base_011p.phpt] 
       
 12290 TEST 6219/11218 [ext/soap/tests/interop/Round2/Base/r2_base_011s.phpt]
       
 12291 PASS SOAP Interop Round2 base 011 (soap/direct): echoIntegerArray [ext/soap/tests/interop/Round2/Base/r2_base_011s.phpt] 
       
 12292 TEST 6220/11218 [ext/soap/tests/interop/Round2/Base/r2_base_011w.phpt]
       
 12293 PASS SOAP Interop Round2 base 011 (php/wsdl): echoIntegerArray [ext/soap/tests/interop/Round2/Base/r2_base_011w.phpt] 
       
 12294 TEST 6221/11218 [ext/soap/tests/interop/Round2/Base/r2_base_012p.phpt]
       
 12295 PASS SOAP Interop Round2 base 012 (php/direct): echoFloat [ext/soap/tests/interop/Round2/Base/r2_base_012p.phpt] 
       
 12296 TEST 6222/11218 [ext/soap/tests/interop/Round2/Base/r2_base_012s.phpt]
       
 12297 PASS SOAP Interop Round2 base 012 (soap/direct): echoFloat [ext/soap/tests/interop/Round2/Base/r2_base_012s.phpt] 
       
 12298 TEST 6223/11218 [ext/soap/tests/interop/Round2/Base/r2_base_012w.phpt]
       
 12299 PASS SOAP Interop Round2 base 012 (php/wsdl): echoFloat [ext/soap/tests/interop/Round2/Base/r2_base_012w.phpt] 
       
 12300 TEST 6224/11218 [ext/soap/tests/interop/Round2/Base/r2_base_013p.phpt]
       
 12301 PASS SOAP Interop Round2 base 013 (php/direct): echoFloatArray [ext/soap/tests/interop/Round2/Base/r2_base_013p.phpt] 
       
 12302 TEST 6225/11218 [ext/soap/tests/interop/Round2/Base/r2_base_013s.phpt]
       
 12303 PASS SOAP Interop Round2 base 013 (soap/direct): echoFloatArray [ext/soap/tests/interop/Round2/Base/r2_base_013s.phpt] 
       
 12304 TEST 6226/11218 [ext/soap/tests/interop/Round2/Base/r2_base_013w.phpt]
       
 12305 PASS SOAP Interop Round2 base 013 (php/wsdl): echoFloatArray [ext/soap/tests/interop/Round2/Base/r2_base_013w.phpt] 
       
 12306 TEST 6227/11218 [ext/soap/tests/interop/Round2/Base/r2_base_014p.phpt]
       
 12307 PASS SOAP Interop Round2 base 014 (php/direct): echoStruct [ext/soap/tests/interop/Round2/Base/r2_base_014p.phpt] 
       
 12308 TEST 6228/11218 [ext/soap/tests/interop/Round2/Base/r2_base_014s.phpt]
       
 12309 PASS SOAP Interop Round2 base 014 (soap/direct): echoStruct [ext/soap/tests/interop/Round2/Base/r2_base_014s.phpt] 
       
 12310 TEST 6229/11218 [ext/soap/tests/interop/Round2/Base/r2_base_014w.phpt]
       
 12311 PASS SOAP Interop Round2 base 014 (php/wsdl): echoStruct [ext/soap/tests/interop/Round2/Base/r2_base_014w.phpt] 
       
 12312 TEST 6230/11218 [ext/soap/tests/interop/Round2/Base/r2_base_015p.phpt]
       
 12313 PASS SOAP Interop Round2 base 015 (php/direct): echoStructArray [ext/soap/tests/interop/Round2/Base/r2_base_015p.phpt] 
       
 12314 TEST 6231/11218 [ext/soap/tests/interop/Round2/Base/r2_base_015s.phpt]
       
 12315 PASS SOAP Interop Round2 base 015 (soap/direct): echoStructArray [ext/soap/tests/interop/Round2/Base/r2_base_015s.phpt] 
       
 12316 TEST 6232/11218 [ext/soap/tests/interop/Round2/Base/r2_base_015w.phpt]
       
 12317 PASS SOAP Interop Round2 base 015 (php/wsdl): echoStructArray [ext/soap/tests/interop/Round2/Base/r2_base_015w.phpt] 
       
 12318 TEST 6233/11218 [ext/soap/tests/interop/Round2/Base/r2_base_016p.phpt]
       
 12319 PASS SOAP Interop Round2 base 016 (php/direct): echoVoid [ext/soap/tests/interop/Round2/Base/r2_base_016p.phpt] 
       
 12320 TEST 6234/11218 [ext/soap/tests/interop/Round2/Base/r2_base_016s.phpt]
       
 12321 PASS SOAP Interop Round2 base 016 (soap/direct): echoVoid [ext/soap/tests/interop/Round2/Base/r2_base_016s.phpt] 
       
 12322 TEST 6235/11218 [ext/soap/tests/interop/Round2/Base/r2_base_016w.phpt]
       
 12323 PASS SOAP Interop Round2 base 016 (php/wsdl): echoVoid [ext/soap/tests/interop/Round2/Base/r2_base_016w.phpt] 
       
 12324 TEST 6236/11218 [ext/soap/tests/interop/Round2/Base/r2_base_017p.phpt]
       
 12325 PASS SOAP Interop Round2 base 017 (php/direct): echoBase64 [ext/soap/tests/interop/Round2/Base/r2_base_017p.phpt] 
       
 12326 TEST 6237/11218 [ext/soap/tests/interop/Round2/Base/r2_base_017s.phpt]
       
 12327 PASS SOAP Interop Round2 base 017 (soap/direct): echoBase64 [ext/soap/tests/interop/Round2/Base/r2_base_017s.phpt] 
       
 12328 TEST 6238/11218 [ext/soap/tests/interop/Round2/Base/r2_base_017w.phpt]
       
 12329 PASS SOAP Interop Round2 base 017 (php/wsdl): echoBase64 [ext/soap/tests/interop/Round2/Base/r2_base_017w.phpt] 
       
 12330 TEST 6239/11218 [ext/soap/tests/interop/Round2/Base/r2_base_018p.phpt]
       
 12331 PASS SOAP Interop Round2 base 018 (php/direct): echoHexBinary [ext/soap/tests/interop/Round2/Base/r2_base_018p.phpt] 
       
 12332 TEST 6240/11218 [ext/soap/tests/interop/Round2/Base/r2_base_018s.phpt]
       
 12333 PASS SOAP Interop Round2 base 018 (soap/direct): echoHexBinary [ext/soap/tests/interop/Round2/Base/r2_base_018s.phpt] 
       
 12334 TEST 6241/11218 [ext/soap/tests/interop/Round2/Base/r2_base_018w.phpt]
       
 12335 PASS SOAP Interop Round2 base 018 (php/wsdl): echoHexBinary [ext/soap/tests/interop/Round2/Base/r2_base_018w.phpt] 
       
 12336 TEST 6242/11218 [ext/soap/tests/interop/Round2/Base/r2_base_019p.phpt]
       
 12337 PASS SOAP Interop Round2 base 019 (php/direct): echoDecimal [ext/soap/tests/interop/Round2/Base/r2_base_019p.phpt] 
       
 12338 TEST 6243/11218 [ext/soap/tests/interop/Round2/Base/r2_base_019s.phpt]
       
 12339 PASS SOAP Interop Round2 base 019 (soap/direct): echoDecimal [ext/soap/tests/interop/Round2/Base/r2_base_019s.phpt] 
       
 12340 TEST 6244/11218 [ext/soap/tests/interop/Round2/Base/r2_base_019w.phpt]
       
 12341 PASS SOAP Interop Round2 base 019 (php/wsdl): echoDecimal [ext/soap/tests/interop/Round2/Base/r2_base_019w.phpt] 
       
 12342 TEST 6245/11218 [ext/soap/tests/interop/Round2/Base/r2_base_020p.phpt]
       
 12343 PASS SOAP Interop Round2 base 020 (php/direct): echoDate [ext/soap/tests/interop/Round2/Base/r2_base_020p.phpt] 
       
 12344 TEST 6246/11218 [ext/soap/tests/interop/Round2/Base/r2_base_020s.phpt]
       
 12345 PASS SOAP Interop Round2 base 020 (soap/direct): echoDate [ext/soap/tests/interop/Round2/Base/r2_base_020s.phpt] 
       
 12346 TEST 6247/11218 [ext/soap/tests/interop/Round2/Base/r2_base_020w.phpt]
       
 12347 PASS SOAP Interop Round2 base 020 (php/wsdl): echoDate [ext/soap/tests/interop/Round2/Base/r2_base_020w.phpt] 
       
 12348 TEST 6248/11218 [ext/soap/tests/interop/Round2/Base/r2_base_021p.phpt]
       
 12349 PASS SOAP Interop Round2 base 021 (php/direct): echoBoolean [ext/soap/tests/interop/Round2/Base/r2_base_021p.phpt] 
       
 12350 TEST 6249/11218 [ext/soap/tests/interop/Round2/Base/r2_base_021s.phpt]
       
 12351 PASS SOAP Interop Round2 base 021 (soap/direct): echoBoolean [ext/soap/tests/interop/Round2/Base/r2_base_021s.phpt] 
       
 12352 TEST 6250/11218 [ext/soap/tests/interop/Round2/Base/r2_base_021w.phpt]
       
 12353 PASS SOAP Interop Round2 base 021 (php/wsdl): echoBoolean [ext/soap/tests/interop/Round2/Base/r2_base_021w.phpt] 
       
 12354 TEST 6251/11218 [ext/soap/tests/interop/Round2/Base/r2_base_022p.phpt]
       
 12355 PASS SOAP Interop Round2 base 022 (php/direct): echoBoolean [ext/soap/tests/interop/Round2/Base/r2_base_022p.phpt] 
       
 12356 TEST 6252/11218 [ext/soap/tests/interop/Round2/Base/r2_base_022s.phpt]
       
 12357 PASS SOAP Interop Round2 base 022 (soap/direct): echoBoolean [ext/soap/tests/interop/Round2/Base/r2_base_022s.phpt] 
       
 12358 TEST 6253/11218 [ext/soap/tests/interop/Round2/Base/r2_base_022w.phpt]
       
 12359 PASS SOAP Interop Round2 base 022 (php/wsdl): echoBoolean [ext/soap/tests/interop/Round2/Base/r2_base_022w.phpt] 
       
 12360 TEST 6254/11218 [ext/soap/tests/interop/Round2/Base/r2_base_023p.phpt]
       
 12361 PASS SOAP Interop Round2 base 023 (php/direct): echoBoolean [ext/soap/tests/interop/Round2/Base/r2_base_023p.phpt] 
       
 12362 TEST 6255/11218 [ext/soap/tests/interop/Round2/Base/r2_base_023s.phpt]
       
 12363 PASS SOAP Interop Round2 base 023 (soap/direct): echoBoolean [ext/soap/tests/interop/Round2/Base/r2_base_023s.phpt] 
       
 12364 TEST 6256/11218 [ext/soap/tests/interop/Round2/Base/r2_base_023w.phpt]
       
 12365 PASS SOAP Interop Round2 base 023 (php/wsdl): echoBoolean [ext/soap/tests/interop/Round2/Base/r2_base_023w.phpt] 
       
 12366 TEST 6257/11218 [ext/soap/tests/interop/Round2/Base/r2_base_024p.phpt]
       
 12367 PASS SOAP Interop Round2 base 024 (php/direct): echoBoolean [ext/soap/tests/interop/Round2/Base/r2_base_024p.phpt] 
       
 12368 TEST 6258/11218 [ext/soap/tests/interop/Round2/Base/r2_base_024s.phpt]
       
 12369 PASS SOAP Interop Round2 base 024 (soap/direct): echoBoolean [ext/soap/tests/interop/Round2/Base/r2_base_024s.phpt] 
       
 12370 TEST 6259/11218 [ext/soap/tests/interop/Round2/Base/r2_base_024w.phpt]
       
 12371 PASS SOAP Interop Round2 base 024 (php/wsdl): echoBoolean [ext/soap/tests/interop/Round2/Base/r2_base_024w.phpt] 
       
 12372 TEST 6260/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_001p.phpt]
       
 12373 PASS SOAP Interop Round2 groupB 001 (php/direct): echoStructAsSimpleTypes [ext/soap/tests/interop/Round2/GroupB/r2_groupB_001p.phpt] 
       
 12374 TEST 6261/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_001s.phpt]
       
 12375 PASS SOAP Interop Round2 groupB 001 (soap/direct): echoStructAsSimpleTypes [ext/soap/tests/interop/Round2/GroupB/r2_groupB_001s.phpt] 
       
 12376 TEST 6262/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_001w.phpt]
       
 12377 PASS SOAP Interop Round2 groupB 001 (php/wsdl): echoStructAsSimpleTypes [ext/soap/tests/interop/Round2/GroupB/r2_groupB_001w.phpt] 
       
 12378 TEST 6263/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_002p.phpt]
       
 12379 PASS SOAP Interop Round2 groupB 002 (php/direct): echoSimpleTypesAsStruct [ext/soap/tests/interop/Round2/GroupB/r2_groupB_002p.phpt] 
       
 12380 TEST 6264/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_002s.phpt]
       
 12381 PASS SOAP Interop Round2 groupB 002 (soap/direct): echoSimpleTypesAsStruct [ext/soap/tests/interop/Round2/GroupB/r2_groupB_002s.phpt] 
       
 12382 TEST 6265/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_002w.phpt]
       
 12383 PASS SOAP Interop Round2 groupB 002 (php/wsdl): echoSimpleTypesAsStruct [ext/soap/tests/interop/Round2/GroupB/r2_groupB_002w.phpt] 
       
 12384 TEST 6266/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_003p.phpt]
       
 12385 PASS SOAP Interop Round2 groupB 003 (php/direct): echo2DStringArray [ext/soap/tests/interop/Round2/GroupB/r2_groupB_003p.phpt] 
       
 12386 TEST 6267/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_003s.phpt]
       
 12387 PASS SOAP Interop Round2 groupB 003 (soap/direct): echo2DStringArray [ext/soap/tests/interop/Round2/GroupB/r2_groupB_003s.phpt] 
       
 12388 TEST 6268/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_003w.phpt]
       
 12389 PASS SOAP Interop Round2 groupB 003 (php/wsdl): echo2DStringArray [ext/soap/tests/interop/Round2/GroupB/r2_groupB_003w.phpt] 
       
 12390 TEST 6269/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_004p.phpt]
       
 12391 PASS SOAP Interop Round2 groupB 004 (php/direct): echoNestedStruct [ext/soap/tests/interop/Round2/GroupB/r2_groupB_004p.phpt] 
       
 12392 TEST 6270/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_004s.phpt]
       
 12393 PASS SOAP Interop Round2 groupB 004 (soap/direct): echoNestedStruct [ext/soap/tests/interop/Round2/GroupB/r2_groupB_004s.phpt] 
       
 12394 TEST 6271/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_004w.phpt]
       
 12395 PASS SOAP Interop Round2 groupB 004 (php/wsdl): echoNestedStruct [ext/soap/tests/interop/Round2/GroupB/r2_groupB_004w.phpt] 
       
 12396 TEST 6272/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_005p.phpt]
       
 12397 PASS SOAP Interop Round2 groupB 005 (php/direct): echoNestedArray [ext/soap/tests/interop/Round2/GroupB/r2_groupB_005p.phpt] 
       
 12398 TEST 6273/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_005s.phpt]
       
 12399 PASS SOAP Interop Round2 groupB 005 (soap/direct): echoNestedArray [ext/soap/tests/interop/Round2/GroupB/r2_groupB_005s.phpt] 
       
 12400 TEST 6274/11218 [ext/soap/tests/interop/Round2/GroupB/r2_groupB_005w.phpt]
       
 12401 PASS SOAP Interop Round2 groupB 005 (php/wsdl): echoNestedArray [ext/soap/tests/interop/Round2/GroupB/r2_groupB_005w.phpt] 
       
 12402 TEST 6275/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_001w.phpt]
       
 12403 PASS SOAP Interop Round3 GroupD Compound1 001 (php/wsdl): echoPerson [ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_001w.phpt] 
       
 12404 TEST 6276/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_002w.phpt]
       
 12405 PASS SOAP Interop Round3 GroupD Compound1 002 (php/wsdl): echoDocument [ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_002w.phpt] 
       
 12406 TEST 6277/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_003w.phpt]
       
 12407 PASS SOAP Interop Round3 GroupD Compound1 003 (php/wsdl): echoDocument [ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound1_003w.phpt] 
       
 12408 TEST 6278/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound2_001w.phpt]
       
 12409 PASS SOAP Interop Round3 GroupD Compound2 001 (php/wsdl): echoEmployee [ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound2_001w.phpt] 
       
 12410 TEST 6279/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclit_001w.phpt]
       
 12411 PASS SOAP Interop Round3 GroupD Doc Lit 001 (php/wsdl): echoString [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclit_001w.phpt] 
       
 12412 TEST 6280/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclit_002w.phpt]
       
 12413 PASS SOAP Interop Round3 GroupD Doc Lit 002 (php/wsdl): echoStringArray [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclit_002w.phpt] 
       
 12414 TEST 6281/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclit_003w.phpt]
       
 12415 PASS SOAP Interop Round3 GroupD Doc Lit 003 (php/wsdl): echoStruct [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclit_003w.phpt] 
       
 12416 TEST 6282/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclit_004w.phpt]
       
 12417 PASS SOAP Interop Round3 GroupD Doc Lit 004 (php/wsdl): echoVoid [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclit_004w.phpt] 
       
 12418 TEST 6283/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclitparams_001w.phpt]
       
 12419 PASS SOAP Interop Round3 GroupD Doc Lit Parameters 001 (php/wsdl): echoString [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclitparams_001w.phpt] 
       
 12420 TEST 6284/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclitparams_002w.phpt]
       
 12421 PASS SOAP Interop Round3 GroupD Doc Lit Parameters 002 (php/wsdl): echoStringArray [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclitparams_002w.phpt] 
       
 12422 TEST 6285/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclitparams_003w.phpt]
       
 12423 PASS SOAP Interop Round3 GroupD Doc Lit Parameters 003 (php/wsdl): echoStruct [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclitparams_003w.phpt] 
       
 12424 TEST 6286/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclitparams_004w.phpt]
       
 12425 PASS SOAP Interop Round3 GroupD Doc Lit Parameters 004 (php/wsdl): echoVoid [ext/soap/tests/interop/Round3/GroupD/r3_groupD_doclitparams_004w.phpt] 
       
 12426 TEST 6287/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_emptysa_001w.phpt]
       
 12427 PASS SOAP Interop Round3 GroupD EmptySA 001 (php/wsdl): echoString [ext/soap/tests/interop/Round3/GroupD/r3_groupD_emptysa_001w.phpt] 
       
 12428 TEST 6288/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_import1_001w.phpt]
       
 12429 PASS SOAP Interop Round3 GroupD Import1 001 (php/wsdl): echoString [ext/soap/tests/interop/Round3/GroupD/r3_groupD_import1_001w.phpt] 
       
 12430 TEST 6289/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_import2_001w.phpt]
       
 12431 PASS SOAP Interop Round3 GroupD Import2 001 (php/wsdl): echoStruct [ext/soap/tests/interop/Round3/GroupD/r3_groupD_import2_001w.phpt] 
       
 12432 TEST 6290/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_import3_001w.phpt]
       
 12433 PASS SOAP Interop Round3 GroupD Import3 001 (php/wsdl): echoStruct [ext/soap/tests/interop/Round3/GroupD/r3_groupD_import3_001w.phpt] 
       
 12434 TEST 6291/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_import3_002w.phpt]
       
 12435 PASS SOAP Interop Round3 GroupD Import3 002 (php/wsdl): echoStructArray [ext/soap/tests/interop/Round3/GroupD/r3_groupD_import3_002w.phpt] 
       
 12436 TEST 6292/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_rpcenc_001w.phpt]
       
 12437 PASS SOAP Interop Round3 GroupD RPC Encoded 001 (php/wsdl): echoString [ext/soap/tests/interop/Round3/GroupD/r3_groupD_rpcenc_001w.phpt] 
       
 12438 TEST 6293/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_rpcenc_002w.phpt]
       
 12439 PASS SOAP Interop Round3 GroupD RPC Encoded 002 (php/wsdl): echoStringArray [ext/soap/tests/interop/Round3/GroupD/r3_groupD_rpcenc_002w.phpt] 
       
 12440 TEST 6294/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_rpcenc_003w.phpt]
       
 12441 PASS SOAP Interop Round3 GroupD RPC Encoded 003 (php/wsdl): echoStruct [ext/soap/tests/interop/Round3/GroupD/r3_groupD_rpcenc_003w.phpt] 
       
 12442 TEST 6295/11218 [ext/soap/tests/interop/Round3/GroupD/r3_groupD_rpcenc_004w.phpt]
       
 12443 PASS SOAP Interop Round3 GroupD RPC Encoded 004 (php/wsdl): echoVoid [ext/soap/tests/interop/Round3/GroupD/r3_groupD_rpcenc_004w.phpt] 
       
 12444 TEST 6296/11218 [ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_001w.phpt]
       
 12445 PASS SOAP Interop Round3 GroupE List 001 (php/wsdl): echoLinkedList [ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_001w.phpt] 
       
 12446 TEST 6297/11218 [ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_002w.phpt]
       
 12447 PASS SOAP Interop Round3 GroupE List 002 (php/wsdl): echoLinkedList [ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_002w.phpt] 
       
 12448 TEST 6298/11218 [ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_003w.phpt]
       
 12449 PASS SOAP Interop Round3 GroupE List 003 (php/wsdl): echoLinkedList [ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_003w.phpt] 
       
 12450 TEST 6299/11218 [ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_004w.phpt]
       
 12451 PASS SOAP Interop Round3 GroupE List 004 (php/wsdl): echoLinkedList [ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_004w.phpt] 
       
 12452 TEST 6300/11218 [ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_005w.phpt]
       
 12453 PASS SOAP Interop Round3 GroupE List 005 (php/wsdl): echoLinkedList (cyclic) [ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_005w.phpt] 
       
 12454 TEST 6301/11218 [ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_006w.phpt]
       
 12455 PASS SOAP Interop Round3 GroupE List 006 (php/wsdl): echoLinkedList (cyclic) [ext/soap/tests/interop/Round3/GroupE/r3_groupE_list_006w.phpt] 
       
 12456 TEST 6302/11218 [ext/soap/tests/interop/Round3/GroupF/r3_groupF_ext_001w.phpt]
       
 12457 PASS SOAP Interop Round3 GroupF Extensibility 001 (php/wsdl): echoString [ext/soap/tests/interop/Round3/GroupF/r3_groupF_ext_001w.phpt] 
       
 12458 TEST 6303/11218 [ext/soap/tests/interop/Round3/GroupF/r3_groupF_extreq_001w.phpt]
       
 12459 PASS SOAP Interop Round3 GroupF Extensibility Required 001 (php/wsdl): echoString [ext/soap/tests/interop/Round3/GroupF/r3_groupF_extreq_001w.phpt] 
       
 12460 TEST 6304/11218 [ext/soap/tests/interop/Round3/GroupF/r3_groupF_headers_001w.phpt]
       
 12461 PASS SOAP Interop Round3 GroupF Headers 001 (php/wsdl): echoString [ext/soap/tests/interop/Round3/GroupF/r3_groupF_headers_001w.phpt] 
       
 12462 TEST 6305/11218 [ext/soap/tests/interop/Round3/GroupF/r3_groupF_headers_002w.phpt]
       
 12463 PASS SOAP Interop Round3 GroupF Headers 002 (php/wsdl): echoString [ext/soap/tests/interop/Round3/GroupF/r3_groupF_headers_002w.phpt] 
       
 12464 TEST 6306/11218 [ext/soap/tests/interop/Round3/GroupF/r3_groupF_headers_003w.phpt]
       
 12465 PASS SOAP Interop Round3 GroupF Headers 003 (php/wsdl): echoString [ext/soap/tests/interop/Round3/GroupF/r3_groupF_headers_003w.phpt] 
       
 12466 TEST 6307/11218 [ext/soap/tests/interop/Round3/GroupF/r3_groupF_headers_004w.phpt]
       
 12467 PASS SOAP Interop Round3 GroupF Headers 004 (php/wsdl): echoString [ext/soap/tests/interop/Round3/GroupF/r3_groupF_headers_004w.phpt] 
       
 12468 TEST 6308/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_001w.phpt]
       
 12469 PASS SOAP Interop Round4 GroupH Complex Doc Lit 001 (php/wsdl): echoSOAPStructFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_001w.phpt] 
       
 12470 TEST 6309/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_002w.phpt]
       
 12471 PASS SOAP Interop Round4 GroupH Complex Doc Lit 002 (php/wsdl): echoBaseStructFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_002w.phpt] 
       
 12472 TEST 6310/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_003w.phpt]
       
 12473 PASS SOAP Interop Round4 GroupH Complex Doc Lit 003 (php/wsdl): echoExtendedStructFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_003w.phpt] 
       
 12474 TEST 6311/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_004w.phpt]
       
 12475 PASS SOAP Interop Round4 GroupH Complex Doc Lit 004 (php/wsdl): echoMultipleFaults1(1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_004w.phpt] 
       
 12476 TEST 6312/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_005w.phpt]
       
 12477 PASS SOAP Interop Round4 GroupH Complex Doc Lit 005 (php/wsdl): echoMultipleFaults1(2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_005w.phpt] 
       
 12478 TEST 6313/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_006w.phpt]
       
 12479 PASS SOAP Interop Round4 GroupH Complex Doc Lit 006 (php/wsdl): echoMultipleFaults1(3) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_006w.phpt] 
       
 12480 TEST 6314/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_007w.phpt]
       
 12481 PASS SOAP Interop Round4 GroupH Complex Doc Lit 007 (php/wsdl): echoMultipleFaults2(1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_007w.phpt] 
       
 12482 TEST 6315/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_008w.phpt]
       
 12483 PASS SOAP Interop Round4 GroupH Complex Doc Lit 008 (php/wsdl): echoMultipleFaults2(2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_008w.phpt] 
       
 12484 TEST 6316/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_009w.phpt]
       
 12485 PASS SOAP Interop Round4 GroupH Complex Doc Lit 009 (php/wsdl): echoMultipleFaults2(3) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_009w.phpt] 
       
 12486 TEST 6317/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_010w.phpt]
       
 12487 PASS SOAP Interop Round4 GroupH Complex Doc Lit 010 (php/wsdl): echoMultipleFaults2(4) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_doclit_010w.phpt] 
       
 12488 TEST 6318/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_001w.phpt]
       
 12489 PASS SOAP Interop Round4 GroupH Complex RPC Enc 001 (php/wsdl): echoSOAPStructFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_001w.phpt] 
       
 12490 TEST 6319/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_002w.phpt]
       
 12491 PASS SOAP Interop Round4 GroupH Complex RPC Enc 002 (php/wsdl): echoBaseStructFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_002w.phpt] 
       
 12492 TEST 6320/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_003w.phpt]
       
 12493 PASS SOAP Interop Round4 GroupH Complex RPC Enc 003 (php/wsdl): echoExtendedStructFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_003w.phpt] 
       
 12494 TEST 6321/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_004w.phpt]
       
 12495 PASS SOAP Interop Round4 GroupH Complex RPC Enc 004 (php/wsdl): echoMultipleFaults1(1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_004w.phpt] 
       
 12496 TEST 6322/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_005w.phpt]
       
 12497 PASS SOAP Interop Round4 GroupH Complex RPC Enc 005 (php/wsdl): echoMultipleFaults1(2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_005w.phpt] 
       
 12498 TEST 6323/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_006w.phpt]
       
 12499 PASS SOAP Interop Round4 GroupH Complex RPC Enc 006 (php/wsdl): echoMultipleFaults1(3) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_006w.phpt] 
       
 12500 TEST 6324/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_007w.phpt]
       
 12501 PASS SOAP Interop Round4 GroupH Complex RPC Enc 007 (php/wsdl): echoMultipleFaults2(1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_007w.phpt] 
       
 12502 TEST 6325/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_008w.phpt]
       
 12503 PASS SOAP Interop Round4 GroupH Complex RPC Enc 008 (php/wsdl): echoMultipleFaults2(2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_008w.phpt] 
       
 12504 TEST 6326/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_009w.phpt]
       
 12505 PASS SOAP Interop Round4 GroupH Complex RPC Enc 009 (php/wsdl): echoMultipleFaults2(3) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_009w.phpt] 
       
 12506 TEST 6327/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_010w.phpt]
       
 12507 PASS SOAP Interop Round4 GroupH Complex RPC Enc 010 (php/wsdl): echoMultipleFaults2(4) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_complex_rpcenc_010w.phpt] 
       
 12508 TEST 6328/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_001w.phpt]
       
 12509 PASS SOAP Interop Round4 GroupH Simple Doc Lit 001 (php/wsdl): echoEmptyFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_001w.phpt] 
       
 12510 TEST 6329/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_002w.phpt]
       
 12511 PASS SOAP Interop Round4 GroupH Simple Doc Lit 002 (php/wsdl): echoStringFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_002w.phpt] 
       
 12512 TEST 6330/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_003w.phpt]
       
 12513 PASS SOAP Interop Round4 GroupH Simple Doc Lit 003 (php/wsdl): echoIntArrayFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_003w.phpt] 
       
 12514 TEST 6331/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_004w.phpt]
       
 12515 PASS SOAP Interop Round4 GroupH Simple Doc Lit 004 (php/wsdl): echoMultipleFaults1(1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_004w.phpt] 
       
 12516 TEST 6332/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_005w.phpt]
       
 12517 PASS SOAP Interop Round4 GroupH Simple Doc Lit 005 (php/wsdl): echoMultipleFaults1(2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_005w.phpt] 
       
 12518 TEST 6333/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_006w.phpt]
       
 12519 PASS SOAP Interop Round4 GroupH Simple Doc Lit 006 (php/wsdl): echoMultipleFaults1(3) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_006w.phpt] 
       
 12520 TEST 6334/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_007w.phpt]
       
 12521 PASS SOAP Interop Round4 GroupH Simple Doc Lit 007 (php/wsdl): echoMultipleFaults1(4) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_007w.phpt] 
       
 12522 TEST 6335/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_008w.phpt]
       
 12523 PASS SOAP Interop Round4 GroupH Simple Doc Lit 008 (php/wsdl): echoMultipleFaults2(1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_008w.phpt] 
       
 12524 TEST 6336/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_009w.phpt]
       
 12525 PASS SOAP Interop Round4 GroupH Simple Doc Lit 009 (php/wsdl): echoMultipleFaults2(2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_009w.phpt] 
       
 12526 TEST 6337/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_010w.phpt]
       
 12527 PASS SOAP Interop Round4 GroupH Simple Doc Lit 010 (php/wsdl): echoMultipleFaults2(3) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_010w.phpt] 
       
 12528 TEST 6338/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_011w.phpt]
       
 12529 PASS SOAP Interop Round4 GroupH Simple Doc Lit 011 (php/wsdl): echoMultipleFaults2(4) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_011w.phpt] 
       
 12530 TEST 6339/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_012w.phpt]
       
 12531 PASS SOAP Interop Round4 GroupH Simple Doc Lit 012 (php/wsdl): echoMultipleFaults3(1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_012w.phpt] 
       
 12532 TEST 6340/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_013w.phpt]
       
 12533 PASS SOAP Interop Round4 GroupH Simple Doc Lit 013 (php/wsdl): echoMultipleFaults3(2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_013w.phpt] 
       
 12534 TEST 6341/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_014w.phpt]
       
 12535 PASS SOAP Interop Round4 GroupH Simple Doc Lit 014 (php/wsdl): echoMultipleFaults3(3) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_014w.phpt] 
       
 12536 TEST 6342/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_015w.phpt]
       
 12537 PASS SOAP Interop Round4 GroupH Simple Doc Lit 015 (php/wsdl): echoMultipleFaults4(1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_015w.phpt] 
       
 12538 TEST 6343/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_016w.phpt]
       
 12539 PASS SOAP Interop Round4 GroupH Simple Doc Lit 016 (php/wsdl): echoMultipleFaults4(2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_016w.phpt] 
       
 12540 TEST 6344/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_017w.phpt]
       
 12541 PASS SOAP Interop Round4 GroupH Simple Doc Lit 017 (php/wsdl): echoMultipleFaults4(3) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_doclit_017w.phpt] 
       
 12542 TEST 6345/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_001w.phpt]
       
 12543 PASS SOAP Interop Round4 GroupH Simple RPC Enc 001 (php/wsdl): echoEmptyFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_001w.phpt] 
       
 12544 TEST 6346/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_002w.phpt]
       
 12545 PASS SOAP Interop Round4 GroupH Simple RPC Enc 002 (php/wsdl): echoStringFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_002w.phpt] 
       
 12546 TEST 6347/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_003w.phpt]
       
 12547 PASS SOAP Interop Round4 GroupH Simple RPC Enc 003 (php/wsdl): echoIntArrayFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_003w.phpt] 
       
 12548 TEST 6348/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_004w.phpt]
       
 12549 PASS SOAP Interop Round4 GroupH Simple RPC Enc 004 (php/wsdl): echoMultipleFaults1(1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_004w.phpt] 
       
 12550 TEST 6349/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_005w.phpt]
       
 12551 PASS SOAP Interop Round4 GroupH Simple RPC Enc 005 (php/wsdl): echoMultipleFaults1(2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_005w.phpt] 
       
 12552 TEST 6350/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_006w.phpt]
       
 12553 PASS SOAP Interop Round4 GroupH Simple RPC Enc 006 (php/wsdl): echoMultipleFaults1(3) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_006w.phpt] 
       
 12554 TEST 6351/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_007w.phpt]
       
 12555 PASS SOAP Interop Round4 GroupH Simple RPC Enc 007 (php/wsdl): echoMultipleFaults1(4) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_007w.phpt] 
       
 12556 TEST 6352/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_008w.phpt]
       
 12557 PASS SOAP Interop Round4 GroupH Simple RPC Enc 008 (php/wsdl): echoMultipleFaults2(1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_008w.phpt] 
       
 12558 TEST 6353/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_009w.phpt]
       
 12559 PASS SOAP Interop Round4 GroupH Simple RPC Enc 009 (php/wsdl): echoMultipleFaults2(2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_009w.phpt] 
       
 12560 TEST 6354/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_010w.phpt]
       
 12561 PASS SOAP Interop Round4 GroupH Simple RPC Enc 010 (php/wsdl): echoMultipleFaults2(3) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_010w.phpt] 
       
 12562 TEST 6355/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_011w.phpt]
       
 12563 PASS SOAP Interop Round4 GroupH Simple RPC Enc 011 (php/wsdl): echoMultipleFaults2(4) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_011w.phpt] 
       
 12564 TEST 6356/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_012w.phpt]
       
 12565 PASS SOAP Interop Round4 GroupH Simple RPC Enc 012 (php/wsdl): echoMultipleFaults3(1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_012w.phpt] 
       
 12566 TEST 6357/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_013w.phpt]
       
 12567 PASS SOAP Interop Round4 GroupH Simple RPC Enc 013 (php/wsdl): echoMultipleFaults3(2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_013w.phpt] 
       
 12568 TEST 6358/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_014w.phpt]
       
 12569 PASS SOAP Interop Round4 GroupH Simple RPC Enc 014 (php/wsdl): echoMultipleFaults3(3) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_014w.phpt] 
       
 12570 TEST 6359/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_015w.phpt]
       
 12571 PASS SOAP Interop Round4 GroupH Simple RPC Enc 015 (php/wsdl): echoMultipleFaults4(1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_015w.phpt] 
       
 12572 TEST 6360/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_016w.phpt]
       
 12573 PASS SOAP Interop Round4 GroupH Simple RPC Enc 016 (php/wsdl): echoMultipleFaults4(2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_016w.phpt] 
       
 12574 TEST 6361/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_017w.phpt]
       
 12575 PASS SOAP Interop Round4 GroupH Simple RPC Enc 017 (php/wsdl): echoMultipleFaults4(3) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_simple_rpcenc_017w.phpt] 
       
 12576 TEST 6362/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_soapfault_001w.phpt]
       
 12577 PASS SOAP Interop Round4 GroupH SoapFault 001 (php/wsdl): echoVersionMismatchFault(SOAP 1.1) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_soapfault_001w.phpt] 
       
 12578 TEST 6363/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_soapfault_002w.phpt]
       
 12579 PASS SOAP Interop Round4 GroupH SoapFault 002 (php/wsdl): echoVersionMismatchFault(SOAP 1.2) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_soapfault_002w.phpt] 
       
 12580 TEST 6364/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_soapfault_003w.phpt]
       
 12581 PASS SOAP Interop Round4 GroupH SoapFault 003 (php/wsdl): echoVersionMismatchFault(unknown version) [ext/soap/tests/interop/Round4/GroupH/r4_groupH_soapfault_003w.phpt] 
       
 12582 TEST 6365/11218 [ext/soap/tests/interop/Round4/GroupH/r4_groupH_soapfault_004w.phpt]
       
 12583 PASS SOAP Interop Round4 GroupH SoapFault 004 (php/wsdl): echoMustUnderstandFault [ext/soap/tests/interop/Round4/GroupH/r4_groupH_soapfault_004w.phpt] 
       
 12584 TEST 6366/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_001w.phpt]
       
 12585 PASS SOAP Interop Round4 GroupI XSD 001 (php/wsdl): echoVoid [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_001w.phpt] 
       
 12586 TEST 6367/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_002w.phpt]
       
 12587 PASS SOAP Interop Round4 GroupI XSD 002 (php/wsdl): echoInteger [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_002w.phpt] 
       
 12588 TEST 6368/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_003w.phpt]
       
 12589 PASS SOAP Interop Round4 GroupI XSD 003 (php/wsdl): echoFloat [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_003w.phpt] 
       
 12590 TEST 6369/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_004w.phpt]
       
 12591 PASS SOAP Interop Round4 GroupI XSD 004 (php/wsdl): echoString [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_004w.phpt] 
       
 12592 TEST 6370/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_005w.phpt]
       
 12593 PASS SOAP Interop Round4 GroupI XSD 005 (php/wsdl): echoString(empty) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_005w.phpt] 
       
 12594 TEST 6371/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_006w.phpt]
       
 12595 PASS SOAP Interop Round4 GroupI XSD 006 (php/wsdl): echoBase64 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_006w.phpt] 
       
 12596 TEST 6372/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_007w.phpt]
       
 12597 PASS SOAP Interop Round4 GroupI XSD 007 (php/wsdl): echoDate [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_007w.phpt] 
       
 12598 TEST 6373/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_008w.phpt]
       
 12599 PASS SOAP Interop Round4 GroupI XSD 008 (php/wsdl): echoComplexType [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_008w.phpt] 
       
 12600 TEST 6374/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_009w.phpt]
       
 12601 PASS SOAP Interop Round4 GroupI XSD 009 (php/wsdl): echoComplexType(minOccur=0) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_009w.phpt] 
       
 12602 TEST 6375/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_010w.phpt]
       
 12603 PASS SOAP Interop Round4 GroupI XSD 010 (php/wsdl): echoIntegerMultiOccurs [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_010w.phpt] 
       
 12604 TEST 6376/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_011w.phpt]
       
 12605 PASS SOAP Interop Round4 GroupI XSD 011 (php/wsdl): echoFloatMultiOccurs [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_011w.phpt] 
       
 12606 TEST 6377/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_012w.phpt]
       
 12607 PASS SOAP Interop Round4 GroupI XSD 012 (php/wsdl): echoStringMultiOccurs [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_012w.phpt] 
       
 12608 TEST 6378/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_013w.phpt]
       
 12609 PASS SOAP Interop Round4 GroupI XSD 013 (php/wsdl): echoStringMultiOccurs(nil) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_013w.phpt] 
       
 12610 TEST 6379/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_014w.phpt]
       
 12611 PASS SOAP Interop Round4 GroupI XSD 014 (php/wsdl): echoComplexTypeMultiOccurs(1) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_014w.phpt] 
       
 12612 TEST 6380/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_015w.phpt]
       
 12613 PASS SOAP Interop Round4 GroupI XSD 015 (php/wsdl): echoComplexTypeMultiOccurs(nil) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_015w.phpt] 
       
 12614 TEST 6381/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_016w.phpt]
       
 12615 PASS SOAP Interop Round4 GroupI XSD 016 (php/wsdl): echoDecimal [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_016w.phpt] 
       
 12616 TEST 6382/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_017w.phpt]
       
 12617 PASS SOAP Interop Round4 GroupI XSD 017 (php/wsdl): echoBoolean [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_017w.phpt] 
       
 12618 TEST 6383/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_018w.phpt]
       
 12619 PASS SOAP Interop Round4 GroupI XSD 018 (php/wsdl): echoHexBinary [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_018w.phpt] 
       
 12620 TEST 6384/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_019w.phpt]
       
 12621 PASS SOAP Interop Round4 GroupI XSD 019 (php/wsdl): echoComplexTypeAsSimpleTypes [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_019w.phpt] 
       
 12622 TEST 6385/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_020w.phpt]
       
 12623 PASS SOAP Interop Round4 GroupI XSD 020 (php/wsdl): echoComplexTypeAsSimpleTypes(minOccurs=0) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_020w.phpt] 
       
 12624 TEST 6386/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_021w.phpt]
       
 12625 PASS SOAP Interop Round4 GroupI XSD 021 (php/wsdl): echoSimpleTypesAsComplexType [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_021w.phpt] 
       
 12626 TEST 6387/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_022w.phpt]
       
 12627 PASS SOAP Interop Round4 GroupI XSD 022 (php/wsdl): echoSimpleTypesAsComplexType(minOccurs=0) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_022w.phpt] 
       
 12628 TEST 6388/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_023w.phpt]
       
 12629 PASS SOAP Interop Round4 GroupI XSD 023 (php/wsdl): echoNestedComplexType [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_023w.phpt] 
       
 12630 TEST 6389/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_024w.phpt]
       
 12631 PASS SOAP Interop Round4 GroupI XSD 024 (php/wsdl): echoNestedComplexType(minOccurs=0) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_024w.phpt] 
       
 12632 TEST 6390/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_025w.phpt]
       
 12633 PASS SOAP Interop Round4 GroupI XSD 025 (php/wsdl): echoNestedMultiOccurs [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_025w.phpt] 
       
 12634 TEST 6391/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_026w.phpt]
       
 12635 PASS SOAP Interop Round4 GroupI XSD 026 (php/wsdl): echoChoice [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_026w.phpt] 
       
 12636 TEST 6392/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_027w.phpt]
       
 12637 PASS SOAP Interop Round4 GroupI XSD 027 (php/wsdl): echoEnum [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_027w.phpt] 
       
 12638 TEST 6393/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_028w.phpt]
       
 12639 PASS SOAP Interop Round4 GroupI XSD 028 (php/wsdl): echoAnyType [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_028w.phpt] 
       
 12640 TEST 6394/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_029w.phpt]
       
 12641 PASS SOAP Interop Round4 GroupI XSD 029 (php/wsdl): echoAnyElement [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_029w.phpt] 
       
 12642 TEST 6395/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_030w.phpt]
       
 12643 PASS SOAP Interop Round4 GroupI XSD 030 (php/wsdl): echoVoidSoapHeader(1) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_030w.phpt] 
       
 12644 TEST 6396/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_031w.phpt]
       
 12645 PASS SOAP Interop Round4 GroupI XSD 031 (php/wsdl): echoVoidSoapHeader(2) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_031w.phpt] 
       
 12646 TEST 6397/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_032w.phpt]
       
 12647 PASS SOAP Interop Round4 GroupI XSD 032 (php/wsdl): echoVoidSoapHeader(3) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_032w.phpt] 
       
 12648 TEST 6398/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_033w.phpt]
       
 12649 PASS SOAP Interop Round4 GroupI XSD 033 (php/wsdl): echoVoidSoapHeader(4) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_033w.phpt] 
       
 12650 TEST 6399/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_034w.phpt]
       
 12651 PASS SOAP Interop Round4 GroupI XSD 034 (php/wsdl): echoVoidSoapHeader(5) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_034w.phpt] 
       
 12652 TEST 6400/11218 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_035w.phpt]
       
 12653 PASS SOAP Interop Round4 GroupI XSD 035 (php/wsdl): echoVoidSoapHeader(6) [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_035w.phpt] 
       
 12654 TEST 6401/11218 [ext/soap/tests/schema/schema001.phpt]
       
 12655 PASS SOAP XML Schema 1: simpleType/restriction [ext/soap/tests/schema/schema001.phpt] 
       
 12656 TEST 6402/11218 [ext/soap/tests/schema/schema002.phpt]
       
 12657 PASS SOAP XML Schema 2: simpleType/restriction (reference to type) [ext/soap/tests/schema/schema002.phpt] 
       
 12658 TEST 6403/11218 [ext/soap/tests/schema/schema003.phpt]
       
 12659 PASS SOAP XML Schema 3: simpleType/restriction (reference to type, that is not defined yet) [ext/soap/tests/schema/schema003.phpt] 
       
 12660 TEST 6404/11218 [ext/soap/tests/schema/schema004.phpt]
       
 12661 PASS SOAP XML Schema 4: simpleType/restriction (reference to undefined type) [ext/soap/tests/schema/schema004.phpt] 
       
 12662 TEST 6405/11218 [ext/soap/tests/schema/schema005.phpt]
       
 12663 PASS SOAP XML Schema 5: simpleType/restriction (inline type) [ext/soap/tests/schema/schema005.phpt] 
       
 12664 TEST 6406/11218 [ext/soap/tests/schema/schema006.phpt]
       
 12665 PASS SOAP XML Schema 6: simpleType/restriction (referenced by ellement) [ext/soap/tests/schema/schema006.phpt] 
       
 12666 TEST 6407/11218 [ext/soap/tests/schema/schema007.phpt]
       
 12667 PASS SOAP XML Schema 7: simpleType/restriction (referenced by ellement) [ext/soap/tests/schema/schema007.phpt] 
       
 12668 TEST 6408/11218 [ext/soap/tests/schema/schema008.phpt]
       
 12669 PASS SOAP XML Schema 8: simpleType/restriction (anonymous, inside an ellement) [ext/soap/tests/schema/schema008.phpt] 
       
 12670 TEST 6409/11218 [ext/soap/tests/schema/schema009.phpt]
       
 12671 PASS SOAP XML Schema 9: simpleType/list (as string) [ext/soap/tests/schema/schema009.phpt] 
       
 12672 TEST 6410/11218 [ext/soap/tests/schema/schema010.phpt]
       
 12673 PASS SOAP XML Schema 10: simpleType/list (as array) [ext/soap/tests/schema/schema010.phpt] 
       
 12674 TEST 6411/11218 [ext/soap/tests/schema/schema011.phpt]
       
 12675 PASS SOAP XML Schema 11: simpleType/list (inline type) (as string) [ext/soap/tests/schema/schema011.phpt] 
       
 12676 TEST 6412/11218 [ext/soap/tests/schema/schema012.phpt]
       
 12677 PASS SOAP XML Schema 12: simpleType/list (inline type) (as array) [ext/soap/tests/schema/schema012.phpt] 
       
 12678 TEST 6413/11218 [ext/soap/tests/schema/schema013.phpt]
       
 12679 PASS SOAP XML Schema 13: simpleType/union [ext/soap/tests/schema/schema013.phpt] 
       
 12680 TEST 6414/11218 [ext/soap/tests/schema/schema014.phpt]
       
 12681 PASS SOAP XML Schema 14: simpleType/union [ext/soap/tests/schema/schema014.phpt] 
       
 12682 TEST 6415/11218 [ext/soap/tests/schema/schema015.phpt]
       
 12683 PASS SOAP XML Schema 15: simpleType/union (inline type) [ext/soap/tests/schema/schema015.phpt] 
       
 12684 TEST 6416/11218 [ext/soap/tests/schema/schema016.phpt]
       
 12685 PASS SOAP XML Schema 16: simpleType/union (inline type) [ext/soap/tests/schema/schema016.phpt] 
       
 12686 TEST 6417/11218 [ext/soap/tests/schema/schema017.phpt]
       
 12687 PASS SOAP XML Schema 17: union with list [ext/soap/tests/schema/schema017.phpt] 
       
 12688 TEST 6418/11218 [ext/soap/tests/schema/schema018.phpt]
       
 12689 PASS SOAP XML Schema 18: union with list [ext/soap/tests/schema/schema018.phpt] 
       
 12690 TEST 6419/11218 [ext/soap/tests/schema/schema019.phpt]
       
 12691 PASS SOAP XML Schema 19: union with list [ext/soap/tests/schema/schema019.phpt] 
       
 12692 TEST 6420/11218 [ext/soap/tests/schema/schema020.phpt]
       
 12693 PASS SOAP XML Schema 20: union with list [ext/soap/tests/schema/schema020.phpt] 
       
 12694 TEST 6421/11218 [ext/soap/tests/schema/schema021.phpt]
       
 12695 PASS SOAP XML Schema 21: list of unions [ext/soap/tests/schema/schema021.phpt] 
       
 12696 TEST 6422/11218 [ext/soap/tests/schema/schema022.phpt]
       
 12697 PASS SOAP XML Schema 22: list of unions [ext/soap/tests/schema/schema022.phpt] 
       
 12698 TEST 6423/11218 [ext/soap/tests/schema/schema023.phpt]
       
 12699 PASS SOAP XML Schema 23: SOAP 1.1 Array [ext/soap/tests/schema/schema023.phpt] 
       
 12700 TEST 6424/11218 [ext/soap/tests/schema/schema024.phpt]
       
 12701 PASS SOAP XML Schema 24: SOAP 1.1 Array (second way) [ext/soap/tests/schema/schema024.phpt] 
       
 12702 TEST 6425/11218 [ext/soap/tests/schema/schema025.phpt]
       
 12703 PASS SOAP XML Schema 25: SOAP 1.2 Array [ext/soap/tests/schema/schema025.phpt] 
       
 12704 TEST 6426/11218 [ext/soap/tests/schema/schema026.phpt]
       
 12705 PASS SOAP XML Schema 26: SOAP 1.2 Array (second way) [ext/soap/tests/schema/schema026.phpt] 
       
 12706 TEST 6427/11218 [ext/soap/tests/schema/schema027.phpt]
       
 12707 PASS SOAP XML Schema 27: SOAP 1.1 Multidimensional array [ext/soap/tests/schema/schema027.phpt] 
       
 12708 TEST 6428/11218 [ext/soap/tests/schema/schema028.phpt]
       
 12709 PASS SOAP XML Schema 28: SOAP 1.2 Multidimensional array [ext/soap/tests/schema/schema028.phpt] 
       
 12710 TEST 6429/11218 [ext/soap/tests/schema/schema029.phpt]
       
 12711 PASS SOAP XML Schema 29: SOAP 1.2 Multidimensional array (second way) [ext/soap/tests/schema/schema029.phpt] 
       
 12712 TEST 6430/11218 [ext/soap/tests/schema/schema030.phpt]
       
 12713 PASS SOAP XML Schema 30: Structure (sequence) [ext/soap/tests/schema/schema030.phpt] 
       
 12714 TEST 6431/11218 [ext/soap/tests/schema/schema031.phpt]
       
 12715 PASS SOAP XML Schema 31: Structure (all) [ext/soap/tests/schema/schema031.phpt] 
       
 12716 TEST 6432/11218 [ext/soap/tests/schema/schema032.phpt]
       
 12717 PASS SOAP XML Schema 32: Structure (choice) [ext/soap/tests/schema/schema032.phpt] 
       
 12718 TEST 6433/11218 [ext/soap/tests/schema/schema033.phpt]
       
 12719 PASS SOAP XML Schema 33: Nested complex types [ext/soap/tests/schema/schema033.phpt] 
       
 12720 TEST 6434/11218 [ext/soap/tests/schema/schema034.phpt]
       
 12721 PASS SOAP XML Schema 34: Nested complex types (element ref) [ext/soap/tests/schema/schema034.phpt] 
       
 12722 TEST 6435/11218 [ext/soap/tests/schema/schema035.phpt]
       
 12723 PASS SOAP XML Schema 35: Nested complex types (element ref + anonymous type) [ext/soap/tests/schema/schema035.phpt] 
       
 12724 TEST 6436/11218 [ext/soap/tests/schema/schema036.phpt]
       
 12725 PASS SOAP XML Schema 36: Nested complex types (inline) [ext/soap/tests/schema/schema036.phpt] 
       
 12726 TEST 6437/11218 [ext/soap/tests/schema/schema037.phpt]
       
 12727 PASS SOAP XML Schema 37: Structure with attributes [ext/soap/tests/schema/schema037.phpt] 
       
 12728 TEST 6438/11218 [ext/soap/tests/schema/schema038.phpt]
       
 12729 PASS SOAP XML Schema 38: Structure with attributes (ref) [ext/soap/tests/schema/schema038.phpt] 
       
 12730 TEST 6439/11218 [ext/soap/tests/schema/schema039.phpt]
       
 12731 PASS SOAP XML Schema 39: Structure with attributes (attributeGroup) [ext/soap/tests/schema/schema039.phpt] 
       
 12732 TEST 6440/11218 [ext/soap/tests/schema/schema040.phpt]
       
 12733 PASS SOAP XML Schema 40: Structure with attributes (inline types) [ext/soap/tests/schema/schema040.phpt] 
       
 12734 TEST 6441/11218 [ext/soap/tests/schema/schema041.phpt]
       
 12735 PASS SOAP XML Schema 41: Structure (group) [ext/soap/tests/schema/schema041.phpt] 
       
 12736 TEST 6442/11218 [ext/soap/tests/schema/schema042.phpt]
       
 12737 PASS SOAP XML Schema 42: Extension of simple type [ext/soap/tests/schema/schema042.phpt] 
       
 12738 TEST 6443/11218 [ext/soap/tests/schema/schema043.phpt]
       
 12739 PASS SOAP XML Schema 43: Extension of simple type (2) [ext/soap/tests/schema/schema043.phpt] 
       
 12740 TEST 6444/11218 [ext/soap/tests/schema/schema044.phpt]
       
 12741 PASS SOAP XML Schema 44: Restriction of simple type [ext/soap/tests/schema/schema044.phpt] 
       
 12742 TEST 6445/11218 [ext/soap/tests/schema/schema045.phpt]
       
 12743 PASS SOAP XML Schema 45: Restriction of simple type (2) [ext/soap/tests/schema/schema045.phpt] 
       
 12744 TEST 6446/11218 [ext/soap/tests/schema/schema046.phpt]
       
 12745 PASS SOAP XML Schema 46: Extension of complex type [ext/soap/tests/schema/schema046.phpt] 
       
 12746 TEST 6447/11218 [ext/soap/tests/schema/schema047.phpt]
       
 12747 PASS SOAP XML Schema 47: Extension of complex type (2) [ext/soap/tests/schema/schema047.phpt] 
       
 12748 TEST 6448/11218 [ext/soap/tests/schema/schema048.phpt]
       
 12749 PASS SOAP XML Schema 48: Restriction of complex type [ext/soap/tests/schema/schema048.phpt] 
       
 12750 TEST 6449/11218 [ext/soap/tests/schema/schema049.phpt]
       
 12751 PASS SOAP XML Schema 49: Restriction of complex type (2) [ext/soap/tests/schema/schema049.phpt] 
       
 12752 TEST 6450/11218 [ext/soap/tests/schema/schema050.phpt]
       
 12753 PASS SOAP XML Schema 50: Array in complex type (maxOccurs > 1, one value) [ext/soap/tests/schema/schema050.phpt] 
       
 12754 TEST 6451/11218 [ext/soap/tests/schema/schema051.phpt]
       
 12755 PASS SOAP XML Schema 51: Array in complex type (maxOccurs > 1, array) [ext/soap/tests/schema/schema051.phpt] 
       
 12756 TEST 6452/11218 [ext/soap/tests/schema/schema052.phpt]
       
 12757 PASS SOAP XML Schema 52: Array in complex type (maxOccurs > 1, array with one value) [ext/soap/tests/schema/schema052.phpt] 
       
 12758 TEST 6453/11218 [ext/soap/tests/schema/schema053.phpt]
       
 12759 PASS SOAP XML Schema 52: Array in complex type (maxOccurs > 1, empty array) [ext/soap/tests/schema/schema053.phpt] 
       
 12760 TEST 6454/11218 [ext/soap/tests/schema/schema054.phpt]
       
 12761 PASS SOAP XML Schema 54: Apache Map [ext/soap/tests/schema/schema054.phpt] 
       
 12762 TEST 6455/11218 [ext/soap/tests/schema/schema055.phpt]
       
 12763 PASS SOAP XML Schema 55: Apache Map (extension) [ext/soap/tests/schema/schema055.phpt] 
       
 12764 TEST 6456/11218 [ext/soap/tests/schema/schema056.phpt]
       
 12765 PASS SOAP XML Schema 56: SOAP 1.1 Array (literal encoding) [ext/soap/tests/schema/schema056.phpt] 
       
 12766 TEST 6457/11218 [ext/soap/tests/schema/schema057.phpt]
       
 12767 PASS SOAP XML Schema 57: SOAP 1.1 Array (second way, literal encoding) [ext/soap/tests/schema/schema057.phpt] 
       
 12768 TEST 6458/11218 [ext/soap/tests/schema/schema058.phpt]
       
 12769 PASS SOAP XML Schema 58: SOAP 1.2 Array (literal encoding) [ext/soap/tests/schema/schema058.phpt] 
       
 12770 TEST 6459/11218 [ext/soap/tests/schema/schema059.phpt]
       
 12771 PASS SOAP XML Schema 59: SOAP 1.2 Array (second way, literal encoding) [ext/soap/tests/schema/schema059.phpt] 
       
 12772 TEST 6460/11218 [ext/soap/tests/schema/schema060.phpt]
       
 12773 PASS SOAP XML Schema 60: SOAP 1.2 Multidimensional array (literal encoding) [ext/soap/tests/schema/schema060.phpt] 
       
 12774 TEST 6461/11218 [ext/soap/tests/schema/schema061.phpt]
       
 12775 PASS SOAP XML Schema 61: SOAP 1.2 Multidimensional array (second way, literal encoding) [ext/soap/tests/schema/schema061.phpt] 
       
 12776 TEST 6462/11218 [ext/soap/tests/schema/schema062.phpt]
       
 12777 PASS SOAP XML Schema 62: NULL with attributes [ext/soap/tests/schema/schema062.phpt] 
       
 12778 TEST 6463/11218 [ext/soap/tests/schema/schema063.phpt]
       
 12779 PASS SOAP XML Schema 63: standard unsignedLong type [ext/soap/tests/schema/schema063.phpt] 
       
 12780 TEST 6464/11218 [ext/soap/tests/schema/schema064.phpt]
       
 12781 PASS SOAP XML Schema 64: standard date/time types [ext/soap/tests/schema/schema064.phpt] 
       
 12782 TEST 6465/11218 [ext/soap/tests/schema/schema065.phpt]
       
 12783 PASS SOAP XML Schema 65: Attribute with default value [ext/soap/tests/schema/schema065.phpt] 
       
 12784 TEST 6466/11218 [ext/soap/tests/schema/schema066.phpt]
       
 12785 PASS SOAP XML Schema 66: Attribute with fixed value (1) [ext/soap/tests/schema/schema066.phpt] 
       
 12786 TEST 6467/11218 [ext/soap/tests/schema/schema067.phpt]
       
 12787 PASS SOAP XML Schema 67: Attribute with fixed value (2) [ext/soap/tests/schema/schema067.phpt] 
       
 12788 TEST 6468/11218 [ext/soap/tests/schema/schema068.phpt]
       
 12789 PASS SOAP XML Schema 68: Attribute with fixed value (3) [ext/soap/tests/schema/schema068.phpt] 
       
 12790 TEST 6469/11218 [ext/soap/tests/schema/schema069.phpt]
       
 12791 PASS SOAP XML Schema 69: Attribute with default value (reference) [ext/soap/tests/schema/schema069.phpt] 
       
 12792 TEST 6470/11218 [ext/soap/tests/schema/schema070.phpt]
       
 12793 PASS SOAP XML Schema 70: Attribute with default value (attributeGroup) [ext/soap/tests/schema/schema070.phpt] 
       
 12794 TEST 6471/11218 [ext/soap/tests/schema/schema071.phpt]
       
 12795 PASS SOAP XML Schema 71: SOAP 1.1 Array (document style) [ext/soap/tests/schema/schema071.phpt] 
       
 12796 TEST 6472/11218 [ext/soap/tests/schema/schema072.phpt]
       
 12797 PASS SOAP XML Schema 72: SOAP 1.1 Array (document style, element with inline type) [ext/soap/tests/schema/schema072.phpt] 
       
 12798 TEST 6473/11218 [ext/soap/tests/schema/schema073.phpt]
       
 12799 PASS SOAP XML Schema 73: SOAP 1.1 Array (document style, element with type ref) [ext/soap/tests/schema/schema073.phpt] 
       
 12800 TEST 6474/11218 [ext/soap/tests/schema/schema074.phpt]
       
 12801 PASS SOAP XML Schema 74: Structure with attributes and qualified elements [ext/soap/tests/schema/schema074.phpt] 
       
 12802 TEST 6475/11218 [ext/soap/tests/schema/schema075.phpt]
       
 12803 PASS SOAP XML Schema 75: Attributes form qualified/unqualified (attributeFormDefault="qualified") [ext/soap/tests/schema/schema075.phpt] 
       
 12804 TEST 6476/11218 [ext/soap/tests/schema/schema076.phpt]
       
 12805 PASS SOAP XML Schema 76: Attributes form qualified/unqualified (attributeFormDefault="unqualified") [ext/soap/tests/schema/schema076.phpt] 
       
 12806 TEST 6477/11218 [ext/soap/tests/schema/schema077.phpt]
       
 12807 PASS SOAP XML Schema 77: Attributes form qualified/unqualified (attributeFormDefault - default) [ext/soap/tests/schema/schema077.phpt] 
       
 12808 TEST 6478/11218 [ext/soap/tests/schema/schema078.phpt]
       
 12809 PASS SOAP XML Schema 78: Element form qualified/unqualified (elementFormDefault="qualified") [ext/soap/tests/schema/schema078.phpt] 
       
 12810 TEST 6479/11218 [ext/soap/tests/schema/schema079.phpt]
       
 12811 PASS SOAP XML Schema 79: Element form qualified/unqualified (elementFormDefault="unqualified") [ext/soap/tests/schema/schema079.phpt] 
       
 12812 TEST 6480/11218 [ext/soap/tests/schema/schema080.phpt]
       
 12813 PASS SOAP XML Schema 80: Element form qualified/unqualified (elementFormDefault - default) [ext/soap/tests/schema/schema080.phpt] 
       
 12814 TEST 6481/11218 [ext/soap/tests/schema/schema081.phpt]
       
 12815 PASS SOAP XML Schema 81: SOAP 1.1 Array with SOAP_USE_XSI_ARRAY_TYPE [ext/soap/tests/schema/schema081.phpt] 
       
 12816 TEST 6482/11218 [ext/soap/tests/schema/schema082.phpt]
       
 12817 PASS SOAP XML Schema 82: SOAP 1.1 Array with SOAP_USE_XSI_ARRAY_TYPE (second way) [ext/soap/tests/schema/schema082.phpt] 
       
 12818 TEST 6483/11218 [ext/soap/tests/schema/schema083.phpt]
       
 12819 PASS SOAP XML Schema 83: SOAP 1.2 Array with SOAP_USE_XSI_ARRAY_TYPE [ext/soap/tests/schema/schema083.phpt] 
       
 12820 TEST 6484/11218 [ext/soap/tests/schema/schema084.phpt]
       
 12821 PASS SOAP XML Schema 84: SOAP 1.2 Array with SOAP_USE_XSI_ARRAY_TYPE (second way) [ext/soap/tests/schema/schema084.phpt] 
       
 12822 TEST 6485/11218 [ext/soap/tests/schema/schema085.phpt]
       
 12823 PASS SOAP XML Schema 85: Extension of complex type (elements order) [ext/soap/tests/schema/schema085.phpt] 
       
 12824 TEST 6486/11218 [ext/soap/tests/server001.phpt]
       
 12825 PASS SOAP Server 1: new/addfunction/handle [ext/soap/tests/server001.phpt] 
       
 12826 TEST 6487/11218 [ext/soap/tests/server002.phpt]
       
 12827 PASS SOAP Server 2: function with parameters and result [ext/soap/tests/server002.phpt] 
       
 12828 TEST 6488/11218 [ext/soap/tests/server003.phpt]
       
 12829 PASS SOAP Server 3: all functions [ext/soap/tests/server003.phpt] 
       
 12830 TEST 6489/11218 [ext/soap/tests/server004.phpt]
       
 12831 PASS SOAP Server 4: addfunctions [ext/soap/tests/server004.phpt] 
       
 12832 TEST 6490/11218 [ext/soap/tests/server005.phpt]
       
 12833 PASS SOAP Server 5: setclass [ext/soap/tests/server005.phpt] 
       
 12834 TEST 6491/11218 [ext/soap/tests/server006.phpt]
       
 12835 PASS SOAP Server 6: setclass with constructor [ext/soap/tests/server006.phpt] 
       
 12836 TEST 6492/11218 [ext/soap/tests/server007.phpt]
       
 12837 PASS SOAP Server 7: addfunction and getfunctions [ext/soap/tests/server007.phpt] 
       
 12838 TEST 6493/11218 [ext/soap/tests/server008.phpt]
       
 12839 PASS SOAP Server 8: setclass and getfunctions [ext/soap/tests/server008.phpt] 
       
 12840 TEST 6494/11218 [ext/soap/tests/server009.phpt]
       
 12841 FAIL SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION) [ext/soap/tests/server009.phpt] 
       
 12842 TEST 6495/11218 [ext/soap/tests/server010.phpt]
       
 12843 PASS SOAP Server 10: setclass and setpersistence(SOAP_PERSISTENCE_REQUEST) [ext/soap/tests/server010.phpt] 
       
 12844 SKIP SOAP Server 11: bind [ext/soap/tests/server011.phpt] reason: CGI not available
       
 12845 SKIP SOAP Server 12: WSDL generation [ext/soap/tests/server012.phpt] reason: CGI not available
       
 12846 TEST 6498/11218 [ext/soap/tests/server013.phpt]
       
 12847 PASS SOAP Server 13: array handling [ext/soap/tests/server013.phpt] 
       
 12848 TEST 6499/11218 [ext/soap/tests/server014.phpt]
       
 12849 PASS SOAP Server 14: fault [ext/soap/tests/server014.phpt] 
       
 12850 TEST 6500/11218 [ext/soap/tests/server015.phpt]
       
 12851 PASS SOAP Server 15: passing request to handle() [ext/soap/tests/server015.phpt] 
       
 12852 TEST 6501/11218 [ext/soap/tests/server016.phpt]
       
 12853 PASS SOAP Server 16: user fault [ext/soap/tests/server016.phpt] 
       
 12854 TEST 6502/11218 [ext/soap/tests/server017.phpt]
       
 12855 PASS SOAP Server 17: user fault (through return) [ext/soap/tests/server017.phpt] 
       
 12856 TEST 6503/11218 [ext/soap/tests/server018.phpt]
       
 12857 PASS SOAP Server 18: user fault (through throw) [ext/soap/tests/server018.phpt] 
       
 12858 SKIP SOAP Server 19: compressed request (gzip) [ext/soap/tests/server019.phpt] reason: CGI not available
       
 12859 SKIP SOAP Server 20: compressed request (deflate) [ext/soap/tests/server020.phpt] reason: CGI not available
       
 12860 TEST 6506/11218 [ext/soap/tests/server021.phpt]
       
 12861 PASS SOAP Server 21: SoapServer::setClass and __call() [ext/soap/tests/server021.phpt] 
       
 12862 TEST 6507/11218 [ext/soap/tests/server022.phpt]
       
 12863 PASS SOAP Server 22: user fault (through throw of subclass) [ext/soap/tests/server022.phpt] 
       
 12864 TEST 6508/11218 [ext/soap/tests/server023.phpt]
       
 12865 PASS SOAP Server 23: Send SOAP headers those were not received [ext/soap/tests/server023.phpt] 
       
 12866 TEST 6509/11218 [ext/soap/tests/server024.phpt]
       
 12867 PASS SOAP Server 24: Send SOAP headers those were not received [ext/soap/tests/server024.phpt] 
       
 12868 TEST 6510/11218 [ext/soap/tests/server025.phpt]
       
 12869 PASS SOAP Server 25: One-way SOAP headers encoding using WSDL [ext/soap/tests/server025.phpt] 
       
 12870 TEST 6511/11218 [ext/soap/tests/server026.phpt]
       
 12871 PASS SOAP Server 26: setObject [ext/soap/tests/server026.phpt] 
       
 12872 TEST 6512/11218 [ext/soap/tests/server027.phpt]
       
 12873 PASS SOAP Server 27: setObject and getFunctions [ext/soap/tests/server027.phpt] 
       
 12874 TEST 6513/11218 [ext/soap/tests/server028.phpt]
       
 12875 PASS SOAP Server 28: SoapServer::setObject and __call() [ext/soap/tests/server028.phpt] 
       
 12876 SKIP SOAP Server 29-CGI: new/addfunction/handle [ext/soap/tests/server029.phpt] reason: CGI not available
       
 12877 TEST 6515/11218 [ext/soap/tests/server030.phpt]
       
 12878 PASS SOAP Server 30: Handling classes which extend the SPL ArrayObject or ArrayIterator as arrays in wsdl mode [ext/soap/tests/server030.phpt] 
       
 12879 TEST 6516/11218 [ext/soap/tests/server031.phpt]
       
 12880 PASS SOAP Server 31: Handling classes which implements Iterator [ext/soap/tests/server031.phpt] 
       
 12881 TEST 6517/11218 [ext/soap/tests/setheaders.phpt]
       
 12882 PASS SOAP: SoapClient::__setHeaders [ext/soap/tests/setheaders.phpt] 
       
 12883 TEST 6518/11218 [ext/soap/tests/soap12/T01.phpt]
       
 12884 PASS SOAP 1.2: T01 echoOk [ext/soap/tests/soap12/T01.phpt] 
       
 12885 TEST 6519/11218 [ext/soap/tests/soap12/T02.phpt]
       
 12886 PASS SOAP 1.2: T02 echoOk [ext/soap/tests/soap12/T02.phpt] 
       
 12887 TEST 6520/11218 [ext/soap/tests/soap12/T03.phpt]
       
 12888 PASS SOAP 1.2: T03 echoOk [ext/soap/tests/soap12/T03.phpt] 
       
 12889 TEST 6521/11218 [ext/soap/tests/soap12/T04.phpt]
       
 12890 PASS SOAP 1.2: T04 echoOk [ext/soap/tests/soap12/T04.phpt] 
       
 12891 TEST 6522/11218 [ext/soap/tests/soap12/T05.phpt]
       
 12892 PASS SOAP 1.2: T05 echoOk [ext/soap/tests/soap12/T05.phpt] 
       
 12893 TEST 6523/11218 [ext/soap/tests/soap12/T10.phpt]
       
 12894 PASS SOAP 1.2: T10 unknownHdr [ext/soap/tests/soap12/T10.phpt] 
       
 12895 TEST 6524/11218 [ext/soap/tests/soap12/T11.phpt]
       
 12896 PASS SOAP 1.2: T11 unknownHdr [ext/soap/tests/soap12/T11.phpt] 
       
 12897 TEST 6525/11218 [ext/soap/tests/soap12/T12.phpt]
       
 12898 PASS SOAP 1.2: T12 unknownHdr [ext/soap/tests/soap12/T12.phpt] 
       
 12899 TEST 6526/11218 [ext/soap/tests/soap12/T13.phpt]
       
 12900 PASS SOAP 1.2: T13 unknownHdr [ext/soap/tests/soap12/T13.phpt] 
       
 12901 TEST 6527/11218 [ext/soap/tests/soap12/T14.phpt]
       
 12902 PASS SOAP 1.2: T14 echoOk [ext/soap/tests/soap12/T14.phpt] 
       
 12903 TEST 6528/11218 [ext/soap/tests/soap12/T15.phpt]
       
 12904 PASS SOAP 1.2: T15 unknownHdr [ext/soap/tests/soap12/T15.phpt] 
       
 12905 TEST 6529/11218 [ext/soap/tests/soap12/T19.phpt]
       
 12906 PASS SOAP 1.2: T19 echoOk [ext/soap/tests/soap12/T19.phpt] 
       
 12907 TEST 6530/11218 [ext/soap/tests/soap12/T22.phpt]
       
 12908 PASS SOAP 1.2: T22 echoOk [ext/soap/tests/soap12/T22.phpt] 
       
 12909 TEST 6531/11218 [ext/soap/tests/soap12/T23.phpt]
       
 12910 PASS SOAP 1.2: T23 echoOk [ext/soap/tests/soap12/T23.phpt] 
       
 12911 TEST 6532/11218 [ext/soap/tests/soap12/T24.phpt]
       
 12912 PASS SOAP 1.2: T24 echoOk [ext/soap/tests/soap12/T24.phpt] 
       
 12913 TEST 6533/11218 [ext/soap/tests/soap12/T25.phpt]
       
 12914 PASS SOAP 1.2: T25 echoOk [ext/soap/tests/soap12/T25.phpt] 
       
 12915 TEST 6534/11218 [ext/soap/tests/soap12/T26.phpt]
       
 12916 PASS SOAP 1.2: T26 echoOk [ext/soap/tests/soap12/T26.phpt] 
       
 12917 TEST 6535/11218 [ext/soap/tests/soap12/T27.phpt]
       
 12918 PASS SOAP 1.2: T27 echoStringArray [ext/soap/tests/soap12/T27.phpt] 
       
 12919 TEST 6536/11218 [ext/soap/tests/soap12/T28.phpt]
       
 12920 PASS SOAP 1.2: T28 echoOk [ext/soap/tests/soap12/T28.phpt] 
       
 12921 TEST 6537/11218 [ext/soap/tests/soap12/T29.phpt]
       
 12922 PASS SOAP 1.2: T29 echoOk [ext/soap/tests/soap12/T29.phpt] 
       
 12923 TEST 6538/11218 [ext/soap/tests/soap12/T30.phpt]
       
 12924 PASS SOAP 1.2: T30 echoOk [ext/soap/tests/soap12/T30.phpt] 
       
 12925 TEST 6539/11218 [ext/soap/tests/soap12/T31.phpt]
       
 12926 PASS SOAP 1.2: T31 returnVoid [ext/soap/tests/soap12/T31.phpt] 
       
 12927 TEST 6540/11218 [ext/soap/tests/soap12/T32.phpt]
       
 12928 PASS SOAP 1.2: T32 echoHeader [ext/soap/tests/soap12/T32.phpt] 
       
 12929 TEST 6541/11218 [ext/soap/tests/soap12/T33.phpt]
       
 12930 PASS SOAP 1.2: T33 nonexistentMethod [ext/soap/tests/soap12/T33.phpt] 
       
 12931 TEST 6542/11218 [ext/soap/tests/soap12/T34.phpt]
       
 12932 PASS SOAP 1.2: T34 unknownHdr [ext/soap/tests/soap12/T34.phpt] 
       
 12933 TEST 6543/11218 [ext/soap/tests/soap12/T35.phpt]
       
 12934 PASS SOAP 1.2: T35 unknownHdr [ext/soap/tests/soap12/T35.phpt] 
       
 12935 TEST 6544/11218 [ext/soap/tests/soap12/T36.phpt]
       
 12936 PASS SOAP 1.2: T36 unknownHdr [ext/soap/tests/soap12/T36.phpt] 
       
 12937 TEST 6545/11218 [ext/soap/tests/soap12/T37.phpt]
       
 12938 PASS SOAP 1.2: T37 unknownHdr [ext/soap/tests/soap12/T37.phpt] 
       
 12939 TEST 6546/11218 [ext/soap/tests/soap12/T38_1.phpt]
       
 12940 PASS SOAP 1.2: T38.1 doubleHdr [ext/soap/tests/soap12/T38_1.phpt] 
       
 12941 TEST 6547/11218 [ext/soap/tests/soap12/T38_2.phpt]
       
 12942 PASS SOAP 1.2: T38.2 doubleHdr [ext/soap/tests/soap12/T38_2.phpt] 
       
 12943 TEST 6548/11218 [ext/soap/tests/soap12/T39.phpt]
       
 12944 PASS SOAP 1.2: T39 unknownHdr [ext/soap/tests/soap12/T39.phpt] 
       
 12945 TEST 6549/11218 [ext/soap/tests/soap12/T40.phpt]
       
 12946 PASS SOAP 1.2: T40 echoOK [ext/soap/tests/soap12/T40.phpt] 
       
 12947 TEST 6550/11218 [ext/soap/tests/soap12/T41.phpt]
       
 12948 PASS SOAP 1.2: T41 echoStruct [ext/soap/tests/soap12/T41.phpt] 
       
 12949 TEST 6551/11218 [ext/soap/tests/soap12/T42.phpt]
       
 12950 PASS SOAP 1.2: T42 echoStructArray [ext/soap/tests/soap12/T42.phpt] 
       
 12951 TEST 6552/11218 [ext/soap/tests/soap12/T43.phpt]
       
 12952 PASS SOAP 1.2: T43 echoStructAsSimpleTypes [ext/soap/tests/soap12/T43.phpt] 
       
 12953 TEST 6553/11218 [ext/soap/tests/soap12/T44.phpt]
       
 12954 PASS SOAP 1.2: T44 echoSimpleTypesAsStruct [ext/soap/tests/soap12/T44.phpt] 
       
 12955 TEST 6554/11218 [ext/soap/tests/soap12/T45.phpt]
       
 12956 PASS SOAP 1.2: T45 echoNestedStruct [ext/soap/tests/soap12/T45.phpt] 
       
 12957 TEST 6555/11218 [ext/soap/tests/soap12/T46.phpt]
       
 12958 PASS SOAP 1.2: T46 echoNestedArray [ext/soap/tests/soap12/T46.phpt] 
       
 12959 TEST 6556/11218 [ext/soap/tests/soap12/T47.phpt]
       
 12960 PASS SOAP 1.2: T47 echoFloatArray [ext/soap/tests/soap12/T47.phpt] 
       
 12961 TEST 6557/11218 [ext/soap/tests/soap12/T48.phpt]
       
 12962 PASS SOAP 1.2: T48 echoStringArray [ext/soap/tests/soap12/T48.phpt] 
       
 12963 TEST 6558/11218 [ext/soap/tests/soap12/T49.phpt]
       
 12964 PASS SOAP 1.2: T49 echoStringArray [ext/soap/tests/soap12/T49.phpt] 
       
 12965 TEST 6559/11218 [ext/soap/tests/soap12/T50.phpt]
       
 12966 PASS SOAP 1.2: T50 echoIntegerArray [ext/soap/tests/soap12/T50.phpt] 
       
 12967 TEST 6560/11218 [ext/soap/tests/soap12/T51.phpt]
       
 12968 PASS SOAP 1.2: T51 echoBase64 [ext/soap/tests/soap12/T51.phpt] 
       
 12969 TEST 6561/11218 [ext/soap/tests/soap12/T52.phpt]
       
 12970 PASS SOAP 1.2: T52 echoBoolean [ext/soap/tests/soap12/T52.phpt] 
       
 12971 TEST 6562/11218 [ext/soap/tests/soap12/T53.phpt]
       
 12972 PASS SOAP 1.2: T53 echoDate [ext/soap/tests/soap12/T53.phpt] 
       
 12973 TEST 6563/11218 [ext/soap/tests/soap12/T54.phpt]
       
 12974 PASS SOAP 1.2: T54 echoDecimal [ext/soap/tests/soap12/T54.phpt] 
       
 12975 TEST 6564/11218 [ext/soap/tests/soap12/T55.phpt]
       
 12976 PASS SOAP 1.2: T55 echoFloat [ext/soap/tests/soap12/T55.phpt] 
       
 12977 TEST 6565/11218 [ext/soap/tests/soap12/T56.phpt]
       
 12978 PASS SOAP 1.2: T56 echoString [ext/soap/tests/soap12/T56.phpt] 
       
 12979 TEST 6566/11218 [ext/soap/tests/soap12/T57.phpt]
       
 12980 PASS SOAP 1.2: T57 echoString [ext/soap/tests/soap12/T57.phpt] 
       
 12981 TEST 6567/11218 [ext/soap/tests/soap12/T58.phpt]
       
 12982 PASS SOAP 1.2: T58 echoIntegerArray [ext/soap/tests/soap12/T58.phpt] 
       
 12983 TEST 6568/11218 [ext/soap/tests/soap12/T59.phpt]
       
 12984 PASS SOAP 1.2: T59 echoStringArray [ext/soap/tests/soap12/T59.phpt] 
       
 12985 TEST 6569/11218 [ext/soap/tests/soap12/T60.phpt]
       
 12986 PASS SOAP 1.2: T60 countItems [ext/soap/tests/soap12/T60.phpt] 
       
 12987 TEST 6570/11218 [ext/soap/tests/soap12/T61.phpt]
       
 12988 PASS SOAP 1.2: T61 countItems [ext/soap/tests/soap12/T61.phpt] 
       
 12989 TEST 6571/11218 [ext/soap/tests/soap12/T63.phpt]
       
 12990 PASS SOAP 1.2: T63 validateCountryCode [ext/soap/tests/soap12/T63.phpt] 
       
 12991 TEST 6572/11218 [ext/soap/tests/soap12/T64.phpt]
       
 12992 PASS SOAP 1.2: T64 echoOk [ext/soap/tests/soap12/T64.phpt] 
       
 12993 TEST 6573/11218 [ext/soap/tests/soap12/T65.phpt]
       
 12994 PASS SOAP 1.2: T65 echoOk [ext/soap/tests/soap12/T65.phpt] 
       
 12995 TEST 6574/11218 [ext/soap/tests/soap12/T66.phpt]
       
 12996 PASS SOAP 1.2: T66 echoOk [ext/soap/tests/soap12/T66.phpt] 
       
 12997 TEST 6575/11218 [ext/soap/tests/soap12/T67.phpt]
       
 12998 PASS SOAP 1.2: T67 echoOk [ext/soap/tests/soap12/T67.phpt] 
       
 12999 TEST 6576/11218 [ext/soap/tests/soap12/T68.phpt]
       
 13000 PASS SOAP 1.2: T68 echoOk [ext/soap/tests/soap12/T68.phpt] 
       
 13001 TEST 6577/11218 [ext/soap/tests/soap12/T69.phpt]
       
 13002 PASS SOAP 1.2: T69 echoOk [ext/soap/tests/soap12/T69.phpt] 
       
 13003 TEST 6578/11218 [ext/soap/tests/soap12/T70.phpt]
       
 13004 PASS SOAP 1.2: T70 echoOk [ext/soap/tests/soap12/T70.phpt] 
       
 13005 TEST 6579/11218 [ext/soap/tests/soap12/T71.phpt]
       
 13006 PASS SOAP 1.2: T71 echoOk [ext/soap/tests/soap12/T71.phpt] 
       
 13007 TEST 6580/11218 [ext/soap/tests/soap12/T72.phpt]
       
 13008 PASS SOAP 1.2: T72 echoOk [ext/soap/tests/soap12/T72.phpt] 
       
 13009 TEST 6581/11218 [ext/soap/tests/soap12/T73.phpt]
       
 13010 PASS SOAP 1.2: T73 echoString [ext/soap/tests/soap12/T73.phpt] 
       
 13011 TEST 6582/11218 [ext/soap/tests/soap12/T74.phpt]
       
 13012 PASS SOAP 1.2: T74 doubleHdr [ext/soap/tests/soap12/T74.phpt] 
       
 13013 TEST 6583/11218 [ext/soap/tests/soap12/T75.phpt]
       
 13014 PASS SOAP 1.2: T75 echoResolvedRef [ext/soap/tests/soap12/T75.phpt] 
       
 13015 TEST 6584/11218 [ext/soap/tests/soap12/T76_1.phpt]
       
 13016 PASS SOAP 1.2: T76.1 echoString [ext/soap/tests/soap12/T76_1.phpt] 
       
 13017 TEST 6585/11218 [ext/soap/tests/soap12/T76_2.phpt]
       
 13018 PASS SOAP 1.2: T76.2 echoString [ext/soap/tests/soap12/T76_2.phpt] 
       
 13019 TEST 6586/11218 [ext/soap/tests/soap12/T77_1.phpt]
       
 13020 PASS SOAP 1.2: T77.1 isNil [ext/soap/tests/soap12/T77_1.phpt] 
       
 13021 TEST 6587/11218 [ext/soap/tests/soap12/T77_2.phpt]
       
 13022 PASS SOAP 1.2: T77.2 isNil [ext/soap/tests/soap12/T77_2.phpt] 
       
 13023 TEST 6588/11218 [ext/soap/tests/soap12/T77_3.phpt]
       
 13024 PASS SOAP 1.2: T77.3 isNul [ext/soap/tests/soap12/T77_3.phpt] 
       
 13025 TEST 6589/11218 [ext/soap/tests/soap12/T78.phpt]
       
 13026 PASS SOAP 1.2: T78 echoOk [ext/soap/tests/soap12/T78.phpt] 
       
 13027 TEST 6590/11218 [ext/soap/tests/soap12/T80.phpt]
       
 13028 PASS SOAP 1.2: T80 echoOk [ext/soap/tests/soap12/T80.phpt] 
       
 13029 TEST 6591/11218 [ext/soap/tests/transport001.phpt]
       
 13030 PASS SOAP Transport 1: Local transport using SoapClient::__doRequest [ext/soap/tests/transport001.phpt] 
       
 13031 TEST 6592/11218 [ext/soap/tests/typemap001.phpt]
       
 13032 PASS SOAP typemap 1: SoapServer support for typemap's from_xml() [ext/soap/tests/typemap001.phpt] 
       
 13033 TEST 6593/11218 [ext/soap/tests/typemap002.phpt]
       
 13034 PASS SOAP typemap 2: SoapServer support for typemap's to_xml() [ext/soap/tests/typemap002.phpt] 
       
 13035 TEST 6594/11218 [ext/soap/tests/typemap003.phpt]
       
 13036 PASS SOAP Typemap 3: SoapClient support for typemap's from_xml() [ext/soap/tests/typemap003.phpt] 
       
 13037 TEST 6595/11218 [ext/soap/tests/typemap004.phpt]
       
 13038 PASS SOAP Typemap 4: SoapClient support for typemap's to_xml() [ext/soap/tests/typemap004.phpt] 
       
 13039 TEST 6596/11218 [ext/soap/tests/typemap005.phpt]
       
 13040 PASS SOAP typemap 5: SoapServer support for typemap's from_xml() (without WSDL) [ext/soap/tests/typemap005.phpt] 
       
 13041 TEST 6597/11218 [ext/soap/tests/typemap006.phpt]
       
 13042 PASS SOAP typemap 6: SoapServer support for typemap's to_xml() (without WSDL, using SoapVar) [ext/soap/tests/typemap006.phpt] 
       
 13043 TEST 6598/11218 [ext/soap/tests/typemap007.phpt]
       
 13044 PASS SOAP Typemap 7: SoapClient support for typemap's from_xml() (without WSDL) [ext/soap/tests/typemap007.phpt] 
       
 13045 TEST 6599/11218 [ext/soap/tests/typemap008.phpt]
       
 13046 PASS SOAP Typemap 8: SoapClient support for typemap's to_xml() (without WSDL, using SoapVar) [ext/soap/tests/typemap008.phpt] 
       
 13047 TEST 6600/11218 [ext/soap/tests/typemap009.phpt]
       
 13048 PASS SOAP typemap 9: SoapServer support for typemap's from_xml() (SoapFault) [ext/soap/tests/typemap009.phpt] 
       
 13049 TEST 6601/11218 [ext/soap/tests/typemap010.phpt]
       
 13050 PASS SOAP typemap 10: SoapServer support for typemap's to_xml() (SoapFault) [ext/soap/tests/typemap010.phpt] 
       
 13051 TEST 6602/11218 [ext/soap/tests/typemap011.phpt]
       
 13052 PASS SOAP Typemap 11: SoapClient support for typemap's from_xml() (SoapFault) [ext/soap/tests/typemap011.phpt] 
       
 13053 TEST 6603/11218 [ext/soap/tests/typemap012.phpt]
       
 13054 PASS SOAP Typemap 12: SoapClient support for typemap's to_xml() (SoapFault) [ext/soap/tests/typemap012.phpt] 
       
 13055 TEST 6604/11218 [ext/soap/tests/typemap013.phpt]
       
 13056 PASS SOAP typemap 13: SoapServer support for typemap's to_xml() with default ns [ext/soap/tests/typemap013.phpt] 
       
 13057 TEST 6605/11218 [ext/sockets/tests/bug46360.phpt]
       
 13058 PASS Bug 46360 - TCP_NODELAY constant (sock_get_option, sock_set_option) [ext/sockets/tests/bug46360.phpt] 
       
 13059 TEST 6606/11218 [ext/sockets/tests/bug51958.phpt]
       
 13060 SKIP Bug #51958: socket_accept() fails on IPv6 server sockets [ext/sockets/tests/bug51958.phpt] reason: IPv6 not available.
       
 13061 TEST 6607/11218 [ext/sockets/tests/ipv4loop.phpt]
       
 13062 PASS IPv4 Loopback test [ext/sockets/tests/ipv4loop.phpt] 
       
 13063 TEST 6608/11218 [ext/sockets/tests/ipv6loop.phpt]
       
 13064 SKIP IPv6 Loopback test [ext/sockets/tests/ipv6loop.phpt] reason: no IPv6 support
       
 13065 TEST 6609/11218 [ext/sockets/tests/socket_accept-wrongparams.phpt]
       
 13066 PASS Test parameter handling in socket_accept() [ext/sockets/tests/socket_accept-wrongparams.phpt] 
       
 13067 TEST 6610/11218 [ext/sockets/tests/socket_bind.phpt]
       
 13068 FAIL ext/sockets - socket_bind - basic test [ext/sockets/tests/socket_bind.phpt] 
       
 13069 TEST 6611/11218 [ext/sockets/tests/socket_bind_params.phpt]
       
 13070 PASS ext/sockets - socket_bind - test with empty parameters [ext/sockets/tests/socket_bind_params.phpt] 
       
 13071 TEST 6612/11218 [ext/sockets/tests/socket_close_params.phpt]
       
 13072 PASS ext/sockets - socket_close - test with empty parameters [ext/sockets/tests/socket_close_params.phpt] 
       
 13073 TEST 6613/11218 [ext/sockets/tests/socket_connect_error.phpt]
       
 13074 PASS Test error cases when creating a socket [ext/sockets/tests/socket_connect_error.phpt] 
       
 13075 TEST 6614/11218 [ext/sockets/tests/socket_connect_params.phpt]
       
 13076 PASS ext/sockets - socket_connect - test with empty parameters [ext/sockets/tests/socket_connect_params.phpt] 
       
 13077 TEST 6615/11218 [ext/sockets/tests/socket_create_listen-nobind.phpt]
       
 13078 PASS Test if socket_create_listen() returns false, when it cannot bind to the port. [ext/sockets/tests/socket_create_listen-nobind.phpt] 
       
 13079 TEST 6616/11218 [ext/sockets/tests/socket_create_listen-win32.phpt]
       
 13080 SKIP Test if socket binds on 31338 [ext/sockets/tests/socket_create_listen-win32.phpt] reason: .. Not valid for non Windows
       
 13081 TEST 6617/11218 [ext/sockets/tests/socket_create_listen-wrongparams.phpt]
       
 13082 PASS Test if socket_create_listen throws E_WARNING with wrong parameters. [ext/sockets/tests/socket_create_listen-wrongparams.phpt] 
       
 13083 TEST 6618/11218 [ext/sockets/tests/socket_create_listen.phpt]
       
 13084 PASS Test if socket binds on 31338 [ext/sockets/tests/socket_create_listen.phpt] 
       
 13085 TEST 6619/11218 [ext/sockets/tests/socket_create_listen_params.phpt]
       
 13086 PASS ext/sockets - socket_create_listen - test for empty parameters [ext/sockets/tests/socket_create_listen_params.phpt] 
       
 13087 TEST 6620/11218 [ext/sockets/tests/socket_create_listen_used.phpt]
       
 13088 PASS ext/sockets - socket_create_listen - test for used socket [ext/sockets/tests/socket_create_listen_used.phpt] 
       
 13089 TEST 6621/11218 [ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt]
       
 13090 SKIP Test parameter handling in socket_create_pair() [ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt] reason: .. Not valid for non Windows
       
 13091 TEST 6622/11218 [ext/sockets/tests/socket_create_pair-wrongparams.phpt]
       
 13092 FAIL Test parameter handling in socket_create_pair() [ext/sockets/tests/socket_create_pair-wrongparams.phpt] 
       
 13093 TEST 6623/11218 [ext/sockets/tests/socket_create_pair.phpt]
       
 13094 PASS Test for socket_create_pair() [ext/sockets/tests/socket_create_pair.phpt] 
       
 13095 TEST 6624/11218 [ext/sockets/tests/socket_create_params.phpt]
       
 13096 PASS ext/sockets - socket_create - test with empty parameters [ext/sockets/tests/socket_create_params.phpt] 
       
 13097 TEST 6625/11218 [ext/sockets/tests/socket_getpeername.phpt]
       
 13098 PASS ext/sockets - socket_getsockname - basic test [ext/sockets/tests/socket_getpeername.phpt] 
       
 13099 TEST 6626/11218 [ext/sockets/tests/socket_getpeername_ipv4loop.phpt]
       
 13100 PASS ext/sockets - socket_getpeername_ipv4loop - basic test [ext/sockets/tests/socket_getpeername_ipv4loop.phpt] 
       
 13101 TEST 6627/11218 [ext/sockets/tests/socket_getpeername_ipv6loop.phpt]
       
 13102 SKIP ext/sockets - socket_getpeername_ipv6loop - basic test [ext/sockets/tests/socket_getpeername_ipv6loop.phpt] reason: no IPv6 support
       
 13103 TEST 6628/11218 [ext/sockets/tests/socket_getsockname.phpt]
       
 13104 PASS ext/sockets - socket_getsockname - basic test [ext/sockets/tests/socket_getsockname.phpt] 
       
 13105 TEST 6629/11218 [ext/sockets/tests/socket_listen-wrongparams.phpt]
       
 13106 PASS Test parameter handling in socket_listen(). [ext/sockets/tests/socket_listen-wrongparams.phpt] 
       
 13107 TEST 6630/11218 [ext/sockets/tests/socket_listen_params.phpt]
       
 13108 PASS ext/sockets - socket_listen - test with empty parameters [ext/sockets/tests/socket_listen_params.phpt] 
       
 13109 TEST 6631/11218 [ext/sockets/tests/socket_read_params.phpt]
       
 13110 PASS ext/sockets - socket_read- test with empty parameters [ext/sockets/tests/socket_read_params.phpt] 
       
 13111 TEST 6632/11218 [ext/sockets/tests/socket_select-wrongparams-1-win32.phpt]
       
 13112 SKIP Test parameter handling in socket_select(). [ext/sockets/tests/socket_select-wrongparams-1-win32.phpt] reason: .. Not valid for non Windows
       
 13113 TEST 6633/11218 [ext/sockets/tests/socket_select-wrongparams-1.phpt]
       
 13114 PASS Test parameter handling in socket_select(). [ext/sockets/tests/socket_select-wrongparams-1.phpt] 
       
 13115 TEST 6634/11218 [ext/sockets/tests/socket_select-wrongparams-2.phpt]
       
 13116 PASS Test parameter handling in socket_select(). [ext/sockets/tests/socket_select-wrongparams-2.phpt] 
       
 13117 TEST 6635/11218 [ext/sockets/tests/socket_select-wrongparams-3.phpt]
       
 13118 PASS Test parameter handling in socket_select(). [ext/sockets/tests/socket_select-wrongparams-3.phpt] 
       
 13119 TEST 6636/11218 [ext/sockets/tests/socket_select-wrongparams-4.phpt]
       
 13120 PASS Test parameter handling in socket_select(). [ext/sockets/tests/socket_select-wrongparams-4.phpt] 
       
 13121 TEST 6637/11218 [ext/sockets/tests/socket_select.phpt]
       
 13122 PASS Test parameter handling in socket_select(). [ext/sockets/tests/socket_select.phpt] 
       
 13123 TEST 6638/11218 [ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt]
       
 13124 PASS Test if socket_recvfrom() receives data sent by socket_sendto() via IPv4 UDP [ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt] 
       
 13125 TEST 6639/11218 [ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt]
       
 13126 SKIP Test if socket_recvfrom() receives data sent by socket_sendto() via IPv6 UDP [ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt] reason: no IPv6 support
       
 13127 TEST 6640/11218 [ext/sockets/tests/socket_sentto_recvfrom_unix.phpt]
       
 13128 PASS Test if socket_recvfrom() receives data sent by socket_sendto() through a Unix domain socket [ext/sockets/tests/socket_sentto_recvfrom_unix.phpt] 
       
 13129 TEST 6641/11218 [ext/sockets/tests/socket_set_block-retval.phpt]
       
 13130 PASS Test socket_set_block return values [ext/sockets/tests/socket_set_block-retval.phpt] 
       
 13131 TEST 6642/11218 [ext/sockets/tests/socket_set_block-wrongparams.phpt]
       
 13132 PASS Test if socket_set_block throws E_WARNING with wrong parameters. [ext/sockets/tests/socket_set_block-wrongparams.phpt] 
       
 13133 TEST 6643/11218 [ext/sockets/tests/socket_set_nonblock-retval.phpt]
       
 13134 PASS Test socket_set_nonblock return values [ext/sockets/tests/socket_set_nonblock-retval.phpt] 
       
 13135 TEST 6644/11218 [ext/sockets/tests/socket_set_nonblock-wrongparams.phpt]
       
 13136 PASS Test if socket_set_nonblock throws E_WARNING with wrong parameters. [ext/sockets/tests/socket_set_nonblock-wrongparams.phpt] 
       
 13137 TEST 6645/11218 [ext/sockets/tests/socket_set_nonblock.phpt]
       
 13138 PASS ext/sockets - socket_set_block - basic test [ext/sockets/tests/socket_set_nonblock.phpt] 
       
 13139 TEST 6646/11218 [ext/sockets/tests/socket_set_option_error_socket_option.phpt]
       
 13140 FAIL Test if socket_set_option() returns 'unable to set socket option' failure for invalid options [ext/sockets/tests/socket_set_option_error_socket_option.phpt] 
       
 13141 TEST 6647/11218 [ext/sockets/tests/socket_set_option_rcvtimeo.phpt]
       
 13142 PASS Test if socket_set_option() works, option:SO_RCVTIMEO [ext/sockets/tests/socket_set_option_rcvtimeo.phpt] 
       
 13143 TEST 6648/11218 [ext/sockets/tests/socket_set_option_seolinger.phpt]
       
 13144 FAIL Test if socket_set_option() works, option:SO_SEOLINGER [ext/sockets/tests/socket_set_option_seolinger.phpt] 
       
 13145 TEST 6649/11218 [ext/sockets/tests/socket_set_option_sndtimeo.phpt]
       
 13146 PASS Test if socket_set_option() works, option:SO_SNDTIMEO [ext/sockets/tests/socket_set_option_sndtimeo.phpt] 
       
 13147 TEST 6650/11218 [ext/sockets/tests/socket_strerror.phpt]
       
 13148 SKIP ext/sockets - socket_strerror - basic test [ext/sockets/tests/socket_strerror.phpt] reason: - test validates linux error strings only.
       
 13149 TEST 6651/11218 [ext/sockets/tests/socket_write_params.phpt]
       
 13150 PASS ext/sockets - socket_write - test with empty parameters [ext/sockets/tests/socket_write_params.phpt] 
       
 13151 TEST 6652/11218 [ext/sockets/tests/unixloop.phpt]
       
 13152 PASS Unix domain socket Loopback test [ext/sockets/tests/unixloop.phpt] 
       
 13153 TEST 6653/11218 [ext/spl/examples/tests/dualiterator_001.phpt]
       
 13154 PASS SPL: DualIterator [ext/spl/examples/tests/dualiterator_001.phpt] 
       
 13155 TEST 6654/11218 [ext/spl/tests/ArrayObject_unserialize_empty_string.phpt]
       
 13156 PASS ArrayObject: test that you cannot unserialize a empty string [ext/spl/tests/ArrayObject_unserialize_empty_string.phpt] 
       
 13157 TEST 6655/11218 [ext/spl/tests/DirectoryIterator_by_reference.phpt]
       
 13158 PASS DirectoryIterator: test that you cannot use iterator with reference [ext/spl/tests/DirectoryIterator_by_reference.phpt] 
       
 13159 TEST 6656/11218 [ext/spl/tests/DirectoryIterator_empty_constructor.phpt]
       
 13160 PASS DirectoryIterator: Test empty value to DirectoryIterator constructor [ext/spl/tests/DirectoryIterator_empty_constructor.phpt] 
       
 13161 TEST 6657/11218 [ext/spl/tests/DirectoryIterator_getBasename_basic_test.phpt]
       
 13162 PASS DirectoryIterator::getBasename() - Basic Test [ext/spl/tests/DirectoryIterator_getBasename_basic_test.phpt] 
       
 13163 TEST 6658/11218 [ext/spl/tests/DirectoryIterator_getBasename_pass_array.phpt]
       
 13164 PASS DirectoryIterator::getBasename() - Pass unexpected array [ext/spl/tests/DirectoryIterator_getBasename_pass_array.phpt] 
       
 13165 TEST 6659/11218 [ext/spl/tests/DirectoryIterator_getExtension_basic.phpt]
       
 13166 PASS SPL: DirectoryIterator::getExtension() basic test [ext/spl/tests/DirectoryIterator_getExtension_basic.phpt] 
       
 13167 TEST 6660/11218 [ext/spl/tests/DirectoryIterator_getGroup_basic.phpt]
       
 13168 PASS SPL: DirectoryIterator test getGroup [ext/spl/tests/DirectoryIterator_getGroup_basic.phpt] 
       
 13169 TEST 6661/11218 [ext/spl/tests/DirectoryIterator_getInode_basic.phpt]
       
 13170 PASS SPL: Spl Directory Iterator test getInode [ext/spl/tests/DirectoryIterator_getInode_basic.phpt] 
       
 13171 TEST 6662/11218 [ext/spl/tests/DirectoryIterator_getInode_error.phpt]
       
 13172 PASS SPL: Spl File Info test getInode [ext/spl/tests/DirectoryIterator_getInode_error.phpt] 
       
 13173 TEST 6663/11218 [ext/spl/tests/DirectoryIterator_getOwner_basic.phpt]
       
 13174 PASS SPL: DirectoryIterator test getOwner [ext/spl/tests/DirectoryIterator_getOwner_basic.phpt] 
       
 13175 TEST 6664/11218 [ext/spl/tests/SplArray_fromArray.phpt]
       
 13176 PASS Check that SplArray::fromArray will not allow integer overflows [ext/spl/tests/SplArray_fromArray.phpt] 
       
 13177 TEST 6665/11218 [ext/spl/tests/SplDoublyLinkedList_bottom_pass_array.phpt]
       
 13178 PASS SplDoublyLinkedList::bottom() - pass in an unexpected array parameter [ext/spl/tests/SplDoublyLinkedList_bottom_pass_array.phpt] 
       
 13179 TEST 6666/11218 [ext/spl/tests/SplDoublyLinkedList_bottom_pass_float.phpt]
       
 13180 PASS SplDoublyLinkedList::bottom() - pass in an unexpected float parameter [ext/spl/tests/SplDoublyLinkedList_bottom_pass_float.phpt] 
       
 13181 TEST 6667/11218 [ext/spl/tests/SplDoublyLinkedList_bottom_pass_integer.phpt]
       
 13182 PASS SplDoublyLinkedList::bottom() - pass in an unexpected integer parameter [ext/spl/tests/SplDoublyLinkedList_bottom_pass_integer.phpt] 
       
 13183 TEST 6668/11218 [ext/spl/tests/SplDoublyLinkedList_bottom_pass_null.phpt]
       
 13184 PASS SplDoublyLinkedList::bottom() - pass in an unexpected null parameter [ext/spl/tests/SplDoublyLinkedList_bottom_pass_null.phpt] 
       
 13185 TEST 6669/11218 [ext/spl/tests/SplDoublyLinkedList_count.phpt]
       
 13186 PASS Check that SplDoublyLinkedList::count fails if parameter passed in [ext/spl/tests/SplDoublyLinkedList_count.phpt] 
       
 13187 TEST 6670/11218 [ext/spl/tests/SplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt]
       
 13188 PASS Create a SplDoublyLinkedList, call count() and pass a SplDoublyLinkedList object as the parameter. [ext/spl/tests/SplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt] 
       
 13189 TEST 6671/11218 [ext/spl/tests/SplDoublyLinkedList_current.phpt]
       
 13190 PASS SplDoublyLinkedList getIteratorMode [ext/spl/tests/SplDoublyLinkedList_current.phpt] 
       
 13191 TEST 6672/11218 [ext/spl/tests/SplDoublyLinkedList_current_empty.phpt]
       
 13192 PASS Run current() function on an empty SplDoublyLinkedList. [ext/spl/tests/SplDoublyLinkedList_current_empty.phpt] 
       
 13193 TEST 6673/11218 [ext/spl/tests/SplDoublyLinkedList_debug-info.phpt]
       
 13194 PASS Check that SplDoublyLinkedList returns debug info when print_r is used. [ext/spl/tests/SplDoublyLinkedList_debug-info.phpt] 
       
 13195 TEST 6674/11218 [ext/spl/tests/SplDoublyLinkedList_getIteratorMode.phpt]
       
 13196 PASS SplDoublyLinkedList getIteratorMode [ext/spl/tests/SplDoublyLinkedList_getIteratorMode.phpt] 
       
 13197 TEST 6675/11218 [ext/spl/tests/SplDoublyLinkedList_getIteratorMode_error.phpt]
       
 13198 PASS SplDoublyLinkedList getIteratorMode with an unexpected parameter [ext/spl/tests/SplDoublyLinkedList_getIteratorMode_error.phpt] 
       
 13199 TEST 6676/11218 [ext/spl/tests/SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt]
       
 13200 PASS Check that SplDoublyLinkedList->isEmpty() returns an error message when a parameter is passed. [ext/spl/tests/SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt] 
       
 13201 TEST 6677/11218 [ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt]
       
 13202 PASS Check that SplDoublyLinkedList->isEmpty() correctly returns true for an empty list. [ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt] 
       
 13203 TEST 6678/11218 [ext/spl/tests/SplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt]
       
 13204 PASS Check that SplDoublyLinkedList->isEmpty() returns an error message when a parameter is passed. [ext/spl/tests/SplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt] 
       
 13205 TEST 6679/11218 [ext/spl/tests/SplDoublyLinkedList_isEmpty_not-empty.phpt]
       
 13206 PASS Check that SplDoublyLinkedList->isEmpty() correctly returns true for a non-empty list. [ext/spl/tests/SplDoublyLinkedList_isEmpty_not-empty.phpt] 
       
 13207 TEST 6680/11218 [ext/spl/tests/SplDoublyLinkedList_lifoMode.phpt]
       
 13208 PASS Check that SplDoublyLinkedList can traverse backwards [ext/spl/tests/SplDoublyLinkedList_lifoMode.phpt] 
       
 13209 TEST 6681/11218 [ext/spl/tests/SplDoublyLinkedList_offsetExists_invalid_parameter.phpt]
       
 13210 PASS SPL SplDoublyLinkedList offsetExists displays warning and returns null on no parameters [ext/spl/tests/SplDoublyLinkedList_offsetExists_invalid_parameter.phpt] 
       
 13211 TEST 6682/11218 [ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt]
       
 13212 PASS SPL SplDoublyLinkedList offsetExists returns correct values [ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt] 
       
 13213 TEST 6683/11218 [ext/spl/tests/SplDoublyLinkedList_offsetGet_empty.phpt]
       
 13214 PASS SplDoublyLinkedList::offsetGet() with no parameter passed. [ext/spl/tests/SplDoublyLinkedList_offsetGet_empty.phpt] 
       
 13215 TEST 6684/11218 [ext/spl/tests/SplDoublyLinkedList_offsetGet_missing_param.phpt]
       
 13216 PASS Tests that the offsetGet() method throws an error when no argument is sent [ext/spl/tests/SplDoublyLinkedList_offsetGet_missing_param.phpt] 
       
 13217 TEST 6685/11218 [ext/spl/tests/SplDoublyLinkedList_offsetGet_param_array.phpt]
       
 13218 PASS SplDoublyLinkedList::offsetGet() with 1st parameter passed as array. [ext/spl/tests/SplDoublyLinkedList_offsetGet_param_array.phpt] 
       
 13219 TEST 6686/11218 [ext/spl/tests/SplDoublyLinkedList_offsetGet_param_string.phpt]
       
 13220 PASS SplDoublyLinkedList::offsetGet() with 1st parameter passed as string. [ext/spl/tests/SplDoublyLinkedList_offsetGet_param_string.phpt] 
       
 13221 TEST 6687/11218 [ext/spl/tests/SplDoublyLinkedList_offsetSet_invalid_parameter.phpt]
       
 13222 PASS SplDoublyLinkedList offsetSet throws error on no parameters [ext/spl/tests/SplDoublyLinkedList_offsetSet_invalid_parameter.phpt] 
       
 13223 TEST 6688/11218 [ext/spl/tests/SplDoublyLinkedList_offsetSet_one_invalid_parameter.phpt]
       
 13224 PASS SplDoublyLinkedList offsetSet throws error only one parameter [ext/spl/tests/SplDoublyLinkedList_offsetSet_one_invalid_parameter.phpt] 
       
 13225 TEST 6689/11218 [ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt]
       
 13226 PASS Doubly Linked List - offsetUnset > number elements [ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt] 
       
 13227 TEST 6690/11218 [ext/spl/tests/SplDoublyLinkedList_offsetUnset_negative-parameter.phpt]
       
 13228 PASS Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is < 0. [ext/spl/tests/SplDoublyLinkedList_offsetUnset_negative-parameter.phpt] 
       
 13229 TEST 6691/11218 [ext/spl/tests/SplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt]
       
 13230 PASS Check that SplDoublyLinkedList->offsetUnset() returns an error message when the offset is > elements. [ext/spl/tests/SplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt] 
       
 13231 TEST 6692/11218 [ext/spl/tests/SplDoublyLinkedList_pop_noParams.phpt]
       
 13232 PASS Checks that the pop() method of DoublyLinkedList does not accept args. [ext/spl/tests/SplDoublyLinkedList_pop_noParams.phpt] 
       
 13233 TEST 6693/11218 [ext/spl/tests/SplDoublyLinkedList_pop_params.phpt]
       
 13234 PASS SplDoublyLinkedList::offsetGet() with no parameter passed. [ext/spl/tests/SplDoublyLinkedList_pop_params.phpt] 
       
 13235 TEST 6694/11218 [ext/spl/tests/SplDoublyLinkedList_push_missing_parameter.phpt]
       
 13236 PASS Check that SplDoublyLinkedList::push generate a warning and return NULL with missing param [ext/spl/tests/SplDoublyLinkedList_push_missing_parameter.phpt] 
       
 13237 TEST 6695/11218 [ext/spl/tests/SplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt]
       
 13238 PASS Create a SplDoublyLinkedList, call setIteratorMode() and pass a SplDoublyLinkedList object as the parameter. [ext/spl/tests/SplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt] 
       
 13239 TEST 6696/11218 [ext/spl/tests/SplDoublyLinkedList_top_pass_array.phpt]
       
 13240 PASS SplDoublyLinkedList::top() - pass in an unexpected array [ext/spl/tests/SplDoublyLinkedList_top_pass_array.phpt] 
       
 13241 TEST 6697/11218 [ext/spl/tests/SplDoublyLinkedList_top_pass_float.phpt]
       
 13242 PASS SplDoublyLinkedList::top() - pass in an unexpected float parameter [ext/spl/tests/SplDoublyLinkedList_top_pass_float.phpt] 
       
 13243 TEST 6698/11218 [ext/spl/tests/SplDoublyLinkedList_top_pass_integer.phpt]
       
 13244 PASS SplDoublyLinkedList::top() - pass in an unexpected integer parameter [ext/spl/tests/SplDoublyLinkedList_top_pass_integer.phpt] 
       
 13245 TEST 6699/11218 [ext/spl/tests/SplDoublyLinkedList_top_pass_null.phpt]
       
 13246 PASS SplDoublyLinkedList::top() - pass in an unexpected null parameter [ext/spl/tests/SplDoublyLinkedList_top_pass_null.phpt] 
       
 13247 TEST 6700/11218 [ext/spl/tests/SplDoublyLinkedList_unshift_missing_parameter.phpt]
       
 13248 PASS Check that SplDoublyLinkedList::unshift generate a warning and return NULL with missing param [ext/spl/tests/SplDoublyLinkedList_unshift_missing_parameter.phpt] 
       
 13249 TEST 6701/11218 [ext/spl/tests/SplDoublylinkedlist_offsetunset_first.phpt]
       
 13250 PASS SPL: SplDoublyLinkedList : offsetUnset - first element [ext/spl/tests/SplDoublylinkedlist_offsetunset_first.phpt] 
       
 13251 TEST 6702/11218 [ext/spl/tests/SplDoublylinkedlist_offsetunset_first002.phpt]
       
 13252 PASS SPL: SplDoublyLinkedList : offsetUnset - first element [ext/spl/tests/SplDoublylinkedlist_offsetunset_first002.phpt] 
       
 13253 TEST 6703/11218 [ext/spl/tests/SplDoublylinkedlist_offsetunset_last.phpt]
       
 13254 PASS SPL: SplDoublyLinkedList : offsetUnset - last element [ext/spl/tests/SplDoublylinkedlist_offsetunset_last.phpt] 
       
 13255 TEST 6704/11218 [ext/spl/tests/SplFileInfo_001.phpt]
       
 13256 PASS Testing SplFileInfo calling the constructor twice [ext/spl/tests/SplFileInfo_001.phpt] 
       
 13257 TEST 6705/11218 [ext/spl/tests/SplFileInfo_getExtension_basic.phpt]
       
 13258 PASS SPL: SplFileInfo::getExtension() basic test [ext/spl/tests/SplFileInfo_getExtension_basic.phpt] 
       
 13259 TEST 6706/11218 [ext/spl/tests/SplFileInfo_getGroup_basic.phpt]
       
 13260 PASS SPL: SplFileInfo test getGroup [ext/spl/tests/SplFileInfo_getGroup_basic.phpt] 
       
 13261 TEST 6707/11218 [ext/spl/tests/SplFileInfo_getGroup_error.phpt]
       
 13262 PASS SPL: Spl File Info test getGroup [ext/spl/tests/SplFileInfo_getGroup_error.phpt] 
       
 13263 TEST 6708/11218 [ext/spl/tests/SplFileInfo_getInode_basic.phpt]
       
 13264 PASS SPL: Spl File Info test getInode [ext/spl/tests/SplFileInfo_getInode_basic.phpt] 
       
 13265 TEST 6709/11218 [ext/spl/tests/SplFileInfo_getInode_error.phpt]
       
 13266 PASS SPL: Spl File Info test getPerms [ext/spl/tests/SplFileInfo_getInode_error.phpt] 
       
 13267 TEST 6710/11218 [ext/spl/tests/SplFileInfo_getOwner_basic.phpt]
       
 13268 PASS SPL: SplFileInfo test getOwner [ext/spl/tests/SplFileInfo_getOwner_basic.phpt] 
       
 13269 TEST 6711/11218 [ext/spl/tests/SplFileInfo_getOwner_error.phpt]
       
 13270 PASS SPL: Spl File Info test getOwner [ext/spl/tests/SplFileInfo_getOwner_error.phpt] 
       
 13271 TEST 6712/11218 [ext/spl/tests/SplFileInfo_getPerms_basic.phpt]
       
 13272 PASS SPL: Spl File Info test getPerms [ext/spl/tests/SplFileInfo_getPerms_basic.phpt] 
       
 13273 TEST 6713/11218 [ext/spl/tests/SplFileInfo_getPerms_error.phpt]
       
 13274 PASS SPL: Spl File Info test getPerms [ext/spl/tests/SplFileInfo_getPerms_error.phpt] 
       
 13275 TEST 6714/11218 [ext/spl/tests/SplFileObject_fflush_basic_001.phpt]
       
 13276 PASS SplFileObject::fflush function - basic test [ext/spl/tests/SplFileObject_fflush_basic_001.phpt] 
       
 13277 TEST 6715/11218 [ext/spl/tests/SplFileObject_fgetcsv_basic.phpt]
       
 13278 PASS SplFileObject::fgetcsv default path [ext/spl/tests/SplFileObject_fgetcsv_basic.phpt] 
       
 13279 TEST 6716/11218 [ext/spl/tests/SplFileObject_fgetcsv_delimiter_basic.phpt]
       
 13280 PASS SplFileObject::fgetcsv with alternative delimeter [ext/spl/tests/SplFileObject_fgetcsv_delimiter_basic.phpt] 
       
 13281 TEST 6717/11218 [ext/spl/tests/SplFileObject_fgetcsv_delimiter_error.phpt]
       
 13282 PASS SplFileObject::fgetcsv with alternative delimeter [ext/spl/tests/SplFileObject_fgetcsv_delimiter_error.phpt] 
       
 13283 TEST 6718/11218 [ext/spl/tests/SplFileObject_fgetcsv_enclosure_basic.phpt]
       
 13284 PASS SplFileObject::fgetcsv with alternative delimeter [ext/spl/tests/SplFileObject_fgetcsv_enclosure_basic.phpt] 
       
 13285 TEST 6719/11218 [ext/spl/tests/SplFileObject_fgetcsv_enclosure_error.phpt]
       
 13286 PASS SplFileObject::fgetcsv with alternative delimeter [ext/spl/tests/SplFileObject_fgetcsv_enclosure_error.phpt] 
       
 13287 TEST 6720/11218 [ext/spl/tests/SplFileObject_fgetcsv_escape_basic.phpt]
       
 13288 PASS SplFileObject::fgetcsv with alternative delimeter [ext/spl/tests/SplFileObject_fgetcsv_escape_basic.phpt] 
       
 13289 TEST 6721/11218 [ext/spl/tests/SplFileObject_fgetcsv_escape_default.phpt]
       
 13290 PASS SplFileObject::fgetcsv with default escape character [ext/spl/tests/SplFileObject_fgetcsv_escape_default.phpt] 
       
 13291 TEST 6722/11218 [ext/spl/tests/SplFileObject_fgetcsv_escape_error.phpt]
       
 13292 PASS SplFileObject::fgetcsv with alternative delimeter [ext/spl/tests/SplFileObject_fgetcsv_escape_error.phpt] 
       
 13293 TEST 6723/11218 [ext/spl/tests/SplFileObject_fpassthru_basic.phpt]
       
 13294 PASS SplFileObject::fpassthru function - basic functionality test [ext/spl/tests/SplFileObject_fpassthru_basic.phpt] 
       
 13295 TEST 6724/11218 [ext/spl/tests/SplFileObject_fscanf_basic.phpt]
       
 13296 PASS SplFileObject::fscanf function - basic functionality test [ext/spl/tests/SplFileObject_fscanf_basic.phpt] 
       
 13297 TEST 6725/11218 [ext/spl/tests/SplFileObject_fseek_error_001.phpt]
       
 13298 PASS SplFileObject::fseek function - parameters test [ext/spl/tests/SplFileObject_fseek_error_001.phpt] 
       
 13299 TEST 6726/11218 [ext/spl/tests/SplFileObject_ftruncate_error_001.phpt]
       
 13300 PASS SplFileObject::ftruncate function - truncating with stream that does not support truncation [ext/spl/tests/SplFileObject_ftruncate_error_001.phpt] 
       
 13301 TEST 6727/11218 [ext/spl/tests/SplFileObject_fwrite_error_001.phpt]
       
 13302 PASS SplFileObject::fpassthru function - parameters test [ext/spl/tests/SplFileObject_fwrite_error_001.phpt] 
       
 13303 TEST 6728/11218 [ext/spl/tests/SplFileObject_fwrite_variation_001.phpt]
       
 13304 PASS SplFileObject::fwrite function - writing with two parameters length < input string length [ext/spl/tests/SplFileObject_fwrite_variation_001.phpt] 
       
 13305 TEST 6729/11218 [ext/spl/tests/SplFileObject_fwrite_variation_002.phpt]
       
 13306 PASS SplFileObject::fwrite function - writing with two parameters, length > input string length [ext/spl/tests/SplFileObject_fwrite_variation_002.phpt] 
       
 13307 TEST 6730/11218 [ext/spl/tests/SplFileObject_fwrite_variation_003.phpt]
       
 13308 PASS SplFileObject::fwrite function - writing with magic_quotes_runtime ini set [ext/spl/tests/SplFileObject_fwrite_variation_003.phpt] 
       
 13309 TEST 6731/11218 [ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt]
       
 13310 PASS SplFileObject::getCsvControl function - basic test [ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt] 
       
 13311 TEST 6732/11218 [ext/spl/tests/SplFileObject_seek_error_001.phpt]
       
 13312 PASS SplFileObject::seek function - test parameters [ext/spl/tests/SplFileObject_seek_error_001.phpt] 
       
 13313 TEST 6733/11218 [ext/spl/tests/SplFixedArray__construct_param_array.phpt]
       
 13314 PASS SplFixedArray::__construct() with array passed as integer. [ext/spl/tests/SplFixedArray__construct_param_array.phpt] 
       
 13315 TEST 6734/11218 [ext/spl/tests/SplFixedArray__construct_param_float.phpt]
       
 13316 PASS SplFixedArray::__construct() with float passed as parameter. [ext/spl/tests/SplFixedArray__construct_param_float.phpt] 
       
 13317 TEST 6735/11218 [ext/spl/tests/SplFixedArray__construct_param_null.phpt]
       
 13318 PASS SplFixedArray::__construct() with null passed as parameter. [ext/spl/tests/SplFixedArray__construct_param_null.phpt] 
       
 13319 TEST 6736/11218 [ext/spl/tests/SplFixedArray__construct_param_string.phpt]
       
 13320 PASS SplFixedArray::__construct() with string passed as parameter. [ext/spl/tests/SplFixedArray__construct_param_string.phpt] 
       
 13321 TEST 6737/11218 [ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt]
       
 13322 PASS Create an SplFixedArray using an SplFixedArray object. [ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt] 
       
 13323 TEST 6738/11218 [ext/spl/tests/SplFixedArray_count_checkParams.phpt]
       
 13324 PASS Makes sure that an integer cannot be passed into the count() method of the splFixedArray. [ext/spl/tests/SplFixedArray_count_checkParams.phpt] 
       
 13325 TEST 6739/11218 [ext/spl/tests/SplFixedArray_count_param_int.phpt]
       
 13326 PASS Creates array, uses the count function to get the size of the array, but passes a parameter. [ext/spl/tests/SplFixedArray_count_param_int.phpt] 
       
 13327 TEST 6740/11218 [ext/spl/tests/SplFixedArray_current_param.phpt]
       
 13328 PASS SplFixedArray::current() with a parameter. *BUG* [ext/spl/tests/SplFixedArray_current_param.phpt] 
       
 13329 TEST 6741/11218 [ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_001.phpt]
       
 13330 PASS pass an integer into fromArray() [ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_001.phpt] 
       
 13331 TEST 6742/11218 [ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_002.phpt]
       
 13332 PASS pass a string into fromArray() [ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_002.phpt] 
       
 13333 TEST 6743/11218 [ext/spl/tests/SplFixedArray_fromarray_indexes.phpt]
       
 13334 PASS Create a SplFixedArray from an array using the fromArray() function use the default behaviour of preserve the indexes. [ext/spl/tests/SplFixedArray_fromarray_indexes.phpt] 
       
 13335 TEST 6744/11218 [ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt]
       
 13336 PASS Create a SplFixedArray from an array using the fromArray() function don't try to preserve the indexes. [ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt] 
       
 13337 TEST 6745/11218 [ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt]
       
 13338 PASS Tries to create a SplFixedArray using a boolean value. [ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt] 
       
 13339 TEST 6746/11218 [ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt]
       
 13340 PASS Tries to create a SplFixedArray using the fromArray() function and a multi dimentional array. [ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt] 
       
 13341 TEST 6747/11218 [ext/spl/tests/SplFixedArray_getSize_pass_param.phpt]
       
 13342 PASS SplFixedArray::getSize() pass a parameter when none are expected [ext/spl/tests/SplFixedArray_getSize_pass_param.phpt] 
       
 13343 TEST 6748/11218 [ext/spl/tests/SplFixedArray_key_param.phpt]
       
 13344 PASS SplFixedArray::key() with a parameter passed. This is a bug and an error should be called. [ext/spl/tests/SplFixedArray_key_param.phpt] 
       
 13345 TEST 6749/11218 [ext/spl/tests/SplFixedArray_key_setsize.phpt]
       
 13346 PASS SplFixedArray::key() when the array has a size higher than the amount of values specified. [ext/spl/tests/SplFixedArray_key_setsize.phpt] 
       
 13347 TEST 6750/11218 [ext/spl/tests/SplFixedArray_next_param.phpt]
       
 13348 PASS SplFixedArray::next() with a parameter. *BUG* [ext/spl/tests/SplFixedArray_next_param.phpt] 
       
 13349 TEST 6751/11218 [ext/spl/tests/SplFixedArray_offsetExists_invalid_parameter.phpt]
       
 13350 PASS SPL FixedArray offsetExists throws error only one parameter [ext/spl/tests/SplFixedArray_offsetExists_invalid_parameter.phpt] 
       
 13351 TEST 6752/11218 [ext/spl/tests/SplFixedArray_offsetExists_less_than_zero.phpt]
       
 13352 PASS SPL FixedArray offsetExists behaviour on a negative index [ext/spl/tests/SplFixedArray_offsetExists_less_than_zero.phpt] 
       
 13353 TEST 6753/11218 [ext/spl/tests/SplFixedArray_offsetGet_invalid_parameter.phpt]
       
 13354 PASS SPL FixedArray offsetGet throws error on no parameter [ext/spl/tests/SplFixedArray_offsetGet_invalid_parameter.phpt] 
       
 13355 TEST 6754/11218 [ext/spl/tests/SplFixedArray_offsetSet_invalid_parameter.phpt]
       
 13356 PASS SPL FixedArray offsetSet throws error on no parameters [ext/spl/tests/SplFixedArray_offsetSet_invalid_parameter.phpt] 
       
 13357 TEST 6755/11218 [ext/spl/tests/SplFixedArray_offsetSet_one_invalid_parameter.phpt]
       
 13358 PASS SPL FixedArray offsetSet throws error only one parameter [ext/spl/tests/SplFixedArray_offsetSet_one_invalid_parameter.phpt] 
       
 13359 TEST 6756/11218 [ext/spl/tests/SplFixedArray_offsetUnset_invalid_parameter.phpt]
       
 13360 PASS SPL FixedArray offsetUnset throws error on no parameter [ext/spl/tests/SplFixedArray_offsetUnset_invalid_parameter.phpt] 
       
 13361 TEST 6757/11218 [ext/spl/tests/SplFixedArray_offsetUnset_string.phpt]
       
 13362 PASS Check removing an item from an array when the offset is not an integer. [ext/spl/tests/SplFixedArray_offsetUnset_string.phpt] 
       
 13363 TEST 6758/11218 [ext/spl/tests/SplFixedArray_rewind_param.phpt]
       
 13364 PASS SplFixedArray::rewind() with a parameter. *BUG* [ext/spl/tests/SplFixedArray_rewind_param.phpt] 
       
 13365 TEST 6759/11218 [ext/spl/tests/SplFixedArray_setSize_filled_to_smaller.phpt]
       
 13366 PASS Create array, fills it with and resizes it to lower value. [ext/spl/tests/SplFixedArray_setSize_filled_to_smaller.phpt] 
       
 13367 TEST 6760/11218 [ext/spl/tests/SplFixedArray_setSize_param_array.phpt]
       
 13368 PASS SplFixedArray::setSize() with an array parameter [ext/spl/tests/SplFixedArray_setSize_param_array.phpt] 
       
 13369 TEST 6761/11218 [ext/spl/tests/SplFixedArray_setSize_param_float.phpt]
       
 13370 PASS SplFixedArray::setSize() with a float param [ext/spl/tests/SplFixedArray_setSize_param_float.phpt] 
       
 13371 TEST 6762/11218 [ext/spl/tests/SplFixedArray_setSize_param_null.phpt]
       
 13372 PASS SplFixedArray::setSize() with a null parameter [ext/spl/tests/SplFixedArray_setSize_param_null.phpt] 
       
 13373 TEST 6763/11218 [ext/spl/tests/SplFixedArray_setSize_reduce.phpt]
       
 13374 PASS SPL FixedArray can reduce size of array [ext/spl/tests/SplFixedArray_setSize_reduce.phpt] 
       
 13375 TEST 6764/11218 [ext/spl/tests/SplFixedArray_setsize_001.phpt]
       
 13376 PASS SPL: FixedArray: setsize - populate array, then shrink [ext/spl/tests/SplFixedArray_setsize_001.phpt] 
       
 13377 TEST 6765/11218 [ext/spl/tests/SplFixedArray_setsize_grow.phpt]
       
 13378 PASS SplFixedArray::setSize() grow [ext/spl/tests/SplFixedArray_setsize_grow.phpt] 
       
 13379 TEST 6766/11218 [ext/spl/tests/SplFixedArray_setsize_shrink.phpt]
       
 13380 PASS shrink a full array of integers [ext/spl/tests/SplFixedArray_setsize_shrink.phpt] 
       
 13381 TEST 6767/11218 [ext/spl/tests/SplFixedArray_toArray_with-params.phpt]
       
 13382 PASS Check that passing a parameter to toArray() produces a correct error [ext/spl/tests/SplFixedArray_toArray_with-params.phpt] 
       
 13383 TEST 6768/11218 [ext/spl/tests/SplHeap_count_invalid_parameter.phpt]
       
 13384 PASS Check that SplHeap::count generate a warning and returns NULL when param passed [ext/spl/tests/SplHeap_count_invalid_parameter.phpt] 
       
 13385 TEST 6769/11218 [ext/spl/tests/SplHeap_extract_invalid_parameter.phpt]
       
 13386 PASS Check that SplHeap::extract generate a warning and returns NULL when param passed [ext/spl/tests/SplHeap_extract_invalid_parameter.phpt] 
       
 13387 TEST 6770/11218 [ext/spl/tests/SplHeap_insert_invalid_parameter.phpt]
       
 13388 PASS Check that SplHeap::insert generate a warning and returns NULL when $value is missing [ext/spl/tests/SplHeap_insert_invalid_parameter.phpt] 
       
 13389 TEST 6771/11218 [ext/spl/tests/SplHeap_isEmpty.phpt]
       
 13390 PASS Check that SplHeap::isEmpty standard success test [ext/spl/tests/SplHeap_isEmpty.phpt] 
       
 13391 TEST 6772/11218 [ext/spl/tests/SplHeap_isEmpty_invalid_parameter.phpt]
       
 13392 PASS Check that SplHeap::isEmpty generate a warning and returns NULL when param passed [ext/spl/tests/SplHeap_isEmpty_invalid_parameter.phpt] 
       
 13393 TEST 6773/11218 [ext/spl/tests/SplObjectStorage_addAll_invalid_parameter.phpt]
       
 13394 PASS Check that SplObjectStorage::addAll generate a warning and returns NULL when passed non-object param [ext/spl/tests/SplObjectStorage_addAll_invalid_parameter.phpt] 
       
 13395 TEST 6774/11218 [ext/spl/tests/SplObjectStorage_attach_invalid_parameter.phpt]
       
 13396 PASS Check that SplObjectStorage::attach generates a warning and returns NULL when bad params are passed [ext/spl/tests/SplObjectStorage_attach_invalid_parameter.phpt] 
       
 13397 TEST 6775/11218 [ext/spl/tests/SplObjectStorage_contains_invalid_parameter.phpt]
       
 13398 PASS Check that SplObjectStorage::contains generate a warning and returns NULL when passed non-object param [ext/spl/tests/SplObjectStorage_contains_invalid_parameter.phpt] 
       
 13399 TEST 6776/11218 [ext/spl/tests/SplObjectStorage_current_empty_storage.phpt]
       
 13400 PASS Check that SplObjectStorage::current returns NULL when storage is empty [ext/spl/tests/SplObjectStorage_current_empty_storage.phpt] 
       
 13401 TEST 6777/11218 [ext/spl/tests/SplObjectStorage_detach_invalid_parameter.phpt]
       
 13402 PASS Check that SplObjectStorage::detach generate a warning and returns NULL when passed non-object param [ext/spl/tests/SplObjectStorage_detach_invalid_parameter.phpt] 
       
 13403 TEST 6778/11218 [ext/spl/tests/SplObjectStorage_getInfo_empty_storage.phpt]
       
 13404 PASS Check that SplObjectStorage::getInfo returns NULL when storage is empty [ext/spl/tests/SplObjectStorage_getInfo_empty_storage.phpt] 
       
 13405 TEST 6779/11218 [ext/spl/tests/SplObjectStorage_offsetGet.phpt]
       
 13406 PASS Standard success for SplObjectStorage::offsetGet [ext/spl/tests/SplObjectStorage_offsetGet.phpt] 
       
 13407 TEST 6780/11218 [ext/spl/tests/SplObjectStorage_offsetGet_invalid_parameter.phpt]
       
 13408 PASS Check that SplObjectStorage::offsetGet generate a warning and return NULL when passed non-object param [ext/spl/tests/SplObjectStorage_offsetGet_invalid_parameter.phpt] 
       
 13409 TEST 6781/11218 [ext/spl/tests/SplObjectStorage_offsetGet_missing_object.phpt]
       
 13410 PASS Check that SplObjectStorage::offsetGet throws exception when non-existing object is requested [ext/spl/tests/SplObjectStorage_offsetGet_missing_object.phpt] 
       
 13411 TEST 6782/11218 [ext/spl/tests/SplObjectStorage_removeAllExcept_basic.phpt]
       
 13412 PASS Check that SplObjectStorage::removeUncommon functions when receiving proper input [ext/spl/tests/SplObjectStorage_removeAllExcept_basic.phpt] 
       
 13413 TEST 6783/11218 [ext/spl/tests/SplObjectStorage_removeAllExcept_invalid_parameter.phpt]
       
 13414 PASS Check that SplObjectStorage::removeAllExcept generate a warning and returns NULL when passed non-object param [ext/spl/tests/SplObjectStorage_removeAllExcept_invalid_parameter.phpt] 
       
 13415 TEST 6784/11218 [ext/spl/tests/SplObjectStorage_removeAll_invalid_parameter.phpt]
       
 13416 PASS Check that SplObjectStorage::removeAll generate a warning and returns NULL when passed non-object param [ext/spl/tests/SplObjectStorage_removeAll_invalid_parameter.phpt] 
       
 13417 TEST 6785/11218 [ext/spl/tests/SplObjectStorage_setInfo_empty_storage.phpt]
       
 13418 PASS Check that SplObjectStorage::setInfo returns NULL when storage is empty [ext/spl/tests/SplObjectStorage_setInfo_empty_storage.phpt] 
       
 13419 TEST 6786/11218 [ext/spl/tests/SplObjectStorage_setInfo_invalid_parameter.phpt]
       
 13420 PASS Check that SplObjectStorage::setInfo returns NULL when no param is passed [ext/spl/tests/SplObjectStorage_setInfo_invalid_parameter.phpt] 
       
 13421 TEST 6787/11218 [ext/spl/tests/SplObjectStorage_unserialize_bad.phpt]
       
 13422 FAIL SPL: Test that serialized blob contains unique elements (CVE-2010-2225) [ext/spl/tests/SplObjectStorage_unserialize_bad.phpt] 
       
 13423 TEST 6788/11218 [ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt]
       
 13424 PASS Check that SplObjectStorage::unserialize returns NULL when non-string param is passed [ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt] 
       
 13425 TEST 6789/11218 [ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter2.phpt]
       
 13426 PASS Check that SplObjectStorage::unserialize throws exception when numeric value passed [ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter2.phpt] 
       
 13427 TEST 6790/11218 [ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter3.phpt]
       
 13428 PASS Check that SplObjectStorage::unserialize throws exception when NULL passed [ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter3.phpt] 
       
 13429 TEST 6791/11218 [ext/spl/tests/SplObjectStorage_unserialize_nested.phpt]
       
 13430 PASS SPL: Test unserializing tested & linked storage [ext/spl/tests/SplObjectStorage_unserialize_nested.phpt] 
       
 13431 TEST 6792/11218 [ext/spl/tests/SplObjectStorage_var_dump.phpt]
       
 13432 PASS SPL: SplObjectStorage: recursive var_dump [ext/spl/tests/SplObjectStorage_var_dump.phpt] 
       
 13433 TEST 6793/11218 [ext/spl/tests/SplPriorityQueue_extract_invalid_parameter.phpt]
       
 13434 PASS Check that SplPriorityQueue::extract generate a warning and returns NULL when param passed [ext/spl/tests/SplPriorityQueue_extract_invalid_parameter.phpt] 
       
 13435 TEST 6794/11218 [ext/spl/tests/SplPriorityQueue_insert_invalid_parameter.phpt]
       
 13436 PASS Check that SplPriorityQueue::insert generate a warning and returns NULL when rubbish params are passed [ext/spl/tests/SplPriorityQueue_insert_invalid_parameter.phpt] 
       
 13437 TEST 6795/11218 [ext/spl/tests/SplQueue_setIteratorMode.phpt]
       
 13438 PASS Check that SplQueue can't be set to LIFO [ext/spl/tests/SplQueue_setIteratorMode.phpt] 
       
 13439 TEST 6796/11218 [ext/spl/tests/SplQueue_setIteratorMode_param_lifo.phpt]
       
 13440 PASS SplQueue setIteratorMode to LIFO produces fail condition in try/catch [ext/spl/tests/SplQueue_setIteratorMode_param_lifo.phpt] 
       
 13441 TEST 6797/11218 [ext/spl/tests/SplStack_setIteratorMode.phpt]
       
 13442 PASS Check that SplStack can't be set to FIFO [ext/spl/tests/SplStack_setIteratorMode.phpt] 
       
 13443 TEST 6798/11218 [ext/spl/tests/SplTempFileObject_constructor_basic.phpt]
       
 13444 PASS SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments [ext/spl/tests/SplTempFileObject_constructor_basic.phpt] 
       
 13445 TEST 6799/11218 [ext/spl/tests/SplTempFileObject_constructor_error.phpt]
       
 13446 PASS SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments [ext/spl/tests/SplTempFileObject_constructor_error.phpt] 
       
 13447 TEST 6800/11218 [ext/spl/tests/SplTempFileObject_constructor_maxmemory_basic.phpt]
       
 13448 PASS SPL SplTempFileObject constructor sets correct values when passed fixed memory size [ext/spl/tests/SplTempFileObject_constructor_maxmemory_basic.phpt] 
       
 13449 TEST 6801/11218 [ext/spl/tests/SplTempFileObject_constructor_memory_lt1_variation.phpt]
       
 13450 PASS SPL SplTempFileObject constructor sets correct defaults when passed a negative value [ext/spl/tests/SplTempFileObject_constructor_memory_lt1_variation.phpt] 
       
 13451 TEST 6802/11218 [ext/spl/tests/arrayObject___construct_basic1.phpt]
       
 13452 PASS SPL: ArrayObject::__construct basic usage. [ext/spl/tests/arrayObject___construct_basic1.phpt] 
       
 13453 TEST 6803/11218 [ext/spl/tests/arrayObject___construct_basic2.phpt]
       
 13454 PASS SPL: ArrayObject::__construct basic usage. [ext/spl/tests/arrayObject___construct_basic2.phpt] 
       
 13455 TEST 6804/11218 [ext/spl/tests/arrayObject___construct_basic3.phpt]
       
 13456 PASS SPL: ArrayObject::__construct basic usage with ArrayObject::STD_PROP_LIST. [ext/spl/tests/arrayObject___construct_basic3.phpt] 
       
 13457 TEST 6805/11218 [ext/spl/tests/arrayObject___construct_basic4.phpt]
       
 13458 PASS SPL: ArrayObject::__construct basic usage with ArrayObject::ARRAY_AS_PROPS. Currently fails on php.net due to bug 45622. [ext/spl/tests/arrayObject___construct_basic4.phpt] 
       
 13459 TEST 6806/11218 [ext/spl/tests/arrayObject___construct_basic5.phpt]
       
 13460 PASS SPL: ArrayObject::__construct basic usage with ArrayObject::STD_PROP_LIST|ArrayObject::ARRAY_AS_PROPS. Currently fails on php.net due to bug 45622. [ext/spl/tests/arrayObject___construct_basic5.phpt] 
       
 13461 TEST 6807/11218 [ext/spl/tests/arrayObject___construct_basic6.phpt]
       
 13462 PASS SPL: ArrayObject::__construct: check impact of ArrayObject::STD_PROP_LIST on var_dump. [ext/spl/tests/arrayObject___construct_basic6.phpt] 
       
 13463 TEST 6808/11218 [ext/spl/tests/arrayObject___construct_error1.phpt]
       
 13464 PASS SPL: ArrayObject::__construct with bad iterator. [ext/spl/tests/arrayObject___construct_error1.phpt] 
       
 13465 TEST 6809/11218 [ext/spl/tests/arrayObject___construct_error2.phpt]
       
 13466 PASS SPL: ArrayObject::__construct with too many arguments. [ext/spl/tests/arrayObject___construct_error2.phpt] 
       
 13467 TEST 6810/11218 [ext/spl/tests/arrayObject_asort_basic1.phpt]
       
 13468 PASS SPL: Test ArrayObject::asort() function : basic functionality with array based store [ext/spl/tests/arrayObject_asort_basic1.phpt] 
       
 13469 TEST 6811/11218 [ext/spl/tests/arrayObject_asort_basic2.phpt]
       
 13470 PASS SPL: Test ArrayObject::asort() function : basic functionality with object based store [ext/spl/tests/arrayObject_asort_basic2.phpt] 
       
 13471 TEST 6812/11218 [ext/spl/tests/arrayObject_clone_basic1.phpt]
       
 13472 PASS SPL: Cloning an instance of ArrayObject which wraps an array. [ext/spl/tests/arrayObject_clone_basic1.phpt] 
       
 13473 TEST 6813/11218 [ext/spl/tests/arrayObject_clone_basic2.phpt]
       
 13474 PASS SPL: Cloning an instance of ArrayObject which wraps an object. [ext/spl/tests/arrayObject_clone_basic2.phpt] 
       
 13475 TEST 6814/11218 [ext/spl/tests/arrayObject_clone_basic3.phpt]
       
 13476 PASS SPL: Cloning nested ArrayObjects. [ext/spl/tests/arrayObject_clone_basic3.phpt] 
       
 13477 TEST 6815/11218 [ext/spl/tests/arrayObject_count_basic1.phpt]
       
 13478 PASS SPL: ArrayObject::count() and ArrayIterator::count() basic functionality. [ext/spl/tests/arrayObject_count_basic1.phpt] 
       
 13479 TEST 6816/11218 [ext/spl/tests/arrayObject_exchangeArray_basic1.phpt]
       
 13480 PASS SPL: ArrayObject::exchangeArray() and copy-on-write references [ext/spl/tests/arrayObject_exchangeArray_basic1.phpt] 
       
 13481 TEST 6817/11218 [ext/spl/tests/arrayObject_exchangeArray_basic2.phpt]
       
 13482 PASS SPL: ArrayObject::exchangeArray() with various object arguments [ext/spl/tests/arrayObject_exchangeArray_basic2.phpt] 
       
 13483 TEST 6818/11218 [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt]
       
 13484 PASS SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store. [ext/spl/tests/arrayObject_exchangeArray_basic3.phpt] 
       
 13485 TEST 6819/11218 [ext/spl/tests/arrayObject_getFlags_basic1.phpt]
       
 13486 PASS SPL: ArrayObject::getFlags() basic usage [ext/spl/tests/arrayObject_getFlags_basic1.phpt] 
       
 13487 TEST 6820/11218 [ext/spl/tests/arrayObject_getFlags_basic2.phpt]
       
 13488 PASS SPL: ArrayObject::getFlags() - ensure flags are passed on to nested array objects and iterators. [ext/spl/tests/arrayObject_getFlags_basic2.phpt] 
       
 13489 TEST 6821/11218 [ext/spl/tests/arrayObject_getIteratorClass_basic1.phpt]
       
 13490 PASS SPL: ArrayObject::getIteratorClass and ArrayObject::setIteratorClass basic functionality [ext/spl/tests/arrayObject_getIteratorClass_basic1.phpt] 
       
 13491 TEST 6822/11218 [ext/spl/tests/arrayObject_ksort_basic1.phpt]
       
 13492 PASS SPL: Test ArrayObject::ksort() function : basic functionality with array based store [ext/spl/tests/arrayObject_ksort_basic1.phpt] 
       
 13493 TEST 6823/11218 [ext/spl/tests/arrayObject_ksort_basic2.phpt]
       
 13494 PASS SPL: Test ArrayObject::ksort() function : basic functionality with object base store [ext/spl/tests/arrayObject_ksort_basic2.phpt] 
       
 13495 TEST 6824/11218 [ext/spl/tests/arrayObject_magicMethods1.phpt]
       
 13496 PASS SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when manipulating the ArrayObject's elements using []. [ext/spl/tests/arrayObject_magicMethods1.phpt] 
       
 13497 TEST 6825/11218 [ext/spl/tests/arrayObject_magicMethods2.phpt]
       
 13498 PASS SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when manipulating the ArrayObject's elements using ->. [ext/spl/tests/arrayObject_magicMethods2.phpt] 
       
 13499 TEST 6826/11218 [ext/spl/tests/arrayObject_magicMethods3.phpt]
       
 13500 PASS SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when manipulating the ArrayObject's elements using -> and ArrayObject::ARRAY_AS_PROPS. [ext/spl/tests/arrayObject_magicMethods3.phpt] 
       
 13501 TEST 6827/11218 [ext/spl/tests/arrayObject_magicMethods4.phpt]
       
 13502 PASS SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject are not invoked when manipulating its elements using []. [ext/spl/tests/arrayObject_magicMethods4.phpt] 
       
 13503 TEST 6828/11218 [ext/spl/tests/arrayObject_magicMethods5.phpt]
       
 13504 PASS SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject ARE invoked when manipulating its elements using ->. [ext/spl/tests/arrayObject_magicMethods5.phpt] 
       
 13505 TEST 6829/11218 [ext/spl/tests/arrayObject_magicMethods6.phpt]
       
 13506 PASS SPL: ArrayObject: ensure the magic methods for property access of a subclass of ArrayObject are not invoked when manipulating its elements using -> ArrayObject::ARRAY_AS_PROPS. [ext/spl/tests/arrayObject_magicMethods6.phpt] 
       
 13507 TEST 6830/11218 [ext/spl/tests/arrayObject_natcasesort_basic1.phpt]
       
 13508 PASS SPL: Test ArrayObject::natcasesort() function : basic functionality [ext/spl/tests/arrayObject_natcasesort_basic1.phpt] 
       
 13509 TEST 6831/11218 [ext/spl/tests/arrayObject_natsort_basic1.phpt]
       
 13510 PASS SPL: Test ArrayObject::natsort() function : basic functionality [ext/spl/tests/arrayObject_natsort_basic1.phpt] 
       
 13511 TEST 6832/11218 [ext/spl/tests/arrayObject_offsetExists_nullcheck.phpt]
       
 13512 PASS SPL: ArrayObject::offsetExists() should return true for element containing NULL [ext/spl/tests/arrayObject_offsetExists_nullcheck.phpt] 
       
 13513 TEST 6833/11218 [ext/spl/tests/arrayObject_setFlags_basic1.phpt]
       
 13514 PASS SPL: ArrayObject::setFlags basic usage with ArrayObject::ARRAY_AS_PROPS. Currently fails on php.net due to bug 45622. [ext/spl/tests/arrayObject_setFlags_basic1.phpt] 
       
 13515 TEST 6834/11218 [ext/spl/tests/arrayObject_setFlags_basic2.phpt]
       
 13516 PASS SPL: Ensure access to non-visible properties falls back to dimension access with ArrayObject::ARRAY_AS_PROPS. [ext/spl/tests/arrayObject_setFlags_basic2.phpt] 
       
 13517 TEST 6835/11218 [ext/spl/tests/arrayObject_setIteratorClass_error1.phpt]
       
 13518 PASS SPL: ArrayObject with bad iterator class. [ext/spl/tests/arrayObject_setIteratorClass_error1.phpt] 
       
 13519 TEST 6836/11218 [ext/spl/tests/arrayObject_uasort_basic1.phpt]
       
 13520 PASS SPL: Test ArrayObject::uasort() function : basic functionality [ext/spl/tests/arrayObject_uasort_basic1.phpt] 
       
 13521 TEST 6837/11218 [ext/spl/tests/arrayObject_uasort_error1.phpt]
       
 13522 PASS Test ArrayObject::uasort() function : wrong arg count [ext/spl/tests/arrayObject_uasort_error1.phpt] 
       
 13523 TEST 6838/11218 [ext/spl/tests/arrayObject_uksort_basic1.phpt]
       
 13524 PASS Test ArrayObject::uksort() function : basic functionality [ext/spl/tests/arrayObject_uksort_basic1.phpt] 
       
 13525 TEST 6839/11218 [ext/spl/tests/arrayObject_uksort_error1.phpt]
       
 13526 PASS Test ArrayObject::uksort() function : wrong arg count [ext/spl/tests/arrayObject_uksort_error1.phpt] 
       
 13527 TEST 6840/11218 [ext/spl/tests/array_001.phpt]
       
 13528 PASS SPL: ArrayObject [ext/spl/tests/array_001.phpt] 
       
 13529 TEST 6841/11218 [ext/spl/tests/array_002.phpt]
       
 13530 PASS SPL: ArrayObject copy constructor [ext/spl/tests/array_002.phpt] 
       
 13531 TEST 6842/11218 [ext/spl/tests/array_003.phpt]
       
 13532 PASS SPL: ArrayObject from object [ext/spl/tests/array_003.phpt] 
       
 13533 TEST 6843/11218 [ext/spl/tests/array_004.phpt]
       
 13534 PASS SPL: ArrayIterator [ext/spl/tests/array_004.phpt] 
       
 13535 TEST 6844/11218 [ext/spl/tests/array_005.phpt]
       
 13536 PASS SPL: ArrayObject/Iterator interaction [ext/spl/tests/array_005.phpt] 
       
 13537 TEST 6845/11218 [ext/spl/tests/array_006.phpt]
       
 13538 PASS SPL: ArrayIterator without ArrayObject [ext/spl/tests/array_006.phpt] 
       
 13539 TEST 6846/11218 [ext/spl/tests/array_007.phpt]
       
 13540 PASS SPL: ArrayObject/Iterator from IteratorAggregate [ext/spl/tests/array_007.phpt] 
       
 13541 TEST 6847/11218 [ext/spl/tests/array_008.phpt]
       
 13542 PASS SPL: ArrayIterator and foreach reference [ext/spl/tests/array_008.phpt] 
       
 13543 TEST 6848/11218 [ext/spl/tests/array_009.phpt]
       
 13544 PASS SPL: ArrayIterator implementing RecursiveIterator [ext/spl/tests/array_009.phpt] 
       
 13545 TEST 6849/11218 [ext/spl/tests/array_009a.phpt]
       
 13546 PASS SPL: ArrayIterator implementing RecursiveIterator [ext/spl/tests/array_009a.phpt] 
       
 13547 TEST 6850/11218 [ext/spl/tests/array_010.phpt]
       
 13548 PASS SPL: ArrayIterator implements ArrayAccess [ext/spl/tests/array_010.phpt] 
       
 13549 TEST 6851/11218 [ext/spl/tests/array_011.phpt]
       
 13550 PASS SPL: ArrayIterator, LimitIterator and string keys [ext/spl/tests/array_011.phpt] 
       
 13551 TEST 6852/11218 [ext/spl/tests/array_012.phpt]
       
 13552 PASS SPL: ArrayIterator::count [ext/spl/tests/array_012.phpt] 
       
 13553 TEST 6853/11218 [ext/spl/tests/array_013.phpt]
       
 13554 PASS SPL: ArrayIterator::append [ext/spl/tests/array_013.phpt] 
       
 13555 TEST 6854/11218 [ext/spl/tests/array_014.phpt]
       
 13556 PASS SPL: ArrayIterator::seek() [ext/spl/tests/array_014.phpt] 
       
 13557 TEST 6855/11218 [ext/spl/tests/array_015.phpt]
       
 13558 PASS SPL: ArrayIterator::next() with internal arrays [ext/spl/tests/array_015.phpt] 
       
 13559 TEST 6856/11218 [ext/spl/tests/array_016.phpt]
       
 13560 PASS SPL: ArrayIterator/Object and IteratorIterator [ext/spl/tests/array_016.phpt] 
       
 13561 TEST 6857/11218 [ext/spl/tests/array_017.phpt]
       
 13562 PASS SPL: ArrayObject::exchangeArray($this) [ext/spl/tests/array_017.phpt] 
       
 13563 TEST 6858/11218 [ext/spl/tests/array_018.phpt]
       
 13564 PASS SPL: ArrayObject and \0 [ext/spl/tests/array_018.phpt] 
       
 13565 TEST 6859/11218 [ext/spl/tests/array_019.phpt]
       
 13566 PASS SPL: ArrayIterator and foreach by reference [ext/spl/tests/array_019.phpt] 
       
 13567 TEST 6860/11218 [ext/spl/tests/array_020.phpt]
       
 13568 PASS SPL: ArrayIterator overloading [ext/spl/tests/array_020.phpt] 
       
 13569 TEST 6861/11218 [ext/spl/tests/array_021.phpt]
       
 13570 PASS SPL: ArrayObject::seek() and exceptions [ext/spl/tests/array_021.phpt] 
       
 13571 TEST 6862/11218 [ext/spl/tests/array_022.phpt]
       
 13572 PASS SPL: ArrayObject/Iterator and reference to self [ext/spl/tests/array_022.phpt] 
       
 13573 TEST 6863/11218 [ext/spl/tests/array_023.phpt]
       
 13574 PASS Testing class extending to ArrayObject and serialize [ext/spl/tests/array_023.phpt] 
       
 13575 TEST 6864/11218 [ext/spl/tests/array_024.phpt]
       
 13576 PASS SPL: ArrayObject with overriden count() [ext/spl/tests/array_024.phpt] 
       
 13577 TEST 6865/11218 [ext/spl/tests/array_025.phpt]
       
 13578 PASS SPL: ArrayObject serialize with an object as storage [ext/spl/tests/array_025.phpt] 
       
 13579 TEST 6866/11218 [ext/spl/tests/array_026.phpt]
       
 13580 PASS SPL: ArrayObject indirect offsetGet overwriting EG(uninitialized_zvar_ptr) [ext/spl/tests/array_026.phpt] 
       
 13581 TEST 6867/11218 [ext/spl/tests/array_027.phpt]
       
 13582 PASS SPL: ArrayObject revursive var_dump [ext/spl/tests/array_027.phpt] 
       
 13583 TEST 6868/11218 [ext/spl/tests/bug28822.phpt]
       
 13584 PASS Bug #28822 (ArrayObject::offsetExists() works inverted) [ext/spl/tests/bug28822.phpt] 
       
 13585 TEST 6869/11218 [ext/spl/tests/bug31185.phpt]
       
 13586 PASS Bug #31185 (Crash when exceptions thrown from ArrayAccess::offsetUnset()) [ext/spl/tests/bug31185.phpt] 
       
 13587 TEST 6870/11218 [ext/spl/tests/bug31346.phpt]
       
 13588 PASS Bug #31486 (ArrayIterator::next segfaults) [ext/spl/tests/bug31346.phpt] 
       
 13589 TEST 6871/11218 [ext/spl/tests/bug31348.phpt]
       
 13590 PASS Bug #31348 (CachingIterator::rewind() leaks) [ext/spl/tests/bug31348.phpt] 
       
 13591 TEST 6872/11218 [ext/spl/tests/bug31926.phpt]
       
 13592 PASS Bug #31926 (php in free() error with RecursiveArrayIterator) [ext/spl/tests/bug31926.phpt] 
       
 13593 TEST 6873/11218 [ext/spl/tests/bug32134.phpt]
       
 13594 PASS Bug #32134 (Overloading offsetGet/offsetSet) [ext/spl/tests/bug32134.phpt] 
       
 13595 TEST 6874/11218 [ext/spl/tests/bug32394.phpt]
       
 13596 PASS Bug #32394 (offsetUnset() segfaults in a foreach) [ext/spl/tests/bug32394.phpt] 
       
 13597 TEST 6875/11218 [ext/spl/tests/bug33136.phpt]
       
 13598 PASS Bug #33136 (method offsetSet in class extended from ArrayObject crash PHP) [ext/spl/tests/bug33136.phpt] 
       
 13599 TEST 6876/11218 [ext/spl/tests/bug34548.phpt]
       
 13600 PASS Bug #34548 (Method append() in class extended from ArrayObject crashes PHP) [ext/spl/tests/bug34548.phpt] 
       
 13601 TEST 6877/11218 [ext/spl/tests/bug36258.phpt]
       
 13602 PASS Bug #36258 (SplFileObject::getPath() may lead to segfault) [ext/spl/tests/bug36258.phpt] 
       
 13603 TEST 6878/11218 [ext/spl/tests/bug36287.phpt]
       
 13604 PASS Bug #36287 (Segfault with SplFileInfo conversion) [ext/spl/tests/bug36287.phpt] 
       
 13605 TEST 6879/11218 [ext/spl/tests/bug36825.phpt]
       
 13606 PASS Bug #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault) [ext/spl/tests/bug36825.phpt] 
       
 13607 TEST 6880/11218 [ext/spl/tests/bug36941.phpt]
       
 13608 PASS Bug #36941 (ArrayIterator does not clone itself) [ext/spl/tests/bug36941.phpt] 
       
 13609 TEST 6881/11218 [ext/spl/tests/bug37457.phpt]
       
 13610 PASS Bug #37457 (Crash when an exception is thrown in accept() method of FilterIterator) [ext/spl/tests/bug37457.phpt] 
       
 13611 TEST 6882/11218 [ext/spl/tests/bug38325.phpt]
       
 13612 PASS Bug #38325 (spl_autoload_register() gaves wrong line for "class not found") [ext/spl/tests/bug38325.phpt] 
       
 13613 TEST 6883/11218 [ext/spl/tests/bug38618.phpt]
       
 13614 PASS Bug #38618 (RecursiveArrayIterator::hasChildren() follows objects) [ext/spl/tests/bug38618.phpt] 
       
 13615 TEST 6884/11218 [ext/spl/tests/bug40036.phpt]
       
 13616 PASS Bug #40036 (empty() does not work correctly with ArrayObject when using ARRAY_AS_PROPS) [ext/spl/tests/bug40036.phpt] 
       
 13617 TEST 6885/11218 [ext/spl/tests/bug40091.phpt]
       
 13618 PASS Bug #40091 (issue with spl_autoload_register() and 2 instances of the same class) [ext/spl/tests/bug40091.phpt] 
       
 13619 TEST 6886/11218 [ext/spl/tests/bug40442.phpt]
       
 13620 PASS Bug #40442 (ArrayObject::offsetExists broke in 5.2.1, works in 5.2.0) [ext/spl/tests/bug40442.phpt] 
       
 13621 TEST 6887/11218 [ext/spl/tests/bug40872.phpt]
       
 13622 PASS Bug #40872 (inconsistency in offsetSet, offsetExists treatment of string enclosed integers) [ext/spl/tests/bug40872.phpt] 
       
 13623 TEST 6888/11218 [ext/spl/tests/bug41528.phpt]
       
 13624 PASS Bug #41528 (Classes extending ArrayObject do not serialize correctly) [ext/spl/tests/bug41528.phpt] 
       
 13625 TEST 6889/11218 [ext/spl/tests/bug41691.phpt]
       
 13626 PASS Bug #41691 (ArrayObject::exchangeArray hangs Apache) [ext/spl/tests/bug41691.phpt] 
       
 13627 TEST 6890/11218 [ext/spl/tests/bug41692.phpt]
       
 13628 PASS Bug #41692 (ArrayObject shows weird behaviour in respect to inheritance) [ext/spl/tests/bug41692.phpt] 
       
 13629 TEST 6891/11218 [ext/spl/tests/bug41828.phpt]
       
 13630 PASS Bug #41828 (Segfault if extended constructor of RecursiveIterator doesn't call its parent) [ext/spl/tests/bug41828.phpt] 
       
 13631 TEST 6892/11218 [ext/spl/tests/bug42364.phpt]
       
 13632 PASS Bug #42364 (Crash when using getRealPath with DirectoryIterator) [ext/spl/tests/bug42364.phpt] 
       
 13633 TEST 6893/11218 [ext/spl/tests/bug42654.phpt]
       
 13634 PASS Bug #42654 (RecursiveIteratorIterator modifies only part of leaves) [ext/spl/tests/bug42654.phpt] 
       
 13635 TEST 6894/11218 [ext/spl/tests/bug42703.phpt]
       
 13636 PASS Bug #42703 (Exception raised in an iterator::current() causes segfault in FilterIterator) [ext/spl/tests/bug42703.phpt] 
       
 13637 TEST 6895/11218 [ext/spl/tests/bug44144.phpt]
       
 13638 PASS Bug #44144 (spl_autoload_functions() should return object instance when appropriate) [ext/spl/tests/bug44144.phpt] 
       
 13639 TEST 6896/11218 [ext/spl/tests/bug44615.phpt]
       
 13640 PASS SPL: RecursiveArrayIterator bug 44615 [ext/spl/tests/bug44615.phpt] 
       
 13641 TEST 6897/11218 [ext/spl/tests/bug45216.phpt]
       
 13642 PASS SPL: SplFileObject::fgetss (bug 45216) [ext/spl/tests/bug45216.phpt] 
       
 13643 TEST 6898/11218 [ext/spl/tests/bug45614.phpt]
       
 13644 PASS SPL: Bug#45614 (ArrayIterator can show 1st private prop of wrapped object) [ext/spl/tests/bug45614.phpt] 
       
 13645 TEST 6899/11218 [ext/spl/tests/bug45622.phpt]
       
 13646 PASS SPL: Bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set [ext/spl/tests/bug45622.phpt] 
       
 13647 TEST 6900/11218 [ext/spl/tests/bug45622b.phpt]
       
 13648 PASS Ensure fix to bug45622 doesn't cause __isset() to be called when ArrayObject::ARRAY_AS_PROPS is used. [ext/spl/tests/bug45622b.phpt] 
       
 13649 TEST 6901/11218 [ext/spl/tests/bug45826.phpt]
       
 13650 PASS ArrayObject/ArrayIterator : serialization [ext/spl/tests/bug45826.phpt] 
       
 13651 TEST 6902/11218 [ext/spl/tests/bug46031.phpt]
       
 13652 PASS Bug #46031 (Segfault in AppendIterator::next) [ext/spl/tests/bug46031.phpt] 
       
 13653 TEST 6903/11218 [ext/spl/tests/bug46051.phpt]
       
 13654 PASS Bug #46051 (SplFileInfo::openFile - memory overlap) [ext/spl/tests/bug46051.phpt] 
       
 13655 TEST 6904/11218 [ext/spl/tests/bug46053.phpt]
       
 13656 PASS Bug #46053 (SplFileObject::seek - Endless loop) [ext/spl/tests/bug46053.phpt] 
       
 13657 TEST 6905/11218 [ext/spl/tests/bug46088.phpt]
       
 13658 PASS Bug #46088 (RegexIterator::accept - segfault) [ext/spl/tests/bug46088.phpt] 
       
 13659 TEST 6906/11218 [ext/spl/tests/bug46115.phpt]
       
 13660 PASS Bug #46115 (Memory leak when calling a method using Reflection) [ext/spl/tests/bug46115.phpt] 
       
 13661 TEST 6907/11218 [ext/spl/tests/bug46160.phpt]
       
 13662 PASS Bug #46160 (SPL - Memory leak when exception is throwed in offsetSet method) [ext/spl/tests/bug46160.phpt] 
       
 13663 TEST 6908/11218 [ext/spl/tests/bug47534.phpt]
       
 13664 PASS SPL: RecursiveDirectoryIterator bug 47534 [ext/spl/tests/bug47534.phpt] 
       
 13665 TEST 6909/11218 [ext/spl/tests/bug48023.phpt]
       
 13666 PASS Bug #48023 (spl_autoload_register didn't addref closures) [ext/spl/tests/bug48023.phpt] 
       
 13667 TEST 6910/11218 [ext/spl/tests/bug48361.phpt]
       
 13668 PASS SPL: Bug #48361 SpleFileInfo::getPathName should return the dirname's path [ext/spl/tests/bug48361.phpt] 
       
 13669 TEST 6911/11218 [ext/spl/tests/bug48493.phpt]
       
 13670 PASS SPL: Bug #48493 spl_autoload_unregister() can't handle prepended functions [ext/spl/tests/bug48493.phpt] 
       
 13671 TEST 6912/11218 [ext/spl/tests/bug49263.phpt]
       
 13672 PASS SPL: SplObjectStorage serialization references [ext/spl/tests/bug49263.phpt] 
       
 13673 TEST 6913/11218 [ext/spl/tests/bug49723.phpt]
       
 13674 PASS LimitIterator: do not seek if not needed [ext/spl/tests/bug49723.phpt] 
       
 13675 TEST 6914/11218 [ext/spl/tests/bug49972.phpt]
       
 13676 PASS Bug #49972 (AppendIterator undefined function crash) [ext/spl/tests/bug49972.phpt] 
       
 13677 TEST 6915/11218 [ext/spl/tests/bug50579.phpt]
       
 13678 PASS Bug #50579 (RegexIterator::REPLACE doesn't work) [ext/spl/tests/bug50579.phpt] 
       
 13679 TEST 6916/11218 [ext/spl/tests/bug51119.phpt]
       
 13680 PASS SPL: LimitIterator zero is valid offset [ext/spl/tests/bug51119.phpt] 
       
 13681 TEST 6917/11218 [ext/spl/tests/bug51374.phpt]
       
 13682 PASS SPL: SplFileObject wrongly initializes objects [ext/spl/tests/bug51374.phpt] 
       
 13683 TEST 6918/11218 [ext/spl/tests/bug51532.phpt]
       
 13684 PASS SPL: Allow valid extension of SplFileObject::fscanf [ext/spl/tests/bug51532.phpt] 
       
 13685 TEST 6919/11218 [ext/spl/tests/bug52238.phpt]
       
 13686 PASS Bug #52238 - Crash when an Exception occured in iterator_to_array [ext/spl/tests/bug52238.phpt] 
       
 13687 TEST 6920/11218 [ext/spl/tests/bug52573.phpt]
       
 13688 PASS Bug #52573 (SplFileObject::fscanf Segmentation fault) [ext/spl/tests/bug52573.phpt] 
       
 13689 TEST 6921/11218 [ext/spl/tests/bug52861.phpt]
       
 13690 PASS Bug #52861 (unset failes with ArrayObject and deep arrays) [ext/spl/tests/bug52861.phpt] 
       
 13691 TEST 6922/11218 [ext/spl/tests/bug53071.phpt]
       
 13692 PASS Bug #53071 (Usage of SPLObjectStorage defeats gc_collect_cycles) [ext/spl/tests/bug53071.phpt] 
       
 13693 TEST 6923/11218 [ext/spl/tests/bug53144.phpt]
       
 13694 PASS Bug #53144 (Segfault in SplObjectStorage::removeAll) [ext/spl/tests/bug53144.phpt] 
       
 13695 TEST 6924/11218 [ext/spl/tests/bug53362.phpt]
       
 13696 PASS Bug #53362 (Segmentation fault when extending SplFixedArray) [ext/spl/tests/bug53362.phpt] 
       
 13697 TEST 6925/11218 [ext/spl/tests/bug53515.phpt]
       
 13698 PASS Bug #53515 (property_exists incorrect on ArrayObject null and 0 values) [ext/spl/tests/bug53515.phpt] 
       
 13699 TEST 6926/11218 [ext/spl/tests/bug54281.phpt]
       
 13700 PASS Bug #54281 (Crash in spl_recursive_it_rewind_ex) [ext/spl/tests/bug54281.phpt] 
       
 13701 TEST 6927/11218 [ext/spl/tests/bug54291.phpt]
       
 13702 PASS Bug #54291 (Crash iterating DirectoryIterator for dir name starting with \0) [ext/spl/tests/bug54291.phpt] 
       
 13703 TEST 6928/11218 [ext/spl/tests/bug54292.phpt]
       
 13704 PASS Bug #54292 (Wrong parameter causes crash in SplFileObject::__construct()) [ext/spl/tests/bug54292.phpt] 
       
 13705 TEST 6929/11218 [ext/spl/tests/bug54304.phpt]
       
 13706 PASS Bug #54304 (Setting replacement value for RegexIterator doesn't work) [ext/spl/tests/bug54304.phpt] 
       
 13707 TEST 6930/11218 [ext/spl/tests/bug54384.phpt]
       
 13708 PASS Bug #54384: Several SPL classes crash when the parent constructor is not called [ext/spl/tests/bug54384.phpt] 
       
 13709 TEST 6931/11218 [ext/spl/tests/bug54970.phpt]
       
 13710 PASS Bug #54970 (SplFixedArray::setSize() isn't resizing) [ext/spl/tests/bug54970.phpt] 
       
 13711 TEST 6932/11218 [ext/spl/tests/bug54971.phpt]
       
 13712 PASS Bug #54971 (Wrong result when using iterator_to_array with use_keys on true) [ext/spl/tests/bug54971.phpt] 
       
 13713 TEST 6933/11218 [ext/spl/tests/bug60082.phpt]
       
 13714 PASS Bug #60082 (100% CPU / when using references with ArrayObject(&$ref)) [ext/spl/tests/bug60082.phpt] 
       
 13715 TEST 6934/11218 [ext/spl/tests/bug61326.phpt]
       
 13716 PASS Bug #61326: ArrayObject comparison [ext/spl/tests/bug61326.phpt] 
       
 13717 TEST 6935/11218 [ext/spl/tests/bug61347.phpt]
       
 13718 PASS Bug #61347 (inconsist isset behavior of Arrayobject) [ext/spl/tests/bug61347.phpt] 
       
 13719 TEST 6936/11218 [ext/spl/tests/bug61418.phpt]
       
 13720 PASS Bug #61418: Segmentation fault using FiltesystemIterator & RegexIterator [ext/spl/tests/bug61418.phpt] 
       
 13721 TEST 6937/11218 [ext/spl/tests/bug62073.phpt]
       
 13722 PASS Bug #62073 (different ways of iterating over an SplMaxHeap result in different keys) [ext/spl/tests/bug62073.phpt] 
       
 13723 TEST 6938/11218 [ext/spl/tests/bug62262.phpt]
       
 13724 PASS Bug #62262: RecursiveArrayIterator does not implement Countable [ext/spl/tests/bug62262.phpt] 
       
 13725 TEST 6939/11218 [ext/spl/tests/bug62616.phpt]
       
 13726 PASS Bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault) [ext/spl/tests/bug62616.phpt] 
       
 13727 TEST 6940/11218 [ext/spl/tests/bug62904.phpt]
       
 13728 PASS Bug #62904 (Crash when cloning an object which inherits SplFixedArray) [ext/spl/tests/bug62904.phpt] 
       
 13729 TEST 6941/11218 [ext/spl/tests/bug62978.phpt]
       
 13730 PASS Bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables) [ext/spl/tests/bug62978.phpt] 
       
 13731 TEST 6942/11218 [ext/spl/tests/bug64023.phpt]
       
 13732 PASS Bug #64023: Overloading __toString() in SplFileInfo has no effect [ext/spl/tests/bug64023.phpt] 
       
 13733 TEST 6943/11218 [ext/spl/tests/bug64106.phpt]
       
 13734 PASS Bug #64106: Segfault on SplFixedArray[][x] = y when extended [ext/spl/tests/bug64106.phpt] 
       
 13735 TEST 6944/11218 [ext/spl/tests/bug64228.phpt]
       
 13736 PASS Bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS) [ext/spl/tests/bug64228.phpt] 
       
 13737 TEST 6945/11218 [ext/spl/tests/bug64264.phpt]
       
 13738 PASS Bug #64264 (SPLFixedArray toArray problem) [ext/spl/tests/bug64264.phpt] 
       
 13739 TEST 6946/11218 [ext/spl/tests/bug66127.phpt]
       
 13740 PASS Bug #66127 (Segmentation fault with ArrayObject unset) [ext/spl/tests/bug66127.phpt] 
       
 13741 TEST 6947/11218 [ext/spl/tests/bug67247.phpt]
       
 13742 PASS Bug #67247 (spl_fixedarray_resize integer overflow) [ext/spl/tests/bug67247.phpt] 
       
 13743 TEST 6948/11218 [ext/spl/tests/bug67359.phpt]
       
 13744 PASS Bug #67359 (Segfault in recursiveDirectoryIterator) [ext/spl/tests/bug67359.phpt] 
       
 13745 TEST 6949/11218 [ext/spl/tests/bug67538.phpt]
       
 13746 PASS Bug #67538 (SPL Iterators use-after-free) [ext/spl/tests/bug67538.phpt] 
       
 13747 TEST 6950/11218 [ext/spl/tests/bug67539.phpt]
       
 13748 PASS Bug #67539 (ArrayIterator use-after-free due to object change during sorting) [ext/spl/tests/bug67539.phpt] 
       
 13749 TEST 6951/11218 [ext/spl/tests/class_implements_basic.phpt]
       
 13750 PASS SPL: Test class_implements() function : basic [ext/spl/tests/class_implements_basic.phpt] 
       
 13751 TEST 6952/11218 [ext/spl/tests/class_implements_basic2.phpt]
       
 13752 PASS SPL: Test class_implements() function : basic [ext/spl/tests/class_implements_basic2.phpt] 
       
 13753 TEST 6953/11218 [ext/spl/tests/class_implements_variation.phpt]
       
 13754 PASS SPL: Test class_implements() function : variation - no interfaces and autoload [ext/spl/tests/class_implements_variation.phpt] 
       
 13755 TEST 6954/11218 [ext/spl/tests/class_implements_variation1.phpt]
       
 13756 PASS SPL: Test class_implements() function : variation [ext/spl/tests/class_implements_variation1.phpt] 
       
 13757 TEST 6955/11218 [ext/spl/tests/class_implements_variation2.phpt]
       
 13758 PASS SPL: Test class_implements() function : variation [ext/spl/tests/class_implements_variation2.phpt] 
       
 13759 TEST 6956/11218 [ext/spl/tests/countable_class_basic1.phpt]
       
 13760 PASS SPL: Test shape of interface Countable. [ext/spl/tests/countable_class_basic1.phpt] 
       
 13761 TEST 6957/11218 [ext/spl/tests/countable_count_variation1.phpt]
       
 13762 PASS SPL: Countable::count() with wrong return types and exception. [ext/spl/tests/countable_count_variation1.phpt] 
       
 13763 TEST 6958/11218 [ext/spl/tests/dit_001.phpt]
       
 13764 PASS SPL: Problem with casting to string [ext/spl/tests/dit_001.phpt] 
       
 13765 TEST 6959/11218 [ext/spl/tests/dit_001_noglob.phpt]
       
 13766 SKIP SPL: Problem with casting to string (no glob version) [ext/spl/tests/dit_001_noglob.phpt] 
       
 13767 TEST 6960/11218 [ext/spl/tests/dit_002.phpt]
       
 13768 PASS SPL: DirectoryIterator defaults [ext/spl/tests/dit_002.phpt] 
       
 13769 TEST 6961/11218 [ext/spl/tests/dit_003.phpt]
       
 13770 PASS SPL: FilesystemIterator and foreach [ext/spl/tests/dit_003.phpt] 
       
 13771 TEST 6962/11218 [ext/spl/tests/dit_004.phpt]
       
 13772 PASS SPL: DirectoryIterator and clone [ext/spl/tests/dit_004.phpt] 
       
 13773 TEST 6963/11218 [ext/spl/tests/dit_005.phpt]
       
 13774 PASS SPL: FilesystemIterator and clone [ext/spl/tests/dit_005.phpt] 
       
 13775 TEST 6964/11218 [ext/spl/tests/dit_006.phpt]
       
 13776 PASS SPL: DirectoryIterator and seek [ext/spl/tests/dit_006.phpt] 
       
 13777 TEST 6965/11218 [ext/spl/tests/dllist_001.phpt]
       
 13778 PASS SPL: DoublyLinkedList: std operations [ext/spl/tests/dllist_001.phpt] 
       
 13779 TEST 6966/11218 [ext/spl/tests/dllist_002.phpt]
       
 13780 PASS SPL: DoublyLinkedList: iterators [ext/spl/tests/dllist_002.phpt] 
       
 13781 TEST 6967/11218 [ext/spl/tests/dllist_003.phpt]
       
 13782 PASS SPL: DoublyLinkedList: iterator modes [ext/spl/tests/dllist_003.phpt] 
       
 13783 TEST 6968/11218 [ext/spl/tests/dllist_004.phpt]
       
 13784 PASS SPL: DoublyLinkedList: Stacks [ext/spl/tests/dllist_004.phpt] 
       
 13785 TEST 6969/11218 [ext/spl/tests/dllist_005.phpt]
       
 13786 PASS SPL: DoublyLinkedList: Queues [ext/spl/tests/dllist_005.phpt] 
       
 13787 TEST 6970/11218 [ext/spl/tests/dllist_006.phpt]
       
 13788 PASS SPL: DoublyLinkedList: ArrayAccess [ext/spl/tests/dllist_006.phpt] 
       
 13789 TEST 6971/11218 [ext/spl/tests/dllist_007.phpt]
       
 13790 PASS SPL: DoublyLinkedList: Iterator [ext/spl/tests/dllist_007.phpt] 
       
 13791 TEST 6972/11218 [ext/spl/tests/dllist_008.phpt]
       
 13792 PASS SPL: SplDoublyLinkedList with overriden count() [ext/spl/tests/dllist_008.phpt] 
       
 13793 TEST 6973/11218 [ext/spl/tests/dllist_010.phpt]
       
 13794 PASS SPL: DoublyLinkedList: prev [ext/spl/tests/dllist_010.phpt] 
       
 13795 TEST 6974/11218 [ext/spl/tests/dllist_011.phpt]
       
 13796 PASS SPL: DoublyLinkedList: prev [ext/spl/tests/dllist_011.phpt] 
       
 13797 TEST 6975/11218 [ext/spl/tests/dllist_012.phpt]
       
 13798 PASS SPL: DoublyLinkedList: recursive var_dump [ext/spl/tests/dllist_012.phpt] 
       
 13799 TEST 6976/11218 [ext/spl/tests/dllist_memleak.phpt]
       
 13800 PASS SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element [ext/spl/tests/dllist_memleak.phpt] 
       
 13801 TEST 6977/11218 [ext/spl/tests/fileobject_001.phpt]
       
 13802 PASS SPL: SplFileObject::seek'ing [ext/spl/tests/fileobject_001.phpt] 
       
 13803 TEST 6978/11218 [ext/spl/tests/fileobject_002.phpt]
       
 13804 PASS SPL: SplFileObject::fgetc [ext/spl/tests/fileobject_002.phpt] 
       
 13805 TEST 6979/11218 [ext/spl/tests/fileobject_003.phpt]
       
 13806 PASS SPL: SplFileInfo cloning [ext/spl/tests/fileobject_003.phpt] 
       
 13807 TEST 6980/11218 [ext/spl/tests/fileobject_004.phpt]
       
 13808 PASS SPL: SplFileObject realpath and include_path [ext/spl/tests/fileobject_004.phpt] 
       
 13809 TEST 6981/11218 [ext/spl/tests/fileobject_005.phpt]
       
 13810 PASS SPL: SplFileObject truncate tests [ext/spl/tests/fileobject_005.phpt] 
       
 13811 TEST 6982/11218 [ext/spl/tests/fileobject_checktype_basic.phpt]
       
 13812 PASS SPL: SplFileObject::isFile/isDir/isLink [ext/spl/tests/fileobject_checktype_basic.phpt] 
       
 13813 TEST 6983/11218 [ext/spl/tests/fileobject_getbasename_basic.phpt]
       
 13814 PASS SPL: SplFileObject::getBasename [ext/spl/tests/fileobject_getbasename_basic.phpt] 
       
 13815 TEST 6984/11218 [ext/spl/tests/fileobject_getcurrentline_basic.phpt]
       
 13816 PASS SPL: SplFileObject::getCurrentLine [ext/spl/tests/fileobject_getcurrentline_basic.phpt] 
       
 13817 TEST 6985/11218 [ext/spl/tests/fileobject_getfileinfo_basic.phpt]
       
 13818 PASS SPL: SplFileObject::getFileInfo [ext/spl/tests/fileobject_getfileinfo_basic.phpt] 
       
 13819 TEST 6986/11218 [ext/spl/tests/fileobject_getmaxlinelen_basic.phpt]
       
 13820 PASS SPL: SplFileObject::getMaxLineLen() [ext/spl/tests/fileobject_getmaxlinelen_basic.phpt] 
       
 13821 TEST 6987/11218 [ext/spl/tests/fileobject_getsize_basic.phpt]
       
 13822 PASS SPL: SplFileObject::getSize [ext/spl/tests/fileobject_getsize_basic.phpt] 
       
 13823 TEST 6988/11218 [ext/spl/tests/fileobject_setmaxlinelen_basic.phpt]
       
 13824 PASS SPL: SplFileObject::setMaxLineLen [ext/spl/tests/fileobject_setmaxlinelen_basic.phpt] 
       
 13825 TEST 6989/11218 [ext/spl/tests/fixedarray_001.phpt]
       
 13826 PASS SPL: FixedArray: std operations [ext/spl/tests/fixedarray_001.phpt] 
       
 13827 TEST 6990/11218 [ext/spl/tests/fixedarray_002.phpt]
       
 13828 PASS SPL: FixedArray: overloading [ext/spl/tests/fixedarray_002.phpt] 
       
 13829 TEST 6991/11218 [ext/spl/tests/fixedarray_003.phpt]
       
 13830 PASS SPL: FixedArray: Iterators [ext/spl/tests/fixedarray_003.phpt] 
       
 13831 TEST 6992/11218 [ext/spl/tests/fixedarray_004.phpt]
       
 13832 PASS SPL: FixedArray: adding new elements [ext/spl/tests/fixedarray_004.phpt] 
       
 13833 TEST 6993/11218 [ext/spl/tests/fixedarray_005.phpt]
       
 13834 PASS SPL: FixedArray: Trying to instantiate passing object to constructor parameter [ext/spl/tests/fixedarray_005.phpt] 
       
 13835 TEST 6994/11218 [ext/spl/tests/fixedarray_006.phpt]
       
 13836 PASS SPL: FixedArray: Assigning objects [ext/spl/tests/fixedarray_006.phpt] 
       
 13837 TEST 6995/11218 [ext/spl/tests/fixedarray_007.phpt]
       
 13838 PASS SPL: FixedArray: Assigning the itself object [ext/spl/tests/fixedarray_007.phpt] 
       
 13839 TEST 6996/11218 [ext/spl/tests/fixedarray_008.phpt]
       
 13840 PASS SPL: FixedArray: Assigning the itself object testing the reference [ext/spl/tests/fixedarray_008.phpt] 
       
 13841 TEST 6997/11218 [ext/spl/tests/fixedarray_009.phpt]
       
 13842 PASS SPL: FixedArray: Trying to instantiate passing string to construtor parameter [ext/spl/tests/fixedarray_009.phpt] 
       
 13843 TEST 6998/11218 [ext/spl/tests/fixedarray_010.phpt]
       
 13844 PASS SPL: FixedArray: Setting size [ext/spl/tests/fixedarray_010.phpt] 
       
 13845 TEST 6999/11218 [ext/spl/tests/fixedarray_011.phpt]
       
 13846 PASS SPL: FixedArray: Testing setSize() with NULL [ext/spl/tests/fixedarray_011.phpt] 
       
 13847 TEST 7000/11218 [ext/spl/tests/fixedarray_012.phpt]
       
 13848 PASS SPL: FixedArray: Assigning the object to another variable using [] [ext/spl/tests/fixedarray_012.phpt] 
       
 13849 TEST 7001/11218 [ext/spl/tests/fixedarray_013.phpt]
       
 13850 PASS SPL: FixedArray: Passing the object using [] as parameter [ext/spl/tests/fixedarray_013.phpt] 
       
 13851 TEST 7002/11218 [ext/spl/tests/fixedarray_014.phpt]
       
 13852 PASS SPL: FixedArray: Trying to access inexistent item [ext/spl/tests/fixedarray_014.phpt] 
       
 13853 TEST 7003/11218 [ext/spl/tests/fixedarray_015.phpt]
       
 13854 PASS SPL: FixedArray: accessing uninitialized array [ext/spl/tests/fixedarray_015.phpt] 
       
 13855 TEST 7004/11218 [ext/spl/tests/fixedarray_016.phpt]
       
 13856 PASS SPL: FixedArray: var_dump [ext/spl/tests/fixedarray_016.phpt] 
       
 13857 TEST 7005/11218 [ext/spl/tests/fixedarray_017.phpt]
       
 13858 PASS SPL: FixedArray: var_dump [ext/spl/tests/fixedarray_017.phpt] 
       
 13859 TEST 7006/11218 [ext/spl/tests/fixedarray_018.phpt]
       
 13860 PASS SPL: FixedArray: overriden count() [ext/spl/tests/fixedarray_018.phpt] 
       
 13861 TEST 7007/11218 [ext/spl/tests/fixedarray_019.phpt]
       
 13862 PASS SPL: FixedArray: overriden iterator methods [ext/spl/tests/fixedarray_019.phpt] 
       
 13863 TEST 7008/11218 [ext/spl/tests/fixedarray_020.phpt]
       
 13864 PASS SPL: FixedArray: fromArray/toArray + get_properties [ext/spl/tests/fixedarray_020.phpt] 
       
 13865 TEST 7009/11218 [ext/spl/tests/fixedarray_021.phpt]
       
 13866 PASS SPL: FixedArray: misc small tests [ext/spl/tests/fixedarray_021.phpt] 
       
 13867 TEST 7010/11218 [ext/spl/tests/heap_001.phpt]
       
 13868 PASS SPL: SplMaxHeap: std operations [ext/spl/tests/heap_001.phpt] 
       
 13869 TEST 7011/11218 [ext/spl/tests/heap_002.phpt]
       
 13870 PASS SPL: SplMinHeap: std operations [ext/spl/tests/heap_002.phpt] 
       
 13871 TEST 7012/11218 [ext/spl/tests/heap_003.phpt]
       
 13872 PASS SPL: SplHeap: comparison callback [ext/spl/tests/heap_003.phpt] 
       
 13873 TEST 7013/11218 [ext/spl/tests/heap_004.phpt]
       
 13874 PASS SPL: SplHeap: exceptions [ext/spl/tests/heap_004.phpt] 
       
 13875 TEST 7014/11218 [ext/spl/tests/heap_005.phpt]
       
 13876 PASS SPL: SplMinHeap: large unordered input iterated [ext/spl/tests/heap_005.phpt] 
       
 13877 TEST 7015/11218 [ext/spl/tests/heap_006.phpt]
       
 13878 PASS SPL: SplMaxHeap: large unordered input iterated [ext/spl/tests/heap_006.phpt] 
       
 13879 TEST 7016/11218 [ext/spl/tests/heap_007.phpt]
       
 13880 PASS SPL: SplHeap: iteration through methods [ext/spl/tests/heap_007.phpt] 
       
 13881 TEST 7017/11218 [ext/spl/tests/heap_008.phpt]
       
 13882 PASS SPL: SplHeap: var_dump [ext/spl/tests/heap_008.phpt] 
       
 13883 TEST 7018/11218 [ext/spl/tests/heap_009.phpt]
       
 13884 PASS SPL: SplHeap and friends, throw: An iterator cannot be used with foreach by reference [ext/spl/tests/heap_009.phpt] 
       
 13885 TEST 7019/11218 [ext/spl/tests/heap_010.phpt]
       
 13886 PASS SPL: SplHeap with overriden count() [ext/spl/tests/heap_010.phpt] 
       
 13887 TEST 7020/11218 [ext/spl/tests/heap_011.phpt]
       
 13888 PASS SPL: SplHeap with overriden compare() [ext/spl/tests/heap_011.phpt] 
       
 13889 TEST 7021/11218 [ext/spl/tests/heap_012.phpt]
       
 13890 PASS SPL: SplHeap recursive var_dump [ext/spl/tests/heap_012.phpt] 
       
 13891 TEST 7022/11218 [ext/spl/tests/heap_corruption.phpt]
       
 13892 PASS SPL: SplHeap - heap corruption via compare exception (with top element deletion) [ext/spl/tests/heap_corruption.phpt] 
       
 13893 TEST 7023/11218 [ext/spl/tests/heap_current_variation_001.phpt]
       
 13894 PASS SPL: SplHeap::current - get current value from empty heap [ext/spl/tests/heap_current_variation_001.phpt] 
       
 13895 TEST 7024/11218 [ext/spl/tests/heap_isempty_variation_001.phpt]
       
 13896 PASS SPL: SplHeap: isEmpty argument variation. [ext/spl/tests/heap_isempty_variation_001.phpt] 
       
 13897 TEST 7025/11218 [ext/spl/tests/heap_it_current_empty.phpt]
       
 13898 PASS SPL: SplHeap current, check looping through an empty heap gives you no values [ext/spl/tests/heap_it_current_empty.phpt] 
       
 13899 TEST 7026/11218 [ext/spl/tests/heap_top_variation_001.phpt]
       
 13900 PASS SPL: SplHeap top, illegal number of args [ext/spl/tests/heap_top_variation_001.phpt] 
       
 13901 TEST 7027/11218 [ext/spl/tests/heap_top_variation_002.phpt]
       
 13902 PASS SPL: SplHeap top, corrupted heap [ext/spl/tests/heap_top_variation_002.phpt] 
       
 13903 TEST 7028/11218 [ext/spl/tests/heap_top_variation_003.phpt]
       
 13904 PASS SPL: SplHeap top of empty heap [ext/spl/tests/heap_top_variation_003.phpt] 
       
 13905 TEST 7029/11218 [ext/spl/tests/iterator_001.phpt]
       
 13906 PASS SPL: Iterator aggregating inner iterator's methods [ext/spl/tests/iterator_001.phpt] 
       
 13907 TEST 7030/11218 [ext/spl/tests/iterator_002.phpt]
       
 13908 PASS SPL: Iterator using getInnerIterator [ext/spl/tests/iterator_002.phpt] 
       
 13909 TEST 7031/11218 [ext/spl/tests/iterator_003.phpt]
       
 13910 PASS SPL: CachingIterator and __toString() [ext/spl/tests/iterator_003.phpt] 
       
 13911 TEST 7032/11218 [ext/spl/tests/iterator_004.phpt]
       
 13912 PASS SPL: SeekableIterator and string keys [ext/spl/tests/iterator_004.phpt] 
       
 13913 TEST 7033/11218 [ext/spl/tests/iterator_005.phpt]
       
 13914 PASS SPL: IteratorIterator and ArrayIterator/Object [ext/spl/tests/iterator_005.phpt] 
       
 13915 TEST 7034/11218 [ext/spl/tests/iterator_006.phpt]
       
 13916 PASS SPL: IteratorIterator and SimpleXMlElement [ext/spl/tests/iterator_006.phpt] 
       
 13917 TEST 7035/11218 [ext/spl/tests/iterator_007.phpt]
       
 13918 PASS SPL: NoRewindIterator [ext/spl/tests/iterator_007.phpt] 
       
 13919 TEST 7036/11218 [ext/spl/tests/iterator_008.phpt]
       
 13920 PASS SPL: InfiniteIterator [ext/spl/tests/iterator_008.phpt] 
       
 13921 TEST 7037/11218 [ext/spl/tests/iterator_009.phpt]
       
 13922 PASS SPL: EmptyIterator [ext/spl/tests/iterator_009.phpt] 
       
 13923 TEST 7038/11218 [ext/spl/tests/iterator_010.phpt]
       
 13924 PASS SPL: EmptyIterator [ext/spl/tests/iterator_010.phpt] 
       
 13925 TEST 7039/11218 [ext/spl/tests/iterator_011.phpt]
       
 13926 PASS SPL: InfiniteIterator [ext/spl/tests/iterator_011.phpt] 
       
 13927 TEST 7040/11218 [ext/spl/tests/iterator_012.phpt]
       
 13928 PASS SPL: NoRewindIterator [ext/spl/tests/iterator_012.phpt] 
       
 13929 TEST 7041/11218 [ext/spl/tests/iterator_013.phpt]
       
 13930 PASS SPL: AppendIterator [ext/spl/tests/iterator_013.phpt] 
       
 13931 TEST 7042/11218 [ext/spl/tests/iterator_014.phpt]
       
 13932 PASS SPL: RecursiveIteratorIterator and beginChildren/endChildren [ext/spl/tests/iterator_014.phpt] 
       
 13933 TEST 7043/11218 [ext/spl/tests/iterator_015.phpt]
       
 13934 PASS SPL: RecursiveIteratorIterator and beginChildren/endChildren [ext/spl/tests/iterator_015.phpt] 
       
 13935 TEST 7044/11218 [ext/spl/tests/iterator_016.phpt]
       
 13936 PASS SPL: RecursiveIteratorIterator and beginChildren/endChildren [ext/spl/tests/iterator_016.phpt] 
       
 13937 TEST 7045/11218 [ext/spl/tests/iterator_017.phpt]
       
 13938 PASS SPL: EmptyIterator [ext/spl/tests/iterator_017.phpt] 
       
 13939 TEST 7046/11218 [ext/spl/tests/iterator_018.phpt]
       
 13940 PASS SPL: InfiniteIterator [ext/spl/tests/iterator_018.phpt] 
       
 13941 TEST 7047/11218 [ext/spl/tests/iterator_019.phpt]
       
 13942 PASS SPL: NoRewindIterator [ext/spl/tests/iterator_019.phpt] 
       
 13943 TEST 7048/11218 [ext/spl/tests/iterator_020.phpt]
       
 13944 PASS SPL: AppendIterator [ext/spl/tests/iterator_020.phpt] 
       
 13945 TEST 7049/11218 [ext/spl/tests/iterator_021.phpt]
       
 13946 PASS SPL: RecursiveIteratorIterator and hasChildren [ext/spl/tests/iterator_021.phpt] 
       
 13947 TEST 7050/11218 [ext/spl/tests/iterator_022.phpt]
       
 13948 PASS SPL: RecursiveIteratorIterator and callHasChildren/callGetChildren [ext/spl/tests/iterator_022.phpt] 
       
 13949 TEST 7051/11218 [ext/spl/tests/iterator_023.phpt]
       
 13950 PASS SPL: RecursiveIteratorIterator and catch getChildren [ext/spl/tests/iterator_023.phpt] 
       
 13951 TEST 7052/11218 [ext/spl/tests/iterator_024.phpt]
       
 13952 PASS SPL: RecursiveIteratorIterator with custom iterator class [ext/spl/tests/iterator_024.phpt] 
       
 13953 TEST 7053/11218 [ext/spl/tests/iterator_025.phpt]
       
 13954 PASS SPL: RecursiveIteratorIterator and begin/endIteration() [ext/spl/tests/iterator_025.phpt] 
       
 13955 TEST 7054/11218 [ext/spl/tests/iterator_026.phpt]
       
 13956 PASS SPL: CachingIterator::hasNext() [ext/spl/tests/iterator_026.phpt] 
       
 13957 TEST 7055/11218 [ext/spl/tests/iterator_027.phpt]
       
 13958 PASS SPL: CachingIterator::FULL_CACHE [ext/spl/tests/iterator_027.phpt] 
       
 13959 TEST 7056/11218 [ext/spl/tests/iterator_028.phpt]
       
 13960 PASS SPL: RecursiveIteratorIterator and setMaxDepth() [ext/spl/tests/iterator_028.phpt] 
       
 13961 TEST 7057/11218 [ext/spl/tests/iterator_029.phpt]
       
 13962 PASS SPL: RegexIterator [ext/spl/tests/iterator_029.phpt] 
       
 13963 TEST 7058/11218 [ext/spl/tests/iterator_030.phpt]
       
 13964 PASS SPL: EmptyIterator access [ext/spl/tests/iterator_030.phpt] 
       
 13965 TEST 7059/11218 [ext/spl/tests/iterator_031.phpt]
       
 13966 PASS SPL: AppendIterator::append() rewinds when neccessary [ext/spl/tests/iterator_031.phpt] 
       
 13967 TEST 7060/11218 [ext/spl/tests/iterator_032.phpt]
       
 13968 PASS SPL: LimitIterator::getPosition() [ext/spl/tests/iterator_032.phpt] 
       
 13969 TEST 7061/11218 [ext/spl/tests/iterator_033.phpt]
       
 13970 PASS SPL: ParentIterator [ext/spl/tests/iterator_033.phpt] 
       
 13971 TEST 7062/11218 [ext/spl/tests/iterator_034.phpt]
       
 13972 PASS SPL: RecursiveIteratorIterator and break deep [ext/spl/tests/iterator_034.phpt] 
       
 13973 TEST 7063/11218 [ext/spl/tests/iterator_035.phpt]
       
 13974 PASS SPL: ArrayIterator and values assigned by reference [ext/spl/tests/iterator_035.phpt] 
       
 13975 TEST 7064/11218 [ext/spl/tests/iterator_036.phpt]
       
 13976 PASS SPL: CachingIterator and __toString and flags = 0 [ext/spl/tests/iterator_036.phpt] 
       
 13977 TEST 7065/11218 [ext/spl/tests/iterator_037.phpt]
       
 13978 PASS SPL: CachingIterator and __toString [ext/spl/tests/iterator_037.phpt] 
       
 13979 TEST 7066/11218 [ext/spl/tests/iterator_038.phpt]
       
 13980 PASS SPL: RoRewindIterator and string keys [ext/spl/tests/iterator_038.phpt] 
       
 13981 TEST 7067/11218 [ext/spl/tests/iterator_039.phpt]
       
 13982 PASS SPL: LimitIterator and backward seeking [ext/spl/tests/iterator_039.phpt] 
       
 13983 TEST 7068/11218 [ext/spl/tests/iterator_040.phpt]
       
 13984 PASS SPL: RecursiveFilterIterator [ext/spl/tests/iterator_040.phpt] 
       
 13985 TEST 7069/11218 [ext/spl/tests/iterator_041.phpt]
       
 13986 PASS SPL: iterator_to_array() and exceptions [ext/spl/tests/iterator_041.phpt] 
       
 13987 TEST 7070/11218 [ext/spl/tests/iterator_041a.phpt]
       
 13988 PASS SPL: iterator_to_array() and exceptions from destruct [ext/spl/tests/iterator_041a.phpt] 
       
 13989 TEST 7071/11218 [ext/spl/tests/iterator_041b.phpt]
       
 13990 PASS SPL: iterator_to_array() and exceptions from delayed destruct [ext/spl/tests/iterator_041b.phpt] 
       
 13991 TEST 7072/11218 [ext/spl/tests/iterator_042.phpt]
       
 13992 PASS SPL: AppendIterator and its ArrayIterator [ext/spl/tests/iterator_042.phpt] 
       
 13993 TEST 7073/11218 [ext/spl/tests/iterator_043.phpt]
       
 13994 PASS SPL: RecursiveCachingIterator and uninitialized getChildren() [ext/spl/tests/iterator_043.phpt] 
       
 13995 TEST 7074/11218 [ext/spl/tests/iterator_044.phpt]
       
 13996 PASS SPL: CachingIterator and offsetGet/Exists using flag FULL_CACHE [ext/spl/tests/iterator_044.phpt] 
       
 13997 TEST 7075/11218 [ext/spl/tests/iterator_045.phpt]
       
 13998 PASS SPL: CachingIterator and offsetSet/Unset, getCache using flag FULL_CACHE [ext/spl/tests/iterator_045.phpt] 
       
 13999 TEST 7076/11218 [ext/spl/tests/iterator_046.phpt]
       
 14000 PASS SPL: CachingIterator and __toString using bypassed string keys [ext/spl/tests/iterator_046.phpt] 
       
 14001 TEST 7077/11218 [ext/spl/tests/iterator_047.phpt]
       
 14002 PASS SPL: RecursiveCachingIterator and exception in has/getChildren [ext/spl/tests/iterator_047.phpt] 
       
 14003 TEST 7078/11218 [ext/spl/tests/iterator_048.phpt]
       
 14004 PASS SPL: RecursiveRegexIterator and exception in has/getChildren [ext/spl/tests/iterator_048.phpt] 
       
 14005 TEST 7079/11218 [ext/spl/tests/iterator_049.phpt]
       
 14006 PASS SPL: ArrayIterator with NULL key [ext/spl/tests/iterator_049.phpt] 
       
 14007 TEST 7080/11218 [ext/spl/tests/iterator_049b.phpt]
       
 14008 PASS SPL: ArrayIterator with NULL key [ext/spl/tests/iterator_049b.phpt] 
       
 14009 TEST 7081/11218 [ext/spl/tests/iterator_050.phpt]
       
 14010 PASS SPL: RegexIterator::GET_MATCH [ext/spl/tests/iterator_050.phpt] 
       
 14011 TEST 7082/11218 [ext/spl/tests/iterator_051.phpt]
       
 14012 PASS SPL: RegexIterator::GET_MATCH, USE_KEY [ext/spl/tests/iterator_051.phpt] 
       
 14013 TEST 7083/11218 [ext/spl/tests/iterator_052.phpt]
       
 14014 PASS SPL: RegexIterator::ALL_MATCHES [ext/spl/tests/iterator_052.phpt] 
       
 14015 TEST 7084/11218 [ext/spl/tests/iterator_053.phpt]
       
 14016 PASS SPL: RegexIterator::ALL_MATCHES [ext/spl/tests/iterator_053.phpt] 
       
 14017 TEST 7085/11218 [ext/spl/tests/iterator_054.phpt]
       
 14018 PASS SPL: RegexIterator::SPLIT [ext/spl/tests/iterator_054.phpt] 
       
 14019 TEST 7086/11218 [ext/spl/tests/iterator_055.phpt]
       
 14020 PASS SPL: RegexIterator::SPLIT, USE_KEY [ext/spl/tests/iterator_055.phpt] 
       
 14021 TEST 7087/11218 [ext/spl/tests/iterator_056.phpt]
       
 14022 PASS SPL: FilterIterator::__construct(void) [ext/spl/tests/iterator_056.phpt] 
       
 14023 TEST 7088/11218 [ext/spl/tests/iterator_057.phpt]
       
 14024 PASS SPL: ArrayIterator::__construct(void) [ext/spl/tests/iterator_057.phpt] 
       
 14025 TEST 7089/11218 [ext/spl/tests/iterator_058.phpt]
       
 14026 PASS SPL: Iterator::__construct(void) [ext/spl/tests/iterator_058.phpt] 
       
 14027 TEST 7090/11218 [ext/spl/tests/iterator_059.phpt]
       
 14028 PASS SPL: CachingIterator::__construct(void) [ext/spl/tests/iterator_059.phpt] 
       
 14029 TEST 7091/11218 [ext/spl/tests/iterator_060.phpt]
       
 14030 PASS SPL: RecursiveCachingIterator::__construct(void) [ext/spl/tests/iterator_060.phpt] 
       
 14031 TEST 7092/11218 [ext/spl/tests/iterator_061.phpt]
       
 14032 PASS SPL: ParentIterator::__construct(void) [ext/spl/tests/iterator_061.phpt] 
       
 14033 TEST 7093/11218 [ext/spl/tests/iterator_062.phpt]
       
 14034 PASS SPL: RecursiveIteratorIterator::__construct(void) [ext/spl/tests/iterator_062.phpt] 
       
 14035 TEST 7094/11218 [ext/spl/tests/iterator_063.phpt]
       
 14036 PASS SPL: LimitIterator::__construct(void) [ext/spl/tests/iterator_063.phpt] 
       
 14037 TEST 7095/11218 [ext/spl/tests/iterator_064.phpt]
       
 14038 PASS SPL: CachingIterator::__construct(void) [ext/spl/tests/iterator_064.phpt] 
       
 14039 TEST 7096/11218 [ext/spl/tests/iterator_065.phpt]
       
 14040 PASS SPL: RecursiveCachingIterator::__construct(void) [ext/spl/tests/iterator_065.phpt] 
       
 14041 TEST 7097/11218 [ext/spl/tests/iterator_066.phpt]
       
 14042 PASS SPL: NoRewindIterator::__construct(void) [ext/spl/tests/iterator_066.phpt] 
       
 14043 TEST 7098/11218 [ext/spl/tests/iterator_067.phpt]
       
 14044 PASS SPL: AppendIterator::__construct(void) [ext/spl/tests/iterator_067.phpt] 
       
 14045 TEST 7099/11218 [ext/spl/tests/iterator_068.phpt]
       
 14046 PASS SPL: Iterator: Overloaded object and destruction [ext/spl/tests/iterator_068.phpt] 
       
 14047 TEST 7100/11218 [ext/spl/tests/iterator_069.phpt]
       
 14048 PASS SPL: RecursiveIteratorIterator cannot be used with foreach by reference [ext/spl/tests/iterator_069.phpt] 
       
 14049 TEST 7101/11218 [ext/spl/tests/iterator_070.phpt]
       
 14050 PASS SPL: RecursiveIteratorIterator - Ensure that non-overriden methods execute problem free. [ext/spl/tests/iterator_070.phpt] 
       
 14051 TEST 7102/11218 [ext/spl/tests/iterator_071.phpt]
       
 14052 PASS SPL: RecursiveIteratorIterator - Test where the case is RS_SELF and mode is CHILD_FIRST [ext/spl/tests/iterator_071.phpt] 
       
 14053 TEST 7103/11218 [ext/spl/tests/iterator_count.phpt]
       
 14054 PASS SPL: iterator_count() exceptions test [ext/spl/tests/iterator_count.phpt] 
       
 14055 TEST 7104/11218 [ext/spl/tests/iterator_to_array.phpt]
       
 14056 PASS SPL: iterator_to_array() exceptions test [ext/spl/tests/iterator_to_array.phpt] 
       
 14057 TEST 7105/11218 [ext/spl/tests/limititerator_seek.phpt]
       
 14058 PASS SPL: LimitIterator seek() arguments [ext/spl/tests/limititerator_seek.phpt] 
       
 14059 TEST 7106/11218 [ext/spl/tests/multiple_iterator_001.phpt]
       
 14060 PASS SPL: MultipleIterator [ext/spl/tests/multiple_iterator_001.phpt] 
       
 14061 TEST 7107/11218 [ext/spl/tests/observer_001.phpt]
       
 14062 PASS SPL: SplObserver and SplSubject (empty notify) [ext/spl/tests/observer_001.phpt] 
       
 14063 TEST 7108/11218 [ext/spl/tests/observer_002.phpt]
       
 14064 PASS SPL: SplObjectStorage [ext/spl/tests/observer_002.phpt] 
       
 14065 TEST 7109/11218 [ext/spl/tests/observer_003.phpt]
       
 14066 PASS SPL: SplObjectStorage serialization [ext/spl/tests/observer_003.phpt] 
       
 14067 TEST 7110/11218 [ext/spl/tests/observer_004.phpt]
       
 14068 PASS SPL: SplObjectStorage serialization & overloading [ext/spl/tests/observer_004.phpt] 
       
 14069 TEST 7111/11218 [ext/spl/tests/observer_005.phpt]
       
 14070 PASS SPL: SplObjectStorage serialization & visibility [ext/spl/tests/observer_005.phpt] 
       
 14071 TEST 7112/11218 [ext/spl/tests/observer_006.phpt]
       
 14072 PASS SPL: SplObjectStorage with accociatied information [ext/spl/tests/observer_006.phpt] 
       
 14073 TEST 7113/11218 [ext/spl/tests/observer_007.phpt]
       
 14074 PASS SPL: SplObjectStorage comapred with == [ext/spl/tests/observer_007.phpt] 
       
 14075 TEST 7114/11218 [ext/spl/tests/observer_008.phpt]
       
 14076 PASS SPL: SplObjectStorage addAll/removeAll [ext/spl/tests/observer_008.phpt] 
       
 14077 TEST 7115/11218 [ext/spl/tests/observer_009.phpt]
       
 14078 PASS SPL: SplObjectStorage addAll/removeAll [ext/spl/tests/observer_009.phpt] 
       
 14079 TEST 7116/11218 [ext/spl/tests/pqueue_001.phpt]
       
 14080 PASS SPL: SplPriorityQueue: std operations and extract flags [ext/spl/tests/pqueue_001.phpt] 
       
 14081 TEST 7117/11218 [ext/spl/tests/pqueue_002.phpt]
       
 14082 PASS SPL: SplPriorityQueue: exceptions [ext/spl/tests/pqueue_002.phpt] 
       
 14083 TEST 7118/11218 [ext/spl/tests/pqueue_003.phpt]
       
 14084 PASS SPL: SplPriorityQueue: iteration through methods [ext/spl/tests/pqueue_003.phpt] 
       
 14085 TEST 7119/11218 [ext/spl/tests/pqueue_004.phpt]
       
 14086 PASS SPL: SplPriorityQueue: var_dump [ext/spl/tests/pqueue_004.phpt] 
       
 14087 TEST 7120/11218 [ext/spl/tests/pqueue_compare_basic.phpt]
       
 14088 PASS SPL: SplPriorityQueue: test compare [ext/spl/tests/pqueue_compare_basic.phpt] 
       
 14089 TEST 7121/11218 [ext/spl/tests/pqueue_compare_error.phpt]
       
 14090 PASS SPL: Priority queue compare, illegal number of args [ext/spl/tests/pqueue_compare_error.phpt] 
       
 14091 TEST 7122/11218 [ext/spl/tests/pqueue_current_error.phpt]
       
 14092 PASS SPL: SplPriorityQueue current on empty queue should give null [ext/spl/tests/pqueue_current_error.phpt] 
       
 14093 TEST 7123/11218 [ext/spl/tests/recursiveIteratorIterator_beginchildren_error.phpt]
       
 14094 PASS SPL: RecursiveIteratorIterator - Exception thrown in beginchildren which should be handled in next() [ext/spl/tests/recursiveIteratorIterator_beginchildren_error.phpt] 
       
 14095 TEST 7124/11218 [ext/spl/tests/recursiveIteratorIterator_callHasChildren_error.phpt]
       
 14096 PASS SPL: RecursiveIteratorIterator - Exception thrown in callHasChildren which should be handled in next() [ext/spl/tests/recursiveIteratorIterator_callHasChildren_error.phpt] 
       
 14097 TEST 7125/11218 [ext/spl/tests/recursiveIteratorIterator_endchildren_error.phpt]
       
 14098 PASS SPL: RecursiveIteratorIterator - Exception thrown in endchildren which should be handled in next() [ext/spl/tests/recursiveIteratorIterator_endchildren_error.phpt] 
       
 14099 TEST 7126/11218 [ext/spl/tests/recursiveIteratorIterator_nextelement_error.phpt]
       
 14100 PASS SPL: RecursiveIteratorIterator - Exception thrown in nextelement which should be handled in next() [ext/spl/tests/recursiveIteratorIterator_nextelement_error.phpt] 
       
 14101 TEST 7127/11218 [ext/spl/tests/recursive_tree_iterator_001.phpt]
       
 14102 PASS SPL: RecursiveTreeIterator [ext/spl/tests/recursive_tree_iterator_001.phpt] 
       
 14103 TEST 7128/11218 [ext/spl/tests/recursive_tree_iterator_002.phpt]
       
 14104 PASS SPL: RecursiveTreeIterator(void) [ext/spl/tests/recursive_tree_iterator_002.phpt] 
       
 14105 TEST 7129/11218 [ext/spl/tests/recursive_tree_iterator_003.phpt]
       
 14106 PASS SPL: RecursiveTreeIterator(non-traversable) [ext/spl/tests/recursive_tree_iterator_003.phpt] 
       
 14107 TEST 7130/11218 [ext/spl/tests/recursive_tree_iterator_004.phpt]
       
 14108 PASS SPL: RecursiveTreeIterator methods [ext/spl/tests/recursive_tree_iterator_004.phpt] 
       
 14109 TEST 7131/11218 [ext/spl/tests/recursive_tree_iterator_005.phpt]
       
 14110 PASS SPL: RecursiveTreeIterator and binary vs unicode (PHP 6.0+) [ext/spl/tests/recursive_tree_iterator_005.phpt] 
       
 14111 TEST 7132/11218 [ext/spl/tests/recursive_tree_iterator_006.phpt]
       
 14112 PASS SPL: RecursiveTreeIterator and IteratorAggregate [ext/spl/tests/recursive_tree_iterator_006.phpt] 
       
 14113 TEST 7133/11218 [ext/spl/tests/recursive_tree_iterator_007.phpt]
       
 14114 PASS SPL: RecursiveTreeIterator and Exception from getEntry() [ext/spl/tests/recursive_tree_iterator_007.phpt] 
       
 14115 TEST 7134/11218 [ext/spl/tests/recursive_tree_iterator_008.phpt]
       
 14116 PASS SPL: RecursiveTreeIterator::setPrefixPart() [ext/spl/tests/recursive_tree_iterator_008.phpt] 
       
 14117 TEST 7135/11218 [ext/spl/tests/recursive_tree_iterator_setprefixpart.phpt]
       
 14118 PASS SPL: RecursiveTreeIterator::setPrefixPart() Test arguments [ext/spl/tests/recursive_tree_iterator_setprefixpart.phpt] 
       
 14119 TEST 7136/11218 [ext/spl/tests/recursiveiteratoriterator_beginiteration_basic.phpt]
       
 14120 PASS SPL: RecursiveIteratorIterator::beginIteration() is called by RecursiveIteratorIterator::rewind() [ext/spl/tests/recursiveiteratoriterator_beginiteration_basic.phpt] 
       
 14121 TEST 7137/11218 [ext/spl/tests/recursiveiteratoriterator_enditeration_basic.phpt]
       
 14122 PASS SPL: RecursiveIteratorIterator::endIteration() is called when ::valid() first returns false [ext/spl/tests/recursiveiteratoriterator_enditeration_basic.phpt] 
       
 14123 TEST 7138/11218 [ext/spl/tests/recursiveiteratoriterator_getsubiterator_basic.phpt]
       
 14124 PASS SPL: RecursiveIteratorIterator::getSubIterator() returns iterator passed in constructor [ext/spl/tests/recursiveiteratoriterator_getsubiterator_basic.phpt] 
       
 14125 TEST 7139/11218 [ext/spl/tests/recursiveiteratoriterator_getsubiterator_error.phpt]
       
 14126 PASS SPL: RecursiveIteratorIterator::getSubIterator() expects at most 1 parameter [ext/spl/tests/recursiveiteratoriterator_getsubiterator_error.phpt] 
       
 14127 TEST 7140/11218 [ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation.phpt]
       
 14128 PASS SPL: RecursiveIteratorIterator::getSubIterator() returns different iterators depending on the current element [ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation.phpt] 
       
 14129 TEST 7141/11218 [ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_002.phpt]
       
 14130 PASS SPL: RecursiveIteratorIterator::getSubIterator() returns NULL if there's no current element [ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_002.phpt] 
       
 14131 TEST 7142/11218 [ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_003.phpt]
       
 14132 PASS SPL: RecursiveIteratorIterator::getSubIterator() with explicit level parameter [ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_003.phpt] 
       
 14133 TEST 7143/11218 [ext/spl/tests/recursiveiteratoriterator_nextelement_basic.phpt]
       
 14134 PASS SPL: RecursiveIteratorIterator::nextElement() is called when the next element is ready [ext/spl/tests/recursiveiteratoriterator_nextelement_basic.phpt] 
       
 14135 TEST 7144/11218 [ext/spl/tests/regexIterator_flags_basic.phpt]
       
 14136 PASS SPL: RegexIterator::getFlags() and setFlags() basic tests [ext/spl/tests/regexIterator_flags_basic.phpt] 
       
 14137 TEST 7145/11218 [ext/spl/tests/regexIterator_mode_basic.phpt]
       
 14138 PASS SPL: RegexIterator::getMode() and setMode() basic tests [ext/spl/tests/regexIterator_mode_basic.phpt] 
       
 14139 TEST 7146/11218 [ext/spl/tests/regexIterator_setMode_error.phpt]
       
 14140 PASS SPL: RegexIterator::setMode() error tests [ext/spl/tests/regexIterator_setMode_error.phpt] 
       
 14141 TEST 7147/11218 [ext/spl/tests/regexiterator_getpregflags.phpt]
       
 14142 PASS SPL: RegexIterator::getPregFlags() [ext/spl/tests/regexiterator_getpregflags.phpt] 
       
 14143 TEST 7148/11218 [ext/spl/tests/regexiterator_setflags_exception.phpt]
       
 14144 PASS SPL: RegexIterator::setFlags() exceptions test [ext/spl/tests/regexiterator_setflags_exception.phpt] 
       
 14145 TEST 7149/11218 [ext/spl/tests/regexiterator_setpregflags.phpt]
       
 14146 PASS SPL: RegexIterator::setPregFlags() [ext/spl/tests/regexiterator_setpregflags.phpt] 
       
 14147 TEST 7150/11218 [ext/spl/tests/regexiterator_setpregflags_exception.phpt]
       
 14148 PASS SPL: RegexIterator::getPregFlags() exception test [ext/spl/tests/regexiterator_setpregflags_exception.phpt] 
       
 14149 TEST 7151/11218 [ext/spl/tests/splDoublyLinkedList_shift_noParams.phpt]
       
 14150 PASS Checks that the shift() method of DoublyLinkedList does not accept args. [ext/spl/tests/splDoublyLinkedList_shift_noParams.phpt] 
       
 14151 TEST 7152/11218 [ext/spl/tests/spl_001.phpt]
       
 14152 PASS SPL: iterator_to_array() and iterator_count() [ext/spl/tests/spl_001.phpt] 
       
 14153 TEST 7153/11218 [ext/spl/tests/spl_002.phpt]
       
 14154 PASS SPL: Countable [ext/spl/tests/spl_002.phpt] 
       
 14155 TEST 7154/11218 [ext/spl/tests/spl_003.phpt]
       
 14156 PASS SPL: class_parents() and class_implements() [ext/spl/tests/spl_003.phpt] 
       
 14157 TEST 7155/11218 [ext/spl/tests/spl_004.phpt]
       
 14158 PASS SPL: iterator_apply() [ext/spl/tests/spl_004.phpt] 
       
 14159 TEST 7156/11218 [ext/spl/tests/spl_005.phpt]
       
 14160 PASS SPL: spl_object_hash() [ext/spl/tests/spl_005.phpt] 
       
 14161 TEST 7157/11218 [ext/spl/tests/spl_006.phpt]
       
 14162 PASS SPL: iterator_to_array() without keys [ext/spl/tests/spl_006.phpt] 
       
 14163 TEST 7158/11218 [ext/spl/tests/spl_007.phpt]
       
 14164 PASS SPL: iterator_apply() with callback using __call() [ext/spl/tests/spl_007.phpt] 
       
 14165 TEST 7159/11218 [ext/spl/tests/spl_autoload_001.phpt]
       
 14166 PASS SPL: spl_autoload() and friends [ext/spl/tests/spl_autoload_001.phpt] 
       
 14167 TEST 7160/11218 [ext/spl/tests/spl_autoload_002.phpt]
       
 14168 PASS SPL: spl_autoload_functions() [ext/spl/tests/spl_autoload_002.phpt] 
       
 14169 TEST 7161/11218 [ext/spl/tests/spl_autoload_003.phpt]
       
 14170 PASS SPL: spl_autoload() and friends [ext/spl/tests/spl_autoload_003.phpt] 
       
 14171 TEST 7162/11218 [ext/spl/tests/spl_autoload_004.phpt]
       
 14172 PASS SPL: spl_autoload() with static methods [ext/spl/tests/spl_autoload_004.phpt] 
       
 14173 TEST 7163/11218 [ext/spl/tests/spl_autoload_005.phpt]
       
 14174 PASS SPL: spl_autoload() with methods [ext/spl/tests/spl_autoload_005.phpt] 
       
 14175 TEST 7164/11218 [ext/spl/tests/spl_autoload_006.phpt]
       
 14176 PASS SPL: spl_autoload() with static methods [ext/spl/tests/spl_autoload_006.phpt] 
       
 14177 TEST 7165/11218 [ext/spl/tests/spl_autoload_007.phpt]
       
 14178 PASS SPL: spl_autoload() with inaccessible methods [ext/spl/tests/spl_autoload_007.phpt] 
       
 14179 TEST 7166/11218 [ext/spl/tests/spl_autoload_008.phpt]
       
 14180 PASS SPL: spl_autoload() with exceptions [ext/spl/tests/spl_autoload_008.phpt] 
       
 14181 TEST 7167/11218 [ext/spl/tests/spl_autoload_009.phpt]
       
 14182 PASS SPL: spl_autoload() and friends [ext/spl/tests/spl_autoload_009.phpt] 
       
 14183 TEST 7168/11218 [ext/spl/tests/spl_autoload_010.phpt]
       
 14184 PASS SPL: spl_autoload() and prepend [ext/spl/tests/spl_autoload_010.phpt] 
       
 14185 TEST 7169/11218 [ext/spl/tests/spl_autoload_011.phpt]
       
 14186 PASS SPL: spl_autoload() and object freed [ext/spl/tests/spl_autoload_011.phpt] 
       
 14187 TEST 7170/11218 [ext/spl/tests/spl_autoload_012.phpt]
       
 14188 PASS SPL: spl_autoload() capturing multiple Exceptions in __autoload [ext/spl/tests/spl_autoload_012.phpt] 
       
 14189 TEST 7171/11218 [ext/spl/tests/spl_autoload_013.phpt]
       
 14190 PASS SPL: spl_autoload_functions() with closures and invokables [ext/spl/tests/spl_autoload_013.phpt] 
       
 14191 TEST 7172/11218 [ext/spl/tests/spl_autoload_014.phpt]
       
 14192 PASS SPL: spl_autoload_unregister() with closures and invokables [ext/spl/tests/spl_autoload_014.phpt] 
       
 14193 TEST 7173/11218 [ext/spl/tests/spl_autoload_bug48541.phpt]
       
 14194 PASS SPL: spl_autoload_register() Bug #48541: registering multiple closures fails with memleaks [ext/spl/tests/spl_autoload_bug48541.phpt] 
       
 14195 TEST 7174/11218 [ext/spl/tests/spl_autoload_call_basic.phpt]
       
 14196 PASS spl_autoload_call() function - basic test for spl_autoload_call() [ext/spl/tests/spl_autoload_call_basic.phpt] 
       
 14197 TEST 7175/11218 [ext/spl/tests/spl_caching_iterator_constructor_flags.phpt]
       
 14198 PASS SPL: CachingInterator constructor flag checks [ext/spl/tests/spl_caching_iterator_constructor_flags.phpt] 
       
 14199 TEST 7176/11218 [ext/spl/tests/spl_cachingiterator___toString_basic.phpt]
       
 14200 PASS SPL: SplCachingIterator, Test method to convert current element to string [ext/spl/tests/spl_cachingiterator___toString_basic.phpt] 
       
 14201 TEST 7177/11218 [ext/spl/tests/spl_cachingiterator_setFlags_basic.phpt]
       
 14202 PASS SPL: SplCachingIterator, Test method to set flags for caching iterator [ext/spl/tests/spl_cachingiterator_setFlags_basic.phpt] 
       
 14203 TEST 7178/11218 [ext/spl/tests/spl_classes.phpt]
       
 14204 PASS SPL: spl_classes() function [ext/spl/tests/spl_classes.phpt] 
       
 14205 TEST 7179/11218 [ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt]
       
 14206 PASS SPL: Spl File Info test getLinkTarget [ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt] 
       
 14207 TEST 7180/11218 [ext/spl/tests/spl_heap_count_basic.phpt]
       
 14208 PASS SPL: SplHeap, Test spl_heap_object_count_elements (spl_heap.c:490) for returning count() failure for Heaps [ext/spl/tests/spl_heap_count_basic.phpt] 
       
 14209 TEST 7181/11218 [ext/spl/tests/spl_heap_count_error.phpt]
       
 14210 PASS SPL: Priority queue count, illegal number of args [ext/spl/tests/spl_heap_count_error.phpt] 
       
 14211 TEST 7182/11218 [ext/spl/tests/spl_heap_extract_parameter_error.phpt]
       
 14212 PASS SPL: Heap and extract with parameter [ext/spl/tests/spl_heap_extract_parameter_error.phpt] 
       
 14213 TEST 7183/11218 [ext/spl/tests/spl_heap_insert_basic.phpt]
       
 14214 PASS SPL: SplHeap, Test method to insert into heap [ext/spl/tests/spl_heap_insert_basic.phpt] 
       
 14215 TEST 7184/11218 [ext/spl/tests/spl_heap_is_empty_basic.phpt]
       
 14216 PASS SPL: SplHeap, test trivial method to find if a heap is empty [ext/spl/tests/spl_heap_is_empty_basic.phpt] 
       
 14217 TEST 7185/11218 [ext/spl/tests/spl_heap_isempty.phpt]
       
 14218 PASS SPL: Test of isEmpty for SPL Max Heap [ext/spl/tests/spl_heap_isempty.phpt] 
       
 14219 TEST 7186/11218 [ext/spl/tests/spl_heap_iteration_error.phpt]
       
 14220 PASS SPL: Attempt to corrupt the heap while iterating [ext/spl/tests/spl_heap_iteration_error.phpt] 
       
 14221 TEST 7187/11218 [ext/spl/tests/spl_heap_recoverfromcorruption_arguments.phpt]
       
 14222 PASS SPL: SplHeap check no arguments to be accepted on recoverFromCorruption [ext/spl/tests/spl_heap_recoverfromcorruption_arguments.phpt] 
       
 14223 TEST 7188/11218 [ext/spl/tests/spl_iterator_apply_error.phpt]
       
 14224 PASS SPL: Error: iterator_apply when an iterator method (eg rewind) throws exception [ext/spl/tests/spl_iterator_apply_error.phpt] 
       
 14225 TEST 7189/11218 [ext/spl/tests/spl_iterator_apply_error_001.phpt]
       
 14226 PASS SPL: Error: iterator_apply when the callback throws an exception [ext/spl/tests/spl_iterator_apply_error_001.phpt] 
       
 14227 TEST 7190/11218 [ext/spl/tests/spl_iterator_caching_count_basic.phpt]
       
 14228 PASS SPL: Caching iterator count() cache contents [ext/spl/tests/spl_iterator_caching_count_basic.phpt] 
       
 14229 TEST 7191/11218 [ext/spl/tests/spl_iterator_caching_count_error.phpt]
       
 14230 PASS SPL: Caching iterator count() cache failure [ext/spl/tests/spl_iterator_caching_count_error.phpt] 
       
 14231 TEST 7192/11218 [ext/spl/tests/spl_iterator_caching_getcache_error.phpt]
       
 14232 PASS SPL: Caching iterator getCache failure [ext/spl/tests/spl_iterator_caching_getcache_error.phpt] 
       
 14233 TEST 7193/11218 [ext/spl/tests/spl_iterator_getcallchildren.phpt]
       
 14234 PASS SPL: RecursiveIteratorIterator, getCallChildren [ext/spl/tests/spl_iterator_getcallchildren.phpt] 
       
 14235 TEST 7194/11218 [ext/spl/tests/spl_iterator_iterator_constructor.phpt]
       
 14236 PASS SPL: IteratorInterator constructor checks [ext/spl/tests/spl_iterator_iterator_constructor.phpt] 
       
 14237 TEST 7195/11218 [ext/spl/tests/spl_iterator_recursive_getiterator_error.phpt]
       
 14238 PASS SPL: IteratorIterator foreach by reference failure [ext/spl/tests/spl_iterator_recursive_getiterator_error.phpt] 
       
 14239 TEST 7196/11218 [ext/spl/tests/spl_iterator_to_array_basic.phpt]
       
 14240 PASS SPL: iterator_to_array, Test function to convert iterator to array [ext/spl/tests/spl_iterator_to_array_basic.phpt] 
       
 14241 TEST 7197/11218 [ext/spl/tests/spl_iterator_to_array_error.phpt]
       
 14242 PASS SPL: Error: iterator_to_array when the current operation throws an exception [ext/spl/tests/spl_iterator_to_array_error.phpt] 
       
 14243 TEST 7198/11218 [ext/spl/tests/spl_limit_iterator_check_limits.phpt]
       
 14244 PASS SPL: LimitIterator check limits are valid [ext/spl/tests/spl_limit_iterator_check_limits.phpt] 
       
 14245 TEST 7199/11218 [ext/spl/tests/spl_maxheap_compare_basic.phpt]
       
 14246 PASS SPL: SplMaxHeap, Test method to comare elements [ext/spl/tests/spl_maxheap_compare_basic.phpt] 
       
 14247 TEST 7200/11218 [ext/spl/tests/spl_minheap_compare_error.phpt]
       
 14248 PASS SPL: SplMinHeap compare, illegal number of args [ext/spl/tests/spl_minheap_compare_error.phpt] 
       
 14249 TEST 7201/11218 [ext/spl/tests/spl_pq_top_basic.phpt]
       
 14250 PASS SPL: SplPriorityQueue: top and extract flags [ext/spl/tests/spl_pq_top_basic.phpt] 
       
 14251 TEST 7202/11218 [ext/spl/tests/spl_pq_top_error_args.phpt]
       
 14252 PASS SPL: SplPriorityQueue: top too many arguments exception [ext/spl/tests/spl_pq_top_error_args.phpt] 
       
 14253 TEST 7203/11218 [ext/spl/tests/spl_pq_top_error_corrupt.phpt]
       
 14254 PASS SPL: SplPriorityQueue: top and extract flags [ext/spl/tests/spl_pq_top_error_corrupt.phpt] 
       
 14255 TEST 7204/11218 [ext/spl/tests/spl_pq_top_error_empty.phpt]
       
 14256 PASS SPL: SplPriorityQueue: top exception on empty heap [ext/spl/tests/spl_pq_top_error_empty.phpt] 
       
 14257 TEST 7205/11218 [ext/spl/tests/spl_priorityqeue_insert_two_params_error.phpt]
       
 14258 PASS SPL: priorityQueue paramter test on insert method [ext/spl/tests/spl_priorityqeue_insert_two_params_error.phpt] 
       
 14259 TEST 7206/11218 [ext/spl/tests/spl_recursiveIteratorIterator_setMaxDepth_parameter_count.phpt]
       
 14260 PASS SPL: RecursiveIteratorIterator, setMaxDepth check parameter count [ext/spl/tests/spl_recursiveIteratorIterator_setMaxDepth_parameter_count.phpt] 
       
 14261 TEST 7207/11218 [ext/spl/tests/spl_recursive_iterator_iterator_key_case.phpt]
       
 14262 PASS SPL: Test on RecursiveIteratorIterator key function checking switch statements [ext/spl/tests/spl_recursive_iterator_iterator_key_case.phpt] 
       
 14263 TEST 7208/11218 [ext/spl/tests/splfixedarray_offsetExists_larger.phpt]
       
 14264 PASS Checks that offsetExists() does not accept a value larger than the array. [ext/spl/tests/splfixedarray_offsetExists_larger.phpt] 
       
 14265 TEST 7209/11218 [ext/spl/tests/splpriorityqueue_extract.phpt]
       
 14266 PASS SPL: splpriorityqueue extract() Test arguments [ext/spl/tests/splpriorityqueue_extract.phpt] 
       
 14267 TEST 7210/11218 [ext/spl/tests/splpriorityqueue_setextractflags.phpt]
       
 14268 PASS SPL: splpriorityqueue setExtractFlags() Test arguments [ext/spl/tests/splpriorityqueue_setextractflags.phpt] 
       
 14269 TEST 7211/11218 [ext/sqlite/tests/bug26911.phpt]
       
 14270 PASS Bug #26911 (crash when fetching data from empty queries) [ext/sqlite/tests/bug26911.phpt] 
       
 14271 TEST 7212/11218 [ext/sqlite/tests/bug28112.phpt]
       
 14272 PASS Bug #28112 (sqlite_query() crashing apache on malformed query) [ext/sqlite/tests/bug28112.phpt] 
       
 14273 TEST 7213/11218 [ext/sqlite/tests/bug35248.phpt]
       
 14274 PASS Bug #35248 (sqlite_query does not return parse error message) [ext/sqlite/tests/bug35248.phpt] 
       
 14275 TEST 7214/11218 [ext/sqlite/tests/bug38759.phpt]
       
 14276 PASS Bug #38759 (sqlite2 empty query causes segfault) [ext/sqlite/tests/bug38759.phpt] 
       
 14277 TEST 7215/11218 [ext/sqlite/tests/bug48679.phpt]
       
 14278 PASS Bug #48679 (sqlite2 count on unbuffered query causes segfault) [ext/sqlite/tests/bug48679.phpt] 
       
 14279 TEST 7216/11218 [ext/sqlite/tests/pdo/common.phpt]
       
 14280 REDIRECT ext/pdo/tests (SQLite2 [ext/sqlite/tests/pdo/common.phpt]) begin
       
 14281 TEST 7216/11279 [ext/pdo/tests/bug47769.phpt]
       
 14282 PASS SQLite2 Bug #47769 (Strange extends PDO) [ext/sqlite/tests/pdo/bug47769.phpt] 
       
 14283 TEST 7217/11279 [ext/pdo/tests/bug_34630.phpt]
       
 14284 PASS SQLite2 PDO Common: Bug #34630 (inserting streams as LOBs) [ext/sqlite/tests/pdo/bug_34630.phpt] 
       
 14285 TEST 7218/11279 [ext/pdo/tests/bug_34687.phpt]
       
 14286 PASS SQLite2 PDO Common: Bug #34687 (query doesn't return error information) [ext/sqlite/tests/pdo/bug_34687.phpt] 
       
 14287 TEST 7219/11279 [ext/pdo/tests/bug_35671.phpt]
       
 14288 PASS SQLite2 PDO Common: Bug #35671 (binding by name breakage) [ext/sqlite/tests/pdo/bug_35671.phpt] 
       
 14289 TEST 7220/11279 [ext/pdo/tests/bug_36428.phpt]
       
 14290 PASS SQLite2 PDO Common: Bug #36428 (Incorrect error message for PDO::fetchAll()) [ext/sqlite/tests/pdo/bug_36428.phpt] 
       
 14291 TEST 7221/11279 [ext/pdo/tests/bug_36798.phpt]
       
 14292 PASS SQLite2 PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars) [ext/sqlite/tests/pdo/bug_36798.phpt] 
       
 14293 TEST 7222/11279 [ext/pdo/tests/bug_38253.phpt]
       
 14294 PASS SQLite2 PDO Common: Bug #38253 (PDO produces segfault with default fetch mode) [ext/sqlite/tests/pdo/bug_38253.phpt] 
       
 14295 TEST 7223/11279 [ext/pdo/tests/bug_38394.phpt]
       
 14296 SKIP SQLite2 PDO Common: Bug #38394 (Prepared statement error stops subsequent statements) [ext/sqlite/tests/pdo/bug_38394.phpt] reason: not relevant for pdo_sqlite2 driver
       
 14297 TEST 7224/11279 [ext/pdo/tests/bug_39398.phpt]
       
 14298 PASS SQLite2 PDO Common: Bug #39398 (Booleans are not automatically translated to integers) [ext/sqlite/tests/pdo/bug_39398.phpt] 
       
 14299 TEST 7225/11279 [ext/pdo/tests/bug_39656.phpt]
       
 14300 PASS SQLite2 PDO Common: Bug #39656 (Crash when calling fetch() on a PDO statment object after closeCursor()) [ext/sqlite/tests/pdo/bug_39656.phpt] 
       
 14301 TEST 7226/11279 [ext/pdo/tests/bug_40285.phpt]
       
 14302 PASS SQLite2 PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":) [ext/sqlite/tests/pdo/bug_40285.phpt] 
       
 14303 TEST 7227/11279 [ext/pdo/tests/bug_42917.phpt]
       
 14304 PASS SQLite2 PDO Common: Bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode) [ext/sqlite/tests/pdo/bug_42917.phpt] 
       
 14305 TEST 7228/11279 [ext/pdo/tests/bug_43130.phpt]
       
 14306 SKIP SQLite2 PDO Common: Bug #43130 (Bound parameters cannot have - in their name) [ext/sqlite/tests/pdo/bug_43130.phpt] reason: not relevant for sqlite driver
       
 14307 TEST 7229/11279 [ext/pdo/tests/bug_43139.phpt]
       
 14308 PASS SQLite2 PDO Common: Bug #43139 (PDO ignore ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll()) [ext/sqlite/tests/pdo/bug_43139.phpt] 
       
 14309 TEST 7230/11279 [ext/pdo/tests/bug_43663.phpt]
       
 14310 PASS SQLite2 PDO Common: Bug #43663 (__call on classes derived from PDO) [ext/sqlite/tests/pdo/bug_43663.phpt] 
       
 14311 TEST 7231/11279 [ext/pdo/tests/bug_44159.phpt]
       
 14312 PASS SQLite2 Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/sqlite/tests/pdo/bug_44159.phpt] 
       
 14313 TEST 7232/11279 [ext/pdo/tests/bug_44173.phpt]
       
 14314 PASS SQLite2 PDO Common: Bug #44173 (PDO->query() parameter parsing/checking needs an update) [ext/sqlite/tests/pdo/bug_44173.phpt] 
       
 14315 TEST 7233/11279 [ext/pdo/tests/bug_44409.phpt]
       
 14316 PASS SQLite2 PDO Common: Bug #44409 (PDO::FETCH_SERIALIZE calls __construct()) [ext/sqlite/tests/pdo/bug_44409.phpt] 
       
 14317 TEST 7234/11279 [ext/pdo/tests/bug_44861.phpt]
       
 14318 SKIP SQLite2 PDO Common: Bug #44861 (scrollable cursor don't work with pgsql) [ext/sqlite/tests/pdo/bug_44861.phpt] reason: Scrollable cursors not supported
       
 14319 TEST 7235/11279 [ext/pdo/tests/bug_50458.phpt]
       
 14320 PASS SQLite2 PDO Common: Bug #50458 (PDO::FETCH_FUNC fails with Closures) [ext/sqlite/tests/pdo/bug_50458.phpt] 
       
 14321 TEST 7236/11279 [ext/pdo/tests/pdo_001.phpt]
       
 14322 PASS SQLite2 PDO Common: PDO::FETCH_ASSOC [ext/sqlite/tests/pdo/pdo_001.phpt] 
       
 14323 TEST 7237/11279 [ext/pdo/tests/pdo_002.phpt]
       
 14324 PASS SQLite2 PDO Common: PDO::FETCH_NUM [ext/sqlite/tests/pdo/pdo_002.phpt] 
       
 14325 TEST 7238/11279 [ext/pdo/tests/pdo_003.phpt]
       
 14326 PASS SQLite2 PDO Common: PDO::FETCH_BOTH [ext/sqlite/tests/pdo/pdo_003.phpt] 
       
 14327 TEST 7239/11279 [ext/pdo/tests/pdo_004.phpt]
       
 14328 PASS SQLite2 PDO Common: PDO::FETCH_OBJ [ext/sqlite/tests/pdo/pdo_004.phpt] 
       
 14329 TEST 7240/11279 [ext/pdo/tests/pdo_005.phpt]
       
 14330 PASS SQLite2 PDO Common: PDO::FETCH_CLASS [ext/sqlite/tests/pdo/pdo_005.phpt] 
       
 14331 TEST 7241/11279 [ext/pdo/tests/pdo_006.phpt]
       
 14332 PASS SQLite2 PDO Common: PDO::FETCH_GROUP [ext/sqlite/tests/pdo/pdo_006.phpt] 
       
 14333 TEST 7242/11279 [ext/pdo/tests/pdo_007.phpt]
       
 14334 PASS SQLite2 PDO Common: PDO::FETCH_UNIQUE [ext/sqlite/tests/pdo/pdo_007.phpt] 
       
 14335 TEST 7243/11279 [ext/pdo/tests/pdo_008.phpt]
       
 14336 PASS SQLite2 PDO Common: PDO::FETCH_UNIQUE conflict [ext/sqlite/tests/pdo/pdo_008.phpt] 
       
 14337 TEST 7244/11279 [ext/pdo/tests/pdo_009.phpt]
       
 14338 PASS SQLite2 PDO Common: PDO::FETCH_CLASSTYPE [ext/sqlite/tests/pdo/pdo_009.phpt] 
       
 14339 TEST 7245/11279 [ext/pdo/tests/pdo_010.phpt]
       
 14340 PASS SQLite2 PDO Common: PDO::FETCH_CLASSTYPE and GROUP/UNIQUE [ext/sqlite/tests/pdo/pdo_010.phpt] 
       
 14341 TEST 7246/11279 [ext/pdo/tests/pdo_011.phpt]
       
 14342 PASS SQLite2 PDO Common: PDO::FETCH_FUNC and statement overloading [ext/sqlite/tests/pdo/pdo_011.phpt] 
       
 14343 TEST 7247/11279 [ext/pdo/tests/pdo_012.phpt]
       
 14344 PASS SQLite2 PDO Common: PDOStatement::setFetchMode [ext/sqlite/tests/pdo/pdo_012.phpt] 
       
 14345 TEST 7248/11279 [ext/pdo/tests/pdo_013.phpt]
       
 14346 PASS SQLite2 PDO Common: PDOStatement iterator [ext/sqlite/tests/pdo/pdo_013.phpt] 
       
 14347 TEST 7249/11279 [ext/pdo/tests/pdo_014.phpt]
       
 14348 PASS SQLite2 PDO Common: PDOStatement SPL iterator [ext/sqlite/tests/pdo/pdo_014.phpt] 
       
 14349 TEST 7250/11279 [ext/pdo/tests/pdo_015.phpt]
       
 14350 PASS SQLite2 PDO Common: PDO::FETCH_COLUMN [ext/sqlite/tests/pdo/pdo_015.phpt] 
       
 14351 TEST 7251/11279 [ext/pdo/tests/pdo_016.phpt]
       
 14352 PASS SQLite2 PDO Common: PDO::FETCH_BOUND [ext/sqlite/tests/pdo/pdo_016.phpt] 
       
 14353 TEST 7252/11279 [ext/pdo/tests/pdo_016a.phpt]
       
 14354 PASS SQLite2 PDO Common: PDO::FETCH_BOUND w/o : [ext/sqlite/tests/pdo/pdo_016a.phpt] 
       
 14355 TEST 7253/11279 [ext/pdo/tests/pdo_017.phpt]
       
 14356 PASS SQLite2 PDO Common: transactions [ext/sqlite/tests/pdo/pdo_017.phpt] 
       
 14357 TEST 7254/11279 [ext/pdo/tests/pdo_018.phpt]
       
 14358 PASS SQLite2 PDO Common: serializing [ext/sqlite/tests/pdo/pdo_018.phpt] 
       
 14359 TEST 7255/11279 [ext/pdo/tests/pdo_019.phpt]
       
 14360 PASS SQLite2 PDO Common: fetch() and while() [ext/sqlite/tests/pdo/pdo_019.phpt] 
       
 14361 TEST 7256/11279 [ext/pdo/tests/pdo_020.phpt]
       
 14362 PASS SQLite2 PDO Common: PDOStatement::columnCount [ext/sqlite/tests/pdo/pdo_020.phpt] 
       
 14363 TEST 7257/11279 [ext/pdo/tests/pdo_021.phpt]
       
 14364 PASS SQLite2 PDO Common: PDOStatement::execute with parameters [ext/sqlite/tests/pdo/pdo_021.phpt] 
       
 14365 TEST 7258/11279 [ext/pdo/tests/pdo_022.phpt]
       
 14366 SKIP SQLite2 PDO Common: PDOStatement::getColumnMeta [ext/sqlite/tests/pdo/pdo_022.phpt] reason: this feature is not yet finalized, no test makes sense
       
 14367 TEST 7259/11279 [ext/pdo/tests/pdo_023.phpt]
       
 14368 PASS SQLite2 PDO Common: extending PDO [ext/sqlite/tests/pdo/pdo_023.phpt] 
       
 14369 TEST 7260/11279 [ext/pdo/tests/pdo_024.phpt]
       
 14370 PASS SQLite2 PDO Common: assert that bindParam does not modify parameter [ext/sqlite/tests/pdo/pdo_024.phpt] 
       
 14371 TEST 7261/11279 [ext/pdo/tests/pdo_025.phpt]
       
 14372 PASS SQLite2 PDO Common: PDO::FETCH_INTO [ext/sqlite/tests/pdo/pdo_025.phpt] 
       
 14373 TEST 7262/11279 [ext/pdo/tests/pdo_026.phpt]
       
 14374 PASS SQLite2 PDO Common: extending PDO (2) [ext/sqlite/tests/pdo/pdo_026.phpt] 
       
 14375 TEST 7263/11279 [ext/pdo/tests/pdo_027.phpt]
       
 14376 PASS SQLite2 PDO Common: PDO::FETCH_LAZY [ext/sqlite/tests/pdo/pdo_027.phpt] 
       
 14377 TEST 7264/11279 [ext/pdo/tests/pdo_028.phpt]
       
 14378 PASS SQLite2 PDO Common: bindValue [ext/sqlite/tests/pdo/pdo_028.phpt] 
       
 14379 TEST 7265/11279 [ext/pdo/tests/pdo_029.phpt]
       
 14380 PASS SQLite2 PDO Common: extending PDO (3) [ext/sqlite/tests/pdo/pdo_029.phpt] 
       
 14381 TEST 7266/11279 [ext/pdo/tests/pdo_030.phpt]
       
 14382 PASS SQLite2 PDO Common: extending PDO (4) [ext/sqlite/tests/pdo/pdo_030.phpt] 
       
 14383 TEST 7267/11279 [ext/pdo/tests/pdo_031.phpt]
       
 14384 PASS SQLite2 PDO Common: PDOStatement SPL iterator [ext/sqlite/tests/pdo/pdo_031.phpt] 
       
 14385 TEST 7268/11279 [ext/pdo/tests/pdo_032.phpt]
       
 14386 PASS SQLite2 PDO Common: PDO::ATTR_CASE [ext/sqlite/tests/pdo/pdo_032.phpt] 
       
 14387 TEST 7269/11279 [ext/pdo/tests/pdo_033.phpt]
       
 14388 PASS SQLite2 PDO Common: PDO::quote() [ext/sqlite/tests/pdo/pdo_033.phpt] 
       
 14389 TEST 7270/11279 [ext/pdo/tests/pdo_034.phpt]
       
 14390 PASS SQLite2 PDO Common: PDO::FETCH_KEY_PAIR fetch mode test [ext/sqlite/tests/pdo/pdo_034.phpt] 
       
 14391 TEST 7271/11279 [ext/pdo/tests/pdo_035.phpt]
       
 14392 PASS SQLite2 PDO Common: PDORow + get_parent_class() [ext/sqlite/tests/pdo/pdo_035.phpt] 
       
 14393 TEST 7272/11279 [ext/pdo/tests/pdo_036.phpt]
       
 14394 PASS SQLite2 Testing PDORow and PDOStatement instances with Reflection [ext/sqlite/tests/pdo/pdo_036.phpt] 
       
 14395 TEST 7273/11279 [ext/pdo/tests/pdo_037.phpt]
       
 14396 PASS SQLite2 Crash when calling a method of a class that inherits PDOStatement [ext/sqlite/tests/pdo/pdo_037.phpt] 
       
 14397 TEST 7274/11279 [ext/pdo/tests/pdorow.phpt]
       
 14398 PASS SQLite2 Trying instantiate a PDORow object manually [ext/sqlite/tests/pdo/pdorow.phpt] 
       
 14399 TEST 7275/11279 [ext/pdo/tests/pecl_bug_5217.phpt]
       
 14400 PASS SQLite2 PDO Common: PECL Bug #5217 (serialize/unserialze safety) [ext/sqlite/tests/pdo/pecl_bug_5217.phpt] 
       
 14401 TEST 7276/11279 [ext/pdo/tests/pecl_bug_5772.phpt]
       
 14402 PASS SQLite2 PDO Common: PECL Bug #5772 (PDO::FETCH_FUNC breaks on mixed case func name) [ext/sqlite/tests/pdo/pecl_bug_5772.phpt] 
       
 14403 TEST 7277/11279 [ext/pdo/tests/pecl_bug_5809.phpt]
       
 14404 PASS SQLite2 PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param) [ext/sqlite/tests/pdo/pecl_bug_5809.phpt] 
       
 14405 REDIRECT ext/pdo/tests (SQLite2 [ext/sqlite/tests/pdo/common.phpt]) done
       
 14406 TEST 7278/11279 [ext/sqlite/tests/sqlite_001.phpt]
       
 14407 PASS sqlite: sqlite_open/close [ext/sqlite/tests/sqlite_001.phpt] 
       
 14408 TEST 7279/11279 [ext/sqlite/tests/sqlite_002.phpt]
       
 14409 PASS sqlite: Simple insert/select [ext/sqlite/tests/sqlite_002.phpt] 
       
 14410 TEST 7280/11279 [ext/sqlite/tests/sqlite_003.phpt]
       
 14411 PASS sqlite: Simple insert/select, different result represenatation [ext/sqlite/tests/sqlite_003.phpt] 
       
 14412 TEST 7281/11279 [ext/sqlite/tests/sqlite_004.phpt]
       
 14413 PASS sqlite: binary encoding [ext/sqlite/tests/sqlite_004.phpt] 
       
 14414 TEST 7282/11279 [ext/sqlite/tests/sqlite_005.phpt]
       
 14415 PASS sqlite: aggregate functions [ext/sqlite/tests/sqlite_005.phpt] 
       
 14416 TEST 7283/11279 [ext/sqlite/tests/sqlite_006.phpt]
       
 14417 PASS sqlite: regular functions [ext/sqlite/tests/sqlite_006.phpt] 
       
 14418 TEST 7284/11279 [ext/sqlite/tests/sqlite_007.phpt]
       
 14419 PASS sqlite: Simple insert/select (unbuffered) [ext/sqlite/tests/sqlite_007.phpt] 
       
 14420 TEST 7285/11279 [ext/sqlite/tests/sqlite_008.phpt]
       
 14421 PASS sqlite: fetch all (buffered) [ext/sqlite/tests/sqlite_008.phpt] 
       
 14422 TEST 7286/11279 [ext/sqlite/tests/sqlite_009.phpt]
       
 14423 PASS sqlite: fetch all (unbuffered) [ext/sqlite/tests/sqlite_009.phpt] 
       
 14424 TEST 7287/11279 [ext/sqlite/tests/sqlite_010.phpt]
       
 14425 PASS sqlite: fetch all (iterator) [ext/sqlite/tests/sqlite_010.phpt] 
       
 14426 TEST 7288/11279 [ext/sqlite/tests/sqlite_011.phpt]
       
 14427 PASS sqlite: returned associative column names [ext/sqlite/tests/sqlite_011.phpt] 
       
 14428 TEST 7289/11279 [ext/sqlite/tests/sqlite_012.phpt]
       
 14429 PASS sqlite: read field names [ext/sqlite/tests/sqlite_012.phpt] 
       
 14430 TEST 7290/11279 [ext/sqlite/tests/sqlite_013.phpt]
       
 14431 PASS sqlite: fetch column [ext/sqlite/tests/sqlite_013.phpt] 
       
 14432 TEST 7291/11279 [ext/sqlite/tests/sqlite_014.phpt]
       
 14433 PASS sqlite: fetch all (fetch_all) [ext/sqlite/tests/sqlite_014.phpt] 
       
 14434 TEST 7292/11279 [ext/sqlite/tests/sqlite_015.phpt]
       
 14435 PASS sqlite: fetch all (array_query) [ext/sqlite/tests/sqlite_015.phpt] 
       
 14436 TEST 7293/11279 [ext/sqlite/tests/sqlite_016.phpt]
       
 14437 PASS sqlite: fetch single [ext/sqlite/tests/sqlite_016.phpt] 
       
 14438 TEST 7294/11279 [ext/sqlite/tests/sqlite_017.phpt]
       
 14439 PASS sqlite: UDF binary handling functions [ext/sqlite/tests/sqlite_017.phpt] 
       
 14440 TEST 7295/11279 [ext/sqlite/tests/sqlite_018.phpt]
       
 14441 PASS sqlite: crash on bad queries inside sqlite_array_query() [ext/sqlite/tests/sqlite_018.phpt] 
       
 14442 TEST 7296/11279 [ext/sqlite/tests/sqlite_019.phpt]
       
 14443 PASS sqlite: single query [ext/sqlite/tests/sqlite_019.phpt] 
       
 14444 TEST 7297/11279 [ext/sqlite/tests/sqlite_022.phpt]
       
 14445 PASS sqlite: sqlite_seek [ext/sqlite/tests/sqlite_022.phpt] 
       
 14446 TEST 7298/11279 [ext/sqlite/tests/sqlite_023.phpt]
       
 14447 PASS sqlite: sqlite_[has_]prev [ext/sqlite/tests/sqlite_023.phpt] 
       
 14448 TEST 7299/11279 [ext/sqlite/tests/sqlite_024.phpt]
       
 14449 PASS sqlite: sqlite_fetch_object [ext/sqlite/tests/sqlite_024.phpt] 
       
 14450 TEST 7300/11279 [ext/sqlite/tests/sqlite_025.phpt]
       
 14451 PASS sqlite: sqlite_fetch_object in a loop [ext/sqlite/tests/sqlite_025.phpt] 
       
 14452 TEST 7301/11279 [ext/sqlite/tests/sqlite_026.phpt]
       
 14453 PASS sqlite: sqlite_fetch_column_types [ext/sqlite/tests/sqlite_026.phpt] 
       
 14454 TEST 7302/11279 [ext/sqlite/tests/sqlite_027.phpt]
       
 14455 PASS sqlite: crash inside sqlite_escape_string() & sqlite_udf_encode_binary [ext/sqlite/tests/sqlite_027.phpt] 
       
 14456 TEST 7303/11279 [ext/sqlite/tests/sqlite_closures_001.phpt]
       
 14457 PASS sqlite: aggregate functions with closures [ext/sqlite/tests/sqlite_closures_001.phpt] 
       
 14458 TEST 7304/11279 [ext/sqlite/tests/sqlite_closures_002.phpt]
       
 14459 PASS sqlite: regular functions with closures [ext/sqlite/tests/sqlite_closures_002.phpt] 
       
 14460 TEST 7305/11279 [ext/sqlite/tests/sqlite_exec_basic.phpt]
       
 14461 PASS Test sqlite_exec() function : basic functionality [ext/sqlite/tests/sqlite_exec_basic.phpt] 
       
 14462 TEST 7306/11279 [ext/sqlite/tests/sqlite_exec_error.phpt]
       
 14463 PASS Test sqlite_exec() function : error behaviour and functionality [ext/sqlite/tests/sqlite_exec_error.phpt] 
       
 14464 TEST 7307/11279 [ext/sqlite/tests/sqlite_last_error_basic.phpt]
       
 14465 PASS Test sqlite_last_error() function : basic functionality [ext/sqlite/tests/sqlite_last_error_basic.phpt] 
       
 14466 TEST 7308/11279 [ext/sqlite/tests/sqlite_last_error_error.phpt]
       
 14467 PASS Test sqlite_last_error() function : error conditions [ext/sqlite/tests/sqlite_last_error_error.phpt] 
       
 14468 TEST 7309/11279 [ext/sqlite/tests/sqlite_oo_001.phpt]
       
 14469 PASS sqlite-oo: sqlite_open/close [ext/sqlite/tests/sqlite_oo_001.phpt] 
       
 14470 TEST 7310/11279 [ext/sqlite/tests/sqlite_oo_002.phpt]
       
 14471 PASS sqlite-oo: Simple insert/select [ext/sqlite/tests/sqlite_oo_002.phpt] 
       
 14472 TEST 7311/11279 [ext/sqlite/tests/sqlite_oo_003.phpt]
       
 14473 PASS sqlite-oo: Simple insert/select, different result representation [ext/sqlite/tests/sqlite_oo_003.phpt] 
       
 14474 TEST 7312/11279 [ext/sqlite/tests/sqlite_oo_008.phpt]
       
 14475 PASS sqlite-oo: fetch all (buffered) [ext/sqlite/tests/sqlite_oo_008.phpt] 
       
 14476 TEST 7313/11279 [ext/sqlite/tests/sqlite_oo_009.phpt]
       
 14477 PASS sqlite-oo: fetch all (unbuffered) [ext/sqlite/tests/sqlite_oo_009.phpt] 
       
 14478 TEST 7314/11279 [ext/sqlite/tests/sqlite_oo_010.phpt]
       
 14479 PASS sqlite-oo: fetch all (iterator) [ext/sqlite/tests/sqlite_oo_010.phpt] 
       
 14480 TEST 7315/11279 [ext/sqlite/tests/sqlite_oo_011.phpt]
       
 14481 PASS sqlite-oo: returned associative column names [ext/sqlite/tests/sqlite_oo_011.phpt] 
       
 14482 TEST 7316/11279 [ext/sqlite/tests/sqlite_oo_012.phpt]
       
 14483 PASS sqlite-oo: read field names [ext/sqlite/tests/sqlite_oo_012.phpt] 
       
 14484 TEST 7317/11279 [ext/sqlite/tests/sqlite_oo_013.phpt]
       
 14485 PASS sqlite-oo: fetch column [ext/sqlite/tests/sqlite_oo_013.phpt] 
       
 14486 TEST 7318/11279 [ext/sqlite/tests/sqlite_oo_014.phpt]
       
 14487 PASS sqlite-oo: fetch all [ext/sqlite/tests/sqlite_oo_014.phpt] 
       
 14488 TEST 7319/11279 [ext/sqlite/tests/sqlite_oo_015.phpt]
       
 14489 PASS sqlite-oo: array_query [ext/sqlite/tests/sqlite_oo_015.phpt] 
       
 14490 TEST 7320/11279 [ext/sqlite/tests/sqlite_oo_016.phpt]
       
 14491 PASS sqlite-oo: fetch single [ext/sqlite/tests/sqlite_oo_016.phpt] 
       
 14492 TEST 7321/11279 [ext/sqlite/tests/sqlite_oo_020.phpt]
       
 14493 PASS sqlite-oo: factory and exception [ext/sqlite/tests/sqlite_oo_020.phpt] 
       
 14494 TEST 7322/11279 [ext/sqlite/tests/sqlite_oo_021.phpt]
       
 14495 PASS sqlite-oo: single query [ext/sqlite/tests/sqlite_oo_021.phpt] 
       
 14496 TEST 7323/11279 [ext/sqlite/tests/sqlite_oo_022.phpt]
       
 14497 PASS sqlite-oo: sqlite::seek [ext/sqlite/tests/sqlite_oo_022.phpt] 
       
 14498 TEST 7324/11279 [ext/sqlite/tests/sqlite_oo_024.phpt]
       
 14499 PASS sqlite-oo: sqlite::fetch_object [ext/sqlite/tests/sqlite_oo_024.phpt] 
       
 14500 TEST 7325/11279 [ext/sqlite/tests/sqlite_oo_025.phpt]
       
 14501 PASS sqlite-oo: sqlite / foreach [ext/sqlite/tests/sqlite_oo_025.phpt] 
       
 14502 TEST 7326/11279 [ext/sqlite/tests/sqlite_oo_026.phpt]
       
 14503 PASS sqlite-oo: unbuffered [ext/sqlite/tests/sqlite_oo_026.phpt] 
       
 14504 TEST 7327/11279 [ext/sqlite/tests/sqlite_oo_027.phpt]
       
 14505 PASS sqlite-oo: changes [ext/sqlite/tests/sqlite_oo_027.phpt] 
       
 14506 TEST 7328/11279 [ext/sqlite/tests/sqlite_oo_028.phpt]
       
 14507 PASS sqlite-oo: sqlite_fetch_column_types [ext/sqlite/tests/sqlite_oo_028.phpt] 
       
 14508 TEST 7329/11279 [ext/sqlite/tests/sqlite_oo_029.phpt]
       
 14509 PASS sqlite-oo: call method with $this [ext/sqlite/tests/sqlite_oo_029.phpt] 
       
 14510 TEST 7330/11279 [ext/sqlite/tests/sqlite_oo_030.phpt]
       
 14511 PASS sqlite-oo: calling static methods [ext/sqlite/tests/sqlite_oo_030.phpt] 
       
 14512 TEST 7331/11279 [ext/sqlite/tests/sqlite_popen_basic.phpt]
       
 14513 PASS SQLite: sqlite_popen() basic tests [ext/sqlite/tests/sqlite_popen_basic.phpt] 
       
 14514 TEST 7332/11279 [ext/sqlite/tests/sqlite_popen_error.phpt]
       
 14515 PASS Test sqlite_popen() function : error conditions [ext/sqlite/tests/sqlite_popen_error.phpt] 
       
 14516 TEST 7333/11279 [ext/sqlite/tests/sqlite_session_001.phpt]
       
 14517 PASS sqlite, session storage test [ext/sqlite/tests/sqlite_session_001.phpt] 
       
 14518 TEST 7334/11279 [ext/sqlite/tests/sqlite_session_002.phpt]
       
 14519 PASS sqlite, session destroy test [ext/sqlite/tests/sqlite_session_002.phpt] 
       
 14520 TEST 7335/11279 [ext/sqlite/tests/sqlite_spl_001.phpt]
       
 14521 PASS sqlite-spl: Iteration [ext/sqlite/tests/sqlite_spl_001.phpt] 
       
 14522 TEST 7336/11279 [ext/sqlite/tests/sqlite_spl_002.phpt]
       
 14523 PASS sqlite-spl: Countable [ext/sqlite/tests/sqlite_spl_002.phpt] 
       
 14524 TEST 7337/11279 [ext/sqlite/tests/sqlite_spl_003.phpt]
       
 14525 PASS sqlite-spl: Exception [ext/sqlite/tests/sqlite_spl_003.phpt] 
       
 14526 TEST 7338/11279 [ext/sqlite/tests/sqlitedatabase_arrayquery.phpt]
       
 14527 PASS Testing SQLiteDatabase::ArrayQuery with NULL-byte string [ext/sqlite/tests/sqlitedatabase_arrayquery.phpt] 
       
 14528 TEST 7339/11279 [ext/sqlite3/tests/bug45798.phpt]
       
 14529 PASS Bug #45798 (sqlite3 doesn't notice if variable was bound) [ext/sqlite3/tests/bug45798.phpt] 
       
 14530 TEST 7340/11279 [ext/sqlite3/tests/bug47159.phpt]
       
 14531 PASS Bug #45798 (sqlite3 doesn't track unexecuted statements) [ext/sqlite3/tests/bug47159.phpt] 
       
 14532 TEST 7341/11279 [ext/sqlite3/tests/bug53463.phpt]
       
 14533 PASS Bug #53463 (sqlite3 columnName() segfaults on bad column_number) [ext/sqlite3/tests/bug53463.phpt] 
       
 14534 TEST 7342/11279 [ext/sqlite3/tests/sqlite3_01_open.phpt]
       
 14535 PASS SQLite3::open/close tests [ext/sqlite3/tests/sqlite3_01_open.phpt] 
       
 14536 TEST 7343/11279 [ext/sqlite3/tests/sqlite3_02_create.phpt]
       
 14537 PASS SQLite3::query CREATE tests [ext/sqlite3/tests/sqlite3_02_create.phpt] 
       
 14538 TEST 7344/11279 [ext/sqlite3/tests/sqlite3_02_open.phpt]
       
 14539 PASS SQLite3::open test, testing for function parameters [ext/sqlite3/tests/sqlite3_02_open.phpt] 
       
 14540 TEST 7345/11279 [ext/sqlite3/tests/sqlite3_03_insert.phpt]
       
 14541 PASS SQLite3::query INSERT tests [ext/sqlite3/tests/sqlite3_03_insert.phpt] 
       
 14542 TEST 7346/11279 [ext/sqlite3/tests/sqlite3_04_update.phpt]
       
 14543 PASS SQLite3::query UPDATE tests [ext/sqlite3/tests/sqlite3_04_update.phpt] 
       
 14544 TEST 7347/11279 [ext/sqlite3/tests/sqlite3_05_delete.phpt]
       
 14545 PASS SQLite3::query DELETE tests [ext/sqlite3/tests/sqlite3_05_delete.phpt] 
       
 14546 TEST 7348/11279 [ext/sqlite3/tests/sqlite3_06_prepared_stmt.phpt]
       
 14547 PASS SQLite3::prepare Bound Variable test [ext/sqlite3/tests/sqlite3_06_prepared_stmt.phpt] 
       
 14548 TEST 7349/11279 [ext/sqlite3/tests/sqlite3_07_prepared_stmt.phpt]
       
 14549 PASS SQLite3::prepare Bound Value test [ext/sqlite3/tests/sqlite3_07_prepared_stmt.phpt] 
       
 14550 TEST 7350/11279 [ext/sqlite3/tests/sqlite3_08_udf.phpt]
       
 14551 PASS SQLite3::createFunction [ext/sqlite3/tests/sqlite3_08_udf.phpt] 
       
 14552 TEST 7351/11279 [ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt]
       
 14553 PASS SQLite3::prepare Bound Variable Blob test [ext/sqlite3/tests/sqlite3_09_blob_bound_param.phpt] 
       
 14554 TEST 7352/11279 [ext/sqlite3/tests/sqlite3_10_bound_value_name.phpt]
       
 14555 PASS SQLite3::prepare Bound Value test [ext/sqlite3/tests/sqlite3_10_bound_value_name.phpt] 
       
 14556 TEST 7353/11279 [ext/sqlite3/tests/sqlite3_11_numrows.phpt]
       
 14557 SKIP SQLite3::prepare number of rows [ext/sqlite3/tests/sqlite3_11_numrows.phpt] 
       
 14558 TEST 7354/11279 [ext/sqlite3/tests/sqlite3_12_unfinalized_stmt_cleanup.phpt]
       
 14559 PASS SQLite3::query Unfinalized statement tests [ext/sqlite3/tests/sqlite3_12_unfinalized_stmt_cleanup.phpt] 
       
 14560 TEST 7355/11279 [ext/sqlite3/tests/sqlite3_13_skip_all_cleanup.phpt]
       
 14561 PASS SQLite3::query Skip all cleanup [ext/sqlite3/tests/sqlite3_13_skip_all_cleanup.phpt] 
       
 14562 TEST 7356/11279 [ext/sqlite3/tests/sqlite3_14_querysingle.phpt]
       
 14563 PASS SQLite3::querySingle tests [ext/sqlite3/tests/sqlite3_14_querysingle.phpt] 
       
 14564 TEST 7357/11279 [ext/sqlite3/tests/sqlite3_15_open_error-win.phpt]
       
 14565 SKIP SQLite3::open error test [ext/sqlite3/tests/sqlite3_15_open_error-win.phpt] reason: windows only test
       
 14566 TEST 7358/11279 [ext/sqlite3/tests/sqlite3_15_open_error.phpt]
       
 14567 PASS SQLite3::open error test [ext/sqlite3/tests/sqlite3_15_open_error.phpt] 
       
 14568 TEST 7359/11279 [ext/sqlite3/tests/sqlite3_16_select_no_results.phpt]
       
 14569 PASS SQLite3::query SELECT with no results [ext/sqlite3/tests/sqlite3_16_select_no_results.phpt] 
       
 14570 TEST 7360/11279 [ext/sqlite3/tests/sqlite3_17_version.phpt]
       
 14571 PASS SQLite3::version() [ext/sqlite3/tests/sqlite3_17_version.phpt] 
       
 14572 TEST 7361/11279 [ext/sqlite3/tests/sqlite3_18_changes.phpt]
       
 14573 PASS SQLite3::changes() tests [ext/sqlite3/tests/sqlite3_18_changes.phpt] 
       
 14574 TEST 7362/11279 [ext/sqlite3/tests/sqlite3_19_columninfo.phpt]
       
 14575 PASS SQLite3 columnType and columnName [ext/sqlite3/tests/sqlite3_19_columninfo.phpt] 
       
 14576 TEST 7363/11279 [ext/sqlite3/tests/sqlite3_20_error.phpt]
       
 14577 PASS SQLite3 error functions [ext/sqlite3/tests/sqlite3_20_error.phpt] 
       
 14578 TEST 7364/11279 [ext/sqlite3/tests/sqlite3_21_security.phpt]
       
 14579 PASS SQLite3 open_basedir checks [ext/sqlite3/tests/sqlite3_21_security.phpt] 
       
 14580 TEST 7365/11279 [ext/sqlite3/tests/sqlite3_22_loadextension.phpt]
       
 14581 PASS SQLite3 load extension [ext/sqlite3/tests/sqlite3_22_loadextension.phpt] 
       
 14582 TEST 7366/11279 [ext/sqlite3/tests/sqlite3_23_escape_string.phpt]
       
 14583 PASS SQLite3::escapeString [ext/sqlite3/tests/sqlite3_23_escape_string.phpt] 
       
 14584 TEST 7367/11279 [ext/sqlite3/tests/sqlite3_24_last_insert_rowid.phpt]
       
 14585 PASS SQLite3::lastInsertRowID tests [ext/sqlite3/tests/sqlite3_24_last_insert_rowid.phpt] 
       
 14586 TEST 7368/11279 [ext/sqlite3/tests/sqlite3_25_create_aggregate.phpt]
       
 14587 PASS SQLite3::createAggregate() test [ext/sqlite3/tests/sqlite3_25_create_aggregate.phpt] 
       
 14588 TEST 7369/11279 [ext/sqlite3/tests/sqlite3_26_reset_prepared_stmt.phpt]
       
 14589 PASS SQLite3::reset prepared statement [ext/sqlite3/tests/sqlite3_26_reset_prepared_stmt.phpt] 
       
 14590 TEST 7370/11279 [ext/sqlite3/tests/sqlite3_27_reset_prepared_stmt_result.phpt]
       
 14591 PASS SQLite3::reset prepared statement results [ext/sqlite3/tests/sqlite3_27_reset_prepared_stmt_result.phpt] 
       
 14592 TEST 7371/11279 [ext/sqlite3/tests/sqlite3_28_clear_bindings.phpt]
       
 14593 PASS SQLite3_stmt::clear prepared statement results [ext/sqlite3/tests/sqlite3_28_clear_bindings.phpt] 
       
 14594 TEST 7372/11279 [ext/sqlite3/tests/sqlite3_29_createfunction.phpt]
       
 14595 PASS SQLite3::createFunction - Basic test [ext/sqlite3/tests/sqlite3_29_createfunction.phpt] 
       
 14596 TEST 7373/11279 [ext/sqlite3/tests/sqlite3_30_blobopen.phpt]
       
 14597 PASS SQLite3::blobOpen stream test [ext/sqlite3/tests/sqlite3_30_blobopen.phpt] 
       
 14598 TEST 7374/11279 [ext/sqlite3/tests/sqlite3_31_changes.phpt]
       
 14599 PASS SQLite3::changes (parameters) tests [ext/sqlite3/tests/sqlite3_31_changes.phpt] 
       
 14600 TEST 7375/11279 [ext/sqlite3/tests/sqlite3_31_open.phpt]
       
 14601 PASS SQLite3::re-initialize object tests [ext/sqlite3/tests/sqlite3_31_open.phpt] 
       
 14602 TEST 7376/11279 [ext/sqlite3/tests/sqlite3_32_changes.phpt]
       
 14603 PASS SQLite3::changes empty str tests [ext/sqlite3/tests/sqlite3_32_changes.phpt] 
       
 14604 TEST 7377/11279 [ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt]
       
 14605 PASS SQLite3::createAggregate Test that an error is thrown when no parameters are present [ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt] 
       
 14606 TEST 7378/11279 [ext/sqlite3/tests/sqlite3_32_last_insert_rowid_param.phpt]
       
 14607 PASS SQLite3::lastInsertRowID parameter test [ext/sqlite3/tests/sqlite3_32_last_insert_rowid_param.phpt] 
       
 14608 TEST 7379/11279 [ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt]
       
 14609 PASS SQLite3::createAggregate() Test whether a supplied PHP function is valid when using in an aggregate function [ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt] 
       
 14610 TEST 7380/11279 [ext/sqlite3/tests/sqlite3_33_load_extension_param.phpt]
       
 14611 PASS SQLite3::loadExtension with empty extension test [ext/sqlite3/tests/sqlite3_33_load_extension_param.phpt] 
       
 14612 TEST 7381/11279 [ext/sqlite3/tests/sqlite3_33_reset.phpt]
       
 14613 PASS SQLite3:: reset [ext/sqlite3/tests/sqlite3_33_reset.phpt] 
       
 14614 TEST 7382/11279 [ext/sqlite3/tests/sqlite3_34_load_extension_ext_dir.phpt]
       
 14615 PASS SQLite3::loadExtension with disabled extensions [ext/sqlite3/tests/sqlite3_34_load_extension_ext_dir.phpt] 
       
 14616 TEST 7383/11279 [ext/sqlite3/tests/sqlite3_35_stmt_readonly.phpt]
       
 14617 PASS SQLite3_stmt::readOnly check [ext/sqlite3/tests/sqlite3_35_stmt_readonly.phpt] 
       
 14618 TEST 7384/11279 [ext/sqlite3/tests/sqlite3_36_create_collation.phpt]
       
 14619 PASS Test SQLite3::createCollation() by adding strnatcmp() as an SQL COLLATE sequence [ext/sqlite3/tests/sqlite3_36_create_collation.phpt] 
       
 14620 TEST 7385/11279 [ext/sqlite3/tests/sqlite3_close_error.phpt]
       
 14621 PASS SQLite3::close parameters [ext/sqlite3/tests/sqlite3_close_error.phpt] 
       
 14622 TEST 7386/11279 [ext/sqlite3/tests/sqlite3_close_with_params.phpt]
       
 14623 PASS SQLite3::close test with parameters [ext/sqlite3/tests/sqlite3_close_with_params.phpt] 
       
 14624 TEST 7387/11279 [ext/sqlite3/tests/sqlite3_enable_exceptions.phpt]
       
 14625 PASS SQLite3::enableExceptions test [ext/sqlite3/tests/sqlite3_enable_exceptions.phpt] 
       
 14626 TEST 7388/11279 [ext/sqlite3/tests/sqlite3_exec_wrongparams.phpt]
       
 14627 PASS SQLite3::exec test, testing for wrong type parameters [ext/sqlite3/tests/sqlite3_exec_wrongparams.phpt] 
       
 14628 TEST 7389/11279 [ext/sqlite3/tests/sqlite3_lasterrorcode_with_params.phpt]
       
 14629 PASS SQLite3::lastErrorCode test with parameters [ext/sqlite3/tests/sqlite3_lasterrorcode_with_params.phpt] 
       
 14630 TEST 7390/11279 [ext/sqlite3/tests/sqlite3_lasterrormsg_with_params.phpt]
       
 14631 PASS SQLite3::lastErrorMsg test with parameters [ext/sqlite3/tests/sqlite3_lasterrormsg_with_params.phpt] 
       
 14632 TEST 7391/11279 [ext/sqlite3/tests/sqlite3_loadextension_with_wrong_param.phpt]
       
 14633 PASS SQLite3::loadExtension test with wrong parameter type [ext/sqlite3/tests/sqlite3_loadextension_with_wrong_param.phpt] 
       
 14634 TEST 7392/11279 [ext/sqlite3/tests/sqlite3_open_empty_string.phpt]
       
 14635 PASS SQLite3::open test with empty string argument via the constructor [ext/sqlite3/tests/sqlite3_open_empty_string.phpt] 
       
 14636 TEST 7393/11279 [ext/sqlite3/tests/sqlite3_openblob_wrongparams.phpt]
       
 14637 PASS SQLite3::blobOpen test, testing stream with wrong parameter count [ext/sqlite3/tests/sqlite3_openblob_wrongparams.phpt] 
       
 14638 TEST 7394/11279 [ext/sqlite3/tests/sqlite3_prepare_001.phpt]
       
 14639 PASS SQLite3 - memory leak on SQLite3Result and SQLite3Stmt [ext/sqlite3/tests/sqlite3_prepare_001.phpt] 
       
 14640 TEST 7395/11279 [ext/sqlite3/tests/sqlite3_prepare_faultystmt.phpt]
       
 14641 PASS SQLite3::prepare test, testing for faulty statement [ext/sqlite3/tests/sqlite3_prepare_faultystmt.phpt] 
       
 14642 TEST 7396/11279 [ext/sqlite3/tests/sqlite3_prepare_with_empty_string.phpt]
       
 14643 PASS SQLite3::prepare test with empty string argument [ext/sqlite3/tests/sqlite3_prepare_with_empty_string.phpt] 
       
 14644 TEST 7397/11279 [ext/sqlite3/tests/sqlite3_prepare_wrongparams.phpt]
       
 14645 PASS SQLite3::prepare test, testing for wrong parameters [ext/sqlite3/tests/sqlite3_prepare_wrongparams.phpt] 
       
 14646 TEST 7398/11279 [ext/sqlite3/tests/sqlite3_prepared_stmt_clear_with_params.phpt]
       
 14647 PASS SQLite3Stmt::clear test with parameters [ext/sqlite3/tests/sqlite3_prepared_stmt_clear_with_params.phpt] 
       
 14648 TEST 7399/11279 [ext/sqlite3/tests/sqlite3_query_error.phpt]
       
 14649 PASS SQLite3::query parameters [ext/sqlite3/tests/sqlite3_query_error.phpt] 
       
 14650 TEST 7400/11279 [ext/sqlite3/tests/sqlite3_querysingle_error.phpt]
       
 14651 PASS SQLite3::query parameters [ext/sqlite3/tests/sqlite3_querysingle_error.phpt] 
       
 14652 TEST 7401/11279 [ext/sqlite3/tests/sqlite3_version_noparam.phpt]
       
 14653 PASS SQLite3::version test, testing for missing function parameters [ext/sqlite3/tests/sqlite3_version_noparam.phpt] 
       
 14654 TEST 7402/11279 [ext/sqlite3/tests/sqlite3result_fetcharray_with_two_params_fails.phpt]
       
 14655 PASS SQLite3Result::fetchArray() test, testing two params causes a failure [ext/sqlite3/tests/sqlite3result_fetcharray_with_two_params_fails.phpt] 
       
 14656 TEST 7403/11279 [ext/sqlite3/tests/sqlite3result_numcolumns_error.phpt]
       
 14657 PASS SQLite3Result::numColumns parameters [ext/sqlite3/tests/sqlite3result_numcolumns_error.phpt] 
       
 14658 TEST 7404/11279 [ext/sqlite3/tests/sqlite3result_reset_with_params_fails.phpt]
       
 14659 PASS SQLite3Result::reset test, testing an exception is raised when calling reset with parameters [ext/sqlite3/tests/sqlite3result_reset_with_params_fails.phpt] 
       
 14660 TEST 7405/11279 [ext/sqlite3/tests/sqlite3stmt_paramCount_basic.phpt]
       
 14661 PASS SQLite3Stmt::paramCount basic test [ext/sqlite3/tests/sqlite3stmt_paramCount_basic.phpt] 
       
 14662 TEST 7406/11279 [ext/sqlite3/tests/sqlite3stmt_paramCount_error.phpt]
       
 14663 PASS SQLite3Stmt::paramCount error test [ext/sqlite3/tests/sqlite3stmt_paramCount_error.phpt] 
       
 14664 TEST 7407/11279 [ext/sqlite3/tests/sqlite3stmt_reset_params.phpt]
       
 14665 PASS SQLite3Stmt::reset with parameter test [ext/sqlite3/tests/sqlite3stmt_reset_params.phpt] 
       
 14666 TEST 7408/11279 [ext/standard/tests/array/001.phpt]
       
 14667 PASS Test array_merge and array_walk [ext/standard/tests/array/001.phpt] 
       
 14668 TEST 7409/11279 [ext/standard/tests/array/002.phpt]
       
 14669 PASS Test arsort, asort, krsort, ksort, rsort, and sort [ext/standard/tests/array/002.phpt] 
       
 14670 TEST 7410/11279 [ext/standard/tests/array/003.phpt]
       
 14671 PASS Test usort, uksort and uasort [ext/standard/tests/array/003.phpt] 
       
 14672 TEST 7411/11279 [ext/standard/tests/array/004.phpt]
       
 14673 PASS Test natsort and natcasesort [ext/standard/tests/array/004.phpt] 
       
 14674 TEST 7412/11279 [ext/standard/tests/array/005.phpt]
       
 14675 PASS Test array_shift() function [ext/standard/tests/array/005.phpt] 
       
 14676 TEST 7413/11279 [ext/standard/tests/array/006.phpt]
       
 14677 PASS Test array_pop behaviour [ext/standard/tests/array/006.phpt] 
       
 14678 TEST 7414/11279 [ext/standard/tests/array/007.phpt]
       
 14679 PASS Test array_diff and array_diff_assoc behaviour [ext/standard/tests/array/007.phpt] 
       
 14680 TEST 7415/11279 [ext/standard/tests/array/008.phpt]
       
 14681 PASS Test array_intersect and array_intersect_assoc behaviour [ext/standard/tests/array/008.phpt] 
       
 14682 TEST 7416/11279 [ext/standard/tests/array/009.phpt]
       
 14683 PASS Test key(), current(), next() & reset() functions [ext/standard/tests/array/009.phpt] 
       
 14684 TEST 7417/11279 [ext/standard/tests/array/array_change_key_case.phpt]
       
 14685 PASS Test array_change_key_case() function [ext/standard/tests/array/array_change_key_case.phpt] 
       
 14686 TEST 7418/11279 [ext/standard/tests/array/array_change_key_case_errors.phpt]
       
 14687 PASS Test array_change_key_case() function - 3 [ext/standard/tests/array/array_change_key_case_errors.phpt] 
       
 14688 TEST 7419/11279 [ext/standard/tests/array/array_change_key_case_variation.phpt]
       
 14689 PASS Test array_change_key_case() function - 2 [ext/standard/tests/array/array_change_key_case_variation.phpt] 
       
 14690 TEST 7420/11279 [ext/standard/tests/array/array_change_key_case_variation1.phpt]
       
 14691 PASS Test array_change_key_case() function : usage variations - Pass different data types as $input arg [ext/standard/tests/array/array_change_key_case_variation1.phpt] 
       
 14692 TEST 7421/11279 [ext/standard/tests/array/array_change_key_case_variation2.phpt]
       
 14693 PASS Test array_change_key_case() function : usage variations - Pass different data types as $case arg [ext/standard/tests/array/array_change_key_case_variation2.phpt] 
       
 14694 TEST 7422/11279 [ext/standard/tests/array/array_change_key_case_variation3.phpt]
       
 14695 PASS Test array_change_key_case() function : usage variations - different data types as keys [ext/standard/tests/array/array_change_key_case_variation3.phpt] 
       
 14696 TEST 7423/11279 [ext/standard/tests/array/array_change_key_case_variation4.phpt]
       
 14697 PASS Test array_change_key_case() function : usage variations - different int values for $case [ext/standard/tests/array/array_change_key_case_variation4.phpt] 
       
 14698 TEST 7424/11279 [ext/standard/tests/array/array_change_key_case_variation5.phpt]
       
 14699 PASS Test array_change_key_case() function : usage variations - position of internal pointer [ext/standard/tests/array/array_change_key_case_variation5.phpt] 
       
 14700 TEST 7425/11279 [ext/standard/tests/array/array_change_key_case_variation6.phpt]
       
 14701 PASS Test array_change_key_case() function : usage variations - multidimensional arrays [ext/standard/tests/array/array_change_key_case_variation6.phpt] 
       
 14702 TEST 7426/11279 [ext/standard/tests/array/array_change_key_case_variation7.phpt]
       
 14703 PASS Test array_change_key_case() function : usage variations - referenced variables [ext/standard/tests/array/array_change_key_case_variation7.phpt] 
       
 14704 TEST 7427/11279 [ext/standard/tests/array/array_change_key_case_variation8.phpt]
       
 14705 PASS Test array_change_key_case() function : usage variations - Different strings as keys [ext/standard/tests/array/array_change_key_case_variation8.phpt] 
       
 14706 TEST 7428/11279 [ext/standard/tests/array/array_chunk.phpt]
       
 14707 PASS array_chunk() [ext/standard/tests/array/array_chunk.phpt] 
       
 14708 TEST 7429/11279 [ext/standard/tests/array/array_chunk2.phpt]
       
 14709 PASS basic array_chunk test [ext/standard/tests/array/array_chunk2.phpt] 
       
 14710 TEST 7430/11279 [ext/standard/tests/array/array_chunk_basic1.phpt]
       
 14711 PASS Test array_chunk() function : basic functionality - defualt 'preserve_keys' [ext/standard/tests/array/array_chunk_basic1.phpt] 
       
 14712 TEST 7431/11279 [ext/standard/tests/array/array_chunk_basic2.phpt]
       
 14713 PASS Test array_chunk() function : basic functionality - 'preserve_keys' as true/false [ext/standard/tests/array/array_chunk_basic2.phpt] 
       
 14714 TEST 7432/11279 [ext/standard/tests/array/array_chunk_error.phpt]
       
 14715 PASS Test array_chunk() function : error conditions [ext/standard/tests/array/array_chunk_error.phpt] 
       
 14716 TEST 7433/11279 [ext/standard/tests/array/array_chunk_variation1.phpt]
       
 14717 PASS Test array_chunk() function : usage variations - unexpected values for 'array' argument [ext/standard/tests/array/array_chunk_variation1.phpt] 
       
 14718 TEST 7434/11279 [ext/standard/tests/array/array_chunk_variation10.phpt]
       
 14719 PASS array_chunk() - variation 10 [ext/standard/tests/array/array_chunk_variation10.phpt] 
       
 14720 TEST 7435/11279 [ext/standard/tests/array/array_chunk_variation11.phpt]
       
 14721 PASS array_chunk() - variation 11 [ext/standard/tests/array/array_chunk_variation11.phpt] 
       
 14722 TEST 7436/11279 [ext/standard/tests/array/array_chunk_variation12.phpt]
       
 14723 PASS array_chunk() - variation 12 [ext/standard/tests/array/array_chunk_variation12.phpt] 
       
 14724 TEST 7437/11279 [ext/standard/tests/array/array_chunk_variation13.phpt]
       
 14725 PASS array_chunk() - variation 13 [ext/standard/tests/array/array_chunk_variation13.phpt] 
       
 14726 TEST 7438/11279 [ext/standard/tests/array/array_chunk_variation14.phpt]
       
 14727 PASS array_chunk() - variation 14 [ext/standard/tests/array/array_chunk_variation14.phpt] 
       
 14728 TEST 7439/11279 [ext/standard/tests/array/array_chunk_variation15.phpt]
       
 14729 PASS array_chunk() - variation 15 [ext/standard/tests/array/array_chunk_variation15.phpt] 
       
 14730 TEST 7440/11279 [ext/standard/tests/array/array_chunk_variation16.phpt]
       
 14731 PASS array_chunk() - variation 16 [ext/standard/tests/array/array_chunk_variation16.phpt] 
       
 14732 TEST 7441/11279 [ext/standard/tests/array/array_chunk_variation17.phpt]
       
 14733 PASS array_chunk() - variation 17 [ext/standard/tests/array/array_chunk_variation17.phpt] 
       
 14734 TEST 7442/11279 [ext/standard/tests/array/array_chunk_variation18.phpt]
       
 14735 PASS array_chunk() - variation 18 [ext/standard/tests/array/array_chunk_variation18.phpt] 
       
 14736 TEST 7443/11279 [ext/standard/tests/array/array_chunk_variation19.phpt]
       
 14737 PASS array_chunk() - variation 19 [ext/standard/tests/array/array_chunk_variation19.phpt] 
       
 14738 TEST 7444/11279 [ext/standard/tests/array/array_chunk_variation2.phpt]
       
 14739 PASS Test array_chunk() function : usage variations - unexpected values for 'size' argument [ext/standard/tests/array/array_chunk_variation2.phpt] 
       
 14740 TEST 7445/11279 [ext/standard/tests/array/array_chunk_variation20.phpt]
       
 14741 PASS array_chunk() - variation 20 [ext/standard/tests/array/array_chunk_variation20.phpt] 
       
 14742 TEST 7446/11279 [ext/standard/tests/array/array_chunk_variation21.phpt]
       
 14743 PASS array_chunk() - variation 21 [ext/standard/tests/array/array_chunk_variation21.phpt] 
       
 14744 TEST 7447/11279 [ext/standard/tests/array/array_chunk_variation22.phpt]
       
 14745 PASS array_chunk() - variation 22 [ext/standard/tests/array/array_chunk_variation22.phpt] 
       
 14746 TEST 7448/11279 [ext/standard/tests/array/array_chunk_variation23.phpt]
       
 14747 PASS array_chunk() - variation 23 [ext/standard/tests/array/array_chunk_variation23.phpt] 
       
 14748 TEST 7449/11279 [ext/standard/tests/array/array_chunk_variation24.phpt]
       
 14749 PASS array_chunk() - variation 24 [ext/standard/tests/array/array_chunk_variation24.phpt] 
       
 14750 TEST 7450/11279 [ext/standard/tests/array/array_chunk_variation25.phpt]
       
 14751 PASS array_chunk() - variation 25 [ext/standard/tests/array/array_chunk_variation25.phpt] 
       
 14752 TEST 7451/11279 [ext/standard/tests/array/array_chunk_variation26.phpt]
       
 14753 PASS array_chunk() - variation 26 [ext/standard/tests/array/array_chunk_variation26.phpt] 
       
 14754 TEST 7452/11279 [ext/standard/tests/array/array_chunk_variation27.phpt]
       
 14755 PASS array_chunk() - variation 27 [ext/standard/tests/array/array_chunk_variation27.phpt] 
       
 14756 TEST 7453/11279 [ext/standard/tests/array/array_chunk_variation28.phpt]
       
 14757 PASS array_chunk() - variation 28 [ext/standard/tests/array/array_chunk_variation28.phpt] 
       
 14758 TEST 7454/11279 [ext/standard/tests/array/array_chunk_variation29.phpt]
       
 14759 PASS array_chunk() - variation 29 [ext/standard/tests/array/array_chunk_variation29.phpt] 
       
 14760 TEST 7455/11279 [ext/standard/tests/array/array_chunk_variation3.phpt]
       
 14761 PASS Test array_chunk() function : usage variations - unexpected values for 'preserve_keys' [ext/standard/tests/array/array_chunk_variation3.phpt] 
       
 14762 TEST 7456/11279 [ext/standard/tests/array/array_chunk_variation30.phpt]
       
 14763 PASS array_chunk() - variation 30 [ext/standard/tests/array/array_chunk_variation30.phpt] 
       
 14764 TEST 7457/11279 [ext/standard/tests/array/array_chunk_variation31.phpt]
       
 14765 PASS array_chunk() - variation 31 [ext/standard/tests/array/array_chunk_variation31.phpt] 
       
 14766 TEST 7458/11279 [ext/standard/tests/array/array_chunk_variation32.phpt]
       
 14767 PASS array_chunk() - variation 32 [ext/standard/tests/array/array_chunk_variation32.phpt] 
       
 14768 TEST 7459/11279 [ext/standard/tests/array/array_chunk_variation4.phpt]
       
 14769 PASS Test array_chunk() function : usage variations - array with diff. sub arrays [ext/standard/tests/array/array_chunk_variation4.phpt] 
       
 14770 TEST 7460/11279 [ext/standard/tests/array/array_chunk_variation5.phpt]
       
 14771 PASS Test array_chunk() function : usage variations - different 'size' values [ext/standard/tests/array/array_chunk_variation5.phpt] 
       
 14772 TEST 7461/11279 [ext/standard/tests/array/array_chunk_variation6.phpt]
       
 14773 PASS Test array_chunk() function : usage variations - different arrays [ext/standard/tests/array/array_chunk_variation6.phpt] 
       
 14774 TEST 7462/11279 [ext/standard/tests/array/array_chunk_variation7.phpt]
       
 14775 PASS Test array_chunk() function : usage variations - references [ext/standard/tests/array/array_chunk_variation7.phpt] 
       
 14776 TEST 7463/11279 [ext/standard/tests/array/array_chunk_variation8.phpt]
       
 14777 PASS array_chunk() - variation 8 [ext/standard/tests/array/array_chunk_variation8.phpt] 
       
 14778 TEST 7464/11279 [ext/standard/tests/array/array_chunk_variation9.phpt]
       
 14779 PASS array_chunk() - variation 9 [ext/standard/tests/array/array_chunk_variation9.phpt] 
       
 14780 TEST 7465/11279 [ext/standard/tests/array/array_combine.phpt]
       
 14781 PASS basic array_combine test [ext/standard/tests/array/array_combine.phpt] 
       
 14782 TEST 7466/11279 [ext/standard/tests/array/array_combine_basic.phpt]
       
 14783 PASS Test array_combine() function : basic functionality [ext/standard/tests/array/array_combine_basic.phpt] 
       
 14784 TEST 7467/11279 [ext/standard/tests/array/array_combine_error1.phpt]
       
 14785 PASS Test array_combine() function : error conditions [ext/standard/tests/array/array_combine_error1.phpt] 
       
 14786 TEST 7468/11279 [ext/standard/tests/array/array_combine_error2.phpt]
       
 14787 PASS Test array_combine() function : error conditions - empty array [ext/standard/tests/array/array_combine_error2.phpt] 
       
 14788 TEST 7469/11279 [ext/standard/tests/array/array_combine_variation1.phpt]
       
 14789 PASS Test array_combine() function : usage variations - unexpected values for 'keys' argument [ext/standard/tests/array/array_combine_variation1.phpt] 
       
 14790 TEST 7470/11279 [ext/standard/tests/array/array_combine_variation2.phpt]
       
 14791 PASS Test array_combine() function : usage variations - unexpected values for 'values' argument [ext/standard/tests/array/array_combine_variation2.phpt] 
       
 14792 TEST 7471/11279 [ext/standard/tests/array/array_combine_variation3.phpt]
       
 14793 PASS Test array_combine() function : usage variations - different arrays(Bug#43424) [ext/standard/tests/array/array_combine_variation3.phpt] 
       
 14794 TEST 7472/11279 [ext/standard/tests/array/array_combine_variation4.phpt]
       
 14795 PASS Test array_combine() function : usage variations - associative array with different keys(Bug#43424) [ext/standard/tests/array/array_combine_variation4.phpt] 
       
 14796 TEST 7473/11279 [ext/standard/tests/array/array_combine_variation5.phpt]
       
 14797 PASS Test array_combine() function : usage variations - associative array with different values(Bug#43424) [ext/standard/tests/array/array_combine_variation5.phpt] 
       
 14798 TEST 7474/11279 [ext/standard/tests/array/array_combine_variation6.phpt]
       
 14799 PASS Test array_combine() function : usage variations - binary safe checking [ext/standard/tests/array/array_combine_variation6.phpt] 
       
 14800 TEST 7475/11279 [ext/standard/tests/array/array_count_values.phpt]
       
 14801 PASS array_count_values() [ext/standard/tests/array/array_count_values.phpt] 
       
 14802 TEST 7476/11279 [ext/standard/tests/array/array_count_values2.phpt]
       
 14803 PASS basic array_count_values test [ext/standard/tests/array/array_count_values2.phpt] 
       
 14804 TEST 7477/11279 [ext/standard/tests/array/array_count_values_error.phpt]
       
 14805 PASS Test array_count_values() function : Invalid parameters [ext/standard/tests/array/array_count_values_error.phpt] 
       
 14806 TEST 7478/11279 [ext/standard/tests/array/array_count_values_variation.phpt]
       
 14807 PASS Test array_count_values() function : Test all normal paramter variations [ext/standard/tests/array/array_count_values_variation.phpt] 
       
 14808 TEST 7479/11279 [ext/standard/tests/array/array_diff_1.phpt]
       
 14809 PASS Test array_diff when non-array is passed [ext/standard/tests/array/array_diff_1.phpt] 
       
 14810 TEST 7480/11279 [ext/standard/tests/array/array_diff_assoc.phpt]
       
 14811 PASS basic array_diff_assoc test [ext/standard/tests/array/array_diff_assoc.phpt] 
       
 14812 TEST 7481/11279 [ext/standard/tests/array/array_diff_assoc_basic.phpt]
       
 14813 PASS Test array_diff_assoc() function : basic functionality [ext/standard/tests/array/array_diff_assoc_basic.phpt] 
       
 14814 TEST 7482/11279 [ext/standard/tests/array/array_diff_assoc_error.phpt]
       
 14815 PASS Test array_diff_assoc() function : error conditions - pass array_diff_assoc() too few/zero arguments [ext/standard/tests/array/array_diff_assoc_error.phpt] 
       
 14816 TEST 7483/11279 [ext/standard/tests/array/array_diff_assoc_variation1.phpt]
       
 14817 PASS Test array_diff_assoc() function : usage variations  - unexpected values for 'arr1' argument [ext/standard/tests/array/array_diff_assoc_variation1.phpt] 
       
 14818 TEST 7484/11279 [ext/standard/tests/array/array_diff_assoc_variation10.phpt]
       
 14819 PASS Test array_diff_assoc() function : usage variations - binary safe check [ext/standard/tests/array/array_diff_assoc_variation10.phpt] 
       
 14820 TEST 7485/11279 [ext/standard/tests/array/array_diff_assoc_variation2.phpt]
       
 14821 PASS Test array_diff_assoc() function : usage variations  - unexpected values for 'arr1' argument [ext/standard/tests/array/array_diff_assoc_variation2.phpt] 
       
 14822 TEST 7486/11279 [ext/standard/tests/array/array_diff_assoc_variation3.phpt]
       
 14823 PASS Test array_diff_assoc() function : variation - array containing different data types [ext/standard/tests/array/array_diff_assoc_variation3.phpt] 
       
 14824 TEST 7487/11279 [ext/standard/tests/array/array_diff_assoc_variation4.phpt]
       
 14825 PASS Test array_diff_assoc() function : usage variations - arrays with different data types as keys [ext/standard/tests/array/array_diff_assoc_variation4.phpt] 
       
 14826 TEST 7488/11279 [ext/standard/tests/array/array_diff_assoc_variation5.phpt]
       
 14827 PASS Test array_diff_assoc() function : usage variations - compare integers, floats and strings [ext/standard/tests/array/array_diff_assoc_variation5.phpt] 
       
 14828 TEST 7489/11279 [ext/standard/tests/array/array_diff_assoc_variation6.phpt]
       
 14829 PASS Test array_diff_assoc() function : usage variations - strict string comparison check [ext/standard/tests/array/array_diff_assoc_variation6.phpt] 
       
 14830 TEST 7490/11279 [ext/standard/tests/array/array_diff_assoc_variation7.phpt]
       
 14831 PASS Test array_diff_assoc() function : usage variations - arrays containing referenced variables [ext/standard/tests/array/array_diff_assoc_variation7.phpt] 
       
 14832 TEST 7491/11279 [ext/standard/tests/array/array_diff_assoc_variation8.phpt]
       
 14833 PASS Test array_diff_assoc() function : usage variations - array containing duplicate keys and values [ext/standard/tests/array/array_diff_assoc_variation8.phpt] 
       
 14834 TEST 7492/11279 [ext/standard/tests/array/array_diff_assoc_variation9.phpt]
       
 14835 PASS Test array_diff_assoc() function : usage variations - compare multidimensional arrays [ext/standard/tests/array/array_diff_assoc_variation9.phpt] 
       
 14836 TEST 7493/11279 [ext/standard/tests/array/array_diff_basic.phpt]
       
 14837 PASS Test array_diff() function : basic functionality [ext/standard/tests/array/array_diff_basic.phpt] 
       
 14838 TEST 7494/11279 [ext/standard/tests/array/array_diff_error.phpt]
       
 14839 PASS Test array_diff() function : error conditions - too few arguments passed to function [ext/standard/tests/array/array_diff_error.phpt] 
       
 14840 TEST 7495/11279 [ext/standard/tests/array/array_diff_key.phpt]
       
 14841 PASS Test of the array_diff_key() and array_diff_ukey() [ext/standard/tests/array/array_diff_key.phpt] 
       
 14842 TEST 7496/11279 [ext/standard/tests/array/array_diff_key2.phpt]
       
 14843 PASS basic array_diff_key test [ext/standard/tests/array/array_diff_key2.phpt] 
       
 14844 TEST 7497/11279 [ext/standard/tests/array/array_diff_key_basic.phpt]
       
 14845 PASS Test array_diff_key() : basic functionality [ext/standard/tests/array/array_diff_key_basic.phpt] 
       
 14846 TEST 7498/11279 [ext/standard/tests/array/array_diff_key_error.phpt]
       
 14847 PASS Test array_diff_key() function : error conditions [ext/standard/tests/array/array_diff_key_error.phpt] 
       
 14848 TEST 7499/11279 [ext/standard/tests/array/array_diff_key_variation1.phpt]
       
 14849 PASS Test array_diff_key() function : usage variation - Passing unexpected values to first argument [ext/standard/tests/array/array_diff_key_variation1.phpt] 
       
 14850 TEST 7500/11279 [ext/standard/tests/array/array_diff_key_variation2.phpt]
       
 14851 PASS Test array_diff_key() function : usage variation - Passing unexpected values to second argument [ext/standard/tests/array/array_diff_key_variation2.phpt] 
       
 14852 TEST 7501/11279 [ext/standard/tests/array/array_diff_key_variation3.phpt]
       
 14853 PASS Test array_diff_key() function : usage variation - Passing unexpected values to third optional argument [ext/standard/tests/array/array_diff_key_variation3.phpt] 
       
 14854 TEST 7502/11279 [ext/standard/tests/array/array_diff_key_variation4.phpt]
       
 14855 PASS Test array_diff_key() function : usage variation - Passing integer indexed array [ext/standard/tests/array/array_diff_key_variation4.phpt] 
       
 14856 TEST 7503/11279 [ext/standard/tests/array/array_diff_key_variation5.phpt]
       
 14857 PASS Test array_diff_key() function : usage variation - Passing float indexed array [ext/standard/tests/array/array_diff_key_variation5.phpt] 
       
 14858 TEST 7504/11279 [ext/standard/tests/array/array_diff_key_variation6.phpt]
       
 14859 PASS Test array_diff_key() function : usage variation - Passing boolean indexed array [ext/standard/tests/array/array_diff_key_variation6.phpt] 
       
 14860 TEST 7505/11279 [ext/standard/tests/array/array_diff_key_variation7.phpt]
       
 14861 PASS Test array_diff_key() function : usage variation - Passing null,unset and undefined variable indexed array [ext/standard/tests/array/array_diff_key_variation7.phpt] 
       
 14862 TEST 7506/11279 [ext/standard/tests/array/array_diff_key_variation8.phpt]
       
 14863 PASS Test array_diff_key() function : usage variation - Passing multi-dimensional array [ext/standard/tests/array/array_diff_key_variation8.phpt] 
       
 14864 TEST 7507/11279 [ext/standard/tests/array/array_diff_uassoc_basic.phpt]
       
 14865 PASS array_diff_uassoc(): Basic test [ext/standard/tests/array/array_diff_uassoc_basic.phpt] 
       
 14866 TEST 7508/11279 [ext/standard/tests/array/array_diff_uassoc_error.phpt]
       
 14867 PASS Test array_diff_uassoc() function : error conditions [ext/standard/tests/array/array_diff_uassoc_error.phpt] 
       
 14868 TEST 7509/11279 [ext/standard/tests/array/array_diff_uassoc_variation1.phpt]
       
 14869 PASS Test array_diff_uassoc() function : usage variation - Passing unexpected values to first argument [ext/standard/tests/array/array_diff_uassoc_variation1.phpt] 
       
 14870 TEST 7510/11279 [ext/standard/tests/array/array_diff_uassoc_variation10.phpt]
       
 14871 PASS Test array_diff_uassoc() function : usage variation - Passing float indexed array [ext/standard/tests/array/array_diff_uassoc_variation10.phpt] 
       
 14872 TEST 7511/11279 [ext/standard/tests/array/array_diff_uassoc_variation11.phpt]
       
 14873 PASS Test array_diff_uassoc() function : usage variation - Passing boolean indexed array [ext/standard/tests/array/array_diff_uassoc_variation11.phpt] 
       
 14874 TEST 7512/11279 [ext/standard/tests/array/array_diff_uassoc_variation12.phpt]
       
 14875 PASS Test array_diff_uassoc() function : usage variation - Passing null,unset and undefined variable indexed array [ext/standard/tests/array/array_diff_uassoc_variation12.phpt] 
       
 14876 TEST 7513/11279 [ext/standard/tests/array/array_diff_uassoc_variation13.phpt]
       
 14877 PASS Test array_diff_uassoc() function : usage variations - arrays containing referenced variables [ext/standard/tests/array/array_diff_uassoc_variation13.phpt] 
       
 14878 TEST 7514/11279 [ext/standard/tests/array/array_diff_uassoc_variation14.phpt]
       
 14879 PASS Test array_diff_uassoc() function : usage variation -Passing classWithoutToString (handling fatal error) to callback [ext/standard/tests/array/array_diff_uassoc_variation14.phpt] 
       
 14880 TEST 7515/11279 [ext/standard/tests/array/array_diff_uassoc_variation2.phpt]
       
 14881 PASS Test array_diff_uassoc() function : usage variation -Passing unexpected values to second argument [ext/standard/tests/array/array_diff_uassoc_variation2.phpt] 
       
 14882 TEST 7516/11279 [ext/standard/tests/array/array_diff_uassoc_variation3.phpt]
       
 14883 PASS Test array_diff_uassoc() function : usage variation -Passing unexpected values to callback argument [ext/standard/tests/array/array_diff_uassoc_variation3.phpt] 
       
 14884 TEST 7517/11279 [ext/standard/tests/array/array_diff_uassoc_variation4.phpt]
       
 14885 PASS Test array_diff_uassoc() function : usage variation -Passing unexpected values as third optional argument [ext/standard/tests/array/array_diff_uassoc_variation4.phpt] 
       
 14886 TEST 7518/11279 [ext/standard/tests/array/array_diff_uassoc_variation5.phpt]
       
 14887 PASS Test array_diff_uassoc() function : usage variation - Comparing integers and floating point numbers [ext/standard/tests/array/array_diff_uassoc_variation5.phpt] 
       
 14888 TEST 7519/11279 [ext/standard/tests/array/array_diff_uassoc_variation6.phpt]
       
 14889 PASS Test array_diff_uassoc() function : usage variation - Comparing floating points with strings having integers and float [ext/standard/tests/array/array_diff_uassoc_variation6.phpt] 
       
 14890 TEST 7520/11279 [ext/standard/tests/array/array_diff_uassoc_variation7.phpt]
       
 14891 PASS Test array_diff_uassoc() function : usage variation - Comparing strings containing integers and float [ext/standard/tests/array/array_diff_uassoc_variation7.phpt] 
       
 14892 TEST 7521/11279 [ext/standard/tests/array/array_diff_uassoc_variation8.phpt]
       
 14893 PASS Test array_diff_uassoc() function : usage variation - Comparing integers with strings containing integers and float [ext/standard/tests/array/array_diff_uassoc_variation8.phpt] 
       
 14894 TEST 7522/11279 [ext/standard/tests/array/array_diff_uassoc_variation9.phpt]
       
 14895 PASS Test array_diff_uassoc() function : usage variation - Passing integer indexed array [ext/standard/tests/array/array_diff_uassoc_variation9.phpt] 
       
 14896 TEST 7523/11279 [ext/standard/tests/array/array_diff_ukey_basic.phpt]
       
 14897 PASS array_diff_ukey() : Basic test. [ext/standard/tests/array/array_diff_ukey_basic.phpt] 
       
 14898 TEST 7524/11279 [ext/standard/tests/array/array_diff_ukey_error.phpt]
       
 14899 PASS Test array_diff_ukey() function : error conditions [ext/standard/tests/array/array_diff_ukey_error.phpt] 
       
 14900 TEST 7525/11279 [ext/standard/tests/array/array_diff_ukey_variation1.phpt]
       
 14901 PASS Test array_diff_ukey() function : usage variation - Passing unexpected values to first argument [ext/standard/tests/array/array_diff_ukey_variation1.phpt] 
       
 14902 TEST 7526/11279 [ext/standard/tests/array/array_diff_ukey_variation10.phpt]
       
 14903 PASS Test array_diff_ukey() function : usage variation - Passing non-existing function name to callback [ext/standard/tests/array/array_diff_ukey_variation10.phpt] 
       
 14904 TEST 7527/11279 [ext/standard/tests/array/array_diff_ukey_variation11.phpt]
       
 14905 PASS Test array_diff_ukey() function : usage variation - Passing class without string to callback (Handling fatal error) [ext/standard/tests/array/array_diff_ukey_variation11.phpt] 
       
 14906 TEST 7528/11279 [ext/standard/tests/array/array_diff_ukey_variation2.phpt]
       
 14907 PASS Test array_diff_ukey() function : usage variation - Passing unexpected values to second argument [ext/standard/tests/array/array_diff_ukey_variation2.phpt] 
       
 14908 TEST 7529/11279 [ext/standard/tests/array/array_diff_ukey_variation3.phpt]
       
 14909 PASS Test array_diff_ukey() function : usage variation - Passing unexpected values to third optional argument [ext/standard/tests/array/array_diff_ukey_variation3.phpt] 
       
 14910 TEST 7530/11279 [ext/standard/tests/array/array_diff_ukey_variation4.phpt]
       
 14911 PASS Test array_diff_ukey() function : usage variation - Passing unexpected values to callback argument [ext/standard/tests/array/array_diff_ukey_variation4.phpt] 
       
 14912 TEST 7531/11279 [ext/standard/tests/array/array_diff_ukey_variation5.phpt]
       
 14913 PASS Test array_diff_ukey() function : usage variation - Passing multi-dimensional array [ext/standard/tests/array/array_diff_ukey_variation5.phpt] 
       
 14914 TEST 7532/11279 [ext/standard/tests/array/array_diff_ukey_variation6.phpt]
       
 14915 PASS Test array_diff_ukey() function : usage variation - Passing integer indexed array [ext/standard/tests/array/array_diff_ukey_variation6.phpt] 
       
 14916 TEST 7533/11279 [ext/standard/tests/array/array_diff_ukey_variation7.phpt]
       
 14917 PASS Test array_diff_ukey() function : usage variation - Passing float indexed array [ext/standard/tests/array/array_diff_ukey_variation7.phpt] 
       
 14918 TEST 7534/11279 [ext/standard/tests/array/array_diff_ukey_variation8.phpt]
       
 14919 PASS Test array_diff_ukey() function : usage variation - Passing boolean indexed array [ext/standard/tests/array/array_diff_ukey_variation8.phpt] 
       
 14920 TEST 7535/11279 [ext/standard/tests/array/array_diff_ukey_variation9.phpt]
       
 14921 PASS Test array_diff_ukey() function : usage variation - Passing null,unset and undefined variable indexed array [ext/standard/tests/array/array_diff_ukey_variation9.phpt] 
       
 14922 TEST 7536/11279 [ext/standard/tests/array/array_diff_variation1.phpt]
       
 14923 PASS Test array_diff() function : usage variations - unexpected values for 'arr1' argument [ext/standard/tests/array/array_diff_variation1.phpt] 
       
 14924 TEST 7537/11279 [ext/standard/tests/array/array_diff_variation10.phpt]
       
 14925 PASS Test array_diff() function : usage variations - binary safe checking [ext/standard/tests/array/array_diff_variation10.phpt] 
       
 14926 TEST 7538/11279 [ext/standard/tests/array/array_diff_variation2.phpt]
       
 14927 PASS Test array_diff() function : usage variations - unexpected values for 'arr2' argument [ext/standard/tests/array/array_diff_variation2.phpt] 
       
 14928 TEST 7539/11279 [ext/standard/tests/array/array_diff_variation3.phpt]
       
 14929 PASS Test array_diff() function : usage variations  - array with different data types as values [ext/standard/tests/array/array_diff_variation3.phpt] 
       
 14930 TEST 7540/11279 [ext/standard/tests/array/array_diff_variation4.phpt]
       
 14931 PASS Test array_diff() function : usage variations  - array with different data types as values [ext/standard/tests/array/array_diff_variation4.phpt] 
       
 14932 TEST 7541/11279 [ext/standard/tests/array/array_diff_variation5.phpt]
       
 14933 PASS Test array_diff() function : usage variations - comparing integers, float 
       
 14934 and string array values [ext/standard/tests/array/array_diff_variation5.phpt] 
       
 14935 TEST 7542/11279 [ext/standard/tests/array/array_diff_variation6.phpt]
       
 14936 PASS Test array_diff() function : usage variations - array containing duplicate keys and values [ext/standard/tests/array/array_diff_variation6.phpt] 
       
 14937 TEST 7543/11279 [ext/standard/tests/array/array_diff_variation7.phpt]
       
 14938 PASS Test array_diff() function : usage variations - arrays containing referenced variables [ext/standard/tests/array/array_diff_variation7.phpt] 
       
 14939 TEST 7544/11279 [ext/standard/tests/array/array_diff_variation8.phpt]
       
 14940 PASS Test array_diff() function : usage variations - associative arrays contianing different data types [ext/standard/tests/array/array_diff_variation8.phpt] 
       
 14941 TEST 7545/11279 [ext/standard/tests/array/array_diff_variation9.phpt]
       
 14942 PASS Test array_diff() function : usage variations - multidimensional arrays [ext/standard/tests/array/array_diff_variation9.phpt] 
       
 14943 TEST 7546/11279 [ext/standard/tests/array/array_fill.phpt]
       
 14944 PASS basic array_fill test [ext/standard/tests/array/array_fill.phpt] 
       
 14945 TEST 7547/11279 [ext/standard/tests/array/array_fill_basic.phpt]
       
 14946 PASS Test array_fill() function : basic functionality [ext/standard/tests/array/array_fill_basic.phpt] 
       
 14947 TEST 7548/11279 [ext/standard/tests/array/array_fill_error.phpt]
       
 14948 PASS Test array_fill() function : error conditions [ext/standard/tests/array/array_fill_error.phpt] 
       
 14949 TEST 7549/11279 [ext/standard/tests/array/array_fill_keys.phpt]
       
 14950 PASS basic array_fill_keys test [ext/standard/tests/array/array_fill_keys.phpt] 
       
 14951 TEST 7550/11279 [ext/standard/tests/array/array_fill_keys_error.phpt]
       
 14952 PASS Test array_fill_keys() function : error conditions [ext/standard/tests/array/array_fill_keys_error.phpt] 
       
 14953 TEST 7551/11279 [ext/standard/tests/array/array_fill_keys_variation1.phpt]
       
 14954 PASS Test array_fill_keys() function : variation of parameter [ext/standard/tests/array/array_fill_keys_variation1.phpt] 
       
 14955 TEST 7552/11279 [ext/standard/tests/array/array_fill_keys_variation2.phpt]
       
 14956 PASS Test array_fill_keys() function : variation of parameter [ext/standard/tests/array/array_fill_keys_variation2.phpt] 
       
 14957 TEST 7553/11279 [ext/standard/tests/array/array_fill_keys_variation3.phpt]
       
 14958 PASS Test array_fill_keys() function : variation of parameter [ext/standard/tests/array/array_fill_keys_variation3.phpt] 
       
 14959 TEST 7554/11279 [ext/standard/tests/array/array_fill_keys_variation4.phpt]
       
 14960 PASS Test array_fill_keys() function : variation of parameter [ext/standard/tests/array/array_fill_keys_variation4.phpt] 
       
 14961 TEST 7555/11279 [ext/standard/tests/array/array_fill_object.phpt]
       
 14962 PASS Test array_fill() function : usage variations - various object values for 'val' argument [ext/standard/tests/array/array_fill_object.phpt] 
       
 14963 TEST 7556/11279 [ext/standard/tests/array/array_fill_variation1.phpt]
       
 14964 PASS Test array_fill() function : usage variations  - unexpected values for 'start_key' argument [ext/standard/tests/array/array_fill_variation1.phpt] 
       
 14965 TEST 7557/11279 [ext/standard/tests/array/array_fill_variation1_64bit.phpt]
       
 14966 SKIP Test array_fill() function : usage variations  - unexpected values for 'start_key' argument [ext/standard/tests/array/array_fill_variation1_64bit.phpt] reason: this test is for 64bit platform only
       
 14967 TEST 7558/11279 [ext/standard/tests/array/array_fill_variation2.phpt]
       
 14968 PASS Test array_fill() function : usage variations  - unexpected values for 'num' argument [ext/standard/tests/array/array_fill_variation2.phpt] 
       
 14969 TEST 7559/11279 [ext/standard/tests/array/array_fill_variation3.phpt]
       
 14970 PASS Test array_fill() function : usage variations  - unexpected values for 'val' argument [ext/standard/tests/array/array_fill_variation3.phpt] 
       
 14971 TEST 7560/11279 [ext/standard/tests/array/array_fill_variation4.phpt]
       
 14972 PASS Test array_fill() function : usage variations - using return value of array_fill for 'val' argument [ext/standard/tests/array/array_fill_variation4.phpt] 
       
 14973 TEST 7561/11279 [ext/standard/tests/array/array_fill_variation5.phpt]
       
 14974 PASS Test array_fill() function : usage variations - different types of array values for 'val' argument [ext/standard/tests/array/array_fill_variation5.phpt] 
       
 14975 TEST 7562/11279 [ext/standard/tests/array/array_filter.phpt]
       
 14976 PASS basic array_filter test [ext/standard/tests/array/array_filter.phpt] 
       
 14977 TEST 7563/11279 [ext/standard/tests/array/array_filter_basic.phpt]
       
 14978 PASS Test array_filter() function : basic functionality [ext/standard/tests/array/array_filter_basic.phpt] 
       
 14979 TEST 7564/11279 [ext/standard/tests/array/array_filter_error.phpt]
       
 14980 PASS Test array_filter() function : error conditions [ext/standard/tests/array/array_filter_error.phpt] 
       
 14981 TEST 7565/11279 [ext/standard/tests/array/array_filter_object.phpt]
       
 14982 PASS Test array_filter() function : object functionality [ext/standard/tests/array/array_filter_object.phpt] 
       
 14983 TEST 7566/11279 [ext/standard/tests/array/array_filter_variation1.phpt]
       
 14984 PASS Test array_filter() function : usage variations - Unexpected values for 'input' argument [ext/standard/tests/array/array_filter_variation1.phpt] 
       
 14985 TEST 7567/11279 [ext/standard/tests/array/array_filter_variation2.phpt]
       
 14986 PASS Test array_filter() function : usage variations - Unexpected values for 'callback' function argument [ext/standard/tests/array/array_filter_variation2.phpt] 
       
 14987 TEST 7568/11279 [ext/standard/tests/array/array_filter_variation3.phpt]
       
 14988 PASS Test array_filter() function : usage variations - Different types of array for 'input' argument [ext/standard/tests/array/array_filter_variation3.phpt] 
       
 14989 TEST 7569/11279 [ext/standard/tests/array/array_filter_variation4.phpt]
       
 14990 PASS Test array_filter() function : usage variations - Different types of 'callback' function [ext/standard/tests/array/array_filter_variation4.phpt] 
       
 14991 TEST 7570/11279 [ext/standard/tests/array/array_filter_variation5.phpt]
       
 14992 PASS Test array_filter() function : usage variations - 'input' argument with different false entries [ext/standard/tests/array/array_filter_variation5.phpt] 
       
 14993 TEST 7571/11279 [ext/standard/tests/array/array_filter_variation6.phpt]
       
 14994 PASS Test array_filter() function : usage variations - 'input' array containing references [ext/standard/tests/array/array_filter_variation6.phpt] 
       
 14995 TEST 7572/11279 [ext/standard/tests/array/array_filter_variation7.phpt]
       
 14996 PASS Test array_filter() function : usage variations - anonymous callback functions [ext/standard/tests/array/array_filter_variation7.phpt] 
       
 14997 TEST 7573/11279 [ext/standard/tests/array/array_filter_variation8.phpt]
       
 14998 PASS Test array_filter() function : usage variations - Callback function with different return values [ext/standard/tests/array/array_filter_variation8.phpt] 
       
 14999 TEST 7574/11279 [ext/standard/tests/array/array_filter_variation9.phpt]
       
 15000 PASS Test array_filter() function : usage variations - built-in functions as 'callback' argument [ext/standard/tests/array/array_filter_variation9.phpt] 
       
 15001 TEST 7575/11279 [ext/standard/tests/array/array_flip.phpt]
       
 15002 PASS basic array_flip test [ext/standard/tests/array/array_flip.phpt] 
       
 15003 TEST 7576/11279 [ext/standard/tests/array/array_flip_basic.phpt]
       
 15004 PASS Test array_flip() function : basic functionality [ext/standard/tests/array/array_flip_basic.phpt] 
       
 15005 TEST 7577/11279 [ext/standard/tests/array/array_flip_error.phpt]
       
 15006 PASS Test array_flip() function : error conditions [ext/standard/tests/array/array_flip_error.phpt] 
       
 15007 TEST 7578/11279 [ext/standard/tests/array/array_flip_variation1.phpt]
       
 15008 PASS Test array_flip() function : usage variations - unexpected values for 'input' argument [ext/standard/tests/array/array_flip_variation1.phpt] 
       
 15009 TEST 7579/11279 [ext/standard/tests/array/array_flip_variation2.phpt]
       
 15010 PASS Test array_flip() function : usage variations - 'input' array with different keys [ext/standard/tests/array/array_flip_variation2.phpt] 
       
 15011 TEST 7580/11279 [ext/standard/tests/array/array_flip_variation3.phpt]
       
 15012 PASS Test array_flip() function : usage variations - 'input' argument with different valid values [ext/standard/tests/array/array_flip_variation3.phpt] 
       
 15013 TEST 7581/11279 [ext/standard/tests/array/array_flip_variation4.phpt]
       
 15014 PASS Test array_flip() function : usage variations - 'input' argument with different invalid values for keys [ext/standard/tests/array/array_flip_variation4.phpt] 
       
 15015 TEST 7582/11279 [ext/standard/tests/array/array_flip_variation5.phpt]
       
 15016 PASS Test array_flip() function : usage variations - 'input' argument with repeatitive keys and values [ext/standard/tests/array/array_flip_variation5.phpt] 
       
 15017 TEST 7583/11279 [ext/standard/tests/array/array_intersect_1.phpt]
       
 15018 PASS Test of the *intersect* bunch of functions (both assoc and non-assoc) [ext/standard/tests/array/array_intersect_1.phpt] 
       
 15019 TEST 7584/11279 [ext/standard/tests/array/array_intersect_assoc_basic.phpt]
       
 15020 PASS Test array_intersect_assoc() function : basic functionality [ext/standard/tests/array/array_intersect_assoc_basic.phpt] 
       
 15021 TEST 7585/11279 [ext/standard/tests/array/array_intersect_assoc_error.phpt]
       
 15022 PASS Test array_intersect_assoc() function : error conditions(Bug#43197) [ext/standard/tests/array/array_intersect_assoc_error.phpt] 
       
 15023 TEST 7586/11279 [ext/standard/tests/array/array_intersect_assoc_variation1.phpt]
       
 15024 PASS Test array_intersect_assoc() function : usage variations - unexpected values for 'arr1' argument(Bug#43196) [ext/standard/tests/array/array_intersect_assoc_variation1.phpt] 
       
 15025 TEST 7587/11279 [ext/standard/tests/array/array_intersect_assoc_variation10.phpt]
       
 15026 PASS Test array_intersect_assoc() function : usage variations - binary safe checking [ext/standard/tests/array/array_intersect_assoc_variation10.phpt] 
       
 15027 TEST 7588/11279 [ext/standard/tests/array/array_intersect_assoc_variation2.phpt]
       
 15028 PASS Test array_intersect_assoc() function : usage variations - unexpected values for 'arr2' argument(Bug#43196) [ext/standard/tests/array/array_intersect_assoc_variation2.phpt] 
       
 15029 TEST 7589/11279 [ext/standard/tests/array/array_intersect_assoc_variation3.phpt]
       
 15030 PASS Test array_intersect_assoc() function : usage variations - different arrays for 'arr1' argument [ext/standard/tests/array/array_intersect_assoc_variation3.phpt] 
       
 15031 TEST 7590/11279 [ext/standard/tests/array/array_intersect_assoc_variation4.phpt]
       
 15032 PASS Test array_intersect_assoc() function : usage variations - different arrays for 'arr2' argument [ext/standard/tests/array/array_intersect_assoc_variation4.phpt] 
       
 15033 TEST 7591/11279 [ext/standard/tests/array/array_intersect_assoc_variation5.phpt]
       
 15034 PASS Test array_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr1' argument [ext/standard/tests/array/array_intersect_assoc_variation5.phpt] 
       
 15035 TEST 7592/11279 [ext/standard/tests/array/array_intersect_assoc_variation6.phpt]
       
 15036 PASS Test array_intersect_assoc() function : usage variations - assoc array with diff keys for 'arr2' argument [ext/standard/tests/array/array_intersect_assoc_variation6.phpt] 
       
 15037 TEST 7593/11279 [ext/standard/tests/array/array_intersect_assoc_variation7.phpt]
       
 15038 PASS Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr1' argument [ext/standard/tests/array/array_intersect_assoc_variation7.phpt] 
       
 15039 TEST 7594/11279 [ext/standard/tests/array/array_intersect_assoc_variation8.phpt]
       
 15040 PASS Test array_intersect_assoc() function : usage variations - assoc array with diff values for 'arr2' argument [ext/standard/tests/array/array_intersect_assoc_variation8.phpt] 
       
 15041 TEST 7595/11279 [ext/standard/tests/array/array_intersect_assoc_variation9.phpt]
       
 15042 PASS Test array_intersect_assoc() function : usage variations - two dimensional arrays for $arr1 and $arr2 arguments [ext/standard/tests/array/array_intersect_assoc_variation9.phpt] 
       
 15043 TEST 7596/11279 [ext/standard/tests/array/array_intersect_basic.phpt]
       
 15044 PASS Test array_intersect() function : basic functionality [ext/standard/tests/array/array_intersect_basic.phpt] 
       
 15045 TEST 7597/11279 [ext/standard/tests/array/array_intersect_error.phpt]
       
 15046 PASS Test array_intersect() function : error conditions [ext/standard/tests/array/array_intersect_error.phpt] 
       
 15047 TEST 7598/11279 [ext/standard/tests/array/array_intersect_key.phpt]
       
 15048 PASS Test of the array_intersect_key() and array_intersect_ukey() [ext/standard/tests/array/array_intersect_key.phpt] 
       
 15049 TEST 7599/11279 [ext/standard/tests/array/array_intersect_key_basic.phpt]
       
 15050 PASS array_intersect_key(): Basic Test [ext/standard/tests/array/array_intersect_key_basic.phpt] 
       
 15051 TEST 7600/11279 [ext/standard/tests/array/array_intersect_key_error.phpt]
       
 15052 PASS Test array_intersect_key() function : error conditions [ext/standard/tests/array/array_intersect_key_error.phpt] 
       
 15053 TEST 7601/11279 [ext/standard/tests/array/array_intersect_key_variation1.phpt]
       
 15054 PASS Test array_intersect_key() function : usage variation - Passing unexpected values to first argument [ext/standard/tests/array/array_intersect_key_variation1.phpt] 
       
 15055 TEST 7602/11279 [ext/standard/tests/array/array_intersect_key_variation2.phpt]
       
 15056 PASS Test array_intersect_key() function : usage variation - Passing unexpected values to second argument [ext/standard/tests/array/array_intersect_key_variation2.phpt] 
       
 15057 TEST 7603/11279 [ext/standard/tests/array/array_intersect_key_variation3.phpt]
       
 15058 PASS Test array_intersect_key() function : usage variation - Passing unexpected values to optional argument [ext/standard/tests/array/array_intersect_key_variation3.phpt] 
       
 15059 TEST 7604/11279 [ext/standard/tests/array/array_intersect_key_variation4.phpt]
       
 15060 PASS Test array_intersect_key() function : usage variation - Passing integer indexed array [ext/standard/tests/array/array_intersect_key_variation4.phpt] 
       
 15061 TEST 7605/11279 [ext/standard/tests/array/array_intersect_key_variation5.phpt]
       
 15062 PASS Test array_intersect_key() function : usage variation - Passing float indexed array [ext/standard/tests/array/array_intersect_key_variation5.phpt] 
       
 15063 TEST 7606/11279 [ext/standard/tests/array/array_intersect_key_variation6.phpt]
       
 15064 PASS Test array_intersect_key() function : usage variation - Passing boolean indexed array [ext/standard/tests/array/array_intersect_key_variation6.phpt] 
       
 15065 TEST 7607/11279 [ext/standard/tests/array/array_intersect_key_variation7.phpt]
       
 15066 PASS Test array_intersect_key() function : usage variation - Passing null,unset and undefeined variable indexed array [ext/standard/tests/array/array_intersect_key_variation7.phpt] 
       
 15067 TEST 7608/11279 [ext/standard/tests/array/array_intersect_key_variation8.phpt]
       
 15068 PASS Test array_intersect_key() function : usage variation - Passing Multi dimensional array [ext/standard/tests/array/array_intersect_key_variation8.phpt] 
       
 15069 TEST 7609/11279 [ext/standard/tests/array/array_intersect_uassoc_basic.phpt]
       
 15070 PASS array_intersect_uassoc(): Basic test [ext/standard/tests/array/array_intersect_uassoc_basic.phpt] 
       
 15071 TEST 7610/11279 [ext/standard/tests/array/array_intersect_uassoc_error.phpt]
       
 15072 PASS Test array_intersect_uassoc() function : error conditions [ext/standard/tests/array/array_intersect_uassoc_error.phpt] 
       
 15073 TEST 7611/11279 [ext/standard/tests/array/array_intersect_uassoc_variation1.phpt]
       
 15074 PASS Test array_intersect_uassoc() function : usage variation - Passing unexpected values to first argument [ext/standard/tests/array/array_intersect_uassoc_variation1.phpt] 
       
 15075 TEST 7612/11279 [ext/standard/tests/array/array_intersect_uassoc_variation10.phpt]
       
 15076 PASS Test array_intersect_uassoc() function : usage variation - Passing class/object methods to callback [ext/standard/tests/array/array_intersect_uassoc_variation10.phpt] 
       
 15077 TEST 7613/11279 [ext/standard/tests/array/array_intersect_uassoc_variation11.phpt]
       
 15078 PASS Test array_intersect_uassoc() function : usage variation - Passing class without string to callback (Handling fatal error) [ext/standard/tests/array/array_intersect_uassoc_variation11.phpt] 
       
 15079 TEST 7614/11279 [ext/standard/tests/array/array_intersect_uassoc_variation2.phpt]
       
 15080 PASS Test array_intersect_uassoc() function : usage variation - Passing unexpected values to second argument [ext/standard/tests/array/array_intersect_uassoc_variation2.phpt] 
       
 15081 TEST 7615/11279 [ext/standard/tests/array/array_intersect_uassoc_variation3.phpt]
       
 15082 PASS Test array_intersect_uassoc() function : usage variation - Passing unexpected values to optional third argument [ext/standard/tests/array/array_intersect_uassoc_variation3.phpt] 
       
 15083 TEST 7616/11279 [ext/standard/tests/array/array_intersect_uassoc_variation4.phpt]
       
 15084 PASS Test array_intersect_uassoc() function : usage variation - Passing unexpected values to mandatory third argument [ext/standard/tests/array/array_intersect_uassoc_variation4.phpt] 
       
 15085 TEST 7617/11279 [ext/standard/tests/array/array_intersect_uassoc_variation5.phpt]
       
 15086 PASS Test array_intersect_uassoc() function : usage variation - Intersection of integers with floats and strings. [ext/standard/tests/array/array_intersect_uassoc_variation5.phpt] 
       
 15087 TEST 7618/11279 [ext/standard/tests/array/array_intersect_uassoc_variation6.phpt]
       
 15088 PASS Test array_intersect_uassoc() function : usage variation - Intersection of floating points with strings. [ext/standard/tests/array/array_intersect_uassoc_variation6.phpt] 
       
 15089 TEST 7619/11279 [ext/standard/tests/array/array_intersect_uassoc_variation7.phpt]
       
 15090 PASS Test array_intersect_uassoc() function : usage variation - Intersection of strings containing integers, float [ext/standard/tests/array/array_intersect_uassoc_variation7.phpt] 
       
 15091 TEST 7620/11279 [ext/standard/tests/array/array_intersect_uassoc_variation8.phpt]
       
 15092 PASS Test array_intersect_uassoc() function : usage variation - arrays containing referenced variables [ext/standard/tests/array/array_intersect_uassoc_variation8.phpt] 
       
 15093 TEST 7621/11279 [ext/standard/tests/array/array_intersect_uassoc_variation9.phpt]
       
 15094 PASS Test array_intersect_uassoc() function : usage variation - Passing non-existing function name to callback [ext/standard/tests/array/array_intersect_uassoc_variation9.phpt] 
       
 15095 TEST 7622/11279 [ext/standard/tests/array/array_intersect_ukey_basic.phpt]
       
 15096 PASS array_intersect_ukey(): Basic test. [ext/standard/tests/array/array_intersect_ukey_basic.phpt] 
       
 15097 TEST 7623/11279 [ext/standard/tests/array/array_intersect_ukey_error.phpt]
       
 15098 PASS Test array_intersect_ukey() function : error conditions [ext/standard/tests/array/array_intersect_ukey_error.phpt] 
       
 15099 TEST 7624/11279 [ext/standard/tests/array/array_intersect_ukey_variation1.phpt]
       
 15100 PASS Test array_intersect_ukey() function : usage variation - Passing unexpected values to first argument [ext/standard/tests/array/array_intersect_ukey_variation1.phpt] 
       
 15101 TEST 7625/11279 [ext/standard/tests/array/array_intersect_ukey_variation10.phpt]
       
 15102 PASS Test array_intersect_ukey() function : usage variation - Passing class without string to callback (Handling fatal error) [ext/standard/tests/array/array_intersect_ukey_variation10.phpt] 
       
 15103 TEST 7626/11279 [ext/standard/tests/array/array_intersect_ukey_variation2.phpt]
       
 15104 PASS Test array_intersect_ukey() function : usage variation - Passing unexpected values to second argument [ext/standard/tests/array/array_intersect_ukey_variation2.phpt] 
       
 15105 TEST 7627/11279 [ext/standard/tests/array/array_intersect_ukey_variation3.phpt]
       
 15106 PASS Test array_intersect_ukey() function : usage variation - Passing unexpected values to callback argument [ext/standard/tests/array/array_intersect_ukey_variation3.phpt] 
       
 15107 TEST 7628/11279 [ext/standard/tests/array/array_intersect_ukey_variation4.phpt]
       
 15108 PASS Test array_intersect_ukey() function : usage variation - Passing unexpected values to optional third argument [ext/standard/tests/array/array_intersect_ukey_variation4.phpt] 
       
 15109 TEST 7629/11279 [ext/standard/tests/array/array_intersect_ukey_variation5.phpt]
       
 15110 PASS Test array_intersect_ukey() function : usage variation - Intersection of integers with floats and strings. [ext/standard/tests/array/array_intersect_ukey_variation5.phpt] 
       
 15111 TEST 7630/11279 [ext/standard/tests/array/array_intersect_ukey_variation6.phpt]
       
 15112 PASS Test array_intersect_ukey() function : usage variation - Intersection of floating points with strings. [ext/standard/tests/array/array_intersect_ukey_variation6.phpt] 
       
 15113 TEST 7631/11279 [ext/standard/tests/array/array_intersect_ukey_variation7.phpt]
       
 15114 PASS Test array_intersect_ukey() function : usage variation - Intersection of strings containing integer and float [ext/standard/tests/array/array_intersect_ukey_variation7.phpt] 
       
 15115 TEST 7632/11279 [ext/standard/tests/array/array_intersect_ukey_variation8.phpt]
       
 15116 PASS Test array_intersect_ukey() function : usage variation - Passing non-existing function name to callback [ext/standard/tests/array/array_intersect_ukey_variation8.phpt] 
       
 15117 TEST 7633/11279 [ext/standard/tests/array/array_intersect_ukey_variation9.phpt]
       
 15118 PASS Test array_intersect_ukey() function : usage variation - Passing class/object methods to callback [ext/standard/tests/array/array_intersect_ukey_variation9.phpt] 
       
 15119 TEST 7634/11279 [ext/standard/tests/array/array_intersect_variation1.phpt]
       
 15120 PASS Test array_intersect() function : usage variations - unexpected values for 'arr1' argument [ext/standard/tests/array/array_intersect_variation1.phpt] 
       
 15121 TEST 7635/11279 [ext/standard/tests/array/array_intersect_variation10.phpt]
       
 15122 PASS Test array_intersect() function : usage variations - binary safe checking [ext/standard/tests/array/array_intersect_variation10.phpt] 
       
 15123 TEST 7636/11279 [ext/standard/tests/array/array_intersect_variation2.phpt]
       
 15124 PASS Test array_intersect() function : usage variations - unexpected values for 'arr2' argument [ext/standard/tests/array/array_intersect_variation2.phpt] 
       
 15125 TEST 7637/11279 [ext/standard/tests/array/array_intersect_variation3.phpt]
       
 15126 PASS Test array_intersect() function : usage variations - different arrays for 'arr1' argument [ext/standard/tests/array/array_intersect_variation3.phpt] 
       
 15127 TEST 7638/11279 [ext/standard/tests/array/array_intersect_variation4.phpt]
       
 15128 PASS Test array_intersect() function : usage variations - different arrays for 'arr2' argument [ext/standard/tests/array/array_intersect_variation4.phpt] 
       
 15129 TEST 7639/11279 [ext/standard/tests/array/array_intersect_variation5.phpt]
       
 15130 PASS Test array_intersect() function : usage variations - assoc array with diff keys for 'arr1' argument [ext/standard/tests/array/array_intersect_variation5.phpt] 
       
 15131 TEST 7640/11279 [ext/standard/tests/array/array_intersect_variation6.phpt]
       
 15132 PASS Test array_intersect() function : usage variations - assoc array with diff keys for 'arr2' argument [ext/standard/tests/array/array_intersect_variation6.phpt] 
       
 15133 TEST 7641/11279 [ext/standard/tests/array/array_intersect_variation7.phpt]
       
 15134 PASS Test array_intersect() function : usage variations - assoc array with diff values for 'arr1' argument [ext/standard/tests/array/array_intersect_variation7.phpt] 
       
 15135 TEST 7642/11279 [ext/standard/tests/array/array_intersect_variation8.phpt]
       
 15136 PASS Test array_intersect() function : usage variations - assoc array with diff values for 'arr2' argument [ext/standard/tests/array/array_intersect_variation8.phpt] 
       
 15137 TEST 7643/11279 [ext/standard/tests/array/array_intersect_variation9.phpt]
       
 15138 PASS Test array_intersect() function : usage variations - two dimensional arrays for $arr1 and $arr2 arguments(Bug#43109) [ext/standard/tests/array/array_intersect_variation9.phpt] 
       
 15139 TEST 7644/11279 [ext/standard/tests/array/array_key_exists.phpt]
       
 15140 PASS Test array_key_exists() function [ext/standard/tests/array/array_key_exists.phpt] 
       
 15141 TEST 7645/11279 [ext/standard/tests/array/array_key_exists_basic.phpt]
       
 15142 PASS Test array_key_exists() function : basic functionality [ext/standard/tests/array/array_key_exists_basic.phpt] 
       
 15143 TEST 7646/11279 [ext/standard/tests/array/array_key_exists_error.phpt]
       
 15144 PASS Test array_key_exists() function : error conditions - Pass incorrect number of args [ext/standard/tests/array/array_key_exists_error.phpt] 
       
 15145 TEST 7647/11279 [ext/standard/tests/array/array_key_exists_object1.phpt]
       
 15146 PASS Test array_key_exists() function : object functionality [ext/standard/tests/array/array_key_exists_object1.phpt] 
       
 15147 TEST 7648/11279 [ext/standard/tests/array/array_key_exists_object2.phpt]
       
 15148 PASS Test array_key_exists() function : object functionality - different visibilities [ext/standard/tests/array/array_key_exists_object2.phpt] 
       
 15149 TEST 7649/11279 [ext/standard/tests/array/array_key_exists_variation1.phpt]
       
 15150 PASS Test array_key_exists() function : usage variations - Pass different data types as $key arg [ext/standard/tests/array/array_key_exists_variation1.phpt] 
       
 15151 TEST 7650/11279 [ext/standard/tests/array/array_key_exists_variation2.phpt]
       
 15152 PASS Test array_key_exists() function : usage variations - Pass differnt data types to $search arg [ext/standard/tests/array/array_key_exists_variation2.phpt] 
       
 15153 TEST 7651/11279 [ext/standard/tests/array/array_key_exists_variation3.phpt]
       
 15154 PASS Test array_key_exists() function : usage variations - floats and casting to ints [ext/standard/tests/array/array_key_exists_variation3.phpt] 
       
 15155 TEST 7652/11279 [ext/standard/tests/array/array_key_exists_variation4.phpt]
       
 15156 PASS Test array_key_exists() function : usage variations - referenced variables [ext/standard/tests/array/array_key_exists_variation4.phpt] 
       
 15157 TEST 7653/11279 [ext/standard/tests/array/array_key_exists_variation5.phpt]
       
 15158 PASS Test array_key_exists() function : usage variations - multidimensional arrays [ext/standard/tests/array/array_key_exists_variation5.phpt] 
       
 15159 TEST 7654/11279 [ext/standard/tests/array/array_key_exists_variation6.phpt]
       
 15160 PASS Test array_key_exists() function : usage variations -  equality test for certain data types [ext/standard/tests/array/array_key_exists_variation6.phpt] 
       
 15161 TEST 7655/11279 [ext/standard/tests/array/array_key_exists_variation7.phpt]
       
 15162 PASS Test array_key_exists() function : usage variations - position of internal array pointer [ext/standard/tests/array/array_key_exists_variation7.phpt] 
       
 15163 TEST 7656/11279 [ext/standard/tests/array/array_key_exists_variation8.phpt]
       
 15164 PASS Test array_key_exists() function : usage variations - array keys are different data types [ext/standard/tests/array/array_key_exists_variation8.phpt] 
       
 15165 TEST 7657/11279 [ext/standard/tests/array/array_keys_basic.phpt]
       
 15166 PASS Test array_keys() function (basic) [ext/standard/tests/array/array_keys_basic.phpt] 
       
 15167 TEST 7658/11279 [ext/standard/tests/array/array_keys_error.phpt]
       
 15168 PASS Test array_keys() function (error conditions) [ext/standard/tests/array/array_keys_error.phpt] 
       
 15169 TEST 7659/11279 [ext/standard/tests/array/array_keys_variation_001.phpt]
       
 15170 PASS Test array_keys() function (variation - 1) [ext/standard/tests/array/array_keys_variation_001.phpt] 
       
 15171 TEST 7660/11279 [ext/standard/tests/array/array_keys_variation_002.phpt]
       
 15172 PASS Test array_keys() function (variation - 2) [ext/standard/tests/array/array_keys_variation_002.phpt] 
       
 15173 TEST 7661/11279 [ext/standard/tests/array/array_keys_variation_002_64bit.phpt]
       
 15174 SKIP Test array_keys() function (variation - 2) [ext/standard/tests/array/array_keys_variation_002_64bit.phpt] reason: this test is for 64bit platform only
       
 15175 TEST 7662/11279 [ext/standard/tests/array/array_keys_variation_003.phpt]
       
 15176 PASS Test array_keys() function (variation - 3) [ext/standard/tests/array/array_keys_variation_003.phpt] 
       
 15177 TEST 7663/11279 [ext/standard/tests/array/array_keys_variation_004.phpt]
       
 15178 PASS Test array_keys() function (variation - 4) [ext/standard/tests/array/array_keys_variation_004.phpt] 
       
 15179 TEST 7664/11279 [ext/standard/tests/array/array_keys_variation_005.phpt]
       
 15180 PASS Test array_keys() function (variation - 5) [ext/standard/tests/array/array_keys_variation_005.phpt] 
       
 15181 TEST 7665/11279 [ext/standard/tests/array/array_map_001.phpt]
       
 15182 PASS array_map() and exceptions in the callback [ext/standard/tests/array/array_map_001.phpt] 
       
 15183 TEST 7666/11279 [ext/standard/tests/array/array_map_basic.phpt]
       
 15184 PASS Test array_map() function : basic functionality [ext/standard/tests/array/array_map_basic.phpt] 
       
 15185 TEST 7667/11279 [ext/standard/tests/array/array_map_error.phpt]
       
 15186 PASS Test array_map() function : error conditions [ext/standard/tests/array/array_map_error.phpt] 
       
 15187 TEST 7668/11279 [ext/standard/tests/array/array_map_object1.phpt]
       
 15188 PASS Test array_map() function : usage variations - object functionality [ext/standard/tests/array/array_map_object1.phpt] 
       
 15189 TEST 7669/11279 [ext/standard/tests/array/array_map_object2.phpt]
       
 15190 PASS Test array_map() function : object functionality - with non-existent class and method [ext/standard/tests/array/array_map_object2.phpt] 
       
 15191 TEST 7670/11279 [ext/standard/tests/array/array_map_object3.phpt]
       
 15192 PASS Test array_map() function : object functionality - class methods as callback function [ext/standard/tests/array/array_map_object3.phpt] 
       
 15193 TEST 7671/11279 [ext/standard/tests/array/array_map_variation1.phpt]
       
 15194 PASS Test array_map() function : usage variations - string keys [ext/standard/tests/array/array_map_variation1.phpt] 
       
 15195 TEST 7672/11279 [ext/standard/tests/array/array_map_variation10.phpt]
       
 15196 PASS Test array_map() function : usage variations - anonymous callback function [ext/standard/tests/array/array_map_variation10.phpt] 
       
 15197 TEST 7673/11279 [ext/standard/tests/array/array_map_variation11.phpt]
       
 15198 PASS Test array_map() function : usage variations - with recursive callback [ext/standard/tests/array/array_map_variation11.phpt] 
       
 15199 TEST 7674/11279 [ext/standard/tests/array/array_map_variation12.phpt]
       
 15200 PASS Test array_map() function : usage variations - built-in function as callback [ext/standard/tests/array/array_map_variation12.phpt] 
       
 15201 TEST 7675/11279 [ext/standard/tests/array/array_map_variation13.phpt]
       
 15202 PASS Test array_map() function : usage variations - callback function with different return types [ext/standard/tests/array/array_map_variation13.phpt] 
       
 15203 TEST 7676/11279 [ext/standard/tests/array/array_map_variation14.phpt]
       
 15204 PASS Test array_map() function : usage variations - null value for 'callback' argument [ext/standard/tests/array/array_map_variation14.phpt] 
       
 15205 TEST 7677/11279 [ext/standard/tests/array/array_map_variation15.phpt]
       
 15206 PASS Test array_map() function : usage variations - non existent 'callback' function [ext/standard/tests/array/array_map_variation15.phpt] 
       
 15207 TEST 7678/11279 [ext/standard/tests/array/array_map_variation16.phpt]
       
 15208 PASS Test array_map() function : usage variations - failing built-in functions & language constructs [ext/standard/tests/array/array_map_variation16.phpt] 
       
 15209 TEST 7679/11279 [ext/standard/tests/array/array_map_variation17.phpt]
       
 15210 PASS Test array_map() function : usage variations - unexpected values for 'callback' argument [ext/standard/tests/array/array_map_variation17.phpt] 
       
 15211 TEST 7680/11279 [ext/standard/tests/array/array_map_variation18.phpt]
       
 15212 PASS Test array_map() function : usage variations - unexpected values for 'arr1' argument [ext/standard/tests/array/array_map_variation18.phpt] 
       
 15213 TEST 7681/11279 [ext/standard/tests/array/array_map_variation19.phpt]
       
 15214 PASS Test array_map() function : usage variations - callback pass semantics [ext/standard/tests/array/array_map_variation19.phpt] 
       
 15215 TEST 7682/11279 [ext/standard/tests/array/array_map_variation2.phpt]
       
 15216 PASS Test array_map() function : usage variations - references [ext/standard/tests/array/array_map_variation2.phpt] 
       
 15217 TEST 7683/11279 [ext/standard/tests/array/array_map_variation3.phpt]
       
 15218 PASS Test array_map() function : usage variations - different arrays for 'arr1' argument [ext/standard/tests/array/array_map_variation3.phpt] 
       
 15219 TEST 7684/11279 [ext/standard/tests/array/array_map_variation4.phpt]
       
 15220 PASS Test array_map() function : usage variations - associative array with different keys [ext/standard/tests/array/array_map_variation4.phpt] 
       
 15221 TEST 7685/11279 [ext/standard/tests/array/array_map_variation5.phpt]
       
 15222 PASS Test array_map() function : usage variations - associative array with different values [ext/standard/tests/array/array_map_variation5.phpt] 
       
 15223 TEST 7686/11279 [ext/standard/tests/array/array_map_variation6.phpt]
       
 15224 PASS Test array_map() function : usage variations - array having subarrays [ext/standard/tests/array/array_map_variation6.phpt] 
       
 15225 TEST 7687/11279 [ext/standard/tests/array/array_map_variation7.phpt]
       
 15226 PASS Test array_map() function : usage variations - arrays of different size [ext/standard/tests/array/array_map_variation7.phpt] 
       
 15227 TEST 7688/11279 [ext/standard/tests/array/array_map_variation8.phpt]
       
 15228 PASS Test array_map() function : usage variations - array with references [ext/standard/tests/array/array_map_variation8.phpt] 
       
 15229 TEST 7689/11279 [ext/standard/tests/array/array_map_variation9.phpt]
       
 15230 PASS Test array_map() function : usage variations - binary safe checking [ext/standard/tests/array/array_map_variation9.phpt] 
       
 15231 TEST 7690/11279 [ext/standard/tests/array/array_merge.phpt]
       
 15232 PASS Test array_merge() function [ext/standard/tests/array/array_merge.phpt] 
       
 15233 TEST 7691/11279 [ext/standard/tests/array/array_merge_basic.phpt]
       
 15234 PASS Test array_merge() function : basic functionality [ext/standard/tests/array/array_merge_basic.phpt] 
       
 15235 TEST 7692/11279 [ext/standard/tests/array/array_merge_error.phpt]
       
 15236 PASS Test array_merge() function : error conditions - Pass incorrect number of args [ext/standard/tests/array/array_merge_error.phpt] 
       
 15237 TEST 7693/11279 [ext/standard/tests/array/array_merge_recursive_basic1.phpt]
       
 15238 PASS Test array_merge_recursive() function : basic functionality - array with default keys [ext/standard/tests/array/array_merge_recursive_basic1.phpt] 
       
 15239 TEST 7694/11279 [ext/standard/tests/array/array_merge_recursive_basic2.phpt]
       
 15240 PASS Test array_merge_recursive() function : basic functionality - associative arrays [ext/standard/tests/array/array_merge_recursive_basic2.phpt] 
       
 15241 TEST 7695/11279 [ext/standard/tests/array/array_merge_recursive_error.phpt]
       
 15242 PASS Test array_merge_recursive() function : error conditions [ext/standard/tests/array/array_merge_recursive_error.phpt] 
       
 15243 TEST 7696/11279 [ext/standard/tests/array/array_merge_recursive_variation1.phpt]
       
 15244 PASS Test array_merge_recursive() function : usage variations - unexpected values for $arr1 argument [ext/standard/tests/array/array_merge_recursive_variation1.phpt] 
       
 15245 TEST 7697/11279 [ext/standard/tests/array/array_merge_recursive_variation10.phpt]
       
 15246 PASS Test array_merge_recursive() function : usage variations - two dimensional arrays [ext/standard/tests/array/array_merge_recursive_variation10.phpt] 
       
 15247 TEST 7698/11279 [ext/standard/tests/array/array_merge_recursive_variation2.phpt]
       
 15248 PASS Test array_merge_recursive() function : usage variations - unexpected values for $arr2 argument [ext/standard/tests/array/array_merge_recursive_variation2.phpt] 
       
 15249 TEST 7699/11279 [ext/standard/tests/array/array_merge_recursive_variation3.phpt]
       
 15250 PASS Test array_merge_recursive() function : usage variations - different arrays for 'arr1' argument [ext/standard/tests/array/array_merge_recursive_variation3.phpt] 
       
 15251 TEST 7700/11279 [ext/standard/tests/array/array_merge_recursive_variation4.phpt]
       
 15252 PASS Test array_merge_recursive() function : usage variations - associative array with different keys [ext/standard/tests/array/array_merge_recursive_variation4.phpt] 
       
 15253 TEST 7701/11279 [ext/standard/tests/array/array_merge_recursive_variation5.phpt]
       
 15254 PASS Test array_merge_recursive() function : usage variations - associative array with different values [ext/standard/tests/array/array_merge_recursive_variation5.phpt] 
       
 15255 TEST 7702/11279 [ext/standard/tests/array/array_merge_recursive_variation6.phpt]
       
 15256 PASS Test array_merge_recursive() function : usage variations - array with duplicate keys [ext/standard/tests/array/array_merge_recursive_variation6.phpt] 
       
 15257 TEST 7703/11279 [ext/standard/tests/array/array_merge_recursive_variation7.phpt]
       
 15258 PASS Test array_merge_recursive() function : usage variations - array with reference variables [ext/standard/tests/array/array_merge_recursive_variation7.phpt] 
       
 15259 TEST 7704/11279 [ext/standard/tests/array/array_merge_recursive_variation8.phpt]
       
 15260 PASS Test array_merge_recursive() function : usage variations - binary safe checking [ext/standard/tests/array/array_merge_recursive_variation8.phpt] 
       
 15261 TEST 7705/11279 [ext/standard/tests/array/array_merge_recursive_variation9.phpt]
       
 15262 PASS Test array_merge_recursive() function : usage variations - common key and value(Bug#43559) [ext/standard/tests/array/array_merge_recursive_variation9.phpt] 
       
 15263 TEST 7706/11279 [ext/standard/tests/array/array_merge_variation1.phpt]
       
 15264 PASS Test array_merge() function : usage variations - Pass different data types to $arr1 arg [ext/standard/tests/array/array_merge_variation1.phpt] 
       
 15265 TEST 7707/11279 [ext/standard/tests/array/array_merge_variation10.phpt]
       
 15266 PASS Test array_merge() function : usage variations - position of internal array pointer [ext/standard/tests/array/array_merge_variation10.phpt] 
       
 15267 TEST 7708/11279 [ext/standard/tests/array/array_merge_variation2.phpt]
       
 15268 PASS Test array_merge() function : usage variations - Pass different data types as $arr2 arg [ext/standard/tests/array/array_merge_variation2.phpt] 
       
 15269 TEST 7709/11279 [ext/standard/tests/array/array_merge_variation3.phpt]
       
 15270 PASS Test array_merge() function : usage variations - arrays of diff. data types [ext/standard/tests/array/array_merge_variation3.phpt] 
       
 15271 TEST 7710/11279 [ext/standard/tests/array/array_merge_variation4.phpt]
       
 15272 PASS Test array_merge() function : usage variations - Diff. data types as array keys [ext/standard/tests/array/array_merge_variation4.phpt] 
       
 15273 TEST 7711/11279 [ext/standard/tests/array/array_merge_variation5.phpt]
       
 15274 PASS Test array_merge() function : usage variations - numeric keys [ext/standard/tests/array/array_merge_variation5.phpt] 
       
 15275 TEST 7712/11279 [ext/standard/tests/array/array_merge_variation6.phpt]
       
 15276 PASS Test array_merge() function : usage variations - string keys [ext/standard/tests/array/array_merge_variation6.phpt] 
       
 15277 TEST 7713/11279 [ext/standard/tests/array/array_merge_variation7.phpt]
       
 15278 PASS Test array_merge() function : usage variations - Mixed keys [ext/standard/tests/array/array_merge_variation7.phpt] 
       
 15279 TEST 7714/11279 [ext/standard/tests/array/array_merge_variation8.phpt]
       
 15280 PASS Test array_merge() function : usage variations - multi-dimensional arrays [ext/standard/tests/array/array_merge_variation8.phpt] 
       
 15281 TEST 7715/11279 [ext/standard/tests/array/array_merge_variation9.phpt]
       
 15282 PASS Test array_merge() function : usage variations - referenced variables [ext/standard/tests/array/array_merge_variation9.phpt] 
       
 15283 TEST 7716/11279 [ext/standard/tests/array/array_multisort_basic1.phpt]
       
 15284 PASS Test array_multisort() function : basic functionality [ext/standard/tests/array/array_multisort_basic1.phpt] 
       
 15285 TEST 7717/11279 [ext/standard/tests/array/array_multisort_basic2.phpt]
       
 15286 PASS Test array_multisort() function : basic functionality [ext/standard/tests/array/array_multisort_basic2.phpt] 
       
 15287 TEST 7718/11279 [ext/standard/tests/array/array_multisort_error.phpt]
       
 15288 PASS Test array_multisort() function : error conditions [ext/standard/tests/array/array_multisort_error.phpt] 
       
 15289 TEST 7719/11279 [ext/standard/tests/array/array_multisort_variation1.phpt]
       
 15290 PASS Test array_multisort() function : usage variation [ext/standard/tests/array/array_multisort_variation1.phpt] 
       
 15291 TEST 7720/11279 [ext/standard/tests/array/array_multisort_variation10.phpt]
       
 15292 PASS Test array_multisort() function : usage variation - testing with anonymous arrary arguments [ext/standard/tests/array/array_multisort_variation10.phpt] 
       
 15293 TEST 7721/11279 [ext/standard/tests/array/array_multisort_variation11.phpt]
       
 15294 PASS Test array_multisort() function : usage variation - testing with empty array [ext/standard/tests/array/array_multisort_variation11.phpt] 
       
 15295 TEST 7722/11279 [ext/standard/tests/array/array_multisort_variation2.phpt]
       
 15296 PASS Test array_multisort() function : usage variation [ext/standard/tests/array/array_multisort_variation2.phpt] 
       
 15297 TEST 7723/11279 [ext/standard/tests/array/array_multisort_variation3.phpt]
       
 15298 PASS Test array_multisort() function : usage variation [ext/standard/tests/array/array_multisort_variation3.phpt] 
       
 15299 TEST 7724/11279 [ext/standard/tests/array/array_multisort_variation4.phpt]
       
 15300 PASS Test array_multisort() function : usage variation - testing with multiple array arguments [ext/standard/tests/array/array_multisort_variation4.phpt] 
       
 15301 TEST 7725/11279 [ext/standard/tests/array/array_multisort_variation5.phpt]
       
 15302 PASS Test array_multisort() function : usage variation - testing with multiple array arguments [ext/standard/tests/array/array_multisort_variation5.phpt] 
       
 15303 TEST 7726/11279 [ext/standard/tests/array/array_multisort_variation6.phpt]
       
 15304 PASS Test array_multisort() function : usage variation - testing with multiple array arguments [ext/standard/tests/array/array_multisort_variation6.phpt] 
       
 15305 TEST 7727/11279 [ext/standard/tests/array/array_multisort_variation7.phpt]
       
 15306 PASS Test array_multisort() function : usage variation - test sort order of all types [ext/standard/tests/array/array_multisort_variation7.phpt] 
       
 15307 TEST 7728/11279 [ext/standard/tests/array/array_multisort_variation8.phpt]
       
 15308 PASS Test array_multisort() function : usage variation - test sort order of all types [ext/standard/tests/array/array_multisort_variation8.phpt] 
       
 15309 TEST 7729/11279 [ext/standard/tests/array/array_multisort_variation9.phpt]
       
 15310 PASS Test array_multisort() function : usage variation - test sort order of all types [ext/standard/tests/array/array_multisort_variation9.phpt] 
       
 15311 TEST 7730/11279 [ext/standard/tests/array/array_next_error1.phpt]
       
 15312 PASS next - ensure warning is received when passing an indirect temporary. [ext/standard/tests/array/array_next_error1.phpt] 
       
 15313 TEST 7731/11279 [ext/standard/tests/array/array_next_error2.phpt]
       
 15314 PASS next - ensure we cannot pass a temporary [ext/standard/tests/array/array_next_error2.phpt] 
       
 15315 TEST 7732/11279 [ext/standard/tests/array/array_pad.phpt]
       
 15316 PASS array_pad() tests [ext/standard/tests/array/array_pad.phpt] 
       
 15317 TEST 7733/11279 [ext/standard/tests/array/array_pad_error.phpt]
       
 15318 PASS Test array_pad() function : error conditions [ext/standard/tests/array/array_pad_error.phpt] 
       
 15319 TEST 7734/11279 [ext/standard/tests/array/array_pad_variation1.phpt]
       
 15320 PASS Test array_pad() function : usage variations - unexpected values for 'input' argument [ext/standard/tests/array/array_pad_variation1.phpt] 
       
 15321 TEST 7735/11279 [ext/standard/tests/array/array_pad_variation2.phpt]
       
 15322 PASS Test array_pad() function : usage variations - unexpected values for 'pad_size' argument(Bug#43482) [ext/standard/tests/array/array_pad_variation2.phpt] 
       
 15323 TEST 7736/11279 [ext/standard/tests/array/array_pad_variation3.phpt]
       
 15324 PASS Test array_pad() function : usage variations - possible values for 'pad_value' argument [ext/standard/tests/array/array_pad_variation3.phpt] 
       
 15325 TEST 7737/11279 [ext/standard/tests/array/array_pad_variation4.phpt]
       
 15326 PASS Test array_pad() function : usage variations - binary safe checking [ext/standard/tests/array/array_pad_variation4.phpt] 
       
 15327 TEST 7738/11279 [ext/standard/tests/array/array_pad_variation5.phpt]
       
 15328 PASS Test array_pad() function : usage variations - two dimensional array for 'pad_value' argument [ext/standard/tests/array/array_pad_variation5.phpt] 
       
 15329 TEST 7739/11279 [ext/standard/tests/array/array_pad_variation6.phpt]
       
 15330 PASS Test array_pad() function : usage variations - different arrays for 'input' argument [ext/standard/tests/array/array_pad_variation6.phpt] 
       
 15331 TEST 7740/11279 [ext/standard/tests/array/array_pad_variation7.phpt]
       
 15332 PASS Test array_pad() function : usage variations - two dimensional array for 'input' argument [ext/standard/tests/array/array_pad_variation7.phpt] 
       
 15333 TEST 7741/11279 [ext/standard/tests/array/array_pop.phpt]
       
 15334 PASS Test array_pop() function [ext/standard/tests/array/array_pop.phpt] 
       
 15335 TEST 7742/11279 [ext/standard/tests/array/array_pop_errors.phpt]
       
 15336 PASS Test array_pop() function (errors) [ext/standard/tests/array/array_pop_errors.phpt] 
       
 15337 TEST 7743/11279 [ext/standard/tests/array/array_pop_variation.phpt]
       
 15338 PASS Test array_pop() function (variation) [ext/standard/tests/array/array_pop_variation.phpt] 
       
 15339 TEST 7744/11279 [ext/standard/tests/array/array_product_error.phpt]
       
 15340 PASS Test array_product() function : error conditions [ext/standard/tests/array/array_product_error.phpt] 
       
 15341 TEST 7745/11279 [ext/standard/tests/array/array_product_variation1.phpt]
       
 15342 PASS Test array_product() function : variation [ext/standard/tests/array/array_product_variation1.phpt] 
       
 15343 TEST 7746/11279 [ext/standard/tests/array/array_product_variation2.phpt]
       
 15344 PASS Test array_product() function : variation [ext/standard/tests/array/array_product_variation2.phpt] 
       
 15345 TEST 7747/11279 [ext/standard/tests/array/array_product_variation3.phpt]
       
 15346 PASS Test array_product() function : variation [ext/standard/tests/array/array_product_variation3.phpt] 
       
 15347 TEST 7748/11279 [ext/standard/tests/array/array_product_variation4.phpt]
       
 15348 PASS Test array_product() function : variation [ext/standard/tests/array/array_product_variation4.phpt] 
       
 15349 TEST 7749/11279 [ext/standard/tests/array/array_product_variation5.phpt]
       
 15350 PASS Test array_product() function : usage variation [ext/standard/tests/array/array_product_variation5.phpt] 
       
 15351 TEST 7750/11279 [ext/standard/tests/array/array_push.phpt]
       
 15352 PASS Test array_push() function [ext/standard/tests/array/array_push.phpt] 
       
 15353 TEST 7751/11279 [ext/standard/tests/array/array_push_basic.phpt]
       
 15354 PASS Test array_push() function : basic functionality [ext/standard/tests/array/array_push_basic.phpt] 
       
 15355 TEST 7752/11279 [ext/standard/tests/array/array_push_error1.phpt]
       
 15356 PASS Test array_push() function : error conditions - Pass incorrect number of args [ext/standard/tests/array/array_push_error1.phpt] 
       
 15357 TEST 7753/11279 [ext/standard/tests/array/array_push_error2.phpt]
       
 15358 PASS Test array_push() function : error conditions - max int value as key [ext/standard/tests/array/array_push_error2.phpt] 
       
 15359 TEST 7754/11279 [ext/standard/tests/array/array_push_variation1.phpt]
       
 15360 PASS Test array_push() function : usage variations - Pass different data types as $stack arg [ext/standard/tests/array/array_push_variation1.phpt] 
       
 15361 TEST 7755/11279 [ext/standard/tests/array/array_push_variation2.phpt]
       
 15362 PASS Test array_push() function : usage variations - Pass different data types as $var arg [ext/standard/tests/array/array_push_variation2.phpt] 
       
 15363 TEST 7756/11279 [ext/standard/tests/array/array_push_variation3.phpt]
       
 15364 PASS Test array_push() function : usage variations - multidimensional arrays [ext/standard/tests/array/array_push_variation3.phpt] 
       
 15365 TEST 7757/11279 [ext/standard/tests/array/array_push_variation4.phpt]
       
 15366 PASS Test array_push() function : usage variations - referenced variables [ext/standard/tests/array/array_push_variation4.phpt] 
       
 15367 TEST 7758/11279 [ext/standard/tests/array/array_push_variation5.phpt]
       
 15368 PASS Test array_push() function : usage variations - position of internal array pointer [ext/standard/tests/array/array_push_variation5.phpt] 
       
 15369 TEST 7759/11279 [ext/standard/tests/array/array_push_variation6.phpt]
       
 15370 PASS Test array_push() function : usage variations - array keys are different data types [ext/standard/tests/array/array_push_variation6.phpt] 
       
 15371 TEST 7760/11279 [ext/standard/tests/array/array_rand.phpt]
       
 15372 PASS array_rand() tests [ext/standard/tests/array/array_rand.phpt] 
       
 15373 TEST 7761/11279 [ext/standard/tests/array/array_rand_basic1.phpt]
       
 15374 PASS Test array_rand() function : basic functionality - array with default keys [ext/standard/tests/array/array_rand_basic1.phpt] 
       
 15375 TEST 7762/11279 [ext/standard/tests/array/array_rand_basic2.phpt]
       
 15376 PASS Test array_rand() function : basic functionality - with associative array for 'input' argument [ext/standard/tests/array/array_rand_basic2.phpt] 
       
 15377 TEST 7763/11279 [ext/standard/tests/array/array_rand_error.phpt]
       
 15378 PASS Test array_rand() function : error conditions [ext/standard/tests/array/array_rand_error.phpt] 
       
 15379 TEST 7764/11279 [ext/standard/tests/array/array_rand_variation1.phpt]
       
 15380 PASS Test array_rand() function : usage variations - unexpected values for 'input' parameter [ext/standard/tests/array/array_rand_variation1.phpt] 
       
 15381 TEST 7765/11279 [ext/standard/tests/array/array_rand_variation2.phpt]
       
 15382 PASS Test array_rand() function : usage variations - unexpected values for 'num_req' parameter [ext/standard/tests/array/array_rand_variation2.phpt] 
       
 15383 TEST 7766/11279 [ext/standard/tests/array/array_rand_variation3.phpt]
       
 15384 PASS Test array_rand() function : usage variation - with MultiDimensional array [ext/standard/tests/array/array_rand_variation3.phpt] 
       
 15385 TEST 7767/11279 [ext/standard/tests/array/array_rand_variation4.phpt]
       
 15386 PASS Test array_rand() function : usage variation - with associative arrays for 'input' parameter [ext/standard/tests/array/array_rand_variation4.phpt] 
       
 15387 TEST 7768/11279 [ext/standard/tests/array/array_rand_variation5.phpt]
       
 15388 PASS Test array_rand() function : usage variation - invalid values for 'req_num' parameter [ext/standard/tests/array/array_rand_variation5.phpt] 
       
 15389 TEST 7769/11279 [ext/standard/tests/array/array_rand_variation6.phpt]
       
 15390 PASS Test array_rand() function : usage variation - with heredoc string as key in the 'input' array [ext/standard/tests/array/array_rand_variation6.phpt] 
       
 15391 TEST 7770/11279 [ext/standard/tests/array/array_reduce.phpt]
       
 15392 PASS Test array_reduce() function [ext/standard/tests/array/array_reduce.phpt] 
       
 15393 TEST 7771/11279 [ext/standard/tests/array/array_reduce_error.phpt]
       
 15394 PASS Test array_reduce() function : error conditions [ext/standard/tests/array/array_reduce_error.phpt] 
       
 15395 TEST 7772/11279 [ext/standard/tests/array/array_reduce_variation1.phpt]
       
 15396 PASS Test array_reduce() function : variation [ext/standard/tests/array/array_reduce_variation1.phpt] 
       
 15397 TEST 7773/11279 [ext/standard/tests/array/array_reduce_variation2.phpt]
       
 15398 PASS Test array_reduce() function : variation - invalid parameters [ext/standard/tests/array/array_reduce_variation2.phpt] 
       
 15399 TEST 7774/11279 [ext/standard/tests/array/array_reduce_variation3.phpt]
       
 15400 PASS Test array_reduce() function : variation - object callbacks [ext/standard/tests/array/array_reduce_variation3.phpt] 
       
 15401 TEST 7775/11279 [ext/standard/tests/array/array_replace.phpt]
       
 15402 PASS Test array_replace and array_replace_recursive [ext/standard/tests/array/array_replace.phpt] 
       
 15403 TEST 7776/11279 [ext/standard/tests/array/array_reverse_basic1.phpt]
       
 15404 PASS Test array_reverse() function : basic functionality - simple array for 'array' argument [ext/standard/tests/array/array_reverse_basic1.phpt] 
       
 15405 TEST 7777/11279 [ext/standard/tests/array/array_reverse_basic2.phpt]
       
 15406 PASS Test array_reverse() function : basic functionality - associative array for 'array' argument [ext/standard/tests/array/array_reverse_basic2.phpt] 
       
 15407 TEST 7778/11279 [ext/standard/tests/array/array_reverse_error.phpt]
       
 15408 PASS Test array_reverse() function : error conditions [ext/standard/tests/array/array_reverse_error.phpt] 
       
 15409 TEST 7779/11279 [ext/standard/tests/array/array_reverse_variation1.phpt]
       
 15410 PASS Test array_reverse() function : usage variations - unexpected values for 'array' argument [ext/standard/tests/array/array_reverse_variation1.phpt] 
       
 15411 TEST 7780/11279 [ext/standard/tests/array/array_reverse_variation2.phpt]
       
 15412 PASS Test array_reverse() function : usage variations - unexpected values for 'preserve_keys' argument [ext/standard/tests/array/array_reverse_variation2.phpt] 
       
 15413 TEST 7781/11279 [ext/standard/tests/array/array_reverse_variation3.phpt]
       
 15414 PASS Test array_reverse() function : usage variations - different array values for 'array' argument [ext/standard/tests/array/array_reverse_variation3.phpt] 
       
 15415 TEST 7782/11279 [ext/standard/tests/array/array_reverse_variation4.phpt]
       
 15416 PASS Test array_reverse() function : usage variations - assoc. array with diff. keys for 'array' argument [ext/standard/tests/array/array_reverse_variation4.phpt] 
       
 15417 TEST 7783/11279 [ext/standard/tests/array/array_reverse_variation5.phpt]
       
 15418 PASS Test array_reverse() function : usage variations - assoc. array with diff. value for 'array' argument [ext/standard/tests/array/array_reverse_variation5.phpt] 
       
 15419 TEST 7784/11279 [ext/standard/tests/array/array_reverse_variation6.phpt]
       
 15420 PASS Test array_reverse() function : usage variations - two dimensional arrays for 'array' argument [ext/standard/tests/array/array_reverse_variation6.phpt] 
       
 15421 TEST 7785/11279 [ext/standard/tests/array/array_search.phpt]
       
 15422 PASS Test array_search()/in_array() [ext/standard/tests/array/array_search.phpt] 
       
 15423 TEST 7786/11279 [ext/standard/tests/array/array_search1.phpt]
       
 15424 PASS array_search() tests [ext/standard/tests/array/array_search1.phpt] 
       
 15425 TEST 7787/11279 [ext/standard/tests/array/array_search_errors.phpt]
       
 15426 PASS Test array_search() function - error conditions [ext/standard/tests/array/array_search_errors.phpt] 
       
 15427 TEST 7788/11279 [ext/standard/tests/array/array_search_variation1.phpt]
       
 15428 PASS Test array_search() function : usage variations - different needle values [ext/standard/tests/array/array_search_variation1.phpt] 
       
 15429 TEST 7789/11279 [ext/standard/tests/array/array_search_variation2.phpt]
       
 15430 PASS Test array_search() function : usage variations - different haystack values [ext/standard/tests/array/array_search_variation2.phpt] 
       
 15431 TEST 7790/11279 [ext/standard/tests/array/array_search_variation3.phpt]
       
 15432 PASS Test array_search() function : usage variations - haystack as sub-array/object [ext/standard/tests/array/array_search_variation3.phpt] 
       
 15433 TEST 7791/11279 [ext/standard/tests/array/array_search_variation4.phpt]
       
 15434 PASS Test array_search() function : usage variations - haystack as resource/multi dimentional array [ext/standard/tests/array/array_search_variation4.phpt] 
       
 15435 TEST 7792/11279 [ext/standard/tests/array/array_shift_basic.phpt]
       
 15436 PASS Test array_shift() function : basic functionality [ext/standard/tests/array/array_shift_basic.phpt] 
       
 15437 TEST 7793/11279 [ext/standard/tests/array/array_shift_error.phpt]
       
 15438 PASS Test array_shift() function : error conditions - Pass incorrect number of args [ext/standard/tests/array/array_shift_error.phpt] 
       
 15439 TEST 7794/11279 [ext/standard/tests/array/array_shift_variation1.phpt]
       
 15440 PASS Test array_shift() function : usage variations - Pass different data types as $stack arg [ext/standard/tests/array/array_shift_variation1.phpt] 
       
 15441 TEST 7795/11279 [ext/standard/tests/array/array_shift_variation2.phpt]
       
 15442 PASS Test array_shift() function : usage variations - Pass arrays of different data types [ext/standard/tests/array/array_shift_variation2.phpt] 
       
 15443 TEST 7796/11279 [ext/standard/tests/array/array_shift_variation3.phpt]
       
 15444 PASS Test array_shift() function : usage variations - Pass array with different data types as keys [ext/standard/tests/array/array_shift_variation3.phpt] 
       
 15445 TEST 7797/11279 [ext/standard/tests/array/array_shift_variation4.phpt]
       
 15446 PASS Test array_shift() function : usage variations - multi-dimensional arrays [ext/standard/tests/array/array_shift_variation4.phpt] 
       
 15447 TEST 7798/11279 [ext/standard/tests/array/array_shift_variation5.phpt]
       
 15448 PASS Test array_shift() function : usage variations - call recursively [ext/standard/tests/array/array_shift_variation5.phpt] 
       
 15449 TEST 7799/11279 [ext/standard/tests/array/array_shift_variation6.phpt]
       
 15450 PASS Test array_shift() function : usage variations - Referenced arrays [ext/standard/tests/array/array_shift_variation6.phpt] 
       
 15451 TEST 7800/11279 [ext/standard/tests/array/array_shift_variation7.phpt]
       
 15452 PASS Test array_shift() function : usage variations - position of internal pointer [ext/standard/tests/array/array_shift_variation7.phpt] 
       
 15453 TEST 7801/11279 [ext/standard/tests/array/array_shift_variation8.phpt]
       
 15454 PASS Test array_shift() function : usage variations - maintaining referenced elements [ext/standard/tests/array/array_shift_variation8.phpt] 
       
 15455 TEST 7802/11279 [ext/standard/tests/array/array_shuffle_basic.phpt]
       
 15456 PASS array_shuffle(): Test return type and value for expected input [ext/standard/tests/array/array_shuffle_basic.phpt] 
       
 15457 TEST 7803/11279 [ext/standard/tests/array/array_slice.phpt]
       
 15458 PASS Testing array_slice() function [ext/standard/tests/array/array_slice.phpt] 
       
 15459 TEST 7804/11279 [ext/standard/tests/array/array_slice_basic.phpt]
       
 15460 PASS Test array_slice() function : basic functionality [ext/standard/tests/array/array_slice_basic.phpt] 
       
 15461 TEST 7805/11279 [ext/standard/tests/array/array_slice_error.phpt]
       
 15462 PASS Test array_slice() function : error conditions - Pass incorrect number of args [ext/standard/tests/array/array_slice_error.phpt] 
       
 15463 TEST 7806/11279 [ext/standard/tests/array/array_slice_variation1.phpt]
       
 15464 PASS Test array_slice() - Third parameter (NULL vs 0) [ext/standard/tests/array/array_slice_variation1.phpt] 
       
 15465 TEST 7807/11279 [ext/standard/tests/array/array_slice_variation10.phpt]
       
 15466 PASS Test array_slice() function : usage variations - position of internal array pointer [ext/standard/tests/array/array_slice_variation10.phpt] 
       
 15467 TEST 7808/11279 [ext/standard/tests/array/array_slice_variation11.phpt]
       
 15468 PASS Test array_slice() function : usage variations - Pass different data types as $input arg [ext/standard/tests/array/array_slice_variation11.phpt] 
       
 15469 TEST 7809/11279 [ext/standard/tests/array/array_slice_variation2.phpt]
       
 15470 PASS Test array_slice() function : usage variations - Pass different data types as $offset arg [ext/standard/tests/array/array_slice_variation2.phpt] 
       
 15471 TEST 7810/11279 [ext/standard/tests/array/array_slice_variation3.phpt]
       
 15472 SKIP Test array_slice() function : usage variations - Pass different data types as $length arg [ext/standard/tests/array/array_slice_variation3.phpt] reason: this test is for 64bit platform only
       
 15473 TEST 7811/11279 [ext/standard/tests/array/array_slice_variation4.phpt]
       
 15474 PASS Test array_slice() function : usage variations - Pass different data types as $preserve_keys arg [ext/standard/tests/array/array_slice_variation4.phpt] 
       
 15475 TEST 7812/11279 [ext/standard/tests/array/array_slice_variation5.phpt]
       
 15476 PASS Test array_slice() function : usage variations - Pass different integers as $offset argument [ext/standard/tests/array/array_slice_variation5.phpt] 
       
 15477 TEST 7813/11279 [ext/standard/tests/array/array_slice_variation6.phpt]
       
 15478 PASS Test array_slice() function : usage variations - pass different int values as $length arg [ext/standard/tests/array/array_slice_variation6.phpt] 
       
 15479 TEST 7814/11279 [ext/standard/tests/array/array_slice_variation7.phpt]
       
 15480 PASS Test array_slice() function : usage variations - different data types as keys in an array [ext/standard/tests/array/array_slice_variation7.phpt] 
       
 15481 TEST 7815/11279 [ext/standard/tests/array/array_slice_variation8.phpt]
       
 15482 PASS Test array_slice() function : usage variations - multidimensional arrays [ext/standard/tests/array/array_slice_variation8.phpt] 
       
 15483 TEST 7816/11279 [ext/standard/tests/array/array_slice_variation9.phpt]
       
 15484 PASS Test array_slice() function : usage variations - referenced variables [ext/standard/tests/array/array_slice_variation9.phpt] 
       
 15485 TEST 7817/11279 [ext/standard/tests/array/array_splice_basic.phpt]
       
 15486 PASS Test array_splice(): basic functionality [ext/standard/tests/array/array_splice_basic.phpt] 
       
 15487 TEST 7818/11279 [ext/standard/tests/array/array_splice_errors.phpt]
       
 15488 PASS Test array_splice() function : error conditions [ext/standard/tests/array/array_splice_errors.phpt] 
       
 15489 TEST 7819/11279 [ext/standard/tests/array/array_splice_variation1.phpt]
       
 15490 PASS Test array_splice() function : usage variations - references [ext/standard/tests/array/array_splice_variation1.phpt] 
       
 15491 TEST 7820/11279 [ext/standard/tests/array/array_splice_variation2.phpt]
       
 15492 PASS Test array_splice() function : usage variations - additional parameters [ext/standard/tests/array/array_splice_variation2.phpt] 
       
 15493 TEST 7821/11279 [ext/standard/tests/array/array_splice_variation3.phpt]
       
 15494 PASS Test array_splice() function : usage variations - lengths and offsets [ext/standard/tests/array/array_splice_variation3.phpt] 
       
 15495 TEST 7822/11279 [ext/standard/tests/array/array_splice_variation4.phpt]
       
 15496 PASS Test array_splice() function : usage variations - non array replacement values [ext/standard/tests/array/array_splice_variation4.phpt] 
       
 15497 TEST 7823/11279 [ext/standard/tests/array/array_sum.phpt]
       
 15498 PASS Test array_sum() [ext/standard/tests/array/array_sum.phpt] 
       
 15499 TEST 7824/11279 [ext/standard/tests/array/array_sum_basic.phpt]
       
 15500 PASS Test array_sum() function : basic functionality [ext/standard/tests/array/array_sum_basic.phpt] 
       
 15501 TEST 7825/11279 [ext/standard/tests/array/array_sum_error.phpt]
       
 15502 PASS Test array_sum() function : error conditions [ext/standard/tests/array/array_sum_error.phpt] 
       
 15503 TEST 7826/11279 [ext/standard/tests/array/array_sum_variation1.phpt]
       
 15504 PASS Test array_sum() function : usage variations - unexpected values for 'input' argument [ext/standard/tests/array/array_sum_variation1.phpt] 
       
 15505 TEST 7827/11279 [ext/standard/tests/array/array_sum_variation2.phpt]
       
 15506 PASS Test array_sum() function : usage variations - array with different integer value [ext/standard/tests/array/array_sum_variation2.phpt] 
       
 15507 TEST 7828/11279 [ext/standard/tests/array/array_sum_variation3.phpt]
       
 15508 PASS Test array_sum() function : usage variations - array with different float values [ext/standard/tests/array/array_sum_variation3.phpt] 
       
 15509 TEST 7829/11279 [ext/standard/tests/array/array_sum_variation4.phpt]
       
 15510 PASS Test array_sum() function : usage variations - array with duplicate values [ext/standard/tests/array/array_sum_variation4.phpt] 
       
 15511 TEST 7830/11279 [ext/standard/tests/array/array_sum_variation5.phpt]
       
 15512 PASS Test array_sum() function : usage variations - array with reference variables as elements [ext/standard/tests/array/array_sum_variation5.phpt] 
       
 15513 TEST 7831/11279 [ext/standard/tests/array/array_sum_variation6.phpt]
       
 15514 PASS Test array_sum() function : usage variations - associative array [ext/standard/tests/array/array_sum_variation6.phpt] 
       
 15515 TEST 7832/11279 [ext/standard/tests/array/array_sum_variation7.phpt]
       
 15516 PASS Test array_sum() function : usage variations - 'input' array with unexpected values as array element [ext/standard/tests/array/array_sum_variation7.phpt] 
       
 15517 TEST 7833/11279 [ext/standard/tests/array/array_udiff_assoc_basic.phpt]
       
 15518 PASS array_udiff_assoc(): Test return type and value for expected input [ext/standard/tests/array/array_udiff_assoc_basic.phpt] 
       
 15519 TEST 7834/11279 [ext/standard/tests/array/array_udiff_assoc_error.phpt]
       
 15520 PASS Test array_udiff_assoc() function : error conditions [ext/standard/tests/array/array_udiff_assoc_error.phpt] 
       
 15521 TEST 7835/11279 [ext/standard/tests/array/array_udiff_assoc_variation.phpt]
       
 15522 PASS Test array_udiff_assoc() function : variation [ext/standard/tests/array/array_udiff_assoc_variation.phpt] 
       
 15523 TEST 7836/11279 [ext/standard/tests/array/array_udiff_assoc_variation1.phpt]
       
 15524 PASS Test array_udiff_assoc() function : usage variation [ext/standard/tests/array/array_udiff_assoc_variation1.phpt] 
       
 15525 TEST 7837/11279 [ext/standard/tests/array/array_udiff_assoc_variation2.phpt]
       
 15526 PASS Test array_udiff_assoc() function : usage variation [ext/standard/tests/array/array_udiff_assoc_variation2.phpt] 
       
 15527 TEST 7838/11279 [ext/standard/tests/array/array_udiff_assoc_variation3.phpt]
       
 15528 PASS Test array_udiff_assoc() function : usage variation [ext/standard/tests/array/array_udiff_assoc_variation3.phpt] 
       
 15529 TEST 7839/11279 [ext/standard/tests/array/array_udiff_assoc_variation4.phpt]
       
 15530 PASS Test array_udiff_assoc() function : usage variation [ext/standard/tests/array/array_udiff_assoc_variation4.phpt] 
       
 15531 TEST 7840/11279 [ext/standard/tests/array/array_udiff_assoc_variation5.phpt]
       
 15532 PASS Test array_udiff_assoc() function : usage variation - incorrect comparison functions [ext/standard/tests/array/array_udiff_assoc_variation5.phpt] 
       
 15533 TEST 7841/11279 [ext/standard/tests/array/array_udiff_basic.phpt]
       
 15534 PASS array_udiff():Test return type and value for expected input [ext/standard/tests/array/array_udiff_basic.phpt] 
       
 15535 TEST 7842/11279 [ext/standard/tests/array/array_udiff_error.phpt]
       
 15536 PASS Test array_udiff() function : error conditions [ext/standard/tests/array/array_udiff_error.phpt] 
       
 15537 TEST 7843/11279 [ext/standard/tests/array/array_udiff_uassoc_basic.phpt]
       
 15538 PASS array_udiff_uassoc(): Test return type and value for expected input [ext/standard/tests/array/array_udiff_uassoc_basic.phpt] 
       
 15539 TEST 7844/11279 [ext/standard/tests/array/array_udiff_uassoc_error.phpt]
       
 15540 PASS Test array_udiff_uassoc() function : error conditions [ext/standard/tests/array/array_udiff_uassoc_error.phpt] 
       
 15541 TEST 7845/11279 [ext/standard/tests/array/array_udiff_uassoc_variation1.phpt]
       
 15542 PASS Test array_udiff_uassoc() function : usage variation [ext/standard/tests/array/array_udiff_uassoc_variation1.phpt] 
       
 15543 TEST 7846/11279 [ext/standard/tests/array/array_udiff_uassoc_variation2.phpt]
       
 15544 PASS Test array_udiff_uassoc() function : usage variation [ext/standard/tests/array/array_udiff_uassoc_variation2.phpt] 
       
 15545 TEST 7847/11279 [ext/standard/tests/array/array_udiff_uassoc_variation3.phpt]
       
 15546 PASS Test array_udiff_uassoc() function : usage variation [ext/standard/tests/array/array_udiff_uassoc_variation3.phpt] 
       
 15547 TEST 7848/11279 [ext/standard/tests/array/array_udiff_uassoc_variation4.phpt]
       
 15548 PASS Test array_udiff_uassoc() function : usage variation [ext/standard/tests/array/array_udiff_uassoc_variation4.phpt] 
       
 15549 TEST 7849/11279 [ext/standard/tests/array/array_udiff_uassoc_variation5.phpt]
       
 15550 PASS Test array_udiff_uassoc() function : usage variation [ext/standard/tests/array/array_udiff_uassoc_variation5.phpt] 
       
 15551 TEST 7850/11279 [ext/standard/tests/array/array_udiff_uassoc_variation6.phpt]
       
 15552 PASS Test array_udiff_uassoc() function : usage variation [ext/standard/tests/array/array_udiff_uassoc_variation6.phpt] 
       
 15553 TEST 7851/11279 [ext/standard/tests/array/array_udiff_variation1.phpt]
       
 15554 PASS Test array_udiff() function : usage variation [ext/standard/tests/array/array_udiff_variation1.phpt] 
       
 15555 TEST 7852/11279 [ext/standard/tests/array/array_udiff_variation2.phpt]
       
 15556 PASS Test array_udiff() function : usage variation [ext/standard/tests/array/array_udiff_variation2.phpt] 
       
 15557 TEST 7853/11279 [ext/standard/tests/array/array_udiff_variation3.phpt]
       
 15558 PASS Test array_udiff() function : usage variation [ext/standard/tests/array/array_udiff_variation3.phpt] 
       
 15559 TEST 7854/11279 [ext/standard/tests/array/array_udiff_variation4.phpt]
       
 15560 PASS Test array_udiff() function : usage variation [ext/standard/tests/array/array_udiff_variation4.phpt] 
       
 15561 TEST 7855/11279 [ext/standard/tests/array/array_udiff_variation5.phpt]
       
 15562 PASS Test array_udiff() function : usage variation [ext/standard/tests/array/array_udiff_variation5.phpt] 
       
 15563 TEST 7856/11279 [ext/standard/tests/array/array_uintersect_assoc_basic.phpt]
       
 15564 PASS array_uintersect_assoc(): Test return type and value for expected input [ext/standard/tests/array/array_uintersect_assoc_basic.phpt] 
       
 15565 TEST 7857/11279 [ext/standard/tests/array/array_uintersect_assoc_basic2.phpt]
       
 15566 PASS Test array_uintersect_assoc() function : basic functionality - testing with multiple array arguments [ext/standard/tests/array/array_uintersect_assoc_basic2.phpt] 
       
 15567 TEST 7858/11279 [ext/standard/tests/array/array_uintersect_assoc_error.phpt]
       
 15568 PASS Test array_uintersect_assoc() function : error conditions [ext/standard/tests/array/array_uintersect_assoc_error.phpt] 
       
 15569 TEST 7859/11279 [ext/standard/tests/array/array_uintersect_assoc_variation1.phpt]
       
 15570 PASS Test array_uintersect_assoc() function : usage variation [ext/standard/tests/array/array_uintersect_assoc_variation1.phpt] 
       
 15571 TEST 7860/11279 [ext/standard/tests/array/array_uintersect_assoc_variation2.phpt]
       
 15572 PASS Test array_uintersect_assoc() function : usage variation [ext/standard/tests/array/array_uintersect_assoc_variation2.phpt] 
       
 15573 TEST 7861/11279 [ext/standard/tests/array/array_uintersect_assoc_variation3.phpt]
       
 15574 PASS Test array_uintersect_assoc() function : usage variation [ext/standard/tests/array/array_uintersect_assoc_variation3.phpt] 
       
 15575 TEST 7862/11279 [ext/standard/tests/array/array_uintersect_assoc_variation4.phpt]
       
 15576 PASS Test array_uintersect_assoc() function : usage variation [ext/standard/tests/array/array_uintersect_assoc_variation4.phpt] 
       
 15577 TEST 7863/11279 [ext/standard/tests/array/array_uintersect_assoc_variation5.phpt]
       
 15578 PASS Test array_uintersect_assoc() function : usage variation - differing comparison functions [ext/standard/tests/array/array_uintersect_assoc_variation5.phpt] 
       
 15579 TEST 7864/11279 [ext/standard/tests/array/array_uintersect_basic.phpt]
       
 15580 PASS array_uintersect(): Test return type and value for expected input [ext/standard/tests/array/array_uintersect_basic.phpt] 
       
 15581 TEST 7865/11279 [ext/standard/tests/array/array_uintersect_error.phpt]
       
 15582 PASS Test array_uintersect() function : error conditions [ext/standard/tests/array/array_uintersect_error.phpt] 
       
 15583 TEST 7866/11279 [ext/standard/tests/array/array_uintersect_uassoc_basic.phpt]
       
 15584 PASS array_uintersect_uassoc(): Test return type and value for expected input [ext/standard/tests/array/array_uintersect_uassoc_basic.phpt] 
       
 15585 TEST 7867/11279 [ext/standard/tests/array/array_uintersect_uassoc_error.phpt]
       
 15586 PASS Test array_uintersect_uassoc() function : error conditions [ext/standard/tests/array/array_uintersect_uassoc_error.phpt] 
       
 15587 TEST 7868/11279 [ext/standard/tests/array/array_uintersect_uassoc_variation1.phpt]
       
 15588 PASS Test array_uintersect_uassoc() function : usage variation [ext/standard/tests/array/array_uintersect_uassoc_variation1.phpt] 
       
 15589 TEST 7869/11279 [ext/standard/tests/array/array_uintersect_uassoc_variation2.phpt]
       
 15590 PASS Test array_uintersect_uassoc() function : usage variation [ext/standard/tests/array/array_uintersect_uassoc_variation2.phpt] 
       
 15591 TEST 7870/11279 [ext/standard/tests/array/array_uintersect_uassoc_variation3.phpt]
       
 15592 PASS Test array_uintersect_uassoc() function : usage variation [ext/standard/tests/array/array_uintersect_uassoc_variation3.phpt] 
       
 15593 TEST 7871/11279 [ext/standard/tests/array/array_uintersect_uassoc_variation4.phpt]
       
 15594 PASS Test array_uintersect_uassoc() function : usage variation [ext/standard/tests/array/array_uintersect_uassoc_variation4.phpt] 
       
 15595 TEST 7872/11279 [ext/standard/tests/array/array_uintersect_uassoc_variation5.phpt]
       
 15596 PASS Test array_uintersect_uassoc() function : usage variation [ext/standard/tests/array/array_uintersect_uassoc_variation5.phpt] 
       
 15597 TEST 7873/11279 [ext/standard/tests/array/array_uintersect_uassoc_variation6.phpt]
       
 15598 PASS Test array_uintersect_uassoc() function : usage variation - incorrect callbacks [ext/standard/tests/array/array_uintersect_uassoc_variation6.phpt] 
       
 15599 TEST 7874/11279 [ext/standard/tests/array/array_uintersect_variation1.phpt]
       
 15600 PASS Test array_uintersect() function : usage variation [ext/standard/tests/array/array_uintersect_variation1.phpt] 
       
 15601 TEST 7875/11279 [ext/standard/tests/array/array_uintersect_variation2.phpt]
       
 15602 PASS Test array_uintersect() function : usage variation [ext/standard/tests/array/array_uintersect_variation2.phpt] 
       
 15603 TEST 7876/11279 [ext/standard/tests/array/array_uintersect_variation3.phpt]
       
 15604 PASS Test array_uintersect() function : usage variation [ext/standard/tests/array/array_uintersect_variation3.phpt] 
       
 15605 TEST 7877/11279 [ext/standard/tests/array/array_uintersect_variation4.phpt]
       
 15606 PASS Test array_uintersect() function : usage variation [ext/standard/tests/array/array_uintersect_variation4.phpt] 
       
 15607 TEST 7878/11279 [ext/standard/tests/array/array_uintersect_variation5.phpt]
       
 15608 PASS Test array_uintersect() function : usage variation - differing comparison functions [ext/standard/tests/array/array_uintersect_variation5.phpt] 
       
 15609 TEST 7879/11279 [ext/standard/tests/array/array_unique_basic.phpt]
       
 15610 PASS Test array_unique() function : basic functionality [ext/standard/tests/array/array_unique_basic.phpt] 
       
 15611 TEST 7880/11279 [ext/standard/tests/array/array_unique_error.phpt]
       
 15612 PASS Test array_unique() function : error conditions [ext/standard/tests/array/array_unique_error.phpt] 
       
 15613 TEST 7881/11279 [ext/standard/tests/array/array_unique_variation1.phpt]
       
 15614 PASS Test array_unique() function : usage variations - unexpected values for 'input' argument [ext/standard/tests/array/array_unique_variation1.phpt] 
       
 15615 TEST 7882/11279 [ext/standard/tests/array/array_unique_variation2.phpt]
       
 15616 PASS Test array_unique() function : usage variations - different arrays for 'input' argument [ext/standard/tests/array/array_unique_variation2.phpt] 
       
 15617 TEST 7883/11279 [ext/standard/tests/array/array_unique_variation3.phpt]
       
 15618 PASS Test array_unique() function : usage variations - associative array with different keys [ext/standard/tests/array/array_unique_variation3.phpt] 
       
 15619 TEST 7884/11279 [ext/standard/tests/array/array_unique_variation4.phpt]
       
 15620 PASS Test array_unique() function : usage variations - associative array with different values [ext/standard/tests/array/array_unique_variation4.phpt] 
       
 15621 TEST 7885/11279 [ext/standard/tests/array/array_unique_variation5.phpt]
       
 15622 PASS Test array_unique() function : usage variations - array with duplicate keys [ext/standard/tests/array/array_unique_variation5.phpt] 
       
 15623 TEST 7886/11279 [ext/standard/tests/array/array_unique_variation6.phpt]
       
 15624 PASS Test array_unique() function : usage variations - array with reference variables [ext/standard/tests/array/array_unique_variation6.phpt] 
       
 15625 TEST 7887/11279 [ext/standard/tests/array/array_unique_variation7.phpt]
       
 15626 PASS Test array_unique() function : usage variations - binary safe checking [ext/standard/tests/array/array_unique_variation7.phpt] 
       
 15627 TEST 7888/11279 [ext/standard/tests/array/array_unique_variation8.phpt]
       
 15628 PASS Test array_unique() function : usage variations - two dimensional arrays [ext/standard/tests/array/array_unique_variation8.phpt] 
       
 15629 TEST 7889/11279 [ext/standard/tests/array/array_unshift.phpt]
       
 15630 PASS array_unshift() tests [ext/standard/tests/array/array_unshift.phpt] 
       
 15631 TEST 7890/11279 [ext/standard/tests/array/array_unshift_basic1.phpt]
       
 15632 PASS Test array_unshift() function : basic functionality - array with default keys for 'array' argument [ext/standard/tests/array/array_unshift_basic1.phpt] 
       
 15633 TEST 7891/11279 [ext/standard/tests/array/array_unshift_basic2.phpt]
       
 15634 PASS Test array_unshift() function : basic functionality - associative arrays for 'array' argument [ext/standard/tests/array/array_unshift_basic2.phpt] 
       
 15635 TEST 7892/11279 [ext/standard/tests/array/array_unshift_error.phpt]
       
 15636 PASS Test array_unshift() function : error conditions [ext/standard/tests/array/array_unshift_error.phpt] 
       
 15637 TEST 7893/11279 [ext/standard/tests/array/array_unshift_object.phpt]
       
 15638 PASS Test array_unshift() function : passing object for 'var' argument [ext/standard/tests/array/array_unshift_object.phpt] 
       
 15639 TEST 7894/11279 [ext/standard/tests/array/array_unshift_variation1.phpt]
       
 15640 PASS Test array_unshift() function : usage variations - unexpected values for 'array' argument [ext/standard/tests/array/array_unshift_variation1.phpt] 
       
 15641 TEST 7895/11279 [ext/standard/tests/array/array_unshift_variation2.phpt]
       
 15642 PASS Test array_unshift() function : usage variations - all possible values for 'var' argument [ext/standard/tests/array/array_unshift_variation2.phpt] 
       
 15643 TEST 7896/11279 [ext/standard/tests/array/array_unshift_variation3.phpt]
       
 15644 PASS Test array_unshift() function : usage variations - different array values for 'array' argument [ext/standard/tests/array/array_unshift_variation3.phpt] 
       
 15645 TEST 7897/11279 [ext/standard/tests/array/array_unshift_variation4.phpt]
       
 15646 PASS Test array_unshift() function : usage variations - assoc. array with diff. keys for 'array' argument [ext/standard/tests/array/array_unshift_variation4.phpt] 
       
 15647 TEST 7898/11279 [ext/standard/tests/array/array_unshift_variation5.phpt]
       
 15648 PASS Test array_unshift() function : usage variations - assoc. array with diff values for 'array' argument [ext/standard/tests/array/array_unshift_variation5.phpt] 
       
 15649 TEST 7899/11279 [ext/standard/tests/array/array_unshift_variation6.phpt]
       
 15650 PASS Test array_unshift() function : usage variations - two dimensional arrays for 'array' argument [ext/standard/tests/array/array_unshift_variation6.phpt] 
       
 15651 TEST 7900/11279 [ext/standard/tests/array/array_unshift_variation7.phpt]
       
 15652 PASS Test array_unshift() function : usage variations - double quoted strings for 'var' argument [ext/standard/tests/array/array_unshift_variation7.phpt] 
       
 15653 TEST 7901/11279 [ext/standard/tests/array/array_unshift_variation8.phpt]
       
 15654 PASS Test array_unshift() function : usage variations - single quoted strings for 'var' argument [ext/standard/tests/array/array_unshift_variation8.phpt] 
       
 15655 TEST 7902/11279 [ext/standard/tests/array/array_unshift_variation9.phpt]
       
 15656 PASS Test array_unshift() function : usage variations - heredoc strings for 'var' argument [ext/standard/tests/array/array_unshift_variation9.phpt] 
       
 15657 TEST 7903/11279 [ext/standard/tests/array/array_user_key_compare.phpt]
       
 15658 PASS Fix UMR in array_user_key_compare (MOPB24) [ext/standard/tests/array/array_user_key_compare.phpt] 
       
 15659 TEST 7904/11279 [ext/standard/tests/array/array_values.phpt]
       
 15660 PASS Test array_values() function [ext/standard/tests/array/array_values.phpt] 
       
 15661 TEST 7905/11279 [ext/standard/tests/array/array_values_basic.phpt]
       
 15662 PASS Test array_values() function : basic functionality [ext/standard/tests/array/array_values_basic.phpt] 
       
 15663 TEST 7906/11279 [ext/standard/tests/array/array_values_error.phpt]
       
 15664 PASS Test array_values() function : error conditions - Pass incorrect number of functions [ext/standard/tests/array/array_values_error.phpt] 
       
 15665 TEST 7907/11279 [ext/standard/tests/array/array_values_errors.phpt]
       
 15666 PASS Test array_values() function (errors) [ext/standard/tests/array/array_values_errors.phpt] 
       
 15667 TEST 7908/11279 [ext/standard/tests/array/array_values_variation.phpt]
       
 15668 PASS Test array_values() function (variation) [ext/standard/tests/array/array_values_variation.phpt] 
       
 15669 TEST 7909/11279 [ext/standard/tests/array/array_values_variation1.phpt]
       
 15670 PASS Test array_values() function : usage variations - Pass different data types as $input arg [ext/standard/tests/array/array_values_variation1.phpt] 
       
 15671 TEST 7910/11279 [ext/standard/tests/array/array_values_variation2.phpt]
       
 15672 PASS Test array_values() function : usage variations - arrays of different data types [ext/standard/tests/array/array_values_variation2.phpt] 
       
 15673 TEST 7911/11279 [ext/standard/tests/array/array_values_variation3.phpt]
       
 15674 PASS Test array_values() function : usage variations - array keys different data types [ext/standard/tests/array/array_values_variation3.phpt] 
       
 15675 TEST 7912/11279 [ext/standard/tests/array/array_values_variation4.phpt]
       
 15676 PASS Test array_values() function : usage variations - multi-dimensional arrays [ext/standard/tests/array/array_values_variation4.phpt] 
       
 15677 TEST 7913/11279 [ext/standard/tests/array/array_values_variation5.phpt]
       
 15678 PASS Test array_values() function : usage variations - internal array pointer [ext/standard/tests/array/array_values_variation5.phpt] 
       
 15679 TEST 7914/11279 [ext/standard/tests/array/array_values_variation6.phpt]
       
 15680 PASS Test array_values() function : usage variations - Referenced variables [ext/standard/tests/array/array_values_variation6.phpt] 
       
 15681 TEST 7915/11279 [ext/standard/tests/array/array_values_variation7.phpt]
       
 15682 PASS Test array_values() function : usage variations - Internal order check [ext/standard/tests/array/array_values_variation7.phpt] 
       
 15683 TEST 7916/11279 [ext/standard/tests/array/array_values_variation_64bit.phpt]
       
 15684 SKIP Test array_values() function [ext/standard/tests/array/array_values_variation_64bit.phpt] reason: this test is for 64bit platform only
       
 15685 TEST 7917/11279 [ext/standard/tests/array/array_walk.phpt]
       
 15686 PASS array_walk() tests [ext/standard/tests/array/array_walk.phpt] 
       
 15687 TEST 7918/11279 [ext/standard/tests/array/array_walk_basic1.phpt]
       
 15688 PASS Test array_walk() function : basic functionality - regular array [ext/standard/tests/array/array_walk_basic1.phpt] 
       
 15689 TEST 7919/11279 [ext/standard/tests/array/array_walk_basic2.phpt]
       
 15690 PASS Test array_walk() function : basic functionality - associative array [ext/standard/tests/array/array_walk_basic2.phpt] 
       
 15691 TEST 7920/11279 [ext/standard/tests/array/array_walk_error1.phpt]
       
 15692 PASS Test array_walk() function : error conditions [ext/standard/tests/array/array_walk_error1.phpt] 
       
 15693 TEST 7921/11279 [ext/standard/tests/array/array_walk_error2.phpt]
       
 15694 PASS Test array_walk() function : error conditions - callback parameters [ext/standard/tests/array/array_walk_error2.phpt] 
       
 15695 TEST 7922/11279 [ext/standard/tests/array/array_walk_object1.phpt]
       
 15696 PASS Test array_walk() function : object functionality [ext/standard/tests/array/array_walk_object1.phpt] 
       
 15697 TEST 7923/11279 [ext/standard/tests/array/array_walk_object2.phpt]
       
 15698 PASS Test array_walk() function : object functionality - array of objects [ext/standard/tests/array/array_walk_object2.phpt] 
       
 15699 TEST 7924/11279 [ext/standard/tests/array/array_walk_objects.phpt]
       
 15700 PASS array_walk() and objects [ext/standard/tests/array/array_walk_objects.phpt] 
       
 15701 TEST 7925/11279 [ext/standard/tests/array/array_walk_rec_objects.phpt]
       
 15702 PASS array_walk_recursive() and objects [ext/standard/tests/array/array_walk_rec_objects.phpt] 
       
 15703 TEST 7926/11279 [ext/standard/tests/array/array_walk_recursive.phpt]
       
 15704 PASS Test array_walk_recursive() [ext/standard/tests/array/array_walk_recursive.phpt] 
       
 15705 TEST 7927/11279 [ext/standard/tests/array/array_walk_recursive1.phpt]
       
 15706 PASS array_walk_recursive() tests [ext/standard/tests/array/array_walk_recursive1.phpt] 
       
 15707 TEST 7928/11279 [ext/standard/tests/array/array_walk_recursive_basic1.phpt]
       
 15708 PASS Test array_walk_recursive() function : basic functionality - regular array [ext/standard/tests/array/array_walk_recursive_basic1.phpt] 
       
 15709 TEST 7929/11279 [ext/standard/tests/array/array_walk_recursive_basic2.phpt]
       
 15710 PASS Test array_walk_recursive() function : basic functionality - associative array [ext/standard/tests/array/array_walk_recursive_basic2.phpt] 
       
 15711 TEST 7930/11279 [ext/standard/tests/array/array_walk_recursive_error1.phpt]
       
 15712 PASS Test array_walk_recursive() function : error conditions [ext/standard/tests/array/array_walk_recursive_error1.phpt] 
       
 15713 TEST 7931/11279 [ext/standard/tests/array/array_walk_recursive_error2.phpt]
       
 15714 PASS Test array_walk_recursive() function : error conditions - callback parameters [ext/standard/tests/array/array_walk_recursive_error2.phpt] 
       
 15715 TEST 7932/11279 [ext/standard/tests/array/array_walk_recursive_object1.phpt]
       
 15716 PASS Test array_walk_recursive() function : object functionality [ext/standard/tests/array/array_walk_recursive_object1.phpt] 
       
 15717 TEST 7933/11279 [ext/standard/tests/array/array_walk_recursive_object2.phpt]
       
 15718 PASS Test array_walk_recursive() function : object functionality - array of objects [ext/standard/tests/array/array_walk_recursive_object2.phpt] 
       
 15719 TEST 7934/11279 [ext/standard/tests/array/array_walk_recursive_variation1.phpt]
       
 15720 PASS Test array_walk_recursive() function : usage variations - unexpected values for 'input' argument [ext/standard/tests/array/array_walk_recursive_variation1.phpt] 
       
 15721 TEST 7935/11279 [ext/standard/tests/array/array_walk_recursive_variation2.phpt]
       
 15722 PASS Test array_walk_recursive() function : usage variations - unexpected values in place of 'funcname' argument [ext/standard/tests/array/array_walk_recursive_variation2.phpt] 
       
 15723 TEST 7936/11279 [ext/standard/tests/array/array_walk_recursive_variation3.phpt]
       
 15724 PASS Test array_walk_recursive() function : usage variations - 'input' array with different values [ext/standard/tests/array/array_walk_recursive_variation3.phpt] 
       
 15725 TEST 7937/11279 [ext/standard/tests/array/array_walk_recursive_variation4.phpt]
       
 15726 PASS Test array_walk_recursive() function : usage variations - 'input' array with subarray [ext/standard/tests/array/array_walk_recursive_variation4.phpt] 
       
 15727 TEST 7938/11279 [ext/standard/tests/array/array_walk_recursive_variation5.phpt]
       
 15728 PASS Test array_walk_recursive() function : usage variations - 'input' argument containing reference variables [ext/standard/tests/array/array_walk_recursive_variation5.phpt] 
       
 15729 TEST 7939/11279 [ext/standard/tests/array/array_walk_recursive_variation6.phpt]
       
 15730 PASS Test array_walk_recursive() function : usage variations - 'input' argument as diff. associative arrays [ext/standard/tests/array/array_walk_recursive_variation6.phpt] 
       
 15731 TEST 7940/11279 [ext/standard/tests/array/array_walk_recursive_variation7.phpt]
       
 15732 PASS Test array_walk_recursive() function : usage variations - anonymous callback function [ext/standard/tests/array/array_walk_recursive_variation7.phpt] 
       
 15733 TEST 7941/11279 [ext/standard/tests/array/array_walk_recursive_variation8.phpt]
       
 15734 PASS Test array_walk_recursive() function : usage variations - buit-in function as callback [ext/standard/tests/array/array_walk_recursive_variation8.phpt] 
       
 15735 TEST 7942/11279 [ext/standard/tests/array/array_walk_recursive_variation9.phpt]
       
 15736 PASS Test array_walk_recursive() function : usage variations - different callback functions [ext/standard/tests/array/array_walk_recursive_variation9.phpt] 
       
 15737 TEST 7943/11279 [ext/standard/tests/array/array_walk_variation1.phpt]
       
 15738 PASS Test array_walk() function : usage variations - unexpected values for 'input' argument [ext/standard/tests/array/array_walk_variation1.phpt] 
       
 15739 TEST 7944/11279 [ext/standard/tests/array/array_walk_variation2.phpt]
       
 15740 PASS Test array_walk() function : usage variations - unexpected values in place of 'funcname' argument [ext/standard/tests/array/array_walk_variation2.phpt] 
       
 15741 TEST 7945/11279 [ext/standard/tests/array/array_walk_variation3.phpt]
       
 15742 PASS Test array_walk() function : usage variations - 'input' array with different values [ext/standard/tests/array/array_walk_variation3.phpt] 
       
 15743 TEST 7946/11279 [ext/standard/tests/array/array_walk_variation4.phpt]
       
 15744 PASS Test array_walk() function : usage variations - 'input' array with subarray [ext/standard/tests/array/array_walk_variation4.phpt] 
       
 15745 TEST 7947/11279 [ext/standard/tests/array/array_walk_variation5.phpt]
       
 15746 PASS Test array_walk() function : usage variations - 'input' argument containing reference variables [ext/standard/tests/array/array_walk_variation5.phpt] 
       
 15747 TEST 7948/11279 [ext/standard/tests/array/array_walk_variation6.phpt]
       
 15748 PASS Test array_walk() function : usage variations - 'input' argument as diff. associative arrays [ext/standard/tests/array/array_walk_variation6.phpt] 
       
 15749 TEST 7949/11279 [ext/standard/tests/array/array_walk_variation7.phpt]
       
 15750 PASS Test array_walk() function : usage variations - anonymous callback function [ext/standard/tests/array/array_walk_variation7.phpt] 
       
 15751 TEST 7950/11279 [ext/standard/tests/array/array_walk_variation8.phpt]
       
 15752 PASS Test array_walk() function : usage variations - buit-in function as callback [ext/standard/tests/array/array_walk_variation8.phpt] 
       
 15753 TEST 7951/11279 [ext/standard/tests/array/array_walk_variation9.phpt]
       
 15754 PASS Test array_walk() function : usage variations - different callback functions [ext/standard/tests/array/array_walk_variation9.phpt] 
       
 15755 TEST 7952/11279 [ext/standard/tests/array/arsort_basic.phpt]
       
 15756 PASS Test arsort() function : basic functionality [ext/standard/tests/array/arsort_basic.phpt] 
       
 15757 TEST 7953/11279 [ext/standard/tests/array/arsort_error.phpt]
       
 15758 PASS Test arsort() function : error conditions [ext/standard/tests/array/arsort_error.phpt] 
       
 15759 TEST 7954/11279 [ext/standard/tests/array/arsort_object1.phpt]
       
 15760 PASS Test arsort() function : object functionality - sort objects [ext/standard/tests/array/arsort_object1.phpt] 
       
 15761 TEST 7955/11279 [ext/standard/tests/array/arsort_object2.phpt]
       
 15762 PASS Test arsort() function : object functionality - sorting objects with diff. accessibility of member vars [ext/standard/tests/array/arsort_object2.phpt] 
       
 15763 TEST 7956/11279 [ext/standard/tests/array/arsort_variation1.phpt]
       
 15764 PASS Test arsort() function : usage variations - unexpected values for 'array_arg' argument [ext/standard/tests/array/arsort_variation1.phpt] 
       
 15765 TEST 7957/11279 [ext/standard/tests/array/arsort_variation10.phpt]
       
 15766 PASS Test arsort() function : usage variations - sort octal values [ext/standard/tests/array/arsort_variation10.phpt] 
       
 15767 TEST 7958/11279 [ext/standard/tests/array/arsort_variation11.phpt]
       
 15768 PASS Test arsort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR (OK to fail as result is unpredectable) [ext/standard/tests/array/arsort_variation11.phpt] 
       
 15769 TEST 7959/11279 [ext/standard/tests/array/arsort_variation2.phpt]
       
 15770 PASS Test arsort() function : usage variations - unexpected values for 'sort_flags' argument [ext/standard/tests/array/arsort_variation2.phpt] 
       
 15771 TEST 7960/11279 [ext/standard/tests/array/arsort_variation3.phpt]
       
 15772 PASS Test arsort() function : usage variations - sort integer/float values [ext/standard/tests/array/arsort_variation3.phpt] 
       
 15773 TEST 7961/11279 [ext/standard/tests/array/arsort_variation4.phpt]
       
 15774 PASS Test arsort() function : usage variations - sort reference variables [ext/standard/tests/array/arsort_variation4.phpt] 
       
 15775 TEST 7962/11279 [ext/standard/tests/array/arsort_variation5.phpt]
       
 15776 PASS Test arsort() function : usage variations - sort strings [ext/standard/tests/array/arsort_variation5.phpt] 
       
 15777 TEST 7963/11279 [ext/standard/tests/array/arsort_variation6.phpt]
       
 15778 PASS Test arsort() function : usage variations - sort hexadecimal values [ext/standard/tests/array/arsort_variation6.phpt] 
       
 15779 TEST 7964/11279 [ext/standard/tests/array/arsort_variation7.phpt]
       
 15780 PASS Test arsort() function : usage variations - sort bool values [ext/standard/tests/array/arsort_variation7.phpt] 
       
 15781 TEST 7965/11279 [ext/standard/tests/array/arsort_variation8.phpt]
       
 15782 PASS Test arsort() function : usage variations - sort array with diff. sub arrays, 'sort_flags' as default/SORT_REGULAR [ext/standard/tests/array/arsort_variation8.phpt] 
       
 15783 TEST 7966/11279 [ext/standard/tests/array/arsort_variation9.phpt]
       
 15784 PASS Test arsort() function : usage variations - sorting arrays with/without keys, 'sort_flags' as default/SORT_REGULAR [ext/standard/tests/array/arsort_variation9.phpt] 
       
 15785 TEST 7967/11279 [ext/standard/tests/array/asort_basic.phpt]
       
 15786 PASS Test asort() function : basic functionality [ext/standard/tests/array/asort_basic.phpt] 
       
 15787 TEST 7968/11279 [ext/standard/tests/array/asort_error.phpt]
       
 15788 PASS Test asort() function : error conditions [ext/standard/tests/array/asort_error.phpt] 
       
 15789 TEST 7969/11279 [ext/standard/tests/array/asort_object1.phpt]
       
 15790 PASS Test asort() function : object functionality - sort objects [ext/standard/tests/array/asort_object1.phpt] 
       
 15791 TEST 7970/11279 [ext/standard/tests/array/asort_object2.phpt]
       
 15792 PASS Test asort() function : object functionality - sorting objects with diff. accessibility of member vars [ext/standard/tests/array/asort_object2.phpt] 
       
 15793 TEST 7971/11279 [ext/standard/tests/array/asort_variation1.phpt]
       
 15794 PASS Test asort() function : usage variations - unexpected values for 'array_arg' argument [ext/standard/tests/array/asort_variation1.phpt] 
       
 15795 TEST 7972/11279 [ext/standard/tests/array/asort_variation10.phpt]
       
 15796 PASS Test asort() function : usage variations - sort octal values [ext/standard/tests/array/asort_variation10.phpt] 
       
 15797 TEST 7973/11279 [ext/standard/tests/array/asort_variation11.phpt]
       
 15798 PASS Test asort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR (OK to fail as result is unpredectable) [ext/standard/tests/array/asort_variation11.phpt] 
       
 15799 TEST 7974/11279 [ext/standard/tests/array/asort_variation2.phpt]
       
 15800 PASS Test asort() function : usage variations - unexpected values for 'sort_flags' argument [ext/standard/tests/array/asort_variation2.phpt] 
       
 15801 TEST 7975/11279 [ext/standard/tests/array/asort_variation3.phpt]
       
 15802 PASS Test asort() function : usage variations - sort integer/float values [ext/standard/tests/array/asort_variation3.phpt] 
       
 15803 TEST 7976/11279 [ext/standard/tests/array/asort_variation4.phpt]
       
 15804 PASS Test asort() function : usage variations - sort reference variables [ext/standard/tests/array/asort_variation4.phpt] 
       
 15805 TEST 7977/11279 [ext/standard/tests/array/asort_variation5.phpt]
       
 15806 PASS Test asort() function : usage variations - sort strings [ext/standard/tests/array/asort_variation5.phpt] 
       
 15807 TEST 7978/11279 [ext/standard/tests/array/asort_variation6.phpt]
       
 15808 PASS Test asort() function : usage variations - sort hexadecimal values [ext/standard/tests/array/asort_variation6.phpt] 
       
 15809 TEST 7979/11279 [ext/standard/tests/array/asort_variation7.phpt]
       
 15810 PASS Test asort() function : usage variations - sort bool values [ext/standard/tests/array/asort_variation7.phpt] 
       
 15811 TEST 7980/11279 [ext/standard/tests/array/asort_variation8.phpt]
       
 15812 PASS Test asort() function : usage variations - sort array with diff. sub arrays, 'sort_flags' as default/SORT_REGULAR [ext/standard/tests/array/asort_variation8.phpt] 
       
 15813 TEST 7981/11279 [ext/standard/tests/array/asort_variation9.phpt]
       
 15814 PASS Test asort() function : usage variations - sorting arrays with/without keys, 'sort_flags' as default/SORT_REGULAR [ext/standard/tests/array/asort_variation9.phpt] 
       
 15815 TEST 7982/11279 [ext/standard/tests/array/bug12776.phpt]
       
 15816 PASS Bug #12776 (array_walk crash) [ext/standard/tests/array/bug12776.phpt] 
       
 15817 TEST 7983/11279 [ext/standard/tests/array/bug14580.phpt]
       
 15818 PASS Bug #14580 (key() not binary safe) [ext/standard/tests/array/bug14580.phpt] 
       
 15819 TEST 7984/11279 [ext/standard/tests/array/bug20381.phpt]
       
 15820 PASS Bug #20381 (array_merge_recursive mangles input arrays) [ext/standard/tests/array/bug20381.phpt] 
       
 15821 TEST 7985/11279 [ext/standard/tests/array/bug20865.phpt]
       
 15822 PASS Bug #20865 (array_key_exists and NULL key) [ext/standard/tests/array/bug20865.phpt] 
       
 15823 TEST 7986/11279 [ext/standard/tests/array/bug21182.phpt]
       
 15824 PASS Bug #21182 (range modifies arguments) [ext/standard/tests/array/bug21182.phpt] 
       
 15825 TEST 7987/11279 [ext/standard/tests/array/bug21918.phpt]
       
 15826 PASS Bug #21918 (different handling of positive vs. negative array indexes) [ext/standard/tests/array/bug21918.phpt] 
       
 15827 TEST 7988/11279 [ext/standard/tests/array/bug21998.phpt]
       
 15828 PASS Bug #21998 (array_pop() does not reset the current array position) [ext/standard/tests/array/bug21998.phpt] 
       
 15829 TEST 7989/11279 [ext/standard/tests/array/bug22088.phpt]
       
 15830 PASS Bug #22088 (array_shift() leaves next index to be +1 too much) [ext/standard/tests/array/bug22088.phpt] 
       
 15831 TEST 7990/11279 [ext/standard/tests/array/bug22463.phpt]
       
 15832 PASS Bug #22463 (array_reduce() segfaults) [ext/standard/tests/array/bug22463.phpt] 
       
 15833 TEST 7991/11279 [ext/standard/tests/array/bug23581.phpt]
       
 15834 PASS Bug #23581 (array_map(NULL, array, array, ...) yields an undefined result) [ext/standard/tests/array/bug23581.phpt] 
       
 15835 TEST 7992/11279 [ext/standard/tests/array/bug23788.phpt]
       
 15836 PASS Bug #23788 (*_replace() clobbers referenced array elements) [ext/standard/tests/array/bug23788.phpt] 
       
 15837 TEST 7993/11279 [ext/standard/tests/array/bug24198.phpt]
       
 15838 PASS Bug #24198 (array_merge_recursive() invalid recursion detection) [ext/standard/tests/array/bug24198.phpt] 
       
 15839 TEST 7994/11279 [ext/standard/tests/array/bug24220.phpt]
       
 15840 PASS Bug #24220 (range() numeric string handling) [ext/standard/tests/array/bug24220.phpt] 
       
 15841 TEST 7995/11279 [ext/standard/tests/array/bug24766.phpt]
       
 15842 PASS Bug #24766 (strange result array from unpack) [ext/standard/tests/array/bug24766.phpt] 
       
 15843 TEST 7996/11279 [ext/standard/tests/array/bug24897.phpt]
       
 15844 PASS Bug #24897 (inconsistent behaviour or shuffle() & array_multisort()) [ext/standard/tests/array/bug24897.phpt] 
       
 15845 TEST 7997/11279 [ext/standard/tests/array/bug24980.phpt]
       
 15846 PASS Bug #24980 (array_reduce() uses first element as default running total) [ext/standard/tests/array/bug24980.phpt] 
       
 15847 TEST 7998/11279 [ext/standard/tests/array/bug25359.phpt]
       
 15848 PASS Bug #25359 (array_multisort() does not work in a function if array is global or reference) [ext/standard/tests/array/bug25359.phpt] 
       
 15849 TEST 7999/11279 [ext/standard/tests/array/bug25708.phpt]
       
 15850 PASS Bug #25708 (extract($GLOBALS, EXTR_REFS) mangles $GLOBALS) [ext/standard/tests/array/bug25708.phpt] 
       
 15851 TEST 8000/11279 [ext/standard/tests/array/bug25758.phpt]
       
 15852 PASS Bug #25758 (var_export does not escape ' & \ inside array keys) [ext/standard/tests/array/bug25758.phpt] 
       
 15853 TEST 8001/11279 [ext/standard/tests/array/bug26458.phpt]
       
 15854 PASS Bug #26458 (var_dump(), var_export() & debug_zval_dump() are not binary safe for array keys) [ext/standard/tests/array/bug26458.phpt] 
       
 15855 TEST 8002/11279 [ext/standard/tests/array/bug28739.phpt]
       
 15856 PASS Bug #28739 (*diff() and *intersect() not clearing the fci cache before work) [ext/standard/tests/array/bug28739.phpt] 
       
 15857 TEST 8003/11279 [ext/standard/tests/array/bug28974.phpt]
       
 15858 PASS Bug #28974 (array_(p)slice() treats large lengths incorrectly - overflow) [ext/standard/tests/array/bug28974.phpt] 
       
 15859 TEST 8004/11279 [ext/standard/tests/array/bug29253.phpt]
       
 15860 PASS Bug #29253 (array_diff with $GLOBALS argument fails) [ext/standard/tests/array/bug29253.phpt] 
       
 15861 TEST 8005/11279 [ext/standard/tests/array/bug29493.phpt]
       
 15862 PASS Bug #29493 (extract(EXTR_REFS) fails if array has multiple referrals) [ext/standard/tests/array/bug29493.phpt] 
       
 15863 TEST 8006/11279 [ext/standard/tests/array/bug30074.phpt]
       
 15864 PASS Bug #30074 (EG(uninitialized_zval_ptr) gets set to reference using EXTR_REFS, affecting later values) [ext/standard/tests/array/bug30074.phpt] 
       
 15865 TEST 8007/11279 [ext/standard/tests/array/bug30266.phpt]
       
 15866 PASS Bug #30266 (Invalid opcode 137/1/8) and array_walk [ext/standard/tests/array/bug30266.phpt] 
       
 15867 TEST 8008/11279 [ext/standard/tests/array/bug30833.phpt]
       
 15868 PASS Bug #30833 (array_count_values() modifies input array) [ext/standard/tests/array/bug30833.phpt] 
       
 15869 TEST 8009/11279 [ext/standard/tests/array/bug31158.phpt]
       
 15870 PASS Bug #31158 (array_splice on $GLOBALS crashes) [ext/standard/tests/array/bug31158.phpt] 
       
 15871 TEST 8010/11279 [ext/standard/tests/array/bug31213.phpt]
       
 15872 PASS Bug #31213 (Sideeffects caused by bug #29493) [ext/standard/tests/array/bug31213.phpt] 
       
 15873 TEST 8011/11279 [ext/standard/tests/array/bug32021.phpt]
       
 15874 PASS Bug #32021 (Crash caused by range('', 'z')) [ext/standard/tests/array/bug32021.phpt] 
       
 15875 TEST 8012/11279 [ext/standard/tests/array/bug33382.phpt]
       
 15876 PASS Bug #33382 (array_reverse() fails after *sort() ) [ext/standard/tests/array/bug33382.phpt] 
       
 15877 TEST 8013/11279 [ext/standard/tests/array/bug33940.phpt]
       
 15878 PASS Bug #33940 (array_map() fails to pass by reference when called recursively) [ext/standard/tests/array/bug33940.phpt] 
       
 15879 TEST 8014/11279 [ext/standard/tests/array/bug33989.phpt]
       
 15880 PASS Bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP) [ext/standard/tests/array/bug33989.phpt] 
       
 15881 TEST 8015/11279 [ext/standard/tests/array/bug34066.phpt]
       
 15882 PASS Bug #34066 (recursive array_walk causes segfault) [ext/standard/tests/array/bug34066.phpt] 
       
 15883 TEST 8016/11279 [ext/standard/tests/array/bug34066_1.phpt]
       
 15884 PASS Bug #34066 (recursive array_walk causes segfault) [ext/standard/tests/array/bug34066_1.phpt] 
       
 15885 TEST 8017/11279 [ext/standard/tests/array/bug34227.phpt]
       
 15886 PASS Bug #34277 (array_filter() crashes with references and objects) [ext/standard/tests/array/bug34227.phpt] 
       
 15887 TEST 8018/11279 [ext/standard/tests/array/bug34982.phpt]
       
 15888 PASS Bug #34982 (array_walk_recursive() modifies elements outside function scope) [ext/standard/tests/array/bug34982.phpt] 
       
 15889 TEST 8019/11279 [ext/standard/tests/array/bug35014.phpt]
       
 15890 PASS Bug #35014 (array_product() always returns 0) (32bit) [ext/standard/tests/array/bug35014.phpt] 
       
 15891 TEST 8020/11279 [ext/standard/tests/array/bug35014_64bit.phpt]
       
 15892 SKIP Bug #35014 (array_product() always returns 0) (64bit) [ext/standard/tests/array/bug35014_64bit.phpt] reason: this test is for 64bit platform only
       
 15893 TEST 8021/11279 [ext/standard/tests/array/bug35022.phpt]
       
 15894 PASS Bug #35022 (Regression in the behavior of key/current functions) [ext/standard/tests/array/bug35022.phpt] 
       
 15895 TEST 8022/11279 [ext/standard/tests/array/bug35821.phpt]
       
 15896 PASS Bug #35821 (array_map() segfaults when exception is throwed from the callback) [ext/standard/tests/array/bug35821.phpt] 
       
 15897 TEST 8023/11279 [ext/standard/tests/array/bug36975.phpt]
       
 15898 PASS Bug #36975 (natcasesort() causes array_pop() to misbehave) [ext/standard/tests/array/bug36975.phpt] 
       
 15899 TEST 8024/11279 [ext/standard/tests/array/bug38464.phpt]
       
 15900 PASS Bug #38464 (array_count_values() mishandles numeric strings) [ext/standard/tests/array/bug38464.phpt] 
       
 15901 TEST 8025/11279 [ext/standard/tests/array/bug39576.phpt]
       
 15902 PASS Bug #39576 (array_walk() doesn't separate userdata zval) [ext/standard/tests/array/bug39576.phpt] 
       
 15903 TEST 8026/11279 [ext/standard/tests/array/bug40191.phpt]
       
 15904 PASS Bug #40191 (use of array_unique() with objects triggers segfault) [ext/standard/tests/array/bug40191.phpt] 
       
 15905 TEST 8027/11279 [ext/standard/tests/array/bug40709.phpt]
       
 15906 PASS Bug #40709 (array_reduce() behaves strange with one item stored arrays) [ext/standard/tests/array/bug40709.phpt] 
       
 15907 TEST 8028/11279 [ext/standard/tests/array/bug41121.phpt]
       
 15908 PASS Bug #41121 (range() overflow handling for large numbers on 32bit machines) [ext/standard/tests/array/bug41121.phpt] 
       
 15909 TEST 8029/11279 [ext/standard/tests/array/bug41686.phpt]
       
 15910 PASS Bug #41686 (Omitting length param in array_slice not possible) [ext/standard/tests/array/bug41686.phpt] 
       
 15911 TEST 8030/11279 [ext/standard/tests/array/bug42177.phpt]
       
 15912 PASS Bug #42177 (Warning "array_merge_recursive(): recursion detected" comes again...) [ext/standard/tests/array/bug42177.phpt] 
       
 15913 TEST 8031/11279 [ext/standard/tests/array/bug42233.phpt]
       
 15914 PASS Bug #42233 (extract(): scandic characters not allowed as variable name) [ext/standard/tests/array/bug42233.phpt] 
       
 15915 TEST 8032/11279 [ext/standard/tests/array/bug42838.phpt]
       
 15916 PASS Bug #42838 (Wrong results in array_diff_uassoc()) [ext/standard/tests/array/bug42838.phpt] 
       
 15917 TEST 8033/11279 [ext/standard/tests/array/bug42850.phpt]
       
 15918 PASS Bug #42850 (array_walk_recursive() leaves references) [ext/standard/tests/array/bug42850.phpt] 
       
 15919 TEST 8034/11279 [ext/standard/tests/array/bug43495.phpt]
       
 15920 PASS Bug #43495 (array_merge_recursive() crashes with recursive arrays) [ext/standard/tests/array/bug43495.phpt] 
       
 15921 TEST 8035/11279 [ext/standard/tests/array/bug43505.phpt]
       
 15922 PASS Bug #43505 (Assign by reference bug) [ext/standard/tests/array/bug43505.phpt] 
       
 15923 TEST 8036/11279 [ext/standard/tests/array/bug43541.phpt]
       
 15924 PASS Bug #43541 (length parameter omitted or not does not work when casted to float) [ext/standard/tests/array/bug43541.phpt] 
       
 15925 TEST 8037/11279 [ext/standard/tests/array/bug44181.phpt]
       
 15926 PASS Bug #44181 (extract EXTR_OVERWRITE|EXTR_REFS can fail to create references) [ext/standard/tests/array/bug44181.phpt] 
       
 15927 TEST 8038/11279 [ext/standard/tests/array/bug44182.phpt]
       
 15928 PASS Bug #44182 (extract EXTR_REFS can fail to split copy-on-write references) [ext/standard/tests/array/bug44182.phpt] 
       
 15929 TEST 8039/11279 [ext/standard/tests/array/bug44929.phpt]
       
 15930 PASS Bug #44929 (natsort doesn't handle leading zeros well) [ext/standard/tests/array/bug44929.phpt] 
       
 15931 TEST 8040/11279 [ext/standard/tests/array/bug45312.phpt]
       
 15932 PASS Bug #45312 (Segmentation fault on second request for array functions) [ext/standard/tests/array/bug45312.phpt] 
       
 15933 TEST 8041/11279 [ext/standard/tests/array/bug46873.phpt]
       
 15934 PASS Bug #46873 (extract($foo) crashes if $foo['foo'] exists) [ext/standard/tests/array/bug46873.phpt] 
       
 15935 TEST 8042/11279 [ext/standard/tests/array/bug48224.phpt]
       
 15936 PASS Bug #48224 (array_rand no longer shuffles) [ext/standard/tests/array/bug48224.phpt] 
       
 15937 TEST 8043/11279 [ext/standard/tests/array/bug48484.phpt]
       
 15938 PASS Bug 48484 (array_product() always returns 0 for an empty array) [ext/standard/tests/array/bug48484.phpt] 
       
 15939 TEST 8044/11279 [ext/standard/tests/array/bug48854.phpt]
       
 15940 PASS Bug #48854 (array_merge_recursive modifies arrays after first one) [ext/standard/tests/array/bug48854.phpt] 
       
 15941 TEST 8045/11279 [ext/standard/tests/array/bug50006.phpt]
       
 15942 PASS Bug #50006 (Segfault caused by uksort()) [ext/standard/tests/array/bug50006.phpt] 
       
 15943 TEST 8046/11279 [ext/standard/tests/array/bug50006_1.phpt]
       
 15944 PASS Bug #50006 (Segfault caused by uksort()) - usort variant [ext/standard/tests/array/bug50006_1.phpt] 
       
 15945 TEST 8047/11279 [ext/standard/tests/array/bug50006_2.phpt]
       
 15946 PASS Bug #50006 (Segfault caused by uksort()) - uasort variant [ext/standard/tests/array/bug50006_2.phpt] 
       
 15947 TEST 8048/11279 [ext/standard/tests/array/bug51552.phpt]
       
 15948 PASS Bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues) [ext/standard/tests/array/bug51552.phpt] 
       
 15949 TEST 8049/11279 [ext/standard/tests/array/bug52534.phpt]
       
 15950 PASS Bug #52534 (var_export array with negative key) [ext/standard/tests/array/bug52534.phpt] 
       
 15951 TEST 8050/11279 [ext/standard/tests/array/bug52719.phpt]
       
 15952 PASS Bug #52719: array_walk_recursive crashes if third param of the function is by reference [ext/standard/tests/array/bug52719.phpt] 
       
 15953 TEST 8051/11279 [ext/standard/tests/array/bug54459.phpt]
       
 15954 PASS Bug #54459 (Range function accuracy) [ext/standard/tests/array/bug54459.phpt] 
       
 15955 TEST 8052/11279 [ext/standard/tests/array/bug61058.phpt]
       
 15956 PASS Bug #61058 (array_fill leaks if start index is PHP_INT_MAX) [ext/standard/tests/array/bug61058.phpt] 
       
 15957 TEST 8053/11279 [ext/standard/tests/array/bug61730.phpt]
       
 15958 PASS Bug #61730 (Segfault from array_walk modifying an array passed by reference) [ext/standard/tests/array/bug61730.phpt] 
       
 15959 TEST 8054/11279 [ext/standard/tests/array/compact.phpt]
       
 15960 PASS compact() [ext/standard/tests/array/compact.phpt] 
       
 15961 TEST 8055/11279 [ext/standard/tests/array/compact_basic.phpt]
       
 15962 PASS Test compact() function : basic functionality [ext/standard/tests/array/compact_basic.phpt] 
       
 15963 TEST 8056/11279 [ext/standard/tests/array/compact_error.phpt]
       
 15964 PASS Test compact() function : error conditions [ext/standard/tests/array/compact_error.phpt] 
       
 15965 TEST 8057/11279 [ext/standard/tests/array/compact_variation1.phpt]
       
 15966 PASS Test compact() function : usage variations  - arrays containing references. [ext/standard/tests/array/compact_variation1.phpt] 
       
 15967 TEST 8058/11279 [ext/standard/tests/array/compact_variation2.phpt]
       
 15968 PASS Test compact() function: ensure compact() doesn't pick up variables declared outside of current scope. [ext/standard/tests/array/compact_variation2.phpt] 
       
 15969 TEST 8059/11279 [ext/standard/tests/array/count_basic.phpt]
       
 15970 PASS Test count() function : basic functionality [ext/standard/tests/array/count_basic.phpt] 
       
 15971 TEST 8060/11279 [ext/standard/tests/array/count_error.phpt]
       
 15972 PASS Test count() function : error conditions - pass incorrect number of args [ext/standard/tests/array/count_error.phpt] 
       
 15973 TEST 8061/11279 [ext/standard/tests/array/count_recursive.phpt]
       
 15974 PASS Test count() function [ext/standard/tests/array/count_recursive.phpt] 
       
 15975 TEST 8062/11279 [ext/standard/tests/array/count_variation1.phpt]
       
 15976 PASS Test count() function : usage variations - Pass different data types as $var arg [ext/standard/tests/array/count_variation1.phpt] 
       
 15977 TEST 8063/11279 [ext/standard/tests/array/count_variation2.phpt]
       
 15978 PASS Test count() function : usage variations - Pass different data types as $mode arg [ext/standard/tests/array/count_variation2.phpt] 
       
 15979 TEST 8064/11279 [ext/standard/tests/array/count_variation3.phpt]
       
 15980 PASS Test count() function : usage variations - Infinitely recursive array [ext/standard/tests/array/count_variation3.phpt] 
       
 15981 TEST 8065/11279 [ext/standard/tests/array/current_basic.phpt]
       
 15982 PASS Test current() function : basic functionality [ext/standard/tests/array/current_basic.phpt] 
       
 15983 TEST 8066/11279 [ext/standard/tests/array/current_error.phpt]
       
 15984 PASS Test current() function : error conditions - Pass incorrect number of args [ext/standard/tests/array/current_error.phpt] 
       
 15985 TEST 8067/11279 [ext/standard/tests/array/current_variation1.phpt]
       
 15986 PASS Test current() function : usage variations - Pass different data types as $array_arg arg [ext/standard/tests/array/current_variation1.phpt] 
       
 15987 TEST 8068/11279 [ext/standard/tests/array/current_variation2.phpt]
       
 15988 PASS Test current() function : usage variations - arrays containing different data types [ext/standard/tests/array/current_variation2.phpt] 
       
 15989 TEST 8069/11279 [ext/standard/tests/array/current_variation3.phpt]
       
 15990 PASS Test current() function : usage variations - referenced variables [ext/standard/tests/array/current_variation3.phpt] 
       
 15991 TEST 8070/11279 [ext/standard/tests/array/current_variation4.phpt]
       
 15992 PASS Test current() function : usage variations - multi-dimensional arrays [ext/standard/tests/array/current_variation4.phpt] 
       
 15993 TEST 8071/11279 [ext/standard/tests/array/current_variation5.phpt]
       
 15994 PASS Test current() function : usage variations - reference [ext/standard/tests/array/current_variation5.phpt] 
       
 15995 TEST 8072/11279 [ext/standard/tests/array/each.phpt]
       
 15996 PASS Test each() function [ext/standard/tests/array/each.phpt] 
       
 15997 TEST 8073/11279 [ext/standard/tests/array/each_basic.phpt]
       
 15998 PASS Test each() function : basic functionality [ext/standard/tests/array/each_basic.phpt] 
       
 15999 TEST 8074/11279 [ext/standard/tests/array/each_error.phpt]
       
 16000 PASS Test each() function : error conditions - pass incorrect number of args [ext/standard/tests/array/each_error.phpt] 
       
 16001 TEST 8075/11279 [ext/standard/tests/array/each_variation1.phpt]
       
 16002 PASS Test each() function : usage variations - Pass different data types as $arr arg [ext/standard/tests/array/each_variation1.phpt] 
       
 16003 TEST 8076/11279 [ext/standard/tests/array/each_variation2.phpt]
       
 16004 PASS Test each() function : usage variations - arrays of different data types [ext/standard/tests/array/each_variation2.phpt] 
       
 16005 TEST 8077/11279 [ext/standard/tests/array/each_variation3.phpt]
       
 16006 PASS Test each() function : usage variations - keys of different data types [ext/standard/tests/array/each_variation3.phpt] 
       
 16007 TEST 8078/11279 [ext/standard/tests/array/each_variation4.phpt]
       
 16008 PASS Test each() function : usage variations - Referenced variables [ext/standard/tests/array/each_variation4.phpt] 
       
 16009 TEST 8079/11279 [ext/standard/tests/array/each_variation5.phpt]
       
 16010 PASS Test each() function : usage variations - Multi-dimensional arrays [ext/standard/tests/array/each_variation5.phpt] 
       
 16011 TEST 8080/11279 [ext/standard/tests/array/each_variation6.phpt]
       
 16012 PASS Test each() function : usage variations - Internal array pointer [ext/standard/tests/array/each_variation6.phpt] 
       
 16013 TEST 8081/11279 [ext/standard/tests/array/end.phpt]
       
 16014 PASS Test end() function [ext/standard/tests/array/end.phpt] 
       
 16015 TEST 8082/11279 [ext/standard/tests/array/end_64bit.phpt]
       
 16016 SKIP Test end() function [ext/standard/tests/array/end_64bit.phpt] reason: this test is for 64bit platform only
       
 16017 TEST 8083/11279 [ext/standard/tests/array/end_basic.phpt]
       
 16018 PASS Test end() function : basic functionality [ext/standard/tests/array/end_basic.phpt] 
       
 16019 TEST 8084/11279 [ext/standard/tests/array/end_error.phpt]
       
 16020 PASS Test end() function : error conditions - Pass incorrect number of args [ext/standard/tests/array/end_error.phpt] 
       
 16021 TEST 8085/11279 [ext/standard/tests/array/end_variation1.phpt]
       
 16022 PASS Test end() function : usage variations - Pass different data types as $array_arg [ext/standard/tests/array/end_variation1.phpt] 
       
 16023 TEST 8086/11279 [ext/standard/tests/array/end_variation2.phpt]
       
 16024 PASS Test end() function : usage variations - Multi-dimensional arrays [ext/standard/tests/array/end_variation2.phpt] 
       
 16025 TEST 8087/11279 [ext/standard/tests/array/end_variation3.phpt]
       
 16026 PASS Test end() function : usage variations - Referenced variables [ext/standard/tests/array/end_variation3.phpt] 
       
 16027 TEST 8088/11279 [ext/standard/tests/array/extract_error.phpt]
       
 16028 PASS Test extract() function (error conditions) [ext/standard/tests/array/extract_error.phpt] 
       
 16029 TEST 8089/11279 [ext/standard/tests/array/extract_safety.phpt]
       
 16030 PASS Test extract() for overwrite of GLOBALS [ext/standard/tests/array/extract_safety.phpt] 
       
 16031 TEST 8090/11279 [ext/standard/tests/array/extract_variation1.phpt]
       
 16032 PASS Test extract() function (variation 1) [ext/standard/tests/array/extract_variation1.phpt] 
       
 16033 TEST 8091/11279 [ext/standard/tests/array/extract_variation10.phpt]
       
 16034 PASS Test extract() function - ensure EXTR_REFS doesn't mess with isRef flag on COW references to array elements. [ext/standard/tests/array/extract_variation10.phpt] 
       
 16035 TEST 8092/11279 [ext/standard/tests/array/extract_variation11.phpt]
       
 16036 PASS Test extract() function - ensure EXTR_REFS works when array is referenced and keys clash with variables in current scope. [ext/standard/tests/array/extract_variation11.phpt] 
       
 16037 TEST 8093/11279 [ext/standard/tests/array/extract_variation2.phpt]
       
 16038 PASS Test extract() function (variation 2) [ext/standard/tests/array/extract_variation2.phpt] 
       
 16039 TEST 8094/11279 [ext/standard/tests/array/extract_variation3.phpt]
       
 16040 PASS Test extract() function (variation 3) [ext/standard/tests/array/extract_variation3.phpt] 
       
 16041 TEST 8095/11279 [ext/standard/tests/array/extract_variation4.phpt]
       
 16042 PASS Test extract() function (variation 4) [ext/standard/tests/array/extract_variation4.phpt] 
       
 16043 TEST 8096/11279 [ext/standard/tests/array/extract_variation5.phpt]
       
 16044 PASS Test extract() function (variation 5) [ext/standard/tests/array/extract_variation5.phpt] 
       
 16045 TEST 8097/11279 [ext/standard/tests/array/extract_variation6.phpt]
       
 16046 PASS Test extract() function (variation 6) [ext/standard/tests/array/extract_variation6.phpt] 
       
 16047 TEST 8098/11279 [ext/standard/tests/array/extract_variation7.phpt]
       
 16048 PASS Test extract() function (variation 7) [ext/standard/tests/array/extract_variation7.phpt] 
       
 16049 TEST 8099/11279 [ext/standard/tests/array/extract_variation8.phpt]
       
 16050 PASS Test extract() function (variation 8) [ext/standard/tests/array/extract_variation8.phpt] 
       
 16051 TEST 8100/11279 [ext/standard/tests/array/extract_variation9.phpt]
       
 16052 PASS Test extract() function (variation 9) [ext/standard/tests/array/extract_variation9.phpt] 
       
 16053 TEST 8101/11279 [ext/standard/tests/array/in_array_errors.phpt]
       
 16054 PASS Test in_array() function : error conditions [ext/standard/tests/array/in_array_errors.phpt] 
       
 16055 TEST 8102/11279 [ext/standard/tests/array/in_array_variation1.phpt]
       
 16056 PASS Test in_array() function : usage variations - different needdle values [ext/standard/tests/array/in_array_variation1.phpt] 
       
 16057 TEST 8103/11279 [ext/standard/tests/array/in_array_variation2.phpt]
       
 16058 PASS Test in_array() function : usage variations - different haystack values [ext/standard/tests/array/in_array_variation2.phpt] 
       
 16059 TEST 8104/11279 [ext/standard/tests/array/in_array_variation3.phpt]
       
 16060 PASS Test in_array() function : usage variations - haystack as sub-array/object [ext/standard/tests/array/in_array_variation3.phpt] 
       
 16061 TEST 8105/11279 [ext/standard/tests/array/in_array_variation4.phpt]
       
 16062 PASS Test in_array() function : usage variations - haystack as resource/multi dimentional array [ext/standard/tests/array/in_array_variation4.phpt] 
       
 16063 TEST 8106/11279 [ext/standard/tests/array/key_basic.phpt]
       
 16064 PASS Test key() function : basic functionality [ext/standard/tests/array/key_basic.phpt] 
       
 16065 TEST 8107/11279 [ext/standard/tests/array/key_error.phpt]
       
 16066 PASS Test key() function : error conditions - Pass incorrect number of args [ext/standard/tests/array/key_error.phpt] 
       
 16067 TEST 8108/11279 [ext/standard/tests/array/key_exists_basic.phpt]
       
 16068 PASS Test function key_exists() by calling it with its expected arguments [ext/standard/tests/array/key_exists_basic.phpt] 
       
 16069 TEST 8109/11279 [ext/standard/tests/array/key_exists_error.phpt]
       
 16070 PASS Test function key_exists() by calling it more than or less than its expected arguments [ext/standard/tests/array/key_exists_error.phpt] 
       
 16071 TEST 8110/11279 [ext/standard/tests/array/key_exists_variation1.phpt]
       
 16072 PASS Test function key_exists() by calling it with its expected arguments [ext/standard/tests/array/key_exists_variation1.phpt] 
       
 16073 TEST 8111/11279 [ext/standard/tests/array/key_exists_variation2.phpt]
       
 16074 PASS Test function key_exists() by calling it with its expected arguments [ext/standard/tests/array/key_exists_variation2.phpt] 
       
 16075 TEST 8112/11279 [ext/standard/tests/array/key_variation1.phpt]
       
 16076 PASS Test key() function : usage variations - Pass different data types as $array_arg arg. [ext/standard/tests/array/key_variation1.phpt] 
       
 16077 TEST 8113/11279 [ext/standard/tests/array/key_variation2.phpt]
       
 16078 PASS Test key() function : usage variations [ext/standard/tests/array/key_variation2.phpt] 
       
 16079 TEST 8114/11279 [ext/standard/tests/array/key_variation3.phpt]
       
 16080 PASS Test key() function : usage variations [ext/standard/tests/array/key_variation3.phpt] 
       
 16081 TEST 8115/11279 [ext/standard/tests/array/key_variation4.phpt]
       
 16082 PASS Test key() function : usage variations [ext/standard/tests/array/key_variation4.phpt] 
       
 16083 TEST 8116/11279 [ext/standard/tests/array/krsort_basic.phpt]
       
 16084 PASS Test krsort() function : basic functionality [ext/standard/tests/array/krsort_basic.phpt] 
       
 16085 TEST 8117/11279 [ext/standard/tests/array/krsort_error.phpt]
       
 16086 PASS Test krsort() function : error conditions [ext/standard/tests/array/krsort_error.phpt] 
       
 16087 TEST 8118/11279 [ext/standard/tests/array/krsort_object.phpt]
       
 16088 PASS Test krsort() function : object functionality - sort objects [ext/standard/tests/array/krsort_object.phpt] 
       
 16089 TEST 8119/11279 [ext/standard/tests/array/krsort_variation1.phpt]
       
 16090 PASS Test krsort() function : usage variations - unexpected values for 'array' argument [ext/standard/tests/array/krsort_variation1.phpt] 
       
 16091 TEST 8120/11279 [ext/standard/tests/array/krsort_variation10.phpt]
       
 16092 PASS Test krsort() function : usage variations - sort heredoc strings [ext/standard/tests/array/krsort_variation10.phpt] 
       
 16093 TEST 8121/11279 [ext/standard/tests/array/krsort_variation11.phpt]
       
 16094 PASS Test krsort() function : usage variations - sort bool values [ext/standard/tests/array/krsort_variation11.phpt] 
       
 16095 TEST 8122/11279 [ext/standard/tests/array/krsort_variation2.phpt]
       
 16096 PASS Test krsort() function : usage variations - unexpected values for 'sort_flags' argument [ext/standard/tests/array/krsort_variation2.phpt] 
       
 16097 TEST 8123/11279 [ext/standard/tests/array/krsort_variation3.phpt]
       
 16098 PASS Test krsort() function : usage variations - sort integer/float values [ext/standard/tests/array/krsort_variation3.phpt] 
       
 16099 TEST 8124/11279 [ext/standard/tests/array/krsort_variation4.phpt]
       
 16100 PASS Test krsort() function : usage variations - sort octal values [ext/standard/tests/array/krsort_variation4.phpt] 
       
 16101 TEST 8125/11279 [ext/standard/tests/array/krsort_variation5.phpt]
       
 16102 PASS Test krsort() function : usage variations - sort strings [ext/standard/tests/array/krsort_variation5.phpt] 
       
 16103 TEST 8126/11279 [ext/standard/tests/array/krsort_variation6.phpt]
       
 16104 PASS Test krsort() function : usage variations - sort hexadecimal values [ext/standard/tests/array/krsort_variation6.phpt] 
       
 16105 TEST 8127/11279 [ext/standard/tests/array/krsort_variation7.phpt]
       
 16106 PASS Test krsort() function : usage variations - sort array with diff. sub arrays [ext/standard/tests/array/krsort_variation7.phpt] 
       
 16107 TEST 8128/11279 [ext/standard/tests/array/krsort_variation8.phpt]
       
 16108 PASS Test krsort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR (OK to fail as result is unpredectable) [ext/standard/tests/array/krsort_variation8.phpt] 
       
 16109 TEST 8129/11279 [ext/standard/tests/array/krsort_variation9.phpt]
       
 16110 PASS Test krsort() function : usage variations - sort array with/without key values [ext/standard/tests/array/krsort_variation9.phpt] 
       
 16111 TEST 8130/11279 [ext/standard/tests/array/ksort_basic.phpt]
       
 16112 PASS Test ksort() function : basic functionality [ext/standard/tests/array/ksort_basic.phpt] 
       
 16113 TEST 8131/11279 [ext/standard/tests/array/ksort_error.phpt]
       
 16114 PASS Test ksort() function : error conditions [ext/standard/tests/array/ksort_error.phpt] 
       
 16115 TEST 8132/11279 [ext/standard/tests/array/ksort_object.phpt]
       
 16116 PASS Test ksort() function : object functionality - sort objects [ext/standard/tests/array/ksort_object.phpt] 
       
 16117 TEST 8133/11279 [ext/standard/tests/array/ksort_variation1.phpt]
       
 16118 PASS Test ksort() function : usage variations - unexpected values for 'array' argument [ext/standard/tests/array/ksort_variation1.phpt] 
       
 16119 TEST 8134/11279 [ext/standard/tests/array/ksort_variation10.phpt]
       
 16120 PASS Test ksort() function : usage variations - sort octal values [ext/standard/tests/array/ksort_variation10.phpt] 
       
 16121 TEST 8135/11279 [ext/standard/tests/array/ksort_variation11.phpt]
       
 16122 PASS Test ksort() function : usage variations - sort heredoc strings [ext/standard/tests/array/ksort_variation11.phpt] 
       
 16123 TEST 8136/11279 [ext/standard/tests/array/ksort_variation2.phpt]
       
 16124 PASS Test ksort() function : usage variations - unexpected values for 'sort_flags' argument [ext/standard/tests/array/ksort_variation2.phpt] 
       
 16125 TEST 8137/11279 [ext/standard/tests/array/ksort_variation3.phpt]
       
 16126 PASS Test ksort() function : usage variations - sort integer/float values [ext/standard/tests/array/ksort_variation3.phpt] 
       
 16127 TEST 8138/11279 [ext/standard/tests/array/ksort_variation4.phpt]
       
 16128 PASS Test ksort() function : usage variations - sort bool values [ext/standard/tests/array/ksort_variation4.phpt] 
       
 16129 TEST 8139/11279 [ext/standard/tests/array/ksort_variation5.phpt]
       
 16130 PASS Test ksort() function : usage variations - sort strings [ext/standard/tests/array/ksort_variation5.phpt] 
       
 16131 TEST 8140/11279 [ext/standard/tests/array/ksort_variation6.phpt]
       
 16132 PASS Test ksort() function : usage variations - sort hexadecimal values [ext/standard/tests/array/ksort_variation6.phpt] 
       
 16133 TEST 8141/11279 [ext/standard/tests/array/ksort_variation7.phpt]
       
 16134 PASS Test ksort() function : usage variations - sort array with diff. sub arrays [ext/standard/tests/array/ksort_variation7.phpt] 
       
 16135 TEST 8142/11279 [ext/standard/tests/array/ksort_variation8.phpt]
       
 16136 PASS Test ksort() function : usage variations - sort mixed values, 'sort_flags' as default/SORT_REGULAR (OK to fail as result is unpredectable) [ext/standard/tests/array/ksort_variation8.phpt] 
       
 16137 TEST 8143/11279 [ext/standard/tests/array/ksort_variation9.phpt]
       
 16138 PASS Test ksort() function : usage variations - sorting arrays with/without keys [ext/standard/tests/array/ksort_variation9.phpt] 
       
 16139 TEST 8144/11279 [ext/standard/tests/array/locale_sort.phpt]
       
 16140 PASS Sort with SORT_LOCALE_STRING [ext/standard/tests/array/locale_sort.phpt] 
       
 16141 TEST 8145/11279 [ext/standard/tests/array/max.phpt]
       
 16142 PASS max() tests [ext/standard/tests/array/max.phpt] 
       
 16143 TEST 8146/11279 [ext/standard/tests/array/max_basic.phpt]
       
 16144 PASS Test return type and value for expected input max() [ext/standard/tests/array/max_basic.phpt] 
       
 16145 TEST 8147/11279 [ext/standard/tests/array/max_basiclong_64bit.phpt]
       
 16146 SKIP Test max function : 64bit long tests [ext/standard/tests/array/max_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 16147 TEST 8148/11279 [ext/standard/tests/array/max_error.phpt]
       
 16148 PASS Test wrong number of arguments for min() [ext/standard/tests/array/max_error.phpt] 
       
 16149 TEST 8149/11279 [ext/standard/tests/array/max_variation1.phpt]
       
 16150 PASS Test variations in usage of max() [ext/standard/tests/array/max_variation1.phpt] 
       
 16151 TEST 8150/11279 [ext/standard/tests/array/max_variation2.phpt]
       
 16152 PASS Test variations in usage of max() [ext/standard/tests/array/max_variation2.phpt] 
       
 16153 TEST 8151/11279 [ext/standard/tests/array/min.phpt]
       
 16154 PASS min() tests [ext/standard/tests/array/min.phpt] 
       
 16155 TEST 8152/11279 [ext/standard/tests/array/min_basic.phpt]
       
 16156 PASS Test return type and value for expected input min() [ext/standard/tests/array/min_basic.phpt] 
       
 16157 TEST 8153/11279 [ext/standard/tests/array/min_basiclong_64bit.phpt]
       
 16158 SKIP Test min function : 64bit long tests [ext/standard/tests/array/min_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 16159 TEST 8154/11279 [ext/standard/tests/array/min_error.phpt]
       
 16160 PASS Test wrong number of arguments for min() [ext/standard/tests/array/min_error.phpt] 
       
 16161 TEST 8155/11279 [ext/standard/tests/array/min_variation1.phpt]
       
 16162 PASS Test variations in usage of min() [ext/standard/tests/array/min_variation1.phpt] 
       
 16163 TEST 8156/11279 [ext/standard/tests/array/min_variation2.phpt]
       
 16164 PASS Test variations in usage of min() [ext/standard/tests/array/min_variation2.phpt] 
       
 16165 TEST 8157/11279 [ext/standard/tests/array/natcasesort_basic.phpt]
       
 16166 PASS Test natcasesort() function : basic functionality [ext/standard/tests/array/natcasesort_basic.phpt] 
       
 16167 TEST 8158/11279 [ext/standard/tests/array/natcasesort_error.phpt]
       
 16168 PASS Test natcasesort() function : error conditions - Pass incorrect number of args [ext/standard/tests/array/natcasesort_error.phpt] 
       
 16169 TEST 8159/11279 [ext/standard/tests/array/natcasesort_object1.phpt]
       
 16170 PASS Test natcasesort() function : object functionality - array of objects [ext/standard/tests/array/natcasesort_object1.phpt] 
       
 16171 TEST 8160/11279 [ext/standard/tests/array/natcasesort_object2.phpt]
       
 16172 PASS Test natcasesort() function : object functionality - mixed visibility within objects [ext/standard/tests/array/natcasesort_object2.phpt] 
       
 16173 TEST 8161/11279 [ext/standard/tests/array/natcasesort_variation1.phpt]
       
 16174 PASS Test natcasesort() function : usage variations - Pass different data types as $array_arg arg [ext/standard/tests/array/natcasesort_variation1.phpt] 
       
 16175 TEST 8162/11279 [ext/standard/tests/array/natcasesort_variation10.phpt]
       
 16176 PASS Test natcasesort() function : usage variations - position of internal array pointer [ext/standard/tests/array/natcasesort_variation10.phpt] 
       
 16177 TEST 8163/11279 [ext/standard/tests/array/natcasesort_variation11.phpt]
       
 16178 PASS Test natcasesort() function : usage variations - Different array keys [ext/standard/tests/array/natcasesort_variation11.phpt] 
       
 16179 TEST 8164/11279 [ext/standard/tests/array/natcasesort_variation2.phpt]
       
 16180 PASS Test natcasesort() function : usage variations - Pass arrays of different data types [ext/standard/tests/array/natcasesort_variation2.phpt] 
       
 16181 TEST 8165/11279 [ext/standard/tests/array/natcasesort_variation3.phpt]
       
 16182 PASS Test natcasesort() function : usage variations - different numeric types [ext/standard/tests/array/natcasesort_variation3.phpt] 
       
 16183 TEST 8166/11279 [ext/standard/tests/array/natcasesort_variation4.phpt]
       
 16184 PASS Test natcasesort() function : usage variations - different string types [ext/standard/tests/array/natcasesort_variation4.phpt] 
       
 16185 TEST 8167/11279 [ext/standard/tests/array/natcasesort_variation5.phpt]
       
 16186 PASS Test natcasesort() function : usage variations - different hex values [ext/standard/tests/array/natcasesort_variation5.phpt] 
       
 16187 TEST 8168/11279 [ext/standard/tests/array/natcasesort_variation6.phpt]
       
 16188 PASS Test natcasesort() function : usage variations - referenced variables [ext/standard/tests/array/natcasesort_variation6.phpt] 
       
 16189 TEST 8169/11279 [ext/standard/tests/array/natcasesort_variation7.phpt]
       
 16190 PASS Test natcasesort() function : usage variations - recursive arrays [ext/standard/tests/array/natcasesort_variation7.phpt] 
       
 16191 TEST 8170/11279 [ext/standard/tests/array/natcasesort_variation8.phpt]
       
 16192 PASS Test natcasesort() function : usage variations - octal values [ext/standard/tests/array/natcasesort_variation8.phpt] 
       
 16193 TEST 8171/11279 [ext/standard/tests/array/natcasesort_variation9.phpt]
       
 16194 PASS Test natcasesort() function : usage variations - mixed array [ext/standard/tests/array/natcasesort_variation9.phpt] 
       
 16195 TEST 8172/11279 [ext/standard/tests/array/natsort_basic.phpt]
       
 16196 PASS Test natsort(): basic functionality [ext/standard/tests/array/natsort_basic.phpt] 
       
 16197 TEST 8173/11279 [ext/standard/tests/array/next_basic.phpt]
       
 16198 PASS Test next() function : basic functionality [ext/standard/tests/array/next_basic.phpt] 
       
 16199 TEST 8174/11279 [ext/standard/tests/array/next_error.phpt]
       
 16200 PASS Test next() function : error conditions - Pass incorrect number of arguments [ext/standard/tests/array/next_error.phpt] 
       
 16201 TEST 8175/11279 [ext/standard/tests/array/next_variation1.phpt]
       
 16202 PASS Test next() function : usage variation - Pass different data types as $array_arg [ext/standard/tests/array/next_variation1.phpt] 
       
 16203 TEST 8176/11279 [ext/standard/tests/array/next_variation2.phpt]
       
 16204 PASS Test next() function : usage variation - Mulit-dimensional arrays [ext/standard/tests/array/next_variation2.phpt] 
       
 16205 TEST 8177/11279 [ext/standard/tests/array/prev_basic.phpt]
       
 16206 PASS Test prev() function : basic functionality [ext/standard/tests/array/prev_basic.phpt] 
       
 16207 TEST 8178/11279 [ext/standard/tests/array/prev_error1.phpt]
       
 16208 PASS Test prev() function : error conditions - Pass incorrect number of arguments [ext/standard/tests/array/prev_error1.phpt] 
       
 16209 TEST 8179/11279 [ext/standard/tests/array/prev_error2.phpt]
       
 16210 PASS prev - ensure warning is received when passing an indirect temporary. [ext/standard/tests/array/prev_error2.phpt] 
       
 16211 TEST 8180/11279 [ext/standard/tests/array/prev_error3.phpt]
       
 16212 PASS prev - ensure we cannot pass a temporary [ext/standard/tests/array/prev_error3.phpt] 
       
 16213 TEST 8181/11279 [ext/standard/tests/array/prev_variation1.phpt]
       
 16214 PASS Test prev() function : usage variation - Pass different data types as $array_arg [ext/standard/tests/array/prev_variation1.phpt] 
       
 16215 TEST 8182/11279 [ext/standard/tests/array/prev_variation2.phpt]
       
 16216 PASS Test prev() function : usage variation - Multi-dimensional arrays [ext/standard/tests/array/prev_variation2.phpt] 
       
 16217 TEST 8183/11279 [ext/standard/tests/array/range.phpt]
       
 16218 PASS Test range() function [ext/standard/tests/array/range.phpt] 
       
 16219 TEST 8184/11279 [ext/standard/tests/array/range_errors.phpt]
       
 16220 PASS Test range() function (errors) [ext/standard/tests/array/range_errors.phpt] 
       
 16221 TEST 8185/11279 [ext/standard/tests/array/range_variation.phpt]
       
 16222 PASS Test range() function (variation-1) [ext/standard/tests/array/range_variation.phpt] 
       
 16223 TEST 8186/11279 [ext/standard/tests/array/range_variation1.phpt]
       
 16224 PASS Test range() function (variation-2) [ext/standard/tests/array/range_variation1.phpt] 
       
 16225 TEST 8187/11279 [ext/standard/tests/array/range_variation1_64bit.phpt]
       
 16226 SKIP Test range() function (variation-2) [ext/standard/tests/array/range_variation1_64bit.phpt] reason: this test is for 64bit platform only
       
 16227 TEST 8188/11279 [ext/standard/tests/array/reset_basic.phpt]
       
 16228 PASS Test reset() function : basic functionality [ext/standard/tests/array/reset_basic.phpt] 
       
 16229 TEST 8189/11279 [ext/standard/tests/array/reset_error.phpt]
       
 16230 PASS Test reset() function : error conditions - Pass incorrect number of args [ext/standard/tests/array/reset_error.phpt] 
       
 16231 TEST 8190/11279 [ext/standard/tests/array/reset_variation1.phpt]
       
 16232 PASS Test reset() function : usage variations - Pass different data types as $array_arg arg. [ext/standard/tests/array/reset_variation1.phpt] 
       
 16233 TEST 8191/11279 [ext/standard/tests/array/reset_variation2.phpt]
       
 16234 PASS Test reset() function : usage variations - unset first element [ext/standard/tests/array/reset_variation2.phpt] 
       
 16235 TEST 8192/11279 [ext/standard/tests/array/reset_variation3.phpt]
       
 16236 PASS Test reset() function : usage variations - Referenced variables [ext/standard/tests/array/reset_variation3.phpt] 
       
 16237 TEST 8193/11279 [ext/standard/tests/array/rsort_basic.phpt]
       
 16238 PASS Test rsort() function : basic functionality [ext/standard/tests/array/rsort_basic.phpt] 
       
 16239 TEST 8194/11279 [ext/standard/tests/array/rsort_error.phpt]
       
 16240 PASS Test rsort() function : error conditions - Pass incorrect number of args [ext/standard/tests/array/rsort_error.phpt] 
       
 16241 TEST 8195/11279 [ext/standard/tests/array/rsort_object1.phpt]
       
 16242 PASS Test rsort() function : object functionality [ext/standard/tests/array/rsort_object1.phpt] 
       
 16243 TEST 8196/11279 [ext/standard/tests/array/rsort_object2.phpt]
       
 16244 PASS Test rsort() function : object functionality - different visibilities [ext/standard/tests/array/rsort_object2.phpt] 
       
 16245 TEST 8197/11279 [ext/standard/tests/array/rsort_variation1.phpt]
       
 16246 PASS Test rsort() function : usage variations - Pass different data types as $array_arg arg [ext/standard/tests/array/rsort_variation1.phpt] 
       
 16247 TEST 8198/11279 [ext/standard/tests/array/rsort_variation10.phpt]
       
 16248 PASS Test rsort() function : usage variations - Octal values [ext/standard/tests/array/rsort_variation10.phpt] 
       
 16249 TEST 8199/11279 [ext/standard/tests/array/rsort_variation11.phpt]
       
 16250 PASS Test rsort() function : usage variations - mixed array [ext/standard/tests/array/rsort_variation11.phpt] 
       
 16251 TEST 8200/11279 [ext/standard/tests/array/rsort_variation2.phpt]
       
 16252 PASS Test rsort() function : usage variations - Pass different data types as $sort_flags arg [ext/standard/tests/array/rsort_variation2.phpt] 
       
 16253 TEST 8201/11279 [ext/standard/tests/array/rsort_variation3.phpt]
       
 16254 PASS Test rsort() function : usage variations - numeric values [ext/standard/tests/array/rsort_variation3.phpt] 
       
 16255 TEST 8202/11279 [ext/standard/tests/array/rsort_variation4.phpt]
       
 16256 PASS Test rsort() function : usage variations - referenced variables [ext/standard/tests/array/rsort_variation4.phpt] 
       
 16257 TEST 8203/11279 [ext/standard/tests/array/rsort_variation5.phpt]
       
 16258 PASS Test rsort() function : usage variations - String values [ext/standard/tests/array/rsort_variation5.phpt] 
       
 16259 TEST 8204/11279 [ext/standard/tests/array/rsort_variation6.phpt]
       
 16260 PASS Test rsort() function : usage variations - Hexadecimal vales [ext/standard/tests/array/rsort_variation6.phpt] 
       
 16261 TEST 8205/11279 [ext/standard/tests/array/rsort_variation7.phpt]
       
 16262 PASS Test rsort() function : usage variations - boolean values [ext/standard/tests/array/rsort_variation7.phpt] 
       
 16263 TEST 8206/11279 [ext/standard/tests/array/rsort_variation8.phpt]
       
 16264 PASS Test rsort() function : usage variations - multi-dimensional arrays [ext/standard/tests/array/rsort_variation8.phpt] 
       
 16265 TEST 8207/11279 [ext/standard/tests/array/rsort_variation9.phpt]
       
 16266 PASS Test rsort() function : usage variations - mixed associative arrays [ext/standard/tests/array/rsort_variation9.phpt] 
       
 16267 TEST 8208/11279 [ext/standard/tests/array/shuffle_basic1.phpt]
       
 16268 PASS Test shuffle() function : basic functionality - array with default keys [ext/standard/tests/array/shuffle_basic1.phpt] 
       
 16269 TEST 8209/11279 [ext/standard/tests/array/shuffle_basic2.phpt]
       
 16270 PASS Test shuffle() function : basic functionality -  with associative array [ext/standard/tests/array/shuffle_basic2.phpt] 
       
 16271 TEST 8210/11279 [ext/standard/tests/array/shuffle_error.phpt]
       
 16272 PASS Test shuffle() function : error conditions [ext/standard/tests/array/shuffle_error.phpt] 
       
 16273 TEST 8211/11279 [ext/standard/tests/array/shuffle_variation1.phpt]
       
 16274 PASS Test shuffle() function : usage variations  - unexpected values for 'array_arg' argument [ext/standard/tests/array/shuffle_variation1.phpt] 
       
 16275 TEST 8212/11279 [ext/standard/tests/array/shuffle_variation2.phpt]
       
 16276 PASS Test shuffle() function : usage variation - with MultiDimensional array [ext/standard/tests/array/shuffle_variation2.phpt] 
       
 16277 TEST 8213/11279 [ext/standard/tests/array/shuffle_variation3.phpt]
       
 16278 PASS Test shuffle() function : usage variation - arrays with diff types of values [ext/standard/tests/array/shuffle_variation3.phpt] 
       
 16279 TEST 8214/11279 [ext/standard/tests/array/shuffle_variation4.phpt]
       
 16280 PASS Test shuffle() function : usage variation - associative arrays with diff types of values [ext/standard/tests/array/shuffle_variation4.phpt] 
       
 16281 TEST 8215/11279 [ext/standard/tests/array/shuffle_variation5.phpt]
       
 16282 PASS Test shuffle() function : usage variation - arrays with diff heredoc strings [ext/standard/tests/array/shuffle_variation5.phpt] 
       
 16283 TEST 8216/11279 [ext/standard/tests/array/sizeof_basic1.phpt]
       
 16284 PASS Test sizeof() function : basic functionality - for scalar types [ext/standard/tests/array/sizeof_basic1.phpt] 
       
 16285 TEST 8217/11279 [ext/standard/tests/array/sizeof_basic2.phpt]
       
 16286 PASS Test sizeof() function : basic functionality - for non-scalar type(array) [ext/standard/tests/array/sizeof_basic2.phpt] 
       
 16287 TEST 8218/11279 [ext/standard/tests/array/sizeof_error.phpt]
       
 16288 PASS Test sizeof() function : error conditions [ext/standard/tests/array/sizeof_error.phpt] 
       
 16289 TEST 8219/11279 [ext/standard/tests/array/sizeof_object1.phpt]
       
 16290 PASS Test sizeof() function : object functionality - object with Countable interface [ext/standard/tests/array/sizeof_object1.phpt] 
       
 16291 TEST 8220/11279 [ext/standard/tests/array/sizeof_object2.phpt]
       
 16292 PASS Test sizeof() function : object functionality - objects without Countable interface [ext/standard/tests/array/sizeof_object2.phpt] 
       
 16293 TEST 8221/11279 [ext/standard/tests/array/sizeof_variation1.phpt]
       
 16294 PASS Test sizeof() function : usage variations - for all scalar types and resource variable [ext/standard/tests/array/sizeof_variation1.phpt] 
       
 16295 TEST 8222/11279 [ext/standard/tests/array/sizeof_variation2.phpt]
       
 16296 PASS Test sizeof() function : usage variations - different array values for 'var' argument [ext/standard/tests/array/sizeof_variation2.phpt] 
       
 16297 TEST 8223/11279 [ext/standard/tests/array/sizeof_variation3.phpt]
       
 16298 PASS Test sizeof() function : usage variations - checking for infinite recursion in COUNT_RECURSIVE mode [ext/standard/tests/array/sizeof_variation3.phpt] 
       
 16299 TEST 8224/11279 [ext/standard/tests/array/sizeof_variation4.phpt]
       
 16300 PASS Test sizeof() function : usage variations - all kinds of unset variables for 'var' argument [ext/standard/tests/array/sizeof_variation4.phpt] 
       
 16301 TEST 8225/11279 [ext/standard/tests/array/sizeof_variation5.phpt]
       
 16302 PASS Test sizeof() function : usage variations - different values for 'mode' argument [ext/standard/tests/array/sizeof_variation5.phpt] 
       
 16303 TEST 8226/11279 [ext/standard/tests/array/sort_basic.phpt]
       
 16304 PASS Test sort() function : basic functionality [ext/standard/tests/array/sort_basic.phpt] 
       
 16305 TEST 8227/11279 [ext/standard/tests/array/sort_error.phpt]
       
 16306 PASS Test sort() function : error conditions [ext/standard/tests/array/sort_error.phpt] 
       
 16307 TEST 8228/11279 [ext/standard/tests/array/sort_object1.phpt]
       
 16308 PASS Test sort() function : object functionality - sorting objects, 'sort_flags' as default/SORT_REGULAR [ext/standard/tests/array/sort_object1.phpt] 
       
 16309 TEST 8229/11279 [ext/standard/tests/array/sort_object2.phpt]
       
 16310 PASS Test sort() function : object functionality - sorting objects with diff. accessibility of member vars [ext/standard/tests/array/sort_object2.phpt] 
       
 16311 TEST 8230/11279 [ext/standard/tests/array/sort_variation1.phpt]
       
 16312 PASS Test sort() function : usage variations - unexpected values for 'array_arg' argument [ext/standard/tests/array/sort_variation1.phpt] 
       
 16313 TEST 8231/11279 [ext/standard/tests/array/sort_variation10.phpt]
       
 16314 PASS Test sort() function : usage variations - sort octal values [ext/standard/tests/array/sort_variation10.phpt] 
       
 16315 TEST 8232/11279 [ext/standard/tests/array/sort_variation11.phpt]
       
 16316 PASS Test sort() function : usage variations - sort mixed values, 'sort_flag' as defualt/SORT_REGULAR (OK to fail as result is unpredectable) [ext/standard/tests/array/sort_variation11.phpt] 
       
 16317 TEST 8233/11279 [ext/standard/tests/array/sort_variation2.phpt]
       
 16318 PASS Test sort() function : usage variations - unexpected values for 'sort_flags' argument [ext/standard/tests/array/sort_variation2.phpt] 
       
 16319 TEST 8234/11279 [ext/standard/tests/array/sort_variation3.phpt]
       
 16320 PASS Test sort() function : usage variations - sort integer/float values [ext/standard/tests/array/sort_variation3.phpt] 
       
 16321 TEST 8235/11279 [ext/standard/tests/array/sort_variation4.phpt]
       
 16322 PASS Test sort() function : usage variations - sort reference values [ext/standard/tests/array/sort_variation4.phpt] 
       
 16323 TEST 8236/11279 [ext/standard/tests/array/sort_variation5.phpt]
       
 16324 PASS Test sort() function : usage variations - sort strings [ext/standard/tests/array/sort_variation5.phpt] 
       
 16325 TEST 8237/11279 [ext/standard/tests/array/sort_variation6.phpt]
       
 16326 PASS Test sort() function : usage variations - sort hexadecimal values [ext/standard/tests/array/sort_variation6.phpt] 
       
 16327 TEST 8238/11279 [ext/standard/tests/array/sort_variation7.phpt]
       
 16328 PASS Test sort() function : usage variations - sort boolean values [ext/standard/tests/array/sort_variation7.phpt] 
       
 16329 TEST 8239/11279 [ext/standard/tests/array/sort_variation8.phpt]
       
 16330 PASS Test sort() function : usage variations - sort array with diff. sub arrays, 'sort_flags' as defualt/SORT_REGULAR [ext/standard/tests/array/sort_variation8.phpt] 
       
 16331 TEST 8240/11279 [ext/standard/tests/array/sort_variation9.phpt]
       
 16332 PASS Test sort() function : usage variations - sort diff. associative arrays, 'sort_flags' as defualt/SORT_REGULAR [ext/standard/tests/array/sort_variation9.phpt] 
       
 16333 TEST 8241/11279 [ext/standard/tests/array/uasort_basic1.phpt]
       
 16334 PASS Test uasort() function : basic functionality [ext/standard/tests/array/uasort_basic1.phpt] 
       
 16335 TEST 8242/11279 [ext/standard/tests/array/uasort_basic2.phpt]
       
 16336 PASS Test uasort() function : basic functionality - duplicate values [ext/standard/tests/array/uasort_basic2.phpt] 
       
 16337 TEST 8243/11279 [ext/standard/tests/array/uasort_error.phpt]
       
 16338 PASS Test uasort() function : error conditions [ext/standard/tests/array/uasort_error.phpt] 
       
 16339 TEST 8244/11279 [ext/standard/tests/array/uasort_object1.phpt]
       
 16340 PASS Test uasort() function : object functionality [ext/standard/tests/array/uasort_object1.phpt] 
       
 16341 TEST 8245/11279 [ext/standard/tests/array/uasort_object2.phpt]
       
 16342 PASS Test uasort() function : object functionality - sort diff. objects [ext/standard/tests/array/uasort_object2.phpt] 
       
 16343 TEST 8246/11279 [ext/standard/tests/array/uasort_variation1.phpt]
       
 16344 PASS Test uasort() function : usage variations - unexpected values for 'array_arg' argument [ext/standard/tests/array/uasort_variation1.phpt] 
       
 16345 TEST 8247/11279 [ext/standard/tests/array/uasort_variation10.phpt]
       
 16346 PASS Test uasort() function : usage variations - sort array with reference variables [ext/standard/tests/array/uasort_variation10.phpt] 
       
 16347 TEST 8248/11279 [ext/standard/tests/array/uasort_variation11.phpt]
       
 16348 PASS Test uasort() function : usage variations - different associative arrays [ext/standard/tests/array/uasort_variation11.phpt] 
       
 16349 TEST 8249/11279 [ext/standard/tests/array/uasort_variation2.phpt]
       
 16350 PASS Test uasort() function : usage variations - unexpected values for 'cmp_function' argument [ext/standard/tests/array/uasort_variation2.phpt] 
       
 16351 TEST 8250/11279 [ext/standard/tests/array/uasort_variation3.phpt]
       
 16352 PASS Test uasort() function : usage variations - sort array with all posible keys [ext/standard/tests/array/uasort_variation3.phpt] 
       
 16353 TEST 8251/11279 [ext/standard/tests/array/uasort_variation4.phpt]
       
 16354 PASS Test uasort() function : usage variations - sort different numeric values [ext/standard/tests/array/uasort_variation4.phpt] 
       
 16355 TEST 8252/11279 [ext/standard/tests/array/uasort_variation5.phpt]
       
 16356 PASS Test uasort() function : usage variations - sort diff. strings [ext/standard/tests/array/uasort_variation5.phpt] 
       
 16357 TEST 8253/11279 [ext/standard/tests/array/uasort_variation6.phpt]
       
 16358 PASS Test uasort() function : usage variations - sort array having subarrays [ext/standard/tests/array/uasort_variation6.phpt] 
       
 16359 TEST 8254/11279 [ext/standard/tests/array/uasort_variation7.phpt]
       
 16360 PASS Test uasort() function : usage variations - anonymous function as 'cmp_function' [ext/standard/tests/array/uasort_variation7.phpt] 
       
 16361 TEST 8255/11279 [ext/standard/tests/array/uasort_variation8.phpt]
       
 16362 PASS Test uasort() function : usage variations - built-in function as 'cmp_function' [ext/standard/tests/array/uasort_variation8.phpt] 
       
 16363 TEST 8256/11279 [ext/standard/tests/array/uasort_variation9.phpt]
       
 16364 PASS Test uasort() function : usage variations - 'cmp_function' with reference argument [ext/standard/tests/array/uasort_variation9.phpt] 
       
 16365 TEST 8257/11279 [ext/standard/tests/array/uksort_basic.phpt]
       
 16366 PASS Test uksort(): basic functionality [ext/standard/tests/array/uksort_basic.phpt] 
       
 16367 TEST 8258/11279 [ext/standard/tests/array/uksort_error.phpt]
       
 16368 PASS Test uksort() function : error conditions [ext/standard/tests/array/uksort_error.phpt] 
       
 16369 TEST 8259/11279 [ext/standard/tests/array/uksort_variation1.phpt]
       
 16370 PASS Test uksort() function : usage variation [ext/standard/tests/array/uksort_variation1.phpt] 
       
 16371 TEST 8260/11279 [ext/standard/tests/array/uksort_variation2.phpt]
       
 16372 PASS Test uksort() function : usage variation [ext/standard/tests/array/uksort_variation2.phpt] 
       
 16373 TEST 8261/11279 [ext/standard/tests/array/unexpected_array_mod_bug.phpt]
       
 16374 PASS Crash when function parameter modified via reference [ext/standard/tests/array/unexpected_array_mod_bug.phpt] 
       
 16375 TEST 8262/11279 [ext/standard/tests/array/usort_basic.phpt]
       
 16376 PASS Test usort() function : basic functionality [ext/standard/tests/array/usort_basic.phpt] 
       
 16377 TEST 8263/11279 [ext/standard/tests/array/usort_error1.phpt]
       
 16378 PASS Test usort() function : error conditions - Pass incorrect number of arguments [ext/standard/tests/array/usort_error1.phpt] 
       
 16379 TEST 8264/11279 [ext/standard/tests/array/usort_error2.phpt]
       
 16380 PASS Test usort() function : error conditions - Pass unknown 'cmp_function' [ext/standard/tests/array/usort_error2.phpt] 
       
 16381 TEST 8265/11279 [ext/standard/tests/array/usort_object1.phpt]
       
 16382 PASS Test usort() function : object functionality - different number of properties [ext/standard/tests/array/usort_object1.phpt] 
       
 16383 TEST 8266/11279 [ext/standard/tests/array/usort_object2.phpt]
       
 16384 PASS Test usort() function : object functionality - Different types of classes [ext/standard/tests/array/usort_object2.phpt] 
       
 16385 TEST 8267/11279 [ext/standard/tests/array/usort_variation1.phpt]
       
 16386 PASS Test usort() function : usage variations - Pass different data types as $array_arg arg [ext/standard/tests/array/usort_variation1.phpt] 
       
 16387 TEST 8268/11279 [ext/standard/tests/array/usort_variation10.phpt]
       
 16388 PASS Test usort() function : usage variations - duplicate keys and values [ext/standard/tests/array/usort_variation10.phpt] 
       
 16389 TEST 8269/11279 [ext/standard/tests/array/usort_variation2.phpt]
       
 16390 PASS Test usort() function : usage variations - Pass different data types as $cmp_function arg [ext/standard/tests/array/usort_variation2.phpt] 
       
 16391 TEST 8270/11279 [ext/standard/tests/array/usort_variation3.phpt]
       
 16392 PASS Test usort() function : usage variations - diff. array values [ext/standard/tests/array/usort_variation3.phpt] 
       
 16393 TEST 8271/11279 [ext/standard/tests/array/usort_variation4.phpt]
       
 16394 PASS Test usort() function : usage variations - numeric data [ext/standard/tests/array/usort_variation4.phpt] 
       
 16395 TEST 8272/11279 [ext/standard/tests/array/usort_variation5.phpt]
       
 16396 PASS Test usort() function : usage variations - string data [ext/standard/tests/array/usort_variation5.phpt] 
       
 16397 TEST 8273/11279 [ext/standard/tests/array/usort_variation6.phpt]
       
 16398 PASS Test usort() function : usage variations - multi-dimensional arrays [ext/standard/tests/array/usort_variation6.phpt] 
       
 16399 TEST 8274/11279 [ext/standard/tests/array/usort_variation7.phpt]
       
 16400 PASS Test usort() function : usage variations - Anonymous comparison function [ext/standard/tests/array/usort_variation7.phpt] 
       
 16401 TEST 8275/11279 [ext/standard/tests/array/usort_variation8.phpt]
       
 16402 PASS Test usort() function : usage variations - use built in functions as $cmp_function arg [ext/standard/tests/array/usort_variation8.phpt] 
       
 16403 TEST 8276/11279 [ext/standard/tests/array/usort_variation9.phpt]
       
 16404 PASS Test usort() function : usage variations - referenced variables [ext/standard/tests/array/usort_variation9.phpt] 
       
 16405 TEST 8277/11279 [ext/standard/tests/array/var_export.phpt]
       
 16406 PASS var_export() and objects with numeric indexes properties [ext/standard/tests/array/var_export.phpt] 
       
 16407 TEST 8278/11279 [ext/standard/tests/array/var_export2.phpt]
       
 16408 PASS var_export() and empty array keys [ext/standard/tests/array/var_export2.phpt] 
       
 16409 TEST 8279/11279 [ext/standard/tests/array/var_export3.phpt]
       
 16410 PASS var_export() and classes [ext/standard/tests/array/var_export3.phpt] 
       
 16411 TEST 8280/11279 [ext/standard/tests/assert/assert.phpt]
       
 16412 PASS assert() [ext/standard/tests/assert/assert.phpt] 
       
 16413 TEST 8281/11279 [ext/standard/tests/assert/assert02.phpt]
       
 16414 PASS catch assert() errors [ext/standard/tests/assert/assert02.phpt] 
       
 16415 TEST 8282/11279 [ext/standard/tests/assert/assert03.phpt]
       
 16416 PASS assert() - set callback using ini_set() [ext/standard/tests/assert/assert03.phpt] 
       
 16417 TEST 8283/11279 [ext/standard/tests/assert/assert04.phpt]
       
 16418 PASS misc assert() tests tests [ext/standard/tests/assert/assert04.phpt] 
       
 16419 TEST 8284/11279 [ext/standard/tests/assert/assert_basic.phpt]
       
 16420 PASS assert() - basic - check  that assert runs when assert.active is set to 1. [ext/standard/tests/assert/assert_basic.phpt] 
       
 16421 TEST 8285/11279 [ext/standard/tests/assert/assert_basic1.phpt]
       
 16422 PASS assert() - basic - check  that assert can be switched off [ext/standard/tests/assert/assert_basic1.phpt] 
       
 16423 TEST 8286/11279 [ext/standard/tests/assert/assert_basic2.phpt]
       
 16424 PASS assert() - basic - correct call back values before and after assert. [ext/standard/tests/assert/assert_basic2.phpt] 
       
 16425 TEST 8287/11279 [ext/standard/tests/assert/assert_basic3.phpt]
       
 16426 PASS assert() - basic - Test that bailout works [ext/standard/tests/assert/assert_basic3.phpt] 
       
 16427 TEST 8288/11279 [ext/standard/tests/assert/assert_basic4.phpt]
       
 16428 PASS assert() - basic - test initial values using ini.get and assert_options [ext/standard/tests/assert/assert_basic4.phpt] 
       
 16429 TEST 8289/11279 [ext/standard/tests/assert/assert_basic5.phpt]
       
 16430 PASS assert() - basic - check switch on warnings using assert_options. [ext/standard/tests/assert/assert_basic5.phpt] 
       
 16431 TEST 8290/11279 [ext/standard/tests/assert/assert_closures.phpt]
       
 16432 PASS assert() - basic - accept closures as callback. [ext/standard/tests/assert/assert_closures.phpt] 
       
 16433 TEST 8291/11279 [ext/standard/tests/assert/assert_error.phpt]
       
 16434 PASS assert() - error - give assert nonsense string with quiet_eval on then off [ext/standard/tests/assert/assert_error.phpt] 
       
 16435 TEST 8292/11279 [ext/standard/tests/assert/assert_error1.phpt]
       
 16436 PASS assert() - error - invalid params [ext/standard/tests/assert/assert_error1.phpt] 
       
 16437 TEST 8293/11279 [ext/standard/tests/assert/assert_variation.phpt]
       
 16438 PASS assert() - variation  - test callback options using ini_get/ini_set/assert_options [ext/standard/tests/assert/assert_variation.phpt] 
       
 16439 TEST 8294/11279 [ext/standard/tests/bug49244.phpt]
       
 16440 PASS Bug #49244 (Floating point NaN cause garbage characters) [ext/standard/tests/bug49244.phpt] 
       
 16441 TEST 8295/11279 [ext/standard/tests/bug64370_var1.phpt]
       
 16442 SKIP Test bug #64370 microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT'] [ext/standard/tests/bug64370_var1.phpt] reason: PHP 5.4+ only
       
 16443 TEST 8296/11279 [ext/standard/tests/bug64370_var2.phpt]
       
 16444 PASS Test bug #64370 sequential microtime(true) calls [ext/standard/tests/bug64370_var2.phpt] 
       
 16445 TEST 8297/11279 [ext/standard/tests/class_object/class_exists_basic_001.phpt]
       
 16446 PASS Test class_exists() function : basic functionality [ext/standard/tests/class_object/class_exists_basic_001.phpt] 
       
 16447 TEST 8298/11279 [ext/standard/tests/class_object/class_exists_error_001.phpt]
       
 16448 PASS Test class_exists() function : error conditions (wrong number of arguments) [ext/standard/tests/class_object/class_exists_error_001.phpt] 
       
 16449 TEST 8299/11279 [ext/standard/tests/class_object/class_exists_variation_001.phpt]
       
 16450 PASS Test class_exists() function : usage variations - unexpected types for agument 1 [ext/standard/tests/class_object/class_exists_variation_001.phpt] 
       
 16451 TEST 8300/11279 [ext/standard/tests/class_object/class_exists_variation_002.phpt]
       
 16452 PASS Test class_exists() function : usage variations  - unexpected types for agument 2 [ext/standard/tests/class_object/class_exists_variation_002.phpt] 
       
 16453 TEST 8301/11279 [ext/standard/tests/class_object/class_exists_variation_003.phpt]
       
 16454 PASS Test class_exists() function : usage variations  - case sensitivity [ext/standard/tests/class_object/class_exists_variation_003.phpt] 
       
 16455 TEST 8302/11279 [ext/standard/tests/class_object/forward_static_call_001.phpt]
       
 16456 PASS forward_static_call() called from outside of a method. [ext/standard/tests/class_object/forward_static_call_001.phpt] 
       
 16457 TEST 8303/11279 [ext/standard/tests/class_object/forward_static_call_002.phpt]
       
 16458 PASS forward_static_call() from outside of a class method. [ext/standard/tests/class_object/forward_static_call_002.phpt] 
       
 16459 TEST 8304/11279 [ext/standard/tests/class_object/forward_static_call_003.phpt]
       
 16460 PASS forward_static_call() calling outside of the inheritance chain. [ext/standard/tests/class_object/forward_static_call_003.phpt] 
       
 16461 TEST 8305/11279 [ext/standard/tests/class_object/get_class_error_001.phpt]
       
 16462 PASS Test get_class() function : error conditions - wrong number of arguments. [ext/standard/tests/class_object/get_class_error_001.phpt] 
       
 16463 TEST 8306/11279 [ext/standard/tests/class_object/get_class_methods_basic_001.phpt]
       
 16464 PASS Test get_class_methods() function : basic functionality [ext/standard/tests/class_object/get_class_methods_basic_001.phpt] 
       
 16465 TEST 8307/11279 [ext/standard/tests/class_object/get_class_methods_basic_002.phpt]
       
 16466 PASS Test get_class_methods() function : basic functionality [ext/standard/tests/class_object/get_class_methods_basic_002.phpt] 
       
 16467 TEST 8308/11279 [ext/standard/tests/class_object/get_class_methods_basic_003.phpt]
       
 16468 PASS Test get_class_methods() function : basic functionality [ext/standard/tests/class_object/get_class_methods_basic_003.phpt] 
       
 16469 TEST 8309/11279 [ext/standard/tests/class_object/get_class_methods_error_001.phpt]
       
 16470 PASS Test get_class_methods() function : error conditions [ext/standard/tests/class_object/get_class_methods_error_001.phpt] 
       
 16471 TEST 8310/11279 [ext/standard/tests/class_object/get_class_methods_variation_001.phpt]
       
 16472 PASS Test get_class_methods() function : usage variations  - unexpected types [ext/standard/tests/class_object/get_class_methods_variation_001.phpt] 
       
 16473 TEST 8311/11279 [ext/standard/tests/class_object/get_class_methods_variation_002.phpt]
       
 16474 PASS Test get_class_methods() function : usage variations  - case sensitivity [ext/standard/tests/class_object/get_class_methods_variation_002.phpt] 
       
 16475 TEST 8312/11279 [ext/standard/tests/class_object/get_class_variation_001.phpt]
       
 16476 PASS Test get_class() function : usage variations  - passing unexpected types. [ext/standard/tests/class_object/get_class_variation_001.phpt] 
       
 16477 TEST 8313/11279 [ext/standard/tests/class_object/get_class_variation_002.phpt]
       
 16478 PASS Test get_class() function : usage variations  - ensure class name case is preserved. [ext/standard/tests/class_object/get_class_variation_002.phpt] 
       
 16479 TEST 8314/11279 [ext/standard/tests/class_object/get_class_vars_error.phpt]
       
 16480 PASS Test get_class_vars() function : error conditions [ext/standard/tests/class_object/get_class_vars_error.phpt] 
       
 16481 TEST 8315/11279 [ext/standard/tests/class_object/get_class_vars_variation1.phpt]
       
 16482 PASS Test get_class_vars() function : usage variation [ext/standard/tests/class_object/get_class_vars_variation1.phpt] 
       
 16483 TEST 8316/11279 [ext/standard/tests/class_object/get_class_vars_variation2.phpt]
       
 16484 PASS Test get_class_vars() function : testing visibility [ext/standard/tests/class_object/get_class_vars_variation2.phpt] 
       
 16485 TEST 8317/11279 [ext/standard/tests/class_object/get_declared_classes_basic_001.phpt]
       
 16486 PASS Test get_declared_classes() function : basic functionality [ext/standard/tests/class_object/get_declared_classes_basic_001.phpt] 
       
 16487 TEST 8318/11279 [ext/standard/tests/class_object/get_declared_classes_error_001.phpt]
       
 16488 PASS Test get_declared_classes() function : error conditions [ext/standard/tests/class_object/get_declared_classes_error_001.phpt] 
       
 16489 TEST 8319/11279 [ext/standard/tests/class_object/get_declared_classes_variation1.phpt]
       
 16490 PASS Test get_declared_classes() function : testing autoloaded classes [ext/standard/tests/class_object/get_declared_classes_variation1.phpt] 
       
 16491 TEST 8320/11279 [ext/standard/tests/class_object/get_declared_interfaces_basic_001.phpt]
       
 16492 PASS Test get_declared_interfaces() function : basic functionality [ext/standard/tests/class_object/get_declared_interfaces_basic_001.phpt] 
       
 16493 TEST 8321/11279 [ext/standard/tests/class_object/get_declared_interfaces_error_001.phpt]
       
 16494 PASS Test get_declared_interfaces() function : error conditions [ext/standard/tests/class_object/get_declared_interfaces_error_001.phpt] 
       
 16495 TEST 8322/11279 [ext/standard/tests/class_object/get_declared_interfaces_variation1.phpt]
       
 16496 PASS Test get_declared_interfaces() function : autoloading of interfaces [ext/standard/tests/class_object/get_declared_interfaces_variation1.phpt] 
       
 16497 TEST 8323/11279 [ext/standard/tests/class_object/get_object_vars_basic_001.phpt]
       
 16498 PASS get_object_vars(): visibility from static methods (target object passed as arg) [ext/standard/tests/class_object/get_object_vars_basic_001.phpt] 
       
 16499 TEST 8324/11279 [ext/standard/tests/class_object/get_object_vars_basic_002.phpt]
       
 16500 PASS get_object_vars(): visibility from non static methods (target object passed as arg) [ext/standard/tests/class_object/get_object_vars_basic_002.phpt] 
       
 16501 TEST 8325/11279 [ext/standard/tests/class_object/get_object_vars_error_001.phpt]
       
 16502 PASS Test get_object_vars() function : error conditions - wrong number of args [ext/standard/tests/class_object/get_object_vars_error_001.phpt] 
       
 16503 TEST 8326/11279 [ext/standard/tests/class_object/get_object_vars_variation_001.phpt]
       
 16504 PASS get_object_vars() - ensure statics are not shown [ext/standard/tests/class_object/get_object_vars_variation_001.phpt] 
       
 16505 TEST 8327/11279 [ext/standard/tests/class_object/get_object_vars_variation_002.phpt]
       
 16506 PASS get_object_vars() - ensure references are preserved [ext/standard/tests/class_object/get_object_vars_variation_002.phpt] 
       
 16507 TEST 8328/11279 [ext/standard/tests/class_object/get_object_vars_variation_003.phpt]
       
 16508 PASS Test get_object_vars() function : usage variations  - unexpected types for argument 1 [ext/standard/tests/class_object/get_object_vars_variation_003.phpt] 
       
 16509 TEST 8329/11279 [ext/standard/tests/class_object/get_parent_class_error_001.phpt]
       
 16510 PASS Test get_parent_class() function : error conditions - wrong number of args. [ext/standard/tests/class_object/get_parent_class_error_001.phpt] 
       
 16511 TEST 8330/11279 [ext/standard/tests/class_object/get_parent_class_variation_001.phpt]
       
 16512 PASS Test get_parent_class() function : variation - case sensitivity [ext/standard/tests/class_object/get_parent_class_variation_001.phpt] 
       
 16513 TEST 8331/11279 [ext/standard/tests/class_object/get_parent_class_variation_002.phpt]
       
 16514 PASS Test get_parent_class() function : usage variations  - unexpected argument type. [ext/standard/tests/class_object/get_parent_class_variation_002.phpt] 
       
 16515 TEST 8332/11279 [ext/standard/tests/class_object/interface_exists_error.phpt]
       
 16516 PASS Test interface_exists() function : error conditions [ext/standard/tests/class_object/interface_exists_error.phpt] 
       
 16517 TEST 8333/11279 [ext/standard/tests/class_object/interface_exists_variation1.phpt]
       
 16518 PASS Test interface_exists() function : usage variation [ext/standard/tests/class_object/interface_exists_variation1.phpt] 
       
 16519 TEST 8334/11279 [ext/standard/tests/class_object/interface_exists_variation2.phpt]
       
 16520 PASS Test interface_exists() function : usage variation [ext/standard/tests/class_object/interface_exists_variation2.phpt] 
       
 16521 TEST 8335/11279 [ext/standard/tests/class_object/interface_exists_variation3.phpt]
       
 16522 PASS Test interface_exists() function : autoloaded interface [ext/standard/tests/class_object/interface_exists_variation3.phpt] 
       
 16523 TEST 8336/11279 [ext/standard/tests/class_object/interface_exists_variation4.phpt]
       
 16524 PASS Test interface_exists() function : test autoload default value [ext/standard/tests/class_object/interface_exists_variation4.phpt] 
       
 16525 TEST 8337/11279 [ext/standard/tests/class_object/is_a.phpt]
       
 16526 PASS is_a and is_subclass_of behaviour (with and without autoload) [ext/standard/tests/class_object/is_a.phpt] 
       
 16527 TEST 8338/11279 [ext/standard/tests/class_object/is_a_error_001.phpt]
       
 16528 PASS Test is_a() function : error conditions - wrong number of args [ext/standard/tests/class_object/is_a_error_001.phpt] 
       
 16529 TEST 8339/11279 [ext/standard/tests/class_object/is_a_variation_001.phpt]
       
 16530 PASS Test is_a() function : usage variations  - wrong type for arg 1 [ext/standard/tests/class_object/is_a_variation_001.phpt] 
       
 16531 TEST 8340/11279 [ext/standard/tests/class_object/is_a_variation_002.phpt]
       
 16532 PASS Test is_a() function : usage variations  - wrong type for arg 2 [ext/standard/tests/class_object/is_a_variation_002.phpt] 
       
 16533 TEST 8341/11279 [ext/standard/tests/class_object/is_a_variation_003.phpt]
       
 16534 PASS Test is_a() function : usage variations  - case sensitivity [ext/standard/tests/class_object/is_a_variation_003.phpt] 
       
 16535 TEST 8342/11279 [ext/standard/tests/class_object/is_subclass_of_error_001.phpt]
       
 16536 PASS Test is_subclass_of() function : wrong number of args [ext/standard/tests/class_object/is_subclass_of_error_001.phpt] 
       
 16537 TEST 8343/11279 [ext/standard/tests/class_object/is_subclass_of_variation_001.phpt]
       
 16538 PASS Test is_subclass_of() function : usage variations  - unexpected type for arg 1 [ext/standard/tests/class_object/is_subclass_of_variation_001.phpt] 
       
 16539 TEST 8344/11279 [ext/standard/tests/class_object/is_subclass_of_variation_002.phpt]
       
 16540 PASS Test is_subclass_of() function : usage variations  - unexpected type for arg 2 [ext/standard/tests/class_object/is_subclass_of_variation_002.phpt] 
       
 16541 TEST 8345/11279 [ext/standard/tests/class_object/is_subclass_of_variation_003.phpt]
       
 16542 PASS Test is_subclass_of() function : usage variations  - case sensitivity [ext/standard/tests/class_object/is_subclass_of_variation_003.phpt] 
       
 16543 TEST 8346/11279 [ext/standard/tests/class_object/is_subclass_of_variation_004.phpt]
       
 16544 PASS Test is_subclass_of() function : usage variations  - unexpected type for arg 1 with valid class in arg 2. [ext/standard/tests/class_object/is_subclass_of_variation_004.phpt] 
       
 16545 TEST 8347/11279 [ext/standard/tests/class_object/method_exists_basic_001.phpt]
       
 16546 PASS method_exists() on userspace classes; static & non-static methods with various visibilities. [ext/standard/tests/class_object/method_exists_basic_001.phpt] 
       
 16547 TEST 8348/11279 [ext/standard/tests/class_object/method_exists_basic_002.phpt]
       
 16548 PASS method_exists() on internal classes [ext/standard/tests/class_object/method_exists_basic_002.phpt] 
       
 16549 TEST 8349/11279 [ext/standard/tests/class_object/method_exists_basic_003.phpt]
       
 16550 PASS method_exists() on non-existent class, with __autoload(). [ext/standard/tests/class_object/method_exists_basic_003.phpt] 
       
 16551 TEST 8350/11279 [ext/standard/tests/class_object/method_exists_error_001.phpt]
       
 16552 PASS Test method_exists() function : error conditions - wrong number of args [ext/standard/tests/class_object/method_exists_error_001.phpt] 
       
 16553 TEST 8351/11279 [ext/standard/tests/class_object/method_exists_variation_001.phpt]
       
 16554 PASS Test method_exists() function : usage variations  - unexpected type for arg 1 [ext/standard/tests/class_object/method_exists_variation_001.phpt] 
       
 16555 TEST 8352/11279 [ext/standard/tests/class_object/method_exists_variation_002.phpt]
       
 16556 PASS Test method_exists() function : usage variations  - unexpected type for arg 2 [ext/standard/tests/class_object/method_exists_variation_002.phpt] 
       
 16557 TEST 8353/11279 [ext/standard/tests/class_object/method_exists_variation_003.phpt]
       
 16558 PASS Test method_exists() function : variation - Case sensitivity [ext/standard/tests/class_object/method_exists_variation_003.phpt] 
       
 16559 TEST 8354/11279 [ext/standard/tests/class_object/property_exists_error.phpt]
       
 16560 PASS Test property_exists() function : error conditions [ext/standard/tests/class_object/property_exists_error.phpt] 
       
 16561 TEST 8355/11279 [ext/standard/tests/class_object/property_exists_variation1.phpt]
       
 16562 PASS Test property_exists() function : class auto loading [ext/standard/tests/class_object/property_exists_variation1.phpt] 
       
 16563 TEST 8356/11279 [ext/standard/tests/dir/chdir_basic.phpt]
       
 16564 PASS Test chdir() function : basic functionality [ext/standard/tests/dir/chdir_basic.phpt] 
       
 16565 TEST 8357/11279 [ext/standard/tests/dir/chdir_error1.phpt]
       
 16566 PASS Test chdir() function : error conditions - Incorrect number of arguments [ext/standard/tests/dir/chdir_error1.phpt] 
       
 16567 TEST 8358/11279 [ext/standard/tests/dir/chdir_error2.phpt]
       
 16568 PASS Test chdir() function : error conditions - Non-existent directory [ext/standard/tests/dir/chdir_error2.phpt] 
       
 16569 TEST 8359/11279 [ext/standard/tests/dir/chdir_variation1.phpt]
       
 16570 PASS Test chdir() function : usage variations - different data type as $directory arg [ext/standard/tests/dir/chdir_variation1.phpt] 
       
 16571 TEST 8360/11279 [ext/standard/tests/dir/chdir_variation2.phpt]
       
 16572 PASS Test chdir() function : usage variations - relative paths [ext/standard/tests/dir/chdir_variation2.phpt] 
       
 16573 TEST 8361/11279 [ext/standard/tests/dir/closedir_basic.phpt]
       
 16574 PASS Test closedir() function : basic functionality [ext/standard/tests/dir/closedir_basic.phpt] 
       
 16575 TEST 8362/11279 [ext/standard/tests/dir/closedir_error.phpt]
       
 16576 PASS Test closedir() function : error conditions - Pass incorrect number of arguments [ext/standard/tests/dir/closedir_error.phpt] 
       
 16577 TEST 8363/11279 [ext/standard/tests/dir/closedir_variation1.phpt]
       
 16578 PASS Test closedir() function : usage variations - different data types as $dir_handle arg [ext/standard/tests/dir/closedir_variation1.phpt] 
       
 16579 TEST 8364/11279 [ext/standard/tests/dir/closedir_variation2.phpt]
       
 16580 PASS Test closedir() function : usage variations - close directory handle twice [ext/standard/tests/dir/closedir_variation2.phpt] 
       
 16581 TEST 8365/11279 [ext/standard/tests/dir/closedir_variation3.phpt]
       
 16582 PASS Test closedir() function : usage variations - close a file pointer [ext/standard/tests/dir/closedir_variation3.phpt] 
       
 16583 TEST 8366/11279 [ext/standard/tests/dir/dir_basic.phpt]
       
 16584 PASS Test dir() function : basic functionality [ext/standard/tests/dir/dir_basic.phpt] 
       
 16585 TEST 8367/11279 [ext/standard/tests/dir/dir_error.phpt]
       
 16586 PASS Test dir() function : error conditions [ext/standard/tests/dir/dir_error.phpt] 
       
 16587 TEST 8368/11279 [ext/standard/tests/dir/dir_variation1.phpt]
       
 16588 PASS Test dir() function : usage variations - unexpected value for 'dir' argument [ext/standard/tests/dir/dir_variation1.phpt] 
       
 16589 TEST 8369/11279 [ext/standard/tests/dir/dir_variation2.phpt]
       
 16590 PASS Test dir() function : usage variations - unexpected value for 'context' argument [ext/standard/tests/dir/dir_variation2.phpt] 
       
 16591 TEST 8370/11279 [ext/standard/tests/dir/dir_variation3.phpt]
       
 16592 PASS Test dir() function : usage variations - different directory permissions [ext/standard/tests/dir/dir_variation3.phpt] 
       
 16593 TEST 8371/11279 [ext/standard/tests/dir/dir_variation4.phpt]
       
 16594 PASS Test dir() function : usage variations - operate on previously opened directory [ext/standard/tests/dir/dir_variation4.phpt] 
       
 16595 TEST 8372/11279 [ext/standard/tests/dir/dir_variation5.phpt]
       
 16596 PASS Test dir() function : usage variations - open a file instead of directory [ext/standard/tests/dir/dir_variation5.phpt] 
       
 16597 TEST 8373/11279 [ext/standard/tests/dir/dir_variation6.phpt]
       
 16598 PASS Test dir() function : usage variations - non-existent directory [ext/standard/tests/dir/dir_variation6.phpt] 
       
 16599 TEST 8374/11279 [ext/standard/tests/dir/dir_variation7.phpt]
       
 16600 PASS Test dir() function : usage variations - directories with restricted permissions [ext/standard/tests/dir/dir_variation7.phpt] 
       
 16601 TEST 8375/11279 [ext/standard/tests/dir/dir_variation8.phpt]
       
 16602 PASS Test dir() function : usage variations - checking with wildcard characters [ext/standard/tests/dir/dir_variation8.phpt] 
       
 16603 TEST 8376/11279 [ext/standard/tests/dir/dir_variation9.phpt]
       
 16604 PASS Test dir() function : usage variations - relative valid and invalid paths [ext/standard/tests/dir/dir_variation9.phpt] 
       
 16605 TEST 8377/11279 [ext/standard/tests/dir/getcwd_basic.phpt]
       
 16606 PASS Test getcwd() function : basic functionality [ext/standard/tests/dir/getcwd_basic.phpt] 
       
 16607 TEST 8378/11279 [ext/standard/tests/dir/getcwd_error.phpt]
       
 16608 PASS Test getcwd() function : error conditions - Incorrect number of arguments [ext/standard/tests/dir/getcwd_error.phpt] 
       
 16609 TEST 8379/11279 [ext/standard/tests/dir/opendir_basic.phpt]
       
 16610 PASS Test opendir() function : basic functionality [ext/standard/tests/dir/opendir_basic.phpt] 
       
 16611 TEST 8380/11279 [ext/standard/tests/dir/opendir_error1.phpt]
       
 16612 PASS Test opendir() function : error conditions - Incorrect number of args [ext/standard/tests/dir/opendir_error1.phpt] 
       
 16613 TEST 8381/11279 [ext/standard/tests/dir/opendir_error2.phpt]
       
 16614 PASS Test opendir() function : error conditions - Non-existent directory [ext/standard/tests/dir/opendir_error2.phpt] 
       
 16615 TEST 8382/11279 [ext/standard/tests/dir/opendir_variation1.phpt]
       
 16616 PASS Test opendir() function : usage variations - different data types as $path arg [ext/standard/tests/dir/opendir_variation1.phpt] 
       
 16617 TEST 8383/11279 [ext/standard/tests/dir/opendir_variation2.phpt]
       
 16618 PASS Test opendir() function : usage variations - different data types as $context arg [ext/standard/tests/dir/opendir_variation2.phpt] 
       
 16619 TEST 8384/11279 [ext/standard/tests/dir/opendir_variation3.phpt]
       
 16620 PASS Test opendir() function : usage variations - open a directory twice [ext/standard/tests/dir/opendir_variation3.phpt] 
       
 16621 TEST 8385/11279 [ext/standard/tests/dir/opendir_variation4.phpt]
       
 16622 PASS Test opendir() function : usage variations - different relative paths [ext/standard/tests/dir/opendir_variation4.phpt] 
       
 16623 TEST 8386/11279 [ext/standard/tests/dir/opendir_variation5.phpt]
       
 16624 PASS Test opendir() function : usage variations - directories with restricted permissions [ext/standard/tests/dir/opendir_variation5.phpt] 
       
 16625 TEST 8387/11279 [ext/standard/tests/dir/opendir_variation6-win32.phpt]
       
 16626 SKIP Test opendir() function : usage variations - Different wildcards [ext/standard/tests/dir/opendir_variation6-win32.phpt] reason: Valid only on Windows
       
 16627 TEST 8388/11279 [ext/standard/tests/dir/opendir_variation6.phpt]
       
 16628 PASS Test opendir() function : usage variations - Different wildcards [ext/standard/tests/dir/opendir_variation6.phpt] 
       
 16629 TEST 8389/11279 [ext/standard/tests/dir/opendir_variation7.phpt]
       
 16630 PASS Test opendir() function : usage variations - different directory permissions [ext/standard/tests/dir/opendir_variation7.phpt] 
       
 16631 TEST 8390/11279 [ext/standard/tests/dir/readdir_basic.phpt]
       
 16632 PASS Test readdir() function : basic functionality [ext/standard/tests/dir/readdir_basic.phpt] 
       
 16633 TEST 8391/11279 [ext/standard/tests/dir/readdir_error.phpt]
       
 16634 PASS Test readdir() function : error conditions - Incorrect number of args [ext/standard/tests/dir/readdir_error.phpt] 
       
 16635 TEST 8392/11279 [ext/standard/tests/dir/readdir_variation1.phpt]
       
 16636 PASS Test readdir() function : usage variations - different data types as $dir_handle arg [ext/standard/tests/dir/readdir_variation1.phpt] 
       
 16637 TEST 8393/11279 [ext/standard/tests/dir/readdir_variation2.phpt]
       
 16638 PASS Test readdir() function : usage variations - empty directories [ext/standard/tests/dir/readdir_variation2.phpt] 
       
 16639 TEST 8394/11279 [ext/standard/tests/dir/readdir_variation3.phpt]
       
 16640 PASS Test readdir() function : usage variations - sub-directories [ext/standard/tests/dir/readdir_variation3.phpt] 
       
 16641 TEST 8395/11279 [ext/standard/tests/dir/readdir_variation4.phpt]
       
 16642 PASS Test readdir() function : usage variations - different file names [ext/standard/tests/dir/readdir_variation4.phpt] 
       
 16643 TEST 8396/11279 [ext/standard/tests/dir/readdir_variation5.phpt]
       
 16644 PASS Test readdir() function : usage variations - different permissions [ext/standard/tests/dir/readdir_variation5.phpt] 
       
 16645 TEST 8397/11279 [ext/standard/tests/dir/readdir_variation6.phpt]
       
 16646 PASS Test readdir() function : usage variations - operate on previously opened directory [ext/standard/tests/dir/readdir_variation6.phpt] 
       
 16647 TEST 8398/11279 [ext/standard/tests/dir/readdir_variation7.phpt]
       
 16648 PASS Test readdir() function : usage variations - use file pointers [ext/standard/tests/dir/readdir_variation7.phpt] 
       
 16649 TEST 8399/11279 [ext/standard/tests/dir/rewinddir_basic.phpt]
       
 16650 PASS Test rewinddir() function : basic functionality [ext/standard/tests/dir/rewinddir_basic.phpt] 
       
 16651 TEST 8400/11279 [ext/standard/tests/dir/rewinddir_error.phpt]
       
 16652 PASS Test rewinddir() function : error conditions - incorrect number of args [ext/standard/tests/dir/rewinddir_error.phpt] 
       
 16653 TEST 8401/11279 [ext/standard/tests/dir/rewinddir_variation1.phpt]
       
 16654 PASS Test rewinddir() function : usage variations - different data types as $dir_handle arg [ext/standard/tests/dir/rewinddir_variation1.phpt] 
       
 16655 TEST 8402/11279 [ext/standard/tests/dir/rewinddir_variation2.phpt]
       
 16656 PASS Test rewinddir() function : usage variations - operate on a closed directory [ext/standard/tests/dir/rewinddir_variation2.phpt] 
       
 16657 TEST 8403/11279 [ext/standard/tests/dir/rewinddir_variation3.phpt]
       
 16658 PASS Test rewinddir() function : usage variations - file pointers [ext/standard/tests/dir/rewinddir_variation3.phpt] 
       
 16659 TEST 8404/11279 [ext/standard/tests/dir/scandir_basic.phpt]
       
 16660 PASS Test scandir() function : basic functionality [ext/standard/tests/dir/scandir_basic.phpt] 
       
 16661 TEST 8405/11279 [ext/standard/tests/dir/scandir_error1.phpt]
       
 16662 PASS Test scandir() function : error conditions - Incorrect number of args [ext/standard/tests/dir/scandir_error1.phpt] 
       
 16663 TEST 8406/11279 [ext/standard/tests/dir/scandir_error2.phpt]
       
 16664 PASS Test scandir() function : error conditions - Non-existent directory [ext/standard/tests/dir/scandir_error2.phpt] 
       
 16665 TEST 8407/11279 [ext/standard/tests/dir/scandir_variation1.phpt]
       
 16666 PASS Test scandir() function : usage variations - different data types as $dir arg [ext/standard/tests/dir/scandir_variation1.phpt] 
       
 16667 TEST 8408/11279 [ext/standard/tests/dir/scandir_variation2.phpt]
       
 16668 PASS Test scandir() function : usage variations - diff data types as $sorting_order arg [ext/standard/tests/dir/scandir_variation2.phpt] 
       
 16669 TEST 8409/11279 [ext/standard/tests/dir/scandir_variation3.phpt]
       
 16670 PASS Test scandir() function : usage variations - diff data types as $context arg [ext/standard/tests/dir/scandir_variation3.phpt] 
       
 16671 TEST 8410/11279 [ext/standard/tests/dir/scandir_variation4.phpt]
       
 16672 PASS Test scandir() function : usage variations - different relative paths [ext/standard/tests/dir/scandir_variation4.phpt] 
       
 16673 TEST 8411/11279 [ext/standard/tests/dir/scandir_variation5.phpt]
       
 16674 PASS Test scandir() function : usage variations - different directory permissions [ext/standard/tests/dir/scandir_variation5.phpt] 
       
 16675 TEST 8412/11279 [ext/standard/tests/dir/scandir_variation6.phpt]
       
 16676 PASS Test scandir() function : usage variations - Wildcards in directory path [ext/standard/tests/dir/scandir_variation6.phpt] 
       
 16677 TEST 8413/11279 [ext/standard/tests/dir/scandir_variation7.phpt]
       
 16678 PASS Test scandir() function : usage variations - different directory permissions [ext/standard/tests/dir/scandir_variation7.phpt] 
       
 16679 TEST 8414/11279 [ext/standard/tests/dir/scandir_variation8.phpt]
       
 16680 PASS Test scandir() function : usage variations - different file names [ext/standard/tests/dir/scandir_variation8.phpt] 
       
 16681 TEST 8415/11279 [ext/standard/tests/dir/scandir_variation9.phpt]
       
 16682 PASS Test scandir() function : usage variations - different ints as $sorting_order arg [ext/standard/tests/dir/scandir_variation9.phpt] 
       
 16683 TEST 8416/11279 [ext/standard/tests/directory/DirectoryClass_basic_001.phpt]
       
 16684 PASS Directory class behaviour. [ext/standard/tests/directory/DirectoryClass_basic_001.phpt] 
       
 16685 TEST 8417/11279 [ext/standard/tests/directory/DirectoryClass_error_001.phpt]
       
 16686 PASS Directory class behaviour. [ext/standard/tests/directory/DirectoryClass_error_001.phpt] 
       
 16687 TEST 8418/11279 [ext/standard/tests/directory/directory_constants-win32.phpt]
       
 16688 SKIP Test that the Directory extension constants are correctly defined. [ext/standard/tests/directory/directory_constants-win32.phpt] reason: .. only for Windows
       
 16689 TEST 8419/11279 [ext/standard/tests/directory/directory_constants.phpt]
       
 16690 PASS Test that the Directory extension constants are correctly defined. [ext/standard/tests/directory/directory_constants.phpt] 
       
 16691 TEST 8420/11279 [ext/standard/tests/file/001-win32.phpt]
       
 16692 SKIP File type functions [ext/standard/tests/file/001-win32.phpt] reason: only for Windows
       
 16693 TEST 8421/11279 [ext/standard/tests/file/001.phpt]
       
 16694 PASS File type functions [ext/standard/tests/file/001.phpt] 
       
 16695 TEST 8422/11279 [ext/standard/tests/file/002.phpt]
       
 16696 PASS File/Stream functions [ext/standard/tests/file/002.phpt] 
       
 16697 TEST 8423/11279 [ext/standard/tests/file/003.phpt]
       
 16698 PASS is_*() and file_exists() return values are boolean. [ext/standard/tests/file/003.phpt] 
       
 16699 TEST 8424/11279 [ext/standard/tests/file/004.phpt]
       
 16700 PASS file_put_contents() test [ext/standard/tests/file/004.phpt] 
       
 16701 TEST 8425/11279 [ext/standard/tests/file/005_basic.phpt]
       
 16702 PASS Test fileatime(), filemtime(), filectime() & touch() functions : basic functionality [ext/standard/tests/file/005_basic.phpt] 
       
 16703 TEST 8426/11279 [ext/standard/tests/file/005_error.phpt]
       
 16704 PASS Test fileatime(), filemtime(), filectime() & touch() functions : error conditions [ext/standard/tests/file/005_error.phpt] 
       
 16705 TEST 8427/11279 [ext/standard/tests/file/005_variation-win32.phpt]
       
 16706 SKIP Test fileatime(), filemtime(), filectime() & touch() functions : usage variation [ext/standard/tests/file/005_variation-win32.phpt] reason: Windows-only test
       
 16707 TEST 8428/11279 [ext/standard/tests/file/005_variation.phpt]
       
 16708 PASS Test fileatime(), filemtime(), filectime() & touch() functions : usage variation [ext/standard/tests/file/005_variation.phpt] 
       
 16709 TEST 8429/11279 [ext/standard/tests/file/005_variation2-win32.phpt]
       
 16710 SKIP Test fileatime(), filemtime(), filectime() & touch() functions : usage variation [ext/standard/tests/file/005_variation2-win32.phpt] reason: .. only for Windows
       
 16711 TEST 8430/11279 [ext/standard/tests/file/005_variation2.phpt]
       
 16712 PASS Test fileatime(), filemtime(), filectime() & touch() functions : usage variation [ext/standard/tests/file/005_variation2.phpt] 
       
 16713 TEST 8431/11279 [ext/standard/tests/file/006_basic.phpt]
       
 16714 PASS Test fileperms() & chmod() functions: basic functionality [ext/standard/tests/file/006_basic.phpt] 
       
 16715 TEST 8432/11279 [ext/standard/tests/file/006_error.phpt]
       
 16716 PASS Test fileperms(), chmod() functions: error conditions [ext/standard/tests/file/006_error.phpt] 
       
 16717 TEST 8433/11279 [ext/standard/tests/file/006_variation1.phpt]
       
 16718 PASS Test fileperms() & chmod() functions: usage variation - perms(0000-0777) [ext/standard/tests/file/006_variation1.phpt] 
       
 16719 TEST 8434/11279 [ext/standard/tests/file/006_variation2.phpt]
       
 16720 FAIL Test fileperms() & chmod() functions: usage variation - misc. perms [ext/standard/tests/file/006_variation2.phpt] 
       
 16721 TEST 8435/11279 [ext/standard/tests/file/007_basic.phpt]
       
 16722 PASS Test fopen(), fclose() & feof() functions: basic functionality [ext/standard/tests/file/007_basic.phpt] 
       
 16723 TEST 8436/11279 [ext/standard/tests/file/007_error.phpt]
       
 16724 PASS Test fopen, fclose() & feof() functions: error conditions [ext/standard/tests/file/007_error.phpt] 
       
 16725 TEST 8437/11279 [ext/standard/tests/file/007_variation1.phpt]
       
 16726 PASS Test fopen and fclose() functions - usage variations - "r" mode [ext/standard/tests/file/007_variation1.phpt] 
       
 16727 TEST 8438/11279 [ext/standard/tests/file/007_variation10.phpt]
       
 16728 PASS Test fopen and fclose() functions - usage variations - "r+t" mode [ext/standard/tests/file/007_variation10.phpt] 
       
 16729 TEST 8439/11279 [ext/standard/tests/file/007_variation11-win32.phpt]
       
 16730 SKIP Test fopen and fclose() functions - usage variations - "wt" mode [ext/standard/tests/file/007_variation11-win32.phpt] reason: Run only on Windows
       
 16731 TEST 8440/11279 [ext/standard/tests/file/007_variation11.phpt]
       
 16732 PASS Test fopen and fclose() functions - usage variations - "wt" mode [ext/standard/tests/file/007_variation11.phpt] 
       
 16733 TEST 8441/11279 [ext/standard/tests/file/007_variation12-win32.phpt]
       
 16734 SKIP Test fopen and fclose() functions - usage variations - "w+t" mode [ext/standard/tests/file/007_variation12-win32.phpt] reason: Run only on Windows
       
 16735 TEST 8442/11279 [ext/standard/tests/file/007_variation12.phpt]
       
 16736 PASS Test fopen and fclose() functions - usage variations - "w+t" mode [ext/standard/tests/file/007_variation12.phpt] 
       
 16737 TEST 8443/11279 [ext/standard/tests/file/007_variation13-win32.phpt]
       
 16738 SKIP Test fopen and fclose() functions - usage variations - "at" mode [ext/standard/tests/file/007_variation13-win32.phpt] reason: Run only on Windows
       
 16739 TEST 8444/11279 [ext/standard/tests/file/007_variation13.phpt]
       
 16740 PASS Test fopen and fclose() functions - usage variations - "at" mode [ext/standard/tests/file/007_variation13.phpt] 
       
 16741 TEST 8445/11279 [ext/standard/tests/file/007_variation14.phpt]
       
 16742 PASS Test fopen and fclose() functions - usage variations - "a+t" mode [ext/standard/tests/file/007_variation14.phpt] 
       
 16743 TEST 8446/11279 [ext/standard/tests/file/007_variation15.phpt]
       
 16744 PASS Test fopen and fclose() functions - usage variations - "xt" mode [ext/standard/tests/file/007_variation15.phpt] 
       
 16745 TEST 8447/11279 [ext/standard/tests/file/007_variation16.phpt]
       
 16746 PASS Test fopen and fclose() functions - usage variations - "x+t" mode [ext/standard/tests/file/007_variation16.phpt] 
       
 16747 TEST 8448/11279 [ext/standard/tests/file/007_variation17.phpt]
       
 16748 PASS Test fopen and fclose() functions - usage variations - "rb" mode [ext/standard/tests/file/007_variation17.phpt] 
       
 16749 TEST 8449/11279 [ext/standard/tests/file/007_variation18.phpt]
       
 16750 PASS Test fopen and fclose() functions - usage variations - "r+b" mode [ext/standard/tests/file/007_variation18.phpt] 
       
 16751 TEST 8450/11279 [ext/standard/tests/file/007_variation19.phpt]
       
 16752 PASS Test fopen and fclose() functions - usage variations - "wb" mode [ext/standard/tests/file/007_variation19.phpt] 
       
 16753 TEST 8451/11279 [ext/standard/tests/file/007_variation2.phpt]
       
 16754 PASS Test fopen and fclose() functions - usage variations - "r+" mode [ext/standard/tests/file/007_variation2.phpt] 
       
 16755 TEST 8452/11279 [ext/standard/tests/file/007_variation20.phpt]
       
 16756 PASS Test fopen and fclose() functions - usage variations - "w+b" mode [ext/standard/tests/file/007_variation20.phpt] 
       
 16757 TEST 8453/11279 [ext/standard/tests/file/007_variation21.phpt]
       
 16758 PASS Test fopen and fclose() functions - usage variations - "ab" mode [ext/standard/tests/file/007_variation21.phpt] 
       
 16759 TEST 8454/11279 [ext/standard/tests/file/007_variation22.phpt]
       
 16760 PASS Test fopen and fclose() functions - usage variations - "a+b" mode [ext/standard/tests/file/007_variation22.phpt] 
       
 16761 TEST 8455/11279 [ext/standard/tests/file/007_variation23.phpt]
       
 16762 PASS Test fopen and fclose() functions - usage variations - "xb" mode [ext/standard/tests/file/007_variation23.phpt] 
       
 16763 TEST 8456/11279 [ext/standard/tests/file/007_variation24.phpt]
       
 16764 PASS Test fopen and fclose() functions - usage variations - "x+b" mode [ext/standard/tests/file/007_variation24.phpt] 
       
 16765 TEST 8457/11279 [ext/standard/tests/file/007_variation3.phpt]
       
 16766 PASS Test fopen and fclose() functions - usage variations - "w" mode [ext/standard/tests/file/007_variation3.phpt] 
       
 16767 TEST 8458/11279 [ext/standard/tests/file/007_variation4.phpt]
       
 16768 PASS Test fopen and fclose() functions - usage variations - "w+" mode [ext/standard/tests/file/007_variation4.phpt] 
       
 16769 TEST 8459/11279 [ext/standard/tests/file/007_variation5.phpt]
       
 16770 PASS Test fopen and fclose() functions - usage variations - "a" mode [ext/standard/tests/file/007_variation5.phpt] 
       
 16771 TEST 8460/11279 [ext/standard/tests/file/007_variation6.phpt]
       
 16772 PASS Test fopen and fclose() functions - usage variations - "a+" mode [ext/standard/tests/file/007_variation6.phpt] 
       
 16773 TEST 8461/11279 [ext/standard/tests/file/007_variation7.phpt]
       
 16774 PASS Test fopen and fclose() functions - usage variations - "x" mode [ext/standard/tests/file/007_variation7.phpt] 
       
 16775 TEST 8462/11279 [ext/standard/tests/file/007_variation8.phpt]
       
 16776 PASS Test fopen and fclose() functions - usage variations - "x+" mode [ext/standard/tests/file/007_variation8.phpt] 
       
 16777 TEST 8463/11279 [ext/standard/tests/file/007_variation9.phpt]
       
 16778 PASS Test fopen and fclose() functions - usage variations - "rt" mode [ext/standard/tests/file/007_variation9.phpt] 
       
 16779 TEST 8464/11279 [ext/standard/tests/file/basename-win32.phpt]
       
 16780 SKIP basename [ext/standard/tests/file/basename-win32.phpt] reason: Windows only basename tests
       
 16781 TEST 8465/11279 [ext/standard/tests/file/basename.phpt]
       
 16782 PASS basename [ext/standard/tests/file/basename.phpt] 
       
 16783 TEST 8466/11279 [ext/standard/tests/file/basename_basic-win32.phpt]
       
 16784 SKIP basename() basic functionality [ext/standard/tests/file/basename_basic-win32.phpt] reason: Windows only basename tests
       
 16785 TEST 8467/11279 [ext/standard/tests/file/basename_basic.phpt]
       
 16786 PASS basename() basic functionality [ext/standard/tests/file/basename_basic.phpt] 
       
 16787 TEST 8468/11279 [ext/standard/tests/file/basename_error.phpt]
       
 16788 PASS Test basename() function : error conditions [ext/standard/tests/file/basename_error.phpt] 
       
 16789 TEST 8469/11279 [ext/standard/tests/file/basename_variation1-win32.phpt]
       
 16790 SKIP basename() with various inputs [ext/standard/tests/file/basename_variation1-win32.phpt] reason: Windows only basename tests
       
 16791 TEST 8470/11279 [ext/standard/tests/file/basename_variation1.phpt]
       
 16792 PASS basename() with various inputs [ext/standard/tests/file/basename_variation1.phpt] 
       
 16793 TEST 8471/11279 [ext/standard/tests/file/basename_variation2-win32.phpt]
       
 16794 SKIP Testing basename() with various values for the suffix parameter [ext/standard/tests/file/basename_variation2-win32.phpt] reason: Windows only basename tests
       
 16795 TEST 8472/11279 [ext/standard/tests/file/basename_variation2.phpt]
       
 16796 PASS Testing basename() with various values for the suffix parameter [ext/standard/tests/file/basename_variation2.phpt] 
       
 16797 TEST 8473/11279 [ext/standard/tests/file/basename_variation3.phpt]
       
 16798 PASS Test basename() function : first parameter type variations [ext/standard/tests/file/basename_variation3.phpt] 
       
 16799 TEST 8474/11279 [ext/standard/tests/file/basename_variation4.phpt]
       
 16800 PASS Test basename() function : second parameter type variation [ext/standard/tests/file/basename_variation4.phpt] 
       
 16801 TEST 8475/11279 [ext/standard/tests/file/bug12556.phpt]
       
 16802 PASS Bug #12556 (fgetcsv() ignores lengths when quotes not closed) [ext/standard/tests/file/bug12556.phpt] 
       
 16803 TEST 8476/11279 [ext/standard/tests/file/bug20424.phpt]
       
 16804 PASS Bug #20424 (stream_get_meta_data crashes on a normal file stream) [ext/standard/tests/file/bug20424.phpt] 
       
 16805 TEST 8477/11279 [ext/standard/tests/file/bug22382.phpt]
       
 16806 PASS Bug #22382 (fgetcsv() does not handle escaped quotes correctly) [ext/standard/tests/file/bug22382.phpt] 
       
 16807 TEST 8478/11279 [ext/standard/tests/file/bug22414.phpt]
       
 16808 PASS Bug #22414 (passthru() does not read data correctly) [ext/standard/tests/file/bug22414.phpt] 
       
 16809 TEST 8479/11279 [ext/standard/tests/file/bug24313.phpt]
       
 16810 PASS Bug #24313 (file_exists() throws a warning on nonexistent files when is open_basedir enabled) [ext/standard/tests/file/bug24313.phpt] 
       
 16811 TEST 8480/11279 [ext/standard/tests/file/bug24482.phpt]
       
 16812 PASS Bug #24482 (GLOB_ONLYDIR not working) [ext/standard/tests/file/bug24482.phpt] 
       
 16813 TEST 8481/11279 [ext/standard/tests/file/bug26003.phpt]
       
 16814 PASS Bug #26003 (fgetcsv() is not binary-safe) [ext/standard/tests/file/bug26003.phpt] 
       
 16815 TEST 8482/11279 [ext/standard/tests/file/bug26615.phpt]
       
 16816 PASS Bug #26615 (exec crash on long input lines) [ext/standard/tests/file/bug26615.phpt] 
       
 16817 TEST 8483/11279 [ext/standard/tests/file/bug26938.phpt]
       
 16818 PASS Bug #26938 (exec does not read consecutive long lines correctly) [ext/standard/tests/file/bug26938.phpt] 
       
 16819 TEST 8484/11279 [ext/standard/tests/file/bug27508.phpt]
       
 16820 PASS Bug #27508 (userspace wrappers have bogus eof indicator) [ext/standard/tests/file/bug27508.phpt] 
       
 16821 TEST 8485/11279 [ext/standard/tests/file/bug27619.phpt]
       
 16822 PASS Bug #27619 (filters not applied to pre-buffered data) [ext/standard/tests/file/bug27619.phpt] 
       
 16823 TEST 8486/11279 [ext/standard/tests/file/bug30362.phpt]
       
 16824 PASS Bug #30362 (stream_get_line() not working as documented) [ext/standard/tests/file/bug30362.phpt] 
       
 16825 TEST 8487/11279 [ext/standard/tests/file/bug32160.phpt]
       
 16826 PASS Bug #32160 (copying a file into itself leads to data loss) [ext/standard/tests/file/bug32160.phpt] 
       
 16827 TEST 8488/11279 [ext/standard/tests/file/bug35740.phpt]
       
 16828 PASS Bug #35740 (memory leak when including a directory) [ext/standard/tests/file/bug35740.phpt] 
       
 16829 TEST 8489/11279 [ext/standard/tests/file/bug35781.phpt]
       
 16830 PASS Bug #35781 (stream_filter_append() causes segfault) [ext/standard/tests/file/bug35781.phpt] 
       
 16831 TEST 8490/11279 [ext/standard/tests/file/bug37158.phpt]
       
 16832 PASS Bug #37158 (if userspace stream is present, fread() reads in 8192 max, otherwise it works) [ext/standard/tests/file/bug37158.phpt] 
       
 16833 TEST 8491/11279 [ext/standard/tests/file/bug37864.phpt]
       
 16834 PASS Bug #37864 (file_get_contents() leaks on empty file) [ext/standard/tests/file/bug37864.phpt] 
       
 16835 TEST 8492/11279 [ext/standard/tests/file/bug38086.phpt]
       
 16836 PASS Bug #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length) [ext/standard/tests/file/bug38086.phpt] 
       
 16837 TEST 8493/11279 [ext/standard/tests/file/bug38450.phpt]
       
 16838 PASS Bug #38450 (constructor is not called for classes used in userspace stream wrappers) [ext/standard/tests/file/bug38450.phpt] 
       
 16839 TEST 8494/11279 [ext/standard/tests/file/bug38450_1.phpt]
       
 16840 PASS Bug #38450 (constructor is not called for classes used in userspace stream wrappers) [ext/standard/tests/file/bug38450_1.phpt] 
       
 16841 TEST 8495/11279 [ext/standard/tests/file/bug38450_2.phpt]
       
 16842 PASS Bug #38450 (constructor is not called for classes used in userspace stream wrappers) [ext/standard/tests/file/bug38450_2.phpt] 
       
 16843 TEST 8496/11279 [ext/standard/tests/file/bug38450_3.phpt]
       
 16844 PASS Bug #38450 (constructor is not called for classes used in userspace stream wrappers) [ext/standard/tests/file/bug38450_3.phpt] 
       
 16845 TEST 8497/11279 [ext/standard/tests/file/bug39367.phpt]
       
 16846 PASS Bug #39367 (clearstatcache() doesn't clear realpath cache) [ext/standard/tests/file/bug39367.phpt] 
       
 16847 TEST 8498/11279 [ext/standard/tests/file/bug39538.phpt]
       
 16848 PASS Bug #39538 (fgetcsv can't handle starting newlines and trailing odd number of backslashes) [ext/standard/tests/file/bug39538.phpt] 
       
 16849 TEST 8499/11279 [ext/standard/tests/file/bug39551.phpt]
       
 16850 PASS Bug #39551 (Segfault with stream_bucket_new in user filter) [ext/standard/tests/file/bug39551.phpt] 
       
 16851 TEST 8500/11279 [ext/standard/tests/file/bug39673.phpt]
       
 16852 PASS Bug #39673 (file_get_contents causes bus error on certain offsets) [ext/standard/tests/file/bug39673.phpt] 
       
 16853 TEST 8501/11279 [ext/standard/tests/file/bug39863.phpt]
       
 16854 PASS Bug #39863 (file_exists() silently truncates after a null byte) [ext/standard/tests/file/bug39863.phpt] 
       
 16855 TEST 8502/11279 [ext/standard/tests/file/bug40374.phpt]
       
 16856 PASS Bug #40374 (php_shutdown_temporary_directory() tries to free local value) [ext/standard/tests/file/bug40374.phpt] 
       
 16857 TEST 8503/11279 [ext/standard/tests/file/bug40501.phpt]
       
 16858 PASS Bug #40501 (fgetcsv() can't handle trailing odd number of backslashes) [ext/standard/tests/file/bug40501.phpt] 
       
 16859 TEST 8504/11279 [ext/standard/tests/file/bug41655_1.phpt]
       
 16860 PASS Bug #41655 (open_basedir bypass via glob()) 1/2 [ext/standard/tests/file/bug41655_1.phpt] 
       
 16861 TEST 8505/11279 [ext/standard/tests/file/bug41655_2.phpt]
       
 16862 PASS Bug #41655 (open_basedir bypass via glob()) 2/2 [ext/standard/tests/file/bug41655_2.phpt] 
       
 16863 TEST 8506/11279 [ext/standard/tests/file/bug41693.phpt]
       
 16864 PASS Bug #41693 (scandir() allows empty directory names) [ext/standard/tests/file/bug41693.phpt] 
       
 16865 TEST 8507/11279 [ext/standard/tests/file/bug41815.phpt]
       
 16866 PASS Bug #41815 (Concurrent read/write fails when EOF is reached) [ext/standard/tests/file/bug41815.phpt] 
       
 16867 TEST 8508/11279 [ext/standard/tests/file/bug41874.phpt]
       
 16868 SKIP bug #41874 (Separate STDOUT and STDERR in exec functions) [ext/standard/tests/file/bug41874.phpt] reason: windows only test
       
 16869 TEST 8509/11279 [ext/standard/tests/file/bug41874_1.phpt]
       
 16870 SKIP bug #41874 (Separate STDOUT and STDERR in exec functions) [ext/standard/tests/file/bug41874_1.phpt] reason: windows only test
       
 16871 TEST 8510/11279 [ext/standard/tests/file/bug41874_2.phpt]
       
 16872 SKIP bug #41874 (Separate STDOUT and STDERR in exec functions) [ext/standard/tests/file/bug41874_2.phpt] reason: windows only test
       
 16873 TEST 8511/11279 [ext/standard/tests/file/bug41874_3.phpt]
       
 16874 SKIP bug #41874 (Separate STDOUT and STDERR in exec functions) [ext/standard/tests/file/bug41874_3.phpt] reason: windows only test
       
 16875 TEST 8512/11279 [ext/standard/tests/file/bug43008.phpt]
       
 16876 FAIL Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes) [ext/standard/tests/file/bug43008.phpt] 
       
 16877 TEST 8513/11279 [ext/standard/tests/file/bug43137.phpt]
       
 16878 PASS Bug #43137 (rmdir() and rename() do not clear statcache) [ext/standard/tests/file/bug43137.phpt] 
       
 16879 TEST 8514/11279 [ext/standard/tests/file/bug43216.phpt]
       
 16880 PASS Bug #43216 (stream_is_local() returns false on file://) [ext/standard/tests/file/bug43216.phpt] 
       
 16881 TEST 8515/11279 [ext/standard/tests/file/bug43248.phpt]
       
 16882 PASS Bug #43248 (backward compatibility break in realpath()) [ext/standard/tests/file/bug43248.phpt] 
       
 16883 TEST 8516/11279 [ext/standard/tests/file/bug43353-win32.phpt]
       
 16884 SKIP Bug #43353 wrong detection of 'data' wrapper [ext/standard/tests/file/bug43353-win32.phpt] reason: Run only on Windows
       
 16885 TEST 8517/11279 [ext/standard/tests/file/bug43353.phpt]
       
 16886 PASS Bug #43353 wrong detection of 'data' wrapper [ext/standard/tests/file/bug43353.phpt] 
       
 16887 TEST 8518/11279 [ext/standard/tests/file/bug43522.phpt]
       
 16888 PASS Bug #43522 (stream_get_line() eats additional characters) [ext/standard/tests/file/bug43522.phpt] 
       
 16889 TEST 8519/11279 [ext/standard/tests/file/bug44034.phpt]
       
 16890 PASS Bug #44034 [ext/standard/tests/file/bug44034.phpt] 
       
 16891 TEST 8520/11279 [ext/standard/tests/file/bug44607.phpt]
       
 16892 PASS Bug #44607 (stream_get_line unable to correctly identify the "ending" in the stream content) [ext/standard/tests/file/bug44607.phpt] 
       
 16893 TEST 8521/11279 [ext/standard/tests/file/bug44805.phpt]
       
 16894 SKIP Bug#44806 (rename() function is not portable to Windows) [ext/standard/tests/file/bug44805.phpt] reason: .. only for Windows
       
 16895 TEST 8522/11279 [ext/standard/tests/file/bug45181.phpt]
       
 16896 PASS Bug #45181 (chdir() should clear relative entries in stat cache) [ext/standard/tests/file/bug45181.phpt] 
       
 16897 TEST 8523/11279 [ext/standard/tests/file/bug45303.phpt]
       
 16898 PASS Bug #45303 (Opening php:// wrapper in append mode results in a warning) [ext/standard/tests/file/bug45303.phpt] 
       
 16899 TEST 8524/11279 [ext/standard/tests/file/bug45985.phpt]
       
 16900 PASS Bug #35740 (touch() opened file raises a warning) [ext/standard/tests/file/bug45985.phpt] 
       
 16901 TEST 8525/11279 [ext/standard/tests/file/bug46347.phpt]
       
 16902 PASS Bug #46347 (parse_ini_file() doesn't support * in keys) [ext/standard/tests/file/bug46347.phpt] 
       
 16903 TEST 8526/11279 [ext/standard/tests/file/bug47767.phpt]
       
 16904 SKIP bug #47767 (include_once does not resolve windows symlinks or junctions) [ext/standard/tests/file/bug47767.phpt] reason: windows only test
       
 16905 TEST 8527/11279 [ext/standard/tests/file/bug49047.phpt]
       
 16906 PASS Test fopen() function : variation: interesting paths, no use include path [ext/standard/tests/file/bug49047.phpt] 
       
 16907 TEST 8528/11279 [ext/standard/tests/file/bug51094.phpt]
       
 16908 PASS Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon). [ext/standard/tests/file/bug51094.phpt] 
       
 16909 TEST 8529/11279 [ext/standard/tests/file/bug52624.phpt]
       
 16910 PASS Bug #52624 (tempnam() by-pass open_basedir with inexistent directory) [ext/standard/tests/file/bug52624.phpt] 
       
 16911 TEST 8530/11279 [ext/standard/tests/file/bug52820.phpt]
       
 16912 SKIP Bug #52820 (writes to fopencookie FILE* not commited when seeking the stream) [ext/standard/tests/file/bug52820.phpt] reason: fopencookie not supported on this platform
       
 16913 TEST 8531/11279 [ext/standard/tests/file/bug53241.phpt]
       
 16914 PASS Bug #53241 (stream casting that relies on fdopen/fopencookie fails with 'xb' mode) [ext/standard/tests/file/bug53241.phpt] 
       
 16915 TEST 8532/11279 [ext/standard/tests/file/bug53848.phpt]
       
 16916 PASS Bug #53848 (fgetcsv removes leading spaces from fields) [ext/standard/tests/file/bug53848.phpt] 
       
 16917 TEST 8533/11279 [ext/standard/tests/file/bug60120.phpt]
       
 16918 SKIP Bug #60120 (proc_open hangs when data in stdin/out/err is getting larger or equal to 2048) [ext/standard/tests/file/bug60120.phpt] reason: only for Windows
       
 16919 TEST 8534/11279 [ext/standard/tests/file/bug61961.phpt]
       
 16920 PASS Bug #61961 (file_get_content leaks when access empty file with max length) [ext/standard/tests/file/bug61961.phpt] 
       
 16921 TEST 8535/11279 [ext/standard/tests/file/bug63512.phpt]
       
 16922 PASS Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes from value). [ext/standard/tests/file/bug63512.phpt] 
       
 16923 TEST 8536/11279 [ext/standard/tests/file/chgrp.phpt]
       
 16924 PASS chgrp() with NULL as group name [ext/standard/tests/file/chgrp.phpt] 
       
 16925 TEST 8537/11279 [ext/standard/tests/file/chmod_basic-win32.phpt]
       
 16926 SKIP chmod() basic fuctionality [ext/standard/tests/file/chmod_basic-win32.phpt] reason: Windows only chmod test
       
 16927 TEST 8538/11279 [ext/standard/tests/file/chmod_basic.phpt]
       
 16928 FAIL chmod() basic fuctionality [ext/standard/tests/file/chmod_basic.phpt] 
       
 16929 TEST 8539/11279 [ext/standard/tests/file/chmod_error.phpt]
       
 16930 PASS Test chmod() function : error conditions [ext/standard/tests/file/chmod_error.phpt] 
       
 16931 TEST 8540/11279 [ext/standard/tests/file/chmod_variation1.phpt]
       
 16932 PASS chmod() on a directory [ext/standard/tests/file/chmod_variation1.phpt] 
       
 16933 TEST 8541/11279 [ext/standard/tests/file/chmod_variation2-win32.phpt]
       
 16934 SKIP chmod() with various paths [ext/standard/tests/file/chmod_variation2-win32.phpt] reason: Windows only chmod test
       
 16935 TEST 8542/11279 [ext/standard/tests/file/chmod_variation2.phpt]
       
 16936 PASS chmod() with various paths [ext/standard/tests/file/chmod_variation2.phpt] 
       
 16937 TEST 8543/11279 [ext/standard/tests/file/chmod_variation3.phpt]
       
 16938 PASS Test chmod() function : first parameter variation [ext/standard/tests/file/chmod_variation3.phpt] 
       
 16939 TEST 8544/11279 [ext/standard/tests/file/chmod_variation4.phpt]
       
 16940 PASS Test chmod() function : second parameter variation [ext/standard/tests/file/chmod_variation4.phpt] 
       
 16941 TEST 8545/11279 [ext/standard/tests/file/chown.phpt]
       
 16942 PASS chown() with NULL as user name [ext/standard/tests/file/chown.phpt] 
       
 16943 TEST 8546/11279 [ext/standard/tests/file/chroot_001.phpt]
       
 16944 SKIP chroot() [ext/standard/tests/file/chroot_001.phpt] reason: for root only
       
 16945 TEST 8547/11279 [ext/standard/tests/file/clearstatcache_001.phpt]
       
 16946 PASS clearstatcache() optional parameters [ext/standard/tests/file/clearstatcache_001.phpt] 
       
 16947 TEST 8548/11279 [ext/standard/tests/file/clearstatcache_error.phpt]
       
 16948 PASS Test clearstatcache() function: error conditions [ext/standard/tests/file/clearstatcache_error.phpt] 
       
 16949 TEST 8549/11279 [ext/standard/tests/file/copy_basic.phpt]
       
 16950 PASS Test copy() function: basic functionality [ext/standard/tests/file/copy_basic.phpt] 
       
 16951 TEST 8550/11279 [ext/standard/tests/file/copy_error.phpt]
       
 16952 PASS Test copy() function: error conditions [ext/standard/tests/file/copy_error.phpt] 
       
 16953 TEST 8551/11279 [ext/standard/tests/file/copy_variation1.phpt]
       
 16954 PASS Test copy() function: usage variations - destination file names(numerics/strings) [ext/standard/tests/file/copy_variation1.phpt] 
       
 16955 TEST 8552/11279 [ext/standard/tests/file/copy_variation10.phpt]
       
 16956 PASS Test copy() function: usage variations - identical names [ext/standard/tests/file/copy_variation10.phpt] 
       
 16957 TEST 8553/11279 [ext/standard/tests/file/copy_variation11.phpt]
       
 16958 PASS Test copy() function: usage variations - existing dir as destination [ext/standard/tests/file/copy_variation11.phpt] 
       
 16959 TEST 8554/11279 [ext/standard/tests/file/copy_variation12-win32.phpt]
       
 16960 SKIP Test copy() function: usage variations - dir as source [ext/standard/tests/file/copy_variation12-win32.phpt] reason: Run only on Windows
       
 16961 TEST 8555/11279 [ext/standard/tests/file/copy_variation12.phpt]
       
 16962 PASS Test copy() function: usage variations - dir as source (Bug #42111) [ext/standard/tests/file/copy_variation12.phpt] 
       
 16963 TEST 8556/11279 [ext/standard/tests/file/copy_variation13.phpt]
       
 16964 PASS Test copy() function: usage variations - src as dir and dest as an existing file(Bug #42243) [ext/standard/tests/file/copy_variation13.phpt] 
       
 16965 TEST 8557/11279 [ext/standard/tests/file/copy_variation14.phpt]
       
 16966 PASS Test copy() function: usage variations - non existing src/dest [ext/standard/tests/file/copy_variation14.phpt] 
       
 16967 TEST 8558/11279 [ext/standard/tests/file/copy_variation15.phpt]
       
 16968 PASS Test copy() function: usage variations - destination dir access perms [ext/standard/tests/file/copy_variation15.phpt] 
       
 16969 TEST 8559/11279 [ext/standard/tests/file/copy_variation16-win32.phpt]
       
 16970 SKIP Test copy() function: usage variations - copy data file across dirs [ext/standard/tests/file/copy_variation16-win32.phpt] reason: Run only on Windows
       
 16971 TEST 8560/11279 [ext/standard/tests/file/copy_variation16.phpt]
       
 16972 PASS Test copy() function: usage variations - copy data file across dirs [ext/standard/tests/file/copy_variation16.phpt] 
       
 16973 TEST 8561/11279 [ext/standard/tests/file/copy_variation17.phpt]
       
 16974 PASS Test copy() function: usage variations - wildcard chars in source [ext/standard/tests/file/copy_variation17.phpt] 
       
 16975 TEST 8562/11279 [ext/standard/tests/file/copy_variation18.phpt]
       
 16976 PASS Test copy() function: usage variations - stat after copy [ext/standard/tests/file/copy_variation18.phpt] 
       
 16977 TEST 8563/11279 [ext/standard/tests/file/copy_variation2-win32.phpt]
       
 16978 SKIP Test copy() function: usage variations - destination file names(special chars) [ext/standard/tests/file/copy_variation2-win32.phpt] reason: only run on Windows
       
 16979 TEST 8564/11279 [ext/standard/tests/file/copy_variation2.phpt]
       
 16980 PASS Test copy() function: usage variations - destination file names(special chars) [ext/standard/tests/file/copy_variation2.phpt] 
       
 16981 TEST 8565/11279 [ext/standard/tests/file/copy_variation3-win32.phpt]
       
 16982 SKIP Test copy() function: usage variations - destination file names(white spaces) [ext/standard/tests/file/copy_variation3-win32.phpt] reason: only run on Windows
       
 16983 TEST 8566/11279 [ext/standard/tests/file/copy_variation3.phpt]
       
 16984 PASS Test copy() function: usage variations - destination file names(white spaces) [ext/standard/tests/file/copy_variation3.phpt] 
       
 16985 TEST 8567/11279 [ext/standard/tests/file/copy_variation4.phpt]
       
 16986 PASS Test copy() function: usage variations - destination file names(empty string, nulls & bools) [ext/standard/tests/file/copy_variation4.phpt] 
       
 16987 TEST 8568/11279 [ext/standard/tests/file/copy_variation5-win32.phpt]
       
 16988 SKIP Test copy() function: usage variations - destination file names(case sensitive) [ext/standard/tests/file/copy_variation5-win32.phpt] reason: only run on Windows
       
 16989 TEST 8569/11279 [ext/standard/tests/file/copy_variation5.phpt]
       
 16990 PASS Test copy() function: usage variations - destination file names(case sensitive) [ext/standard/tests/file/copy_variation5.phpt] 
       
 16991 TEST 8570/11279 [ext/standard/tests/file/copy_variation6-win32.phpt]
       
 16992 SKIP Test copy() function: usage variations - copy empty file across dirs [ext/standard/tests/file/copy_variation6-win32.phpt] reason: Only run on Windows
       
 16993 TEST 8571/11279 [ext/standard/tests/file/copy_variation6.phpt]
       
 16994 PASS Test copy() function: usage variations - copy empty file across dirs [ext/standard/tests/file/copy_variation6.phpt] 
       
 16995 TEST 8572/11279 [ext/standard/tests/file/copy_variation7.phpt]
       
 16996 PASS Test copy() function: usage variations - links [ext/standard/tests/file/copy_variation7.phpt] 
       
 16997 TEST 8573/11279 [ext/standard/tests/file/copy_variation8.phpt]
       
 16998 PASS Test copy() function: usage variations - copying links across dirs [ext/standard/tests/file/copy_variation8.phpt] 
       
 16999 TEST 8574/11279 [ext/standard/tests/file/copy_variation9.phpt]
       
 17000 PASS Test copy() function: usage variations - destination file access perms [ext/standard/tests/file/copy_variation9.phpt] 
       
 17001 TEST 8575/11279 [ext/standard/tests/file/directory_wrapper_fstat_basic.phpt]
       
 17002 PASS Test function fstat() on directory wrapper [ext/standard/tests/file/directory_wrapper_fstat_basic.phpt] 
       
 17003 TEST 8576/11279 [ext/standard/tests/file/dirname_basic-win32.phpt]
       
 17004 SKIP Test dirname() function : basic functionality [ext/standard/tests/file/dirname_basic-win32.phpt] reason: Only valid for Windows
       
 17005 TEST 8577/11279 [ext/standard/tests/file/dirname_basic.phpt]
       
 17006 PASS Test dirname() function : basic functionality [ext/standard/tests/file/dirname_basic.phpt] 
       
 17007 TEST 8578/11279 [ext/standard/tests/file/dirname_error.phpt]
       
 17008 PASS Test dirname() function : error conditions [ext/standard/tests/file/dirname_error.phpt] 
       
 17009 TEST 8579/11279 [ext/standard/tests/file/dirname_variation1.phpt]
       
 17010 PASS Test dirname() function : usage variation [ext/standard/tests/file/dirname_variation1.phpt] 
       
 17011 TEST 8580/11279 [ext/standard/tests/file/disk.phpt]
       
 17012 PASS disk_total_space() and disk_free_space() tests [ext/standard/tests/file/disk.phpt] 
       
 17013 TEST 8581/11279 [ext/standard/tests/file/disk_free_space_basic.phpt]
       
 17014 FAIL Test disk_free_space and its alias diskfreespace() functions : basic functionality [ext/standard/tests/file/disk_free_space_basic.phpt] 
       
 17015 TEST 8582/11279 [ext/standard/tests/file/disk_free_space_error-win32.phpt]
       
 17016 SKIP Test disk_free_space and its alias diskfreespace() functions : error conditions [ext/standard/tests/file/disk_free_space_error-win32.phpt] reason: Valid only for Windows
       
 17017 TEST 8583/11279 [ext/standard/tests/file/disk_free_space_error.phpt]
       
 17018 PASS Test disk_free_space and its alias diskfreespace() functions : error conditions. [ext/standard/tests/file/disk_free_space_error.phpt] 
       
 17019 TEST 8584/11279 [ext/standard/tests/file/disk_free_space_variation.phpt]
       
 17020 PASS Test disk_free_space and its alias diskfreespace() functions : Usage Variations [ext/standard/tests/file/disk_free_space_variation.phpt] 
       
 17021 TEST 8585/11279 [ext/standard/tests/file/disk_total_space_basic.phpt]
       
 17022 PASS Test disk_total_space() function : basic functionality [ext/standard/tests/file/disk_total_space_basic.phpt] 
       
 17023 TEST 8586/11279 [ext/standard/tests/file/disk_total_space_error-win32.phpt]
       
 17024 SKIP Test disk_total_space() function : error conditions [ext/standard/tests/file/disk_total_space_error-win32.phpt] reason: Valid only for Windows
       
 17025 TEST 8587/11279 [ext/standard/tests/file/disk_total_space_error.phpt]
       
 17026 PASS Test disk_total_space() function : error conditions [ext/standard/tests/file/disk_total_space_error.phpt] 
       
 17027 TEST 8588/11279 [ext/standard/tests/file/disk_total_space_variation.phpt]
       
 17028 PASS Testing disk_total_space() functions : Usage Variations. [ext/standard/tests/file/disk_total_space_variation.phpt] 
       
 17029 TEST 8589/11279 [ext/standard/tests/file/feof_basic.phpt]
       
 17030 PASS Test feof() function : basic functionality [ext/standard/tests/file/feof_basic.phpt] 
       
 17031 TEST 8590/11279 [ext/standard/tests/file/fflush_basic.phpt]
       
 17032 PASS Test fflush() function: basic functionality [ext/standard/tests/file/fflush_basic.phpt] 
       
 17033 TEST 8591/11279 [ext/standard/tests/file/fflush_error.phpt]
       
 17034 PASS Test fflush() function: error conditions [ext/standard/tests/file/fflush_error.phpt] 
       
 17035 TEST 8592/11279 [ext/standard/tests/file/fflush_variation1-win32.phpt]
       
 17036 SKIP Test fflush() function: usage variations - files in different modes [ext/standard/tests/file/fflush_variation1-win32.phpt] reason: .. only for Windows
       
 17037 TEST 8593/11279 [ext/standard/tests/file/fflush_variation1.phpt]
       
 17038 PASS Test fflush() function: usage variations - files in different modes [ext/standard/tests/file/fflush_variation1.phpt] 
       
 17039 TEST 8594/11279 [ext/standard/tests/file/fflush_variation2.phpt]
       
 17040 PASS Test fflush() function: usage variations - links as resource [ext/standard/tests/file/fflush_variation2.phpt] 
       
 17041 TEST 8595/11279 [ext/standard/tests/file/fflush_variation3.phpt]
       
 17042 PASS Test fflush() function: usage variations - hard links as resource [ext/standard/tests/file/fflush_variation3.phpt] 
       
 17043 TEST 8596/11279 [ext/standard/tests/file/fflush_variation4.phpt]
       
 17044 PASS Test fflush() function: usage variations - file opened in read-only mode [ext/standard/tests/file/fflush_variation4.phpt] 
       
 17045 TEST 8597/11279 [ext/standard/tests/file/fgetc_basic.phpt]
       
 17046 PASS Test fgetc() function : basic functionality [ext/standard/tests/file/fgetc_basic.phpt] 
       
 17047 TEST 8598/11279 [ext/standard/tests/file/fgetc_error.phpt]
       
 17048 PASS Test fgetc() function : error conditions [ext/standard/tests/file/fgetc_error.phpt] 
       
 17049 TEST 8599/11279 [ext/standard/tests/file/fgetc_variation1.phpt]
       
 17050 PASS Test fgetc() function : usage variations - read when file pointer at EOF [ext/standard/tests/file/fgetc_variation1.phpt] 
       
 17051 TEST 8600/11279 [ext/standard/tests/file/fgetc_variation2.phpt]
       
 17052 PASS Test fgetc() function : usage variations - closed handle [ext/standard/tests/file/fgetc_variation2.phpt] 
       
 17053 TEST 8601/11279 [ext/standard/tests/file/fgetc_variation3.phpt]
       
 17054 PASS Test fgetc() function : usage variations - write only modes (Bug #42036) [ext/standard/tests/file/fgetc_variation3.phpt] 
       
 17055 TEST 8602/11279 [ext/standard/tests/file/fgetc_variation4.phpt]
       
 17056 PASS Test fgetc() function : usage variations - different read modes [ext/standard/tests/file/fgetc_variation4.phpt] 
       
 17057 TEST 8603/11279 [ext/standard/tests/file/fgetcsv.phpt]
       
 17058 PASS various fgetcsv() functionality tests [ext/standard/tests/file/fgetcsv.phpt] 
       
 17059 TEST 8604/11279 [ext/standard/tests/file/fgetcsv_error.phpt]
       
 17060 PASS Test fgetcsv() function : error conditions [ext/standard/tests/file/fgetcsv_error.phpt] 
       
 17061 TEST 8605/11279 [ext/standard/tests/file/fgetcsv_variation1.phpt]
       
 17062 PASS Test fgetcsv() : usage variations - with all parameters specified [ext/standard/tests/file/fgetcsv_variation1.phpt] 
       
 17063 TEST 8606/11279 [ext/standard/tests/file/fgetcsv_variation10.phpt]
       
 17064 PASS Test fgetcsv() : usage variations - file pointer pointing to EOF [ext/standard/tests/file/fgetcsv_variation10.phpt] 
       
 17065 TEST 8607/11279 [ext/standard/tests/file/fgetcsv_variation11.phpt]
       
 17066 PASS Test fgetcsv() : usage variations - with different enclosure but same delimiter [ext/standard/tests/file/fgetcsv_variation11.phpt] 
       
 17067 TEST 8608/11279 [ext/standard/tests/file/fgetcsv_variation12.phpt]
       
 17068 PASS Test fgetcsv() : usage variations - two chars as enclosure & delimiter (various read and append modes) [ext/standard/tests/file/fgetcsv_variation12.phpt] 
       
 17069 TEST 8609/11279 [ext/standard/tests/file/fgetcsv_variation13.phpt]
       
 17070 PASS Test fgetcsv() : usage variations - with line without any csv fields [ext/standard/tests/file/fgetcsv_variation13.phpt] 
       
 17071 TEST 8610/11279 [ext/standard/tests/file/fgetcsv_variation14.phpt]
       
 17072 PASS Test fgetcsv() : usage variations - reading the blank line [ext/standard/tests/file/fgetcsv_variation14.phpt] 
       
 17073 TEST 8611/11279 [ext/standard/tests/file/fgetcsv_variation15.phpt]
       
 17074 PASS Test fgetcsv() : usage variations - with default enclosure [ext/standard/tests/file/fgetcsv_variation15.phpt] 
       
 17075 TEST 8612/11279 [ext/standard/tests/file/fgetcsv_variation16.phpt]
       
 17076 PASS Test fgetcsv() : usage variations - with default enclosure & length as 0 [ext/standard/tests/file/fgetcsv_variation16.phpt] 
       
 17077 TEST 8613/11279 [ext/standard/tests/file/fgetcsv_variation17.phpt]
       
 17078 PASS Test fgetcsv() : usage variations - with default enclosure & length less than line size [ext/standard/tests/file/fgetcsv_variation17.phpt] 
       
 17079 TEST 8614/11279 [ext/standard/tests/file/fgetcsv_variation18.phpt]
       
 17080 PASS Test fgetcsv() : usage variations - with default enclosure and different delimiter [ext/standard/tests/file/fgetcsv_variation18.phpt] 
       
 17081 TEST 8615/11279 [ext/standard/tests/file/fgetcsv_variation19.phpt]
       
 17082 PASS Test fgetcsv() : usage variations - with default enclosure & delimiter of two chars [ext/standard/tests/file/fgetcsv_variation19.phpt] 
       
 17083 TEST 8616/11279 [ext/standard/tests/file/fgetcsv_variation2.phpt]
       
 17084 PASS Test fgetcsv() : usage variations - with length as 0 [ext/standard/tests/file/fgetcsv_variation2.phpt] 
       
 17085 TEST 8617/11279 [ext/standard/tests/file/fgetcsv_variation20.phpt]
       
 17086 PASS Test fgetcsv() : usage variations - with default enclosure, line without any csv fields [ext/standard/tests/file/fgetcsv_variation20.phpt] 
       
 17087 TEST 8618/11279 [ext/standard/tests/file/fgetcsv_variation21.phpt]
       
 17088 PASS Test fgetcsv() : usage variations - with default enclosure, blank line [ext/standard/tests/file/fgetcsv_variation21.phpt] 
       
 17089 TEST 8619/11279 [ext/standard/tests/file/fgetcsv_variation22.phpt]
       
 17090 PASS Test fgetcsv() : usage variations - with default enclosure, file pointer pointing at end of file [ext/standard/tests/file/fgetcsv_variation22.phpt] 
       
 17091 TEST 8620/11279 [ext/standard/tests/file/fgetcsv_variation23.phpt]
       
 17092 PASS Test fgetcsv() : usage variations - empty file [ext/standard/tests/file/fgetcsv_variation23.phpt] 
       
 17093 TEST 8621/11279 [ext/standard/tests/file/fgetcsv_variation24.phpt]
       
 17094 PASS Test fgetcsv() : usage variations - two chars as enclosure & delimiter (various write modes) [ext/standard/tests/file/fgetcsv_variation24.phpt] 
       
 17095 TEST 8622/11279 [ext/standard/tests/file/fgetcsv_variation25.phpt]
       
 17096 PASS Test fgetcsv() : usage variations - with negative length value along with enclosure and delimiter [ext/standard/tests/file/fgetcsv_variation25.phpt] 
       
 17097 TEST 8623/11279 [ext/standard/tests/file/fgetcsv_variation26.phpt]
       
 17098 PASS Test fgetcsv() : usage variations - reading files opened in write only mode (Bug #42036) [ext/standard/tests/file/fgetcsv_variation26.phpt] 
       
 17099 TEST 8624/11279 [ext/standard/tests/file/fgetcsv_variation27.phpt]
       
 17100 PASS Test fgetcsv() : usage variations - with negative length value along with delimiter and no enclosure [ext/standard/tests/file/fgetcsv_variation27.phpt] 
       
 17101 TEST 8625/11279 [ext/standard/tests/file/fgetcsv_variation28.phpt]
       
 17102 PASS Test fgetcsv() : usage variations - with negative length value along with neither enclosure and nor delimiter [ext/standard/tests/file/fgetcsv_variation28.phpt] 
       
 17103 TEST 8626/11279 [ext/standard/tests/file/fgetcsv_variation29.phpt]
       
 17104 PASS Test fgetcsv() : usage variations - with only file handle as argument, file pointer pointing at end of file [ext/standard/tests/file/fgetcsv_variation29.phpt] 
       
 17105 TEST 8627/11279 [ext/standard/tests/file/fgetcsv_variation3.phpt]
       
 17106 PASS Test fgetcsv() : usage variations - with delimiter as NULL [ext/standard/tests/file/fgetcsv_variation3.phpt] 
       
 17107 TEST 8628/11279 [ext/standard/tests/file/fgetcsv_variation30.phpt]
       
 17108 PASS Test fgetcsv() : usage variations - with file handle and length, file pointer pointing at end of file [ext/standard/tests/file/fgetcsv_variation30.phpt] 
       
 17109 TEST 8629/11279 [ext/standard/tests/file/fgetcsv_variation31.phpt]
       
 17110 PASS Test fgetcsv() : usage variations - with length and enclosure, file pointer pointing at end of file [ext/standard/tests/file/fgetcsv_variation31.phpt] 
       
 17111 TEST 8630/11279 [ext/standard/tests/file/fgetcsv_variation4.phpt]
       
 17112 PASS Test fgetcsv() : usage variations - with enclosure as NULL [ext/standard/tests/file/fgetcsv_variation4.phpt] 
       
 17113 TEST 8631/11279 [ext/standard/tests/file/fgetcsv_variation5.phpt]
       
 17114 PASS Test fgetcsv() : usage variations - with delimiter & enclosure as NULL [ext/standard/tests/file/fgetcsv_variation5.phpt] 
       
 17115 TEST 8632/11279 [ext/standard/tests/file/fgetcsv_variation6.phpt]
       
 17116 PASS Test fgetcsv() : usage variations - with length less than line size [ext/standard/tests/file/fgetcsv_variation6.phpt] 
       
 17117 TEST 8633/11279 [ext/standard/tests/file/fgetcsv_variation7.phpt]
       
 17118 PASS Test fgetcsv() : usage variations - with default arguments value [ext/standard/tests/file/fgetcsv_variation7.phpt] 
       
 17119 TEST 8634/11279 [ext/standard/tests/file/fgetcsv_variation8.phpt]
       
 17120 PASS Test fgetcsv() : usage variations - with different delimiter and enclosure [ext/standard/tests/file/fgetcsv_variation8.phpt] 
       
 17121 TEST 8635/11279 [ext/standard/tests/file/fgetcsv_variation9.phpt]
       
 17122 PASS Test fgetcsv() : usage variations - with different delimiter but same enclosure [ext/standard/tests/file/fgetcsv_variation9.phpt] 
       
 17123 TEST 8636/11279 [ext/standard/tests/file/fgets_basic.phpt]
       
 17124 PASS Test fgets() function : basic functionality [ext/standard/tests/file/fgets_basic.phpt] 
       
 17125 TEST 8637/11279 [ext/standard/tests/file/fgets_error.phpt]
       
 17126 PASS Test fgets() function : error conditions [ext/standard/tests/file/fgets_error.phpt] 
       
 17127 TEST 8638/11279 [ext/standard/tests/file/fgets_socket_variation1.phpt]
       
 17128 PASS fgets() with a socket stream [ext/standard/tests/file/fgets_socket_variation1.phpt] 
       
 17129 TEST 8639/11279 [ext/standard/tests/file/fgets_socket_variation2.phpt]
       
 17130 PASS fgets() over a socket with more than a buffer's worth of data [ext/standard/tests/file/fgets_socket_variation2.phpt] 
       
 17131 TEST 8640/11279 [ext/standard/tests/file/fgets_variation1.phpt]
       
 17132 PASS Test fgets() function : usage variations - write only modes (Bug #42036) [ext/standard/tests/file/fgets_variation1.phpt] 
       
 17133 TEST 8641/11279 [ext/standard/tests/file/fgets_variation2.phpt]
       
 17134 PASS Test fgets() function : usage variations - closed handle [ext/standard/tests/file/fgets_variation2.phpt] 
       
 17135 TEST 8642/11279 [ext/standard/tests/file/fgets_variation3.phpt]
       
 17136 PASS Test fgets() function : usage variations - read with/without length [ext/standard/tests/file/fgets_variation3.phpt] 
       
 17137 TEST 8643/11279 [ext/standard/tests/file/fgets_variation4-win32.phpt]
       
 17138 SKIP Test fgets() function : usage variations - seek n read [ext/standard/tests/file/fgets_variation4-win32.phpt] reason: only valid for Windows
       
 17139 TEST 8644/11279 [ext/standard/tests/file/fgets_variation4.phpt]
       
 17140 PASS Test fgets() function : usage variations - seek n read [ext/standard/tests/file/fgets_variation4.phpt] 
       
 17141 TEST 8645/11279 [ext/standard/tests/file/fgets_variation5.phpt]
       
 17142 PASS Test fgets() function : usage variations - read beyond filesize [ext/standard/tests/file/fgets_variation5.phpt] 
       
 17143 TEST 8646/11279 [ext/standard/tests/file/fgets_variation6-win32.phpt]
       
 17144 SKIP Test fgets() function : usage variations - read when file pointer at EOF [ext/standard/tests/file/fgets_variation6-win32.phpt] reason: only valid for Windows
       
 17145 TEST 8647/11279 [ext/standard/tests/file/fgets_variation6.phpt]
       
 17146 PASS Test fgets() function : usage variations - read when file pointer at EOF [ext/standard/tests/file/fgets_variation6.phpt] 
       
 17147 TEST 8648/11279 [ext/standard/tests/file/fgetss.phpt]
       
 17148 PASS fgetss() tests [ext/standard/tests/file/fgetss.phpt] 
       
 17149 TEST 8649/11279 [ext/standard/tests/file/fgetss1.phpt]
       
 17150 PASS more fgetss() tests [ext/standard/tests/file/fgetss1.phpt] 
       
 17151 TEST 8650/11279 [ext/standard/tests/file/fgetss_basic1.phpt]
       
 17152 PASS Test fgetss() function : Basic functionality - read modes only [ext/standard/tests/file/fgetss_basic1.phpt] 
       
 17153 TEST 8651/11279 [ext/standard/tests/file/fgetss_basic2-win32.phpt]
       
 17154 SKIP Test fgetss() function : Basic functionality - read/write modes [ext/standard/tests/file/fgetss_basic2-win32.phpt] reason: .. only on Windows
       
 17155 TEST 8652/11279 [ext/standard/tests/file/fgetss_basic2.phpt]
       
 17156 PASS Test fgetss() function : Basic functionality - read/write modes [ext/standard/tests/file/fgetss_basic2.phpt] 
       
 17157 TEST 8653/11279 [ext/standard/tests/file/fgetss_error.phpt]
       
 17158 PASS Test fgetss() function : error conditions [ext/standard/tests/file/fgetss_error.phpt] 
       
 17159 TEST 8654/11279 [ext/standard/tests/file/fgetss_variation1-win32.phpt]
       
 17160 SKIP Test fgetss() function : usage variations - write only modes [ext/standard/tests/file/fgetss_variation1-win32.phpt] reason: .. only on Windows
       
 17161 TEST 8655/11279 [ext/standard/tests/file/fgetss_variation1.phpt]
       
 17162 PASS Test fgetss() function : usage variations - write only modes [ext/standard/tests/file/fgetss_variation1.phpt] 
       
 17163 TEST 8656/11279 [ext/standard/tests/file/fgetss_variation2.phpt]
       
 17164 PASS Test fgetss() function : usage variations - read modes [ext/standard/tests/file/fgetss_variation2.phpt] 
       
 17165 TEST 8657/11279 [ext/standard/tests/file/fgetss_variation3-win32.phpt]
       
 17166 SKIP Test fgetss() function : usage variations - read/write modes [ext/standard/tests/file/fgetss_variation3-win32.phpt] reason: .. only valid for Windows
       
 17167 TEST 8658/11279 [ext/standard/tests/file/fgetss_variation3.phpt]
       
 17168 PASS Test fgetss() function : usage variations - read/write modes [ext/standard/tests/file/fgetss_variation3.phpt] 
       
 17169 TEST 8659/11279 [ext/standard/tests/file/fgetss_variation4.phpt]
       
 17170 PASS Test fgetss() function : usage variations - read  modes, file pointer at EOF [ext/standard/tests/file/fgetss_variation4.phpt] 
       
 17171 TEST 8660/11279 [ext/standard/tests/file/fgetss_variation5-win32.phpt]
       
 17172 SKIP Test fgetss() function : usage variations - read/write modes, file pointer at EOF [ext/standard/tests/file/fgetss_variation5-win32.phpt] reason: .. only valid for Windows
       
 17173 TEST 8661/11279 [ext/standard/tests/file/fgetss_variation5.phpt]
       
 17174 PASS Test fgetss() function : usage variations - read/write modes, file pointer at EOF [ext/standard/tests/file/fgetss_variation5.phpt] 
       
 17175 TEST 8662/11279 [ext/standard/tests/file/file_basic.phpt]
       
 17176 PASS Test file() function : basic functionality [ext/standard/tests/file/file_basic.phpt] 
       
 17177 TEST 8663/11279 [ext/standard/tests/file/file_error.phpt]
       
 17178 PASS Test file() function : error conditions [ext/standard/tests/file/file_error.phpt] 
       
 17179 TEST 8664/11279 [ext/standard/tests/file/file_exists_error.phpt]
       
 17180 PASS Test file_exists() function : error conditions [ext/standard/tests/file/file_exists_error.phpt] 
       
 17181 TEST 8665/11279 [ext/standard/tests/file/file_exists_variation1.phpt]
       
 17182 PASS Test file_exists() function : usage variations [ext/standard/tests/file/file_exists_variation1.phpt] 
       
 17183 TEST 8666/11279 [ext/standard/tests/file/file_get_contents_basic.phpt]
       
 17184 PASS file_get_contents() function : basic functionality [ext/standard/tests/file/file_get_contents_basic.phpt] 
       
 17185 TEST 8667/11279 [ext/standard/tests/file/file_get_contents_basic001.phpt]
       
 17186 PASS file_get_contents() test using basic syntax [ext/standard/tests/file/file_get_contents_basic001.phpt] 
       
 17187 TEST 8668/11279 [ext/standard/tests/file/file_get_contents_error.phpt]
       
 17188 PASS Test file_get_contents() function : error conditions [ext/standard/tests/file/file_get_contents_error.phpt] 
       
 17189 TEST 8669/11279 [ext/standard/tests/file/file_get_contents_error001.phpt]
       
 17190 PASS file_get_contents() test using offset parameter out of range [ext/standard/tests/file/file_get_contents_error001.phpt] 
       
 17191 TEST 8670/11279 [ext/standard/tests/file/file_get_contents_error002.phpt]
       
 17192 PASS file_get_contents() test using negative parameter for length (last parameter) [ext/standard/tests/file/file_get_contents_error002.phpt] 
       
 17193 TEST 8671/11279 [ext/standard/tests/file/file_get_contents_file_put_contents_basic.phpt]
       
 17194 PASS Test file_put_contents() and file_get_contents() functions : basic functionality [ext/standard/tests/file/file_get_contents_file_put_contents_basic.phpt] 
       
 17195 TEST 8672/11279 [ext/standard/tests/file/file_get_contents_file_put_contents_error.phpt]
       
 17196 PASS Test file-get_contents() and file_put_contents() functions : error conditions [ext/standard/tests/file/file_get_contents_file_put_contents_error.phpt] 
       
 17197 TEST 8673/11279 [ext/standard/tests/file/file_get_contents_file_put_contents_variation1.phpt]
       
 17198 PASS Test file_get_contents() and file_put_contents() functions : usage variations - all arguments [ext/standard/tests/file/file_get_contents_file_put_contents_variation1.phpt] 
       
 17199 TEST 8674/11279 [ext/standard/tests/file/file_get_contents_file_put_contents_variation2.phpt]
       
 17200 PASS Test file_get_contents() and file_put_contents() functions : usage variations - use_include_path [ext/standard/tests/file/file_get_contents_file_put_contents_variation2.phpt] 
       
 17201 TEST 8675/11279 [ext/standard/tests/file/file_get_contents_variation1.phpt]
       
 17202 PASS Test file_get_contents() function : variation - include path testing [ext/standard/tests/file/file_get_contents_variation1.phpt] 
       
 17203 TEST 8676/11279 [ext/standard/tests/file/file_get_contents_variation2.phpt]
       
 17204 PASS Test file_get_contents() function : variation - include path testing [ext/standard/tests/file/file_get_contents_variation2.phpt] 
       
 17205 TEST 8677/11279 [ext/standard/tests/file/file_get_contents_variation3.phpt]
       
 17206 PASS Test file_get_contents() function : usage variation - different type for use_include_path [ext/standard/tests/file/file_get_contents_variation3.phpt] 
       
 17207 TEST 8678/11279 [ext/standard/tests/file/file_get_contents_variation4.phpt]
       
 17208 PASS Test file_get_contents() function : usage variation - different types for context. [ext/standard/tests/file/file_get_contents_variation4.phpt] 
       
 17209 TEST 8679/11279 [ext/standard/tests/file/file_get_contents_variation5.phpt]
       
 17210 PASS Test file_get_contents() function : usage variation [ext/standard/tests/file/file_get_contents_variation5.phpt] 
       
 17211 TEST 8680/11279 [ext/standard/tests/file/file_get_contents_variation6.phpt]
       
 17212 PASS Test file_get_contents() function : usage variation [ext/standard/tests/file/file_get_contents_variation6.phpt] 
       
 17213 TEST 8681/11279 [ext/standard/tests/file/file_get_contents_variation7-win32.phpt]
       
 17214 SKIP Test file_get_contents() function : variation - various absolute and relative paths [ext/standard/tests/file/file_get_contents_variation7-win32.phpt] reason: Only run on Windows
       
 17215 TEST 8682/11279 [ext/standard/tests/file/file_get_contents_variation7.phpt]
       
 17216 PASS Test file_get_contents() function : variation - various absolute and relative paths [ext/standard/tests/file/file_get_contents_variation7.phpt] 
       
 17217 TEST 8683/11279 [ext/standard/tests/file/file_get_contents_variation8-win32.phpt]
       
 17218 SKIP Test file_get_contents() function : variation - obscure filenames [ext/standard/tests/file/file_get_contents_variation8-win32.phpt] reason: Only run on Windows
       
 17219 TEST 8684/11279 [ext/standard/tests/file/file_get_contents_variation8.phpt]
       
 17220 PASS Test file_get_contents() function : variation - obscure filenames [ext/standard/tests/file/file_get_contents_variation8.phpt] 
       
 17221 TEST 8685/11279 [ext/standard/tests/file/file_get_contents_variation9.phpt]
       
 17222 PASS Test file_get_contents() function : variation - linked files [ext/standard/tests/file/file_get_contents_variation9.phpt] 
       
 17223 TEST 8686/11279 [ext/standard/tests/file/file_put_contents.phpt]
       
 17224 PASS file_put_contents() and invalid parameters [ext/standard/tests/file/file_put_contents.phpt] 
       
 17225 TEST 8687/11279 [ext/standard/tests/file/file_put_contents_variation1.phpt]
       
 17226 PASS Test file_put_contents() function : variation - test append flag [ext/standard/tests/file/file_put_contents_variation1.phpt] 
       
 17227 TEST 8688/11279 [ext/standard/tests/file/file_put_contents_variation2.phpt]
       
 17228 PASS Test file_put_contents() function : usage variation - different data types to write [ext/standard/tests/file/file_put_contents_variation2.phpt] 
       
 17229 TEST 8689/11279 [ext/standard/tests/file/file_put_contents_variation3.phpt]
       
 17230 PASS Test file_put_contents() function : usage variation - different types for context. [ext/standard/tests/file/file_put_contents_variation3.phpt] 
       
 17231 TEST 8690/11279 [ext/standard/tests/file/file_put_contents_variation4.phpt]
       
 17232 PASS Test file_put_contents() function : variation - include path testing [ext/standard/tests/file/file_put_contents_variation4.phpt] 
       
 17233 TEST 8691/11279 [ext/standard/tests/file/file_put_contents_variation5.phpt]
       
 17234 PASS Test file_put_contents() function : variation - include path testing [ext/standard/tests/file/file_put_contents_variation5.phpt] 
       
 17235 TEST 8692/11279 [ext/standard/tests/file/file_put_contents_variation6.phpt]
       
 17236 PASS Test file_put_contents() function : variation - include path testing [ext/standard/tests/file/file_put_contents_variation6.phpt] 
       
 17237 TEST 8693/11279 [ext/standard/tests/file/file_put_contents_variation7-win32.phpt]
       
 17238 SKIP Test file_put_contents() function : usage variation - various absolute and relative paths [ext/standard/tests/file/file_put_contents_variation7-win32.phpt] reason: Only run on Windows
       
 17239 TEST 8694/11279 [ext/standard/tests/file/file_put_contents_variation7.phpt]
       
 17240 PASS Test file_put_contents() function : usage variation - various absolute and relative paths [ext/standard/tests/file/file_put_contents_variation7.phpt] 
       
 17241 TEST 8695/11279 [ext/standard/tests/file/file_put_contents_variation8-win32.phpt]
       
 17242 SKIP Test file_put_contents() function : usage variation - obscure filenames [ext/standard/tests/file/file_put_contents_variation8-win32.phpt] reason: Only run on Windows
       
 17243 TEST 8696/11279 [ext/standard/tests/file/file_put_contents_variation8.phpt]
       
 17244 PASS Test file_put_contents() function : usage variation - obscure filenames [ext/standard/tests/file/file_put_contents_variation8.phpt] 
       
 17245 TEST 8697/11279 [ext/standard/tests/file/file_put_contents_variation9.phpt]
       
 17246 PASS est file_put_contents() function : usage variation - linked files [ext/standard/tests/file/file_put_contents_variation9.phpt] 
       
 17247 TEST 8698/11279 [ext/standard/tests/file/file_variation.phpt]
       
 17248 PASS Test file() function : usage variations [ext/standard/tests/file/file_variation.phpt] 
       
 17249 TEST 8699/11279 [ext/standard/tests/file/file_variation2.phpt]
       
 17250 PASS Test file() function : first parameter variation [ext/standard/tests/file/file_variation2.phpt] 
       
 17251 TEST 8700/11279 [ext/standard/tests/file/file_variation3.phpt]
       
 17252 PASS Test file() function : second parameter variation [ext/standard/tests/file/file_variation3.phpt] 
       
 17253 TEST 8701/11279 [ext/standard/tests/file/file_variation4.phpt]
       
 17254 PASS Test file() function : third parameter variation [ext/standard/tests/file/file_variation4.phpt] 
       
 17255 TEST 8702/11279 [ext/standard/tests/file/file_variation5-win32.phpt]
       
 17256 SKIP file() with various paths [ext/standard/tests/file/file_variation5-win32.phpt] reason: windows only test
       
 17257 TEST 8703/11279 [ext/standard/tests/file/file_variation5.phpt]
       
 17258 PASS file() with various paths [ext/standard/tests/file/file_variation5.phpt] 
       
 17259 TEST 8704/11279 [ext/standard/tests/file/file_variation6.phpt]
       
 17260 PASS file() with a range of integer flag values [ext/standard/tests/file/file_variation6.phpt] 
       
 17261 TEST 8705/11279 [ext/standard/tests/file/file_variation7.phpt]
       
 17262 PASS file() on a file with blank lines [ext/standard/tests/file/file_variation7.phpt] 
       
 17263 TEST 8706/11279 [ext/standard/tests/file/file_variation8-win32.phpt]
       
 17264 SKIP Test file() function : variation - various absolute and relative paths [ext/standard/tests/file/file_variation8-win32.phpt] reason: Only run on Windows
       
 17265 TEST 8707/11279 [ext/standard/tests/file/file_variation8.phpt]
       
 17266 PASS Test file function : variation - various absolute and relative paths [ext/standard/tests/file/file_variation8.phpt] 
       
 17267 TEST 8708/11279 [ext/standard/tests/file/file_variation9.phpt]
       
 17268 PASS Test file function : variation - test various endings of a file [ext/standard/tests/file/file_variation9.phpt] 
       
 17269 TEST 8709/11279 [ext/standard/tests/file/filegroup_basic.phpt]
       
 17270 PASS Test filegroup() function: basic functionality [ext/standard/tests/file/filegroup_basic.phpt] 
       
 17271 TEST 8710/11279 [ext/standard/tests/file/filegroup_error.phpt]
       
 17272 PASS Test filegroup() function: error conditions [ext/standard/tests/file/filegroup_error.phpt] 
       
 17273 TEST 8711/11279 [ext/standard/tests/file/filegroup_variation1.phpt]
       
 17274 PASS Test filegroup() function: usage variations - links [ext/standard/tests/file/filegroup_variation1.phpt] 
       
 17275 TEST 8712/11279 [ext/standard/tests/file/filegroup_variation2.phpt]
       
 17276 PASS Test filegroup() function: usage variations - invalid filenames [ext/standard/tests/file/filegroup_variation2.phpt] 
       
 17277 TEST 8713/11279 [ext/standard/tests/file/filegroup_variation3.phpt]
       
 17278 PASS Test filegroup() function: usage variations - diff. path notations [ext/standard/tests/file/filegroup_variation3.phpt] 
       
 17279 TEST 8714/11279 [ext/standard/tests/file/fileinode_basic.phpt]
       
 17280 PASS Test fileinode() function: Basic functionality [ext/standard/tests/file/fileinode_basic.phpt] 
       
 17281 TEST 8715/11279 [ext/standard/tests/file/fileinode_error.phpt]
       
 17282 PASS Test fileinode() function: Error conditions [ext/standard/tests/file/fileinode_error.phpt] 
       
 17283 TEST 8716/11279 [ext/standard/tests/file/fileinode_variation.phpt]
       
 17284 PASS Test fileinode() function: Variations [ext/standard/tests/file/fileinode_variation.phpt] 
       
 17285 TEST 8717/11279 [ext/standard/tests/file/fileinode_variation1.phpt]
       
 17286 PASS Test fileinode() function: usage variations - links [ext/standard/tests/file/fileinode_variation1.phpt] 
       
 17287 TEST 8718/11279 [ext/standard/tests/file/fileinode_variation2.phpt]
       
 17288 PASS Test fileinode() function: usage variations - invalid filenames [ext/standard/tests/file/fileinode_variation2.phpt] 
       
 17289 TEST 8719/11279 [ext/standard/tests/file/fileinode_variation3.phpt]
       
 17290 PASS Test fileinode() function: usage variations - diff. path notations [ext/standard/tests/file/fileinode_variation3.phpt] 
       
 17291 TEST 8720/11279 [ext/standard/tests/file/fileowner_basic.phpt]
       
 17292 PASS Test fileowner() function: basic functionality [ext/standard/tests/file/fileowner_basic.phpt] 
       
 17293 TEST 8721/11279 [ext/standard/tests/file/fileowner_error.phpt]
       
 17294 PASS Test of fileowner() function: error conditions [ext/standard/tests/file/fileowner_error.phpt] 
       
 17295 TEST 8722/11279 [ext/standard/tests/file/fileowner_variation1.phpt]
       
 17296 PASS Test fileowner() function: usage variations - links [ext/standard/tests/file/fileowner_variation1.phpt] 
       
 17297 TEST 8723/11279 [ext/standard/tests/file/fileowner_variation2.phpt]
       
 17298 PASS Test fileowner() function: usage variations - invalid filenames [ext/standard/tests/file/fileowner_variation2.phpt] 
       
 17299 TEST 8724/11279 [ext/standard/tests/file/fileowner_variation3.phpt]
       
 17300 PASS Test fileowner() function: usage variations - diff. path notations [ext/standard/tests/file/fileowner_variation3.phpt] 
       
 17301 TEST 8725/11279 [ext/standard/tests/file/fileperms_variation1.phpt]
       
 17302 PASS Test fileperms() function: usage variations - links [ext/standard/tests/file/fileperms_variation1.phpt] 
       
 17303 TEST 8726/11279 [ext/standard/tests/file/fileperms_variation2.phpt]
       
 17304 PASS Test fileperms() function: usage variations - invalid filenames [ext/standard/tests/file/fileperms_variation2.phpt] 
       
 17305 TEST 8727/11279 [ext/standard/tests/file/fileperms_variation3.phpt]
       
 17306 PASS Test fileperms() function: usage variations - diff. path notations [ext/standard/tests/file/fileperms_variation3.phpt] 
       
 17307 TEST 8728/11279 [ext/standard/tests/file/filesize_basic.phpt]
       
 17308 PASS Test filesize() function: basic functionaity [ext/standard/tests/file/filesize_basic.phpt] 
       
 17309 TEST 8729/11279 [ext/standard/tests/file/filesize_error.phpt]
       
 17310 PASS Test filesize() function: error conditions [ext/standard/tests/file/filesize_error.phpt] 
       
 17311 TEST 8730/11279 [ext/standard/tests/file/filesize_variation1-win32.phpt]
       
 17312 SKIP Test filesize() function: usage variations - size of files [ext/standard/tests/file/filesize_variation1-win32.phpt] reason: only valid for Windows
       
 17313 TEST 8731/11279 [ext/standard/tests/file/filesize_variation1.phpt]
       
 17314 PASS Test filesize() function: usage variations - size of files [ext/standard/tests/file/filesize_variation1.phpt] 
       
 17315 TEST 8732/11279 [ext/standard/tests/file/filesize_variation2-win32.phpt]
       
 17316 SKIP Test filesize() function: usage variations - size of dir/subdir [ext/standard/tests/file/filesize_variation2-win32.phpt] reason: only valid for Windows
       
 17317 TEST 8733/11279 [ext/standard/tests/file/filesize_variation2.phpt]
       
 17318 PASS Test filesize() function: usage variations - size of dir/subdir [ext/standard/tests/file/filesize_variation2.phpt] 
       
 17319 TEST 8734/11279 [ext/standard/tests/file/filesize_variation3-win32.phpt]
       
 17320 SKIP Test filesize() function: usage variations - file size after truncate [ext/standard/tests/file/filesize_variation3-win32.phpt] reason: only valid for Windows
       
 17321 TEST 8735/11279 [ext/standard/tests/file/filesize_variation3.phpt]
       
 17322 PASS Test filesize() function: usage variations - file size after truncate [ext/standard/tests/file/filesize_variation3.phpt] 
       
 17323 TEST 8736/11279 [ext/standard/tests/file/filesize_variation4-win32.phpt]
       
 17324 SKIP Test filesize() function: usage variations - file mode & holes in file [ext/standard/tests/file/filesize_variation4-win32.phpt] reason: only valid for Windows
       
 17325 TEST 8737/11279 [ext/standard/tests/file/filesize_variation4.phpt]
       
 17326 PASS Test filesize() function: usage variations - file mode & holes in file [ext/standard/tests/file/filesize_variation4.phpt] 
       
 17327 TEST 8738/11279 [ext/standard/tests/file/filesize_variation5.phpt]
       
 17328 PASS Test filesize() function: usage variations - size of files [ext/standard/tests/file/filesize_variation5.phpt] 
       
 17329 TEST 8739/11279 [ext/standard/tests/file/filestat.phpt]
       
 17330 PASS various file stat func tests [ext/standard/tests/file/filestat.phpt] 
       
 17331 TEST 8740/11279 [ext/standard/tests/file/filetype_basic.phpt]
       
 17332 PASS Test filetype() function: Basic functionality [ext/standard/tests/file/filetype_basic.phpt] 
       
 17333 TEST 8741/11279 [ext/standard/tests/file/filetype_error.phpt]
       
 17334 PASS Test filetype() function: Error conditions [ext/standard/tests/file/filetype_error.phpt] 
       
 17335 TEST 8742/11279 [ext/standard/tests/file/filetype_variation.phpt]
       
 17336 PASS Test filetype() function: Variations [ext/standard/tests/file/filetype_variation.phpt] 
       
 17337 TEST 8743/11279 [ext/standard/tests/file/filetype_variation2.phpt]
       
 17338 FAIL Test filetype() function: Check character type [ext/standard/tests/file/filetype_variation2.phpt] 
       
 17339 TEST 8744/11279 [ext/standard/tests/file/filetype_variation3.phpt]
       
 17340 SKIP Test filetype() function: Check block device [ext/standard/tests/file/filetype_variation3.phpt] reason: /dev/ram0 not available
       
 17341 TEST 8745/11279 [ext/standard/tests/file/flock.phpt]
       
 17342 FAIL flock() tests [ext/standard/tests/file/flock.phpt] 
       
 17343 TEST 8746/11279 [ext/standard/tests/file/flock_basic.phpt]
       
 17344 FAIL Test flock() function: Basic functionality [ext/standard/tests/file/flock_basic.phpt] 
       
 17345 TEST 8747/11279 [ext/standard/tests/file/flock_error.phpt]
       
 17346 PASS Test flock() function: Error conditions [ext/standard/tests/file/flock_error.phpt] 
       
 17347 TEST 8748/11279 [ext/standard/tests/file/flock_variation.phpt]
       
 17348 FAIL Test flock() function: Variations [ext/standard/tests/file/flock_variation.phpt] 
       
 17349 TEST 8749/11279 [ext/standard/tests/file/fnmatch_basic.phpt]
       
 17350 PASS Test fnmatch() function: Basic functionality [ext/standard/tests/file/fnmatch_basic.phpt] 
       
 17351 TEST 8750/11279 [ext/standard/tests/file/fnmatch_error.phpt]
       
 17352 PASS Test fnmatch() function: Error conditions [ext/standard/tests/file/fnmatch_error.phpt] 
       
 17353 TEST 8751/11279 [ext/standard/tests/file/fnmatch_variation.phpt]
       
 17354 PASS Test fnmatch() function: Variations [ext/standard/tests/file/fnmatch_variation.phpt] 
       
 17355 TEST 8752/11279 [ext/standard/tests/file/fopen_variation1.phpt]
       
 17356 PASS fopen() with relative path on a file in the script directory [ext/standard/tests/file/fopen_variation1.phpt] 
       
 17357 TEST 8753/11279 [ext/standard/tests/file/fopen_variation10-win32.phpt]
       
 17358 SKIP Test fopen() function : variation: interesting paths, no use include path [ext/standard/tests/file/fopen_variation10-win32.phpt] reason: Run only on Windows
       
 17359 TEST 8754/11279 [ext/standard/tests/file/fopen_variation11-win32.phpt]
       
 17360 SKIP Test fopen() function : variation: interesting paths, use include path = true [ext/standard/tests/file/fopen_variation11-win32.phpt] reason: Run only on Windows
       
 17361 TEST 8755/11279 [ext/standard/tests/file/fopen_variation12.phpt]
       
 17362 PASS Test fopen() function : variation: use include path (path is bad) create a file (relative) [ext/standard/tests/file/fopen_variation12.phpt] 
       
 17363 TEST 8756/11279 [ext/standard/tests/file/fopen_variation13.phpt]
       
 17364 PASS Test fopen() function : variation: use include path create a file (absolute) [ext/standard/tests/file/fopen_variation13.phpt] 
       
 17365 TEST 8757/11279 [ext/standard/tests/file/fopen_variation14-win32.phpt]
       
 17366 SKIP Test fopen() function : variation: file uri, no use include path [ext/standard/tests/file/fopen_variation14-win32.phpt] reason: Run only on Windows
       
 17367 TEST 8758/11279 [ext/standard/tests/file/fopen_variation14.phpt]
       
 17368 PASS Test fopen() function : variation: file uri, no use include path [ext/standard/tests/file/fopen_variation14.phpt] 
       
 17369 TEST 8759/11279 [ext/standard/tests/file/fopen_variation15-win32.phpt]
       
 17370 SKIP Test fopen() function : variation: file uri, use include path = true [ext/standard/tests/file/fopen_variation15-win32.phpt] reason: Run only on Windows
       
 17371 TEST 8760/11279 [ext/standard/tests/file/fopen_variation15.phpt]
       
 17372 PASS Test fopen() function : variation: file uri, use include path = true [ext/standard/tests/file/fopen_variation15.phpt] 
       
 17373 TEST 8761/11279 [ext/standard/tests/file/fopen_variation16.phpt]
       
 17374 PASS Test fopen() function : variation: use include path create and read a file (relative) [ext/standard/tests/file/fopen_variation16.phpt] 
       
 17375 TEST 8762/11279 [ext/standard/tests/file/fopen_variation17.phpt]
       
 17376 PASS Test fopen() function : variation: use include path create and read a file (relative) [ext/standard/tests/file/fopen_variation17.phpt] 
       
 17377 TEST 8763/11279 [ext/standard/tests/file/fopen_variation19.phpt]
       
 17378 PASS Test fopen() function : variation: test opening linked files [ext/standard/tests/file/fopen_variation19.phpt] 
       
 17379 TEST 8764/11279 [ext/standard/tests/file/fopen_variation3.phpt]
       
 17380 PASS Test fopen() function : usage variation different datatypes for use_include_path [ext/standard/tests/file/fopen_variation3.phpt] 
       
 17381 TEST 8765/11279 [ext/standard/tests/file/fopen_variation4.phpt]
       
 17382 PASS Test fopen() function : usage variation different datatypes for stream context [ext/standard/tests/file/fopen_variation4.phpt] 
       
 17383 TEST 8766/11279 [ext/standard/tests/file/fopen_variation5.phpt]
       
 17384 PASS Test fopen() function : variation: use include path and stream context (absolute directories in path) [ext/standard/tests/file/fopen_variation5.phpt] 
       
 17385 TEST 8767/11279 [ext/standard/tests/file/fopen_variation6.phpt]
       
 17386 PASS Test fopen() function : variation: use include path and stream context relative/absolute file [ext/standard/tests/file/fopen_variation6.phpt] 
       
 17387 TEST 8768/11279 [ext/standard/tests/file/fopen_variation7.phpt]
       
 17388 PASS Test fopen() function : variation: use include path create a file (relative) [ext/standard/tests/file/fopen_variation7.phpt] 
       
 17389 TEST 8769/11279 [ext/standard/tests/file/fopen_variation8.phpt]
       
 17390 PASS Test fopen() function : variation: use include path and stream context (relative directories in path) [ext/standard/tests/file/fopen_variation8.phpt] 
       
 17391 TEST 8770/11279 [ext/standard/tests/file/fopen_variation9.phpt]
       
 17392 PASS Test fopen() function : variation: use include path and stream context create a file, relative path [ext/standard/tests/file/fopen_variation9.phpt] 
       
 17393 TEST 8771/11279 [ext/standard/tests/file/fopencookie.phpt]
       
 17394 PASS fopencookie detected and working (or cast mechanism works) [ext/standard/tests/file/fopencookie.phpt] 
       
 17395 TEST 8772/11279 [ext/standard/tests/file/fpassthru_basic.phpt]
       
 17396 PASS Test fpassthru() function: Basic functionality [ext/standard/tests/file/fpassthru_basic.phpt] 
       
 17397 TEST 8773/11279 [ext/standard/tests/file/fpassthru_error.phpt]
       
 17398 PASS Test fpassthru() function: Error conditions [ext/standard/tests/file/fpassthru_error.phpt] 
       
 17399 TEST 8774/11279 [ext/standard/tests/file/fpassthru_variation.phpt]
       
 17400 PASS Test fpassthru() function: Variations [ext/standard/tests/file/fpassthru_variation.phpt] 
       
 17401 TEST 8775/11279 [ext/standard/tests/file/fpassthru_variation1.phpt]
       
 17402 PASS Test fpassthru() function : usage variations  - different parameter types [ext/standard/tests/file/fpassthru_variation1.phpt] 
       
 17403 TEST 8776/11279 [ext/standard/tests/file/fputcsv.phpt]
       
 17404 PASS various fputcsv() functionality tests [ext/standard/tests/file/fputcsv.phpt] 
       
 17405 TEST 8777/11279 [ext/standard/tests/file/fputcsv_002.phpt]
       
 17406 PASS fputcsv(): Checking data after calling the function [ext/standard/tests/file/fputcsv_002.phpt] 
       
 17407 TEST 8778/11279 [ext/standard/tests/file/fputcsv_error.phpt]
       
 17408 PASS Test fputcsv() function : error conditions [ext/standard/tests/file/fputcsv_error.phpt] 
       
 17409 TEST 8779/11279 [ext/standard/tests/file/fputcsv_variation1.phpt]
       
 17410 PASS Test fputcsv() : usage variations - with all parameters specified [ext/standard/tests/file/fputcsv_variation1.phpt] 
       
 17411 TEST 8780/11279 [ext/standard/tests/file/fputcsv_variation10.phpt]
       
 17412 PASS Test fputcsv() : usage variations - with line without any csv fields [ext/standard/tests/file/fputcsv_variation10.phpt] 
       
 17413 TEST 8781/11279 [ext/standard/tests/file/fputcsv_variation11.phpt]
       
 17414 PASS Test fputcsv() : usage variations - with default enclosure value [ext/standard/tests/file/fputcsv_variation11.phpt] 
       
 17415 TEST 8782/11279 [ext/standard/tests/file/fputcsv_variation12.phpt]
       
 17416 PASS Test fputcsv() : usage variations - with default enclosure and different delimiter [ext/standard/tests/file/fputcsv_variation12.phpt] 
       
 17417 TEST 8783/11279 [ext/standard/tests/file/fputcsv_variation13.phpt]
       
 17418 PASS Test fputcsv() : usage variations - with default enclosure & delimiter of two chars [ext/standard/tests/file/fputcsv_variation13.phpt] 
       
 17419 TEST 8784/11279 [ext/standard/tests/file/fputcsv_variation14.phpt]
       
 17420 PASS Test fputcsv() : usage variations - with enclosure & delimiter of two chars(read only modes) [ext/standard/tests/file/fputcsv_variation14.phpt] 
       
 17421 TEST 8785/11279 [ext/standard/tests/file/fputcsv_variation2.phpt]
       
 17422 PASS Test fputcsv() : usage variations - with delimiter as NULL [ext/standard/tests/file/fputcsv_variation2.phpt] 
       
 17423 TEST 8786/11279 [ext/standard/tests/file/fputcsv_variation3.phpt]
       
 17424 PASS Test fputcsv() : usage variations - with enclosure as NULL [ext/standard/tests/file/fputcsv_variation3.phpt] 
       
 17425 TEST 8787/11279 [ext/standard/tests/file/fputcsv_variation4.phpt]
       
 17426 PASS Test fputcsv() : usage variations - with delimiter and enclosure as NULL [ext/standard/tests/file/fputcsv_variation4.phpt] 
       
 17427 TEST 8788/11279 [ext/standard/tests/file/fputcsv_variation5.phpt]
       
 17428 PASS Test fputcsv() : usage variations - with default arguments value [ext/standard/tests/file/fputcsv_variation5.phpt] 
       
 17429 TEST 8789/11279 [ext/standard/tests/file/fputcsv_variation6.phpt]
       
 17430 PASS Test fputcsv() : usage variations - with different delimiter and enclosure [ext/standard/tests/file/fputcsv_variation6.phpt] 
       
 17431 TEST 8790/11279 [ext/standard/tests/file/fputcsv_variation7.phpt]
       
 17432 PASS Test fputcsv() : usage variations - with different delimiter and same enclosure [ext/standard/tests/file/fputcsv_variation7.phpt] 
       
 17433 TEST 8791/11279 [ext/standard/tests/file/fputcsv_variation8.phpt]
       
 17434 PASS Test fputcsv() : usage variations - with same delimiter and different enclosure [ext/standard/tests/file/fputcsv_variation8.phpt] 
       
 17435 TEST 8792/11279 [ext/standard/tests/file/fputcsv_variation9.phpt]
       
 17436 PASS Test fputcsv() : usage variations - two chars as enclosure & delimiter [ext/standard/tests/file/fputcsv_variation9.phpt] 
       
 17437 TEST 8793/11279 [ext/standard/tests/file/fread_basic.phpt]
       
 17438 PASS Test fread() function : basic functionality [ext/standard/tests/file/fread_basic.phpt] 
       
 17439 TEST 8794/11279 [ext/standard/tests/file/fread_error.phpt]
       
 17440 PASS Test fread() function : error conditions [ext/standard/tests/file/fread_error.phpt] 
       
 17441 TEST 8795/11279 [ext/standard/tests/file/fread_fwrite_basic.phpt]
       
 17442 PASS fread & fwrite - Test reading and writing using a single resource [ext/standard/tests/file/fread_fwrite_basic.phpt] 
       
 17443 TEST 8796/11279 [ext/standard/tests/file/fread_socket_variation1.phpt]
       
 17444 PASS Testing fread() on a TCP server socket [ext/standard/tests/file/fread_socket_variation1.phpt] 
       
 17445 TEST 8797/11279 [ext/standard/tests/file/fread_variation1.phpt]
       
 17446 PASS Test fread() function : usage variations - read some/all chars, read/write modes [ext/standard/tests/file/fread_variation1.phpt] 
       
 17447 TEST 8798/11279 [ext/standard/tests/file/fread_variation2.phpt]
       
 17448 PASS Test fread() function : usage variations - read some/all chars, write only mode (Bug #42036) [ext/standard/tests/file/fread_variation2.phpt] 
       
 17449 TEST 8799/11279 [ext/standard/tests/file/fread_variation3-win32.phpt]
       
 17450 SKIP Test fread() function : usage variations - read beyond file size, read/write mode [ext/standard/tests/file/fread_variation3-win32.phpt] reason: ...only valid for Windows
       
 17451 TEST 8800/11279 [ext/standard/tests/file/fread_variation3.phpt]
       
 17452 PASS Test fread() function : usage variations - read beyond file size, read/write mode [ext/standard/tests/file/fread_variation3.phpt] 
       
 17453 TEST 8801/11279 [ext/standard/tests/file/fread_variation4-win32.phpt]
       
 17454 SKIP Test fread() function : usage variations - read beyond file size, write only mode [ext/standard/tests/file/fread_variation4-win32.phpt] reason: ...only valid for Windows
       
 17455 TEST 8802/11279 [ext/standard/tests/file/fread_variation4.phpt]
       
 17456 PASS Test fread() function : usage variations - read beyond file size, write only mode [ext/standard/tests/file/fread_variation4.phpt] 
       
 17457 TEST 8803/11279 [ext/standard/tests/file/fscanf.phpt]
       
 17458 PASS fscanf() tests [ext/standard/tests/file/fscanf.phpt] 
       
 17459 TEST 8804/11279 [ext/standard/tests/file/fscanf_error.phpt]
       
 17460 PASS Test fscanf() function: error conditions [ext/standard/tests/file/fscanf_error.phpt] 
       
 17461 TEST 8805/11279 [ext/standard/tests/file/fscanf_variation1.phpt]
       
 17462 PASS Test fscanf() function: usage variations - return type without third argument [ext/standard/tests/file/fscanf_variation1.phpt] 
       
 17463 TEST 8806/11279 [ext/standard/tests/file/fscanf_variation10.phpt]
       
 17464 PASS Test fscanf() function: usage variations - float formats with resource [ext/standard/tests/file/fscanf_variation10.phpt] 
       
 17465 TEST 8807/11279 [ext/standard/tests/file/fscanf_variation11.phpt]
       
 17466 PASS Test fscanf() function: usage variations - float formats with arrays [ext/standard/tests/file/fscanf_variation11.phpt] 
       
 17467 TEST 8808/11279 [ext/standard/tests/file/fscanf_variation12.phpt]
       
 17468 PASS Test fscanf() function: usage variations - float formats with strings [ext/standard/tests/file/fscanf_variation12.phpt] 
       
 17469 TEST 8809/11279 [ext/standard/tests/file/fscanf_variation13.phpt]
       
 17470 PASS Test fscanf() function: usage variations - float formats with boolean [ext/standard/tests/file/fscanf_variation13.phpt] 
       
 17471 TEST 8810/11279 [ext/standard/tests/file/fscanf_variation14.phpt]
       
 17472 PASS Test fscanf() function: usage variations - string formats with strings [ext/standard/tests/file/fscanf_variation14.phpt] 
       
 17473 TEST 8811/11279 [ext/standard/tests/file/fscanf_variation15.phpt]
       
 17474 PASS Test fscanf() function: usage variations - string formats with float values [ext/standard/tests/file/fscanf_variation15.phpt] 
       
 17475 TEST 8812/11279 [ext/standard/tests/file/fscanf_variation16.phpt]
       
 17476 PASS Test fscanf() function: usage variations - string formats with resource [ext/standard/tests/file/fscanf_variation16.phpt] 
       
 17477 TEST 8813/11279 [ext/standard/tests/file/fscanf_variation17.phpt]
       
 17478 PASS Test fscanf() function: usage variations - string formats with arrays [ext/standard/tests/file/fscanf_variation17.phpt] 
       
 17479 TEST 8814/11279 [ext/standard/tests/file/fscanf_variation18.phpt]
       
 17480 PASS Test fscanf() function: usage variations - string formats with integer values [ext/standard/tests/file/fscanf_variation18.phpt] 
       
 17481 TEST 8815/11279 [ext/standard/tests/file/fscanf_variation19.phpt]
       
 17482 PASS Test fscanf() function: usage variations - string formats with boolean [ext/standard/tests/file/fscanf_variation19.phpt] 
       
 17483 TEST 8816/11279 [ext/standard/tests/file/fscanf_variation2.phpt]
       
 17484 PASS Test fscanf() function: usage variations - integer formats with integer values [ext/standard/tests/file/fscanf_variation2.phpt] 
       
 17485 TEST 8817/11279 [ext/standard/tests/file/fscanf_variation20.phpt]
       
 17486 PASS Test fscanf() function: usage variations - char formats with integer values [ext/standard/tests/file/fscanf_variation20.phpt] 
       
 17487 TEST 8818/11279 [ext/standard/tests/file/fscanf_variation21.phpt]
       
 17488 PASS Test fscanf() function: usage variations - char formats with float values [ext/standard/tests/file/fscanf_variation21.phpt] 
       
 17489 TEST 8819/11279 [ext/standard/tests/file/fscanf_variation22.phpt]
       
 17490 PASS Test fscanf() function: usage variations - char formats with resource [ext/standard/tests/file/fscanf_variation22.phpt] 
       
 17491 TEST 8820/11279 [ext/standard/tests/file/fscanf_variation23.phpt]
       
 17492 PASS Test fscanf() function: usage variations - char formats with arrays [ext/standard/tests/file/fscanf_variation23.phpt] 
       
 17493 TEST 8821/11279 [ext/standard/tests/file/fscanf_variation24.phpt]
       
 17494 PASS Test fscanf() function: usage variations - char formats with strings [ext/standard/tests/file/fscanf_variation24.phpt] 
       
 17495 TEST 8822/11279 [ext/standard/tests/file/fscanf_variation25.phpt]
       
 17496 PASS Test fscanf() function: usage variations - char formats with boolean [ext/standard/tests/file/fscanf_variation25.phpt] 
       
 17497 TEST 8823/11279 [ext/standard/tests/file/fscanf_variation26.phpt]
       
 17498 PASS Test fscanf() function: usage variations - char formats with chars [ext/standard/tests/file/fscanf_variation26.phpt] 
       
 17499 TEST 8824/11279 [ext/standard/tests/file/fscanf_variation27.phpt]
       
 17500 PASS Test fscanf() function: usage variations - octal formats with integer values [ext/standard/tests/file/fscanf_variation27.phpt] 
       
 17501 TEST 8825/11279 [ext/standard/tests/file/fscanf_variation28.phpt]
       
 17502 PASS Test fscanf() function: usage variations - octal formats with float values [ext/standard/tests/file/fscanf_variation28.phpt] 
       
 17503 TEST 8826/11279 [ext/standard/tests/file/fscanf_variation29.phpt]
       
 17504 PASS Test fscanf() function: usage variations - octal formats with resource [ext/standard/tests/file/fscanf_variation29.phpt] 
       
 17505 TEST 8827/11279 [ext/standard/tests/file/fscanf_variation3.phpt]
       
 17506 PASS Test fscanf() function: usage variations - integer formats with float values [ext/standard/tests/file/fscanf_variation3.phpt] 
       
 17507 TEST 8828/11279 [ext/standard/tests/file/fscanf_variation30.phpt]
       
 17508 PASS Test fscanf() function: usage variations - octal formats with arrays [ext/standard/tests/file/fscanf_variation30.phpt] 
       
 17509 TEST 8829/11279 [ext/standard/tests/file/fscanf_variation31.phpt]
       
 17510 PASS Test fscanf() function: usage variations - octal formats with strings [ext/standard/tests/file/fscanf_variation31.phpt] 
       
 17511 TEST 8830/11279 [ext/standard/tests/file/fscanf_variation32.phpt]
       
 17512 PASS Test fscanf() function: usage variations - octal formats with boolean [ext/standard/tests/file/fscanf_variation32.phpt] 
       
 17513 TEST 8831/11279 [ext/standard/tests/file/fscanf_variation33.phpt]
       
 17514 PASS Test fscanf() function: usage variations - hexa formats with integer values [ext/standard/tests/file/fscanf_variation33.phpt] 
       
 17515 TEST 8832/11279 [ext/standard/tests/file/fscanf_variation34.phpt]
       
 17516 PASS Test fscanf() function: usage variations - hexa formats with float values [ext/standard/tests/file/fscanf_variation34.phpt] 
       
 17517 TEST 8833/11279 [ext/standard/tests/file/fscanf_variation35.phpt]
       
 17518 PASS Test fscanf() function: usage variations - hexa formats with resource [ext/standard/tests/file/fscanf_variation35.phpt] 
       
 17519 TEST 8834/11279 [ext/standard/tests/file/fscanf_variation36.phpt]
       
 17520 PASS Test fscanf() function: usage variations - hexa formats with arrays [ext/standard/tests/file/fscanf_variation36.phpt] 
       
 17521 TEST 8835/11279 [ext/standard/tests/file/fscanf_variation37.phpt]
       
 17522 PASS Test fscanf() function: usage variations - hexa formats with strings [ext/standard/tests/file/fscanf_variation37.phpt] 
       
 17523 TEST 8836/11279 [ext/standard/tests/file/fscanf_variation38.phpt]
       
 17524 PASS Test fscanf() function: usage variations - hexa formats with boolean [ext/standard/tests/file/fscanf_variation38.phpt] 
       
 17525 TEST 8837/11279 [ext/standard/tests/file/fscanf_variation39.phpt]
       
 17526 PASS Test fscanf() function: usage variations - unsigned int formats with integer values [ext/standard/tests/file/fscanf_variation39.phpt] 
       
 17527 TEST 8838/11279 [ext/standard/tests/file/fscanf_variation4.phpt]
       
 17528 PASS Test fscanf() function: usage variations - integer formats with resource [ext/standard/tests/file/fscanf_variation4.phpt] 
       
 17529 TEST 8839/11279 [ext/standard/tests/file/fscanf_variation40.phpt]
       
 17530 PASS Test fscanf() function: usage variations - unsigned formats with float values [ext/standard/tests/file/fscanf_variation40.phpt] 
       
 17531 TEST 8840/11279 [ext/standard/tests/file/fscanf_variation41.phpt]
       
 17532 PASS Test fscanf() function: usage variations - unsigned formats with resource [ext/standard/tests/file/fscanf_variation41.phpt] 
       
 17533 TEST 8841/11279 [ext/standard/tests/file/fscanf_variation42.phpt]
       
 17534 PASS Test fscanf() function: usage variations - unsigned formats with arrays [ext/standard/tests/file/fscanf_variation42.phpt] 
       
 17535 TEST 8842/11279 [ext/standard/tests/file/fscanf_variation43.phpt]
       
 17536 PASS Test fscanf() function: usage variations - unsigned formats with strings [ext/standard/tests/file/fscanf_variation43.phpt] 
       
 17537 TEST 8843/11279 [ext/standard/tests/file/fscanf_variation44.phpt]
       
 17538 PASS Test fscanf() function: usage variations - unsigned formats with boolean [ext/standard/tests/file/fscanf_variation44.phpt] 
       
 17539 TEST 8844/11279 [ext/standard/tests/file/fscanf_variation45.phpt]
       
 17540 PASS Test fscanf() function: usage variations - scientific formats with integer values [ext/standard/tests/file/fscanf_variation45.phpt] 
       
 17541 TEST 8845/11279 [ext/standard/tests/file/fscanf_variation46.phpt]
       
 17542 PASS Test fscanf() function: usage variations - scientific formats with float values [ext/standard/tests/file/fscanf_variation46.phpt] 
       
 17543 TEST 8846/11279 [ext/standard/tests/file/fscanf_variation47.phpt]
       
 17544 PASS Test fscanf() function: usage variations - scientific formats with resource [ext/standard/tests/file/fscanf_variation47.phpt] 
       
 17545 TEST 8847/11279 [ext/standard/tests/file/fscanf_variation48.phpt]
       
 17546 PASS Test fscanf() function: usage variations - scientific formats with arrays [ext/standard/tests/file/fscanf_variation48.phpt] 
       
 17547 TEST 8848/11279 [ext/standard/tests/file/fscanf_variation49.phpt]
       
 17548 PASS Test fscanf() function: usage variations - scientific formats with strings [ext/standard/tests/file/fscanf_variation49.phpt] 
       
 17549 TEST 8849/11279 [ext/standard/tests/file/fscanf_variation5.phpt]
       
 17550 PASS Test fscanf() function: usage variations - integer formats with arrays [ext/standard/tests/file/fscanf_variation5.phpt] 
       
 17551 TEST 8850/11279 [ext/standard/tests/file/fscanf_variation50.phpt]
       
 17552 PASS Test fscanf() function: usage variations - scientific formats with boolean [ext/standard/tests/file/fscanf_variation50.phpt] 
       
 17553 TEST 8851/11279 [ext/standard/tests/file/fscanf_variation51.phpt]
       
 17554 PASS Test fscanf() function: usage variations - file opened in write only mode [ext/standard/tests/file/fscanf_variation51.phpt] 
       
 17555 TEST 8852/11279 [ext/standard/tests/file/fscanf_variation52.phpt]
       
 17556 PASS Test fscanf() function: usage variations - empty file [ext/standard/tests/file/fscanf_variation52.phpt] 
       
 17557 TEST 8853/11279 [ext/standard/tests/file/fscanf_variation53.phpt]
       
 17558 PASS Test fscanf() function: usage variations - file pointer pointing to EOF [ext/standard/tests/file/fscanf_variation53.phpt] 
       
 17559 TEST 8854/11279 [ext/standard/tests/file/fscanf_variation54.phpt]
       
 17560 PASS Test fscanf() function: usage variations - objects [ext/standard/tests/file/fscanf_variation54.phpt] 
       
 17561 TEST 8855/11279 [ext/standard/tests/file/fscanf_variation55.phpt]
       
 17562 PASS Test fscanf() function: usage variations - tracking file pointer while reading [ext/standard/tests/file/fscanf_variation55.phpt] 
       
 17563 TEST 8856/11279 [ext/standard/tests/file/fscanf_variation6.phpt]
       
 17564 PASS Test fscanf() function: usage variations - integer formats with strings [ext/standard/tests/file/fscanf_variation6.phpt] 
       
 17565 TEST 8857/11279 [ext/standard/tests/file/fscanf_variation7.phpt]
       
 17566 PASS Test fscanf() function: usage variations - integer formats with boolean [ext/standard/tests/file/fscanf_variation7.phpt] 
       
 17567 TEST 8858/11279 [ext/standard/tests/file/fscanf_variation8.phpt]
       
 17568 PASS Test fscanf() function: usage variations - float formats with float values [ext/standard/tests/file/fscanf_variation8.phpt] 
       
 17569 TEST 8859/11279 [ext/standard/tests/file/fscanf_variation9.phpt]
       
 17570 PASS Test fscanf() function: usage variations - float formats with integer values [ext/standard/tests/file/fscanf_variation9.phpt] 
       
 17571 TEST 8860/11279 [ext/standard/tests/file/fseek_dir_basic.phpt]
       
 17572 PASS Testing fseek() on a directory stream [ext/standard/tests/file/fseek_dir_basic.phpt] 
       
 17573 TEST 8861/11279 [ext/standard/tests/file/fseek_ftell_rewind_basic1.phpt]
       
 17574 PASS Test fseek(), ftell() & rewind() functions : Basic functionality - all r and a modes [ext/standard/tests/file/fseek_ftell_rewind_basic1.phpt] 
       
 17575 TEST 8862/11279 [ext/standard/tests/file/fseek_ftell_rewind_basic2-win32.phpt]
       
 17576 SKIP Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes [ext/standard/tests/file/fseek_ftell_rewind_basic2-win32.phpt] reason: .. only valid for Windows
       
 17577 TEST 8863/11279 [ext/standard/tests/file/fseek_ftell_rewind_basic2.phpt]
       
 17578 PASS Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes [ext/standard/tests/file/fseek_ftell_rewind_basic2.phpt] 
       
 17579 TEST 8864/11279 [ext/standard/tests/file/fseek_ftell_rewind_error1.phpt]
       
 17580 PASS Test fseek(), ftell() & rewind() functions : error conditions - fseek() [ext/standard/tests/file/fseek_ftell_rewind_error1.phpt] 
       
 17581 TEST 8865/11279 [ext/standard/tests/file/fseek_ftell_rewind_error2.phpt]
       
 17582 PASS Test fseek(), ftell() & rewind() functions : error conditions - ftell() [ext/standard/tests/file/fseek_ftell_rewind_error2.phpt] 
       
 17583 TEST 8866/11279 [ext/standard/tests/file/fseek_ftell_rewind_error3.phpt]
       
 17584 PASS Test fseek(), ftell() & rewind() functions : error conditions - rewind() [ext/standard/tests/file/fseek_ftell_rewind_error3.phpt] 
       
 17585 TEST 8867/11279 [ext/standard/tests/file/fseek_ftell_rewind_variation1.phpt]
       
 17586 PASS Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, default whence [ext/standard/tests/file/fseek_ftell_rewind_variation1.phpt] 
       
 17587 TEST 8868/11279 [ext/standard/tests/file/fseek_ftell_rewind_variation2-win32.phpt]
       
 17588 SKIP Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence [ext/standard/tests/file/fseek_ftell_rewind_variation2-win32.phpt] reason: .. only valid for Windows
       
 17589 TEST 8869/11279 [ext/standard/tests/file/fseek_ftell_rewind_variation2.phpt]
       
 17590 PASS Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence [ext/standard/tests/file/fseek_ftell_rewind_variation2.phpt] 
       
 17591 TEST 8870/11279 [ext/standard/tests/file/fseek_ftell_rewind_variation3.phpt]
       
 17592 PASS Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_SET [ext/standard/tests/file/fseek_ftell_rewind_variation3.phpt] 
       
 17593 TEST 8871/11279 [ext/standard/tests/file/fseek_ftell_rewind_variation4-win32.phpt]
       
 17594 SKIP Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET [ext/standard/tests/file/fseek_ftell_rewind_variation4-win32.phpt] reason: .. only valid for Windows
       
 17595 TEST 8872/11279 [ext/standard/tests/file/fseek_ftell_rewind_variation4.phpt]
       
 17596 PASS Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET [ext/standard/tests/file/fseek_ftell_rewind_variation4.phpt] 
       
 17597 TEST 8873/11279 [ext/standard/tests/file/fseek_ftell_rewind_variation5.phpt]
       
 17598 PASS Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, SEEK_CUR [ext/standard/tests/file/fseek_ftell_rewind_variation5.phpt] 
       
 17599 TEST 8874/11279 [ext/standard/tests/file/fseek_ftell_rewind_variation6-win32.phpt]
       
 17600 SKIP Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR [ext/standard/tests/file/fseek_ftell_rewind_variation6-win32.phpt] reason: .. only valid for Windows
       
 17601 TEST 8875/11279 [ext/standard/tests/file/fseek_ftell_rewind_variation6.phpt]
       
 17602 PASS Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR [ext/standard/tests/file/fseek_ftell_rewind_variation6.phpt] 
       
 17603 TEST 8876/11279 [ext/standard/tests/file/fseek_ftell_rewind_variation7.phpt]
       
 17604 PASS Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_END [ext/standard/tests/file/fseek_ftell_rewind_variation7.phpt] 
       
 17605 TEST 8877/11279 [ext/standard/tests/file/fseek_ftell_rewind_variation8-win32.phpt]
       
 17606 SKIP Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END [ext/standard/tests/file/fseek_ftell_rewind_variation8-win32.phpt] reason: .. only valid for Windows
       
 17607 TEST 8878/11279 [ext/standard/tests/file/fseek_ftell_rewind_variation8.phpt]
       
 17608 PASS Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END [ext/standard/tests/file/fseek_ftell_rewind_variation8.phpt] 
       
 17609 TEST 8879/11279 [ext/standard/tests/file/fseek_variation1.phpt]
       
 17610 PASS Test fseek() function : usage variations  - different types for offset [ext/standard/tests/file/fseek_variation1.phpt] 
       
 17611 TEST 8880/11279 [ext/standard/tests/file/fseek_variation2.phpt]
       
 17612 PASS Test fseek() function : usage variations  - different types for whence [ext/standard/tests/file/fseek_variation2.phpt] 
       
 17613 TEST 8881/11279 [ext/standard/tests/file/fseek_variation3.phpt]
       
 17614 PASS Test fseek() function : variation functionality beyond file boundaries [ext/standard/tests/file/fseek_variation3.phpt] 
       
 17615 TEST 8882/11279 [ext/standard/tests/file/fstat.phpt]
       
 17616 PASS fstat() tests [ext/standard/tests/file/fstat.phpt] 
       
 17617 TEST 8883/11279 [ext/standard/tests/file/fstat_basic.phpt]
       
 17618 PASS Test function fstat() by calling it with its expected arguments [ext/standard/tests/file/fstat_basic.phpt] 
       
 17619 TEST 8884/11279 [ext/standard/tests/file/fstat_error.phpt]
       
 17620 PASS Test function fstat() by calling it more than or less than its expected arguments [ext/standard/tests/file/fstat_error.phpt] 
       
 17621 TEST 8885/11279 [ext/standard/tests/file/fstat_variation1.phpt]
       
 17622 PASS Test function fstat() by substituting agument 1 with array values. [ext/standard/tests/file/fstat_variation1.phpt] 
       
 17623 TEST 8886/11279 [ext/standard/tests/file/fstat_variation2.phpt]
       
 17624 PASS Test function fstat() by substituting agument 1 with boolean values. [ext/standard/tests/file/fstat_variation2.phpt] 
       
 17625 TEST 8887/11279 [ext/standard/tests/file/fstat_variation3.phpt]
       
 17626 PASS Test function fstat() by substituting agument 1 with emptyUnsetUndefNull values. [ext/standard/tests/file/fstat_variation3.phpt] 
       
 17627 TEST 8888/11279 [ext/standard/tests/file/fstat_variation4.phpt]
       
 17628 PASS Test function fstat() by substituting agument 1 with float values. [ext/standard/tests/file/fstat_variation4.phpt] 
       
 17629 TEST 8889/11279 [ext/standard/tests/file/fstat_variation5.phpt]
       
 17630 PASS Test function fstat() by substituting agument 1 with int values. [ext/standard/tests/file/fstat_variation5.phpt] 
       
 17631 TEST 8890/11279 [ext/standard/tests/file/fstat_variation6.phpt]
       
 17632 PASS Test function fstat() by substituting agument 1 with object values. [ext/standard/tests/file/fstat_variation6.phpt] 
       
 17633 TEST 8891/11279 [ext/standard/tests/file/fstat_variation7.phpt]
       
 17634 PASS Test function fstat() by substituting agument 1 with string values. [ext/standard/tests/file/fstat_variation7.phpt] 
       
 17635 TEST 8892/11279 [ext/standard/tests/file/fstat_variation8.phpt]
       
 17636 PASS Test function fstat() by calling it with its expected arguments [ext/standard/tests/file/fstat_variation8.phpt] 
       
 17637 TEST 8893/11279 [ext/standard/tests/file/ftruncate.phpt]
       
 17638 PASS ftruncate() tests [ext/standard/tests/file/ftruncate.phpt] 
       
 17639 TEST 8894/11279 [ext/standard/tests/file/ftruncate_error.phpt]
       
 17640 PASS Test ftruncate() function : error conditions [ext/standard/tests/file/ftruncate_error.phpt] 
       
 17641 TEST 8895/11279 [ext/standard/tests/file/ftruncate_variation1-win32.phpt]
       
 17642 SKIP Test ftruncate() function : usage variations - truncate filesize to zero [ext/standard/tests/file/ftruncate_variation1-win32.phpt] reason: .. only valid for Windows
       
 17643 TEST 8896/11279 [ext/standard/tests/file/ftruncate_variation1.phpt]
       
 17644 PASS Test ftruncate() function : usage variations - truncate filesize to zero [ext/standard/tests/file/ftruncate_variation1.phpt] 
       
 17645 TEST 8897/11279 [ext/standard/tests/file/ftruncate_variation2-win32.phpt]
       
 17646 SKIP Test ftruncate() function : usage variations - truncate file to current size [ext/standard/tests/file/ftruncate_variation2-win32.phpt] reason: .. only valid for Windows
       
 17647 TEST 8898/11279 [ext/standard/tests/file/ftruncate_variation2.phpt]
       
 17648 PASS Test ftruncate() function : usage variations - truncate file to current size [ext/standard/tests/file/ftruncate_variation2.phpt] 
       
 17649 TEST 8899/11279 [ext/standard/tests/file/ftruncate_variation3-win32.phpt]
       
 17650 SKIP Test ftruncate() function : usage variations - truncate file to half size [ext/standard/tests/file/ftruncate_variation3-win32.phpt] reason: .. only valid for Windows
       
 17651 TEST 8900/11279 [ext/standard/tests/file/ftruncate_variation3.phpt]
       
 17652 PASS Test ftruncate() function : usage variations - truncate file to half size [ext/standard/tests/file/ftruncate_variation3.phpt] 
       
 17653 TEST 8901/11279 [ext/standard/tests/file/ftruncate_variation4-win32.phpt]
       
 17654 SKIP Test ftruncate() function : usage variations - truncate file to negative size [ext/standard/tests/file/ftruncate_variation4-win32.phpt] reason: .. only valid for Windows
       
 17655 TEST 8902/11279 [ext/standard/tests/file/ftruncate_variation4.phpt]
       
 17656 PASS Test ftruncate() function : usage variations - truncate file to negative size [ext/standard/tests/file/ftruncate_variation4.phpt] 
       
 17657 TEST 8903/11279 [ext/standard/tests/file/ftruncate_variation5-win32.phpt]
       
 17658 SKIP Test ftruncate() function : usage variations - truncate file to bigger size [ext/standard/tests/file/ftruncate_variation5-win32.phpt] reason: .. only valid for Windows
       
 17659 TEST 8904/11279 [ext/standard/tests/file/ftruncate_variation5.phpt]
       
 17660 PASS Test ftruncate() function : usage variations - truncate file to bigger size [ext/standard/tests/file/ftruncate_variation5.phpt] 
       
 17661 TEST 8905/11279 [ext/standard/tests/file/ftruncate_variation6-win32.phpt]
       
 17662 SKIP Test ftruncate() function : usage variations - truncate file to smaller size [ext/standard/tests/file/ftruncate_variation6-win32.phpt] reason: .. only valid for Windows
       
 17663 TEST 8906/11279 [ext/standard/tests/file/ftruncate_variation6.phpt]
       
 17664 PASS Test ftruncate() function : usage variations - truncate file to smaller size [ext/standard/tests/file/ftruncate_variation6.phpt] 
       
 17665 TEST 8907/11279 [ext/standard/tests/file/ftruncate_variation7-win32.phpt]
       
 17666 SKIP Test ftruncate() function : usage variations - truncate when file pointer at EOF [ext/standard/tests/file/ftruncate_variation7-win32.phpt] reason: .. only valid for Windows
       
 17667 TEST 8908/11279 [ext/standard/tests/file/ftruncate_variation7.phpt]
       
 17668 PASS Test ftruncate() function : usage variations - truncate when file pointer at EOF [ext/standard/tests/file/ftruncate_variation7.phpt] 
       
 17669 TEST 8909/11279 [ext/standard/tests/file/fwrite.phpt]
       
 17670 PASS fwrite() tests [ext/standard/tests/file/fwrite.phpt] 
       
 17671 TEST 8910/11279 [ext/standard/tests/file/fwrite_basic-win32.phpt]
       
 17672 SKIP Test fwrite() function : basic functionality [ext/standard/tests/file/fwrite_basic-win32.phpt] reason: ...Valid for Windows only
       
 17673 TEST 8911/11279 [ext/standard/tests/file/fwrite_basic.phpt]
       
 17674 PASS Test fwrite() function : basic functionality [ext/standard/tests/file/fwrite_basic.phpt] 
       
 17675 TEST 8912/11279 [ext/standard/tests/file/fwrite_error.phpt]
       
 17676 PASS Test fwrite() function : error conditions [ext/standard/tests/file/fwrite_error.phpt] 
       
 17677 TEST 8913/11279 [ext/standard/tests/file/fwrite_variation1-win32.phpt]
       
 17678 SKIP Test fwrite() function : usage variations - r, rb & rt modes [ext/standard/tests/file/fwrite_variation1-win32.phpt] reason: ...Not valid for Linux
       
 17679 TEST 8914/11279 [ext/standard/tests/file/fwrite_variation1.phpt]
       
 17680 PASS Test fwrite() function : usage variations - r, rb & rt modes [ext/standard/tests/file/fwrite_variation1.phpt] 
       
 17681 TEST 8915/11279 [ext/standard/tests/file/fwrite_variation2-win32.phpt]
       
 17682 SKIP Test fwrite() function : usage variations - r+, r+b & r+t modes [ext/standard/tests/file/fwrite_variation2-win32.phpt] reason: ...Not valid for Linux
       
 17683 TEST 8916/11279 [ext/standard/tests/file/fwrite_variation2.phpt]
       
 17684 PASS Test fwrite() function : usage variations - r+, r+b & r+t modes [ext/standard/tests/file/fwrite_variation2.phpt] 
       
 17685 TEST 8917/11279 [ext/standard/tests/file/fwrite_variation3-win32.phpt]
       
 17686 SKIP Test fwrite() function : usage variations - a, ab, at, a+, a+b & a+t mode [ext/standard/tests/file/fwrite_variation3-win32.phpt] reason: ...Not valid for Linux
       
 17687 TEST 8918/11279 [ext/standard/tests/file/fwrite_variation3.phpt]
       
 17688 PASS Test fwrite() function : usage variations - a, ab, at, a+, a+b & a+t modes [ext/standard/tests/file/fwrite_variation3.phpt] 
       
 17689 TEST 8919/11279 [ext/standard/tests/file/fwrite_variation4-win32.phpt]
       
 17690 SKIP Test fwrite() function : usage variations - x, xb, xt, x+, x+b & x+t modes [ext/standard/tests/file/fwrite_variation4-win32.phpt] reason: ...Not valid for Linux
       
 17691 TEST 8920/11279 [ext/standard/tests/file/fwrite_variation4.phpt]
       
 17692 PASS Test fwrite() function : usage variations - x, xb, xt, x+, x+b & x+t modes [ext/standard/tests/file/fwrite_variation4.phpt] 
       
 17693 TEST 8921/11279 [ext/standard/tests/file/fwrite_variation5.phpt]
       
 17694 PASS Test fwrite() function : usage variation [ext/standard/tests/file/fwrite_variation5.phpt] 
       
 17695 TEST 8922/11279 [ext/standard/tests/file/get_current_user.phpt]
       
 17696 PASS get_current_user() tests [ext/standard/tests/file/get_current_user.phpt] 
       
 17697 TEST 8923/11279 [ext/standard/tests/file/glob_basic.phpt]
       
 17698 FAIL Test glob() function: basic functions [ext/standard/tests/file/glob_basic.phpt] 
       
 17699 TEST 8924/11279 [ext/standard/tests/file/glob_error.phpt]
       
 17700 PASS Test glob() function: error conditions [ext/standard/tests/file/glob_error.phpt] 
       
 17701 TEST 8925/11279 [ext/standard/tests/file/glob_error_002-win32.phpt]
       
 17702 SKIP Test glob() function: error condition - pattern too long. [ext/standard/tests/file/glob_error_002-win32.phpt] reason: Only valid for Windows
       
 17703 TEST 8926/11279 [ext/standard/tests/file/glob_variation-win32.phpt]
       
 17704 SKIP Test glob() function: usage variations [ext/standard/tests/file/glob_variation-win32.phpt] reason: .. only for Windows
       
 17705 TEST 8927/11279 [ext/standard/tests/file/glob_variation.phpt]
       
 17706 FAIL Test glob() function: usage variations [ext/standard/tests/file/glob_variation.phpt] 
       
 17707 TEST 8928/11279 [ext/standard/tests/file/glob_variation2.phpt]
       
 17708 PASS Test glob() function with relative path [ext/standard/tests/file/glob_variation2.phpt] 
       
 17709 TEST 8929/11279 [ext/standard/tests/file/htmlentities19.phpt]
       
 17710 PASS Test htmlentities() function [ext/standard/tests/file/htmlentities19.phpt] 
       
 17711 TEST 8930/11279 [ext/standard/tests/file/htmlspecialchars.phpt]
       
 17712 PASS Test htmlspecialchars() function [ext/standard/tests/file/htmlspecialchars.phpt] 
       
 17713 TEST 8931/11279 [ext/standard/tests/file/include_streams.phpt]
       
 17714 PASS Stream wrappers in include_path [ext/standard/tests/file/include_streams.phpt] 
       
 17715 TEST 8932/11279 [ext/standard/tests/file/include_userstream_001.phpt]
       
 17716 PASS User streams and include() [ext/standard/tests/file/include_userstream_001.phpt] 
       
 17717 TEST 8933/11279 [ext/standard/tests/file/include_userstream_002.phpt]
       
 17718 PASS local user streams must not be able to open() url's [ext/standard/tests/file/include_userstream_002.phpt] 
       
 17719 TEST 8934/11279 [ext/standard/tests/file/include_userstream_003.phpt]
       
 17720 PASS allow_url_fopen disabled [ext/standard/tests/file/include_userstream_003.phpt] 
       
 17721 TEST 8935/11279 [ext/standard/tests/file/is_dir_basic.phpt]
       
 17722 PASS Test is_dir() function: basic functionality [ext/standard/tests/file/is_dir_basic.phpt] 
       
 17723 TEST 8936/11279 [ext/standard/tests/file/is_dir_error.phpt]
       
 17724 PASS Test is_dir() function: error conditions [ext/standard/tests/file/is_dir_error.phpt] 
       
 17725 TEST 8937/11279 [ext/standard/tests/file/is_dir_variation1.phpt]
       
 17726 PASS Test is_dir() function: usage variations - dir/subdir [ext/standard/tests/file/is_dir_variation1.phpt] 
       
 17727 TEST 8938/11279 [ext/standard/tests/file/is_dir_variation2.phpt]
       
 17728 PASS Test is_dir() function: usage variations - links [ext/standard/tests/file/is_dir_variation2.phpt] 
       
 17729 TEST 8939/11279 [ext/standard/tests/file/is_dir_variation3.phpt]
       
 17730 PASS Test is_dir() function: usage variations - invalid arguments [ext/standard/tests/file/is_dir_variation3.phpt] 
       
 17731 TEST 8940/11279 [ext/standard/tests/file/is_dir_variation4.phpt]
       
 17732 PASS Test is_dir() function: usage variations - diff. path notations [ext/standard/tests/file/is_dir_variation4.phpt] 
       
 17733 TEST 8941/11279 [ext/standard/tests/file/is_executable_basic-win32.phpt]
       
 17734 SKIP Test is_executable() function: basic functionality [ext/standard/tests/file/is_executable_basic-win32.phpt] reason: .. only for Windows
       
 17735 TEST 8942/11279 [ext/standard/tests/file/is_executable_basic.phpt]
       
 17736 PASS Test is_executable() function: basic functionality [ext/standard/tests/file/is_executable_basic.phpt] 
       
 17737 TEST 8943/11279 [ext/standard/tests/file/is_executable_error.phpt]
       
 17738 PASS Test is_executable() function: error conditions [ext/standard/tests/file/is_executable_error.phpt] 
       
 17739 TEST 8944/11279 [ext/standard/tests/file/is_executable_variation1.phpt]
       
 17740 PASS Test is_executable() function: usage variations - diff. path notations [ext/standard/tests/file/is_executable_variation1.phpt] 
       
 17741 TEST 8945/11279 [ext/standard/tests/file/is_executable_variation2.phpt]
       
 17742 PASS Test is_executable() function: usage variations - file/dir with diff. perms [ext/standard/tests/file/is_executable_variation2.phpt] 
       
 17743 TEST 8946/11279 [ext/standard/tests/file/is_executable_variation3.phpt]
       
 17744 PASS Test is_executable() function: usage variations - invalid file names [ext/standard/tests/file/is_executable_variation3.phpt] 
       
 17745 TEST 8947/11279 [ext/standard/tests/file/is_file_basic.phpt]
       
 17746 PASS Test is_file() function: basic functionality [ext/standard/tests/file/is_file_basic.phpt] 
       
 17747 TEST 8948/11279 [ext/standard/tests/file/is_file_error.phpt]
       
 17748 PASS Test is_file() function: error conditions [ext/standard/tests/file/is_file_error.phpt] 
       
 17749 TEST 8949/11279 [ext/standard/tests/file/is_file_variation1.phpt]
       
 17750 PASS Test is_file() function: usage variations - diff. files [ext/standard/tests/file/is_file_variation1.phpt] 
       
 17751 TEST 8950/11279 [ext/standard/tests/file/is_file_variation2.phpt]
       
 17752 PASS Test is_file() function: usage variations - links [ext/standard/tests/file/is_file_variation2.phpt] 
       
 17753 TEST 8951/11279 [ext/standard/tests/file/is_file_variation3.phpt]
       
 17754 PASS Test is_file() function: usage variations - invalid filenames [ext/standard/tests/file/is_file_variation3.phpt] 
       
 17755 TEST 8952/11279 [ext/standard/tests/file/is_file_variation4.phpt]
       
 17756 PASS Test is_file() function: usage variations - diff. path notations (Bug #42027) [ext/standard/tests/file/is_file_variation4.phpt] 
       
 17757 TEST 8953/11279 [ext/standard/tests/file/is_readable_basic-win32.phpt]
       
 17758 SKIP Test is_readable() function: basic functionality [ext/standard/tests/file/is_readable_basic-win32.phpt] reason: only for Windows
       
 17759 TEST 8954/11279 [ext/standard/tests/file/is_readable_basic.phpt]
       
 17760 PASS Test is_readable() function: basic functionality [ext/standard/tests/file/is_readable_basic.phpt] 
       
 17761 TEST 8955/11279 [ext/standard/tests/file/is_readable_error.phpt]
       
 17762 PASS Test is_readable() function: error conditions [ext/standard/tests/file/is_readable_error.phpt] 
       
 17763 TEST 8956/11279 [ext/standard/tests/file/is_readable_variation1.phpt]
       
 17764 PASS Test is_readable() function: usage variations - diff. file notations [ext/standard/tests/file/is_readable_variation1.phpt] 
       
 17765 TEST 8957/11279 [ext/standard/tests/file/is_readable_variation2.phpt]
       
 17766 PASS Test is_readable() function: usage variations - file/dir with diff. perms [ext/standard/tests/file/is_readable_variation2.phpt] 
       
 17767 TEST 8958/11279 [ext/standard/tests/file/is_readable_variation3.phpt]
       
 17768 PASS Test is_readable() function: usage variations - invalid file names [ext/standard/tests/file/is_readable_variation3.phpt] 
       
 17769 SKIP is_uploaded_file() function [ext/standard/tests/file/is_uploaded_file_basic.phpt] reason: CGI not available
       
 17770 TEST 8960/11279 [ext/standard/tests/file/is_writable_basic.phpt]
       
 17771 PASS Test is_writable() and its alias is_writeable() function: basic functionality [ext/standard/tests/file/is_writable_basic.phpt] 
       
 17772 TEST 8961/11279 [ext/standard/tests/file/is_writable_error.phpt]
       
 17773 PASS Test is_writable() and its alias is_writeable() function: error conditions [ext/standard/tests/file/is_writable_error.phpt] 
       
 17774 TEST 8962/11279 [ext/standard/tests/file/is_writable_variation1.phpt]
       
 17775 PASS Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations [ext/standard/tests/file/is_writable_variation1.phpt] 
       
 17776 TEST 8963/11279 [ext/standard/tests/file/is_writable_variation2.phpt]
       
 17777 PASS Test is_writable() and its alias is_writeable() function: usage variations - file/dir with diff. perms [ext/standard/tests/file/is_writable_variation2.phpt] 
       
 17778 TEST 8964/11279 [ext/standard/tests/file/is_writable_variation3.phpt]
       
 17779 PASS Test is_writable() and its alias is_writeable() function: usage variations - invalid file names [ext/standard/tests/file/is_writable_variation3.phpt] 
       
 17780 TEST 8965/11279 [ext/standard/tests/file/lchgrp_basic.phpt]
       
 17781 PASS Test lchgrp() function : basic functionality [ext/standard/tests/file/lchgrp_basic.phpt] 
       
 17782 TEST 8966/11279 [ext/standard/tests/file/lchown_basic.phpt]
       
 17783 PASS Test lchown() function : basic functionality [ext/standard/tests/file/lchown_basic.phpt] 
       
 17784 TEST 8967/11279 [ext/standard/tests/file/lchown_error.phpt]
       
 17785 FAIL Test lchown() function : error functionality [ext/standard/tests/file/lchown_error.phpt] 
       
 17786 TEST 8968/11279 [ext/standard/tests/file/link_win32.phpt]
       
 17787 SKIP link not working properly on Windows [ext/standard/tests/file/link_win32.phpt] reason: windows only test
       
 17788 TEST 8969/11279 [ext/standard/tests/file/lstat_stat_basic.phpt]
       
 17789 PASS Test lstat() & stat() functions: basic functionality [ext/standard/tests/file/lstat_stat_basic.phpt] 
       
 17790 TEST 8970/11279 [ext/standard/tests/file/lstat_stat_error.phpt]
       
 17791 PASS Test lstat() and stat() functions: error conditions [ext/standard/tests/file/lstat_stat_error.phpt] 
       
 17792 TEST 8971/11279 [ext/standard/tests/file/lstat_stat_variation1.phpt]
       
 17793 PASS Test lstat() and stat() functions: usage variations - effects of rename() on file [ext/standard/tests/file/lstat_stat_variation1.phpt] 
       
 17794 TEST 8972/11279 [ext/standard/tests/file/lstat_stat_variation10.phpt]
       
 17795 PASS Test lstat() and stat() functions: usage variations - effects of is_dir() [ext/standard/tests/file/lstat_stat_variation10.phpt] 
       
 17796 TEST 8973/11279 [ext/standard/tests/file/lstat_stat_variation11.phpt]
       
 17797 PASS Test lstat() and stat() functions: usage variations - effect of is_file() [ext/standard/tests/file/lstat_stat_variation11.phpt] 
       
 17798 TEST 8974/11279 [ext/standard/tests/file/lstat_stat_variation12.phpt]
       
 17799 PASS Test lstat() and stat() functions: usage variations - effects of is_link() [ext/standard/tests/file/lstat_stat_variation12.phpt] 
       
 17800 TEST 8975/11279 [ext/standard/tests/file/lstat_stat_variation13.phpt]
       
 17801 PASS Test lstat() and stat() functions: usage variations - file opened using w and r mode [ext/standard/tests/file/lstat_stat_variation13.phpt] 
       
 17802 TEST 8976/11279 [ext/standard/tests/file/lstat_stat_variation14.phpt]
       
 17803 PASS Test lstat() and stat() functions: usage variations - hardlink [ext/standard/tests/file/lstat_stat_variation14.phpt] 
       
 17804 TEST 8977/11279 [ext/standard/tests/file/lstat_stat_variation15.phpt]
       
 17805 PASS Test lstat() and stat() functions: usage variations - effects changing permissions of link [ext/standard/tests/file/lstat_stat_variation15.phpt] 
       
 17806 TEST 8978/11279 [ext/standard/tests/file/lstat_stat_variation16.phpt]
       
 17807 PASS Test lstat() and stat() functions: usage variations - effects changing permissions of file [ext/standard/tests/file/lstat_stat_variation16.phpt] 
       
 17808 TEST 8979/11279 [ext/standard/tests/file/lstat_stat_variation17.phpt]
       
 17809 PASS Test lstat() and stat() functions: usage variations - effects changing permissions of dir [ext/standard/tests/file/lstat_stat_variation17.phpt] 
       
 17810 TEST 8980/11279 [ext/standard/tests/file/lstat_stat_variation18.phpt]
       
 17811 FAIL Test lstat() and stat() functions: usage variations - dir/file name stored in object [ext/standard/tests/file/lstat_stat_variation18.phpt] 
       
 17812 TEST 8981/11279 [ext/standard/tests/file/lstat_stat_variation19.phpt]
       
 17813 FAIL Test lstat() and stat() functions: usage variations - dir/file names in array [ext/standard/tests/file/lstat_stat_variation19.phpt] 
       
 17814 TEST 8982/11279 [ext/standard/tests/file/lstat_stat_variation2.phpt]
       
 17815 PASS Test lstat() and stat() functions: usage variations - effects of rename() on dir [ext/standard/tests/file/lstat_stat_variation2.phpt] 
       
 17816 TEST 8983/11279 [ext/standard/tests/file/lstat_stat_variation20.phpt]
       
 17817 FAIL Test lstat() and stat() functions: usage variations - link names stored in array/object [ext/standard/tests/file/lstat_stat_variation20.phpt] 
       
 17818 TEST 8984/11279 [ext/standard/tests/file/lstat_stat_variation21.phpt]
       
 17819 PASS Test lstat() and stat() functions: usage variations - effects of truncate() [ext/standard/tests/file/lstat_stat_variation21.phpt] 
       
 17820 TEST 8985/11279 [ext/standard/tests/file/lstat_stat_variation22.phpt]
       
 17821 PASS Test lstat() and stat() functions: usage variations - invalid filenames [ext/standard/tests/file/lstat_stat_variation22.phpt] 
       
 17822 TEST 8986/11279 [ext/standard/tests/file/lstat_stat_variation3.phpt]
       
 17823 PASS Test lstat() and stat() functions: usage variations - effects of rename() on link [ext/standard/tests/file/lstat_stat_variation3.phpt] 
       
 17824 TEST 8987/11279 [ext/standard/tests/file/lstat_stat_variation4.phpt]
       
 17825 PASS Test lstat() and stat() functions: usage variations - effects of touch() on file [ext/standard/tests/file/lstat_stat_variation4.phpt] 
       
 17826 TEST 8988/11279 [ext/standard/tests/file/lstat_stat_variation5.phpt]
       
 17827 PASS Test lstat() and stat() functions: usage variations - effects of touch() on dir [ext/standard/tests/file/lstat_stat_variation5.phpt] 
       
 17828 TEST 8989/11279 [ext/standard/tests/file/lstat_stat_variation6.phpt]
       
 17829 SKIP Test lstat() and stat() functions: usage variations - effects of touch() on link [ext/standard/tests/file/lstat_stat_variation6.phpt] reason: .. test valid for linux only
       
 17830 TEST 8990/11279 [ext/standard/tests/file/lstat_stat_variation7.phpt]
       
 17831 FAIL Test lstat() and stat() functions: usage variations - writing data into file [ext/standard/tests/file/lstat_stat_variation7.phpt] 
       
 17832 TEST 8991/11279 [ext/standard/tests/file/lstat_stat_variation8.phpt]
       
 17833 PASS Test lstat() and stat() functions: usage variations - creating file/subdir [ext/standard/tests/file/lstat_stat_variation8.phpt] 
       
 17834 TEST 8992/11279 [ext/standard/tests/file/lstat_stat_variation9.phpt]
       
 17835 PASS Test lstat() and stat() functions: usage variations - deleting file/subdir [ext/standard/tests/file/lstat_stat_variation9.phpt] 
       
 17836 TEST 8993/11279 [ext/standard/tests/file/magic_quotes.phpt]
       
 17837 PASS various magic quotes tests [ext/standard/tests/file/magic_quotes.phpt] 
       
 17838 TEST 8994/11279 [ext/standard/tests/file/mkdir-001.phpt]
       
 17839 PASS mkdir() tests [ext/standard/tests/file/mkdir-001.phpt] 
       
 17840 TEST 8995/11279 [ext/standard/tests/file/mkdir-002.phpt]
       
 17841 PASS mkdir(dir, 0777) tests [ext/standard/tests/file/mkdir-002.phpt] 
       
 17842 TEST 8996/11279 [ext/standard/tests/file/mkdir-003.phpt]
       
 17843 PASS recursive mkdir() tests [ext/standard/tests/file/mkdir-003.phpt] 
       
 17844 TEST 8997/11279 [ext/standard/tests/file/mkdir-004.phpt]
       
 17845 SKIP recursive mkdir() tests [ext/standard/tests/file/mkdir-004.phpt] reason: for root only
       
 17846 TEST 8998/11279 [ext/standard/tests/file/mkdir-005.phpt]
       
 17847 SKIP recursive mkdir() tests [ext/standard/tests/file/mkdir-005.phpt] reason: for root only
       
 17848 TEST 8999/11279 [ext/standard/tests/file/mkdir-006.phpt]
       
 17849 PASS recursive mkdir() with unclean paths [ext/standard/tests/file/mkdir-006.phpt] 
       
 17850 TEST 9000/11279 [ext/standard/tests/file/mkdir_rmdir_error.phpt]
       
 17851 PASS Test mkdir() and rmdir() functions : error conditions [ext/standard/tests/file/mkdir_rmdir_error.phpt] 
       
 17852 TEST 9001/11279 [ext/standard/tests/file/mkdir_rmdir_variation-win32.phpt]
       
 17853 SKIP Test mkdir() and rmdir() functions: usage variations [ext/standard/tests/file/mkdir_rmdir_variation-win32.phpt] reason: only for Windows
       
 17854 TEST 9002/11279 [ext/standard/tests/file/mkdir_rmdir_variation1.phpt]
       
 17855 PASS Test mkdir() and rmdir() functions: usage variations - perms(0000-0777) [ext/standard/tests/file/mkdir_rmdir_variation1.phpt] 
       
 17856 TEST 9003/11279 [ext/standard/tests/file/mkdir_rmdir_variation2.phpt]
       
 17857 PASS Test mkdir() and rmdir() functions: usage variations - misc. [ext/standard/tests/file/mkdir_rmdir_variation2.phpt] 
       
 17858 TEST 9004/11279 [ext/standard/tests/file/mkdir_variation1-win32.phpt]
       
 17859 SKIP Test mkdir() function : usage variation: try invalid pathname [ext/standard/tests/file/mkdir_variation1-win32.phpt] reason: Only valid for Windows
       
 17860 TEST 9005/11279 [ext/standard/tests/file/mkdir_variation1.phpt]
       
 17861 PASS Test mkdir() function : usage variation: try invalid pathname [ext/standard/tests/file/mkdir_variation1.phpt] 
       
 17862 TEST 9006/11279 [ext/standard/tests/file/mkdir_variation2.phpt]
       
 17863 PASS Test mkdir() function : usage variation: different types for mode [ext/standard/tests/file/mkdir_variation2.phpt] 
       
 17864 TEST 9007/11279 [ext/standard/tests/file/mkdir_variation3.phpt]
       
 17865 PASS Test mkdir() function : usage variation: different types for recursive [ext/standard/tests/file/mkdir_variation3.phpt] 
       
 17866 TEST 9008/11279 [ext/standard/tests/file/mkdir_variation4.phpt]
       
 17867 PASS Test mkdir() function : usage variation: different types for context [ext/standard/tests/file/mkdir_variation4.phpt] 
       
 17868 TEST 9009/11279 [ext/standard/tests/file/mkdir_variation5-win32.phpt]
       
 17869 SKIP Test mkdir() function : variation: various valid and invalid paths [ext/standard/tests/file/mkdir_variation5-win32.phpt] reason: Only valid for Windows
       
 17870 TEST 9010/11279 [ext/standard/tests/file/mkdir_variation5.phpt]
       
 17871 PASS Test mkdir() function : variation: various valid and invalid paths [ext/standard/tests/file/mkdir_variation5.phpt] 
       
 17872 SKIP move_uploaded_file() function [ext/standard/tests/file/move_uploaded_file_basic.phpt] reason: CGI not available
       
 17873 TEST 9012/11279 [ext/standard/tests/file/parse_ini_file.phpt]
       
 17874 PASS Test parse_ini_file() function [ext/standard/tests/file/parse_ini_file.phpt] 
       
 17875 TEST 9013/11279 [ext/standard/tests/file/parse_ini_file_error.phpt]
       
 17876 PASS Test parse_ini_file() function : error conditions [ext/standard/tests/file/parse_ini_file_error.phpt] 
       
 17877 TEST 9014/11279 [ext/standard/tests/file/parse_ini_file_variation1.phpt]
       
 17878 PASS Test parse_ini_file() function : variation: identical properties and values are not referenced. [ext/standard/tests/file/parse_ini_file_variation1.phpt] 
       
 17879 TEST 9015/11279 [ext/standard/tests/file/parse_ini_file_variation2.phpt]
       
 17880 PASS Test parse_ini_file() function : variation: handling different boolean values [ext/standard/tests/file/parse_ini_file_variation2.phpt] 
       
 17881 TEST 9016/11279 [ext/standard/tests/file/parse_ini_file_variation3.phpt]
       
 17882 PASS Test parse_ini_file() function : variation: include path searching [ext/standard/tests/file/parse_ini_file_variation3.phpt] 
       
 17883 TEST 9017/11279 [ext/standard/tests/file/parse_ini_file_variation4.phpt]
       
 17884 PASS Test parse_ini_file() function : usage variation [ext/standard/tests/file/parse_ini_file_variation4.phpt] 
       
 17885 TEST 9018/11279 [ext/standard/tests/file/parse_ini_file_variation5.phpt]
       
 17886 PASS Test parse_ini_file() function : usage variation [ext/standard/tests/file/parse_ini_file_variation5.phpt] 
       
 17887 TEST 9019/11279 [ext/standard/tests/file/parse_ini_file_variation6-win32.phpt]
       
 17888 SKIP Test parse_ini_file() function : variation - various absolute and relative paths [ext/standard/tests/file/parse_ini_file_variation6-win32.phpt] reason: Only run on Windows
       
 17889 TEST 9020/11279 [ext/standard/tests/file/parse_ini_file_variation6.phpt]
       
 17890 PASS Test parse_ini_file() function : variation - various absolute and relative paths [ext/standard/tests/file/parse_ini_file_variation6.phpt] 
       
 17891 TEST 9021/11279 [ext/standard/tests/file/pathinfo_basic.phpt]
       
 17892 PASS Test pathinfo() function: basic functionality [ext/standard/tests/file/pathinfo_basic.phpt] 
       
 17893 TEST 9022/11279 [ext/standard/tests/file/pathinfo_basic1-win32.phpt]
       
 17894 SKIP Test pathinfo() function: basic functionality [ext/standard/tests/file/pathinfo_basic1-win32.phpt] reason: Only valid for Windows
       
 17895 TEST 9023/11279 [ext/standard/tests/file/pathinfo_basic1.phpt]
       
 17896 PASS Test pathinfo() function: basic functionality [ext/standard/tests/file/pathinfo_basic1.phpt] 
       
 17897 TEST 9024/11279 [ext/standard/tests/file/pathinfo_basic2-win32.phpt]
       
 17898 SKIP Test pathinfo() function: basic functionality [ext/standard/tests/file/pathinfo_basic2-win32.phpt] reason: Only valid for Windows
       
 17899 TEST 9025/11279 [ext/standard/tests/file/pathinfo_basic2.phpt]
       
 17900 PASS Test pathinfo() function: basic functionality [ext/standard/tests/file/pathinfo_basic2.phpt] 
       
 17901 TEST 9026/11279 [ext/standard/tests/file/pathinfo_error.phpt]
       
 17902 PASS Test pathinfo() function: error conditions [ext/standard/tests/file/pathinfo_error.phpt] 
       
 17903 TEST 9027/11279 [ext/standard/tests/file/pathinfo_variation1.phpt]
       
 17904 PASS Test pathinfo() function : usage variation [ext/standard/tests/file/pathinfo_variation1.phpt] 
       
 17905 TEST 9028/11279 [ext/standard/tests/file/pathinfo_variation2.phpt]
       
 17906 PASS Test pathinfo() function : usage variation [ext/standard/tests/file/pathinfo_variation2.phpt] 
       
 17907 TEST 9029/11279 [ext/standard/tests/file/pathinfo_variation3.phpt]
       
 17908 PASS Test pathinfo() function : usage variation [ext/standard/tests/file/pathinfo_variation3.phpt] 
       
 17909 TEST 9030/11279 [ext/standard/tests/file/pathinfo_variaton.phpt]
       
 17910 PASS Test pathinfo() function: usage variations [ext/standard/tests/file/pathinfo_variaton.phpt] 
       
 17911 TEST 9031/11279 [ext/standard/tests/file/pclose_variation1.phpt]
       
 17912 PASS Test pclose() function : usage variation [ext/standard/tests/file/pclose_variation1.phpt] 
       
 17913 TEST 9032/11279 [ext/standard/tests/file/php_fd_wrapper_01.phpt]
       
 17914 PASS php://fd wrapper: basic test [ext/standard/tests/file/php_fd_wrapper_01.phpt] 
       
 17915 TEST 9033/11279 [ext/standard/tests/file/php_fd_wrapper_02.phpt]
       
 17916 PASS php://fd wrapper: mode is ignored [ext/standard/tests/file/php_fd_wrapper_02.phpt] 
       
 17917 TEST 9034/11279 [ext/standard/tests/file/php_fd_wrapper_03.phpt]
       
 17918 PASS php://fd wrapper: bad syntax [ext/standard/tests/file/php_fd_wrapper_03.phpt] 
       
 17919 TEST 9035/11279 [ext/standard/tests/file/php_fd_wrapper_04.phpt]
       
 17920 PASS php://fd wrapper: invalid file descriptor [ext/standard/tests/file/php_fd_wrapper_04.phpt] 
       
 17921 TEST 9036/11279 [ext/standard/tests/file/popen_pclose_basic-win32.phpt]
       
 17922 SKIP Test popen() and pclose function: basic functionality [ext/standard/tests/file/popen_pclose_basic-win32.phpt] reason: Not Valid for Linux
       
 17923 TEST 9037/11279 [ext/standard/tests/file/popen_pclose_basic.phpt]
       
 17924 PASS Test popen() and pclose function: basic functionality [ext/standard/tests/file/popen_pclose_basic.phpt] 
       
 17925 TEST 9038/11279 [ext/standard/tests/file/popen_pclose_error-sunos.phpt]
       
 17926 FAIL Test popen() and pclose function: error conditions [ext/standard/tests/file/popen_pclose_error-sunos.phpt] 
       
 17927 TEST 9039/11279 [ext/standard/tests/file/popen_pclose_error-win32-debug.phpt]
       
 17928 SKIP Test popen() and pclose function: error conditions [ext/standard/tests/file/popen_pclose_error-win32-debug.phpt] reason: Not Valid for release builds
       
 17929 TEST 9040/11279 [ext/standard/tests/file/popen_pclose_error-win32.phpt]
       
 17930 SKIP Test popen() and pclose function: error conditions [ext/standard/tests/file/popen_pclose_error-win32.phpt] reason: Valid only on Windows
       
 17931 TEST 9041/11279 [ext/standard/tests/file/popen_pclose_error.phpt]
       
 17932 SKIP Test popen() and pclose function: error conditions [ext/standard/tests/file/popen_pclose_error.phpt] reason: Not Valid for Windows & Sun Solaris
       
 17933 TEST 9042/11279 [ext/standard/tests/file/proc_open01.phpt]
       
 17934 PASS proc_open() regression test 1 (proc_open() leak) [ext/standard/tests/file/proc_open01.phpt] 
       
 17935 TEST 9043/11279 [ext/standard/tests/file/readfile_basic-win32.phpt]
       
 17936 SKIP Test readfile() function: basic functionality [ext/standard/tests/file/readfile_basic-win32.phpt] reason: .. only on Windows
       
 17937 TEST 9044/11279 [ext/standard/tests/file/readfile_basic.phpt]
       
 17938 PASS Test readfile() function: basic functionality [ext/standard/tests/file/readfile_basic.phpt] 
       
 17939 TEST 9045/11279 [ext/standard/tests/file/readfile_error.phpt]
       
 17940 PASS Test readfile() function: error conditions [ext/standard/tests/file/readfile_error.phpt] 
       
 17941 TEST 9046/11279 [ext/standard/tests/file/readfile_variation1.phpt]
       
 17942 PASS Test readfile() function: usage variation - stream_context [ext/standard/tests/file/readfile_variation1.phpt] 
       
 17943 TEST 9047/11279 [ext/standard/tests/file/readfile_variation10-win32.phpt]
       
 17944 SKIP Test readfile() function : variation - various invalid paths [ext/standard/tests/file/readfile_variation10-win32.phpt] reason: run only on Windows
       
 17945 TEST 9048/11279 [ext/standard/tests/file/readfile_variation10.phpt]
       
 17946 PASS Test readfile() function : variation - various invalid paths [ext/standard/tests/file/readfile_variation10.phpt] 
       
 17947 TEST 9049/11279 [ext/standard/tests/file/readfile_variation2.phpt]
       
 17948 PASS Test readfile() function: usage variations - links [ext/standard/tests/file/readfile_variation2.phpt] 
       
 17949 TEST 9050/11279 [ext/standard/tests/file/readfile_variation3.phpt]
       
 17950 PASS Test readfile() function: usage variation - include path [ext/standard/tests/file/readfile_variation3.phpt] 
       
 17951 TEST 9051/11279 [ext/standard/tests/file/readfile_variation4.phpt]
       
 17952 PASS Test readfile() function : usage variation [ext/standard/tests/file/readfile_variation4.phpt] 
       
 17953 TEST 9052/11279 [ext/standard/tests/file/readfile_variation5.phpt]
       
 17954 PASS Test readfile() function : usage variation [ext/standard/tests/file/readfile_variation5.phpt] 
       
 17955 TEST 9053/11279 [ext/standard/tests/file/readfile_variation6.phpt]
       
 17956 PASS Test readfile() function : variation - test include path [ext/standard/tests/file/readfile_variation6.phpt] 
       
 17957 TEST 9054/11279 [ext/standard/tests/file/readfile_variation7.phpt]
       
 17958 PASS Test readfile() function : variation [ext/standard/tests/file/readfile_variation7.phpt] 
       
 17959 TEST 9055/11279 [ext/standard/tests/file/readfile_variation8-win32.phpt]
       
 17960 SKIP Test readfile() function : variation [ext/standard/tests/file/readfile_variation8-win32.phpt] reason: Only valid for Windows
       
 17961 TEST 9056/11279 [ext/standard/tests/file/readfile_variation9.phpt]
       
 17962 PASS Test readfile() function : variation - variable types of path [ext/standard/tests/file/readfile_variation9.phpt] 
       
 17963 TEST 9057/11279 [ext/standard/tests/file/readlink_realpath_basic1.phpt]
       
 17964 PASS Test readlink() and realpath functions: basic functionality - diff. path notation for links(Bug #42038) [ext/standard/tests/file/readlink_realpath_basic1.phpt] 
       
 17965 TEST 9058/11279 [ext/standard/tests/file/readlink_realpath_basic2.phpt]
       
 17966 PASS Test readlink() and realpath functions: basic functionality - diff. path notation for files [ext/standard/tests/file/readlink_realpath_basic2.phpt] 
       
 17967 TEST 9059/11279 [ext/standard/tests/file/readlink_realpath_error.phpt]
       
 17968 PASS Test readlink() and realpath() functions: error conditions [ext/standard/tests/file/readlink_realpath_error.phpt] 
       
 17969 TEST 9060/11279 [ext/standard/tests/file/readlink_realpath_variation1.phpt]
       
 17970 PASS Test readlink() and realpath() functions: usage variation - linkname/filename stored in object(Bug #42038) [ext/standard/tests/file/readlink_realpath_variation1.phpt] 
       
 17971 TEST 9061/11279 [ext/standard/tests/file/readlink_realpath_variation2.phpt]
       
 17972 PASS Test readlink() and realpath() functions: usage variation - linkname/filename stored in array(Bug #42038) [ext/standard/tests/file/readlink_realpath_variation2.phpt] 
       
 17973 TEST 9062/11279 [ext/standard/tests/file/readlink_realpath_variation3.phpt]
       
 17974 PASS Test readlink() and realpath() functions: usage variation - invalid args [ext/standard/tests/file/readlink_realpath_variation3.phpt] 
       
 17975 TEST 9063/11279 [ext/standard/tests/file/readlink_variation1.phpt]
       
 17976 PASS Test readlink() function: usage variations - invalid filenames [ext/standard/tests/file/readlink_variation1.phpt] 
       
 17977 TEST 9064/11279 [ext/standard/tests/file/realpath_basic-win32.phpt]
       
 17978 SKIP Test realpath() function: basic functionality [ext/standard/tests/file/realpath_basic-win32.phpt] reason: only on Windows
       
 17979 TEST 9065/11279 [ext/standard/tests/file/realpath_basic2.phpt]
       
 17980 PASS realpath() with relative directory [ext/standard/tests/file/realpath_basic2.phpt] 
       
 17981 TEST 9066/11279 [ext/standard/tests/file/realpath_basic3.phpt]
       
 17982 PASS Test realpath() with relative paths [ext/standard/tests/file/realpath_basic3.phpt] 
       
 17983 TEST 9067/11279 [ext/standard/tests/file/realpath_basic4.phpt]
       
 17984 PASS Test realpath() with relative paths [ext/standard/tests/file/realpath_basic4.phpt] 
       
 17985 TEST 9068/11279 [ext/standard/tests/file/realpath_cache.phpt]
       
 17986 PASS realpath_cache_size() and realpath_cache_get() [ext/standard/tests/file/realpath_cache.phpt] 
       
 17987 TEST 9069/11279 [ext/standard/tests/file/realpath_cache_win32.phpt]
       
 17988 SKIP realpath_cache_size() and realpath_cache_get() [ext/standard/tests/file/realpath_cache_win32.phpt] reason: only on Windows
       
 17989 TEST 9070/11279 [ext/standard/tests/file/realpath_error-win32.phpt]
       
 17990 SKIP Test realpath() function: error conditions [ext/standard/tests/file/realpath_error-win32.phpt] reason: only on Windows
       
 17991 TEST 9071/11279 [ext/standard/tests/file/realpath_variation-win32.phpt]
       
 17992 SKIP Test realpath() function: usage variation [ext/standard/tests/file/realpath_variation-win32.phpt] reason: only on Windows
       
 17993 TEST 9072/11279 [ext/standard/tests/file/realpath_variation2.phpt]
       
 17994 PASS Test realpath() function : variation [ext/standard/tests/file/realpath_variation2.phpt] 
       
 17995 TEST 9073/11279 [ext/standard/tests/file/rename_basic.phpt]
       
 17996 PASS Test rename() function: basic functionality [ext/standard/tests/file/rename_basic.phpt] 
       
 17997 TEST 9074/11279 [ext/standard/tests/file/rename_error.phpt]
       
 17998 PASS Test rename() function: error conditions [ext/standard/tests/file/rename_error.phpt] 
       
 17999 TEST 9075/11279 [ext/standard/tests/file/rename_variation-win32.phpt]
       
 18000 SKIP Test rename() function: usage variations [ext/standard/tests/file/rename_variation-win32.phpt] reason: .. only for Windows
       
 18001 TEST 9076/11279 [ext/standard/tests/file/rename_variation.phpt]
       
 18002 PASS Test rename() function: usage variations-1 (Bug#42638) [ext/standard/tests/file/rename_variation.phpt] 
       
 18003 TEST 9077/11279 [ext/standard/tests/file/rename_variation1-win32.phpt]
       
 18004 SKIP Test rename() function: usage variations [ext/standard/tests/file/rename_variation1-win32.phpt] reason: .. only for Windows
       
 18005 TEST 9078/11279 [ext/standard/tests/file/rename_variation1.phpt]
       
 18006 PASS Test rename() function: usage variations-2 [ext/standard/tests/file/rename_variation1.phpt] 
       
 18007 TEST 9079/11279 [ext/standard/tests/file/rename_variation10.phpt]
       
 18008 PASS Test rename() function : usage variation - different types for context [ext/standard/tests/file/rename_variation10.phpt] 
       
 18009 TEST 9080/11279 [ext/standard/tests/file/rename_variation11-win32.phpt]
       
 18010 SKIP Test rename() function : variation - various relative, absolute paths [ext/standard/tests/file/rename_variation11-win32.phpt] reason: Only valid for Windows
       
 18011 TEST 9081/11279 [ext/standard/tests/file/rename_variation12-win32.phpt]
       
 18012 SKIP Test rename() function : variation - various relative, absolute paths [ext/standard/tests/file/rename_variation12-win32.phpt] reason: ..  for Windows
       
 18013 TEST 9082/11279 [ext/standard/tests/file/rename_variation12.phpt]
       
 18014 PASS Test rename() function : variation - various relative, absolute paths [ext/standard/tests/file/rename_variation12.phpt] 
       
 18015 TEST 9083/11279 [ext/standard/tests/file/rename_variation13-win32.phpt]
       
 18016 SKIP Test rename() function : variation - various invalid paths [ext/standard/tests/file/rename_variation13-win32.phpt] reason: run only on Windows
       
 18017 TEST 9084/11279 [ext/standard/tests/file/rename_variation13.phpt]
       
 18018 PASS Test rename() function : variation - various invalid paths [ext/standard/tests/file/rename_variation13.phpt] 
       
 18019 TEST 9085/11279 [ext/standard/tests/file/rename_variation2-win32.phpt]
       
 18020 SKIP Test rename() function: usage variations [ext/standard/tests/file/rename_variation2-win32.phpt] reason: .. only for Windows
       
 18021 TEST 9086/11279 [ext/standard/tests/file/rename_variation2.phpt]
       
 18022 PASS Test rename() function: usage variations-3 [ext/standard/tests/file/rename_variation2.phpt] 
       
 18023 TEST 9087/11279 [ext/standard/tests/file/rename_variation3-win32.phpt]
       
 18024 SKIP Test rename() function: usage variations [ext/standard/tests/file/rename_variation3-win32.phpt] reason: .. only for Windows
       
 18025 TEST 9088/11279 [ext/standard/tests/file/rename_variation3.phpt]
       
 18026 PASS Test rename() function: usage variations-4 [ext/standard/tests/file/rename_variation3.phpt] 
       
 18027 TEST 9089/11279 [ext/standard/tests/file/rename_variation4.phpt]
       
 18028 PASS Test rename() function: usage variations-5 [ext/standard/tests/file/rename_variation4.phpt] 
       
 18029 TEST 9090/11279 [ext/standard/tests/file/rename_variation5.phpt]
       
 18030 PASS Test rename() function: usage variations-6 [ext/standard/tests/file/rename_variation5.phpt] 
       
 18031 TEST 9091/11279 [ext/standard/tests/file/rename_variation6-win32.phpt]
       
 18032 SKIP Test rename() function: usage variations-6 [ext/standard/tests/file/rename_variation6-win32.phpt] reason: ..  for Windows
       
 18033 TEST 9092/11279 [ext/standard/tests/file/rename_variation6.phpt]
       
 18034 PASS Test rename() function: usage variations-6 [ext/standard/tests/file/rename_variation6.phpt] 
       
 18035 TEST 9093/11279 [ext/standard/tests/file/rename_variation7-win32.phpt]
       
 18036 SKIP Test rename() function: usage variations-8 [ext/standard/tests/file/rename_variation7-win32.phpt] reason: .. for Windows
       
 18037 TEST 9094/11279 [ext/standard/tests/file/rename_variation7.phpt]
       
 18038 PASS Test rename() function: usage variations-8 [ext/standard/tests/file/rename_variation7.phpt] 
       
 18039 TEST 9095/11279 [ext/standard/tests/file/rename_variation8-win32.phpt]
       
 18040 SKIP Test rename() function: variation [ext/standard/tests/file/rename_variation8-win32.phpt] reason: ..  for Windows
       
 18041 TEST 9096/11279 [ext/standard/tests/file/rename_variation8.phpt]
       
 18042 PASS Test rename() function: variation [ext/standard/tests/file/rename_variation8.phpt] 
       
 18043 TEST 9097/11279 [ext/standard/tests/file/rename_variation9.phpt]
       
 18044 PASS Test rename() function: basic functionality [ext/standard/tests/file/rename_variation9.phpt] 
       
 18045 TEST 9098/11279 [ext/standard/tests/file/rmdir_variation1-win32.phpt]
       
 18046 SKIP Test rmdir() function : usage variation - invalid filenames [ext/standard/tests/file/rmdir_variation1-win32.phpt] reason: Only valid for Windows
       
 18047 TEST 9099/11279 [ext/standard/tests/file/rmdir_variation1.phpt]
       
 18048 PASS Test rmdir() function : usage variation - invalid file names [ext/standard/tests/file/rmdir_variation1.phpt] 
       
 18049 TEST 9100/11279 [ext/standard/tests/file/rmdir_variation2.phpt]
       
 18050 PASS Test rmdir() function : usage variation - different types for context [ext/standard/tests/file/rmdir_variation2.phpt] 
       
 18051 TEST 9101/11279 [ext/standard/tests/file/rmdir_variation3-win32.phpt]
       
 18052 SKIP Test rmdir() function : variation: various valid and invalid paths [ext/standard/tests/file/rmdir_variation3-win32.phpt] reason: Only valid for Windows
       
 18053 TEST 9102/11279 [ext/standard/tests/file/rmdir_variation3.phpt]
       
 18054 PASS Test rmdir() function : variation: various valid and invalid paths [ext/standard/tests/file/rmdir_variation3.phpt] 
       
 18055 TEST 9103/11279 [ext/standard/tests/file/stat_basic-win32.phpt]
       
 18056 SKIP Test stat() function: basic functionality [ext/standard/tests/file/stat_basic-win32.phpt] reason: .. valid only for Windows
       
 18057 TEST 9104/11279 [ext/standard/tests/file/stat_error-win32.phpt]
       
 18058 SKIP Test stat() function: error conditions [ext/standard/tests/file/stat_error-win32.phpt] reason: .. only for Windows
       
 18059 TEST 9105/11279 [ext/standard/tests/file/stat_variation1-win32.phpt]
       
 18060 SKIP Test stat() functions: usage variations - effects of rename() [ext/standard/tests/file/stat_variation1-win32.phpt] reason: .. only for Windows
       
 18061 TEST 9106/11279 [ext/standard/tests/file/stat_variation2-win32.phpt]
       
 18062 SKIP Test stat() functions: usage variations - effects of writing to file [ext/standard/tests/file/stat_variation2-win32.phpt] reason: .. only for Windows
       
 18063 TEST 9107/11279 [ext/standard/tests/file/stat_variation3-win32.phpt]
       
 18064 SKIP Test stat() functions: usage variations - effects of creating/deleting the dir/file [ext/standard/tests/file/stat_variation3-win32.phpt] reason: .. only for Windows
       
 18065 TEST 9108/11279 [ext/standard/tests/file/stat_variation4-win32.phpt]
       
 18066 SKIP Test stat() functions: usage variations - effects of is_dir() & is_file() [ext/standard/tests/file/stat_variation4-win32.phpt] reason: .. only for Windows
       
 18067 TEST 9109/11279 [ext/standard/tests/file/stat_variation5-win32.phpt]
       
 18068 SKIP Test stat() functions: usage variations - file opened in read/write mode [ext/standard/tests/file/stat_variation5-win32.phpt] reason: .. only for Windows
       
 18069 TEST 9110/11279 [ext/standard/tests/file/stat_variation6-win32.phpt]
       
 18070 SKIP Test stat() functions: usage variations - changing permissions of dir/file [ext/standard/tests/file/stat_variation6-win32.phpt] reason: .. only for Windows
       
 18071 TEST 9111/11279 [ext/standard/tests/file/stat_variation7-win32.phpt]
       
 18072 SKIP Test stat() functions: usage variations - names of dir/file stored in objects [ext/standard/tests/file/stat_variation7-win32.phpt] reason: .. only for Windows
       
 18073 TEST 9112/11279 [ext/standard/tests/file/stat_variation8-win32.phpt]
       
 18074 SKIP Test stat() functions: usage variations - effects of truncate() [ext/standard/tests/file/stat_variation8-win32.phpt] reason: .. only for Windows
       
 18075 TEST 9113/11279 [ext/standard/tests/file/statcache-corruption.phpt]
       
 18076 PASS statcache corruption [ext/standard/tests/file/statcache-corruption.phpt] 
       
 18077 TEST 9114/11279 [ext/standard/tests/file/statpage.phpt]
       
 18078 PASS getlastmod() and others [ext/standard/tests/file/statpage.phpt] 
       
 18079 TEST 9115/11279 [ext/standard/tests/file/stream_001.phpt]
       
 18080 PASS stream_wrapper_unregister() & stream_wrapper_restore() [ext/standard/tests/file/stream_001.phpt] 
       
 18081 TEST 9116/11279 [ext/standard/tests/file/stream_002.phpt]
       
 18082 PASS stream_socket_client() and invalid arguments [ext/standard/tests/file/stream_002.phpt] 
       
 18083 TEST 9117/11279 [ext/standard/tests/file/stream_copy_to_stream.phpt]
       
 18084 PASS stream_copy_to_stream() tests [ext/standard/tests/file/stream_copy_to_stream.phpt] 
       
 18085 TEST 9118/11279 [ext/standard/tests/file/stream_get_line.phpt]
       
 18086 PASS Crash inside stream_get_line(), when length=0 [ext/standard/tests/file/stream_get_line.phpt] 
       
 18087 TEST 9119/11279 [ext/standard/tests/file/stream_rfc2397_001.phpt]
       
 18088 PASS Stream: RFC2397 getting the data [ext/standard/tests/file/stream_rfc2397_001.phpt] 
       
 18089 TEST 9120/11279 [ext/standard/tests/file/stream_rfc2397_002.phpt]
       
 18090 PASS Stream: RFC2397 getting meta data [ext/standard/tests/file/stream_rfc2397_002.phpt] 
       
 18091 TEST 9121/11279 [ext/standard/tests/file/stream_rfc2397_003.phpt]
       
 18092 PASS Stream: RFC2397 decoding data [ext/standard/tests/file/stream_rfc2397_003.phpt] 
       
 18093 TEST 9122/11279 [ext/standard/tests/file/stream_rfc2397_004.phpt]
       
 18094 PASS Stream: RFC2397 Mozilla tests [ext/standard/tests/file/stream_rfc2397_004.phpt] 
       
 18095 TEST 9123/11279 [ext/standard/tests/file/stream_rfc2397_005.phpt]
       
 18096 PASS Stream: RFC2397 without // [ext/standard/tests/file/stream_rfc2397_005.phpt] 
       
 18097 TEST 9124/11279 [ext/standard/tests/file/stream_rfc2397_006.phpt]
       
 18098 PASS Stream: RFC2397 with corrupt? payload [ext/standard/tests/file/stream_rfc2397_006.phpt] 
       
 18099 TEST 9125/11279 [ext/standard/tests/file/stream_rfc2397_007.phpt]
       
 18100 PASS Stream: RFC2397 and seeking [ext/standard/tests/file/stream_rfc2397_007.phpt] 
       
 18101 TEST 9126/11279 [ext/standard/tests/file/stream_supports_lock.phpt]
       
 18102 PASS stream_supports_lock [ext/standard/tests/file/stream_supports_lock.phpt] 
       
 18103 TEST 9127/11279 [ext/standard/tests/file/symlink.phpt]
       
 18104 PASS symlink() & friends [ext/standard/tests/file/symlink.phpt] 
       
 18105 TEST 9128/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_basic1.phpt]
       
 18106 PASS Test symlink(), linkinfo(), link() and is_link() functions: basic functionality - link to files [ext/standard/tests/file/symlink_link_linkinfo_is_link_basic1.phpt] 
       
 18107 TEST 9129/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_basic2.phpt]
       
 18108 PASS Test symlink(), linkinfo(), link() and is_link() functions: basic functionality - link to dirs [ext/standard/tests/file/symlink_link_linkinfo_is_link_basic2.phpt] 
       
 18109 TEST 9130/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_error1.phpt]
       
 18110 PASS Test symlink(), linkinfo(), link() and is_link() functions : error conditions - symlink & linkinfo [ext/standard/tests/file/symlink_link_linkinfo_is_link_error1.phpt] 
       
 18111 TEST 9131/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_error2.phpt]
       
 18112 PASS Test symlink(), linkinfo(), link() and is_link() functions : error conditions - link & is_link [ext/standard/tests/file/symlink_link_linkinfo_is_link_error2.phpt] 
       
 18113 TEST 9132/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation1.phpt]
       
 18114 PASS Test symlink(), linkinfo(), link() and is_link() functions : usage variations - link name stored in an array/object [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation1.phpt] 
       
 18115 TEST 9133/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation2.phpt]
       
 18116 PASS Test symlink(), linkinfo(), link() and is_link() functions : usage variations - hardlink to non-existent file [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation2.phpt] 
       
 18117 TEST 9134/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation3.phpt]
       
 18118 PASS Test symlink(), linkinfo(), link() and is_link() functions : usage variations - access/update file through softlink [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation3.phpt] 
       
 18119 TEST 9135/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation4.phpt]
       
 18120 PASS Test symlink(), linkinfo(), link() and is_link() functions : usage variations - access/update file through hard link [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation4.phpt] 
       
 18121 TEST 9136/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation5.phpt]
       
 18122 PASS Test symlink(), linkinfo(), link() and is_link() functions : usage variations - work on deleted link [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation5.phpt] 
       
 18123 TEST 9137/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt]
       
 18124 PASS Test symlink(), linkinfo(), link() and is_link() functions : usage variations - link & dir perms. [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt] 
       
 18125 TEST 9138/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation7.phpt]
       
 18126 PASS Test symlink(), linkinfo(), link() and is_link() functions : usage variations - try link to self [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation7.phpt] 
       
 18127 TEST 9139/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation8.phpt]
       
 18128 PASS Test symlink(), linkinfo(), link() and is_link() functions : usage variations - try link with same name in diff. dir [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation8.phpt] 
       
 18129 TEST 9140/11279 [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation9.phpt]
       
 18130 PASS Test symlink(), linkinfo(), link() and is_link() functions : usage variations - link & lstat[dev] value [ext/standard/tests/file/symlink_link_linkinfo_is_link_variation9.phpt] 
       
 18131 TEST 9141/11279 [ext/standard/tests/file/symlink_to_symlink.phpt]
       
 18132 PASS symlink() using a relative path, and symlink() to a symlink [ext/standard/tests/file/symlink_to_symlink.phpt] 
       
 18133 TEST 9142/11279 [ext/standard/tests/file/tempnam_error.phpt]
       
 18134 PASS Test tempnam() function: error conditions [ext/standard/tests/file/tempnam_error.phpt] 
       
 18135 TEST 9143/11279 [ext/standard/tests/file/tempnam_variation1-win32.phpt]
       
 18136 SKIP Test tempnam() function: usage variations - creating files [ext/standard/tests/file/tempnam_variation1-win32.phpt] reason: Only valid for Windows
       
 18137 TEST 9144/11279 [ext/standard/tests/file/tempnam_variation1.phpt]
       
 18138 PASS Test tempnam() function: usage variations - creating files [ext/standard/tests/file/tempnam_variation1.phpt] 
       
 18139 TEST 9145/11279 [ext/standard/tests/file/tempnam_variation2-win32.phpt]
       
 18140 SKIP Test tempnam() function: usage variations - various absolute and relative paths [ext/standard/tests/file/tempnam_variation2-win32.phpt] reason: Only valid for Windows
       
 18141 TEST 9146/11279 [ext/standard/tests/file/tempnam_variation2.phpt]
       
 18142 PASS Test tempnam() function: usage variations - various absolute and relative paths [ext/standard/tests/file/tempnam_variation2.phpt] 
       
 18143 TEST 9147/11279 [ext/standard/tests/file/tempnam_variation3-win32.phpt]
       
 18144 SKIP Test tempnam() function: usage variations - obscure prefixes [ext/standard/tests/file/tempnam_variation3-win32.phpt] reason: run only on Windows
       
 18145 TEST 9148/11279 [ext/standard/tests/file/tempnam_variation3.phpt]
       
 18146 PASS Test tempnam() function: usage variations - obscure prefixes [ext/standard/tests/file/tempnam_variation3.phpt] 
       
 18147 TEST 9149/11279 [ext/standard/tests/file/tempnam_variation4.phpt]
       
 18148 PASS Test tempnam() function: usage variations - permissions(0000 to 0777) of dir [ext/standard/tests/file/tempnam_variation4.phpt] 
       
 18149 TEST 9150/11279 [ext/standard/tests/file/tempnam_variation5-win32.phpt]
       
 18150 SKIP Test tempnam() function: usage variations - existing file [ext/standard/tests/file/tempnam_variation5-win32.phpt] reason: Windows only
       
 18151 TEST 9151/11279 [ext/standard/tests/file/tempnam_variation5.phpt]
       
 18152 PASS Test tempnam() function: usage variations - existing file [ext/standard/tests/file/tempnam_variation5.phpt] 
       
 18153 TEST 9152/11279 [ext/standard/tests/file/tempnam_variation6-win32.phpt]
       
 18154 SKIP Test tempnam() function: usage variations - Using previous unique filename [ext/standard/tests/file/tempnam_variation6-win32.phpt] reason: Windows Only
       
 18155 TEST 9153/11279 [ext/standard/tests/file/tempnam_variation6.phpt]
       
 18156 PASS Test tempnam() function: usage variations - Using previous unique filename [ext/standard/tests/file/tempnam_variation6.phpt] 
       
 18157 TEST 9154/11279 [ext/standard/tests/file/tempnam_variation7-win32.phpt]
       
 18158 SKIP Test tempnam() function: usage variations - invalid/non-existing dir [ext/standard/tests/file/tempnam_variation7-win32.phpt] reason: Only run on Windows
       
 18159 TEST 9155/11279 [ext/standard/tests/file/tempnam_variation7.phpt]
       
 18160 PASS Test tempnam() function: usage variations - invalid/non-existing dir [ext/standard/tests/file/tempnam_variation7.phpt] 
       
 18161 TEST 9156/11279 [ext/standard/tests/file/tempnam_variation8-win32.phpt]
       
 18162 SKIP Test tempnam() function: usage variations - various absolute and relative paths [ext/standard/tests/file/tempnam_variation8-win32.phpt] reason: Only valid for Windows
       
 18163 TEST 9157/11279 [ext/standard/tests/file/touch.phpt]
       
 18164 PASS touch() tests [ext/standard/tests/file/touch.phpt] 
       
 18165 TEST 9158/11279 [ext/standard/tests/file/touch_basic-win32.phpt]
       
 18166 SKIP Test touch() function : basic functionality [ext/standard/tests/file/touch_basic-win32.phpt] reason: .. only for Windows
       
 18167 TEST 9159/11279 [ext/standard/tests/file/touch_basic.phpt]
       
 18168 PASS Test touch() function : basic functionality [ext/standard/tests/file/touch_basic.phpt] 
       
 18169 TEST 9160/11279 [ext/standard/tests/file/touch_error.phpt]
       
 18170 PASS touch() error tests [ext/standard/tests/file/touch_error.phpt] 
       
 18171 TEST 9161/11279 [ext/standard/tests/file/touch_variation1.phpt]
       
 18172 PASS touch() with times [ext/standard/tests/file/touch_variation1.phpt] 
       
 18173 TEST 9162/11279 [ext/standard/tests/file/touch_variation2.phpt]
       
 18174 PASS touch() - ensure touch does not delete existing file. [ext/standard/tests/file/touch_variation2.phpt] 
       
 18175 TEST 9163/11279 [ext/standard/tests/file/touch_variation3-win32.phpt]
       
 18176 SKIP Test touch() function : usage variation - different types for time [ext/standard/tests/file/touch_variation3-win32.phpt] reason: .. only for Windows
       
 18177 TEST 9164/11279 [ext/standard/tests/file/touch_variation3.phpt]
       
 18178 PASS Test touch() function : usage variation - different types for time [ext/standard/tests/file/touch_variation3.phpt] 
       
 18179 TEST 9165/11279 [ext/standard/tests/file/touch_variation4-win32.phpt]
       
 18180 SKIP Test touch() function : usage variation - different types for atime [ext/standard/tests/file/touch_variation4-win32.phpt] reason: .. only for Windows
       
 18181 TEST 9166/11279 [ext/standard/tests/file/touch_variation4.phpt]
       
 18182 PASS Test touch() function : usage variation - different types for atime [ext/standard/tests/file/touch_variation4.phpt] 
       
 18183 TEST 9167/11279 [ext/standard/tests/file/touch_variation5-win32.phpt]
       
 18184 SKIP Test touch() function : variation: various valid and invalid paths [ext/standard/tests/file/touch_variation5-win32.phpt] reason: .. only for Windows
       
 18185 TEST 9168/11279 [ext/standard/tests/file/touch_variation5.phpt]
       
 18186 PASS Test touch() function : variation: various valid and invalid paths [ext/standard/tests/file/touch_variation5.phpt] 
       
 18187 TEST 9169/11279 [ext/standard/tests/file/touch_variation6-win32.phpt]
       
 18188 SKIP Test touch() function : variation: various valid and invalid paths [ext/standard/tests/file/touch_variation6-win32.phpt] reason: .. only for Windows
       
 18189 TEST 9170/11279 [ext/standard/tests/file/umask_basic.phpt]
       
 18190 PASS Test umask() function: basic functionality [ext/standard/tests/file/umask_basic.phpt] 
       
 18191 TEST 9171/11279 [ext/standard/tests/file/umask_error.phpt]
       
 18192 PASS Test umask() function: error conditions [ext/standard/tests/file/umask_error.phpt] 
       
 18193 TEST 9172/11279 [ext/standard/tests/file/umask_variation1.phpt]
       
 18194 PASS Test umask() function: usage variations - perms from 0000 to 0350 [ext/standard/tests/file/umask_variation1.phpt] 
       
 18195 TEST 9173/11279 [ext/standard/tests/file/umask_variation2.phpt]
       
 18196 PASS Test umask() function: usage variations - perms from 0351 to 0777 [ext/standard/tests/file/umask_variation2.phpt] 
       
 18197 TEST 9174/11279 [ext/standard/tests/file/umask_variation3.phpt]
       
 18198 PASS Test umask() function : usage variation [ext/standard/tests/file/umask_variation3.phpt] 
       
 18199 TEST 9175/11279 [ext/standard/tests/file/unlink_basic.phpt]
       
 18200 PASS Testing unlink() function : basic functionality [ext/standard/tests/file/unlink_basic.phpt] 
       
 18201 TEST 9176/11279 [ext/standard/tests/file/unlink_error-win32.phpt]
       
 18202 SKIP Testing unlink() function : error conditions [ext/standard/tests/file/unlink_error-win32.phpt] reason: .. only on Windows
       
 18203 TEST 9177/11279 [ext/standard/tests/file/unlink_error.phpt]
       
 18204 PASS Testing unlink() function : error conditions [ext/standard/tests/file/unlink_error.phpt] 
       
 18205 TEST 9178/11279 [ext/standard/tests/file/unlink_variation1-win32.phpt]
       
 18206 SKIP Test unlink() function : usage variations - unlinking file in a directory [ext/standard/tests/file/unlink_variation1-win32.phpt] reason: only on Windows
       
 18207 TEST 9179/11279 [ext/standard/tests/file/unlink_variation1.phpt]
       
 18208 PASS Test unlink() function : usage variations - unlinking file in a directory [ext/standard/tests/file/unlink_variation1.phpt] 
       
 18209 TEST 9180/11279 [ext/standard/tests/file/unlink_variation10.phpt]
       
 18210 PASS Test unlink() function : variation: unlinking directories [ext/standard/tests/file/unlink_variation10.phpt] 
       
 18211 TEST 9181/11279 [ext/standard/tests/file/unlink_variation2-win32.phpt]
       
 18212 SKIP Test unlink() function : usage variations - unlink file in use [ext/standard/tests/file/unlink_variation2-win32.phpt] reason: only on Windows
       
 18213 TEST 9182/11279 [ext/standard/tests/file/unlink_variation2.phpt]
       
 18214 PASS Test unlink() function : usage variations - unlink file in use [ext/standard/tests/file/unlink_variation2.phpt] 
       
 18215 TEST 9183/11279 [ext/standard/tests/file/unlink_variation3.phpt]
       
 18216 PASS Test unlink() function : usage variations - unlink links [ext/standard/tests/file/unlink_variation3.phpt] 
       
 18217 TEST 9184/11279 [ext/standard/tests/file/unlink_variation4.phpt]
       
 18218 PASS Test unlink() function : usage variations - unlink deleted file [ext/standard/tests/file/unlink_variation4.phpt] 
       
 18219 TEST 9185/11279 [ext/standard/tests/file/unlink_variation5.phpt]
       
 18220 PASS Test unlink() function : usage variations - files with diff. file permissions [ext/standard/tests/file/unlink_variation5.phpt] 
       
 18221 TEST 9186/11279 [ext/standard/tests/file/unlink_variation6.phpt]
       
 18222 PASS Test unlink() function : variation [ext/standard/tests/file/unlink_variation6.phpt] 
       
 18223 TEST 9187/11279 [ext/standard/tests/file/unlink_variation7.phpt]
       
 18224 PASS Test unlink() function : usage variation different types for context [ext/standard/tests/file/unlink_variation7.phpt] 
       
 18225 TEST 9188/11279 [ext/standard/tests/file/unlink_variation8-win32.phpt]
       
 18226 SKIP Test unlink() function : variation: various valid and invalid paths [ext/standard/tests/file/unlink_variation8-win32.phpt] reason: .. only for Windows
       
 18227 TEST 9189/11279 [ext/standard/tests/file/unlink_variation8.phpt]
       
 18228 PASS Test unlink() function : variation: various valid and invalid paths [ext/standard/tests/file/unlink_variation8.phpt] 
       
 18229 TEST 9190/11279 [ext/standard/tests/file/unlink_variation9-win32.phpt]
       
 18230 SKIP Test unlink() function : variation: various valid and invalid paths [ext/standard/tests/file/unlink_variation9-win32.phpt] reason: .. only for Windows
       
 18231 TEST 9191/11279 [ext/standard/tests/file/userdirstream.phpt]
       
 18232 PASS Directory Streams [ext/standard/tests/file/userdirstream.phpt] 
       
 18233 TEST 9192/11279 [ext/standard/tests/file/userfilters.phpt]
       
 18234 PASS stream userfilter test [ext/standard/tests/file/userfilters.phpt] 
       
 18235 TEST 9193/11279 [ext/standard/tests/file/userstreams.phpt]
       
 18236 PASS User-space streams [ext/standard/tests/file/userstreams.phpt] 
       
 18237 TEST 9194/11279 [ext/standard/tests/file/userstreams_002.phpt]
       
 18238 PASS User-space streams: stream_cast() [ext/standard/tests/file/userstreams_002.phpt] 
       
 18239 TEST 9195/11279 [ext/standard/tests/file/userstreams_003.phpt]
       
 18240 PASS User-space streams: stream_set_option() [ext/standard/tests/file/userstreams_003.phpt] 
       
 18241 TEST 9196/11279 [ext/standard/tests/file/userstreams_004.phpt]
       
 18242 PASS User-space streams: stream_lock() [ext/standard/tests/file/userstreams_004.phpt] 
       
 18243 TEST 9197/11279 [ext/standard/tests/file/userwrapper.phpt]
       
 18244 PASS Userstream unlink, rename, mkdir, rmdir, and url_stat. [ext/standard/tests/file/userwrapper.phpt] 
       
 18245 TEST 9198/11279 [ext/standard/tests/file/windows_acls/bug44859.phpt]
       
 18246 SKIP bug #44859 (incorrect result with NTFS ACL permissions, is_writable) [ext/standard/tests/file/windows_acls/bug44859.phpt] reason: windows only test
       
 18247 TEST 9199/11279 [ext/standard/tests/file/windows_acls/bug44859_2.phpt]
       
 18248 SKIP bug #44859 (incorrect result with NTFS ACL permissions, is_readable) [ext/standard/tests/file/windows_acls/bug44859_2.phpt] reason: windows only test
       
 18249 TEST 9200/11279 [ext/standard/tests/file/windows_acls/bug44859_3.phpt]
       
 18250 SKIP bug #44859 (incorrect result with NTFS ACL permissions, is_executable) [ext/standard/tests/file/windows_acls/bug44859_3.phpt] reason: windows only test
       
 18251 TEST 9201/11279 [ext/standard/tests/file/windows_acls/bug44859_4.phpt]
       
 18252 SKIP bug #44859 (incorrect result with NTFS ACL permissions, is_readable) [ext/standard/tests/file/windows_acls/bug44859_4.phpt] reason: windows only test
       
 18253 TEST 9202/11279 [ext/standard/tests/file/windows_links/bug48746.phpt]
       
 18254 SKIP Bug#48746 - Junction not working properly [ext/standard/tests/file/windows_links/bug48746.phpt] reason: windows only test
       
 18255 TEST 9203/11279 [ext/standard/tests/file/windows_links/bug48746_1.phpt]
       
 18256 SKIP Bug#48746 - Junction not working properly [ext/standard/tests/file/windows_links/bug48746_1.phpt] reason: windows only test
       
 18257 TEST 9204/11279 [ext/standard/tests/file/windows_links/bug48746_2.phpt]
       
 18258 SKIP Bug#48746 - Junction not working properly [ext/standard/tests/file/windows_links/bug48746_2.phpt] reason: windows only test
       
 18259 TEST 9205/11279 [ext/standard/tests/file/windows_links/bug48746_3.phpt]
       
 18260 SKIP Bug#48746 - Junction not working properly [ext/standard/tests/file/windows_links/bug48746_3.phpt] reason: windows only test
       
 18261 TEST 9206/11279 [ext/standard/tests/filters/001.phpt]
       
 18262 PASS stream_filter_register() and invalid arguments [ext/standard/tests/filters/001.phpt] 
       
 18263 TEST 9207/11279 [ext/standard/tests/filters/basic.phpt]
       
 18264 PASS basic stream filter tests [ext/standard/tests/filters/basic.phpt] 
       
 18265 TEST 9208/11279 [ext/standard/tests/filters/bug22538.phpt]
       
 18266 PASS Bug #22538 (filtered stream doesn't update file pointer) [ext/standard/tests/filters/bug22538.phpt] 
       
 18267 TEST 9209/11279 [ext/standard/tests/filters/bug35916.phpt]
       
 18268 PASS Bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash) [ext/standard/tests/filters/bug35916.phpt] 
       
 18269 TEST 9210/11279 [ext/standard/tests/filters/bug46164-1.phpt]
       
 18270 PASS Bug #46164 - 1 (stream_filter_remove() closes the stream) [ext/standard/tests/filters/bug46164-1.phpt] 
       
 18271 TEST 9211/11279 [ext/standard/tests/filters/bug46164-2.phpt]
       
 18272 PASS Bug #46164 - 2 (stream_filter_remove() closes the stream) [ext/standard/tests/filters/bug46164-2.phpt] 
       
 18273 TEST 9212/11279 [ext/standard/tests/filters/bug50363.phpt]
       
 18274 PASS Bug #50363 (Invalid parsing in convert.quoted-printable-decode filter) [ext/standard/tests/filters/bug50363.phpt] 
       
 18275 TEST 9213/11279 [ext/standard/tests/filters/chunked_001.phpt]
       
 18276 PASS Chunked encoding [ext/standard/tests/filters/chunked_001.phpt] 
       
 18277 TEST 9214/11279 [ext/standard/tests/filters/filter_errors_convert_base64_decode.phpt]
       
 18278 PASS Filter errors: convert.base64-decode [ext/standard/tests/filters/filter_errors_convert_base64_decode.phpt] 
       
 18279 TEST 9215/11279 [ext/standard/tests/filters/filter_errors_user.phpt]
       
 18280 PASS Filter errors: user filter [ext/standard/tests/filters/filter_errors_user.phpt] 
       
 18281 TEST 9216/11279 [ext/standard/tests/filters/filter_errors_zlib_inflate.phpt]
       
 18282 PASS Filter errors: zlib.inflate [ext/standard/tests/filters/filter_errors_zlib_inflate.phpt] 
       
 18283 TEST 9217/11279 [ext/standard/tests/filters/php_user_filter_01.phpt]
       
 18284 PASS class php_user_filter#1 [ext/standard/tests/filters/php_user_filter_01.phpt] 
       
 18285 TEST 9218/11279 [ext/standard/tests/filters/php_user_filter_02.phpt]
       
 18286 PASS class php_user_filter#2 [ext/standard/tests/filters/php_user_filter_02.phpt] 
       
 18287 TEST 9219/11279 [ext/standard/tests/filters/php_user_filter_03.phpt]
       
 18288 PASS class php_user_filter#3 [ext/standard/tests/filters/php_user_filter_03.phpt] 
       
 18289 TEST 9220/11279 [ext/standard/tests/filters/read.phpt]
       
 18290 PASS stream filter - reading [ext/standard/tests/filters/read.phpt] 
       
 18291 TEST 9221/11279 [ext/standard/tests/filters/stream_filter_remove_basic.phpt]
       
 18292 PASS Test stream_filter_remove() function : basic functionality [ext/standard/tests/filters/stream_filter_remove_basic.phpt] 
       
 18293 TEST 9222/11279 [ext/standard/tests/filters/stream_filter_remove_error.phpt]
       
 18294 PASS Test stream_filter_remove() function : error conditions [ext/standard/tests/filters/stream_filter_remove_error.phpt] 
       
 18295 TEST 9223/11279 [ext/standard/tests/general_functions/001.phpt]
       
 18296 PASS sprintf() function [ext/standard/tests/general_functions/001.phpt] 
       
 18297 TEST 9224/11279 [ext/standard/tests/general_functions/002.phpt]
       
 18298 PASS quoted_printable_decode() function test [ext/standard/tests/general_functions/002.phpt] 
       
 18299 TEST 9225/11279 [ext/standard/tests/general_functions/003.phpt]
       
 18300 PASS levenshtein() function test [ext/standard/tests/general_functions/003.phpt] 
       
 18301 TEST 9226/11279 [ext/standard/tests/general_functions/004.phpt]
       
 18302 PASS fgetcsv() with tab delimited fields (BUG #8258) [ext/standard/tests/general_functions/004.phpt] 
       
 18303 TEST 9227/11279 [ext/standard/tests/general_functions/005.phpt]
       
 18304 PASS is_scalar() function test [ext/standard/tests/general_functions/005.phpt] 
       
 18305 TEST 9228/11279 [ext/standard/tests/general_functions/006.phpt]
       
 18306 PASS quoted_printable_decode() function test with CR/LF [ext/standard/tests/general_functions/006.phpt] 
       
 18307 TEST 9229/11279 [ext/standard/tests/general_functions/007.phpt]
       
 18308 PASS MD5 / Base64 [ext/standard/tests/general_functions/007.phpt] 
       
 18309 TEST 9230/11279 [ext/standard/tests/general_functions/008.phpt]
       
 18310 PASS var_dump float test [ext/standard/tests/general_functions/008.phpt] 
       
 18311 TEST 9231/11279 [ext/standard/tests/general_functions/009.phpt]
       
 18312 PASS SHA1 [ext/standard/tests/general_functions/009.phpt] 
       
 18313 TEST 9232/11279 [ext/standard/tests/general_functions/010.phpt]
       
 18314 PASS register_shutdown_function() & __call [ext/standard/tests/general_functions/010.phpt] 
       
 18315 TEST 9233/11279 [ext/standard/tests/general_functions/bug25038.phpt]
       
 18316 PASS Bug #25038 (call_user_func issues warning if function throws exception) [ext/standard/tests/general_functions/bug25038.phpt] 
       
 18317 TEST 9234/11279 [ext/standard/tests/general_functions/bug27678.phpt]
       
 18318 PASS Bug #27678 (number_format() crashes with large numbers) [ext/standard/tests/general_functions/bug27678.phpt] 
       
 18319 TEST 9235/11279 [ext/standard/tests/general_functions/bug29038.phpt]
       
 18320 PASS Bug #29038 (extract(), EXTR_PREFIX_SAME option prefixes empty strings) [ext/standard/tests/general_functions/bug29038.phpt] 
       
 18321 TEST 9236/11279 [ext/standard/tests/general_functions/bug31190.phpt]
       
 18322 PASS Bug #31190 (exception in call_user_func_array()) [ext/standard/tests/general_functions/bug31190.phpt] 
       
 18323 TEST 9237/11279 [ext/standard/tests/general_functions/bug32647.phpt]
       
 18324 PASS Bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP) [ext/standard/tests/general_functions/bug32647.phpt] 
       
 18325 TEST 9238/11279 [ext/standard/tests/general_functions/bug34794.phpt]
       
 18326 PASS Bug #34794 (proc_close() hangs when used with two processes) [ext/standard/tests/general_functions/bug34794.phpt] 
       
 18327 TEST 9239/11279 [ext/standard/tests/general_functions/bug35229.phpt]
       
 18328 PASS Bug #35229 (call_user_func() crashes when argument stack is nearly full) [ext/standard/tests/general_functions/bug35229.phpt] 
       
 18329 TEST 9240/11279 [ext/standard/tests/general_functions/bug36011.phpt]
       
 18330 PASS Bug #36011 (Strict errormsg wrong for call_user_func() and the likes) [ext/standard/tests/general_functions/bug36011.phpt] 
       
 18331 TEST 9241/11279 [ext/standard/tests/general_functions/bug39322.phpt]
       
 18332 PASS Bug #39322 (proc_terminate() loosing process resource) [ext/standard/tests/general_functions/bug39322.phpt] 
       
 18333 TEST 9242/11279 [ext/standard/tests/general_functions/bug40398.phpt]
       
 18334 PASS Bug #40398 (parent and self callback functions erroneously called statically) [ext/standard/tests/general_functions/bug40398.phpt] 
       
 18335 TEST 9243/11279 [ext/standard/tests/general_functions/bug40752.phpt]
       
 18336 PASS Bug #40752 (parse_ini_file() segfaults when a scalar setting is redeclared as an array) [ext/standard/tests/general_functions/bug40752.phpt] 
       
 18337 TEST 9244/11279 [ext/standard/tests/general_functions/bug41037.phpt]
       
 18338 PASS Bug #41037 (unregister_tick_function() inside the tick function crash PHP) [ext/standard/tests/general_functions/bug41037.phpt] 
       
 18339 TEST 9245/11279 [ext/standard/tests/general_functions/bug41445.phpt]
       
 18340 PASS Bug #41445 (parse_ini_file() function parses octal numbers in section names) [ext/standard/tests/general_functions/bug41445.phpt] 
       
 18341 TEST 9246/11279 [ext/standard/tests/general_functions/bug41445_1.phpt]
       
 18342 PASS Bug #41445 (parse_ini_file() function parses octal numbers in section names) - 2 [ext/standard/tests/general_functions/bug41445_1.phpt] 
       
 18343 TEST 9247/11279 [ext/standard/tests/general_functions/bug41518.phpt]
       
 18344 PASS Bug #41518 (file_exists() warns of open_basedir restriction on non-existent file) [ext/standard/tests/general_functions/bug41518.phpt] 
       
 18345 TEST 9248/11279 [ext/standard/tests/general_functions/bug41970.phpt]
       
 18346 PASS Bug #41970 (call_user_func_*() leaks on failure) [ext/standard/tests/general_functions/bug41970.phpt] 
       
 18347 TEST 9249/11279 [ext/standard/tests/general_functions/bug42272.phpt]
       
 18348 PASS Bug #42272 (var_export() incorrectly escapes char(0)) [ext/standard/tests/general_functions/bug42272.phpt] 
       
 18349 TEST 9250/11279 [ext/standard/tests/general_functions/bug43293_1.phpt]
       
 18350 PASS Bug #43293 (Multiple segfaults in getopt()) [ext/standard/tests/general_functions/bug43293_1.phpt] 
       
 18351 TEST 9251/11279 [ext/standard/tests/general_functions/bug43293_2.phpt]
       
 18352 PASS Bug #43293 (Multiple segfaults in getopt()) [ext/standard/tests/general_functions/bug43293_2.phpt] 
       
 18353 TEST 9252/11279 [ext/standard/tests/general_functions/bug43293_3.phpt]
       
 18354 PASS Bug #43293 (Multiple segfaults in getopt()) [ext/standard/tests/general_functions/bug43293_3.phpt] 
       
 18355 TEST 9253/11279 [ext/standard/tests/general_functions/bug44295-win.phpt]
       
 18356 SKIP user defined error handler + set_error_handling(EH_THROW) [ext/standard/tests/general_functions/bug44295-win.phpt] reason: Windows only
       
 18357 TEST 9254/11279 [ext/standard/tests/general_functions/bug44295.phpt]
       
 18358 PASS user defined error handler + set_error_handling(EH_THROW) [ext/standard/tests/general_functions/bug44295.phpt] 
       
 18359 TEST 9255/11279 [ext/standard/tests/general_functions/bug44394.phpt]
       
 18360 PASS Bug #44394 (Last two bytes missing from output) [ext/standard/tests/general_functions/bug44394.phpt] 
       
 18361 TEST 9256/11279 [ext/standard/tests/general_functions/bug44394_2.phpt]
       
 18362 PASS Bug #44394 (Last two bytes missing from output) with session.use_trans_id [ext/standard/tests/general_functions/bug44394_2.phpt] 
       
 18363 TEST 9257/11279 [ext/standard/tests/general_functions/bug44461.phpt]
       
 18364 PASS Bug #44461 (parse_ini_file crashes) [ext/standard/tests/general_functions/bug44461.phpt] 
       
 18365 TEST 9258/11279 [ext/standard/tests/general_functions/bug44487.phpt]
       
 18366 PASS Bug #44487 (call_user_method_array issues a warning when throwing an exception) [ext/standard/tests/general_functions/bug44487.phpt] 
       
 18367 TEST 9259/11279 [ext/standard/tests/general_functions/bug44667.phpt]
       
 18368 PASS Bug #44667 (proc_open() does not handle pipes with the mode 'wb' correctly) [ext/standard/tests/general_functions/bug44667.phpt] 
       
 18369 TEST 9260/11279 [ext/standard/tests/general_functions/bug46587.phpt]
       
 18370 PASS Bug #46587 (mt_rand() does not check that max is greater than min). [ext/standard/tests/general_functions/bug46587.phpt] 
       
 18371 TEST 9261/11279 [ext/standard/tests/general_functions/bug47027.phpt]
       
 18372 PASS Bug #47027 (var_export doesn't show numeric indices on ArrayObject) [ext/standard/tests/general_functions/bug47027.phpt] 
       
 18373 TEST 9262/11279 [ext/standard/tests/general_functions/bug47857.phpt]
       
 18374 PASS Bug #47851 (is_callable throws fatal error) [ext/standard/tests/general_functions/bug47857.phpt] 
       
 18375 TEST 9263/11279 [ext/standard/tests/general_functions/bug47859.phpt]
       
 18376 PASS Bug #47859 (parse_ini_file() does not like asterisk (*) in key in the beginning) [ext/standard/tests/general_functions/bug47859.phpt] 
       
 18377 TEST 9264/11279 [ext/standard/tests/general_functions/bug48660.phpt]
       
 18378 PASS Bug #48660 (parse_ini_*(): dollar sign as last character of value fails) [ext/standard/tests/general_functions/bug48660.phpt] 
       
 18379 TEST 9265/11279 [ext/standard/tests/general_functions/bug48768.phpt]
       
 18380 PASS Bug #48768 (parse_ini_*() crashes with INI_SCANNER_RAW) [ext/standard/tests/general_functions/bug48768.phpt] 
       
 18381 TEST 9266/11279 [ext/standard/tests/general_functions/bug49056.phpt]
       
 18382 PASS Bug #49056 (parse_ini_*() regression in 5.3.0 when using non-ASCII strings as option keys) [ext/standard/tests/general_functions/bug49056.phpt] 
       
 18383 TEST 9267/11279 [ext/standard/tests/general_functions/bug49692.phpt]
       
 18384 PASS Bug #49692: parse_ini_file() throws errors when key contains '/' (forward slash) [ext/standard/tests/general_functions/bug49692.phpt] 
       
 18385 TEST 9268/11279 [ext/standard/tests/general_functions/bug49847.phpt]
       
 18386 PASS Bug #49847 (exec() fails on lines larger then 4095 bytes) [ext/standard/tests/general_functions/bug49847.phpt] 
       
 18387 TEST 9269/11279 [ext/standard/tests/general_functions/bug50690.phpt]
       
 18388 PASS Bug #23650 (putenv() does not assign values when the value is one character) [ext/standard/tests/general_functions/bug50690.phpt] 
       
 18389 TEST 9270/11279 [ext/standard/tests/general_functions/bug50732.phpt]
       
 18390 PASS Bug #50732 (exec() adds single byte twice to $output array) [ext/standard/tests/general_functions/bug50732.phpt] 
       
 18391 TEST 9271/11279 [ext/standard/tests/general_functions/bug52138.phpt]
       
 18392 PASS Bug #52138 (Constants are parsed into the ini file for section names) [ext/standard/tests/general_functions/bug52138.phpt] 
       
 18393 SKIP Bug #60227 (header() cannot detect the multi-line header with CR) [ext/standard/tests/general_functions/bug60227_1.phpt] reason: CGI not available
       
 18394 SKIP Bug #60227 (header() cannot detect the multi-line header with CR), \r before \n [ext/standard/tests/general_functions/bug60227_2.phpt] reason: CGI not available
       
 18395 SKIP Bug #60227 (header() cannot detect the multi-line header with CR), \0 before \n [ext/standard/tests/general_functions/bug60227_3.phpt] reason: CGI not available
       
 18396 SKIP Bug #60227 (header() cannot detect the multi-line header with CR), CRLF [ext/standard/tests/general_functions/bug60227_4.phpt] reason: CGI not available
       
 18397 TEST 9276/11279 [ext/standard/tests/general_functions/bug60723.phpt]
       
 18398 PASS Bug #60723  (error_log error time has changed to UTC ignoring default timezo) [ext/standard/tests/general_functions/bug60723.phpt] 
       
 18399 TEST 9277/11279 [ext/standard/tests/general_functions/bug67498.phpt]
       
 18400 PASS phpinfo() Type Confusion Information Leak Vulnerability [ext/standard/tests/general_functions/bug67498.phpt] 
       
 18401 TEST 9278/11279 [ext/standard/tests/general_functions/call_user_func_array_variation_001.phpt]
       
 18402 PASS call_user_func_array() passes by reference if the array element is referenced, regardless of function signature. [ext/standard/tests/general_functions/call_user_func_array_variation_001.phpt] 
       
 18403 TEST 9279/11279 [ext/standard/tests/general_functions/call_user_func_array_variation_002.phpt]
       
 18404 PASS Test call_user_func_array() function : first parameter variation [ext/standard/tests/general_functions/call_user_func_array_variation_002.phpt] 
       
 18405 TEST 9280/11279 [ext/standard/tests/general_functions/call_user_func_array_variation_003.phpt]
       
 18406 PASS Test call_user_func_array() function : second parameter variation [ext/standard/tests/general_functions/call_user_func_array_variation_003.phpt] 
       
 18407 TEST 9281/11279 [ext/standard/tests/general_functions/call_user_func_return.phpt]
       
 18408 PASS call_user_func() and return value [ext/standard/tests/general_functions/call_user_func_return.phpt] 
       
 18409 TEST 9282/11279 [ext/standard/tests/general_functions/call_user_method.phpt]
       
 18410 PASS Basic behaviour of call_user_method() test [ext/standard/tests/general_functions/call_user_method.phpt] 
       
 18411 TEST 9283/11279 [ext/standard/tests/general_functions/call_user_method_002.phpt]
       
 18412 PASS call_user_method() Invalid free [ext/standard/tests/general_functions/call_user_method_002.phpt] 
       
 18413 TEST 9284/11279 [ext/standard/tests/general_functions/callbacks_001.phpt]
       
 18414 PASS ZE2 Callbacks of static functions [ext/standard/tests/general_functions/callbacks_001.phpt] 
       
 18415 TEST 9285/11279 [ext/standard/tests/general_functions/callbacks_002.phpt]
       
 18416 PASS call_user_func(): Wrong parameters [ext/standard/tests/general_functions/callbacks_002.phpt] 
       
 18417 TEST 9286/11279 [ext/standard/tests/general_functions/closures_001.phpt]
       
 18418 PASS register_shutdown_function() & closure [ext/standard/tests/general_functions/closures_001.phpt] 
       
 18419 TEST 9287/11279 [ext/standard/tests/general_functions/closures_002.phpt]
       
 18420 PASS register_tick_function() & closure [ext/standard/tests/general_functions/closures_002.phpt] 
       
 18421 TEST 9288/11279 [ext/standard/tests/general_functions/debug_zval_dump_b.phpt]
       
 18422 PASS Test debug_zval_dump() function : basic operations [ext/standard/tests/general_functions/debug_zval_dump_b.phpt] 
       
 18423 TEST 9289/11279 [ext/standard/tests/general_functions/debug_zval_dump_b_64bit.phpt]
       
 18424 SKIP Test debug_zval_dump() function : basic operations [ext/standard/tests/general_functions/debug_zval_dump_b_64bit.phpt] reason: this test is for 64bit platform only
       
 18425 TEST 9290/11279 [ext/standard/tests/general_functions/debug_zval_dump_e.phpt]
       
 18426 PASS Test debug_zval_dump() function : error conditions [ext/standard/tests/general_functions/debug_zval_dump_e.phpt] 
       
 18427 TEST 9291/11279 [ext/standard/tests/general_functions/debug_zval_dump_o.phpt]
       
 18428 PASS Test debug_zval_dump() function : working on objects [ext/standard/tests/general_functions/debug_zval_dump_o.phpt] 
       
 18429 TEST 9292/11279 [ext/standard/tests/general_functions/debug_zval_dump_v.phpt]
       
 18430 PASS Test debug_zval_dump() function : usage variations [ext/standard/tests/general_functions/debug_zval_dump_v.phpt] 
       
 18431 TEST 9293/11279 [ext/standard/tests/general_functions/dl-cve-2007-4887.phpt]
       
 18432 PASS dl() filename length checks (CVE-2007-4887) [ext/standard/tests/general_functions/dl-cve-2007-4887.phpt] 
       
 18433 TEST 9294/11279 [ext/standard/tests/general_functions/error_get_last.phpt]
       
 18434 PASS error_get_last() tests [ext/standard/tests/general_functions/error_get_last.phpt] 
       
 18435 TEST 9295/11279 [ext/standard/tests/general_functions/escapeshellarg_basic-win32.phpt]
       
 18436 SKIP Test escapeshellarg() function: basic test [ext/standard/tests/general_functions/escapeshellarg_basic-win32.phpt] reason: .. only for Windows
       
 18437 TEST 9296/11279 [ext/standard/tests/general_functions/escapeshellarg_basic.phpt]
       
 18438 PASS Test escapeshellarg() function: basic test [ext/standard/tests/general_functions/escapeshellarg_basic.phpt] 
       
 18439 TEST 9297/11279 [ext/standard/tests/general_functions/escapeshellarg_error.phpt]
       
 18440 PASS Test escapeshellarg() function : error conditions -  wrong numbers of parameters [ext/standard/tests/general_functions/escapeshellarg_error.phpt] 
       
 18441 TEST 9298/11279 [ext/standard/tests/general_functions/escapeshellarg_variation1-win32.phpt]
       
 18442 SKIP Test escapeshellarg() function : usage variations - different data types as $arg arg [ext/standard/tests/general_functions/escapeshellarg_variation1-win32.phpt] reason: .. only for Windows
       
 18443 TEST 9299/11279 [ext/standard/tests/general_functions/escapeshellarg_variation1.phpt]
       
 18444 PASS Test escapeshellarg() function : usage variations - different data types as $y arg [ext/standard/tests/general_functions/escapeshellarg_variation1.phpt] 
       
 18445 TEST 9300/11279 [ext/standard/tests/general_functions/escapeshellcmd-win32.phpt]
       
 18446 SKIP Test escapeshellcmd() functionality on Windows [ext/standard/tests/general_functions/escapeshellcmd-win32.phpt] reason: ...Valid for Windows only
       
 18447 TEST 9301/11279 [ext/standard/tests/general_functions/floatval.phpt]
       
 18448 PASS Testing floatval() and its alias doubleval() Functions [ext/standard/tests/general_functions/floatval.phpt] 
       
 18449 TEST 9302/11279 [ext/standard/tests/general_functions/floatval_basic.phpt]
       
 18450 PASS Testing floatval() and its alias doubleval() Functions [ext/standard/tests/general_functions/floatval_basic.phpt] 
       
 18451 TEST 9303/11279 [ext/standard/tests/general_functions/floatval_error.phpt]
       
 18452 PASS Testing floatval() and its alias doubleval() : error conditions -  wrong numbers of parametersns [ext/standard/tests/general_functions/floatval_error.phpt] 
       
 18453 TEST 9304/11279 [ext/standard/tests/general_functions/floatval_variation1.phpt]
       
 18454 PASS Testing floatval() and its alias doubleval() functions : usage variations - different data types as $y arg [ext/standard/tests/general_functions/floatval_variation1.phpt] 
       
 18455 TEST 9305/11279 [ext/standard/tests/general_functions/get_cfg_var_basic.phpt]
       
 18456 PASS Test function get_cfg_var() by calling it with its expected arguments [ext/standard/tests/general_functions/get_cfg_var_basic.phpt] 
       
 18457 TEST 9306/11279 [ext/standard/tests/general_functions/get_cfg_var_error.phpt]
       
 18458 PASS Test function get_cfg_var() by calling it more than or less than its expected arguments [ext/standard/tests/general_functions/get_cfg_var_error.phpt] 
       
 18459 TEST 9307/11279 [ext/standard/tests/general_functions/get_cfg_var_variation1.phpt]
       
 18460 PASS Test function get_cfg_var() by substituting argument 1 with array values. [ext/standard/tests/general_functions/get_cfg_var_variation1.phpt] 
       
 18461 TEST 9308/11279 [ext/standard/tests/general_functions/get_cfg_var_variation2.phpt]
       
 18462 PASS Test function get_cfg_var() by substituting argument 1 with boolean values. [ext/standard/tests/general_functions/get_cfg_var_variation2.phpt] 
       
 18463 TEST 9309/11279 [ext/standard/tests/general_functions/get_cfg_var_variation3.phpt]
       
 18464 PASS Test function get_cfg_var() by substituting argument 1 with emptyUnsetUndefNull values. [ext/standard/tests/general_functions/get_cfg_var_variation3.phpt] 
       
 18465 TEST 9310/11279 [ext/standard/tests/general_functions/get_cfg_var_variation4.phpt]
       
 18466 PASS Test function get_cfg_var() by substituting argument 1 with float values. [ext/standard/tests/general_functions/get_cfg_var_variation4.phpt] 
       
 18467 TEST 9311/11279 [ext/standard/tests/general_functions/get_cfg_var_variation5.phpt]
       
 18468 PASS Test function get_cfg_var() by substituting argument 1 with int values. [ext/standard/tests/general_functions/get_cfg_var_variation5.phpt] 
       
 18469 TEST 9312/11279 [ext/standard/tests/general_functions/get_cfg_var_variation6.phpt]
       
 18470 PASS Test function get_cfg_var() by substituting argument 1 with object values. [ext/standard/tests/general_functions/get_cfg_var_variation6.phpt] 
       
 18471 TEST 9313/11279 [ext/standard/tests/general_functions/get_cfg_var_variation7.phpt]
       
 18472 PASS Test function get_cfg_var() by substituting argument 1 with string values. [ext/standard/tests/general_functions/get_cfg_var_variation7.phpt] 
       
 18473 TEST 9314/11279 [ext/standard/tests/general_functions/get_cfg_var_variation8.phpt]
       
 18474 PASS Test function get_cfg_var() by calling deprecated option [ext/standard/tests/general_functions/get_cfg_var_variation8.phpt] 
       
 18475 TEST 9315/11279 [ext/standard/tests/general_functions/get_cfg_var_variation9.phpt]
       
 18476 PASS Test function get_cfg_var() by substituting argument with array of valid parameters. [ext/standard/tests/general_functions/get_cfg_var_variation9.phpt] 
       
 18477 TEST 9316/11279 [ext/standard/tests/general_functions/get_defined_constants_basic.phpt]
       
 18478 PASS Test get_defined_constants() function : basic functionality [ext/standard/tests/general_functions/get_defined_constants_basic.phpt] 
       
 18479 TEST 9317/11279 [ext/standard/tests/general_functions/get_defined_constants_error.phpt]
       
 18480 PASS Test get_defined_constants() function : error conditions [ext/standard/tests/general_functions/get_defined_constants_error.phpt] 
       
 18481 TEST 9318/11279 [ext/standard/tests/general_functions/get_defined_vars_basic.phpt]
       
 18482 PASS Test get_defined_vars() function [ext/standard/tests/general_functions/get_defined_vars_basic.phpt] 
       
 18483 TEST 9319/11279 [ext/standard/tests/general_functions/get_extension_funcs_basic.phpt]
       
 18484 PASS Test get_extension_funcs() function: basic test [ext/standard/tests/general_functions/get_extension_funcs_basic.phpt] 
       
 18485 TEST 9320/11279 [ext/standard/tests/general_functions/get_extension_funcs_error.phpt]
       
 18486 PASS Test get_extension_funcs() function : error conditions [ext/standard/tests/general_functions/get_extension_funcs_error.phpt] 
       
 18487 TEST 9321/11279 [ext/standard/tests/general_functions/get_extension_funcs_variation.phpt]
       
 18488 PASS Test get_extension_funcs() function : error conditions [ext/standard/tests/general_functions/get_extension_funcs_variation.phpt] 
       
 18489 TEST 9322/11279 [ext/standard/tests/general_functions/get_include_path_basic.phpt]
       
 18490 PASS Test get_include_path() function [ext/standard/tests/general_functions/get_include_path_basic.phpt] 
       
 18491 TEST 9323/11279 [ext/standard/tests/general_functions/get_included_files.phpt]
       
 18492 PASS Test get_include_files() function [ext/standard/tests/general_functions/get_included_files.phpt] 
       
 18493 TEST 9324/11279 [ext/standard/tests/general_functions/get_loaded_extensions_basic.phpt]
       
 18494 PASS Test get_loaded_extensions() function : basic functionality [ext/standard/tests/general_functions/get_loaded_extensions_basic.phpt] 
       
 18495 TEST 9325/11279 [ext/standard/tests/general_functions/get_loaded_extensions_error.phpt]
       
 18496 PASS Test get_loaded_extensions() function : error conditions [ext/standard/tests/general_functions/get_loaded_extensions_error.phpt] 
       
 18497 TEST 9326/11279 [ext/standard/tests/general_functions/get_magic_quotes_gpc.phpt]
       
 18498 PASS Test get_magic_quotes_gpc() function [ext/standard/tests/general_functions/get_magic_quotes_gpc.phpt] 
       
 18499 TEST 9327/11279 [ext/standard/tests/general_functions/get_magic_quotes_runtime.phpt]
       
 18500 PASS Test get_magic_quotes_runtime() function [ext/standard/tests/general_functions/get_magic_quotes_runtime.phpt] 
       
 18501 TEST 9328/11279 [ext/standard/tests/general_functions/get_resource_type_basic.phpt]
       
 18502 PASS Test get_resource_type() function : basic functionality [ext/standard/tests/general_functions/get_resource_type_basic.phpt] 
       
 18503 TEST 9329/11279 [ext/standard/tests/general_functions/get_resource_type_error.phpt]
       
 18504 PASS Test get_resource_type() function : error conditions [ext/standard/tests/general_functions/get_resource_type_error.phpt] 
       
 18505 TEST 9330/11279 [ext/standard/tests/general_functions/get_resource_type_variation1.phpt]
       
 18506 PASS Test get_resource_type() function : usage variations - different data types as handle arg [ext/standard/tests/general_functions/get_resource_type_variation1.phpt] 
       
 18507 TEST 9331/11279 [ext/standard/tests/general_functions/getmypid_basic.phpt]
       
 18508 PASS Test getmypid() function: basic test [ext/standard/tests/general_functions/getmypid_basic.phpt] 
       
 18509 TEST 9332/11279 [ext/standard/tests/general_functions/getopt.phpt]
       
 18510 PASS getopt [ext/standard/tests/general_functions/getopt.phpt] 
       
 18511 TEST 9333/11279 [ext/standard/tests/general_functions/getopt_002.phpt]
       
 18512 PASS getopt#002 [ext/standard/tests/general_functions/getopt_002.phpt] 
       
 18513 TEST 9334/11279 [ext/standard/tests/general_functions/getopt_003.phpt]
       
 18514 PASS getopt#003 [ext/standard/tests/general_functions/getopt_003.phpt] 
       
 18515 TEST 9335/11279 [ext/standard/tests/general_functions/getopt_004.phpt]
       
 18516 PASS getopt#004 (Optional values) [ext/standard/tests/general_functions/getopt_004.phpt] 
       
 18517 TEST 9336/11279 [ext/standard/tests/general_functions/getopt_005.phpt]
       
 18518 PASS getopt#005 (Required values) [ext/standard/tests/general_functions/getopt_005.phpt] 
       
 18519 TEST 9337/11279 [ext/standard/tests/general_functions/getrusage.phpt]
       
 18520 PASS getrusage() tests [ext/standard/tests/general_functions/getrusage.phpt] 
       
 18521 TEST 9338/11279 [ext/standard/tests/general_functions/getrusage_basic.phpt]
       
 18522 PASS Test getrusage() function: basic test [ext/standard/tests/general_functions/getrusage_basic.phpt] 
       
 18523 TEST 9339/11279 [ext/standard/tests/general_functions/getrusage_error.phpt]
       
 18524 PASS Test getrusage() function : error conditions - incorrect number of args [ext/standard/tests/general_functions/getrusage_error.phpt] 
       
 18525 TEST 9340/11279 [ext/standard/tests/general_functions/getrusage_variation1.phpt]
       
 18526 PASS Test getrusage() function : usage variation - diff data types as $who arg [ext/standard/tests/general_functions/getrusage_variation1.phpt] 
       
 18527 TEST 9341/11279 [ext/standard/tests/general_functions/getservbyname_basic.phpt]
       
 18528 FAIL Test function getservbyname() [ext/standard/tests/general_functions/getservbyname_basic.phpt] 
       
 18529 TEST 9342/11279 [ext/standard/tests/general_functions/getservbyname_error.phpt]
       
 18530 PASS Test function getservbyname() by calling it more than or less than its expected arguments [ext/standard/tests/general_functions/getservbyname_error.phpt] 
       
 18531 TEST 9343/11279 [ext/standard/tests/general_functions/getservbyname_variation1.phpt]
       
 18532 PASS Test function getservbyname() by substituting argument 1 with array values. [ext/standard/tests/general_functions/getservbyname_variation1.phpt] 
       
 18533 TEST 9344/11279 [ext/standard/tests/general_functions/getservbyname_variation10.phpt]
       
 18534 PASS Test function getservbyname() by substituting argument 2 with emptyUnsetUndefNull values. [ext/standard/tests/general_functions/getservbyname_variation10.phpt] 
       
 18535 TEST 9345/11279 [ext/standard/tests/general_functions/getservbyname_variation11.phpt]
       
 18536 PASS Test function getservbyname() by substituting argument 2 with float values. [ext/standard/tests/general_functions/getservbyname_variation11.phpt] 
       
 18537 TEST 9346/11279 [ext/standard/tests/general_functions/getservbyname_variation12.phpt]
       
 18538 PASS Test function getservbyname() by substituting argument 2 with int values. [ext/standard/tests/general_functions/getservbyname_variation12.phpt] 
       
 18539 TEST 9347/11279 [ext/standard/tests/general_functions/getservbyname_variation13.phpt]
       
 18540 PASS Test function getservbyname() by substituting argument 2 with object values. [ext/standard/tests/general_functions/getservbyname_variation13.phpt] 
       
 18541 TEST 9348/11279 [ext/standard/tests/general_functions/getservbyname_variation14.phpt]
       
 18542 PASS Test function getservbyname() by substituting argument 2 with string values. [ext/standard/tests/general_functions/getservbyname_variation14.phpt] 
       
 18543 TEST 9349/11279 [ext/standard/tests/general_functions/getservbyname_variation2.phpt]
       
 18544 PASS Test function getservbyname() by substituting argument 1 with boolean values. [ext/standard/tests/general_functions/getservbyname_variation2.phpt] 
       
 18545 TEST 9350/11279 [ext/standard/tests/general_functions/getservbyname_variation3.phpt]
       
 18546 PASS Test function getservbyname() by substituting argument 1 with emptyUnsetUndefNull values. [ext/standard/tests/general_functions/getservbyname_variation3.phpt] 
       
 18547 TEST 9351/11279 [ext/standard/tests/general_functions/getservbyname_variation4.phpt]
       
 18548 PASS Test function getservbyname() by substituting argument 1 with float values. [ext/standard/tests/general_functions/getservbyname_variation4.phpt] 
       
 18549 TEST 9352/11279 [ext/standard/tests/general_functions/getservbyname_variation5.phpt]
       
 18550 PASS Test function getservbyname() by substituting argument 1 with int values. [ext/standard/tests/general_functions/getservbyname_variation5.phpt] 
       
 18551 TEST 9353/11279 [ext/standard/tests/general_functions/getservbyname_variation6.phpt]
       
 18552 PASS Test function getservbyname() by substituting argument 1 with object values. [ext/standard/tests/general_functions/getservbyname_variation6.phpt] 
       
 18553 TEST 9354/11279 [ext/standard/tests/general_functions/getservbyname_variation7.phpt]
       
 18554 PASS Test function getservbyname() by substituting argument 1 with string values. [ext/standard/tests/general_functions/getservbyname_variation7.phpt] 
       
 18555 TEST 9355/11279 [ext/standard/tests/general_functions/getservbyname_variation8.phpt]
       
 18556 PASS Test function getservbyname() by substituting argument 2 with array values. [ext/standard/tests/general_functions/getservbyname_variation8.phpt] 
       
 18557 TEST 9356/11279 [ext/standard/tests/general_functions/getservbyname_variation9.phpt]
       
 18558 PASS Test function getservbyname() by substituting argument 2 with boolean values. [ext/standard/tests/general_functions/getservbyname_variation9.phpt] 
       
 18559 TEST 9357/11279 [ext/standard/tests/general_functions/getservbyport_basic.phpt]
       
 18560 FAIL Test function getservbyport() by calling it more than or less than its expected arguments [ext/standard/tests/general_functions/getservbyport_basic.phpt] 
       
 18561 TEST 9358/11279 [ext/standard/tests/general_functions/getservbyport_error.phpt]
       
 18562 PASS Test function getservbyport() by calling it more than or less than its expected arguments [ext/standard/tests/general_functions/getservbyport_error.phpt] 
       
 18563 TEST 9359/11279 [ext/standard/tests/general_functions/getservbyport_variation1.phpt]
       
 18564 FAIL Test function getservbyport() by calling it more than or less than its expected arguments [ext/standard/tests/general_functions/getservbyport_variation1.phpt] 
       
 18565 TEST 9360/11279 [ext/standard/tests/general_functions/gettype_settype_basic.phpt]
       
 18566 PASS Test gettype() & settype() functions : basic functionalities [ext/standard/tests/general_functions/gettype_settype_basic.phpt] 
       
 18567 TEST 9361/11279 [ext/standard/tests/general_functions/gettype_settype_error.phpt]
       
 18568 PASS Test gettype() & settype() functions : error conditions [ext/standard/tests/general_functions/gettype_settype_error.phpt] 
       
 18569 TEST 9362/11279 [ext/standard/tests/general_functions/gettype_settype_variation1.phpt]
       
 18570 PASS Test gettype() & settype() functions : usage variatoins [ext/standard/tests/general_functions/gettype_settype_variation1.phpt] 
       
 18571 TEST 9363/11279 [ext/standard/tests/general_functions/gettype_settype_variation2.phpt]
       
 18572 PASS Test gettype() & settype() functions : usage variations [ext/standard/tests/general_functions/gettype_settype_variation2.phpt] 
       
 18573 TEST 9364/11279 [ext/standard/tests/general_functions/gettype_settype_variation3.phpt]
       
 18574 PASS Test gettype() & settype() functions : usage variations [ext/standard/tests/general_functions/gettype_settype_variation3.phpt] 
       
 18575 TEST 9365/11279 [ext/standard/tests/general_functions/gettype_settype_variation4.phpt]
       
 18576 PASS Test gettype() & settype() functions : usage variations [ext/standard/tests/general_functions/gettype_settype_variation4.phpt] 
       
 18577 TEST 9366/11279 [ext/standard/tests/general_functions/gettype_settype_variation5.phpt]
       
 18578 PASS Test gettype() & settype() functions : usage variations [ext/standard/tests/general_functions/gettype_settype_variation5.phpt] 
       
 18579 TEST 9367/11279 [ext/standard/tests/general_functions/gettype_settype_variation6.phpt]
       
 18580 PASS Test gettype() & settype() functions : usage variations [ext/standard/tests/general_functions/gettype_settype_variation6.phpt] 
       
 18581 TEST 9368/11279 [ext/standard/tests/general_functions/gettype_settype_variation7.phpt]
       
 18582 PASS Test gettype() & settype() functions : usage variations [ext/standard/tests/general_functions/gettype_settype_variation7.phpt] 
       
 18583 TEST 9369/11279 [ext/standard/tests/general_functions/gettype_settype_variation8.phpt]
       
 18584 PASS Test gettype() & settype() functions : usage variations [ext/standard/tests/general_functions/gettype_settype_variation8.phpt] 
       
 18585 TEST 9370/11279 [ext/standard/tests/general_functions/head.phpt]
       
 18586 PASS header() and friends [ext/standard/tests/general_functions/head.phpt] 
       
 18587 TEST 9371/11279 [ext/standard/tests/general_functions/highlight_heredoc.phpt]
       
 18588 PASS highlight_string() handling of heredoc [ext/standard/tests/general_functions/highlight_heredoc.phpt] 
       
 18589 SKIP import_request_variables() tests [ext/standard/tests/general_functions/import_request.phpt] reason: CGI not available
       
 18590 SKIP import_request_variables() test (overwrite super-globals) [ext/standard/tests/general_functions/import_request1.phpt] reason: CGI not available
       
 18591 SKIP import_request_variables() test (numeric keys) [ext/standard/tests/general_functions/import_request2.phpt] reason: CGI not available
       
 18592 SKIP import_request_variables() test (numeric keys, different order) [ext/standard/tests/general_functions/import_request3.phpt] reason: CGI not available
       
 18593 TEST 9376/11279 [ext/standard/tests/general_functions/include_path.phpt]
       
 18594 PASS *_include_path() tests [ext/standard/tests/general_functions/include_path.phpt] 
       
 18595 TEST 9377/11279 [ext/standard/tests/general_functions/ini_get_all.phpt]
       
 18596 PASS ini_get_all() tests [ext/standard/tests/general_functions/ini_get_all.phpt] 
       
 18597 TEST 9378/11279 [ext/standard/tests/general_functions/intval.phpt]
       
 18598 PASS Test intval() function [ext/standard/tests/general_functions/intval.phpt] 
       
 18599 TEST 9379/11279 [ext/standard/tests/general_functions/intval_variation1.phpt]
       
 18600 PASS Test intval() function : usage variation [ext/standard/tests/general_functions/intval_variation1.phpt] 
       
 18601 TEST 9380/11279 [ext/standard/tests/general_functions/intval_variation2.phpt]
       
 18602 PASS Test intval() function : usage variation [ext/standard/tests/general_functions/intval_variation2.phpt] 
       
 18603 TEST 9381/11279 [ext/standard/tests/general_functions/is_array.phpt]
       
 18604 PASS Test is_array() function [ext/standard/tests/general_functions/is_array.phpt] 
       
 18605 TEST 9382/11279 [ext/standard/tests/general_functions/is_bool.phpt]
       
 18606 PASS Test is_bool() function [ext/standard/tests/general_functions/is_bool.phpt] 
       
 18607 TEST 9383/11279 [ext/standard/tests/general_functions/is_callable_basic1.phpt]
       
 18608 PASS Test is_callable() function : usage variations - defined functions [ext/standard/tests/general_functions/is_callable_basic1.phpt] 
       
 18609 TEST 9384/11279 [ext/standard/tests/general_functions/is_callable_basic2.phpt]
       
 18610 PASS Test is_callable() function : usage variations - on objects [ext/standard/tests/general_functions/is_callable_basic2.phpt] 
       
 18611 TEST 9385/11279 [ext/standard/tests/general_functions/is_callable_error.phpt]
       
 18612 PASS Test is_callable() function [ext/standard/tests/general_functions/is_callable_error.phpt] 
       
 18613 TEST 9386/11279 [ext/standard/tests/general_functions/is_callable_variation1.phpt]
       
 18614 PASS Test is_callable() function : usage variations - undefined functions [ext/standard/tests/general_functions/is_callable_variation1.phpt] 
       
 18615 TEST 9387/11279 [ext/standard/tests/general_functions/is_callable_variation2.phpt]
       
 18616 PASS Test is_callable() function : usage variations - on invalid function names [ext/standard/tests/general_functions/is_callable_variation2.phpt] 
       
 18617 TEST 9388/11279 [ext/standard/tests/general_functions/is_float.phpt]
       
 18618 PASS Test is_float() & it's FALIASes: is_double() & is_real() functions [ext/standard/tests/general_functions/is_float.phpt] 
       
 18619 TEST 9389/11279 [ext/standard/tests/general_functions/is_float_64bit.phpt]
       
 18620 SKIP Test is_float() & it's FALIASes: is_double() & is_real() functions [ext/standard/tests/general_functions/is_float_64bit.phpt] reason: this test is for 64bit platform only
       
 18621 TEST 9390/11279 [ext/standard/tests/general_functions/is_int.phpt]
       
 18622 PASS Test is_int() & it's FALIASes: is_long() & is_integer() functions [ext/standard/tests/general_functions/is_int.phpt] 
       
 18623 TEST 9391/11279 [ext/standard/tests/general_functions/is_int_64bit.phpt]
       
 18624 SKIP Test is_int() & it's FALIASes: is_long() & is_integer() functions [ext/standard/tests/general_functions/is_int_64bit.phpt] reason: this test is for 64bit platform only
       
 18625 TEST 9392/11279 [ext/standard/tests/general_functions/is_null.phpt]
       
 18626 PASS Test is_null() function [ext/standard/tests/general_functions/is_null.phpt] 
       
 18627 TEST 9393/11279 [ext/standard/tests/general_functions/is_numeric.phpt]
       
 18628 PASS Test is_numeric() function [ext/standard/tests/general_functions/is_numeric.phpt] 
       
 18629 TEST 9394/11279 [ext/standard/tests/general_functions/is_object.phpt]
       
 18630 PASS Test is_object() function [ext/standard/tests/general_functions/is_object.phpt] 
       
 18631 TEST 9395/11279 [ext/standard/tests/general_functions/is_resource.phpt]
       
 18632 PASS Bug #27822 (is_resource() returns TRUE for closed resources) [ext/standard/tests/general_functions/is_resource.phpt] 
       
 18633 TEST 9396/11279 [ext/standard/tests/general_functions/is_resource_basic.phpt]
       
 18634 PASS Test is_resource() function : basic functionality [ext/standard/tests/general_functions/is_resource_basic.phpt] 
       
 18635 TEST 9397/11279 [ext/standard/tests/general_functions/is_resource_error.phpt]
       
 18636 PASS Test is_resource() function : error conditions [ext/standard/tests/general_functions/is_resource_error.phpt] 
       
 18637 TEST 9398/11279 [ext/standard/tests/general_functions/is_scalar.phpt]
       
 18638 PASS Test is_scalar() function [ext/standard/tests/general_functions/is_scalar.phpt] 
       
 18639 TEST 9399/11279 [ext/standard/tests/general_functions/is_string.phpt]
       
 18640 PASS Test is_string() function [ext/standard/tests/general_functions/is_string.phpt] 
       
 18641 TEST 9400/11279 [ext/standard/tests/general_functions/isset_basic1.phpt]
       
 18642 PASS Test isset() function : basic functionality [ext/standard/tests/general_functions/isset_basic1.phpt] 
       
 18643 TEST 9401/11279 [ext/standard/tests/general_functions/isset_basic2.phpt]
       
 18644 PASS Test isset() function : basic functionality [ext/standard/tests/general_functions/isset_basic2.phpt] 
       
 18645 TEST 9402/11279 [ext/standard/tests/general_functions/ob_get_flush_basic.phpt]
       
 18646 PASS Test ob_get_flush() function : basic functionality [ext/standard/tests/general_functions/ob_get_flush_basic.phpt] 
       
 18647 TEST 9403/11279 [ext/standard/tests/general_functions/ob_get_flush_error.phpt]
       
 18648 PASS Test ob_get_flush() function : error conditions [ext/standard/tests/general_functions/ob_get_flush_error.phpt] 
       
 18649 TEST 9404/11279 [ext/standard/tests/general_functions/ob_get_length_basic.phpt]
       
 18650 PASS Test ob_get_length() function : basic functionality [ext/standard/tests/general_functions/ob_get_length_basic.phpt] 
       
 18651 TEST 9405/11279 [ext/standard/tests/general_functions/ob_start_closures.phpt]
       
 18652 PASS Test ob_start() function : closures as output handlers [ext/standard/tests/general_functions/ob_start_closures.phpt] 
       
 18653 TEST 9406/11279 [ext/standard/tests/general_functions/parse_ini_basic.phpt]
       
 18654 PASS parse_ini_file() tests [ext/standard/tests/general_functions/parse_ini_basic.phpt] 
       
 18655 TEST 9407/11279 [ext/standard/tests/general_functions/parse_ini_booleans.phpt]
       
 18656 PASS parse_ini_file() boolean operators [ext/standard/tests/general_functions/parse_ini_booleans.phpt] 
       
 18657 TEST 9408/11279 [ext/standard/tests/general_functions/parse_ini_file.phpt]
       
 18658 PASS parse_ini_file() multiple calls [ext/standard/tests/general_functions/parse_ini_file.phpt] 
       
 18659 TEST 9409/11279 [ext/standard/tests/general_functions/parse_ini_string_001.phpt]
       
 18660 PASS Test parse_ini_string() function [ext/standard/tests/general_functions/parse_ini_string_001.phpt] 
       
 18661 TEST 9410/11279 [ext/standard/tests/general_functions/parse_ini_string_002.phpt]
       
 18662 PASS parse_ini_string() multiple calls [ext/standard/tests/general_functions/parse_ini_string_002.phpt] 
       
 18663 TEST 9411/11279 [ext/standard/tests/general_functions/php_uname_basic.phpt]
       
 18664 PASS Test php_uname() function - basic test [ext/standard/tests/general_functions/php_uname_basic.phpt] 
       
 18665 TEST 9412/11279 [ext/standard/tests/general_functions/php_uname_error.phpt]
       
 18666 PASS Test php_uname() function -  error conditions - pass function incorrect arguments [ext/standard/tests/general_functions/php_uname_error.phpt] 
       
 18667 TEST 9413/11279 [ext/standard/tests/general_functions/php_uname_variation1.phpt]
       
 18668 PASS Test php_uname() function -  usage variations [ext/standard/tests/general_functions/php_uname_variation1.phpt] 
       
 18669 TEST 9414/11279 [ext/standard/tests/general_functions/phpcredits.phpt]
       
 18670 PASS phpcredits() [ext/standard/tests/general_functions/phpcredits.phpt] 
       
 18671 SKIP phpcredits() CGI [ext/standard/tests/general_functions/phpcredits2.phpt] reason: CGI not available
       
 18672 TEST 9416/11279 [ext/standard/tests/general_functions/phpinfo.phpt]
       
 18673 PASS phpinfo() [ext/standard/tests/general_functions/phpinfo.phpt] 
       
 18674 SKIP phpinfo() CGI [ext/standard/tests/general_functions/phpinfo2.phpt] reason: CGI not available
       
 18675 TEST 9418/11279 [ext/standard/tests/general_functions/print_r.phpt]
       
 18676 PASS Test print_r() function [ext/standard/tests/general_functions/print_r.phpt] 
       
 18677 TEST 9419/11279 [ext/standard/tests/general_functions/print_r_64bit.phpt]
       
 18678 SKIP Test print_r() function [ext/standard/tests/general_functions/print_r_64bit.phpt] reason: this test is for 64bit platform only
       
 18679 TEST 9420/11279 [ext/standard/tests/general_functions/proc_nice_basic.phpt]
       
 18680 PASS proc_nice() basic behaviour [ext/standard/tests/general_functions/proc_nice_basic.phpt] 
       
 18681 TEST 9421/11279 [ext/standard/tests/general_functions/proc_nice_error.phpt]
       
 18682 PASS Test function proc_nice() by calling it more than or less than its expected arguments [ext/standard/tests/general_functions/proc_nice_error.phpt] 
       
 18683 TEST 9422/11279 [ext/standard/tests/general_functions/proc_nice_variation1.phpt]
       
 18684 PASS Test function proc_nice() by substituting argument 1 with array values. [ext/standard/tests/general_functions/proc_nice_variation1.phpt] 
       
 18685 TEST 9423/11279 [ext/standard/tests/general_functions/proc_nice_variation2.phpt]
       
 18686 PASS Test function proc_nice() by substituting argument 1 with boolean values. [ext/standard/tests/general_functions/proc_nice_variation2.phpt] 
       
 18687 TEST 9424/11279 [ext/standard/tests/general_functions/proc_nice_variation3.phpt]
       
 18688 PASS Test function proc_nice() by substituting argument 1 with emptyUnsetUndefNull values. [ext/standard/tests/general_functions/proc_nice_variation3.phpt] 
       
 18689 TEST 9425/11279 [ext/standard/tests/general_functions/proc_nice_variation5.phpt]
       
 18690 FAIL Test function proc_nice() by substituting argument 1 with int values. [ext/standard/tests/general_functions/proc_nice_variation5.phpt] 
       
 18691 TEST 9426/11279 [ext/standard/tests/general_functions/proc_nice_variation6.phpt]
       
 18692 PASS Test function proc_nice() by substituting argument 1 with object values. [ext/standard/tests/general_functions/proc_nice_variation6.phpt] 
       
 18693 TEST 9427/11279 [ext/standard/tests/general_functions/proc_nice_variation7.phpt]
       
 18694 PASS Test function proc_nice() by substituting argument 1 with string values. [ext/standard/tests/general_functions/proc_nice_variation7.phpt] 
       
 18695 TEST 9428/11279 [ext/standard/tests/general_functions/proc_open.phpt]
       
 18696 PASS proc_open [ext/standard/tests/general_functions/proc_open.phpt] 
       
 18697 TEST 9429/11279 [ext/standard/tests/general_functions/proc_open02.phpt]
       
 18698 PASS proc_open [ext/standard/tests/general_functions/proc_open02.phpt] 
       
 18699 TEST 9430/11279 [ext/standard/tests/general_functions/putenv.phpt]
       
 18700 PASS putenv() basic tests [ext/standard/tests/general_functions/putenv.phpt] 
       
 18701 TEST 9431/11279 [ext/standard/tests/general_functions/putenv_error1.phpt]
       
 18702 PASS putenv() - usage in safe mode with safe_mode_allowed_env_vars set [ext/standard/tests/general_functions/putenv_error1.phpt] 
       
 18703 TEST 9432/11279 [ext/standard/tests/general_functions/putenv_error2.phpt]
       
 18704 PASS putenv() - usage in safe mode with safe_mode_protected_env_vars set [ext/standard/tests/general_functions/putenv_error2.phpt] 
       
 18705 TEST 9433/11279 [ext/standard/tests/general_functions/rand.phpt]
       
 18706 PASS rand() and mt_rand() tests [ext/standard/tests/general_functions/rand.phpt] 
       
 18707 TEST 9434/11279 [ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.phpt]
       
 18708 PASS Test set_magic_quotes_runtime() function -  basic test [ext/standard/tests/general_functions/set_magic_quotes_runtime_basic.phpt] 
       
 18709 TEST 9435/11279 [ext/standard/tests/general_functions/set_magic_quotes_runtime_error.phpt]
       
 18710 PASS Test set_magic_quotes_runtime() function - error conditions - pass function incorrect arguments [ext/standard/tests/general_functions/set_magic_quotes_runtime_error.phpt] 
       
 18711 TEST 9436/11279 [ext/standard/tests/general_functions/set_magic_quotes_runtime_variation1.phpt]
       
 18712 PASS Test set_magic_quotes_runtime() function -  usage variation [ext/standard/tests/general_functions/set_magic_quotes_runtime_variation1.phpt] 
       
 18713 TEST 9437/11279 [ext/standard/tests/general_functions/sleep_basic.phpt]
       
 18714 PASS Test sleep() function : basic functionality [ext/standard/tests/general_functions/sleep_basic.phpt] 
       
 18715 TEST 9438/11279 [ext/standard/tests/general_functions/sleep_error.phpt]
       
 18716 PASS Test sleep() function : error conditions [ext/standard/tests/general_functions/sleep_error.phpt] 
       
 18717 TEST 9439/11279 [ext/standard/tests/general_functions/strval.phpt]
       
 18718 PASS Test strval() function [ext/standard/tests/general_functions/strval.phpt] 
       
 18719 TEST 9440/11279 [ext/standard/tests/general_functions/sys_getloadavg.phpt]
       
 18720 PASS sys_getloadavg() tests [ext/standard/tests/general_functions/sys_getloadavg.phpt] 
       
 18721 TEST 9441/11279 [ext/standard/tests/general_functions/type.phpt]
       
 18722 PASS gettype(), settype() and friends [ext/standard/tests/general_functions/type.phpt] 
       
 18723 TEST 9442/11279 [ext/standard/tests/general_functions/uniqid_basic.phpt]
       
 18724 PASS Test uniqid() function : basic functionality [ext/standard/tests/general_functions/uniqid_basic.phpt] 
       
 18725 TEST 9443/11279 [ext/standard/tests/general_functions/uniqid_error.phpt]
       
 18726 PASS Test uniqid() function : error conditions [ext/standard/tests/general_functions/uniqid_error.phpt] 
       
 18727 TEST 9444/11279 [ext/standard/tests/general_functions/usleep_basic.phpt]
       
 18728 PASS Test usleep() function [ext/standard/tests/general_functions/usleep_basic.phpt] 
       
 18729 TEST 9445/11279 [ext/standard/tests/general_functions/usleep_error.phpt]
       
 18730 PASS Test usleep() function : error conditions [ext/standard/tests/general_functions/usleep_error.phpt] 
       
 18731 TEST 9446/11279 [ext/standard/tests/general_functions/var_dump.phpt]
       
 18732 PASS Test var_dump() function [ext/standard/tests/general_functions/var_dump.phpt] 
       
 18733 TEST 9447/11279 [ext/standard/tests/general_functions/var_dump_64bit.phpt]
       
 18734 SKIP Test var_dump() function [ext/standard/tests/general_functions/var_dump_64bit.phpt] reason: this test is for 64bit platform only
       
 18735 TEST 9448/11279 [ext/standard/tests/general_functions/var_export-locale.phpt]
       
 18736 PASS Test var_export() function with locale [ext/standard/tests/general_functions/var_export-locale.phpt] 
       
 18737 TEST 9449/11279 [ext/standard/tests/general_functions/var_export_basic1.phpt]
       
 18738 PASS Test var_export() function with integer values [ext/standard/tests/general_functions/var_export_basic1.phpt] 
       
 18739 TEST 9450/11279 [ext/standard/tests/general_functions/var_export_basic2.phpt]
       
 18740 PASS Test var_export() function with valid boolean values [ext/standard/tests/general_functions/var_export_basic2.phpt] 
       
 18741 TEST 9451/11279 [ext/standard/tests/general_functions/var_export_basic3.phpt]
       
 18742 PASS Test var_export() function with valid float values [ext/standard/tests/general_functions/var_export_basic3.phpt] 
       
 18743 TEST 9452/11279 [ext/standard/tests/general_functions/var_export_basic4.phpt]
       
 18744 PASS Test var_export() function with valid strings [ext/standard/tests/general_functions/var_export_basic4.phpt] 
       
 18745 TEST 9453/11279 [ext/standard/tests/general_functions/var_export_basic5.phpt]
       
 18746 PASS Test var_export() function with valid arrays [ext/standard/tests/general_functions/var_export_basic5.phpt] 
       
 18747 TEST 9454/11279 [ext/standard/tests/general_functions/var_export_basic6.phpt]
       
 18748 PASS Test var_export() function with valid objects [ext/standard/tests/general_functions/var_export_basic6.phpt] 
       
 18749 TEST 9455/11279 [ext/standard/tests/general_functions/var_export_basic7.phpt]
       
 18750 PASS Test var_export() function with valid null values [ext/standard/tests/general_functions/var_export_basic7.phpt] 
       
 18751 TEST 9456/11279 [ext/standard/tests/general_functions/var_export_basic8.phpt]
       
 18752 PASS var_export(): simple test with arrays and objects [ext/standard/tests/general_functions/var_export_basic8.phpt] 
       
 18753 TEST 9457/11279 [ext/standard/tests/general_functions/var_export_basic9.phpt]
       
 18754 PASS Bug #55082: var_export() doesn't escape properties properly [ext/standard/tests/general_functions/var_export_basic9.phpt] 
       
 18755 TEST 9458/11279 [ext/standard/tests/general_functions/var_export_error1.phpt]
       
 18756 PASS Test var_export() function : error conditions [ext/standard/tests/general_functions/var_export_error1.phpt] 
       
 18757 TEST 9459/11279 [ext/standard/tests/general_functions/var_export_error2.phpt]
       
 18758 PASS Test var_export() function : error conditions - recursive object [ext/standard/tests/general_functions/var_export_error2.phpt] 
       
 18759 TEST 9460/11279 [ext/standard/tests/general_functions/var_export_error3.phpt]
       
 18760 PASS Test var_export() function : error conditions - recursive array [ext/standard/tests/general_functions/var_export_error3.phpt] 
       
 18761 TEST 9461/11279 [ext/standard/tests/http/bug38802.phpt]
       
 18762 FAIL Bug #38802 (ignore_errors and max_redirects) [ext/standard/tests/http/bug38802.phpt] 
       
 18763 TEST 9462/11279 [ext/standard/tests/http/bug43510.phpt]
       
 18764 PASS Bug #43510 (stream_get_meta_data() does not return same mode as used in fopen) [ext/standard/tests/http/bug43510.phpt] 
       
 18765 TEST 9463/11279 [ext/standard/tests/http/bug48929.phpt]
       
 18766 FAIL Bug #48929 (duplicate \r\n sent after last header line) [ext/standard/tests/http/bug48929.phpt] 
       
 18767 TEST 9464/11279 [ext/standard/tests/http/bug53198.phpt]
       
 18768 FAIL Bug #53198 (From: header cannot be changed with ini_set) [ext/standard/tests/http/bug53198.phpt] 
       
 18769 TEST 9465/11279 [ext/standard/tests/http/bug60570.phpt]
       
 18770 FAIL Bug #60570 (Stream context leaks when http request fails) [ext/standard/tests/http/bug60570.phpt] 
       
 18771 TEST 9466/11279 [ext/standard/tests/http/ignore_errors.phpt]
       
 18772 FAIL http:// and ignore_errors [ext/standard/tests/http/ignore_errors.phpt] 
       
 18773 TEST 9467/11279 [ext/standard/tests/image/bug13213.phpt]
       
 18774 PASS Bug #13213 (GetImageSize and wrong JPEG Comments) [ext/standard/tests/image/bug13213.phpt] 
       
 18775 TEST 9468/11279 [ext/standard/tests/image/bug67250.phpt]
       
 18776 PASS Bug #67250 (iptcparse out-of-bounds read) [ext/standard/tests/image/bug67250.phpt] 
       
 18777 TEST 9469/11279 [ext/standard/tests/image/getimagesize.phpt]
       
 18778 PASS GetImageSize() [ext/standard/tests/image/getimagesize.phpt] 
       
 18779 TEST 9470/11279 [ext/standard/tests/image/getimagesize_246x247.phpt]
       
 18780 PASS GetImageSize() with 246x247 pixels [ext/standard/tests/image/getimagesize_246x247.phpt] 
       
 18781 TEST 9471/11279 [ext/standard/tests/image/getimagesize_384x385.phpt]
       
 18782 PASS GetImageSize() with 384x385 pixels [ext/standard/tests/image/getimagesize_384x385.phpt] 
       
 18783 TEST 9472/11279 [ext/standard/tests/image/getimagesize_basic.phpt]
       
 18784 PASS Test getimagesize() function : basic functionality [ext/standard/tests/image/getimagesize_basic.phpt] 
       
 18785 TEST 9473/11279 [ext/standard/tests/image/getimagesize_error1.phpt]
       
 18786 PASS Test getimagesize() function : error conditions - wrong number of args [ext/standard/tests/image/getimagesize_error1.phpt] 
       
 18787 TEST 9474/11279 [ext/standard/tests/image/getimagesize_jpgapp.phpt]
       
 18788 PASS Test getimagesize() function : basic functionality - load APP info from jpeg. [ext/standard/tests/image/getimagesize_jpgapp.phpt] 
       
 18789 TEST 9475/11279 [ext/standard/tests/image/getimagesize_swc.phpt]
       
 18790 PASS GetImageSize() for compressed swf files [ext/standard/tests/image/getimagesize_swc.phpt] 
       
 18791 TEST 9476/11279 [ext/standard/tests/image/getimagesize_tif_mm.phpt]
       
 18792 PASS GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering [ext/standard/tests/image/getimagesize_tif_mm.phpt] 
       
 18793 TEST 9477/11279 [ext/standard/tests/image/getimagesize_variation1.phpt]
       
 18794 PASS Test getimagesize() function : usage variations  - unexpected type for arg 1 [ext/standard/tests/image/getimagesize_variation1.phpt] 
       
 18795 TEST 9478/11279 [ext/standard/tests/image/getimagesize_variation2.phpt]
       
 18796 PASS Test getimagesize() function : usage variations  - unexpected type for arg 2 [ext/standard/tests/image/getimagesize_variation2.phpt] 
       
 18797 TEST 9479/11279 [ext/standard/tests/image/getimagesize_variation3.phpt]
       
 18798 PASS Test getimagesize() function : variation - Passing non image files [ext/standard/tests/image/getimagesize_variation3.phpt] 
       
 18799 TEST 9480/11279 [ext/standard/tests/image/getimagesize_variation4.phpt]
       
 18800 PASS Test getimagesize() function : variation - For shockwave-flash format [ext/standard/tests/image/getimagesize_variation4.phpt] 
       
 18801 TEST 9481/11279 [ext/standard/tests/image/getimagesize_variation_003.phpt]
       
 18802 PASS Test getimagesize() function : variation - Passing non image files [ext/standard/tests/image/getimagesize_variation_003.phpt] 
       
 18803 TEST 9482/11279 [ext/standard/tests/image/getimagesize_variation_005.phpt]
       
 18804 PASS Test getimagesize() function : basic functionality for shockwave-flash [ext/standard/tests/image/getimagesize_variation_005.phpt] 
       
 18805 TEST 9483/11279 [ext/standard/tests/image/getimagesize_wbmp.phpt]
       
 18806 PASS GetImageSize() for wbmp format [ext/standard/tests/image/getimagesize_wbmp.phpt] 
       
 18807 TEST 9484/11279 [ext/standard/tests/image/getimagesize_xbm.phpt]
       
 18808 PASS GetImageSize() for xbm format [ext/standard/tests/image/getimagesize_xbm.phpt] 
       
 18809 TEST 9485/11279 [ext/standard/tests/image/image_type_to_extension.phpt]
       
 18810 PASS image_type_to_extension() [ext/standard/tests/image/image_type_to_extension.phpt] 
       
 18811 TEST 9486/11279 [ext/standard/tests/image/image_type_to_mime_type.phpt]
       
 18812 PASS image_type_to_mime_type() [ext/standard/tests/image/image_type_to_mime_type.phpt] 
       
 18813 TEST 9487/11279 [ext/standard/tests/image/image_type_to_mime_type_basic.phpt]
       
 18814 PASS image_type_to_mime_type() [ext/standard/tests/image/image_type_to_mime_type_basic.phpt] 
       
 18815 TEST 9488/11279 [ext/standard/tests/image/image_type_to_mime_type_error.phpt]
       
 18816 PASS Test image_type_to_mime_type() function : error conditions  - Pass incorrect number of arguments [ext/standard/tests/image/image_type_to_mime_type_error.phpt] 
       
 18817 TEST 9489/11279 [ext/standard/tests/image/image_type_to_mime_type_variation1.phpt]
       
 18818 PASS Test image_type_to_mime_type() function : usage variations  - Pass different data types as imagetype [ext/standard/tests/image/image_type_to_mime_type_variation1.phpt] 
       
 18819 TEST 9490/11279 [ext/standard/tests/image/image_type_to_mime_type_variation2.phpt]
       
 18820 PASS Test image_type_to_mime_type() function : usage variations  - Pass decimal, octal, and hexadecimal values as imagetype [ext/standard/tests/image/image_type_to_mime_type_variation2.phpt] 
       
 18821 TEST 9491/11279 [ext/standard/tests/image/image_type_to_mime_type_variation3.phpt]
       
 18822 PASS image_type_to_mime_type() (passinf equivalent integer values) [ext/standard/tests/image/image_type_to_mime_type_variation3.phpt] 
       
 18823 TEST 9492/11279 [ext/standard/tests/image/image_type_to_mime_type_variation4.phpt]
       
 18824 PASS Test image_type_to_mime_type() function : usage variations - Passing IMAGETYPE_ICO and IMAGETYPE_SWC [ext/standard/tests/image/image_type_to_mime_type_variation4.phpt] 
       
 18825 TEST 9493/11279 [ext/standard/tests/image/iptcembed_001.phpt]
       
 18826 PASS iptcembed() and wrong file [ext/standard/tests/image/iptcembed_001.phpt] 
       
 18827 TEST 9494/11279 [ext/standard/tests/mail/bug51604.phpt]
       
 18828 PASS Bug #51604 (newline in end of header is shown in start of message) [ext/standard/tests/mail/bug51604.phpt] 
       
 18829 TEST 9495/11279 [ext/standard/tests/mail/ezmlm_hash_basic.phpt]
       
 18830 PASS Test ezmlm_hash() function : basic functionality [ext/standard/tests/mail/ezmlm_hash_basic.phpt] 
       
 18831 TEST 9496/11279 [ext/standard/tests/mail/ezmlm_hash_basic_64bit.phpt]
       
 18832 SKIP Test ezmlm_hash() function : basic functionality [ext/standard/tests/mail/ezmlm_hash_basic_64bit.phpt] reason: this test is for 64bit platform only
       
 18833 TEST 9497/11279 [ext/standard/tests/mail/ezmlm_hash_error.phpt]
       
 18834 PASS Test ezmlm_hash() function : error conditions [ext/standard/tests/mail/ezmlm_hash_error.phpt] 
       
 18835 TEST 9498/11279 [ext/standard/tests/mail/ezmlm_hash_variation1.phpt]
       
 18836 PASS Test explode() function : usage variations - test values for $delimiter argument [ext/standard/tests/mail/ezmlm_hash_variation1.phpt] 
       
 18837 TEST 9499/11279 [ext/standard/tests/mail/mail_basic.phpt]
       
 18838 PASS Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic.phpt] 
       
 18839 TEST 9500/11279 [ext/standard/tests/mail/mail_basic2.phpt]
       
 18840 FAIL Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic2.phpt] 
       
 18841 TEST 9501/11279 [ext/standard/tests/mail/mail_basic3.phpt]
       
 18842 PASS Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic3.phpt] 
       
 18843 TEST 9502/11279 [ext/standard/tests/mail/mail_basic4.phpt]
       
 18844 PASS Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic4.phpt] 
       
 18845 TEST 9503/11279 [ext/standard/tests/mail/mail_basic5.phpt]
       
 18846 PASS Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic5.phpt] 
       
 18847 TEST 9504/11279 [ext/standard/tests/mail/mail_basic_alt1-win32.phpt]
       
 18848 SKIP Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic_alt1-win32.phpt] reason: ...Windows only test
       
 18849 TEST 9505/11279 [ext/standard/tests/mail/mail_basic_alt2-win32.phpt]
       
 18850 SKIP Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic_alt2-win32.phpt] reason: ...Windows only test
       
 18851 TEST 9506/11279 [ext/standard/tests/mail/mail_basic_alt3-win32.phpt]
       
 18852 SKIP Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic_alt3-win32.phpt] reason: ...Windows only test
       
 18853 TEST 9507/11279 [ext/standard/tests/mail/mail_basic_alt4-win32.phpt]
       
 18854 SKIP Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic_alt4-win32.phpt] reason: ...Windows only test
       
 18855 TEST 9508/11279 [ext/standard/tests/mail/mail_error.phpt]
       
 18856 PASS Test mail() function : error conditions [ext/standard/tests/mail/mail_error.phpt] 
       
 18857 TEST 9509/11279 [ext/standard/tests/mail/mail_variation1.phpt]
       
 18858 PASS Test mail() function : variation invalid program for sendmail [ext/standard/tests/mail/mail_variation1.phpt] 
       
 18859 TEST 9510/11279 [ext/standard/tests/mail/mail_variation2.phpt]
       
 18860 FAIL Test mail() function : variation force extra parameters [ext/standard/tests/mail/mail_variation2.phpt] 
       
 18861 TEST 9511/11279 [ext/standard/tests/mail/mail_variation_alt1-win32.phpt]
       
 18862 SKIP Test mail() function : basic functionality [ext/standard/tests/mail/mail_variation_alt1-win32.phpt] reason: ...Windows only test
       
 18863 TEST 9512/11279 [ext/standard/tests/mail/mail_variation_alt2-win32.phpt]
       
 18864 SKIP Test mail() function : basic functionality [ext/standard/tests/mail/mail_variation_alt2-win32.phpt] reason: ...Windows only test
       
 18865 TEST 9513/11279 [ext/standard/tests/mail/mail_variation_alt3-win32.phpt]
       
 18866 SKIP Test mail() function : basic functionality [ext/standard/tests/mail/mail_variation_alt3-win32.phpt] reason: ...Windows only test
       
 18867 TEST 9514/11279 [ext/standard/tests/math/abs.phpt]
       
 18868 PASS Simple math tests [ext/standard/tests/math/abs.phpt] 
       
 18869 TEST 9515/11279 [ext/standard/tests/math/abs_basic.phpt]
       
 18870 PASS Test abs() function : basic functionality [ext/standard/tests/math/abs_basic.phpt] 
       
 18871 TEST 9516/11279 [ext/standard/tests/math/abs_basiclong_64bit.phpt]
       
 18872 SKIP Test abs function : 64bit long tests [ext/standard/tests/math/abs_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 18873 TEST 9517/11279 [ext/standard/tests/math/abs_error.phpt]
       
 18874 PASS Test abs() function :  error conditions - incorrect number of args [ext/standard/tests/math/abs_error.phpt] 
       
 18875 TEST 9518/11279 [ext/standard/tests/math/abs_variation.phpt]
       
 18876 PASS Test abs() function : usage variations - different data types as $number arg [ext/standard/tests/math/abs_variation.phpt] 
       
 18877 TEST 9519/11279 [ext/standard/tests/math/acos_basic.phpt]
       
 18878 PASS Test return type and value for expected input acos() [ext/standard/tests/math/acos_basic.phpt] 
       
 18879 TEST 9520/11279 [ext/standard/tests/math/acos_basiclong_64bit.phpt]
       
 18880 SKIP Test acos function : 64bit long tests [ext/standard/tests/math/acos_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 18881 TEST 9521/11279 [ext/standard/tests/math/acos_error.phpt]
       
 18882 PASS Test wrong number of arguments for acos() [ext/standard/tests/math/acos_error.phpt] 
       
 18883 TEST 9522/11279 [ext/standard/tests/math/acos_variation.phpt]
       
 18884 FAIL Test variations in usage of acos() [ext/standard/tests/math/acos_variation.phpt] 
       
 18885 TEST 9523/11279 [ext/standard/tests/math/acosh_basic.phpt]
       
 18886 PASS Test return type and value for expected input acosh() [ext/standard/tests/math/acosh_basic.phpt] 
       
 18887 TEST 9524/11279 [ext/standard/tests/math/acosh_basiclong_64bit.phpt]
       
 18888 SKIP Test acosh function : 64bit long tests [ext/standard/tests/math/acosh_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 18889 TEST 9525/11279 [ext/standard/tests/math/acosh_error.phpt]
       
 18890 PASS Test wrong number of arguments for acosh() [ext/standard/tests/math/acosh_error.phpt] 
       
 18891 TEST 9526/11279 [ext/standard/tests/math/acosh_variation.phpt]
       
 18892 PASS Test variations in usage of acosh() [ext/standard/tests/math/acosh_variation.phpt] 
       
 18893 TEST 9527/11279 [ext/standard/tests/math/asin_basic.phpt]
       
 18894 PASS Test return type and value for expected input asin() [ext/standard/tests/math/asin_basic.phpt] 
       
 18895 TEST 9528/11279 [ext/standard/tests/math/asin_basiclong_64bit.phpt]
       
 18896 SKIP Test asin function : 64bit long tests [ext/standard/tests/math/asin_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 18897 TEST 9529/11279 [ext/standard/tests/math/asin_error.phpt]
       
 18898 PASS Test wrong number of arguments for asin() [ext/standard/tests/math/asin_error.phpt] 
       
 18899 TEST 9530/11279 [ext/standard/tests/math/asin_variation.phpt]
       
 18900 FAIL Test variations in usage of asin() [ext/standard/tests/math/asin_variation.phpt] 
       
 18901 TEST 9531/11279 [ext/standard/tests/math/asinh_basic.phpt]
       
 18902 PASS Test return type and value for expected input asinh() [ext/standard/tests/math/asinh_basic.phpt] 
       
 18903 TEST 9532/11279 [ext/standard/tests/math/asinh_basiclong_64bit.phpt]
       
 18904 SKIP Test asinh function : 64bit long tests [ext/standard/tests/math/asinh_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 18905 TEST 9533/11279 [ext/standard/tests/math/asinh_error.phpt]
       
 18906 PASS Test wrong number of arguments for asinh() [ext/standard/tests/math/asinh_error.phpt] 
       
 18907 TEST 9534/11279 [ext/standard/tests/math/asinh_variation.phpt]
       
 18908 PASS Test variations in usage of asinh() [ext/standard/tests/math/asinh_variation.phpt] 
       
 18909 TEST 9535/11279 [ext/standard/tests/math/atan2_basic.phpt]
       
 18910 PASS Test atan2() - basic function test of atan2() [ext/standard/tests/math/atan2_basic.phpt] 
       
 18911 TEST 9536/11279 [ext/standard/tests/math/atan2_basiclong_64bit.phpt]
       
 18912 SKIP Test atan2 function : 64bit long tests [ext/standard/tests/math/atan2_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 18913 TEST 9537/11279 [ext/standard/tests/math/atan2_error.phpt]
       
 18914 PASS Test atan2() - wrong params atan2() [ext/standard/tests/math/atan2_error.phpt] 
       
 18915 TEST 9538/11279 [ext/standard/tests/math/atan2_variation1.phpt]
       
 18916 PASS Test atan2() function : usage variations - different data types as $y arg [ext/standard/tests/math/atan2_variation1.phpt] 
       
 18917 TEST 9539/11279 [ext/standard/tests/math/atan2_variation2.phpt]
       
 18918 PASS Test atan2() function : usage variations - different data types as $x arg [ext/standard/tests/math/atan2_variation2.phpt] 
       
 18919 TEST 9540/11279 [ext/standard/tests/math/atan_basic.phpt]
       
 18920 PASS Test return type and value for expected input atan() [ext/standard/tests/math/atan_basic.phpt] 
       
 18921 TEST 9541/11279 [ext/standard/tests/math/atan_basiclong_64bit.phpt]
       
 18922 SKIP Test atan function : 64bit long tests [ext/standard/tests/math/atan_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 18923 TEST 9542/11279 [ext/standard/tests/math/atan_error.phpt]
       
 18924 PASS Test wrong number of arguments for atan() [ext/standard/tests/math/atan_error.phpt] 
       
 18925 TEST 9543/11279 [ext/standard/tests/math/atan_variation.phpt]
       
 18926 PASS Test variations in usage of atan() [ext/standard/tests/math/atan_variation.phpt] 
       
 18927 TEST 9544/11279 [ext/standard/tests/math/atanh_basic.phpt]
       
 18928 PASS Test return type and value for expected input atanh() [ext/standard/tests/math/atanh_basic.phpt] 
       
 18929 TEST 9545/11279 [ext/standard/tests/math/atanh_basiclong_64bit.phpt]
       
 18930 SKIP Test atanh function : 64bit long tests [ext/standard/tests/math/atanh_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 18931 TEST 9546/11279 [ext/standard/tests/math/atanh_error.phpt]
       
 18932 PASS Test wrong number of arguments for atanh() [ext/standard/tests/math/atanh_error.phpt] 
       
 18933 TEST 9547/11279 [ext/standard/tests/math/atanh_variation.phpt]
       
 18934 PASS Test variations in usage of atanh() [ext/standard/tests/math/atanh_variation.phpt] 
       
 18935 TEST 9548/11279 [ext/standard/tests/math/base_convert_basic.phpt]
       
 18936 PASS Test base_convert() - basic function tests base_convert() [ext/standard/tests/math/base_convert_basic.phpt] 
       
 18937 TEST 9549/11279 [ext/standard/tests/math/base_convert_error.phpt]
       
 18938 PASS Test base_convert() function :  error conditions - incorrect input [ext/standard/tests/math/base_convert_error.phpt] 
       
 18939 TEST 9550/11279 [ext/standard/tests/math/base_convert_variation1.phpt]
       
 18940 PASS Test base_convert() function : usage variations - different data types as $number argument [ext/standard/tests/math/base_convert_variation1.phpt] 
       
 18941 TEST 9551/11279 [ext/standard/tests/math/base_convert_variation2.phpt]
       
 18942 PASS Test base_convert() function : usage variations - different data types as $frombase argument [ext/standard/tests/math/base_convert_variation2.phpt] 
       
 18943 TEST 9552/11279 [ext/standard/tests/math/base_convert_variation3.phpt]
       
 18944 PASS Test base_convert() function : usage variations - different data types as $tobase argument [ext/standard/tests/math/base_convert_variation3.phpt] 
       
 18945 TEST 9553/11279 [ext/standard/tests/math/bindec_basic.phpt]
       
 18946 PASS Test bindec() - basic function test bindec() [ext/standard/tests/math/bindec_basic.phpt] 
       
 18947 TEST 9554/11279 [ext/standard/tests/math/bindec_basic_64bit.phpt]
       
 18948 SKIP Test bindec() - basic function test bindec() [ext/standard/tests/math/bindec_basic_64bit.phpt] reason: this test is for 64bit platform only
       
 18949 TEST 9555/11279 [ext/standard/tests/math/bindec_basiclong_64bit.phpt]
       
 18950 SKIP Test bindec function : 64bit long tests [ext/standard/tests/math/bindec_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 18951 TEST 9556/11279 [ext/standard/tests/math/bindec_error.phpt]
       
 18952 PASS Test bindec() function :  error conditions - incorrect input [ext/standard/tests/math/bindec_error.phpt] 
       
 18953 TEST 9557/11279 [ext/standard/tests/math/bindec_variation1.phpt]
       
 18954 PASS Test bindec() function : usage variations - different data types as $binary_string arg [ext/standard/tests/math/bindec_variation1.phpt] 
       
 18955 TEST 9558/11279 [ext/standard/tests/math/bindec_variation1_64bit.phpt]
       
 18956 SKIP Test bindec() function : usage variations - different data types as $binary_string arg [ext/standard/tests/math/bindec_variation1_64bit.phpt] reason: this test is for 64bit platform only
       
 18957 TEST 9559/11279 [ext/standard/tests/math/bug21523.phpt]
       
 18958 PASS Bug #21523 (number_format tries to allocate negative amount of memory) [ext/standard/tests/math/bug21523.phpt] 
       
 18959 TEST 9560/11279 [ext/standard/tests/math/bug24142.phpt]
       
 18960 PASS Bug #24142 (round() problems) [ext/standard/tests/math/bug24142.phpt] 
       
 18961 TEST 9561/11279 [ext/standard/tests/math/bug25665.phpt]
       
 18962 SKIP Bug #25665 (var_dump () hangs on Nan and INF) [ext/standard/tests/math/bug25665.phpt] reason: Solaris acos() returns wrong value
       
 18963 TEST 9562/11279 [ext/standard/tests/math/bug25694.phpt]
       
 18964 PASS Bug #25694 (round() and number_format() inconsistency) [ext/standard/tests/math/bug25694.phpt] 
       
 18965 TEST 9563/11279 [ext/standard/tests/math/bug27646.phpt]
       
 18966 PASS Bug #27646 (Cannot serialize/unserialize non-finite numeric values) [ext/standard/tests/math/bug27646.phpt] 
       
 18967 TEST 9564/11279 [ext/standard/tests/math/bug28228.phpt]
       
 18968 PASS Bug #28228 (number_format() does not allow empty decimal separator) [ext/standard/tests/math/bug28228.phpt] 
       
 18969 TEST 9565/11279 [ext/standard/tests/math/bug30069.phpt]
       
 18970 PASS Bug #30069 (floats as strings used in calculations do not work) [ext/standard/tests/math/bug30069.phpt] 
       
 18971 TEST 9566/11279 [ext/standard/tests/math/bug30695.phpt]
       
 18972 PASS Bug #30695 (32 bit issues) [ext/standard/tests/math/bug30695.phpt] 
       
 18973 TEST 9567/11279 [ext/standard/tests/math/bug45712.phpt]
       
 18974 FAIL Bug #45712 (NaN/INF comparison) [ext/standard/tests/math/bug45712.phpt] 
       
 18975 TEST 9568/11279 [ext/standard/tests/math/ceil_basic.phpt]
       
 18976 PASS Test ceil() - basic function test for ceil() [ext/standard/tests/math/ceil_basic.phpt] 
       
 18977 TEST 9569/11279 [ext/standard/tests/math/ceil_basiclong_64bit.phpt]
       
 18978 SKIP Test ceil function : 64bit long tests [ext/standard/tests/math/ceil_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 18979 TEST 9570/11279 [ext/standard/tests/math/ceil_error.phpt]
       
 18980 PASS Test ceil() - error conditions - incorrect number of args [ext/standard/tests/math/ceil_error.phpt] 
       
 18981 TEST 9571/11279 [ext/standard/tests/math/ceil_variation1.phpt]
       
 18982 PASS Test ceil() function : usage variations - different data types as $value arg [ext/standard/tests/math/ceil_variation1.phpt] 
       
 18983 TEST 9572/11279 [ext/standard/tests/math/constants.phpt]
       
 18984 PASS Math constants [ext/standard/tests/math/constants.phpt] 
       
 18985 TEST 9573/11279 [ext/standard/tests/math/constants_basic.phpt]
       
 18986 PASS Test for pre-defined math constants [ext/standard/tests/math/constants_basic.phpt] 
       
 18987 TEST 9574/11279 [ext/standard/tests/math/cos_basic.phpt]
       
 18988 PASS Test return type and value for expected input cos() [ext/standard/tests/math/cos_basic.phpt] 
       
 18989 TEST 9575/11279 [ext/standard/tests/math/cos_basiclong_64bit.phpt]
       
 18990 SKIP Test cos function : 64bit long tests [ext/standard/tests/math/cos_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 18991 TEST 9576/11279 [ext/standard/tests/math/cos_error.phpt]
       
 18992 PASS Test wrong number of arguments for cos() [ext/standard/tests/math/cos_error.phpt] 
       
 18993 TEST 9577/11279 [ext/standard/tests/math/cos_variation.phpt]
       
 18994 PASS Test variations in usage of cos() [ext/standard/tests/math/cos_variation.phpt] 
       
 18995 TEST 9578/11279 [ext/standard/tests/math/cosh_basic.phpt]
       
 18996 PASS Test return type and value for expected input cosh() [ext/standard/tests/math/cosh_basic.phpt] 
       
 18997 TEST 9579/11279 [ext/standard/tests/math/cosh_basiclong_64bit.phpt]
       
 18998 SKIP Test cosh function : 64bit long tests [ext/standard/tests/math/cosh_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 18999 TEST 9580/11279 [ext/standard/tests/math/cosh_error.phpt]
       
 19000 PASS Test wrong number of arguments for cosh() [ext/standard/tests/math/cosh_error.phpt] 
       
 19001 TEST 9581/11279 [ext/standard/tests/math/cosh_variation.phpt]
       
 19002 PASS Test variations in usage of cosh() [ext/standard/tests/math/cosh_variation.phpt] 
       
 19003 TEST 9582/11279 [ext/standard/tests/math/decbin_basic.phpt]
       
 19004 PASS Test decbin() - basic function test [ext/standard/tests/math/decbin_basic.phpt] 
       
 19005 TEST 9583/11279 [ext/standard/tests/math/decbin_basiclong_64bit.phpt]
       
 19006 SKIP Test decbin function : 64bit long tests [ext/standard/tests/math/decbin_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19007 TEST 9584/11279 [ext/standard/tests/math/decbin_error.phpt]
       
 19008 PASS Test expm1() - Error conditions [ext/standard/tests/math/decbin_error.phpt] 
       
 19009 TEST 9585/11279 [ext/standard/tests/math/decbin_variation1.phpt]
       
 19010 PASS Test decbin() function : usage variations - different data types as $number arg [ext/standard/tests/math/decbin_variation1.phpt] 
       
 19011 TEST 9586/11279 [ext/standard/tests/math/decbin_variation1_64bit.phpt]
       
 19012 SKIP Test decbin() function : usage variations - different data types as $number arg [ext/standard/tests/math/decbin_variation1_64bit.phpt] reason: this test is for 64bit platform only
       
 19013 TEST 9587/11279 [ext/standard/tests/math/dechex_basic.phpt]
       
 19014 PASS Test dechex() - basic function dechex() [ext/standard/tests/math/dechex_basic.phpt] 
       
 19015 TEST 9588/11279 [ext/standard/tests/math/dechex_basiclong_64bit.phpt]
       
 19016 SKIP Test dechex function : 64bit long tests [ext/standard/tests/math/dechex_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19017 TEST 9589/11279 [ext/standard/tests/math/dechex_error.phpt]
       
 19018 PASS Test dechex() - wrong params dechex() [ext/standard/tests/math/dechex_error.phpt] 
       
 19019 TEST 9590/11279 [ext/standard/tests/math/dechex_variation1.phpt]
       
 19020 PASS Test dechex() function : usage variations - different data types as $number arg [ext/standard/tests/math/dechex_variation1.phpt] 
       
 19021 TEST 9591/11279 [ext/standard/tests/math/dechex_variation1_64bit.phpt]
       
 19022 SKIP Test dechex() function : usage variations - different data types as $number arg [ext/standard/tests/math/dechex_variation1_64bit.phpt] reason: this test is for 64bit platform only
       
 19023 TEST 9592/11279 [ext/standard/tests/math/decoct_basic.phpt]
       
 19024 PASS Test decoct() - basic function test decoct() [ext/standard/tests/math/decoct_basic.phpt] 
       
 19025 TEST 9593/11279 [ext/standard/tests/math/decoct_basiclong_64bit.phpt]
       
 19026 SKIP Test decoct function : 64bit long tests [ext/standard/tests/math/decoct_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19027 TEST 9594/11279 [ext/standard/tests/math/decoct_error.phpt]
       
 19028 PASS Test decoct() -  error conditions [ext/standard/tests/math/decoct_error.phpt] 
       
 19029 TEST 9595/11279 [ext/standard/tests/math/decoct_variation1.phpt]
       
 19030 PASS Test decoct() function : usage variations - different data types as $number arg [ext/standard/tests/math/decoct_variation1.phpt] 
       
 19031 TEST 9596/11279 [ext/standard/tests/math/decoct_variation1_64bit.phpt]
       
 19032 SKIP Test decoct() function : usage variations - different data types as $number arg [ext/standard/tests/math/decoct_variation1_64bit.phpt] reason: this test is for 64bit platform only
       
 19033 TEST 9597/11279 [ext/standard/tests/math/deg2rad_basic.phpt]
       
 19034 PASS Test return type and value for expected input deg2rad() [ext/standard/tests/math/deg2rad_basic.phpt] 
       
 19035 TEST 9598/11279 [ext/standard/tests/math/deg2rad_basiclong_64bit.phpt]
       
 19036 SKIP Test deg2rad function : 64bit long tests [ext/standard/tests/math/deg2rad_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19037 TEST 9599/11279 [ext/standard/tests/math/deg2rad_error.phpt]
       
 19038 PASS Test wrong number of arguments for deg2rad() [ext/standard/tests/math/deg2rad_error.phpt] 
       
 19039 TEST 9600/11279 [ext/standard/tests/math/deg2rad_variation.phpt]
       
 19040 PASS Test variations in usage of deg2rad() [ext/standard/tests/math/deg2rad_variation.phpt] 
       
 19041 TEST 9601/11279 [ext/standard/tests/math/exp_basic.phpt]
       
 19042 PASS Test exp() - basic function test for exp() [ext/standard/tests/math/exp_basic.phpt] 
       
 19043 TEST 9602/11279 [ext/standard/tests/math/exp_basiclong_64bit.phpt]
       
 19044 SKIP Test exp function : 64bit long tests [ext/standard/tests/math/exp_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19045 TEST 9603/11279 [ext/standard/tests/math/exp_error.phpt]
       
 19046 PASS Test exp() - wrong params for exp() [ext/standard/tests/math/exp_error.phpt] 
       
 19047 TEST 9604/11279 [ext/standard/tests/math/exp_variation1.phpt]
       
 19048 PASS Test exp() function : usage variations - different data types as $arg argument [ext/standard/tests/math/exp_variation1.phpt] 
       
 19049 TEST 9605/11279 [ext/standard/tests/math/expm1_basic.phpt]
       
 19050 PASS Test expm1() - basic function test for expm1() [ext/standard/tests/math/expm1_basic.phpt] 
       
 19051 TEST 9606/11279 [ext/standard/tests/math/expm1_basiclong_64bit.phpt]
       
 19052 SKIP Test expm1 function : 64bit long tests [ext/standard/tests/math/expm1_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19053 TEST 9607/11279 [ext/standard/tests/math/expm1_error.phpt]
       
 19054 PASS Test expm1() - Error conditions [ext/standard/tests/math/expm1_error.phpt] 
       
 19055 TEST 9608/11279 [ext/standard/tests/math/expm1_variation1.phpt]
       
 19056 PASS Test expm1() function : usage variations - different data types as $arg argument [ext/standard/tests/math/expm1_variation1.phpt] 
       
 19057 TEST 9609/11279 [ext/standard/tests/math/floor_basic.phpt]
       
 19058 PASS Test floor() - basic function test for floor() [ext/standard/tests/math/floor_basic.phpt] 
       
 19059 TEST 9610/11279 [ext/standard/tests/math/floor_basiclong_64bit.phpt]
       
 19060 SKIP Test floor function : 64bit long tests [ext/standard/tests/math/floor_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19061 TEST 9611/11279 [ext/standard/tests/math/floor_error.phpt]
       
 19062 PASS Test floor() - error conditions - incorrect number of args [ext/standard/tests/math/floor_error.phpt] 
       
 19063 TEST 9612/11279 [ext/standard/tests/math/floor_variation1.phpt]
       
 19064 PASS Test floor() function : usage variations - different data types as $value arg [ext/standard/tests/math/floor_variation1.phpt] 
       
 19065 TEST 9613/11279 [ext/standard/tests/math/floorceil.phpt]
       
 19066 PASS Tests for floor en ceil [ext/standard/tests/math/floorceil.phpt] 
       
 19067 TEST 9614/11279 [ext/standard/tests/math/fmod_basic.phpt]
       
 19068 PASS Test fmod() - basic function test fmod() [ext/standard/tests/math/fmod_basic.phpt] 
       
 19069 TEST 9615/11279 [ext/standard/tests/math/fmod_basiclong_64bit.phpt]
       
 19070 SKIP Test fmod function : 64bit long tests [ext/standard/tests/math/fmod_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19071 TEST 9616/11279 [ext/standard/tests/math/fmod_error.phpt]
       
 19072 PASS Test fmod() - wrong params test fmod() [ext/standard/tests/math/fmod_error.phpt] 
       
 19073 TEST 9617/11279 [ext/standard/tests/math/fmod_variation1.phpt]
       
 19074 PASS Test fmod() function : usage variations - different data types as $x argument [ext/standard/tests/math/fmod_variation1.phpt] 
       
 19075 TEST 9618/11279 [ext/standard/tests/math/fmod_variation2.phpt]
       
 19076 PASS Test fmod() function : usage variations - different data types as $y argument [ext/standard/tests/math/fmod_variation2.phpt] 
       
 19077 TEST 9619/11279 [ext/standard/tests/math/getrandmax_basic.phpt]
       
 19078 PASS Test getrandmax() - basic function test getrandmax() [ext/standard/tests/math/getrandmax_basic.phpt] 
       
 19079 TEST 9620/11279 [ext/standard/tests/math/getrandmax_error.phpt]
       
 19080 PASS Test getrandmax() - wrong params test getrandmax() [ext/standard/tests/math/getrandmax_error.phpt] 
       
 19081 TEST 9621/11279 [ext/standard/tests/math/hexdec.phpt]
       
 19082 PASS overflow check for _php_math_basetozval [ext/standard/tests/math/hexdec.phpt] 
       
 19083 TEST 9622/11279 [ext/standard/tests/math/hexdec_basic.phpt]
       
 19084 PASS Test hexdec() - basic function test hexdec() [ext/standard/tests/math/hexdec_basic.phpt] 
       
 19085 TEST 9623/11279 [ext/standard/tests/math/hexdec_basic_64bit.phpt]
       
 19086 SKIP Test hexdec() - basic function test hexdec() [ext/standard/tests/math/hexdec_basic_64bit.phpt] reason: this test is for 64bit platform only
       
 19087 TEST 9624/11279 [ext/standard/tests/math/hexdec_basiclong_64bit.phpt]
       
 19088 SKIP Test hexdec function : 64bit long tests [ext/standard/tests/math/hexdec_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19089 TEST 9625/11279 [ext/standard/tests/math/hexdec_error.phpt]
       
 19090 PASS Test hexdec() - wrong params test hexdec() [ext/standard/tests/math/hexdec_error.phpt] 
       
 19091 TEST 9626/11279 [ext/standard/tests/math/hexdec_variation1.phpt]
       
 19092 PASS Test hexdec() function : usage variations - different data types as $number arg [ext/standard/tests/math/hexdec_variation1.phpt] 
       
 19093 TEST 9627/11279 [ext/standard/tests/math/hexdec_variation1_64bit.phpt]
       
 19094 SKIP Test hexdec() function : usage variations - different data types as $number arg [ext/standard/tests/math/hexdec_variation1_64bit.phpt] reason: this test is for 64bit platform only
       
 19095 TEST 9628/11279 [ext/standard/tests/math/hypot_basic.phpt]
       
 19096 PASS Test hypot() - basic function test hypot() [ext/standard/tests/math/hypot_basic.phpt] 
       
 19097 TEST 9629/11279 [ext/standard/tests/math/hypot_basiclong_64bit.phpt]
       
 19098 SKIP Test hypot function : 64bit long tests [ext/standard/tests/math/hypot_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19099 TEST 9630/11279 [ext/standard/tests/math/hypot_error.phpt]
       
 19100 PASS Test hypot() - wrong params test hypot() [ext/standard/tests/math/hypot_error.phpt] 
       
 19101 TEST 9631/11279 [ext/standard/tests/math/hypot_variation1.phpt]
       
 19102 PASS Test hypot() function : usage variations - different data types as $x argument [ext/standard/tests/math/hypot_variation1.phpt] 
       
 19103 TEST 9632/11279 [ext/standard/tests/math/hypot_variation2.phpt]
       
 19104 PASS Test hypot() function : usage variations - different data types as $y argument [ext/standard/tests/math/hypot_variation2.phpt] 
       
 19105 TEST 9633/11279 [ext/standard/tests/math/is_finite_basic.phpt]
       
 19106 FAIL Test is_finite() - basic function test is_finite() [ext/standard/tests/math/is_finite_basic.phpt] 
       
 19107 TEST 9634/11279 [ext/standard/tests/math/is_finite_basiclong_64bit.phpt]
       
 19108 SKIP Test is_finite function : 64bit long tests [ext/standard/tests/math/is_finite_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19109 TEST 9635/11279 [ext/standard/tests/math/is_finite_error.phpt]
       
 19110 PASS Test is_finite() - wrong params test is_finite() [ext/standard/tests/math/is_finite_error.phpt] 
       
 19111 TEST 9636/11279 [ext/standard/tests/math/is_finite_variation1.phpt]
       
 19112 PASS Test is_finite() function : usage variations - different data types as $val argument [ext/standard/tests/math/is_finite_variation1.phpt] 
       
 19113 TEST 9637/11279 [ext/standard/tests/math/is_infinite_basic.phpt]
       
 19114 FAIL Test is_infinite() - basic function test is_infinite() [ext/standard/tests/math/is_infinite_basic.phpt] 
       
 19115 TEST 9638/11279 [ext/standard/tests/math/is_infinite_basiclong_64bit.phpt]
       
 19116 SKIP Test is_infinite function : 64bit long tests [ext/standard/tests/math/is_infinite_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19117 TEST 9639/11279 [ext/standard/tests/math/is_infinite_error.phpt]
       
 19118 PASS Test is_infinite() - wrong params test is_infinite() [ext/standard/tests/math/is_infinite_error.phpt] 
       
 19119 TEST 9640/11279 [ext/standard/tests/math/is_infinite_variation1.phpt]
       
 19120 PASS Test is_infinite() function : usage variations - different data types as $val argument [ext/standard/tests/math/is_infinite_variation1.phpt] 
       
 19121 TEST 9641/11279 [ext/standard/tests/math/is_nan_basic.phpt]
       
 19122 FAIL Test is_nan() - basic function test is_nan() [ext/standard/tests/math/is_nan_basic.phpt] 
       
 19123 TEST 9642/11279 [ext/standard/tests/math/is_nan_basiclong_64bit.phpt]
       
 19124 SKIP Test is_nan function : 64bit long tests [ext/standard/tests/math/is_nan_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19125 TEST 9643/11279 [ext/standard/tests/math/is_nan_error.phpt]
       
 19126 PASS Test is_nan() - wrong params test is_nan() [ext/standard/tests/math/is_nan_error.phpt] 
       
 19127 TEST 9644/11279 [ext/standard/tests/math/is_nan_variation1.phpt]
       
 19128 PASS Test is_nan() function : usage variations - different data types as $val argument [ext/standard/tests/math/is_nan_variation1.phpt] 
       
 19129 TEST 9645/11279 [ext/standard/tests/math/lcg_value_basic.phpt]
       
 19130 PASS Maths test for xapic versions of lcg_value() [ext/standard/tests/math/lcg_value_basic.phpt] 
       
 19131 TEST 9646/11279 [ext/standard/tests/math/log.phpt]
       
 19132 PASS log() tests [ext/standard/tests/math/log.phpt] 
       
 19133 TEST 9647/11279 [ext/standard/tests/math/log10_basic.phpt]
       
 19134 PASS Test return type and value for expected input log10() [ext/standard/tests/math/log10_basic.phpt] 
       
 19135 TEST 9648/11279 [ext/standard/tests/math/log10_basiclong_64bit.phpt]
       
 19136 SKIP Test log10 function : 64bit long tests [ext/standard/tests/math/log10_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19137 TEST 9649/11279 [ext/standard/tests/math/log10_error.phpt]
       
 19138 PASS Test wrong number of arguments for log10() [ext/standard/tests/math/log10_error.phpt] 
       
 19139 TEST 9650/11279 [ext/standard/tests/math/log10_variation.phpt]
       
 19140 FAIL Test variations in usage of log10() [ext/standard/tests/math/log10_variation.phpt] 
       
 19141 TEST 9651/11279 [ext/standard/tests/math/log1p_basic.phpt]
       
 19142 PASS Test log1p() - basic function test log1p() [ext/standard/tests/math/log1p_basic.phpt] 
       
 19143 TEST 9652/11279 [ext/standard/tests/math/log1p_basiclong_64bit.phpt]
       
 19144 SKIP Test log1p function : 64bit long tests [ext/standard/tests/math/log1p_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19145 TEST 9653/11279 [ext/standard/tests/math/log1p_error.phpt]
       
 19146 PASS Test log1p() - Error conditions [ext/standard/tests/math/log1p_error.phpt] 
       
 19147 TEST 9654/11279 [ext/standard/tests/math/log1p_variation1.phpt]
       
 19148 PASS Test log1p() function : usage variations - different data types as $arg argument [ext/standard/tests/math/log1p_variation1.phpt] 
       
 19149 TEST 9655/11279 [ext/standard/tests/math/log_basic.phpt]
       
 19150 FAIL Test log() - basic function test log() [ext/standard/tests/math/log_basic.phpt] 
       
 19151 TEST 9656/11279 [ext/standard/tests/math/log_basiclong_64bit.phpt]
       
 19152 SKIP Test log function : 64bit long tests [ext/standard/tests/math/log_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19153 TEST 9657/11279 [ext/standard/tests/math/log_error.phpt]
       
 19154 PASS Test log() - wrong params test log() [ext/standard/tests/math/log_error.phpt] 
       
 19155 TEST 9658/11279 [ext/standard/tests/math/log_variation1.phpt]
       
 19156 FAIL Test log() function : usage variations - different data types as $arg argument [ext/standard/tests/math/log_variation1.phpt] 
       
 19157 TEST 9659/11279 [ext/standard/tests/math/log_variation2.phpt]
       
 19158 PASS Test log() function : usage variations - different data types as $base argument [ext/standard/tests/math/log_variation2.phpt] 
       
 19159 TEST 9660/11279 [ext/standard/tests/math/mt_getrandmax_basic.phpt]
       
 19160 PASS Test mt_getrandmax() - basic function test mt_getrandmax() [ext/standard/tests/math/mt_getrandmax_basic.phpt] 
       
 19161 TEST 9661/11279 [ext/standard/tests/math/mt_getrandmax_error.phpt]
       
 19162 PASS Test mt_getrandmax() - wrong paramas mt_getrandmax() [ext/standard/tests/math/mt_getrandmax_error.phpt] 
       
 19163 TEST 9662/11279 [ext/standard/tests/math/mt_rand_basic.phpt]
       
 19164 PASS Test mt_rand() - basic function test mt_rand() [ext/standard/tests/math/mt_rand_basic.phpt] 
       
 19165 TEST 9663/11279 [ext/standard/tests/math/mt_rand_error.phpt]
       
 19166 PASS Test mt_rand() - wrong params test mt_rand() [ext/standard/tests/math/mt_rand_error.phpt] 
       
 19167 TEST 9664/11279 [ext/standard/tests/math/mt_rand_variation1.phpt]
       
 19168 PASS Test rand() function : usage variations - different data types as $min argument [ext/standard/tests/math/mt_rand_variation1.phpt] 
       
 19169 TEST 9665/11279 [ext/standard/tests/math/mt_rand_variation2.phpt]
       
 19170 PASS Test mt_rand() function : usage variations - different data types as $max argument [ext/standard/tests/math/mt_rand_variation2.phpt] 
       
 19171 TEST 9666/11279 [ext/standard/tests/math/mt_srand_basic.phpt]
       
 19172 PASS Test mt_srand() - basic function (return values) mt_srand() [ext/standard/tests/math/mt_srand_basic.phpt] 
       
 19173 TEST 9667/11279 [ext/standard/tests/math/mt_srand_error.phpt]
       
 19174 PASS Test mt_srand() - wrong params test mt_srand() [ext/standard/tests/math/mt_srand_error.phpt] 
       
 19175 TEST 9668/11279 [ext/standard/tests/math/mt_srand_variation1.phpt]
       
 19176 PASS Test mt_srand() function : usage variations - different data types as $seed argument [ext/standard/tests/math/mt_srand_variation1.phpt] 
       
 19177 TEST 9669/11279 [ext/standard/tests/math/number_format_basic.phpt]
       
 19178 PASS Test number_format() - basic function test number_format() [ext/standard/tests/math/number_format_basic.phpt] 
       
 19179 TEST 9670/11279 [ext/standard/tests/math/octdec_basic.phpt]
       
 19180 PASS Test octdec() - basic function test octdec() [ext/standard/tests/math/octdec_basic.phpt] 
       
 19181 TEST 9671/11279 [ext/standard/tests/math/octdec_basic_64bit.phpt]
       
 19182 SKIP Test octdec() - basic function test octdec() [ext/standard/tests/math/octdec_basic_64bit.phpt] reason: this test is for 64bit platform only
       
 19183 TEST 9672/11279 [ext/standard/tests/math/octdec_basiclong_64bit.phpt]
       
 19184 SKIP Test octdec function : 64bit long tests [ext/standard/tests/math/octdec_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19185 TEST 9673/11279 [ext/standard/tests/math/octdec_error.phpt]
       
 19186 PASS Test octdec() - wrong params  test octdec() [ext/standard/tests/math/octdec_error.phpt] 
       
 19187 TEST 9674/11279 [ext/standard/tests/math/octdec_variation1.phpt]
       
 19188 PASS Test octdec() function : usage variations - different data types as $octal_string arg [ext/standard/tests/math/octdec_variation1.phpt] 
       
 19189 TEST 9675/11279 [ext/standard/tests/math/pi_basic.phpt]
       
 19190 PASS Test pi() - basic function test pi() [ext/standard/tests/math/pi_basic.phpt] 
       
 19191 TEST 9676/11279 [ext/standard/tests/math/pow.phpt]
       
 19192 FAIL Various pow() tests [ext/standard/tests/math/pow.phpt] 
       
 19193 TEST 9677/11279 [ext/standard/tests/math/pow_basic.phpt]
       
 19194 PASS Test pow() - basic function test pow() [ext/standard/tests/math/pow_basic.phpt] 
       
 19195 TEST 9678/11279 [ext/standard/tests/math/pow_basic2.phpt]
       
 19196 PASS Test pow() - basic function test pow() - with large exponents [ext/standard/tests/math/pow_basic2.phpt] 
       
 19197 TEST 9679/11279 [ext/standard/tests/math/pow_basic_64bit.phpt]
       
 19198 SKIP Test pow() - basic function test pow() [ext/standard/tests/math/pow_basic_64bit.phpt] reason: this test is for 64bit platform only
       
 19199 TEST 9680/11279 [ext/standard/tests/math/pow_basiclong_64bit.phpt]
       
 19200 SKIP Test pow function : 64bit long tests [ext/standard/tests/math/pow_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19201 TEST 9681/11279 [ext/standard/tests/math/pow_error.phpt]
       
 19202 PASS Test pow() - wrong params test pow() [ext/standard/tests/math/pow_error.phpt] 
       
 19203 TEST 9682/11279 [ext/standard/tests/math/pow_variation1.phpt]
       
 19204 PASS Test pow() function : usage variations - different data types as $base argument [ext/standard/tests/math/pow_variation1.phpt] 
       
 19205 TEST 9683/11279 [ext/standard/tests/math/pow_variation1_64bit.phpt]
       
 19206 SKIP Test pow() function : usage variations - different data types as $base argument [ext/standard/tests/math/pow_variation1_64bit.phpt] reason: this test is for 64bit platform only
       
 19207 TEST 9684/11279 [ext/standard/tests/math/pow_variation2.phpt]
       
 19208 PASS Test pow() function : usage variations - different data types as $exp argument [ext/standard/tests/math/pow_variation2.phpt] 
       
 19209 TEST 9685/11279 [ext/standard/tests/math/rad2deg_basic.phpt]
       
 19210 PASS Test return type and value for expected input rad2deg() [ext/standard/tests/math/rad2deg_basic.phpt] 
       
 19211 TEST 9686/11279 [ext/standard/tests/math/rad2deg_basiclong_64bit.phpt]
       
 19212 SKIP Test rad2deg function : 64bit long tests [ext/standard/tests/math/rad2deg_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19213 TEST 9687/11279 [ext/standard/tests/math/rad2deg_error.phpt]
       
 19214 PASS Test wrong number of arguments for rad2deg() [ext/standard/tests/math/rad2deg_error.phpt] 
       
 19215 TEST 9688/11279 [ext/standard/tests/math/rad2deg_variation.phpt]
       
 19216 PASS Test variations in usage of rad2deg() [ext/standard/tests/math/rad2deg_variation.phpt] 
       
 19217 TEST 9689/11279 [ext/standard/tests/math/rand_basic.phpt]
       
 19218 PASS Test  rand() - basic function test rand() [ext/standard/tests/math/rand_basic.phpt] 
       
 19219 TEST 9690/11279 [ext/standard/tests/math/rand_error.phpt]
       
 19220 PASS Test  rand() - wrong params test rand() [ext/standard/tests/math/rand_error.phpt] 
       
 19221 TEST 9691/11279 [ext/standard/tests/math/rand_variation1.phpt]
       
 19222 PASS Test rand() function : usage variations - different data types as $min argument [ext/standard/tests/math/rand_variation1.phpt] 
       
 19223 TEST 9692/11279 [ext/standard/tests/math/rand_variation2.phpt]
       
 19224 PASS Test rand() function : usage variations - different data types as $max argument [ext/standard/tests/math/rand_variation2.phpt] 
       
 19225 TEST 9693/11279 [ext/standard/tests/math/round.phpt]
       
 19226 PASS Simple math tests [ext/standard/tests/math/round.phpt] 
       
 19227 TEST 9694/11279 [ext/standard/tests/math/round_basic.phpt]
       
 19228 PASS Test round() - basic function test for round() [ext/standard/tests/math/round_basic.phpt] 
       
 19229 TEST 9695/11279 [ext/standard/tests/math/round_basiclong_64bit.phpt]
       
 19230 SKIP Test round function : 64bit long tests [ext/standard/tests/math/round_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19231 TEST 9696/11279 [ext/standard/tests/math/round_error.phpt]
       
 19232 PASS Test round() function :  error conditions - incorrect number of args [ext/standard/tests/math/round_error.phpt] 
       
 19233 TEST 9697/11279 [ext/standard/tests/math/round_large_exp.phpt]
       
 19234 PASS round() works correctly for large exponents [ext/standard/tests/math/round_large_exp.phpt] 
       
 19235 TEST 9698/11279 [ext/standard/tests/math/round_modes.phpt]
       
 19236 PASS round() with different rounding modes [ext/standard/tests/math/round_modes.phpt] 
       
 19237 TEST 9699/11279 [ext/standard/tests/math/round_prerounding.phpt]
       
 19238 PASS round() prerounds results to precision [ext/standard/tests/math/round_prerounding.phpt] 
       
 19239 TEST 9700/11279 [ext/standard/tests/math/round_variation1.phpt]
       
 19240 PASS Test round() function : usage variations - different data types as $val argument [ext/standard/tests/math/round_variation1.phpt] 
       
 19241 TEST 9701/11279 [ext/standard/tests/math/round_variation2.phpt]
       
 19242 PASS Test round() function : usage variations - different data types as $precision argument [ext/standard/tests/math/round_variation2.phpt] 
       
 19243 TEST 9702/11279 [ext/standard/tests/math/sin_basic.phpt]
       
 19244 PASS Test return type and value for expected input sin() [ext/standard/tests/math/sin_basic.phpt] 
       
 19245 TEST 9703/11279 [ext/standard/tests/math/sin_basiclong_64bit.phpt]
       
 19246 SKIP Test sin function : 64bit long tests [ext/standard/tests/math/sin_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19247 TEST 9704/11279 [ext/standard/tests/math/sin_error.phpt]
       
 19248 PASS Test wrong number of arguments for sin() [ext/standard/tests/math/sin_error.phpt] 
       
 19249 TEST 9705/11279 [ext/standard/tests/math/sin_variation.phpt]
       
 19250 PASS Test variations in usage of sin() [ext/standard/tests/math/sin_variation.phpt] 
       
 19251 TEST 9706/11279 [ext/standard/tests/math/sinh_basic.phpt]
       
 19252 PASS Test return type and value for expected input sinh() [ext/standard/tests/math/sinh_basic.phpt] 
       
 19253 TEST 9707/11279 [ext/standard/tests/math/sinh_basiclong_64bit.phpt]
       
 19254 SKIP Test sinh function : 64bit long tests [ext/standard/tests/math/sinh_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19255 TEST 9708/11279 [ext/standard/tests/math/sinh_error.phpt]
       
 19256 PASS Test wrong number of arguments for sinh() [ext/standard/tests/math/sinh_error.phpt] 
       
 19257 TEST 9709/11279 [ext/standard/tests/math/sinh_variation.phpt]
       
 19258 PASS Test variations in usage of sinh() [ext/standard/tests/math/sinh_variation.phpt] 
       
 19259 TEST 9710/11279 [ext/standard/tests/math/sqrt_basic.phpt]
       
 19260 PASS Test return type and value for expected input sqrt() [ext/standard/tests/math/sqrt_basic.phpt] 
       
 19261 TEST 9711/11279 [ext/standard/tests/math/sqrt_basiclong_64bit.phpt]
       
 19262 SKIP Test sqrt function : 64bit long tests [ext/standard/tests/math/sqrt_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19263 TEST 9712/11279 [ext/standard/tests/math/sqrt_error.phpt]
       
 19264 PASS Test wrong number of arguments for sqrt() [ext/standard/tests/math/sqrt_error.phpt] 
       
 19265 TEST 9713/11279 [ext/standard/tests/math/sqrt_variation.phpt]
       
 19266 PASS Test variations in usage of sqrt() [ext/standard/tests/math/sqrt_variation.phpt] 
       
 19267 TEST 9714/11279 [ext/standard/tests/math/srand_basic.phpt]
       
 19268 PASS Test srand() - basic function test for srand() [ext/standard/tests/math/srand_basic.phpt] 
       
 19269 TEST 9715/11279 [ext/standard/tests/math/srand_error.phpt]
       
 19270 PASS Test srand() function :  error conditions - incorrect number of args [ext/standard/tests/math/srand_error.phpt] 
       
 19271 TEST 9716/11279 [ext/standard/tests/math/srand_variation1.phpt]
       
 19272 PASS Test srand() function : usage variations - different data types as $seed argument [ext/standard/tests/math/srand_variation1.phpt] 
       
 19273 TEST 9717/11279 [ext/standard/tests/math/tan_basic.phpt]
       
 19274 PASS Test return type and value for expected input tan() [ext/standard/tests/math/tan_basic.phpt] 
       
 19275 TEST 9718/11279 [ext/standard/tests/math/tan_basiclong_64bit.phpt]
       
 19276 SKIP Test tan function : 64bit long tests [ext/standard/tests/math/tan_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19277 TEST 9719/11279 [ext/standard/tests/math/tan_error.phpt]
       
 19278 PASS Test wrong number of arguments for tan() [ext/standard/tests/math/tan_error.phpt] 
       
 19279 TEST 9720/11279 [ext/standard/tests/math/tan_variation.phpt]
       
 19280 PASS Test variations in usage of tan() [ext/standard/tests/math/tan_variation.phpt] 
       
 19281 TEST 9721/11279 [ext/standard/tests/math/tanh_basic.phpt]
       
 19282 PASS Test return type and value for expected input tanh() [ext/standard/tests/math/tanh_basic.phpt] 
       
 19283 TEST 9722/11279 [ext/standard/tests/math/tanh_basiclong_64bit.phpt]
       
 19284 SKIP Test tanh function : 64bit long tests [ext/standard/tests/math/tanh_basiclong_64bit.phpt] reason: this test is for 64bit platform only
       
 19285 TEST 9723/11279 [ext/standard/tests/math/tanh_error.phpt]
       
 19286 PASS Test wrong number of arguments for tanh() [ext/standard/tests/math/tanh_error.phpt] 
       
 19287 TEST 9724/11279 [ext/standard/tests/math/tanh_variation.phpt]
       
 19288 PASS Test variations in usage of tanh() [ext/standard/tests/math/tanh_variation.phpt] 
       
 19289 TEST 9725/11279 [ext/standard/tests/misc/get_browser_basic.phpt]
       
 19290 PASS Test get_browser() function : basic functionality [ext/standard/tests/misc/get_browser_basic.phpt] 
       
 19291 TEST 9726/11279 [ext/standard/tests/misc/get_browser_error.phpt]
       
 19292 PASS Test get_browser() function : error functionality [ext/standard/tests/misc/get_browser_error.phpt] 
       
 19293 TEST 9727/11279 [ext/standard/tests/misc/get_browser_variation1.phpt]
       
 19294 PASS Test get_browser() function : variation functionality: extra browser names [ext/standard/tests/misc/get_browser_variation1.phpt] 
       
 19295 TEST 9728/11279 [ext/standard/tests/misc/syslog_basic.phpt]
       
 19296 PASS Basic syslog test [ext/standard/tests/misc/syslog_basic.phpt] 
       
 19297 TEST 9729/11279 [ext/standard/tests/misc/syslog_parameters.phpt]
       
 19298 PASS Syslog parameter parsing test [ext/standard/tests/misc/syslog_parameters.phpt] 
       
 19299 TEST 9730/11279 [ext/standard/tests/misc/syslog_vars_variation1.phpt]
       
 19300 PASS define_syslog_variables() variation 1 [ext/standard/tests/misc/syslog_vars_variation1.phpt] 
       
 19301 TEST 9731/11279 [ext/standard/tests/misc/syslog_vars_variation2.phpt]
       
 19302 PASS define_syslog_variables() variation 2 [ext/standard/tests/misc/syslog_vars_variation2.phpt] 
       
 19303 TEST 9732/11279 [ext/standard/tests/misc/time_nanosleep_basic.phpt]
       
 19304 PASS time_nanosleep — Delay for a number of seconds and nanoseconds [ext/standard/tests/misc/time_nanosleep_basic.phpt] 
       
 19305 TEST 9733/11279 [ext/standard/tests/misc/time_nanosleep_error1.phpt]
       
 19306 PASS time_nanosleep — Delay for a number of seconds and nanoseconds [ext/standard/tests/misc/time_nanosleep_error1.phpt] 
       
 19307 TEST 9734/11279 [ext/standard/tests/misc/time_nanosleep_error2.phpt]
       
 19308 PASS time_nanosleep — Delay for a number of seconds and nanoseconds [ext/standard/tests/misc/time_nanosleep_error2.phpt] 
       
 19309 TEST 9735/11279 [ext/standard/tests/misc/time_nanosleep_error3.phpt]
       
 19310 PASS time_nanosleep — Delay for a number of seconds and nanoseconds [ext/standard/tests/misc/time_nanosleep_error3.phpt] 
       
 19311 TEST 9736/11279 [ext/standard/tests/misc/time_nanosleep_error4.phpt]
       
 19312 PASS time_nanosleep — Delay for a number of seconds and nanoseconds [ext/standard/tests/misc/time_nanosleep_error4.phpt] 
       
 19313 TEST 9737/11279 [ext/standard/tests/misc/time_nanosleep_error5.phpt]
       
 19314 PASS time_nanosleep — Delay for a number of seconds and nanoseconds [ext/standard/tests/misc/time_nanosleep_error5.phpt] 
       
 19315 TEST 9738/11279 [ext/standard/tests/misc/time_sleep_until_basic.phpt]
       
 19316 PASS time_sleep_until() function - basic test for time_sleep_until() [ext/standard/tests/misc/time_sleep_until_basic.phpt] 
       
 19317 TEST 9739/11279 [ext/standard/tests/misc/time_sleep_until_error1.phpt]
       
 19318 PASS time_sleep_until() function - error test for time_sleep_until() [ext/standard/tests/misc/time_sleep_until_error1.phpt] 
       
 19319 TEST 9740/11279 [ext/standard/tests/misc/time_sleep_until_error2.phpt]
       
 19320 PASS time_sleep_until() function - error test for time_sleep_until() [ext/standard/tests/misc/time_sleep_until_error2.phpt] 
       
 19321 TEST 9741/11279 [ext/standard/tests/misc/time_sleep_until_error3.phpt]
       
 19322 PASS time_sleep_until() function - error test for time_sleep_until() [ext/standard/tests/misc/time_sleep_until_error3.phpt] 
       
 19323 TEST 9742/11279 [ext/standard/tests/network/bug20134.phpt]
       
 19324 PASS Bug #20134 (UDP reads from invalid ports) [ext/standard/tests/network/bug20134.phpt] 
       
 19325 TEST 9743/11279 [ext/standard/tests/network/bug41347.phpt]
       
 19326 PASS dns_check_record() segfault with empty host [ext/standard/tests/network/bug41347.phpt] 
       
 19327 TEST 9744/11279 [ext/standard/tests/network/closelog_basic.phpt]
       
 19328 PASS Test closelog() function : basic functionality [ext/standard/tests/network/closelog_basic.phpt] 
       
 19329 TEST 9745/11279 [ext/standard/tests/network/closelog_error.phpt]
       
 19330 PASS Test closelog() function : error conditions [ext/standard/tests/network/closelog_error.phpt] 
       
 19331 TEST 9746/11279 [ext/standard/tests/network/define_syslog_variables_basic-win32.phpt]
       
 19332 SKIP Test define_syslog_variables() function : basic functionality [ext/standard/tests/network/define_syslog_variables_basic-win32.phpt] reason: Only run on Windows
       
 19333 TEST 9747/11279 [ext/standard/tests/network/define_syslog_variables_basic.phpt]
       
 19334 FAIL Test define_syslog_variables() function : basic functionality [ext/standard/tests/network/define_syslog_variables_basic.phpt] 
       
 19335 TEST 9748/11279 [ext/standard/tests/network/define_syslog_variables_error.phpt]
       
 19336 PASS Test define_syslog_variables() function : error conditions [ext/standard/tests/network/define_syslog_variables_error.phpt] 
       
 19337 TEST 9749/11279 [ext/standard/tests/network/define_syslog_variables_variation.phpt]
       
 19338 FAIL Test define_syslog_variables() function : variation [ext/standard/tests/network/define_syslog_variables_variation.phpt] 
       
 19339 TEST 9750/11279 [ext/standard/tests/network/define_syslog_variables_variation2-win32.phpt]
       
 19340 SKIP Test define_syslog_variables() function : variation [ext/standard/tests/network/define_syslog_variables_variation2-win32.phpt] reason: Only run on Windows
       
 19341 TEST 9751/11279 [ext/standard/tests/network/define_syslog_variables_variation2.phpt]
       
 19342 FAIL Test define_syslog_variables() function : variation [ext/standard/tests/network/define_syslog_variables_variation2.phpt] 
       
 19343 TEST 9752/11279 [ext/standard/tests/network/fsockopen_basic.phpt]
       
 19344 PASS Test fsockopen() function : basic functionality [ext/standard/tests/network/fsockopen_basic.phpt] 
       
 19345 TEST 9753/11279 [ext/standard/tests/network/fsockopen_error.phpt]
       
 19346 PASS Test fsockopen() function : error conditions [ext/standard/tests/network/fsockopen_error.phpt] 
       
 19347 TEST 9754/11279 [ext/standard/tests/network/fsockopen_variation1.phpt]
       
 19348 PASS testing fsockopen without a protocol string [ext/standard/tests/network/fsockopen_variation1.phpt] 
       
 19349 TEST 9755/11279 [ext/standard/tests/network/fsockopen_variation2.phpt]
       
 19350 PASS testing fsockopen() with udp sockets [ext/standard/tests/network/fsockopen_variation2.phpt] 
       
 19351 TEST 9756/11279 [ext/standard/tests/network/gethostbyaddr_basic1.phpt]
       
 19352 PASS Test gethostbyaddr() function : basic functionality [ext/standard/tests/network/gethostbyaddr_basic1.phpt] 
       
 19353 TEST 9757/11279 [ext/standard/tests/network/gethostbyaddr_error.phpt]
       
 19354 PASS Test gethostbyaddr() function : error conditions [ext/standard/tests/network/gethostbyaddr_error.phpt] 
       
 19355 TEST 9758/11279 [ext/standard/tests/network/gethostbyname_basic001.phpt]
       
 19356 PASS gethostbyname() function - basic type return test [ext/standard/tests/network/gethostbyname_basic001.phpt] 
       
 19357 TEST 9759/11279 [ext/standard/tests/network/gethostbyname_basic002.phpt]
       
 19358 PASS gethostbyname() function - basic invalid parameter test [ext/standard/tests/network/gethostbyname_basic002.phpt] 
       
 19359 TEST 9760/11279 [ext/standard/tests/network/gethostbyname_basic003.phpt]
       
 19360 PASS Test gethostbyname() function : basic functionality [ext/standard/tests/network/gethostbyname_basic003.phpt] 
       
 19361 TEST 9761/11279 [ext/standard/tests/network/gethostbyname_error001.phpt]
       
 19362 PASS gethostbyname() function - basic type return error test [ext/standard/tests/network/gethostbyname_error001.phpt] 
       
 19363 TEST 9762/11279 [ext/standard/tests/network/gethostbyname_error002.phpt]
       
 19364 PASS gethostbyname() function - basic type return error test [ext/standard/tests/network/gethostbyname_error002.phpt] 
       
 19365 TEST 9763/11279 [ext/standard/tests/network/gethostbyname_error003.phpt]
       
 19366 PASS gethostbyname() function - basic type return error test [ext/standard/tests/network/gethostbyname_error003.phpt] 
       
 19367 TEST 9764/11279 [ext/standard/tests/network/gethostbyname_error004.phpt]
       
 19368 PASS gethostbyname() function - basic return valid ip address test [ext/standard/tests/network/gethostbyname_error004.phpt] 
       
 19369 TEST 9765/11279 [ext/standard/tests/network/gethostbyname_error005.phpt]
       
 19370 PASS gethostbyname() function - basic invalid parameter test [ext/standard/tests/network/gethostbyname_error005.phpt] 
       
 19371 TEST 9766/11279 [ext/standard/tests/network/gethostbyname_error006.phpt]
       
 19372 PASS gethostbyname() function - basic invalid parameter test [ext/standard/tests/network/gethostbyname_error006.phpt] 
       
 19373 TEST 9767/11279 [ext/standard/tests/network/gethostbynamel_basic1.phpt]
       
 19374 PASS Test gethostbynamel() function : basic functionality [ext/standard/tests/network/gethostbynamel_basic1.phpt] 
       
 19375 TEST 9768/11279 [ext/standard/tests/network/gethostbynamel_error.phpt]
       
 19376 PASS Test gethostbynamel() function : error conditions [ext/standard/tests/network/gethostbynamel_error.phpt] 
       
 19377 TEST 9769/11279 [ext/standard/tests/network/getmxrr.phpt]
       
 19378 PASS getmxrr() test [ext/standard/tests/network/getmxrr.phpt] 
       
 19379 TEST 9770/11279 [ext/standard/tests/network/http-stream.phpt]
       
 19380 FAIL http-stream test [ext/standard/tests/network/http-stream.phpt] 
       
 19381 TEST 9771/11279 [ext/standard/tests/network/inet.phpt]
       
 19382 PASS inet_ntop() & inet_pton() tests [ext/standard/tests/network/inet.phpt] 
       
 19383 TEST 9772/11279 [ext/standard/tests/network/inet_ipv6.phpt]
       
 19384 PASS inet_ntop() & inet_pton() IPv6 tests [ext/standard/tests/network/inet_ipv6.phpt] 
       
 19385 TEST 9773/11279 [ext/standard/tests/network/ip.phpt]
       
 19386 PASS ip2long() & long2ip() tests [ext/standard/tests/network/ip.phpt] 
       
 19387 TEST 9774/11279 [ext/standard/tests/network/ip2long_error.phpt]
       
 19388 PASS Test ip2long() function : error conditions [ext/standard/tests/network/ip2long_error.phpt] 
       
 19389 TEST 9775/11279 [ext/standard/tests/network/ip2long_variation1.phpt]
       
 19390 PASS Test ip2long() function : usage variation [ext/standard/tests/network/ip2long_variation1.phpt] 
       
 19391 TEST 9776/11279 [ext/standard/tests/network/ip_x86_64.phpt]
       
 19392 SKIP ip2long() & long2ip() tests [ext/standard/tests/network/ip_x86_64.phpt] reason: this test is for >32bit platform only
       
 19393 TEST 9777/11279 [ext/standard/tests/network/long2ip_error.phpt]
       
 19394 PASS Test long2ip() function : error conditions [ext/standard/tests/network/long2ip_error.phpt] 
       
 19395 TEST 9778/11279 [ext/standard/tests/network/long2ip_variation1.phpt]
       
 19396 PASS Test long2ip() function : usage variation [ext/standard/tests/network/long2ip_variation1.phpt] 
       
 19397 TEST 9779/11279 [ext/standard/tests/network/shutdown.phpt]
       
 19398 PASS stream_socket_shutdown() test on IPv4 TCP Loopback [ext/standard/tests/network/shutdown.phpt] 
       
 19399 TEST 9780/11279 [ext/standard/tests/network/socket_get_status_basic.phpt]
       
 19400 PASS Testing socket_get_status() [ext/standard/tests/network/socket_get_status_basic.phpt] 
       
 19401 TEST 9781/11279 [ext/standard/tests/network/syslog_basic-win32.phpt]
       
 19402 SKIP Test syslog() function : basic functionality [ext/standard/tests/network/syslog_basic-win32.phpt] reason: Only run on Windows
       
 19403 TEST 9782/11279 [ext/standard/tests/network/syslog_error.phpt]
       
 19404 PASS Test syslog() function : error conditions [ext/standard/tests/network/syslog_error.phpt] 
       
 19405 TEST 9783/11279 [ext/standard/tests/network/tcp4loop.phpt]
       
 19406 PASS Streams Based IPv4 TCP Loopback test [ext/standard/tests/network/tcp4loop.phpt] 
       
 19407 TEST 9784/11279 [ext/standard/tests/network/tcp6loop.phpt]
       
 19408 SKIP Streams Based IPv6 TCP Loopback test [ext/standard/tests/network/tcp6loop.phpt] reason: IPv6 not supported.
       
 19409 TEST 9785/11279 [ext/standard/tests/network/udgloop.phpt]
       
 19410 PASS Streams Based Unix Domain Datagram Loopback test [ext/standard/tests/network/udgloop.phpt] 
       
 19411 TEST 9786/11279 [ext/standard/tests/network/udp4loop.phpt]
       
 19412 PASS Streams Based IPv4 UDP Loopback test [ext/standard/tests/network/udp4loop.phpt] 
       
 19413 TEST 9787/11279 [ext/standard/tests/network/udp6loop.phpt]
       
 19414 SKIP Streams Based IPv6 UDP Loopback test [ext/standard/tests/network/udp6loop.phpt] reason: IPv6 not supported.
       
 19415 TEST 9788/11279 [ext/standard/tests/network/unixloop.phpt]
       
 19416 PASS Streams Based Unix Domain Loopback test [ext/standard/tests/network/unixloop.phpt] 
       
 19417 TEST 9789/11279 [ext/standard/tests/php_ini_loaded_file.phpt]
       
 19418 PASS Check the php_ini_loaded_file() function [ext/standard/tests/php_ini_loaded_file.phpt] 
       
 19419 TEST 9790/11279 [ext/standard/tests/php_logo_guid.phpt]
       
 19420 PASS Check the output of the php_logo_guid() function [ext/standard/tests/php_logo_guid.phpt] 
       
 19421 TEST 9791/11279 [ext/standard/tests/php_real_logo_guid.phpt]
       
 19422 PASS Testing the undocumented function php_real_logo_guid() [ext/standard/tests/php_real_logo_guid.phpt] 
       
 19423 TEST 9792/11279 [ext/standard/tests/serialize/001.phpt]
       
 19424 PASS serialize()/unserialize()/var_dump() [ext/standard/tests/serialize/001.phpt] 
       
 19425 TEST 9793/11279 [ext/standard/tests/serialize/002.phpt]
       
 19426 PASS Bug #25378 (unserialize() crashes with invalid data) [ext/standard/tests/serialize/002.phpt] 
       
 19427 TEST 9794/11279 [ext/standard/tests/serialize/003.phpt]
       
 19428 PASS unserialize() floats with E notation (#18654) [ext/standard/tests/serialize/003.phpt] 
       
 19429 TEST 9795/11279 [ext/standard/tests/serialize/004.phpt]
       
 19430 PASS serialize()/unserialize() floats in array. [ext/standard/tests/serialize/004.phpt] 
       
 19431 TEST 9796/11279 [ext/standard/tests/serialize/005.phpt]
       
 19432 PASS serialize()/unserialize() objects [ext/standard/tests/serialize/005.phpt] 
       
 19433 TEST 9797/11279 [ext/standard/tests/serialize/006.phpt]
       
 19434 PASS serialize()/unserialize() with exotic letters [ext/standard/tests/serialize/006.phpt] 
       
 19435 TEST 9798/11279 [ext/standard/tests/serialize/bug14293.phpt]
       
 19436 PASS Bug #14293 (serialize() and __sleep()) [ext/standard/tests/serialize/bug14293.phpt] 
       
 19437 TEST 9799/11279 [ext/standard/tests/serialize/bug21957.phpt]
       
 19438 PASS Bug #21957 (serialize() mangles objects with __sleep) [ext/standard/tests/serialize/bug21957.phpt] 
       
 19439 TEST 9800/11279 [ext/standard/tests/serialize/bug23298.phpt]
       
 19440 PASS Bug #23298 (serialize() and floats/doubles) [ext/standard/tests/serialize/bug23298.phpt] 
       
 19441 TEST 9801/11279 [ext/standard/tests/serialize/bug24063.phpt]
       
 19442 PASS Bug #24063 (serialize() missing 0 after the . on scientific notation) [ext/standard/tests/serialize/bug24063.phpt] 
       
 19443 TEST 9802/11279 [ext/standard/tests/serialize/bug25378.phpt]
       
 19444 PASS Bug #25378 (unserialize() crashes with invalid data) [ext/standard/tests/serialize/bug25378.phpt] 
       
 19445 TEST 9803/11279 [ext/standard/tests/serialize/bug26762.phpt]
       
 19446 PASS Bug #26762 (unserialize() produces lowercase classnames) [ext/standard/tests/serialize/bug26762.phpt] 
       
 19447 TEST 9804/11279 [ext/standard/tests/serialize/bug27469.phpt]
       
 19448 PASS Bug #27469 (serialize() objects of incomplete class) [ext/standard/tests/serialize/bug27469.phpt] 
       
 19449 TEST 9805/11279 [ext/standard/tests/serialize/bug28325.phpt]
       
 19450 PASS Bug #28325 (Problem in serialisation of circular references) [ext/standard/tests/serialize/bug28325.phpt] 
       
 19451 TEST 9806/11279 [ext/standard/tests/serialize/bug30234.phpt]
       
 19452 PASS Bug #30234 (__autoload() not invoked for interfaces) [ext/standard/tests/serialize/bug30234.phpt] 
       
 19453 TEST 9807/11279 [ext/standard/tests/serialize/bug31402.phpt]
       
 19454 PASS Bug #31402 (unserialize() generates references when it should not) [ext/standard/tests/serialize/bug31402.phpt] 
       
 19455 TEST 9808/11279 [ext/standard/tests/serialize/bug31442.phpt]
       
 19456 PASS Bug #31442 (unserialize broken on 64-bit systems) [ext/standard/tests/serialize/bug31442.phpt] 
       
 19457 TEST 9809/11279 [ext/standard/tests/serialize/bug35895.phpt]
       
 19458 PASS Bug #35895 (__sleep and private property) [ext/standard/tests/serialize/bug35895.phpt] 
       
 19459 TEST 9810/11279 [ext/standard/tests/serialize/bug37947.phpt]
       
 19460 PASS Bug #37947 (zend_ptr_stack reallocation problem) [ext/standard/tests/serialize/bug37947.phpt] 
       
 19461 TEST 9811/11279 [ext/standard/tests/serialize/bug42919.phpt]
       
 19462 PASS Bug #42919 (Unserializing of namespaced class object fails) [ext/standard/tests/serialize/bug42919.phpt] 
       
 19463 TEST 9812/11279 [ext/standard/tests/serialize/bug43614.phpt]
       
 19464 PASS Bug #43614 (incorrect processing of numerical string keys of array in arbitrary serialized data) [ext/standard/tests/serialize/bug43614.phpt] 
       
 19465 TEST 9813/11279 [ext/standard/tests/serialize/bug45706.phpt]
       
 19466 PASS Bug #45706 Unserialization of classes derived from ArrayIterator fails [ext/standard/tests/serialize/bug45706.phpt] 
       
 19467 TEST 9814/11279 [ext/standard/tests/serialize/bug46882.phpt]
       
 19468 PASS Bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit numbers) [ext/standard/tests/serialize/bug46882.phpt] 
       
 19469 TEST 9815/11279 [ext/standard/tests/serialize/bug55798.phpt]
       
 19470 PASS Bug #55798 (serialize followed by unserialize with numeric object prop. gives integer prop) [ext/standard/tests/serialize/bug55798.phpt] 
       
 19471 TEST 9816/11279 [ext/standard/tests/serialize/bug62373.phpt]
       
 19472 PASS Bug #62373 (serialize() generates wrong reference to the object) [ext/standard/tests/serialize/bug62373.phpt] 
       
 19473 TEST 9817/11279 [ext/standard/tests/serialize/bug68044.phpt]
       
 19474 PASS Bug #68044 Integer overflow in unserialize() (32-bits only) [ext/standard/tests/serialize/bug68044.phpt] 
       
 19475 TEST 9818/11279 [ext/standard/tests/serialize/bug68594.phpt]
       
 19476 PASS Bug #68545 Use after free vulnerability in unserialize() [ext/standard/tests/serialize/bug68594.phpt] 
       
 19477 TEST 9819/11279 [ext/standard/tests/serialize/incomplete_class.phpt]
       
 19478 PASS (un)serializing __PHP_Incomplete_Class instance [ext/standard/tests/serialize/incomplete_class.phpt] 
       
 19479 TEST 9820/11279 [ext/standard/tests/serialize/precision.phpt]
       
 19480 SKIP Default precision is sufficient to serialize all the information in floats [ext/standard/tests/serialize/precision.phpt] reason: test for little-endian architectures
       
 19481 TEST 9821/11279 [ext/standard/tests/serialize/serialization_arrays_001.phpt]
       
 19482 PASS Test serialize() & unserialize() functions: arrays (circular references) [ext/standard/tests/serialize/serialization_arrays_001.phpt] 
       
 19483 TEST 9822/11279 [ext/standard/tests/serialize/serialization_arrays_002.phpt]
       
 19484 PASS serialization: arrays with references amonst elements [ext/standard/tests/serialize/serialization_arrays_002.phpt] 
       
 19485 TEST 9823/11279 [ext/standard/tests/serialize/serialization_arrays_003.phpt]
       
 19486 PASS serialization: arrays with references to an external variable [ext/standard/tests/serialize/serialization_arrays_003.phpt] 
       
 19487 TEST 9824/11279 [ext/standard/tests/serialize/serialization_arrays_004.phpt]
       
 19488 PASS serialization: arrays with references to the containing array [ext/standard/tests/serialize/serialization_arrays_004.phpt] 
       
 19489 TEST 9825/11279 [ext/standard/tests/serialize/serialization_arrays_005.phpt]
       
 19490 PASS serialization: arrays with references, nested [ext/standard/tests/serialize/serialization_arrays_005.phpt] 
       
 19491 TEST 9826/11279 [ext/standard/tests/serialize/serialization_error_001.phpt]
       
 19492 PASS Test serialize() & unserialize() functions: error conditions - wrong number of args. [ext/standard/tests/serialize/serialization_error_001.phpt] 
       
 19493 TEST 9827/11279 [ext/standard/tests/serialize/serialization_miscTypes_001.phpt]
       
 19494 PASS Test serialize() & unserialize() functions: many types [ext/standard/tests/serialize/serialization_miscTypes_001.phpt] 
       
 19495 TEST 9828/11279 [ext/standard/tests/serialize/serialization_objects_001.phpt]
       
 19496 PASS Test serialize() & unserialize() functions: objects [ext/standard/tests/serialize/serialization_objects_001.phpt] 
       
 19497 TEST 9829/11279 [ext/standard/tests/serialize/serialization_objects_002.phpt]
       
 19498 PASS Test serialize() & unserialize() functions: objects (variations) [ext/standard/tests/serialize/serialization_objects_002.phpt] 
       
 19499 TEST 9830/11279 [ext/standard/tests/serialize/serialization_objects_003.phpt]
       
 19500 PASS Test serialize() & unserialize() functions: objects (abstract classes) [ext/standard/tests/serialize/serialization_objects_003.phpt] 
       
 19501 TEST 9831/11279 [ext/standard/tests/serialize/serialization_objects_004.phpt]
       
 19502 PASS Test serialize() & unserialize() functions: objects - ensure that COW references of objects are not serialized separately (unlike other types). [ext/standard/tests/serialize/serialization_objects_004.phpt] 
       
 19503 TEST 9832/11279 [ext/standard/tests/serialize/serialization_objects_005.phpt]
       
 19504 PASS Check behaviour of incomplete class [ext/standard/tests/serialize/serialization_objects_005.phpt] 
       
 19505 TEST 9833/11279 [ext/standard/tests/serialize/serialization_objects_006.phpt]
       
 19506 PASS Behaviour of incomplete class is preserved even when it was not created by unserialize(). [ext/standard/tests/serialize/serialization_objects_006.phpt] 
       
 19507 TEST 9834/11279 [ext/standard/tests/serialize/serialization_objects_007.phpt]
       
 19508 PASS Ensure __autoload is called twice if unserialize_callback_func is defined. [ext/standard/tests/serialize/serialization_objects_007.phpt] 
       
 19509 TEST 9835/11279 [ext/standard/tests/serialize/serialization_objects_008.phpt]
       
 19510 PASS Bad unserialize_callback_func [ext/standard/tests/serialize/serialization_objects_008.phpt] 
       
 19511 TEST 9836/11279 [ext/standard/tests/serialize/serialization_objects_009.phpt]
       
 19512 PASS Custom unserialization of classes with no custom unserializer. [ext/standard/tests/serialize/serialization_objects_009.phpt] 
       
 19513 TEST 9837/11279 [ext/standard/tests/serialize/serialization_objects_010.phpt]
       
 19514 PASS Serialize() must return a string or NULL [ext/standard/tests/serialize/serialization_objects_010.phpt] 
       
 19515 TEST 9838/11279 [ext/standard/tests/serialize/serialization_objects_011.phpt]
       
 19516 PASS Object serialization / unserialization with inherited and hidden properties. [ext/standard/tests/serialize/serialization_objects_011.phpt] 
       
 19517 TEST 9839/11279 [ext/standard/tests/serialize/serialization_objects_012.phpt]
       
 19518 PASS Object serialization / unserialization: real references and COW references [ext/standard/tests/serialize/serialization_objects_012.phpt] 
       
 19519 TEST 9840/11279 [ext/standard/tests/serialize/serialization_objects_013.phpt]
       
 19520 PASS Object serialization / unserialization: references amongst properties [ext/standard/tests/serialize/serialization_objects_013.phpt] 
       
 19521 TEST 9841/11279 [ext/standard/tests/serialize/serialization_objects_014.phpt]
       
 19522 PASS Object serialization / unserialization: references to external values [ext/standard/tests/serialize/serialization_objects_014.phpt] 
       
 19523 TEST 9842/11279 [ext/standard/tests/serialize/serialization_objects_015.phpt]
       
 19524 PASS Object serialization / unserialization: properties reference containing object [ext/standard/tests/serialize/serialization_objects_015.phpt] 
       
 19525 TEST 9843/11279 [ext/standard/tests/serialize/serialization_precision_001.phpt]
       
 19526 PASS Test serialize_precision (part 1) [ext/standard/tests/serialize/serialization_precision_001.phpt] 
       
 19527 TEST 9844/11279 [ext/standard/tests/serialize/serialization_precision_002.phpt]
       
 19528 PASS Test serialize_precision (part 2) [ext/standard/tests/serialize/serialization_precision_002.phpt] 
       
 19529 TEST 9845/11279 [ext/standard/tests/serialize/serialization_resources_001.phpt]
       
 19530 PASS Test serialize() & unserialize() functions: resources [ext/standard/tests/serialize/serialization_resources_001.phpt] 
       
 19531 TEST 9846/11279 [ext/standard/tests/serialize/unserializeS.phpt]
       
 19532 PASS Bug MOPB-29 (wrong length calculation for S) [ext/standard/tests/serialize/unserializeS.phpt] 
       
 19533 TEST 9847/11279 [ext/standard/tests/streams/bug44712.phpt]
       
 19534 PASS bug#44712 (stream_context_set_params segfaults on invalid arguments) [ext/standard/tests/streams/bug44712.phpt] 
       
 19535 TEST 9848/11279 [ext/standard/tests/streams/bug44818.phpt]
       
 19536 PASS Bug #44818 (php://memory writeable when opened read only) [ext/standard/tests/streams/bug44818.phpt] 
       
 19537 TEST 9849/11279 [ext/standard/tests/streams/bug46024.phpt]
       
 19538 PASS Bug #46024 stream_select() doesn't return the correct number [ext/standard/tests/streams/bug46024.phpt] 
       
 19539 TEST 9850/11279 [ext/standard/tests/streams/bug46426.phpt]
       
 19540 PASS Bug #46426 (3rd parameter offset of stream_get_contents not works for "0") [ext/standard/tests/streams/bug46426.phpt] 
       
 19541 TEST 9851/11279 [ext/standard/tests/streams/bug47997.phpt]
       
 19542 PASS Bug #47997 (stream_copy_to_stream returns 1 on empty streams) [ext/standard/tests/streams/bug47997.phpt] 
       
 19543 TEST 9852/11279 [ext/standard/tests/streams/bug48309.phpt]
       
 19544 PASS Bug #48309 (stream_copy_to_stream() and fpasstru() do not update stream position) [ext/standard/tests/streams/bug48309.phpt] 
       
 19545 TEST 9853/11279 [ext/standard/tests/streams/bug49936.phpt]
       
 19546 FAIL Bug #49936 (crash with ftp stream in php_stream_context_get_option()) [ext/standard/tests/streams/bug49936.phpt] 
       
 19547 TEST 9854/11279 [ext/standard/tests/streams/bug49936_win32.phpt]
       
 19548 SKIP Bug #49936 (crash with ftp stream in php_stream_context_get_option()) [ext/standard/tests/streams/bug49936_win32.phpt] reason: . Do run on Windows only
       
 19549 TEST 9855/11279 [ext/standard/tests/streams/bug53903.phpt]
       
 19550 PASS Bug #53903 streamwrapper/stream_stat causes problems [ext/standard/tests/streams/bug53903.phpt] 
       
 19551 TEST 9856/11279 [ext/standard/tests/streams/bug54623.phpt]
       
 19552 PASS Bug #54623: Segfault when when writing to a persistent socket after closing a copy of the socket [ext/standard/tests/streams/bug54623.phpt] 
       
 19553 TEST 9857/11279 [ext/standard/tests/streams/bug54946.phpt]
       
 19554 PASS Bug#54946 stream_get_contents infinite loop [ext/standard/tests/streams/bug54946.phpt] 
       
 19555 TEST 9858/11279 [ext/standard/tests/streams/bug60106.phpt]
       
 19556 PASS Bug#60106 (stream_socket_server silently truncates long unix socket paths) [ext/standard/tests/streams/bug60106.phpt] 
       
 19557 TEST 9859/11279 [ext/standard/tests/streams/bug60455_01.phpt]
       
 19558 PASS Bug #60455: stream_get_line and 1-line noeol input [ext/standard/tests/streams/bug60455_01.phpt] 
       
 19559 TEST 9860/11279 [ext/standard/tests/streams/bug60455_02.phpt]
       
 19560 PASS Bug #60455: stream_get_line and 1-line followed by eol input [ext/standard/tests/streams/bug60455_02.phpt] 
       
 19561 TEST 9861/11279 [ext/standard/tests/streams/bug60455_03.phpt]
       
 19562 PASS Bug #60455: stream_get_line and 2 lines, one possibly empty [ext/standard/tests/streams/bug60455_03.phpt] 
       
 19563 TEST 9862/11279 [ext/standard/tests/streams/bug60455_04.phpt]
       
 19564 PASS Bug #60455: stream_get_line and 1-line with maxlen size followed by 0-length
       
 19565 read with EOL indication [ext/standard/tests/streams/bug60455_04.phpt] 
       
 19566 TEST 9863/11279 [ext/standard/tests/streams/bug60817.phpt]
       
 19567 PASS Bug #60817: stream_get_line() reads from stream even when there is already sufficient data buffered [ext/standard/tests/streams/bug60817.phpt] 
       
 19568 TEST 9864/11279 [ext/standard/tests/streams/bug61115-1.phpt]
       
 19569 PASS Bug #61115: Stream related segfault on fatal error in php_stream_context_del_link - variation 1 [ext/standard/tests/streams/bug61115-1.phpt] 
       
 19570 TEST 9865/11279 [ext/standard/tests/streams/bug61115-2.phpt]
       
 19571 PASS Bug #61115: Stream related segfault on fatal error in php_stream_context_del_link - variation 2 [ext/standard/tests/streams/bug61115-2.phpt] 
       
 19572 TEST 9866/11279 [ext/standard/tests/streams/bug61115.phpt]
       
 19573 PASS Bug #61115: Stream related segfault on fatal error in php_stream_context_del_link. [ext/standard/tests/streams/bug61115.phpt] 
       
 19574 TEST 9867/11279 [ext/standard/tests/streams/bug61371-win.phpt]
       
 19575 SKIP Bug #61371: stream_context_create() causes memory leaks on use streams_socket_create [ext/standard/tests/streams/bug61371-win.phpt] reason: windows only test
       
 19576 TEST 9868/11279 [ext/standard/tests/streams/bug61371.phpt]
       
 19577 PASS Bug #61371: stream_context_create() causes memory leaks on use streams_socket_create [ext/standard/tests/streams/bug61371.phpt] 
       
 19578 TEST 9869/11279 [ext/standard/tests/streams/bug63240.phpt]
       
 19579 PASS Bug #63240: stream_get_line() return contains delimiter string [ext/standard/tests/streams/bug63240.phpt] 
       
 19580 TEST 9870/11279 [ext/standard/tests/streams/bug64770.phpt]
       
 19581 FAIL Bug #64770 stream_select() fails with pipes from proc_open() [ext/standard/tests/streams/bug64770.phpt] 
       
 19582 TEST 9871/11279 [ext/standard/tests/streams/stream_context_get_params_001.phpt]
       
 19583 PASS stream_context_get_params() [ext/standard/tests/streams/stream_context_get_params_001.phpt] 
       
 19584 TEST 9872/11279 [ext/standard/tests/streams/stream_context_set_option_basic.phpt]
       
 19585 PASS stream_context_set_option() function - basic test for stream_context_set_option() [ext/standard/tests/streams/stream_context_set_option_basic.phpt] 
       
 19586 TEST 9873/11279 [ext/standard/tests/streams/stream_context_set_option_error_001.phpt]
       
 19587 PASS stream_context_set_option() function - error : invalid argument [ext/standard/tests/streams/stream_context_set_option_error_001.phpt] 
       
 19588 TEST 9874/11279 [ext/standard/tests/streams/stream_context_set_option_error_002.phpt]
       
 19589 PASS stream_context_set_option() function - error : missing argument [ext/standard/tests/streams/stream_context_set_option_error_002.phpt] 
       
 19590 TEST 9875/11279 [ext/standard/tests/streams/stream_copy_to_stream_socket.phpt]
       
 19591 PASS stream_copy_to_stream() with socket as $source [ext/standard/tests/streams/stream_copy_to_stream_socket.phpt] 
       
 19592 TEST 9876/11279 [ext/standard/tests/streams/stream_get_contents_001.phpt]
       
 19593 PASS stream_get_contents() - Testing offset out of range [ext/standard/tests/streams/stream_get_contents_001.phpt] 
       
 19594 TEST 9877/11279 [ext/standard/tests/streams/stream_get_contents_002.phpt]
       
 19595 PASS stream_get_contents() - Testing on socket with $maxlength [ext/standard/tests/streams/stream_get_contents_002.phpt] 
       
 19596 TEST 9878/11279 [ext/standard/tests/streams/stream_get_line_NUL_delimiter.phpt]
       
 19597 PASS Bug #60455: stream_get_line and \0 as a delimiter [ext/standard/tests/streams/stream_get_line_NUL_delimiter.phpt] 
       
 19598 TEST 9879/11279 [ext/standard/tests/streams/stream_get_line_nb.phpt]
       
 19599 PASS stream_get_line() on non-blocking stream [ext/standard/tests/streams/stream_get_line_nb.phpt] 
       
 19600 TEST 9880/11279 [ext/standard/tests/streams/stream_get_meta_data_dir_basic.phpt]
       
 19601 PASS stream_get_meta_data() on directories [ext/standard/tests/streams/stream_get_meta_data_dir_basic.phpt] 
       
 19602 TEST 9881/11279 [ext/standard/tests/streams/stream_get_meta_data_file_basic.phpt]
       
 19603 PASS stream_get_meta_data() basic functionality [ext/standard/tests/streams/stream_get_meta_data_file_basic.phpt] 
       
 19604 TEST 9882/11279 [ext/standard/tests/streams/stream_get_meta_data_file_error.phpt]
       
 19605 PASS Test stream_get_meta_data() function : error conditions [ext/standard/tests/streams/stream_get_meta_data_file_error.phpt] 
       
 19606 TEST 9883/11279 [ext/standard/tests/streams/stream_get_meta_data_file_variation1.phpt]
       
 19607 PASS stream_get_meta_data() with differing file access modes [ext/standard/tests/streams/stream_get_meta_data_file_variation1.phpt] 
       
 19608 TEST 9884/11279 [ext/standard/tests/streams/stream_get_meta_data_file_variation2.phpt]
       
 19609 PASS Testing stream_get_meta_data() "unread_bytes" field [ext/standard/tests/streams/stream_get_meta_data_file_variation2.phpt] 
       
 19610 TEST 9885/11279 [ext/standard/tests/streams/stream_get_meta_data_file_variation4.phpt]
       
 19611 PASS stream_get_meta_data() with a relative file path [ext/standard/tests/streams/stream_get_meta_data_file_variation4.phpt] 
       
 19612 TEST 9886/11279 [ext/standard/tests/streams/stream_get_meta_data_file_variation5.phpt]
       
 19613 PASS testing stream_get_meta_data() "eof" field for a file stream [ext/standard/tests/streams/stream_get_meta_data_file_variation5.phpt] 
       
 19614 TEST 9887/11279 [ext/standard/tests/streams/stream_get_meta_data_process_basic.phpt]
       
 19615 PASS Testing stream_get_meta_data() on a process stream. [ext/standard/tests/streams/stream_get_meta_data_process_basic.phpt] 
       
 19616 TEST 9888/11279 [ext/standard/tests/streams/stream_get_meta_data_socket_basic.phpt]
       
 19617 PASS stream_get_meta_data() on a udp socket [ext/standard/tests/streams/stream_get_meta_data_socket_basic.phpt] 
       
 19618 TEST 9889/11279 [ext/standard/tests/streams/stream_get_meta_data_socket_variation1.phpt]
       
 19619 PASS Testing stream_get_meta_data() "unread_bytes" field on a udp socket [ext/standard/tests/streams/stream_get_meta_data_socket_variation1.phpt] 
       
 19620 TEST 9890/11279 [ext/standard/tests/streams/stream_get_meta_data_socket_variation2.phpt]
       
 19621 PASS Testing stream_get_meta_data() "timed_out" field on a udp socket [ext/standard/tests/streams/stream_get_meta_data_socket_variation2.phpt] 
       
 19622 TEST 9891/11279 [ext/standard/tests/streams/stream_get_meta_data_socket_variation3.phpt]
       
 19623 PASS Testing stream_get_meta_data() "blocked" field on a udp socket [ext/standard/tests/streams/stream_get_meta_data_socket_variation3.phpt] 
       
 19624 TEST 9892/11279 [ext/standard/tests/streams/stream_get_meta_data_socket_variation4.phpt]
       
 19625 PASS Testing stream_get_meta_data() "eof" field on a udp socket [ext/standard/tests/streams/stream_get_meta_data_socket_variation4.phpt] 
       
 19626 TEST 9893/11279 [ext/standard/tests/streams/stream_is_local.phpt]
       
 19627 PASS Testing stream_is_local() [ext/standard/tests/streams/stream_is_local.phpt] 
       
 19628 TEST 9894/11279 [ext/standard/tests/streams/stream_resolve_include_path.phpt]
       
 19629 PASS stream_resolve_include_path(string path) [ext/standard/tests/streams/stream_resolve_include_path.phpt] 
       
 19630 TEST 9895/11279 [ext/standard/tests/streams/stream_set_timeout_error.phpt]
       
 19631 PASS Test stream_set_timeout() function : error conditions [ext/standard/tests/streams/stream_set_timeout_error.phpt] 
       
 19632 TEST 9896/11279 [ext/standard/tests/streams/stream_socket_pair.phpt]
       
 19633 PASS stream_socket_pair() [ext/standard/tests/streams/stream_socket_pair.phpt] 
       
 19634 TEST 9897/11279 [ext/standard/tests/strings/004.phpt]
       
 19635 PASS Testing randomization of shuffle() and str_shuffle(). [ext/standard/tests/strings/004.phpt] 
       
 19636 TEST 9898/11279 [ext/standard/tests/strings/005.phpt]
       
 19637 PASS highlight_string(), output buffer and error level [ext/standard/tests/strings/005.phpt] 
       
 19638 TEST 9899/11279 [ext/standard/tests/strings/006.phpt]
       
 19639 PASS highlight_file() and output buffer [ext/standard/tests/strings/006.phpt] 
       
 19640 TEST 9900/11279 [ext/standard/tests/strings/007-win32.phpt]
       
 19641 SKIP php_strip_whitespace() and output buffer [ext/standard/tests/strings/007-win32.phpt] reason: Windows only test
       
 19642 TEST 9901/11279 [ext/standard/tests/strings/007.phpt]
       
 19643 PASS php_strip_whitespace() and output buffer [ext/standard/tests/strings/007.phpt] 
       
 19644 TEST 9902/11279 [ext/standard/tests/strings/add-and-stripcslashes.phpt]
       
 19645 PASS addcslashes() and stripcslashes() function [ext/standard/tests/strings/add-and-stripcslashes.phpt] 
       
 19646 TEST 9903/11279 [ext/standard/tests/strings/add-and-stripslashes.phpt]
       
 19647 PASS addslashes() and stripslashes() functions, normal and sybase-style [ext/standard/tests/strings/add-and-stripslashes.phpt] 
       
 19648 TEST 9904/11279 [ext/standard/tests/strings/addcslashes_001.phpt]
       
 19649 PASS Test addcslashes() function (variation 1) [ext/standard/tests/strings/addcslashes_001.phpt] 
       
 19650 TEST 9905/11279 [ext/standard/tests/strings/addcslashes_002.phpt]
       
 19651 PASS Test addcslashes() function (variation 2) [ext/standard/tests/strings/addcslashes_002.phpt] 
       
 19652 TEST 9906/11279 [ext/standard/tests/strings/addcslashes_003.phpt]
       
 19653 PASS Test addcslashes() function (variation 3) [ext/standard/tests/strings/addcslashes_003.phpt] 
       
 19654 TEST 9907/11279 [ext/standard/tests/strings/addcslashes_004.phpt]
       
 19655 PASS Test addcslashes() function (errors) [ext/standard/tests/strings/addcslashes_004.phpt] 
       
 19656 TEST 9908/11279 [ext/standard/tests/strings/addslashes_basic.phpt]
       
 19657 PASS Test addslashes() function : basic functionality [ext/standard/tests/strings/addslashes_basic.phpt] 
       
 19658 TEST 9909/11279 [ext/standard/tests/strings/addslashes_error.phpt]
       
 19659 PASS Test addslashes() function : error conditions [ext/standard/tests/strings/addslashes_error.phpt] 
       
 19660 TEST 9910/11279 [ext/standard/tests/strings/addslashes_variation1.phpt]
       
 19661 PASS Test addslashes() function : usage variations  - non-string type argument [ext/standard/tests/strings/addslashes_variation1.phpt] 
       
 19662 TEST 9911/11279 [ext/standard/tests/strings/addslashes_variation2.phpt]
       
 19663 PASS Test addslashes() function : usage variations - strings with characters to be backslashed [ext/standard/tests/strings/addslashes_variation2.phpt] 
       
 19664 TEST 9912/11279 [ext/standard/tests/strings/addslashes_variation3.phpt]
       
 19665 PASS Test addslashes() function : usage variations - with magic_quotes_sybase directive ON [ext/standard/tests/strings/addslashes_variation3.phpt] 
       
 19666 TEST 9913/11279 [ext/standard/tests/strings/basename.phpt]
       
 19667 PASS basename() function [ext/standard/tests/strings/basename.phpt] 
       
 19668 TEST 9914/11279 [ext/standard/tests/strings/basename_basic.phpt]
       
 19669 PASS Test basename() function : basic functionality [ext/standard/tests/strings/basename_basic.phpt] 
       
 19670 TEST 9915/11279 [ext/standard/tests/strings/basename_error.phpt]
       
 19671 PASS Test basename() function : error conditions [ext/standard/tests/strings/basename_error.phpt] 
       
 19672 TEST 9916/11279 [ext/standard/tests/strings/basename_variation.phpt]
       
 19673 PASS Test basename() function : usage variations [ext/standard/tests/strings/basename_variation.phpt] 
       
 19674 TEST 9917/11279 [ext/standard/tests/strings/bin2hex.phpt]
       
 19675 PASS bin2hex() function [ext/standard/tests/strings/bin2hex.phpt] 
       
 19676 TEST 9918/11279 [ext/standard/tests/strings/bin2hex_basic.phpt]
       
 19677 PASS Test bin2hex() function : basic functionality [ext/standard/tests/strings/bin2hex_basic.phpt] 
       
 19678 TEST 9919/11279 [ext/standard/tests/strings/bin2hex_error.phpt]
       
 19679 PASS Test bin2hex() function : error conditions [ext/standard/tests/strings/bin2hex_error.phpt] 
       
 19680 TEST 9920/11279 [ext/standard/tests/strings/bin2hex_variation1.phpt]
       
 19681 PASS Test bin2hex() function : usage variations - test values for $str argument [ext/standard/tests/strings/bin2hex_variation1.phpt] 
       
 19682 TEST 9921/11279 [ext/standard/tests/strings/bug20108.phpt]
       
 19683 PASS Bug #20108 (Segfault on printf statement) [ext/standard/tests/strings/bug20108.phpt] 
       
 19684 TEST 9922/11279 [ext/standard/tests/strings/bug20169.phpt]
       
 19685 PASS Bug #20169 (implode() clobbers first argument) [ext/standard/tests/strings/bug20169.phpt] 
       
 19686 TEST 9923/11279 [ext/standard/tests/strings/bug20261.phpt]
       
 19687 PASS Bug #20261 (str_rot13() changes too much) [ext/standard/tests/strings/bug20261.phpt] 
       
 19688 TEST 9924/11279 [ext/standard/tests/strings/bug20927.phpt]
       
 19689 PASS Bug #20927 (Segfault on wordwrap statement) [ext/standard/tests/strings/bug20927.phpt] 
       
 19690 TEST 9925/11279 [ext/standard/tests/strings/bug20934.phpt]
       
 19691 PASS Bug #20934 (htmlspecialchars returns latin1 from UTF-8) [ext/standard/tests/strings/bug20934.phpt] 
       
 19692 TEST 9926/11279 [ext/standard/tests/strings/bug21338.phpt]
       
 19693 PASS Bug #20934 (html_entity_decode() crash when "" is passed) [ext/standard/tests/strings/bug21338.phpt] 
       
 19694 TEST 9927/11279 [ext/standard/tests/strings/bug21453.phpt]
       
 19695 PASS Bug #21453 (handling of non-encoded <) [ext/standard/tests/strings/bug21453.phpt] 
       
 19696 TEST 9928/11279 [ext/standard/tests/strings/bug21730.phpt]
       
 19697 PASS Bug #21730 (*scanf "%n" conversion flag gives string instead of integer) [ext/standard/tests/strings/bug21730.phpt] 
       
 19698 TEST 9929/11279 [ext/standard/tests/strings/bug21744.phpt]
       
 19699 PASS Bug #21744 (strip_tags misses exclamation marks in alt text) [ext/standard/tests/strings/bug21744.phpt] 
       
 19700 TEST 9930/11279 [ext/standard/tests/strings/bug22008.phpt]
       
 19701 PASS Bug #22008 (strip_tags() eliminates too much) [ext/standard/tests/strings/bug22008.phpt] 
       
 19702 TEST 9931/11279 [ext/standard/tests/strings/bug22187.phpt]
       
 19703 PASS Bug #22187 (possible crash in number_format() function) [ext/standard/tests/strings/bug22187.phpt] 
       
 19704 TEST 9932/11279 [ext/standard/tests/strings/bug22207.phpt]
       
 19705 PASS Bug #22207 (missing 0 when using the e notation in *printf functions) [ext/standard/tests/strings/bug22207.phpt] 
       
 19706 TEST 9933/11279 [ext/standard/tests/strings/bug22224.phpt]
       
 19707 PASS Bug #22224 (implode changes object references in array) [ext/standard/tests/strings/bug22224.phpt] 
       
 19708 TEST 9934/11279 [ext/standard/tests/strings/bug22227.phpt]
       
 19709 PASS Bug #22227 (printf() field limiters broke between 4.2.3 and 4.3.0) [ext/standard/tests/strings/bug22227.phpt] 
       
 19710 TEST 9935/11279 [ext/standard/tests/strings/bug22904.phpt]
       
 19711 PASS Bug #22904 (magic mode failed for cybase with '\0') [ext/standard/tests/strings/bug22904.phpt] 
       
 19712 TEST 9936/11279 [ext/standard/tests/strings/bug23650.phpt]
       
 19713 PASS Bug #23650 (strip_tags() removes hyphens) [ext/standard/tests/strings/bug23650.phpt] 
       
 19714 TEST 9937/11279 [ext/standard/tests/strings/bug23894.phpt]
       
 19715 PASS Bug #23894 (sprintf() decimal specifiers problem) [ext/standard/tests/strings/bug23894.phpt] 
       
 19716 TEST 9938/11279 [ext/standard/tests/strings/bug24098.phpt]
       
 19717 PASS Bug #24098 (pathinfo() crash) [ext/standard/tests/strings/bug24098.phpt] 
       
 19718 TEST 9939/11279 [ext/standard/tests/strings/bug24208.phpt]
       
 19719 PASS Bug #24208 (parse_str() is not working) [ext/standard/tests/strings/bug24208.phpt] 
       
 19720 TEST 9940/11279 [ext/standard/tests/strings/bug24281.phpt]
       
 19721 PASS Bug #24281 (str_replace count not returned if variable wasn't initialized) [ext/standard/tests/strings/bug24281.phpt] 
       
 19722 TEST 9941/11279 [ext/standard/tests/strings/bug24312.phpt]
       
 19723 PASS Bug #24208 (base64_decode() not skipping 0xF0 - 0xFF) [ext/standard/tests/strings/bug24312.phpt] 
       
 19724 TEST 9942/11279 [ext/standard/tests/strings/bug25671.phpt]
       
 19725 PASS Bug #25671 (subarrays not copied correctly) [ext/standard/tests/strings/bug25671.phpt] 
       
 19726 TEST 9943/11279 [ext/standard/tests/strings/bug25707.phpt]
       
 19727 PASS Bug #25707 (html_entity_decode over-decodes &amp;lt;) [ext/standard/tests/strings/bug25707.phpt] 
       
 19728 TEST 9944/11279 [ext/standard/tests/strings/bug26817.phpt]
       
 19729 PASS Bug #26817 (http_build_query() did not handle private & protected object properties) [ext/standard/tests/strings/bug26817.phpt] 
       
 19730 TEST 9945/11279 [ext/standard/tests/strings/bug26819.phpt]
       
 19731 PASS Bug #26819 (http_build_query() crash on empty output) [ext/standard/tests/strings/bug26819.phpt] 
       
 19732 TEST 9946/11279 [ext/standard/tests/strings/bug26878.phpt]
       
 19733 PASS Bug #26878 (problem with multiple references to the same variable with different types) [ext/standard/tests/strings/bug26878.phpt] 
       
 19734 TEST 9947/11279 [ext/standard/tests/strings/bug26973.phpt]
       
 19735 PASS Bug #26973 (*printf() '+' modifier problem) [ext/standard/tests/strings/bug26973.phpt] 
       
 19736 TEST 9948/11279 [ext/standard/tests/strings/bug27276.phpt]
       
 19737 PASS Bug #27276 (str_replace tries to use obscene amounts of ram) [ext/standard/tests/strings/bug27276.phpt] 
       
 19738 TEST 9949/11279 [ext/standard/tests/strings/bug27278.phpt]
       
 19739 PASS Bug #27278 (*printf() functions treat arguments as if passed by reference) [ext/standard/tests/strings/bug27278.phpt] 
       
 19740 TEST 9950/11279 [ext/standard/tests/strings/bug27295.phpt]
       
 19741 PASS Bug #27295 (memory leak inside sscanf()) [ext/standard/tests/strings/bug27295.phpt] 
       
 19742 TEST 9951/11279 [ext/standard/tests/strings/bug27457.phpt]
       
 19743 PASS Bug #27457 (Problem with strtr() and translation array) [ext/standard/tests/strings/bug27457.phpt] 
       
 19744 TEST 9952/11279 [ext/standard/tests/strings/bug27675.phpt]
       
 19745 PASS Bug #27675 (str_ireplace segfaults when shrinking string) [ext/standard/tests/strings/bug27675.phpt] 
       
 19746 TEST 9953/11279 [ext/standard/tests/strings/bug28386.phpt]
       
 19747 PASS Bug #28386 (wordwrap() wraps text 1 character too soon) [ext/standard/tests/strings/bug28386.phpt] 
       
 19748 TEST 9954/11279 [ext/standard/tests/strings/bug28633.phpt]
       
 19749 PASS Bug #28633 (sprintf incorrectly adding padding to floats) [ext/standard/tests/strings/bug28633.phpt] 
       
 19750 TEST 9955/11279 [ext/standard/tests/strings/bug29075.phpt]
       
 19751 PASS Bug #29075 (strnatcmp() incorrectly handles whitespace) [ext/standard/tests/strings/bug29075.phpt] 
       
 19752 TEST 9956/11279 [ext/standard/tests/strings/bug29119.phpt]
       
 19753 PASS Bug #29119 (html_entity_decode() misbehaves with UTF-8) [ext/standard/tests/strings/bug29119.phpt] 
       
 19754 TEST 9957/11279 [ext/standard/tests/strings/bug29538.phpt]
       
 19755 PASS Bug #29538 (number_format and problem with 0) [ext/standard/tests/strings/bug29538.phpt] 
       
 19756 TEST 9958/11279 [ext/standard/tests/strings/bug33076.phpt]
       
 19757 PASS Bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault) [ext/standard/tests/strings/bug33076.phpt] 
       
 19758 TEST 9959/11279 [ext/standard/tests/strings/bug33605.phpt]
       
 19759 PASS Bug #33605 (substr_compare crashes) [ext/standard/tests/strings/bug33605.phpt] 
       
 19760 TEST 9960/11279 [ext/standard/tests/strings/bug34214.phpt]
       
 19761 PASS Bug #34214 (base64_decode() does not properly ignore whitespace) [ext/standard/tests/strings/bug34214.phpt] 
       
 19762 TEST 9961/11279 [ext/standard/tests/strings/bug35817.phpt]
       
 19763 PASS Bug #35817 (unpack() does not decode odd number of hexadecimal values) [ext/standard/tests/strings/bug35817.phpt] 
       
 19764 TEST 9962/11279 [ext/standard/tests/strings/bug36148.phpt]
       
 19765 PASS Bug #36148 (unpack("H*hex", $data) is adding an extra character to the end of the string) [ext/standard/tests/strings/bug36148.phpt] 
       
 19766 TEST 9963/11279 [ext/standard/tests/strings/bug36306.phpt]
       
 19767 PASS Bug #36306 (crc32() 64bit) [ext/standard/tests/strings/bug36306.phpt] 
       
 19768 TEST 9964/11279 [ext/standard/tests/strings/bug36392.phpt]
       
 19769 PASS Bug #36392 (wrong number of decimal digits with %e specifier in sprintf) [ext/standard/tests/strings/bug36392.phpt] 
       
 19770 TEST 9965/11279 [ext/standard/tests/strings/bug36944.phpt]
       
 19771 PASS Bug #36944 (strncmp & strncasecmp do not return false on negative string length) [ext/standard/tests/strings/bug36944.phpt] 
       
 19772 TEST 9966/11279 [ext/standard/tests/strings/bug37244.phpt]
       
 19773 PASS Bug #37244 (base64_decode violates RFC 3548) [ext/standard/tests/strings/bug37244.phpt] 
       
 19774 TEST 9967/11279 [ext/standard/tests/strings/bug37262.phpt]
       
 19775 PASS Bug #37262 (var_export() does not escape \0 character) [ext/standard/tests/strings/bug37262.phpt] 
       
 19776 TEST 9968/11279 [ext/standard/tests/strings/bug38322.phpt]
       
 19777 PASS Bug #38322 (reading past array in sscanf() leads to segfault/arbitary code execution) [ext/standard/tests/strings/bug38322.phpt] 
       
 19778 TEST 9969/11279 [ext/standard/tests/strings/bug38770.phpt]
       
 19779 SKIP Bug #38770 (unpack() broken with longs on 64 bit machines) [ext/standard/tests/strings/bug38770.phpt] reason: this test is for 64bit platform only
       
 19780 TEST 9970/11279 [ext/standard/tests/strings/bug39032.phpt]
       
 19781 PASS Bug #39032 (strcspn() stops on null character) [ext/standard/tests/strings/bug39032.phpt] 
       
 19782 TEST 9971/11279 [ext/standard/tests/strings/bug39350.phpt]
       
 19783 PASS Bug #39350 (implode/join() crash on empty input strings) [ext/standard/tests/strings/bug39350.phpt] 
       
 19784 TEST 9972/11279 [ext/standard/tests/strings/bug39621.phpt]
       
 19785 PASS Bug #39621 (str_replace() is not binary safe on strings with equal length) [ext/standard/tests/strings/bug39621.phpt] 
       
 19786 TEST 9973/11279 [ext/standard/tests/strings/bug39873.phpt]
       
 19787 PASS Bug #39873 (number_format() breaks with locale & decimal points) [ext/standard/tests/strings/bug39873.phpt] 
       
 19788 TEST 9974/11279 [ext/standard/tests/strings/bug40432.phpt]
       
 19789 PASS Bug #40432 (strip_tags() fails with greater than in attribute) [ext/standard/tests/strings/bug40432.phpt] 
       
 19790 TEST 9975/11279 [ext/standard/tests/strings/bug40637.phpt]
       
 19791 PASS Bug #40637 (strip_tags() does not handle single quotes correctly) [ext/standard/tests/strings/bug40637.phpt] 
       
 19792 TEST 9976/11279 [ext/standard/tests/strings/bug40704.phpt]
       
 19793 PASS Bug #40704 (strip_tags() does not handle single quotes correctly) [ext/standard/tests/strings/bug40704.phpt] 
       
 19794 TEST 9977/11279 [ext/standard/tests/strings/bug40754.phpt]
       
 19795 PASS Bug #40754 (Overflow checks inside string functions) [ext/standard/tests/strings/bug40754.phpt] 
       
 19796 TEST 9978/11279 [ext/standard/tests/strings/bug40915.phpt]
       
 19797 PASS Bug #40915 (addcslashes unexpected behavior with binary input) [ext/standard/tests/strings/bug40915.phpt] 
       
 19798 TEST 9979/11279 [ext/standard/tests/strings/bug42107.phpt]
       
 19799 PASS Bug #42107 (sscanf() broken when using %2$s type format parameters) [ext/standard/tests/strings/bug42107.phpt] 
       
 19800 TEST 9980/11279 [ext/standard/tests/strings/bug42208.phpt]
       
 19801 PASS Bug #42208 (substr_replace() crashes when the same array is passed more than once) [ext/standard/tests/strings/bug42208.phpt] 
       
 19802 TEST 9981/11279 [ext/standard/tests/strings/bug43927.phpt]
       
 19803 PASS Bug #43927 (koi8r is missing from html_entity_decode()) [ext/standard/tests/strings/bug43927.phpt] 
       
 19804 TEST 9982/11279 [ext/standard/tests/strings/bug44242.phpt]
       
 19805 PASS Bug #44242 (metaphone('CMXFXM') crashes PHP) [ext/standard/tests/strings/bug44242.phpt] 
       
 19806 TEST 9983/11279 [ext/standard/tests/strings/bug44703.phpt]
       
 19807 PASS Bug #44703 (htmlspecialchars() does not detect bad character set argument) [ext/standard/tests/strings/bug44703.phpt] 
       
 19808 TEST 9984/11279 [ext/standard/tests/strings/bug45166.phpt]
       
 19809 PASS Bug #45166 (substr() ) [ext/standard/tests/strings/bug45166.phpt] 
       
 19810 TEST 9985/11279 [ext/standard/tests/strings/bug45485.phpt]
       
 19811 PASS Bug #45485 (strip_tags and <?XML tag) [ext/standard/tests/strings/bug45485.phpt] 
       
 19812 TEST 9986/11279 [ext/standard/tests/strings/bug46578.phpt]
       
 19813 PASS Bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote) [ext/standard/tests/strings/bug46578.phpt] 
       
 19814 TEST 9987/11279 [ext/standard/tests/strings/bug47168.phpt]
       
 19815 PASS Bug #47168 (printf of floating point variable prints maximum of 40 decimal places) [ext/standard/tests/strings/bug47168.phpt] 
       
 19816 TEST 9988/11279 [ext/standard/tests/strings/bug47322.phpt]
       
 19817 PASS Bug #47322 (sscanf %d does't work) [ext/standard/tests/strings/bug47322.phpt] 
       
 19818 TEST 9989/11279 [ext/standard/tests/strings/bug47443.phpt]
       
 19819 PASS Bug #47443 (metaphone('scratch') returns wrong result) [ext/standard/tests/strings/bug47443.phpt] 
       
 19820 TEST 9990/11279 [ext/standard/tests/strings/bug47481.phpt]
       
 19821 PASS Bug #47481 (natcasesort() does not sort extended ASCII characters correctly) [ext/standard/tests/strings/bug47481.phpt] 
       
 19822 TEST 9991/11279 [ext/standard/tests/strings/bug47842.phpt]
       
 19823 SKIP Bug #47842      sscanf() does not support 64-bit values [ext/standard/tests/strings/bug47842.phpt] reason: PHP_INT_MAX < 32b
       
 19824 TEST 9992/11279 [ext/standard/tests/strings/bug48709.phpt]
       
 19825 PASS Bug #48709 (metaphone and 'wh') [ext/standard/tests/strings/bug48709.phpt] 
       
 19826 TEST 9993/11279 [ext/standard/tests/strings/bug49785.phpt]
       
 19827 PASS Bug #49785 (insufficient input string validation of htmlspecialchars()) [ext/standard/tests/strings/bug49785.phpt] 
       
 19828 TEST 9994/11279 [ext/standard/tests/strings/bug50052.phpt]
       
 19829 PASS Bug #50052 (Different Hashes on Windows and Linux on wrong Salt size) [ext/standard/tests/strings/bug50052.phpt] 
       
 19830 TEST 9995/11279 [ext/standard/tests/strings/bug50847.phpt]
       
 19831 PASS Bug #50847 (strip_tags() removes all tags greater then 1023 bytes long) [ext/standard/tests/strings/bug50847.phpt] 
       
 19832 TEST 9996/11279 [ext/standard/tests/strings/bug51059.phpt]
       
 19833 PASS Bug #51059 crypt() segfaults on certain salts [ext/standard/tests/strings/bug51059.phpt] 
       
 19834 TEST 9997/11279 [ext/standard/tests/strings/bug51899.phpt]
       
 19835 PASS Bug #51899 (Parse error in parse_ini_file() function when empy value followed by no newline) [ext/standard/tests/strings/bug51899.phpt] 
       
 19836 TEST 9998/11279 [ext/standard/tests/strings/bug53021.phpt]
       
 19837 PASS Bug #53021 (Failure to convert numeric entities with ENT_NOQUOTES and ISO-8859-1) [ext/standard/tests/strings/bug53021.phpt] 
       
 19838 TEST 9999/11279 [ext/standard/tests/strings/bug53319.phpt]
       
 19839 PASS Bug #53319 (Strip_tags() may strip '<br />' incorrectly) [ext/standard/tests/strings/bug53319.phpt] 
       
 19840 TEST 10000/11279 [ext/standard/tests/strings/bug54055.phpt]
       
 19841 PASS Bug #54055: PHP crashes when executing strval when precision setting is very high [ext/standard/tests/strings/bug54055.phpt] 
       
 19842 TEST 10001/11279 [ext/standard/tests/strings/bug54238.phpt]
       
 19843 PASS Bug #54238 (use-after-free in substr_replace()) [ext/standard/tests/strings/bug54238.phpt] 
       
 19844 TEST 10002/11279 [ext/standard/tests/strings/bug54332.phpt]
       
 19845 PASS Bug #54332 (Crash in zend_mm_check_ptr // Heap corruption) [ext/standard/tests/strings/bug54332.phpt] 
       
 19846 TEST 10003/11279 [ext/standard/tests/strings/bug54721.phpt]
       
 19847 PASS Bug #54721 (Different Hashes on Windows, BSD and Linux on wrong Salt size) [ext/standard/tests/strings/bug54721.phpt] 
       
 19848 TEST 10004/11279 [ext/standard/tests/strings/bug55674.phpt]
       
 19849 PASS Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records) [ext/standard/tests/strings/bug55674.phpt] 
       
 19850 TEST 10005/11279 [ext/standard/tests/strings/bug60801.phpt]
       
 19851 PASS Bug #60801 (strpbrk() mishandles NUL byte) [ext/standard/tests/strings/bug60801.phpt] 
       
 19852 TEST 10006/11279 [ext/standard/tests/strings/bug61764.phpt]
       
 19853 SKIP Bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64 [ext/standard/tests/strings/bug61764.phpt] reason: this test is for 64bit platform only
       
 19854 TEST 10007/11279 [ext/standard/tests/strings/bug62443.phpt]
       
 19855 PASS Bug #62443 Crypt SHA256/512 Segfaults With Malformed Salt [ext/standard/tests/strings/bug62443.phpt] 
       
 19856 TEST 10008/11279 [ext/standard/tests/strings/bug63943.phpt]
       
 19857 PASS Bug #63943 (Bad warning text from strpos() on empty needle) [ext/standard/tests/strings/bug63943.phpt] 
       
 19858 TEST 10009/11279 [ext/standard/tests/strings/bug64879.phpt]
       
 19859 PASS Bug #64879: quoted_printable_encode() wrong size calculation (CVE-2013-2110) [ext/standard/tests/strings/bug64879.phpt] 
       
 19860 TEST 10010/11279 [ext/standard/tests/strings/bug67249.phpt]
       
 19861 PASS Bug #67249 (printf out-of-bounds read) [ext/standard/tests/strings/bug67249.phpt] 
       
 19862 TEST 10011/11279 [ext/standard/tests/strings/bug67252.phpt]
       
 19863 PASS Bug #67252 (convert_uudecode out-of-bounds read) [ext/standard/tests/strings/bug67252.phpt] 
       
 19864 TEST 10012/11279 [ext/standard/tests/strings/bug68710.phpt]
       
 19865 PASS Bug #68710 Use after free vulnerability in unserialize() (bypassing the
       
 19866 CVE-2014-8142 fix) [ext/standard/tests/strings/bug68710.phpt] 
       
 19867 TEST 10013/11279 [ext/standard/tests/strings/chop_basic.phpt]
       
 19868 PASS Test chop() function : basic functionality [ext/standard/tests/strings/chop_basic.phpt] 
       
 19869 TEST 10014/11279 [ext/standard/tests/strings/chop_error.phpt]
       
 19870 PASS Test chop() function : error conditions [ext/standard/tests/strings/chop_error.phpt] 
       
 19871 TEST 10015/11279 [ext/standard/tests/strings/chop_variation1.phpt]
       
 19872 PASS Test chop() function : usage variations  - unexpected values for str argument [ext/standard/tests/strings/chop_variation1.phpt] 
       
 19873 TEST 10016/11279 [ext/standard/tests/strings/chop_variation2.phpt]
       
 19874 PASS Test chop() function : usage variations  - unexpected values for charlist argument [ext/standard/tests/strings/chop_variation2.phpt] 
       
 19875 TEST 10017/11279 [ext/standard/tests/strings/chop_variation3.phpt]
       
 19876 PASS Test chop() function : usage variations - with heredoc string [ext/standard/tests/strings/chop_variation3.phpt] 
       
 19877 TEST 10018/11279 [ext/standard/tests/strings/chop_variation4.phpt]
       
 19878 PASS Test chop() function : usage variations - strings with embedded nulls [ext/standard/tests/strings/chop_variation4.phpt] 
       
 19879 TEST 10019/11279 [ext/standard/tests/strings/chop_variation5.phpt]
       
 19880 PASS Test chop() function : usage variations - miscellaneous arguments [ext/standard/tests/strings/chop_variation5.phpt] 
       
 19881 TEST 10020/11279 [ext/standard/tests/strings/chr_basic.phpt]
       
 19882 PASS Test chr() function : basic functionality [ext/standard/tests/strings/chr_basic.phpt] 
       
 19883 TEST 10021/11279 [ext/standard/tests/strings/chr_error.phpt]
       
 19884 PASS Test chr() function : error conditions [ext/standard/tests/strings/chr_error.phpt] 
       
 19885 TEST 10022/11279 [ext/standard/tests/strings/chr_ord.phpt]
       
 19886 PASS Test chr() and ord() functions [ext/standard/tests/strings/chr_ord.phpt] 
       
 19887 TEST 10023/11279 [ext/standard/tests/strings/chr_variation1.phpt]
       
 19888 PASS Test chr() function : usage variations - test values for $ascii argument [ext/standard/tests/strings/chr_variation1.phpt] 
       
 19889 TEST 10024/11279 [ext/standard/tests/strings/chunk_split.phpt]
       
 19890 PASS chunk_split() function [ext/standard/tests/strings/chunk_split.phpt] 
       
 19891 TEST 10025/11279 [ext/standard/tests/strings/chunk_split_basic.phpt]
       
 19892 PASS Test chunk_split() function : basic functionality [ext/standard/tests/strings/chunk_split_basic.phpt] 
       
 19893 TEST 10026/11279 [ext/standard/tests/strings/chunk_split_error.phpt]
       
 19894 PASS Test chunk_split() function : error conditions [ext/standard/tests/strings/chunk_split_error.phpt] 
       
 19895 TEST 10027/11279 [ext/standard/tests/strings/chunk_split_variation1.phpt]
       
 19896 PASS Test chunk_split() function : usage variations - with unexpected values for 'str' argument [ext/standard/tests/strings/chunk_split_variation1.phpt] 
       
 19897 TEST 10028/11279 [ext/standard/tests/strings/chunk_split_variation10.phpt]
       
 19898 PASS Test chunk_split() function : usage variations - different single quoted strings for 'ending' argument [ext/standard/tests/strings/chunk_split_variation10.phpt] 
       
 19899 TEST 10029/11279 [ext/standard/tests/strings/chunk_split_variation11.phpt]
       
 19900 PASS Test chunk_split() function : usage variations - different strings for 'ending' with heredoc 'str' [ext/standard/tests/strings/chunk_split_variation11.phpt] 
       
 19901 TEST 10030/11279 [ext/standard/tests/strings/chunk_split_variation12.phpt]
       
 19902 PASS Test chunk_split() function : usage variations - different heredoc strings for 'ending' argument [ext/standard/tests/strings/chunk_split_variation12.phpt] 
       
 19903 TEST 10031/11279 [ext/standard/tests/strings/chunk_split_variation13.phpt]
       
 19904 PASS Test chunk_split() function : usage variations - default 'chunklen' with long string as 'str'argument [ext/standard/tests/strings/chunk_split_variation13.phpt] 
       
 19905 TEST 10032/11279 [ext/standard/tests/strings/chunk_split_variation2.phpt]
       
 19906 PASS Test chunk_split() function : usage variations - unexpected values for 'chunklen' argument(Bug#42796) [ext/standard/tests/strings/chunk_split_variation2.phpt] 
       
 19907 TEST 10033/11279 [ext/standard/tests/strings/chunk_split_variation3.phpt]
       
 19908 PASS Test chunk_split() function : usage variations - unexpected values for 'ending' argument [ext/standard/tests/strings/chunk_split_variation3.phpt] 
       
 19909 TEST 10034/11279 [ext/standard/tests/strings/chunk_split_variation4.phpt]
       
 19910 PASS Test chunk_split() function : usage variations - different heredoc strings as 'str' argument [ext/standard/tests/strings/chunk_split_variation4.phpt] 
       
 19911 TEST 10035/11279 [ext/standard/tests/strings/chunk_split_variation5.phpt]
       
 19912 SKIP Test chunk_split() function : usage variations - different integer values for 'chunklen' argument(Bug#42796) [ext/standard/tests/strings/chunk_split_variation5.phpt] reason: this test is for 64bit platform only
       
 19913 TEST 10036/11279 [ext/standard/tests/strings/chunk_split_variation6.phpt]
       
 19914 PASS Test chunk_split() function : usage variations - single quoted strings for 'str' argument [ext/standard/tests/strings/chunk_split_variation6.phpt] 
       
 19915 TEST 10037/11279 [ext/standard/tests/strings/chunk_split_variation7.phpt]
       
 19916 PASS Test chunk_split() function : usage variations - different double quoted values for 'str' argument [ext/standard/tests/strings/chunk_split_variation7.phpt] 
       
 19917 TEST 10038/11279 [ext/standard/tests/strings/chunk_split_variation8.phpt]
       
 19918 SKIP Test chunk_split() function : usage variations - different integer values for 'chunklen' with heredoc string as 'str'(Bug#42796) [ext/standard/tests/strings/chunk_split_variation8.phpt] reason: this test is for 64bit platform only
       
 19919 TEST 10039/11279 [ext/standard/tests/strings/chunk_split_variation9.phpt]
       
 19920 PASS Test chunk_split() function : usage variations - different double quoted strings for 'ending' argument [ext/standard/tests/strings/chunk_split_variation9.phpt] 
       
 19921 TEST 10040/11279 [ext/standard/tests/strings/convert_cyr_string.phpt]
       
 19922 PASS basic convert_cyr_string() tests [ext/standard/tests/strings/convert_cyr_string.phpt] 
       
 19923 TEST 10041/11279 [ext/standard/tests/strings/convert_cyr_string_basic.phpt]
       
 19924 PASS Test convert_cyr_string() function : basic functionality [ext/standard/tests/strings/convert_cyr_string_basic.phpt] 
       
 19925 TEST 10042/11279 [ext/standard/tests/strings/convert_cyr_string_error.phpt]
       
 19926 PASS Test convert_cyr_string() function : error conditions [ext/standard/tests/strings/convert_cyr_string_error.phpt] 
       
 19927 TEST 10043/11279 [ext/standard/tests/strings/convert_cyr_string_variation1.phpt]
       
 19928 PASS Test convert_cyr_string() function : usage variations - test values for $str argument [ext/standard/tests/strings/convert_cyr_string_variation1.phpt] 
       
 19929 TEST 10044/11279 [ext/standard/tests/strings/convert_uudecode_basic.phpt]
       
 19930 PASS Test convert_uudecode() function : basic functionality [ext/standard/tests/strings/convert_uudecode_basic.phpt] 
       
 19931 TEST 10045/11279 [ext/standard/tests/strings/convert_uudecode_error.phpt]
       
 19932 PASS Test convert_uudecode() function : error conditions [ext/standard/tests/strings/convert_uudecode_error.phpt] 
       
 19933 TEST 10046/11279 [ext/standard/tests/strings/convert_uudecode_variation1.phpt]
       
 19934 PASS Test convert_uudecode() function : usage variations - test values for $data argument [ext/standard/tests/strings/convert_uudecode_variation1.phpt] 
       
 19935 TEST 10047/11279 [ext/standard/tests/strings/convert_uuencode_basic.phpt]
       
 19936 PASS Test convert_uuencode() function : basic functionality [ext/standard/tests/strings/convert_uuencode_basic.phpt] 
       
 19937 TEST 10048/11279 [ext/standard/tests/strings/convert_uuencode_error.phpt]
       
 19938 PASS Test convert_uuencode() function : error conditions [ext/standard/tests/strings/convert_uuencode_error.phpt] 
       
 19939 TEST 10049/11279 [ext/standard/tests/strings/convert_uuencode_variation1.phpt]
       
 19940 PASS Test convert_uuencode() function : usage variations - test values for $data argument [ext/standard/tests/strings/convert_uuencode_variation1.phpt] 
       
 19941 TEST 10050/11279 [ext/standard/tests/strings/count_chars.phpt]
       
 19942 PASS count_chars() function [ext/standard/tests/strings/count_chars.phpt] 
       
 19943 TEST 10051/11279 [ext/standard/tests/strings/count_chars_basic.phpt]
       
 19944 PASS Test count_chars() function : basic functionality [ext/standard/tests/strings/count_chars_basic.phpt] 
       
 19945 TEST 10052/11279 [ext/standard/tests/strings/count_chars_error.phpt]
       
 19946 PASS Test count_chars() function : error conditions [ext/standard/tests/strings/count_chars_error.phpt] 
       
 19947 TEST 10053/11279 [ext/standard/tests/strings/count_chars_variation1.phpt]
       
 19948 PASS Test count_chars() function : usage variations - test values for $string argument [ext/standard/tests/strings/count_chars_variation1.phpt] 
       
 19949 TEST 10054/11279 [ext/standard/tests/strings/count_chars_variation2.phpt]
       
 19950 PASS Test count_chars() function : usage variations - test values for $mode argument [ext/standard/tests/strings/count_chars_variation2.phpt] 
       
 19951 TEST 10055/11279 [ext/standard/tests/strings/crc32.phpt]
       
 19952 PASS crc32() function [ext/standard/tests/strings/crc32.phpt] 
       
 19953 TEST 10056/11279 [ext/standard/tests/strings/crc32_basic.phpt]
       
 19954 PASS Test crc32() function : basic functionality [ext/standard/tests/strings/crc32_basic.phpt] 
       
 19955 TEST 10057/11279 [ext/standard/tests/strings/crc32_error.phpt]
       
 19956 PASS Test crc32() function : error conditions [ext/standard/tests/strings/crc32_error.phpt] 
       
 19957 TEST 10058/11279 [ext/standard/tests/strings/crc32_variation1.phpt]
       
 19958 PASS Test crc32() function : usage variations - unexpected values [ext/standard/tests/strings/crc32_variation1.phpt] 
       
 19959 TEST 10059/11279 [ext/standard/tests/strings/crc32_variation2.phpt]
       
 19960 PASS Test crc32() function : usage variations - single quoted strings [ext/standard/tests/strings/crc32_variation2.phpt] 
       
 19961 TEST 10060/11279 [ext/standard/tests/strings/crc32_variation3.phpt]
       
 19962 PASS Test crc32() function : usage variations - double quoted strings [ext/standard/tests/strings/crc32_variation3.phpt] 
       
 19963 TEST 10061/11279 [ext/standard/tests/strings/crc32_variation4.phpt]
       
 19964 PASS Test crc32() function : usage variations - heredoc strings [ext/standard/tests/strings/crc32_variation4.phpt] 
       
 19965 TEST 10062/11279 [ext/standard/tests/strings/crypt.phpt]
       
 19966 PASS crypt() function [ext/standard/tests/strings/crypt.phpt] 
       
 19967 TEST 10063/11279 [ext/standard/tests/strings/crypt_blowfish.phpt]
       
 19968 PASS Official blowfish tests (http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/glibc/crypt_blowfish/wrapper.c) [ext/standard/tests/strings/crypt_blowfish.phpt] 
       
 19969 TEST 10064/11279 [ext/standard/tests/strings/crypt_blowfish_variation1.phpt]
       
 19970 PASS Test Blowfish crypt() with invalid rounds [ext/standard/tests/strings/crypt_blowfish_variation1.phpt] 
       
 19971 TEST 10065/11279 [ext/standard/tests/strings/crypt_blowfish_variation2.phpt]
       
 19972 PASS Test Blowfish crypt() falls back to DES when rounds are not specified,
       
 19973 or Blowfish is not available. [ext/standard/tests/strings/crypt_blowfish_variation2.phpt] 
       
 19974 TEST 10066/11279 [ext/standard/tests/strings/crypt_chars.phpt]
       
 19975 PASS crypt() function - characters > 0x80 [ext/standard/tests/strings/crypt_chars.phpt] 
       
 19976 TEST 10067/11279 [ext/standard/tests/strings/crypt_sha256.phpt]
       
 19977 PASS crypt() SHA-256 [ext/standard/tests/strings/crypt_sha256.phpt] 
       
 19978 TEST 10068/11279 [ext/standard/tests/strings/crypt_sha512.phpt]
       
 19979 PASS crypt() SHA-512 [ext/standard/tests/strings/crypt_sha512.phpt] 
       
 19980 TEST 10069/11279 [ext/standard/tests/strings/crypt_variation1.phpt]
       
 19981 PASS crypt() function - long salt [ext/standard/tests/strings/crypt_variation1.phpt] 
       
 19982 TEST 10070/11279 [ext/standard/tests/strings/dirname_basic.phpt]
       
 19983 PASS Test dirname() function : basic funtionality [ext/standard/tests/strings/dirname_basic.phpt] 
       
 19984 TEST 10071/11279 [ext/standard/tests/strings/dirname_error.phpt]
       
 19985 PASS Test dirname() function : error conditions [ext/standard/tests/strings/dirname_error.phpt] 
       
 19986 TEST 10072/11279 [ext/standard/tests/strings/dirname_variation.phpt]
       
 19987 PASS Test dirname() function : usage variations [ext/standard/tests/strings/dirname_variation.phpt] 
       
 19988 TEST 10073/11279 [ext/standard/tests/strings/explode.phpt]
       
 19989 PASS explode() function [ext/standard/tests/strings/explode.phpt] 
       
 19990 TEST 10074/11279 [ext/standard/tests/strings/explode1.phpt]
       
 19991 PASS Test explode() function [ext/standard/tests/strings/explode1.phpt] 
       
 19992 TEST 10075/11279 [ext/standard/tests/strings/explode_bug.phpt]
       
 19993 PASS Explode/memnstr bug [ext/standard/tests/strings/explode_bug.phpt] 
       
 19994 TEST 10076/11279 [ext/standard/tests/strings/explode_error.phpt]
       
 19995 PASS Test explode() function : error conditions [ext/standard/tests/strings/explode_error.phpt] 
       
 19996 TEST 10077/11279 [ext/standard/tests/strings/explode_variation1.phpt]
       
 19997 PASS Test explode() function : usage variations - test values for $delimiter argument [ext/standard/tests/strings/explode_variation1.phpt] 
       
 19998 TEST 10078/11279 [ext/standard/tests/strings/explode_variation2.phpt]
       
 19999 PASS Test explode() function : usage variations - test values for $string argument [ext/standard/tests/strings/explode_variation2.phpt] 
       
 20000 TEST 10079/11279 [ext/standard/tests/strings/explode_variation3.phpt]
       
 20001 PASS Test explode() function : usage variations - test values for $limit argument [ext/standard/tests/strings/explode_variation3.phpt] 
       
 20002 TEST 10080/11279 [ext/standard/tests/strings/explode_variation4.phpt]
       
 20003 PASS Test explode() function : usage variations - match longer string [ext/standard/tests/strings/explode_variation4.phpt] 
       
 20004 TEST 10081/11279 [ext/standard/tests/strings/explode_variation5.phpt]
       
 20005 PASS Test explode() function : usage variations - positive and negative limits [ext/standard/tests/strings/explode_variation5.phpt] 
       
 20006 TEST 10082/11279 [ext/standard/tests/strings/explode_variation6.phpt]
       
 20007 PASS Test explode() function : usage variations - misc tests [ext/standard/tests/strings/explode_variation6.phpt] 
       
 20008 TEST 10083/11279 [ext/standard/tests/strings/fprintf_error.phpt]
       
 20009 PASS Test fprintf() function (errors) [ext/standard/tests/strings/fprintf_error.phpt] 
       
 20010 TEST 10084/11279 [ext/standard/tests/strings/fprintf_variation_001.phpt]
       
 20011 PASS Test fprintf() function (variation - 1) [ext/standard/tests/strings/fprintf_variation_001.phpt] 
       
 20012 TEST 10085/11279 [ext/standard/tests/strings/fprintf_variation_002.phpt]
       
 20013 PASS Test fprintf() function (variation - 2) [ext/standard/tests/strings/fprintf_variation_002.phpt] 
       
 20014 TEST 10086/11279 [ext/standard/tests/strings/fprintf_variation_003.phpt]
       
 20015 PASS Test fprintf() function (variation - 3) [ext/standard/tests/strings/fprintf_variation_003.phpt] 
       
 20016 TEST 10087/11279 [ext/standard/tests/strings/fprintf_variation_003_64bit.phpt]
       
 20017 SKIP Test fprintf() function (variation - 3) [ext/standard/tests/strings/fprintf_variation_003_64bit.phpt] reason: this test is for 64bit platform only
       
 20018 TEST 10088/11279 [ext/standard/tests/strings/fprintf_variation_004.phpt]
       
 20019 PASS Test fprintf() function (variation - 4) [ext/standard/tests/strings/fprintf_variation_004.phpt] 
       
 20020 TEST 10089/11279 [ext/standard/tests/strings/fprintf_variation_005.phpt]
       
 20021 PASS Test fprintf() function (variation - 5) [ext/standard/tests/strings/fprintf_variation_005.phpt] 
       
 20022 TEST 10090/11279 [ext/standard/tests/strings/fprintf_variation_006.phpt]
       
 20023 PASS Test fprintf() function (variation - 6) [ext/standard/tests/strings/fprintf_variation_006.phpt] 
       
 20024 TEST 10091/11279 [ext/standard/tests/strings/fprintf_variation_006_64bit.phpt]
       
 20025 SKIP Test fprintf() function (variation - 6) [ext/standard/tests/strings/fprintf_variation_006_64bit.phpt] reason: this test is for 64bit platform only
       
 20026 TEST 10092/11279 [ext/standard/tests/strings/fprintf_variation_007.phpt]
       
 20027 PASS Test fprintf() function (variation - 7) [ext/standard/tests/strings/fprintf_variation_007.phpt] 
       
 20028 TEST 10093/11279 [ext/standard/tests/strings/fprintf_variation_007_64bit.phpt]
       
 20029 SKIP Test fprintf() function (variation - 7) [ext/standard/tests/strings/fprintf_variation_007_64bit.phpt] reason: this test is for 64bit platform only
       
 20030 TEST 10094/11279 [ext/standard/tests/strings/fprintf_variation_008.phpt]
       
 20031 PASS Test fprintf() function (variation - 8) [ext/standard/tests/strings/fprintf_variation_008.phpt] 
       
 20032 TEST 10095/11279 [ext/standard/tests/strings/fprintf_variation_008_64bit.phpt]
       
 20033 SKIP Test fprintf() function (variation - 8) [ext/standard/tests/strings/fprintf_variation_008_64bit.phpt] reason: this test is for 64bit platform only
       
 20034 TEST 10096/11279 [ext/standard/tests/strings/fprintf_variation_009.phpt]
       
 20035 PASS Test fprintf() function (variation - 9) [ext/standard/tests/strings/fprintf_variation_009.phpt] 
       
 20036 TEST 10097/11279 [ext/standard/tests/strings/get_html_translation_table_basic1.phpt]
       
 20037 PASS Test get_html_translation_table() function : basic functionality - with default args [ext/standard/tests/strings/get_html_translation_table_basic1.phpt] 
       
 20038 TEST 10098/11279 [ext/standard/tests/strings/get_html_translation_table_basic2.phpt]
       
 20039 PASS Test get_html_translation_table() function : basic functionality - table as HTML_ENTITIES & diff quote_style [ext/standard/tests/strings/get_html_translation_table_basic2.phpt] 
       
 20040 TEST 10099/11279 [ext/standard/tests/strings/get_html_translation_table_basic3.phpt]
       
 20041 PASS Test get_html_translation_table() function : basic functionality - table as HTML_SPECIALCHARS [ext/standard/tests/strings/get_html_translation_table_basic3.phpt] 
       
 20042 TEST 10100/11279 [ext/standard/tests/strings/get_html_translation_table_basic4.phpt]
       
 20043 PASS Test get_html_translation_table() function : basic functionality - charset WINDOWS-1252 [ext/standard/tests/strings/get_html_translation_table_basic4.phpt] 
       
 20044 TEST 10101/11279 [ext/standard/tests/strings/get_html_translation_table_error.phpt]
       
 20045 PASS Test get_html_translation_table() function : error conditions [ext/standard/tests/strings/get_html_translation_table_error.phpt] 
       
 20046 TEST 10102/11279 [ext/standard/tests/strings/get_html_translation_table_variation1.phpt]
       
 20047 PASS Test get_html_translation_table() function : usage variations - unexpected table values [ext/standard/tests/strings/get_html_translation_table_variation1.phpt] 
       
 20048 TEST 10103/11279 [ext/standard/tests/strings/get_html_translation_table_variation2.phpt]
       
 20049 PASS Test get_html_translation_table() function : usage variations - unexpected quote_style values [ext/standard/tests/strings/get_html_translation_table_variation2.phpt] 
       
 20050 TEST 10104/11279 [ext/standard/tests/strings/get_meta_tags.phpt]
       
 20051 PASS get_meta_tags() tests [ext/standard/tests/strings/get_meta_tags.phpt] 
       
 20052 TEST 10105/11279 [ext/standard/tests/strings/hebrev_basic.phpt]
       
 20053 PASS Test hebrev() function : basic functionality [ext/standard/tests/strings/hebrev_basic.phpt] 
       
 20054 TEST 10106/11279 [ext/standard/tests/strings/hebrev_error.phpt]
       
 20055 PASS Test hebrev() function : error conditions [ext/standard/tests/strings/hebrev_error.phpt] 
       
 20056 TEST 10107/11279 [ext/standard/tests/strings/hebrev_variation1.phpt]
       
 20057 PASS Test hebrev() function : usage variations - test values for $hebrew_text argument [ext/standard/tests/strings/hebrev_variation1.phpt] 
       
 20058 TEST 10108/11279 [ext/standard/tests/strings/hebrev_variation2.phpt]
       
 20059 PASS Test hebrev() function : usage variations - test values for $max_chars_per_line argument [ext/standard/tests/strings/hebrev_variation2.phpt] 
       
 20060 TEST 10109/11279 [ext/standard/tests/strings/hebrevc_basic.phpt]
       
 20061 PASS Test hebrevc() function : basic functionality [ext/standard/tests/strings/hebrevc_basic.phpt] 
       
 20062 TEST 10110/11279 [ext/standard/tests/strings/hebrevc_error.phpt]
       
 20063 PASS Test hebrevc() function : error conditions [ext/standard/tests/strings/hebrevc_error.phpt] 
       
 20064 TEST 10111/11279 [ext/standard/tests/strings/hebrevc_variation1.phpt]
       
 20065 PASS Test hebrevc() function : usage variations - test values for $hebrew_text argument [ext/standard/tests/strings/hebrevc_variation1.phpt] 
       
 20066 TEST 10112/11279 [ext/standard/tests/strings/hebrevc_variation2.phpt]
       
 20067 PASS Test hebrevc() function : usage variations - test values for $max_chars_per_line argument [ext/standard/tests/strings/hebrevc_variation2.phpt] 
       
 20068 TEST 10113/11279 [ext/standard/tests/strings/highlight_file.phpt]
       
 20069 PASS highlight_file() tests [ext/standard/tests/strings/highlight_file.phpt] 
       
 20070 TEST 10114/11279 [ext/standard/tests/strings/html_entity_decode_html4.phpt]
       
 20071 PASS html_entity_decode() conformance check (HTML 4) [ext/standard/tests/strings/html_entity_decode_html4.phpt] 
       
 20072 TEST 10115/11279 [ext/standard/tests/strings/htmlentities-utf-2.phpt]
       
 20073 PASS HTML entities with invalid chars and ENT_IGNORE [ext/standard/tests/strings/htmlentities-utf-2.phpt] 
       
 20074 TEST 10116/11279 [ext/standard/tests/strings/htmlentities-utf-3.phpt]
       
 20075 PASS Test get_next_char(), used by htmlentities()/htmlspecialchars(): validity of UTF-8 sequences [ext/standard/tests/strings/htmlentities-utf-3.phpt] 
       
 20076 TEST 10117/11279 [ext/standard/tests/strings/htmlentities-utf.phpt]
       
 20077 PASS HTML entities with invalid chars [ext/standard/tests/strings/htmlentities-utf.phpt] 
       
 20078 TEST 10118/11279 [ext/standard/tests/strings/htmlentities.phpt]
       
 20079 PASS HTML entities [ext/standard/tests/strings/htmlentities.phpt] 
       
 20080 TEST 10119/11279 [ext/standard/tests/strings/htmlentities01.phpt]
       
 20081 PASS htmlentities() test 1 (cp1252) [ext/standard/tests/strings/htmlentities01.phpt] 
       
 20082 TEST 10120/11279 [ext/standard/tests/strings/htmlentities02.phpt]
       
 20083 PASS htmlentities() test 2 (setlocale / fr_FR.ISO-8859-15) [ext/standard/tests/strings/htmlentities02.phpt] 
       
 20084 TEST 10121/11279 [ext/standard/tests/strings/htmlentities03.phpt]
       
 20085 PASS htmlentities() test 3 (setlocale / de_DE.ISO-8859-1) [ext/standard/tests/strings/htmlentities03.phpt] 
       
 20086 TEST 10122/11279 [ext/standard/tests/strings/htmlentities04.phpt]
       
 20087 PASS htmlentities() test 4 (setlocale / ja_JP.EUC-JP) [ext/standard/tests/strings/htmlentities04.phpt] 
       
 20088 TEST 10123/11279 [ext/standard/tests/strings/htmlentities05.phpt]
       
 20089 PASS htmlentities() test 5 (mbstring / cp1252) [ext/standard/tests/strings/htmlentities05.phpt] 
       
 20090 TEST 10124/11279 [ext/standard/tests/strings/htmlentities06.phpt]
       
 20091 PASS htmlentities() test 6 (mbstring / ISO-8859-15) [ext/standard/tests/strings/htmlentities06.phpt] 
       
 20092 TEST 10125/11279 [ext/standard/tests/strings/htmlentities07.phpt]
       
 20093 PASS htmlentities() test 7 (mbstring / ISO-8859-1) [ext/standard/tests/strings/htmlentities07.phpt] 
       
 20094 TEST 10126/11279 [ext/standard/tests/strings/htmlentities08.phpt]
       
 20095 PASS htmlentities() test 8 (mbstring / EUC-JP) [ext/standard/tests/strings/htmlentities08.phpt] 
       
 20096 TEST 10127/11279 [ext/standard/tests/strings/htmlentities09.phpt]
       
 20097 PASS htmlentities() test 9 (mbstring / Shift_JIS) [ext/standard/tests/strings/htmlentities09.phpt] 
       
 20098 TEST 10128/11279 [ext/standard/tests/strings/htmlentities10.phpt]
       
 20099 PASS htmlentities() test 10 (default_charset / cp1252) [ext/standard/tests/strings/htmlentities10.phpt] 
       
 20100 TEST 10129/11279 [ext/standard/tests/strings/htmlentities11.phpt]
       
 20101 PASS htmlentities() test 11 (default_charset / ISO-8859-15) [ext/standard/tests/strings/htmlentities11.phpt] 
       
 20102 TEST 10130/11279 [ext/standard/tests/strings/htmlentities12.phpt]
       
 20103 PASS htmlentities() test 12 (default_charset / ISO-8859-1) [ext/standard/tests/strings/htmlentities12.phpt] 
       
 20104 TEST 10131/11279 [ext/standard/tests/strings/htmlentities13.phpt]
       
 20105 PASS htmlentities() test 13 (default_charset / EUC-JP) [ext/standard/tests/strings/htmlentities13.phpt] 
       
 20106 TEST 10132/11279 [ext/standard/tests/strings/htmlentities14.phpt]
       
 20107 PASS htmlentities() test 14 (default_charset / Shift_JIS) [ext/standard/tests/strings/htmlentities14.phpt] 
       
 20108 TEST 10133/11279 [ext/standard/tests/strings/htmlentities15.phpt]
       
 20109 PASS htmlentities() test 15 (setlocale / KOI8-R) [ext/standard/tests/strings/htmlentities15.phpt] 
       
 20110 TEST 10134/11279 [ext/standard/tests/strings/htmlentities16.phpt]
       
 20111 PASS htmlentities() test 16 (mbstring / cp1251) [ext/standard/tests/strings/htmlentities16.phpt] 
       
 20112 TEST 10135/11279 [ext/standard/tests/strings/htmlentities17.phpt]
       
 20113 PASS htmlentities() / html_entity_decode() #8592 - #9002 table test [ext/standard/tests/strings/htmlentities17.phpt] 
       
 20114 TEST 10136/11279 [ext/standard/tests/strings/htmlentities18.phpt]
       
 20115 PASS htmlentities() / htmlspecialchars() "don't double encode" flag support [ext/standard/tests/strings/htmlentities18.phpt] 
       
 20116 TEST 10137/11279 [ext/standard/tests/strings/htmlentities_html4.phpt]
       
 20117 PASS htmlentities() conformance check (HTML 4) [ext/standard/tests/strings/htmlentities_html4.phpt] 
       
 20118 TEST 10138/11279 [ext/standard/tests/strings/htmlspecialchars_basic.phpt]
       
 20119 PASS Test htmlspecialchars() function : basic functionality [ext/standard/tests/strings/htmlspecialchars_basic.phpt] 
       
 20120 TEST 10139/11279 [ext/standard/tests/strings/htmlspecialchars_decode_basic.phpt]
       
 20121 PASS Test htmlspecialchars_decode() function : basic functionality [ext/standard/tests/strings/htmlspecialchars_decode_basic.phpt] 
       
 20122 TEST 10140/11279 [ext/standard/tests/strings/htmlspecialchars_decode_error.phpt]
       
 20123 PASS Test htmlspecialchars_decode() function : error conditions [ext/standard/tests/strings/htmlspecialchars_decode_error.phpt] 
       
 20124 TEST 10141/11279 [ext/standard/tests/strings/htmlspecialchars_decode_variation1.phpt]
       
 20125 PASS Test htmlspecialchars_decode() function : usage variations - unexpected values for 'string' argument [ext/standard/tests/strings/htmlspecialchars_decode_variation1.phpt] 
       
 20126 TEST 10142/11279 [ext/standard/tests/strings/htmlspecialchars_decode_variation2.phpt]
       
 20127 FAIL Test htmlspecialchars_decode() function : usage variations - unexpected values for 'quote_style' argument [ext/standard/tests/strings/htmlspecialchars_decode_variation2.phpt] 
       
 20128 TEST 10143/11279 [ext/standard/tests/strings/htmlspecialchars_decode_variation3.phpt]
       
 20129 PASS Test htmlspecialchars_decode() function : usage variations - heredoc strings for 'string' argument [ext/standard/tests/strings/htmlspecialchars_decode_variation3.phpt] 
       
 20130 TEST 10144/11279 [ext/standard/tests/strings/htmlspecialchars_decode_variation4.phpt]
       
 20131 PASS Test htmlspecialchars_decode() function : usage variations - single quoted strings for 'string' argument [ext/standard/tests/strings/htmlspecialchars_decode_variation4.phpt] 
       
 20132 TEST 10145/11279 [ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt]
       
 20133 PASS Test htmlspecialchars_decode() function : usage variations - double quoted strings for 'string' argument [ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt] 
       
 20134 TEST 10146/11279 [ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt]
       
 20135 PASS Test htmlspecialchars_decode() function : usage variations - binary safe [ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt] 
       
 20136 TEST 10147/11279 [ext/standard/tests/strings/http_build_query.phpt]
       
 20137 PASS http_build_query() function [ext/standard/tests/strings/http_build_query.phpt] 
       
 20138 TEST 10148/11279 [ext/standard/tests/strings/implode.phpt]
       
 20139 PASS implode() function [ext/standard/tests/strings/implode.phpt] 
       
 20140 TEST 10149/11279 [ext/standard/tests/strings/implode1.phpt]
       
 20141 PASS Test implode() function [ext/standard/tests/strings/implode1.phpt] 
       
 20142 TEST 10150/11279 [ext/standard/tests/strings/join_basic.phpt]
       
 20143 PASS Test join() function : basic functionality [ext/standard/tests/strings/join_basic.phpt] 
       
 20144 TEST 10151/11279 [ext/standard/tests/strings/join_error.phpt]
       
 20145 PASS Test join() function: error conditions [ext/standard/tests/strings/join_error.phpt] 
       
 20146 TEST 10152/11279 [ext/standard/tests/strings/join_variation1.phpt]
       
 20147 PASS Test join() function : usage variations - unexpected values for 'glue' argument [ext/standard/tests/strings/join_variation1.phpt] 
       
 20148 TEST 10153/11279 [ext/standard/tests/strings/join_variation2.phpt]
       
 20149 PASS Test join() function : usage variations - unexpected values for 'pieces' argument(Bug#42789) [ext/standard/tests/strings/join_variation2.phpt] 
       
 20150 TEST 10154/11279 [ext/standard/tests/strings/join_variation3.phpt]
       
 20151 PASS Test join() function : usage variations - different values for 'pieces' argument [ext/standard/tests/strings/join_variation3.phpt] 
       
 20152 TEST 10155/11279 [ext/standard/tests/strings/join_variation4.phpt]
       
 20153 PASS Test join() function : usage variations - different values for 'glue' argument [ext/standard/tests/strings/join_variation4.phpt] 
       
 20154 TEST 10156/11279 [ext/standard/tests/strings/join_variation5.phpt]
       
 20155 PASS Test join() function : usage variations - sub array as argument [ext/standard/tests/strings/join_variation5.phpt] 
       
 20156 TEST 10157/11279 [ext/standard/tests/strings/join_variation6.phpt]
       
 20157 PASS Test join() function : usage variations - binary safe [ext/standard/tests/strings/join_variation6.phpt] 
       
 20158 TEST 10158/11279 [ext/standard/tests/strings/lcfirst.phpt]
       
 20159 PASS "lcfirst()" function [ext/standard/tests/strings/lcfirst.phpt] 
       
 20160 TEST 10159/11279 [ext/standard/tests/strings/levenshtein.phpt]
       
 20161 PASS levenshtein() function test [ext/standard/tests/strings/levenshtein.phpt] 
       
 20162 TEST 10160/11279 [ext/standard/tests/strings/ltrim.phpt]
       
 20163 PASS Test ltrim() function [ext/standard/tests/strings/ltrim.phpt] 
       
 20164 TEST 10161/11279 [ext/standard/tests/strings/ltrim_basic.phpt]
       
 20165 PASS Test ltrim() function : basic functionality [ext/standard/tests/strings/ltrim_basic.phpt] 
       
 20166 TEST 10162/11279 [ext/standard/tests/strings/ltrim_error.phpt]
       
 20167 PASS Test ltrim() function : error conditions [ext/standard/tests/strings/ltrim_error.phpt] 
       
 20168 TEST 10163/11279 [ext/standard/tests/strings/ltrim_variation1.phpt]
       
 20169 PASS Test ltrim() function : usage variations - test values for $str argument [ext/standard/tests/strings/ltrim_variation1.phpt] 
       
 20170 TEST 10164/11279 [ext/standard/tests/strings/ltrim_variation2.phpt]
       
 20171 PASS Test ltrim() function : usage variations - test values for $charlist argument [ext/standard/tests/strings/ltrim_variation2.phpt] 
       
 20172 TEST 10165/11279 [ext/standard/tests/strings/md5.phpt]
       
 20173 PASS md5() with ASCII output [ext/standard/tests/strings/md5.phpt] 
       
 20174 TEST 10166/11279 [ext/standard/tests/strings/md5_basic1.phpt]
       
 20175 PASS Test md5() function : basic functionality [ext/standard/tests/strings/md5_basic1.phpt] 
       
 20176 TEST 10167/11279 [ext/standard/tests/strings/md5_basic2.phpt]
       
 20177 PASS Test md5() function : basic functionality - with raw output [ext/standard/tests/strings/md5_basic2.phpt] 
       
 20178 TEST 10168/11279 [ext/standard/tests/strings/md5_error.phpt]
       
 20179 PASS Test md5() function : error conditions [ext/standard/tests/strings/md5_error.phpt] 
       
 20180 TEST 10169/11279 [ext/standard/tests/strings/md5_file.phpt]
       
 20181 PASS Test md5_file() function with ASCII output and raw binary output [ext/standard/tests/strings/md5_file.phpt] 
       
 20182 TEST 10170/11279 [ext/standard/tests/strings/md5raw.phpt]
       
 20183 PASS md5() with RAW output [ext/standard/tests/strings/md5raw.phpt] 
       
 20184 TEST 10171/11279 [ext/standard/tests/strings/metaphone.phpt]
       
 20185 PASS metaphone() tests [ext/standard/tests/strings/metaphone.phpt] 
       
 20186 TEST 10172/11279 [ext/standard/tests/strings/money_format_basic1.phpt]
       
 20187 PASS Test money_format() function : basic functionality using national currency symbols [ext/standard/tests/strings/money_format_basic1.phpt] 
       
 20188 TEST 10173/11279 [ext/standard/tests/strings/money_format_error.phpt]
       
 20189 PASS Test money_format() function : error conditions [ext/standard/tests/strings/money_format_error.phpt] 
       
 20190 TEST 10174/11279 [ext/standard/tests/strings/money_format_variation1.phpt]
       
 20191 PASS Test money_format() function :  usage variations - test values for $format argument [ext/standard/tests/strings/money_format_variation1.phpt] 
       
 20192 TEST 10175/11279 [ext/standard/tests/strings/money_format_variation2.phpt]
       
 20193 PASS Test money_format() function :  usage variations - test values for $number argument [ext/standard/tests/strings/money_format_variation2.phpt] 
       
 20194 TEST 10176/11279 [ext/standard/tests/strings/moneyformat.phpt]
       
 20195 PASS money_format test [ext/standard/tests/strings/moneyformat.phpt] 
       
 20196 TEST 10177/11279 [ext/standard/tests/strings/nl2br.phpt]
       
 20197 PASS nl2br() function [ext/standard/tests/strings/nl2br.phpt] 
       
 20198 TEST 10178/11279 [ext/standard/tests/strings/nl2br_error.phpt]
       
 20199 PASS Test nl2br() function : error conditions [ext/standard/tests/strings/nl2br_error.phpt] 
       
 20200 TEST 10179/11279 [ext/standard/tests/strings/nl2br_variation1.phpt]
       
 20201 PASS Test nl2br() function : usage variations - double quoted strings for 'str' argument [ext/standard/tests/strings/nl2br_variation1.phpt] 
       
 20202 TEST 10180/11279 [ext/standard/tests/strings/nl2br_variation2.phpt]
       
 20203 PASS Test nl2br() function : usage variations - single quoted strings for 'str' argument [ext/standard/tests/strings/nl2br_variation2.phpt] 
       
 20204 TEST 10181/11279 [ext/standard/tests/strings/nl2br_variation3.phpt]
       
 20205 PASS Test nl2br() function : usage variations - heredoc strings for 'str' argument [ext/standard/tests/strings/nl2br_variation3.phpt] 
       
 20206 TEST 10182/11279 [ext/standard/tests/strings/nl2br_variation4.phpt]
       
 20207 PASS Test nl2br() function : usage variations - html values for 'str' argument [ext/standard/tests/strings/nl2br_variation4.phpt] 
       
 20208 TEST 10183/11279 [ext/standard/tests/strings/nl2br_variation5.phpt]
       
 20209 PASS Test nl2br() function : usage variations - unexpected values for 'str' argument [ext/standard/tests/strings/nl2br_variation5.phpt] 
       
 20210 TEST 10184/11279 [ext/standard/tests/strings/nl_langinfo_basic.phpt]
       
 20211 PASS Test nl_langinfo() function : basic functionality [ext/standard/tests/strings/nl_langinfo_basic.phpt] 
       
 20212 TEST 10185/11279 [ext/standard/tests/strings/nl_langinfo_error1.phpt]
       
 20213 PASS Test nl_langinfo() function : error conditions [ext/standard/tests/strings/nl_langinfo_error1.phpt] 
       
 20214 TEST 10186/11279 [ext/standard/tests/strings/nl_langinfo_variation1.phpt]
       
 20215 FAIL Test nl_langinfo() function :  unexpected inputs for '$tem' argument [ext/standard/tests/strings/nl_langinfo_variation1.phpt] 
       
 20216 TEST 10187/11279 [ext/standard/tests/strings/number_format_basic.phpt]
       
 20217 PASS Test number_format() - basic function test number_format() [ext/standard/tests/strings/number_format_basic.phpt] 
       
 20218 TEST 10188/11279 [ext/standard/tests/strings/number_format_error.phpt]
       
 20219 PASS Test number_format() - wrong params test number_format() [ext/standard/tests/strings/number_format_error.phpt] 
       
 20220 TEST 10189/11279 [ext/standard/tests/strings/ord_basic.phpt]
       
 20221 PASS Test ord() function : basic functionality [ext/standard/tests/strings/ord_basic.phpt] 
       
 20222 TEST 10190/11279 [ext/standard/tests/strings/ord_error.phpt]
       
 20223 PASS Test ord() function : error conditions [ext/standard/tests/strings/ord_error.phpt] 
       
 20224 TEST 10191/11279 [ext/standard/tests/strings/ord_variation1.phpt]
       
 20225 PASS Test ord() function : usage variations - test values for $string argument [ext/standard/tests/strings/ord_variation1.phpt] 
       
 20226 TEST 10192/11279 [ext/standard/tests/strings/pack.phpt]
       
 20227 PASS Generic pack()/unpack() tests [ext/standard/tests/strings/pack.phpt] 
       
 20228 TEST 10193/11279 [ext/standard/tests/strings/parse_str_basic1.phpt]
       
 20229 PASS Test parse_str() function : basic functionality [ext/standard/tests/strings/parse_str_basic1.phpt] 
       
 20230 TEST 10194/11279 [ext/standard/tests/strings/parse_str_basic2.phpt]
       
 20231 PASS Test parse_str() function : non-default arg_separator.input specified [ext/standard/tests/strings/parse_str_basic2.phpt] 
       
 20232 TEST 10195/11279 [ext/standard/tests/strings/parse_str_basic3.phpt]
       
 20233 PASS Test parse_str() function : basic functionality [ext/standard/tests/strings/parse_str_basic3.phpt] 
       
 20234 TEST 10196/11279 [ext/standard/tests/strings/parse_str_basic4.phpt]
       
 20235 PASS Test parse_str() function : test with badly formed strings [ext/standard/tests/strings/parse_str_basic4.phpt] 
       
 20236 TEST 10197/11279 [ext/standard/tests/strings/parse_str_error1.phpt]
       
 20237 PASS Test parse_str() function : non-default arg_separator.input specified [ext/standard/tests/strings/parse_str_error1.phpt] 
       
 20238 TEST 10198/11279 [ext/standard/tests/strings/pathinfo.phpt]
       
 20239 PASS pathinfo() tests [ext/standard/tests/strings/pathinfo.phpt] 
       
 20240 TEST 10199/11279 [ext/standard/tests/strings/php_strip_whitespace.phpt]
       
 20241 PASS php_strip_whitespace() tests [ext/standard/tests/strings/php_strip_whitespace.phpt] 
       
 20242 TEST 10200/11279 [ext/standard/tests/strings/print_basic.phpt]
       
 20243 PASS Test print() function : basic functionality [ext/standard/tests/strings/print_basic.phpt] 
       
 20244 TEST 10201/11279 [ext/standard/tests/strings/print_variation1.phpt]
       
 20245 PASS Test print() function : usage variations [ext/standard/tests/strings/print_variation1.phpt] 
       
 20246 TEST 10202/11279 [ext/standard/tests/strings/printf.phpt]
       
 20247 PASS Test printf() function (32bit) [ext/standard/tests/strings/printf.phpt] 
       
 20248 TEST 10203/11279 [ext/standard/tests/strings/printf_64bit.phpt]
       
 20249 SKIP Test printf() function (64bit) [ext/standard/tests/strings/printf_64bit.phpt] reason: 64bit test only
       
 20250 TEST 10204/11279 [ext/standard/tests/strings/printf_basic1.phpt]
       
 20251 PASS Test printf() function : basic functionality - string format [ext/standard/tests/strings/printf_basic1.phpt] 
       
 20252 TEST 10205/11279 [ext/standard/tests/strings/printf_basic2.phpt]
       
 20253 PASS Test printf() function : basic functionality - integer format [ext/standard/tests/strings/printf_basic2.phpt] 
       
 20254 TEST 10206/11279 [ext/standard/tests/strings/printf_basic3.phpt]
       
 20255 PASS Test printf() function : basic functionality - float format [ext/standard/tests/strings/printf_basic3.phpt] 
       
 20256 TEST 10207/11279 [ext/standard/tests/strings/printf_basic4.phpt]
       
 20257 PASS Test printf() function : basic functionality - bool format [ext/standard/tests/strings/printf_basic4.phpt] 
       
 20258 TEST 10208/11279 [ext/standard/tests/strings/printf_basic5.phpt]
       
 20259 PASS Test printf() function : basic functionality - char format [ext/standard/tests/strings/printf_basic5.phpt] 
       
 20260 TEST 10209/11279 [ext/standard/tests/strings/printf_basic6.phpt]
       
 20261 PASS Test printf() function : basic functionality - exponential format [ext/standard/tests/strings/printf_basic6.phpt] 
       
 20262 TEST 10210/11279 [ext/standard/tests/strings/printf_basic7.phpt]
       
 20263 PASS Test printf() function : basic functionality - unsigned format [ext/standard/tests/strings/printf_basic7.phpt] 
       
 20264 TEST 10211/11279 [ext/standard/tests/strings/printf_basic8.phpt]
       
 20265 PASS Test printf() function : basic functionality - octal format [ext/standard/tests/strings/printf_basic8.phpt] 
       
 20266 TEST 10212/11279 [ext/standard/tests/strings/printf_basic9.phpt]
       
 20267 PASS Test printf() function : basic functionality - hexadecimal format [ext/standard/tests/strings/printf_basic9.phpt] 
       
 20268 TEST 10213/11279 [ext/standard/tests/strings/printf_error.phpt]
       
 20269 PASS Test printf() function : error conditions [ext/standard/tests/strings/printf_error.phpt] 
       
 20270 TEST 10214/11279 [ext/standard/tests/strings/printf_variation1.phpt]
       
 20271 PASS Test printf() function : usage variations - unexpected values for format argument [ext/standard/tests/strings/printf_variation1.phpt] 
       
 20272 TEST 10215/11279 [ext/standard/tests/strings/printf_variation2.phpt]
       
 20273 PASS Test printf() function : usage variations - with all types of values for arg1 argument [ext/standard/tests/strings/printf_variation2.phpt] 
       
 20274 TEST 10216/11279 [ext/standard/tests/strings/quoted_printable_decode_basic.phpt]
       
 20275 PASS Test quoted_printable_decode() function : basic functionality [ext/standard/tests/strings/quoted_printable_decode_basic.phpt] 
       
 20276 TEST 10217/11279 [ext/standard/tests/strings/quoted_printable_decode_error.phpt]
       
 20277 PASS Test quoted_printable_decode() function : error conditions [ext/standard/tests/strings/quoted_printable_decode_error.phpt] 
       
 20278 TEST 10218/11279 [ext/standard/tests/strings/quoted_printable_decode_variation1.phpt]
       
 20279 PASS Test quoted_printable_decode() function : usage variations - unexpected values for 'str' argument [ext/standard/tests/strings/quoted_printable_decode_variation1.phpt] 
       
 20280 TEST 10219/11279 [ext/standard/tests/strings/quoted_printable_encode_001.phpt]
       
 20281 PASS quoted_printable_encode() tests - 1 [ext/standard/tests/strings/quoted_printable_encode_001.phpt] 
       
 20282 TEST 10220/11279 [ext/standard/tests/strings/quoted_printable_encode_002.phpt]
       
 20283 PASS quoted_printable_encode() tests - 2 [ext/standard/tests/strings/quoted_printable_encode_002.phpt] 
       
 20284 TEST 10221/11279 [ext/standard/tests/strings/quotemeta_basic.phpt]
       
 20285 PASS Test quotemeta() function : basic functionality [ext/standard/tests/strings/quotemeta_basic.phpt] 
       
 20286 TEST 10222/11279 [ext/standard/tests/strings/quotemeta_error.phpt]
       
 20287 PASS Test quotemeta() function : error conditions [ext/standard/tests/strings/quotemeta_error.phpt] 
       
 20288 TEST 10223/11279 [ext/standard/tests/strings/rtrim.phpt]
       
 20289 PASS Testing rtrim() function [ext/standard/tests/strings/rtrim.phpt] 
       
 20290 TEST 10224/11279 [ext/standard/tests/strings/rtrim_basic.phpt]
       
 20291 PASS Test rtrim() function : basic functionality [ext/standard/tests/strings/rtrim_basic.phpt] 
       
 20292 TEST 10225/11279 [ext/standard/tests/strings/rtrim_error.phpt]
       
 20293 PASS Test rtrim() function : error conditions [ext/standard/tests/strings/rtrim_error.phpt] 
       
 20294 TEST 10226/11279 [ext/standard/tests/strings/rtrim_variation1.phpt]
       
 20295 PASS Test rtrim() function : usage variations - test values for $str argument [ext/standard/tests/strings/rtrim_variation1.phpt] 
       
 20296 TEST 10227/11279 [ext/standard/tests/strings/rtrim_variation2.phpt]
       
 20297 PASS Test rtrim() function : usage variations - test values for $charlist argument [ext/standard/tests/strings/rtrim_variation2.phpt] 
       
 20298 TEST 10228/11279 [ext/standard/tests/strings/setlocale_basic1.phpt]
       
 20299 FAIL Test setlocale() function : basic functionality - setting system locale to a specific [ext/standard/tests/strings/setlocale_basic1.phpt] 
       
 20300 TEST 10229/11279 [ext/standard/tests/strings/setlocale_basic2.phpt]
       
 20301 FAIL Test setlocale() function : basic functionality - set locale using an array [ext/standard/tests/strings/setlocale_basic2.phpt] 
       
 20302 TEST 10230/11279 [ext/standard/tests/strings/setlocale_basic3.phpt]
       
 20303 FAIL Test setlocale() function : basic functionality - passing multiple locales as argument [ext/standard/tests/strings/setlocale_basic3.phpt] 
       
 20304 TEST 10231/11279 [ext/standard/tests/strings/setlocale_error.phpt]
       
 20305 PASS Test setlocale() function : error condition [ext/standard/tests/strings/setlocale_error.phpt] 
       
 20306 TEST 10232/11279 [ext/standard/tests/strings/setlocale_variation1.phpt]
       
 20307 FAIL Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument [ext/standard/tests/strings/setlocale_variation1.phpt] 
       
 20308 TEST 10233/11279 [ext/standard/tests/strings/setlocale_variation2.phpt]
       
 20309 FAIL Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt] 
       
 20310 TEST 10234/11279 [ext/standard/tests/strings/setlocale_variation3.phpt]
       
 20311 FAIL Test setlocale() function : usage variations - setting system locale = 0 [ext/standard/tests/strings/setlocale_variation3.phpt] 
       
 20312 TEST 10235/11279 [ext/standard/tests/strings/setlocale_variation4.phpt]
       
 20313 FAIL Test setlocale() function : usage variations - setting system locale as null [ext/standard/tests/strings/setlocale_variation4.phpt] 
       
 20314 TEST 10236/11279 [ext/standard/tests/strings/setlocale_variation5.phpt]
       
 20315 FAIL Test setlocale() function : usage variations - Setting system locale as empty string [ext/standard/tests/strings/setlocale_variation5.phpt] 
       
 20316 TEST 10237/11279 [ext/standard/tests/strings/sha1.phpt]
       
 20317 PASS sha1() with ASCII output [ext/standard/tests/strings/sha1.phpt] 
       
 20318 TEST 10238/11279 [ext/standard/tests/strings/sha1_basic.phpt]
       
 20319 PASS sha1() with ASCII output. [ext/standard/tests/strings/sha1_basic.phpt] 
       
 20320 TEST 10239/11279 [ext/standard/tests/strings/sha1_error.phpt]
       
 20321 PASS Test sha1() function : error conditions [ext/standard/tests/strings/sha1_error.phpt] 
       
 20322 TEST 10240/11279 [ext/standard/tests/strings/sha1_file.phpt]
       
 20323 PASS Test sha1_file() function with ASCII output and raw binary output. Based on ext/standard/tests/strings/md5_file.phpt [ext/standard/tests/strings/sha1_file.phpt] 
       
 20324 TEST 10241/11279 [ext/standard/tests/strings/sha1_variation1.phpt]
       
 20325 PASS Test sha1() function : usage variations - unexpected values for 'str' argument [ext/standard/tests/strings/sha1_variation1.phpt] 
       
 20326 TEST 10242/11279 [ext/standard/tests/strings/sha1_variation2.phpt]
       
 20327 PASS Test sha1() function : usage variations - unexpected values for 'raw' argument [ext/standard/tests/strings/sha1_variation2.phpt] 
       
 20328 TEST 10243/11279 [ext/standard/tests/strings/sha1raw.phpt]
       
 20329 PASS sha1() with RAW output [ext/standard/tests/strings/sha1raw.phpt] 
       
 20330 TEST 10244/11279 [ext/standard/tests/strings/show_source_basic.phpt]
       
 20331 PASS Test function show_source() by calling it with its expected arguments, more test for highlight_file() [ext/standard/tests/strings/show_source_basic.phpt] 
       
 20332 TEST 10245/11279 [ext/standard/tests/strings/show_source_variation1.phpt]
       
 20333 PASS Test function show_source() by calling it with its expected arguments and php output, more test for highlight_file() [ext/standard/tests/strings/show_source_variation1.phpt] 
       
 20334 TEST 10246/11279 [ext/standard/tests/strings/show_source_variation2.phpt]
       
 20335 PASS Test function show_source() by calling it with its expected arguments and output to variable, more test for highlight_file() [ext/standard/tests/strings/show_source_variation2.phpt] 
       
 20336 TEST 10247/11279 [ext/standard/tests/strings/similar_text_basic.phpt]
       
 20337 PASS similar_text(), basic tests [ext/standard/tests/strings/similar_text_basic.phpt] 
       
 20338 TEST 10248/11279 [ext/standard/tests/strings/similar_text_error.phpt]
       
 20339 PASS similar_text(), error tests for missing parameters [ext/standard/tests/strings/similar_text_error.phpt] 
       
 20340 TEST 10249/11279 [ext/standard/tests/strings/soundex.phpt]
       
 20341 PASS soundex() tests [ext/standard/tests/strings/soundex.phpt] 
       
 20342 TEST 10250/11279 [ext/standard/tests/strings/soundex_basic.phpt]
       
 20343 PASS Test soundex() function : basic functionality [ext/standard/tests/strings/soundex_basic.phpt] 
       
 20344 TEST 10251/11279 [ext/standard/tests/strings/soundex_error.phpt]
       
 20345 PASS Test soundex() function : error conditions [ext/standard/tests/strings/soundex_error.phpt] 
       
 20346 TEST 10252/11279 [ext/standard/tests/strings/sprintf_basic1.phpt]
       
 20347 PASS Test sprintf() function : basic functionality - string format [ext/standard/tests/strings/sprintf_basic1.phpt] 
       
 20348 TEST 10253/11279 [ext/standard/tests/strings/sprintf_basic2.phpt]
       
 20349 PASS Test sprintf() function : basic functionality - integer format [ext/standard/tests/strings/sprintf_basic2.phpt] 
       
 20350 TEST 10254/11279 [ext/standard/tests/strings/sprintf_basic3.phpt]
       
 20351 PASS Test sprintf() function : basic functionality - float format [ext/standard/tests/strings/sprintf_basic3.phpt] 
       
 20352 TEST 10255/11279 [ext/standard/tests/strings/sprintf_basic4.phpt]
       
 20353 PASS Test sprintf() function : basic functionality - bool format [ext/standard/tests/strings/sprintf_basic4.phpt] 
       
 20354 TEST 10256/11279 [ext/standard/tests/strings/sprintf_basic5.phpt]
       
 20355 PASS Test sprintf() function : basic functionality - char format [ext/standard/tests/strings/sprintf_basic5.phpt] 
       
 20356 TEST 10257/11279 [ext/standard/tests/strings/sprintf_basic6.phpt]
       
 20357 PASS Test sprintf() function : basic functionality - exponential format [ext/standard/tests/strings/sprintf_basic6.phpt] 
       
 20358 TEST 10258/11279 [ext/standard/tests/strings/sprintf_basic7.phpt]
       
 20359 PASS Test sprintf() function : basic functionality - unsigned format [ext/standard/tests/strings/sprintf_basic7.phpt] 
       
 20360 TEST 10259/11279 [ext/standard/tests/strings/sprintf_basic7_64bit.phpt]
       
 20361 SKIP Test sprintf() function : basic functionality - unsigned format [ext/standard/tests/strings/sprintf_basic7_64bit.phpt] reason: this test is for 64bit platform only
       
 20362 TEST 10260/11279 [ext/standard/tests/strings/sprintf_basic8.phpt]
       
 20363 PASS Test sprintf() function : basic functionality - octal format [ext/standard/tests/strings/sprintf_basic8.phpt] 
       
 20364 TEST 10261/11279 [ext/standard/tests/strings/sprintf_basic8_64bit.phpt]
       
 20365 SKIP Test sprintf() function : basic functionality - octal format [ext/standard/tests/strings/sprintf_basic8_64bit.phpt] reason: this test is for 64bit platform only
       
 20366 TEST 10262/11279 [ext/standard/tests/strings/sprintf_basic9.phpt]
       
 20367 PASS Test sprintf() function : basic functionality - hexadecimal format [ext/standard/tests/strings/sprintf_basic9.phpt] 
       
 20368 TEST 10263/11279 [ext/standard/tests/strings/sprintf_error.phpt]
       
 20369 PASS Test sprintf() function : error conditions [ext/standard/tests/strings/sprintf_error.phpt] 
       
 20370 TEST 10264/11279 [ext/standard/tests/strings/sprintf_f.phpt]
       
 20371 PASS sprintf %f [ext/standard/tests/strings/sprintf_f.phpt] 
       
 20372 TEST 10265/11279 [ext/standard/tests/strings/sprintf_f_2.phpt]
       
 20373 PASS sprintf %f #2 [ext/standard/tests/strings/sprintf_f_2.phpt] 
       
 20374 TEST 10266/11279 [ext/standard/tests/strings/sprintf_f_3.phpt]
       
 20375 PASS sprintf %f #3 [ext/standard/tests/strings/sprintf_f_3.phpt] 
       
 20376 TEST 10267/11279 [ext/standard/tests/strings/sprintf_variation1.phpt]
       
 20377 PASS Test sprintf() function : usage variations - unexpected values for format argument [ext/standard/tests/strings/sprintf_variation1.phpt] 
       
 20378 TEST 10268/11279 [ext/standard/tests/strings/sprintf_variation10.phpt]
       
 20379 PASS Test sprintf() function : usage variations - float formats with integer values [ext/standard/tests/strings/sprintf_variation10.phpt] 
       
 20380 TEST 10269/11279 [ext/standard/tests/strings/sprintf_variation11.phpt]
       
 20381 PASS Test sprintf() function : usage variations - float formats with resource values [ext/standard/tests/strings/sprintf_variation11.phpt] 
       
 20382 TEST 10270/11279 [ext/standard/tests/strings/sprintf_variation12.phpt]
       
 20383 PASS Test sprintf() function : usage variations - float formats with arrays [ext/standard/tests/strings/sprintf_variation12.phpt] 
       
 20384 TEST 10271/11279 [ext/standard/tests/strings/sprintf_variation13.phpt]
       
 20385 PASS Test sprintf() function : usage variations - float formats with strings [ext/standard/tests/strings/sprintf_variation13.phpt] 
       
 20386 TEST 10272/11279 [ext/standard/tests/strings/sprintf_variation14.phpt]
       
 20387 PASS Test sprintf() function : usage variations - float formats with boolean values [ext/standard/tests/strings/sprintf_variation14.phpt] 
       
 20388 TEST 10273/11279 [ext/standard/tests/strings/sprintf_variation15.phpt]
       
 20389 PASS Test sprintf() function : usage variations - string formats with string values [ext/standard/tests/strings/sprintf_variation15.phpt] 
       
 20390 TEST 10274/11279 [ext/standard/tests/strings/sprintf_variation16.phpt]
       
 20391 PASS Test sprintf() function : usage variations - string formats with float values [ext/standard/tests/strings/sprintf_variation16.phpt] 
       
 20392 TEST 10275/11279 [ext/standard/tests/strings/sprintf_variation17.phpt]
       
 20393 PASS Test sprintf() function : usage variations - string formats with resource values [ext/standard/tests/strings/sprintf_variation17.phpt] 
       
 20394 TEST 10276/11279 [ext/standard/tests/strings/sprintf_variation18.phpt]
       
 20395 PASS Test sprintf() function : usage variations - string formats with array values [ext/standard/tests/strings/sprintf_variation18.phpt] 
       
 20396 TEST 10277/11279 [ext/standard/tests/strings/sprintf_variation19.phpt]
       
 20397 PASS Test sprintf() function : usage variations - string formats with integer values [ext/standard/tests/strings/sprintf_variation19.phpt] 
       
 20398 TEST 10278/11279 [ext/standard/tests/strings/sprintf_variation2.phpt]
       
 20399 PASS Test sprintf() function : usage variations - with all types of values for arg1 argument [ext/standard/tests/strings/sprintf_variation2.phpt] 
       
 20400 TEST 10279/11279 [ext/standard/tests/strings/sprintf_variation20.phpt]
       
 20401 PASS Test sprintf() function : usage variations - string formats with boolean values [ext/standard/tests/strings/sprintf_variation20.phpt] 
       
 20402 TEST 10280/11279 [ext/standard/tests/strings/sprintf_variation21.phpt]
       
 20403 PASS Test sprintf() function : usage variations - char formats with integer values [ext/standard/tests/strings/sprintf_variation21.phpt] 
       
 20404 TEST 10281/11279 [ext/standard/tests/strings/sprintf_variation22.phpt]
       
 20405 PASS Test sprintf() function : usage variations - char formats with float values [ext/standard/tests/strings/sprintf_variation22.phpt] 
       
 20406 TEST 10282/11279 [ext/standard/tests/strings/sprintf_variation23.phpt]
       
 20407 PASS Test sprintf() function : usage variations - char formats with resource values [ext/standard/tests/strings/sprintf_variation23.phpt] 
       
 20408 TEST 10283/11279 [ext/standard/tests/strings/sprintf_variation24.phpt]
       
 20409 PASS Test sprintf() function : usage variations - char formats with array values [ext/standard/tests/strings/sprintf_variation24.phpt] 
       
 20410 TEST 10284/11279 [ext/standard/tests/strings/sprintf_variation25.phpt]
       
 20411 PASS Test sprintf() function : usage variations - char formats with string values [ext/standard/tests/strings/sprintf_variation25.phpt] 
       
 20412 TEST 10285/11279 [ext/standard/tests/strings/sprintf_variation26.phpt]
       
 20413 PASS Test sprintf() function : usage variations - char formats with boolean values [ext/standard/tests/strings/sprintf_variation26.phpt] 
       
 20414 TEST 10286/11279 [ext/standard/tests/strings/sprintf_variation27.phpt]
       
 20415 PASS Test sprintf() function : usage variations - char formats with char values [ext/standard/tests/strings/sprintf_variation27.phpt] 
       
 20416 TEST 10287/11279 [ext/standard/tests/strings/sprintf_variation28.phpt]
       
 20417 PASS Test sprintf() function : usage variations - octal formats with integer values [ext/standard/tests/strings/sprintf_variation28.phpt] 
       
 20418 TEST 10288/11279 [ext/standard/tests/strings/sprintf_variation28_64bit.phpt]
       
 20419 SKIP Test sprintf() function : usage variations - octal formats with integer values [ext/standard/tests/strings/sprintf_variation28_64bit.phpt] reason: this test is for 64bit platform only
       
 20420 TEST 10289/11279 [ext/standard/tests/strings/sprintf_variation29.phpt]
       
 20421 PASS Test sprintf() function : usage variations - octal formats with float values [ext/standard/tests/strings/sprintf_variation29.phpt] 
       
 20422 TEST 10290/11279 [ext/standard/tests/strings/sprintf_variation29_64bit.phpt]
       
 20423 SKIP Test sprintf() function : usage variations - octal formats with float values [ext/standard/tests/strings/sprintf_variation29_64bit.phpt] reason: this test is for 64bit platform only
       
 20424 TEST 10291/11279 [ext/standard/tests/strings/sprintf_variation3.phpt]
       
 20425 PASS Test sprintf() function : usage variations - int formats with int values [ext/standard/tests/strings/sprintf_variation3.phpt] 
       
 20426 TEST 10292/11279 [ext/standard/tests/strings/sprintf_variation30.phpt]
       
 20427 PASS Test sprintf() function : usage variations - octal formats with resource values [ext/standard/tests/strings/sprintf_variation30.phpt] 
       
 20428 TEST 10293/11279 [ext/standard/tests/strings/sprintf_variation31.phpt]
       
 20429 PASS Test sprintf() function : usage variations - octal formats with array values [ext/standard/tests/strings/sprintf_variation31.phpt] 
       
 20430 TEST 10294/11279 [ext/standard/tests/strings/sprintf_variation32.phpt]
       
 20431 PASS Test sprintf() function : usage variations - octal formats with string values [ext/standard/tests/strings/sprintf_variation32.phpt] 
       
 20432 TEST 10295/11279 [ext/standard/tests/strings/sprintf_variation33.phpt]
       
 20433 PASS Test sprintf() function : usage variations - octal formats with boolean values [ext/standard/tests/strings/sprintf_variation33.phpt] 
       
 20434 TEST 10296/11279 [ext/standard/tests/strings/sprintf_variation34.phpt]
       
 20435 PASS Test sprintf() function : usage variations - hexa formats with integer values [ext/standard/tests/strings/sprintf_variation34.phpt] 
       
 20436 TEST 10297/11279 [ext/standard/tests/strings/sprintf_variation34_64bit.phpt]
       
 20437 SKIP Test sprintf() function : usage variations - hexa formats with integer values [ext/standard/tests/strings/sprintf_variation34_64bit.phpt] reason: this test is for 64bit platform only
       
 20438 TEST 10298/11279 [ext/standard/tests/strings/sprintf_variation35.phpt]
       
 20439 PASS Test sprintf() function : usage variations - hexa formats with float values [ext/standard/tests/strings/sprintf_variation35.phpt] 
       
 20440 TEST 10299/11279 [ext/standard/tests/strings/sprintf_variation35_64bit.phpt]
       
 20441 SKIP Test sprintf() function : usage variations - hexa formats with float values [ext/standard/tests/strings/sprintf_variation35_64bit.phpt] reason: this test is for 64bit platform only
       
 20442 TEST 10300/11279 [ext/standard/tests/strings/sprintf_variation36.phpt]
       
 20443 PASS Test sprintf() function : usage variations - hexa formats with resource values [ext/standard/tests/strings/sprintf_variation36.phpt] 
       
 20444 TEST 10301/11279 [ext/standard/tests/strings/sprintf_variation37.phpt]
       
 20445 PASS Test sprintf() function : usage variations - hexa formats with array values [ext/standard/tests/strings/sprintf_variation37.phpt] 
       
 20446 TEST 10302/11279 [ext/standard/tests/strings/sprintf_variation38.phpt]
       
 20447 PASS Test sprintf() function : usage variations - hexa formats with string values [ext/standard/tests/strings/sprintf_variation38.phpt] 
       
 20448 TEST 10303/11279 [ext/standard/tests/strings/sprintf_variation39.phpt]
       
 20449 PASS Test sprintf() function : usage variations - hexa formats with boolean values [ext/standard/tests/strings/sprintf_variation39.phpt] 
       
 20450 TEST 10304/11279 [ext/standard/tests/strings/sprintf_variation4.phpt]
       
 20451 PASS Test sprintf() function : usage variations - int formats with float values [ext/standard/tests/strings/sprintf_variation4.phpt] 
       
 20452 TEST 10305/11279 [ext/standard/tests/strings/sprintf_variation40.phpt]
       
 20453 PASS Test sprintf() function : usage variations - unsigned formats with integer values [ext/standard/tests/strings/sprintf_variation40.phpt] 
       
 20454 TEST 10306/11279 [ext/standard/tests/strings/sprintf_variation40_64bit.phpt]
       
 20455 SKIP Test sprintf() function : usage variations - unsigned formats with integer values [ext/standard/tests/strings/sprintf_variation40_64bit.phpt] reason: this test is for 64bit platform only
       
 20456 TEST 10307/11279 [ext/standard/tests/strings/sprintf_variation41.phpt]
       
 20457 PASS Test sprintf() function : usage variations - unsigned formats with float values [ext/standard/tests/strings/sprintf_variation41.phpt] 
       
 20458 TEST 10308/11279 [ext/standard/tests/strings/sprintf_variation41_64bit.phpt]
       
 20459 SKIP Test sprintf() function : usage variations - unsigned formats with float values [ext/standard/tests/strings/sprintf_variation41_64bit.phpt] reason: this test is for 64bit platform only
       
 20460 TEST 10309/11279 [ext/standard/tests/strings/sprintf_variation42.phpt]
       
 20461 PASS Test sprintf() function : usage variations - unsigned formats with resource values [ext/standard/tests/strings/sprintf_variation42.phpt] 
       
 20462 TEST 10310/11279 [ext/standard/tests/strings/sprintf_variation43.phpt]
       
 20463 PASS Test sprintf() function : usage variations - unsigned formats with array values [ext/standard/tests/strings/sprintf_variation43.phpt] 
       
 20464 TEST 10311/11279 [ext/standard/tests/strings/sprintf_variation44.phpt]
       
 20465 PASS Test sprintf() function : usage variations - unsigned formats with string values [ext/standard/tests/strings/sprintf_variation44.phpt] 
       
 20466 TEST 10312/11279 [ext/standard/tests/strings/sprintf_variation44_64bit.phpt]
       
 20467 SKIP Test sprintf() function : usage variations - unsigned formats with string values [ext/standard/tests/strings/sprintf_variation44_64bit.phpt] reason: this test is for 64bit platform only
       
 20468 TEST 10313/11279 [ext/standard/tests/strings/sprintf_variation45.phpt]
       
 20469 PASS Test sprintf() function : usage variations - unsigned formats with boolean values [ext/standard/tests/strings/sprintf_variation45.phpt] 
       
 20470 TEST 10314/11279 [ext/standard/tests/strings/sprintf_variation46.phpt]
       
 20471 PASS Test sprintf() function : usage variations - scientific formats with integer values [ext/standard/tests/strings/sprintf_variation46.phpt] 
       
 20472 TEST 10315/11279 [ext/standard/tests/strings/sprintf_variation47.phpt]
       
 20473 PASS Test sprintf() function : usage variations - scientific formats with float values [ext/standard/tests/strings/sprintf_variation47.phpt] 
       
 20474 TEST 10316/11279 [ext/standard/tests/strings/sprintf_variation48.phpt]
       
 20475 PASS Test sprintf() function : usage variations - scientific formats with resource values [ext/standard/tests/strings/sprintf_variation48.phpt] 
       
 20476 TEST 10317/11279 [ext/standard/tests/strings/sprintf_variation49.phpt]
       
 20477 PASS Test sprintf() function : usage variations - scientific formats with array values [ext/standard/tests/strings/sprintf_variation49.phpt] 
       
 20478 TEST 10318/11279 [ext/standard/tests/strings/sprintf_variation4_64bit.phpt]
       
 20479 SKIP Test sprintf() function : usage variations - int formats with float values [ext/standard/tests/strings/sprintf_variation4_64bit.phpt] reason: this test is for 64bit platform only
       
 20480 TEST 10319/11279 [ext/standard/tests/strings/sprintf_variation5.phpt]
       
 20481 PASS Test sprintf() function : usage variations - int formats with resource values [ext/standard/tests/strings/sprintf_variation5.phpt] 
       
 20482 TEST 10320/11279 [ext/standard/tests/strings/sprintf_variation50.phpt]
       
 20483 PASS Test sprintf() function : usage variations - scientific formats with string values [ext/standard/tests/strings/sprintf_variation50.phpt] 
       
 20484 TEST 10321/11279 [ext/standard/tests/strings/sprintf_variation51.phpt]
       
 20485 PASS Test sprintf() function : usage variations - scientific formats with boolean values [ext/standard/tests/strings/sprintf_variation51.phpt] 
       
 20486 TEST 10322/11279 [ext/standard/tests/strings/sprintf_variation52.phpt]
       
 20487 PASS Test sprintf() function : usage variations - typical format strings [ext/standard/tests/strings/sprintf_variation52.phpt] 
       
 20488 TEST 10323/11279 [ext/standard/tests/strings/sprintf_variation53.phpt]
       
 20489 PASS Test sprintf() function : usage variations - with whitespaces in format strings [ext/standard/tests/strings/sprintf_variation53.phpt] 
       
 20490 TEST 10324/11279 [ext/standard/tests/strings/sprintf_variation6.phpt]
       
 20491 PASS Test sprintf() function : usage variations - int formats with arrays [ext/standard/tests/strings/sprintf_variation6.phpt] 
       
 20492 TEST 10325/11279 [ext/standard/tests/strings/sprintf_variation7.phpt]
       
 20493 PASS Test sprintf() function : usage variations - int formats with boolean values [ext/standard/tests/strings/sprintf_variation7.phpt] 
       
 20494 TEST 10326/11279 [ext/standard/tests/strings/sprintf_variation8.phpt]
       
 20495 PASS Test sprintf() function : usage variations - int formats with string values [ext/standard/tests/strings/sprintf_variation8.phpt] 
       
 20496 TEST 10327/11279 [ext/standard/tests/strings/sprintf_variation9.phpt]
       
 20497 PASS Test sprintf() function : usage variations - float formats with float values [ext/standard/tests/strings/sprintf_variation9.phpt] 
       
 20498 TEST 10328/11279 [ext/standard/tests/strings/sscanf_basic1.phpt]
       
 20499 PASS Test sscanf() function : basic functionality - string format [ext/standard/tests/strings/sscanf_basic1.phpt] 
       
 20500 TEST 10329/11279 [ext/standard/tests/strings/sscanf_basic2.phpt]
       
 20501 PASS Test sscanf() function : basic functionality - integer format [ext/standard/tests/strings/sscanf_basic2.phpt] 
       
 20502 TEST 10330/11279 [ext/standard/tests/strings/sscanf_basic3.phpt]
       
 20503 PASS Test sscanf() function : basic functionality - float format [ext/standard/tests/strings/sscanf_basic3.phpt] 
       
 20504 TEST 10331/11279 [ext/standard/tests/strings/sscanf_basic4.phpt]
       
 20505 PASS Test sscanf() function : basic functionality - char format [ext/standard/tests/strings/sscanf_basic4.phpt] 
       
 20506 TEST 10332/11279 [ext/standard/tests/strings/sscanf_basic5.phpt]
       
 20507 PASS Test sscanf() function : basic functionality - exponential format [ext/standard/tests/strings/sscanf_basic5.phpt] 
       
 20508 TEST 10333/11279 [ext/standard/tests/strings/sscanf_basic6.phpt]
       
 20509 PASS Test sscanf() function : basic functionality - unsigned format [ext/standard/tests/strings/sscanf_basic6.phpt] 
       
 20510 TEST 10334/11279 [ext/standard/tests/strings/sscanf_basic7.phpt]
       
 20511 PASS Test sscanf() function : basic functionality - octal format [ext/standard/tests/strings/sscanf_basic7.phpt] 
       
 20512 TEST 10335/11279 [ext/standard/tests/strings/sscanf_basic8.phpt]
       
 20513 PASS Test sscanf() function : basic functionality - hexadecimal format [ext/standard/tests/strings/sscanf_basic8.phpt] 
       
 20514 TEST 10336/11279 [ext/standard/tests/strings/sscanf_error.phpt]
       
 20515 PASS Test sscanf() function : error conditions [ext/standard/tests/strings/sscanf_error.phpt] 
       
 20516 TEST 10337/11279 [ext/standard/tests/strings/sscanf_variation1.phpt]
       
 20517 PASS Test sscanf() function : usage variations - unexpected inputs for '$str' argument [ext/standard/tests/strings/sscanf_variation1.phpt] 
       
 20518 TEST 10338/11279 [ext/standard/tests/strings/sscanf_variation2.phpt]
       
 20519 PASS Test sscanf() function : usage variations - unexpected inputs for '$format' argument [ext/standard/tests/strings/sscanf_variation2.phpt] 
       
 20520 TEST 10339/11279 [ext/standard/tests/strings/str_getcsv_001.phpt]
       
 20521 PASS str_getcsv(): Testing using various arguments [ext/standard/tests/strings/str_getcsv_001.phpt] 
       
 20522 TEST 10340/11279 [ext/standard/tests/strings/str_ireplace.phpt]
       
 20523 PASS str_ireplace() tests [ext/standard/tests/strings/str_ireplace.phpt] 
       
 20524 TEST 10341/11279 [ext/standard/tests/strings/str_pad.phpt]
       
 20525 PASS str_pad() function [ext/standard/tests/strings/str_pad.phpt] 
       
 20526 TEST 10342/11279 [ext/standard/tests/strings/str_pad_variation1.phpt]
       
 20527 PASS Test str_pad() function : usage variations - unexpected inputs for '$input' argument [ext/standard/tests/strings/str_pad_variation1.phpt] 
       
 20528 TEST 10343/11279 [ext/standard/tests/strings/str_pad_variation2.phpt]
       
 20529 PASS Test str_pad() function : usage variations - unexpected inputs for '$pad_length' argument [ext/standard/tests/strings/str_pad_variation2.phpt] 
       
 20530 TEST 10344/11279 [ext/standard/tests/strings/str_pad_variation3.phpt]
       
 20531 PASS Test str_pad() function : usage variations - unexpected inputs for '$pad_string' argument [ext/standard/tests/strings/str_pad_variation3.phpt] 
       
 20532 TEST 10345/11279 [ext/standard/tests/strings/str_pad_variation4.phpt]
       
 20533 PASS Test str_pad() function : usage variations - unexpected inputs for '$pad_type' argument [ext/standard/tests/strings/str_pad_variation4.phpt] 
       
 20534 TEST 10346/11279 [ext/standard/tests/strings/str_pad_variation5.phpt]
       
 20535 PASS Test str_pad() function : usage variations - unexpected large value for '$pad_length' argument [ext/standard/tests/strings/str_pad_variation5.phpt] 
       
 20536 TEST 10347/11279 [ext/standard/tests/strings/str_repeat.phpt]
       
 20537 PASS Test str_repeat() function [ext/standard/tests/strings/str_repeat.phpt] 
       
 20538 TEST 10348/11279 [ext/standard/tests/strings/str_replace.phpt]
       
 20539 PASS Test str_replace() function [ext/standard/tests/strings/str_replace.phpt] 
       
 20540 TEST 10349/11279 [ext/standard/tests/strings/str_replace_basic.phpt]
       
 20541 PASS Test str_replace() function basic function [ext/standard/tests/strings/str_replace_basic.phpt] 
       
 20542 TEST 10350/11279 [ext/standard/tests/strings/str_replace_error.phpt]
       
 20543 PASS Test str_replace() function error conditions [ext/standard/tests/strings/str_replace_error.phpt] 
       
 20544 TEST 10351/11279 [ext/standard/tests/strings/str_replace_variation1.phpt]
       
 20545 PASS Test str_replace() function - test search values [ext/standard/tests/strings/str_replace_variation1.phpt] 
       
 20546 TEST 10352/11279 [ext/standard/tests/strings/str_replace_variation2.phpt]
       
 20547 PASS Test str_replace() function [ext/standard/tests/strings/str_replace_variation2.phpt] 
       
 20548 TEST 10353/11279 [ext/standard/tests/strings/str_replace_variation3.phpt]
       
 20549 PASS Test str_replace() function [ext/standard/tests/strings/str_replace_variation3.phpt] 
       
 20550 TEST 10354/11279 [ext/standard/tests/strings/str_rot13_basic.phpt]
       
 20551 PASS Test soundex() function : basic functionality [ext/standard/tests/strings/str_rot13_basic.phpt] 
       
 20552 TEST 10355/11279 [ext/standard/tests/strings/str_rot13_error.phpt]
       
 20553 PASS Test str_rot13() function : error conditions [ext/standard/tests/strings/str_rot13_error.phpt] 
       
 20554 TEST 10356/11279 [ext/standard/tests/strings/str_shuffle.phpt]
       
 20555 PASS Testing str_shuffle. [ext/standard/tests/strings/str_shuffle.phpt] 
       
 20556 TEST 10357/11279 [ext/standard/tests/strings/str_shuffle_basic.phpt]
       
 20557 PASS Test str_shuffle() function : basic functionality [ext/standard/tests/strings/str_shuffle_basic.phpt] 
       
 20558 TEST 10358/11279 [ext/standard/tests/strings/str_shuffle_error.phpt]
       
 20559 PASS Test str_shuffle() function : error conditions [ext/standard/tests/strings/str_shuffle_error.phpt] 
       
 20560 TEST 10359/11279 [ext/standard/tests/strings/str_shuffle_variation1.phpt]
       
 20561 PASS Test str_shuffle() function : usage variations - test values for $haystack argument [ext/standard/tests/strings/str_shuffle_variation1.phpt] 
       
 20562 TEST 10360/11279 [ext/standard/tests/strings/str_split_basic.phpt]
       
 20563 PASS Test str_split() function : basic functionality [ext/standard/tests/strings/str_split_basic.phpt] 
       
 20564 TEST 10361/11279 [ext/standard/tests/strings/str_split_error.phpt]
       
 20565 PASS Test str_split() function : error conditions [ext/standard/tests/strings/str_split_error.phpt] 
       
 20566 TEST 10362/11279 [ext/standard/tests/strings/str_split_variation1.phpt]
       
 20567 PASS Test str_split() function : usage variations - unexpected values for 'str' argument [ext/standard/tests/strings/str_split_variation1.phpt] 
       
 20568 TEST 10363/11279 [ext/standard/tests/strings/str_split_variation2.phpt]
       
 20569 PASS Test str_split() function : usage variations - unexpected values for 'split_length' argument [ext/standard/tests/strings/str_split_variation2.phpt] 
       
 20570 TEST 10364/11279 [ext/standard/tests/strings/str_split_variation2_64bit.phpt]
       
 20571 SKIP Test str_split() function : usage variations - unexpected values for 'split_length' argument [ext/standard/tests/strings/str_split_variation2_64bit.phpt] reason: this test is for 64bit platform only
       
 20572 TEST 10365/11279 [ext/standard/tests/strings/str_split_variation3.phpt]
       
 20573 PASS Test str_split() function : usage variations - different double quoted strings for 'str' argument [ext/standard/tests/strings/str_split_variation3.phpt] 
       
 20574 TEST 10366/11279 [ext/standard/tests/strings/str_split_variation4.phpt]
       
 20575 PASS Test str_split() function : usage variations - different single quoted strings for 'str' argument [ext/standard/tests/strings/str_split_variation4.phpt] 
       
 20576 TEST 10367/11279 [ext/standard/tests/strings/str_split_variation5.phpt]
       
 20577 PASS Test str_split() function : usage variations - different heredoc strings as 'str' argument [ext/standard/tests/strings/str_split_variation5.phpt] 
       
 20578 TEST 10368/11279 [ext/standard/tests/strings/str_split_variation6.phpt]
       
 20579 PASS Test str_split() function : usage variations - different integer values for 'split_length' argument [ext/standard/tests/strings/str_split_variation6.phpt] 
       
 20580 TEST 10369/11279 [ext/standard/tests/strings/str_split_variation6_64bit.phpt]
       
 20581 SKIP Test str_split() function : usage variations - different integer values for 'split_length' argument [ext/standard/tests/strings/str_split_variation6_64bit.phpt] reason: this test is for 64bit platform only
       
 20582 TEST 10370/11279 [ext/standard/tests/strings/str_split_variation7.phpt]
       
 20583 PASS Test str_split() function : usage variations - different integer values for 'split_length' with heredoc 'str' [ext/standard/tests/strings/str_split_variation7.phpt] 
       
 20584 TEST 10371/11279 [ext/standard/tests/strings/str_split_variation7_64bit.phpt]
       
 20585 SKIP Test str_split() function : usage variations - different integer values for 'split_length' with heredoc 'str' [ext/standard/tests/strings/str_split_variation7_64bit.phpt] reason: this test is for 64bit platform only
       
 20586 TEST 10372/11279 [ext/standard/tests/strings/str_word_count.phpt]
       
 20587 PASS str_word_count() [ext/standard/tests/strings/str_word_count.phpt] 
       
 20588 TEST 10373/11279 [ext/standard/tests/strings/str_word_count1.phpt]
       
 20589 PASS str_word_count() and invalid arguments [ext/standard/tests/strings/str_word_count1.phpt] 
       
 20590 TEST 10374/11279 [ext/standard/tests/strings/strcasecmp.phpt]
       
 20591 PASS strcasecmp() function [ext/standard/tests/strings/strcasecmp.phpt] 
       
 20592 TEST 10375/11279 [ext/standard/tests/strings/strcmp.phpt]
       
 20593 PASS strcmp() function [ext/standard/tests/strings/strcmp.phpt] 
       
 20594 TEST 10376/11279 [ext/standard/tests/strings/strcoll.phpt]
       
 20595 PASS Testing Basic behaviour of strcoll() [ext/standard/tests/strings/strcoll.phpt] 
       
 20596 TEST 10377/11279 [ext/standard/tests/strings/strcoll_error.phpt]
       
 20597 PASS Test strcoll() function : error conditions [ext/standard/tests/strings/strcoll_error.phpt] 
       
 20598 TEST 10378/11279 [ext/standard/tests/strings/strcspn.phpt]
       
 20599 PASS Test strcspn() behavior [ext/standard/tests/strings/strcspn.phpt] 
       
 20600 TEST 10379/11279 [ext/standard/tests/strings/strcspn_basic.phpt]
       
 20601 PASS Test strcspn() function : basic functionality [ext/standard/tests/strings/strcspn_basic.phpt] 
       
 20602 TEST 10380/11279 [ext/standard/tests/strings/strcspn_error.phpt]
       
 20603 PASS Test strcspn() function : error conditions [ext/standard/tests/strings/strcspn_error.phpt] 
       
 20604 TEST 10381/11279 [ext/standard/tests/strings/strcspn_variation1.phpt]
       
 20605 PASS Test strcspn() function : usage variations - unexpected values for str argument [ext/standard/tests/strings/strcspn_variation1.phpt] 
       
 20606 TEST 10382/11279 [ext/standard/tests/strings/strcspn_variation10.phpt]
       
 20607 PASS Test strcspn() function : usage variations - with varying mask & default start and len args [ext/standard/tests/strings/strcspn_variation10.phpt] 
       
 20608 TEST 10383/11279 [ext/standard/tests/strings/strcspn_variation11.phpt]
       
 20609 PASS Test strcspn() function : usage variations - with varying start and default len args [ext/standard/tests/strings/strcspn_variation11.phpt] 
       
 20610 TEST 10384/11279 [ext/standard/tests/strings/strcspn_variation12.phpt]
       
 20611 PASS Test strcspn() function : usage variations - with varying start and len args [ext/standard/tests/strings/strcspn_variation12.phpt] 
       
 20612 TEST 10385/11279 [ext/standard/tests/strings/strcspn_variation2.phpt]
       
 20613 PASS Test strcspn() function : usage variations - unexpected values for mask argument [ext/standard/tests/strings/strcspn_variation2.phpt] 
       
 20614 TEST 10386/11279 [ext/standard/tests/strings/strcspn_variation3.phpt]
       
 20615 PASS Test strcspn() function : usage variations - unexpected values of start argument [ext/standard/tests/strings/strcspn_variation3.phpt] 
       
 20616 TEST 10387/11279 [ext/standard/tests/strings/strcspn_variation4.phpt]
       
 20617 PASS Test strcspn() function : usage variations - unexpected values of len argument [ext/standard/tests/strings/strcspn_variation4.phpt] 
       
 20618 TEST 10388/11279 [ext/standard/tests/strings/strcspn_variation5.phpt]
       
 20619 PASS Test strcspn() function : usage variations - with heredoc strings with default start and len args [ext/standard/tests/strings/strcspn_variation5.phpt] 
       
 20620 TEST 10389/11279 [ext/standard/tests/strings/strcspn_variation6.phpt]
       
 20621 PASS Test strcspn() function : usage variations - with heredoc strings, varying mask & default start and len args [ext/standard/tests/strings/strcspn_variation6.phpt] 
       
 20622 TEST 10390/11279 [ext/standard/tests/strings/strcspn_variation7.phpt]
       
 20623 PASS Test strcspn() function : usage variations - with heredoc strings, varying start and default len args [ext/standard/tests/strings/strcspn_variation7.phpt] 
       
 20624 TEST 10391/11279 [ext/standard/tests/strings/strcspn_variation8.phpt]
       
 20625 PASS Test strcspn() function : usage variations - with heredoc strings, varying start and len args [ext/standard/tests/strings/strcspn_variation8.phpt] 
       
 20626 TEST 10392/11279 [ext/standard/tests/strings/strcspn_variation9.phpt]
       
 20627 PASS Test strcspn() function : usage variations - different strings with default start and len args [ext/standard/tests/strings/strcspn_variation9.phpt] 
       
 20628 TEST 10393/11279 [ext/standard/tests/strings/strings001.phpt]
       
 20629 PASS Test whether strstr() and strrchr() are binary safe. [ext/standard/tests/strings/strings001.phpt] 
       
 20630 TEST 10394/11279 [ext/standard/tests/strings/strip_tags.phpt]
       
 20631 PASS strip_tags() function [ext/standard/tests/strings/strip_tags.phpt] 
       
 20632 TEST 10395/11279 [ext/standard/tests/strings/strip_tags_basic1.phpt]
       
 20633 PASS Test strip_tags() function : basic functionality - with default arguments [ext/standard/tests/strings/strip_tags_basic1.phpt] 
       
 20634 TEST 10396/11279 [ext/standard/tests/strings/strip_tags_basic2.phpt]
       
 20635 PASS Test strip_tags() function : basic functionality - with all arguments [ext/standard/tests/strings/strip_tags_basic2.phpt] 
       
 20636 TEST 10397/11279 [ext/standard/tests/strings/strip_tags_error.phpt]
       
 20637 PASS Test strip_tags() function : error conditions [ext/standard/tests/strings/strip_tags_error.phpt] 
       
 20638 TEST 10398/11279 [ext/standard/tests/strings/strip_tags_variation1.phpt]
       
 20639 PASS Test strip_tags() function : usage variations - unexpected values for 'str' argument [ext/standard/tests/strings/strip_tags_variation1.phpt] 
       
 20640 TEST 10399/11279 [ext/standard/tests/strings/strip_tags_variation10.phpt]
       
 20641 PASS Test strip_tags() function : usage variations - single quoted strings [ext/standard/tests/strings/strip_tags_variation10.phpt] 
       
 20642 TEST 10400/11279 [ext/standard/tests/strings/strip_tags_variation11.phpt]
       
 20643 PASS Test strip_tags() function : obscure values within attributes [ext/standard/tests/strings/strip_tags_variation11.phpt] 
       
 20644 TEST 10401/11279 [ext/standard/tests/strings/strip_tags_variation2.phpt]
       
 20645 PASS Test strip_tags() function : usage variations - unexpected values for 'allowable_tags' [ext/standard/tests/strings/strip_tags_variation2.phpt] 
       
 20646 TEST 10402/11279 [ext/standard/tests/strings/strip_tags_variation3.phpt]
       
 20647 PASS Test strip_tags() function : usage variations - unexpected values for both 'str' and 'allowable_tags' [ext/standard/tests/strings/strip_tags_variation3.phpt] 
       
 20648 TEST 10403/11279 [ext/standard/tests/strings/strip_tags_variation4.phpt]
       
 20649 PASS Test strip_tags() function : usage variations - invalid values for 'str' and valid 'allowable_tags' [ext/standard/tests/strings/strip_tags_variation4.phpt] 
       
 20650 TEST 10404/11279 [ext/standard/tests/strings/strip_tags_variation5.phpt]
       
 20651 PASS Test strip_tags() function : usage variations - heredoc strings [ext/standard/tests/strings/strip_tags_variation5.phpt] 
       
 20652 TEST 10405/11279 [ext/standard/tests/strings/strip_tags_variation6.phpt]
       
 20653 PASS Test strip_tags() function : usage variations - binary safe checking [ext/standard/tests/strings/strip_tags_variation6.phpt] 
       
 20654 TEST 10406/11279 [ext/standard/tests/strings/strip_tags_variation7.phpt]
       
 20655 PASS Test strip_tags() function : usage variations - invalid values for 'str' and 'allowable_tags' [ext/standard/tests/strings/strip_tags_variation7.phpt] 
       
 20656 TEST 10407/11279 [ext/standard/tests/strings/strip_tags_variation8.phpt]
       
 20657 PASS Test strip_tags() function : usage variations - valid value for 'str' and invalid values for 'allowable_tags' [ext/standard/tests/strings/strip_tags_variation8.phpt] 
       
 20658 TEST 10408/11279 [ext/standard/tests/strings/strip_tags_variation9.phpt]
       
 20659 PASS Test strip_tags() function : usage variations - double quoted strings [ext/standard/tests/strings/strip_tags_variation9.phpt] 
       
 20660 TEST 10409/11279 [ext/standard/tests/strings/stripcslashes_basic.phpt]
       
 20661 PASS Test stripcslashes() function : basic functionality [ext/standard/tests/strings/stripcslashes_basic.phpt] 
       
 20662 TEST 10410/11279 [ext/standard/tests/strings/stripcslashes_error.phpt]
       
 20663 PASS Test stripcslashes() function :  error conditions [ext/standard/tests/strings/stripcslashes_error.phpt] 
       
 20664 TEST 10411/11279 [ext/standard/tests/strings/stripcslashes_variation1.phpt]
       
 20665 PASS Test stripcslashes() function : usage variations  - non-string type argument [ext/standard/tests/strings/stripcslashes_variation1.phpt] 
       
 20666 TEST 10412/11279 [ext/standard/tests/strings/stripos.phpt]
       
 20667 PASS stripos() function test [ext/standard/tests/strings/stripos.phpt] 
       
 20668 TEST 10413/11279 [ext/standard/tests/strings/stripos_basic1.phpt]
       
 20669 PASS Test stripos() function : basic functionality - with default arguments [ext/standard/tests/strings/stripos_basic1.phpt] 
       
 20670 TEST 10414/11279 [ext/standard/tests/strings/stripos_basic2.phpt]
       
 20671 PASS Test stripos() function : basic functionality - with all arguments [ext/standard/tests/strings/stripos_basic2.phpt] 
       
 20672 TEST 10415/11279 [ext/standard/tests/strings/stripos_error.phpt]
       
 20673 PASS Test stripos() function : error conditions [ext/standard/tests/strings/stripos_error.phpt] 
       
 20674 TEST 10416/11279 [ext/standard/tests/strings/stripos_variation1.phpt]
       
 20675 PASS Test stripos() function : usage variations - double quoted strings for 'haystack' & 'needle' arguments [ext/standard/tests/strings/stripos_variation1.phpt] 
       
 20676 TEST 10417/11279 [ext/standard/tests/strings/stripos_variation10.phpt]
       
 20677 PASS Test stripos() function : usage variations - unexpected inputs for 'needle' argument [ext/standard/tests/strings/stripos_variation10.phpt] 
       
 20678 TEST 10418/11279 [ext/standard/tests/strings/stripos_variation11.phpt]
       
 20679 PASS Test stripos() function : usage variations - unexpected inputs for 'haystack' and 'needle' arguments [ext/standard/tests/strings/stripos_variation11.phpt] 
       
 20680 TEST 10419/11279 [ext/standard/tests/strings/stripos_variation12.phpt]
       
 20681 PASS Test stripos() function : usage variations - null terminated strings for 'haystack' argument [ext/standard/tests/strings/stripos_variation12.phpt] 
       
 20682 TEST 10420/11279 [ext/standard/tests/strings/stripos_variation13.phpt]
       
 20683 PASS Test stripos() function : usage variations - null terminated strings for 'needle' argument [ext/standard/tests/strings/stripos_variation13.phpt] 
       
 20684 TEST 10421/11279 [ext/standard/tests/strings/stripos_variation14.phpt]
       
 20685 PASS Test stripos() function : usage variations - unexpected inputs for 'offset' argument [ext/standard/tests/strings/stripos_variation14.phpt] 
       
 20686 TEST 10422/11279 [ext/standard/tests/strings/stripos_variation15.phpt]
       
 20687 PASS Test stripos() function : usage variations - unexpected inputs for 'haystack', 'needle' & 'offset' arguments [ext/standard/tests/strings/stripos_variation15.phpt] 
       
 20688 TEST 10423/11279 [ext/standard/tests/strings/stripos_variation2.phpt]
       
 20689 PASS Test stripos() function : usage variations - single quoted strings for 'haystack' & 'needle' arguments [ext/standard/tests/strings/stripos_variation2.phpt] 
       
 20690 TEST 10424/11279 [ext/standard/tests/strings/stripos_variation3.phpt]
       
 20691 PASS Test stripos() function : usage variations - multi line heredoc string for 'haystack' argument [ext/standard/tests/strings/stripos_variation3.phpt] 
       
 20692 TEST 10425/11279 [ext/standard/tests/strings/stripos_variation4.phpt]
       
 20693 PASS Test stripos() function : usage variations - heredoc string containing special chars for 'haystack' argument [ext/standard/tests/strings/stripos_variation4.phpt] 
       
 20694 TEST 10426/11279 [ext/standard/tests/strings/stripos_variation5.phpt]
       
 20695 PASS Test stripos() function : usage variations - heredoc string containing escape chars for 'haystack' argument [ext/standard/tests/strings/stripos_variation5.phpt] 
       
 20696 TEST 10427/11279 [ext/standard/tests/strings/stripos_variation6.phpt]
       
 20697 PASS Test stripos() function : usage variations - heredoc string containing quotes for 'haystack' argument [ext/standard/tests/strings/stripos_variation6.phpt] 
       
 20698 TEST 10428/11279 [ext/standard/tests/strings/stripos_variation7.phpt]
       
 20699 PASS Test stripos() function : usage variations - empty heredoc string for 'haystack' argument [ext/standard/tests/strings/stripos_variation7.phpt] 
       
 20700 TEST 10429/11279 [ext/standard/tests/strings/stripos_variation8.phpt]
       
 20701 PASS Test stripos() function : usage variations - repetitive chars for 'haystack' argument [ext/standard/tests/strings/stripos_variation8.phpt] 
       
 20702 TEST 10430/11279 [ext/standard/tests/strings/stripos_variation9.phpt]
       
 20703 PASS Test stripos() function : usage variations - unexpected inputs for 'haystack' argument [ext/standard/tests/strings/stripos_variation9.phpt] 
       
 20704 TEST 10431/11279 [ext/standard/tests/strings/stripslashes_basic.phpt]
       
 20705 PASS Test stripslashes() function : basic functionality [ext/standard/tests/strings/stripslashes_basic.phpt] 
       
 20706 TEST 10432/11279 [ext/standard/tests/strings/stripslashes_error.phpt]
       
 20707 PASS Test stripslashes() function : error conditions [ext/standard/tests/strings/stripslashes_error.phpt] 
       
 20708 TEST 10433/11279 [ext/standard/tests/strings/stripslashes_variation1.phpt]
       
 20709 PASS Test stripslashes() function : usage variations  - non-string type argument [ext/standard/tests/strings/stripslashes_variation1.phpt] 
       
 20710 TEST 10434/11279 [ext/standard/tests/strings/stripslashes_variation2.phpt]
       
 20711 PASS Test stripslashes() function : usage variations - un-quote strings quoted with addslashes() [ext/standard/tests/strings/stripslashes_variation2.phpt] 
       
 20712 TEST 10435/11279 [ext/standard/tests/strings/stripslashes_variation3.phpt]
       
 20713 PASS Test stripslashes() function : usage variations - strings with newline and tab characters [ext/standard/tests/strings/stripslashes_variation3.phpt] 
       
 20714 TEST 10436/11279 [ext/standard/tests/strings/stripslashes_variation4.phpt]
       
 20715 PASS Test stripslashes() function : usage variations - double dimensional arrays [ext/standard/tests/strings/stripslashes_variation4.phpt] 
       
 20716 TEST 10437/11279 [ext/standard/tests/strings/stripslashes_variation5.phpt]
       
 20717 PASS Test stripslashes() function : usage variations - with magic_quotes_sybase directive ON [ext/standard/tests/strings/stripslashes_variation5.phpt] 
       
 20718 TEST 10438/11279 [ext/standard/tests/strings/stristr.phpt]
       
 20719 PASS stristr() function [ext/standard/tests/strings/stristr.phpt] 
       
 20720 TEST 10439/11279 [ext/standard/tests/strings/stristr2.phpt]
       
 20721 PASS stristr() - New parameter: before_needle [ext/standard/tests/strings/stristr2.phpt] 
       
 20722 TEST 10440/11279 [ext/standard/tests/strings/stristr_basic.phpt]
       
 20723 PASS Test stristr() function : basic functionality [ext/standard/tests/strings/stristr_basic.phpt] 
       
 20724 TEST 10441/11279 [ext/standard/tests/strings/stristr_error.phpt]
       
 20725 PASS Test stristr() function : error conditions [ext/standard/tests/strings/stristr_error.phpt] 
       
 20726 TEST 10442/11279 [ext/standard/tests/strings/stristr_variation1.phpt]
       
 20727 PASS Test stristr() function : usage variations - test values for $haystack argument [ext/standard/tests/strings/stristr_variation1.phpt] 
       
 20728 TEST 10443/11279 [ext/standard/tests/strings/stristr_variation2.phpt]
       
 20729 PASS Test stristr() function : usage variations - test values for $needle argument [ext/standard/tests/strings/stristr_variation2.phpt] 
       
 20730 TEST 10444/11279 [ext/standard/tests/strings/strlen.phpt]
       
 20731 PASS strlen() function [ext/standard/tests/strings/strlen.phpt] 
       
 20732 TEST 10445/11279 [ext/standard/tests/strings/strlen_basic.phpt]
       
 20733 PASS Test strlen() function : basic functionality [ext/standard/tests/strings/strlen_basic.phpt] 
       
 20734 TEST 10446/11279 [ext/standard/tests/strings/strlen_error.phpt]
       
 20735 PASS Test strlen() function :  error conditions [ext/standard/tests/strings/strlen_error.phpt] 
       
 20736 TEST 10447/11279 [ext/standard/tests/strings/strlen_variation1.phpt]
       
 20737 PASS Test strlen() function : usage variations - unexpected input for '$string' argument [ext/standard/tests/strings/strlen_variation1.phpt] 
       
 20738 TEST 10448/11279 [ext/standard/tests/strings/strnatcasecmp_basic.phpt]
       
 20739 PASS Test strnatcasecmp() function : basic functionality [ext/standard/tests/strings/strnatcasecmp_basic.phpt] 
       
 20740 TEST 10449/11279 [ext/standard/tests/strings/strnatcasecmp_error.phpt]
       
 20741 PASS Test strnatcasecmp() function : error conditions [ext/standard/tests/strings/strnatcasecmp_error.phpt] 
       
 20742 TEST 10450/11279 [ext/standard/tests/strings/strnatcasecmp_variation1.phpt]
       
 20743 PASS Test strnatcasecmp() function : variation [ext/standard/tests/strings/strnatcasecmp_variation1.phpt] 
       
 20744 TEST 10451/11279 [ext/standard/tests/strings/strnatcmp_basic.phpt]
       
 20745 PASS Test strnatcmp() function : basic functionality [ext/standard/tests/strings/strnatcmp_basic.phpt] 
       
 20746 TEST 10452/11279 [ext/standard/tests/strings/strnatcmp_error.phpt]
       
 20747 PASS Test strnatcmp() function : error conditions [ext/standard/tests/strings/strnatcmp_error.phpt] 
       
 20748 TEST 10453/11279 [ext/standard/tests/strings/strncasecmp_basic.phpt]
       
 20749 PASS Test strncasecmp() function : basic functionality [ext/standard/tests/strings/strncasecmp_basic.phpt] 
       
 20750 TEST 10454/11279 [ext/standard/tests/strings/strncasecmp_error.phpt]
       
 20751 PASS Test strncasecmp() function : error conditions [ext/standard/tests/strings/strncasecmp_error.phpt] 
       
 20752 TEST 10455/11279 [ext/standard/tests/strings/strncasecmp_variation1.phpt]
       
 20753 PASS Test strncasecmp() function: usage variations - case-sensitivity [ext/standard/tests/strings/strncasecmp_variation1.phpt] 
       
 20754 TEST 10456/11279 [ext/standard/tests/strings/strncasecmp_variation10.phpt]
       
 20755 PASS Test strncasecmp() function : usage variations - unexpected values for 'str1' [ext/standard/tests/strings/strncasecmp_variation10.phpt] 
       
 20756 TEST 10457/11279 [ext/standard/tests/strings/strncasecmp_variation11.phpt]
       
 20757 PASS Test strncasecmp() function : usage variations - unexpected values for 'str2' [ext/standard/tests/strings/strncasecmp_variation11.phpt] 
       
 20758 TEST 10458/11279 [ext/standard/tests/strings/strncasecmp_variation2.phpt]
       
 20759 PASS Test strncasecmp() function: usage variations - double quoted strings [ext/standard/tests/strings/strncasecmp_variation2.phpt] 
       
 20760 TEST 10459/11279 [ext/standard/tests/strings/strncasecmp_variation3.phpt]
       
 20761 PASS Test strncasecmp() function: usage variations - various lengths [ext/standard/tests/strings/strncasecmp_variation3.phpt] 
       
 20762 TEST 10460/11279 [ext/standard/tests/strings/strncasecmp_variation4.phpt]
       
 20763 PASS Test strncasecmp() function : usage variations - unexpected values for 'str1' & 'str2' [ext/standard/tests/strings/strncasecmp_variation4.phpt] 
       
 20764 TEST 10461/11279 [ext/standard/tests/strings/strncasecmp_variation5.phpt]
       
 20765 PASS Test strncasecmp() function : usage variations - unexpected values for 'len' [ext/standard/tests/strings/strncasecmp_variation5.phpt] 
       
 20766 TEST 10462/11279 [ext/standard/tests/strings/strncasecmp_variation6.phpt]
       
 20767 PASS Test strncasecmp() function : usage variations - binary safe - all ASCII chars [ext/standard/tests/strings/strncasecmp_variation6.phpt] 
       
 20768 TEST 10463/11279 [ext/standard/tests/strings/strncasecmp_variation7.phpt]
       
 20769 PASS Test strncasecmp() function : usage variations - binary safe [ext/standard/tests/strings/strncasecmp_variation7.phpt] 
       
 20770 TEST 10464/11279 [ext/standard/tests/strings/strncasecmp_variation8.phpt]
       
 20771 PASS Test strncasecmp() function: usage variations - single quoted strings [ext/standard/tests/strings/strncasecmp_variation8.phpt] 
       
 20772 TEST 10465/11279 [ext/standard/tests/strings/strncasecmp_variation9.phpt]
       
 20773 PASS Test strncasecmp() function: usage variations - heredoc strings [ext/standard/tests/strings/strncasecmp_variation9.phpt] 
       
 20774 TEST 10466/11279 [ext/standard/tests/strings/strncmp_basic.phpt]
       
 20775 PASS Test strncmp() function : basic functionality [ext/standard/tests/strings/strncmp_basic.phpt] 
       
 20776 TEST 10467/11279 [ext/standard/tests/strings/strncmp_error.phpt]
       
 20777 PASS Test strncmp() function : error conditions [ext/standard/tests/strings/strncmp_error.phpt] 
       
 20778 TEST 10468/11279 [ext/standard/tests/strings/strncmp_variation1.phpt]
       
 20779 PASS Test strncmp() function: usage variations - case-sensitivity [ext/standard/tests/strings/strncmp_variation1.phpt] 
       
 20780 TEST 10469/11279 [ext/standard/tests/strings/strncmp_variation2.phpt]
       
 20781 PASS Test strncmp() function: usage variations - double quoted strings [ext/standard/tests/strings/strncmp_variation2.phpt] 
       
 20782 TEST 10470/11279 [ext/standard/tests/strings/strncmp_variation3.phpt]
       
 20783 PASS Test strncmp() function: usage variations - different lengths [ext/standard/tests/strings/strncmp_variation3.phpt] 
       
 20784 TEST 10471/11279 [ext/standard/tests/strings/strncmp_variation4.phpt]
       
 20785 PASS Test strncmp() function : usage variations - different inputs(all types) [ext/standard/tests/strings/strncmp_variation4.phpt] 
       
 20786 TEST 10472/11279 [ext/standard/tests/strings/strncmp_variation5.phpt]
       
 20787 PASS Test strncmp() function : usage variations - different lengths(all types) [ext/standard/tests/strings/strncmp_variation5.phpt] 
       
 20788 TEST 10473/11279 [ext/standard/tests/strings/strncmp_variation6.phpt]
       
 20789 PASS Test strncmp() function : usage variations - binary safe(binary values) [ext/standard/tests/strings/strncmp_variation6.phpt] 
       
 20790 TEST 10474/11279 [ext/standard/tests/strings/strncmp_variation7.phpt]
       
 20791 PASS Test strncmp() function : usage variations - binary safe(null terminated strings) [ext/standard/tests/strings/strncmp_variation7.phpt] 
       
 20792 TEST 10475/11279 [ext/standard/tests/strings/strncmp_variation8.phpt]
       
 20793 PASS Test strncmp() function: usage variations - single quoted strings [ext/standard/tests/strings/strncmp_variation8.phpt] 
       
 20794 TEST 10476/11279 [ext/standard/tests/strings/strncmp_variation9.phpt]
       
 20795 PASS Test strncmp() function: usage variations - different inputs(heredoc strings) [ext/standard/tests/strings/strncmp_variation9.phpt] 
       
 20796 TEST 10477/11279 [ext/standard/tests/strings/strpbrk_basic.phpt]
       
 20797 PASS Test strpbrk() function : basic functionality [ext/standard/tests/strings/strpbrk_basic.phpt] 
       
 20798 TEST 10478/11279 [ext/standard/tests/strings/strpbrk_error.phpt]
       
 20799 PASS Test strpbrk() function : error conditions [ext/standard/tests/strings/strpbrk_error.phpt] 
       
 20800 TEST 10479/11279 [ext/standard/tests/strings/strpos.phpt]
       
 20801 PASS Test strpos() function [ext/standard/tests/strings/strpos.phpt] 
       
 20802 TEST 10480/11279 [ext/standard/tests/strings/strpos_number.phpt]
       
 20803 PASS strpos() matching numbers [ext/standard/tests/strings/strpos_number.phpt] 
       
 20804 TEST 10481/11279 [ext/standard/tests/strings/strrchr.phpt]
       
 20805 PASS strrchr() tests [ext/standard/tests/strings/strrchr.phpt] 
       
 20806 TEST 10482/11279 [ext/standard/tests/strings/strrchr_basic.phpt]
       
 20807 PASS Test strrchr() function : basic functionality [ext/standard/tests/strings/strrchr_basic.phpt] 
       
 20808 TEST 10483/11279 [ext/standard/tests/strings/strrchr_error.phpt]
       
 20809 PASS Test strrchr() function : error conditions [ext/standard/tests/strings/strrchr_error.phpt] 
       
 20810 TEST 10484/11279 [ext/standard/tests/strings/strrchr_variation1.phpt]
       
 20811 PASS Test strrchr() function : usage variations - double quoted strings [ext/standard/tests/strings/strrchr_variation1.phpt] 
       
 20812 TEST 10485/11279 [ext/standard/tests/strings/strrchr_variation10.phpt]
       
 20813 PASS Test strrchr() function : usage variations - unexpected inputs for needle [ext/standard/tests/strings/strrchr_variation10.phpt] 
       
 20814 TEST 10486/11279 [ext/standard/tests/strings/strrchr_variation11.phpt]
       
 20815 PASS Test strrchr() function : usage variations - unexpected inputs for haystack and needle [ext/standard/tests/strings/strrchr_variation11.phpt] 
       
 20816 TEST 10487/11279 [ext/standard/tests/strings/strrchr_variation12.phpt]
       
 20817 PASS Test strrchr() function : usage variations - binary safe [ext/standard/tests/strings/strrchr_variation12.phpt] 
       
 20818 TEST 10488/11279 [ext/standard/tests/strings/strrchr_variation2.phpt]
       
 20819 PASS Test strrchr() function : usage variations - single quoted strings [ext/standard/tests/strings/strrchr_variation2.phpt] 
       
 20820 TEST 10489/11279 [ext/standard/tests/strings/strrchr_variation3.phpt]
       
 20821 PASS Test strrchr() function : usage variations - multi line heredoc string for 'haystack' [ext/standard/tests/strings/strrchr_variation3.phpt] 
       
 20822 TEST 10490/11279 [ext/standard/tests/strings/strrchr_variation4.phpt]
       
 20823 PASS Test strrchr() function : usage variations - heredoc string containing special chars for 'haystack' [ext/standard/tests/strings/strrchr_variation4.phpt] 
       
 20824 TEST 10491/11279 [ext/standard/tests/strings/strrchr_variation5.phpt]
       
 20825 PASS Test strrchr() function : usage variations - heredoc string containing escape sequences for 'haystack' [ext/standard/tests/strings/strrchr_variation5.phpt] 
       
 20826 TEST 10492/11279 [ext/standard/tests/strings/strrchr_variation6.phpt]
       
 20827 PASS Test strrchr() function : usage variations - heredoc string containing quote chars for 'haystack' [ext/standard/tests/strings/strrchr_variation6.phpt] 
       
 20828 TEST 10493/11279 [ext/standard/tests/strings/strrchr_variation7.phpt]
       
 20829 PASS Test strrchr() function : usage variations - heredoc string containing blank line for 'haystack' [ext/standard/tests/strings/strrchr_variation7.phpt] 
       
 20830 TEST 10494/11279 [ext/standard/tests/strings/strrchr_variation8.phpt]
       
 20831 PASS Test strrchr() function : usage variations - empty heredoc string for 'haystack' [ext/standard/tests/strings/strrchr_variation8.phpt] 
       
 20832 TEST 10495/11279 [ext/standard/tests/strings/strrchr_variation9.phpt]
       
 20833 PASS Test strrchr() function : usage variations - unexpected inputs for haystack [ext/standard/tests/strings/strrchr_variation9.phpt] 
       
 20834 TEST 10496/11279 [ext/standard/tests/strings/strrev.phpt]
       
 20835 PASS strrev() function [ext/standard/tests/strings/strrev.phpt] 
       
 20836 TEST 10497/11279 [ext/standard/tests/strings/strrev_basic.phpt]
       
 20837 PASS Test strrev() function : basic functionality [ext/standard/tests/strings/strrev_basic.phpt] 
       
 20838 TEST 10498/11279 [ext/standard/tests/strings/strrev_error.phpt]
       
 20839 PASS Test strrev() function : error conditions [ext/standard/tests/strings/strrev_error.phpt] 
       
 20840 TEST 10499/11279 [ext/standard/tests/strings/strrev_variation1.phpt]
       
 20841 PASS Test strrev() function : usage variations - double quoted strings [ext/standard/tests/strings/strrev_variation1.phpt] 
       
 20842 TEST 10500/11279 [ext/standard/tests/strings/strrev_variation2.phpt]
       
 20843 PASS Test strrev() function : usage variations - single quoted strings [ext/standard/tests/strings/strrev_variation2.phpt] 
       
 20844 TEST 10501/11279 [ext/standard/tests/strings/strrev_variation3.phpt]
       
 20845 PASS Test strrev() function : usage variations - heredoc strings [ext/standard/tests/strings/strrev_variation3.phpt] 
       
 20846 TEST 10502/11279 [ext/standard/tests/strings/strrev_variation4.phpt]
       
 20847 PASS Test strrev() function : usage variations - unexpected inputs [ext/standard/tests/strings/strrev_variation4.phpt] 
       
 20848 TEST 10503/11279 [ext/standard/tests/strings/strripos.phpt]
       
 20849 PASS strripos() function [ext/standard/tests/strings/strripos.phpt] 
       
 20850 TEST 10504/11279 [ext/standard/tests/strings/strripos_basic1.phpt]
       
 20851 PASS Test strripos() function : basic functionality - with default arguments [ext/standard/tests/strings/strripos_basic1.phpt] 
       
 20852 TEST 10505/11279 [ext/standard/tests/strings/strripos_basic2.phpt]
       
 20853 PASS Test strripos() function : basic functionality - with all arguments [ext/standard/tests/strings/strripos_basic2.phpt] 
       
 20854 TEST 10506/11279 [ext/standard/tests/strings/strripos_error.phpt]
       
 20855 PASS Test strripos() function : error conditions [ext/standard/tests/strings/strripos_error.phpt] 
       
 20856 TEST 10507/11279 [ext/standard/tests/strings/strripos_offset.phpt]
       
 20857 PASS strripos() offset integer overflow [ext/standard/tests/strings/strripos_offset.phpt] 
       
 20858 TEST 10508/11279 [ext/standard/tests/strings/strripos_variation1.phpt]
       
 20859 PASS Test strripos() function : usage variations - double quoted strings for 'haystack' & 'needle' arguments [ext/standard/tests/strings/strripos_variation1.phpt] 
       
 20860 TEST 10509/11279 [ext/standard/tests/strings/strripos_variation2.phpt]
       
 20861 PASS Test strripos() function : usage variations - single quoted strings for 'haystack' & 'needle' arguments [ext/standard/tests/strings/strripos_variation2.phpt] 
       
 20862 TEST 10510/11279 [ext/standard/tests/strings/strripos_variation3.phpt]
       
 20863 PASS Test strripos() function : usage variations - multi line heredoc string for 'haystack' argument [ext/standard/tests/strings/strripos_variation3.phpt] 
       
 20864 TEST 10511/11279 [ext/standard/tests/strings/strripos_variation4.phpt]
       
 20865 PASS Test strripos() function : usage variations - heredoc string containing special chars for 'haystack' argument [ext/standard/tests/strings/strripos_variation4.phpt] 
       
 20866 TEST 10512/11279 [ext/standard/tests/strings/strripos_variation5.phpt]
       
 20867 PASS Test strripos() function : usage variations - heredoc string containing escape chars for 'haystack' argument [ext/standard/tests/strings/strripos_variation5.phpt] 
       
 20868 TEST 10513/11279 [ext/standard/tests/strings/strrpos.phpt]
       
 20869 PASS strrpos() function [ext/standard/tests/strings/strrpos.phpt] 
       
 20870 TEST 10514/11279 [ext/standard/tests/strings/strrpos_basic1.phpt]
       
 20871 PASS Test strrpos() function : basic functionality - with default arguments [ext/standard/tests/strings/strrpos_basic1.phpt] 
       
 20872 TEST 10515/11279 [ext/standard/tests/strings/strrpos_basic2.phpt]
       
 20873 PASS Test strrpos() function : basic functionality - with all arguments [ext/standard/tests/strings/strrpos_basic2.phpt] 
       
 20874 TEST 10516/11279 [ext/standard/tests/strings/strrpos_error.phpt]
       
 20875 PASS Test strrpos() function : error conditions [ext/standard/tests/strings/strrpos_error.phpt] 
       
 20876 TEST 10517/11279 [ext/standard/tests/strings/strrpos_offset.phpt]
       
 20877 PASS strrpos() offset integer overflow [ext/standard/tests/strings/strrpos_offset.phpt] 
       
 20878 TEST 10518/11279 [ext/standard/tests/strings/strrpos_variation1.phpt]
       
 20879 PASS Test strrpos() function : usage variations - double quoted strings for 'haystack' & 'needle' arguments [ext/standard/tests/strings/strrpos_variation1.phpt] 
       
 20880 TEST 10519/11279 [ext/standard/tests/strings/strrpos_variation10.phpt]
       
 20881 PASS Test strrpos() function : usage variations - unexpected inputs for 'needle' argument [ext/standard/tests/strings/strrpos_variation10.phpt] 
       
 20882 TEST 10520/11279 [ext/standard/tests/strings/strrpos_variation11.phpt]
       
 20883 PASS Test strrpos() function : usage variations - unexpected inputs for 'haystack' and 'needle' arguments [ext/standard/tests/strings/strrpos_variation11.phpt] 
       
 20884 TEST 10521/11279 [ext/standard/tests/strings/strrpos_variation12.phpt]
       
 20885 PASS Test strrpos() function : usage variations - checking binary safe with 'haystack' argument [ext/standard/tests/strings/strrpos_variation12.phpt] 
       
 20886 TEST 10522/11279 [ext/standard/tests/strings/strrpos_variation13.phpt]
       
 20887 PASS Test strrpos() function : usage variations - checking bianry safe with 'needle' argument [ext/standard/tests/strings/strrpos_variation13.phpt] 
       
 20888 TEST 10523/11279 [ext/standard/tests/strings/strrpos_variation14.phpt]
       
 20889 PASS Test strrpos() function : usage variations - unexpected inputs for 'offset' argument [ext/standard/tests/strings/strrpos_variation14.phpt] 
       
 20890 TEST 10524/11279 [ext/standard/tests/strings/strrpos_variation15.phpt]
       
 20891 PASS Test strrpos() function : usage variations - unexpected inputs for 'haystack', 'needle' & 'offset' arguments [ext/standard/tests/strings/strrpos_variation15.phpt] 
       
 20892 TEST 10525/11279 [ext/standard/tests/strings/strrpos_variation2.phpt]
       
 20893 PASS Test strrpos() function : usage variations - single quoted strings for 'haystack' & 'needle' arguments [ext/standard/tests/strings/strrpos_variation2.phpt] 
       
 20894 TEST 10526/11279 [ext/standard/tests/strings/strrpos_variation3.phpt]
       
 20895 PASS Test strrpos() function : usage variations - multi line heredoc string for 'haystack' argument [ext/standard/tests/strings/strrpos_variation3.phpt] 
       
 20896 TEST 10527/11279 [ext/standard/tests/strings/strrpos_variation4.phpt]
       
 20897 PASS Test strrpos() function : usage variations - heredoc string containing special chars for 'haystack' argument [ext/standard/tests/strings/strrpos_variation4.phpt] 
       
 20898 TEST 10528/11279 [ext/standard/tests/strings/strrpos_variation5.phpt]
       
 20899 PASS Test strrpos() function : usage variations - heredoc string containing escape chars for 'haystack' argument [ext/standard/tests/strings/strrpos_variation5.phpt] 
       
 20900 TEST 10529/11279 [ext/standard/tests/strings/strrpos_variation6.phpt]
       
 20901 PASS Test strrpos() function : usage variations - heredoc string containing quotes for 'haystack' argument [ext/standard/tests/strings/strrpos_variation6.phpt] 
       
 20902 TEST 10530/11279 [ext/standard/tests/strings/strrpos_variation7.phpt]
       
 20903 PASS Test strrpos() function : usage variations - empty heredoc string for 'haystack' argument [ext/standard/tests/strings/strrpos_variation7.phpt] 
       
 20904 TEST 10531/11279 [ext/standard/tests/strings/strrpos_variation8.phpt]
       
 20905 PASS Test strrpos() function : usage variations - repetitive chars for 'haystack' argument [ext/standard/tests/strings/strrpos_variation8.phpt] 
       
 20906 TEST 10532/11279 [ext/standard/tests/strings/strrpos_variation9.phpt]
       
 20907 PASS Test strrpos() function : usage variations - unexpected inputs for 'haystack' argument [ext/standard/tests/strings/strrpos_variation9.phpt] 
       
 20908 TEST 10533/11279 [ext/standard/tests/strings/strspn.phpt]
       
 20909 PASS Test strspn() behavior [ext/standard/tests/strings/strspn.phpt] 
       
 20910 TEST 10534/11279 [ext/standard/tests/strings/strspn_basic.phpt]
       
 20911 PASS Test strspn() function : basic functionality [ext/standard/tests/strings/strspn_basic.phpt] 
       
 20912 TEST 10535/11279 [ext/standard/tests/strings/strspn_error.phpt]
       
 20913 PASS Test strspn() function : error conditions [ext/standard/tests/strings/strspn_error.phpt] 
       
 20914 TEST 10536/11279 [ext/standard/tests/strings/strspn_variation1.phpt]
       
 20915 PASS Test strspn() function : usage variations  - unexpected values for str argument [ext/standard/tests/strings/strspn_variation1.phpt] 
       
 20916 TEST 10537/11279 [ext/standard/tests/strings/strspn_variation10.phpt]
       
 20917 PASS Test strspn() function : usage variations - with varying mask & default start and len args [ext/standard/tests/strings/strspn_variation10.phpt] 
       
 20918 TEST 10538/11279 [ext/standard/tests/strings/strspn_variation11.phpt]
       
 20919 PASS Test strspn() function : usage variations - with varying start and default len args [ext/standard/tests/strings/strspn_variation11.phpt] 
       
 20920 TEST 10539/11279 [ext/standard/tests/strings/strspn_variation12.phpt]
       
 20921 PASS Test strspn() function : usage variations - with varying start and len args [ext/standard/tests/strings/strspn_variation12.phpt] 
       
 20922 TEST 10540/11279 [ext/standard/tests/strings/strspn_variation2.phpt]
       
 20923 PASS Test strspn() function : usage variations - unexpected values for mask argument [ext/standard/tests/strings/strspn_variation2.phpt] 
       
 20924 TEST 10541/11279 [ext/standard/tests/strings/strspn_variation3.phpt]
       
 20925 PASS Test strspn() function : usage variations - unexpected values of start argument [ext/standard/tests/strings/strspn_variation3.phpt] 
       
 20926 TEST 10542/11279 [ext/standard/tests/strings/strspn_variation4.phpt]
       
 20927 PASS Test strspn() function : usage variations - unexpected values of len argument [ext/standard/tests/strings/strspn_variation4.phpt] 
       
 20928 TEST 10543/11279 [ext/standard/tests/strings/strspn_variation5.phpt]
       
 20929 PASS Test strspn() function : usage variations - with heredoc strings with default start and len args [ext/standard/tests/strings/strspn_variation5.phpt] 
       
 20930 TEST 10544/11279 [ext/standard/tests/strings/strspn_variation6.phpt]
       
 20931 PASS Test strspn() function : usage variations - with heredoc strings, varying mask & default start and len args [ext/standard/tests/strings/strspn_variation6.phpt] 
       
 20932 TEST 10545/11279 [ext/standard/tests/strings/strspn_variation7.phpt]
       
 20933 PASS Test strspn() function : usage variations - with heredoc strings, varying start and default len args [ext/standard/tests/strings/strspn_variation7.phpt] 
       
 20934 TEST 10546/11279 [ext/standard/tests/strings/strspn_variation8.phpt]
       
 20935 PASS Test strspn() function : usage variations - with heredoc strings, varying start and len args [ext/standard/tests/strings/strspn_variation8.phpt] 
       
 20936 TEST 10547/11279 [ext/standard/tests/strings/strspn_variation9.phpt]
       
 20937 PASS Test strspn() function : usage variations - different strings with default start and len args [ext/standard/tests/strings/strspn_variation9.phpt] 
       
 20938 TEST 10548/11279 [ext/standard/tests/strings/strstr.phpt]
       
 20939 PASS Test strstr() function [ext/standard/tests/strings/strstr.phpt] 
       
 20940 TEST 10549/11279 [ext/standard/tests/strings/strstr2.phpt]
       
 20941 PASS strstr() - New parameter: before_needle [ext/standard/tests/strings/strstr2.phpt] 
       
 20942 TEST 10550/11279 [ext/standard/tests/strings/strtok_basic.phpt]
       
 20943 PASS Test strtok() function : basic functionality [ext/standard/tests/strings/strtok_basic.phpt] 
       
 20944 TEST 10551/11279 [ext/standard/tests/strings/strtok_error.phpt]
       
 20945 PASS Test strtok() function : error conditions [ext/standard/tests/strings/strtok_error.phpt] 
       
 20946 TEST 10552/11279 [ext/standard/tests/strings/strtok_variation1.phpt]
       
 20947 PASS Test strtok() function : usage variations - first argument as non-string [ext/standard/tests/strings/strtok_variation1.phpt] 
       
 20948 TEST 10553/11279 [ext/standard/tests/strings/strtok_variation2.phpt]
       
 20949 PASS Test strtok() function : usage variations - with different token strings [ext/standard/tests/strings/strtok_variation2.phpt] 
       
 20950 TEST 10554/11279 [ext/standard/tests/strings/strtok_variation3.phpt]
       
 20951 PASS Test strtok() function : usage variations - with heredoc strings [ext/standard/tests/strings/strtok_variation3.phpt] 
       
 20952 TEST 10555/11279 [ext/standard/tests/strings/strtok_variation4.phpt]
       
 20953 PASS Test strtok() function : usage variations - with embedded nulls in the strings [ext/standard/tests/strings/strtok_variation4.phpt] 
       
 20954 TEST 10556/11279 [ext/standard/tests/strings/strtok_variation5.phpt]
       
 20955 PASS Test strtok() function : usage variations - miscellaneous inputs [ext/standard/tests/strings/strtok_variation5.phpt] 
       
 20956 TEST 10557/11279 [ext/standard/tests/strings/strtok_variation6.phpt]
       
 20957 PASS Test strtok() function : usage variations - invalid escape sequences as tokens [ext/standard/tests/strings/strtok_variation6.phpt] 
       
 20958 TEST 10558/11279 [ext/standard/tests/strings/strtok_variation7.phpt]
       
 20959 PASS Test strtok() function : usage variations - modifying the input string while tokenising [ext/standard/tests/strings/strtok_variation7.phpt] 
       
 20960 TEST 10559/11279 [ext/standard/tests/strings/strtolower-win32.phpt]
       
 20961 SKIP Test strtolower() function [ext/standard/tests/strings/strtolower-win32.phpt] reason: Run only on Windows with locale as "English_United States.1252"
       
 20962 TEST 10560/11279 [ext/standard/tests/strings/strtolower.phpt]
       
 20963 FAIL Test strtolower() function [ext/standard/tests/strings/strtolower.phpt] 
       
 20964 TEST 10561/11279 [ext/standard/tests/strings/strtoupper.phpt]
       
 20965 PASS Test strtoupper on non-ASCII characters [ext/standard/tests/strings/strtoupper.phpt] 
       
 20966 TEST 10562/11279 [ext/standard/tests/strings/strtoupper1-win32.phpt]
       
 20967 SKIP Test strtoupper() function [ext/standard/tests/strings/strtoupper1-win32.phpt] reason: Run only on Windows with locale as "English_United States.1252"
       
 20968 TEST 10563/11279 [ext/standard/tests/strings/strtoupper1.phpt]
       
 20969 FAIL Test strtoupper() function [ext/standard/tests/strings/strtoupper1.phpt] 
       
 20970 TEST 10564/11279 [ext/standard/tests/strings/strtr.phpt]
       
 20971 PASS strtr() function [ext/standard/tests/strings/strtr.phpt] 
       
 20972 TEST 10565/11279 [ext/standard/tests/strings/strtr_basic.phpt]
       
 20973 PASS Test strtr() function : basic functionality [ext/standard/tests/strings/strtr_basic.phpt] 
       
 20974 TEST 10566/11279 [ext/standard/tests/strings/strtr_error.phpt]
       
 20975 PASS Test strtr() function : error conditions [ext/standard/tests/strings/strtr_error.phpt] 
       
 20976 TEST 10567/11279 [ext/standard/tests/strings/strtr_variation1.phpt]
       
 20977 PASS Test strtr() function : usage variations - regular & numeric strings for 'str' argument [ext/standard/tests/strings/strtr_variation1.phpt] 
       
 20978 TEST 10568/11279 [ext/standard/tests/strings/strtr_variation2.phpt]
       
 20979 PASS Test strtr() function : usage variations - string containing special chars for 'str' argument [ext/standard/tests/strings/strtr_variation2.phpt] 
       
 20980 TEST 10569/11279 [ext/standard/tests/strings/strtr_variation3.phpt]
       
 20981 PASS Test strtr() function : usage variations - string containing escape sequences for 'str' argument [ext/standard/tests/strings/strtr_variation3.phpt] 
       
 20982 TEST 10570/11279 [ext/standard/tests/strings/strtr_variation4.phpt]
       
 20983 PASS Test strtr() function : usage variations - empty string & null for 'str' argument [ext/standard/tests/strings/strtr_variation4.phpt] 
       
 20984 TEST 10571/11279 [ext/standard/tests/strings/strtr_variation5.phpt]
       
 20985 PASS Test strtr() function : usage variations - unexpected inputs for 'str' argument [ext/standard/tests/strings/strtr_variation5.phpt] 
       
 20986 TEST 10572/11279 [ext/standard/tests/strings/strtr_variation6.phpt]
       
 20987 PASS Test strtr() function : usage variations - unexpected inputs for 'from' argument [ext/standard/tests/strings/strtr_variation6.phpt] 
       
 20988 TEST 10573/11279 [ext/standard/tests/strings/strtr_variation7.phpt]
       
 20989 PASS Test strtr() function : usage variations - unexpected inputs for 'to' argument [ext/standard/tests/strings/strtr_variation7.phpt] 
       
 20990 TEST 10574/11279 [ext/standard/tests/strings/strtr_variation8.phpt]
       
 20991 PASS Test strtr() function : usage variations - unexpected inputs for 'replace_pairs' argument [ext/standard/tests/strings/strtr_variation8.phpt] 
       
 20992 TEST 10575/11279 [ext/standard/tests/strings/strtr_variation9.phpt]
       
 20993 PASS Test strtr() function : usage variations - unexpected inputs for all arguments [ext/standard/tests/strings/strtr_variation9.phpt] 
       
 20994 TEST 10576/11279 [ext/standard/tests/strings/strval.phpt]
       
 20995 PASS strval() function [ext/standard/tests/strings/strval.phpt] 
       
 20996 TEST 10577/11279 [ext/standard/tests/strings/strval_basic.phpt]
       
 20997 PASS Test strval() function : basic functionality [ext/standard/tests/strings/strval_basic.phpt] 
       
 20998 TEST 10578/11279 [ext/standard/tests/strings/strval_error.phpt]
       
 20999 PASS Test strval() function : usage variations  - error conditions [ext/standard/tests/strings/strval_error.phpt] 
       
 21000 TEST 10579/11279 [ext/standard/tests/strings/strval_variation1.phpt]
       
 21001 PASS Test strval() function : usage variations  - Pass different data types as strval [ext/standard/tests/strings/strval_variation1.phpt] 
       
 21002 TEST 10580/11279 [ext/standard/tests/strings/strval_variation2.phpt]
       
 21003 PASS Test strval() function : usage variations  - Pass all valid char codes [ext/standard/tests/strings/strval_variation2.phpt] 
       
 21004 TEST 10581/11279 [ext/standard/tests/strings/substr.phpt]
       
 21005 PASS Testing substr() function [ext/standard/tests/strings/substr.phpt] 
       
 21006 TEST 10582/11279 [ext/standard/tests/strings/substr_compare.phpt]
       
 21007 PASS substr_compare() [ext/standard/tests/strings/substr_compare.phpt] 
       
 21008 TEST 10583/11279 [ext/standard/tests/strings/substr_count_basic.phpt]
       
 21009 PASS Test substr_count() function (basic) [ext/standard/tests/strings/substr_count_basic.phpt] 
       
 21010 TEST 10584/11279 [ext/standard/tests/strings/substr_count_error.phpt]
       
 21011 PASS Test substr_count() function (error conditions) [ext/standard/tests/strings/substr_count_error.phpt] 
       
 21012 TEST 10585/11279 [ext/standard/tests/strings/substr_count_variation_001.phpt]
       
 21013 PASS Test substr_count() function (variation - 1) [ext/standard/tests/strings/substr_count_variation_001.phpt] 
       
 21014 TEST 10586/11279 [ext/standard/tests/strings/substr_count_variation_002.phpt]
       
 21015 PASS Test substr_count() function (variation - 2) [ext/standard/tests/strings/substr_count_variation_002.phpt] 
       
 21016 TEST 10587/11279 [ext/standard/tests/strings/substr_replace.phpt]
       
 21017 PASS substr_replace() function [ext/standard/tests/strings/substr_replace.phpt] 
       
 21018 TEST 10588/11279 [ext/standard/tests/strings/substr_replace_array.phpt]
       
 21019 PASS substr_replace() function - array [ext/standard/tests/strings/substr_replace_array.phpt] 
       
 21020 TEST 10589/11279 [ext/standard/tests/strings/substr_replace_error.phpt]
       
 21021 PASS Test substr_replace() function : error conditions [ext/standard/tests/strings/substr_replace_error.phpt] 
       
 21022 TEST 10590/11279 [ext/standard/tests/strings/trim.phpt]
       
 21023 PASS trim(), rtrim() and ltrim() functions [ext/standard/tests/strings/trim.phpt] 
       
 21024 TEST 10591/11279 [ext/standard/tests/strings/trim1.phpt]
       
 21025 PASS Test trim() function [ext/standard/tests/strings/trim1.phpt] 
       
 21026 TEST 10592/11279 [ext/standard/tests/strings/trim_basic.phpt]
       
 21027 PASS Test trim() function : basic functionality [ext/standard/tests/strings/trim_basic.phpt] 
       
 21028 TEST 10593/11279 [ext/standard/tests/strings/trim_error.phpt]
       
 21029 PASS Test trim() function : error conditions [ext/standard/tests/strings/trim_error.phpt] 
       
 21030 TEST 10594/11279 [ext/standard/tests/strings/trim_variation1.phpt]
       
 21031 PASS Test trim() function : usage variations - test values for $str argument [ext/standard/tests/strings/trim_variation1.phpt] 
       
 21032 TEST 10595/11279 [ext/standard/tests/strings/trim_variation2.phpt]
       
 21033 PASS Test trim() function : usage variations - test values for $charlist argument [ext/standard/tests/strings/trim_variation2.phpt] 
       
 21034 TEST 10596/11279 [ext/standard/tests/strings/ucfirst.phpt]
       
 21035 PASS "ucfirst()" function [ext/standard/tests/strings/ucfirst.phpt] 
       
 21036 TEST 10597/11279 [ext/standard/tests/strings/ucwords_basic.phpt]
       
 21037 PASS Test ucwords() function : basic functionality [ext/standard/tests/strings/ucwords_basic.phpt] 
       
 21038 TEST 10598/11279 [ext/standard/tests/strings/ucwords_error.phpt]
       
 21039 PASS Test ucwords() function : error conditions [ext/standard/tests/strings/ucwords_error.phpt] 
       
 21040 TEST 10599/11279 [ext/standard/tests/strings/ucwords_variation1.phpt]
       
 21041 PASS Test ucwords() function : usage variations - unexpected input values [ext/standard/tests/strings/ucwords_variation1.phpt] 
       
 21042 TEST 10600/11279 [ext/standard/tests/strings/ucwords_variation2.phpt]
       
 21043 PASS Test ucwords() function : usage variations - heredoc strings [ext/standard/tests/strings/ucwords_variation2.phpt] 
       
 21044 TEST 10601/11279 [ext/standard/tests/strings/ucwords_variation3.phpt]
       
 21045 PASS Test ucwords() function : usage variations - single quoted string [ext/standard/tests/strings/ucwords_variation3.phpt] 
       
 21046 TEST 10602/11279 [ext/standard/tests/strings/ucwords_variation4.phpt]
       
 21047 PASS Test ucwords() function : usage variations - double quoted string [ext/standard/tests/strings/ucwords_variation4.phpt] 
       
 21048 TEST 10603/11279 [ext/standard/tests/strings/unpack.phpt]
       
 21049 PASS Invalid format type validation [ext/standard/tests/strings/unpack.phpt] 
       
 21050 TEST 10604/11279 [ext/standard/tests/strings/unpack_error.phpt]
       
 21051 PASS Test unpack() function : error conditions [ext/standard/tests/strings/unpack_error.phpt] 
       
 21052 TEST 10605/11279 [ext/standard/tests/strings/url_t.phpt]
       
 21053 PASS parse_url() function [ext/standard/tests/strings/url_t.phpt] 
       
 21054 TEST 10606/11279 [ext/standard/tests/strings/uuencode.phpt]
       
 21055 PASS uuencode family tests [ext/standard/tests/strings/uuencode.phpt] 
       
 21056 TEST 10607/11279 [ext/standard/tests/strings/vfprintf_basic.phpt]
       
 21057 PASS Test vfprintf() function : basic functionality [ext/standard/tests/strings/vfprintf_basic.phpt] 
       
 21058 TEST 10608/11279 [ext/standard/tests/strings/vfprintf_basic1.phpt]
       
 21059 PASS Test vfprintf() function : basic functionality - string format [ext/standard/tests/strings/vfprintf_basic1.phpt] 
       
 21060 TEST 10609/11279 [ext/standard/tests/strings/vfprintf_basic2.phpt]
       
 21061 PASS Test vfprintf() function : basic functionality - integer format [ext/standard/tests/strings/vfprintf_basic2.phpt] 
       
 21062 TEST 10610/11279 [ext/standard/tests/strings/vfprintf_basic3.phpt]
       
 21063 PASS Test vfprintf() function : basic functionality - float format [ext/standard/tests/strings/vfprintf_basic3.phpt] 
       
 21064 TEST 10611/11279 [ext/standard/tests/strings/vfprintf_basic4.phpt]
       
 21065 PASS Test vfprintf() function : basic functionality - bool format [ext/standard/tests/strings/vfprintf_basic4.phpt] 
       
 21066 TEST 10612/11279 [ext/standard/tests/strings/vfprintf_basic5.phpt]
       
 21067 PASS Test vfprintf() function : basic functionality - char format [ext/standard/tests/strings/vfprintf_basic5.phpt] 
       
 21068 TEST 10613/11279 [ext/standard/tests/strings/vfprintf_basic6.phpt]
       
 21069 PASS Test vfprintf() function : basic functionality - exponential format [ext/standard/tests/strings/vfprintf_basic6.phpt] 
       
 21070 TEST 10614/11279 [ext/standard/tests/strings/vfprintf_basic7.phpt]
       
 21071 PASS Test vfprintf() function : basic functionality - unsigned format [ext/standard/tests/strings/vfprintf_basic7.phpt] 
       
 21072 TEST 10615/11279 [ext/standard/tests/strings/vfprintf_basic7_64bit.phpt]
       
 21073 SKIP Test vfprintf() function : basic functionality - unsigned format [ext/standard/tests/strings/vfprintf_basic7_64bit.phpt] reason: this test is for 64bit platform only
       
 21074 TEST 10616/11279 [ext/standard/tests/strings/vfprintf_basic8.phpt]
       
 21075 PASS Test vfprintf() function : basic functionality - octal format [ext/standard/tests/strings/vfprintf_basic8.phpt] 
       
 21076 TEST 10617/11279 [ext/standard/tests/strings/vfprintf_basic9.phpt]
       
 21077 PASS Test vfprintf) function : basic functionality - hexadecimal format [ext/standard/tests/strings/vfprintf_basic9.phpt] 
       
 21078 TEST 10618/11279 [ext/standard/tests/strings/vfprintf_error1.phpt]
       
 21079 PASS Test vfprintf() function : error conditions (more than expected arguments) [ext/standard/tests/strings/vfprintf_error1.phpt] 
       
 21080 TEST 10619/11279 [ext/standard/tests/strings/vfprintf_error2.phpt]
       
 21081 PASS Test vfprintf() function : error conditions (less than expected arguments) [ext/standard/tests/strings/vfprintf_error2.phpt] 
       
 21082 TEST 10620/11279 [ext/standard/tests/strings/vfprintf_error3.phpt]
       
 21083 PASS Test vfprintf() function : error conditions (wrong argument types) [ext/standard/tests/strings/vfprintf_error3.phpt] 
       
 21084 TEST 10621/11279 [ext/standard/tests/strings/vfprintf_error4.phpt]
       
 21085 PASS Test vfprintf() function : error conditions (various conditions) [ext/standard/tests/strings/vfprintf_error4.phpt] 
       
 21086 TEST 10622/11279 [ext/standard/tests/strings/vfprintf_variation1.phpt]
       
 21087 PASS Test vfprintf() function : variation functionality [ext/standard/tests/strings/vfprintf_variation1.phpt] 
       
 21088 TEST 10623/11279 [ext/standard/tests/strings/vfprintf_variation10.phpt]
       
 21089 PASS Test vfprintf() function : usage variations - char formats with non-char values [ext/standard/tests/strings/vfprintf_variation10.phpt] 
       
 21090 TEST 10624/11279 [ext/standard/tests/strings/vfprintf_variation11.phpt]
       
 21091 PASS Test vfprintf() function : usage variations - octal formats with octal values [ext/standard/tests/strings/vfprintf_variation11.phpt] 
       
 21092 TEST 10625/11279 [ext/standard/tests/strings/vfprintf_variation11_64bit.phpt]
       
 21093 SKIP Test vfprintf() function : usage variations - octal formats with octal values [ext/standard/tests/strings/vfprintf_variation11_64bit.phpt] reason: this test is for 64bit platform only
       
 21094 TEST 10626/11279 [ext/standard/tests/strings/vfprintf_variation12.phpt]
       
 21095 PASS Test vfprintf() function : usage variations - octal formats with non-octal values [ext/standard/tests/strings/vfprintf_variation12.phpt] 
       
 21096 TEST 10627/11279 [ext/standard/tests/strings/vfprintf_variation12_64bit.phpt]
       
 21097 SKIP Test vfprintf() function : usage variations - octal formats with non-octal values [ext/standard/tests/strings/vfprintf_variation12_64bit.phpt] reason: this test is for 64bit platform only
       
 21098 TEST 10628/11279 [ext/standard/tests/strings/vfprintf_variation13.phpt]
       
 21099 PASS Test vfprintf() function : usage variations - hexa formats with hexa values [ext/standard/tests/strings/vfprintf_variation13.phpt] 
       
 21100 TEST 10629/11279 [ext/standard/tests/strings/vfprintf_variation13_64bit.phpt]
       
 21101 SKIP Test vfprintf() function : usage variations - hexa formats with hexa values [ext/standard/tests/strings/vfprintf_variation13_64bit.phpt] reason: this test is for 64bit platform only
       
 21102 TEST 10630/11279 [ext/standard/tests/strings/vfprintf_variation14.phpt]
       
 21103 PASS Test vfprintf() function : usage variations - hexa formats with non-hexa values [ext/standard/tests/strings/vfprintf_variation14.phpt] 
       
 21104 TEST 10631/11279 [ext/standard/tests/strings/vfprintf_variation14_64bit.phpt]
       
 21105 SKIP Test vfprintf() function : usage variations - hexa formats with non-hexa values [ext/standard/tests/strings/vfprintf_variation14_64bit.phpt] reason: this test is for 64bit platform only
       
 21106 TEST 10632/11279 [ext/standard/tests/strings/vfprintf_variation15.phpt]
       
 21107 PASS Test vfprintf() function : usage variations - unsigned formats with unsigned values [ext/standard/tests/strings/vfprintf_variation15.phpt] 
       
 21108 TEST 10633/11279 [ext/standard/tests/strings/vfprintf_variation15_64bit.phpt]
       
 21109 SKIP Test vfprintf() function : usage variations - unsigned formats with unsigned values [ext/standard/tests/strings/vfprintf_variation15_64bit.phpt] reason: this test is for 64bit platform only
       
 21110 TEST 10634/11279 [ext/standard/tests/strings/vfprintf_variation16.phpt]
       
 21111 PASS Test vfprintf() function : usage variations - unsigned formats with signed and other types of values [ext/standard/tests/strings/vfprintf_variation16.phpt] 
       
 21112 TEST 10635/11279 [ext/standard/tests/strings/vfprintf_variation16_64bit.phpt]
       
 21113 SKIP Test vfprintf() function : usage variations - unsigned formats with signed and other types of values [ext/standard/tests/strings/vfprintf_variation16_64bit.phpt] reason: this test is for 64bit platform only
       
 21114 TEST 10636/11279 [ext/standard/tests/strings/vfprintf_variation17.phpt]
       
 21115 PASS Test vfprintf() function : usage variations - scientific formats with scientific values [ext/standard/tests/strings/vfprintf_variation17.phpt] 
       
 21116 TEST 10637/11279 [ext/standard/tests/strings/vfprintf_variation18.phpt]
       
 21117 PASS Test vfprintf() function : usage variations - scientific formats with non-scientific values [ext/standard/tests/strings/vfprintf_variation18.phpt] 
       
 21118 TEST 10638/11279 [ext/standard/tests/strings/vfprintf_variation19.phpt]
       
 21119 PASS Test vfprintf() function : usage variations - with whitespaces in format strings [ext/standard/tests/strings/vfprintf_variation19.phpt] 
       
 21120 TEST 10639/11279 [ext/standard/tests/strings/vfprintf_variation19_64bit.phpt]
       
 21121 SKIP Test vfprintf() function : usage variations - with whitespaces in format strings [ext/standard/tests/strings/vfprintf_variation19_64bit.phpt] reason: this test is for 64bit platform only
       
 21122 TEST 10640/11279 [ext/standard/tests/strings/vfprintf_variation20.phpt]
       
 21123 PASS Test vfprintf() function : usage variations - unexpected values for the format argument [ext/standard/tests/strings/vfprintf_variation20.phpt] 
       
 21124 TEST 10641/11279 [ext/standard/tests/strings/vfprintf_variation21.phpt]
       
 21125 PASS Test vfprintf() function : usage variations - unexpected values for args argument [ext/standard/tests/strings/vfprintf_variation21.phpt] 
       
 21126 TEST 10642/11279 [ext/standard/tests/strings/vfprintf_variation3.phpt]
       
 21127 PASS Test vfprintf() function : usage variations - int formats with int values [ext/standard/tests/strings/vfprintf_variation3.phpt] 
       
 21128 TEST 10643/11279 [ext/standard/tests/strings/vfprintf_variation4.phpt]
       
 21129 PASS Test vfprintf() function : usage variations - int formats with non-integer values [ext/standard/tests/strings/vfprintf_variation4.phpt] 
       
 21130 TEST 10644/11279 [ext/standard/tests/strings/vfprintf_variation4_64bit.phpt]
       
 21131 SKIP Test vfprintf() function : usage variations - int formats with non-integer values [ext/standard/tests/strings/vfprintf_variation4_64bit.phpt] reason: this test is for 64bit platform only
       
 21132 TEST 10645/11279 [ext/standard/tests/strings/vfprintf_variation5.phpt]
       
 21133 PASS Test vfprintf() function : usage variations - float formats with float values [ext/standard/tests/strings/vfprintf_variation5.phpt] 
       
 21134 TEST 10646/11279 [ext/standard/tests/strings/vfprintf_variation6.phpt]
       
 21135 PASS Test vfprintf() function : usage variations - float formats with non-float values [ext/standard/tests/strings/vfprintf_variation6.phpt] 
       
 21136 TEST 10647/11279 [ext/standard/tests/strings/vfprintf_variation7.phpt]
       
 21137 PASS Test vprintf() function : usage variations - string formats with strings [ext/standard/tests/strings/vfprintf_variation7.phpt] 
       
 21138 TEST 10648/11279 [ext/standard/tests/strings/vfprintf_variation8.phpt]
       
 21139 PASS Test vfprintf() function : usage variations - string formats with non-string values [ext/standard/tests/strings/vfprintf_variation8.phpt] 
       
 21140 TEST 10649/11279 [ext/standard/tests/strings/vfprintf_variation9.phpt]
       
 21141 PASS Test vfprintf() function : usage variations - char formats with char values [ext/standard/tests/strings/vfprintf_variation9.phpt] 
       
 21142 TEST 10650/11279 [ext/standard/tests/strings/vprintf_basic1.phpt]
       
 21143 PASS Test vprintf() function : basic functionality - string format [ext/standard/tests/strings/vprintf_basic1.phpt] 
       
 21144 TEST 10651/11279 [ext/standard/tests/strings/vprintf_basic2.phpt]
       
 21145 PASS Test vprintf() function : basic functionality - integer format [ext/standard/tests/strings/vprintf_basic2.phpt] 
       
 21146 TEST 10652/11279 [ext/standard/tests/strings/vprintf_basic3.phpt]
       
 21147 PASS Test vprintf() function : basic functionality - float format [ext/standard/tests/strings/vprintf_basic3.phpt] 
       
 21148 TEST 10653/11279 [ext/standard/tests/strings/vprintf_basic4.phpt]
       
 21149 PASS Test vprintf() function : basic functionality - bool format [ext/standard/tests/strings/vprintf_basic4.phpt] 
       
 21150 TEST 10654/11279 [ext/standard/tests/strings/vprintf_basic5.phpt]
       
 21151 PASS Test vprintf() function : basic functionality - char format [ext/standard/tests/strings/vprintf_basic5.phpt] 
       
 21152 TEST 10655/11279 [ext/standard/tests/strings/vprintf_basic6.phpt]
       
 21153 PASS Test vprintf() function : basic functionality - exponential format [ext/standard/tests/strings/vprintf_basic6.phpt] 
       
 21154 TEST 10656/11279 [ext/standard/tests/strings/vprintf_basic7.phpt]
       
 21155 PASS Test vprintf() function : basic functionality - unsigned format [ext/standard/tests/strings/vprintf_basic7.phpt] 
       
 21156 TEST 10657/11279 [ext/standard/tests/strings/vprintf_basic7_64bit.phpt]
       
 21157 SKIP Test vprintf() function : basic functionality - unsigned format [ext/standard/tests/strings/vprintf_basic7_64bit.phpt] reason: this test is for 64bit platform only
       
 21158 TEST 10658/11279 [ext/standard/tests/strings/vprintf_basic8.phpt]
       
 21159 PASS Test vprintf() function : basic functionality - octal format [ext/standard/tests/strings/vprintf_basic8.phpt] 
       
 21160 TEST 10659/11279 [ext/standard/tests/strings/vprintf_basic9.phpt]
       
 21161 PASS Test vprintf() function : basic functionality - hexadecimal format [ext/standard/tests/strings/vprintf_basic9.phpt] 
       
 21162 TEST 10660/11279 [ext/standard/tests/strings/vprintf_error.phpt]
       
 21163 PASS Test vprintf() function : error conditions [ext/standard/tests/strings/vprintf_error.phpt] 
       
 21164 TEST 10661/11279 [ext/standard/tests/strings/vprintf_variation1.phpt]
       
 21165 PASS Test vprintf() function : usage variations - unexpected values for the format argument [ext/standard/tests/strings/vprintf_variation1.phpt] 
       
 21166 TEST 10662/11279 [ext/standard/tests/strings/vprintf_variation10.phpt]
       
 21167 PASS Test vprintf() function : usage variations - char formats with non-char values [ext/standard/tests/strings/vprintf_variation10.phpt] 
       
 21168 TEST 10663/11279 [ext/standard/tests/strings/vprintf_variation11.phpt]
       
 21169 PASS Test vprintf() function : usage variations - octal formats with octal values [ext/standard/tests/strings/vprintf_variation11.phpt] 
       
 21170 TEST 10664/11279 [ext/standard/tests/strings/vprintf_variation11_64bit.phpt]
       
 21171 SKIP Test vprintf() function : usage variations - octal formats with octal values [ext/standard/tests/strings/vprintf_variation11_64bit.phpt] reason: this test is for 64bit platform only
       
 21172 TEST 10665/11279 [ext/standard/tests/strings/vprintf_variation12.phpt]
       
 21173 PASS Test vprintf() function : usage variations - octal formats with non-octal values [ext/standard/tests/strings/vprintf_variation12.phpt] 
       
 21174 TEST 10666/11279 [ext/standard/tests/strings/vprintf_variation12_64bit.phpt]
       
 21175 SKIP Test vprintf() function : usage variations - octal formats with non-octal values [ext/standard/tests/strings/vprintf_variation12_64bit.phpt] reason: this test is for 64bit platform only
       
 21176 TEST 10667/11279 [ext/standard/tests/strings/vprintf_variation13.phpt]
       
 21177 PASS Test vprintf() function : usage variations - hexa formats with hexa values [ext/standard/tests/strings/vprintf_variation13.phpt] 
       
 21178 TEST 10668/11279 [ext/standard/tests/strings/vprintf_variation13_64bit.phpt]
       
 21179 SKIP Test vprintf() function : usage variations - hexa formats with hexa values [ext/standard/tests/strings/vprintf_variation13_64bit.phpt] reason: this test is for 64bit platform only
       
 21180 TEST 10669/11279 [ext/standard/tests/strings/vprintf_variation14.phpt]
       
 21181 PASS Test vprintf() function : usage variations - hexa formats with non-hexa values [ext/standard/tests/strings/vprintf_variation14.phpt] 
       
 21182 TEST 10670/11279 [ext/standard/tests/strings/vprintf_variation14_64bit.phpt]
       
 21183 SKIP Test vprintf() function : usage variations - hexa formats with non-hexa values [ext/standard/tests/strings/vprintf_variation14_64bit.phpt] reason: this test is for 64bit platform only
       
 21184 TEST 10671/11279 [ext/standard/tests/strings/vprintf_variation15.phpt]
       
 21185 PASS Test vprintf() function : usage variations - unsigned formats with unsigned values [ext/standard/tests/strings/vprintf_variation15.phpt] 
       
 21186 TEST 10672/11279 [ext/standard/tests/strings/vprintf_variation15_64bit.phpt]
       
 21187 SKIP Test vprintf() function : usage variations - unsigned formats with unsigned values [ext/standard/tests/strings/vprintf_variation15_64bit.phpt] reason: this test is for 64bit platform only
       
 21188 TEST 10673/11279 [ext/standard/tests/strings/vprintf_variation16.phpt]
       
 21189 PASS Test vprintf() function : usage variations - unsigned formats with signed and other types of values [ext/standard/tests/strings/vprintf_variation16.phpt] 
       
 21190 TEST 10674/11279 [ext/standard/tests/strings/vprintf_variation16_64bit.phpt]
       
 21191 SKIP Test vprintf() function : usage variations - unsigned formats with signed and other types of values [ext/standard/tests/strings/vprintf_variation16_64bit.phpt] reason: this test is for 64bit platform only
       
 21192 TEST 10675/11279 [ext/standard/tests/strings/vprintf_variation17.phpt]
       
 21193 PASS Test vsprintf() function : usage variations - scientific formats with scientific values [ext/standard/tests/strings/vprintf_variation17.phpt] 
       
 21194 TEST 10676/11279 [ext/standard/tests/strings/vprintf_variation18.phpt]
       
 21195 PASS Test vprintf() function : usage variations - scientific formats with non-scientific values [ext/standard/tests/strings/vprintf_variation18.phpt] 
       
 21196 TEST 10677/11279 [ext/standard/tests/strings/vprintf_variation19.phpt]
       
 21197 PASS Test vprintf() function : usage variations - with whitespaces in format strings [ext/standard/tests/strings/vprintf_variation19.phpt] 
       
 21198 TEST 10678/11279 [ext/standard/tests/strings/vprintf_variation19_64bit.phpt]
       
 21199 SKIP Test vprintf() function : usage variations - with whitespaces in format strings [ext/standard/tests/strings/vprintf_variation19_64bit.phpt] reason: this test is for 64bit platform only
       
 21200 TEST 10679/11279 [ext/standard/tests/strings/vprintf_variation2.phpt]
       
 21201 PASS Test vprintf() function : usage variations - unexpected values for args argument [ext/standard/tests/strings/vprintf_variation2.phpt] 
       
 21202 TEST 10680/11279 [ext/standard/tests/strings/vprintf_variation3.phpt]
       
 21203 PASS Test vprintf() function : usage variations - int formats with int values [ext/standard/tests/strings/vprintf_variation3.phpt] 
       
 21204 TEST 10681/11279 [ext/standard/tests/strings/vprintf_variation4.phpt]
       
 21205 PASS Test vprintf() function : usage variations - int formats with non-integer values [ext/standard/tests/strings/vprintf_variation4.phpt] 
       
 21206 TEST 10682/11279 [ext/standard/tests/strings/vprintf_variation4_64bit.phpt]
       
 21207 SKIP Test vprintf() function : usage variations - int formats with non-integer values [ext/standard/tests/strings/vprintf_variation4_64bit.phpt] reason: this test is for 64bit platform only
       
 21208 TEST 10683/11279 [ext/standard/tests/strings/vprintf_variation5.phpt]
       
 21209 PASS Test vprintf() function : usage variations - float formats with float values [ext/standard/tests/strings/vprintf_variation5.phpt] 
       
 21210 TEST 10684/11279 [ext/standard/tests/strings/vprintf_variation6.phpt]
       
 21211 PASS Test vprintf() function : usage variations - float formats with non-float values [ext/standard/tests/strings/vprintf_variation6.phpt] 
       
 21212 TEST 10685/11279 [ext/standard/tests/strings/vprintf_variation7.phpt]
       
 21213 PASS Test vprintf() function : usage variations - string formats with strings [ext/standard/tests/strings/vprintf_variation7.phpt] 
       
 21214 TEST 10686/11279 [ext/standard/tests/strings/vprintf_variation8.phpt]
       
 21215 PASS Test vprintf() function : usage variations - string formats with non-string values [ext/standard/tests/strings/vprintf_variation8.phpt] 
       
 21216 TEST 10687/11279 [ext/standard/tests/strings/vprintf_variation9.phpt]
       
 21217 PASS Test vprintf() function : usage variations - char formats with char values [ext/standard/tests/strings/vprintf_variation9.phpt] 
       
 21218 TEST 10688/11279 [ext/standard/tests/strings/vsprintf_basic1.phpt]
       
 21219 PASS Test vsprintf() function : basic functionality - string format [ext/standard/tests/strings/vsprintf_basic1.phpt] 
       
 21220 TEST 10689/11279 [ext/standard/tests/strings/vsprintf_basic2.phpt]
       
 21221 PASS Test vsprintf() function : basic functionality - integer format [ext/standard/tests/strings/vsprintf_basic2.phpt] 
       
 21222 TEST 10690/11279 [ext/standard/tests/strings/vsprintf_basic3.phpt]
       
 21223 PASS Test vsprintf() function : basic functionality - float format [ext/standard/tests/strings/vsprintf_basic3.phpt] 
       
 21224 TEST 10691/11279 [ext/standard/tests/strings/vsprintf_basic4.phpt]
       
 21225 PASS Test vsprintf() function : basic functionality - bool format [ext/standard/tests/strings/vsprintf_basic4.phpt] 
       
 21226 TEST 10692/11279 [ext/standard/tests/strings/vsprintf_basic5.phpt]
       
 21227 PASS Test vsprintf() function : basic functionality - char format [ext/standard/tests/strings/vsprintf_basic5.phpt] 
       
 21228 TEST 10693/11279 [ext/standard/tests/strings/vsprintf_basic6.phpt]
       
 21229 PASS Test vsprintf() function : basic functionality - exponential format [ext/standard/tests/strings/vsprintf_basic6.phpt] 
       
 21230 TEST 10694/11279 [ext/standard/tests/strings/vsprintf_basic7.phpt]
       
 21231 PASS Test vsprintf() function : basic functionality - unsigned format [ext/standard/tests/strings/vsprintf_basic7.phpt] 
       
 21232 TEST 10695/11279 [ext/standard/tests/strings/vsprintf_basic7_64bit.phpt]
       
 21233 SKIP Test vsprintf() function : basic functionality - unsigned format [ext/standard/tests/strings/vsprintf_basic7_64bit.phpt] reason: this test is for 64bit platform only
       
 21234 TEST 10696/11279 [ext/standard/tests/strings/vsprintf_basic8.phpt]
       
 21235 PASS Test vsprintf() function : basic functionality - octal format [ext/standard/tests/strings/vsprintf_basic8.phpt] 
       
 21236 TEST 10697/11279 [ext/standard/tests/strings/vsprintf_basic9.phpt]
       
 21237 PASS Test vsprintf() function : basic functionality - hexadecimal format [ext/standard/tests/strings/vsprintf_basic9.phpt] 
       
 21238 TEST 10698/11279 [ext/standard/tests/strings/vsprintf_error.phpt]
       
 21239 PASS Test vsprintf() function : error conditions [ext/standard/tests/strings/vsprintf_error.phpt] 
       
 21240 TEST 10699/11279 [ext/standard/tests/strings/vsprintf_variation1.phpt]
       
 21241 PASS Test vsprintf() function : usage variations - unexpected values for the format argument [ext/standard/tests/strings/vsprintf_variation1.phpt] 
       
 21242 TEST 10700/11279 [ext/standard/tests/strings/vsprintf_variation10.phpt]
       
 21243 PASS Test vsprintf() function : usage variations - char formats with non-char values [ext/standard/tests/strings/vsprintf_variation10.phpt] 
       
 21244 TEST 10701/11279 [ext/standard/tests/strings/vsprintf_variation11.phpt]
       
 21245 PASS Test vsprintf() function : usage variations - octal formats with octal values [ext/standard/tests/strings/vsprintf_variation11.phpt] 
       
 21246 TEST 10702/11279 [ext/standard/tests/strings/vsprintf_variation11_64bit.phpt]
       
 21247 SKIP Test vsprintf() function : usage variations - octal formats with octal values [ext/standard/tests/strings/vsprintf_variation11_64bit.phpt] reason: this test is for 64bit platform only
       
 21248 TEST 10703/11279 [ext/standard/tests/strings/vsprintf_variation12.phpt]
       
 21249 PASS Test vsprintf() function : usage variations - octal formats with non-octal values [ext/standard/tests/strings/vsprintf_variation12.phpt] 
       
 21250 TEST 10704/11279 [ext/standard/tests/strings/vsprintf_variation12_64bit.phpt]
       
 21251 SKIP Test vsprintf() function : usage variations - octal formats with non-octal values [ext/standard/tests/strings/vsprintf_variation12_64bit.phpt] reason: this test is for 64bit platform only
       
 21252 TEST 10705/11279 [ext/standard/tests/strings/vsprintf_variation13.phpt]
       
 21253 PASS Test vsprintf() function : usage variations - hexa formats with hexa values [ext/standard/tests/strings/vsprintf_variation13.phpt] 
       
 21254 TEST 10706/11279 [ext/standard/tests/strings/vsprintf_variation13_64bit.phpt]
       
 21255 SKIP Test vsprintf() function : usage variations - hexa formats with hexa values [ext/standard/tests/strings/vsprintf_variation13_64bit.phpt] reason: this test is for 64bit platform only
       
 21256 TEST 10707/11279 [ext/standard/tests/strings/vsprintf_variation14.phpt]
       
 21257 PASS Test vsprintf() function : usage variations - hexa formats with non-hexa values [ext/standard/tests/strings/vsprintf_variation14.phpt] 
       
 21258 TEST 10708/11279 [ext/standard/tests/strings/vsprintf_variation14_64bit.phpt]
       
 21259 SKIP Test vsprintf() function : usage variations - hexa formats with non-hexa values [ext/standard/tests/strings/vsprintf_variation14_64bit.phpt] reason: this test is for 64bit platform only
       
 21260 TEST 10709/11279 [ext/standard/tests/strings/vsprintf_variation15.phpt]
       
 21261 PASS Test vsprintf() function : usage variations - unsigned formats with unsigned values [ext/standard/tests/strings/vsprintf_variation15.phpt] 
       
 21262 TEST 10710/11279 [ext/standard/tests/strings/vsprintf_variation15_64bit.phpt]
       
 21263 SKIP Test vsprintf() function : usage variations - unsigned formats with unsigned values [ext/standard/tests/strings/vsprintf_variation15_64bit.phpt] reason: this test is for 64bit platform only
       
 21264 TEST 10711/11279 [ext/standard/tests/strings/vsprintf_variation16.phpt]
       
 21265 PASS Test vsprintf() function : usage variations - unsigned formats with signed and other types of values [ext/standard/tests/strings/vsprintf_variation16.phpt] 
       
 21266 TEST 10712/11279 [ext/standard/tests/strings/vsprintf_variation16_64bit.phpt]
       
 21267 SKIP Test vsprintf() function : usage variations - unsigned formats with signed and other types of values [ext/standard/tests/strings/vsprintf_variation16_64bit.phpt] reason: this test is for 64bit platform only
       
 21268 TEST 10713/11279 [ext/standard/tests/strings/vsprintf_variation17.phpt]
       
 21269 PASS Test vsprintf() function : usage variations - scientific formats with scientific values [ext/standard/tests/strings/vsprintf_variation17.phpt] 
       
 21270 TEST 10714/11279 [ext/standard/tests/strings/vsprintf_variation18.phpt]
       
 21271 PASS Test vsprintf() function : usage variations - scientific formats with non-scientific values [ext/standard/tests/strings/vsprintf_variation18.phpt] 
       
 21272 TEST 10715/11279 [ext/standard/tests/strings/vsprintf_variation19.phpt]
       
 21273 PASS Test vsprintf() function : usage variations - with whitespaces in format strings [ext/standard/tests/strings/vsprintf_variation19.phpt] 
       
 21274 TEST 10716/11279 [ext/standard/tests/strings/vsprintf_variation19_64bit.phpt]
       
 21275 SKIP Test vsprintf() function : usage variations - with whitespaces in format strings [ext/standard/tests/strings/vsprintf_variation19_64bit.phpt] reason: this test is for 64bit platform only
       
 21276 TEST 10717/11279 [ext/standard/tests/strings/vsprintf_variation2.phpt]
       
 21277 PASS Test vsprintf() function : usage variations - unexpected values for args argument [ext/standard/tests/strings/vsprintf_variation2.phpt] 
       
 21278 TEST 10718/11279 [ext/standard/tests/strings/vsprintf_variation3.phpt]
       
 21279 PASS Test vsprintf() function : usage variations - int formats with int values [ext/standard/tests/strings/vsprintf_variation3.phpt] 
       
 21280 TEST 10719/11279 [ext/standard/tests/strings/vsprintf_variation4.phpt]
       
 21281 PASS Test vsprintf() function : usage variations - int formats with non-integer values [ext/standard/tests/strings/vsprintf_variation4.phpt] 
       
 21282 TEST 10720/11279 [ext/standard/tests/strings/vsprintf_variation4_64bit.phpt]
       
 21283 SKIP Test vsprintf() function : usage variations - int formats with non-integer values [ext/standard/tests/strings/vsprintf_variation4_64bit.phpt] reason: this test is for 64bit platform only
       
 21284 TEST 10721/11279 [ext/standard/tests/strings/vsprintf_variation5.phpt]
       
 21285 PASS Test vsprintf() function : usage variations - float formats with float values [ext/standard/tests/strings/vsprintf_variation5.phpt] 
       
 21286 TEST 10722/11279 [ext/standard/tests/strings/vsprintf_variation6.phpt]
       
 21287 PASS Test vsprintf() function : usage variations - float formats with non-float values [ext/standard/tests/strings/vsprintf_variation6.phpt] 
       
 21288 TEST 10723/11279 [ext/standard/tests/strings/vsprintf_variation7.phpt]
       
 21289 PASS Test vsprintf() function : usage variations - string formats with strings [ext/standard/tests/strings/vsprintf_variation7.phpt] 
       
 21290 TEST 10724/11279 [ext/standard/tests/strings/vsprintf_variation8.phpt]
       
 21291 PASS Test vsprintf() function : usage variations - string formats with non-string values [ext/standard/tests/strings/vsprintf_variation8.phpt] 
       
 21292 TEST 10725/11279 [ext/standard/tests/strings/vsprintf_variation9.phpt]
       
 21293 PASS Test vsprintf() function : usage variations - char formats with char values [ext/standard/tests/strings/vsprintf_variation9.phpt] 
       
 21294 TEST 10726/11279 [ext/standard/tests/strings/wordwrap.phpt]
       
 21295 PASS wordwrap() function [ext/standard/tests/strings/wordwrap.phpt] 
       
 21296 TEST 10727/11279 [ext/standard/tests/strings/wordwrap_basic.phpt]
       
 21297 PASS Test wordwrap() function : basic functionality [ext/standard/tests/strings/wordwrap_basic.phpt] 
       
 21298 TEST 10728/11279 [ext/standard/tests/strings/wordwrap_error.phpt]
       
 21299 PASS Test wordwrap() function : error conditions [ext/standard/tests/strings/wordwrap_error.phpt] 
       
 21300 TEST 10729/11279 [ext/standard/tests/strings/wordwrap_variation1.phpt]
       
 21301 PASS Test wordwrap() function : usage variations  - unexpected values for str argument [ext/standard/tests/strings/wordwrap_variation1.phpt] 
       
 21302 TEST 10730/11279 [ext/standard/tests/strings/wordwrap_variation2.phpt]
       
 21303 PASS Test wordwrap() function : usage variations  - unexpected values for width argument [ext/standard/tests/strings/wordwrap_variation2.phpt] 
       
 21304 TEST 10731/11279 [ext/standard/tests/strings/wordwrap_variation3.phpt]
       
 21305 PASS Test wordwrap() function : usage variations  - unexptected values for break argument [ext/standard/tests/strings/wordwrap_variation3.phpt] 
       
 21306 TEST 10732/11279 [ext/standard/tests/strings/wordwrap_variation4.phpt]
       
 21307 PASS Test wordwrap() function : usage variations  - unexptected value for cut argument [ext/standard/tests/strings/wordwrap_variation4.phpt] 
       
 21308 TEST 10733/11279 [ext/standard/tests/strings/wordwrap_variation5.phpt]
       
 21309 PASS Test wordwrap() function : usage variations  - valid break arguments(spaces) [ext/standard/tests/strings/wordwrap_variation5.phpt] 
       
 21310 TEST 10734/11279 [ext/standard/tests/time/001.phpt]
       
 21311 PASS microtime() function [ext/standard/tests/time/001.phpt] 
       
 21312 TEST 10735/11279 [ext/standard/tests/time/bug38524.phpt]
       
 21313 PASS Bug #38524 (strptime() does not initialize the internal date storage structure) [ext/standard/tests/time/bug38524.phpt] 
       
 21314 TEST 10736/11279 [ext/standard/tests/time/bug60222.phpt]
       
 21315 PASS Bug #60222 (time_nanosleep() does validate input params) [ext/standard/tests/time/bug60222.phpt] 
       
 21316 TEST 10737/11279 [ext/standard/tests/time/idate.phpt]
       
 21317 PASS idate() function [ext/standard/tests/time/idate.phpt] 
       
 21318 TEST 10738/11279 [ext/standard/tests/time/strptime_basic.phpt]
       
 21319 FAIL Test strptime() function : basic functionality [ext/standard/tests/time/strptime_basic.phpt] 
       
 21320 TEST 10739/11279 [ext/standard/tests/time/strptime_error.phpt]
       
 21321 PASS Test localtime() function : error conditions [ext/standard/tests/time/strptime_error.phpt] 
       
 21322 TEST 10740/11279 [ext/standard/tests/url/base64_decode_basic_001.phpt]
       
 21323 PASS Test base64_decode() function : basic functionality - ensure all base64 alphabet is supported. [ext/standard/tests/url/base64_decode_basic_001.phpt] 
       
 21324 TEST 10741/11279 [ext/standard/tests/url/base64_decode_basic_002.phpt]
       
 21325 PASS Test base64_decode() function : basic functionality - strict vs non-strict with non-base64 chars. [ext/standard/tests/url/base64_decode_basic_002.phpt] 
       
 21326 TEST 10742/11279 [ext/standard/tests/url/base64_decode_error_001.phpt]
       
 21327 PASS Test base64_decode() function : error conditions - wrong number of args [ext/standard/tests/url/base64_decode_error_001.phpt] 
       
 21328 TEST 10743/11279 [ext/standard/tests/url/base64_decode_variation_001.phpt]
       
 21329 PASS Test base64_decode() function : usage variations  - unexpected types for arg 1 [ext/standard/tests/url/base64_decode_variation_001.phpt] 
       
 21330 TEST 10744/11279 [ext/standard/tests/url/base64_decode_variation_002.phpt]
       
 21331 PASS Test base64_decode() function : usage variations   - unexpected types for arg 2 [ext/standard/tests/url/base64_decode_variation_002.phpt] 
       
 21332 TEST 10745/11279 [ext/standard/tests/url/base64_encode_basic_001.phpt]
       
 21333 PASS Test base64_encode() function : basic functionality [ext/standard/tests/url/base64_encode_basic_001.phpt] 
       
 21334 TEST 10746/11279 [ext/standard/tests/url/base64_encode_basic_002.phpt]
       
 21335 PASS Test base64_encode() function : basic functionality - check algorithm round trips [ext/standard/tests/url/base64_encode_basic_002.phpt] 
       
 21336 TEST 10747/11279 [ext/standard/tests/url/base64_encode_error_001.phpt]
       
 21337 PASS Test base64_encode() function : error conditions - wrong number of args [ext/standard/tests/url/base64_encode_error_001.phpt] 
       
 21338 TEST 10748/11279 [ext/standard/tests/url/base64_encode_variation_001.phpt]
       
 21339 PASS Test base64_encode() function : usage variations - unexpected types for argument 1 [ext/standard/tests/url/base64_encode_variation_001.phpt] 
       
 21340 TEST 10749/11279 [ext/standard/tests/url/bug47174.phpt]
       
 21341 PASS Bug #47174 (base64_decode() interprets pad char in mid string as terminator) [ext/standard/tests/url/bug47174.phpt] 
       
 21342 TEST 10750/11279 [ext/standard/tests/url/bug52327.phpt]
       
 21343 PASS Bug #52327 (base64_decode() improper handling of leading padding) [ext/standard/tests/url/bug52327.phpt] 
       
 21344 TEST 10751/11279 [ext/standard/tests/url/bug53248.phpt]
       
 21345 PASS Bug #53248 (rawurlencode RFC 3986 EBCDIC support) [ext/standard/tests/url/bug53248.phpt] 
       
 21346 TEST 10752/11279 [ext/standard/tests/url/bug54180.phpt]
       
 21347 PASS Bug #54180 (parse_url() incorrectly parses path when ? in fragment) [ext/standard/tests/url/bug54180.phpt] 
       
 21348 TEST 10753/11279 [ext/standard/tests/url/bug55273.phpt]
       
 21349 PASS Bug #55273 (base64_decode() with strict rejects whitespace after pad) [ext/standard/tests/url/bug55273.phpt] 
       
 21350 TEST 10754/11279 [ext/standard/tests/url/bug55399.phpt]
       
 21351 PASS Bug #55399 (parse_url() incorrectly treats ':' as a valid path) [ext/standard/tests/url/bug55399.phpt] 
       
 21352 TEST 10755/11279 [ext/standard/tests/url/get_headers_error_001.phpt]
       
 21353 PASS Test get_headers() function : error conditions - wrong number of args [ext/standard/tests/url/get_headers_error_001.phpt] 
       
 21354 TEST 10756/11279 [ext/standard/tests/url/get_headers_error_002.phpt]
       
 21355 PASS Test get_headers() function: wrong type for argument format [ext/standard/tests/url/get_headers_error_002.phpt] 
       
 21356 TEST 10757/11279 [ext/standard/tests/url/parse_url_basic_001.phpt]
       
 21357 PASS Test parse_url() function: Parse a load of URLs without specifying the component [ext/standard/tests/url/parse_url_basic_001.phpt] 
       
 21358 TEST 10758/11279 [ext/standard/tests/url/parse_url_basic_002.phpt]
       
 21359 PASS Test parse_url() function: Parse a load of URLs without specifying PHP_URL_SCHEME as the URL component [ext/standard/tests/url/parse_url_basic_002.phpt] 
       
 21360 TEST 10759/11279 [ext/standard/tests/url/parse_url_basic_003.phpt]
       
 21361 PASS Test parse_url() function: Parse a load of URLs without specifying PHP_URL_HOST as the URL component [ext/standard/tests/url/parse_url_basic_003.phpt] 
       
 21362 TEST 10760/11279 [ext/standard/tests/url/parse_url_basic_004.phpt]
       
 21363 PASS Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PORT as the URL component [ext/standard/tests/url/parse_url_basic_004.phpt] 
       
 21364 TEST 10761/11279 [ext/standard/tests/url/parse_url_basic_005.phpt]
       
 21365 PASS Test parse_url() function: Parse a load of URLs without specifying PHP_URL_USER as the URL component [ext/standard/tests/url/parse_url_basic_005.phpt] 
       
 21366 TEST 10762/11279 [ext/standard/tests/url/parse_url_basic_006.phpt]
       
 21367 PASS Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PASS as the URL component [ext/standard/tests/url/parse_url_basic_006.phpt] 
       
 21368 TEST 10763/11279 [ext/standard/tests/url/parse_url_basic_007.phpt]
       
 21369 PASS Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PATH as the URL component [ext/standard/tests/url/parse_url_basic_007.phpt] 
       
 21370 TEST 10764/11279 [ext/standard/tests/url/parse_url_basic_008.phpt]
       
 21371 PASS Test parse_url() function: Parse a load of URLs without specifying PHP_URL_QUERY as the URL component [ext/standard/tests/url/parse_url_basic_008.phpt] 
       
 21372 TEST 10765/11279 [ext/standard/tests/url/parse_url_basic_009.phpt]
       
 21373 PASS Test parse_url() function: Parse a load of URLs without specifying PHP_URL_FRAGMENT as the URL component [ext/standard/tests/url/parse_url_basic_009.phpt] 
       
 21374 TEST 10766/11279 [ext/standard/tests/url/parse_url_basic_010.phpt]
       
 21375 PASS Test parse_url() function : check values of URL related constants [ext/standard/tests/url/parse_url_basic_010.phpt] 
       
 21376 TEST 10767/11279 [ext/standard/tests/url/parse_url_error_001.phpt]
       
 21377 PASS Test parse_url() function : error conditions - wrong number of args [ext/standard/tests/url/parse_url_error_001.phpt] 
       
 21378 TEST 10768/11279 [ext/standard/tests/url/parse_url_error_002.phpt]
       
 21379 PASS Test parse_url() function: url component specifier out of range [ext/standard/tests/url/parse_url_error_002.phpt] 
       
 21380 TEST 10769/11279 [ext/standard/tests/url/parse_url_variation_001.phpt]
       
 21381 PASS Test parse_url() function : usage variations  - unexpected type for arg 1. [ext/standard/tests/url/parse_url_variation_001.phpt] 
       
 21382 TEST 10770/11279 [ext/standard/tests/url/parse_url_variation_002_32bit.phpt]
       
 21383 PASS Test parse_url() function : usage variations  - unexpected type for arg 2. [ext/standard/tests/url/parse_url_variation_002_32bit.phpt] 
       
 21384 TEST 10771/11279 [ext/standard/tests/url/parse_url_variation_002_64bit.phpt]
       
 21385 SKIP Test parse_url() function : usage variations  - unexpected type for arg 2. [ext/standard/tests/url/parse_url_variation_002_64bit.phpt] reason: this test is for 64bit platforms only
       
 21386 TEST 10772/11279 [ext/standard/tests/url/rawurldecode_error_001.phpt]
       
 21387 PASS Test rawurldecode() function : error conditions - wrong number of args [ext/standard/tests/url/rawurldecode_error_001.phpt] 
       
 21388 TEST 10773/11279 [ext/standard/tests/url/rawurldecode_variation_001.phpt]
       
 21389 PASS Test rawurldecode() function : usage variations  - unexpected type for arg 1. [ext/standard/tests/url/rawurldecode_variation_001.phpt] 
       
 21390 TEST 10774/11279 [ext/standard/tests/url/rawurlencode_error_001.phpt]
       
 21391 PASS Test rawurlencode() function : error conditions [ext/standard/tests/url/rawurlencode_error_001.phpt] 
       
 21392 TEST 10775/11279 [ext/standard/tests/url/rawurlencode_variation_001.phpt]
       
 21393 PASS Test rawurlencode() function : usage variations  - unexpected type for arg 1. [ext/standard/tests/url/rawurlencode_variation_001.phpt] 
       
 21394 TEST 10776/11279 [ext/standard/tests/url/urldecode_error_001.phpt]
       
 21395 PASS Test urldecode() function : error conditions [ext/standard/tests/url/urldecode_error_001.phpt] 
       
 21396 TEST 10777/11279 [ext/standard/tests/url/urldecode_variation_001.phpt]
       
 21397 PASS Test urldecode() function : usage variations  - <type here specifics of this variation> [ext/standard/tests/url/urldecode_variation_001.phpt] 
       
 21398 TEST 10778/11279 [ext/standard/tests/url/urlencode_error_001.phpt]
       
 21399 PASS Test urlencode() function : error conditions [ext/standard/tests/url/urlencode_error_001.phpt] 
       
 21400 TEST 10779/11279 [ext/standard/tests/url/urlencode_variation_001.phpt]
       
 21401 PASS Test urlencode() function : usage variations  - <type here specifics of this variation> [ext/standard/tests/url/urlencode_variation_001.phpt] 
       
 21402 TEST 10780/11279 [ext/standard/tests/versioning/php_sapi_name.phpt]
       
 21403 PASS php_sapi_name test [ext/standard/tests/versioning/php_sapi_name.phpt] 
       
 21404 SKIP php_sapi_name() function when switching to webserver by using post [ext/standard/tests/versioning/php_sapi_name_variation001.phpt] reason: CGI not available
       
 21405 TEST 10782/11279 [ext/standard/tests/versioning/version_compare.phpt]
       
 21406 PASS version_compare test [ext/standard/tests/versioning/version_compare.phpt] 
       
 21407 TEST 10783/11279 [ext/standard/tests/zend_logo_guid.phpt]
       
 21408 PASS Checking the zend_logo_guid() function [ext/standard/tests/zend_logo_guid.phpt] 
       
 21409 TEST 10784/11279 [ext/sysvmsg/tests/001.phpt]
       
 21410 PASS send/receive serialized message. [ext/sysvmsg/tests/001.phpt] 
       
 21411 TEST 10785/11279 [ext/sysvmsg/tests/002.phpt]
       
 21412 PASS msg_receive() should return false when unserialize() failed [ext/sysvmsg/tests/002.phpt] 
       
 21413 TEST 10786/11279 [ext/sysvmsg/tests/003.phpt]
       
 21414 PASS msg_queue_exists() [ext/sysvmsg/tests/003.phpt] 
       
 21415 TEST 10787/11279 [ext/sysvmsg/tests/004.phpt]
       
 21416 FAIL msg_set_queue() and msg_stat_queue() [ext/sysvmsg/tests/004.phpt] 
       
 21417 TEST 10788/11279 [ext/sysvmsg/tests/005.phpt]
       
 21418 PASS sysvmsg functions on non-existing queue [ext/sysvmsg/tests/005.phpt] 
       
 21419 TEST 10789/11279 [ext/sysvmsg/tests/006.phpt]
       
 21420 PASS msg_send() data types when not serializing [ext/sysvmsg/tests/006.phpt] 
       
 21421 TEST 10790/11279 [ext/sysvsem/tests/sysv.phpt]
       
 21422 PASS General semaphore and shared memory test [ext/sysvsem/tests/sysv.phpt] 
       
 21423 TEST 10791/11279 [ext/sysvshm/tests/001.phpt]
       
 21424 PASS ftok() tests [ext/sysvshm/tests/001.phpt] 
       
 21425 TEST 10792/11279 [ext/sysvshm/tests/002.phpt]
       
 21426 FAIL shm_attach() tests [ext/sysvshm/tests/002.phpt] 
       
 21427 TEST 10793/11279 [ext/sysvshm/tests/003.phpt]
       
 21428 PASS shm_detach() tests [ext/sysvshm/tests/003.phpt] 
       
 21429 TEST 10794/11279 [ext/sysvshm/tests/004.phpt]
       
 21430 PASS shm_put_var() tests [ext/sysvshm/tests/004.phpt] 
       
 21431 TEST 10795/11279 [ext/sysvshm/tests/005.phpt]
       
 21432 PASS shm_get_var() tests [ext/sysvshm/tests/005.phpt] 
       
 21433 TEST 10796/11279 [ext/sysvshm/tests/006.phpt]
       
 21434 PASS shm_remove_var() tests [ext/sysvshm/tests/006.phpt] 
       
 21435 TEST 10797/11279 [ext/sysvshm/tests/007.phpt]
       
 21436 FAIL shm_remove() tests [ext/sysvshm/tests/007.phpt] 
       
 21437 TEST 10798/11279 [ext/tidy/tests/001.phpt]
       
 21438 PASS Check for tidy presence [ext/tidy/tests/001.phpt] 
       
 21439 TEST 10799/11279 [ext/tidy/tests/002.phpt]
       
 21440 PASS tidy_parse_string() [ext/tidy/tests/002.phpt] 
       
 21441 TEST 10800/11279 [ext/tidy/tests/003.phpt]
       
 21442 PASS tidy_clean_repair() [ext/tidy/tests/003.phpt] 
       
 21443 TEST 10801/11279 [ext/tidy/tests/004.phpt]
       
 21444 PASS tidy_diagnose() [ext/tidy/tests/004.phpt] 
       
 21445 TEST 10802/11279 [ext/tidy/tests/005.phpt]
       
 21446 PASS tidy_parse_file() [ext/tidy/tests/005.phpt] 
       
 21447 TEST 10803/11279 [ext/tidy/tests/006.phpt]
       
 21448 PASS Verbose tidy_get_error_buffer() [ext/tidy/tests/006.phpt] 
       
 21449 TEST 10804/11279 [ext/tidy/tests/007.phpt]
       
 21450 PASS Verbose  tidy_getopt() [ext/tidy/tests/007.phpt] 
       
 21451 TEST 10805/11279 [ext/tidy/tests/008.phpt]
       
 21452 PASS Accessing the error buffer via $obj->error_buf... [ext/tidy/tests/008.phpt] 
       
 21453 TEST 10806/11279 [ext/tidy/tests/009.phpt]
       
 21454 PASS tidy_doc object overloading [ext/tidy/tests/009.phpt] 
       
 21455 TEST 10807/11279 [ext/tidy/tests/010.phpt]
       
 21456 PASS Accessing root, body, html, and head nodes.. [ext/tidy/tests/010.phpt] 
       
 21457 TEST 10808/11279 [ext/tidy/tests/011.phpt]
       
 21458 PASS Accessing attributes of a node [ext/tidy/tests/011.phpt] 
       
 21459 TEST 10809/11279 [ext/tidy/tests/012.phpt]
       
 21460 PASS Accessing children nodes [ext/tidy/tests/012.phpt] 
       
 21461 TEST 10810/11279 [ext/tidy/tests/013.phpt]
       
 21462 PASS Parsing a file using constructor [ext/tidy/tests/013.phpt] 
       
 21463 TEST 10811/11279 [ext/tidy/tests/014.phpt]
       
 21464 PASS Passing configuration options through tidy_parse_string(). [ext/tidy/tests/014.phpt] 
       
 21465 TEST 10812/11279 [ext/tidy/tests/015.phpt]
       
 21466 PASS Passing configuration options through tidy_parse_file(). [ext/tidy/tests/015.phpt] 
       
 21467 TEST 10813/11279 [ext/tidy/tests/016.phpt]
       
 21468 PASS Passing configuration file through tidy_parse_file() (may fail with buggy libtidy) [ext/tidy/tests/016.phpt] 
       
 21469 TEST 10814/11279 [ext/tidy/tests/017.phpt]
       
 21470 PASS The Tidy Output Buffer Filter [ext/tidy/tests/017.phpt] 
       
 21471 TEST 10815/11279 [ext/tidy/tests/018.phpt]
       
 21472 PASS binary safety [ext/tidy/tests/018.phpt] 
       
 21473 TEST 10816/11279 [ext/tidy/tests/019.phpt]
       
 21474 PASS tidy_repair_*() and invalid parameters [ext/tidy/tests/019.phpt] 
       
 21475 TEST 10817/11279 [ext/tidy/tests/020.phpt]
       
 21476 PASS OO API [ext/tidy/tests/020.phpt] 
       
 21477 TEST 10818/11279 [ext/tidy/tests/021.phpt]
       
 21478 PASS tidy_get_opt_doc() [ext/tidy/tests/021.phpt] 
       
 21479 TEST 10819/11279 [ext/tidy/tests/022.phpt]
       
 21480 PASS tidy_repair_*() and invalid parameters [ext/tidy/tests/022.phpt] 
       
 21481 TEST 10820/11279 [ext/tidy/tests/023.phpt]
       
 21482 PASS tidy and tidyNode OO [ext/tidy/tests/023.phpt] 
       
 21483 TEST 10821/11279 [ext/tidy/tests/024.phpt]
       
 21484 PASS libtidy handling of 'new-blocklevel-tags' [ext/tidy/tests/024.phpt] 
       
 21485 TEST 10822/11279 [ext/tidy/tests/025.phpt]
       
 21486 PASS tidyNode tests [ext/tidy/tests/025.phpt] 
       
 21487 TEST 10823/11279 [ext/tidy/tests/026.phpt]
       
 21488 PASS tidy.clean_output test [ext/tidy/tests/026.phpt] 
       
 21489 TEST 10824/11279 [ext/tidy/tests/027.phpt]
       
 21490 PASS Bug: tidy segfaults with markup=false [ext/tidy/tests/027.phpt] 
       
 21491 TEST 10825/11279 [ext/tidy/tests/028.phpt]
       
 21492 PASS tidyNode::getParent() [ext/tidy/tests/028.phpt] 
       
 21493 TEST 10826/11279 [ext/tidy/tests/029.phpt]
       
 21494 PASS tidy_get_body() crash [ext/tidy/tests/029.phpt] 
       
 21495 TEST 10827/11279 [ext/tidy/tests/030.phpt]
       
 21496 PASS getConfig() method - basic test for getConfig() [ext/tidy/tests/030.phpt] 
       
 21497 TEST 10828/11279 [ext/tidy/tests/031.phpt]
       
 21498 PASS tidy_config_count() function - basic test for tidy_config_count() [ext/tidy/tests/031.phpt] 
       
 21499 TEST 10829/11279 [ext/tidy/tests/032.phpt]
       
 21500 PASS tidy_error_count() function - basic test for tidy_error_count() [ext/tidy/tests/032.phpt] 
       
 21501 TEST 10830/11279 [ext/tidy/tests/033.phpt]
       
 21502 PASS tidy_warning_count() function - basic test for tidy_warning_count() [ext/tidy/tests/033.phpt] 
       
 21503 TEST 10831/11279 [ext/tidy/tests/034.phpt]
       
 21504 PASS tidy_access_count() function - basic test for tidy_access_count() [ext/tidy/tests/034.phpt] 
       
 21505 TEST 10832/11279 [ext/tidy/tests/035.phpt]
       
 21506 PASS tidyNode::__construct() [ext/tidy/tests/035.phpt] 
       
 21507 TEST 10833/11279 [ext/tidy/tests/bug54682.phpt]
       
 21508 PASS Tidy::diagnose() NULL pointer dereference [ext/tidy/tests/bug54682.phpt] 
       
 21509 TEST 10834/11279 [ext/tidy/tests/bug_50558.phpt]
       
 21510 PASS Bug #50558 - Broken object model when extending tidy [ext/tidy/tests/bug_50558.phpt] 
       
 21511 TEST 10835/11279 [ext/tidy/tests/tidy_error.phpt]
       
 21512 PASS Ensure tidy_get_status() returns correct status [ext/tidy/tests/tidy_error.phpt] 
       
 21513 TEST 10836/11279 [ext/tidy/tests/tidy_error1.phpt]
       
 21514 PASS Notice triggered by invalid configuration options [ext/tidy/tests/tidy_error1.phpt] 
       
 21515 TEST 10837/11279 [ext/tokenizer/tests/001.phpt]
       
 21516 PASS token_name() [ext/tokenizer/tests/001.phpt] 
       
 21517 TEST 10838/11279 [ext/tokenizer/tests/002.phpt]
       
 21518 PASS token_get_all() [ext/tokenizer/tests/002.phpt] 
       
 21519 TEST 10839/11279 [ext/tokenizer/tests/003.phpt]
       
 21520 PASS token_get_all() and wrong parameters [ext/tokenizer/tests/003.phpt] 
       
 21521 TEST 10840/11279 [ext/tokenizer/tests/bug26463.phpt]
       
 21522 PASS Bug #26463 (token_get_all() does not correctly handle semicolons after T_END_HEREDOC) [ext/tokenizer/tests/bug26463.phpt] 
       
 21523 TEST 10841/11279 [ext/tokenizer/tests/bug54089.phpt]
       
 21524 PASS Bug #54089 (token_get_all() does not stop after __halt_compiler) [ext/tokenizer/tests/bug54089.phpt] 
       
 21525 TEST 10842/11279 [ext/tokenizer/tests/token_get_all_basic.phpt]
       
 21526 PASS Test token_get_all() function : basic functionality [ext/tokenizer/tests/token_get_all_basic.phpt] 
       
 21527 TEST 10843/11279 [ext/tokenizer/tests/token_get_all_error.phpt]
       
 21528 PASS Test token_get_all() function : error conditions [ext/tokenizer/tests/token_get_all_error.phpt] 
       
 21529 TEST 10844/11279 [ext/tokenizer/tests/token_get_all_variation1.phpt]
       
 21530 PASS Test token_get_all() function : usage variations - unexpected values for 'source' argument [ext/tokenizer/tests/token_get_all_variation1.phpt] 
       
 21531 TEST 10845/11279 [ext/tokenizer/tests/token_get_all_variation10.phpt]
       
 21532 PASS Test token_get_all() function : usage variations - with constant tokens [ext/tokenizer/tests/token_get_all_variation10.phpt] 
       
 21533 TEST 10846/11279 [ext/tokenizer/tests/token_get_all_variation11.phpt]
       
 21534 PASS Test token_get_all() function : usage variations - with control structure tokens [ext/tokenizer/tests/token_get_all_variation11.phpt] 
       
 21535 TEST 10847/11279 [ext/tokenizer/tests/token_get_all_variation12.phpt]
       
 21536 PASS Test token_get_all() function : usage variations - with predefined language constants [ext/tokenizer/tests/token_get_all_variation12.phpt] 
       
 21537 TEST 10848/11279 [ext/tokenizer/tests/token_get_all_variation13.phpt]
       
 21538 PASS Test token_get_all() function : usage variations - with class/object constructs [ext/tokenizer/tests/token_get_all_variation13.phpt] 
       
 21539 TEST 10849/11279 [ext/tokenizer/tests/token_get_all_variation14.phpt]
       
 21540 PASS Test token_get_all() function : usage variations - invalid token values [ext/tokenizer/tests/token_get_all_variation14.phpt] 
       
 21541 TEST 10850/11279 [ext/tokenizer/tests/token_get_all_variation15.phpt]
       
 21542 PASS Test token_get_all() function : usage variations - heredoc string for 'source' [ext/tokenizer/tests/token_get_all_variation15.phpt] 
       
 21543 TEST 10851/11279 [ext/tokenizer/tests/token_get_all_variation16.phpt]
       
 21544 PASS Test token_get_all() function : usage variations - with function constructs [ext/tokenizer/tests/token_get_all_variation16.phpt] 
       
 21545 TEST 10852/11279 [ext/tokenizer/tests/token_get_all_variation17.phpt]
       
 21546 PASS Test token_get_all() function : usage variations - with exception keywords [ext/tokenizer/tests/token_get_all_variation17.phpt] 
       
 21547 TEST 10853/11279 [ext/tokenizer/tests/token_get_all_variation18.phpt]
       
 21548 PASS Test token_get_all() function : usage variations - with HTML code [ext/tokenizer/tests/token_get_all_variation18.phpt] 
       
 21549 TEST 10854/11279 [ext/tokenizer/tests/token_get_all_variation19.phpt]
       
 21550 PASS Reconstructing a script using token_get_all() [ext/tokenizer/tests/token_get_all_variation19.phpt] 
       
 21551 TEST 10855/11279 [ext/tokenizer/tests/token_get_all_variation2.phpt]
       
 21552 PASS Test token_get_all() function : usage variations - with different arithmetic operators [ext/tokenizer/tests/token_get_all_variation2.phpt] 
       
 21553 TEST 10856/11279 [ext/tokenizer/tests/token_get_all_variation3.phpt]
       
 21554 PASS Test token_get_all() function : usage variations - with logical operators [ext/tokenizer/tests/token_get_all_variation3.phpt] 
       
 21555 TEST 10857/11279 [ext/tokenizer/tests/token_get_all_variation4.phpt]
       
 21556 PASS Test token_get_all() function : usage variations - with comparison operators [ext/tokenizer/tests/token_get_all_variation4.phpt] 
       
 21557 TEST 10858/11279 [ext/tokenizer/tests/token_get_all_variation5.phpt]
       
 21558 PASS Test token_get_all() function : usage variations - with assignment operators [ext/tokenizer/tests/token_get_all_variation5.phpt] 
       
 21559 TEST 10859/11279 [ext/tokenizer/tests/token_get_all_variation6.phpt]
       
 21560 PASS Test token_get_all() function : usage variations - with bitwise operators [ext/tokenizer/tests/token_get_all_variation6.phpt] 
       
 21561 TEST 10860/11279 [ext/tokenizer/tests/token_get_all_variation7.phpt]
       
 21562 PASS Test token_get_all() function : usage variations - with increment/decrement operators [ext/tokenizer/tests/token_get_all_variation7.phpt] 
       
 21563 TEST 10861/11279 [ext/tokenizer/tests/token_get_all_variation8.phpt]
       
 21564 PASS Test token_get_all() function : usage variations - with type casting operators [ext/tokenizer/tests/token_get_all_variation8.phpt] 
       
 21565 TEST 10862/11279 [ext/tokenizer/tests/token_get_all_variation9.phpt]
       
 21566 PASS Test token_get_all() function : usage variations - with different types of comments [ext/tokenizer/tests/token_get_all_variation9.phpt] 
       
 21567 TEST 10863/11279 [ext/xml/tests/bug25666.phpt]
       
 21568 PASS Bug #25666 (XML namespaces broken in libxml-based SAX interface) [ext/xml/tests/bug25666.phpt] 
       
 21569 TEST 10864/11279 [ext/xml/tests/bug26528.phpt]
       
 21570 PASS Bug #26528 (HTML entities are not being decoded) [ext/xml/tests/bug26528.phpt] 
       
 21571 TEST 10865/11279 [ext/xml/tests/bug26614.phpt]
       
 21572 SKIP Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614.phpt] reason: expat test
       
 21573 TEST 10866/11279 [ext/xml/tests/bug26614_libxml.phpt]
       
 21574 PASS Bug #26614 (CDATA sections skipped on line count) [ext/xml/tests/bug26614_libxml.phpt] 
       
 21575 TEST 10867/11279 [ext/xml/tests/bug27908.phpt]
       
 21576 PASS Bug #27908 (default handler not being called) [ext/xml/tests/bug27908.phpt] 
       
 21577 TEST 10868/11279 [ext/xml/tests/bug30266.phpt]
       
 21578 PASS Bug #30266 (Invalid opcode 137/1/8) [ext/xml/tests/bug30266.phpt] 
       
 21579 TEST 10869/11279 [ext/xml/tests/bug32001.phpt]
       
 21580 PASS Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt] 
       
 21581 TEST 10870/11279 [ext/xml/tests/bug32001b.phpt]
       
 21582 SKIP Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using EUC-JP, Shift_JIS, GB2312 [ext/xml/tests/bug32001b.phpt] reason: libxml2 does not support EUC-JP encoding
       
 21583 TEST 10871/11279 [ext/xml/tests/bug35447.phpt]
       
 21584 PASS Bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM) [ext/xml/tests/bug35447.phpt] 
       
 21585 TEST 10872/11279 [ext/xml/tests/bug43957.phpt]
       
 21586 PASS Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string) [ext/xml/tests/bug43957.phpt] 
       
 21587 TEST 10873/11279 [ext/xml/tests/bug46699.phpt]
       
 21588 PASS Bug #46699: (xml_parse crash when parser is namespace aware) [ext/xml/tests/bug46699.phpt] 
       
 21589 TEST 10874/11279 [ext/xml/tests/bug49687.phpt]
       
 21590 PASS Bug #49687 Several utf8_decode deficiencies and vulnerabilities [ext/xml/tests/bug49687.phpt] 
       
 21591 TEST 10875/11279 [ext/xml/tests/bug50576.phpt]
       
 21592 PASS Bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect) [ext/xml/tests/bug50576.phpt] 
       
 21593 TEST 10876/11279 [ext/xml/tests/bug65236.phpt]
       
 21594 PASS Bug #65236 (heap corruption in xml parser) [ext/xml/tests/bug65236.phpt] 
       
 21595 TEST 10877/11279 [ext/xml/tests/utf8_decode_error.phpt]
       
 21596 PASS Test utf8_decode() function : error conditions [ext/xml/tests/utf8_decode_error.phpt] 
       
 21597 TEST 10878/11279 [ext/xml/tests/utf8_decode_variation1.phpt]
       
 21598 PASS Test utf8_decode() function : usage variations  - different types for data [ext/xml/tests/utf8_decode_variation1.phpt] 
       
 21599 TEST 10879/11279 [ext/xml/tests/utf8_encode_error.phpt]
       
 21600 PASS Test utf8_encode() function : error conditions [ext/xml/tests/utf8_encode_error.phpt] 
       
 21601 TEST 10880/11279 [ext/xml/tests/utf8_encode_variation1.phpt]
       
 21602 PASS Test utf8_encode() function : usage variations  - <type here specifics of this variation> [ext/xml/tests/utf8_encode_variation1.phpt] 
       
 21603 TEST 10881/11279 [ext/xml/tests/xml001.phpt]
       
 21604 SKIP XML parser test, function callbacks [ext/xml/tests/xml001.phpt] reason: this test is not intended for libxml SAX parser
       
 21605 TEST 10882/11279 [ext/xml/tests/xml002.phpt]
       
 21606 SKIP XML parser test, object tuple callbacks [ext/xml/tests/xml002.phpt] reason: this test is not intended for libxml SAX parser
       
 21607 TEST 10883/11279 [ext/xml/tests/xml003.phpt]
       
 21608 SKIP XML parser test, xml_set_object callbacks [ext/xml/tests/xml003.phpt] reason: this test is not intended for libxml SAX parser
       
 21609 TEST 10884/11279 [ext/xml/tests/xml004.phpt]
       
 21610 PASS XML parser case folding test [ext/xml/tests/xml004.phpt] 
       
 21611 TEST 10885/11279 [ext/xml/tests/xml006.phpt]
       
 21612 PASS UTF-8<->ISO Latin 1 encoding/decoding test [ext/xml/tests/xml006.phpt] 
       
 21613 TEST 10886/11279 [ext/xml/tests/xml007.phpt]
       
 21614 SKIP xml_parse_into_struct/umlauts in tags [ext/xml/tests/xml007.phpt] reason: strtoupper on non-ascii not supported on this platform
       
 21615 TEST 10887/11279 [ext/xml/tests/xml009.phpt]
       
 21616 PASS XML parser test, default namespaces [ext/xml/tests/xml009.phpt] 
       
 21617 TEST 10888/11279 [ext/xml/tests/xml010.phpt]
       
 21618 PASS XML parser test, attributes [ext/xml/tests/xml010.phpt] 
       
 21619 TEST 10889/11279 [ext/xml/tests/xml011.phpt]
       
 21620 PASS XML Parser test: concat character data and set empty handlers [ext/xml/tests/xml011.phpt] 
       
 21621 TEST 10890/11279 [ext/xml/tests/xml_closures_001.phpt]
       
 21622 PASS XML parser test using closures as callbacks [ext/xml/tests/xml_closures_001.phpt] 
       
 21623 TEST 10891/11279 [ext/xml/tests/xml_error_string_error.phpt]
       
 21624 PASS Test xml_error_string() function : error conditions [ext/xml/tests/xml_error_string_error.phpt] 
       
 21625 TEST 10892/11279 [ext/xml/tests/xml_error_string_variation1.phpt]
       
 21626 PASS Test xml_error_string() function : usage variations  - test different types for code [ext/xml/tests/xml_error_string_variation1.phpt] 
       
 21627 TEST 10893/11279 [ext/xml/tests/xml_get_current_byte_index_error.phpt]
       
 21628 PASS Test xml_get_current_byte_index() function : error conditions [ext/xml/tests/xml_get_current_byte_index_error.phpt] 
       
 21629 TEST 10894/11279 [ext/xml/tests/xml_get_current_byte_index_variation1.phpt]
       
 21630 PASS Test xml_get_current_byte_index() function : usage variations  - <type here specifics of this variation> [ext/xml/tests/xml_get_current_byte_index_variation1.phpt] 
       
 21631 TEST 10895/11279 [ext/xml/tests/xml_get_current_column_number_error.phpt]
       
 21632 PASS Test xml_get_current_column_number() function : error conditions [ext/xml/tests/xml_get_current_column_number_error.phpt] 
       
 21633 TEST 10896/11279 [ext/xml/tests/xml_get_current_column_number_variation1.phpt]
       
 21634 PASS Test xml_get_current_column_number() function : usage variations [ext/xml/tests/xml_get_current_column_number_variation1.phpt] 
       
 21635 TEST 10897/11279 [ext/xml/tests/xml_get_current_line_number_error.phpt]
       
 21636 PASS Test xml_get_current_line_number() function : error conditions [ext/xml/tests/xml_get_current_line_number_error.phpt] 
       
 21637 TEST 10898/11279 [ext/xml/tests/xml_get_current_line_number_variation1.phpt]
       
 21638 PASS Test xml_get_current_line_number() function : usage variations [ext/xml/tests/xml_get_current_line_number_variation1.phpt] 
       
 21639 TEST 10899/11279 [ext/xml/tests/xml_get_error_code_error.phpt]
       
 21640 PASS Test xml_get_error_code() function : error conditions [ext/xml/tests/xml_get_error_code_error.phpt] 
       
 21641 TEST 10900/11279 [ext/xml/tests/xml_get_error_code_variation1.phpt]
       
 21642 PASS Test xml_get_error_code() function : usage variations [ext/xml/tests/xml_get_error_code_variation1.phpt] 
       
 21643 TEST 10901/11279 [ext/xml/tests/xml_parse_error.phpt]
       
 21644 PASS Test xml_parse() function : error conditions [ext/xml/tests/xml_parse_error.phpt] 
       
 21645 TEST 10902/11279 [ext/xml/tests/xml_parse_into_struct_error.phpt]
       
 21646 PASS Test xml_parse_into_struct() function : error conditions [ext/xml/tests/xml_parse_into_struct_error.phpt] 
       
 21647 TEST 10903/11279 [ext/xml/tests/xml_parse_into_struct_variation.phpt]
       
 21648 PASS Test xml_parse_into_struct() function : variation [ext/xml/tests/xml_parse_into_struct_variation.phpt] 
       
 21649 TEST 10904/11279 [ext/xml/tests/xml_parse_into_struct_variation1.phpt]
       
 21650 PASS Test xml_parse_into_struct() function : usage variations  - different types for parser [ext/xml/tests/xml_parse_into_struct_variation1.phpt] 
       
 21651 TEST 10905/11279 [ext/xml/tests/xml_parse_variation1.phpt]
       
 21652 PASS Test xml_parse() function : usage variations  - different types of parser [ext/xml/tests/xml_parse_variation1.phpt] 
       
 21653 TEST 10906/11279 [ext/xml/tests/xml_parser_create_error.phpt]
       
 21654 PASS Test xml_parser_create() function : error conditions [ext/xml/tests/xml_parser_create_error.phpt] 
       
 21655 TEST 10907/11279 [ext/xml/tests/xml_parser_create_ns_error.phpt]
       
 21656 PASS Test xml_parser_create_ns() function : error conditions [ext/xml/tests/xml_parser_create_ns_error.phpt] 
       
 21657 TEST 10908/11279 [ext/xml/tests/xml_parser_create_ns_variation1.phpt]
       
 21658 PASS Test xml_parser_create_ns() function : usage variations [ext/xml/tests/xml_parser_create_ns_variation1.phpt] 
       
 21659 TEST 10909/11279 [ext/xml/tests/xml_parser_create_variation1.phpt]
       
 21660 PASS Test xml_parser_create() function : usage variations [ext/xml/tests/xml_parser_create_variation1.phpt] 
       
 21661 TEST 10910/11279 [ext/xml/tests/xml_parser_free_error.phpt]
       
 21662 PASS Test xml_parser_free() function : error conditions [ext/xml/tests/xml_parser_free_error.phpt] 
       
 21663 TEST 10911/11279 [ext/xml/tests/xml_parser_free_variation1.phpt]
       
 21664 PASS Test xml_parser_free() function : usage variations [ext/xml/tests/xml_parser_free_variation1.phpt] 
       
 21665 TEST 10912/11279 [ext/xml/tests/xml_parser_get_option_error.phpt]
       
 21666 PASS Test xml_parser_get_option() function : error conditions [ext/xml/tests/xml_parser_get_option_error.phpt] 
       
 21667 TEST 10913/11279 [ext/xml/tests/xml_parser_get_option_variation1.phpt]
       
 21668 PASS Test xml_parser_get_option() function : usage variations [ext/xml/tests/xml_parser_get_option_variation1.phpt] 
       
 21669 TEST 10914/11279 [ext/xml/tests/xml_parser_get_option_variation2.phpt]
       
 21670 PASS Test xml_parser_get_option() function : usage variations [ext/xml/tests/xml_parser_get_option_variation2.phpt] 
       
 21671 TEST 10915/11279 [ext/xml/tests/xml_parser_set_option_basic.phpt]
       
 21672 PASS Test xml_set_notation_decl_handler function : basic [ext/xml/tests/xml_parser_set_option_basic.phpt] 
       
 21673 TEST 10916/11279 [ext/xml/tests/xml_parser_set_option_error.phpt]
       
 21674 PASS Test xml_parser_set_option() function : error conditions [ext/xml/tests/xml_parser_set_option_error.phpt] 
       
 21675 TEST 10917/11279 [ext/xml/tests/xml_parser_set_option_variation1.phpt]
       
 21676 PASS Test xml_parser_set_option() function : usage variations [ext/xml/tests/xml_parser_set_option_variation1.phpt] 
       
 21677 TEST 10918/11279 [ext/xml/tests/xml_parser_set_option_variation2.phpt]
       
 21678 PASS Test xml_parser_set_option() function : usage variations [ext/xml/tests/xml_parser_set_option_variation2.phpt] 
       
 21679 TEST 10919/11279 [ext/xml/tests/xml_parser_set_option_variation3.phpt]
       
 21680 PASS Test xml_parser_set_option() function : usage variations [ext/xml/tests/xml_parser_set_option_variation3.phpt] 
       
 21681 TEST 10920/11279 [ext/xml/tests/xml_set_character_data_handler_error.phpt]
       
 21682 PASS Test xml_set_character_data_handler() function : error conditions [ext/xml/tests/xml_set_character_data_handler_error.phpt] 
       
 21683 TEST 10921/11279 [ext/xml/tests/xml_set_character_data_handler_variation1.phpt]
       
 21684 PASS Test xml_set_character_data_handler() function : usage variations [ext/xml/tests/xml_set_character_data_handler_variation1.phpt] 
       
 21685 TEST 10922/11279 [ext/xml/tests/xml_set_default_handler_error.phpt]
       
 21686 PASS Test xml_set_default_handler() function : error conditions [ext/xml/tests/xml_set_default_handler_error.phpt] 
       
 21687 TEST 10923/11279 [ext/xml/tests/xml_set_default_handler_variation1.phpt]
       
 21688 PASS Test xml_set_default_handler() function : usage variations  - test different types for parser [ext/xml/tests/xml_set_default_handler_variation1.phpt] 
       
 21689 TEST 10924/11279 [ext/xml/tests/xml_set_element_handler_error.phpt]
       
 21690 PASS Test xml_set_element_handler() function : error conditions [ext/xml/tests/xml_set_element_handler_error.phpt] 
       
 21691 TEST 10925/11279 [ext/xml/tests/xml_set_element_handler_variation1.phpt]
       
 21692 PASS Test xml_set_element_handler() function : usage variations  - test different types for parser [ext/xml/tests/xml_set_element_handler_variation1.phpt] 
       
 21693 TEST 10926/11279 [ext/xml/tests/xml_set_end_namespace_decl_handler_error.phpt]
       
 21694 PASS Test xml_set_end_namespace_decl_handler() function : error conditions [ext/xml/tests/xml_set_end_namespace_decl_handler_error.phpt] 
       
 21695 TEST 10927/11279 [ext/xml/tests/xml_set_end_namespace_decl_handler_variation1.phpt]
       
 21696 PASS Test xml_set_end_namespace_decl_handler() function : usage variations [ext/xml/tests/xml_set_end_namespace_decl_handler_variation1.phpt] 
       
 21697 TEST 10928/11279 [ext/xml/tests/xml_set_external_entity_ref_handler_error.phpt]
       
 21698 PASS Test xml_set_external_entity_ref_handler() function : error conditions [ext/xml/tests/xml_set_external_entity_ref_handler_error.phpt] 
       
 21699 TEST 10929/11279 [ext/xml/tests/xml_set_external_entity_ref_handler_variation1.phpt]
       
 21700 PASS Test xml_set_external_entity_ref_handler() function : usage variations [ext/xml/tests/xml_set_external_entity_ref_handler_variation1.phpt] 
       
 21701 TEST 10930/11279 [ext/xml/tests/xml_set_notation_decl_handler_basic.phpt]
       
 21702 PASS Test xml_set_notation_decl_handler function : basic [ext/xml/tests/xml_set_notation_decl_handler_basic.phpt] 
       
 21703 TEST 10931/11279 [ext/xml/tests/xml_set_notation_decl_handler_error.phpt]
       
 21704 PASS Test xml_set_notation_decl_handler() function : error conditions [ext/xml/tests/xml_set_notation_decl_handler_error.phpt] 
       
 21705 TEST 10932/11279 [ext/xml/tests/xml_set_notation_decl_handler_variation1.phpt]
       
 21706 PASS Test xml_set_notation_decl_handler() function : usage variations [ext/xml/tests/xml_set_notation_decl_handler_variation1.phpt] 
       
 21707 TEST 10933/11279 [ext/xml/tests/xml_set_object_error.phpt]
       
 21708 PASS Test xml_set_object() function : error conditions [ext/xml/tests/xml_set_object_error.phpt] 
       
 21709 TEST 10934/11279 [ext/xml/tests/xml_set_object_variation1.phpt]
       
 21710 PASS Test xml_set_object() function : usage variations [ext/xml/tests/xml_set_object_variation1.phpt] 
       
 21711 TEST 10935/11279 [ext/xml/tests/xml_set_object_variation2.phpt]
       
 21712 PASS Test xml_set_object() function : usage variations [ext/xml/tests/xml_set_object_variation2.phpt] 
       
 21713 TEST 10936/11279 [ext/xml/tests/xml_set_processing_instruction_handler_basic.phpt]
       
 21714 PASS Test xml_set_processing_instruction_handler function : basic [ext/xml/tests/xml_set_processing_instruction_handler_basic.phpt] 
       
 21715 TEST 10937/11279 [ext/xml/tests/xml_set_processing_instruction_handler_error.phpt]
       
 21716 PASS Test xml_set_processing_instruction_handler() function : error conditions [ext/xml/tests/xml_set_processing_instruction_handler_error.phpt] 
       
 21717 TEST 10938/11279 [ext/xml/tests/xml_set_processing_instruction_handler_variation1.phpt]
       
 21718 PASS Test xml_set_processing_instruction_handler() function : usage variations [ext/xml/tests/xml_set_processing_instruction_handler_variation1.phpt] 
       
 21719 TEST 10939/11279 [ext/xml/tests/xml_set_start_namespace_decl_handler_basic.phpt]
       
 21720 PASS Test xml_set_start_namespace_decl_handler function: basic [ext/xml/tests/xml_set_start_namespace_decl_handler_basic.phpt] 
       
 21721 TEST 10940/11279 [ext/xml/tests/xml_set_start_namespace_decl_handler_error.phpt]
       
 21722 PASS Test xml_set_start_namespace_decl_handler() function : error conditions [ext/xml/tests/xml_set_start_namespace_decl_handler_error.phpt] 
       
 21723 TEST 10941/11279 [ext/xml/tests/xml_set_start_namespace_decl_handler_variation1.phpt]
       
 21724 PASS Test xml_set_start_namespace_decl_handler() function : usage variations [ext/xml/tests/xml_set_start_namespace_decl_handler_variation1.phpt] 
       
 21725 TEST 10942/11279 [ext/xml/tests/xml_set_unparsed_entity_decl_handler_error.phpt]
       
 21726 PASS Test xml_set_unparsed_entity_decl_handler() function : error conditions [ext/xml/tests/xml_set_unparsed_entity_decl_handler_error.phpt] 
       
 21727 TEST 10943/11279 [ext/xml/tests/xml_set_unparsed_entity_decl_handler_variation1.phpt]
       
 21728 PASS Test xml_set_unparsed_entity_decl_handler() function : usage variations [ext/xml/tests/xml_set_unparsed_entity_decl_handler_variation1.phpt] 
       
 21729 TEST 10944/11279 [ext/xmlreader/tests/001.phpt]
       
 21730 PASS XMLReader: libxml2 XML Reader, string data [ext/xmlreader/tests/001.phpt] 
       
 21731 TEST 10945/11279 [ext/xmlreader/tests/002.phpt]
       
 21732 PASS XMLReader: libxml2 XML Reader, file data [ext/xmlreader/tests/002.phpt] 
       
 21733 TEST 10946/11279 [ext/xmlreader/tests/003.phpt]
       
 21734 PASS XMLReader: libxml2 XML Reader, attributes test [ext/xmlreader/tests/003.phpt] 
       
 21735 TEST 10947/11279 [ext/xmlreader/tests/004.phpt]
       
 21736 PASS XMLReader: libxml2 XML Reader, attributes test [ext/xmlreader/tests/004.phpt] 
       
 21737 TEST 10948/11279 [ext/xmlreader/tests/005.phpt]
       
 21738 PASS XMLReader: libxml2 XML Reader, parser property set/get [ext/xmlreader/tests/005.phpt] 
       
 21739 TEST 10949/11279 [ext/xmlreader/tests/006.phpt]
       
 21740 PASS XMLReader: libxml2 XML Reader, moveToElement [ext/xmlreader/tests/006.phpt] 
       
 21741 TEST 10950/11279 [ext/xmlreader/tests/007.phpt]
       
 21742 PASS XMLReader: libxml2 XML Reader, setRelaxNGSchema [ext/xmlreader/tests/007.phpt] 
       
 21743 TEST 10951/11279 [ext/xmlreader/tests/008.phpt]
       
 21744 PASS XMLReader: libxml2 XML Reader, DTD [ext/xmlreader/tests/008.phpt] 
       
 21745 TEST 10952/11279 [ext/xmlreader/tests/009.phpt]
       
 21746 PASS XMLReader: libxml2 XML Reader, next [ext/xmlreader/tests/009.phpt] 
       
 21747 TEST 10953/11279 [ext/xmlreader/tests/010.phpt]
       
 21748 PASS XMLReader: libxml2 XML Reader, next [ext/xmlreader/tests/010.phpt] 
       
 21749 TEST 10954/11279 [ext/xmlreader/tests/011.phpt]
       
 21750 PASS XMLReader: libxml2 XML Reader, string data [ext/xmlreader/tests/011.phpt] 
       
 21751 TEST 10955/11279 [ext/xmlreader/tests/012.phpt]
       
 21752 PASS XMLReader: accessing empty and non existing attributes [ext/xmlreader/tests/012.phpt] 
       
 21753 TEST 10956/11279 [ext/xmlreader/tests/013.phpt]
       
 21754 PASS XMLReader: Schema validation [ext/xmlreader/tests/013.phpt] 
       
 21755 TEST 10957/11279 [ext/xmlreader/tests/bug36743.phpt]
       
 21756 PASS Bug #36743 (In a class extending XMLReader array properties are not writable) [ext/xmlreader/tests/bug36743.phpt] 
       
 21757 TEST 10958/11279 [ext/xmlreader/tests/bug42139.phpt]
       
 21758 PASS Bug #42139 (XMLReader option constants are broken using XML()) [ext/xmlreader/tests/bug42139.phpt] 
       
 21759 TEST 10959/11279 [ext/xmlreader/tests/expand.phpt]
       
 21760 PASS XMLReader: Expand into existing DOM documet [ext/xmlreader/tests/expand.phpt] 
       
 21761 TEST 10960/11279 [ext/xmlrpc/tests/001.phpt]
       
 21762 PASS xmlrpc_encode_request() with wrong arguments [ext/xmlrpc/tests/001.phpt] 
       
 21763 TEST 10961/11279 [ext/xmlrpc/tests/002.phpt]
       
 21764 PASS xmlrpc_encode_request() and various arguments [ext/xmlrpc/tests/002.phpt] 
       
 21765 TEST 10962/11279 [ext/xmlrpc/tests/bug18916.phpt]
       
 21766 PASS Bug #18916 (xmlrpc_set_type() not working) [ext/xmlrpc/tests/bug18916.phpt] 
       
 21767 TEST 10963/11279 [ext/xmlrpc/tests/bug37057.phpt]
       
 21768 PASS Bug #37057 (xmlrpc_decode() may produce arrays with numeric string keys which are unaccessible) [ext/xmlrpc/tests/bug37057.phpt] 
       
 21769 TEST 10964/11279 [ext/xmlrpc/tests/bug38431.phpt]
       
 21770 PASS Bug #38431 (xmlrpc_get_type() crashes PHP on objects) [ext/xmlrpc/tests/bug38431.phpt] 
       
 21771 TEST 10965/11279 [ext/xmlrpc/tests/bug40576.phpt]
       
 21772 PASS Bug #40576 (double values are truncated to 6 decimal digits when encoding) [ext/xmlrpc/tests/bug40576.phpt] 
       
 21773 TEST 10966/11279 [ext/xmlrpc/tests/bug40576_64bit.phpt]
       
 21774 SKIP Bug #40576 (double values are truncated to 6 decimal digits when encoding) [ext/xmlrpc/tests/bug40576_64bit.phpt] reason: this test is for 64bit platform only
       
 21775 TEST 10967/11279 [ext/xmlrpc/tests/bug42189.phpt]
       
 21776 PASS Bug #42189 (xmlrpc_get_type() crashes PHP on invalid dates) [ext/xmlrpc/tests/bug42189.phpt] 
       
 21777 TEST 10968/11279 [ext/xmlrpc/tests/bug42736.phpt]
       
 21778 PASS Bug #42736 (xmlrpc_server_call_method() crashes) [ext/xmlrpc/tests/bug42736.phpt] 
       
 21779 TEST 10969/11279 [ext/xmlrpc/tests/bug44996.phpt]
       
 21780 PASS Bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime) [ext/xmlrpc/tests/bug44996.phpt] 
       
 21781 TEST 10970/11279 [ext/xmlrpc/tests/bug45226.phpt]
       
 21782 PASS Bug #45226 (xmlrpc_set_type() segfaults with valid ISO8601 date string) [ext/xmlrpc/tests/bug45226.phpt] 
       
 21783 TEST 10971/11279 [ext/xmlrpc/tests/bug45555.phpt]
       
 21784 PASS Bug #45555 (Segfault with invalid non-string as register_introspection_callback) [ext/xmlrpc/tests/bug45555.phpt] 
       
 21785 TEST 10972/11279 [ext/xmlrpc/tests/bug45556.phpt]
       
 21786 PASS Bug #45556 (Return value from callback isn't freed) [ext/xmlrpc/tests/bug45556.phpt] 
       
 21787 TEST 10973/11279 [ext/xmlrpc/tests/bug47818.phpt]
       
 21788 PASS Bug #47818 (Segfault due to bound callback param) [ext/xmlrpc/tests/bug47818.phpt] 
       
 21789 TEST 10974/11279 [ext/xmlrpc/tests/bug50282.phpt]
       
 21790 PASS Bug #50282 (xmlrpc_encode_request() changes object into array in calling function) [ext/xmlrpc/tests/bug50282.phpt] 
       
 21791 TEST 10975/11279 [ext/xmlrpc/tests/bug50285.phpt]
       
 21792 PASS Bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays) [ext/xmlrpc/tests/bug50285.phpt] 
       
 21793 TEST 10976/11279 [ext/xmlrpc/tests/bug50761.phpt]
       
 21794 PASS Bug #50761 (system.multiCall crashes) [ext/xmlrpc/tests/bug50761.phpt] 
       
 21795 TEST 10977/11279 [ext/xmlrpc/tests/bug51288.phpt]
       
 21796 PASS Bug #51288 (CVE-2010-0397, NULL pointer deref when no <methodName> in request) [ext/xmlrpc/tests/bug51288.phpt] 
       
 21797 TEST 10978/11279 [ext/xmlrpc/tests/bug61097.phpt]
       
 21798 PASS Bug #61097 (Memory leak in xmlrpc functions copying zvals) [ext/xmlrpc/tests/bug61097.phpt] 
       
 21799 TEST 10979/11279 [ext/xmlrpc/tests/bug61264.phpt]
       
 21800 PASS Bug #61264: xmlrpc_parse_method_descriptions leaks temporary variable [ext/xmlrpc/tests/bug61264.phpt] 
       
 21801 TEST 10980/11279 [ext/xmlrpc/tests/bug68027.phpt]
       
 21802 PASS Bug #68027 (buffer overflow in mkgmtime() function) [ext/xmlrpc/tests/bug68027.phpt] 
       
 21803 TEST 10981/11279 [ext/xmlwriter/tests/001.phpt]
       
 21804 PASS XMLWriter: libxml2 XML Writer, file buffer, flush [ext/xmlwriter/tests/001.phpt] 
       
 21805 TEST 10982/11279 [ext/xmlwriter/tests/002.phpt]
       
 21806 PASS XMLWriter: libxml2 XML Writer, membuffer, flush [ext/xmlwriter/tests/002.phpt] 
       
 21807 TEST 10983/11279 [ext/xmlwriter/tests/003.phpt]
       
 21808 PASS XMLWriter: libxml2 XML Writer, membuffer, flush, attribute [ext/xmlwriter/tests/003.phpt] 
       
 21809 TEST 10984/11279 [ext/xmlwriter/tests/004.phpt]
       
 21810 PASS XMLWriter: libxml2 XML Writer, file buffer, flush [ext/xmlwriter/tests/004.phpt] 
       
 21811 TEST 10985/11279 [ext/xmlwriter/tests/005.phpt]
       
 21812 PASS XMLWriter: libxml2 XML Writer, comments [ext/xmlwriter/tests/005.phpt] 
       
 21813 TEST 10986/11279 [ext/xmlwriter/tests/006.phpt]
       
 21814 PASS XMLWriter: libxml2 XML Writer, startDTD/writeElementNS [ext/xmlwriter/tests/006.phpt] 
       
 21815 TEST 10987/11279 [ext/xmlwriter/tests/007.phpt]
       
 21816 PASS XMLWriter: libxml2 XML Writer, Elements & Attributes [ext/xmlwriter/tests/007.phpt] 
       
 21817 TEST 10988/11279 [ext/xmlwriter/tests/008.phpt]
       
 21818 PASS XMLWriter: libxml2 XML Writer DTD Element & Attlist [ext/xmlwriter/tests/008.phpt] 
       
 21819 TEST 10989/11279 [ext/xmlwriter/tests/009.phpt]
       
 21820 PASS XMLWriter: PI, Comment, CDATA [ext/xmlwriter/tests/009.phpt] 
       
 21821 TEST 10990/11279 [ext/xmlwriter/tests/010.phpt]
       
 21822 PASS xmlwriter_start/end_attribute() [ext/xmlwriter/tests/010.phpt] 
       
 21823 TEST 10991/11279 [ext/xmlwriter/tests/OO_001.phpt]
       
 21824 PASS XMLWriter: libxml2 XML Writer, file buffer, flush [ext/xmlwriter/tests/OO_001.phpt] 
       
 21825 TEST 10992/11279 [ext/xmlwriter/tests/OO_002.phpt]
       
 21826 PASS XMLWriter: libxml2 XML Writer, membuffer, flush [ext/xmlwriter/tests/OO_002.phpt] 
       
 21827 TEST 10993/11279 [ext/xmlwriter/tests/OO_003.phpt]
       
 21828 PASS XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute [ext/xmlwriter/tests/OO_003.phpt] 
       
 21829 TEST 10994/11279 [ext/xmlwriter/tests/OO_004.phpt]
       
 21830 PASS XMLWriter: libxml2 XML Writer, file buffer, flush [ext/xmlwriter/tests/OO_004.phpt] 
       
 21831 TEST 10995/11279 [ext/xmlwriter/tests/OO_005.phpt]
       
 21832 PASS XMLWriter: libxml2 XML Writer, comments [ext/xmlwriter/tests/OO_005.phpt] 
       
 21833 TEST 10996/11279 [ext/xmlwriter/tests/OO_006.phpt]
       
 21834 PASS XMLWriter: libxml2 XML Writer, startDTD/writeElementNS [ext/xmlwriter/tests/OO_006.phpt] 
       
 21835 TEST 10997/11279 [ext/xmlwriter/tests/OO_007.phpt]
       
 21836 PASS XMLWriter: libxml2 XML Writer, Elements & Attributes [ext/xmlwriter/tests/OO_007.phpt] 
       
 21837 TEST 10998/11279 [ext/xmlwriter/tests/OO_008.phpt]
       
 21838 PASS XMLWriter: libxml2 XML Writer DTD Element & Attlist [ext/xmlwriter/tests/OO_008.phpt] 
       
 21839 TEST 10999/11279 [ext/xmlwriter/tests/OO_009.phpt]
       
 21840 PASS XMLWriter: PI, Comment, CDATA [ext/xmlwriter/tests/OO_009.phpt] 
       
 21841 TEST 11000/11279 [ext/xmlwriter/tests/bug39504.phpt]
       
 21842 PASS Bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not enity) [ext/xmlwriter/tests/bug39504.phpt] 
       
 21843 TEST 11001/11279 [ext/xmlwriter/tests/bug41287.phpt]
       
 21844 PASS Bug #41287 (Namespace functions don't allow xmlns defintion to be optional) [ext/xmlwriter/tests/bug41287.phpt] 
       
 21845 TEST 11002/11279 [ext/xmlwriter/tests/bug41326.phpt]
       
 21846 PASS Bug #41287 (Writing empty tags with Xmlwriter::WriteElement[ns]) [ext/xmlwriter/tests/bug41326.phpt] 
       
 21847 TEST 11003/11279 [ext/xmlwriter/tests/bug48204.phpt]
       
 21848 PASS xmlwriter_open_uri with PHP_MAXPATHLEN + 1 [ext/xmlwriter/tests/bug48204.phpt] 
       
 21849 TEST 11004/11279 [ext/xmlwriter/tests/xmlwriter_open_uri_error_001.phpt]
       
 21850 PASS xmlwriter_open_uri with empty string as parameter [ext/xmlwriter/tests/xmlwriter_open_uri_error_001.phpt] 
       
 21851 TEST 11005/11279 [ext/xmlwriter/tests/xmlwriter_open_uri_error_002.phpt]
       
 21852 PASS xmlwriter_open_uri without parameter [ext/xmlwriter/tests/xmlwriter_open_uri_error_002.phpt] 
       
 21853 TEST 11006/11279 [ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt]
       
 21854 PASS xmlwriter_open_uri with non existing file [ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt] 
       
 21855 TEST 11007/11279 [ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt]
       
 21856 PASS xmlwriter_open_uri with file:/// [ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt] 
       
 21857 TEST 11008/11279 [ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt]
       
 21858 PASS xmlwriter_open_uri with file://localhost/ [ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt] 
       
 21859 TEST 11009/11279 [ext/xmlwriter/tests/xmlwriter_set_indent_string_basic_001.phpt]
       
 21860 PASS xmlwriter_set_indent_string passing xmlwriter resource [ext/xmlwriter/tests/xmlwriter_set_indent_string_basic_001.phpt] 
       
 21861 TEST 11010/11279 [ext/xmlwriter/tests/xmlwriter_set_indent_string_error_001.phpt]
       
 21862 PASS xmlwriter_set_indent_string with missing param(s) [ext/xmlwriter/tests/xmlwriter_set_indent_string_error_001.phpt] 
       
 21863 TEST 11011/11279 [ext/xmlwriter/tests/xmlwriter_write_attribute_ns_basic_001.phpt]
       
 21864 PASS xmlwriter_write_attribute_ns basic function tests [ext/xmlwriter/tests/xmlwriter_write_attribute_ns_basic_001.phpt] 
       
 21865 TEST 11012/11279 [ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt]
       
 21866 PASS xmlwriter_write_attribute_ns with missing param [ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt] 
       
 21867 TEST 11013/11279 [ext/xmlwriter/tests/xmlwriter_write_dtd_basic_001.phpt]
       
 21868 PASS xmlwriter_write_dtd basic function tests [ext/xmlwriter/tests/xmlwriter_write_dtd_basic_001.phpt] 
       
 21869 TEST 11014/11279 [ext/xmlwriter/tests/xmlwriter_write_dtd_error_001.phpt]
       
 21870 PASS xmlwriter_write_dtd with missing param(s) [ext/xmlwriter/tests/xmlwriter_write_dtd_error_001.phpt] 
       
 21871 TEST 11015/11279 [ext/xsl/tests/bug26384.phpt]
       
 21872 PASS Bug #26384 (domxslt->process causes segfault with xsl:key) [ext/xsl/tests/bug26384.phpt] 
       
 21873 TEST 11016/11279 [ext/xsl/tests/bug33853.phpt]
       
 21874 PASS Bug #33853 (php:function call __autoload with lowercase param) [ext/xsl/tests/bug33853.phpt] 
       
 21875 TEST 11017/11279 [ext/xsl/tests/bug48221.phpt]
       
 21876 PASS Bug #48221 (memory leak when passing invalid xslt parameter) [ext/xsl/tests/bug48221.phpt] 
       
 21877 TEST 11018/11279 [ext/xsl/tests/bug54446_with_ini.phpt]
       
 21878 PASS Bug #54446 (Arbitrary file creation via libxslt 'output' extension with php.ini setting) [ext/xsl/tests/bug54446_with_ini.phpt] 
       
 21879 TEST 11019/11279 [ext/xsl/tests/xsl-phpinfo.phpt]
       
 21880 PASS Test phpinfo() displays xsl info [ext/xsl/tests/xsl-phpinfo.phpt] 
       
 21881 TEST 11020/11279 [ext/xsl/tests/xslt001.phpt]
       
 21882 PASS Test 1: Transform To XML String [ext/xsl/tests/xslt001.phpt] 
       
 21883 TEST 11021/11279 [ext/xsl/tests/xslt002.phpt]
       
 21884 PASS Test 2: Transform To HTML String [ext/xsl/tests/xslt002.phpt] 
       
 21885 TEST 11022/11279 [ext/xsl/tests/xslt003.phpt]
       
 21886 PASS Test 3: Using Parameters [ext/xsl/tests/xslt003.phpt] 
       
 21887 TEST 11023/11279 [ext/xsl/tests/xslt004.phpt]
       
 21888 PASS Test 4: Checking UTF8 Output [ext/xsl/tests/xslt004.phpt] 
       
 21889 TEST 11024/11279 [ext/xsl/tests/xslt005.phpt]
       
 21890 PASS Test 5: Checking Indent [ext/xsl/tests/xslt005.phpt] 
       
 21891 TEST 11025/11279 [ext/xsl/tests/xslt006.phpt]
       
 21892 PASS Test 6: Transform To Doc [ext/xsl/tests/xslt006.phpt] 
       
 21893 TEST 11026/11279 [ext/xsl/tests/xslt007.phpt]
       
 21894 PASS Test 7: Transform To Uri [ext/xsl/tests/xslt007.phpt] 
       
 21895 TEST 11027/11279 [ext/xsl/tests/xslt008.phpt]
       
 21896 PASS Test 8: Stream Wrapper Includes [ext/xsl/tests/xslt008.phpt] 
       
 21897 TEST 11028/11279 [ext/xsl/tests/xslt009.phpt]
       
 21898 PASS Test 9: Stream Wrapper XPath-Document() [ext/xsl/tests/xslt009.phpt] 
       
 21899 TEST 11029/11279 [ext/xsl/tests/xslt010.phpt]
       
 21900 PASS Test 10: EXSLT Support [ext/xsl/tests/xslt010.phpt] 
       
 21901 TEST 11030/11279 [ext/xsl/tests/xslt011.phpt]
       
 21902 PASS Test 11: php:function Support [ext/xsl/tests/xslt011.phpt] 
       
 21903 TEST 11031/11279 [ext/xsl/tests/xslt012.phpt]
       
 21904 PASS Test 12: Using Associative Array of Parameters [ext/xsl/tests/xslt012.phpt] 
       
 21905 TEST 11032/11279 [ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt]
       
 21906 PASS Check xsltprocessor::getParameter with undefined parameter [ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt] 
       
 21907 TEST 11033/11279 [ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt]
       
 21908 PASS Check xsltprocessor::getparameter error handling [ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt] 
       
 21909 TEST 11034/11279 [ext/xsl/tests/xsltprocessor_getParameter.phpt]
       
 21910 PASS Check xsltprocessor::getparameter functionality [ext/xsl/tests/xsltprocessor_getParameter.phpt] 
       
 21911 TEST 11035/11279 [ext/xsl/tests/xsltprocessor_registerPHPFunctions-allfuncs.phpt]
       
 21912 PASS Check xsltprocessor::registerPHPFunctions [ext/xsl/tests/xsltprocessor_registerPHPFunctions-allfuncs.phpt] 
       
 21913 TEST 11036/11279 [ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt]
       
 21914 PASS Check xsltprocessor::registerPHPFunctions with array called multiple times [ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt] 
       
 21915 TEST 11037/11279 [ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-notallowed.phpt]
       
 21916 PASS Check xsltprocessor::registerPHPFunctions with array and a not allowed function [ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-notallowed.phpt] 
       
 21917 TEST 11038/11279 [ext/xsl/tests/xsltprocessor_registerPHPFunctions-array.phpt]
       
 21918 PASS Check xsltprocessor::registerPHPFunctions with array [ext/xsl/tests/xsltprocessor_registerPHPFunctions-array.phpt] 
       
 21919 TEST 11039/11279 [ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt]
       
 21920 PASS Check xsltprocessor::registerPHPFunctions and a non-string function in xsl [ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt] 
       
 21921 TEST 11040/11279 [ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt]
       
 21922 PASS Check xsltprocessor::registerPHPFunctions and a undefined php function [ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt] 
       
 21923 TEST 11041/11279 [ext/xsl/tests/xsltprocessor_registerPHPFunctions-null.phpt]
       
 21924 PASS Check xsltprocessor::registerPHPFunctions called with null to reset [ext/xsl/tests/xsltprocessor_registerPHPFunctions-null.phpt] 
       
 21925 TEST 11042/11279 [ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt]
       
 21926 PASS Check xsltprocessor::registerPHPFunctions with string called multiple times [ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt] 
       
 21927 TEST 11043/11279 [ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt]
       
 21928 PASS Check xsltprocessor::registerPHPFunctions with string and not allowed function [ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt] 
       
 21929 TEST 11044/11279 [ext/xsl/tests/xsltprocessor_registerPHPFunctions-string.phpt]
       
 21930 PASS Check xsltprocessor::registerPHPFunctions with string [ext/xsl/tests/xsltprocessor_registerPHPFunctions-string.phpt] 
       
 21931 TEST 11045/11279 [ext/xsl/tests/xsltprocessor_removeParameter-invalidparam.phpt]
       
 21932 PASS Check xsltprocessor::removeParameter with invalid parameter [ext/xsl/tests/xsltprocessor_removeParameter-invalidparam.phpt] 
       
 21933 TEST 11046/11279 [ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt]
       
 21934 PASS Check xsltprocessor::removeParameter wrong parameter handling [ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt] 
       
 21935 TEST 11047/11279 [ext/xsl/tests/xsltprocessor_removeParameter.phpt]
       
 21936 PASS Check xsltprocessor::removeParameter functionality [ext/xsl/tests/xsltprocessor_removeParameter.phpt] 
       
 21937 TEST 11048/11279 [ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt]
       
 21938 PASS Check xsltprocessor::setparameter error handling with both single and double quotes [ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt] 
       
 21939 TEST 11049/11279 [ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt]
       
 21940 PASS Check xsltprocessor::setparameter error handling with no-string [ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt] 
       
 21941 TEST 11050/11279 [ext/zip/tests/001.phpt]
       
 21942 PASS Check for zip presence [ext/zip/tests/001.phpt] 
       
 21943 TEST 11051/11279 [ext/zip/tests/bug11216.phpt]
       
 21944 PASS Bug #11216 (::addEmptyDir() crashes when the directory already exists) [ext/zip/tests/bug11216.phpt] 
       
 21945 TEST 11052/11279 [ext/zip/tests/bug14962.phpt]
       
 21946 PASS Bug #14962 (::extractTo second argument is not really optional) [ext/zip/tests/bug14962.phpt] 
       
 21947 TEST 11053/11279 [ext/zip/tests/bug38943.phpt]
       
 21948 PASS #38943, properties in extended class cannot be set (5.3+) [ext/zip/tests/bug38943.phpt] 
       
 21949 TEST 11054/11279 [ext/zip/tests/bug38944.phpt]
       
 21950 PASS Bug #38944 (newly created ZipArchive segfaults when accessing comment property) [ext/zip/tests/bug38944.phpt] 
       
 21951 TEST 11055/11279 [ext/zip/tests/bug40228.phpt]
       
 21952 PASS Bug #40228 (extractTo does not create recursive empty path) [ext/zip/tests/bug40228.phpt] 
       
 21953 TEST 11056/11279 [ext/zip/tests/bug47667.phpt]
       
 21954 PASS Bug #47667 (ZipArchive::OVERWRITE seems to have no effect) [ext/zip/tests/bug47667.phpt] 
       
 21955 TEST 11057/11279 [ext/zip/tests/bug49072.phpt]
       
 21956 PASS Bug #49072 (feof never returns true for damaged file in zip) [ext/zip/tests/bug49072.phpt] 
       
 21957 TEST 11058/11279 [ext/zip/tests/bug51353.phpt]
       
 21958 SKIP Bug #51353 ZIP64 problem, archive with 100000 items [ext/zip/tests/bug51353.phpt] reason: the test might get very long, activate it manually
       
 21959 TEST 11059/11279 [ext/zip/tests/bug53579.phpt]
       
 21960 PASS Bug #53579 (stream_get_contents() segfaults on ziparchive streams) [ext/zip/tests/bug53579.phpt] 
       
 21961 TEST 11060/11279 [ext/zip/tests/bug53603.phpt]
       
 21962 PASS Bug #53603 (ZipArchive should quiet stat errors) [ext/zip/tests/bug53603.phpt] 
       
 21963 TEST 11061/11279 [ext/zip/tests/bug53854.phpt]
       
 21964 PASS Bug #53854 (Missing constants for compression type) [ext/zip/tests/bug53854.phpt] 
       
 21965 TEST 11062/11279 [ext/zip/tests/bug53885.phpt]
       
 21966 PASS Bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive) [ext/zip/tests/bug53885.phpt] 
       
 21967 TEST 11063/11279 [ext/zip/tests/bug64342_0.phpt]
       
 21968 PASS Bug #64342 ZipArchive::addFile() has to check file existance (variation 1) [ext/zip/tests/bug64342_0.phpt] 
       
 21969 TEST 11064/11279 [ext/zip/tests/bug64342_1.phpt]
       
 21970 PASS Bug #64342 ZipArchive::addFile() has to check file existance (variation 2) [ext/zip/tests/bug64342_1.phpt] 
       
 21971 TEST 11065/11279 [ext/zip/tests/bug7214.phpt]
       
 21972 PASS Bug #7214 (zip_entry_read() binary safe) [ext/zip/tests/bug7214.phpt] 
       
 21973 TEST 11066/11279 [ext/zip/tests/bug7658.phpt]
       
 21974 PASS Bug #7658 (modify archive with general bit flag 3 set) [ext/zip/tests/bug7658.phpt] 
       
 21975 TEST 11067/11279 [ext/zip/tests/bug8009.phpt]
       
 21976 PASS Bug #8009 (cannot add again same entry to an archive) [ext/zip/tests/bug8009.phpt] 
       
 21977 TEST 11068/11279 [ext/zip/tests/bug8700.phpt]
       
 21978 PASS Bug #8700 (getFromIndex(0) fails) [ext/zip/tests/bug8700.phpt] 
       
 21979 TEST 11069/11279 [ext/zip/tests/oo_addemptydir.phpt]
       
 21980 PASS ziparchive::addEmptyDir [ext/zip/tests/oo_addemptydir.phpt] 
       
 21981 TEST 11070/11279 [ext/zip/tests/oo_addfile.phpt]
       
 21982 PASS ziparchive::addFile() function [ext/zip/tests/oo_addfile.phpt] 
       
 21983 TEST 11071/11279 [ext/zip/tests/oo_close.phpt]
       
 21984 PASS zip::close() function [ext/zip/tests/oo_close.phpt] 
       
 21985 TEST 11072/11279 [ext/zip/tests/oo_delete.phpt]
       
 21986 PASS Delete entries [ext/zip/tests/oo_delete.phpt] 
       
 21987 TEST 11073/11279 [ext/zip/tests/oo_ext_zip.phpt]
       
 21988 PASS Extending Zip class and array property [ext/zip/tests/oo_ext_zip.phpt] 
       
 21989 TEST 11074/11279 [ext/zip/tests/oo_extract.phpt]
       
 21990 PASS extractTo [ext/zip/tests/oo_extract.phpt] 
       
 21991 TEST 11075/11279 [ext/zip/tests/oo_getcomment.phpt]
       
 21992 PASS getComment [ext/zip/tests/oo_getcomment.phpt] 
       
 21993 TEST 11076/11279 [ext/zip/tests/oo_getnameindex.phpt]
       
 21994 PASS getNameIndex [ext/zip/tests/oo_getnameindex.phpt] 
       
 21995 TEST 11077/11279 [ext/zip/tests/oo_getstatusstring.phpt]
       
 21996 PASS This test will test getStatusString method in ZipArchive [ext/zip/tests/oo_getstatusstring.phpt] 
       
 21997 TEST 11078/11279 [ext/zip/tests/oo_namelocate.phpt]
       
 21998 PASS Locate entries by name [ext/zip/tests/oo_namelocate.phpt] 
       
 21999 TEST 11079/11279 [ext/zip/tests/oo_open.phpt]
       
 22000 PASS zip::open() function [ext/zip/tests/oo_open.phpt] 
       
 22001 TEST 11080/11279 [ext/zip/tests/oo_properties.phpt]
       
 22002 PASS ziparchive::properties isset()/empty() checks [ext/zip/tests/oo_properties.phpt] 
       
 22003 TEST 11081/11279 [ext/zip/tests/oo_rename.phpt]
       
 22004 PASS Rename entries [ext/zip/tests/oo_rename.phpt] 
       
 22005 TEST 11082/11279 [ext/zip/tests/oo_setcomment.phpt]
       
 22006 PASS setComment [ext/zip/tests/oo_setcomment.phpt] 
       
 22007 TEST 11083/11279 [ext/zip/tests/oo_stream.phpt]
       
 22008 PASS getStream [ext/zip/tests/oo_stream.phpt] 
       
 22009 TEST 11084/11279 [ext/zip/tests/pecl12414.phpt]
       
 22010 PASS Bug #12414 ( extracting files from damaged archives) [ext/zip/tests/pecl12414.phpt] 
       
 22011 TEST 11085/11279 [ext/zip/tests/stream_meta_data.phpt]
       
 22012 PASS stream_get_meta_data() on zip stream [ext/zip/tests/stream_meta_data.phpt] 
       
 22013 TEST 11086/11279 [ext/zip/tests/zip_close.phpt]
       
 22014 PASS zip_close() function [ext/zip/tests/zip_close.phpt] 
       
 22015 TEST 11087/11279 [ext/zip/tests/zip_entry_compressedsize.phpt]
       
 22016 PASS zip_entry_compressedsize() function [ext/zip/tests/zip_entry_compressedsize.phpt] 
       
 22017 TEST 11088/11279 [ext/zip/tests/zip_entry_compressionmethod.phpt]
       
 22018 PASS zip_entry_compressionmethod() function [ext/zip/tests/zip_entry_compressionmethod.phpt] 
       
 22019 TEST 11089/11279 [ext/zip/tests/zip_entry_filesize.phpt]
       
 22020 PASS zip_entry_filesize() function [ext/zip/tests/zip_entry_filesize.phpt] 
       
 22021 TEST 11090/11279 [ext/zip/tests/zip_entry_name.phpt]
       
 22022 PASS zip_entry_name() function [ext/zip/tests/zip_entry_name.phpt] 
       
 22023 TEST 11091/11279 [ext/zip/tests/zip_entry_open.phpt]
       
 22024 PASS zip_entry_open() function [ext/zip/tests/zip_entry_open.phpt] 
       
 22025 TEST 11092/11279 [ext/zip/tests/zip_entry_read.phpt]
       
 22026 PASS zip_entry_read() function [ext/zip/tests/zip_entry_read.phpt] 
       
 22027 TEST 11093/11279 [ext/zip/tests/zip_open.phpt]
       
 22028 PASS zip_open() function [ext/zip/tests/zip_open.phpt] 
       
 22029 TEST 11094/11279 [ext/zip/tests/zip_open_error.phpt]
       
 22030 PASS zip_open() error conditions [ext/zip/tests/zip_open_error.phpt] 
       
 22031 TEST 11095/11279 [ext/zip/tests/zip_read.phpt]
       
 22032 PASS zip_read() function [ext/zip/tests/zip_read.phpt] 
       
 22033 TEST 11096/11279 [ext/zlib/tests/001.phpt]
       
 22034 PASS gzdeflate()/gzinflate() [ext/zlib/tests/001.phpt] 
       
 22035 TEST 11097/11279 [ext/zlib/tests/002.phpt]
       
 22036 PASS gzcompress()/gzuncompress() [ext/zlib/tests/002.phpt] 
       
 22037 TEST 11098/11279 [ext/zlib/tests/003.phpt]
       
 22038 SKIP gzencode() [ext/zlib/tests/003.phpt] 
       
 22039 TEST 11099/11279 [ext/zlib/tests/004.phpt]
       
 22040 PASS gzfile() with various invalid params [ext/zlib/tests/004.phpt] 
       
 22041 TEST 11100/11279 [ext/zlib/tests/005.phpt]
       
 22042 PASS gzcompress()/gzuncompress() and invalid params [ext/zlib/tests/005.phpt] 
       
 22043 TEST 11101/11279 [ext/zlib/tests/006.phpt]
       
 22044 PASS gzdeflate()/gzinflate() and invalid params [ext/zlib/tests/006.phpt] 
       
 22045 TEST 11102/11279 [ext/zlib/tests/007.phpt]
       
 22046 PASS gzencode() and invalid params [ext/zlib/tests/007.phpt] 
       
 22047 TEST 11103/11279 [ext/zlib/tests/008.phpt]
       
 22048 PASS zlib.output_compression=1 with client not accepting compression [ext/zlib/tests/008.phpt] 
       
 22049 SKIP Bug #51269 (zlib.output_compression Overwrites Vary Header) [ext/zlib/tests/bug51269.phpt] reason: CGI not available
       
 22050 TEST 11105/11279 [ext/zlib/tests/bug60761.phpt]
       
 22051 PASS checks zlib compression output size is always the same [ext/zlib/tests/bug60761.phpt] 
       
 22052 TEST 11106/11279 [ext/zlib/tests/bug61139.phpt]
       
 22053 PASS Bug #61139 (gzopen leaks when specifying invalid mode) [ext/zlib/tests/bug61139.phpt] 
       
 22054 TEST 11107/11279 [ext/zlib/tests/bug_34821.phpt]
       
 22055 PASS Bug #34821 (zlib encoders fail on widely varying binary data) [ext/zlib/tests/bug_34821.phpt] 
       
 22056 TEST 11108/11279 [ext/zlib/tests/bug_40189.phpt]
       
 22057 PASS Bug #40189 (endless loop in zlib.inflate stream filter) [ext/zlib/tests/bug_40189.phpt] 
       
 22058 TEST 11109/11279 [ext/zlib/tests/bug_52944-darwin.phpt]
       
 22059 SKIP Bug #52944 (segfault with zlib filter and corrupted data) [ext/zlib/tests/bug_52944-darwin.phpt] reason: Darwin only
       
 22060 TEST 11110/11279 [ext/zlib/tests/bug_52944-win.phpt]
       
 22061 SKIP Bug #52944 (segfault with zlib filter and corrupted data) [ext/zlib/tests/bug_52944-win.phpt] reason: windows only
       
 22062 TEST 11111/11279 [ext/zlib/tests/bug_52944.phpt]
       
 22063 PASS Bug #52944 (segfault with zlib filter and corrupted data) [ext/zlib/tests/bug_52944.phpt] 
       
 22064 TEST 11112/11279 [ext/zlib/tests/compress_zlib_wrapper.phpt]
       
 22065 PASS compress.zlib:// wrapper [ext/zlib/tests/compress_zlib_wrapper.phpt] 
       
 22066 TEST 11113/11279 [ext/zlib/tests/gzclose_basic.phpt]
       
 22067 PASS Test function gzclose() by calling it with its expected arguments [ext/zlib/tests/gzclose_basic.phpt] 
       
 22068 TEST 11114/11279 [ext/zlib/tests/gzclose_error.phpt]
       
 22069 PASS Test function gzclose() by calling it more than or less than its expected arguments [ext/zlib/tests/gzclose_error.phpt] 
       
 22070 TEST 11115/11279 [ext/zlib/tests/gzcompress_basic1.phpt]
       
 22071 PASS Test gzcompress() function : basic functionality [ext/zlib/tests/gzcompress_basic1.phpt] 
       
 22072 TEST 11116/11279 [ext/zlib/tests/gzcompress_error1.phpt]
       
 22073 PASS Test gzcompress() function : error conditions [ext/zlib/tests/gzcompress_error1.phpt] 
       
 22074 TEST 11117/11279 [ext/zlib/tests/gzcompress_variation1.phpt]
       
 22075 PASS Test gzcompress() function : variation [ext/zlib/tests/gzcompress_variation1.phpt] 
       
 22076 TEST 11118/11279 [ext/zlib/tests/gzdeflate_basic1.phpt]
       
 22077 PASS Test gzdeflate() function : basic functionality [ext/zlib/tests/gzdeflate_basic1.phpt] 
       
 22078 TEST 11119/11279 [ext/zlib/tests/gzdeflate_error1.phpt]
       
 22079 PASS Test gzdeflate() function : error conditions [ext/zlib/tests/gzdeflate_error1.phpt] 
       
 22080 TEST 11120/11279 [ext/zlib/tests/gzdeflate_variation1.phpt]
       
 22081 PASS Test gzdeflate() function : variation [ext/zlib/tests/gzdeflate_variation1.phpt] 
       
 22082 TEST 11121/11279 [ext/zlib/tests/gzencode_basic1.phpt]
       
 22083 PASS Test gzencode() function : basic functionality [ext/zlib/tests/gzencode_basic1.phpt] 
       
 22084 TEST 11122/11279 [ext/zlib/tests/gzencode_error1.phpt]
       
 22085 PASS Test gzencode() function : error conditions [ext/zlib/tests/gzencode_error1.phpt] 
       
 22086 TEST 11123/11279 [ext/zlib/tests/gzencode_variation1-win32.phpt]
       
 22087 SKIP Test gzencode() function : variation [ext/zlib/tests/gzencode_variation1-win32.phpt] reason: only for Windows
       
 22088 TEST 11124/11279 [ext/zlib/tests/gzencode_variation1.phpt]
       
 22089 PASS Test gzencode() function : variation [ext/zlib/tests/gzencode_variation1.phpt] 
       
 22090 TEST 11125/11279 [ext/zlib/tests/gzencode_variation2.phpt]
       
 22091 PASS Test gzencode() function : variation - verify header contents with all encoding modes [ext/zlib/tests/gzencode_variation2.phpt] 
       
 22092 TEST 11126/11279 [ext/zlib/tests/gzeof_basic.phpt]
       
 22093 PASS Test function feof() by calling it with its expected arguments [ext/zlib/tests/gzeof_basic.phpt] 
       
 22094 TEST 11127/11279 [ext/zlib/tests/gzeof_error.phpt]
       
 22095 PASS Test function gzeof() by calling it more than or less than its expected arguments [ext/zlib/tests/gzeof_error.phpt] 
       
 22096 TEST 11128/11279 [ext/zlib/tests/gzeof_variation1.phpt]
       
 22097 PASS Test function gzeof while writing. [ext/zlib/tests/gzeof_variation1.phpt] 
       
 22098 TEST 11129/11279 [ext/zlib/tests/gzfile_basic.phpt]
       
 22099 PASS Test function gzfile() reading a gzip relative file [ext/zlib/tests/gzfile_basic.phpt] 
       
 22100 TEST 11130/11279 [ext/zlib/tests/gzfile_basic2.phpt]
       
 22101 PASS Test function gzfile() reading a plain relative file [ext/zlib/tests/gzfile_basic2.phpt] 
       
 22102 TEST 11131/11279 [ext/zlib/tests/gzfile_error.phpt]
       
 22103 PASS Test function gzfile() by calling it more than or less than its expected arguments [ext/zlib/tests/gzfile_error.phpt] 
       
 22104 TEST 11132/11279 [ext/zlib/tests/gzfile_variation1.phpt]
       
 22105 PASS Test function gzfile() by substituting agument 1 with array values. [ext/zlib/tests/gzfile_variation1.phpt] 
       
 22106 TEST 11133/11279 [ext/zlib/tests/gzfile_variation10.phpt]
       
 22107 PASS Test function gzfile() by substituting agument 2 with emptyUnsetUndefNull values. [ext/zlib/tests/gzfile_variation10.phpt] 
       
 22108 TEST 11134/11279 [ext/zlib/tests/gzfile_variation11.phpt]
       
 22109 PASS Test function gzfile() by substituting agument 2 with float values. [ext/zlib/tests/gzfile_variation11.phpt] 
       
 22110 TEST 11135/11279 [ext/zlib/tests/gzfile_variation12.phpt]
       
 22111 PASS Test function gzfile() by substituting agument 2 with int values. [ext/zlib/tests/gzfile_variation12.phpt] 
       
 22112 TEST 11136/11279 [ext/zlib/tests/gzfile_variation13.phpt]
       
 22113 PASS Test function gzfile() by substituting agument 2 with object values. [ext/zlib/tests/gzfile_variation13.phpt] 
       
 22114 TEST 11137/11279 [ext/zlib/tests/gzfile_variation14.phpt]
       
 22115 PASS Test function gzfile() by substituting agument 2 with string values. [ext/zlib/tests/gzfile_variation14.phpt] 
       
 22116 TEST 11138/11279 [ext/zlib/tests/gzfile_variation15.phpt]
       
 22117 PASS Test gzfile() function : variation: use include path (relative directories in path) [ext/zlib/tests/gzfile_variation15.phpt] 
       
 22118 TEST 11139/11279 [ext/zlib/tests/gzfile_variation2.phpt]
       
 22119 PASS Test function gzfile() by substituting agument 1 with boolean values. [ext/zlib/tests/gzfile_variation2.phpt] 
       
 22120 TEST 11140/11279 [ext/zlib/tests/gzfile_variation3.phpt]
       
 22121 PASS Test function gzfile() by substituting agument 1 with emptyUnsetUndefNull values. [ext/zlib/tests/gzfile_variation3.phpt] 
       
 22122 TEST 11141/11279 [ext/zlib/tests/gzfile_variation4.phpt]
       
 22123 PASS Test function gzfile() by substituting agument 1 with float values. [ext/zlib/tests/gzfile_variation4.phpt] 
       
 22124 TEST 11142/11279 [ext/zlib/tests/gzfile_variation5.phpt]
       
 22125 PASS Test function gzfile() by substituting agument 1 with int values. [ext/zlib/tests/gzfile_variation5.phpt] 
       
 22126 TEST 11143/11279 [ext/zlib/tests/gzfile_variation6.phpt]
       
 22127 PASS Test function gzfile() by substituting agument 1 with object values. [ext/zlib/tests/gzfile_variation6.phpt] 
       
 22128 TEST 11144/11279 [ext/zlib/tests/gzfile_variation7.phpt]
       
 22129 PASS Test function gzfile() by substituting agument 1 with string values. [ext/zlib/tests/gzfile_variation7.phpt] 
       
 22130 TEST 11145/11279 [ext/zlib/tests/gzfile_variation8.phpt]
       
 22131 PASS Test function gzfile() by substituting agument 2 with array values. [ext/zlib/tests/gzfile_variation8.phpt] 
       
 22132 TEST 11146/11279 [ext/zlib/tests/gzfile_variation9.phpt]
       
 22133 PASS Test function gzfile() by substituting agument 2 with boolean values. [ext/zlib/tests/gzfile_variation9.phpt] 
       
 22134 TEST 11147/11279 [ext/zlib/tests/gzfilegzreadfile.phpt]
       
 22135 PASS gzfile(), gzreadfile() [ext/zlib/tests/gzfilegzreadfile.phpt] 
       
 22136 TEST 11148/11279 [ext/zlib/tests/gzgetc_basic.phpt]
       
 22137 SKIP Test function gzgetc() by calling it with its expected arguments zlib 1.2.5 [ext/zlib/tests/gzgetc_basic.phpt] reason: - only for zlib <= 1.2.5
       
 22138 TEST 11149/11279 [ext/zlib/tests/gzgetc_basic_1.phpt]
       
 22139 PASS Test function gzgetc() by calling it with its expected arguments zlib 1.2.7 [ext/zlib/tests/gzgetc_basic_1.phpt] 
       
 22140 TEST 11150/11279 [ext/zlib/tests/gzgetc_error.phpt]
       
 22141 PASS Test function gzgetc() by calling it more than or less than its expected arguments [ext/zlib/tests/gzgetc_error.phpt] 
       
 22142 TEST 11151/11279 [ext/zlib/tests/gzgets_basic.phpt]
       
 22143 PASS Test function gzgets() by calling it with its expected arguments [ext/zlib/tests/gzgets_basic.phpt] 
       
 22144 TEST 11152/11279 [ext/zlib/tests/gzgets_error.phpt]
       
 22145 PASS Test function gzgets() by calling it more than or less than its expected arguments [ext/zlib/tests/gzgets_error.phpt] 
       
 22146 TEST 11153/11279 [ext/zlib/tests/gzinflate-bug42663.phpt]
       
 22147 PASS Bug #42663 (gzinflate() try to allocate all memory with truncated $data) [ext/zlib/tests/gzinflate-bug42663.phpt] 
       
 22148 TEST 11154/11279 [ext/zlib/tests/gzinflate_error1.phpt]
       
 22149 PASS Test gzinflate() function : error conditions [ext/zlib/tests/gzinflate_error1.phpt] 
       
 22150 TEST 11155/11279 [ext/zlib/tests/gzinflate_length.phpt]
       
 22151 PASS gzinflate() and $length argument [ext/zlib/tests/gzinflate_length.phpt] 
       
 22152 TEST 11156/11279 [ext/zlib/tests/gzopen_basic.phpt]
       
 22153 PASS Test gzopen() function : basic functionality [ext/zlib/tests/gzopen_basic.phpt] 
       
 22154 TEST 11157/11279 [ext/zlib/tests/gzopen_basic2.phpt]
       
 22155 PASS Test gzopen() function : basic functionality for writing [ext/zlib/tests/gzopen_basic2.phpt] 
       
 22156 TEST 11158/11279 [ext/zlib/tests/gzopen_error.phpt]
       
 22157 PASS Test gzopen() function : error conditions [ext/zlib/tests/gzopen_error.phpt] 
       
 22158 TEST 11159/11279 [ext/zlib/tests/gzopen_variation1.phpt]
       
 22159 PASS Test gzopen() function : usage variation [ext/zlib/tests/gzopen_variation1.phpt] 
       
 22160 TEST 11160/11279 [ext/zlib/tests/gzopen_variation2.phpt]
       
 22161 PASS Test gzopen() function : usage variation [ext/zlib/tests/gzopen_variation2.phpt] 
       
 22162 TEST 11161/11279 [ext/zlib/tests/gzopen_variation3.phpt]
       
 22163 PASS Test gzopen() function : usage variation [ext/zlib/tests/gzopen_variation3.phpt] 
       
 22164 TEST 11162/11279 [ext/zlib/tests/gzopen_variation4.phpt]
       
 22165 PASS Test gzopen() function : variation: use include path (relative directories in path) [ext/zlib/tests/gzopen_variation4.phpt] 
       
 22166 TEST 11163/11279 [ext/zlib/tests/gzopen_variation5.phpt]
       
 22167 PASS Test gzopen() function : variation: use include path and stream context create a file, relative path [ext/zlib/tests/gzopen_variation5.phpt] 
       
 22168 TEST 11164/11279 [ext/zlib/tests/gzopen_variation6.phpt]
       
 22169 PASS Test gzopen() function : variation: relative/absolute file [ext/zlib/tests/gzopen_variation6.phpt] 
       
 22170 TEST 11165/11279 [ext/zlib/tests/gzopen_variation7.phpt]
       
 22171 PASS Test function gzopen() by calling it twice on the same file and not closing one of them at the end of the script [ext/zlib/tests/gzopen_variation7.phpt] 
       
 22172 TEST 11166/11279 [ext/zlib/tests/gzopen_variation8.phpt]
       
 22173 PASS Test gzopen() function : variation: opening a plain file [ext/zlib/tests/gzopen_variation8.phpt] 
       
 22174 TEST 11167/11279 [ext/zlib/tests/gzopen_variation9.phpt]
       
 22175 PASS Test gzopen() function : variation: try opening with possibly invalid modes [ext/zlib/tests/gzopen_variation9.phpt] 
       
 22176 TEST 11168/11279 [ext/zlib/tests/gzpassthru_basic.phpt]
       
 22177 PASS Test function gzpassthru() by calling it with its expected arguments [ext/zlib/tests/gzpassthru_basic.phpt] 
       
 22178 TEST 11169/11279 [ext/zlib/tests/gzpassthru_error.phpt]
       
 22179 PASS Test function gzpassthru() by calling it more than or less than its expected arguments [ext/zlib/tests/gzpassthru_error.phpt] 
       
 22180 TEST 11170/11279 [ext/zlib/tests/gzputs_basic.phpt]
       
 22181 PASS Test function gzputs() by calling it with its expected arguments [ext/zlib/tests/gzputs_basic.phpt] 
       
 22182 TEST 11171/11279 [ext/zlib/tests/gzread_basic.phpt]
       
 22183 PASS Test function gzread() by calling it with its expected arguments [ext/zlib/tests/gzread_basic.phpt] 
       
 22184 TEST 11172/11279 [ext/zlib/tests/gzread_error.phpt]
       
 22185 PASS Test function gzread() by calling it more than or less than its expected arguments [ext/zlib/tests/gzread_error.phpt] 
       
 22186 TEST 11173/11279 [ext/zlib/tests/gzread_error2.phpt]
       
 22187 PASS Test function gzread() by calling it invalid lengths [ext/zlib/tests/gzread_error2.phpt] 
       
 22188 TEST 11174/11279 [ext/zlib/tests/gzread_variation1.phpt]
       
 22189 PASS Test function gzread() by calling it while file open for writing [ext/zlib/tests/gzread_variation1.phpt] 
       
 22190 TEST 11175/11279 [ext/zlib/tests/gzreadgzwrite.phpt]
       
 22191 PASS gzopen(), gzread(), gzwrite() [ext/zlib/tests/gzreadgzwrite.phpt] 
       
 22192 TEST 11176/11279 [ext/zlib/tests/gzreadgzwriteplain.phpt]
       
 22193 PASS gzopen(), gzread(), gzwrite() for non-compressed data [ext/zlib/tests/gzreadgzwriteplain.phpt] 
       
 22194 TEST 11177/11279 [ext/zlib/tests/gzrewind_basic.phpt]
       
 22195 PASS Test function gzrewind() by calling it with its expected arguments when reading [ext/zlib/tests/gzrewind_basic.phpt] 
       
 22196 TEST 11178/11279 [ext/zlib/tests/gzrewind_basic2.phpt]
       
 22197 PASS Test function gzrewind() by calling it with its expected arguments when reading [ext/zlib/tests/gzrewind_basic2.phpt] 
       
 22198 TEST 11179/11279 [ext/zlib/tests/gzrewind_error.phpt]
       
 22199 PASS Test function gzrewind() by calling it more than or less than its expected arguments [ext/zlib/tests/gzrewind_error.phpt] 
       
 22200 TEST 11180/11279 [ext/zlib/tests/gzrewind_variation1.phpt]
       
 22201 PASS Test function gzrewind() by calling it with its expected arguments when writing [ext/zlib/tests/gzrewind_variation1.phpt] 
       
 22202 TEST 11181/11279 [ext/zlib/tests/gzseek_basic.phpt]
       
 22203 PASS Test function gzseek() by calling it with its expected arguments when reading [ext/zlib/tests/gzseek_basic.phpt] 
       
 22204 TEST 11182/11279 [ext/zlib/tests/gzseek_basic2.phpt]
       
 22205 PASS Test function gzseek() by calling it with its expected arguments when writing [ext/zlib/tests/gzseek_basic2.phpt] 
       
 22206 TEST 11183/11279 [ext/zlib/tests/gzseek_error.phpt]
       
 22207 PASS Test function gzseek() by calling it more than or less than its expected arguments [ext/zlib/tests/gzseek_error.phpt] 
       
 22208 TEST 11184/11279 [ext/zlib/tests/gzseek_variation1.phpt]
       
 22209 PASS Test function gzseek() by seeking forward in write mode [ext/zlib/tests/gzseek_variation1.phpt] 
       
 22210 TEST 11185/11279 [ext/zlib/tests/gzseek_variation2.phpt]
       
 22211 PASS Test function gzseek() by calling it with SEEK_SET when reading [ext/zlib/tests/gzseek_variation2.phpt] 
       
 22212 TEST 11186/11279 [ext/zlib/tests/gzseek_variation3.phpt]
       
 22213 PASS Test function gzseek() by calling it with SEEK_CUR when reading [ext/zlib/tests/gzseek_variation3.phpt] 
       
 22214 TEST 11187/11279 [ext/zlib/tests/gzseek_variation4.phpt]
       
 22215 PASS Test function gzseek() by calling it with SEEK_SET when writing [ext/zlib/tests/gzseek_variation4.phpt] 
       
 22216 TEST 11188/11279 [ext/zlib/tests/gzseek_variation5.phpt]
       
 22217 PASS Test function gzseek() by calling it with SEEK_CUR when writing [ext/zlib/tests/gzseek_variation5.phpt] 
       
 22218 TEST 11189/11279 [ext/zlib/tests/gzseek_variation6.phpt]
       
 22219 PASS Test function gzseek() by calling it with SEEK_END when reading [ext/zlib/tests/gzseek_variation6.phpt] 
       
 22220 TEST 11190/11279 [ext/zlib/tests/gzseek_variation7.phpt]
       
 22221 PASS Test function gzseek() by calling it with SEEK_END when writing [ext/zlib/tests/gzseek_variation7.phpt] 
       
 22222 TEST 11191/11279 [ext/zlib/tests/gztell_basic.phpt]
       
 22223 PASS Test function gztell() by calling it with its expected arguments when reading [ext/zlib/tests/gztell_basic.phpt] 
       
 22224 TEST 11192/11279 [ext/zlib/tests/gztell_basic2.phpt]
       
 22225 PASS Test function gztell() by calling it with its expected arguments when writing [ext/zlib/tests/gztell_basic2.phpt] 
       
 22226 TEST 11193/11279 [ext/zlib/tests/gztell_error.phpt]
       
 22227 PASS Test function gztell() by calling it more than or less than its expected arguments [ext/zlib/tests/gztell_error.phpt] 
       
 22228 TEST 11194/11279 [ext/zlib/tests/gzuncompress_basic1.phpt]
       
 22229 PASS Test gzuncompress() function : basic functionality [ext/zlib/tests/gzuncompress_basic1.phpt] 
       
 22230 TEST 11195/11279 [ext/zlib/tests/gzuncompress_error1.phpt]
       
 22231 PASS Test gzuncompress() function : error conditions [ext/zlib/tests/gzuncompress_error1.phpt] 
       
 22232 TEST 11196/11279 [ext/zlib/tests/gzwrite_basic.phpt]
       
 22233 PASS Test function gzwrite() by calling it with its expected arguments [ext/zlib/tests/gzwrite_basic.phpt] 
       
 22234 TEST 11197/11279 [ext/zlib/tests/gzwrite_error.phpt]
       
 22235 PASS Test function gzwrite() by calling it more than or less than its expected arguments [ext/zlib/tests/gzwrite_error.phpt] 
       
 22236 TEST 11198/11279 [ext/zlib/tests/gzwrite_error2.phpt]
       
 22237 PASS Test function gzwrite() by calling it invalid lengths [ext/zlib/tests/gzwrite_error2.phpt] 
       
 22238 TEST 11199/11279 [ext/zlib/tests/gzwrite_variation1.phpt]
       
 22239 PASS Test function gzwrite() by calling it when file is opened for reading [ext/zlib/tests/gzwrite_variation1.phpt] 
       
 22240 TEST 11200/11279 [ext/zlib/tests/readgzfile_basic.phpt]
       
 22241 PASS Test function readgzfile() reading a gzip relative file [ext/zlib/tests/readgzfile_basic.phpt] 
       
 22242 TEST 11201/11279 [ext/zlib/tests/readgzfile_basic2.phpt]
       
 22243 PASS Test function readgzfile() reading a plain relative file [ext/zlib/tests/readgzfile_basic2.phpt] 
       
 22244 TEST 11202/11279 [ext/zlib/tests/readgzfile_error.phpt]
       
 22245 PASS Test function readgzfile() by calling it more than or less than its expected arguments [ext/zlib/tests/readgzfile_error.phpt] 
       
 22246 TEST 11203/11279 [ext/zlib/tests/readgzfile_variation1.phpt]
       
 22247 PASS Test function readgzfile() by substituting agument 1 with array values. [ext/zlib/tests/readgzfile_variation1.phpt] 
       
 22248 TEST 11204/11279 [ext/zlib/tests/readgzfile_variation10.phpt]
       
 22249 PASS Test function readgzfile() by substituting agument 2 with emptyUnsetUndefNull values. [ext/zlib/tests/readgzfile_variation10.phpt] 
       
 22250 TEST 11205/11279 [ext/zlib/tests/readgzfile_variation11.phpt]
       
 22251 PASS Test function readgzfile() by substituting agument 2 with float values. [ext/zlib/tests/readgzfile_variation11.phpt] 
       
 22252 TEST 11206/11279 [ext/zlib/tests/readgzfile_variation12.phpt]
       
 22253 PASS Test function readgzfile() by substituting agument 2 with int values. [ext/zlib/tests/readgzfile_variation12.phpt] 
       
 22254 TEST 11207/11279 [ext/zlib/tests/readgzfile_variation13.phpt]
       
 22255 PASS Test function readgzfile() by substituting agument 2 with object values. [ext/zlib/tests/readgzfile_variation13.phpt] 
       
 22256 TEST 11208/11279 [ext/zlib/tests/readgzfile_variation14.phpt]
       
 22257 PASS Test function readgzfile() by substituting agument 2 with string values. [ext/zlib/tests/readgzfile_variation14.phpt] 
       
 22258 TEST 11209/11279 [ext/zlib/tests/readgzfile_variation15.phpt]
       
 22259 PASS Test readgzfile() function : variation: use include path (relative directories in path) [ext/zlib/tests/readgzfile_variation15.phpt] 
       
 22260 TEST 11210/11279 [ext/zlib/tests/readgzfile_variation2.phpt]
       
 22261 PASS Test function readgzfile() by substituting agument 1 with boolean values. [ext/zlib/tests/readgzfile_variation2.phpt] 
       
 22262 TEST 11211/11279 [ext/zlib/tests/readgzfile_variation3.phpt]
       
 22263 PASS Test function readgzfile() by substituting agument 1 with emptyUnsetUndefNull values. [ext/zlib/tests/readgzfile_variation3.phpt] 
       
 22264 TEST 11212/11279 [ext/zlib/tests/readgzfile_variation4.phpt]
       
 22265 PASS Test function readgzfile() by substituting agument 1 with float values. [ext/zlib/tests/readgzfile_variation4.phpt] 
       
 22266 TEST 11213/11279 [ext/zlib/tests/readgzfile_variation5.phpt]
       
 22267 PASS Test function readgzfile() by substituting agument 1 with int values. [ext/zlib/tests/readgzfile_variation5.phpt] 
       
 22268 TEST 11214/11279 [ext/zlib/tests/readgzfile_variation6.phpt]
       
 22269 PASS Test function readgzfile() by substituting agument 1 with object values. [ext/zlib/tests/readgzfile_variation6.phpt] 
       
 22270 TEST 11215/11279 [ext/zlib/tests/readgzfile_variation7.phpt]
       
 22271 PASS Test function readgzfile() by substituting agument 1 with string values. [ext/zlib/tests/readgzfile_variation7.phpt] 
       
 22272 TEST 11216/11279 [ext/zlib/tests/readgzfile_variation8.phpt]
       
 22273 PASS Test function readgzfile() by substituting agument 2 with array values. [ext/zlib/tests/readgzfile_variation8.phpt] 
       
 22274 TEST 11217/11279 [ext/zlib/tests/readgzfile_variation9.phpt]
       
 22275 PASS Test function readgzfile() by substituting agument 2 with boolean values. [ext/zlib/tests/readgzfile_variation9.phpt] 
       
 22276 TEST 11218/11279 [ext/zlib/tests/zlib_filter_deflate.phpt]
       
 22277 PASS zlib.deflate (with convert.base64-encode) [ext/zlib/tests/zlib_filter_deflate.phpt] 
       
 22278 TEST 11219/11279 [ext/zlib/tests/zlib_filter_deflate2.phpt]
       
 22279 PASS zlib.deflate (with level parameter set) [ext/zlib/tests/zlib_filter_deflate2.phpt] 
       
 22280 TEST 11220/11279 [ext/zlib/tests/zlib_filter_inflate.phpt]
       
 22281 PASS zlib.inflate (with convert.base64-decode) [ext/zlib/tests/zlib_filter_inflate.phpt] 
       
 22282 TEST 11221/11279 [ext/zlib/tests/zlib_filter_inflate2.phpt]
       
 22283 PASS zlib.inflate of gzip-encoded stream [ext/zlib/tests/zlib_filter_inflate2.phpt] 
       
 22284 TEST 11222/11279 [ext/zlib/tests/zlib_scheme_copy_basic.phpt]
       
 22285 PASS Test compress.zlib:// scheme with the copy function: compressed to compressed [ext/zlib/tests/zlib_scheme_copy_basic.phpt] 
       
 22286 TEST 11223/11279 [ext/zlib/tests/zlib_scheme_copy_variation1.phpt]
       
 22287 PASS Test compress.zlib:// scheme with the copy function: compressed to uncompressed [ext/zlib/tests/zlib_scheme_copy_variation1.phpt] 
       
 22288 TEST 11224/11279 [ext/zlib/tests/zlib_scheme_copy_variation2.phpt]
       
 22289 PASS Test compress.zlib:// scheme with the copy function: uncompressed to compressed [ext/zlib/tests/zlib_scheme_copy_variation2.phpt] 
       
 22290 TEST 11225/11279 [ext/zlib/tests/zlib_scheme_dir_basic.phpt]
       
 22291 PASS Test compress.zlib:// scheme with the directory functions [ext/zlib/tests/zlib_scheme_dir_basic.phpt] 
       
 22292 TEST 11226/11279 [ext/zlib/tests/zlib_scheme_file_basic.phpt]
       
 22293 PASS Test compress.zlib:// scheme with the file [ext/zlib/tests/zlib_scheme_file_basic.phpt] 
       
 22294 TEST 11227/11279 [ext/zlib/tests/zlib_scheme_file_get_contents_basic.phpt]
       
 22295 PASS Test compress.zlib:// scheme with the file_get_contents [ext/zlib/tests/zlib_scheme_file_get_contents_basic.phpt] 
       
 22296 TEST 11228/11279 [ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt]
       
 22297 PASS Test compress.zlib:// scheme with the file_get_contents [ext/zlib/tests/zlib_scheme_file_put_contents_basic.phpt] 
       
 22298 TEST 11229/11279 [ext/zlib/tests/zlib_scheme_file_read_file_basic.phpt]
       
 22299 PASS Test compress.zlib:// scheme with the file_get_contents [ext/zlib/tests/zlib_scheme_file_read_file_basic.phpt] 
       
 22300 TEST 11230/11279 [ext/zlib/tests/zlib_scheme_fopen_basic.phpt]
       
 22301 PASS Test compress.zlib:// scheme with the fopen [ext/zlib/tests/zlib_scheme_fopen_basic.phpt] 
       
 22302 TEST 11231/11279 [ext/zlib/tests/zlib_scheme_fopen_variation1.phpt]
       
 22303 PASS Test compress.zlib:// scheme with the fopen on a file scheme [ext/zlib/tests/zlib_scheme_fopen_variation1.phpt] 
       
 22304 TEST 11232/11279 [ext/zlib/tests/zlib_scheme_rename_basic.phpt]
       
 22305 PASS Test compress.zlib:// scheme with the unlink function [ext/zlib/tests/zlib_scheme_rename_basic.phpt] 
       
 22306 TEST 11233/11279 [ext/zlib/tests/zlib_scheme_stat_basic.phpt]
       
 22307 PASS Test compress.zlib:// scheme with the unlink function [ext/zlib/tests/zlib_scheme_stat_basic.phpt] 
       
 22308 TEST 11234/11279 [ext/zlib/tests/zlib_scheme_stat_basic2.phpt]
       
 22309 PASS Test compress.zlib:// scheme with the unlink function [ext/zlib/tests/zlib_scheme_stat_basic2.phpt] 
       
 22310 TEST 11235/11279 [ext/zlib/tests/zlib_scheme_unlink_basic.phpt]
       
 22311 PASS Test compress.zlib:// scheme with the unlink function [ext/zlib/tests/zlib_scheme_unlink_basic.phpt] 
       
 22312 TEST 11236/11279 [ext/zlib/tests/zlib_wrapper_fflush_basic.phpt]
       
 22313 PASS Test function fflush() on a zlib stream wrapper [ext/zlib/tests/zlib_wrapper_fflush_basic.phpt] 
       
 22314 TEST 11237/11279 [ext/zlib/tests/zlib_wrapper_flock_basic.phpt]
       
 22315 PASS Test function stream_get_meta_data on a zlib stream [ext/zlib/tests/zlib_wrapper_flock_basic.phpt] 
       
 22316 TEST 11238/11279 [ext/zlib/tests/zlib_wrapper_fstat_basic.phpt]
       
 22317 PASS Test function fstat() on zlib wrapper [ext/zlib/tests/zlib_wrapper_fstat_basic.phpt] 
       
 22318 TEST 11239/11279 [ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt]
       
 22319 PASS Test function ftruncate() on zlib wrapper by calling it with its expected arguments [ext/zlib/tests/zlib_wrapper_ftruncate_basic.phpt] 
       
 22320 TEST 11240/11279 [ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt]
       
 22321 PASS Test function stream_get_meta_data on a zlib stream [ext/zlib/tests/zlib_wrapper_meta_data_basic.phpt] 
       
 22322 TEST 11241/11279 [sapi/cgi/tests/001.phpt]
       
 22323 SKIP version string [sapi/cgi/tests/001.phpt] reason: CGI not found
       
 22324 TEST 11242/11279 [sapi/cgi/tests/002.phpt]
       
 22325 SKIP defining INI options with -d [sapi/cgi/tests/002.phpt] reason: CGI not found
       
 22326 TEST 11243/11279 [sapi/cgi/tests/003.phpt]
       
 22327 SKIP strip comments and whitespace with -w [sapi/cgi/tests/003.phpt] reason: CGI not found
       
 22328 TEST 11244/11279 [sapi/cgi/tests/004.phpt]
       
 22329 SKIP execute a file with -f [sapi/cgi/tests/004.phpt] reason: CGI not found
       
 22330 TEST 11245/11279 [sapi/cgi/tests/005.phpt]
       
 22331 SKIP using invalid combinations of cmdline options [sapi/cgi/tests/005.phpt] reason: CGI not found
       
 22332 TEST 11246/11279 [sapi/cgi/tests/006.phpt]
       
 22333 SKIP syntax check [sapi/cgi/tests/006.phpt] reason: CGI not found
       
 22334 TEST 11247/11279 [sapi/cgi/tests/007.phpt]
       
 22335 SKIP invalid arguments and error messages [sapi/cgi/tests/007.phpt] reason: CGI not found
       
 22336 TEST 11248/11279 [sapi/cgi/tests/008.phpt]
       
 22337 SKIP syntax highlighting [sapi/cgi/tests/008.phpt] reason: CGI not found
       
 22338 TEST 11249/11279 [sapi/cgi/tests/009.phpt]
       
 22339 SKIP path info request without exported PATH_INFO [sapi/cgi/tests/009.phpt] reason: CGI not found
       
 22340 TEST 11250/11279 [sapi/cgi/tests/010.phpt]
       
 22341 SKIP Bug #45860 (header() function fails to correctly replace all Status lines) [sapi/cgi/tests/010.phpt] reason: CGI not found
       
 22342 TEST 11251/11279 [sapi/cgi/tests/011.phpt]
       
 22343 SKIP header_remove() [sapi/cgi/tests/011.phpt] reason: CGI not found
       
 22344 SKIP Bug #61605 (header_remove() does not remove all headers) [sapi/cgi/tests/bug61605.phpt] reason: CGI not available
       
 22345 TEST 11253/11279 [sapi/cli/tests/001.phpt]
       
 22346 PASS version string [sapi/cli/tests/001.phpt] 
       
 22347 TEST 11254/11279 [sapi/cli/tests/002-win32.phpt]
       
 22348 SKIP running code with -r [sapi/cli/tests/002-win32.phpt] reason: only for Windows
       
 22349 TEST 11255/11279 [sapi/cli/tests/002.phpt]
       
 22350 PASS running code with -r [sapi/cli/tests/002.phpt] 
       
 22351 TEST 11256/11279 [sapi/cli/tests/003-2.phpt]
       
 22352 PASS defining INI options with -d (as 2nd arg) [sapi/cli/tests/003-2.phpt] 
       
 22353 TEST 11257/11279 [sapi/cli/tests/003.phpt]
       
 22354 PASS defining INI options with -d [sapi/cli/tests/003.phpt] 
       
 22355 TEST 11258/11279 [sapi/cli/tests/004.phpt]
       
 22356 PASS show information about function [sapi/cli/tests/004.phpt] 
       
 22357 TEST 11259/11279 [sapi/cli/tests/005.phpt]
       
 22358 PASS show information about class [sapi/cli/tests/005.phpt] 
       
 22359 TEST 11260/11279 [sapi/cli/tests/006.phpt]
       
 22360 PASS show information about extension [sapi/cli/tests/006.phpt] 
       
 22361 TEST 11261/11279 [sapi/cli/tests/007.phpt]
       
 22362 PASS strip comments and whitespace with -w [sapi/cli/tests/007.phpt] 
       
 22363 TEST 11262/11279 [sapi/cli/tests/008.phpt]
       
 22364 PASS execute a file with -f [sapi/cli/tests/008.phpt] 
       
 22365 TEST 11263/11279 [sapi/cli/tests/009.phpt]
       
 22366 PASS using invalid combinations of cmdline options [sapi/cli/tests/009.phpt] 
       
 22367 TEST 11264/11279 [sapi/cli/tests/010-2.phpt]
       
 22368 PASS executing a code with -R [sapi/cli/tests/010-2.phpt] 
       
 22369 TEST 11265/11279 [sapi/cli/tests/010.phpt]
       
 22370 PASS executing a file with -F [sapi/cli/tests/010.phpt] 
       
 22371 TEST 11266/11279 [sapi/cli/tests/011.phpt]
       
 22372 PASS syntax check [sapi/cli/tests/011.phpt] 
       
 22373 TEST 11267/11279 [sapi/cli/tests/012.phpt]
       
 22374 PASS invalid arguments and error messages [sapi/cli/tests/012.phpt] 
       
 22375 TEST 11268/11279 [sapi/cli/tests/013.phpt]
       
 22376 PASS running PHP code before and after processing input lines with -B and -E [sapi/cli/tests/013.phpt] 
       
 22377 TEST 11269/11279 [sapi/cli/tests/014.phpt]
       
 22378 PASS syntax highlighting [sapi/cli/tests/014.phpt] 
       
 22379 TEST 11270/11279 [sapi/cli/tests/015.phpt]
       
 22380 PASS CLI long options [sapi/cli/tests/015.phpt] 
       
 22381 TEST 11271/11279 [sapi/cli/tests/016.phpt]
       
 22382 SKIP CLI -a and readline [sapi/cli/tests/016.phpt] reason: need readline support
       
 22383 TEST 11272/11279 [sapi/cli/tests/017.phpt]
       
 22384 SKIP CLI -a and libedit [sapi/cli/tests/017.phpt] reason: need readline support using libedit
       
 22385 TEST 11273/11279 [sapi/cli/tests/018.phpt]
       
 22386 PASS CLI php -m [sapi/cli/tests/018.phpt] 
       
 22387 TEST 11274/11279 [sapi/cli/tests/019.phpt]
       
 22388 PASS CLI php -i [sapi/cli/tests/019.phpt] 
       
 22389 TEST 11275/11279 [sapi/cli/tests/020.phpt]
       
 22390 PASS CLI php --ri [sapi/cli/tests/020.phpt] 
       
 22391 TEST 11276/11279 [sapi/cli/tests/021.phpt]
       
 22392 PASS CLI shell shebang [sapi/cli/tests/021.phpt] 
       
 22393 TEST 11277/11279 [sapi/cli/tests/022.phpt]
       
 22394 PASS STDIN/OUT/ERR stream type [sapi/cli/tests/022.phpt] 
       
 22395 TEST 11278/11279 [sapi/cli/tests/bug44564.phpt]
       
 22396 PASS Bug #44564 (escapeshellarg removes UTF-8 multi-byte characters) [sapi/cli/tests/bug44564.phpt] 
       
 22397 TEST 11279/11279 [sapi/cli/tests/bug61546.phpt]
       
 22398 PASS Bug #61546 (functions related to current script failed when chdir() in cli sapi) [sapi/cli/tests/bug61546.phpt] 
       
 22399 =====================================================================
       
 22400 
       
 22401 
       
 22402 =====================================================================
       
 22403 TEST RESULT SUMMARY
       
 22404 ---------------------------------------------------------------------
       
 22405 Exts skipped    :   20
       
 22406 Exts tested     :   58
       
 22407 ---------------------------------------------------------------------
       
 22408 
       
 22409 Number of tests : 11985              9628
       
 22410 Tests skipped   : 2357 ( 19.7%) --------
       
 22411 Tests warned    :    0 (  0.0%) (  0.0%)
       
 22412 Tests failed    :  140 (  1.2%) (  1.5%)
       
 22413 Expected fail   :   33 (  0.3%) (  0.3%)
       
 22414 Tests passed    : 9455 ( 78.9%) ( 98.2%)
       
 22415 ---------------------------------------------------------------------
       
 22416 
       
 22417 =====================================================================
       
 22418 
       
 22419 =====================================================================
       
 22420 EXPECTED FAILED TEST SUMMARY
       
 22421 ---------------------------------------------------------------------
       
 22422 Inconsistencies when accessing protected members [Zend/tests/access_modifiers_008.phpt]  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
       
 22423 Inconsistencies when accessing protected members - 2 [Zend/tests/access_modifiers_009.phpt]  XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
       
 22424 Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770.phpt]  XFAIL REASON: See Bug #48770
       
 22425 Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_2.phpt]  XFAIL REASON: See Bug #48770
       
 22426 Bug #48770 (call_user_func_array() fails to call parent from inheriting class) [Zend/tests/bug48770_3.phpt]  XFAIL REASON: See Bug #48770
       
 22427 Bug #62680 (Function isset() throws fatal error on set array if non-existent key depth >= 3) [Zend/tests/bug62680.phpt]  XFAIL REASON: see https://bugs.php.net/62680
       
 22428 DateTime::add() -- fall type2 type3 [ext/date/tests/DateTime_add-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
       
 22429 DateTime::add() -- fall type3 type2 [ext/date/tests/DateTime_add-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
       
 22430 DateTime::add() -- fall type3 type3 [ext/date/tests/DateTime_add-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
       
 22431 DateTime::add() -- spring type2 type3 [ext/date/tests/DateTime_add-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
       
 22432 DateTime::add() -- spring type3 type2 [ext/date/tests/DateTime_add-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
       
 22433 DateTime::add() -- spring type3 type3 [ext/date/tests/DateTime_add-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
       
 22434 DateTime::diff() -- fall type2 type3 [ext/date/tests/DateTime_diff-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
       
 22435 DateTime::diff() -- fall type3 type2 [ext/date/tests/DateTime_diff-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
       
 22436 DateTime::diff() -- fall type3 type3 [ext/date/tests/DateTime_diff-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
       
 22437 DateTime::diff() -- spring type2 type3 [ext/date/tests/DateTime_diff-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
       
 22438 DateTime::diff() -- spring type3 type2 [ext/date/tests/DateTime_diff-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
       
 22439 DateTime::diff() -- spring type3 type3 [ext/date/tests/DateTime_diff-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
       
 22440 DateTime::sub() -- fall type2 type3 [ext/date/tests/DateTime_sub-fall-type2-type3.phpt]  XFAIL REASON: Various bugs exist
       
 22441 DateTime::sub() -- fall type3 type2 [ext/date/tests/DateTime_sub-fall-type3-type2.phpt]  XFAIL REASON: Various bugs exist
       
 22442 DateTime::sub() -- fall type3 type3 [ext/date/tests/DateTime_sub-fall-type3-type3.phpt]  XFAIL REASON: Various bugs exist
       
 22443 DateTime::sub() -- spring type2 type3 [ext/date/tests/DateTime_sub-spring-type2-type3.phpt]  XFAIL REASON: Various bugs exist
       
 22444 DateTime::sub() -- spring type3 type2 [ext/date/tests/DateTime_sub-spring-type3-type2.phpt]  XFAIL REASON: Various bugs exist
       
 22445 DateTime::sub() -- spring type3 type3 [ext/date/tests/DateTime_sub-spring-type3-type3.phpt]  XFAIL REASON: Various bugs exist
       
 22446 RFC: DateTime and Daylight Saving Time Transitions (zone type 3) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3.phpt]  XFAIL REASON: RFC not implemented yet
       
 22447 DBA with persistent connections [ext/dba/tests/dba015.phpt]  XFAIL REASON: Test 6 crashes in flatfile_findkey with dba pointer of NULL, bug http://bugs.php.net/bug.php?id=51278
       
 22448 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) [ext/session/tests/bug60634.phpt]  XFAIL REASON: Long term low priority bug, working on it
       
 22449 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in write during exec [ext/session/tests/bug60634_error_1.phpt]  XFAIL REASON: Long term low priority bug, working on it
       
 22450 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in write during exec [ext/session/tests/bug60634_error_2.phpt]  XFAIL REASON: Long term low priority bug, working on it
       
 22451 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in write after exec [ext/session/tests/bug60634_error_3.phpt]  XFAIL REASON: Long term low priority bug, working on it
       
 22452 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in write after exec [ext/session/tests/bug60634_error_4.phpt]  XFAIL REASON: Long term low priority bug, working on it
       
 22453 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in close during exec [ext/session/tests/bug60634_error_5.phpt]  XFAIL REASON: Long term low priority bug, working on it
       
 22454 SimpleXML: array casting bug [ext/simplexml/tests/034.phpt]  XFAIL REASON: Does anyone know why?
       
 22455 =====================================================================
       
 22456 
       
 22457 =====================================================================
       
 22458 FAILED TEST SUMMARY
       
 22459 ---------------------------------------------------------------------
       
 22460 Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/date/tests/bug27780.phpt]
       
 22461 Bug #32555 (strtotime("tomorrow") can return false) [ext/date/tests/bug32555.phpt]
       
 22462 Bug #33532 (Different output for strftime() and date()) [ext/date/tests/bug33532.phpt]
       
 22463 Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt]
       
 22464 Bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone). [ext/date/tests/bug68942.phpt]
       
 22465 date_default_timezone_get() function [1] [ext/date/tests/date_default_timezone_get-1.phpt]
       
 22466 date_default_timezone_get() function [2] [ext/date/tests/date_default_timezone_get-2.phpt]
       
 22467 date_default_timezone_set() function [1] [ext/date/tests/date_default_timezone_set-1.phpt]
       
 22468 Test gmstrftime() function : usage variation - Checking date related formats which are supported other than on Windows. [ext/date/tests/gmstrftime_variation14.phpt]
       
 22469 Test gmstrftime() function : usage variation - Checking Preferred date and time representation other than on Windows. [ext/date/tests/gmstrftime_variation22.phpt]
       
 22470 Test strftime() function : usage variation - Checking date related formats which are supported other than on Windows. [ext/date/tests/strftime_variation14.phpt]
       
 22471 Test strftime() function : usage variation - Checking Preferred date and time representation other than on Windows. [ext/date/tests/strftime_variation22.phpt]
       
 22472 Bug #38698 (Bug #38698 for some keys cdbmake creates corrupted db and cdb can't read valid db) [ext/dba/tests/bug38698.phpt]
       
 22473 DOMDocument::validate() should validate an external DTD declaration [ext/dom/tests/DOMDocument_validate_external_dtd.phpt]
       
 22474 Test split() function : usage variations  - out-of-range values for limit [ext/ereg/tests/split_variation_004.phpt]
       
 22475 Test spliti() function : usage variations  - out-of-range values for limit [ext/ereg/tests/spliti_variation_004.phpt]
       
 22476 Bug #68735 fileinfo out-of-bounds memory access [ext/fileinfo/tests/bug68735.phpt]
       
 22477 Bug #66731: file: infinite recursion [ext/fileinfo/tests/cve-2014-1943.phpt]
       
 22478 finfo_file(): Testing mime types [ext/fileinfo/tests/finfo_file_002.phpt]
       
 22479 Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection) [ext/ftp/tests/bug37799.phpt]
       
 22480 Gettext basic test with en_US locale that should be on nearly every system [ext/gettext/tests/gettext_basic-enus.phpt]
       
 22481 Gettext basic test [ext/gettext/tests/gettext_basic.phpt]
       
 22482 Test if bindtextdomain() returns string id if no directory path is set(if directory path is 'null') [ext/gettext/tests/gettext_bindtextdomain-cwd.phpt]
       
 22483 Test dcgettext() functionality [ext/gettext/tests/gettext_dcgettext.phpt]
       
 22484 Test dgettext() functionality [ext/gettext/tests/gettext_dgettext.phpt]
       
 22485 Test if dngettext() returns the correct translations (optionally plural). [ext/gettext/tests/gettext_dngettext-plural.phpt]
       
 22486 Test ngettext() functionality [ext/gettext/tests/gettext_ngettext.phpt]
       
 22487 Bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words) [ext/iconv/tests/bug51250.phpt]
       
 22488 EUC-JP to ISO-2022-JP [ext/iconv/tests/eucjp2iso2022jp.phpt]
       
 22489 iconv() test 3 [ext/iconv/tests/iconv003.phpt]
       
 22490 Test iconv_mime_decode() function : usage variations - Pass different data types to charset arg [ext/iconv/tests/iconv_mime_decode_variation3.phpt]
       
 22491 iconv_mime_encode() [ext/iconv/tests/iconv_mime_encode.phpt]
       
 22492 Test iconv_strlen() function : error conditions - pass an unknown encoding [ext/iconv/tests/iconv_strlen_error2.phpt]
       
 22493 Test iconv_strlen() function : usage variations - Pass different data types as $encoding arg [ext/iconv/tests/iconv_strlen_variation2.phpt]
       
 22494 Test iconv_strpos() function : error conditions - Pass unknown encoding [ext/iconv/tests/iconv_strpos_error2.phpt]
       
 22495 Test iconv_strpos() function : usage variations - pass different data types as $charset arg [ext/iconv/tests/iconv_strpos_variation4.phpt]
       
 22496 Test iconv_strrpos() function : error conditions - pass an unknown encoding [ext/iconv/tests/iconv_strrpos_error2.phpt]
       
 22497 Test iconv_strrpos() function : usage variations - pass different data types as $encoding arg [ext/iconv/tests/iconv_strrpos_variation3.phpt]
       
 22498 Test iconv_substr() function : error conditions - Pass an unknown encoding [ext/iconv/tests/iconv_substr_error2.phpt]
       
 22499 Bug #61367: open_basedir bypass in libxml RSHUTDOWN: write test [ext/libxml/tests/bug61367-write.phpt]
       
 22500 Bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without proper init). [ext/mcrypt/tests/bug35496.phpt]
       
 22501 Bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB) [ext/mcrypt/tests/bug43143.phpt]
       
 22502 mcrypt_enc_get_algorithms_name [ext/mcrypt/tests/mcrypt_enc_get_algorithms_name.phpt]
       
 22503 mcrypt_enc_get_block_size [ext/mcrypt/tests/mcrypt_enc_get_block_size.phpt]
       
 22504 mcrypt_enc_get_iv_size [ext/mcrypt/tests/mcrypt_enc_get_iv_size.phpt]
       
 22505 mcrypt_enc_get_key_size [ext/mcrypt/tests/mcrypt_enc_get_key_size.phpt]
       
 22506 mcrypt_enc_get_modes_name [ext/mcrypt/tests/mcrypt_enc_get_mode_name.phpt]
       
 22507 mcrypt_enc_get_supported_key_sizes [ext/mcrypt/tests/mcrypt_enc_get_supported_key_sizes.phpt]
       
 22508 mcrypt_enc_is_block_algorithm [ext/mcrypt/tests/mcrypt_enc_is_block_algorithm.phpt]
       
 22509 mcrypt_enc_is_block_algorithm_mode [ext/mcrypt/tests/mcrypt_enc_is_block_algorithm_mode.phpt]
       
 22510 mcrypt_enc_is_block_mode [ext/mcrypt/tests/mcrypt_enc_is_block_mode.phpt]
       
 22511 mcrypt_enc_self_test [ext/mcrypt/tests/mcrypt_enc_self_test.phpt]
       
 22512 mcrypt_get_block_size [ext/mcrypt/tests/mcrypt_get_block_size.phpt]
       
 22513 mcrypt_get_cipher_name [ext/mcrypt/tests/mcrypt_get_cipher_name.phpt]
       
 22514 mcrypt_enc_get_iv_size [ext/mcrypt/tests/mcrypt_get_iv_size.phpt]
       
 22515 mcrypt_get_key_size [ext/mcrypt/tests/mcrypt_get_key_size.phpt]
       
 22516 mcrypt_list_algorithms [ext/mcrypt/tests/mcrypt_list_algorithms.phpt]
       
 22517 mcrypt_list_modes [ext/mcrypt/tests/mcrypt_list_modes.phpt]
       
 22518 mcrypt_module_get_algo_block_size [ext/mcrypt/tests/mcrypt_module_get_algo_block_size.phpt]
       
 22519 mcrypt_module_get_algo_key_size [ext/mcrypt/tests/mcrypt_module_get_algo_key_size.phpt]
       
 22520 mcrypt_module_get_supported_key_sizes [ext/mcrypt/tests/mcrypt_module_get_supported_key_sizes.phpt]
       
 22521 mcrypt_module_is_block_algorithm [ext/mcrypt/tests/mcrypt_module_is_block_algorithm.phpt]
       
 22522 mcrypt_module_open [ext/mcrypt/tests/mcrypt_module_open.phpt]
       
 22523 mcrypt_module_self_test [ext/mcrypt/tests/mcrypt_module_self_test.phpt]
       
 22524 mysqli_get_client_stats() [ext/mysqli/tests/mysqli_get_client_stats.phpt]
       
 22525 mysqli_get_client_stats() - implicit_free_result [ext/mysqli/tests/mysqli_get_client_stats_implicit_free.phpt]
       
 22526 mysqli_get_client_stats() - PS [ext/mysqli/tests/mysqli_get_client_stats_ps.phpt]
       
 22527 mysqli_get_client_stats() - skipped rows [ext/mysqli/tests/mysqli_get_client_stats_skipped.phpt]
       
 22528 mysqli_get_connection_stats() [ext/mysqli/tests/mysqli_get_connection_stats.phpt]
       
 22529 Options type checks [ext/openssl/tests/026.phpt]
       
 22530 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait() [ext/pcntl/tests/002.phpt]
       
 22531 Phar: bzipped phar [ext/phar/tests/phar_bz2.phpt]
       
 22532 Test posix_getgrgid() function : basic functionality [ext/posix/tests/posix_getgrgid_basic.phpt]
       
 22533 Test function posix_setgid() by substituting argument 1 with float values. [ext/posix/tests/posix_setgid_variation4.phpt]
       
 22534 Test session_save_path() function : variation [ext/session/tests/session_save_path_variation5.phpt]
       
 22535 SOAP Server 9: setclass and setpersistence(SOAP_PERSISTENCE_SESSION) [ext/soap/tests/server009.phpt]
       
 22536 ext/sockets - socket_bind - basic test [ext/sockets/tests/socket_bind.phpt]
       
 22537 Test parameter handling in socket_create_pair() [ext/sockets/tests/socket_create_pair-wrongparams.phpt]
       
 22538 Test if socket_set_option() returns 'unable to set socket option' failure for invalid options [ext/sockets/tests/socket_set_option_error_socket_option.phpt]
       
 22539 Test if socket_set_option() works, option:SO_SEOLINGER [ext/sockets/tests/socket_set_option_seolinger.phpt]
       
 22540 SPL: Test that serialized blob contains unique elements (CVE-2010-2225) [ext/spl/tests/SplObjectStorage_unserialize_bad.phpt]
       
 22541 Test fileperms() & chmod() functions: usage variation - misc. perms [ext/standard/tests/file/006_variation2.phpt]
       
 22542 Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes) [ext/standard/tests/file/bug43008.phpt]
       
 22543 chmod() basic fuctionality [ext/standard/tests/file/chmod_basic.phpt]
       
 22544 Test disk_free_space and its alias diskfreespace() functions : basic functionality [ext/standard/tests/file/disk_free_space_basic.phpt]
       
 22545 Test filetype() function: Check character type [ext/standard/tests/file/filetype_variation2.phpt]
       
 22546 flock() tests [ext/standard/tests/file/flock.phpt]
       
 22547 Test flock() function: Basic functionality [ext/standard/tests/file/flock_basic.phpt]
       
 22548 Test flock() function: Variations [ext/standard/tests/file/flock_variation.phpt]
       
 22549 Test glob() function: basic functions [ext/standard/tests/file/glob_basic.phpt]
       
 22550 Test glob() function: usage variations [ext/standard/tests/file/glob_variation.phpt]
       
 22551 Test lchown() function : error functionality [ext/standard/tests/file/lchown_error.phpt]
       
 22552 Test lstat() and stat() functions: usage variations - dir/file name stored in object [ext/standard/tests/file/lstat_stat_variation18.phpt]
       
 22553 Test lstat() and stat() functions: usage variations - dir/file names in array [ext/standard/tests/file/lstat_stat_variation19.phpt]
       
 22554 Test lstat() and stat() functions: usage variations - link names stored in array/object [ext/standard/tests/file/lstat_stat_variation20.phpt]
       
 22555 Test lstat() and stat() functions: usage variations - writing data into file [ext/standard/tests/file/lstat_stat_variation7.phpt]
       
 22556 Test popen() and pclose function: error conditions [ext/standard/tests/file/popen_pclose_error-sunos.phpt]
       
 22557 Test function getservbyname() [ext/standard/tests/general_functions/getservbyname_basic.phpt]
       
 22558 Test function getservbyport() by calling it more than or less than its expected arguments [ext/standard/tests/general_functions/getservbyport_basic.phpt]
       
 22559 Test function getservbyport() by calling it more than or less than its expected arguments [ext/standard/tests/general_functions/getservbyport_variation1.phpt]
       
 22560 Test function proc_nice() by substituting argument 1 with int values. [ext/standard/tests/general_functions/proc_nice_variation5.phpt]
       
 22561 Bug #38802 (ignore_errors and max_redirects) [ext/standard/tests/http/bug38802.phpt]
       
 22562 Bug #48929 (duplicate \r\n sent after last header line) [ext/standard/tests/http/bug48929.phpt]
       
 22563 Bug #53198 (From: header cannot be changed with ini_set) [ext/standard/tests/http/bug53198.phpt]
       
 22564 Bug #60570 (Stream context leaks when http request fails) [ext/standard/tests/http/bug60570.phpt]
       
 22565 http:// and ignore_errors [ext/standard/tests/http/ignore_errors.phpt]
       
 22566 Test mail() function : basic functionality [ext/standard/tests/mail/mail_basic2.phpt]
       
 22567 Test mail() function : variation force extra parameters [ext/standard/tests/mail/mail_variation2.phpt]
       
 22568 Test variations in usage of acos() [ext/standard/tests/math/acos_variation.phpt]
       
 22569 Test variations in usage of asin() [ext/standard/tests/math/asin_variation.phpt]
       
 22570 Bug #45712 (NaN/INF comparison) [ext/standard/tests/math/bug45712.phpt]
       
 22571 Test is_finite() - basic function test is_finite() [ext/standard/tests/math/is_finite_basic.phpt]
       
 22572 Test is_infinite() - basic function test is_infinite() [ext/standard/tests/math/is_infinite_basic.phpt]
       
 22573 Test is_nan() - basic function test is_nan() [ext/standard/tests/math/is_nan_basic.phpt]
       
 22574 Test variations in usage of log10() [ext/standard/tests/math/log10_variation.phpt]
       
 22575 Test log() - basic function test log() [ext/standard/tests/math/log_basic.phpt]
       
 22576 Test log() function : usage variations - different data types as $arg argument [ext/standard/tests/math/log_variation1.phpt]
       
 22577 Various pow() tests [ext/standard/tests/math/pow.phpt]
       
 22578 Test define_syslog_variables() function : basic functionality [ext/standard/tests/network/define_syslog_variables_basic.phpt]
       
 22579 Test define_syslog_variables() function : variation [ext/standard/tests/network/define_syslog_variables_variation.phpt]
       
 22580 Test define_syslog_variables() function : variation [ext/standard/tests/network/define_syslog_variables_variation2.phpt]
       
 22581 http-stream test [ext/standard/tests/network/http-stream.phpt]
       
 22582 Bug #49936 (crash with ftp stream in php_stream_context_get_option()) [ext/standard/tests/streams/bug49936.phpt]
       
 22583 Bug #64770 stream_select() fails with pipes from proc_open() [ext/standard/tests/streams/bug64770.phpt]
       
 22584 Test htmlspecialchars_decode() function : usage variations - unexpected values for 'quote_style' argument [ext/standard/tests/strings/htmlspecialchars_decode_variation2.phpt]
       
 22585 Test nl_langinfo() function :  unexpected inputs for '$tem' argument [ext/standard/tests/strings/nl_langinfo_variation1.phpt]
       
 22586 Test setlocale() function : basic functionality - setting system locale to a specific [ext/standard/tests/strings/setlocale_basic1.phpt]
       
 22587 Test setlocale() function : basic functionality - set locale using an array [ext/standard/tests/strings/setlocale_basic2.phpt]
       
 22588 Test setlocale() function : basic functionality - passing multiple locales as argument [ext/standard/tests/strings/setlocale_basic3.phpt]
       
 22589 Test setlocale() function : usage variations - passing multiple valid/invlaid locales as argument [ext/standard/tests/strings/setlocale_variation1.phpt]
       
 22590 Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt]
       
 22591 Test setlocale() function : usage variations - setting system locale = 0 [ext/standard/tests/strings/setlocale_variation3.phpt]
       
 22592 Test setlocale() function : usage variations - setting system locale as null [ext/standard/tests/strings/setlocale_variation4.phpt]
       
 22593 Test setlocale() function : usage variations - Setting system locale as empty string [ext/standard/tests/strings/setlocale_variation5.phpt]
       
 22594 Test strtolower() function [ext/standard/tests/strings/strtolower.phpt]
       
 22595 Test strtoupper() function [ext/standard/tests/strings/strtoupper1.phpt]
       
 22596 Test strptime() function : basic functionality [ext/standard/tests/time/strptime_basic.phpt]
       
 22597 msg_set_queue() and msg_stat_queue() [ext/sysvmsg/tests/004.phpt]
       
 22598 shm_attach() tests [ext/sysvshm/tests/002.phpt]
       
 22599 shm_remove() tests [ext/sysvshm/tests/007.phpt]
       
 22600 =====================================================================