~legolas/ubuntu/natty/php5/5.3.5

« back to all changes in this revision

Viewing changes to ext/curl/tests/curl_multi_getcontent_basic3.phpt

  • Committer: Stas Verberkt
  • Date: 2011-02-01 09:27:15 UTC
  • Revision ID: legolas@legolasweb.nl-20110201092715-yq052iu2yl4i2eyg
Inserted PHP 5.3.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
        //SET URL AND OTHER OPTIONS
19
19
        curl_setopt($ch1, CURLOPT_URL, "http://php.net/robots.txt");
20
 
        curl_setopt($ch2, CURLOPT_URL, "file://".dirname(__FILE__)."/curl_testdata2.txt");
 
20
        curl_setopt($ch2, CURLOPT_URL, "file://".dirname(__FILE__). DIRECTORY_SEPARATOR . "curl_testdata2.txt");
21
21
        curl_setopt($ch1, CURLOPT_RETURNTRANSFER, true);
22
22
        curl_setopt($ch2, CURLOPT_RETURNTRANSFER, true);
23
23
        
55
55
Disallow: /search.php
56
56
Disallow: /mod.php
57
57
Disallow: /manual/add-note.php
 
58
 
 
59
Disallow: /harming/humans
 
60
Disallow: /ignoring/human/orders
 
61
Disallow: /harm/to/self
 
62
 
58
63
CURL2
59
64