Searched refs:i_zend_is_true (Results 1 – 9 of 9) sorted by relevance
838 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()
130 result = i_zend_is_true(&more); in zend_user_it_valid()
385 return i_zend_is_true(zv); in zend_weakmap_has_dimension()
977 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 …]
339 static zend_always_inline bool i_zend_is_true(zval *op) in i_zend_is_true() function
3901 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 …]
2541 return (int) i_zend_is_true(op); in zend_is_true()
367 - i_zend_is_true()
2441 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