Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhead.c212 *secure = zval_is_true(value); in php_head_parse_cookie_options_array()
214 *httponly = zval_is_true(value); in php_head_parse_cookie_options_array()
H A Dhttp_fopen_wrapper.c782 follow_location = zval_is_true(tmpzval); in php_stream_url_wrap_http_ex()
/php-src/main/streams/
H A Duserspace.c350 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opener()
431 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opendir()
675 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_read()
726 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
766 } else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_seek()
880 ret = zval_is_true(&retval) ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_userstreamop_set_option()
/php-src/Zend/
H A Dzend_operators.c1525 op1_val = zval_is_true(op1); in boolean_xor_function()
1545 op2_val = zval_is_true(op2); in boolean_xor_function()
1573 ZVAL_BOOL(result, !zval_is_true(op1)); in boolean_not_function()
2332 return zval_is_true(op2) ? -1 : 0; in zend_compare()
2334 return zval_is_true(op2) ? 0 : 1; in zend_compare()
2336 return zval_is_true(op1) ? 1 : 0; in zend_compare()
2338 return zval_is_true(op1) ? 0 : -1; in zend_compare()
H A Dzend_operators.h378 #define zval_is_true(op) \ macro
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c782 S->assume_utf8 = zval_is_true(val); in odbc_stmt_set_param()
/php-src/ext/pdo/
H A Dpdo_dbh.c770 *bval = zval_is_true(value); in pdo_get_bool_param()
/php-src/ext/session/
H A Dsession.c1746 secure = zval_is_true(value); in PHP_FUNCTION()
1750 httponly = zval_is_true(value); in PHP_FUNCTION()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c91 ZVAL_BOOL(result, zval_is_true(op1)); in zend_optimizer_eval_cast()

Completed in 54 milliseconds