Home
last modified time | relevance | path

Searched refs:zval_is_true (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/standard/
H A Dhead.c206 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
209 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
H A Dhttp_fopen_wrapper.c781 follow_location = zval_is_true(tmpzval); in php_stream_url_wrap_http_ex()
/PHP-7.4/main/streams/
H A Duserspace.c389 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opener()
464 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opendir()
717 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_read()
776 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
821 } else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_seek()
943 ret = zval_is_true(&retval) ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_userstreamop_set_option()
/PHP-7.4/Zend/
H A Dzend_operators.c1413 op1_val = zval_is_true(op1); in boolean_xor_function()
1433 op2_val = zval_is_true(op2); in boolean_xor_function()
1461 ZVAL_BOOL(result, !zval_is_true(op1)); in boolean_not_function()
2178 ZVAL_LONG(result, zval_is_true(op2) ? -1 : 0); in compare_function()
2181 ZVAL_LONG(result, zval_is_true(op2) ? 0 : 1); in compare_function()
2184 ZVAL_LONG(result, zval_is_true(op1) ? 1 : 0); in compare_function()
2187 ZVAL_LONG(result, zval_is_true(op1) ? 0 : -1); in compare_function()
H A Dzend_operators.h337 #define zval_is_true(op) \ macro
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c289 H->skip_empty_rowsets = zval_is_true(val); in dblib_set_attr()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c343 H->assume_utf8 = zval_is_true(val); in odbc_handle_set_attr()
H A Dodbc_stmt.c805 S->assume_utf8 = zval_is_true(val); in odbc_stmt_set_param()
/PHP-7.4/ext/session/
H A Dsession.c1731 secure = zval_is_true(value); in PHP_FUNCTION()
1735 httponly = zval_is_true(value); in PHP_FUNCTION()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c138 ZVAL_BOOL(result, zval_is_true(op1)); in zend_optimizer_eval_cast()

Completed in 44 milliseconds