Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_object_handlers.c838 if (!i_zend_is_true(rv)) { in zend_std_read_dimension()
897 result = i_zend_is_true(&retval); in zend_std_has_dimension()
901 result = i_zend_is_true(&retval); in zend_std_has_dimension()
1704 result = i_zend_is_true(&rv); in zend_std_has_property()
H A Dzend_interfaces.c130 result = i_zend_is_true(&more); in zend_user_it_valid()
H A Dzend_weakrefs.c385 return i_zend_is_true(zv); in zend_weakmap_has_dimension()
H A Dzend_vm_def.h977 ZVAL_BOOL(EX_VAR(opline->result.var), !i_zend_is_true(val));
2938 if (i_zend_is_true(val)) {
2972 if (i_zend_is_true(val)) {
3007 if (i_zend_is_true(val)) {
3042 ret = i_zend_is_true(val);
3077 ret = i_zend_is_true(val);
5597 ZVAL_BOOL(EX_VAR(opline->result.var), i_zend_is_true(val));
7039 result = !i_zend_is_true(value);
7082 result = !i_zend_is_true(value);
7165 result = (value == NULL || !i_zend_is_true(value));
[all …]
H A Dzend_operators.h339 static zend_always_inline bool i_zend_is_true(zval *op) in i_zend_is_true() function
H A Dzend_vm_execute.h3901 if (i_zend_is_true(val)) { in ZEND_JMPZ_SPEC_CONST_HANDLER()
3935 if (i_zend_is_true(val)) { in ZEND_JMPNZ_SPEC_CONST_HANDLER()
3970 if (i_zend_is_true(val)) { in ZEND_JMPZNZ_SPEC_CONST_HANDLER()
4005 ret = i_zend_is_true(val); in ZEND_JMPZ_EX_SPEC_CONST_HANDLER()
4040 ret = i_zend_is_true(val); in ZEND_JMPNZ_EX_SPEC_CONST_HANDLER()
13948 if (i_zend_is_true(val)) { in ZEND_JMPZ_SPEC_TMPVAR_HANDLER()
13982 if (i_zend_is_true(val)) { in ZEND_JMPNZ_SPEC_TMPVAR_HANDLER()
14017 if (i_zend_is_true(val)) { in ZEND_JMPZNZ_SPEC_TMPVAR_HANDLER()
14052 ret = i_zend_is_true(val); in ZEND_JMPZ_EX_SPEC_TMPVAR_HANDLER()
14087 ret = i_zend_is_true(val); in ZEND_JMPNZ_EX_SPEC_TMPVAR_HANDLER()
[all …]
H A Dzend_operators.c2541 return (int) i_zend_is_true(op); in zend_is_true()
/PHP-8.0/
H A DUPGRADING.INTERNALS367 - i_zend_is_true()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c2441 res = check_empty ? i_zend_is_true(&val) : Z_TYPE(val) != IS_NULL; in row_prop_exists()
2481 res = check_empty ? i_zend_is_true(&val) : Z_TYPE(val) != IS_NULL; in row_dim_exists()

Completed in 233 milliseconds