Searched refs:add_index_bool (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/interbase/ |
H A D | ibase_blobs.c | 451 add_index_bool(return_value, 3, bl_info.bl_stream); in PHP_FUNCTION() 454 add_index_bool(return_value, 4, (!ib_blob.bl_qd.gds_quad_high && !ib_blob.bl_qd.gds_quad_low)); in PHP_FUNCTION()
|
/PHP-7.3/ext/mbstring/ |
H A D | php_mbregex.c | 962 add_index_bool(array, i, 0); in _php_mb_regex_ereg_exec() 1489 add_index_bool(return_value, i, 0); in _php_mb_regex_ereg_search_exec() 1624 add_index_bool(return_value, i, 0); in PHP_FUNCTION()
|
/PHP-7.3/ext/soap/ |
H A D | php_http.c | 1020 add_index_bool(&zcookie, 3, 1); in make_http_soap_request()
|
/PHP-7.3/Zend/ |
H A D | zend_API.h | 416 ZEND_API int add_index_bool(zval *arg, zend_ulong idx, int b);
|
H A D | zend_API.c | 1461 ZEND_API int add_index_bool(zval *arg, zend_ulong index, int b) /* {{{ */ in add_index_bool() function
|
/PHP-7.3/ext/openssl/ |
H A D | openssl.c | 2404 add_index_bool(&subsub, 0, purpset); in PHP_FUNCTION() 2407 add_index_bool(&subsub, 1, purpset); in PHP_FUNCTION()
|
Completed in 49 milliseconds