Skip to content

Phpsp test marcosptf #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
commiting functions tests
  • Loading branch information
marcosptf committed Jul 6, 2014
commit 2e4aab3fef70d885aa4a1bc6e39af911cf6eb1eb
11 changes: 11 additions & 0 deletions tests/func/015.phpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--TEST--
addslashes(); function test
--CREDITS--
marcosptf - <[email protected]>
#phptestfest PHPSP on Google - Sao Paulo - Brazil - 2014-06-05
--FILE--
<?php error_reporting(0);
echo addslashes("do you like book's O'reilly?");
?>
--EXPECT--
do you like book\'s O\'reilly?