Home
last modified time | relevance | path

Searched refs:zend_is_true (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/ext/opcache/Optimizer/
H A Dpass2.c92 int should_jmp = zend_is_true(&ZEND_OP1_LITERAL(opline));
106 int should_jmp = zend_is_true(&ZEND_OP1_LITERAL(opline));
143 if (zend_is_true(&ZEND_OP1_LITERAL(opline))) {
H A Dblock_pass.c1469 int should_jmp = zend_is_true(&ZEND_OP1_LITERAL(last_op)); in zend_jmp_optimization()
1612 int should_jmp = zend_is_true(&ZEND_OP1_LITERAL(last_op)); in zend_jmp_optimization()
1733 if (!zend_is_true(&ZEND_OP1_LITERAL(last_op))) { in zend_jmp_optimization()
/PHP-5.5/ext/standard/
H A Dtype.c189 RETURN_BOOL(zend_is_true(*val)); in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c673 ignore_errors = zend_is_true(*tmpzval); in php_stream_url_wrap_http_ex()
H A Darray.c4242 if (!zend_is_true(retval)) { in PHP_FUNCTION()
4252 } else if (!zend_is_true(*operand)) { in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_execute.h63 ZEND_API int zend_is_true(zval *op);
H A Dzend_object_handlers.c1454 result = zend_is_true(rv); in zend_std_has_property()
1482 result = zend_is_true(*value); in zend_std_has_property()
H A Dzend_execute_API.c442 ZEND_API int zend_is_true(zval *op) /* {{{ */ in zend_is_true() function
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c514 if (zend_is_true(intern->array->elements[index])) { in spl_fixedarray_object_has_dimension_helper()
543 return zend_is_true(intern->retval); in spl_fixedarray_object_has_dimension()
H A Dspl_array.c602 if (rv && zend_is_true(rv)) { in spl_array_has_dimension_ex()
623 return zend_is_true(*tmp); in spl_array_has_dimension_ex()
646 return zend_is_true(*tmp); in spl_array_has_dimension_ex()
H A Dspl_iterators.c252 has_children = zend_is_true(retval); in spl_recursive_it_move_forward_ex()
1779 if (zend_is_true(retval)) { in spl_filter_it_fetch()
2650 if (zend_is_true(retval)) { in spl_caching_it_next()
3625 result = zend_is_true(retval) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_STOP; in spl_iterator_func_apply()
H A Dspl_directory.c843 valid = zend_is_true(retval); in SPL_METHOD()
1505 if (zend_is_true(return_value)) { in SPL_METHOD()
/PHP-5.5/main/streams/
H A Duserspace.c1133 } else if (retval && zend_is_true(retval)) { in php_userstreamop_set_option()
1636 if (retval == NULL || !zend_is_true(retval)) { in php_userstreamop_cast()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c1000 …if (php_stream_context_get_option(ctx, "ssl", "SNI_enabled", &val) == SUCCESS && !zend_is_true(*va… in get_sni()
/PHP-5.5/ext/dom/
H A Dphp_dom.c451 retval = zend_is_true(tmp); in dom_property_exists()
/PHP-5.5/ext/zip/
H A Dphp_zip.c999 retval = zend_is_true(tmp); in php_zip_has_property()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1199 if (zend_is_true(data)) { in to_xml_bool()

Completed in 133 milliseconds