]> granicus.if.org Git - php/commitdiff
ups, i forgot this entry
authorAndrey Hristov <andrey@php.net>
Sat, 6 Dec 2003 16:49:13 +0000 (16:49 +0000)
committerAndrey Hristov <andrey@php.net>
Sat, 6 Dec 2003 16:49:13 +0000 (16:49 +0000)
README.PHP4-TO-PHP5-THIN-CHANGES

index af50a91ea9af38cdaf929a6211418c8e5fc6b2df..022135b443c60bb9a21ea2e1cecd9bee3129a484 100644 (file)
@@ -5,4 +5,6 @@
    var_dump(strrpos("ABCDEF","DAF"));
    ?>
    Will give you differents results. The diffence is in the second cal to strrpos(). The same applies and for strripos().
-2. Change illegal use of string offset from E_WARNING to E_ERROR
\ No newline at end of file
+2. Change illegal use of string offset from E_WARNING to E_ERROR
+3. array_merge() accepts only arrays. If non-array is passed a E_WARNING for every non-array
+   parameter will be throwed. Be careful because your code may start emitting E_WARNING out of the blue.