Skip to content

Commit

Permalink
ups, i forgot this entry
Browse files Browse the repository at this point in the history
  • Loading branch information
faizshukri committed Dec 6, 2003
1 parent 1fa7458 commit df137ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.PHP4-TO-PHP5-THIN-CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.

0 comments on commit df137ad

Please sign in to comment.