/PHP-8.3/ext/pdo_dblib/ |
H A D | dblib_driver.c | 397 ZVAL_BOOL(return_value, H->stringify_uniqueidentifier); in dblib_get_attribute() 409 ZVAL_BOOL(return_value, H->skip_empty_rowsets); in dblib_get_attribute() 413 ZVAL_BOOL(return_value, H->datetime_convert); in dblib_get_attribute()
|
/PHP-8.3/ext/dom/ |
H A D | document.c | 196 ZVAL_BOOL(retval, docp->standalone > 0); in dom_document_standalone_read() 279 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() 322 ZVAL_BOOL(retval, doc_prop->validateonparse); in dom_document_validate_on_parse_read() 343 ZVAL_BOOL(retval, doc_prop->resolveexternals); in dom_document_resolve_externals_read() 364 ZVAL_BOOL(retval, doc_prop->preservewhitespace); in dom_document_preserve_whitespace_read() 385 ZVAL_BOOL(retval, doc_prop->recover); in dom_document_recover_read() 406 ZVAL_BOOL(retval, doc_prop->substituteentities); in dom_document_substitue_entities_read()
|
H A D | xpath.c | 90 ZVAL_BOOL(&fci.params[i], obj->boolval); in dom_xpath_ext_function_php() 284 ZVAL_BOOL(retval, php_xpath_obj_from_dom_obj(obj)->register_node_ns); in dom_xpath_register_node_ns_read()
|
/PHP-8.3/Zend/Optimizer/ |
H A D | zend_optimizer_internal.h | 62 ZVAL_BOOL(&_c, val); \
|
H A D | sccp.c | 339 ZVAL_BOOL(result, zend_is_true(op)); in ct_eval_bool_cast() 413 ZVAL_BOOL(result, op1 && Z_TYPE_P(op1) != IS_NULL); in ct_eval_isset_isempty() 419 ZVAL_BOOL(result, Z_TYPE(zv) == IS_FALSE); in ct_eval_isset_isempty() 440 ZVAL_BOOL(result, (extended_value & ZEND_ISEMPTY)); in ct_eval_isset_dim() 621 ZVAL_BOOL(result, (extended_value & ZEND_ISEMPTY)); in ct_eval_isset_obj() 700 ZVAL_BOOL(result, (type_mask >> type) & 1); in ct_eval_type_check() 734 ZVAL_BOOL(result, res); in ct_eval_in_array() 754 ZVAL_BOOL(result, value != NULL); in ct_eval_array_key_exists()
|
H A D | zend_optimizer.c | 77 ZVAL_BOOL(result, zend_is_true(op1)); in zend_optimizer_eval_unary_op() 90 ZVAL_BOOL(result, zval_is_true(op1)); in zend_optimizer_eval_cast()
|
/PHP-8.3/Zend/ |
H A D | zend_operators.c | 679 ZVAL_BOOL(op, l); in convert_to_boolean() 683 ZVAL_BOOL(op, Z_LVAL_P(op) ? 1 : 0); in convert_to_boolean() 686 ZVAL_BOOL(op, Z_DVAL_P(op) ? 1 : 0); in convert_to_boolean() 704 ZVAL_BOOL(op, tmp); in convert_to_boolean() 1549 ZVAL_BOOL(result, op1_val ^ op2_val); in boolean_xor_function() 1573 ZVAL_BOOL(result, !zval_is_true(op1)); in boolean_not_function() 2406 ZVAL_BOOL(result, zend_is_identical(op1, op2)); in is_identical_function() 2413 ZVAL_BOOL(result, !zend_is_identical(op1, op2)); in is_not_identical_function() 2420 ZVAL_BOOL(result, zend_compare(op1, op2) == 0); in is_equal_function() 2427 ZVAL_BOOL(result, (zend_compare(op1, op2) != 0)); in is_not_equal_function() [all …]
|
H A D | zend_ini_scanner.l | 160 ZVAL_BOOL(retval, type == BOOL_TRUE); in zend_ini_copy_typed_value()
|
H A D | zend_constants.c | 140 ZVAL_BOOL(&c.value, bval); in zend_register_bool_constant()
|
H A D | zend_API.c | 1827 ZVAL_BOOL(&tmp, b); in add_assoc_bool_ex() 1932 ZVAL_BOOL(&tmp, b); in add_index_bool() 2031 ZVAL_BOOL(&tmp, b); in add_next_index_bool() 2162 ZVAL_BOOL(&tmp, b); in add_property_bool_ex() 4483 ZVAL_BOOL(&tmp, val); in zend_try_assign_typed_ref_bool() 4605 ZVAL_BOOL(&property, value); in zend_declare_property_bool() 4734 ZVAL_BOOL(&constant, value); in zend_declare_class_constant_bool() 4818 ZVAL_BOOL(&tmp, value); in zend_update_property_bool() 4928 ZVAL_BOOL(&tmp, value); in zend_update_static_property_bool()
|
/PHP-8.3/ext/pdo_odbc/ |
H A D | odbc_driver.c | 411 ZVAL_BOOL(val, H->assume_utf8 ? 1 : 0); in odbc_handle_get_attr() 414 ZVAL_BOOL(val, dbh->auto_commit); in odbc_handle_get_attr()
|
H A D | odbc_stmt.c | 814 ZVAL_BOOL(val, S->assume_utf8 ? 1 : 0); in odbc_stmt_get_attr()
|
/PHP-8.3/ext/pdo_firebird/ |
H A D | firebird_driver.c | 946 ZVAL_BOOL(val, !isc_version(&H->db, firebird_info_cb, NULL)); in firebird_handle_get_attribute() 983 ZVAL_BOOL(val, H->fetch_table_names); in firebird_handle_get_attribute()
|
H A D | firebird_statement.c | 475 ZVAL_BOOL(result, *(FB_BOOLEAN*)var->sqldata); in firebird_stmt_get_col()
|
/PHP-8.3/ext/standard/ |
H A D | user_filters.c | 171 ZVAL_BOOL(&args[3], flags & PSFS_FLAG_FLUSH_CLOSE); in userfilter_filter()
|
/PHP-8.3/ext/pdo_mysql/ |
H A D | mysql_driver.c | 543 ZVAL_BOOL(return_value, H->buffered); 558 ZVAL_BOOL(return_value, H->local_infile);
|
/PHP-8.3/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 296 ZVAL_BOOL(is_systemid, isSystemID); in PHP_FUNCTION()
|
/PHP-8.3/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 433 ZVAL_BOOL(return_value, H->emulate_prepares); in pdo_pgsql_get_attribute() 437 ZVAL_BOOL(return_value, H->disable_prepares); in pdo_pgsql_get_attribute()
|
H A D | pgsql_statement.c | 506 ZVAL_BOOL(result, *ptr == 't'); in pgsql_stmt_get_col()
|
/PHP-8.3/ext/filter/ |
H A D | logical_filters.c | 337 ZVAL_BOOL(value, ret); in php_filter_boolean()
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 577 ZVAL_BOOL(&verify_peer_zval, verify); in MYSQLND_METHOD()
|
/PHP-8.3/ext/xsl/ |
H A D | xsltprocessor.c | 165 ZVAL_BOOL(&args[i], obj->boolval); in xsl_ext_function_php()
|
/PHP-8.3/ext/pdo_oci/ |
H A D | oci_driver.c | 632 ZVAL_BOOL(return_value, dbh->auto_commit); in oci_handle_get_attribute()
|
/PHP-8.3/ext/date/ |
H A D | php_date.c | 1534 ZVAL_BOOL(&zv, period_obj->include_start_date); in initialize_date_period_properties() 1537 ZVAL_BOOL(&zv, period_obj->include_end_date); in initialize_date_period_properties() 2193 ZVAL_BOOL(&zv, (bool)intervalobj->from_string); in date_interval_object_to_hash() 2219 ZVAL_BOOL(&zv, (bool)intervalobj->from_string); in date_interval_object_to_hash() 5511 ZVAL_BOOL(&zv, period_obj->include_start_date); in date_period_object_to_hash() 5514 ZVAL_BOOL(&zv, period_obj->include_end_date); in date_period_object_to_hash()
|
/PHP-8.3/ext/xmlreader/ |
H A D | php_xmlreader.c | 105 ZVAL_BOOL(rv, retint); in xmlreader_property_reader()
|