1--TEST--
2addcslashes(); function test with warning
3--CREDITS--
4 marcosptf - <marcosptf@yahoo.com.br>
5#phptestfest PHPSP on Google - Sao Paulo - Brazil - 2014-06-05
6--FILE--
7<?php
8echo addcslashes("zoo['.']","z..A");
9?>
10--EXPECTF--
11Warning: addcslashes(): Invalid '..'-range, '..'-range needs to be incrementing in %s on line %d
12\zoo['\.']
13