X7ROOT File Manager
Current Path:
/opt/alt/tests/alt-php84-pecl-oci8_3.4.0-1.el8/tests
opt
/
alt
/
tests
/
alt-php84-pecl-oci8_3.4.0-1.el8
/
tests
/
ðŸ“
..
📄
clientversion.phpt
(130 B)
📄
drcp_connection_class.phpt
(717 B)
📄
error1.phpt
(502 B)
📄
extauth_01.phpt
(3.66 KB)
📄
extauth_02.phpt
(3.74 KB)
📄
extauth_03.phpt
(3.68 KB)
📄
ini_1.phpt
(3.16 KB)
📄
lob_aliases.phpt
(1.23 KB)
📄
minfo.phpt
(261 B)
Editing: lob_aliases.phpt
--TEST-- LOB method aliases --EXTENSIONS-- oci8 --FILE-- <?php // Function existence echo "Test 1\n"; var_dump(function_exists('oci_lob_load')); var_dump(function_exists('oci_lob_tell')); var_dump(function_exists('oci_lob_truncate')); var_dump(function_exists('oci_lob_erase')); var_dump(function_exists('oci_lob_flush')); var_dump(function_exists('ocisetbufferinglob')); var_dump(function_exists('ocigetbufferinglob')); var_dump(function_exists('oci_lob_rewind')); var_dump(function_exists('oci_lob_read')); var_dump(function_exists('oci_lob_eof')); var_dump(function_exists('oci_lob_seek')); var_dump(function_exists('oci_lob_write')); var_dump(function_exists('oci_lob_append')); var_dump(function_exists('oci_lob_size')); var_dump(function_exists('oci_lob_export')); var_dump(function_exists('oci_lob_export')); var_dump(function_exists('oci_lob_import')); var_dump(function_exists('oci_lob_save')); var_dump(function_exists('oci_lob_import')); var_dump(function_exists('oci_free_descriptor')); echo "Done\n"; ?> --EXPECT-- Test 1 bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) bool(true) Done
Upload File
Create Folder