Home
last modified time | relevance | path

Searched refs:ZVAL_BOOL (Results 26 – 42 of 42) sorted by last modified time

12

/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c605 ZVAL_BOOL(return_value, dbh->auto_commit); in oci_handle_get_attribute()
/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c227 ZVAL_BOOL(z, V_BOOL(v) ? 1 : 0); in php_com_zval_from_variant()
/PHP-7.4/ext/spl/
H A Dspl_heap.c528 ZVAL_BOOL(&tmp, intern->heap->flags&SPL_HEAP_CORRUPTED); in spl_heap_object_get_debug_info()
/PHP-7.4/ext/mysqli/
H A Dmysqli_driver.c35 ZVAL_BOOL(retval, MyG(value)); \
/PHP-7.4/Zend/
H A Dzend_ini_scanner.l179 ZVAL_BOOL(retval, type == BOOL_TRUE); in zend_ini_copy_typed_value()
H A Dzend_ast.c575 ZVAL_BOOL(result, zend_is_true(&op2)); in zend_ast_evaluate()
595 ZVAL_BOOL(result, zend_is_true(&op2)); in zend_ast_evaluate()
H A Dzend_types.h773 #define ZVAL_BOOL(z, b) do { \ macro
H A Dzend_constants.c163 ZVAL_BOOL(&c.value, bval); in zend_register_bool_constant()
H A Dzend_API.h620 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b)
773 ZVAL_BOOL(_zv, bval); \
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c243 ZVAL_BOOL(&args[i], obj->boolval); in xsl_ext_function_php()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h60 ZVAL_BOOL(&_c, val); \
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c630 ZVAL_BOOL(elem, XMLRPC_GetValueBoolean(el)); in XMLRPC_to_PHP()
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c381 ZVAL_BOOL(return_value, H->stringify_uniqueidentifier); in dblib_get_attribute()
393 ZVAL_BOOL(return_value, H->skip_empty_rowsets); in dblib_get_attribute()
397 ZVAL_BOOL(return_value, H->datetime_convert); in dblib_get_attribute()
/PHP-7.4/ext/oci8/
H A Doci8_statement.c1097 ZVAL_BOOL(zv, FALSE); in php_oci_bind_post_exec()
1099 ZVAL_BOOL(zv, TRUE); in php_oci_bind_post_exec()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_vio.c556 ZVAL_BOOL(&verify_peer_zval, verify); in MYSQLND_METHOD()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp316 ZVAL_BOOL(is_systemid, isSystemID); in PHP_FUNCTION()
/PHP-7.4/ext/dom/
H A Dxpath.c123 ZVAL_BOOL(&fci.params[i], obj->boolval); in dom_xpath_ext_function_php()

Completed in 85 milliseconds

12