Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_object_handlers.c932 if (!i_zend_is_true(rv)) { in zend_std_read_dimension()
991 result = i_zend_is_true(&retval); in zend_std_has_dimension()
995 result = i_zend_is_true(&retval); in zend_std_has_dimension()
1819 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));
2964 if (i_zend_is_true(val)) {
2998 if (i_zend_is_true(val)) {
3033 if (i_zend_is_true(val)) {
3068 ret = i_zend_is_true(val);
3103 ret = i_zend_is_true(val);
5650 ZVAL_BOOL(EX_VAR(opline->result.var), i_zend_is_true(val));
7139 result = !i_zend_is_true(value);
7182 result = !i_zend_is_true(value);
7265 result = (value == NULL || !i_zend_is_true(value));
[all …]
H A Dzend_operators.h358 static zend_always_inline bool i_zend_is_true(zval *op) in i_zend_is_true() function
H A Dzend_vm_execute.h4051 if (i_zend_is_true(val)) { in ZEND_JMPZ_SPEC_CONST_HANDLER()
4085 if (i_zend_is_true(val)) { in ZEND_JMPNZ_SPEC_CONST_HANDLER()
4120 if (i_zend_is_true(val)) { in ZEND_JMPZNZ_SPEC_CONST_HANDLER()
4155 ret = i_zend_is_true(val); in ZEND_JMPZ_EX_SPEC_CONST_HANDLER()
4190 ret = i_zend_is_true(val); in ZEND_JMPNZ_EX_SPEC_CONST_HANDLER()
14157 if (i_zend_is_true(val)) { in ZEND_JMPZ_SPEC_TMPVAR_HANDLER()
14191 if (i_zend_is_true(val)) { in ZEND_JMPNZ_SPEC_TMPVAR_HANDLER()
14226 if (i_zend_is_true(val)) { in ZEND_JMPZNZ_SPEC_TMPVAR_HANDLER()
14261 ret = i_zend_is_true(val); in ZEND_JMPZ_EX_SPEC_TMPVAR_HANDLER()
14296 ret = i_zend_is_true(val); in ZEND_JMPNZ_EX_SPEC_TMPVAR_HANDLER()
[all …]
H A Dzend_operators.c2569 return (int) i_zend_is_true(op); in zend_is_true()
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c2361 res = check_empty ? i_zend_is_true(&val) : Z_TYPE(val) != IS_NULL; in row_prop_exists()
2399 res = check_empty ? i_zend_is_true(&val) : Z_TYPE(val) != IS_NULL; in row_dim_exists()

Completed in 190 milliseconds