Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_execute.h63 ZEND_API int zend_is_true(zval *op);
H A Dzend_object_handlers.c1200 result = zend_is_true(rv); in zend_std_has_property()
1228 result = zend_is_true(*value); in zend_std_has_property()
H A Dzend_execute_API.c475 ZEND_API int zend_is_true(zval *op) /* {{{ */ in zend_is_true() function
H A Dzend_builtin_functions.c1442 if (!zend_is_true(error_handler)) { /* unset user-defined handler */ in ZEND_FUNCTION()
/PHP-5.3/ext/spl/
H A Dspl_fixedarray.c497 if (zend_is_true(intern->array->elements[index])) { in spl_fixedarray_object_has_dimension_helper()
526 return zend_is_true(intern->retval); in spl_fixedarray_object_has_dimension()
H A Dspl_array.c581 if (rv && zend_is_true(rv)) { in spl_array_has_dimension_ex()
602 return zend_is_true(*tmp); in spl_array_has_dimension_ex()
625 return zend_is_true(*tmp); in spl_array_has_dimension_ex()
H A Dspl_iterators.c249 has_children = zend_is_true(retval); in spl_recursive_it_move_forward_ex()
1756 if (zend_is_true(retval)) { in spl_filter_it_fetch()
2473 if (zend_is_true(retval)) { in spl_caching_it_next()
3475 result = zend_is_true(retval) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_STOP; in spl_iterator_func_apply()
H A Dspl_directory.c830 valid = zend_is_true(retval); in SPL_METHOD()
1496 if (zend_is_true(return_value)) { in SPL_METHOD()
/PHP-5.3/main/streams/
H A Duserspace.c1052 if (retval && zend_is_true(retval)) { in php_userstreamop_set_option()
1506 if (retval == NULL || !zend_is_true(retval)) { in php_userstreamop_cast()
/PHP-5.3/ext/openssl/
H A Dxp_ssl.c847 …if (php_stream_context_get_option(ctx, "ssl", "SNI_enabled", &val) == SUCCESS && !zend_is_true(*va… in get_sni()
/PHP-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c671 ignore_errors = zend_is_true(*tmpzval); in php_stream_url_wrap_http_ex()
H A Darray.c4197 if (!zend_is_true(retval)) { in PHP_FUNCTION()
4207 } else if (!zend_is_true(*operand)) { in PHP_FUNCTION()
/PHP-5.3/ext/dom/
H A Dphp_dom.c451 retval = zend_is_true(tmp); in dom_property_exists()
/PHP-5.3/ext/zip/
H A Dphp_zip.c993 retval = zend_is_true(tmp); in php_zip_has_property()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c1205 if (zend_is_true(data)) { in to_xml_bool()

Completed in 108 milliseconds