Home
last modified time | relevance | path

Searched refs:zend_is_true (Results 1 – 25 of 43) sorted by relevance

12

/PHP-8.2/main/streams/
H A Dxp_socket.c678 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()
H A Duserspace.c1040 } else if (zend_is_true(&retval)) { in php_userstreamop_set_option()
1439 if (!zend_is_true(&retval)) { in php_userstreamop_cast()
/PHP-8.2/ext/openssl/
H A Dxp_ssl.c344 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 …]
/PHP-8.2/Zend/Optimizer/
H A Dpass1.c295 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()
H A Ddfa_pass.c415 … 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()
H A Dblock_pass.c599 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()
/PHP-8.2/ext/bz2/
H A Dbz2_filter.c341 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()
/PHP-8.2/ext/dom/
H A Ddocument.c292 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()
H A Dxpath.c291 php_xpath_obj_from_dom_obj(obj)->register_node_ns = zend_is_true(newval); in dom_xpath_register_node_ns_write()
/PHP-8.2/ext/standard/
H A Dassert.c150 if (zend_is_true(assertion)) { in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c387 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()
H A Dtype.c223 RETURN_BOOL(zend_is_true(value)); in PHP_FUNCTION()
H A Dftp_fopen_wrapper.c493 allow_overwrite = zend_is_true(tmpzval); in php_stream_url_wrap_ftp()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.c509 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()
/PHP-8.2/ext/readline/
H A Dreadline.c224 rl_completion_suppress_append = zend_is_true(value); in PHP_FUNCTION()
/PHP-8.2/ext/spl/
H A Dspl_fixedarray.c519 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()
H A Dspl_iterators.c318 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()
H A Dspl_array.c598 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()
/PHP-8.2/Zend/
H A Dzend_ast.c594 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()
H A Dzend_operators.h365 ZEND_API int ZEND_FASTCALL zend_is_true(zval *op);
369 zend_is_true(op)
H A Dzend_object_handlers.c689 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()
/PHP-8.2/ext/pdo/
H A Dpdo_sql_parser.re268 plc->quoted = zend_is_true(parameter) ? ZSTR_CHAR('1') : ZSTR_CHAR('0');
/PHP-8.2/ext/pdo_pgsql/
H A Dpgsql_statement.c409 const char *s = zend_is_true(&param->parameter) ? "t" : "f"; in pgsql_stmt_param_hook()
/PHP-8.2/ext/curl/
H A Dinterface.c1799 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()
/PHP-8.2/ext/pdo_firebird/
H A Dfirebird_statement.c671 *(FB_BOOLEAN*)var->sqldata = zend_is_true(parameter) ? FB_TRUE : FB_FALSE; in firebird_stmt_param_hook()

Completed in 137 milliseconds

12