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

/PHP_TRUNK/Zend/
H A Dzend_execute.h63 ZEND_API int zend_is_true(zval *op);
H A Dzend_execute_API.c445 ZEND_API int zend_is_true(zval *op) /* {{{ */ function
H A Dzend_object_handlers.c1455 result = zend_is_true(rv);
1483 result = zend_is_true(*value);
/PHP_TRUNK/ext/standard/
H A Dtype.c189 RETURN_BOOL(zend_is_true(*val));
H A Dhttp_fopen_wrapper.c668 ignore_errors = zend_is_true(*tmpzval);
H A Darray.c4242 if (!zend_is_true(retval)) {
4252 } else if (!zend_is_true(*operand)) {
/PHP_TRUNK/main/streams/
H A Duserspace.c1123 } else if (retval && zend_is_true(retval)) {
1626 if (retval == NULL || !zend_is_true(retval)) {
/PHP_TRUNK/ext/dom/
H A Dphp_dom.c451 retval = zend_is_true(tmp);
/PHP_TRUNK/ext/soap/
H A Dphp_encoding.c1192 if (zend_is_true(data)) {
/PHP_TRUNK/ext/spl/
H A Dspl_array.c602 if (rv && zend_is_true(rv)) {
623 return zend_is_true(*tmp);
646 return zend_is_true(*tmp);
H A Dspl_directory.c833 valid = zend_is_true(retval);
1494 if (zend_is_true(return_value)) {
H A Dspl_fixedarray.c514 if (zend_is_true(intern->array->elements[index])) {
543 return zend_is_true(intern->retval);
H A Dspl_iterators.c251 has_children = zend_is_true(retval);
1755 if (zend_is_true(retval)) {
2579 if (zend_is_true(retval)) {
3554 result = zend_is_true(retval) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_STOP;
/PHP_TRUNK/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.c1494 int should_jmp = zend_is_true(&ZEND_OP1_LITERAL(last_op));
1637 int should_jmp = zend_is_true(&ZEND_OP1_LITERAL(last_op));
1758 if (!zend_is_true(&ZEND_OP1_LITERAL(last_op))) {
/PHP_TRUNK/ext/zip/
H A Dphp_zip.c999 retval = zend_is_true(tmp);
/PHP_TRUNK/ext/openssl/
H A Dxp_ssl.c863 if (php_stream_context_get_option(ctx, "ssl", "SNI_enabled", &val) == SUCCESS && !zend_is_true(*val)) {

Completed in 62 milliseconds