Searched refs:zval_is_true (Results 1 – 10 of 10) sorted by relevance
210 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()213 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
793 follow_location = zval_is_true(tmpzval); in php_stream_url_wrap_http_ex()
389 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()700 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_read()760 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()805 } else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_seek()927 ret = zval_is_true(&retval) ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_userstreamop_set_option()
1379 op1_val = zval_is_true(op1); in boolean_xor_function()1399 op2_val = zval_is_true(op2); in boolean_xor_function()1427 ZVAL_BOOL(result, !zval_is_true(op1)); in boolean_not_function()2145 ZVAL_LONG(result, zval_is_true(op2) ? -1 : 0); in compare_function()2148 ZVAL_LONG(result, zval_is_true(op1) ? 1 : 0); in compare_function()2151 ZVAL_LONG(result, zval_is_true(op2) ? 0 : 1); in compare_function()2154 ZVAL_LONG(result, zval_is_true(op1) ? 0 : -1); in compare_function()
304 #define zval_is_true(op) \ macro
289 H->skip_empty_rowsets = zval_is_true(val); in dblib_set_attr()
343 H->assume_utf8 = zval_is_true(val); in odbc_handle_set_attr()
791 S->assume_utf8 = zval_is_true(val); in odbc_stmt_set_param()
1729 secure = zval_is_true(value); in PHP_FUNCTION()1733 httponly = zval_is_true(value); in PHP_FUNCTION()
157 ZVAL_BOOL(result, zval_is_true(op1)); in zend_optimizer_eval_cast()
Completed in 47 milliseconds