PageRenderTime 65ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/hphp/test/zend/bad/ext/curl/tests/curl_multi_strerror_001.php

http://github.com/facebook/hiphop-php
PHP | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | b6e1ce6f243c990b90ec0f24e669511a MD5 | raw file
Possible License(s): LGPL-2.1, BSD-2-Clause, BSD-3-Clause, MPL-2.0-no-copyleft-exception, MIT, LGPL-2.0, Apache-2.0
  1. <?php
  2. var_dump(strtolower(curl_multi_strerror(CURLM_OK)));
  3. var_dump(strtolower(curl_multi_strerror(CURLM_BAD_HANDLE)));
  4. ?>