Home
last modified time | relevance | path

Searched refs:oci_lob_append (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/oci8/tests/
H A Dlob_026.phpt43 var_dump(oci_lob_append());
44 var_dump(oci_lob_append($blob));
45 var_dump(oci_lob_append($row[0], $blob));
92 Warning: oci_lob_append() expects exactly 2 parameters, 0 given in %s on line %d
95 Warning: oci_lob_append() expects exactly 2 parameters, 1 given in %s on line %d
H A Dlob_aliases.phpt25 var_dump(oci_lob_append());
79 Warning: oci_lob_append() expects exactly 2 parameters, 0 given in %s on line %d
H A Dreflection1.phpt59 reflection::export(new reflectionfunction('oci_lob_append'));
531 Function [ <internal%s> function oci_lob_append ] {
/PHP-7.0/ext/oci8/
H A Doci8.c689 PHP_FUNCTION(oci_lob_append);
771 PHP_FE(oci_lob_append, arginfo_oci_lob_append)
863 PHP_FALIAS(append, oci_lob_append, arginfo_oci_lob_append_method)
H A Doci8_interface.c626 PHP_FUNCTION(oci_lob_append) in PHP_FUNCTION() argument

Completed in 24 milliseconds