Home
last modified time | relevance | path

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

/PHP-7.1/main/streams/
H A Duserspace.c390 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opener()
465 if (call_result == SUCCESS && Z_TYPE(zretval) != IS_UNDEF && zval_is_true(&zretval)) { in user_wrapper_opendir()
701 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_read()
761 if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) in php_userstreamop_flush()
806 } else if (call_result == SUCCESS && Z_TYPE(retval) != IS_UNDEF && zval_is_true(&retval)) { in php_userstreamop_seek()
934 ret = zval_is_true(&retval) ? PHP_STREAM_OPTION_RETURN_ERR : PHP_STREAM_OPTION_RETURN_OK; in php_userstreamop_set_option()
/PHP-7.1/Zend/
H A Dzend_operators.c1295 op1_val = zval_is_true(op1); in boolean_xor_function()
1315 op2_val = zval_is_true(op2); in boolean_xor_function()
1343 ZVAL_BOOL(result, !zval_is_true(op1)); in boolean_not_function()
2049 ZVAL_LONG(result, zval_is_true(op2) ? -1 : 0); in compare_function()
2052 ZVAL_LONG(result, zval_is_true(op1) ? 1 : 0); in compare_function()
2055 ZVAL_LONG(result, zval_is_true(op2) ? 0 : 1); in compare_function()
2058 ZVAL_LONG(result, zval_is_true(op1) ? 0 : -1); in compare_function()
H A Dzend_operators.h290 #define zval_is_true(op) \ macro
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_driver.c344 H->assume_utf8 = zval_is_true(val); in odbc_handle_set_attr()
H A Dodbc_stmt.c792 S->assume_utf8 = zval_is_true(val); in odbc_stmt_set_param()
/PHP-7.1/ext/standard/
H A Dhttp_fopen_wrapper.c809 follow_location = zval_is_true(tmpzval); in php_stream_url_wrap_http_ex()

Completed in 40 milliseconds