Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/spl/
H A Dspl_engine.c47 case IS_FALSE: in spl_offset_convert_to_long()
H A Dspl_array.c347 case IS_FALSE: in spl_array_get_dimension_ptr()
482 case IS_FALSE: in spl_array_write_dimension_ex()
570 case IS_FALSE: in spl_array_unset_dimension_ex()
643 case IS_FALSE: in spl_array_has_dimension_ex()
/PHP-8.0/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.0/ext/opcache/Optimizer/
H A Dzend_inference.h47 …return (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P…
66 } else if (Z_TYPE_P(zv) == IS_FALSE) { \
89 } else if (Z_TYPE_P(zv) == IS_FALSE) { \
108 …if (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv)…
125 …if (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv)…
H A Dsccp.c421 case IS_FALSE: in fetch_array_elem()
471 ZVAL_BOOL(result, Z_TYPE(zv) == IS_FALSE); in ct_eval_isset_isempty()
504 case IS_FALSE: in ct_eval_del_array_elem()
541 case IS_FALSE: in ct_eval_add_array_elem()
594 case IS_FALSE: in ct_eval_assign_dim()
697 case IS_FALSE: in ct_eval_assign_obj()
750 } else if (Z_TYPE_P(op1) <= IS_FALSE) { in ct_eval_in_array()
1087 || Z_TYPE_P(op1) == IS_FALSE in sccp_visit_instr()
1091 if (Z_TYPE_P(op1) == IS_NULL || Z_TYPE_P(op1) == IS_FALSE) { in sccp_visit_instr()
1177 || Z_TYPE_P(op1) == IS_FALSE) { in sccp_visit_instr()
[all …]
H A Dzend_dump.c57 case IS_FALSE: in zend_dump_const()
441 case IS_FALSE: in zend_dump_op()
483 case (1<<IS_FALSE): in zend_dump_op()
507 case ((1<<IS_FALSE)|(1<<IS_TRUE)): in zend_dump_op()
/PHP-8.0/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()
372 case IS_FALSE: in PHP_FUNCTION()
H A Dvar.c103 case IS_FALSE: in php_var_dump()
284 case IS_FALSE: in php_debug_zval_dump()
473 case IS_FALSE: in php_var_export_ex()
961 case IS_FALSE: in php_var_serialize_intern()
1197 …& 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.c196 case IS_FALSE: in php_url_encode_hash_ex()
H A Duser_filters.c357 if (Z_TYPE(retval) == IS_FALSE) { in user_filter_factory_create()
/PHP-8.0/Zend/
H A Dzend_type_info.h26 #define MAY_BE_FALSE (1 << IS_FALSE)
H A Dzend_operators.c171 case IS_FALSE: in convert_scalar_to_number()
206 case IS_FALSE: in _zendi_convert_scalar_to_number_silent()
239 case IS_FALSE: in _zendi_try_convert_scalar_to_number()
293 case IS_FALSE: in zendi_try_get_long()
440 case IS_FALSE: in convert_to_long_base()
501 case IS_FALSE: in convert_to_double()
566 case IS_FALSE: in convert_to_boolean()
797 case IS_FALSE: in zval_get_long_func()
851 case IS_FALSE: in zval_get_double_func()
891 case IS_FALSE: in __zval_get_string_func()
[all …]
H A Dzend_types.h523 #define IS_FALSE 2 macro
558 || ((faketype) == _IS_BOOL && ((realtype) == IS_TRUE || (realtype) == IS_FALSE)) \
884 Z_TYPE_INFO_P(z) = IS_FALSE; \
893 (b) ? IS_TRUE : IS_FALSE; \
/PHP-8.0/main/streams/
H A Duserspace.c587 if (Z_TYPE(retval) == IS_FALSE) { in php_userstreamop_write()
646 if (Z_TYPE(retval) == IS_FALSE) { in php_userstreamop_read()
907 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option()
946 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option()
947 ret = (Z_TYPE(retval) == IS_FALSE); in php_userstreamop_set_option()
987 if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in php_userstreamop_set_option()
1101 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_unlink()
1145 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_rename()
1191 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_mkdir()
1237 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_rmdir()
[all …]
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c104 case IS_FALSE: in xmlreader_property_reader()
1198 …rop_handler(&xmlreader_prop_handlers, "hasAttributes", xmlTextReaderHasAttributes, NULL, IS_FALSE); in PHP_MINIT_FUNCTION()
1199 …register_prop_handler(&xmlreader_prop_handlers, "hasValue", xmlTextReaderHasValue, NULL, IS_FALSE); in PHP_MINIT_FUNCTION()
1200 …gister_prop_handler(&xmlreader_prop_handlers, "isDefault", xmlTextReaderIsDefault, NULL, IS_FALSE); in PHP_MINIT_FUNCTION()
1201 …p_handler(&xmlreader_prop_handlers, "isEmptyElement", xmlTextReaderIsEmptyElement, NULL, IS_FALSE); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/session/
H A Dmod_user.c58 } else if (Z_TYPE(retval) == IS_FALSE) { \
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c140 case IS_FALSE: in PHPDBG_INFO()
262 case IS_FALSE: in phpdbg_print_symbols()
H A Dphpdbg_utils.c668 case IS_FALSE: in phpdbg_xml_var_dump()
793 case IS_FALSE: in phpdbg_short_zval_print()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c510 case IS_FALSE: in zend_jit_fetch_dim_r_helper()
611 case IS_FALSE: in zend_jit_fetch_dim_is_helper()
695 case IS_FALSE: in zend_jit_fetch_dim_isset_helper()
781 case IS_FALSE: in zend_jit_fetch_dim_rw_helper()
880 case IS_FALSE: in zend_jit_fetch_dim_w_helper()
952 case IS_FALSE: in zend_check_string_offset()
1028 case IS_FALSE: in zend_jit_fetch_dim_str_is_helper()
1915 return Z_TYPE_P(val) <= IS_FALSE in promotes_to_array()
1916 || (Z_ISREF_P(val) && Z_TYPE_P(Z_REFVAL_P(val)) <= IS_FALSE); in promotes_to_array()
2065 if ((Z_TYPE_P(val) <= IS_FALSE in zend_jit_check_array_promotion()
[all …]
H A Dzend_jit_x86.dasc6505 | CMP_ZVAL_TYPE op1_addr, IS_FALSE
6720 | CMP_ZVAL_TYPE op1_addr, IS_FALSE
7648 | mov eax, IS_FALSE
7654 | mov eax, IS_FALSE
7670 | mov eax, IS_FALSE
7684 | mov eax, IS_FALSE
8828 | mov eax, IS_FALSE
8838 | mov eax, IS_FALSE
13248 | cmp dl, IS_FALSE
15196 | lea eax, [eax + IS_FALSE]
[all …]
/PHP-8.0/ext/sysvmsg/
H A Dsysvmsg.c406 case IS_FALSE: in PHP_FUNCTION()
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_statement.c484 case IS_FALSE: in pdo_mysql_stmt_param_hook()
510 case IS_FALSE: in pdo_mysql_stmt_param_hook()
/PHP-8.0/ext/json/
H A Djson_encoder.c543 case IS_FALSE: in php_json_encode_zval()
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_methods.cpp426 if (Z_TYPE_P(zvalue) == IS_FALSE || Z_TYPE_P(zvalue) == IS_TRUE) { in PHP_FUNCTION()
1091 if (Z_ISUNDEF(retval) || Z_TYPE(retval) == IS_FALSE) { in PHP_FUNCTION()
/PHP-8.0/ext/dom/
H A Dxpath.c170 } else if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in dom_xpath_ext_function_php()

Completed in 192 milliseconds

123