Searched refs:zval_is_true (Results 1 – 10 of 10) sorted by relevance
213 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()215 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
783 follow_location = zval_is_true(tmpzval); in php_stream_url_wrap_http_ex()
363 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opener()437 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opendir()683 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_read()742 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()786 } else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_seek()908 ret = zval_is_true(&retval) ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_userstreamop_set_option()
1401 op1_val = zval_is_true(op1); in boolean_xor_function()1421 op2_val = zval_is_true(op2); in boolean_xor_function()1449 ZVAL_BOOL(result, !zval_is_true(op1)); in boolean_not_function()2162 return zval_is_true(op2) ? -1 : 0; in zend_compare()2164 return zval_is_true(op2) ? 0 : 1; in zend_compare()2166 return zval_is_true(op1) ? 1 : 0; in zend_compare()2168 return zval_is_true(op1) ? 0 : -1; in zend_compare()
336 #define zval_is_true(op) \ macro
287 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()
803 S->assume_utf8 = zval_is_true(val); in odbc_stmt_set_param()
1747 secure = zval_is_true(value); in PHP_FUNCTION()1751 httponly = zval_is_true(value); in PHP_FUNCTION()
97 ZVAL_BOOL(result, zval_is_true(op1)); in zend_optimizer_eval_cast()
Completed in 47 milliseconds