mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
7485978339
This is an automated migration of most SKIPIF extension_loaded checks.
13 lines
130 B
PHP
13 lines
130 B
PHP
--TEST--
|
|
oci_client_version()
|
|
--EXTENSIONS--
|
|
oci8
|
|
--FILE--
|
|
<?php
|
|
|
|
echo oci_client_version(), "\n";
|
|
|
|
?>
|
|
--EXPECTF--
|
|
%d.%d.%d.%d.%d
|