10 lines
161 B
PHP
10 lines
161 B
PHP
<?php
|
|
return array(
|
|
'test_url' => 'http://pastebin.com/ed1pP9Ak',
|
|
'body' => array(
|
|
'//div[@class="text"]',
|
|
),
|
|
'strip' => array(
|
|
)
|
|
);
|