Home
last modified time | relevance | path

Searched refs:ZVAL_BOOL (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.0/ext/mysqli/
H A Dmysqli_driver.c32 ZVAL_BOOL(retval, MyG(value)); \
/PHP-8.0/ext/pdo_dblib/
H A Ddblib_driver.c379 ZVAL_BOOL(return_value, H->stringify_uniqueidentifier); in dblib_get_attribute()
391 ZVAL_BOOL(return_value, H->skip_empty_rowsets); in dblib_get_attribute()
395 ZVAL_BOOL(return_value, H->datetime_convert); in dblib_get_attribute()
/PHP-8.0/ext/dom/
H A Ddocument.c190 ZVAL_BOOL(retval, docp->standalone); in dom_document_standalone_read()
274 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
301 ZVAL_BOOL(retval, doc_prop->formatoutput); in dom_document_format_output_read()
326 ZVAL_BOOL(retval, doc_prop->validateonparse); in dom_document_validate_on_parse_read()
351 ZVAL_BOOL(retval, doc_prop->resolveexternals); in dom_document_resolve_externals_read()
376 ZVAL_BOOL(retval, doc_prop->preservewhitespace); in dom_document_preserve_whitespace_read()
401 ZVAL_BOOL(retval, doc_prop->recover); in dom_document_recover_read()
426 ZVAL_BOOL(retval, doc_prop->substituteentities); in dom_document_substitue_entities_read()
H A Dxpath.c85 ZVAL_BOOL(&fci.params[i], obj->boolval); in dom_xpath_ext_function_php()
275 ZVAL_BOOL(retval, php_xpath_obj_from_dom_obj(obj)->register_node_ns); in dom_xpath_register_node_ns_read()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h60 ZVAL_BOOL(&_c, val); \
H A Dsccp.c396 ZVAL_BOOL(result, zend_is_true(op)); in ct_eval_bool_cast()
465 ZVAL_BOOL(result, op1 && Z_TYPE_P(op1) != IS_NULL); in ct_eval_isset_isempty()
471 ZVAL_BOOL(result, Z_TYPE(zv) == IS_FALSE); in ct_eval_isset_isempty()
492 ZVAL_BOOL(result, (extended_value & ZEND_ISEMPTY)); in ct_eval_isset_dim()
662 ZVAL_BOOL(result, (extended_value & ZEND_ISEMPTY)); in ct_eval_isset_obj()
731 ZVAL_BOOL(result, (type_mask >> type) & 1); in ct_eval_type_check()
765 ZVAL_BOOL(result, res); in ct_eval_in_array()
785 ZVAL_BOOL(result, value != NULL); in ct_eval_array_key_exists()
H A Dzend_optimizer.c84 ZVAL_BOOL(result, zend_is_true(op1)); in zend_optimizer_eval_unary_op()
97 ZVAL_BOOL(result, zval_is_true(op1)); in zend_optimizer_eval_cast()
/PHP-8.0/Zend/
H A Dzend_operators.c576 ZVAL_BOOL(op, l); in convert_to_boolean()
580 ZVAL_BOOL(op, Z_LVAL_P(op) ? 1 : 0); in convert_to_boolean()
583 ZVAL_BOOL(op, Z_DVAL_P(op) ? 1 : 0); in convert_to_boolean()
601 ZVAL_BOOL(op, tmp); in convert_to_boolean()
1425 ZVAL_BOOL(result, op1_val ^ op2_val); in boolean_xor_function()
1449 ZVAL_BOOL(result, !zval_is_true(op1)); in boolean_not_function()
2236 ZVAL_BOOL(result, zend_is_identical(op1, op2)); in is_identical_function()
2243 ZVAL_BOOL(result, !zend_is_identical(op1, op2)); in is_not_identical_function()
2250 ZVAL_BOOL(result, zend_compare(op1, op2) == 0); in is_equal_function()
2257 ZVAL_BOOL(result, (zend_compare(op1, op2) != 0)); in is_not_equal_function()
[all …]
H A Dzend_ini_scanner.l179 ZVAL_BOOL(retval, type == BOOL_TRUE); in zend_ini_copy_typed_value()
H A Dzend_API.c1500 ZVAL_BOOL(&tmp, b); in add_assoc_bool_ex()
1578 ZVAL_BOOL(&tmp, b); in add_index_bool()
1650 ZVAL_BOOL(&tmp, b); in add_next_index_bool()
1754 ZVAL_BOOL(&tmp, b); in add_property_bool_ex()
3873 ZVAL_BOOL(&tmp, val); in zend_try_assign_typed_ref_bool()
3995 ZVAL_BOOL(&property, value); in zend_declare_property_bool()
4114 ZVAL_BOOL(&constant, value); in zend_declare_class_constant_bool()
4198 ZVAL_BOOL(&tmp, value); in zend_update_property_bool()
4308 ZVAL_BOOL(&tmp, value); in zend_update_static_property_bool()
H A Dzend_constants.c165 ZVAL_BOOL(&c.value, bval); in zend_register_bool_constant()
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_driver.c940 ZVAL_BOOL(val, !isc_version(&H->db, firebird_info_cb, NULL)); in firebird_handle_get_attribute()
976 ZVAL_BOOL(val, H->fetch_table_names); in firebird_handle_get_attribute()
/PHP-8.0/ext/standard/
H A Duser_filters.c200 ZVAL_BOOL(&args[3], flags & PSFS_FLAG_FLUSH_CLOSE); in userfilter_filter()
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_driver.c368 ZVAL_BOOL(val, H->assume_utf8 ? 1 : 0); in odbc_handle_get_attr()
H A Dodbc_stmt.c834 ZVAL_BOOL(val, S->assume_utf8 ? 1 : 0); in odbc_stmt_get_attr()
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_methods.cpp296 ZVAL_BOOL(is_systemid, isSystemID); in PHP_FUNCTION()
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.c432 ZVAL_BOOL(return_value, H->emulate_prepares); in pdo_pgsql_get_attribute()
436 ZVAL_BOOL(return_value, H->disable_prepares); in pdo_pgsql_get_attribute()
/PHP-8.0/ext/filter/
H A Dlogical_filters.c329 ZVAL_BOOL(value, ret); in php_filter_boolean()
/PHP-8.0/ext/pdo_oci/
H A Doci_driver.c621 ZVAL_BOOL(return_value, dbh->auto_commit); in oci_handle_get_attribute()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_vio.c555 ZVAL_BOOL(&verify_peer_zval, verify); in MYSQLND_METHOD()
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_driver.c517 ZVAL_BOOL(return_value, H->local_infile);
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c160 ZVAL_BOOL(&args[i], obj->boolval); in xsl_ext_function_php()
/PHP-8.0/ext/com_dotnet/
H A Dcom_variant.c225 ZVAL_BOOL(z, V_BOOL(v) ? 1 : 0); in php_com_zval_from_variant()
/PHP-8.0/ext/oci8/
H A Doci8_statement.c1090 ZVAL_BOOL(zv, FALSE); in php_oci_bind_post_exec()
1092 ZVAL_BOOL(zv, TRUE); in php_oci_bind_post_exec()
/PHP-8.0/ext/spl/
H A Dspl_heap.c511 ZVAL_BOOL(&tmp, intern->heap->flags&SPL_HEAP_CORRUPTED); in spl_heap_object_get_debug_info()

Completed in 155 milliseconds

12