Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_object_handlers.c1016 if (!i_zend_is_true(rv)) { in zend_std_read_dimension()
1077 result = i_zend_is_true(&retval); in zend_std_has_dimension()
1081 result = i_zend_is_true(&retval); in zend_std_has_dimension()
1904 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.c405 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);
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 …]
H A Dzend_operators.h385 static zend_always_inline bool i_zend_is_true(const zval *op) in i_zend_is_true() function
H A Dzend_vm_execute.h4196 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 …]
H A Dzend_operators.c2809 return (int) i_zend_is_true(op); in zend_is_true()
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c2371 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()
/PHP-8.3/ext/spl/
H A Dspl_observer.c459 return i_zend_is_true(&element->inf); in spl_object_storage_has_dimension()

Completed in 241 milliseconds