Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c326 else return add_next_index_double(list, num);
/PHP-5.5/ext/standard/
H A Darray.c1685 add_next_index_double(return_value, value); in PHP_FUNCTION()
1694 add_next_index_double(return_value, value); in PHP_FUNCTION()
1697 add_next_index_double(return_value, low); in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_API.h413 ZEND_API int add_next_index_double(zval *arg, double d);
H A Dzend_API.c1435 ZEND_API int add_next_index_double(zval *arg, double d) /* {{{ */ in add_next_index_double() function
/PHP-5.5/ext/oci8/
H A Doci8_statement.c922 add_next_index_double(bind->zval, ((double *)(bind->array.elements))[i]); in php_oci_bind_post_exec()

Completed in 41 milliseconds