fork download
  1. <?php declare(strict_types =1);
  2.  
  3.  
  4. var_export(CURL_HTTP_VERSION_3);
  5.  
  6.  
Success #stdin #stdout #stderr 0.02s 25652KB
stdin
Standard input is empty
stdout
'CURL_HTTP_VERSION_3'
stderr
PHP Warning:  Use of undefined constant CURL_HTTP_VERSION_3 - assumed 'CURL_HTTP_VERSION_3' (this will throw an Error in a future version of PHP) in /home/9M9E4y/prog.php on line 4