Home
last modified time | relevance | path

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

12

/PHP-7.0/ext/mysqli/
H A Dmysqli_driver.c35 ZVAL_BOOL(retval, MyG(value)); \
/PHP-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h102 ZVAL_BOOL(&_c, val); \
/PHP-7.0/Zend/
H A Dzend_operators.c456 ZVAL_BOOL(op, l); in convert_to_boolean()
460 ZVAL_BOOL(op, Z_LVAL_P(op) ? 1 : 0); in convert_to_boolean()
463 ZVAL_BOOL(op, Z_DVAL_P(op) ? 1 : 0); in convert_to_boolean()
481 ZVAL_BOOL(op, tmp); in convert_to_boolean()
1304 ZVAL_BOOL(result, op1_val ^ op2_val); in boolean_xor_function()
1328 ZVAL_BOOL(result, !zval_is_true(op1)); in boolean_not_function()
2122 ZVAL_BOOL(result, zend_is_identical(op1, op2)); in is_identical_function()
2139 ZVAL_BOOL(result, (Z_LVAL_P(result) == 0)); in is_equal_function()
2149 ZVAL_BOOL(result, (Z_LVAL_P(result) != 0)); in is_not_equal_function()
2159 ZVAL_BOOL(result, (Z_LVAL_P(result) < 0)); in is_smaller_function()
[all …]
H A Dzend_vm_execute.h3520 ZVAL_BOOL(result, zend_is_true(expr));
4728 ZVAL_BOOL(result, Z_LVAL_P(result) == 0);
4796 ZVAL_BOOL(result, Z_LVAL_P(result) != 0);
4846 ZVAL_BOOL(result, Z_LVAL_P(result) < 0);
4896 ZVAL_BOOL(result, Z_LVAL_P(result) <= 0);
5947 ZVAL_BOOL(result, Z_LVAL_P(result) == 0);
8764 ZVAL_BOOL(result, Z_LVAL_P(result) == 0);
8882 ZVAL_BOOL(result, Z_LVAL_P(result) < 0);
10729 ZVAL_BOOL(result, Z_LVAL_P(result) < 0);
12188 ZVAL_BOOL(result, zend_is_true(expr));
[all …]
H A Dzend_ini_scanner.l179 ZVAL_BOOL(retval, type == BOOL_TRUE); in zend_ini_copy_typed_value()
H A Dzend_vm_def.h332 ZVAL_BOOL(EX_VAR(opline->result.var), result);
350 ZVAL_BOOL(EX_VAR(opline->result.var), result);
403 ZVAL_BOOL(EX_VAR(opline->result.var), result);
416 ZVAL_BOOL(result, Z_LVAL_P(result) == 0);
471 ZVAL_BOOL(EX_VAR(opline->result.var), result);
484 ZVAL_BOOL(result, Z_LVAL_P(result) != 0);
521 ZVAL_BOOL(EX_VAR(opline->result.var), result);
534 ZVAL_BOOL(result, Z_LVAL_P(result) < 0);
584 ZVAL_BOOL(result, Z_LVAL_P(result) <= 0);
4938 ZVAL_BOOL(result, Z_LVAL_P(result) == 0);
[all …]
H A Dzend_API.c1348 ZVAL_BOOL(&tmp, b); in add_assoc_bool_ex()
1435 ZVAL_BOOL(&tmp, b); in add_index_bool()
1513 ZVAL_BOOL(&tmp, b); in add_next_index_bool()
1696 ZVAL_BOOL(&tmp, b); in add_property_bool_ex()
3709 ZVAL_BOOL(&property, value); in zend_declare_property_bool()
3782 ZVAL_BOOL(&constant, value); in zend_declare_class_constant_bool()
3877 ZVAL_BOOL(&tmp, value); in zend_update_property_bool()
3981 ZVAL_BOOL(&tmp, value); in zend_update_static_property_bool()
H A Dzend_constants.c180 ZVAL_BOOL(&c.value, bval); in zend_register_bool_constant()
H A Dzend_ast.c309 ZVAL_BOOL(result, zend_is_true(&op2)); in zend_ast_evaluate()
329 ZVAL_BOOL(result, zend_is_true(&op2)); in zend_ast_evaluate()
H A Dzend_types.h603 #define ZVAL_BOOL(z, b) do { \ macro
/PHP-7.0/ext/dom/
H A Ddocument.c378 ZVAL_BOOL(retval, docp->standalone); in dom_document_standalone_read()
459 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
486 ZVAL_BOOL(retval, doc_prop->formatoutput); in dom_document_format_output_read()
511 ZVAL_BOOL(retval, doc_prop->validateonparse); in dom_document_validate_on_parse_read()
536 ZVAL_BOOL(retval, doc_prop->resolveexternals); in dom_document_resolve_externals_read()
561 ZVAL_BOOL(retval, doc_prop->preservewhitespace); in dom_document_preserve_whitespace_read()
586 ZVAL_BOOL(retval, doc_prop->recover); in dom_document_recover_read()
611 ZVAL_BOOL(retval, doc_prop->substituteentities); in dom_document_substitue_entities_read()
H A Dxpath.c125 ZVAL_BOOL(&fci.params[i], obj->boolval); in dom_xpath_ext_function_php()
/PHP-7.0/ext/pdo_firebird/
H A Dfirebird_driver.c575 ZVAL_BOOL(val, !isc_version(&H->db, firebird_info_cb, NULL)); in firebird_handle_get_attribute()
611 ZVAL_BOOL(val, H->fetch_table_names); in firebird_handle_get_attribute()
/PHP-7.0/ext/pdo_dblib/
H A Ddblib_driver.c276 ZVAL_BOOL(return_value, ((pdo_dblib_db_handle *)dbh->driver_data)->stringify_uniqueidentifier); in dblib_get_attribute()
/PHP-7.0/ext/pdo_odbc/
H A Dodbc_driver.c369 ZVAL_BOOL(val, H->assume_utf8 ? 1 : 0); in odbc_handle_get_attr()
H A Dodbc_stmt.c823 ZVAL_BOOL(val, S->assume_utf8 ? 1 : 0); in odbc_stmt_get_attr()
/PHP-7.0/ext/standard/
H A Duser_filters.c201 ZVAL_BOOL(&args[3], flags & PSFS_FLAG_FLUSH_CLOSE); in userfilter_filter()
/PHP-7.0/ext/intl/timezone/
H A Dtimezone_methods.cpp316 ZVAL_BOOL(is_systemid, isSystemID); in PHP_FUNCTION()
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c413 ZVAL_BOOL(return_value, H->emulate_prepares); in pdo_pgsql_get_attribute()
417 ZVAL_BOOL(return_value, H->disable_prepares); in pdo_pgsql_get_attribute()
/PHP-7.0/ext/filter/
H A Dlogical_filters.c318 ZVAL_BOOL(value, ret); in php_filter_boolean()
/PHP-7.0/ext/pdo_oci/
H A Doci_driver.c524 ZVAL_BOOL(return_value, dbh->auto_commit); in oci_handle_get_attribute()
/PHP-7.0/ext/xsl/
H A Dxsltprocessor.c243 ZVAL_BOOL(&args[i], obj->boolval); in xsl_ext_function_php()
/PHP-7.0/ext/com_dotnet/
H A Dcom_variant.c237 ZVAL_BOOL(z, V_BOOL(v) ? 1 : 0); in php_com_zval_from_variant()
/PHP-7.0/ext/oci8/
H A Doci8_statement.c1089 ZVAL_BOOL(zv, FALSE); in php_oci_bind_post_exec()
1091 ZVAL_BOOL(zv, TRUE); in php_oci_bind_post_exec()
/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.c102 ZVAL_BOOL(rv, retint); in xmlreader_property_reader()

Completed in 258 milliseconds

12