Searched refs:i_zend_is_true (Results 1 – 9 of 9) sorted by relevance
1017 if (!i_zend_is_true(rv)) { in zend_std_read_dimension()1078 result = i_zend_is_true(&retval); in zend_std_has_dimension()1082 result = i_zend_is_true(&retval); in zend_std_has_dimension()1909 result = i_zend_is_true(&rv); in zend_std_has_property()
129 bool result = i_zend_is_true(&more); in zend_user_it_valid()
405 return i_zend_is_true(zv); in zend_weakmap_has_dimension()
980 ZVAL_BOOL(EX_VAR(opline->result.var), !i_zend_is_true(val));3021 if (i_zend_is_true(val)) {3055 if (i_zend_is_true(val)) {3090 ret = i_zend_is_true(val);3125 ret = i_zend_is_true(val);5686 ZVAL_BOOL(EX_VAR(opline->result.var), i_zend_is_true(val));7288 result = !i_zend_is_true(value);7331 result = !i_zend_is_true(value);7354 result = fetch_result != SUCCESS || !i_zend_is_true(value);7414 result = (value == NULL || !i_zend_is_true(value));[all …]
385 static zend_always_inline bool i_zend_is_true(const zval *op) in i_zend_is_true() function
4196 if (i_zend_is_true(val)) { in ZEND_JMPZ_SPEC_CONST_HANDLER()4230 if (i_zend_is_true(val)) { in ZEND_JMPNZ_SPEC_CONST_HANDLER()4265 ret = i_zend_is_true(val); in ZEND_JMPZ_EX_SPEC_CONST_HANDLER()4300 ret = i_zend_is_true(val); in ZEND_JMPNZ_EX_SPEC_CONST_HANDLER()14517 if (i_zend_is_true(val)) { in ZEND_JMPZ_SPEC_TMPVAR_HANDLER()14551 if (i_zend_is_true(val)) { in ZEND_JMPNZ_SPEC_TMPVAR_HANDLER()14586 ret = i_zend_is_true(val); in ZEND_JMPZ_EX_SPEC_TMPVAR_HANDLER()14621 ret = i_zend_is_true(val); in ZEND_JMPNZ_EX_SPEC_TMPVAR_HANDLER()39289 if (i_zend_is_true(val)) { in ZEND_JMPZ_SPEC_CV_HANDLER()39323 if (i_zend_is_true(val)) { in ZEND_JMPNZ_SPEC_CV_HANDLER()[all …]
2809 return (int) i_zend_is_true(op); in zend_is_true()
2371 int res = check_empty ? i_zend_is_true(retval) : Z_TYPE(tmp_val) != IS_NULL; in row_prop_exists()2394 int res = check_empty ? i_zend_is_true(retval) : Z_TYPE(tmp_val) != IS_NULL; in row_dim_exists()
459 return i_zend_is_true(&element->inf); in spl_object_storage_has_dimension()
Completed in 176 milliseconds