Home
last modified time | relevance | path

Searched refs:IS_FALSE (Results 1 – 25 of 76) sorted by relevance

1234

/PHP-8.3/ext/opcache/tests/jit/
H A Dcmp_008.phpt2 JIT CMP: 008 Wrong range inference for comparison between IS_LONG and IS_FALSE/IS_TRUE
/PHP-8.3/ext/standard/
H A Dtype.c52 case IS_FALSE: in PHP_FUNCTION()
288 RETURN_BOOL(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE); in PHP_FUNCTION()
385 case IS_FALSE: in PHP_FUNCTION()
H A Dvar.c105 case IS_FALSE: in php_var_dump()
293 case IS_FALSE: in php_debug_zval_dump()
496 case IS_FALSE: in php_var_export_ex()
1018 case IS_FALSE: in php_var_serialize_intern()
1348 …& Z_TYPE_P(classes) != IS_ARRAY && Z_TYPE_P(classes) != IS_TRUE && Z_TYPE_P(classes) != IS_FALSE) { in php_unserialize_with_options()
H A Dhttp.c84 case IS_FALSE: in php_url_encode_scalar()
H A Duser_filters.c306 if (Z_TYPE(retval) == IS_FALSE) { in user_filter_factory_create()
/PHP-8.3/main/streams/
H A Duserspace.c587 if (Z_TYPE(retval) == IS_FALSE) { in php_userstreamop_write()
642 if (Z_TYPE(retval) == IS_FALSE) { in php_userstreamop_read()
879 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option()
914 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option()
915 ret = (Z_TYPE(retval) == IS_FALSE); in php_userstreamop_set_option()
949 if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in php_userstreamop_set_option()
1055 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_unlink()
1095 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_rename()
1137 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_mkdir()
1179 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_rmdir()
[all …]
/PHP-8.3/Zend/
H A Dzend_type_info.h26 #define MAY_BE_FALSE (1 << IS_FALSE)
H A Dzend_operators.c261 case IS_FALSE: in convert_scalar_to_number()
296 case IS_FALSE: in _zendi_convert_scalar_to_number_silent()
329 case IS_FALSE: in _zendi_try_convert_scalar_to_number()
383 case IS_FALSE: in zendi_try_get_long()
547 case IS_FALSE: in convert_to_long()
604 case IS_FALSE: in convert_to_double()
669 case IS_FALSE: in convert_to_boolean()
909 case IS_FALSE: in zval_get_long_func()
978 case IS_FALSE: in zval_get_double_func()
1018 case IS_FALSE: in __zval_get_string_func()
[all …]
H A Dzend_variables.c42 [IS_FALSE] = (zend_rc_dtor_func_t)zend_empty_destroy,
H A Dzend_smart_str.c203 case IS_FALSE: in smart_str_append_scalar()
H A Dzend_types.h601 #define IS_FALSE 2 macro
653 || ((faketype) == _IS_BOOL && ((realtype) == IS_TRUE || (realtype) == IS_FALSE)) \
1050 Z_TYPE_INFO_P(z) = IS_FALSE; \
1059 (b) ? IS_TRUE : IS_FALSE; \
H A Dzend_execute.c1665 case IS_FALSE: in zend_check_string_offset()
2389 case IS_FALSE: in slow_index_convert()
2463 case IS_FALSE: in slow_index_convert_w()
2608 } else if (EXPECTED(Z_TYPE_P(container) <= IS_FALSE)) { in zend_fetch_dimension_address()
2670 if (EXPECTED(Z_TYPE_P(container) <= IS_FALSE)) { in zend_fetch_dimension_address()
2679 if (UNEXPECTED(old_type == IS_FALSE)) { in zend_fetch_dimension_address()
2689 if (UNEXPECTED(Z_TYPE_P(container) == IS_FALSE)) { in zend_fetch_dimension_address()
2787 case IS_FALSE: in zend_fetch_dimension_address_read()
2915 } else if (Z_TYPE_P(offset) == IS_FALSE) { in zend_find_array_dim_slow()
3035 } else if (Z_TYPE_P(key) == IS_FALSE) { in zend_array_key_exists_fast()
[all …]
/PHP-8.3/Zend/Optimizer/
H A Dsccp.c364 case IS_FALSE: in fetch_array_elem()
419 ZVAL_BOOL(result, Z_TYPE(zv) == IS_FALSE); in ct_eval_isset_isempty()
452 case IS_FALSE: in ct_eval_del_array_elem()
494 case IS_FALSE: in ct_eval_add_array_elem()
553 case IS_FALSE: in ct_eval_assign_dim()
656 case IS_FALSE: in ct_eval_assign_obj()
719 } else if (Z_TYPE_P(op1) <= IS_FALSE) { in ct_eval_in_array()
927 || Z_TYPE_P(op1) == IS_FALSE in sccp_visit_instr()
931 if (Z_TYPE_P(op1) == IS_NULL || Z_TYPE_P(op1) == IS_FALSE) { in sccp_visit_instr()
1019 || Z_TYPE_P(op1) == IS_FALSE) { in sccp_visit_instr()
[all …]
H A Dzend_dump.c57 case IS_FALSE: in zend_dump_const()
475 case IS_FALSE: in zend_dump_op()
520 case (1<<IS_FALSE): in zend_dump_op()
544 case ((1<<IS_FALSE)|(1<<IS_TRUE)): in zend_dump_op()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c474 case IS_FALSE: in zend_jit_fetch_dim_r_helper()
616 case IS_FALSE: in zend_jit_fetch_dim_is_helper()
720 case IS_FALSE: in zend_jit_fetch_dim_isset_helper()
856 case IS_FALSE: in zend_jit_fetch_dim_rw_helper()
989 case IS_FALSE: in zend_jit_fetch_dim_w_helper()
1048 case IS_FALSE: in zend_check_string_offset()
1127 case IS_FALSE: in zend_jit_fetch_dim_str_is_helper()
1952 return Z_TYPE_P(val) <= IS_FALSE in promotes_to_array()
2102 if ((Z_TYPE_P(val) <= IS_FALSE in zend_jit_check_array_promotion()
2453 if (Z_TYPE_P(val) <= IS_FALSE) { in zend_jit_prepare_assign_dim_ref()
[all …]
H A Dzend_jit_arm64.dasc7056 | mov REG0, #IS_FALSE
7062 | mov REG0, #IS_FALSE
7077 | mov REG0, #IS_FALSE
7089 | mov REG0, #IS_FALSE
8197 | mov REG0w, #IS_FALSE
8207 | mov REG0w, #IS_FALSE
8296 | CMP_ZVAL_TYPE res_addr, IS_FALSE, ZREG_TMP1
10421 case MAY_BE_FALSE: type = IS_FALSE; break;
12357 | cmp REG2w, #IS_FALSE
14415 | add REG0w, REG0w, #IS_FALSE
[all …]
H A Dzend_jit_x86.dasc7648 | mov eax, IS_FALSE
7654 | mov eax, IS_FALSE
7670 | mov eax, IS_FALSE
7684 | mov eax, IS_FALSE
8819 | mov eax, IS_FALSE
8829 | mov eax, IS_FALSE
8914 | CMP_ZVAL_TYPE res_addr, IS_FALSE
8921 | CMP_ZVAL_TYPE res_addr, IS_FALSE
13132 | cmp dl, IS_FALSE
15358 | lea eax, [eax + IS_FALSE]
[all …]
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_info.c142 case IS_FALSE: in PHPDBG_INFO()
263 case IS_FALSE: in phpdbg_print_symbols()
/PHP-8.3/ext/session/
H A Dmod_user.c59 if (Z_TYPE_P(value) == IS_FALSE) { in verify_bool_return_type_userland_calls()
/PHP-8.3/ext/sysvmsg/
H A Dsysvmsg.c390 case IS_FALSE: in PHP_FUNCTION()
/PHP-8.3/ext/pdo_mysql/
H A Dmysql_statement.c487 case IS_FALSE: in pdo_mysql_stmt_param_hook()
513 case IS_FALSE: in pdo_mysql_stmt_param_hook()
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_methods.cpp477 if (Z_TYPE_P(zvalue) == IS_FALSE || Z_TYPE_P(zvalue) == IS_TRUE) { in PHP_FUNCTION()
1141 if (Z_ISUNDEF(retval) || Z_TYPE(retval) == IS_FALSE) { in PHP_FUNCTION()
/PHP-8.3/ext/dom/
H A Dxpath.c173 } else if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in dom_xpath_ext_function_php()
/PHP-8.3/ext/ftp/
H A Dphp_ftp.c1262 if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) { in PHP_FUNCTION()
1270 if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) { in PHP_FUNCTION()
/PHP-8.3/ext/json/
H A Djson_encoder.c621 case IS_FALSE: in php_json_encode_zval()

Completed in 151 milliseconds

1234