Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Nov 24, 2024
1 parent b49b190 commit 2b24bc4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
query_posts( 'cat=3' );
wp_reset_query();

parse_str( 'first=value&arr[]=foo+bar&arr[]=baz' );

$str = <<<EOD
Example of string
spanning multiple lines
using heredoc syntax.
EOD;

parse_str( 'first=value&arr[]=foo+bar&arr[]=baz' );

0 comments on commit 2b24bc4

Please sign in to comment.