Lines Matching refs:NULL

101 	ZEND_TLS char *lastHint = NULL;  in get_safe_charset_hint()
102 ZEND_TLS char *lastCodeset = NULL; in get_safe_charset_hint()
112 lastCodeset = NULL; in get_safe_charset_hint()
351 char *s = NULL, *e; in php_disable_functions()
358 if (e == NULL) { in php_disable_functions()
368 s = NULL; in php_disable_functions()
389 char *s = NULL, *e; in php_disable_classes()
404 s = NULL; in php_disable_classes()
425 char *binary_location = NULL; in php_binary_init()
430 PG(php_binary) = NULL; in php_binary_init()
439 if ((envpath = getenv("PATH")) != NULL) { in php_binary_init()
441 char *last = NULL; in php_binary_init()
453 search_dir = php_strtok_r(NULL, ":", &last); in php_binary_init()
459 binary_location = NULL; in php_binary_init()
463 binary_location = NULL; in php_binary_init()
545 tmp_value = (ini_entry->orig_value ? ZSTR_VAL(ini_entry->orig_value) : NULL ); in PHP_INI_DISP()
551 tmp_value = NULL; in PHP_INI_DISP()
611 PHPAPI void (*php_internal_encoding_changed)(void) = NULL;
673 php_win32_cp_do_update(NULL); in PHP_INI_MH()
690 php_win32_cp_do_update(NULL); in PHP_INI_MH()
753 # define DEFAULT_SENDMAIL_PATH NULL
761 …PHP_INI_ENTRY_EX("highlight.comment", HL_COMMENT_COLOR, PHP_INI_ALL, NULL, php_ini_color_displa…
762 …PHP_INI_ENTRY_EX("highlight.default", HL_DEFAULT_COLOR, PHP_INI_ALL, NULL, php_ini_color_displa…
763 …PHP_INI_ENTRY_EX("highlight.html", HL_HTML_COLOR, PHP_INI_ALL, NULL, php_ini_color_displayer_…
764 …PHP_INI_ENTRY_EX("highlight.keyword", HL_KEYWORD_COLOR, PHP_INI_ALL, NULL, php_ini_color_displa…
765 …PHP_INI_ENTRY_EX("highlight.string", HL_STRING_COLOR, PHP_INI_ALL, NULL, php_ini_color_displaye…
786 …STD_PHP_INI_ENTRY("output_handler", NULL, PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateString, output…
792 …STD_PHP_INI_ENTRY("unserialize_callback_func", NULL, PHP_INI_ALL, OnUpdateString, unserialize_c…
797 …STD_PHP_INI_ENTRY("auto_append_file", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, au…
798 …STD_PHP_INI_ENTRY("auto_prepend_file", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, a…
799 …STD_PHP_INI_ENTRY("doc_root", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, doc_root, php_c…
802 …STD_PHP_INI_ENTRY("internal_encoding", NULL, PHP_INI_ALL, OnUpdateInternalEncoding, internal_en…
803 …STD_PHP_INI_ENTRY("input_encoding", NULL, PHP_INI_ALL, OnUpdateInputEncoding, input_encodin…
804 …STD_PHP_INI_ENTRY("output_encoding", NULL, PHP_INI_ALL, OnUpdateOutputEncoding, output_encod…
805 …STD_PHP_INI_ENTRY("error_log", NULL, PHP_INI_ALL, OnUpdateErrorLog, error_log, php_core_…
807 …STD_PHP_INI_ENTRY("sys_temp_dir", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, sys_temp_dir, …
810 …STD_PHP_INI_ENTRY("open_basedir", NULL, PHP_INI_ALL, OnUpdateBaseDir, open_basedir, php_co…
815 …STD_PHP_INI_ENTRY("upload_tmp_dir", NULL, PHP_INI_SYSTEM, OnUpdateStringUnempty, upload_tmp_di…
819 …STD_PHP_INI_ENTRY("user_dir", NULL, PHP_INI_SYSTEM, OnUpdateString, user_dir, php_core_g…
821 …STD_PHP_INI_ENTRY("request_order", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateString, reques…
823 …STD_PHP_INI_ENTRY("error_append_string", NULL, PHP_INI_ALL, OnUpdateString, error_append_strin…
824 …STD_PHP_INI_ENTRY("error_prepend_string", NULL, PHP_INI_ALL, OnUpdateString, error_prepend_str…
826 PHP_INI_ENTRY("SMTP", "localhost",PHP_INI_ALL, NULL)
827 PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL)
829 …STD_PHP_INI_ENTRY("mail.log", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMailLog, mail_l…
830 PHP_INI_ENTRY("browscap", NULL, PHP_INI_SYSTEM, OnChangeBrowscap)
833 PHP_INI_ENTRY("sendmail_from", NULL, PHP_INI_ALL, NULL)
834 PHP_INI_ENTRY("sendmail_path", DEFAULT_SENDMAIL_PATH, PHP_INI_SYSTEM, NULL)
835 …PHP_INI_ENTRY("mail.force_extra_parameters",NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnChangeMailFor…
836 PHP_INI_ENTRY("disable_functions", "", PHP_INI_SYSTEM, NULL)
837 PHP_INI_ENTRY("disable_classes", "", PHP_INI_SYSTEM, NULL)
838 PHP_INI_ENTRY("max_file_uploads", "20", PHP_INI_SYSTEM|PHP_INI_PERDIR, NULL)
901 if (PG(error_log) != NULL) { in php_log_err_with_severity()
985 zend_string *replace_buffer = NULL, *replace_origin = NULL; in php_verror()
986 char *buffer = NULL, *docref_buf = NULL, *target = NULL; in php_verror()
1080 docref = NULL; in php_verror()
1094 while((p = strchr(docref_buf, '_')) != NULL) { in php_verror()
1228 php_error_docref1(NULL, param1, E_WARNING, "%s (code: %lu)", buf, error); in php_win32_docref1_from_error()
1241 php_error_docref2(NULL, param1, param2, E_WARNING, "%s (code: %lu)", buf, error); in php_win32_docref2_from_error()
1313 PG(last_error_message) = NULL; in php_error_cb()
1318 PG(last_error_file) = NULL; in php_error_cb()
1537 struct passwd *retpwptr = NULL; in php_get_current_user()
1549 if (retpwptr == NULL) { in php_get_current_user()
1555 if ((pwd=getpwuid(pstat->st_uid))==NULL) { in php_get_current_user()
1651 php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in php_stream_open_for_zend_ex()
1679 PG(last_error_message) = NULL; in php_free_request_globals()
1683 PG(last_error_file) = NULL; in php_free_request_globals()
1687 PG(php_sys_temp_dir) = NULL; in php_free_request_globals()
1704 …php_error_docref(NULL, E_WARNING, "Failed opening '%s' for highlighting", php_strip_url_passwd((ch… in php_message_handler_for_zend()
1800 while (waitpid(-1, NULL, WNOHANG) > 0); in sigchld_handler()
1872 …php_output_start_user(NULL, PG(output_buffering) > 1 ? PG(output_buffering) : 0, PHP_OUTPUT_HANDLE… in php_request_startup()
1906 EG(current_execute_data) = NULL; in php_request_shutdown()
2024 if (CoInitialize(NULL) == S_OK) { in php_com_initialize()
2083 if (zend_register_internal_module(*ptr)==NULL) { in php_register_extensions()
2102 if (zend_register_internal_module(ptr++) == NULL) { in php_register_extensions_bc()
2161 if (old_invalid_parameter_handler != NULL) { in php_module_startup()
2252 le_index_ptr = zend_register_list_destructors_ex(NULL, NULL, "index pointer", 0); in php_module_startup()
2394 …if ((module = zend_hash_str_find_ptr(&module_registry, "standard", sizeof("standard")-1)) != NULL)… in php_module_startup()
2396 zend_register_functions(NULL, sapi_module.additional_functions, NULL, MODULE_PERSISTENT); in php_module_startup()
2397 EG(current_module) = NULL; in php_module_startup()
2406 if ((module = zend_hash_str_find_ptr(&module_registry, "core", sizeof("core")-1)) != NULL) { in php_module_startup()
2431 NULL in php_module_startup()
2454 NULL in php_module_startup()
2565 zend_post_shutdown_cb = NULL; in php_module_shutdown()
2579 if (old_invalid_parameter_handler == NULL) { in php_module_shutdown()
2633 primary_file->opened_path == NULL && in php_execute_script()
2646 prepend_file_p = NULL; in php_execute_script()
2653 append_file_p = NULL; in php_execute_script()
2669 if (zend_execute_scripts(ZEND_REQUIRE, NULL, 1, prepend_file_p) == SUCCESS) { in php_execute_script()
2671 retval = (zend_execute_scripts(ZEND_REQUIRE, NULL, 2, primary_file, append_file_p) == SUCCESS); in php_execute_script()
2674 …retval = (zend_execute_scripts(ZEND_REQUIRE, NULL, 3, prepend_file_p, primary_file, append_file_p)… in php_execute_script()
2755 size_t auth_len = auth != NULL ? strlen(auth) : 0; in php_handle_auth_data()
2775 SG(request_info).auth_user = SG(request_info).auth_password = NULL; in php_handle_auth_data()
2777 SG(request_info).auth_digest = NULL; in php_handle_auth_data()
2786 SG(request_info).auth_digest = NULL; in php_handle_auth_data()
2844 int ret = tsrm_startup(1, 1, 0, NULL); in php_tsrm_startup()