/PHP-7.1/ext/spl/ |
H A D | spl_engine.c | 56 case IS_FALSE: in spl_offset_convert_to_long()
|
H A D | spl_array.c | 360 case IS_FALSE: in spl_array_get_dimension_ptr() 498 case IS_FALSE: in spl_array_write_dimension_ex() 586 case IS_FALSE: in spl_array_unset_dimension_ex() 659 case IS_FALSE: in spl_array_has_dimension_ex()
|
/PHP-7.1/ext/standard/ |
H A D | type.c | 39 case IS_FALSE: in PHP_FUNCTION() 298 RETURN_BOOL(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE); in PHP_FUNCTION() 389 case IS_FALSE: in PHP_FUNCTION()
|
H A D | var.c | 100 case IS_FALSE: in php_var_dump() 270 case IS_FALSE: in php_debug_zval_dump() 452 case IS_FALSE: in php_var_export_ex() 833 case IS_FALSE: in php_var_serialize_intern() 1089 …& Z_TYPE_P(classes) != IS_ARRAY && Z_TYPE_P(classes) != IS_TRUE && Z_TYPE_P(classes) != IS_FALSE) { in PHP_FUNCTION()
|
H A D | http.c | 189 case IS_FALSE: in php_url_encode_hash_ex()
|
H A D | password.c | 315 case IS_FALSE: in PHP_FUNCTION()
|
H A D | user_filters.c | 355 if (Z_TYPE(retval) == IS_FALSE) { in user_filter_factory_create()
|
/PHP-7.1/ext/opcache/Optimizer/ |
H A D | zend_inference.h | 41 …return (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P… 61 } else if (Z_TYPE_P(zv) == IS_FALSE) { \ 85 } else if (Z_TYPE_P(zv) == IS_FALSE) { \ 105 …if (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv)… 123 …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 D | zend_ssa.c | 302 } else if (Z_TYPE_P(zv) == IS_FALSE) { in place_essa_pis() 323 } else if (Z_TYPE_P(zv) == IS_FALSE) { in place_essa_pis() 479 if (Z_TYPE_P(val) != IS_NULL && Z_TYPE_P(val) != IS_TRUE && Z_TYPE_P(val) != IS_FALSE) { in place_essa_pis()
|
/PHP-7.1/Zend/ |
H A D | zend_variables.c | 101 case IS_FALSE: in _zval_internal_dtor() 132 case IS_FALSE: in _zval_internal_dtor_for_ptr()
|
H A D | zend_type_info.h | 28 #define MAY_BE_FALSE (1 << IS_FALSE)
|
H A D | zend_operators.c | 161 case IS_FALSE: in _convert_scalar_to_number() 204 case IS_FALSE: \ 310 case IS_FALSE: in convert_to_long_base() 372 case IS_FALSE: in convert_to_double() 450 case IS_FALSE: in convert_to_boolean() 529 case IS_FALSE: { in _convert_to_string() 753 case IS_FALSE: in _zval_get_long_func_ex() 822 case IS_FALSE: in _zval_get_double_func() 862 case IS_FALSE: in _zval_get_string_func() 1935 case TYPE_PAIR(IS_FALSE, IS_FALSE): in compare_function() [all …]
|
H A D | zend_types.h | 306 #define IS_FALSE 2 macro 337 || ((faketype) == _IS_BOOL && ((realtype) == IS_TRUE || (realtype) == IS_FALSE)) \ 603 Z_TYPE_INFO_P(z) = IS_FALSE; \ 612 (b) ? IS_TRUE : IS_FALSE; \
|
H A D | zend_execute.c | 598 if (EXPECTED(Z_TYPE_P(object) <= IS_FALSE)) { in make_real_object() 836 EXPECTED(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE)) { in zend_check_internal_type() 934 EXPECTED(Z_TYPE_P(arg) == IS_FALSE || Z_TYPE_P(arg) == IS_TRUE)) { in zend_check_type() 1157 case IS_FALSE: in zend_check_string_offset() 1633 case IS_FALSE: in zend_fetch_dimension_address_inner() 1754 if (EXPECTED(Z_TYPE_P(container) <= IS_FALSE)) { in zend_fetch_dimension_address() 1830 case IS_FALSE: in zend_fetch_dimension_address_read() 1945 EXPECTED(Z_TYPE_P(container) <= IS_FALSE || in zend_fetch_property_address()
|
H A D | zend_vm_execute.h | 5908 } else if (Z_TYPE_P(offset) == IS_FALSE) { 6146 } else if (Z_TYPE_P(offset) == IS_FALSE) { 7753 } else if (Z_TYPE_P(offset) == IS_FALSE) { 9821 } else if (Z_TYPE_P(offset) == IS_FALSE) { 9919 } else if (Z_TYPE_P(offset) == IS_FALSE) { 11746 } else if (Z_TYPE_P(offset) == IS_FALSE) { 11844 } else if (Z_TYPE_P(offset) == IS_FALSE) { 13749 } else if (Z_TYPE_P(offset) == IS_FALSE) { 14445 } else if (Z_TYPE_P(offset) == IS_FALSE) { 14974 } else if (Z_TYPE_P(offset) == IS_FALSE) { [all …]
|
/PHP-7.1/main/streams/ |
H A D | userspace.c | 933 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option() 972 if (call_result == SUCCESS && (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE)) { in php_userstreamop_set_option() 973 ret = (Z_TYPE(retval) == IS_FALSE); in php_userstreamop_set_option() 1013 if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in php_userstreamop_set_option() 1128 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_unlink() 1173 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_rename() 1220 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_mkdir() 1267 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_rmdir() 1338 if (call_result == SUCCESS && (Z_TYPE(zretval) == IS_FALSE || Z_TYPE(zretval) == IS_TRUE)) { in user_wrapper_metadata() 1431 if (call_result == SUCCESS && Z_TYPE(retval) != IS_FALSE && Z_TYPE(retval) != IS_TRUE) { in php_userstreamop_readdir()
|
/PHP-7.1/ext/xmlreader/ |
H A D | php_xmlreader.c | 101 case IS_FALSE: in xmlreader_property_reader() 1326 …rop_handler(&xmlreader_prop_handlers, "hasAttributes", xmlTextReaderHasAttributes, NULL, IS_FALSE); in PHP_MINIT_FUNCTION() 1327 …register_prop_handler(&xmlreader_prop_handlers, "hasValue", xmlTextReaderHasValue, NULL, IS_FALSE); in PHP_MINIT_FUNCTION() 1328 …gister_prop_handler(&xmlreader_prop_handlers, "isDefault", xmlTextReaderIsDefault, NULL, IS_FALSE); in PHP_MINIT_FUNCTION() 1329 …p_handler(&xmlreader_prop_handlers, "isEmptyElement", xmlTextReaderIsEmptyElement, NULL, IS_FALSE); in PHP_MINIT_FUNCTION()
|
/PHP-7.1/ext/session/ |
H A D | mod_user.c | 62 } else if (Z_TYPE(retval) == IS_FALSE) { \
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_info.c | 142 case IS_FALSE: in PHPDBG_INFO() 264 case IS_FALSE: in phpdbg_print_symbols()
|
H A D | phpdbg_utils.c | 673 case IS_FALSE: in phpdbg_xml_var_dump() 796 case IS_FALSE: in phpdbg_short_zval_print()
|
/PHP-7.1/ext/interbase/ |
H A D | ibase_events.c | 241 if (Z_TYPE(return_value) == IS_FALSE) { in _php_ibase_callback()
|
/PHP-7.1/ext/sysvmsg/ |
H A D | sysvmsg.c | 440 case IS_FALSE: in PHP_FUNCTION()
|
/PHP-7.1/ext/json/ |
H A D | json_encoder.c | 550 case IS_FALSE: in php_json_encode_zval()
|
/PHP-7.1/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 481 if (!Z_ISUNDEF(args[1]) && (Z_TYPE(args[1]) == IS_TRUE || Z_TYPE(args[1]) == IS_FALSE)) { in PHP_FUNCTION() 1272 if (Z_ISUNDEF(retval) || Z_TYPE(retval) == IS_FALSE) { in PHP_FUNCTION()
|
/PHP-7.1/ext/dom/ |
H A D | xpath.c | 215 } else if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in dom_xpath_ext_function_php()
|