/PHP-7.1/ext/session/ |
H A D | mod_user.c | 86 if (Z_ISUNDEF(PSF(open))) { in PS_OPEN_FUNC() 100 if (!Z_ISUNDEF(retval)) { in PS_OPEN_FUNC() 130 if (!Z_ISUNDEF(retval)) { in PS_CLOSE_FUNC() 148 if (!Z_ISUNDEF(retval)) { in PS_READ_FUNC() 208 if (!Z_ISUNDEF(PSF(create_sid))) { in PS_CREATE_SID_FUNC() 214 if (!Z_ISUNDEF(retval)) { in PS_CREATE_SID_FUNC() 239 if (!Z_ISUNDEF(PSF(validate_sid))) { in PS_VALIDATE_SID_FUNC() 263 if (!Z_ISUNDEF(PSF(update_timestamp))) { in PS_UPDATE_TIMESTAMP_FUNC()
|
H A D | session.c | 126 if (!Z_ISUNDEF(PS(http_session_vars))) { in php_rshutdown_session_globals() 213 if (!Z_ISUNDEF(PS(http_session_vars))) { in php_session_track_init() 786 if (!Z_ISUNDEF(PS(http_session_vars))) { in PS_SERIALIZER_DECODE_FUNC() 1736 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { 1755 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { 1763 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { 1853 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { 2585 if (!Z_ISUNDEF(PS(mod_user_names).names[i])) { 2751 if (Z_ISUNDEF(PG(http_globals)[where])) { 2911 if (Z_ISUNDEF(progress->data)) { [all …]
|
/PHP-7.1/ext/simplexml/ |
H A D | sxe.c | 65 RETURN_BOOL(!Z_ISUNDEF(sxe->iter.data)); in PHP_METHOD() 80 if (Z_ISUNDEF(sxe->iter.data)) { in PHP_METHOD() 102 if (Z_ISUNDEF(sxe->iter.data)) { in PHP_METHOD() 143 if (Z_ISUNDEF(sxe->iter.data) || sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD() 170 if (Z_ISUNDEF(sxe->iter.data) || sxe->iter.type == SXE_ITER_ATTRLIST) { in PHP_METHOD()
|
H A D | simplexml.c | 105 if (!Z_ISUNDEF(sxe->iter.data)) { in php_sxe_get_first_node() 719 if (!Z_ISUNDEF(sxe->tmp)) { in sxe_property_get_adr() 1110 if (!Z_ISUNDEF(iter_data)) { in sxe_prop_is_empty() 1118 if (!Z_ISUNDEF(iter_data)) { in sxe_prop_is_empty() 1175 if (Z_ISUNDEF(zattr)) { in sxe_get_prop_hash() 1976 if (!Z_ISUNDEF(sxe->iter.data)) { in php_sxe_count_elements_helper() 1992 if (!Z_ISUNDEF(rv)) { in sxe_count_elements() 2105 if (!Z_ISUNDEF(sxe->iter.data)) { in sxe_object_dtor() 2118 if (!Z_ISUNDEF(sxe->tmp)) { in sxe_object_dtor() 2419 if (!Z_ISUNDEF(sxe->iter.data)) { in php_sxe_reset_iterator() [all …]
|
/PHP-7.1/ext/oci8/ |
H A D | oci8_failover.c | 55 if (Z_ISUNDEF(connection->taf_callback) || Z_ISNULL(connection->taf_callback)) { in callback_fn() 108 if (Z_ISUNDEF(connection->taf_callback) || Z_ISNULL(connection->taf_callback)) { in php_oci_register_taf_callback() 116 if (!Z_ISUNDEF(connection->taf_callback)) { in php_oci_register_taf_callback()
|
/PHP-7.1/ext/xml/ |
H A D | xml.c | 414 if (!Z_ISUNDEF(parser->startElementHandler)) { in xml_parser_dtor() 417 if (!Z_ISUNDEF(parser->endElementHandler)) { in xml_parser_dtor() 426 if (!Z_ISUNDEF(parser->defaultHandler)) { in xml_parser_dtor() 450 if (!Z_ISUNDEF(parser->object)) { in xml_parser_dtor() 688 if (Z_ISUNDEF(parser->info)) { in _xml_add_to_info() 755 if (!Z_ISUNDEF(parser->data)) { in _xml_startElementHandler() 817 if (!Z_ISUNDEF(parser->endElementHandler)) { in _xml_endElementHandler() 825 if (!Z_ISUNDEF(parser->data)) { in _xml_endElementHandler() 871 if (!Z_ISUNDEF(parser->data)) { in _xml_characterDataHandler() 1049 if (!Z_ISUNDEF(retval)) { in _xml_externalEntityRefHandler() [all …]
|
/PHP-7.1/ext/intl/resourcebundle/ |
H A D | resourcebundle_iterator.c | 58 if (!Z_ISUNDEF(iterator->current)) { in resourcebundle_iterator_invalidate() 93 if (Z_ISUNDEF(iterator->current)) { in resourcebundle_iterator_current() 105 if (Z_ISUNDEF(iterator->current)) { in resourcebundle_iterator_key()
|
/PHP-7.1/main/streams/ |
H A D | userspace.c | 380 Z_ISUNDEF(us->object)? NULL : &us->object, in user_wrapper_opener() 459 Z_ISUNDEF(us->object)? NULL : &us->object, in user_wrapper_opendir() 609 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_write() 660 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_read() 696 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_read() 728 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_close() 756 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_flush() 788 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_seek() 823 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_seek() 899 Z_ISUNDEF(us->object)? NULL : &us->object, in php_userstreamop_stat() [all …]
|
/PHP-7.1/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 121 if (!Z_ISUNDEF(func->func)) { in pdo_sqlite_cleanup_callbacks() 124 if (!Z_ISUNDEF(func->step)) { in pdo_sqlite_cleanup_callbacks() 127 if (!Z_ISUNDEF(func->fini)) { in pdo_sqlite_cleanup_callbacks() 148 if (!Z_ISUNDEF(collation->callback)) { in pdo_sqlite_cleanup_callbacks() 344 if (Z_ISUNDEF(agg_context->val)) { in do_callback() 397 if (!Z_ISUNDEF(retval)) { in do_callback() 429 if (!Z_ISUNDEF(retval)) { in do_callback() 437 if (!Z_ISUNDEF(retval)) { in do_callback() 489 } else if (!Z_ISUNDEF(retval)) { in php_sqlite3_collation_callback()
|
/PHP-7.1/ext/intl/common/ |
H A D | common_enum.cpp | 40 if (!Z_ISUNDEF(zoiwc->wrapping_obj)) { in zoi_with_current_dtor() 62 return Z_ISUNDEF(((zoi_with_current*)iter)->current)? FAILURE : SUCCESS; in zoi_with_current_valid() 73 if (!Z_ISUNDEF(zoi_iter->current)) { in zoi_with_current_invalidate_current() 107 if (!Z_ISUNDEF(zoi_iter->current)) { in string_enum_rewind()
|
/PHP-7.1/ext/filter/ |
H A D | callback_filter.c | 40 if (status == SUCCESS && !Z_ISUNDEF(retval)) { in php_filter_callback()
|
H A D | filter.c | 310 if (!Z_ISUNDEF(IF_G(a))) { \ 432 if (Z_ISUNDEF(IF_G(a))) { \ in php_sapi_filter() 552 array_ptr = !Z_ISUNDEF(IF_G(env_array)) ? &IF_G(env_array) : &PG(http_globals)[TRACK_VARS_ENV]; in php_filter_get_storage()
|
/PHP-7.1/ext/curl/ |
H A D | interface.c | 243 if (!Z_ISUNDEF(ch->handlers->std_err)) { in _php_curl_verify_handlers() 1497 } else if (!Z_ISUNDEF(retval)) { in curl_write() 1545 } else if (!Z_ISUNDEF(retval)) { in curl_fnmatch() 1600 } else if (!Z_ISUNDEF(retval)) { in curl_progress() 1664 } else if (!Z_ISUNDEF(retval)) { in curl_read() 1728 } else if (!Z_ISUNDEF(retval)) { in curl_write_header() 2035 if (!Z_ISUNDEF(source->handlers->passwd)) { in _php_setup_easy_copy_handlers() 2545 if (!Z_ISUNDEF(ch->handlers->std_err)) { in _php_curl_setopt() 3051 if (!Z_ISUNDEF(ch->handlers->std_err)) { in PHP_FUNCTION() 3480 if (!Z_ISUNDEF(ch->handlers->read->stream)) { in _php_curl_reset_handlers() [all …]
|
H A D | multi.c | 531 } else if (!Z_ISUNDEF(retval)) { in _php_server_push_callback() 575 } else if (!Z_ISUNDEF(mh->handlers->server_push->func_name)) { in _php_curl_multi_setopt() 582 if (!Z_ISUNDEF(mh->handlers->server_push->func_name)) { in _php_curl_multi_setopt()
|
/PHP-7.1/ext/pdo/ |
H A D | pdo_stmt.c | 253 if (Z_ISUNDEF(stmt->lazy_object_ref)) { in get_lazy_object() 279 if (!Z_ISUNDEF(param->parameter)) { in param_dtor() 283 if (!Z_ISUNDEF(param->driver_params)) { in param_dtor() 475 if (!Z_ISUNDEF(param.parameter)) { in PHP_METHOD() 966 if (Z_ISUNDEF(stmt->fetch.into)) { in do_fetch() 1171 } else if (!Z_ISUNDEF(retval)) { in do_fetch() 1566 if (!Z_ISUNDEF(param.parameter)) { in register_bound_param() 1605 if (!Z_ISUNDEF(param.parameter)) { in PHP_METHOD() 2388 if (!Z_ISUNDEF(I->fetch_ahead)) { in pdo_stmt_iter_dtor() 2405 if (Z_ISUNDEF(I->fetch_ahead)) { in pdo_stmt_iter_get_data() [all …]
|
/PHP-7.1/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 597 …zval *tmp_data = (*copies_param && !Z_ISUNDEF((*copies_param)[i]))? &(*copies_param)[i]: parameter; in mysqlnd_stmt_execute_prepare_param_types() 651 const zval *tmp_data = (copies && !Z_ISUNDEF(copies[i]))? &copies[i] : parameter; in mysqlnd_stmt_execute_store_types() 695 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size() 710 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size() 723 … zval *tmp_data = (*copies_param && !Z_ISUNDEF((*copies_param)[i]))? &(*copies_param)[i]: the_var; in mysqlnd_stmt_execute_calculate_param_values_size() 745 if (!*copies_param || Z_ISUNDEF((*copies_param)[i])) { in mysqlnd_stmt_execute_calculate_param_values_size() 774 data = (copies && !Z_ISUNDEF(copies[i]))? &copies[i]: parameter; in mysqlnd_stmt_execute_store_param_values()
|
/PHP-7.1/ext/spl/ |
H A D | spl_fixedarray.c | 168 if (!Z_ISUNDEF(intern->array.elements[i])) { in spl_fixedarray_object_get_properties() 335 } else if (Z_ISUNDEF(intern->array.elements[index])) { in spl_fixedarray_object_read_dimension_helper() 404 if (!Z_ISUNDEF(intern->array.elements[index])) { in spl_fixedarray_object_write_dimension_helper() 490 if (Z_ISUNDEF(intern->array.elements[index])) { in spl_fixedarray_object_has_dimension_helper() 518 if (!Z_ISUNDEF(rv)) { in spl_fixedarray_object_has_dimension() 538 if (!Z_ISUNDEF(rv)) { in spl_fixedarray_object_count_elements() 644 if (!Z_ISUNDEF(intern->array.elements[i])) { in SPL_METHOD()
|
H A D | php_spl.c | 377 if (!Z_ISUNDEF(alfi->obj)) { in autoload_func_info_dtor() 385 if (!Z_ISUNDEF(alfi->closure)) { in autoload_func_info_dtor() 418 …zend_call_method(Z_ISUNDEF(alfi->obj)? NULL : &alfi->obj, alfi->ce, ©, ZSTR_VAL(func_name), ZS… in PHP_FUNCTION() 420 …zend_call_method(Z_ISUNDEF(alfi->obj)? NULL : &alfi->obj, alfi->ce, &alfi->func_ptr, ZSTR_VAL(func… in PHP_FUNCTION() 550 if (!Z_ISUNDEF(alfi.closure)) { in PHP_FUNCTION() 600 if (!Z_ISUNDEF(alfi.closure)) { in PHP_FUNCTION() 736 if (!Z_ISUNDEF(alfi->closure)) { in PHP_FUNCTION() 743 if (!Z_ISUNDEF(alfi->obj)) { in PHP_FUNCTION()
|
H A D | spl_directory.c | 69 if (!Z_ISUNDEF(intern->u.file.current_zval)) { in spl_filesystem_file_free_line() 833 if (!Z_ISUNDEF(retval)) { in SPL_METHOD() 1646 if (!Z_ISUNDEF(iterator->intern.data)) { in spl_filesystem_dir_it_dtor() 1716 if (!Z_ISUNDEF(iterator->intern.data)) { in spl_filesystem_tree_it_dtor() 1720 if (!Z_ISUNDEF(iterator->current)) { in spl_filesystem_tree_it_dtor() 1735 if (Z_ISUNDEF(iterator->current)) { in spl_filesystem_tree_it_current_data() 1741 if (Z_ISUNDEF(iterator->current)) { in spl_filesystem_tree_it_current_data() 1780 if (!Z_ISUNDEF(iterator->current)) { in spl_filesystem_tree_it_move_forward() 1800 if (!Z_ISUNDEF(iterator->current)) { in spl_filesystem_tree_it_rewind() 2099 if (result == FAILURE || Z_ISUNDEF(retval)) { in spl_filesystem_file_call() [all …]
|
H A D | spl_observer.c | 124 if (!Z_ISUNDEF(rv)) { in spl_object_storage_get_hash() 830 if (!Z_ISUNDEF(pelement->inf)) { in SPL_METHOD() 833 if (!Z_ISUNDEF(pelement->obj)) { in SPL_METHOD() 837 element = spl_object_storage_attach(intern, getThis(), &entry, Z_ISUNDEF(inf)?NULL:&inf); in SPL_METHOD() 1091 if (!Z_ISUNDEF(retval)) { in SPL_METHOD() 1127 if (!Z_ISUNDEF(retval)) { in spl_multiple_iterator_get_all() 1140 if (Z_ISUNDEF(retval)) { in spl_multiple_iterator_get_all()
|
/PHP-7.1/ext/standard/ |
H A D | dns_win32.c | 470 if (!Z_ISUNDEF(retval) && store_results) { in PHP_FUNCTION() 478 if (!Z_ISUNDEF(retval)) { in PHP_FUNCTION() 493 if (!Z_ISUNDEF(retval)) { in PHP_FUNCTION()
|
/PHP-7.1/ext/intl/breakiterator/ |
H A D | breakiterator_iterators.cpp | 191 if (!Z_ISUNDEF(zoi_bit->zoi_cur.current)) { in _breakiterator_parts_rewind() 261 if (obj->iterator && !Z_ISUNDEF(obj->iterator->data)) { in IntlPartsIterator_get_method()
|
/PHP-7.1/ext/sqlite3/ |
H A D | sqlite3.c | 727 if (Z_ISUNDEF(agg_context->zval_context)) { in sqlite3_do_callback() 784 if (!Z_ISUNDEF(retval)) { in sqlite3_do_callback() 811 if (agg_context && !Z_ISUNDEF(agg_context->zval_context)) { in sqlite3_do_callback() 824 if (!Z_ISUNDEF(retval)) { in sqlite3_do_callback() 1478 if (!Z_ISUNDEF(param.parameter)) { in PHP_METHOD() 1517 if (!Z_ISUNDEF(param.parameter)) { in PHP_METHOD() 2105 if (!Z_ISUNDEF(func->func)) { in php_sqlite3_object_free_storage() 2108 if (!Z_ISUNDEF(func->step)) { in php_sqlite3_object_free_storage() 2111 if (!Z_ISUNDEF(func->fini)) { in php_sqlite3_object_free_storage() 2124 if (!Z_ISUNDEF(collation->cmp_func)) { in php_sqlite3_object_free_storage() [all …]
|
/PHP-7.1/Zend/ |
H A D | zend_generators.c | 243 if (EXPECTED(!Z_ISUNDEF(generator->retval))) { in zend_generator_free_storage() 661 if (Z_ISUNDEF(root->node.parent->retval)) { in zend_generator_update_current() 812 …if (UNEXPECTED((orig_generator->flags & ZEND_GENERATOR_DO_INIT) != 0 && !Z_ISUNDEF(generator->valu… in zend_generator_resume() 817 if (UNEXPECTED(!Z_ISUNDEF(generator->values))) { in zend_generator_resume() 883 …if (UNEXPECTED((generator != orig_generator && !Z_ISUNDEF(generator->retval)) || (generator->execu… in zend_generator_resume() 1108 if (Z_ISUNDEF(generator->retval)) { in ZEND_METHOD()
|
/PHP-7.1/ext/mbstring/ |
H A D | php_mbregex.c | 141 if (!Z_ISUNDEF(MBREX(search_str))) { in PHP_RSHUTDOWN_FUNCTION() 1019 !Z_ISUNDEF(retval)) { in _php_mb_regex_ereg_replace_exec() 1263 if (!Z_ISUNDEF(MBREX(search_str)) && Z_TYPE(MBREX(search_str)) == IS_STRING){ in _php_mb_regex_ereg_search_exec() 1464 …if ((position < 0) && (!Z_ISUNDEF(MBREX(search_str))) && (Z_TYPE(MBREX(search_str)) == IS_STRING))… in PHP_FUNCTION() 1468 …if (position < 0 || (!Z_ISUNDEF(MBREX(search_str)) && Z_TYPE(MBREX(search_str)) == IS_STRING && (s… in PHP_FUNCTION()
|