Searched refs:add_next_index_double (Results 1 – 5 of 5) sorted by relevance
326 else return add_next_index_double(list, num);
1720 add_next_index_double(return_value, value); in PHP_FUNCTION()1729 add_next_index_double(return_value, value); in PHP_FUNCTION()1732 add_next_index_double(return_value, low); in PHP_FUNCTION()
411 ZEND_API int add_next_index_double(zval *arg, double d);
1406 ZEND_API int add_next_index_double(zval *arg, double d) /* {{{ */ in add_next_index_double() function
922 add_next_index_double(bind->zval, ((double *)(bind->array.elements))[i]); in php_oci_bind_post_exec()
Completed in 38 milliseconds