summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormarcosptf <marcosptf@yahoo.com.br>2014-10-24 15:11:17 -0200
committerStanislav Malyshev <stas@php.net>2014-11-23 17:19:56 -0800
commit49a133dd0b08c52fd7565c313117fca1b9382f84 (patch)
tree72a64466b7fd58964f88897c03f8e206db887ba0 /tests
parent2917c702523910ace15a78f9646bd95700239528 (diff)
downloadphp-git-49a133dd0b08c52fd7565c313117fca1b9382f84.tar.gz
test to function addcslashes
test to function bin2hex
Diffstat (limited to 'tests')
-rw-r--r--tests/func/012.phpt12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/func/012.phpt b/tests/func/012.phpt
deleted file mode 100644
index 3b0d8ea7b3..0000000000
--- a/tests/func/012.phpt
+++ /dev/null
@@ -1,12 +0,0 @@
---TEST--
-addcslashes(); function test
---CREDITS--
- marcosptf - <marcosptf@yahoo.com.br>
-#phptestfest PHPSP on Google - Sao Paulo - Brazil - 2014-06-05
---FILE--
-<?php
-echo addcslashes("zoo['.']","z..A");
-?>
---EXPECTF--
-Warning: addcslashes(): Invalid '..'-range, '..'-range needs to be incrementing in %s on line %d
-\zoo['\.']