Searched refs:zend_is_true (Results 1 – 25 of 43) sorted by relevance
12
678 sockopts |= STREAM_SOCKOP_IPV6_V6ONLY_ENABLED * zend_is_true(tmpzval); in php_tcp_sockop_bind()685 && zend_is_true(tmpzval) in php_tcp_sockop_bind()695 && zend_is_true(tmpzval) in php_tcp_sockop_bind()773 && zend_is_true(tmpzval) in php_tcp_sockop_connect()786 && zend_is_true(tmpzval) in php_tcp_sockop_connect()839 zend_is_true(tmpzval)) { in php_tcp_sockop_accept()
1040 } else if (zend_is_true(&retval)) { in php_userstreamop_set_option()1439 if (!zend_is_true(&retval)) { in php_userstreamop_cast()
344 zend_is_true(val) in verify_callback()572 ? zend_is_true(val) in php_openssl_apply_peer_verification_policy()576 ? zend_is_true(val) in php_openssl_apply_peer_verification_policy()1371 if (zv == NULL || zend_is_true(zv)) { in php_openssl_set_server_specific_opts()1376 if (zv == NULL || zend_is_true(zv)) { in php_openssl_set_server_specific_opts()1457 if (GET_VER_OPT("SNI_enabled") && !zend_is_true(val)) { in php_openssl_enable_server_sni()1585 if (GET_VER_OPT("SNI_enabled") && !zend_is_true(val)) { in php_openssl_enable_client_sni()1703 if (GET_VER_OPT("no_ticket") && zend_is_true(val)) { in php_openssl_setup_crypto()1859 zend_is_true(val) in php_openssl_capture_peer_certs()1872 zend_is_true(val) in php_openssl_capture_peer_certs()[all …]
295 if (zend_is_true(&ZEND_OP1_LITERAL(opline))) { in zend_optimizer_pass1()319 int should_jmp = zend_is_true(&ZEND_OP1_LITERAL(opline)); in zend_optimizer_pass1()
415 … if (zend_is_true(CT_CONSTANT_EX(op_array, (call_info->caller_call_opline - 1)->op1.constant))) { in zend_dfa_optimize_calls()782 if (zend_is_true(CT_CONSTANT_EX(op_array, opline->op1.constant))) { in zend_dfa_optimize_jmps()813 if (zend_is_true(CT_CONSTANT_EX(op_array, opline->op1.constant))) { in zend_dfa_optimize_jmps()849 if (zend_is_true(CT_CONSTANT_EX(op_array, opline->op1.constant))) { in zend_dfa_optimize_jmps()863 if (!zend_is_true(CT_CONSTANT_EX(op_array, opline->op1.constant))) { in zend_dfa_optimize_jmps()877 if (!zend_is_true(CT_CONSTANT_EX(op_array, opline->op1.constant))) { in zend_dfa_optimize_jmps()
599 if (zend_is_true(&ZEND_OP1_LITERAL(opline)) == in zend_optimize_block()649 if (zend_is_true(&ZEND_OP1_LITERAL(opline)) == is_jmpz_ex) { in zend_optimize_block()
341 data->expect_concatenated = zend_is_true(tmpzval); in php_bz2_filter_create()351 data->small_footprint = zend_is_true(tmpzval); in php_bz2_filter_create()
292 doc_prop->stricterror = zend_is_true(newval); in dom_document_strict_error_checking_write()318 doc_prop->formatoutput = zend_is_true(newval); in dom_document_format_output_write()343 doc_prop->validateonparse = zend_is_true(newval); in dom_document_validate_on_parse_write()368 doc_prop->resolveexternals = zend_is_true(newval); in dom_document_resolve_externals_write()393 doc_prop->preservewhitespace = zend_is_true(newval); in dom_document_preserve_whitespace_write()418 doc_prop->recover = zend_is_true(newval); in dom_document_recover_write()443 doc_prop->substituteentities = zend_is_true(newval); in dom_document_substitue_entities_write()
291 php_xpath_obj_from_dom_obj(obj)->register_node_ns = zend_is_true(newval); in dom_xpath_register_node_ns_write()
150 if (zend_is_true(assertion)) { in PHP_FUNCTION()
387 request_fulluri = zend_is_true(tmpzval); in php_stream_url_wrap_http_ex()669 ignore_errors = zend_is_true(tmpzval); in php_stream_url_wrap_http_ex()817 decode = zend_is_true(tmpzval); in php_stream_url_wrap_http_ex()
223 RETURN_BOOL(zend_is_true(value)); in PHP_FUNCTION()
493 allow_overwrite = zend_is_true(tmpzval); in php_stream_url_wrap_ftp()
509 by_function = zend_is_true(option_buffer); in PHP_FUNCTION()514 by_opcode = zend_is_true(option_buffer); in PHP_FUNCTION()614 by_function = zend_is_true(option_buffer); in PHP_FUNCTION()619 by_opcode = zend_is_true(option_buffer); in PHP_FUNCTION()
224 rl_completion_suppress_append = zend_is_true(value); in PHP_FUNCTION()
519 return zend_is_true(&intern->array.elements[index]); in spl_fixedarray_object_has_dimension_helper()531 bool result = zend_is_true(&rv); in spl_fixedarray_object_has_dimension()
318 has_children = zend_is_true(&retval); in spl_recursive_it_move_forward_ex()1682 if (zend_is_true(&retval)) { in spl_filter_it_fetch()2390 if (zend_is_true(&retval)) { in spl_caching_it_next()3241 result = zend_is_true(&retval) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_STOP; in spl_iterator_func_apply()
598 if (!zend_is_true(&rv)) { in spl_array_has_dimension_ex()650 return check_empty ? zend_is_true(value) : Z_TYPE_P(value) != IS_NULL; in spl_array_has_dimension_ex()
594 if (zend_is_true(&op1)) { in zend_ast_evaluate_ex()600 ZVAL_BOOL(result, zend_is_true(&op2)); in zend_ast_evaluate_ex()612 if (zend_is_true(&op1)) { in zend_ast_evaluate_ex()620 ZVAL_BOOL(result, zend_is_true(&op2)); in zend_ast_evaluate_ex()630 if (zend_is_true(&op1)) { in zend_ast_evaluate_ex()
365 ZEND_API int ZEND_FASTCALL zend_is_true(zval *op);369 zend_is_true(op)
689 if (!zend_is_true(&tmp_result)) { in zend_std_read_property()1807 result = zend_is_true(value); in zend_std_has_property()1838 result = zend_is_true(&rv); in zend_std_has_property()
268 plc->quoted = zend_is_true(parameter) ? ZSTR_CHAR('1') : ZSTR_CHAR('0');
409 const char *s = zend_is_true(¶m->parameter) ? "t" : "f"; in pgsql_stmt_param_hook()
1799 if (!zend_is_true(zvalue)) { in _php_curl_setopt()2151 lval = zend_is_true(zvalue); in _php_curl_setopt()2206 if (zend_is_true(zvalue)) { in _php_curl_setopt()2281 if (zend_is_true(zvalue)) { in _php_curl_setopt()
671 *(FB_BOOLEAN*)var->sqldata = zend_is_true(parameter) ? FB_TRUE : FB_FALSE; in firebird_stmt_param_hook()
Completed in 137 milliseconds