Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_object_handlers.c223 result = i_zend_is_true(retval) ? SUCCESS : FAILURE; in zend_std_call_setter()
728 result = i_zend_is_true(retval); in zend_std_has_dimension()
733 result = i_zend_is_true(retval); in zend_std_has_dimension()
1493 result = i_zend_is_true(rv); in zend_std_has_property()
H A Dzend_execute.h104 static zend_always_inline int i_zend_is_true(zval *op) in i_zend_is_true() function
H A Dzend_interfaces.c165 result = i_zend_is_true(more); in zend_user_it_valid()
H A Dzend_vm_def.h2138 ret = i_zend_is_true(val);
2168 ret = i_zend_is_true(val);
2198 retval = i_zend_is_true(val);
2232 retval = i_zend_is_true(val);
2263 retval = i_zend_is_true(val);
3520 ZVAL_BOOL(retval, i_zend_is_true(GET_OP1_ZVAL_PTR(BP_VAR_R)));
4682 if (!isset || !i_zend_is_true(*value)) {
4754 if (!isset || !i_zend_is_true(*value)) {
4948 if (i_zend_is_true(value)) {
4974 if (i_zend_is_true(value)) {
H A Dzend_vm_execute.h2436 ret = i_zend_is_true(val); in ZEND_JMPZ_SPEC_CONST_HANDLER()
2466 ret = i_zend_is_true(val); in ZEND_JMPNZ_SPEC_CONST_HANDLER()
3245 if (i_zend_is_true(value)) { in ZEND_JMP_SET_SPEC_CONST_HANDLER()
3270 if (i_zend_is_true(value)) { in ZEND_JMP_SET_VAR_SPEC_CONST_HANDLER()
7828 ret = i_zend_is_true(val); in ZEND_JMPZ_SPEC_TMP_HANDLER()
7858 ret = i_zend_is_true(val); in ZEND_JMPNZ_SPEC_TMP_HANDLER()
8655 if (i_zend_is_true(value)) { in ZEND_JMP_SET_SPEC_TMP_HANDLER()
8681 if (i_zend_is_true(value)) { in ZEND_JMP_SET_VAR_SPEC_TMP_HANDLER()
13100 ret = i_zend_is_true(val); in ZEND_JMPZ_SPEC_VAR_HANDLER()
13130 ret = i_zend_is_true(val); in ZEND_JMPNZ_SPEC_VAR_HANDLER()
[all …]
H A Dzend_execute_API.c445 return i_zend_is_true(op); in zend_is_true()
/PHP-5.6/ext/pdo/
H A Dpdo_stmt.c2632 res = check_empty ? i_zend_is_true(val) : Z_TYPE_P(val) != IS_NULL; in row_prop_exists()

Completed in 161 milliseconds