Home
last modified time | relevance | path

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

123

/php-src/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-src/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()
399 case IS_FALSE: in PHP_FUNCTION()
H A Dvar.c105 case IS_FALSE: in php_var_dump()
294 case IS_FALSE: in php_debug_zval_dump()
498 case IS_FALSE: in php_var_export_ex()
1011 case IS_FALSE: in php_var_serialize_intern()
1332 …& 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.c88 case IS_FALSE: in php_url_encode_scalar()
H A Duser_filters.c307 if (Z_TYPE(retval) == IS_FALSE) { in user_filter_factory_create()
/php-src/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-src/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.c1667 case IS_FALSE: in zend_check_string_offset()
2391 case IS_FALSE: in slow_index_convert()
2465 case IS_FALSE: in slow_index_convert_w()
2610 } else if (EXPECTED(Z_TYPE_P(container) <= IS_FALSE)) { in zend_fetch_dimension_address()
2672 if (EXPECTED(Z_TYPE_P(container) <= IS_FALSE)) { in zend_fetch_dimension_address()
2681 if (UNEXPECTED(old_type == IS_FALSE)) { in zend_fetch_dimension_address()
2691 if (UNEXPECTED(Z_TYPE_P(container) == IS_FALSE)) { in zend_fetch_dimension_address()
2789 case IS_FALSE: in zend_fetch_dimension_address_read()
2917 } else if (Z_TYPE_P(offset) == IS_FALSE) { in zend_find_array_dim_slow()
3037 } else if (Z_TYPE_P(key) == IS_FALSE) { in zend_array_key_exists_fast()
[all …]
/php-src/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()
932 || Z_TYPE_P(op1) == IS_FALSE in sccp_visit_instr()
936 if (Z_TYPE_P(op1) == IS_NULL || Z_TYPE_P(op1) == IS_FALSE) { in sccp_visit_instr()
1024 || Z_TYPE_P(op1) == IS_FALSE) { in sccp_visit_instr()
[all …]
H A Dzend_dump.c57 case IS_FALSE: in zend_dump_const()
480 case IS_FALSE: in zend_dump_op()
525 case (1<<IS_FALSE): in zend_dump_op()
549 case ((1<<IS_FALSE)|(1<<IS_TRUE)): in zend_dump_op()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c482 case IS_FALSE: in zend_jit_fetch_dim_r_helper()
624 case IS_FALSE: in zend_jit_fetch_dim_is_helper()
728 case IS_FALSE: in zend_jit_fetch_dim_isset_helper()
864 case IS_FALSE: in zend_jit_fetch_dim_rw_helper()
997 case IS_FALSE: in zend_jit_fetch_dim_w_helper()
1056 case IS_FALSE: in zend_check_string_offset()
1135 case IS_FALSE: in zend_jit_fetch_dim_str_is_helper()
1960 return Z_TYPE_P(val) <= IS_FALSE in promotes_to_array()
2110 if ((Z_TYPE_P(val) <= IS_FALSE in zend_jit_check_array_promotion()
2461 if (Z_TYPE_P(val) <= IS_FALSE) { in zend_jit_prepare_assign_dim_ref()
[all …]
H A Dzend_jit_ir.c6566 ir_ADD_U32(ir_ZEXT_U32(ref), ir_CONST_U32(IS_FALSE))); in zend_jit_cmp_long_long()
6602 ir_ADD_U32(ir_ZEXT_U32(ref), ir_CONST_U32(IS_FALSE))); in zend_jit_cmp_long_double()
6623 ir_ADD_U32(ir_ZEXT_U32(ref), ir_CONST_U32(IS_FALSE))); in zend_jit_cmp_double_long()
6644 ir_ADD_U32(ir_ZEXT_U32(ref), ir_CONST_U32(IS_FALSE))); in zend_jit_cmp_double_double()
6679 ir_ADD_U32(ir_ZEXT_U32(ref), ir_CONST_U32(IS_FALSE))); in zend_jit_cmp_slow()
7610 jit_set_Z_TYPE_INFO(jit, res_addr, IS_FALSE); in zend_jit_defined()
7896 jit_set_Z_TYPE_INFO(jit, res_addr, IS_FALSE); in zend_jit_type_check()
7936 jit_set_Z_TYPE_INFO(jit, res_addr, IS_FALSE); in zend_jit_type_check()
7946 case MAY_BE_FALSE: type = IS_FALSE; break; in zend_jit_type_check()
8062 jit_set_Z_TYPE_INFO(jit, res_addr, IS_FALSE); in zend_jit_isset_isempty_cv()
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c142 case IS_FALSE: in PHPDBG_INFO()
263 case IS_FALSE: in phpdbg_print_symbols()
/php-src/docs/source/core/data-structures/
H A Dzval.rst19 #define IS_FALSE 2
31 the types you may use in regular PHP code. One small oddity is that ``IS_FALSE`` and ``IS_TRUE`` are
35 ``IS_UNDEF``, ``IS_NULL``, ``IS_FALSE`` and ``IS_TRUE``. For the rest of the types, we are going to
/php-src/ext/session/
H A Dmod_user.c59 if (Z_TYPE_P(value) == IS_FALSE) { in verify_bool_return_type_userland_calls()
/php-src/ext/sysvmsg/
H A Dsysvmsg.c390 case IS_FALSE: in PHP_FUNCTION()
/php-src/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-src/ext/intl/calendar/
H A Dcalendar_methods.cpp485 if (Z_TYPE_P(zvalue) == IS_FALSE || Z_TYPE_P(zvalue) == IS_TRUE) { in PHP_FUNCTION()
1149 if (Z_ISUNDEF(retval) || Z_TYPE(retval) == IS_FALSE) { in PHP_FUNCTION()
/php-src/ext/ftp/
H A Dphp_ftp.c1251 if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) { in PHP_FUNCTION()
1259 if (Z_TYPE_P(z_value) != IS_TRUE && Z_TYPE_P(z_value) != IS_FALSE) { in PHP_FUNCTION()
/php-src/ext/json/
H A Djson_encoder.c621 case IS_FALSE: in php_json_encode_zval()
/php-src/ext/dom/
H A Dxpath_callbacks.c439 } else if (Z_TYPE(callback_retval) == IS_FALSE || Z_TYPE(callback_retval) == IS_TRUE) { in php_dom_xpath_callback_dispatch()

Completed in 149 milliseconds

123