Home
last modified time | relevance | path

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

123

/PHP-7.1/ext/spl/
H A Dspl_engine.c56 case IS_FALSE: in spl_offset_convert_to_long()
H A Dspl_array.c360 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 Dtype.c39 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 Dvar.c100 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 Dhttp.c189 case IS_FALSE: in php_url_encode_hash_ex()
H A Dpassword.c315 case IS_FALSE: in PHP_FUNCTION()
H A Duser_filters.c355 if (Z_TYPE(retval) == IS_FALSE) { in user_filter_factory_create()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.h41 …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 Dzend_ssa.c302 } 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 Dzend_variables.c101 case IS_FALSE: in _zval_internal_dtor()
132 case IS_FALSE: in _zval_internal_dtor_for_ptr()
H A Dzend_type_info.h28 #define MAY_BE_FALSE (1 << IS_FALSE)
H A Dzend_operators.c161 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 Dzend_types.h306 #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 Dzend_execute.c598 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 Dzend_vm_execute.h5908 } 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 Duserspace.c933 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 Dphp_xmlreader.c101 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 Dmod_user.c62 } else if (Z_TYPE(retval) == IS_FALSE) { \
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_info.c142 case IS_FALSE: in PHPDBG_INFO()
264 case IS_FALSE: in phpdbg_print_symbols()
H A Dphpdbg_utils.c673 case IS_FALSE: in phpdbg_xml_var_dump()
796 case IS_FALSE: in phpdbg_short_zval_print()
/PHP-7.1/ext/interbase/
H A Dibase_events.c241 if (Z_TYPE(return_value) == IS_FALSE) { in _php_ibase_callback()
/PHP-7.1/ext/sysvmsg/
H A Dsysvmsg.c440 case IS_FALSE: in PHP_FUNCTION()
/PHP-7.1/ext/json/
H A Djson_encoder.c550 case IS_FALSE: in php_json_encode_zval()
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_methods.cpp481 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 Dxpath.c215 } else if (Z_TYPE(retval) == IS_FALSE || Z_TYPE(retval) == IS_TRUE) { in dom_xpath_ext_function_php()

Completed in 251 milliseconds

123