We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1bea3 commit 274ecb2Copy full SHA for 274ecb2
composer.json
@@ -1,6 +1,5 @@
1
{
2
"name": "phpversions/phparse",
3
- "version": "0.2.1",
4
"require-dev": {
5
"php-vcr/php-vcr": "~1.2",
6
"crysalead/kahlan": "~1.2",
src/Parser.php
@@ -11,9 +11,6 @@ class Parser
11
12
protected $xpath;
13
14
- /** @var string */
15
- private $html;
16
-
17
public static function readFromUrl($url)
18
19
$html = file_get_contents($url);
test-info.php
@@ -1,3 +1,3 @@
<?php
-echo phpinfo();
+phpinfo();
0 commit comments