Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_object_handlers.c1010 if (!i_zend_is_true(rv)) { in zend_std_read_dimension()
1071 result = i_zend_is_true(&retval); in zend_std_has_dimension()
1075 result = i_zend_is_true(&retval); in zend_std_has_dimension()
1893 result = i_zend_is_true(&rv); in zend_std_has_property()
H A Dzend_interfaces.c129 bool result = i_zend_is_true(&more); in zend_user_it_valid()
H A Dzend_weakrefs.c424 return i_zend_is_true(zv); in zend_weakmap_has_dimension()
H A Dzend_vm_def.h980 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);
5704 ZVAL_BOOL(EX_VAR(opline->result.var), i_zend_is_true(val));
7306 result = !i_zend_is_true(value);
7349 result = !i_zend_is_true(value);
7372 result = fetch_result != SUCCESS || !i_zend_is_true(value);
7432 result = (value == NULL || !i_zend_is_true(value));
[all …]
H A Dzend_operators.h381 static zend_always_inline bool i_zend_is_true(const zval *op) in i_zend_is_true() function
H A Dzend_vm_execute.h4294 if (i_zend_is_true(val)) { in ZEND_JMPZ_SPEC_CONST_HANDLER()
4328 if (i_zend_is_true(val)) { in ZEND_JMPNZ_SPEC_CONST_HANDLER()
4363 ret = i_zend_is_true(val); in ZEND_JMPZ_EX_SPEC_CONST_HANDLER()
4398 ret = i_zend_is_true(val); in ZEND_JMPNZ_EX_SPEC_CONST_HANDLER()
14638 if (i_zend_is_true(val)) { in ZEND_JMPZ_SPEC_TMPVAR_HANDLER()
14672 if (i_zend_is_true(val)) { in ZEND_JMPNZ_SPEC_TMPVAR_HANDLER()
14707 ret = i_zend_is_true(val); in ZEND_JMPZ_EX_SPEC_TMPVAR_HANDLER()
14742 ret = i_zend_is_true(val); in ZEND_JMPNZ_EX_SPEC_TMPVAR_HANDLER()
39420 if (i_zend_is_true(val)) { in ZEND_JMPZ_SPEC_CV_HANDLER()
39454 if (i_zend_is_true(val)) { in ZEND_JMPNZ_SPEC_CV_HANDLER()
[all …]
H A Dzend_operators.c2809 return (int) i_zend_is_true(op); in zend_is_true()
/php-src/ext/pdo/
H A Dpdo_stmt.c2366 int res = check_empty ? i_zend_is_true(retval) : Z_TYPE(tmp_val) != IS_NULL; in row_prop_exists()
2389 int res = check_empty ? i_zend_is_true(retval) : Z_TYPE(tmp_val) != IS_NULL; in row_dim_exists()
/php-src/ext/spl/
H A Dspl_observer.c456 return i_zend_is_true(&element->inf); in spl_object_storage_has_dimension()

Completed in 182 milliseconds