NULL               46 TSRM/TSRM.c    static tsrm_tls_entry	**tsrm_tls_table=NULL;
NULL               51 TSRM/TSRM.c    static tsrm_resource_type	*resource_types_table=NULL;
NULL               83 TSRM/TSRM.c    			return NULL;																								\
NULL              119 TSRM/TSRM.c    # define tsrm_tls_get()			NULL
NULL              155 TSRM/TSRM.c    		tsrm_tls_table = NULL;
NULL              161 TSRM/TSRM.c    	tsrm_new_thread_begin_handler = tsrm_new_thread_end_handler = NULL;
NULL              195 TSRM/TSRM.c    		tsrm_tls_table = NULL;
NULL              199 TSRM/TSRM.c    		resource_types_table=NULL;
NULL              202 TSRM/TSRM.c    	tsmm_mutex = NULL;
NULL              280 TSRM/TSRM.c    	(*thread_resources_ptr)->storage = NULL;
NULL              286 TSRM/TSRM.c    	(*thread_resources_ptr)->next = NULL;
NULL              296 TSRM/TSRM.c    			(*thread_resources_ptr)->storage[i] = NULL;
NULL              455 TSRM/TSRM.c    	tsrm_tls_entry *last=NULL;
NULL              497 TSRM/TSRM.c    	tsrm_tls_entry *last=NULL;
NULL              556 TSRM/TSRM.c    					p->storage[j] = NULL;
NULL              592 TSRM/TSRM.c    	return find_thread(NULL);
NULL              609 TSRM/TSRM.c    	pthread_mutex_init(mutexp,NULL);
NULL              668 TSRM/TSRM.c    	if (pth_mutex_acquire(mutexp, 0, NULL)) {
NULL              112 TSRM/TSRM.h    #define ts_resource(id)			ts_resource_ex(id, NULL)
NULL              174 TSRM/TSRM.h    #define TSRMLS_CACHE_DEFINE() TSRM_TLS void *TSRMLS_CACHE = NULL;
NULL               55 TSRM/tsrm_nw.c 	char *command = NULL, *argv[MAX_ARGS] = {'\0'}, **env = NULL;
NULL               57 TSRM/tsrm_nw.c 	char *filePath = NULL;
NULL               58 TSRM/tsrm_nw.c 	char *ptr = NULL;
NULL               60 TSRM/tsrm_nw.c 	FILE *stream = NULL;
NULL               74 TSRM/tsrm_nw.c 		return NULL;
NULL               79 TSRM/tsrm_nw.c 		return NULL;
NULL               95 TSRM/tsrm_nw.c 		return NULL;
NULL              100 TSRM/tsrm_nw.c 		return NULL;
NULL              104 TSRM/tsrm_nw.c 		return NULL;
NULL              111 TSRM/tsrm_nw.c 		return NULL;
NULL              118 TSRM/tsrm_nw.c 		return NULL;
NULL              123 TSRM/tsrm_nw.c 		return NULL;
NULL              127 TSRM/tsrm_nw.c 	ptr = tsrm_strtok_r((char*)commandline, WHITESPACE, NULL);
NULL              133 TSRM/tsrm_nw.c 		return NULL;
NULL              138 TSRM/tsrm_nw.c 	ptr = tsrm_strtok_r(NULL, WHITESPACE, NULL);
NULL              153 TSRM/tsrm_nw.c 			return NULL;
NULL              158 TSRM/tsrm_nw.c 		ptr = tsrm_strtok_r(NULL, WHITESPACE, NULL);
NULL              177 TSRM/tsrm_nw.c 	envSpec.esStdin.ssPathCtx = NULL;
NULL              178 TSRM/tsrm_nw.c 	envSpec.esStdout.ssPathCtx = NULL;
NULL              179 TSRM/tsrm_nw.c 	envSpec.esStderr.ssPathCtx = NULL;
NULL              197 TSRM/tsrm_nw.c 	nameSpec.ssPathCtx = NULL;  /* Not used */
NULL               21 TSRM/tsrm_strtok_r.c 	if (s == NULL) {
NULL               29 TSRM/tsrm_strtok_r.c 		return NULL;
NULL               57 TSRM/tsrm_strtok_r.c 		token = tsrm_strtok_r(NULL, "/\\", &last);
NULL               48 TSRM/tsrm_win32.c 	globals->process = NULL;
NULL               49 TSRM/tsrm_win32.c 	globals->shm	 = NULL;
NULL               62 TSRM/tsrm_win32.c 	globals->impersonation_token_sid = NULL;
NULL              112 TSRM/tsrm_win32.c 	TCHAR *ptcSid = NULL;
NULL              113 TSRM/tsrm_win32.c 	char *bucket_key = NULL;
NULL              121 TSRM/tsrm_win32.c 			return NULL;
NULL              128 TSRM/tsrm_win32.c 		return NULL;
NULL              136 TSRM/tsrm_win32.c 		return NULL;
NULL              150 TSRM/tsrm_win32.c 	PTOKEN_USER pTokenUser = NULL;
NULL              152 TSRM/tsrm_win32.c 	PSID pResultSid = NULL;
NULL              162 TSRM/tsrm_win32.c 		if (pTokenUser == NULL) {
NULL              191 TSRM/tsrm_win32.c 	if (pTokenUser != NULL) {
NULL              194 TSRM/tsrm_win32.c 	return NULL;
NULL              200 TSRM/tsrm_win32.c 	HANDLE thread_token = NULL;
NULL              208 TSRM/tsrm_win32.c 	BYTE * psec_desc = NULL;
NULL              211 TSRM/tsrm_win32.c 	realpath_cache_bucket * bucket = NULL;
NULL              212 TSRM/tsrm_win32.c 	char * real_path = NULL;
NULL              220 TSRM/tsrm_win32.c 			if(tsrm_realpath(pathname, real_path) == NULL) {
NULL              250 TSRM/tsrm_win32.c 					 TWG(impersonation_token) = NULL;
NULL              262 TSRM/tsrm_win32.c 			TWG(impersonation_token_sid) = NULL;
NULL              285 TSRM/tsrm_win32.c 			if(bucket == NULL && real_path == NULL) {
NULL              289 TSRM/tsrm_win32.c 				if(tsrm_realpath(pathname, real_path) != NULL) {
NULL              298 TSRM/tsrm_win32.c 			if(bucket != NULL && bucket->is_rvalid) {
NULL              304 TSRM/tsrm_win32.c 			if(bucket != NULL && bucket->is_wvalid) {
NULL              310 TSRM/tsrm_win32.c 			if(bucket != NULL && bucket->is_rvalid) {
NULL              316 TSRM/tsrm_win32.c 			if(bucket != NULL && bucket->is_rvalid && bucket->is_wvalid) {
NULL              323 TSRM/tsrm_win32.c 		if(TWG(impersonation_token) == NULL) {
NULL              328 TSRM/tsrm_win32.c 		if(GetFileSecurity(pathname, sec_info, NULL, 0, &sec_desc_length)) {
NULL              333 TSRM/tsrm_win32.c 		if(psec_desc == NULL ||
NULL              345 TSRM/tsrm_win32.c 		if(bucket != NULL) {
NULL              362 TSRM/tsrm_win32.c 		if(psec_desc != NULL) {
NULL              364 TSRM/tsrm_win32.c 			psec_desc = NULL;
NULL              368 TSRM/tsrm_win32.c 		if(thread_token != NULL) {
NULL              371 TSRM/tsrm_win32.c 		if(real_path != NULL) {
NULL              373 TSRM/tsrm_win32.c 			real_path = NULL;
NULL              402 TSRM/tsrm_win32.c 	if (newptr == NULL) {
NULL              403 TSRM/tsrm_win32.c 		return NULL;
NULL              433 TSRM/tsrm_win32.c 	if (newptr == NULL) {
NULL              434 TSRM/tsrm_win32.c 		return NULL;
NULL              447 TSRM/tsrm_win32.c 		return NULL;
NULL              455 TSRM/tsrm_win32.c 	return popen_ex(command, type, NULL, NULL);
NULL              460 TSRM/tsrm_win32.c 	FILE *stream = NULL;
NULL              472 TSRM/tsrm_win32.c 	HANDLE thread_token = NULL;
NULL              473 TSRM/tsrm_win32.c 	HANDLE token_user = NULL;
NULL              477 TSRM/tsrm_win32.c 		return NULL;
NULL              483 TSRM/tsrm_win32.c 		return NULL;
NULL              488 TSRM/tsrm_win32.c 			return NULL;
NULL              495 TSRM/tsrm_win32.c 	security.lpSecurityDescriptor	= NULL;
NULL              498 TSRM/tsrm_win32.c 		return NULL;
NULL              538 TSRM/tsrm_win32.c 		return NULL;
NULL              543 TSRM/tsrm_win32.c 		res = CreateProcessAsUser(token_user, NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &startup, &process);
NULL              546 TSRM/tsrm_win32.c 		res = CreateProcess(NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &startup, &process);
NULL              551 TSRM/tsrm_win32.c 		return NULL;
NULL              555 TSRM/tsrm_win32.c 	proc = process_get(NULL);
NULL              576 TSRM/tsrm_win32.c 	if ((process = process_get(stream)) == NULL) {
NULL              585 TSRM/tsrm_win32.c 	process->stream = NULL;
NULL              610 TSRM/tsrm_win32.c 			shm_handle	= CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, size, shm_segment);
NULL              611 TSRM/tsrm_win32.c 			info_handle	= CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, sizeof(shm->descriptor), shm_info);
NULL              629 TSRM/tsrm_win32.c 	shm = shm_get(key, NULL);
NULL              637 TSRM/tsrm_win32.c 	shm->descriptor = MapViewOfFileEx(shm->info, FILE_MAP_ALL_ACCESS, 0, 0, 0, NULL);
NULL              639 TSRM/tsrm_win32.c 	if (NULL != shm->descriptor && created) {
NULL              642 TSRM/tsrm_win32.c 		shm->descriptor->shm_ctime		= time(NULL);
NULL              653 TSRM/tsrm_win32.c 	if (NULL != shm->descriptor && (shm->descriptor->shm_perm.key != key || size > shm->descriptor->shm_segsz)) {
NULL              654 TSRM/tsrm_win32.c 		if (NULL != shm->segment) {
NULL              667 TSRM/tsrm_win32.c 	shm_pair *shm = shm_get(key, NULL);
NULL              673 TSRM/tsrm_win32.c 	shm->descriptor->shm_atime = time(NULL);
NULL              677 TSRM/tsrm_win32.c 	shm->addr = MapViewOfFileEx(shm->segment, FILE_MAP_ALL_ACCESS, 0, 0, 0, NULL);
NULL              690 TSRM/tsrm_win32.c 	shm->descriptor->shm_dtime = time(NULL);
NULL              698 TSRM/tsrm_win32.c 	shm_pair *shm = shm_get(key, NULL);
NULL              710 TSRM/tsrm_win32.c 			shm->descriptor->shm_ctime		= time(NULL);
NULL              729 TSRM/tsrm_win32.c 	int ret = GetFullPathName(orig_path, _MAX_PATH, buffer, NULL);
NULL              731 TSRM/tsrm_win32.c 		return NULL;
NULL              753 TSRM/tsrm_win32.c 	hFile = CreateFile(filename, GENERIC_WRITE, FILE_SHARE_WRITE|FILE_SHARE_READ, NULL,
NULL              754 TSRM/tsrm_win32.c 				 OPEN_ALWAYS, FILE_FLAG_BACKUP_SEMANTICS, NULL);
NULL              775 TSRM/tsrm_win32.c 	if (!SetFileTime(hFile, NULL, &atime, &mtime)) {
NULL               48 Zend/zend.c    ZEND_API zend_class_entry *zend_standard_class_def = NULL;
NULL               98 Zend/zend.c    	return zend_multibyte_set_script_encoding_by_string(new_value ? ZSTR_VAL(new_value) : NULL, new_value ? ZSTR_LEN(new_value) : 0);
NULL              131 Zend/zend.c    	ZEND_INI_ENTRY("error_reporting",				NULL,		ZEND_INI_ALL,		OnUpdateErrorReporting)
NULL              135 Zend/zend.c     	ZEND_INI_ENTRY("zend.script_encoding",			NULL,		ZEND_INI_ALL,		OnUpdateScriptEncoding)
NULL              146 Zend/zend.c    static HashTable *global_function_table = NULL;
NULL              147 Zend/zend.c    static HashTable *global_class_table = NULL;
NULL              148 Zend/zend.c    static HashTable *global_constants_table = NULL;
NULL              149 Zend/zend.c    static HashTable *global_auto_globals_table = NULL;
NULL              150 Zend/zend.c    static HashTable *global_persistent_list = NULL;
NULL              294 Zend/zend.c    			HashTable *properties = NULL;
NULL              359 Zend/zend.c    				if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) {
NULL              480 Zend/zend.c    	compiler_globals->compiled_filename = NULL;
NULL              483 Zend/zend.c    	zend_hash_init_ex(compiler_globals->function_table, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0);
NULL              487 Zend/zend.c    	zend_hash_init_ex(compiler_globals->class_table, 64, NULL, ZEND_CLASS_DTOR, 1, 0);
NULL              493 Zend/zend.c    	zend_hash_init_ex(compiler_globals->auto_globals, 8, NULL, auto_global_dtor, 1, 0);
NULL              500 Zend/zend.c    		compiler_globals->static_members_table = NULL;
NULL              502 Zend/zend.c    	compiler_globals->script_encoding_list = NULL;
NULL              549 Zend/zend.c    	executor_globals->in_autoload = NULL;
NULL              550 Zend/zend.c    	executor_globals->current_execute_data = NULL;
NULL              551 Zend/zend.c    	executor_globals->current_module = NULL;
NULL              556 Zend/zend.c    	executor_globals->saved_fpu_cw_ptr = NULL;
NULL              558 Zend/zend.c    	executor_globals->bailout = NULL;
NULL              560 Zend/zend.c    	executor_globals->exception_class = NULL;
NULL              561 Zend/zend.c    	executor_globals->exception = NULL;
NULL              562 Zend/zend.c    	executor_globals->objects_store.object_buckets = NULL;
NULL              687 Zend/zend.c    	zend_execute_internal = NULL;
NULL              690 Zend/zend.c    	zend_throw_exception_hook = NULL;
NULL              706 Zend/zend.c    	zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 1024, NULL, ZEND_FUNCTION_DTOR, 1, 0);
NULL              707 Zend/zend.c    	zend_hash_init_ex(GLOBAL_CLASS_TABLE, 64, NULL, ZEND_CLASS_DTOR, 1, 0);
NULL              708 Zend/zend.c    	zend_hash_init_ex(GLOBAL_AUTO_GLOBALS_TABLE, 8, NULL, auto_global_dtor, 1, 0);
NULL              709 Zend/zend.c    	zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 128, NULL, ZEND_CONSTANT_DTOR, 1, 0);
NULL              711 Zend/zend.c    	zend_hash_init_ex(&module_registry, 32, NULL, module_destructor_zval, 1, 0);
NULL              717 Zend/zend.c    	ts_allocate_id(&language_scanner_globals_id, sizeof(zend_php_scanner_globals), (ts_allocate_ctor) php_scanner_globals_ctor, NULL);
NULL              718 Zend/zend.c    	ts_allocate_id(&ini_scanner_globals_id, sizeof(zend_ini_scanner_globals), (ts_allocate_ctor) ini_scanner_globals_ctor, NULL);
NULL              862 Zend/zend.c    	GLOBAL_FUNCTION_TABLE = NULL;
NULL              863 Zend/zend.c    	GLOBAL_CLASS_TABLE = NULL;
NULL              864 Zend/zend.c    	GLOBAL_AUTO_GLOBALS_TABLE = NULL;
NULL              865 Zend/zend.c    	GLOBAL_CONSTANTS_TABLE = NULL;
NULL              901 Zend/zend.c    	CG(active_class_entry) = NULL;
NULL              903 Zend/zend.c    	EG(current_execute_data) = NULL;
NULL              960 Zend/zend.c    	EG(current_execute_data) = NULL;
NULL             1009 Zend/zend.c    		return NULL;
NULL             1018 Zend/zend.c    			CG(stack).elements = NULL; \
NULL             1067 Zend/zend.c    				opline = NULL;
NULL             1076 Zend/zend.c    				EG(exception) = NULL;
NULL             1090 Zend/zend.c    			error_filename = NULL;
NULL             1112 Zend/zend.c    					error_filename = NULL;
NULL             1118 Zend/zend.c    				error_filename = NULL;
NULL             1123 Zend/zend.c    			error_filename = NULL;
NULL             1216 Zend/zend.c    				CG(active_class_entry) = NULL;
NULL             1222 Zend/zend.c    			if (call_user_function_ex(CG(function_table), NULL, &orig_user_error_handler, &retval, 5, params, 1, NULL) == SUCCESS) {
NULL             1300 Zend/zend.c    	char *message = NULL;
NULL             1329 Zend/zend.c    	char *message = NULL;
NULL             1341 Zend/zend.c    	char *message = NULL;
NULL             1389 Zend/zend.c    			EG(exception) = NULL;
NULL             1393 Zend/zend.c    			if (call_user_function_ex(CG(function_table), NULL, &orig_user_exception_handler, &retval2, 1, params, 1, NULL) == SUCCESS) {
NULL             1397 Zend/zend.c    					EG(exception) = NULL;
NULL              237 Zend/zend.h    #define zend_first_try		EG(bailout)=NULL;	zend_try
NULL              223 Zend/zend_API.c 		NULL
NULL              265 Zend/zend_API.c 		*pce = NULL;
NULL              278 Zend/zend_API.c 			*pce = NULL;
NULL              525 Zend/zend_API.c 				zend_bool *is_null = NULL;
NULL              540 Zend/zend_API.c 				zend_bool *is_null = NULL;
NULL              593 Zend/zend_API.c 				zend_bool *is_null = NULL;
NULL              641 Zend/zend_API.c 				if (!zend_parse_arg_object(arg, p, NULL, check_null)) {
NULL              668 Zend/zend_API.c 					*pce = NULL;
NULL              672 Zend/zend_API.c 				if ((lookup = zend_lookup_class(Z_STR_P(arg))) == NULL) {
NULL              673 Zend/zend_API.c 					*pce = NULL;
NULL              681 Zend/zend_API.c 						*pce = NULL;
NULL              699 Zend/zend_API.c 				char *is_callable_error = NULL;
NULL              707 Zend/zend_API.c 				if (zend_fcall_info_init(arg, 0, fci, fcc, NULL, &is_callable_error) == SUCCESS) {
NULL              745 Zend/zend_API.c 	return NULL;
NULL              751 Zend/zend_API.c 	const char *expected_type = NULL;
NULL              752 Zend/zend_API.c 	char *error = NULL;
NULL              814 Zend/zend_API.c 	zval **varargs = NULL;
NULL              815 Zend/zend_API.c 	int *n_varargs = NULL;
NULL              920 Zend/zend_API.c 				*varargs = NULL;
NULL              930 Zend/zend_API.c 				*varargs = NULL;
NULL              995 Zend/zend_API.c 	zend_bool is_method = EG(current_execute_data)->func->common.scope != NULL;
NULL             1082 Zend/zend_API.c 			obj_ht->write_property(obj, &member, value, NULL);
NULL             1156 Zend/zend_API.c 							if (UNEXPECTED(zval_update_constant_ex(val, 1, NULL) != SUCCESS)) {
NULL             1188 Zend/zend_API.c 		object->properties = NULL;
NULL             1281 Zend/zend_API.c 			zend_throw_error(NULL, "Cannot instantiate interface %s", ZSTR_VAL(class_type->name));
NULL             1283 Zend/zend_API.c 			zend_throw_error(NULL, "Cannot instantiate trait %s", ZSTR_VAL(class_type->name));
NULL             1285 Zend/zend_API.c 			zend_throw_error(NULL, "Cannot instantiate abstract class %s", ZSTR_VAL(class_type->name));
NULL             1288 Zend/zend_API.c 		Z_OBJ_P(arg) = NULL;
NULL             1295 Zend/zend_API.c 			Z_OBJ_P(arg) = NULL;
NULL             1300 Zend/zend_API.c 	if (class_type->create_object == NULL) {
NULL             1665 Zend/zend_API.c 			result = NULL;
NULL             1686 Zend/zend_API.c 	Z_OBJ_HANDLER_P(arg, write_property)(arg, &z_key, &tmp, NULL);
NULL             1700 Zend/zend_API.c 	Z_OBJ_HANDLER_P(arg, write_property)(arg, &z_key, &tmp, NULL);
NULL             1714 Zend/zend_API.c 	Z_OBJ_HANDLER_P(arg, write_property)(arg, &z_key, &tmp, NULL);
NULL             1728 Zend/zend_API.c 	Z_OBJ_HANDLER_P(arg, write_property)(arg, &z_key, &tmp, NULL);
NULL             1742 Zend/zend_API.c 	Z_OBJ_HANDLER_P(arg, write_property)(arg, &z_key, &tmp, NULL);
NULL             1756 Zend/zend_API.c 	Z_OBJ_HANDLER_P(arg, write_property)(arg, &z_key, &tmp, NULL);
NULL             1770 Zend/zend_API.c 	Z_OBJ_HANDLER_P(arg, write_property)(arg, &z_key, &tmp, NULL);
NULL             1784 Zend/zend_API.c 	Z_OBJ_HANDLER_P(arg, write_property)(arg, &z_key, &tmp, NULL);
NULL             1796 Zend/zend_API.c 	Z_OBJ_HANDLER_P(arg, write_property)(arg, &z_key, value, NULL);
NULL             1824 Zend/zend_API.c 				if ((req_mod = zend_hash_find_ptr(&module_registry, lcname)) == NULL || !req_mod->module_started) {
NULL             1851 Zend/zend_API.c 			EG(current_module) = NULL;
NULL             1854 Zend/zend_API.c 		EG(current_module) = NULL;
NULL             1929 Zend/zend_API.c 	module_request_startup_handlers[startup_count] = NULL;
NULL             1931 Zend/zend_API.c 	module_request_shutdown_handlers[shutdown_count] = NULL;
NULL             1933 Zend/zend_API.c 	module_post_deactivate_handlers[post_deactivate_count] = NULL;
NULL             1959 Zend/zend_API.c 	class_cleanup_handlers[class_count] = NULL;
NULL             1974 Zend/zend_API.c 	zend_hash_sort_ex(&module_registry, zend_sort_modules, NULL, 0);
NULL             1995 Zend/zend_API.c 		return NULL;
NULL             2016 Zend/zend_API.c 					return NULL;
NULL             2028 Zend/zend_API.c 	if ((module_ptr = zend_hash_add_mem(&module_registry, lcname, module, sizeof(zend_module_entry))) == NULL) {
NULL             2031 Zend/zend_API.c 		return NULL;
NULL             2037 Zend/zend_API.c 	if (module->functions && zend_register_functions(NULL, module->functions, NULL, module->type)==FAILURE) {
NULL             2038 Zend/zend_API.c 		EG(current_module) = NULL;
NULL             2040 Zend/zend_API.c 		return NULL;
NULL             2043 Zend/zend_API.c 	EG(current_module) = NULL;
NULL             2129 Zend/zend_API.c 	zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL, *__debugInfo = NULL;
NULL             2132 Zend/zend_API.c 	const char *lc_class_name = NULL;
NULL             2164 Zend/zend_API.c 		internal_function->prototype = NULL;
NULL             2207 Zend/zend_API.c 			internal_function->arg_info = NULL;
NULL             2246 Zend/zend_API.c 		if (zend_hash_add_ptr(target_function_table, lowercase_name, reg_function) == NULL) {
NULL             2302 Zend/zend_API.c 				reg_function = NULL;
NULL             2458 Zend/zend_API.c 	if ((module = zend_register_internal_module(module)) != NULL && zend_startup_module_ex(module) == SUCCESS) {
NULL             2523 Zend/zend_API.c 		zend_unregister_functions(module->functions, -1, NULL);
NULL             2569 Zend/zend_API.c 	EG(current_execute_data) = NULL; /* we're no longer executing anything */
NULL             2781 Zend/zend_API.c 		func->arg_info = NULL;
NULL             2820 Zend/zend_API.c 	INIT_CLASS_ENTRY_INIT_METHODS((*disabled_class), disabled_class_new, NULL, NULL, NULL, NULL, NULL);
NULL             2878 Zend/zend_API.c 	} else if ((ce = zend_lookup_class_ex(name, NULL, 1)) != NULL) {
NULL             2885 Zend/zend_API.c 		scope = ex ? ex->func->common.scope : NULL;
NULL             2925 Zend/zend_API.c 		*error = NULL;
NULL             2928 Zend/zend_API.c 	fcc->calling_scope = NULL;
NULL             2929 Zend/zend_API.c 	fcc->function_handler = NULL;
NULL             2942 Zend/zend_API.c 		if (EXPECTED((fcc->function_handler = zend_hash_find_ptr(EG(function_table), lmname)) != NULL)) {
NULL             2955 Zend/zend_API.c 			if ((fcc->function_handler = zend_hash_find_ptr(EG(function_table), lmname)) != NULL) {
NULL             2967 Zend/zend_API.c 	if ((colon = zend_memrchr(Z_STRVAL_P(callable), ':', Z_STRLEN_P(callable))) != NULL &&
NULL             3025 Zend/zend_API.c 	} else if ((fcc->function_handler = zend_hash_find_ptr(ftable, lmname)) != NULL) {
NULL             3032 Zend/zend_API.c 			if ((priv_fbc = zend_hash_find_ptr(&EG(scope)->function_table, lmname)) != NULL
NULL             3045 Zend/zend_API.c 					fcc->function_handler = NULL;
NULL             3051 Zend/zend_API.c 					fcc->function_handler = NULL;
NULL             3064 Zend/zend_API.c 				fcc->function_handler = fcc->object->handlers->get_method(&fcc->object, mname, NULL);
NULL             3085 Zend/zend_API.c 				fcc->function_handler = zend_std_get_static_method(fcc->calling_scope, mname, NULL);
NULL             3108 Zend/zend_API.c 					zend_throw_error(NULL, "Cannot call abstract method %s::%s()", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name));
NULL             3132 Zend/zend_API.c 						zend_throw_error(NULL, "Non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb);
NULL             3188 Zend/zend_API.c 		*callable_name = NULL;
NULL             3190 Zend/zend_API.c 	if (fcc == NULL) {
NULL             3194 Zend/zend_API.c 		*error = NULL;
NULL             3198 Zend/zend_API.c 	fcc->calling_scope = NULL;
NULL             3199 Zend/zend_API.c 	fcc->called_scope = NULL;
NULL             3200 Zend/zend_API.c 	fcc->function_handler = NULL;
NULL             3201 Zend/zend_API.c 	fcc->object = NULL;
NULL             3249 Zend/zend_API.c 				zval *method = NULL;
NULL             3250 Zend/zend_API.c 				zval *obj = NULL;
NULL             3259 Zend/zend_API.c 					if (obj == NULL || method == NULL) {
NULL             3383 Zend/zend_API.c 	return zend_is_callable_ex(callable, NULL, check_flags, callable_name, NULL, NULL);
NULL             3391 Zend/zend_API.c 	if (zend_is_callable_ex(callable, NULL, IS_CALLABLE_STRICT, callable_name, &fcc, NULL)) {
NULL             3415 Zend/zend_API.c 	if (!zend_is_callable_ex(callable, NULL, check_flags, callable_name, fcc, error)) {
NULL             3423 Zend/zend_API.c 	fci->retval = NULL;
NULL             3425 Zend/zend_API.c 	fci->params = NULL;
NULL             3427 Zend/zend_API.c 	fci->symbol_table = NULL;
NULL             3445 Zend/zend_API.c 			fci->params = NULL;
NULL             3457 Zend/zend_API.c 	fci->params = NULL;
NULL             3506 Zend/zend_API.c 	return zend_fcall_info_args_ex(fci, NULL, args);
NULL             3573 Zend/zend_API.c 	zval retval, *org_params = NULL;
NULL             3603 Zend/zend_API.c 	return module ? module->version : NULL;
NULL             3627 Zend/zend_API.c 		if ((property_info_ptr = zend_hash_find_ptr(&ce->properties_info, name)) != NULL &&
NULL             3641 Zend/zend_API.c 		if ((property_info_ptr = zend_hash_find_ptr(&ce->properties_info, name)) != NULL &&
NULL             3686 Zend/zend_API.c 	int ret = zend_declare_property_ex(ce, key, property, access_type, NULL);
NULL             3818 Zend/zend_API.c 	Z_OBJ_HT_P(object)->write_property(object, &property, value, NULL);
NULL             3835 Zend/zend_API.c 	Z_OBJ_HT_P(object)->write_property(object, &property, value, NULL);
NULL             4014 Zend/zend_API.c 	value = Z_OBJ_HT_P(object)->read_property(object, &property, silent?BP_VAR_IS:BP_VAR_R, NULL, rv);
NULL             4055 Zend/zend_API.c 	EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL;
NULL             4088 Zend/zend_API.c 	EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL;
NULL               84 Zend/zend_API.h #define ZEND_ABSTRACT_ME(classname, name, arg_info)	ZEND_FENTRY(name, NULL, arg_info, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
NULL              100 Zend/zend_API.h #define ZEND_FE_END            { NULL, NULL, NULL, 0, 0 }
NULL              102 Zend/zend_API.h #define ZEND_ARG_INFO(pass_by_ref, name)                             { #name, NULL, 0, pass_by_ref, 0, 0 },
NULL              103 Zend/zend_API.h #define ZEND_ARG_PASS_INFO(pass_by_ref)                              { NULL,  NULL, 0, pass_by_ref, 0, 0 },
NULL              105 Zend/zend_API.h #define ZEND_ARG_ARRAY_INFO(pass_by_ref, name, allow_null)           { #name, NULL, IS_ARRAY, pass_by_ref, allow_null, 0 },
NULL              106 Zend/zend_API.h #define ZEND_ARG_CALLABLE_INFO(pass_by_ref, name, allow_null)        { #name, NULL, IS_CALLABLE, pass_by_ref, allow_null, 0 },
NULL              107 Zend/zend_API.h #define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, NULL, type_hint, pass_by_ref, allow_null, 0 },
NULL              108 Zend/zend_API.h #define ZEND_ARG_VARIADIC_INFO(pass_by_ref, name)                    { #name, NULL, 0, pass_by_ref, 0, 1 },
NULL              119 Zend/zend_API.h 		{ (const char*)(zend_uintptr_t)(required_num_args), NULL, 0, return_reference, 0, 0 },
NULL              179 Zend/zend_API.h 	INIT_OVERLOADED_CLASS_ENTRY(class_container, class_name, functions, NULL, NULL, NULL)
NULL              182 Zend/zend_API.h 	INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, class_name, class_name_len, functions, NULL, NULL, NULL, NULL, NULL)
NULL              194 Zend/zend_API.h 		class_container.constructor = NULL;						\
NULL              195 Zend/zend_API.h 		class_container.destructor = NULL;						\
NULL              196 Zend/zend_API.h 		class_container.clone = NULL;							\
NULL              197 Zend/zend_API.h 		class_container.serialize = NULL;						\
NULL              198 Zend/zend_API.h 		class_container.unserialize = NULL;						\
NULL              199 Zend/zend_API.h 		class_container.create_object = NULL;					\
NULL              200 Zend/zend_API.h 		class_container.interface_gets_implemented = NULL;		\
NULL              201 Zend/zend_API.h 		class_container.get_static_method = NULL;				\
NULL              203 Zend/zend_API.h 		class_container.__callstatic = NULL;					\
NULL              204 Zend/zend_API.h 		class_container.__tostring = NULL;						\
NULL              209 Zend/zend_API.h 		class_container.__debugInfo = NULL;					\
NULL              210 Zend/zend_API.h 		class_container.serialize_func = NULL;					\
NULL              211 Zend/zend_API.h 		class_container.unserialize_func = NULL;				\
NULL              212 Zend/zend_API.h 		class_container.serialize = NULL;						\
NULL              213 Zend/zend_API.h 		class_container.unserialize = NULL;						\
NULL              214 Zend/zend_API.h 		class_container.parent = NULL;							\
NULL              216 Zend/zend_API.h 		class_container.traits = NULL;							\
NULL              218 Zend/zend_API.h 		class_container.trait_aliases = NULL;					\
NULL              219 Zend/zend_API.h 		class_container.trait_precedences = NULL;				\
NULL              220 Zend/zend_API.h 		class_container.interfaces = NULL;						\
NULL              221 Zend/zend_API.h 		class_container.get_iterator = NULL;					\
NULL              222 Zend/zend_API.h 		class_container.iterator_funcs.funcs = NULL;			\
NULL              223 Zend/zend_API.h 		class_container.info.internal.module = NULL;			\
NULL              228 Zend/zend_API.h 	INIT_OVERLOADED_CLASS_ENTRY_EX(class_container, class_name, sizeof(class_name)-1, functions, handle_fcall, handle_propget, handle_propset, NULL, NULL)
NULL              361 Zend/zend_API.h #define getThis()							(Z_OBJ(EX(This)) ? &EX(This) : NULL)
NULL              362 Zend/zend_API.h #define ZEND_IS_METHOD_CALL()				(EX(func)->common.scope != NULL)
NULL              647 Zend/zend_API.h #define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p)->get_properties((p)) : NULL)))
NULL              713 Zend/zend_API.h 		zval *_real_arg, *_arg = NULL; \
NULL              715 Zend/zend_API.h 		char *_error = NULL; \
NULL              851 Zend/zend_API.h 		} else if (UNEXPECTED(_error != NULL)) { \
NULL              909 Zend/zend_API.h 		if (UNEXPECTED(!zend_parse_arg_object(_arg, &dest, NULL, check_null))) { \
NULL             1030 Zend/zend_API.h 			dest = NULL; \
NULL             1113 Zend/zend_API.h 		*dest = NULL;
NULL             1128 Zend/zend_API.h 		*dest = NULL;
NULL             1154 Zend/zend_API.h 		*dest = NULL;
NULL             1169 Zend/zend_API.h 		*dest = NULL;
NULL             1183 Zend/zend_API.h 		*dest = NULL;
NULL             1196 Zend/zend_API.h 		*dest = NULL;
NULL             1208 Zend/zend_API.h 		*dest = NULL;
NULL             1220 Zend/zend_API.h 		*error = NULL;
NULL             1221 Zend/zend_API.h 	} else if (UNEXPECTED(zend_fcall_info_init(arg, 0, dest_fci, dest_fcc, NULL, error) != SUCCESS)) {
NULL             1232 Zend/zend_API.h 	      UNEXPECTED(Z_TYPE_P(Z_REFVAL_P(arg)) == IS_NULL)))) ? NULL : arg;
NULL             1237 Zend/zend_API.h 	*dest = (check_null && UNEXPECTED(Z_TYPE_P(arg) == IS_NULL)) ? NULL : arg;
NULL              404 Zend/zend_alloc.c 	LPSTR buf = NULL;
NULL              411 Zend/zend_alloc.c 			NULL,
NULL              415 Zend/zend_alloc.c 		0, NULL)) {
NULL              440 Zend/zend_alloc.c 		return NULL;
NULL              447 Zend/zend_alloc.c 		return NULL;
NULL              456 Zend/zend_alloc.c 	void *ptr = VirtualAlloc(NULL, size, MEM_COMMIT | MEM_RESERVE, PAGE_READWRITE);
NULL              458 Zend/zend_alloc.c 	if (ptr == NULL) {
NULL              462 Zend/zend_alloc.c 		return NULL;
NULL              470 Zend/zend_alloc.c 		ptr = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON | MAP_HUGETLB, -1, 0);
NULL              477 Zend/zend_alloc.c 	ptr = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1, 0);
NULL              483 Zend/zend_alloc.c 		return NULL;
NULL              755 Zend/zend_alloc.c 	if (ptr == NULL) {
NULL              756 Zend/zend_alloc.c 		return NULL;
NULL              775 Zend/zend_alloc.c 			return NULL;
NULL              851 Zend/zend_alloc.c 	return (zend_mm_mmap_fixed((char*)addr + old_size, new_size - old_size) != NULL);
NULL             1033 Zend/zend_alloc.c 						return NULL;
NULL             1038 Zend/zend_alloc.c 				if (UNEXPECTED(chunk == NULL)) {
NULL             1041 Zend/zend_alloc.c 					    (chunk = (zend_mm_chunk*)zend_mm_chunk_alloc(heap, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE)) != NULL) {
NULL             1051 Zend/zend_alloc.c 						return NULL;
NULL             1239 Zend/zend_alloc.c 	if (UNEXPECTED(bin == NULL)) {
NULL             1241 Zend/zend_alloc.c 		return NULL;
NULL             1270 Zend/zend_alloc.c 	p->next_free_slot = NULL;
NULL             1293 Zend/zend_alloc.c 	if (EXPECTED(heap->free_slot[bin_num] != NULL)) {
NULL             1362 Zend/zend_alloc.c 		return NULL;
NULL             1400 Zend/zend_alloc.c 		if (ptr != NULL) {
NULL             1461 Zend/zend_alloc.c 		if (UNEXPECTED(ptr == NULL)) {
NULL             1516 Zend/zend_alloc.c 						return NULL;
NULL             1681 Zend/zend_alloc.c 	zend_mm_huge_list *prev = NULL;
NULL             1683 Zend/zend_alloc.c 	while (list != NULL) {
NULL             1706 Zend/zend_alloc.c 	while (list != NULL) {
NULL             1723 Zend/zend_alloc.c 	while (list != NULL) {
NULL             1762 Zend/zend_alloc.c 			return NULL;
NULL             1767 Zend/zend_alloc.c 	if (UNEXPECTED(ptr == NULL)) {
NULL             1770 Zend/zend_alloc.c 		    (ptr = zend_mm_chunk_alloc(heap, new_size, ZEND_MM_CHUNK_SIZE)) != NULL) {
NULL             1780 Zend/zend_alloc.c 			return NULL;
NULL             1831 Zend/zend_alloc.c 	if (UNEXPECTED(chunk == NULL)) {
NULL             1839 Zend/zend_alloc.c 		return NULL;
NULL             1851 Zend/zend_alloc.c 	heap->cached_chunks = NULL;
NULL             1872 Zend/zend_alloc.c 	heap->storage = NULL;
NULL             1874 Zend/zend_alloc.c 	heap->huge_list = NULL;
NULL             1897 Zend/zend_alloc.c 		while (p != NULL) {
NULL             1926 Zend/zend_alloc.c 		while (p != NULL) {
NULL             2008 Zend/zend_alloc.c 				dbg->filename = NULL;
NULL             2063 Zend/zend_alloc.c 			zend_mm_free_heap(heap, p, NULL, 0, NULL, 0);
NULL             2095 Zend/zend_alloc.c 		zend_message_dispatcher(ZMSG_LOG_SCRIPT_NAME, NULL);
NULL             2105 Zend/zend_alloc.c 		zend_mm_free_heap(heap, q, NULL, 0, NULL, 0);
NULL             2128 Zend/zend_alloc.c 							zend_message_dispatcher(ZMSG_LOG_SCRIPT_NAME, NULL);
NULL             2132 Zend/zend_alloc.c 							dbg->filename = NULL;
NULL             2157 Zend/zend_alloc.c 					zend_message_dispatcher(ZMSG_LOG_SCRIPT_NAME, NULL);
NULL             2207 Zend/zend_alloc.c 	heap->huge_list = NULL;
NULL             2248 Zend/zend_alloc.c 		while (p != NULL) {
NULL             2542 Zend/zend_alloc.c 	if (UNEXPECTED(p == NULL)) {
NULL             2559 Zend/zend_alloc.c 	if (UNEXPECTED(p == NULL)) {
NULL             2574 Zend/zend_alloc.c 	if (UNEXPECTED(p == NULL)) {
NULL             2591 Zend/zend_alloc.c 	if (UNEXPECTED(p == NULL)) {
NULL             2739 Zend/zend_alloc.c 		*_malloc = NULL;
NULL             2740 Zend/zend_alloc.c 		*_free = NULL;
NULL             2741 Zend/zend_alloc.c 		*_realloc = NULL;
NULL             2744 Zend/zend_alloc.c 	*_malloc = NULL;
NULL             2745 Zend/zend_alloc.c 	*_free = NULL;
NULL             2746 Zend/zend_alloc.c 	*_realloc = NULL;
NULL             2772 Zend/zend_alloc.c 	return NULL
NULL             2791 Zend/zend_alloc.c 	if (UNEXPECTED(chunk == NULL)) {
NULL             2799 Zend/zend_alloc.c 		return NULL;
NULL             2811 Zend/zend_alloc.c 	heap->cached_chunks = NULL;
NULL             2832 Zend/zend_alloc.c 	heap->huge_list = NULL;
NULL             2844 Zend/zend_alloc.c 		return NULL;
NULL             2854 Zend/zend_alloc.c 	return NULL;
NULL               40 Zend/zend_arena.h 	arena->prev = NULL;
NULL               29 Zend/zend_ast.c ZEND_API zend_ast_process_t zend_ast_process = NULL;
NULL              105 Zend/zend_ast.c 		if (ast->child[i] != NULL) {
NULL              206 Zend/zend_ast.c 			zend_throw_error(NULL, "Illegal offset type");
NULL              408 Zend/zend_ast.c 			zend_throw_error(NULL, "Unsupported constant expression");
NULL              416 Zend/zend_ast.c 	if (ast == NULL) {
NULL              417 Zend/zend_ast.c 		return NULL;
NULL              252 Zend/zend_builtin_functions.c ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO(arginfo_zend_test_func, IS_ARRAY, NULL, 0)
NULL              254 Zend/zend_builtin_functions.c ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO(arginfo_zend_test_func2, IS_ARRAY, NULL, 1)
NULL              285 Zend/zend_builtin_functions.c 	ZEND_FE(leak,				NULL)
NULL              288 Zend/zend_builtin_functions.c 	ZEND_FE(crash,				NULL)
NULL              322 Zend/zend_builtin_functions.c 	ZEND_FE(zend_thread_id,		NULL)
NULL              337 Zend/zend_builtin_functions.c 	INIT_CLASS_ENTRY(class_entry, "stdClass", NULL);
NULL              351 Zend/zend_builtin_functions.c 	NULL,
NULL              352 Zend/zend_builtin_functions.c 	NULL,
NULL              353 Zend/zend_builtin_functions.c 	NULL,
NULL              354 Zend/zend_builtin_functions.c 	NULL,
NULL              364 Zend/zend_builtin_functions.c 	return (EG(current_module) = zend_register_module_ex(&zend_builtin_module)) == NULL ? FAILURE : SUCCESS;
NULL              722 Zend/zend_builtin_functions.c 					zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0);
NULL              724 Zend/zend_builtin_functions.c 				if (EXPECTED(zend_hash_str_add_ptr(EG(modified_ini_directives), "error_reporting", sizeof("error_reporting")-1, p) != NULL)) {
NULL              919 Zend/zend_builtin_functions.c 	if (zend_get_constant_ex(name, NULL, ZEND_FETCH_CLASS_SILENT)) {
NULL              931 Zend/zend_builtin_functions.c 	zval *obj = NULL;
NULL              975 Zend/zend_builtin_functions.c 	zend_class_entry *ce = NULL;
NULL             1046 Zend/zend_builtin_functions.c 		ce = zend_lookup_class_ex(class_name, NULL, 0);
NULL             1095 Zend/zend_builtin_functions.c 		prop = NULL;
NULL             1117 Zend/zend_builtin_functions.c 			if (UNEXPECTED(zval_update_constant_ex(prop, 0, NULL) != SUCCESS)) {
NULL             1174 Zend/zend_builtin_functions.c 	if (Z_OBJ_HT_P(obj)->get_properties == NULL) {
NULL             1180 Zend/zend_builtin_functions.c 	if (properties == NULL) {
NULL             1246 Zend/zend_builtin_functions.c 	zend_class_entry *ce = NULL;
NULL             1321 Zend/zend_builtin_functions.c 		if ((ce = zend_lookup_class(Z_STR_P(klass))) == NULL) {
NULL             1333 Zend/zend_builtin_functions.c 		union _zend_function *func = NULL;
NULL             1336 Zend/zend_builtin_functions.c 		&& Z_OBJ_HT_P(klass)->get_method != NULL
NULL             1337 Zend/zend_builtin_functions.c 		&& (func = Z_OBJ_HT_P(klass)->get_method(&Z_OBJ_P(klass), method_name, NULL)) != NULL
NULL             1372 Zend/zend_builtin_functions.c 	if (property == NULL) {
NULL             1388 Zend/zend_builtin_functions.c 	if ((property_info = zend_hash_find_ptr(&ce->properties_info, property)) != NULL
NULL             1397 Zend/zend_builtin_functions.c 		Z_OBJ_HANDLER_P(object, has_property)(object, &property_z, 2, NULL)) {
NULL             1585 Zend/zend_builtin_functions.c 	ce = zend_lookup_class_ex(class_name, NULL, autoload);
NULL             1650 Zend/zend_builtin_functions.c 	char *nowhere = NULL;
NULL             1716 Zend/zend_builtin_functions.c 	zend_string *error_handler_name = NULL;
NULL             1785 Zend/zend_builtin_functions.c 	zend_string *exception_handler_name = NULL;
NULL             1913 Zend/zend_builtin_functions.c 	if (hash_key->key == NULL || ZSTR_VAL(hash_key->key)[0] == 0) {
NULL             1954 Zend/zend_builtin_functions.c 	if (UNEXPECTED(symbol_table == NULL)) {
NULL             1999 Zend/zend_builtin_functions.c 	retval = zend_eval_stringl(eval_code, eval_code_length, NULL, eval_name);
NULL             2016 Zend/zend_builtin_functions.c 		func->static_variables = NULL;
NULL             2025 Zend/zend_builtin_functions.c 		} while (zend_hash_add_ptr(EG(function_table), function_name, func) == NULL);
NULL             2082 Zend/zend_builtin_functions.c 	zend_string *type = NULL;
NULL             2313 Zend/zend_builtin_functions.c 	zend_string *class_name = NULL;
NULL             2315 Zend/zend_builtin_functions.c 	const char *include_filename = NULL;
NULL             2334 Zend/zend_builtin_functions.c 		class_name = NULL;
NULL             2335 Zend/zend_builtin_functions.c 		call_type = NULL;
NULL             2366 Zend/zend_builtin_functions.c 			filename = NULL;
NULL             2380 Zend/zend_builtin_functions.c 					ZSTR_VAL(func->common.function_name) : NULL);
NULL             2382 Zend/zend_builtin_functions.c 			func = NULL;
NULL             2383 Zend/zend_builtin_functions.c 			function_name = NULL;
NULL             2399 Zend/zend_builtin_functions.c 				class_name = NULL;
NULL             2400 Zend/zend_builtin_functions.c 				call_type = NULL;
NULL             2445 Zend/zend_builtin_functions.c 			call_type = NULL;
NULL             2467 Zend/zend_builtin_functions.c 					prev = NULL;
NULL             2492 Zend/zend_builtin_functions.c 	zend_execute_data *ptr, *skip, *call = NULL;
NULL             2498 Zend/zend_builtin_functions.c 	zend_string *include_filename = NULL;
NULL             2586 Zend/zend_builtin_functions.c 			filename = NULL;
NULL             2590 Zend/zend_builtin_functions.c 		object = call ? Z_OBJ(call->This) : NULL;
NULL             2600 Zend/zend_builtin_functions.c 			func = NULL;
NULL             2601 Zend/zend_builtin_functions.c 			function_name = NULL;
NULL               35 Zend/zend_closures.c 	zend_throw_error(NULL, "Closure object cannot have properties")
NULL               60 Zend/zend_closures.c 		zend_throw_error(NULL, "Cannot get arguments for calling closure");
NULL               62 Zend/zend_closures.c 	} else if (call_user_function_ex(CG(function_table), NULL, getThis(), return_value, ZEND_NUM_ARGS(), arguments, 1, NULL) == FAILURE) {
NULL               71 Zend/zend_closures.c 	execute_data->func = NULL;
NULL              144 Zend/zend_closures.c 	if (zend_fcall_info_init(zclosure, 0, &fci, &fci_cache, NULL, NULL) != SUCCESS) {
NULL              190 Zend/zend_closures.c 	zval *newthis, *zclosure, *scope_arg = NULL;
NULL              200 Zend/zend_closures.c 	if (scope_arg != NULL) { /* scope argument was given */
NULL              204 Zend/zend_closures.c 			ce = NULL;
NULL              209 Zend/zend_closures.c 			} else if ((ce = zend_lookup_class_ex(class_name, NULL, 1)) == NULL) {
NULL              245 Zend/zend_closures.c 	zend_throw_error(NULL, "Instantiation of 'Closure' is not allowed");
NULL              246 Zend/zend_closures.c 	return NULL;
NULL              328 Zend/zend_closures.c 	return NULL;
NULL              356 Zend/zend_closures.c 			closure->func.op_array.run_time_cache = NULL;
NULL              408 Zend/zend_closures.c 			*obj_ptr = NULL;
NULL              425 Zend/zend_closures.c 	zend_hash_init(debug_info, 8, NULL, ZVAL_PTR_DTOR, 0);
NULL              477 Zend/zend_closures.c 	*table = Z_TYPE(closure->this_ptr) != IS_NULL ? &closure->this_ptr : NULL;
NULL              480 Zend/zend_closures.c 		closure->func.op_array.static_variables : NULL;
NULL              488 Zend/zend_closures.c 	zend_throw_error(NULL, "Instantiation of 'Closure' is not allowed");
NULL              509 Zend/zend_closures.c 	ZEND_ME(Closure, __construct, NULL, ZEND_ACC_PRIVATE)
NULL              529 Zend/zend_closures.c 	closure_handlers.clone_obj = NULL;
NULL              550 Zend/zend_closures.c 	EX(func) = NULL;
NULL              562 Zend/zend_closures.c 	if ((scope == NULL) && this_ptr && (Z_TYPE_P(this_ptr) != IS_UNDEF)) {
NULL              576 Zend/zend_closures.c 			zend_hash_init(closure->func.op_array.static_variables, zend_hash_num_elements(static_variables), NULL, ZVAL_PTR_DTOR, 0);
NULL              602 Zend/zend_closures.c 			this_ptr = NULL;
NULL              603 Zend/zend_closures.c 			scope = NULL;
NULL              129 Zend/zend_compile.c 	if (ns_separator != NULL) {
NULL              154 Zend/zend_compile.c 	{NULL, 0}
NULL              197 Zend/zend_compile.c 	{NULL, 0, IS_UNDEF}
NULL              228 Zend/zend_compile.c 	CG(context).labels = NULL;
NULL              237 Zend/zend_compile.c 		CG(context).labels = NULL;
NULL              248 Zend/zend_compile.c 		FC(imports) = NULL;
NULL              254 Zend/zend_compile.c 		FC(imports_function) = NULL;
NULL              260 Zend/zend_compile.c 		FC(imports_const) = NULL;
NULL              270 Zend/zend_compile.c 		FC(current_namespace) = NULL;
NULL              278 Zend/zend_compile.c 	FC(imports) = NULL;
NULL              279 Zend/zend_compile.c 	FC(imports_function) = NULL;
NULL              280 Zend/zend_compile.c 	FC(imports_const) = NULL;
NULL              281 Zend/zend_compile.c 	FC(current_namespace) = NULL;
NULL              299 Zend/zend_compile.c 	CG(active_class_entry) = NULL;
NULL              302 Zend/zend_compile.c 	zend_hash_init(&CG(const_filenames), 8, NULL, NULL, 0);
NULL              318 Zend/zend_compile.c 	CG(active_op_array) = NULL;
NULL              322 Zend/zend_compile.c 	zend_hash_init(&CG(filenames_table), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL              396 Zend/zend_compile.c 			return (int)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, i);
NULL              408 Zend/zend_compile.c 	return (int)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, i);
NULL              929 Zend/zend_compile.c 		op_array->run_time_cache = NULL;
NULL              954 Zend/zend_compile.c 	if (zend_hash_add_ptr(function_table, Z_STR_P(op2), new_function) == NULL) {
NULL              958 Zend/zend_compile.c 		if ((old_function = zend_hash_find_ptr(function_table, Z_STR_P(op2))) != NULL
NULL              973 Zend/zend_compile.c 		function->op_array.static_variables = NULL; /* NULL out the unbound function */
NULL              991 Zend/zend_compile.c 	if ((ce = zend_hash_find_ptr(class_table, Z_STR_P(op1))) == NULL) {
NULL              993 Zend/zend_compile.c 		return NULL;
NULL              996 Zend/zend_compile.c 	if (zend_hash_add_ptr(class_table, Z_STR_P(op2), ce) == NULL) {
NULL             1006 Zend/zend_compile.c 		return NULL;
NULL             1040 Zend/zend_compile.c 		return NULL;
NULL             1052 Zend/zend_compile.c 	if (zend_hash_add_ptr(class_table, Z_STR_P(op2), ce) == NULL) {
NULL             1076 Zend/zend_compile.c 			if (do_bind_class(CG(active_op_array), opline, CG(class_table), 1) == NULL) {
NULL             1088 Zend/zend_compile.c 				if (((ce = zend_lookup_class_ex(Z_STR_P(parent_name), parent_name + 1, 0)) == NULL) ||
NULL             1104 Zend/zend_compile.c 				if (do_bind_inherited_class(CG(active_op_array), opline, CG(class_table), ce, 1) == NULL) {
NULL             1169 Zend/zend_compile.c 			if ((ce = zend_lookup_class_ex(Z_STR_P(parent_name), parent_name + 1, 0)) != NULL) {
NULL             1204 Zend/zend_compile.c 	*class_name = NULL;
NULL             1251 Zend/zend_compile.c 	return NULL;
NULL             1299 Zend/zend_compile.c 		return CG(active_op_array)->function_name != NULL;
NULL             1448 Zend/zend_compile.c 	list[n+1] = NULL;
NULL             1505 Zend/zend_compile.c 	if ((auto_global = zend_hash_str_find_ptr(CG(auto_globals), name, len)) != NULL) {
NULL             1519 Zend/zend_compile.c 	if ((auto_global = zend_hash_find_ptr(CG(auto_globals), name)) != NULL) {
NULL             1538 Zend/zend_compile.c 	retval = zend_hash_add_mem(CG(auto_globals), auto_global.name, &auto_global, sizeof(zend_auto_global)) != NULL ? SUCCESS : FAILURE;
NULL             1615 Zend/zend_compile.c 	ce->default_properties_table = NULL;
NULL             1616 Zend/zend_compile.c 	ce->default_static_members_table = NULL;
NULL             1617 Zend/zend_compile.c 	zend_hash_init_ex(&ce->properties_info, 8, NULL, (persistent_hashes ? zend_destroy_property_info_internal : NULL), persistent_hashes, 0);
NULL             1618 Zend/zend_compile.c 	zend_hash_init_ex(&ce->constants_table, 8, NULL, zval_ptr_dtor_func, persistent_hashes, 0);
NULL             1619 Zend/zend_compile.c 	zend_hash_init_ex(&ce->function_table, 8, NULL, ZEND_FUNCTION_DTOR, persistent_hashes, 0);
NULL             1629 Zend/zend_compile.c 			CG(static_members_table)[n] = NULL;
NULL             1633 Zend/zend_compile.c 		ce->static_members_table = NULL;
NULL             1637 Zend/zend_compile.c 		ce->info.user.doc_comment = NULL;
NULL             1644 Zend/zend_compile.c 		ce->constructor = NULL;
NULL             1645 Zend/zend_compile.c 		ce->destructor = NULL;
NULL             1646 Zend/zend_compile.c 		ce->clone = NULL;
NULL             1647 Zend/zend_compile.c 		ce->__get = NULL;
NULL             1648 Zend/zend_compile.c 		ce->__set = NULL;
NULL             1649 Zend/zend_compile.c 		ce->__unset = NULL;
NULL             1650 Zend/zend_compile.c 		ce->__isset = NULL;
NULL             1651 Zend/zend_compile.c 		ce->__call = NULL;
NULL             1652 Zend/zend_compile.c 		ce->__callstatic = NULL;
NULL             1653 Zend/zend_compile.c 		ce->__tostring = NULL;
NULL             1654 Zend/zend_compile.c 		ce->create_object = NULL;
NULL             1655 Zend/zend_compile.c 		ce->get_iterator = NULL;
NULL             1656 Zend/zend_compile.c 		ce->iterator_funcs.funcs = NULL;
NULL             1657 Zend/zend_compile.c 		ce->interface_gets_implemented = NULL;
NULL             1658 Zend/zend_compile.c 		ce->get_static_method = NULL;
NULL             1659 Zend/zend_compile.c 		ce->parent = NULL;
NULL             1661 Zend/zend_compile.c 		ce->interfaces = NULL;
NULL             1663 Zend/zend_compile.c 		ce->traits = NULL;
NULL             1664 Zend/zend_compile.c 		ce->trait_aliases = NULL;
NULL             1665 Zend/zend_compile.c 		ce->trait_precedences = NULL;
NULL             1666 Zend/zend_compile.c 		ce->serialize = NULL;
NULL             1667 Zend/zend_compile.c 		ce->unserialize = NULL;
NULL             1668 Zend/zend_compile.c 		ce->serialize_func = NULL;
NULL             1669 Zend/zend_compile.c 		ce->unserialize_func = NULL;
NULL             1670 Zend/zend_compile.c 		ce->__debugInfo = NULL;
NULL             1672 Zend/zend_compile.c 			ce->info.internal.module = NULL;
NULL             1673 Zend/zend_compile.c 			ce->info.internal.builtin_functions = NULL;
NULL             1744 Zend/zend_compile.c 	char *colonpos = NULL;
NULL             1746 Zend/zend_compile.c 	if (colonpos != NULL) {
NULL             1856 Zend/zend_compile.c 	if (op1 == NULL) {
NULL             1862 Zend/zend_compile.c 	if (op2 == NULL) {
NULL             1880 Zend/zend_compile.c 	if (op1 == NULL) {
NULL             1886 Zend/zend_compile.c 	if (op2 == NULL) {
NULL             1920 Zend/zend_compile.c 	return zend_emit_op(NULL, ZEND_OP_DATA, value, NULL);
NULL             1927 Zend/zend_compile.c 	zend_op *opline = zend_emit_op(NULL, ZEND_JMP, NULL, NULL);
NULL             1936 Zend/zend_compile.c 	zend_op *opline = zend_emit_op(NULL, opcode, cond, NULL);
NULL             1972 Zend/zend_compile.c 	if (op1 == NULL) {
NULL             1977 Zend/zend_compile.c 	if (op2 == NULL) {
NULL             1999 Zend/zend_compile.c 	zend_op *opline = NULL, *oplines = zend_stack_base(&CG(delayed_oplines_stack));
NULL             2015 Zend/zend_compile.c 		zend_op *opline = zend_emit_op(NULL, ZEND_VERIFY_RETURN_TYPE, expr, NULL);
NULL             2037 Zend/zend_compile.c 		zend_emit_return_type_check(NULL, CG(active_op_array)->arg_info - 1);
NULL             2047 Zend/zend_compile.c 	ret = zend_emit_op(NULL, returns_reference ? ZEND_RETURN_BY_REF : ZEND_RETURN, &zn, NULL);
NULL             2139 Zend/zend_compile.c 		opline = zend_emit_op(result, ZEND_FETCH_CLASS, NULL, NULL);
NULL             2153 Zend/zend_compile.c 		opline = zend_emit_op(result, ZEND_FETCH_CLASS, NULL, &name_node);
NULL             2200 Zend/zend_compile.c 		opline = zend_delayed_emit_op(result, ZEND_FETCH_R, &name_node, NULL);
NULL             2202 Zend/zend_compile.c 		opline = zend_emit_op(result, ZEND_FETCH_R, &name_node, NULL);
NULL             2237 Zend/zend_compile.c 			zend_op *opline = zend_emit_op(NULL, ZEND_SEPARATE, node, NULL);
NULL             2275 Zend/zend_compile.c 	if (dim_ast == NULL) {
NULL             2377 Zend/zend_compile.c 		opline = zend_delayed_emit_op(result, ZEND_FETCH_R, &prop_node, NULL);
NULL             2379 Zend/zend_compile.c 		opline = zend_emit_op(result, ZEND_FETCH_R, &prop_node, NULL);
NULL             2415 Zend/zend_compile.c 		if (var_ast == NULL) {
NULL             2623 Zend/zend_compile.c 	zend_compile_assign_ref(NULL, assign_ast);
NULL             2694 Zend/zend_compile.c 			fbc = NULL;
NULL             2697 Zend/zend_compile.c 			opline = zend_emit_op(NULL, ZEND_SEND_UNPACK, &arg_node, NULL);
NULL             2699 Zend/zend_compile.c 			opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_ARG(NULL, arg_count);
NULL             2763 Zend/zend_compile.c 		opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_ARG(NULL, arg_num);
NULL             2828 Zend/zend_compile.c 	opline = zend_emit_op(result, zend_get_call_op(opline->opcode, fbc), NULL, NULL);
NULL             2858 Zend/zend_compile.c 	zend_compile_call_common(result, args_ast, NULL);
NULL             2868 Zend/zend_compile.c 		if ((colon = zend_memrchr(ZSTR_VAL(str), ':', ZSTR_LEN(str))) != NULL && colon > ZSTR_VAL(str) && *(colon - 1) == ':') {
NULL             2891 Zend/zend_compile.c 	zend_compile_call_common(result, args_ast, NULL);
NULL             2923 Zend/zend_compile.c 		zend_emit_op_tmp(result, ZEND_STRLEN, &arg_node, NULL);
NULL             2939 Zend/zend_compile.c 	opline = zend_emit_op_tmp(result, ZEND_TYPE_CHECK, &arg_node, NULL);
NULL             2960 Zend/zend_compile.c 	opline = zend_emit_op_tmp(result, ZEND_DEFINED, NULL, NULL);
NULL             2998 Zend/zend_compile.c 	opline = zend_emit_op(NULL, ZEND_INIT_FCALL, NULL, NULL);
NULL             3020 Zend/zend_compile.c 	opline = zend_emit_op(NULL, ZEND_INIT_USER_CALL, NULL, &name_node);
NULL             3038 Zend/zend_compile.c 	zend_emit_op(NULL, ZEND_SEND_ARRAY, &arg_node, NULL);
NULL             3039 Zend/zend_compile.c 	zend_emit_op(result, ZEND_DO_FCALL, NULL, NULL);
NULL             3072 Zend/zend_compile.c 			opline = zend_emit_op(NULL, ZEND_SEND_USER, &arg_node, NULL);
NULL             3074 Zend/zend_compile.c 			opline = zend_emit_op(NULL, ZEND_SEND_VAL, &arg_node, NULL);
NULL             3078 Zend/zend_compile.c 		opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_ARG(NULL, i);
NULL             3080 Zend/zend_compile.c 	zend_emit_op(result, ZEND_DO_FCALL, NULL, NULL);
NULL             3111 Zend/zend_compile.c 		zend_emit_op(NULL, ZEND_ASSERT_CHECK, NULL, NULL);
NULL             3117 Zend/zend_compile.c 			opline = zend_emit_op(NULL, ZEND_INIT_FCALL, NULL, &name_node);
NULL             3119 Zend/zend_compile.c 			opline = zend_emit_op(NULL, ZEND_INIT_NS_FCALL_BY_NAME, NULL, NULL);
NULL             3213 Zend/zend_compile.c 				zend_compile_assert(result, zend_ast_get_list(args_ast), Z_STR(name_node.u.constant), NULL);
NULL             3250 Zend/zend_compile.c 		opline = zend_emit_op(NULL, ZEND_INIT_FCALL, NULL, &name_node);
NULL             3274 Zend/zend_compile.c 	opline = zend_emit_op(NULL, ZEND_INIT_METHOD_CALL, &obj_node, NULL);
NULL             3289 Zend/zend_compile.c 	zend_compile_call_common(result, args_ast, NULL);
NULL             3348 Zend/zend_compile.c 	zend_compile_call_common(result, args_ast, NULL);
NULL             3382 Zend/zend_compile.c 	opline = zend_emit_op(result, ZEND_NEW, NULL, NULL);
NULL             3392 Zend/zend_compile.c 	zend_compile_call_common(&ctor_result, args_ast, NULL);
NULL             3408 Zend/zend_compile.c 	zend_emit_op(result, ZEND_CLONE, &obj_node, NULL);
NULL             3425 Zend/zend_compile.c 		zend_op *opline = zend_emit_op(NULL, ZEND_BIND_GLOBAL, &result, &name_node);
NULL             3428 Zend/zend_compile.c 		zend_emit_op(&result, ZEND_FETCH_W, &name_node, NULL);
NULL             3450 Zend/zend_compile.c 		zend_hash_init(CG(active_op_array)->static_variables, 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             3461 Zend/zend_compile.c 	opline = zend_emit_op(&result, by_ref ? ZEND_FETCH_W : ZEND_FETCH_R, &var_node, NULL);
NULL             3501 Zend/zend_compile.c 				opline = zend_emit_op(NULL, ZEND_UNSET_VAR, &var_node, NULL);
NULL             3504 Zend/zend_compile.c 				opline = zend_compile_simple_var_no_cv(NULL, var_ast, BP_VAR_UNSET, 0);
NULL             3509 Zend/zend_compile.c 			opline = zend_compile_dim_common(NULL, var_ast, BP_VAR_UNSET);
NULL             3513 Zend/zend_compile.c 			opline = zend_compile_prop_common(NULL, var_ast, BP_VAR_UNSET);
NULL             3517 Zend/zend_compile.c 			opline = zend_compile_static_prop_common(NULL, var_ast, BP_VAR_UNSET, 0);
NULL             3594 Zend/zend_compile.c 		opline = zend_emit_op(NULL, ZEND_DISCARD_EXCEPTION, NULL, NULL);
NULL             3601 Zend/zend_compile.c 		zend_emit_return_type_check(expr_ast ? &expr_node : NULL, CG(active_op_array)->arg_info - 1);
NULL             3606 Zend/zend_compile.c 	opline = zend_emit_op(NULL, by_ref ? ZEND_RETURN_BY_REF : ZEND_RETURN,
NULL             3607 Zend/zend_compile.c 		&expr_node, NULL);
NULL             3627 Zend/zend_compile.c 	opline = zend_emit_op(NULL, ZEND_ECHO, &expr_node, NULL);
NULL             3639 Zend/zend_compile.c 	zend_emit_op(NULL, ZEND_THROW, &expr_node, NULL);
NULL             3680 Zend/zend_compile.c 	opline = zend_emit_op(NULL, ast->kind == ZEND_AST_BREAK ? ZEND_BRK : ZEND_CONT, NULL, NULL);
NULL             3694 Zend/zend_compile.c 	if (CG(context).labels == NULL ||
NULL             3695 Zend/zend_compile.c 	    (dest = zend_hash_find_ptr(CG(context).labels, Z_STR_P(label))) == NULL
NULL             3758 Zend/zend_compile.c 	opline = zend_emit_op(NULL, ZEND_GOTO, NULL, &label_node);
NULL             3771 Zend/zend_compile.c 		zend_hash_init(CG(context).labels, 8, NULL, label_ptr_dtor, 0);
NULL             3792 Zend/zend_compile.c 	zend_begin_loop(ZEND_NOP, NULL);
NULL             3815 Zend/zend_compile.c 	zend_begin_loop(ZEND_NOP, NULL);
NULL             3866 Zend/zend_compile.c 	zend_begin_loop(ZEND_NOP, NULL);
NULL             3923 Zend/zend_compile.c 	opline = zend_emit_op(&reset_node, by_ref ? ZEND_FE_RESET_RW : ZEND_FE_RESET_R, &expr_node, NULL);
NULL             3926 Zend/zend_compile.c 	opline = zend_emit_op(NULL, by_ref ? ZEND_FE_FETCH_RW : ZEND_FE_FETCH_R, &reset_node, NULL);
NULL             3962 Zend/zend_compile.c 	zend_emit_op(NULL, ZEND_FE_FREE, &reset_node, NULL);
NULL             3970 Zend/zend_compile.c 	uint32_t *jmp_opnums = NULL;
NULL             4052 Zend/zend_compile.c 			opline = zend_emit_op(NULL, ZEND_CASE, &expr_node, &cond_node);
NULL             4085 Zend/zend_compile.c 		zend_emit_op(NULL, ZEND_FREE, &expr_node, NULL);
NULL             4114 Zend/zend_compile.c 				zend_emit_op(NULL, ZEND_NOP, NULL, NULL);
NULL             4196 Zend/zend_compile.c 		opline = zend_emit_op(NULL, ZEND_FAST_CALL, NULL, NULL);
NULL             4201 Zend/zend_compile.c 		zend_emit_op(NULL, ZEND_JMP, NULL, NULL);
NULL             4211 Zend/zend_compile.c 		opline = zend_emit_op(NULL, ZEND_FAST_RET, NULL, NULL);
NULL             4280 Zend/zend_compile.c 		} else if (file_ast->child[i] == NULL) {
NULL             4325 Zend/zend_compile.c 			if (ast->child[1] != NULL) {
NULL             4430 Zend/zend_compile.c 		arg_infos->name = NULL;
NULL             4435 Zend/zend_compile.c 		arg_infos->class_name = NULL;
NULL             4507 Zend/zend_compile.c 		opline = zend_emit_op(NULL, opcode, NULL, &default_node);
NULL             4517 Zend/zend_compile.c 		arg_info->class_name = NULL;
NULL             4669 Zend/zend_compile.c 	if (zend_hash_add_ptr(&ce->function_table, lcname, op_array) == NULL) {
NULL             4824 Zend/zend_compile.c 		opline = zend_emit_op_tmp(result, ZEND_DECLARE_LAMBDA_FUNCTION, NULL, NULL);
NULL             4872 Zend/zend_compile.c 		zend_bool has_body = stmt_ast != NULL;
NULL             4883 Zend/zend_compile.c 		zend_op *opline_ext = zend_emit_op(NULL, ZEND_EXT_NOP, NULL, NULL);
NULL             4910 Zend/zend_compile.c 	zend_emit_final_return(NULL);
NULL             4943 Zend/zend_compile.c 		zend_string *doc_comment = NULL;
NULL             5000 Zend/zend_compile.c 		if (zend_hash_add(&ce->constants_table, name, &value_zv) == NULL) {
NULL             5018 Zend/zend_compile.c 	method_ref->ce = NULL;
NULL             5024 Zend/zend_compile.c 		method_ref->class_name = NULL;
NULL             5042 Zend/zend_compile.c 	names[list->children] = NULL;
NULL             5085 Zend/zend_compile.c 		alias->alias = NULL;
NULL             5095 Zend/zend_compile.c 	zend_ast_list *adaptations = ast->child[1] ? zend_ast_get_list(ast->child[1]) : NULL;
NULL             5162 Zend/zend_compile.c 		opline = zend_emit_op(NULL, ZEND_ADD_INTERFACE, class_node, NULL);
NULL             5192 Zend/zend_compile.c 	zend_string *name, *lcname, *import_name = NULL;
NULL             5354 Zend/zend_compile.c 		ce->traits = NULL;
NULL             5358 Zend/zend_compile.c 		zend_emit_op(NULL, ZEND_BIND_TRAITS, &declare_node, NULL);
NULL             5366 Zend/zend_compile.c 			zend_emit_op(NULL, ZEND_VERIFY_ABSTRACT_CLASS, &declare_node, NULL);
NULL             5375 Zend/zend_compile.c 		ce->interfaces = NULL;
NULL             5391 Zend/zend_compile.c 				zend_hash_init(FC(imports), 8, NULL, str_dtor, 0);
NULL             5397 Zend/zend_compile.c 				zend_hash_init(FC(imports_function), 8, NULL, str_dtor, 0);
NULL             5403 Zend/zend_compile.c 				zend_hash_init(FC(imports_const), 8, NULL, str_dtor, 0);
NULL             5409 Zend/zend_compile.c 	return NULL;
NULL             5604 Zend/zend_compile.c 		zend_emit_op(NULL, ZEND_DECLARE_CONST, &name_node, &value_node);
NULL             5616 Zend/zend_compile.c 	zend_bool with_bracket = stmt_ast != NULL;
NULL             5666 Zend/zend_compile.c 		FC(current_namespace) = NULL;
NULL             5926 Zend/zend_compile.c 					zend_emit_op_tmp(result, opcode, &right_node, NULL);
NULL             5930 Zend/zend_compile.c 					zend_emit_op_tmp(result, opcode, &right_node, NULL);
NULL             5936 Zend/zend_compile.c 					zend_emit_op_tmp(result, opcode, &left_node, NULL);
NULL             5940 Zend/zend_compile.c 					zend_emit_op_tmp(result, opcode, &left_node, NULL);
NULL             6003 Zend/zend_compile.c 	zend_emit_op_tmp(result, opcode, &expr_node, NULL);
NULL             6057 Zend/zend_compile.c 				zend_emit_op(result, ZEND_BOOL, &right_node, NULL);
NULL             6066 Zend/zend_compile.c 	opline_jmpz = zend_emit_op(NULL, ast->kind == ZEND_AST_AND ? ZEND_JMPZ_EX : ZEND_JMPNZ_EX,
NULL             6067 Zend/zend_compile.c 		&left_node, NULL);
NULL             6079 Zend/zend_compile.c 	opline_bool = zend_emit_op(NULL, ZEND_BOOL, &right_node, NULL);
NULL             6094 Zend/zend_compile.c 		zend_op *opline = zend_compile_prop_common(NULL, var_ast, BP_VAR_RW);
NULL             6101 Zend/zend_compile.c 			&var_node, NULL);
NULL             6120 Zend/zend_compile.c 			&var_node, NULL);
NULL             6133 Zend/zend_compile.c 	opline = zend_emit_op_tmp(result, ZEND_CAST, &expr_node, NULL);
NULL             6147 Zend/zend_compile.c 	ZEND_ASSERT(ast->child[1] == NULL);
NULL             6152 Zend/zend_compile.c 	zend_emit_op_tmp(result, ZEND_JMP_SET, &cond_node, NULL);
NULL             6156 Zend/zend_compile.c 	opline_qm_assign = zend_emit_op_tmp(NULL, ZEND_QM_ASSIGN, &false_node, NULL);
NULL             6184 Zend/zend_compile.c 	zend_emit_op_tmp(result, ZEND_QM_ASSIGN, &true_node, NULL);
NULL             6192 Zend/zend_compile.c 	opline_qm_assign2 = zend_emit_op(NULL, ZEND_QM_ASSIGN, &false_node, NULL);
NULL             6211 Zend/zend_compile.c 	zend_emit_op_tmp(result, ZEND_COALESCE, &expr_node, NULL);
NULL             6215 Zend/zend_compile.c 	opline = zend_emit_op_tmp(NULL, ZEND_QM_ASSIGN, &default_node, NULL);
NULL             6231 Zend/zend_compile.c 	opline = zend_emit_op(NULL, ZEND_ECHO, &expr_node, NULL);
NULL             6246 Zend/zend_compile.c 		zend_emit_op(NULL, ZEND_EXIT, &expr_node, NULL);
NULL             6248 Zend/zend_compile.c 		zend_emit_op(NULL, ZEND_EXIT, NULL, NULL);
NULL             6262 Zend/zend_compile.c 	znode *value_node_ptr = NULL, *key_node_ptr = NULL;
NULL             6303 Zend/zend_compile.c 	zend_emit_op_tmp(result, ZEND_YIELD_FROM, &expr_node, NULL);
NULL             6329 Zend/zend_compile.c 	opline = zend_emit_op_tmp(result, ZEND_INSTANCEOF, &obj_node, NULL);
NULL             6350 Zend/zend_compile.c 	opline = zend_emit_op(result, ZEND_INCLUDE_OR_EVAL, &expr_node, NULL);
NULL             6362 Zend/zend_compile.c 	zend_op *opline = NULL;
NULL             6382 Zend/zend_compile.c 				opline = zend_emit_op(result, ZEND_ISSET_ISEMPTY_VAR, &var_node, NULL);
NULL             6417 Zend/zend_compile.c 	zend_emit_op_tmp(&silence_node, ZEND_BEGIN_SILENCE, NULL, NULL);
NULL             6428 Zend/zend_compile.c 	zend_emit_op(NULL, ZEND_END_SILENCE, &silence_node, NULL);
NULL             6475 Zend/zend_compile.c 		znode value_node, key_node, *key_node_ptr = NULL;
NULL             6495 Zend/zend_compile.c 			opline = zend_emit_op(NULL, ZEND_ADD_ARRAY_ELEMENT,
NULL             6508 Zend/zend_compile.c 		zend_emit_op_tmp(result, ZEND_INIT_ARRAY, NULL, NULL);
NULL             6551 Zend/zend_compile.c 	opline = zend_emit_op_tmp(result, ZEND_FETCH_CONSTANT, NULL, NULL);
NULL             6583 Zend/zend_compile.c 			zend_op *opline = zend_emit_op_tmp(result, ZEND_FETCH_CLASS_NAME, NULL, NULL);
NULL             6619 Zend/zend_compile.c 	opline = zend_emit_op_tmp(result, ZEND_FETCH_CONSTANT, NULL, &const_node);
NULL             6643 Zend/zend_compile.c 				zend_op *opline = zend_emit_op_tmp(result, ZEND_FETCH_CLASS_NAME, NULL, NULL);
NULL             6650 Zend/zend_compile.c 				zend_op *opline = zend_emit_op_tmp(result, ZEND_FETCH_CLASS_NAME, NULL, NULL);
NULL             6687 Zend/zend_compile.c 	zend_op *opline = NULL, *init_opline;
NULL             6807 Zend/zend_compile.c 	opline = zend_emit_op_tmp(result, ZEND_FETCH_CLASS_NAME, NULL, NULL);
NULL             6924 Zend/zend_compile.c 	if (ast == NULL || ast->kind == ZEND_AST_ZVAL) {
NULL             7065 Zend/zend_compile.c 			zend_compile_func_decl(NULL, ast);
NULL             7388 Zend/zend_compile.c 			if (*child == NULL) {
NULL             7392 Zend/zend_compile.c 			*child = NULL;
NULL             7403 Zend/zend_compile.c 			if (ast->child[1] == NULL) {
NULL             7440 Zend/zend_compile.c 				} else if (Z_TYPE_P(dim) != IS_STRING || is_numeric_string(Z_STRVAL_P(dim), Z_STRLEN_P(dim), &offset, NULL, 1) != IS_LONG) {
NULL               51 Zend/zend_compile.h 		CG(doc_comment) = NULL; \
NULL              295 Zend/zend_compile.h 	((uint32_t)(zend_uintptr_t)OBJ_PROP_NUM(((zend_object*)NULL), num))
NULL              517 Zend/zend_compile.h #define EX_VAR_TO_NUM(n)		(ZEND_CALL_VAR(NULL, n) - ZEND_CALL_VAR_NUM(NULL, 0))
NULL              748 Zend/zend_compile.h         zend_unmangle_property_name_ex(mangled_property, class_name, prop_name, NULL)
NULL              109 Zend/zend_constants.c 	zend_hash_init(EG(zend_constants), 128, NULL, ZEND_CONSTANT_DTOR, 1);
NULL              234 Zend/zend_constants.c 		return NULL;
NULL              250 Zend/zend_constants.c 		return NULL;
NULL              260 Zend/zend_constants.c 	if ((c = zend_hash_str_find_ptr(EG(zend_constants), name, name_len)) == NULL) {
NULL              263 Zend/zend_constants.c 		if ((c = zend_hash_str_find_ptr(EG(zend_constants), lcname, name_len)) != NULL) {
NULL              265 Zend/zend_constants.c 				c = NULL;
NULL              273 Zend/zend_constants.c 	return c ? &c->value : NULL;
NULL              281 Zend/zend_constants.c 	if ((c = zend_hash_find_ptr(EG(zend_constants), name)) == NULL) {
NULL              284 Zend/zend_constants.c 		if ((c = zend_hash_str_find_ptr(EG(zend_constants), lcname, ZSTR_LEN(name))) != NULL) {
NULL              286 Zend/zend_constants.c 				c = NULL;
NULL              294 Zend/zend_constants.c 	return c ? &c->value : NULL;
NULL              301 Zend/zend_constants.c 	zend_class_entry *ce = NULL;
NULL              310 Zend/zend_constants.c 		cname = NULL;
NULL              319 Zend/zend_constants.c 		zval *ret_constant = NULL;
NULL              336 Zend/zend_constants.c 				zend_throw_error(NULL, "Cannot access self:: when no class scope is active");
NULL              337 Zend/zend_constants.c 				return NULL;
NULL              343 Zend/zend_constants.c 				zend_throw_error(NULL, "Cannot access parent:: when no class scope is active");
NULL              344 Zend/zend_constants.c 				return NULL;
NULL              346 Zend/zend_constants.c 				zend_throw_error(NULL, "Cannot access parent:: when current class scope has no parent");
NULL              347 Zend/zend_constants.c 				return NULL;
NULL              355 Zend/zend_constants.c 				zend_throw_error(NULL, "Cannot access static:: when no class scope is active");
NULL              356 Zend/zend_constants.c 				return NULL;
NULL              364 Zend/zend_constants.c 			if (ret_constant == NULL) {
NULL              366 Zend/zend_constants.c 					zend_throw_error(NULL, "Undefined class constant '%s::%s'", ZSTR_VAL(class_name), ZSTR_VAL(constant_name));
NULL              369 Zend/zend_constants.c 					return NULL;
NULL              379 Zend/zend_constants.c 				return NULL;
NULL              386 Zend/zend_constants.c 	if ((colon = zend_memrchr(name, '\\', name_len)) != NULL) {
NULL              403 Zend/zend_constants.c 		if ((c = zend_hash_str_find_ptr(EG(zend_constants), lcname, lcname_len)) == NULL) {
NULL              406 Zend/zend_constants.c 			if ((c = zend_hash_str_find_ptr(EG(zend_constants), lcname, lcname_len)) != NULL) {
NULL              408 Zend/zend_constants.c 					c = NULL;
NULL              420 Zend/zend_constants.c 		return NULL;
NULL              434 Zend/zend_constants.c 	if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL) {
NULL              436 Zend/zend_constants.c 		if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL ||
NULL              440 Zend/zend_constants.c 				if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL) {
NULL              442 Zend/zend_constants.c 					if ((c = zend_hash_find_ptr(EG(zend_constants), Z_STR_P(key))) == NULL ||
NULL              446 Zend/zend_constants.c 						c = NULL;
NULL              451 Zend/zend_constants.c 				c = NULL;
NULL              473 Zend/zend_constants.c 	zend_string *lowercase_name = NULL;
NULL              501 Zend/zend_constants.c 		|| zend_hash_add_constant(EG(zend_constants), name, c) == NULL) {
NULL               61 Zend/zend_dtrace.c 	scope = filename = funcname = classname = NULL;
NULL               79 Zend/zend_dtrace.c 	if (DTRACE_FUNCTION_ENTRY_ENABLED() && funcname != NULL) {
NULL               85 Zend/zend_dtrace.c 	if (DTRACE_FUNCTION_RETURN_ENABLED() && funcname != NULL) {
NULL              115 Zend/zend_exceptions.c 	EG(exception) = NULL;
NULL              127 Zend/zend_exceptions.c 		EG(prev_exception) = NULL;
NULL              136 Zend/zend_exceptions.c 		if (exception != NULL) {
NULL              139 Zend/zend_exceptions.c 			DTRACE_EXCEPTION_THROWN(NULL);
NULL              144 Zend/zend_exceptions.c 	if (exception != NULL) {
NULL              182 Zend/zend_exceptions.c 		EG(prev_exception) = NULL;
NULL              188 Zend/zend_exceptions.c 	EG(exception) = NULL;
NULL              191 Zend/zend_exceptions.c 	EG(opline_before_exception) = NULL;
NULL              248 Zend/zend_exceptions.c 	zend_throw_exception(NULL, "Cannot clone object using __clone()", 0);
NULL              256 Zend/zend_exceptions.c 	zend_string *message = NULL;
NULL              258 Zend/zend_exceptions.c 	zval  *object, *previous = NULL;
NULL              273 Zend/zend_exceptions.c 		zend_throw_error(NULL, "Wrong parameters for %s([string $message [, long $code [, Throwable $previous = NULL]]])", ZSTR_VAL(ce->name));
NULL              299 Zend/zend_exceptions.c 		Z_OBJ_HANDLER_P(object, unset_property)(object, &tmp, NULL); \
NULL              321 Zend/zend_exceptions.c 	char  *message = NULL, *filename = NULL;
NULL              323 Zend/zend_exceptions.c 	zval  *object, *previous = NULL;
NULL              335 Zend/zend_exceptions.c 		zend_throw_error(NULL, "Wrong parameters for %s([string $message [, long $code, [ long $severity, [ string $filename, [ long $lineno  [, Throwable $previous = NULL]]]]]])", ZSTR_VAL(ce->name));
NULL              733 Zend/zend_exceptions.c 		fci.symbol_table = NULL;
NULL              737 Zend/zend_exceptions.c 		fci.params = NULL;
NULL              740 Zend/zend_exceptions.c 		zend_call_function(&fci, NULL);
NULL              789 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getMessage,       NULL)
NULL              790 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getCode,          NULL)
NULL              791 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getFile,          NULL)
NULL              792 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getLine,          NULL)
NULL              793 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getTrace,         NULL)
NULL              794 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getPrevious,      NULL)
NULL              795 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, getTraceAsString, NULL)
NULL              796 Zend/zend_exceptions.c 	ZEND_ABSTRACT_ME(throwable, __toString,       NULL)
NULL              818 Zend/zend_exceptions.c 	ZEND_ME(exception, __clone, NULL, ZEND_ACC_PRIVATE|ZEND_ACC_FINAL)
NULL              820 Zend/zend_exceptions.c 	ZEND_ME(exception, __wakeup, NULL, ZEND_ACC_PUBLIC)
NULL              821 Zend/zend_exceptions.c 	ZEND_ME(exception, getMessage, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
NULL              822 Zend/zend_exceptions.c 	ZEND_ME(exception, getCode, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
NULL              823 Zend/zend_exceptions.c 	ZEND_ME(exception, getFile, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
NULL              824 Zend/zend_exceptions.c 	ZEND_ME(exception, getLine, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
NULL              825 Zend/zend_exceptions.c 	ZEND_ME(exception, getTrace, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
NULL              826 Zend/zend_exceptions.c 	ZEND_ME(exception, getPrevious, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
NULL              827 Zend/zend_exceptions.c 	ZEND_ME(exception, getTraceAsString, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
NULL              828 Zend/zend_exceptions.c 	ZEND_ME(exception, __toString, NULL, 0)
NULL              843 Zend/zend_exceptions.c 	ZEND_ME(error_exception, getSeverity, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
NULL              855 Zend/zend_exceptions.c 	default_exception_handlers.clone_obj = NULL;
NULL              858 Zend/zend_exceptions.c 	zend_ce_exception = zend_register_internal_class_ex(&ce, NULL);
NULL              876 Zend/zend_exceptions.c 	zend_ce_error = zend_register_internal_class_ex(&ce, NULL);
NULL              888 Zend/zend_exceptions.c 	INIT_CLASS_ENTRY(ce, "ParseError", NULL);
NULL              892 Zend/zend_exceptions.c 	INIT_CLASS_ENTRY(ce, "TypeError", NULL);
NULL              896 Zend/zend_exceptions.c 	INIT_CLASS_ENTRY(ce, "ArithmeticError", NULL);
NULL              900 Zend/zend_exceptions.c 	INIT_CLASS_ENTRY(ce, "DivisionByZeroError", NULL);
NULL              999 Zend/zend_exceptions.c 	EG(exception) = NULL;
NULL             1011 Zend/zend_exceptions.c 		zend_string *str, *file = NULL;
NULL             1014 Zend/zend_exceptions.c 		zend_call_method_with_0_params(&exception, ce_exception, NULL, "__tostring", &tmp);
NULL             1034 Zend/zend_exceptions.c 			zend_error_va(E_WARNING, (file && ZSTR_LEN(file) > 0) ? ZSTR_VAL(file) : NULL, line,
NULL             1047 Zend/zend_exceptions.c 		zend_error_va(severity, (file && ZSTR_LEN(file) > 0) ? ZSTR_VAL(file) : NULL, line,
NULL             1064 Zend/zend_exceptions.c 	if (exception == NULL || Z_TYPE_P(exception) != IS_OBJECT) {
NULL             1071 Zend/zend_exceptions.c 		zend_throw_error(NULL, "Cannot throw objects that do not implement Throwable");
NULL               81 Zend/zend_execute.c 	NULL,                   /* name              */
NULL               82 Zend/zend_execute.c 	NULL,                   /* scope             */
NULL               83 Zend/zend_execute.c 	NULL,                   /* prototype         */
NULL               86 Zend/zend_execute.c 	NULL,                   /* arg_info          */
NULL               88 Zend/zend_execute.c 	NULL                    /* module            */
NULL              161 Zend/zend_execute.c 	EG(vm_stack) = zend_vm_stack_new_page(ZEND_VM_STACK_PAGE_SIZE(0 /* main stack */), NULL);
NULL              171 Zend/zend_execute.c 	while (stack != NULL) {
NULL              424 Zend/zend_execute.c 		*should_free = NULL;
NULL              430 Zend/zend_execute.c 			return NULL;
NULL              445 Zend/zend_execute.c 		*should_free = NULL;
NULL              451 Zend/zend_execute.c 			return NULL;
NULL              466 Zend/zend_execute.c 		*should_free = NULL;
NULL              472 Zend/zend_execute.c 			return NULL;
NULL              487 Zend/zend_execute.c 		*should_free = NULL;
NULL              493 Zend/zend_execute.c 			return NULL;
NULL              508 Zend/zend_execute.c 		*should_free = NULL;
NULL              514 Zend/zend_execute.c 			return NULL;
NULL              524 Zend/zend_execute.c 		*should_free = NULL;
NULL              535 Zend/zend_execute.c 		*should_free = NULL;
NULL              551 Zend/zend_execute.c 		*should_free = NULL;
NULL              560 Zend/zend_execute.c 		*should_free = NULL;
NULL              569 Zend/zend_execute.c 		*should_free = NULL;
NULL              664 Zend/zend_execute.c 		if (UNEXPECTED(zval_update_constant_ex(&constant, 0, NULL) != SUCCESS)) {
NULL              766 Zend/zend_execute.c 				if (!zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL)) {
NULL              840 Zend/zend_execute.c 				if (!zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL)) {
NULL              877 Zend/zend_execute.c 					zend_verify_arg_error(zf, arg_num, "be an instance of ", ZSTR_VAL(cur_arg_info->class_name), "none", "", NULL);
NULL              885 Zend/zend_execute.c 			zend_verify_arg_error(zf, arg_num, need_msg, ZSTR_VAL(ce->name), "none", "", NULL);
NULL              887 Zend/zend_execute.c 			zend_verify_arg_error(zf, arg_num, "be callable", "", "none", "", NULL);
NULL              889 Zend/zend_execute.c 			zend_verify_arg_error(zf, arg_num, "be of the type ", zend_get_type_by_const(cur_arg_info->type_hint), "none", "", NULL);
NULL              971 Zend/zend_execute.c 				if (!zend_is_callable(ret, IS_CALLABLE_CHECK_SILENT, NULL) && (Z_TYPE_P(ret) != IS_NULL || !ret_info->allow_null)) {
NULL             1032 Zend/zend_execute.c 				if (!zend_is_callable(ret, IS_CALLABLE_CHECK_SILENT, NULL)) {
NULL             1146 Zend/zend_execute.c 			if (EXPECTED(zobj->properties != NULL)) {
NULL             1161 Zend/zend_execute.c 				if (EXPECTED(zobj->properties == NULL)) {
NULL             1244 Zend/zend_execute.c 		zend_throw_error(NULL, "Cannot use object as array");
NULL             1276 Zend/zend_execute.c 		(z = Z_OBJ_HT_P(object)->read_dimension(object, property, BP_VAR_R, &rv)) != NULL) {
NULL             1518 Zend/zend_execute.c 		ZEND_ASSERT(EX(func)->op_array.static_variables != NULL);
NULL             1547 Zend/zend_execute.c 		if (retval == NULL) {
NULL             1652 Zend/zend_execute.c 				if (IS_LONG == is_numeric_string(Z_STRVAL_P(dim), Z_STRLEN_P(dim), NULL, NULL, -1)) {
NULL             1703 Zend/zend_execute.c 		if (dim == NULL) {
NULL             1705 Zend/zend_execute.c 			if (UNEXPECTED(retval == NULL)) {
NULL             1725 Zend/zend_execute.c 			zend_hash_init(Z_ARRVAL_P(container), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             1729 Zend/zend_execute.c 		if (dim == NULL) {
NULL             1730 Zend/zend_execute.c 			zend_throw_error(NULL, "[] operator not supported for strings");
NULL             1734 Zend/zend_execute.c 			ZVAL_INDIRECT(result, NULL); /* wrong string offset */
NULL             1738 Zend/zend_execute.c 			zend_throw_error(NULL, "Cannot use object as array");
NULL             1833 Zend/zend_execute.c 					if (IS_LONG == is_numeric_string(Z_STRVAL_P(dim), Z_STRLEN_P(dim), NULL, NULL, -1)) {
NULL             1881 Zend/zend_execute.c 			zend_throw_error(NULL, "Cannot use object as array");
NULL             1886 Zend/zend_execute.c 			ZEND_ASSERT(result != NULL);
NULL             1956 Zend/zend_execute.c 		} else if (EXPECTED(zobj->properties != NULL)) {
NULL             1972 Zend/zend_execute.c 		if (NULL == ptr) {
NULL             1981 Zend/zend_execute.c 				zend_throw_error(NULL, "Cannot access undefined property for object with overloaded property access");
NULL             2114 Zend/zend_execute.c 	EX(call) = NULL;
NULL             2188 Zend/zend_execute.c 	EX(call) = NULL;
NULL             2217 Zend/zend_execute.c 	EX(call) = NULL;
NULL             2220 Zend/zend_execute.c 	if (UNEXPECTED(EX(symbol_table) != NULL)) {
NULL             2323 Zend/zend_execute.c 		NULL);
NULL             2337 Zend/zend_execute.c 	EX(prev_execute_data) = NULL;
NULL             2353 Zend/zend_execute.c 	EX(symbol_table) = NULL;
NULL             2721 Zend/zend_execute.c 		if (handler == NULL) {
NULL               59 Zend/zend_execute.h 	zend_refcounted *ref = NULL;
NULL               77 Zend/zend_execute.h 	    		UNEXPECTED(Z_OBJ_HANDLER_P(variable_ptr, set) != NULL)) {
NULL              335 Zend/zend_execute.h 		NULL)
NULL              351 Zend/zend_execute.h 	(EXPECTED((slot)[0] == (ce)) ? (slot)[1] : NULL)
NULL               46 Zend/zend_execute_API.c ZEND_API const zend_fcall_info empty_fcall_info = { 0, NULL, {{0}, {{0}}, {0}}, NULL, NULL, NULL, NULL, 0, 0 };
NULL               47 Zend/zend_execute_API.c ZEND_API const zend_fcall_info_cache empty_fcall_info_cache = { 0, NULL, NULL, NULL, NULL };
NULL               50 Zend/zend_execute_API.c ZEND_TLS HANDLE tq_timer = NULL;
NULL              146 Zend/zend_execute_API.c 	EG(in_autoload) = NULL;
NULL              147 Zend/zend_execute_API.c 	EG(autoload_func) = NULL;
NULL              152 Zend/zend_execute_API.c 	zend_hash_init(&EG(symbol_table), 64, NULL, ZVAL_PTR_DTOR, 0);
NULL              157 Zend/zend_execute_API.c 	zend_hash_init(&EG(included_files), 8, NULL, NULL, 0);
NULL              163 Zend/zend_execute_API.c 	EG(current_execute_data) = NULL;
NULL              176 Zend/zend_execute_API.c 	EG(exception) = NULL;
NULL              177 Zend/zend_execute_API.c 	EG(prev_exception) = NULL;
NULL              179 Zend/zend_execute_API.c 	EG(scope) = NULL;
NULL              215 Zend/zend_execute_API.c 	char *message = NULL;
NULL              297 Zend/zend_execute_API.c 		zend_stack_clean(&EG(user_error_handlers_error_reporting), NULL, 1);
NULL              453 Zend/zend_execute_API.c 		return NULL;
NULL              471 Zend/zend_execute_API.c 			return NULL;
NULL              501 Zend/zend_execute_API.c 		return NULL;
NULL              559 Zend/zend_execute_API.c 		zend_throw_error(NULL, "Cannot declare self-referencing constant '%s'", Z_STRVAL_P(p));
NULL              575 Zend/zend_execute_API.c 		} else if (UNEXPECTED((const_value = zend_get_constant_ex(Z_STR_P(p), scope, Z_CONST_FLAGS_P(p))) == NULL)) {
NULL              582 Zend/zend_execute_API.c 				zend_throw_error(NULL, "Undefined class constant '%s'", Z_STRVAL_P(p));
NULL              609 Zend/zend_execute_API.c 						zend_throw_error(NULL, "Undefined constant '%s'", ZSTR_VAL(save) + 1);
NULL              611 Zend/zend_execute_API.c 						zend_throw_error(NULL, "Undefined constant '%s'", ZSTR_VAL(save));
NULL              637 Zend/zend_execute_API.c 				if (UNEXPECTED(zval_update_constant_ex(p, 1, NULL) != SUCCESS)) {
NULL              661 Zend/zend_execute_API.c 	return zval_update_constant_ex(pp, inline_change, NULL);
NULL              667 Zend/zend_execute_API.c 	return call_user_function_ex(function_table, object, function_name, retval_ptr, param_count, params, 1, NULL);
NULL              677 Zend/zend_execute_API.c 	fci.object = object ? Z_OBJ_P(object) : NULL;
NULL              685 Zend/zend_execute_API.c 	return zend_call_function(&fci, NULL);
NULL              692 Zend/zend_execute_API.c 	zend_class_entry *calling_scope = NULL;
NULL              735 Zend/zend_execute_API.c 		dummy_execute_data.call = NULL;
NULL              736 Zend/zend_execute_API.c 		dummy_execute_data.opline = NULL;
NULL              737 Zend/zend_execute_API.c 		dummy_execute_data.func = NULL;
NULL              743 Zend/zend_execute_API.c 		char *error = NULL;
NULL              788 Zend/zend_execute_API.c 			zend_throw_error(NULL, "Cannot call abstract method %s::%s()", ZSTR_VAL(func->common.scope->name), ZSTR_VAL(func->common.function_name));
NULL              844 Zend/zend_execute_API.c 		fci->object = NULL;
NULL              855 Zend/zend_execute_API.c 	ZEND_ASSERT(fci->symbol_table == NULL);
NULL              878 Zend/zend_execute_API.c 		call->return_value = NULL; /* this is not a constructor call */
NULL              880 Zend/zend_execute_API.c 		if (EXPECTED(zend_execute_internal == NULL)) {
NULL              914 Zend/zend_execute_API.c 			zend_throw_error(NULL, "Cannot call overloaded function for non-object");
NULL              938 Zend/zend_execute_API.c 		zend_throw_exception_internal(NULL);
NULL              946 Zend/zend_execute_API.c 	zend_class_entry *ce = NULL;
NULL              956 Zend/zend_execute_API.c 		if (name == NULL || !ZSTR_LEN(name)) {
NULL              957 Zend/zend_execute_API.c 			return NULL;
NULL              983 Zend/zend_execute_API.c 		return NULL;
NULL              994 Zend/zend_execute_API.c 			return NULL;
NULL             1004 Zend/zend_execute_API.c 		return NULL;
NULL             1007 Zend/zend_execute_API.c 	if (EG(in_autoload) == NULL) {
NULL             1009 Zend/zend_execute_API.c 		zend_hash_init(EG(in_autoload), 8, NULL, NULL, 0);
NULL             1012 Zend/zend_execute_API.c 	if (zend_hash_add_empty_element(EG(in_autoload), lc_name) == NULL) {
NULL             1016 Zend/zend_execute_API.c 		return NULL;
NULL             1030 Zend/zend_execute_API.c 	fcall_info.symbol_table = NULL;
NULL             1034 Zend/zend_execute_API.c 	fcall_info.object = NULL;
NULL             1039 Zend/zend_execute_API.c 	fcall_cache.calling_scope = NULL;
NULL             1040 Zend/zend_execute_API.c 	fcall_cache.called_scope = NULL;
NULL             1041 Zend/zend_execute_API.c 	fcall_cache.object = NULL;
NULL             1065 Zend/zend_execute_API.c 	return zend_lookup_class_ex(name, NULL, 1);
NULL             1081 Zend/zend_execute_API.c 	return NULL;
NULL             1097 Zend/zend_execute_API.c 	return NULL;
NULL             1242 Zend/zend_execute_API.c 	if (NULL != tq_timer) {
NULL             1243 Zend/zend_execute_API.c 		if (!DeleteTimerQueueTimer(NULL, tq_timer, NULL)) {
NULL             1245 Zend/zend_execute_API.c 			tq_timer = NULL;
NULL             1249 Zend/zend_execute_API.c 		tq_timer = NULL;
NULL             1253 Zend/zend_execute_API.c 	if (!CreateTimerQueueTimer(&tq_timer, NULL, (WAITORTIMERCALLBACK)tq_timer_cb, (VOID*)&EG(timed_out), seconds*1000, 0, WT_EXECUTEONLYONCE)) {
NULL             1255 Zend/zend_execute_API.c 		tq_timer = NULL;
NULL             1271 Zend/zend_execute_API.c 			setitimer(ITIMER_REAL, &t_r, NULL);
NULL             1275 Zend/zend_execute_API.c 			setitimer(ITIMER_PROF, &t_r, NULL);
NULL             1289 Zend/zend_execute_API.c 			sigprocmask(SIG_UNBLOCK, &sigset, NULL);
NULL             1301 Zend/zend_execute_API.c 	if (NULL != tq_timer) {
NULL             1302 Zend/zend_execute_API.c 		if (!DeleteTimerQueueTimer(NULL, tq_timer, NULL)) {
NULL             1304 Zend/zend_execute_API.c 			tq_timer = NULL;
NULL             1308 Zend/zend_execute_API.c 		tq_timer = NULL;
NULL             1319 Zend/zend_execute_API.c 		setitimer(ITIMER_REAL, &no_timeout, NULL);
NULL             1321 Zend/zend_execute_API.c 		setitimer(ITIMER_PROF, &no_timeout, NULL);
NULL             1338 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Cannot access self:: when no class scope is active");
NULL             1343 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Cannot access parent:: when no class scope is active");
NULL             1344 Zend/zend_execute_API.c 				return NULL;
NULL             1347 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Cannot access parent:: when current class scope has no parent");
NULL             1353 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Cannot access static:: when no class scope is active");
NULL             1354 Zend/zend_execute_API.c 				return NULL;
NULL             1367 Zend/zend_execute_API.c 		return zend_lookup_class_ex(class_name, NULL, 0);
NULL             1368 Zend/zend_execute_API.c 	} else if ((ce = zend_lookup_class_ex(class_name, NULL, 1)) == NULL) {
NULL             1371 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Interface '%s' not found", ZSTR_VAL(class_name));
NULL             1373 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Trait '%s' not found", ZSTR_VAL(class_name));
NULL             1375 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Class '%s' not found", ZSTR_VAL(class_name));
NULL             1378 Zend/zend_execute_API.c 		return NULL;
NULL             1390 Zend/zend_execute_API.c 	} else if ((ce = zend_lookup_class_ex(class_name, key, 1)) == NULL) {
NULL             1393 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Interface '%s' not found", ZSTR_VAL(class_name));
NULL             1395 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Trait '%s' not found", ZSTR_VAL(class_name));
NULL             1397 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Class '%s' not found", ZSTR_VAL(class_name));
NULL             1400 Zend/zend_execute_API.c 		return NULL;
NULL             1431 Zend/zend_execute_API.c 				ai->afn[ai->cnt] = NULL;
NULL             1482 Zend/zend_execute_API.c 		return NULL;
NULL             1497 Zend/zend_execute_API.c 		zend_hash_init(symbol_table, ex->func->op_array.last_var, NULL, ZVAL_PTR_DTOR, 0);
NULL             1614 Zend/zend_execute_API.c 			return (zend_hash_update_ind(execute_data->symbol_table, name, value) != NULL) ? SUCCESS : FAILURE;
NULL             1656 Zend/zend_execute_API.c 			return (zend_hash_str_update_ind(execute_data->symbol_table, name, len, value) != NULL) ? SUCCESS : FAILURE;
NULL              269 Zend/zend_extensions.c 	return NULL;
NULL              303 Zend/zend_extensions.c 		data.mem  = NULL;
NULL              108 Zend/zend_extensions.h #define STANDARD_ZEND_EXTENSION_PROPERTIES       NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, -1
NULL              109 Zend/zend_extensions.h #define COMPAT_ZEND_EXTENSION_PROPERTIES         NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, -1
NULL              110 Zend/zend_extensions.h #define BUILD_COMPAT_ZEND_EXTENSION_PROPERTIES   NULL, NULL, NULL, NULL, NULL, NULL, NULL, -1
NULL               36 Zend/zend_float.c 	EG(saved_fpu_cw_ptr) = NULL;
NULL               48 Zend/zend_float.c 	EG(saved_fpu_cw_ptr) = NULL;
NULL              130 Zend/zend_gc.c 		gc_globals->buf = NULL;
NULL              139 Zend/zend_gc.c 	gc_globals->buf = NULL;
NULL              143 Zend/zend_gc.c 	gc_globals->unused = NULL;
NULL              144 Zend/zend_gc.c 	gc_globals->next_to_free = NULL;
NULL              200 Zend/zend_gc.c 		GC_G(unused) = NULL;
NULL              203 Zend/zend_gc.c 		GC_G(unused) = NULL;
NULL              204 Zend/zend_gc.c 		GC_G(first_unused) = NULL;
NULL              205 Zend/zend_gc.c 		GC_G(last_unused) = NULL;
NULL              211 Zend/zend_gc.c 	if (GC_G(buf) == NULL && GC_G(gc_enabled)) {
NULL              308 Zend/zend_gc.c 	ht = NULL;
NULL              316 Zend/zend_gc.c 		             (get_gc = obj->handlers->get_gc) != NULL)) {
NULL              417 Zend/zend_gc.c 		ht = NULL;
NULL              426 Zend/zend_gc.c 		             (get_gc = obj->handlers->get_gc) != NULL)) {
NULL              554 Zend/zend_gc.c 				             (get_gc = obj->handlers->get_gc) != NULL)) {
NULL              706 Zend/zend_gc.c 		ht = NULL;
NULL              719 Zend/zend_gc.c 			             (get_gc = obj->handlers->get_gc) != NULL)) {
NULL              734 Zend/zend_gc.c 				     (obj->ce->destructor != NULL))) {
NULL              882 Zend/zend_gc.c 	HashTable *ht = NULL;
NULL              896 Zend/zend_gc.c 			root = NULL;
NULL              906 Zend/zend_gc.c 		             (get_gc = obj->handlers->get_gc) != NULL)) {
NULL              923 Zend/zend_gc.c 						gc_remove_nested_data_from_buffer(ref, NULL);
NULL              967 Zend/zend_gc.c 				gc_remove_nested_data_from_buffer(ref, NULL);
NULL             1013 Zend/zend_gc.c 		additional_buffer = NULL;
NULL             1135 Zend/zend_gc.c 		while (additional_buffer != NULL) {
NULL               79 Zend/zend_generators.c 			generator->execute_data = NULL;
NULL               97 Zend/zend_generators.c 		generator->execute_data = NULL;
NULL              124 Zend/zend_generators.c 		generator->node.parent = NULL;
NULL              157 Zend/zend_generators.c 		EG(exception) = NULL;
NULL              198 Zend/zend_generators.c 	return NULL;
NULL              216 Zend/zend_generators.c 	generator->node.parent = NULL;
NULL              267 Zend/zend_generators.c 	zend_throw_error(NULL, "The \"Generator\" class is reserved for internal use and cannot be manually instantiated");
NULL              269 Zend/zend_generators.c 	return NULL;
NULL              310 Zend/zend_generators.c 		zend_throw_exception_internal(NULL);
NULL              320 Zend/zend_generators.c 			return NULL;
NULL              346 Zend/zend_generators.c 	return node->children > 1 ? node : NULL;
NULL              364 Zend/zend_generators.c 		zend_hash_init(&node->child.ht, 5, sigh, NULL, 0);
NULL              489 Zend/zend_generators.c 		old_root = NULL;
NULL              500 Zend/zend_generators.c 		if (root->node.parent->execute_data == NULL) {
NULL              501 Zend/zend_generators.c 			if (EXPECTED(EG(exception) == NULL)) {
NULL              528 Zend/zend_generators.c 			root->node.parent = NULL;
NULL              582 Zend/zend_generators.c 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL              593 Zend/zend_generators.c 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL              605 Zend/zend_generators.c 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL              618 Zend/zend_generators.c 		zend_throw_exception_internal(NULL);
NULL              642 Zend/zend_generators.c 		zend_throw_error(NULL, "Cannot resume an already running generator");
NULL              710 Zend/zend_generators.c 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL              713 Zend/zend_generators.c 				zend_throw_exception_internal(NULL);
NULL              716 Zend/zend_generators.c 				zend_generator_throw_exception(generator, NULL);
NULL              732 Zend/zend_generators.c 	if (UNEXPECTED(Z_TYPE(generator->value) == IS_UNDEF) && EXPECTED(generator->execute_data) && EXPECTED(generator->node.parent == NULL)) {
NULL              746 Zend/zend_generators.c 		zend_throw_exception(NULL, "Cannot rewind a generator that was already run", 0);
NULL              783 Zend/zend_generators.c 	RETURN_BOOL(EXPECTED(generator->execute_data != NULL));
NULL              802 Zend/zend_generators.c 	if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->value) != IS_UNDEF)) {
NULL              826 Zend/zend_generators.c 	if (EXPECTED(generator->execute_data != NULL && Z_TYPE(root->key) != IS_UNDEF)) {
NULL              961 Zend/zend_generators.c 		zend_throw_exception(NULL,
NULL              982 Zend/zend_generators.c 	zend_throw_exception(NULL, "Unserialization of 'Generator' is not allowed", 0);
NULL              991 Zend/zend_generators.c 	generator->iterator = NULL;
NULL             1073 Zend/zend_generators.c 		zend_throw_exception(NULL, "Cannot traverse an already closed generator", 0);
NULL             1074 Zend/zend_generators.c 		return NULL;
NULL             1078 Zend/zend_generators.c 		zend_throw_exception(NULL, "You can only iterate a generator by-reference if it declared that it yields by-reference", 0);
NULL             1079 Zend/zend_generators.c 		return NULL;
NULL             1137 Zend/zend_generators.c 	zend_generator_handlers.clone_obj = NULL;
NULL             1140 Zend/zend_generators.c 	INIT_CLASS_ENTRY(ce, "ClosedGeneratorException", NULL);
NULL              115 Zend/zend_generators.h 	if (EXPECTED(generator->node.parent == NULL)) {
NULL              123 Zend/zend_generators.h 	if (EXPECTED(root->execute_data && root->node.parent == NULL)) {
NULL              341 Zend/zend_hash.c 		if (iter->ht == NULL) {
NULL              423 Zend/zend_hash.c 	iter->ht = NULL;
NULL              426 Zend/zend_hash.c 		while (idx > 0 && EG(ht_iterators)[idx - 1].ht == NULL) {
NULL              506 Zend/zend_hash.c 	return NULL;
NULL              529 Zend/zend_hash.c 	return NULL;
NULL              549 Zend/zend_hash.c 	return NULL;
NULL              575 Zend/zend_hash.c 					return NULL;
NULL              582 Zend/zend_hash.c 						return NULL;
NULL              585 Zend/zend_hash.c 					return NULL;
NULL              741 Zend/zend_hash.c 					return NULL;
NULL              788 Zend/zend_hash.c 		p->key = NULL;
NULL              801 Zend/zend_hash.c 				return NULL;
NULL              832 Zend/zend_hash.c 	p->key = NULL;
NULL             1035 Zend/zend_hash.c 	Bucket *prev = NULL;
NULL             1066 Zend/zend_hash.c 	Bucket *prev = NULL;
NULL             1097 Zend/zend_hash.c 	Bucket *prev = NULL;
NULL             1146 Zend/zend_hash.c 	Bucket *prev = NULL;
NULL             1190 Zend/zend_hash.c 	Bucket *prev = NULL;
NULL             1219 Zend/zend_hash.c 	Bucket *prev = NULL;
NULL             1228 Zend/zend_hash.c 				_zend_hash_del_el_ex(ht, HT_IDX_TO_HASH(h), p, NULL);
NULL             1239 Zend/zend_hash.c 		if ((p->h == h) && (p->key == NULL)) {
NULL             1722 Zend/zend_hash.c 		q->key = NULL;
NULL             1984 Zend/zend_hash.c 	return p ? &p->val : NULL;
NULL             1996 Zend/zend_hash.c 	return p ? &p->val : NULL;
NULL             2034 Zend/zend_hash.c 		return NULL;
NULL             2038 Zend/zend_hash.c 	return p ? &p->val : NULL;
NULL             2214 Zend/zend_hash.c 		return NULL;
NULL             2300 Zend/zend_hash.c 				p->key = NULL;
NULL             2352 Zend/zend_hash.c 			if (p1->key == NULL && p2->key == NULL) { /* numeric indices */
NULL             2356 Zend/zend_hash.c 			} else if (p1->key != NULL && p2->key != NULL) { /* string indices */
NULL             2367 Zend/zend_hash.c 				return p1->key != NULL ? 1 : -1;
NULL             2372 Zend/zend_hash.c 			if (p1->key == NULL) { /* numeric index */
NULL             2374 Zend/zend_hash.c 				if (pData2 == NULL) {
NULL             2379 Zend/zend_hash.c 				if (pData2 == NULL) {
NULL             2434 Zend/zend_hash.c 		return NULL;
NULL             2440 Zend/zend_hash.c 			return NULL;
NULL              247 Zend/zend_hash.h 	zend_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent)
NULL              280 Zend/zend_hash.h 		((Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF) ? Z_INDIRECT_P(zv) : NULL) : zv;
NULL              300 Zend/zend_hash.h 		((Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF) ? Z_INDIRECT_P(zv) : NULL) : zv;
NULL              481 Zend/zend_hash.h 		return NULL;
NULL              495 Zend/zend_hash.h 		return NULL;
NULL              509 Zend/zend_hash.h 		return NULL;
NULL              523 Zend/zend_hash.h 		return NULL;
NULL              537 Zend/zend_hash.h 		return NULL;
NULL              551 Zend/zend_hash.h 		return NULL;
NULL              559 Zend/zend_hash.h 	ZVAL_PTR(&tmp, NULL);
NULL              565 Zend/zend_hash.h 	return NULL;
NULL              572 Zend/zend_hash.h 	ZVAL_PTR(&tmp, NULL);
NULL              578 Zend/zend_hash.h 	return NULL;
NULL              605 Zend/zend_hash.h 	return zv ? Z_PTR_P(zv) : NULL;
NULL              614 Zend/zend_hash.h 	return zv ? Z_PTR_P(zv) : NULL;
NULL              627 Zend/zend_hash.h 		return NULL;
NULL              635 Zend/zend_hash.h 	ZVAL_PTR(&tmp, NULL);
NULL              641 Zend/zend_hash.h 	return NULL;
NULL              654 Zend/zend_hash.h 		return NULL;
NULL              671 Zend/zend_hash.h 	ZVAL_PTR(&tmp, NULL);
NULL              677 Zend/zend_hash.h 	return NULL;
NULL              689 Zend/zend_hash.h 		return NULL;
NULL              702 Zend/zend_hash.h 		return NULL;
NULL              715 Zend/zend_hash.h 		return NULL;
NULL              739 Zend/zend_hash.h 		return NULL;
NULL              894 Zend/zend_hash.h 		__fill_bkt->key = NULL; \
NULL               61 Zend/zend_highlight.c 	unsigned char *filtered = NULL;
NULL               93 Zend/zend_inheritance.c 	ZEND_ASSERT(ce->parent != NULL);
NULL              182 Zend/zend_inheritance.c 			fe_class_name = NULL;
NULL              199 Zend/zend_inheritance.c 			proto_class_name = NULL;
NULL              439 Zend/zend_inheritance.c 					zend_op *precv = NULL;
NULL              556 Zend/zend_inheritance.c 		child->common.prototype = NULL;
NULL              602 Zend/zend_inheritance.c 		return NULL;
NULL              914 Zend/zend_inheritance.c 	if ((old_constant = zend_hash_find(child_constants_table, name)) != NULL) {
NULL              955 Zend/zend_inheritance.c 		if (ce->interfaces[i] == NULL) {
NULL             1006 Zend/zend_inheritance.c 		if (ce->traits[i] == NULL) {
NULL             1088 Zend/zend_inheritance.c 	zend_function *existing_fn = NULL;
NULL             1091 Zend/zend_inheritance.c 	if ((existing_fn = zend_hash_find_ptr(&ce->function_table, key)) != NULL) {
NULL             1096 Zend/zend_inheritance.c 				if ((existing_fn = zend_hash_find_ptr(*overriden, key)) != NULL) {
NULL             1116 Zend/zend_inheritance.c 				zend_hash_init_ex(*overriden, 8, NULL, overriden_ptr_dtor, 0, 0);
NULL             1151 Zend/zend_inheritance.c 			fn->common.prototype = NULL;
NULL             1191 Zend/zend_inheritance.c 			if (alias->alias != NULL
NULL             1216 Zend/zend_inheritance.c 	if (exclude_table == NULL || zend_hash_find(exclude_table, fnname) == NULL) {
NULL             1227 Zend/zend_inheritance.c 				if (alias->alias == NULL && alias->modifiers != 0
NULL             1281 Zend/zend_inheritance.c 		ce->trait_precedences = NULL;
NULL             1380 Zend/zend_inheritance.c 					if (zend_hash_add_empty_element(exclude_table, lcname) == NULL) {
NULL             1397 Zend/zend_inheritance.c 	HashTable *overriden = NULL;
NULL             1407 Zend/zend_inheritance.c 			zend_hash_init_ex(&exclude_table, 8, NULL, NULL, 0, 0);
NULL             1410 Zend/zend_inheritance.c 			ce->trait_precedences = NULL;
NULL             1422 Zend/zend_inheritance.c 				zend_traits_copy_functions(key, fn, ce, &overriden, NULL);
NULL             1436 Zend/zend_inheritance.c 				ce->trait_precedences[i]->exclude_from_classes = NULL;
NULL             1502 Zend/zend_inheritance.c 			if ((coliding_prop = zend_hash_find_ptr(&ce->properties_info, prop_name)) != NULL) {
NULL             1552 Zend/zend_inheritance.c 			doc_comment = property_info->doc_comment ? zend_string_copy(property_info->doc_comment) : NULL;
NULL               72 Zend/zend_ini.c 		ini_entry->orig_value = NULL;
NULL              110 Zend/zend_ini.c 	EG(modified_ini_directives) = NULL;
NULL              111 Zend/zend_ini.c 	EG(error_reporting_ini_entry) = NULL;
NULL              112 Zend/zend_ini.c 	zend_hash_init_ex(registered_zend_ini_directives, 128, NULL, free_ini_entry, 1, 0);
NULL              145 Zend/zend_ini.c 		EG(modified_ini_directives) = NULL;
NULL              173 Zend/zend_ini.c 	EG(modified_ini_directives) = NULL;
NULL              174 Zend/zend_ini.c 	EG(error_reporting_ini_entry) = NULL;
NULL              176 Zend/zend_ini.c 	zend_hash_init_ex(EG(ini_directives), registered_zend_ini_directives->nNumOfElements, NULL, free_ini_entry, 1, 0);
NULL              239 Zend/zend_ini.c 		p->value = NULL;
NULL              240 Zend/zend_ini.c 		p->orig_value = NULL;
NULL              248 Zend/zend_ini.c 		if (zend_hash_add_ptr(directives, p->name, (void*)p) == NULL) {
NULL              255 Zend/zend_ini.c 		if (((default_value = zend_get_configuration_directive(p->name)) != NULL) &&
NULL              261 Zend/zend_ini.c 				zend_string_init(ini_entry->value, ini_entry->value_length, 1) : NULL;
NULL              337 Zend/zend_ini.c 	if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL) {
NULL              356 Zend/zend_ini.c 		zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0);
NULL              386 Zend/zend_ini.c 	if ((ini_entry = zend_hash_find_ptr(EG(ini_directives), name)) == NULL ||
NULL              408 Zend/zend_ini.c 	if (ini_entry == NULL) {
NULL              428 Zend/zend_ini.c 			return (ini_entry->orig_value ? ZEND_STRTOL(ZSTR_VAL(ini_entry->orig_value), NULL, 0) : 0);
NULL              430 Zend/zend_ini.c 			return (ini_entry->value      ? ZEND_STRTOL(ZSTR_VAL(ini_entry->value), NULL, 0)      : 0);
NULL              445 Zend/zend_ini.c 			return (double) (ini_entry->orig_value ? zend_strtod(ZSTR_VAL(ini_entry->orig_value), NULL) : 0.0);
NULL              447 Zend/zend_ini.c 			return (double) (ini_entry->value      ? zend_strtod(ZSTR_VAL(ini_entry->value), NULL)      : 0.0);
NULL              466 Zend/zend_ini.c 			return ini_entry->orig_value ? ZSTR_VAL(ini_entry->orig_value) : NULL;
NULL              468 Zend/zend_ini.c 			return ini_entry->value ? ZSTR_VAL(ini_entry->value) : NULL;
NULL              474 Zend/zend_ini.c 		return NULL;
NULL              486 Zend/zend_ini.c 		return NULL;
NULL              540 Zend/zend_ini.c 		tmp_value = (ini_entry->orig_value ? ini_entry->orig_value : NULL );
NULL              544 Zend/zend_ini.c 		tmp_value = NULL;
NULL              578 Zend/zend_ini.c 		value = NULL;
NULL              605 Zend/zend_ini.c 		value = NULL;
NULL              702 Zend/zend_ini.c 	*p = zend_strtod(ZSTR_VAL(new_value), NULL);
NULL              720 Zend/zend_ini.c 	*p = new_value ? ZSTR_VAL(new_value) : NULL;
NULL              742 Zend/zend_ini.c 	*p = new_value ? ZSTR_VAL(new_value) : NULL;
NULL               97 Zend/zend_ini.h #define ZEND_INI_END()		{ NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0} };
NULL              103 Zend/zend_ini.h 	ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, arg2, arg3, NULL)
NULL              106 Zend/zend_ini.h 	ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, arg2, NULL, displayer)
NULL              109 Zend/zend_ini.h 	ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, arg1, arg2, NULL)
NULL              112 Zend/zend_ini.h 	ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, arg1, NULL, NULL, displayer)
NULL              115 Zend/zend_ini.h 	ZEND_INI_ENTRY1_EX(name, default_value, modifiable, on_modify, arg1, NULL)
NULL              118 Zend/zend_ini.h 	ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, NULL, NULL, NULL, displayer)
NULL              121 Zend/zend_ini.h 	ZEND_INI_ENTRY_EX(name, default_value, modifiable, on_modify, NULL)
NULL              129 Zend/zend_ini.h 	ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, property_name), (void *) &struct_ptr##_id, NULL, zend_ini_boolean_displayer_cb)
NULL              136 Zend/zend_ini.h 	ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, property_name), (void *) &struct_ptr, NULL, zend_ini_boolean_displayer_cb)
NULL              141 Zend/zend_ini.h #define INI_STR(name) zend_ini_string_ex((name), sizeof(name)-1, 0, NULL)
NULL              137 Zend/zend_ini_parser.y 				zval_update_constant_ex(&tmp, 1, NULL);
NULL              162 Zend/zend_ini_parser.y 	if ((curval = zend_get_configuration_directive(Z_STR_P(name))) != NULL) {
NULL              165 Zend/zend_ini_parser.y 	} else if ((envvar = zend_getenv(Z_STRVAL_P(name), Z_STRLEN_P(name))) != NULL ||
NULL              166 Zend/zend_ini_parser.y 			   (envvar = getenv(Z_STRVAL_P(name))) != NULL) {
NULL              297 Zend/zend_ini_parser.y 			ZEND_INI_PARSER_CB(&$2, NULL, NULL, ZEND_INI_PARSER_SECTION, ZEND_INI_PARSER_ARG);
NULL              304 Zend/zend_ini_parser.y 			ZEND_INI_PARSER_CB(&$1, &$3, NULL, ZEND_INI_PARSER_ENTRY, ZEND_INI_PARSER_ARG);
NULL              321 Zend/zend_ini_parser.y 	|	TC_LABEL	{ ZEND_INI_PARSER_CB(&$1, NULL, NULL, ZEND_INI_PARSER_ENTRY, ZEND_INI_PARSER_ARG); zend_string_release(Z_STR($1)); }
NULL              372 Zend/zend_ini_parser.y 	|	'~' expr						{ zend_ini_do_op('~', &$$, &$2, NULL); }
NULL              373 Zend/zend_ini_parser.y 	|	'!'	expr						{ zend_ini_do_op('!', &$$, &$2, NULL); }
NULL              234 Zend/zend_ini_scanner.c 	if (fh != NULL) {
NULL              237 Zend/zend_ini_scanner.c 		ini_filename = NULL;
NULL              302 Zend/zend_ini_scanner.c 	if (init_ini_scanner(scanner_mode, NULL) == FAILURE) {
NULL             1914 Zend/zend_ini_scanner.c 	unsigned char *sc = NULL;
NULL             1922 Zend/zend_ini_scanner.c 				if (sc == NULL) {
NULL               52 Zend/zend_interfaces.c 	fci.object = (object && Z_TYPE_P(object) == IS_OBJECT) ? Z_OBJ_P(object) : NULL;
NULL               58 Zend/zend_interfaces.c 	fci.symbol_table = NULL;
NULL               63 Zend/zend_interfaces.c 		fci.function_table = !object ? EG(function_table) : NULL;
NULL               64 Zend/zend_interfaces.c 		result = zend_call_function(&fci, NULL);
NULL               71 Zend/zend_interfaces.c 			obj_ce = object ? Z_OBJCE_P(object) : NULL;
NULL               79 Zend/zend_interfaces.c 			if ((fcic.function_handler = zend_hash_find_ptr(function_table, Z_STR(fci.function_name))) == NULL) {
NULL              103 Zend/zend_interfaces.c 		fcic.object = object ? Z_OBJ_P(object) : NULL;
NULL              110 Zend/zend_interfaces.c 			obj_ce = object ? Z_OBJCE_P(object) : NULL;
NULL              125 Zend/zend_interfaces.c 		return NULL;
NULL              234 Zend/zend_interfaces.c 	zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs.zf_next, "next", NULL);
NULL              245 Zend/zend_interfaces.c 	zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs.zf_rewind, "rewind", NULL);
NULL              265 Zend/zend_interfaces.c 		zend_throw_error(NULL, "An iterator cannot be used with foreach by reference");
NULL              266 Zend/zend_interfaces.c 		return NULL;
NULL              289 Zend/zend_interfaces.c 	ce_it = (Z_TYPE(iterator) == IS_OBJECT) ? Z_OBJCE(iterator) : NULL;
NULL              293 Zend/zend_interfaces.c 			zend_throw_exception_ex(NULL, 0, "Objects returned by %s::getIterator() must be traversable or implement interface Iterator", ce ? ZSTR_VAL(ce->name) : ZSTR_VAL(Z_OBJCE_P(object)->name));
NULL              296 Zend/zend_interfaces.c 		return NULL;
NULL              359 Zend/zend_interfaces.c 	class_type->iterator_funcs.zf_new_iterator = NULL;
NULL              384 Zend/zend_interfaces.c 	class_type->iterator_funcs.zf_valid = NULL;
NULL              385 Zend/zend_interfaces.c 	class_type->iterator_funcs.zf_current = NULL;
NULL              386 Zend/zend_interfaces.c 	class_type->iterator_funcs.zf_key = NULL;
NULL              387 Zend/zend_interfaces.c 	class_type->iterator_funcs.zf_next = NULL;
NULL              388 Zend/zend_interfaces.c 	class_type->iterator_funcs.zf_rewind = NULL;
NULL              443 Zend/zend_interfaces.c 		zend_throw_exception_ex(NULL, 0, "%s::serialize() must return a string or NULL", ZSTR_VAL(ce->name));
NULL              460 Zend/zend_interfaces.c 	zend_call_method_with_1_params(object, ce, &ce->unserialize_func, "unserialize", NULL, &zdata);
NULL              475 Zend/zend_interfaces.c 	zend_throw_exception_ex(NULL, 0, "Serialization of '%s' is not allowed", ZSTR_VAL(ce->name));
NULL              482 Zend/zend_interfaces.c 	zend_throw_exception_ex(NULL, 0, "Unserialization of '%s' is not allowed", ZSTR_VAL(ce->name));
NULL              507 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(iterator, getIterator, NULL)
NULL              512 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(iterator, current,  NULL)
NULL              513 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(iterator, next,     NULL)
NULL              514 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(iterator, key,      NULL)
NULL              515 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(iterator, valid,    NULL)
NULL              516 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(iterator, rewind,   NULL)
NULL              520 Zend/zend_interfaces.c const zend_function_entry *zend_funcs_traversable    = NULL;
NULL              548 Zend/zend_interfaces.c 	ZEND_ABSTRACT_ME(serializable, serialize,   NULL)
NULL              549 Zend/zend_interfaces.c 	ZEND_FENTRY(unserialize, NULL, arginfo_serializable_serialize, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT|ZEND_ACC_CTOR)
NULL               44 Zend/zend_interfaces.h 	zend_call_method(obj, obj_ce, fn_proxy, function_name, sizeof(function_name)-1, retval, 0, NULL, NULL)
NULL               47 Zend/zend_interfaces.h 	zend_call_method(obj, obj_ce, fn_proxy, function_name, sizeof(function_name)-1, retval, 1, arg1, NULL)
NULL               34 Zend/zend_iterators.c 	NULL,
NULL               35 Zend/zend_iterators.c 	NULL, /* prop read */
NULL               36 Zend/zend_iterators.c 	NULL, /* prop write */
NULL               37 Zend/zend_iterators.c 	NULL, /* read dim */
NULL               38 Zend/zend_iterators.c 	NULL, /* write dim */
NULL               39 Zend/zend_iterators.c 	NULL,
NULL               40 Zend/zend_iterators.c 	NULL, /* get */
NULL               41 Zend/zend_iterators.c 	NULL, /* set */
NULL               42 Zend/zend_iterators.c 	NULL, /* has prop */
NULL               43 Zend/zend_iterators.c 	NULL, /* unset prop */
NULL               44 Zend/zend_iterators.c 	NULL, /* has dim */
NULL               45 Zend/zend_iterators.c 	NULL, /* unset dim */
NULL               46 Zend/zend_iterators.c 	NULL, /* props get */
NULL               47 Zend/zend_iterators.c 	NULL, /* method get */
NULL               48 Zend/zend_iterators.c 	NULL, /* call */
NULL               49 Zend/zend_iterators.c 	NULL, /* get ctor */
NULL               50 Zend/zend_iterators.c 	NULL, /* get class name */
NULL               51 Zend/zend_iterators.c 	NULL, /* compare */
NULL               52 Zend/zend_iterators.c 	NULL, /* cast */
NULL               53 Zend/zend_iterators.c 	NULL, /* count */
NULL               54 Zend/zend_iterators.c 	NULL, /* get_debug_info */
NULL               55 Zend/zend_iterators.c 	NULL, /* get_closure */
NULL               56 Zend/zend_iterators.c 	NULL, /* get_gc */
NULL               57 Zend/zend_iterators.c 	NULL, /* do_operation */
NULL               58 Zend/zend_iterators.c 	NULL  /* compare */
NULL               63 Zend/zend_iterators.c 	INIT_CLASS_ENTRY(zend_iterator_class_entry, "__iterator_wrapper", NULL);
NULL               97 Zend/zend_iterators.c 	return NULL;
NULL              319 Zend/zend_language_parser.y 			{ $$ = zend_ast_create(ZEND_AST_NAMESPACE, $2, NULL);
NULL              326 Zend/zend_language_parser.y 			{ $$ = zend_ast_create(ZEND_AST_NAMESPACE, NULL, $4); }
NULL              381 Zend/zend_language_parser.y 			{ $$ = zend_ast_create(ZEND_AST_USE_ELEM, $1, NULL); }
NULL              411 Zend/zend_language_parser.y 			{ $$ = NULL; zend_error_noreturn(E_COMPILE_ERROR,
NULL              438 Zend/zend_language_parser.y 			{ $$ = zend_ast_create(ZEND_AST_FOREACH, $3, $5, NULL, $7); }
NULL              446 Zend/zend_language_parser.y 	|	';'	/* empty statement */ { $$ = NULL; }
NULL              462 Zend/zend_language_parser.y 		/* empty */ { $$ = NULL; }
NULL              479 Zend/zend_language_parser.y 		      zend_ast_get_str($3), $6, NULL, $10, $8); }
NULL              495 Zend/zend_language_parser.y 			{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, $1, $<num>3, $7, zend_ast_get_str($4), $5, $6, $9, NULL); }
NULL              498 Zend/zend_language_parser.y 			{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, 0, $<num>2, $6, zend_ast_get_str($3), $4, $5, $8, NULL); }
NULL              514 Zend/zend_language_parser.y 			{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_TRAIT, $<num>2, $4, zend_ast_get_str($3), NULL, NULL, $6, NULL); }
NULL              520 Zend/zend_language_parser.y 			{ $$ = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_INTERFACE, $<num>2, $5, zend_ast_get_str($3), NULL, $4, $7, NULL); }
NULL              524 Zend/zend_language_parser.y 		/* empty */		{ $$ = NULL; }
NULL              529 Zend/zend_language_parser.y 		/* empty */			{ $$ = NULL; }
NULL              534 Zend/zend_language_parser.y 		/* empty */				{ $$ = NULL; }
NULL              571 Zend/zend_language_parser.y 			{ $$ = zend_ast_list_add($1, zend_ast_create(ZEND_AST_SWITCH_CASE, NULL, $4)); }
NULL              598 Zend/zend_language_parser.y 			{ $$ = zend_ast_list_add($1, zend_ast_create(ZEND_AST_IF_ELEM, NULL, $3)); }
NULL              614 Zend/zend_language_parser.y 			      zend_ast_create(ZEND_AST_IF_ELEM, NULL, $4)); }
NULL              632 Zend/zend_language_parser.y 			{ $$ = zend_ast_create_ex(ZEND_AST_PARAM, $2 | $3, $1, $4, NULL); }
NULL              639 Zend/zend_language_parser.y 		/* empty */	{ $$ = NULL; }
NULL              650 Zend/zend_language_parser.y 		/* empty */	{ $$ = NULL; }
NULL              688 Zend/zend_language_parser.y 		T_VARIABLE			{ $$ = zend_ast_create(ZEND_AST_STATIC, $1, NULL); }
NULL              711 Zend/zend_language_parser.y 				  zend_ast_get_str($4), $7, NULL, $10, $9); }
NULL              720 Zend/zend_language_parser.y 		';'								{ $$ = NULL; }
NULL              721 Zend/zend_language_parser.y 	|	'{' '}'							{ $$ = NULL; }
NULL              750 Zend/zend_language_parser.y 			{ $$ = zend_ast_create_ex(ZEND_AST_TRAIT_ALIAS, $3, $1, NULL); }
NULL              755 Zend/zend_language_parser.y 			{ $$ = zend_ast_create(ZEND_AST_METHOD_REFERENCE, NULL, $1); }
NULL              765 Zend/zend_language_parser.y 		';' /* abstract method */		{ $$ = NULL; }
NULL              802 Zend/zend_language_parser.y 			{ $$ = zend_ast_create(ZEND_AST_PROP_ELEM, $1, NULL, ($2 ? zend_ast_create_zval_from_str($2) : NULL)); }
NULL              804 Zend/zend_language_parser.y 			{ $$ = zend_ast_create(ZEND_AST_PROP_ELEM, $1, $3, ($4 ? zend_ast_create_zval_from_str($4) : NULL)); }
NULL              829 Zend/zend_language_parser.y 		/* empty */			{ $$ = NULL; }
NULL              842 Zend/zend_language_parser.y 				ZEND_AST_CLASS, ZEND_ACC_ANON_CLASS, $<num>2, $6, NULL,
NULL              843 Zend/zend_language_parser.y 				$4, $5, $8, NULL);
NULL              942 Zend/zend_language_parser.y 			{ $$ = zend_ast_create(ZEND_AST_CONDITIONAL, $1, NULL, $4); }
NULL              958 Zend/zend_language_parser.y 	|	T_YIELD { $$ = zend_ast_create(ZEND_AST_YIELD, NULL, NULL); }
NULL              959 Zend/zend_language_parser.y 	|	T_YIELD expr { $$ = zend_ast_create(ZEND_AST_YIELD, $2, NULL); }
NULL              979 Zend/zend_language_parser.y 	/* empty */ { $$ = CG(doc_comment); CG(doc_comment) = NULL; }
NULL              988 Zend/zend_language_parser.y 		/* empty */ { $$ = NULL; }
NULL             1026 Zend/zend_language_parser.y 		/* empty */				{ $$ = NULL; }
NULL             1089 Zend/zend_language_parser.y 		/* empty */	{ $$ = NULL; }
NULL             1182 Zend/zend_language_parser.y 	|	/* empty */						{ $$ = NULL; }
NULL             1201 Zend/zend_language_parser.y 	|	expr { $$ = zend_ast_create(ZEND_AST_ARRAY_ELEM, $1, NULL); }
NULL             1205 Zend/zend_language_parser.y 			{ $$ = zend_ast_create_ex(ZEND_AST_ARRAY_ELEM, 1, $2, NULL); }
NULL             1294 Zend/zend_language_parser.y 		const unsigned char *end, *str, *tok1 = NULL, *tok2 = NULL;
NULL             1312 Zend/zend_language_parser.y 		if ((tok1 = memchr(yystr, '(', yystr_len)) != NULL
NULL             1313 Zend/zend_language_parser.y 			&& (tok2 = zend_memrchr(yystr, ')', yystr_len)) != NULL) {
NULL             1316 Zend/zend_language_parser.y 			tok1 = tok2 = NULL;
NULL             1320 Zend/zend_language_parser.y 		if (end == NULL) {
NULL              182 Zend/zend_language_scanner.c 	CG(doc_comment) = NULL;
NULL              198 Zend/zend_language_scanner.c 	SCNG(on_event) = NULL;
NULL              258 Zend/zend_language_scanner.c 		SCNG(script_filtered) = NULL;
NULL              280 Zend/zend_language_scanner.c 	file_handle->opened_path = NULL;
NULL              282 Zend/zend_language_scanner.c 		file_handle->filename = NULL;
NULL              344 Zend/zend_language_scanner.c 	return NULL;
NULL              349 Zend/zend_language_scanner.c 	const zend_encoding *script_encoding = NULL;
NULL              354 Zend/zend_language_scanner.c 		return NULL;
NULL              417 Zend/zend_language_scanner.c 							return NULL;
NULL              427 Zend/zend_language_scanner.c 	return NULL;
NULL              437 Zend/zend_language_scanner.c 		if (script_encoding != NULL) {
NULL              445 Zend/zend_language_scanner.c 		return NULL;
NULL              467 Zend/zend_language_scanner.c 	LANG_SCNG(input_filter) = NULL;
NULL              468 Zend/zend_language_scanner.c 	LANG_SCNG(output_filter) = NULL;
NULL              476 Zend/zend_language_scanner.c 			LANG_SCNG(input_filter) = NULL;
NULL              477 Zend/zend_language_scanner.c 			LANG_SCNG(output_filter) = NULL;
NULL              484 Zend/zend_language_scanner.c 		LANG_SCNG(output_filter) = NULL;
NULL              486 Zend/zend_language_scanner.c 		LANG_SCNG(input_filter) = NULL;
NULL              524 Zend/zend_language_scanner.c 	SCNG(yy_start) = NULL;
NULL              530 Zend/zend_language_scanner.c 			SCNG(script_filtered) = NULL;
NULL              532 Zend/zend_language_scanner.c 			zend_multibyte_set_filter(NULL);
NULL              577 Zend/zend_language_scanner.c 	zend_op_array *op_array = NULL;
NULL              591 Zend/zend_language_scanner.c 		CG(ast) = NULL;
NULL              635 Zend/zend_language_scanner.c 	zend_string *opened_path = NULL;
NULL              646 Zend/zend_language_scanner.c 	file_handle.opened_path = NULL;
NULL              647 Zend/zend_language_scanner.c 	file_handle.handle.fp = NULL;
NULL              681 Zend/zend_language_scanner.c 	SCNG(yy_in) = NULL;
NULL              682 Zend/zend_language_scanner.c 	SCNG(yy_start) = NULL;
NULL              690 Zend/zend_language_scanner.c 		SCNG(script_filtered) = NULL;
NULL              722 Zend/zend_language_scanner.c 			unsigned char *p = NULL;
NULL              741 Zend/zend_language_scanner.c 	zend_op_array *op_array = NULL;
NULL              746 Zend/zend_language_scanner.c 		return NULL;
NULL              756 Zend/zend_language_scanner.c 		CG(ast) = NULL;
NULL              775 Zend/zend_language_scanner.c 			zend_emit_final_return(NULL);
NULL              805 Zend/zend_language_scanner.c 	file_handle.opened_path = NULL;
NULL              815 Zend/zend_language_scanner.c 		SCNG(script_filtered) = NULL;
NULL              838 Zend/zend_language_scanner.c 		SCNG(script_filtered) = NULL;
NULL              854 Zend/zend_language_scanner.c 			SCNG(script_filtered) = NULL;
NULL              884 Zend/zend_language_scanner.c 		char *s = NULL; \
NULL              964 Zend/zend_language_scanner.c 						*t++ = (char) ZEND_STRTOL(hex_buf, NULL, 16);
NULL             1021 Zend/zend_language_scanner.c 						codepoint = strtoul(start + 1, NULL, 16);
NULL             1072 Zend/zend_language_scanner.c 						*t++ = (char) ZEND_STRTOL(octal_buf, NULL, 8);
NULL             1204 Zend/zend_language_scanner.c 		char *s = NULL;
NULL             2901 Zend/zend_language_scanner.c 		char *str = NULL;
NULL               71 Zend/zend_list.c 	res->ptr = NULL;
NULL              121 Zend/zend_list.c 	return NULL;
NULL              136 Zend/zend_list.c 	return NULL;
NULL              142 Zend/zend_list.c 	if (res == NULL) {
NULL              147 Zend/zend_list.c 		return NULL;
NULL              154 Zend/zend_list.c 		return NULL;
NULL              163 Zend/zend_list.c 	if (res == NULL) {
NULL              168 Zend/zend_list.c 		return NULL;
NULL              175 Zend/zend_list.c 		return NULL;
NULL              213 Zend/zend_list.c 	zend_hash_init(&EG(regular_list), 8, NULL, list_entry_destructor, 0);
NULL              220 Zend/zend_list.c 	zend_hash_init_ex(&EG(persistent_list), 8, NULL, plist_entry_destructor, 1, 0);
NULL              290 Zend/zend_list.c 	if (zend_hash_next_index_insert(&list_destructors, &zv) == NULL) {
NULL              316 Zend/zend_list.c 	zend_hash_init(&list_destructors, 64, NULL, list_destructors_dtor, 1);
NULL              336 Zend/zend_list.c 		return NULL;
NULL               28 Zend/zend_llist.c 	l->head  = NULL;
NULL               29 Zend/zend_llist.c 	l->tail  = NULL;
NULL               41 Zend/zend_llist.c 	tmp->next = NULL;
NULL               59 Zend/zend_llist.c 	tmp->prev = NULL;
NULL              124 Zend/zend_llist.c 	l->head = l->tail = NULL;
NULL              136 Zend/zend_llist.c 		old_tail->prev->next = NULL;
NULL              138 Zend/zend_llist.c 		l->head = NULL;
NULL              219 Zend/zend_llist.c 	elements[0]->prev = NULL;
NULL              225 Zend/zend_llist.c 	elements[i-1]->next = NULL;
NULL              268 Zend/zend_llist.c 		return NULL;
NULL              281 Zend/zend_llist.c 		return NULL;
NULL              296 Zend/zend_llist.c 	return NULL;
NULL              310 Zend/zend_llist.c 	return NULL;
NULL               71 Zend/zend_llist.h #define zend_llist_get_first(l) zend_llist_get_first_ex(l, NULL)
NULL               72 Zend/zend_llist.h #define zend_llist_get_last(l) zend_llist_get_last_ex(l, NULL)
NULL               73 Zend/zend_llist.h #define zend_llist_get_next(l) zend_llist_get_next_ex(l, NULL)
NULL               74 Zend/zend_llist.h #define zend_llist_get_prev(l) zend_llist_get_prev_ex(l, NULL)
NULL               45 Zend/zend_modules.h 	STANDARD_MODULE_HEADER_EX, NULL, NULL
NULL               47 Zend/zend_modules.h 	STANDARD_MODULE_HEADER_EX, ini_entries, NULL
NULL               51 Zend/zend_modules.h #define STANDARD_MODULE_PROPERTIES_EX 0, 0, NULL, 0, ZEND_MODULE_BUILD_ID
NULL               53 Zend/zend_modules.h #define NO_MODULE_GLOBALS 0, NULL, NULL, NULL
NULL               62 Zend/zend_modules.h 	NO_MODULE_GLOBALS, NULL, STANDARD_MODULE_PROPERTIES_EX
NULL               64 Zend/zend_modules.h #define NO_VERSION_YET NULL
NULL              112 Zend/zend_modules.h #define ZEND_MOD_REQUIRED(name)		ZEND_MOD_REQUIRED_EX(name, NULL, NULL)
NULL              113 Zend/zend_modules.h #define ZEND_MOD_CONFLICTS(name)	ZEND_MOD_CONFLICTS_EX(name, NULL, NULL)
NULL              114 Zend/zend_modules.h #define ZEND_MOD_OPTIONAL(name)		ZEND_MOD_OPTIONAL_EX(name, NULL, NULL)
NULL              116 Zend/zend_modules.h #define ZEND_MOD_END { NULL, NULL, NULL, 0 }
NULL               30 Zend/zend_multibyte.c 	return NULL;
NULL               45 Zend/zend_multibyte.c 	return NULL;
NULL               62 Zend/zend_multibyte.c 	return NULL;
NULL               71 Zend/zend_multibyte.c 	NULL,
NULL              125 Zend/zend_multibyte.c 	return multibyte_functions.provider_name ? &multibyte_functions: NULL;
NULL              189 Zend/zend_multibyte.c 		zend_multibyte_set_script_encoding(NULL, 0);
NULL               80 Zend/zend_object_handlers.c 		zend_hash_init(zobj->properties, ce->default_properties_count, NULL, ZVAL_PTR_DTOR, 0);
NULL              132 Zend/zend_object_handlers.c 		*table = NULL;
NULL              139 Zend/zend_object_handlers.c 			*table = NULL;
NULL              145 Zend/zend_object_handlers.c 			return NULL;
NULL              161 Zend/zend_object_handlers.c 			: NULL;
NULL              181 Zend/zend_object_handlers.c 		zend_hash_init(ht, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL              187 Zend/zend_object_handlers.c 	return NULL; /* Compilers are dumb and don't understand that noreturn means that the function does NOT need a return value... */
NULL              248 Zend/zend_object_handlers.c 	zend_call_method_with_1_params(object, ce, &ce->__unset, ZEND_UNSET_FUNC_NAME, NULL, member);
NULL              302 Zend/zend_object_handlers.c 	zend_property_info *property_info = NULL;
NULL              312 Zend/zend_object_handlers.c 				zend_throw_error(NULL, "Cannot access empty property");
NULL              314 Zend/zend_object_handlers.c 				zend_throw_error(NULL, "Cannot access property started with '\\0'");
NULL              325 Zend/zend_object_handlers.c 	if (EXPECTED(zv != NULL)) {
NULL              330 Zend/zend_object_handlers.c 			property_info = NULL;
NULL              353 Zend/zend_object_handlers.c 		&& (zv = zend_hash_find(&EG(scope)->properties_info, member)) != NULL
NULL              359 Zend/zend_object_handlers.c 	} else if (UNEXPECTED(property_info == NULL)) {
NULL              368 Zend/zend_object_handlers.c 			zend_throw_error(NULL, "Cannot access %s property %s::$%s", zend_visibility_string(flags), ZSTR_VAL(ce->name), ZSTR_VAL(member));
NULL              384 Zend/zend_object_handlers.c 	zend_property_info *property_info = NULL;
NULL              390 Zend/zend_object_handlers.c 				zend_throw_error(NULL, "Cannot access empty property");
NULL              392 Zend/zend_object_handlers.c 				zend_throw_error(NULL, "Cannot access property started with '\\0'");
NULL              403 Zend/zend_object_handlers.c 	if (EXPECTED(zv != NULL)) {
NULL              408 Zend/zend_object_handlers.c 			property_info = NULL;
NULL              430 Zend/zend_object_handlers.c 		&& (zv = zend_hash_find(&EG(scope)->properties_info, member)) != NULL
NULL              433 Zend/zend_object_handlers.c 	} else if (UNEXPECTED(property_info == NULL)) {
NULL              435 Zend/zend_object_handlers.c 		return NULL;
NULL              439 Zend/zend_object_handlers.c 			zend_throw_error(NULL, "Cannot access %s property %s::$%s", zend_visibility_string(flags), ZSTR_VAL(ce->name), ZSTR_VAL(member));
NULL              452 Zend/zend_object_handlers.c 	const char *class_name = NULL;
NULL              465 Zend/zend_object_handlers.c 	if (property_info == NULL) {
NULL              501 Zend/zend_object_handlers.c 		ZEND_ASSERT(guards != NULL);
NULL              502 Zend/zend_object_handlers.c 		if ((guard = (zend_long *)zend_hash_find_ptr(guards, member)) != NULL) {
NULL              507 Zend/zend_object_handlers.c 		zend_hash_init(guards, 8, NULL, zend_property_guard_dtor, 0);
NULL              530 Zend/zend_object_handlers.c 		cache_slot = NULL;
NULL              538 Zend/zend_object_handlers.c 	property_offset = zend_get_property_offset(zobj->ce, Z_STR_P(member), (type == BP_VAR_IS) || (zobj->ce->__get != NULL), cache_slot);
NULL              546 Zend/zend_object_handlers.c 		} else if (EXPECTED(zobj->properties != NULL)) {
NULL              584 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Cannot access empty property");
NULL              588 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Cannot access property started with '\\0'");
NULL              622 Zend/zend_object_handlers.c 		cache_slot = NULL;
NULL              625 Zend/zend_object_handlers.c 	property_offset = zend_get_property_offset(zobj->ce, Z_STR_P(member), (zobj->ce->__set != NULL), cache_slot);
NULL              633 Zend/zend_object_handlers.c 		} else if (EXPECTED(zobj->properties != NULL)) {
NULL              640 Zend/zend_object_handlers.c 			if ((variable_ptr = zend_hash_find(zobj->properties, Z_STR_P(member))) != NULL) {
NULL              669 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Cannot access empty property");
NULL              672 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Cannot access property started with '\\0'");
NULL              713 Zend/zend_object_handlers.c 		if(offset == NULL) {
NULL              720 Zend/zend_object_handlers.c 		zend_call_method_with_1_params(object, ce, NULL, "offsetget", rv, offset);
NULL              726 Zend/zend_object_handlers.c 				zend_throw_error(NULL, "Undefined offset for object of type %s used as array", ZSTR_VAL(ce->name));
NULL              728 Zend/zend_object_handlers.c 			return NULL;
NULL              732 Zend/zend_object_handlers.c 		zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name));
NULL              733 Zend/zend_object_handlers.c 		return NULL;
NULL              750 Zend/zend_object_handlers.c 		zend_call_method_with_2_params(object, ce, NULL, "offsetset", NULL, offset, value);
NULL              753 Zend/zend_object_handlers.c 		zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name));
NULL              766 Zend/zend_object_handlers.c 		zend_call_method_with_1_params(object, ce, NULL, "offsetexists", &retval, offset);
NULL              771 Zend/zend_object_handlers.c 				zend_call_method_with_1_params(object, ce, NULL, "offsetget", &retval, offset);
NULL              782 Zend/zend_object_handlers.c 		zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name));
NULL              793 Zend/zend_object_handlers.c 	zval *retval = NULL;
NULL              807 Zend/zend_object_handlers.c 	property_offset = zend_get_property_offset(zobj->ce, name, (zobj->ce->__get != NULL), cache_slot);
NULL              823 Zend/zend_object_handlers.c 					retval = NULL;
NULL              834 Zend/zend_object_handlers.c 			    if (EXPECTED((retval = zend_hash_find(zobj->properties, name)) != NULL)) {
NULL              875 Zend/zend_object_handlers.c 		cache_slot = NULL;
NULL              878 Zend/zend_object_handlers.c 	property_offset = zend_get_property_offset(zobj->ce, Z_STR_P(member), (zobj->ce->__unset != NULL), cache_slot);
NULL              892 Zend/zend_object_handlers.c 		} else if (EXPECTED(zobj->properties != NULL)) {
NULL              922 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Cannot access empty property");
NULL              925 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Cannot access property started with '\\0'");
NULL              945 Zend/zend_object_handlers.c 		zend_call_method_with_1_params(object, ce, NULL, "offsetunset", NULL, offset);
NULL              948 Zend/zend_object_handlers.c 		zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name));
NULL              992 Zend/zend_object_handlers.c 	return NULL;
NULL              998 Zend/zend_object_handlers.c 	return zend_check_private_int(fbc, ce, function_name) != NULL;
NULL             1038 Zend/zend_object_handlers.c 	if (EXPECTED(EG(trampoline).common.function_name == NULL)) {
NULL             1089 Zend/zend_object_handlers.c 	if (EXPECTED(key != NULL)) {
NULL             1099 Zend/zend_object_handlers.c 	if (UNEXPECTED((func = zend_hash_find(&zobj->ce->function_table, lc_method_name)) == NULL)) {
NULL             1106 Zend/zend_object_handlers.c 			return NULL;
NULL             1119 Zend/zend_object_handlers.c 		if (EXPECTED(updated_fbc != NULL)) {
NULL             1125 Zend/zend_object_handlers.c 				zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(method_name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             1126 Zend/zend_object_handlers.c 				fbc = NULL;
NULL             1136 Zend/zend_object_handlers.c 			if ((func = zend_hash_find(&EG(scope)->function_table, lc_method_name)) != NULL) {
NULL             1152 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(method_name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             1153 Zend/zend_object_handlers.c 					fbc = NULL;
NULL             1174 Zend/zend_object_handlers.c 	zend_function *fbc = NULL;
NULL             1179 Zend/zend_object_handlers.c 	if (EXPECTED(key != NULL)) {
NULL             1198 Zend/zend_object_handlers.c 		if (EXPECTED(func != NULL)) {
NULL             1205 Zend/zend_object_handlers.c 				(object = zend_get_this_object(EG(current_execute_data))) != NULL &&
NULL             1219 Zend/zend_object_handlers.c 	   			return NULL;
NULL             1239 Zend/zend_object_handlers.c 		if (EXPECTED(updated_fbc != NULL)) {
NULL             1245 Zend/zend_object_handlers.c 				zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(function_name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             1246 Zend/zend_object_handlers.c 				fbc = NULL;
NULL             1256 Zend/zend_object_handlers.c 				zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(function_name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             1257 Zend/zend_object_handlers.c 				fbc = NULL;
NULL             1275 Zend/zend_object_handlers.c 	if (UNEXPECTED(property_info == NULL)) {
NULL             1281 Zend/zend_object_handlers.c 			zend_throw_error(NULL, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->flags), ZSTR_VAL(ce->name), ZSTR_VAL(property_name));
NULL             1283 Zend/zend_object_handlers.c 		return NULL;
NULL             1292 Zend/zend_object_handlers.c 			return NULL;
NULL             1298 Zend/zend_object_handlers.c 	if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             1301 Zend/zend_object_handlers.c 			zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(property_name));
NULL             1303 Zend/zend_object_handlers.c 		ret = NULL;
NULL             1312 Zend/zend_object_handlers.c 	zend_throw_error(NULL, "Attempt to unset static property %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(property_name));
NULL             1329 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Call to private %s::%s() from context '%s'", ZSTR_VAL(constructor->common.scope->name), ZSTR_VAL(constructor->common.function_name), ZSTR_VAL(EG(scope)->name));
NULL             1330 Zend/zend_object_handlers.c 					constructor = NULL;
NULL             1332 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Call to private %s::%s() from invalid context", ZSTR_VAL(constructor->common.scope->name), ZSTR_VAL(constructor->common.function_name));
NULL             1333 Zend/zend_object_handlers.c 					constructor = NULL;
NULL             1343 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Call to protected %s::%s() from context '%s'", ZSTR_VAL(constructor->common.scope->name), ZSTR_VAL(constructor->common.function_name), ZSTR_VAL(EG(scope)->name));
NULL             1344 Zend/zend_object_handlers.c 					constructor = NULL;
NULL             1346 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Call to protected %s::%s() from invalid context", ZSTR_VAL(constructor->common.scope->name), ZSTR_VAL(constructor->common.function_name));
NULL             1347 Zend/zend_object_handlers.c 					constructor = NULL;
NULL             1427 Zend/zend_object_handlers.c 	zval *value = NULL;
NULL             1437 Zend/zend_object_handlers.c 		cache_slot = NULL;
NULL             1448 Zend/zend_object_handlers.c 		} else if (EXPECTED(zobj->properties != NULL) &&
NULL             1449 Zend/zend_object_handlers.c 		           (value = zend_hash_find(zobj->properties, Z_STR_P(member))) != NULL) {
NULL             1530 Zend/zend_object_handlers.c 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             1534 Zend/zend_object_handlers.c 					EG(exception) = NULL;
NULL             1600 Zend/zend_object_handlers.c 	if ((func = zend_hash_str_find(&ce->function_table, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1)) == NULL) {
NULL             1608 Zend/zend_object_handlers.c 			*obj_ptr = NULL;
NULL             1631 Zend/zend_object_handlers.c 	NULL,									/* get */
NULL             1632 Zend/zend_object_handlers.c 	NULL,									/* set */
NULL             1639 Zend/zend_object_handlers.c 	NULL,									/* call_method */
NULL             1644 Zend/zend_object_handlers.c 	NULL,									/* count_elements */
NULL             1648 Zend/zend_object_handlers.c 	NULL,									/* do_operation */
NULL             1649 Zend/zend_object_handlers.c 	NULL,									/* compare */
NULL              185 Zend/zend_object_handlers.h 			EG(trampoline).common.function_name = NULL; \
NULL               37 Zend/zend_objects.c 	object->properties = NULL;
NULL               49 Zend/zend_objects.c 		Z_PTR_P(p) = NULL;
NULL               76 Zend/zend_objects.c 		ZEND_ASSERT(guards != NULL);
NULL               84 Zend/zend_objects.c 	zend_function *destructor = object ? object->ce->destructor : NULL;
NULL               98 Zend/zend_objects.c 						zend_throw_error(NULL,
NULL              117 Zend/zend_objects.c 						zend_throw_error(NULL,
NULL              139 Zend/zend_objects.c 		old_exception = NULL;
NULL              145 Zend/zend_objects.c 				EG(exception) = NULL;
NULL              148 Zend/zend_objects.c 		zend_call_method_with_0_params(&obj, object->ce, &destructor, ZEND_DESTRUCTOR_FUNC_NAME, NULL);
NULL              202 Zend/zend_objects.c 			zend_hash_init(new_object->properties, zend_hash_num_elements(old_object->properties), NULL, ZVAL_PTR_DTOR, 0);
NULL              231 Zend/zend_objects.c 		zend_call_method_with_0_params(&new_obj, old_object->ce, &old_object->ce->clone, ZEND_CLONE_FUNC_NAME, NULL);
NULL               41 Zend/zend_objects_API.c 	objects->object_buckets = NULL;
NULL               62 Zend/zend_opcode.c 	op_array->opcodes = NULL;
NULL               66 Zend/zend_opcode.c 	op_array->vars = NULL;
NULL               70 Zend/zend_opcode.c 	op_array->function_name = NULL;
NULL               72 Zend/zend_opcode.c 	op_array->doc_comment = NULL;
NULL               74 Zend/zend_opcode.c 	op_array->arg_info = NULL;
NULL               78 Zend/zend_opcode.c 	op_array->scope = NULL;
NULL               79 Zend/zend_opcode.c 	op_array->prototype = NULL;
NULL               81 Zend/zend_opcode.c 	op_array->brk_cont_array = NULL;
NULL               82 Zend/zend_opcode.c 	op_array->try_catch_array = NULL;
NULL               85 Zend/zend_opcode.c 	op_array->static_variables = NULL;
NULL               95 Zend/zend_opcode.c 	op_array->literals = NULL;
NULL               97 Zend/zend_opcode.c 	op_array->run_time_cache = NULL;
NULL              165 Zend/zend_opcode.c 		ce->default_static_members_table = ce->static_members_table = NULL;
NULL              182 Zend/zend_opcode.c 		CG(static_members_table)[(zend_intptr_t)(ce->static_members_table)] = NULL;
NULL              184 Zend/zend_opcode.c 		ce->static_members_table = NULL;
NULL              356 Zend/zend_opcode.c 		op_array->run_time_cache = NULL;
NULL              622 Zend/zend_opcode.c 				opline->extended_value = (uint32_t)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, op_array->last_var + opline->extended_value);
NULL              691 Zend/zend_opcode.c 			opline->op1.var = (uint32_t)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, op_array->last_var + opline->op1.var);
NULL              696 Zend/zend_opcode.c 			opline->op2.var = (uint32_t)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, op_array->last_var + opline->op2.var);
NULL              699 Zend/zend_opcode.c 			opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, op_array->last_var + opline->result.var);
NULL              717 Zend/zend_opcode.c 			return (unary_op_type) NULL;
NULL              777 Zend/zend_opcode.c 			return (binary_op_type) NULL;
NULL               37 Zend/zend_operators.c static _locale_t current_locale = NULL;
NULL               90 Zend/zend_operators.c 	retval = ZEND_STRTOL(str, NULL, 0);
NULL              118 Zend/zend_operators.c 	retval = ZEND_STRTOL(str, NULL, 0);
NULL              317 Zend/zend_operators.c 				ZVAL_LONG(op, ZEND_STRTOL(ZSTR_VAL(str), NULL, base));
NULL              377 Zend/zend_operators.c 				ZVAL_DOUBLE(op, zend_strtod(ZSTR_VAL(str), NULL));
NULL              579 Zend/zend_operators.c 	zend_hash_init(Z_ARRVAL_P(op), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL              636 Zend/zend_operators.c 			zend_hash_init(Z_ARRVAL_P(op), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL              745 Zend/zend_operators.c 			return ZEND_STRTOL(Z_STRVAL_P(op), NULL, 10);
NULL              783 Zend/zend_operators.c 			return zend_strtod(Z_STRVAL_P(op), NULL);
NULL              861 Zend/zend_operators.c 	return NULL;
NULL              921 Zend/zend_operators.c 					zend_throw_error(NULL, "Unsupported operand types");
NULL              974 Zend/zend_operators.c 					zend_throw_error(NULL, "Unsupported operand types");
NULL             1021 Zend/zend_operators.c 					zend_throw_error(NULL, "Unsupported operand types");
NULL             1109 Zend/zend_operators.c 					zend_throw_error(NULL, "Unsupported operand types");
NULL             1174 Zend/zend_operators.c 					zend_throw_error(NULL, "Unsupported operand types");
NULL             1324 Zend/zend_operators.c 			zend_throw_error(NULL, "Unsupported operand types");
NULL             1641 Zend/zend_operators.c 			zend_throw_error(NULL, "String size overflow");
NULL             2469 Zend/zend_operators.c 	return NULL;
NULL             2723 Zend/zend_operators.c 	if (Z_OBJ_HT_P(o1)->compare_objects == NULL) {
NULL             2749 Zend/zend_operators.c     return is_numeric_string_ex(ZSTR_VAL(str), ZSTR_LEN(str), lval, dval, -1, NULL);
NULL             2766 Zend/zend_operators.c 	if (oflow_info != NULL) {
NULL             2816 Zend/zend_operators.c 			if (oflow_info != NULL) {
NULL             2853 Zend/zend_operators.c 					*dval = zend_strtod(str, NULL);
NULL             2855 Zend/zend_operators.c 				if (oflow_info != NULL) {
NULL             2911 Zend/zend_operators.c 		return NULL;
NULL             2931 Zend/zend_operators.c 	return NULL;
NULL             2942 Zend/zend_operators.c 		return NULL;
NULL             2962 Zend/zend_operators.c 			return NULL;
NULL             2968 Zend/zend_operators.c 	return NULL;
NULL              139 Zend/zend_operators.h     return is_numeric_string_ex(str, length, lval, dval, allow_errors, NULL);
NULL              160 Zend/zend_operators.h 		return NULL;
NULL              173 Zend/zend_operators.h 			if (p == NULL) {
NULL              174 Zend/zend_operators.h 				return NULL;
NULL              180 Zend/zend_operators.h 		return NULL;
NULL              190 Zend/zend_operators.h 		return NULL;
NULL              198 Zend/zend_operators.h 	return NULL;
NULL              218 Zend/zend_operators.h         return NULL;
NULL              232 Zend/zend_operators.h 		return NULL;
NULL              787 Zend/zend_operators.h 		&& EXPECTED(SUCCESS == Z_OBJ_HANDLER_P(op1, do_operation)(opcode, result, op1, NULL))) { \
NULL              317 Zend/zend_portability.h     (sizeof(int)*((unsigned int)&(((p_type)NULL)->field)))
NULL              321 Zend/zend_portability.h # define XtOffset(p_type, field) ((unsigned int)&(((p_type)NULL)->field))
NULL              328 Zend/zend_portability.h     ((zend_long) (((char *) (&(((p_type)NULL)->field))) - ((char *) NULL)))
NULL              378 Zend/zend_portability.h # define ZEND_FILE_LINE_EMPTY_C			NULL, 0
NULL               30 Zend/zend_ptr_stack.c 	stack->top_element = stack->elements = NULL;
NULL               92 Zend/zend_signal.c 				SIGG(phead) = NULL;
NULL              112 Zend/zend_signal.c 				queue->next = NULL;
NULL              168 Zend/zend_signal.c 		if (sigaction(signo, NULL, &sa) == 0) {
NULL              175 Zend/zend_signal.c 			if (sigaction(signo, &sa, NULL) == 0) {
NULL              177 Zend/zend_signal.c 				sigprocmask(SIG_UNBLOCK, &sigset, NULL);
NULL              203 Zend/zend_signal.c 	if (oldact != NULL) {
NULL              208 Zend/zend_signal.c 	if (act != NULL) {
NULL              220 Zend/zend_signal.c 		if (sigaction(signo, &sa, NULL) < 0) {
NULL              227 Zend/zend_signal.c 		zend_sigprocmask(SIG_UNBLOCK, &sigset, NULL);
NULL              244 Zend/zend_signal.c 	return zend_sigaction(signo, &sa, NULL);
NULL              256 Zend/zend_signal.c 	if (sigaction(signo, NULL, &sa) == 0) {
NULL              272 Zend/zend_signal.c 		if (sigaction(signo, &sa, NULL) < 0) {
NULL              310 Zend/zend_signal.c 			sigaction(zend_sigs[x], NULL, &sa);
NULL              349 Zend/zend_signal.c 		if (sigaction(signo, NULL, &sa) == 0) {
NULL              367 Zend/zend_signal.c 	ts_allocate_id(&zend_signal_globals_id, sizeof(zend_signal_globals_t), (ts_allocate_ctor) zend_signal_globals_ctor, NULL);
NULL               82 Zend/zend_signal.h # define SIGNAL_END_CRITICAL()		zend_sigprocmask(SIG_SETMASK, &oldmask, NULL);
NULL               71 Zend/zend_smart_str.h 		str->s = NULL;
NULL               32 Zend/zend_stack.c 	stack->elements = NULL;
NULL               53 Zend/zend_stack.c 		return NULL;
NULL               86 Zend/zend_stack.c 		stack->elements = NULL;
NULL              162 Zend/zend_stack.c 			stack->elements = NULL;
NULL              134 Zend/zend_stream.c 	handle->opened_path = NULL;
NULL              316 Zend/zend_stream.c 			fh->handle.stream.handle = NULL;
NULL              326 Zend/zend_stream.c 		fh->opened_path = NULL;
NULL              330 Zend/zend_stream.c 		fh->filename = NULL;
NULL               50 Zend/zend_string.c 	zend_hash_init(&CG(interned_strings), 1024, NULL, _str_dtor, 1);
NULL              379 Zend/zend_string.h 	if (NULL != *s) {
NULL              381 Zend/zend_string.h 		*s = NULL;
NULL              569 Zend/zend_strtod.c 	dtoa_mutex = NULL;
NULL              572 Zend/zend_strtod.c 	pow5mult_mutex = NULL;
NULL             4420 Zend/zend_strtod.c 		if (endptr != NULL) {
NULL             4445 Zend/zend_strtod.c 	if (endptr != NULL) {
NULL             4460 Zend/zend_strtod.c 		if (endptr != NULL) {
NULL             4480 Zend/zend_strtod.c 	if (endptr != NULL) {
NULL             4495 Zend/zend_strtod.c 		if (endptr != NULL) {
NULL             4525 Zend/zend_strtod.c 	if (NULL != endptr) {
NULL             4540 Zend/zend_strtod.c 		while ((tmp = *listp) != NULL) {
NULL             4544 Zend/zend_strtod.c 		freelist[i] = NULL;
NULL              119 Zend/zend_ts_hash.h 	return zv ? Z_PTR_P(zv) : NULL;
NULL              128 Zend/zend_ts_hash.h 	return zv ? Z_PTR_P(zv) : NULL;
NULL              137 Zend/zend_ts_hash.h 	return zv ? Z_PTR_P(zv) : NULL;
NULL              146 Zend/zend_ts_hash.h 	zend_ts_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent)
NULL              548 Zend/zend_types.h #define Z_OBJDEBUG(zval,tmp)		(Z_OBJ_HANDLER((zval),get_debug_info)?Z_OBJ_HANDLER((zval),get_debug_info)(&(zval),&tmp):(tmp=0,Z_OBJ_HANDLER((zval),get_properties)?Z_OBJPROP(zval):NULL))
NULL              199 Zend/zend_virtual_cwd.c 	long *nsec = NULL;
NULL              236 Zend/zend_virtual_cwd.c 		if (pGetFinalPathNameByHandle == NULL) {
NULL              246 Zend/zend_virtual_cwd.c 				 NULL,                  // default security
NULL              249 Zend/zend_virtual_cwd.c 				 NULL);                 // no attr. template
NULL              346 Zend/zend_virtual_cwd.c 		HANDLE hLink = NULL;
NULL              350 Zend/zend_virtual_cwd.c 		hLink = CreateFile(path, GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_FLAG_OPEN_REPARSE_POINT|FILE_FLAG_BACKUP_SEMANTICS, NULL);
NULL              356 Zend/zend_virtual_cwd.c 		if(!DeviceIoControl(hLink, FSCTL_GET_REPARSE_POINT, NULL, 0, pbuffer,  MAXIMUM_REPARSE_DATA_BUFFER_SIZE, &retlength, NULL)) {
NULL              451 Zend/zend_virtual_cwd.c 	result = getcwdpath(cwd, NULL, 1);
NULL              506 Zend/zend_virtual_cwd.c 	if (CWDG(cwd).cwd == NULL) {
NULL              515 Zend/zend_virtual_cwd.c 	if (CWDG(cwd).cwd != NULL) {
NULL              517 Zend/zend_virtual_cwd.c 		CWDG(cwd).cwd = NULL;
NULL              534 Zend/zend_virtual_cwd.c 		if (retval == NULL) {
NULL              535 Zend/zend_virtual_cwd.c 			return NULL;
NULL              549 Zend/zend_virtual_cwd.c 		if (retval == NULL) {
NULL              550 Zend/zend_virtual_cwd.c 			return NULL;
NULL              561 Zend/zend_virtual_cwd.c 		return NULL;
NULL              577 Zend/zend_virtual_cwd.c 	if (buf == NULL) {
NULL              583 Zend/zend_virtual_cwd.c 		return NULL;
NULL              586 Zend/zend_virtual_cwd.c 		return NULL;
NULL              637 Zend/zend_virtual_cwd.c 		while (p != NULL) {
NULL              642 Zend/zend_virtual_cwd.c 		CWDG(realpath_cache)[i] = NULL;
NULL              654 Zend/zend_virtual_cwd.c 	while (*bucket != NULL) {
NULL              691 Zend/zend_virtual_cwd.c 		if (bucket == NULL) {
NULL              728 Zend/zend_virtual_cwd.c 	while (*bucket != NULL) {
NULL              747 Zend/zend_virtual_cwd.c 	return NULL;
NULL              819 Zend/zend_virtual_cwd.c 			j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL);
NULL              861 Zend/zend_virtual_cwd.c 			if ((bucket = realpath_cache_find(path, len, *t)) != NULL) {
NULL              896 Zend/zend_virtual_cwd.c 			HANDLE hLink = NULL;
NULL              911 Zend/zend_virtual_cwd.c 			hLink = CreateFile(path, GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_FLAG_OPEN_REPARSE_POINT|FILE_FLAG_BACKUP_SEMANTICS, NULL);
NULL              917 Zend/zend_virtual_cwd.c 			if (pbuffer == NULL) {
NULL              920 Zend/zend_virtual_cwd.c 			if(!DeviceIoControl(hLink, FSCTL_GET_REPARSE_POINT, NULL, 0, pbuffer,  MAXIMUM_REPARSE_DATA_BUFFER_SIZE, &retlength, NULL)) {
NULL              935 Zend/zend_virtual_cwd.c 					printname, MAX_PATH, NULL, NULL
NULL              947 Zend/zend_virtual_cwd.c 					substitutename, MAX_PATH, NULL, NULL
NULL              961 Zend/zend_virtual_cwd.c 					printname, MAX_PATH, NULL, NULL
NULL              972 Zend/zend_virtual_cwd.c 					substitutename, MAX_PATH, NULL, NULL
NULL             1135 Zend/zend_virtual_cwd.c 				j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL);
NULL             1315 Zend/zend_virtual_cwd.c 	path_length = tsrm_realpath_r(resolved_path, start, path_length, &ll, &t, use_realpath, 0, NULL);
NULL             1343 Zend/zend_virtual_cwd.c 		if (tmp == NULL) {
NULL             1363 Zend/zend_virtual_cwd.c 		if (tmp == NULL) {
NULL             1431 Zend/zend_virtual_cwd.c 		if (new_state.cwd == NULL) {
NULL             1432 Zend/zend_virtual_cwd.c 			retval = NULL;
NULL             1444 Zend/zend_virtual_cwd.c 		if (new_state.cwd == NULL) {
NULL             1445 Zend/zend_virtual_cwd.c 			retval = NULL;
NULL             1452 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)==0) {
NULL             1459 Zend/zend_virtual_cwd.c 		retval = NULL;
NULL             1495 Zend/zend_virtual_cwd.c 		return NULL;
NULL             1499 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) {
NULL             1501 Zend/zend_virtual_cwd.c 		return NULL;
NULL             1518 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) {
NULL             1542 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, filename, NULL, CWD_REALPATH)) {
NULL             1565 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, filename, NULL, CWD_REALPATH)) {
NULL             1598 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, filename, NULL, CWD_REALPATH)) {
NULL             1625 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, path, NULL, CWD_FILEPATH)) {
NULL             1653 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, path, NULL, CWD_FILEPATH)) {
NULL             1672 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&old_state, oldname, NULL, CWD_EXPAND)) {
NULL             1679 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, newname, NULL, CWD_EXPAND)) {
NULL             1708 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)) {
NULL             1726 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) {
NULL             1744 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) {
NULL             1762 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, pathname, NULL, CWD_FILEPATH)) {
NULL             1783 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, pathname, NULL, CWD_EXPAND)) {
NULL             1805 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) {
NULL             1807 Zend/zend_virtual_cwd.c 		return NULL;
NULL             1820 Zend/zend_virtual_cwd.c 	return popen_ex(command, type, CWDG(cwd).cwd, NULL);
NULL             1835 Zend/zend_virtual_cwd.c 		return NULL;
NULL             1876 Zend/zend_virtual_cwd.c 		return NULL;
NULL             1922 Zend/zend_virtual_cwd.c 		if (new_state.cwd == NULL) {
NULL             1923 Zend/zend_virtual_cwd.c 			return NULL;
NULL             1936 Zend/zend_virtual_cwd.c 		if (new_state.cwd == NULL) {
NULL             1937 Zend/zend_virtual_cwd.c 			return NULL;
NULL             1943 Zend/zend_virtual_cwd.c 	if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)) {
NULL             1945 Zend/zend_virtual_cwd.c 		return NULL;
NULL               86 Zend/zend_virtual_cwd.h     ((strchr(path, ':') != NULL) || ((len >= 1) && ((path[0] == '/') || (path[0] == '\\'))))
NULL              714 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL              715 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL              723 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(object == NULL)) {
NULL              724 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL              746 Zend/zend_vm_def.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL              756 Zend/zend_vm_def.h 			zend_assign_op_overloaded_property(object, property, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL              776 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL              777 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL              782 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(container == NULL)) {
NULL              783 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL              798 Zend/zend_vm_def.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL              808 Zend/zend_vm_def.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL              809 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL              849 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL              850 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             1126 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             1127 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             1134 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             1135 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             1155 Zend/zend_vm_def.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             1177 Zend/zend_vm_def.h 			zend_pre_incdec_overloaded_property(object, property, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             1207 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             1208 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             1215 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             1216 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             1234 Zend/zend_vm_def.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             1254 Zend/zend_vm_def.h 			zend_post_incdec_overloaded_property(object, property, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
NULL             1281 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             1283 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             1327 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             1329 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             1373 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             1375 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             1412 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             1414 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             1501 Zend/zend_vm_def.h 			if (OP1_TYPE == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             1505 Zend/zend_vm_def.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             1506 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             1512 Zend/zend_vm_def.h 			} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             1514 Zend/zend_vm_def.h 				if (UNEXPECTED(ce == NULL)) {
NULL             1526 Zend/zend_vm_def.h 			    (retval = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             1529 Zend/zend_vm_def.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             1530 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             1554 Zend/zend_vm_def.h 		if (retval == NULL) {
NULL             1596 Zend/zend_vm_def.h 				if (UNEXPECTED(zval_update_constant_ex(retval, 1, NULL) != SUCCESS)) {
NULL             1611 Zend/zend_vm_def.h 	ZEND_ASSERT(retval != NULL);
NULL             1682 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             1683 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             1704 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             1705 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             1741 Zend/zend_vm_def.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             1747 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             1748 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             1760 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             1782 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             1783 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             1807 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             1808 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             1842 Zend/zend_vm_def.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             1851 Zend/zend_vm_def.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             1856 Zend/zend_vm_def.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             1880 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             1881 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             1885 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             1886 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             1891 Zend/zend_vm_def.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, OP1_TYPE, property, OP2_TYPE, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             1911 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             1912 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             1916 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             1917 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             1921 Zend/zend_vm_def.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, OP1_TYPE, property, OP2_TYPE, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
NULL             1941 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             1942 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             1976 Zend/zend_vm_def.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             1985 Zend/zend_vm_def.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             1990 Zend/zend_vm_def.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             2017 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             2018 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             2023 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             2028 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             2029 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             2033 Zend/zend_vm_def.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, OP1_TYPE, property, OP2_TYPE, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             2054 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             2055 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             2062 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             2063 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             2067 Zend/zend_vm_def.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, OP1_TYPE, property, OP2_TYPE, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
NULL             2089 Zend/zend_vm_def.h 		if (UNEXPECTED(value == NULL)) {
NULL             2130 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             2131 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             2138 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             2139 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             2143 Zend/zend_vm_def.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, OP1_TYPE, property_name, OP2_TYPE, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
NULL             2163 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
NULL             2164 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             2175 Zend/zend_vm_def.h 			if (UNEXPECTED(variable_ptr == NULL)) {
NULL             2208 Zend/zend_vm_def.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
NULL             2213 Zend/zend_vm_def.h 					zend_throw_error(NULL, "[] operator not supported for strings");
NULL             2224 Zend/zend_vm_def.h 					zend_assign_to_string_offset(object_ptr, offset, value, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             2231 Zend/zend_vm_def.h 				zend_hash_init(Z_ARRVAL_P(object_ptr), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             2294 Zend/zend_vm_def.h 	if (OP2_TYPE == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             2295 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot create references to/from string offsets nor overloaded objects");
NULL             2302 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot assign by reference to overloaded object");
NULL             2314 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2322 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(variable_ptr == NULL)) {
NULL             2323 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot create references to/from string offsets nor overloaded objects");
NULL             2353 Zend/zend_vm_def.h 		if (UNEXPECTED(EX(symbol_table) != NULL)) {
NULL             2365 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL) && (EX(opline)->op1.num & ZEND_CALL_CTOR)) {
NULL             2368 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL) && (call_info & ZEND_CALL_CTOR)) {
NULL             2383 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2385 Zend/zend_vm_def.h 			zend_throw_exception_internal(NULL);
NULL             2404 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2405 Zend/zend_vm_def.h 			zend_throw_exception_internal(NULL);
NULL             2414 Zend/zend_vm_def.h 			if (UNEXPECTED(EX(symbol_table) != NULL)) {
NULL             2480 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2514 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2551 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2594 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2634 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2855 Zend/zend_vm_def.h 		Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(NULL, opline->extended_value);
NULL             2865 Zend/zend_vm_def.h 			if (UNEXPECTED(ce == NULL)) {
NULL             2880 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2884 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Class name must be a valid object or a string");
NULL             2918 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2922 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             2931 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             2932 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             2948 Zend/zend_vm_def.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2953 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             2965 Zend/zend_vm_def.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             2968 Zend/zend_vm_def.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             2969 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             2976 Zend/zend_vm_def.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((OP2_TYPE == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             2977 Zend/zend_vm_def.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             2979 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             2995 Zend/zend_vm_def.h 		obj = NULL;
NULL             3027 Zend/zend_vm_def.h 		if (UNEXPECTED(ce == NULL)) {
NULL             3029 Zend/zend_vm_def.h 			if (UNEXPECTED(ce == NULL)) {
NULL             3030 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3033 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             3044 Zend/zend_vm_def.h 	    EXPECTED((fbc = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             3064 Zend/zend_vm_def.h 						if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3068 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Function name must be a string");
NULL             3078 Zend/zend_vm_def.h 			fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), ((OP2_TYPE == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             3080 Zend/zend_vm_def.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             3082 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
NULL             3100 Zend/zend_vm_def.h 		if (UNEXPECTED(ce->constructor == NULL)) {
NULL             3101 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot call constructor");
NULL             3105 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
NULL             3111 Zend/zend_vm_def.h 	object = NULL;
NULL             3123 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3162 Zend/zend_vm_def.h 	if (UNEXPECTED(fbc == NULL)) {
NULL             3165 Zend/zend_vm_def.h 		if (UNEXPECTED(func == NULL)) {
NULL             3167 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Call to undefined function %s()", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             3174 Zend/zend_vm_def.h 		fbc, opline->extended_value, NULL, NULL);
NULL             3200 Zend/zend_vm_def.h 		if ((colon = zend_memrchr(Z_STRVAL_P(function_name), ':', Z_STRLEN_P(function_name))) != NULL &&
NULL             3210 Zend/zend_vm_def.h 			object = NULL;
NULL             3211 Zend/zend_vm_def.h 			called_scope = zend_fetch_class_by_name(lcname, NULL, ZEND_FETCH_CLASS_DEFAULT | ZEND_FETCH_CLASS_EXCEPTION);
NULL             3212 Zend/zend_vm_def.h 			if (UNEXPECTED(called_scope == NULL)) {
NULL             3222 Zend/zend_vm_def.h 				fbc = zend_std_get_static_method(called_scope, mname, NULL);
NULL             3224 Zend/zend_vm_def.h 			if (UNEXPECTED(fbc == NULL)) {
NULL             3226 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), ZSTR_VAL(mname));
NULL             3242 Zend/zend_vm_def.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3261 Zend/zend_vm_def.h 			if (UNEXPECTED((func = zend_hash_find(EG(function_table), lcname)) == NULL)) {
NULL             3262 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Call to undefined function %s()", Z_STRVAL_P(function_name));
NULL             3270 Zend/zend_vm_def.h 			called_scope = NULL;
NULL             3271 Zend/zend_vm_def.h 			object = NULL;
NULL             3296 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Array callback has to contain indices 0 and 1");
NULL             3303 Zend/zend_vm_def.h 			zend_throw_error(NULL, "First array member is not a valid class name or object");
NULL             3310 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Second array member is not a valid method");
NULL             3316 Zend/zend_vm_def.h 			object = NULL;
NULL             3317 Zend/zend_vm_def.h 			called_scope = zend_fetch_class_by_name(Z_STR_P(obj), NULL, ZEND_FETCH_CLASS_DEFAULT | ZEND_FETCH_CLASS_EXCEPTION);
NULL             3318 Zend/zend_vm_def.h 			if (UNEXPECTED(called_scope == NULL)) {
NULL             3325 Zend/zend_vm_def.h 				fbc = zend_std_get_static_method(called_scope, Z_STR_P(method), NULL);
NULL             3327 Zend/zend_vm_def.h 			if (UNEXPECTED(fbc == NULL)) {
NULL             3329 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), Z_STRVAL_P(method));
NULL             3339 Zend/zend_vm_def.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3355 Zend/zend_vm_def.h 			fbc = Z_OBJ_HT_P(obj)->get_method(&object, Z_STR_P(method), NULL);
NULL             3356 Zend/zend_vm_def.h 			if (UNEXPECTED(fbc == NULL)) {
NULL             3358 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(object->ce->name), Z_STRVAL_P(method));
NULL             3365 Zend/zend_vm_def.h 				object = NULL;
NULL             3378 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3382 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Function name must be a string");
NULL             3400 Zend/zend_vm_def.h 	char *error = NULL;
NULL             3409 Zend/zend_vm_def.h 	if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
NULL             3432 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3440 Zend/zend_vm_def.h 		called_scope = NULL;
NULL             3441 Zend/zend_vm_def.h 		object = NULL;
NULL             3463 Zend/zend_vm_def.h 	if (UNEXPECTED(fbc == NULL)) {
NULL             3465 Zend/zend_vm_def.h 		if (func == NULL) {
NULL             3468 Zend/zend_vm_def.h 			if (UNEXPECTED(func == NULL)) {
NULL             3470 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Call to undefined function %s()", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             3479 Zend/zend_vm_def.h 		fbc, opline->extended_value, NULL, NULL);
NULL             3496 Zend/zend_vm_def.h 	if (UNEXPECTED(fbc == NULL)) {
NULL             3498 Zend/zend_vm_def.h 		if (UNEXPECTED(func == NULL)) {
NULL             3500 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Call to undefined function %s()", Z_STRVAL_P(fname));
NULL             3509 Zend/zend_vm_def.h 		fbc, opline->extended_value, NULL, NULL);
NULL             3550 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3551 Zend/zend_vm_def.h 		zend_throw_exception_internal(NULL);
NULL             3572 Zend/zend_vm_def.h 	EG(scope) = NULL;
NULL             3573 Zend/zend_vm_def.h 	ret = NULL;
NULL             3574 Zend/zend_vm_def.h 	call->symbol_table = NULL;
NULL             3598 Zend/zend_vm_def.h 		EG(scope) = NULL;
NULL             3610 Zend/zend_vm_def.h 			ret = NULL;
NULL             3611 Zend/zend_vm_def.h 			call->symbol_table = NULL;
NULL             3632 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3650 Zend/zend_vm_def.h 					zend_throw_exception_internal(NULL);
NULL             3679 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3680 Zend/zend_vm_def.h 		zend_throw_exception_internal(NULL);
NULL             3702 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot call abstract method %s::%s()", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
NULL             3710 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3732 Zend/zend_vm_def.h 			ret = NULL;
NULL             3733 Zend/zend_vm_def.h 			call->symbol_table = NULL;
NULL             3816 Zend/zend_vm_def.h 		if (UNEXPECTED(object == NULL)) {
NULL             3824 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot call overloaded function for non-object");
NULL             3855 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL) && (opline->op1.num & ZEND_CALL_CTOR)) {
NULL             3858 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL) && (ZEND_CALL_INFO(call) & ZEND_CALL_CTOR)) {
NULL             3873 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3874 Zend/zend_vm_def.h 		zend_throw_exception_internal(NULL);
NULL             3930 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             4023 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_VAR && UNEXPECTED(retval_ptr == NULL)) {
NULL             4024 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot return string offsets by reference");
NULL             4118 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             4122 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Can only throw objects");
NULL             4148 Zend/zend_vm_def.h 	if (EG(exception) == NULL) {
NULL             4153 Zend/zend_vm_def.h 	if (UNEXPECTED(catch_ce == NULL)) {
NULL             4169 Zend/zend_vm_def.h 				zend_throw_exception_internal(NULL);
NULL             4184 Zend/zend_vm_def.h 		EG(exception) = NULL;
NULL             4220 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot pass parameter %d by reference", arg_num);
NULL             4322 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(varptr == NULL)) {
NULL             4323 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Only variables can be passed by reference");
NULL             4435 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Cannot unpack array with string keys");
NULL             4472 Zend/zend_vm_def.h 						NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name)
NULL             4480 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             4488 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             4493 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             4500 Zend/zend_vm_def.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             4505 Zend/zend_vm_def.h 						zend_throw_error(NULL,
NULL             4536 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             4583 Zend/zend_vm_def.h 		EX(call)->called_scope = NULL;
NULL             4584 Zend/zend_vm_def.h 		Z_OBJ(EX(call)->This) = NULL;
NULL             4630 Zend/zend_vm_def.h 						EX(call)->called_scope = NULL;
NULL             4631 Zend/zend_vm_def.h 						Z_OBJ(EX(call)->This) = NULL;
NULL             4688 Zend/zend_vm_def.h 				EX(call)->called_scope = NULL;
NULL             4689 Zend/zend_vm_def.h 				Z_OBJ(EX(call)->This) = NULL;
NULL             4727 Zend/zend_vm_def.h 		if (UNEXPECTED(!zend_verify_arg_type(EX(func), arg_num, param, NULL, CACHE_ADDR(opline->op2.num)))) {
NULL             4749 Zend/zend_vm_def.h 			if (UNEXPECTED(zval_update_constant_ex(param, 0, NULL) != SUCCESS)) {
NULL             4794 Zend/zend_vm_def.h 					zend_verify_arg_type(EX(func), arg_num, param, NULL, CACHE_ADDR(opline->op2.num));
NULL             4923 Zend/zend_vm_def.h 		if (UNEXPECTED(ce == NULL)) {
NULL             4925 Zend/zend_vm_def.h 			if (UNEXPECTED(ce == NULL)) {
NULL             4938 Zend/zend_vm_def.h 	if (constructor == NULL) {
NULL             4977 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(obj) == NULL)) {
NULL             4978 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             4993 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             4997 Zend/zend_vm_def.h 			zend_throw_error(NULL, "__clone method called on non-object");
NULL             5004 Zend/zend_vm_def.h 	clone = ce ? ce->clone : NULL;
NULL             5006 Zend/zend_vm_def.h 	if (UNEXPECTED(clone_call == NULL)) {
NULL             5008 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object of class %s", ZSTR_VAL(ce->name));
NULL             5010 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object");
NULL             5021 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             5029 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             5036 Zend/zend_vm_def.h 	if (EXPECTED(EG(exception) == NULL)) {
NULL             5038 Zend/zend_vm_def.h 		if (UNEXPECTED(!RETURN_VALUE_USED(opline)) || UNEXPECTED(EG(exception) != NULL)) {
NULL             5056 Zend/zend_vm_def.h 		} else if ((c = zend_quick_get_constant(EX_CONSTANT(opline->op2) + 1, opline->extended_value)) == NULL) {
NULL             5071 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Undefined constant '%s'", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             5104 Zend/zend_vm_def.h 					if (UNEXPECTED(ce == NULL)) {
NULL             5106 Zend/zend_vm_def.h 							zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             5114 Zend/zend_vm_def.h 				if ((value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)), ce)) != NULL) {
NULL             5120 Zend/zend_vm_def.h 			if (EXPECTED((value = zend_hash_find(&ce->constants_table, Z_STR_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             5124 Zend/zend_vm_def.h 					zval_update_constant_ex(value, 1, NULL);
NULL             5126 Zend/zend_vm_def.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5136 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Undefined class constant '%s'", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             5163 Zend/zend_vm_def.h 		if (OP1_TYPE == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             5164 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             5265 Zend/zend_vm_def.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             5345 Zend/zend_vm_def.h 					zend_hash_init(Z_ARRVAL_P(result), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             5388 Zend/zend_vm_def.h 	zend_op_array *new_op_array=NULL;
NULL             5469 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5471 Zend/zend_vm_def.h 	} else if (EXPECTED(new_op_array != NULL)) {
NULL             5472 Zend/zend_vm_def.h 		zval *return_value = NULL;
NULL             5502 Zend/zend_vm_def.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5503 Zend/zend_vm_def.h 			zend_throw_exception_internal(NULL);
NULL             5565 Zend/zend_vm_def.h 			if (UNEXPECTED(ce == NULL)) {
NULL             5567 Zend/zend_vm_def.h 				if (UNEXPECTED(ce == NULL)) {
NULL             5569 Zend/zend_vm_def.h 						zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             5606 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             5607 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             5611 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             5612 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             5679 Zend/zend_vm_def.h 			if (UNEXPECTED(Z_OBJ_HT_P(container)->unset_dimension == NULL)) {
NULL             5680 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Cannot use object as array");
NULL             5685 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot unset string offsets");
NULL             5703 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             5704 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             5708 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             5709 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             5727 Zend/zend_vm_def.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             5799 Zend/zend_vm_def.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             5801 Zend/zend_vm_def.h 				zend_throw_exception_internal(NULL);
NULL             5808 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5817 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5948 Zend/zend_vm_def.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             5950 Zend/zend_vm_def.h 				zend_throw_exception_internal(NULL);
NULL             5957 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5970 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             6057 Zend/zend_vm_def.h 		if ((iter = zend_iterator_unwrap(array)) == NULL) {
NULL             6125 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             6131 Zend/zend_vm_def.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             6139 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             6150 Zend/zend_vm_def.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             6249 Zend/zend_vm_def.h 		if ((iter = zend_iterator_unwrap(array)) == NULL) {
NULL             6317 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             6323 Zend/zend_vm_def.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             6331 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             6342 Zend/zend_vm_def.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             6427 Zend/zend_vm_def.h 				if (OP1_TYPE == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             6431 Zend/zend_vm_def.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             6432 Zend/zend_vm_def.h 						value = NULL;
NULL             6436 Zend/zend_vm_def.h 				} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             6438 Zend/zend_vm_def.h 					if (UNEXPECTED(ce == NULL)) {
NULL             6446 Zend/zend_vm_def.h 				    (value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             6449 Zend/zend_vm_def.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             6450 Zend/zend_vm_def.h 						value = NULL;
NULL             6498 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             6499 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             6556 Zend/zend_vm_def.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             6559 Zend/zend_vm_def.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             6604 Zend/zend_vm_def.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             6634 Zend/zend_vm_def.h 	if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             6635 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             6660 Zend/zend_vm_def.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             6719 Zend/zend_vm_def.h 					zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0);
NULL             6721 Zend/zend_vm_def.h 				if (EXPECTED(zend_hash_str_add_ptr(EG(modified_ini_directives), "error_reporting", sizeof("error_reporting")-1, EG(error_reporting_ini_entry)) != NULL)) {
NULL             6747 Zend/zend_vm_def.h 	zval *ref = NULL;
NULL             6786 Zend/zend_vm_def.h 	zval *ref = NULL;
NULL             6915 Zend/zend_vm_def.h 	if ((zce = zend_hash_find(EG(class_table), Z_STR_P(EX_CONSTANT(opline->op2)))) == NULL ||
NULL             6916 Zend/zend_vm_def.h 	    ((orig_zce = zend_hash_find(EG(class_table), Z_STR_P(EX_CONSTANT(opline->op1)))) != NULL &&
NULL             6931 Zend/zend_vm_def.h 	ZEND_ASSERT(ce != NULL);
NULL             6952 Zend/zend_vm_def.h 	ZEND_ASSERT(ce != NULL);
NULL             7003 Zend/zend_vm_def.h 			if (UNEXPECTED(ce == NULL)) {
NULL             7005 Zend/zend_vm_def.h 				if (UNEXPECTED(ce == NULL)) {
NULL             7053 Zend/zend_vm_def.h 	if (UNEXPECTED(iface == NULL)) {
NULL             7055 Zend/zend_vm_def.h 		if (UNEXPECTED(iface == NULL)) {
NULL             7077 Zend/zend_vm_def.h 	if (UNEXPECTED(trait == NULL)) {
NULL             7081 Zend/zend_vm_def.h 		if (UNEXPECTED(trait == NULL)) {
NULL             7156 Zend/zend_vm_def.h 		EG(exception) = NULL;
NULL             7168 Zend/zend_vm_def.h 				Z_OBJ_P(fast_call) = NULL;
NULL             7238 Zend/zend_vm_def.h 		if (UNEXPECTED(zval_update_constant_ex(&c.value, 0, NULL) != SUCCESS)) {
NULL             7269 Zend/zend_vm_def.h 	ZEND_ASSERT(zfunc != NULL && Z_FUNC_P(zfunc)->type == ZEND_USER_FUNCTION);
NULL             7274 Zend/zend_vm_def.h 			EG(scope), EX(called_scope), NULL);
NULL             7277 Zend/zend_vm_def.h 			EG(scope), EX(called_scope), Z_OBJ(EX(This)) ? &EX(This) : NULL);
NULL             7308 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             7342 Zend/zend_vm_def.h 				if (OP1_TYPE == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             7343 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             7428 Zend/zend_vm_def.h 		generator->send_target = NULL;
NULL             7474 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Impossible to yield from the Generator being currently run");
NULL             7479 Zend/zend_vm_def.h 			} else if (UNEXPECTED(new_gen->execute_data == NULL)) {
NULL             7480 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Generator passed to yield from was aborted without proper return and is unable to continue");
NULL             7494 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             7502 Zend/zend_vm_def.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             7511 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Can use \"yield from\" only with arrays and Traversables", 0);
NULL             7522 Zend/zend_vm_def.h 	generator->send_target = NULL;
NULL             7541 Zend/zend_vm_def.h 	if (Z_OBJ_P(fast_call) != NULL) {
NULL             7545 Zend/zend_vm_def.h 		Z_OBJ_P(fast_call) = NULL;
NULL             7556 Zend/zend_vm_def.h 	if (opline->extended_value == ZEND_FAST_CALL_FROM_FINALLY && UNEXPECTED(Z_OBJ_P(fast_call) != NULL)) {
NULL             7559 Zend/zend_vm_def.h 		Z_OBJ_P(fast_call) = NULL;
NULL             7589 Zend/zend_vm_def.h 			Z_OBJ_P(fast_call) = NULL;
NULL             7629 Zend/zend_vm_def.h 	          EXPECTED(p->key != NULL) &&
NULL             7639 Zend/zend_vm_def.h 	if (UNEXPECTED(value == NULL)) {
NULL             7762 Zend/zend_vm_def.h 			if (EXPECTED(type_name != NULL)) {
NULL             7786 Zend/zend_vm_def.h 	} else if ((c = zend_quick_get_constant(EX_CONSTANT(opline->op1), 0)) == NULL) {
NULL             7823 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(scope) == NULL)) {
NULL             7824 Zend/zend_vm_def.h 		zend_throw_error(NULL, "Cannot use \"%s\" when no class scope is active",
NULL             7835 Zend/zend_vm_def.h 			if (UNEXPECTED(EG(scope)->parent == NULL)) {
NULL             7836 Zend/zend_vm_def.h 				zend_throw_error(NULL,
NULL             7861 Zend/zend_vm_def.h 	zend_hash_init(args, num_args, NULL, ZVAL_PTR_DTOR, 0);
NULL             7893 Zend/zend_vm_def.h 		call->symbol_table = NULL;
NULL             7931 Zend/zend_vm_def.h 		if (ret == NULL) {
NULL             7976 Zend/zend_vm_def.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             7977 Zend/zend_vm_def.h 		zend_throw_exception_internal(NULL);
NULL               32 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               33 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               34 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               35 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               36 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               37 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               38 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               39 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               40 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               41 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               42 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               43 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               44 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               45 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               46 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               47 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               48 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               49 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               50 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               51 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               52 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               53 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               54 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               55 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               56 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               57 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               58 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               59 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               60 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               61 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               62 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               63 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               64 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               65 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               66 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               67 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               68 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               69 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               70 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               71 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               72 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               73 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               74 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               75 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               76 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               77 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               78 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               79 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               80 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               81 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               82 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               83 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               84 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               85 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               86 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               87 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               88 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               89 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               90 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               91 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               92 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               93 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               94 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               95 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               96 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               97 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               98 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL               99 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              100 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              101 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              102 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              103 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              104 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              105 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              106 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              107 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              108 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              109 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              110 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              111 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              112 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              113 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              114 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              115 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              116 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              117 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              118 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              119 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              120 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              121 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              122 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              123 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              124 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              125 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              126 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              127 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              128 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              129 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              130 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              131 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              132 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              133 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              134 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              135 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              136 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              137 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              138 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              139 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              140 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              141 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              142 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              143 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              144 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              145 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              146 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              147 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              148 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              149 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              150 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              151 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              152 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              153 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              154 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              155 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              156 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              157 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              158 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              159 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              160 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              161 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              162 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              163 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              164 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              165 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              166 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              167 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              168 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              169 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              170 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              171 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              172 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              173 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              174 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              175 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              176 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              177 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              178 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              179 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              180 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              181 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              182 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              183 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              184 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              185 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              186 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              187 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              188 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              189 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              190 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              191 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              192 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              193 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              194 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              195 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              196 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              197 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              198 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              199 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              200 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              201 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              202 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              203 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              204 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              205 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              206 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              207 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              208 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              209 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              210 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              211 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              212 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              213 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              214 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              215 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              216 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              217 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              218 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              219 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              220 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              221 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              222 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              223 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              224 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              225 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              226 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              227 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              228 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              229 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              230 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              231 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              232 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              233 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              234 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              235 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              236 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              237 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              238 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              239 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              240 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              241 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              242 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              243 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              244 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              245 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              246 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              247 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              248 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              249 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              250 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              251 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              252 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              253 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              254 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              255 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              256 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              257 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              258 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              259 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              260 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              261 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              262 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              263 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              264 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              265 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              266 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              267 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              268 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              269 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              270 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              271 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              272 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              273 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              274 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              275 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              276 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              277 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              278 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              279 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              280 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              281 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              282 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              283 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              284 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              285 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              286 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL,
NULL              287 Zend/zend_vm_execute.h 	(user_opcode_handler_t)NULL
NULL              345 Zend/zend_vm_execute.h # define ZEND_VM_RETURN()        opline = NULL; return
NULL              445 Zend/zend_vm_execute.h 	if (EG(exception) != NULL) {
NULL              471 Zend/zend_vm_execute.h 		if (UNEXPECTED(EX(symbol_table) != NULL)) {
NULL              483 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL) && (EX(opline)->op1.num & ZEND_CALL_CTOR)) {
NULL              486 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL) && (call_info & ZEND_CALL_CTOR)) {
NULL              501 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL              503 Zend/zend_vm_execute.h 			zend_throw_exception_internal(NULL);
NULL              522 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL              523 Zend/zend_vm_execute.h 			zend_throw_exception_internal(NULL);
NULL              532 Zend/zend_vm_execute.h 			if (UNEXPECTED(EX(symbol_table) != NULL)) {
NULL              603 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL              604 Zend/zend_vm_execute.h 		zend_throw_exception_internal(NULL);
NULL              625 Zend/zend_vm_execute.h 	EG(scope) = NULL;
NULL              626 Zend/zend_vm_execute.h 	ret = NULL;
NULL              627 Zend/zend_vm_execute.h 	call->symbol_table = NULL;
NULL              651 Zend/zend_vm_execute.h 		EG(scope) = NULL;
NULL              663 Zend/zend_vm_execute.h 			ret = NULL;
NULL              664 Zend/zend_vm_execute.h 			call->symbol_table = NULL;
NULL              685 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL              703 Zend/zend_vm_execute.h 					zend_throw_exception_internal(NULL);
NULL              732 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL              733 Zend/zend_vm_execute.h 		zend_throw_exception_internal(NULL);
NULL              755 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call abstract method %s::%s()", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
NULL              763 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL              785 Zend/zend_vm_execute.h 			ret = NULL;
NULL              786 Zend/zend_vm_execute.h 			call->symbol_table = NULL;
NULL              869 Zend/zend_vm_execute.h 		if (UNEXPECTED(object == NULL)) {
NULL              877 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call overloaded function for non-object");
NULL              908 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL) && (opline->op1.num & ZEND_CALL_CTOR)) {
NULL              911 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL) && (ZEND_CALL_INFO(call) & ZEND_CALL_CTOR)) {
NULL              926 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL              927 Zend/zend_vm_execute.h 		zend_throw_exception_internal(NULL);
NULL              976 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Cannot unpack array with string keys");
NULL             1013 Zend/zend_vm_execute.h 						NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name)
NULL             1021 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             1029 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             1034 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             1041 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             1046 Zend/zend_vm_execute.h 						zend_throw_error(NULL,
NULL             1077 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             1124 Zend/zend_vm_execute.h 		EX(call)->called_scope = NULL;
NULL             1125 Zend/zend_vm_execute.h 		Z_OBJ(EX(call)->This) = NULL;
NULL             1171 Zend/zend_vm_execute.h 						EX(call)->called_scope = NULL;
NULL             1172 Zend/zend_vm_execute.h 						Z_OBJ(EX(call)->This) = NULL;
NULL             1213 Zend/zend_vm_execute.h 		if (UNEXPECTED(!zend_verify_arg_type(EX(func), arg_num, param, NULL, CACHE_ADDR(opline->op2.num)))) {
NULL             1241 Zend/zend_vm_execute.h 					zend_verify_arg_type(EX(func), arg_num, param, NULL, CACHE_ADDR(opline->op2.num));
NULL             1281 Zend/zend_vm_execute.h 					zend_hash_init(EG(modified_ini_directives), 8, NULL, NULL, 0);
NULL             1283 Zend/zend_vm_execute.h 				if (EXPECTED(zend_hash_str_add_ptr(EG(modified_ini_directives), "error_reporting", sizeof("error_reporting")-1, EG(error_reporting_ini_entry)) != NULL)) {
NULL             1354 Zend/zend_vm_execute.h 	if ((zce = zend_hash_find(EG(class_table), Z_STR_P(EX_CONSTANT(opline->op2)))) == NULL ||
NULL             1355 Zend/zend_vm_execute.h 	    ((orig_zce = zend_hash_find(EG(class_table), Z_STR_P(EX_CONSTANT(opline->op1)))) != NULL &&
NULL             1370 Zend/zend_vm_execute.h 	ZEND_ASSERT(ce != NULL);
NULL             1391 Zend/zend_vm_execute.h 	ZEND_ASSERT(ce != NULL);
NULL             1448 Zend/zend_vm_execute.h 	if (UNEXPECTED(trait == NULL)) {
NULL             1452 Zend/zend_vm_execute.h 		if (UNEXPECTED(trait == NULL)) {
NULL             1527 Zend/zend_vm_execute.h 		EG(exception) = NULL;
NULL             1539 Zend/zend_vm_execute.h 				Z_OBJ_P(fast_call) = NULL;
NULL             1601 Zend/zend_vm_execute.h 	if (Z_OBJ_P(fast_call) != NULL) {
NULL             1605 Zend/zend_vm_execute.h 		Z_OBJ_P(fast_call) = NULL;
NULL             1616 Zend/zend_vm_execute.h 	if (opline->extended_value == ZEND_FAST_CALL_FROM_FINALLY && UNEXPECTED(Z_OBJ_P(fast_call) != NULL)) {
NULL             1619 Zend/zend_vm_execute.h 		Z_OBJ_P(fast_call) = NULL;
NULL             1649 Zend/zend_vm_execute.h 			Z_OBJ_P(fast_call) = NULL;
NULL             1693 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(scope) == NULL)) {
NULL             1694 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use \"%s\" when no class scope is active",
NULL             1705 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(scope)->parent == NULL)) {
NULL             1706 Zend/zend_vm_execute.h 				zend_throw_error(NULL,
NULL             1731 Zend/zend_vm_execute.h 	zend_hash_init(args, num_args, NULL, ZVAL_PTR_DTOR, 0);
NULL             1763 Zend/zend_vm_execute.h 		call->symbol_table = NULL;
NULL             1801 Zend/zend_vm_execute.h 		if (ret == NULL) {
NULL             1846 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             1847 Zend/zend_vm_execute.h 		zend_throw_exception_internal(NULL);
NULL             1864 Zend/zend_vm_execute.h 		Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(NULL, opline->extended_value);
NULL             1874 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             1889 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             1893 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Class name must be a valid object or a string");
NULL             1908 Zend/zend_vm_execute.h 	if (UNEXPECTED(fbc == NULL)) {
NULL             1911 Zend/zend_vm_execute.h 		if (UNEXPECTED(func == NULL)) {
NULL             1913 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Call to undefined function %s()", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             1920 Zend/zend_vm_execute.h 		fbc, opline->extended_value, NULL, NULL);
NULL             1946 Zend/zend_vm_execute.h 		if ((colon = zend_memrchr(Z_STRVAL_P(function_name), ':', Z_STRLEN_P(function_name))) != NULL &&
NULL             1956 Zend/zend_vm_execute.h 			object = NULL;
NULL             1957 Zend/zend_vm_execute.h 			called_scope = zend_fetch_class_by_name(lcname, NULL, ZEND_FETCH_CLASS_DEFAULT | ZEND_FETCH_CLASS_EXCEPTION);
NULL             1958 Zend/zend_vm_execute.h 			if (UNEXPECTED(called_scope == NULL)) {
NULL             1968 Zend/zend_vm_execute.h 				fbc = zend_std_get_static_method(called_scope, mname, NULL);
NULL             1970 Zend/zend_vm_execute.h 			if (UNEXPECTED(fbc == NULL)) {
NULL             1972 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), ZSTR_VAL(mname));
NULL             1988 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2007 Zend/zend_vm_execute.h 			if (UNEXPECTED((func = zend_hash_find(EG(function_table), lcname)) == NULL)) {
NULL             2008 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined function %s()", Z_STRVAL_P(function_name));
NULL             2016 Zend/zend_vm_execute.h 			called_scope = NULL;
NULL             2017 Zend/zend_vm_execute.h 			object = NULL;
NULL             2042 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Array callback has to contain indices 0 and 1");
NULL             2049 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "First array member is not a valid class name or object");
NULL             2056 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Second array member is not a valid method");
NULL             2062 Zend/zend_vm_execute.h 			object = NULL;
NULL             2063 Zend/zend_vm_execute.h 			called_scope = zend_fetch_class_by_name(Z_STR_P(obj), NULL, ZEND_FETCH_CLASS_DEFAULT | ZEND_FETCH_CLASS_EXCEPTION);
NULL             2064 Zend/zend_vm_execute.h 			if (UNEXPECTED(called_scope == NULL)) {
NULL             2071 Zend/zend_vm_execute.h 				fbc = zend_std_get_static_method(called_scope, Z_STR_P(method), NULL);
NULL             2073 Zend/zend_vm_execute.h 			if (UNEXPECTED(fbc == NULL)) {
NULL             2075 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), Z_STRVAL_P(method));
NULL             2085 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2101 Zend/zend_vm_execute.h 			fbc = Z_OBJ_HT_P(obj)->get_method(&object, Z_STR_P(method), NULL);
NULL             2102 Zend/zend_vm_execute.h 			if (UNEXPECTED(fbc == NULL)) {
NULL             2104 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(object->ce->name), Z_STRVAL_P(method));
NULL             2111 Zend/zend_vm_execute.h 				object = NULL;
NULL             2124 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2128 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Function name must be a string");
NULL             2150 Zend/zend_vm_execute.h 	if (UNEXPECTED(fbc == NULL)) {
NULL             2152 Zend/zend_vm_execute.h 		if (func == NULL) {
NULL             2155 Zend/zend_vm_execute.h 			if (UNEXPECTED(func == NULL)) {
NULL             2157 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined function %s()", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             2166 Zend/zend_vm_execute.h 		fbc, opline->extended_value, NULL, NULL);
NULL             2183 Zend/zend_vm_execute.h 	if (UNEXPECTED(fbc == NULL)) {
NULL             2185 Zend/zend_vm_execute.h 		if (UNEXPECTED(func == NULL)) {
NULL             2187 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Call to undefined function %s()", Z_STRVAL_P(fname));
NULL             2196 Zend/zend_vm_execute.h 		fbc, opline->extended_value, NULL, NULL);
NULL             2217 Zend/zend_vm_execute.h 			if (UNEXPECTED(zval_update_constant_ex(param, 0, NULL) != SUCCESS)) {
NULL             2250 Zend/zend_vm_execute.h 	if (UNEXPECTED(iface == NULL)) {
NULL             2252 Zend/zend_vm_execute.h 		if (UNEXPECTED(iface == NULL)) {
NULL             2272 Zend/zend_vm_execute.h 		Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(NULL, opline->extended_value);
NULL             2276 Zend/zend_vm_execute.h 		zval *class_name = NULL;
NULL             2282 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             2297 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2301 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Class name must be a valid object or a string");
NULL             2314 Zend/zend_vm_execute.h 		Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(NULL, opline->extended_value);
NULL             2324 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             2339 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2343 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Class name must be a valid object or a string");
NULL             2369 Zend/zend_vm_execute.h 		if ((colon = zend_memrchr(Z_STRVAL_P(function_name), ':', Z_STRLEN_P(function_name))) != NULL &&
NULL             2379 Zend/zend_vm_execute.h 			object = NULL;
NULL             2380 Zend/zend_vm_execute.h 			called_scope = zend_fetch_class_by_name(lcname, NULL, ZEND_FETCH_CLASS_DEFAULT | ZEND_FETCH_CLASS_EXCEPTION);
NULL             2381 Zend/zend_vm_execute.h 			if (UNEXPECTED(called_scope == NULL)) {
NULL             2391 Zend/zend_vm_execute.h 				fbc = zend_std_get_static_method(called_scope, mname, NULL);
NULL             2393 Zend/zend_vm_execute.h 			if (UNEXPECTED(fbc == NULL)) {
NULL             2395 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), ZSTR_VAL(mname));
NULL             2411 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2430 Zend/zend_vm_execute.h 			if (UNEXPECTED((func = zend_hash_find(EG(function_table), lcname)) == NULL)) {
NULL             2431 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined function %s()", Z_STRVAL_P(function_name));
NULL             2439 Zend/zend_vm_execute.h 			called_scope = NULL;
NULL             2440 Zend/zend_vm_execute.h 			object = NULL;
NULL             2465 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Array callback has to contain indices 0 and 1");
NULL             2472 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "First array member is not a valid class name or object");
NULL             2479 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Second array member is not a valid method");
NULL             2485 Zend/zend_vm_execute.h 			object = NULL;
NULL             2486 Zend/zend_vm_execute.h 			called_scope = zend_fetch_class_by_name(Z_STR_P(obj), NULL, ZEND_FETCH_CLASS_DEFAULT | ZEND_FETCH_CLASS_EXCEPTION);
NULL             2487 Zend/zend_vm_execute.h 			if (UNEXPECTED(called_scope == NULL)) {
NULL             2494 Zend/zend_vm_execute.h 				fbc = zend_std_get_static_method(called_scope, Z_STR_P(method), NULL);
NULL             2496 Zend/zend_vm_execute.h 			if (UNEXPECTED(fbc == NULL)) {
NULL             2498 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), Z_STRVAL_P(method));
NULL             2508 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2524 Zend/zend_vm_execute.h 			fbc = Z_OBJ_HT_P(obj)->get_method(&object, Z_STR_P(method), NULL);
NULL             2525 Zend/zend_vm_execute.h 			if (UNEXPECTED(fbc == NULL)) {
NULL             2527 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(object->ce->name), Z_STRVAL_P(method));
NULL             2534 Zend/zend_vm_execute.h 				object = NULL;
NULL             2547 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2551 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Function name must be a string");
NULL             2569 Zend/zend_vm_execute.h 		Z_CE_P(EX_VAR(opline->result.var)) = zend_fetch_class(NULL, opline->extended_value);
NULL             2579 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             2594 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2598 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Class name must be a valid object or a string");
NULL             2625 Zend/zend_vm_execute.h 		if ((colon = zend_memrchr(Z_STRVAL_P(function_name), ':', Z_STRLEN_P(function_name))) != NULL &&
NULL             2635 Zend/zend_vm_execute.h 			object = NULL;
NULL             2636 Zend/zend_vm_execute.h 			called_scope = zend_fetch_class_by_name(lcname, NULL, ZEND_FETCH_CLASS_DEFAULT | ZEND_FETCH_CLASS_EXCEPTION);
NULL             2637 Zend/zend_vm_execute.h 			if (UNEXPECTED(called_scope == NULL)) {
NULL             2647 Zend/zend_vm_execute.h 				fbc = zend_std_get_static_method(called_scope, mname, NULL);
NULL             2649 Zend/zend_vm_execute.h 			if (UNEXPECTED(fbc == NULL)) {
NULL             2651 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), ZSTR_VAL(mname));
NULL             2667 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2686 Zend/zend_vm_execute.h 			if (UNEXPECTED((func = zend_hash_find(EG(function_table), lcname)) == NULL)) {
NULL             2687 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined function %s()", Z_STRVAL_P(function_name));
NULL             2695 Zend/zend_vm_execute.h 			called_scope = NULL;
NULL             2696 Zend/zend_vm_execute.h 			object = NULL;
NULL             2721 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Array callback has to contain indices 0 and 1");
NULL             2728 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "First array member is not a valid class name or object");
NULL             2735 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Second array member is not a valid method");
NULL             2741 Zend/zend_vm_execute.h 			object = NULL;
NULL             2742 Zend/zend_vm_execute.h 			called_scope = zend_fetch_class_by_name(Z_STR_P(obj), NULL, ZEND_FETCH_CLASS_DEFAULT | ZEND_FETCH_CLASS_EXCEPTION);
NULL             2743 Zend/zend_vm_execute.h 			if (UNEXPECTED(called_scope == NULL)) {
NULL             2750 Zend/zend_vm_execute.h 				fbc = zend_std_get_static_method(called_scope, Z_STR_P(method), NULL);
NULL             2752 Zend/zend_vm_execute.h 			if (UNEXPECTED(fbc == NULL)) {
NULL             2754 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), Z_STRVAL_P(method));
NULL             2764 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2780 Zend/zend_vm_execute.h 			fbc = Z_OBJ_HT_P(obj)->get_method(&object, Z_STR_P(method), NULL);
NULL             2781 Zend/zend_vm_execute.h 			if (UNEXPECTED(fbc == NULL)) {
NULL             2783 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(object->ce->name), Z_STRVAL_P(method));
NULL             2790 Zend/zend_vm_execute.h 				object = NULL;
NULL             2803 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2807 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Function name must be a string");
NULL             2914 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2948 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             2985 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3028 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3068 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3153 Zend/zend_vm_execute.h 		retval_ptr = NULL;
NULL             3155 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && UNEXPECTED(retval_ptr == NULL)) {
NULL             3156 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot return string offsets by reference");
NULL             3249 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3253 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Can only throw objects");
NULL             3301 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot pass parameter %d by reference", arg_num);
NULL             3353 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce == NULL)) {
NULL             3355 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             3368 Zend/zend_vm_execute.h 	if (constructor == NULL) {
NULL             3407 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(obj) == NULL)) {
NULL             3408 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             3423 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3427 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "__clone method called on non-object");
NULL             3434 Zend/zend_vm_execute.h 	clone = ce ? ce->clone : NULL;
NULL             3436 Zend/zend_vm_execute.h 	if (UNEXPECTED(clone_call == NULL)) {
NULL             3438 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object of class %s", ZSTR_VAL(ce->name));
NULL             3440 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object");
NULL             3451 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             3459 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             3466 Zend/zend_vm_execute.h 	if (EXPECTED(EG(exception) == NULL)) {
NULL             3468 Zend/zend_vm_execute.h 		if (UNEXPECTED(!RETURN_VALUE_USED(opline)) || UNEXPECTED(EG(exception) != NULL)) {
NULL             3537 Zend/zend_vm_execute.h 					zend_hash_init(Z_ARRVAL_P(result), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             3579 Zend/zend_vm_execute.h 	zend_op_array *new_op_array=NULL;
NULL             3660 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3662 Zend/zend_vm_execute.h 	} else if (EXPECTED(new_op_array != NULL)) {
NULL             3663 Zend/zend_vm_execute.h 		zval *return_value = NULL;
NULL             3693 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3694 Zend/zend_vm_execute.h 			zend_throw_exception_internal(NULL);
NULL             3764 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             3766 Zend/zend_vm_execute.h 				zend_throw_exception_internal(NULL);
NULL             3773 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3782 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3819 Zend/zend_vm_execute.h 		array_ref = array_ptr = NULL;
NULL             3910 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             3912 Zend/zend_vm_execute.h 				zend_throw_exception_internal(NULL);
NULL             3919 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             3932 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             4004 Zend/zend_vm_execute.h 	zval *ref = NULL;
NULL             4042 Zend/zend_vm_execute.h 	zval *ref = NULL;
NULL             4140 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Impossible to yield from the Generator being currently run");
NULL             4145 Zend/zend_vm_execute.h 			} else if (UNEXPECTED(new_gen->execute_data == NULL)) {
NULL             4146 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Generator passed to yield from was aborted without proper return and is unable to continue");
NULL             4159 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             4167 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             4176 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Can use \"yield from\" only with arrays and Traversables", 0);
NULL             4187 Zend/zend_vm_execute.h 	generator->send_target = NULL;
NULL             4263 Zend/zend_vm_execute.h 			if (EXPECTED(type_name != NULL)) {
NULL             4287 Zend/zend_vm_execute.h 	} else if ((c = zend_quick_get_constant(EX_CONSTANT(opline->op1), 0)) == NULL) {
NULL             4964 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             4968 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             4969 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             4975 Zend/zend_vm_execute.h 			} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             4977 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             4989 Zend/zend_vm_execute.h 			    (retval = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             4992 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             4993 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             5016 Zend/zend_vm_execute.h 		if (retval == NULL) {
NULL             5058 Zend/zend_vm_execute.h 				if (UNEXPECTED(zval_update_constant_ex(retval, 1, NULL) != SUCCESS)) {
NULL             5073 Zend/zend_vm_execute.h 	ZEND_ASSERT(retval != NULL);
NULL             5159 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             5164 Zend/zend_vm_execute.h 		container = NULL;
NULL             5165 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             5166 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             5178 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             5202 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             5203 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             5237 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             5246 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             5251 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             5274 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             5275 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             5309 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             5318 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             5323 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             5347 Zend/zend_vm_execute.h 		container = NULL;
NULL             5349 Zend/zend_vm_execute.h 		if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             5350 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             5355 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             5360 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             5361 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             5365 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CONST, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             5390 Zend/zend_vm_execute.h 		if (UNEXPECTED(value == NULL)) {
NULL             5514 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5518 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             5527 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             5528 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             5544 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5549 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             5561 Zend/zend_vm_execute.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             5564 Zend/zend_vm_execute.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             5565 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             5572 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CONST == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             5573 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             5575 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             5591 Zend/zend_vm_execute.h 		obj = NULL;
NULL             5621 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce == NULL)) {
NULL             5623 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             5624 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5627 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             5638 Zend/zend_vm_execute.h 	    EXPECTED((fbc = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             5658 Zend/zend_vm_execute.h 						if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5662 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Function name must be a string");
NULL             5672 Zend/zend_vm_execute.h 			fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), ((IS_CONST == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             5674 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             5676 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
NULL             5694 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce->constructor == NULL)) {
NULL             5695 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call constructor");
NULL             5699 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
NULL             5705 Zend/zend_vm_execute.h 	object = NULL;
NULL             5717 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5754 Zend/zend_vm_execute.h 	char *error = NULL;
NULL             5763 Zend/zend_vm_execute.h 	if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
NULL             5786 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5794 Zend/zend_vm_execute.h 		called_scope = NULL;
NULL             5795 Zend/zend_vm_execute.h 		object = NULL;
NULL             5890 Zend/zend_vm_execute.h 		} else if ((c = zend_quick_get_constant(EX_CONSTANT(opline->op2) + 1, opline->extended_value)) == NULL) {
NULL             5905 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Undefined constant '%s'", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             5938 Zend/zend_vm_execute.h 					if (UNEXPECTED(ce == NULL)) {
NULL             5940 Zend/zend_vm_execute.h 							zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             5948 Zend/zend_vm_execute.h 				if ((value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)), ce)) != NULL) {
NULL             5954 Zend/zend_vm_execute.h 			if (EXPECTED((value = zend_hash_find(&ce->constants_table, Z_STR_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             5958 Zend/zend_vm_execute.h 					zval_update_constant_ex(value, 1, NULL);
NULL             5960 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             5970 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Undefined class constant '%s'", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             5996 Zend/zend_vm_execute.h 		expr_ptr = NULL;
NULL             5997 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             5998 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             6099 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             6168 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             6170 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             6172 Zend/zend_vm_execute.h 						zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             6239 Zend/zend_vm_execute.h 				if (IS_CONST == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             6243 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             6244 Zend/zend_vm_execute.h 						value = NULL;
NULL             6248 Zend/zend_vm_execute.h 				} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             6250 Zend/zend_vm_execute.h 					if (UNEXPECTED(ce == NULL)) {
NULL             6258 Zend/zend_vm_execute.h 				    (value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             6261 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             6262 Zend/zend_vm_execute.h 						value = NULL;
NULL             6309 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             6310 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             6367 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             6370 Zend/zend_vm_execute.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             6415 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             6445 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             6446 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             6471 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             6494 Zend/zend_vm_execute.h 		if (UNEXPECTED(zval_update_constant_ex(&c.value, 0, NULL) != SUCCESS)) {
NULL             6524 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             6556 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             6558 Zend/zend_vm_execute.h 				if (IS_CONST == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             6559 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             6643 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             6701 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             6733 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             6735 Zend/zend_vm_execute.h 				if (IS_CONST == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             6736 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             6820 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             6898 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             6902 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             6903 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             6909 Zend/zend_vm_execute.h 			} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             6911 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             6923 Zend/zend_vm_execute.h 			    (retval = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             6926 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             6927 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             6950 Zend/zend_vm_execute.h 		if (retval == NULL) {
NULL             6992 Zend/zend_vm_execute.h 				if (UNEXPECTED(zval_update_constant_ex(retval, 1, NULL) != SUCCESS)) {
NULL             7007 Zend/zend_vm_execute.h 	ZEND_ASSERT(retval != NULL);
NULL             7106 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             7108 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             7110 Zend/zend_vm_execute.h 						zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             7177 Zend/zend_vm_execute.h 				if (IS_CONST == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             7181 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             7182 Zend/zend_vm_execute.h 						value = NULL;
NULL             7186 Zend/zend_vm_execute.h 				} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             7188 Zend/zend_vm_execute.h 					if (UNEXPECTED(ce == NULL)) {
NULL             7196 Zend/zend_vm_execute.h 				    (value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             7199 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             7200 Zend/zend_vm_execute.h 						value = NULL;
NULL             7243 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             7275 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             7277 Zend/zend_vm_execute.h 				if (IS_CONST == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             7278 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             7362 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             7404 Zend/zend_vm_execute.h 			if (IS_CONST == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             7408 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             7409 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             7415 Zend/zend_vm_execute.h 			} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             7417 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             7429 Zend/zend_vm_execute.h 			    (retval = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             7432 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             7433 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             7456 Zend/zend_vm_execute.h 		if (retval == NULL) {
NULL             7498 Zend/zend_vm_execute.h 				if (UNEXPECTED(zval_update_constant_ex(retval, 1, NULL) != SUCCESS)) {
NULL             7513 Zend/zend_vm_execute.h 	ZEND_ASSERT(retval != NULL);
NULL             7571 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             7576 Zend/zend_vm_execute.h 		container = NULL;
NULL             7577 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             7578 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             7582 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, NULL, IS_UNUSED);
NULL             7590 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             7596 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, NULL, IS_UNUSED);
NULL             7617 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce == NULL)) {
NULL             7619 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             7620 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             7623 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             7634 Zend/zend_vm_execute.h 	    EXPECTED((fbc = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             7643 Zend/zend_vm_execute.h 		function_name = NULL;
NULL             7654 Zend/zend_vm_execute.h 						if (UNEXPECTED(EG(exception) != NULL)) {
NULL             7658 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Function name must be a string");
NULL             7668 Zend/zend_vm_execute.h 			fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), ((IS_UNUSED == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             7670 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             7672 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
NULL             7690 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce->constructor == NULL)) {
NULL             7691 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call constructor");
NULL             7695 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
NULL             7701 Zend/zend_vm_execute.h 	object = NULL;
NULL             7713 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             7789 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             7810 Zend/zend_vm_execute.h 		expr_ptr = NULL;
NULL             7811 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             7812 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             7852 Zend/zend_vm_execute.h 		zval *offset = NULL;
NULL             7913 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             7982 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             7984 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             7986 Zend/zend_vm_execute.h 						zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             8053 Zend/zend_vm_execute.h 				if (IS_CONST == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             8057 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             8058 Zend/zend_vm_execute.h 						value = NULL;
NULL             8062 Zend/zend_vm_execute.h 				} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             8064 Zend/zend_vm_execute.h 					if (UNEXPECTED(ce == NULL)) {
NULL             8072 Zend/zend_vm_execute.h 				    (value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             8075 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             8076 Zend/zend_vm_execute.h 						value = NULL;
NULL             8119 Zend/zend_vm_execute.h 	ZEND_ASSERT(zfunc != NULL && Z_FUNC_P(zfunc)->type == ZEND_USER_FUNCTION);
NULL             8124 Zend/zend_vm_execute.h 			EG(scope), EX(called_scope), NULL);
NULL             8127 Zend/zend_vm_execute.h 			EG(scope), EX(called_scope), Z_OBJ(EX(This)) ? &EX(This) : NULL);
NULL             8141 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             8173 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             8175 Zend/zend_vm_execute.h 				if (IS_CONST == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             8176 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             8223 Zend/zend_vm_execute.h 		zval *key = NULL;
NULL             8260 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             8949 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             8954 Zend/zend_vm_execute.h 		container = NULL;
NULL             8955 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             8956 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             8968 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             8992 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             8993 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             9027 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             9036 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             9041 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             9064 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             9065 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             9099 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             9108 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             9113 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             9137 Zend/zend_vm_execute.h 		container = NULL;
NULL             9139 Zend/zend_vm_execute.h 		if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             9140 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             9145 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             9150 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             9151 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             9155 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CONST, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             9260 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             9264 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             9273 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             9274 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             9290 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             9295 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             9307 Zend/zend_vm_execute.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             9310 Zend/zend_vm_execute.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             9311 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             9318 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CV == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             9319 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             9321 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             9337 Zend/zend_vm_execute.h 		obj = NULL;
NULL             9367 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce == NULL)) {
NULL             9369 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             9370 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             9373 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             9384 Zend/zend_vm_execute.h 	    EXPECTED((fbc = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             9404 Zend/zend_vm_execute.h 						if (UNEXPECTED(EG(exception) != NULL)) {
NULL             9408 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Function name must be a string");
NULL             9418 Zend/zend_vm_execute.h 			fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), ((IS_CV == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             9420 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             9422 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
NULL             9440 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce->constructor == NULL)) {
NULL             9441 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call constructor");
NULL             9445 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
NULL             9451 Zend/zend_vm_execute.h 	object = NULL;
NULL             9463 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             9500 Zend/zend_vm_execute.h 	char *error = NULL;
NULL             9509 Zend/zend_vm_execute.h 	if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
NULL             9532 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             9540 Zend/zend_vm_execute.h 		called_scope = NULL;
NULL             9541 Zend/zend_vm_execute.h 		object = NULL;
NULL             9561 Zend/zend_vm_execute.h 	if (EG(exception) == NULL) {
NULL             9566 Zend/zend_vm_execute.h 	if (UNEXPECTED(catch_ce == NULL)) {
NULL             9582 Zend/zend_vm_execute.h 				zend_throw_exception_internal(NULL);
NULL             9597 Zend/zend_vm_execute.h 		EG(exception) = NULL;
NULL             9685 Zend/zend_vm_execute.h 		expr_ptr = NULL;
NULL             9686 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             9687 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             9788 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             9818 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             9819 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             9876 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             9879 Zend/zend_vm_execute.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             9924 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             9954 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             9955 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             9980 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             9997 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             10029 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             10031 Zend/zend_vm_execute.h 				if (IS_CONST == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             10032 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             10116 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             10769 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             10774 Zend/zend_vm_execute.h 		container = NULL;
NULL             10775 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             10776 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             10788 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             10812 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             10813 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             10847 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             10856 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             10861 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             10885 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             10886 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             10920 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             10929 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             10934 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             10959 Zend/zend_vm_execute.h 		container = NULL;
NULL             10961 Zend/zend_vm_execute.h 		if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             10962 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             10967 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             10972 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             10973 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             10977 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CONST, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             11082 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             11086 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             11095 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             11096 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             11112 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             11117 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             11129 Zend/zend_vm_execute.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             11132 Zend/zend_vm_execute.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             11133 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             11140 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             11141 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             11143 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             11159 Zend/zend_vm_execute.h 		obj = NULL;
NULL             11190 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce == NULL)) {
NULL             11192 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             11193 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             11196 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             11207 Zend/zend_vm_execute.h 	    EXPECTED((fbc = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             11227 Zend/zend_vm_execute.h 						if (UNEXPECTED(EG(exception) != NULL)) {
NULL             11231 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Function name must be a string");
NULL             11241 Zend/zend_vm_execute.h 			fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             11243 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             11245 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
NULL             11263 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce->constructor == NULL)) {
NULL             11264 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call constructor");
NULL             11268 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
NULL             11274 Zend/zend_vm_execute.h 	object = NULL;
NULL             11286 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             11323 Zend/zend_vm_execute.h 	char *error = NULL;
NULL             11332 Zend/zend_vm_execute.h 	if (zend_is_callable_ex(function_name, NULL, 0, NULL, &fcc, &error)) {
NULL             11355 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             11363 Zend/zend_vm_execute.h 		called_scope = NULL;
NULL             11364 Zend/zend_vm_execute.h 		object = NULL;
NULL             11459 Zend/zend_vm_execute.h 		expr_ptr = NULL;
NULL             11460 Zend/zend_vm_execute.h 		if (IS_CONST == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             11461 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             11562 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             11592 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             11593 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             11650 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             11653 Zend/zend_vm_execute.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             11698 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             11728 Zend/zend_vm_execute.h 	if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             11729 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             11754 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             11843 Zend/zend_vm_execute.h 		retval_ptr = NULL;
NULL             11845 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(retval_ptr == NULL)) {
NULL             11846 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot return string offsets by reference");
NULL             11939 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             11943 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Can only throw objects");
NULL             11991 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot pass parameter %d by reference", arg_num);
NULL             12069 Zend/zend_vm_execute.h 					zend_hash_init(Z_ARRVAL_P(result), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             12168 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             12170 Zend/zend_vm_execute.h 				zend_throw_exception_internal(NULL);
NULL             12177 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             12186 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             12224 Zend/zend_vm_execute.h 		array_ref = array_ptr = NULL;
NULL             12315 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             12317 Zend/zend_vm_execute.h 				zend_throw_exception_internal(NULL);
NULL             12324 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             12337 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             12390 Zend/zend_vm_execute.h 	zval *ref = NULL;
NULL             12429 Zend/zend_vm_execute.h 	zval *ref = NULL;
NULL             12528 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Impossible to yield from the Generator being currently run");
NULL             12533 Zend/zend_vm_execute.h 			} else if (UNEXPECTED(new_gen->execute_data == NULL)) {
NULL             12534 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Generator passed to yield from was aborted without proper return and is unable to continue");
NULL             12548 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             12556 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             12565 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Can use \"yield from\" only with arrays and Traversables", 0);
NULL             12576 Zend/zend_vm_execute.h 	generator->send_target = NULL;
NULL             12609 Zend/zend_vm_execute.h 			if (EXPECTED(type_name != NULL)) {
NULL             12671 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             12676 Zend/zend_vm_execute.h 		container = NULL;
NULL             12677 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             12678 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             12690 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             12714 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             12715 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             12749 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             12758 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             12763 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             12787 Zend/zend_vm_execute.h 		container = NULL;
NULL             12789 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             12790 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             12795 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             12800 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             12801 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             12805 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_TMP_VAR, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             12912 Zend/zend_vm_execute.h 		expr_ptr = NULL;
NULL             12913 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             12914 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             13015 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             13041 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             13073 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             13075 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             13076 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             13160 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             13218 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             13250 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             13252 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             13253 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             13337 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             13395 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             13427 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             13429 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             13430 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             13514 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             13538 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             13543 Zend/zend_vm_execute.h 		container = NULL;
NULL             13544 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             13545 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             13549 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, NULL, IS_UNUSED);
NULL             13557 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             13563 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, NULL, IS_UNUSED);
NULL             13615 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             13636 Zend/zend_vm_execute.h 		expr_ptr = NULL;
NULL             13637 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             13638 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             13678 Zend/zend_vm_execute.h 		zval *offset = NULL;
NULL             13739 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             13765 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             13797 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             13799 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             13800 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             13847 Zend/zend_vm_execute.h 		zval *key = NULL;
NULL             13884 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             13944 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             13949 Zend/zend_vm_execute.h 		container = NULL;
NULL             13950 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             13951 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             13963 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             13987 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             13988 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             14022 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             14031 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             14036 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             14060 Zend/zend_vm_execute.h 		container = NULL;
NULL             14062 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             14063 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             14068 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             14073 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             14074 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             14078 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_TMP_VAR, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             14185 Zend/zend_vm_execute.h 		expr_ptr = NULL;
NULL             14186 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             14187 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             14288 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             14314 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             14346 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             14348 Zend/zend_vm_execute.h 				if (IS_TMP_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             14349 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             14433 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             14457 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             14462 Zend/zend_vm_execute.h 		container = NULL;
NULL             14463 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             14464 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             14476 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             14500 Zend/zend_vm_execute.h 	if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             14501 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             14535 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             14544 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             14549 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             14574 Zend/zend_vm_execute.h 		container = NULL;
NULL             14576 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             14577 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             14582 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             14587 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             14588 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             14592 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_TMP_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             14699 Zend/zend_vm_execute.h 		expr_ptr = NULL;
NULL             14700 Zend/zend_vm_execute.h 		if (IS_TMP_VAR == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             14701 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             14802 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             14828 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             14830 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             14874 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             14876 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             14920 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             14922 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             14959 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             14961 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             15071 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && UNEXPECTED(retval_ptr == NULL)) {
NULL             15072 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot return string offsets by reference");
NULL             15166 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             15170 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Can only throw objects");
NULL             15272 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(varptr == NULL)) {
NULL             15273 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Only variables can be passed by reference");
NULL             15376 Zend/zend_vm_execute.h 				EX(call)->called_scope = NULL;
NULL             15377 Zend/zend_vm_execute.h 				Z_OBJ(EX(call)->This) = NULL;
NULL             15412 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce == NULL)) {
NULL             15414 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             15427 Zend/zend_vm_execute.h 	if (constructor == NULL) {
NULL             15516 Zend/zend_vm_execute.h 					zend_hash_init(Z_ARRVAL_P(result), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             15617 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             15619 Zend/zend_vm_execute.h 				zend_throw_exception_internal(NULL);
NULL             15626 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             15635 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             15766 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             15768 Zend/zend_vm_execute.h 				zend_throw_exception_internal(NULL);
NULL             15775 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             15788 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             15875 Zend/zend_vm_execute.h 		if ((iter = zend_iterator_unwrap(array)) == NULL) {
NULL             15943 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             15949 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             15957 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             15968 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             16067 Zend/zend_vm_execute.h 		if ((iter = zend_iterator_unwrap(array)) == NULL) {
NULL             16135 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             16141 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             16149 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             16160 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             16209 Zend/zend_vm_execute.h 	zval *ref = NULL;
NULL             16248 Zend/zend_vm_execute.h 	zval *ref = NULL;
NULL             16349 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Impossible to yield from the Generator being currently run");
NULL             16354 Zend/zend_vm_execute.h 			} else if (UNEXPECTED(new_gen->execute_data == NULL)) {
NULL             16355 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Generator passed to yield from was aborted without proper return and is unable to continue");
NULL             16369 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             16377 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             16386 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Can use \"yield from\" only with arrays and Traversables", 0);
NULL             16397 Zend/zend_vm_execute.h 	generator->send_target = NULL;
NULL             16430 Zend/zend_vm_execute.h 			if (EXPECTED(type_name != NULL)) {
NULL             16494 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             16495 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             16503 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             16504 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             16526 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             16536 Zend/zend_vm_execute.h 			zend_assign_op_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             16556 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             16557 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             16562 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             16563 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             16578 Zend/zend_vm_execute.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL             16588 Zend/zend_vm_execute.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL             16589 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             16628 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             16629 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             16904 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             16905 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             16912 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             16913 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             16933 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             16955 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             16984 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             16985 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             16992 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             16993 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             17011 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             17031 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
NULL             17058 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             17059 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             17080 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             17081 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             17103 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             17109 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             17110 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             17122 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             17144 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             17145 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             17169 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             17170 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             17204 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             17213 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             17218 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             17241 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             17242 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             17246 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             17247 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             17252 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             17272 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             17273 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             17277 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             17278 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             17282 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
NULL             17305 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             17306 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             17311 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             17316 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             17317 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             17321 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             17342 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             17343 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             17350 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             17351 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             17355 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
NULL             17374 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             17375 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             17382 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             17383 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             17387 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_VAR, property_name, IS_CONST, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
NULL             17407 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
NULL             17408 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             17419 Zend/zend_vm_execute.h 			if (UNEXPECTED(variable_ptr == NULL)) {
NULL             17452 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
NULL             17457 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "[] operator not supported for strings");
NULL             17468 Zend/zend_vm_execute.h 					zend_assign_to_string_offset(object_ptr, offset, value, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             17475 Zend/zend_vm_execute.h 				zend_hash_init(Z_ARRVAL_P(object_ptr), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             17542 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce == NULL)) {
NULL             17544 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             17545 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             17548 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             17559 Zend/zend_vm_execute.h 	    EXPECTED((fbc = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             17579 Zend/zend_vm_execute.h 						if (UNEXPECTED(EG(exception) != NULL)) {
NULL             17583 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Function name must be a string");
NULL             17593 Zend/zend_vm_execute.h 			fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), ((IS_CONST == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             17595 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             17597 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
NULL             17615 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce->constructor == NULL)) {
NULL             17616 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call constructor");
NULL             17620 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
NULL             17626 Zend/zend_vm_execute.h 	object = NULL;
NULL             17638 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             17679 Zend/zend_vm_execute.h 		} else if ((c = zend_quick_get_constant(EX_CONSTANT(opline->op2) + 1, opline->extended_value)) == NULL) {
NULL             17694 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Undefined constant '%s'", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             17727 Zend/zend_vm_execute.h 					if (UNEXPECTED(ce == NULL)) {
NULL             17729 Zend/zend_vm_execute.h 							zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             17737 Zend/zend_vm_execute.h 				if ((value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)), ce)) != NULL) {
NULL             17743 Zend/zend_vm_execute.h 			if (EXPECTED((value = zend_hash_find(&ce->constants_table, Z_STR_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             17747 Zend/zend_vm_execute.h 					zval_update_constant_ex(value, 1, NULL);
NULL             17749 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             17759 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Undefined class constant '%s'", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             17786 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             17787 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             17888 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             17917 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             17918 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             17922 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             17923 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             17990 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_OBJ_HT_P(container)->unset_dimension == NULL)) {
NULL             17991 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Cannot use object as array");
NULL             17996 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot unset string offsets");
NULL             18013 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             18014 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             18018 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             18019 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             18037 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             18055 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             18089 Zend/zend_vm_execute.h 				if (IS_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             18090 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             18175 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             18261 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             18295 Zend/zend_vm_execute.h 				if (IS_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             18296 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             18381 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             18469 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             18470 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot create references to/from string offsets nor overloaded objects");
NULL             18477 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot assign by reference to overloaded object");
NULL             18485 Zend/zend_vm_execute.h 		if (!(free_op2 != NULL) && UNEXPECTED(Z_TYPE_P(EX_VAR(opline->op2.var)) != IS_INDIRECT)) { /* undo the effect of get_zval_ptr_ptr() */
NULL             18489 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             18497 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(variable_ptr == NULL)) {
NULL             18498 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot create references to/from string offsets nor overloaded objects");
NULL             18527 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             18561 Zend/zend_vm_execute.h 				if (IS_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             18562 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             18647 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             18670 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             18671 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             18676 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             18677 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             18683 Zend/zend_vm_execute.h 	dim = NULL;
NULL             18692 Zend/zend_vm_execute.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL             18702 Zend/zend_vm_execute.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL             18703 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             18980 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             18981 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             18984 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, NULL, IS_UNUSED);
NULL             19002 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             19003 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             19006 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_RW(EX_VAR(opline->result.var), container, NULL, IS_UNUSED);
NULL             19025 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             19031 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             19032 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             19036 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, NULL, IS_UNUSED);
NULL             19044 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             19050 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, NULL, IS_UNUSED);
NULL             19070 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
NULL             19071 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             19082 Zend/zend_vm_execute.h 			if (UNEXPECTED(variable_ptr == NULL)) {
NULL             19087 Zend/zend_vm_execute.h 			dim = NULL;
NULL             19113 Zend/zend_vm_execute.h 			zval *property_name = NULL;
NULL             19115 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
NULL             19120 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "[] operator not supported for strings");
NULL             19127 Zend/zend_vm_execute.h 					dim = NULL;
NULL             19131 Zend/zend_vm_execute.h 					zend_assign_to_string_offset(object_ptr, offset, value, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             19138 Zend/zend_vm_execute.h 				zend_hash_init(Z_ARRVAL_P(object_ptr), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             19149 Zend/zend_vm_execute.h 			dim = NULL;
NULL             19177 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce == NULL)) {
NULL             19179 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             19180 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             19183 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             19194 Zend/zend_vm_execute.h 	    EXPECTED((fbc = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             19203 Zend/zend_vm_execute.h 		function_name = NULL;
NULL             19214 Zend/zend_vm_execute.h 						if (UNEXPECTED(EG(exception) != NULL)) {
NULL             19218 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Function name must be a string");
NULL             19228 Zend/zend_vm_execute.h 			fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), ((IS_UNUSED == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             19230 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             19232 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
NULL             19250 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce->constructor == NULL)) {
NULL             19251 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call constructor");
NULL             19255 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
NULL             19261 Zend/zend_vm_execute.h 	object = NULL;
NULL             19273 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             19349 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             19371 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             19372 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             19412 Zend/zend_vm_execute.h 		zval *offset = NULL;
NULL             19473 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             19516 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             19550 Zend/zend_vm_execute.h 				if (IS_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             19551 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             19599 Zend/zend_vm_execute.h 		zval *key = NULL;
NULL             19636 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             19698 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             19699 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             19707 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             19708 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             19730 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             19740 Zend/zend_vm_execute.h 			zend_assign_op_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             19760 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             19761 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             19766 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             19767 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             19782 Zend/zend_vm_execute.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL             19792 Zend/zend_vm_execute.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL             19793 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             19832 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             19833 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             20108 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             20109 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             20116 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             20117 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             20137 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             20159 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             20188 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             20189 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             20196 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             20197 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             20215 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             20235 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
NULL             20262 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             20263 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             20284 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             20285 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             20307 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             20313 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             20314 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             20326 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             20348 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             20349 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             20373 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             20374 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             20408 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             20417 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             20422 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             20445 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             20446 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             20450 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             20451 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             20456 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             20476 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             20477 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             20481 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             20482 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             20486 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
NULL             20509 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             20510 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             20515 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             20520 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             20521 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             20525 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             20546 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             20547 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             20554 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             20555 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             20559 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
NULL             20578 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             20579 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             20586 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             20587 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             20591 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_VAR, property_name, IS_CV, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
NULL             20611 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
NULL             20612 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             20623 Zend/zend_vm_execute.h 			if (UNEXPECTED(variable_ptr == NULL)) {
NULL             20656 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
NULL             20661 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "[] operator not supported for strings");
NULL             20672 Zend/zend_vm_execute.h 					zend_assign_to_string_offset(object_ptr, offset, value, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             20679 Zend/zend_vm_execute.h 				zend_hash_init(Z_ARRVAL_P(object_ptr), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             20742 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             20743 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot create references to/from string offsets nor overloaded objects");
NULL             20750 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot assign by reference to overloaded object");
NULL             20762 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             20770 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(variable_ptr == NULL)) {
NULL             20771 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot create references to/from string offsets nor overloaded objects");
NULL             20805 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce == NULL)) {
NULL             20807 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             20808 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             20811 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             20822 Zend/zend_vm_execute.h 	    EXPECTED((fbc = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             20842 Zend/zend_vm_execute.h 						if (UNEXPECTED(EG(exception) != NULL)) {
NULL             20846 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Function name must be a string");
NULL             20856 Zend/zend_vm_execute.h 			fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), ((IS_CV == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             20858 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             20860 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
NULL             20878 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce->constructor == NULL)) {
NULL             20879 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call constructor");
NULL             20883 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
NULL             20889 Zend/zend_vm_execute.h 	object = NULL;
NULL             20901 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             20942 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             20943 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             21044 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             21073 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             21074 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             21078 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             21079 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             21146 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_OBJ_HT_P(container)->unset_dimension == NULL)) {
NULL             21147 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Cannot use object as array");
NULL             21152 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot unset string offsets");
NULL             21169 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             21170 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             21174 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             21175 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             21193 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             21211 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             21245 Zend/zend_vm_execute.h 				if (IS_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             21246 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             21331 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             21357 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             21358 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             21366 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             21367 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             21389 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             21399 Zend/zend_vm_execute.h 			zend_assign_op_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             21419 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             21420 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             21425 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             21426 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             21441 Zend/zend_vm_execute.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL             21451 Zend/zend_vm_execute.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL             21452 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             21492 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             21493 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             21769 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             21770 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             21777 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             21778 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             21798 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             21820 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             21850 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             21851 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             21858 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             21859 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             21877 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             21897 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
NULL             21925 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             21926 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             21947 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             21948 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             21970 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             21976 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             21977 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             21989 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             22011 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             22012 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             22036 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             22037 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             22071 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             22080 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             22085 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             22109 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             22110 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             22114 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             22115 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             22120 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             22140 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             22141 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             22145 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             22146 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             22150 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
NULL             22173 Zend/zend_vm_execute.h 		if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             22174 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             22179 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             22184 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             22185 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             22189 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             22210 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             22211 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             22218 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             22219 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             22223 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
NULL             22242 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             22243 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             22250 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             22251 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             22255 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_VAR, property_name, (IS_TMP_VAR|IS_VAR), (opline+1)->op1_type, (opline+1)->op1, execute_data, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
NULL             22275 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
NULL             22276 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             22287 Zend/zend_vm_execute.h 			if (UNEXPECTED(variable_ptr == NULL)) {
NULL             22320 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
NULL             22325 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "[] operator not supported for strings");
NULL             22336 Zend/zend_vm_execute.h 					zend_assign_to_string_offset(object_ptr, offset, value, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             22343 Zend/zend_vm_execute.h 				zend_hash_init(Z_ARRVAL_P(object_ptr), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             22382 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce == NULL)) {
NULL             22384 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             22385 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             22388 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             22399 Zend/zend_vm_execute.h 	    EXPECTED((fbc = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             22419 Zend/zend_vm_execute.h 						if (UNEXPECTED(EG(exception) != NULL)) {
NULL             22423 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Function name must be a string");
NULL             22433 Zend/zend_vm_execute.h 			fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             22435 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             22437 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
NULL             22455 Zend/zend_vm_execute.h 		if (UNEXPECTED(ce->constructor == NULL)) {
NULL             22456 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call constructor");
NULL             22460 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
NULL             22466 Zend/zend_vm_execute.h 	object = NULL;
NULL             22478 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             22519 Zend/zend_vm_execute.h 		if (IS_VAR == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             22520 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             22621 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             22650 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             22651 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             22655 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             22656 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             22723 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_OBJ_HT_P(container)->unset_dimension == NULL)) {
NULL             22724 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Cannot use object as array");
NULL             22729 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot unset string offsets");
NULL             22747 Zend/zend_vm_execute.h 	if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             22748 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             22752 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             22753 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             22771 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             22794 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(obj) == NULL)) {
NULL             22795 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             22810 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             22814 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "__clone method called on non-object");
NULL             22821 Zend/zend_vm_execute.h 	clone = ce ? ce->clone : NULL;
NULL             22823 Zend/zend_vm_execute.h 	if (UNEXPECTED(clone_call == NULL)) {
NULL             22825 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object of class %s", ZSTR_VAL(ce->name));
NULL             22827 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object");
NULL             22838 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             22846 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             22853 Zend/zend_vm_execute.h 	if (EXPECTED(EG(exception) == NULL)) {
NULL             22855 Zend/zend_vm_execute.h 		if (UNEXPECTED(!RETURN_VALUE_USED(opline)) || UNEXPECTED(EG(exception) != NULL)) {
NULL             22870 Zend/zend_vm_execute.h 		zval *ptr = NULL;
NULL             22904 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             22905 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             22913 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             22914 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             22936 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             22946 Zend/zend_vm_execute.h 			zend_assign_op_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             22966 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             22967 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             22972 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             22973 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             22988 Zend/zend_vm_execute.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL             22998 Zend/zend_vm_execute.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL             22999 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             23278 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             23279 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             23286 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             23287 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             23307 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             23329 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             23358 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             23359 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             23366 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             23367 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             23385 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             23405 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
NULL             23434 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             23435 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             23469 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             23478 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             23483 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             23506 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             23507 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             23511 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             23512 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             23517 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             23537 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             23538 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             23542 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             23543 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             23547 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
NULL             23567 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             23568 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             23602 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             23611 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             23616 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             23642 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             23643 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             23648 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             23653 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             23654 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             23658 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             23679 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             23680 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             23687 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             23688 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             23692 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
NULL             23711 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             23712 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             23719 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             23720 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             23724 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_UNUSED, property_name, IS_CONST, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
NULL             23790 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             23794 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             23803 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             23804 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             23820 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             23825 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             23837 Zend/zend_vm_execute.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             23840 Zend/zend_vm_execute.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             23841 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             23848 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CONST == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             23849 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             23851 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             23867 Zend/zend_vm_execute.h 		obj = NULL;
NULL             23893 Zend/zend_vm_execute.h 		} else if ((c = zend_quick_get_constant(EX_CONSTANT(opline->op2) + 1, opline->extended_value)) == NULL) {
NULL             23908 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Undefined constant '%s'", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             23941 Zend/zend_vm_execute.h 					if (UNEXPECTED(ce == NULL)) {
NULL             23943 Zend/zend_vm_execute.h 							zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op1)));
NULL             23951 Zend/zend_vm_execute.h 				if ((value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)), ce)) != NULL) {
NULL             23957 Zend/zend_vm_execute.h 			if (EXPECTED((value = zend_hash_find(&ce->constants_table, Z_STR_P(EX_CONSTANT(opline->op2)))) != NULL)) {
NULL             23961 Zend/zend_vm_execute.h 					zval_update_constant_ex(value, 1, NULL);
NULL             23963 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             23973 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Undefined class constant '%s'", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             24003 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             24032 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             24033 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             24037 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             24038 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             24105 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_OBJ_HT_P(container)->unset_dimension == NULL)) {
NULL             24106 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Cannot use object as array");
NULL             24111 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot unset string offsets");
NULL             24128 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             24129 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             24133 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             24134 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             24152 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             24174 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             24175 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             24232 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             24235 Zend/zend_vm_execute.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             24280 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             24310 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             24311 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             24336 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             24353 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             24377 Zend/zend_vm_execute.h 				value = NULL;
NULL             24385 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             24387 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             24388 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             24407 Zend/zend_vm_execute.h 			zval *value = NULL;
NULL             24472 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             24494 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             24518 Zend/zend_vm_execute.h 				value = NULL;
NULL             24526 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             24528 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             24529 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             24548 Zend/zend_vm_execute.h 			zval *value = NULL;
NULL             24613 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             24635 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             24659 Zend/zend_vm_execute.h 				value = NULL;
NULL             24667 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             24669 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             24670 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             24689 Zend/zend_vm_execute.h 			zval *value = NULL;
NULL             24754 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             24777 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             24778 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             24783 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             24784 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             24790 Zend/zend_vm_execute.h 	dim = NULL;
NULL             24799 Zend/zend_vm_execute.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL             24809 Zend/zend_vm_execute.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL             24810 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             25092 Zend/zend_vm_execute.h 		retval_ref = retval_ptr = NULL;
NULL             25123 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             25148 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             25174 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             25198 Zend/zend_vm_execute.h 				value = NULL;
NULL             25206 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             25208 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             25209 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             25228 Zend/zend_vm_execute.h 			zval *value = NULL;
NULL             25256 Zend/zend_vm_execute.h 		zval *key = NULL;
NULL             25293 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             25319 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             25320 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             25328 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             25329 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             25351 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             25361 Zend/zend_vm_execute.h 			zend_assign_op_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             25381 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             25382 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             25387 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             25388 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             25403 Zend/zend_vm_execute.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL             25413 Zend/zend_vm_execute.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL             25414 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             25693 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             25694 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             25701 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             25702 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             25722 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             25744 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             25773 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             25774 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             25781 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             25782 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             25800 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             25820 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
NULL             25849 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             25850 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             25884 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             25893 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             25898 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             25921 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             25922 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             25926 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             25927 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             25932 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             25952 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             25953 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             25957 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             25958 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             25962 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
NULL             25982 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             25983 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             26017 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             26026 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             26031 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             26057 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             26058 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             26063 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             26068 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             26069 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             26073 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             26094 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             26095 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             26102 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             26103 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             26107 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
NULL             26126 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             26127 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             26134 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             26135 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             26139 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_UNUSED, property_name, IS_CV, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
NULL             26205 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             26209 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             26218 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             26219 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             26235 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             26240 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             26252 Zend/zend_vm_execute.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             26255 Zend/zend_vm_execute.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             26256 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             26263 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CV == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             26264 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             26266 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             26282 Zend/zend_vm_execute.h 		obj = NULL;
NULL             26311 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             26340 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             26341 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             26345 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             26346 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             26413 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_OBJ_HT_P(container)->unset_dimension == NULL)) {
NULL             26414 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Cannot use object as array");
NULL             26419 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot unset string offsets");
NULL             26436 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             26437 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             26441 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             26442 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             26460 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             26482 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             26483 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             26540 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             26543 Zend/zend_vm_execute.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             26588 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             26618 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             26619 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             26644 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             26661 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             26685 Zend/zend_vm_execute.h 				value = NULL;
NULL             26693 Zend/zend_vm_execute.h 				zval *value_ptr = NULL;
NULL             26695 Zend/zend_vm_execute.h 				if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             26696 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             26715 Zend/zend_vm_execute.h 			zval *value = NULL;
NULL             26780 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             26806 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             26807 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             26815 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             26816 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             26838 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             26848 Zend/zend_vm_execute.h 			zend_assign_op_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             26868 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             26869 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             26874 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             26875 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             26890 Zend/zend_vm_execute.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL             26900 Zend/zend_vm_execute.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL             26901 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             27181 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             27182 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             27189 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             27190 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             27210 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             27232 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             27262 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             27263 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             27270 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             27271 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             27289 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             27309 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
NULL             27339 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             27340 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             27374 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             27383 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             27388 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             27412 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             27413 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             27417 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             27418 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             27423 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             27443 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             27444 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             27448 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             27449 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             27453 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
NULL             27473 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             27474 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             27508 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             27517 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             27522 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             27549 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             27550 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             27555 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             27560 Zend/zend_vm_execute.h 		if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             27561 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             27565 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             27586 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             27587 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             27594 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             27595 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             27599 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
NULL             27618 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             27619 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             27626 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             27627 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             27631 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_UNUSED, property_name, (IS_TMP_VAR|IS_VAR), (opline+1)->op1_type, (opline+1)->op1, execute_data, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
NULL             27697 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             27701 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             27710 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             27711 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             27727 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             27732 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             27744 Zend/zend_vm_execute.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             27747 Zend/zend_vm_execute.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             27748 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             27755 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             27756 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             27758 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             27774 Zend/zend_vm_execute.h 		obj = NULL;
NULL             27804 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             27833 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             27834 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             27838 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             27839 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             27906 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_OBJ_HT_P(container)->unset_dimension == NULL)) {
NULL             27907 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Cannot use object as array");
NULL             27912 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot unset string offsets");
NULL             27930 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             27931 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             27935 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             27936 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             27954 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             27977 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             27978 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             28035 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             28038 Zend/zend_vm_execute.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             28083 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             28113 Zend/zend_vm_execute.h 	if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             28114 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             28139 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             28194 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             28196 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             28239 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             28241 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             28284 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             28286 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             28322 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             28324 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             28410 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             28444 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             28481 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             28524 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             28564 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             28651 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && UNEXPECTED(retval_ptr == NULL)) {
NULL             28652 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot return string offsets by reference");
NULL             28745 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             28749 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Can only throw objects");
NULL             28814 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(varptr == NULL)) {
NULL             28815 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Only variables can be passed by reference");
NULL             28917 Zend/zend_vm_execute.h 				EX(call)->called_scope = NULL;
NULL             28918 Zend/zend_vm_execute.h 				Z_OBJ(EX(call)->This) = NULL;
NULL             28978 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(obj) == NULL)) {
NULL             28979 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             28994 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             28998 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "__clone method called on non-object");
NULL             29005 Zend/zend_vm_execute.h 	clone = ce ? ce->clone : NULL;
NULL             29007 Zend/zend_vm_execute.h 	if (UNEXPECTED(clone_call == NULL)) {
NULL             29009 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object of class %s", ZSTR_VAL(ce->name));
NULL             29011 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object");
NULL             29022 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             29030 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             29037 Zend/zend_vm_execute.h 	if (EXPECTED(EG(exception) == NULL)) {
NULL             29039 Zend/zend_vm_execute.h 		if (UNEXPECTED(!RETURN_VALUE_USED(opline)) || UNEXPECTED(EG(exception) != NULL)) {
NULL             29108 Zend/zend_vm_execute.h 					zend_hash_init(Z_ARRVAL_P(result), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             29150 Zend/zend_vm_execute.h 	zend_op_array *new_op_array=NULL;
NULL             29231 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             29233 Zend/zend_vm_execute.h 	} else if (EXPECTED(new_op_array != NULL)) {
NULL             29234 Zend/zend_vm_execute.h 		zval *return_value = NULL;
NULL             29264 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             29265 Zend/zend_vm_execute.h 			zend_throw_exception_internal(NULL);
NULL             29335 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             29337 Zend/zend_vm_execute.h 				zend_throw_exception_internal(NULL);
NULL             29344 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             29353 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             29481 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             29483 Zend/zend_vm_execute.h 				zend_throw_exception_internal(NULL);
NULL             29490 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             29503 Zend/zend_vm_execute.h 			if (UNEXPECTED(EG(exception) != NULL)) {
NULL             29575 Zend/zend_vm_execute.h 	zval *ref = NULL;
NULL             29613 Zend/zend_vm_execute.h 	zval *ref = NULL;
NULL             29711 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Impossible to yield from the Generator being currently run");
NULL             29716 Zend/zend_vm_execute.h 			} else if (UNEXPECTED(new_gen->execute_data == NULL)) {
NULL             29717 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Generator passed to yield from was aborted without proper return and is unable to continue");
NULL             29730 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
NULL             29738 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             29747 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Can use \"yield from\" only with arrays and Traversables", 0);
NULL             29758 Zend/zend_vm_execute.h 	generator->send_target = NULL;
NULL             29834 Zend/zend_vm_execute.h 			if (EXPECTED(type_name != NULL)) {
NULL             30499 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             30500 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             30508 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             30509 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             30531 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             30541 Zend/zend_vm_execute.h 			zend_assign_op_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             30561 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             30562 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             30567 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             30568 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             30583 Zend/zend_vm_execute.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL             30593 Zend/zend_vm_execute.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL             30594 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             30633 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             30634 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             30909 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             30910 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             30917 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             30918 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             30938 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             30960 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             30989 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             30990 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             30997 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             30998 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             31016 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             31036 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
NULL             31082 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             31086 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             31087 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             31093 Zend/zend_vm_execute.h 			} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             31095 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             31107 Zend/zend_vm_execute.h 			    (retval = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             31110 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             31111 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             31134 Zend/zend_vm_execute.h 		if (retval == NULL) {
NULL             31176 Zend/zend_vm_execute.h 				if (UNEXPECTED(zval_update_constant_ex(retval, 1, NULL) != SUCCESS)) {
NULL             31191 Zend/zend_vm_execute.h 	ZEND_ASSERT(retval != NULL);
NULL             31262 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             31263 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             31284 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             31285 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             31321 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             31327 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             31328 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             31340 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             31362 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             31363 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             31387 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             31388 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             31422 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             31431 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             31436 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             31459 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             31460 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             31464 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             31465 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             31470 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             31490 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             31491 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             31495 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             31496 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             31500 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
NULL             31520 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             31521 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             31555 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             31564 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             31569 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             31595 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             31596 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             31601 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             31606 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             31607 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             31611 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             31632 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             31633 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             31640 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             31641 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             31645 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
NULL             31667 Zend/zend_vm_execute.h 		if (UNEXPECTED(value == NULL)) {
NULL             31708 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             31709 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             31716 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             31717 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             31721 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_CV, property_name, IS_CONST, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
NULL             31741 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
NULL             31742 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             31753 Zend/zend_vm_execute.h 			if (UNEXPECTED(variable_ptr == NULL)) {
NULL             31786 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
NULL             31791 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "[] operator not supported for strings");
NULL             31802 Zend/zend_vm_execute.h 					zend_assign_to_string_offset(object_ptr, offset, value, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             31809 Zend/zend_vm_execute.h 				zend_hash_init(Z_ARRVAL_P(object_ptr), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             31955 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             31959 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             31968 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             31969 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             31985 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             31990 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             32002 Zend/zend_vm_execute.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             32005 Zend/zend_vm_execute.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             32006 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             32013 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CONST == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             32014 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             32016 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             32032 Zend/zend_vm_execute.h 		obj = NULL;
NULL             32132 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             32133 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             32234 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             32303 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             32305 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             32307 Zend/zend_vm_execute.h 						zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             32344 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             32345 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             32349 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             32350 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             32417 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_OBJ_HT_P(container)->unset_dimension == NULL)) {
NULL             32418 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Cannot use object as array");
NULL             32423 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot unset string offsets");
NULL             32440 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             32441 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             32445 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             32446 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             32464 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             32515 Zend/zend_vm_execute.h 				if (IS_CV == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             32519 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             32520 Zend/zend_vm_execute.h 						value = NULL;
NULL             32524 Zend/zend_vm_execute.h 				} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             32526 Zend/zend_vm_execute.h 					if (UNEXPECTED(ce == NULL)) {
NULL             32534 Zend/zend_vm_execute.h 				    (value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             32537 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             32538 Zend/zend_vm_execute.h 						value = NULL;
NULL             32585 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             32586 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             32643 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             32646 Zend/zend_vm_execute.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             32691 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             32721 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             32722 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             32747 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             32772 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             32774 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             32808 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             32842 Zend/zend_vm_execute.h 				if (IS_CV == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             32843 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             32927 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             32962 Zend/zend_vm_execute.h 	          EXPECTED(p->key != NULL) &&
NULL             32972 Zend/zend_vm_execute.h 	if (UNEXPECTED(value == NULL)) {
NULL             33104 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             33138 Zend/zend_vm_execute.h 				if (IS_CV == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             33139 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             33223 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             33301 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             33305 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             33306 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             33312 Zend/zend_vm_execute.h 			} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             33314 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             33326 Zend/zend_vm_execute.h 			    (retval = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             33329 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             33330 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             33353 Zend/zend_vm_execute.h 		if (retval == NULL) {
NULL             33395 Zend/zend_vm_execute.h 				if (UNEXPECTED(zval_update_constant_ex(retval, 1, NULL) != SUCCESS)) {
NULL             33410 Zend/zend_vm_execute.h 	ZEND_ASSERT(retval != NULL);
NULL             33496 Zend/zend_vm_execute.h 	if (IS_VAR == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             33497 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot create references to/from string offsets nor overloaded objects");
NULL             33504 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot assign by reference to overloaded object");
NULL             33512 Zend/zend_vm_execute.h 		if (!(free_op2 != NULL) && UNEXPECTED(Z_TYPE_P(EX_VAR(opline->op2.var)) != IS_INDIRECT)) { /* undo the effect of get_zval_ptr_ptr() */
NULL             33516 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             33524 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(variable_ptr == NULL)) {
NULL             33525 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot create references to/from string offsets nor overloaded objects");
NULL             33596 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             33598 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             33600 Zend/zend_vm_execute.h 						zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             33667 Zend/zend_vm_execute.h 				if (IS_CV == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             33671 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             33672 Zend/zend_vm_execute.h 						value = NULL;
NULL             33676 Zend/zend_vm_execute.h 				} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             33678 Zend/zend_vm_execute.h 					if (UNEXPECTED(ce == NULL)) {
NULL             33686 Zend/zend_vm_execute.h 				    (value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             33689 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             33690 Zend/zend_vm_execute.h 						value = NULL;
NULL             33741 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             33743 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             33777 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             33811 Zend/zend_vm_execute.h 				if (IS_CV == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             33812 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             33896 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             33919 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             33920 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             33925 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             33926 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             33932 Zend/zend_vm_execute.h 	dim = NULL;
NULL             33941 Zend/zend_vm_execute.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL             33951 Zend/zend_vm_execute.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL             33952 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             34248 Zend/zend_vm_execute.h 			if (IS_CV == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             34252 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             34253 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             34259 Zend/zend_vm_execute.h 			} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             34261 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             34273 Zend/zend_vm_execute.h 			    (retval = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             34276 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             34277 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             34300 Zend/zend_vm_execute.h 		if (retval == NULL) {
NULL             34342 Zend/zend_vm_execute.h 				if (UNEXPECTED(zval_update_constant_ex(retval, 1, NULL) != SUCCESS)) {
NULL             34357 Zend/zend_vm_execute.h 	ZEND_ASSERT(retval != NULL);
NULL             34414 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             34415 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             34418 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, NULL, IS_UNUSED);
NULL             34436 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             34437 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             34440 Zend/zend_vm_execute.h 	zend_fetch_dimension_address_RW(EX_VAR(opline->result.var), container, NULL, IS_UNUSED);
NULL             34459 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             34465 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             34466 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             34470 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, NULL, IS_UNUSED);
NULL             34478 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             34484 Zend/zend_vm_execute.h 		zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, NULL, IS_UNUSED);
NULL             34504 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
NULL             34505 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             34516 Zend/zend_vm_execute.h 			if (UNEXPECTED(variable_ptr == NULL)) {
NULL             34521 Zend/zend_vm_execute.h 			dim = NULL;
NULL             34547 Zend/zend_vm_execute.h 			zval *property_name = NULL;
NULL             34549 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
NULL             34554 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "[] operator not supported for strings");
NULL             34561 Zend/zend_vm_execute.h 					dim = NULL;
NULL             34565 Zend/zend_vm_execute.h 					zend_assign_to_string_offset(object_ptr, offset, value, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             34572 Zend/zend_vm_execute.h 				zend_hash_init(Z_ARRVAL_P(object_ptr), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             34583 Zend/zend_vm_execute.h 			dim = NULL;
NULL             34642 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             34664 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             34665 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             34705 Zend/zend_vm_execute.h 		zval *offset = NULL;
NULL             34766 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             34835 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             34837 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             34839 Zend/zend_vm_execute.h 						zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             34906 Zend/zend_vm_execute.h 				if (IS_CV == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             34910 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             34911 Zend/zend_vm_execute.h 						value = NULL;
NULL             34915 Zend/zend_vm_execute.h 				} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             34917 Zend/zend_vm_execute.h 					if (UNEXPECTED(ce == NULL)) {
NULL             34925 Zend/zend_vm_execute.h 				    (value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             34928 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             34929 Zend/zend_vm_execute.h 						value = NULL;
NULL             34972 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             35006 Zend/zend_vm_execute.h 				if (IS_CV == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             35007 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             35054 Zend/zend_vm_execute.h 		zval *key = NULL;
NULL             35091 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             35754 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             35755 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             35763 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             35764 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             35786 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             35796 Zend/zend_vm_execute.h 			zend_assign_op_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             35816 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             35817 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             35822 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             35823 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             35838 Zend/zend_vm_execute.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL             35848 Zend/zend_vm_execute.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL             35849 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             35888 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             35889 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             36164 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             36165 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             36172 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             36173 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             36193 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             36215 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             36244 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             36245 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             36252 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             36253 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             36271 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             36291 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
NULL             36332 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             36333 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             36354 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             36355 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             36391 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             36397 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             36398 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             36410 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             36432 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             36433 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             36457 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             36458 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             36492 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             36501 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             36506 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             36529 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             36530 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             36534 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             36535 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             36540 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             36560 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             36561 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             36565 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             36566 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             36570 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
NULL             36590 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             36591 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             36625 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             36634 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             36639 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             36665 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             36666 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             36671 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             36676 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             36677 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             36681 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             36702 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             36703 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             36710 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             36711 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             36715 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
NULL             36734 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             36735 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             36742 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             36743 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             36747 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_CV, property_name, IS_CV, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
NULL             36767 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
NULL             36768 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             36779 Zend/zend_vm_execute.h 			if (UNEXPECTED(variable_ptr == NULL)) {
NULL             36812 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
NULL             36817 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "[] operator not supported for strings");
NULL             36828 Zend/zend_vm_execute.h 					zend_assign_to_string_offset(object_ptr, offset, value, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             36835 Zend/zend_vm_execute.h 				zend_hash_init(Z_ARRVAL_P(object_ptr), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             36898 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             36899 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot create references to/from string offsets nor overloaded objects");
NULL             36906 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot assign by reference to overloaded object");
NULL             36918 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             36926 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(variable_ptr == NULL)) {
NULL             36927 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot create references to/from string offsets nor overloaded objects");
NULL             37039 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             37043 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             37052 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             37053 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             37069 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             37074 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             37086 Zend/zend_vm_execute.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             37089 Zend/zend_vm_execute.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             37090 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             37097 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CV == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             37098 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             37100 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             37116 Zend/zend_vm_execute.h 		obj = NULL;
NULL             37216 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             37217 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             37318 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             37347 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             37348 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             37352 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             37353 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             37420 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_OBJ_HT_P(container)->unset_dimension == NULL)) {
NULL             37421 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Cannot use object as array");
NULL             37426 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot unset string offsets");
NULL             37443 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             37444 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             37448 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             37449 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             37467 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             37489 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             37490 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             37547 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             37550 Zend/zend_vm_execute.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             37595 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             37625 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             37626 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             37651 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             37668 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot yield from finally in a force-closed generator");
NULL             37702 Zend/zend_vm_execute.h 				if (IS_CV == IS_VAR && UNEXPECTED(value_ptr == NULL)) {
NULL             37703 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Cannot yield string offsets by reference");
NULL             37787 Zend/zend_vm_execute.h 		generator->send_target = NULL;
NULL             38414 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             38415 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             38423 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             38424 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             38446 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             38456 Zend/zend_vm_execute.h 			zend_assign_op_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), value, binary_op, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             38476 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             38477 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             38482 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             38483 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             38498 Zend/zend_vm_execute.h 				zend_binary_assign_op_obj_dim(container, dim, value, UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, binary_op);
NULL             38508 Zend/zend_vm_execute.h 		if (UNEXPECTED(var_ptr == NULL)) {
NULL             38509 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             38549 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(var_ptr == NULL)) {
NULL             38550 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use assign-op operators with overloaded objects nor string offsets");
NULL             38826 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             38827 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             38834 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             38835 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             38855 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             38877 Zend/zend_vm_execute.h 			zend_pre_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             38907 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             38908 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             38915 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             38916 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot increment/decrement overloaded objects nor string offsets");
NULL             38934 Zend/zend_vm_execute.h 			&& EXPECTED((zptr = Z_OBJ_HT_P(object)->get_property_ptr_ptr(object, property, BP_VAR_RW, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL))) != NULL)) {
NULL             38954 Zend/zend_vm_execute.h 			zend_post_incdec_overloaded_property(object, property, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), inc, EX_VAR(opline->result.var));
NULL             38996 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             38997 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             39018 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             39019 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             39055 Zend/zend_vm_execute.h             zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             39061 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             39062 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             39074 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use [] for reading");
NULL             39096 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             39097 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             39121 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             39122 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             39156 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             39165 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             39170 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_R, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             39194 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             39195 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             39199 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             39200 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             39205 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             39225 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             39226 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             39230 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             39231 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             39235 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_RW);
NULL             39255 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             39256 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             39290 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             39299 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             39304 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             39331 Zend/zend_vm_execute.h 		if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             39332 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Using $this when not in object context");
NULL             39337 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use temporary expression in write context");
NULL             39342 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             39343 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             39347 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
NULL             39368 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             39369 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             39376 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             39377 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an object");
NULL             39381 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_UNSET);
NULL             39400 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             39401 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             39408 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object == NULL)) {
NULL             39409 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             39413 Zend/zend_vm_execute.h 	zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_CV, property_name, (IS_TMP_VAR|IS_VAR), (opline+1)->op1_type, (opline+1)->op1, execute_data, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL));
NULL             39433 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(object_ptr == NULL)) {
NULL             39434 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot use string offset as an array");
NULL             39445 Zend/zend_vm_execute.h 			if (UNEXPECTED(variable_ptr == NULL)) {
NULL             39478 Zend/zend_vm_execute.h 			zend_assign_to_object_dim(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object_ptr, property_name, (opline+1)->op1_type, (opline+1)->op1, execute_data);
NULL             39483 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "[] operator not supported for strings");
NULL             39494 Zend/zend_vm_execute.h 					zend_assign_to_string_offset(object_ptr, offset, value, (UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL));
NULL             39501 Zend/zend_vm_execute.h 				zend_hash_init(Z_ARRVAL_P(object_ptr), 8, NULL, ZVAL_PTR_DTOR, 0);
NULL             39619 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             39623 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             39632 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             39633 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             39649 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             39654 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             39666 Zend/zend_vm_execute.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             39669 Zend/zend_vm_execute.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             39670 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             39677 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             39678 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             39680 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             39696 Zend/zend_vm_execute.h 		obj = NULL;
NULL             39797 Zend/zend_vm_execute.h 		if (IS_CV == IS_VAR && UNEXPECTED(expr_ptr == NULL)) {
NULL             39798 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot create references to/from string offsets");
NULL             39899 Zend/zend_vm_execute.h 	zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
NULL             39928 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             39929 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             39933 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             39934 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             40001 Zend/zend_vm_execute.h 			if (UNEXPECTED(Z_OBJ_HT_P(container)->unset_dimension == NULL)) {
NULL             40002 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Cannot use object as array");
NULL             40007 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot unset string offsets");
NULL             40025 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             40026 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             40030 Zend/zend_vm_execute.h 	if (IS_CV == IS_VAR && UNEXPECTED(container == NULL)) {
NULL             40031 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Cannot unset string offsets");
NULL             40049 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->unset_property(container, offset, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             40072 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             40073 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             40130 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             40133 Zend/zend_vm_execute.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             40178 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             40208 Zend/zend_vm_execute.h 	if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             40209 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             40234 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             40340 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             40374 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             40411 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             40454 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             40494 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             40560 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(obj) == NULL)) {
NULL             40561 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             40576 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             40580 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "__clone method called on non-object");
NULL             40587 Zend/zend_vm_execute.h 	clone = ce ? ce->clone : NULL;
NULL             40589 Zend/zend_vm_execute.h 	if (UNEXPECTED(clone_call == NULL)) {
NULL             40591 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object of class %s", ZSTR_VAL(ce->name));
NULL             40593 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object");
NULL             40604 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             40612 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
NULL             40619 Zend/zend_vm_execute.h 	if (EXPECTED(EG(exception) == NULL)) {
NULL             40621 Zend/zend_vm_execute.h 		if (UNEXPECTED(!RETURN_VALUE_USED(opline)) || UNEXPECTED(EG(exception) != NULL)) {
NULL             40632 Zend/zend_vm_execute.h 	zend_op_array *new_op_array=NULL;
NULL             40713 Zend/zend_vm_execute.h 	if (UNEXPECTED(EG(exception) != NULL)) {
NULL             40715 Zend/zend_vm_execute.h 	} else if (EXPECTED(new_op_array != NULL)) {
NULL             40716 Zend/zend_vm_execute.h 		zval *return_value = NULL;
NULL             40746 Zend/zend_vm_execute.h 		if (UNEXPECTED(EG(exception) != NULL)) {
NULL             40747 Zend/zend_vm_execute.h 			zend_throw_exception_internal(NULL);
NULL             41459 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             41463 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             41464 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             41470 Zend/zend_vm_execute.h 			} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             41472 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             41484 Zend/zend_vm_execute.h 			    (retval = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             41487 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             41488 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             41512 Zend/zend_vm_execute.h 		if (retval == NULL) {
NULL             41554 Zend/zend_vm_execute.h 				if (UNEXPECTED(zval_update_constant_ex(retval, 1, NULL) != SUCCESS)) {
NULL             41569 Zend/zend_vm_execute.h 	ZEND_ASSERT(retval != NULL);
NULL             41656 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             41657 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             41691 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             41700 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             41705 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             41730 Zend/zend_vm_execute.h 		if (UNEXPECTED(value == NULL)) {
NULL             41854 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             41858 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             41867 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             41868 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             41884 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             41889 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             41901 Zend/zend_vm_execute.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             41904 Zend/zend_vm_execute.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             41905 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             41912 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CONST == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             41913 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             41915 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             41931 Zend/zend_vm_execute.h 		obj = NULL;
NULL             42073 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             42075 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             42077 Zend/zend_vm_execute.h 						zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             42144 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             42148 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             42149 Zend/zend_vm_execute.h 						value = NULL;
NULL             42153 Zend/zend_vm_execute.h 				} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             42155 Zend/zend_vm_execute.h 					if (UNEXPECTED(ce == NULL)) {
NULL             42163 Zend/zend_vm_execute.h 				    (value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             42166 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             42167 Zend/zend_vm_execute.h 						value = NULL;
NULL             42215 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             42216 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             42273 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             42276 Zend/zend_vm_execute.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             42321 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             42351 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             42352 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             42377 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             42402 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             42404 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             42458 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             42462 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             42463 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             42469 Zend/zend_vm_execute.h 			} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             42471 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             42483 Zend/zend_vm_execute.h 			    (retval = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             42486 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             42487 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             42511 Zend/zend_vm_execute.h 		if (retval == NULL) {
NULL             42553 Zend/zend_vm_execute.h 				if (UNEXPECTED(zval_update_constant_ex(retval, 1, NULL) != SUCCESS)) {
NULL             42568 Zend/zend_vm_execute.h 	ZEND_ASSERT(retval != NULL);
NULL             42667 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             42669 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             42671 Zend/zend_vm_execute.h 						zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             42738 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             42742 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             42743 Zend/zend_vm_execute.h 						value = NULL;
NULL             42747 Zend/zend_vm_execute.h 				} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             42749 Zend/zend_vm_execute.h 					if (UNEXPECTED(ce == NULL)) {
NULL             42757 Zend/zend_vm_execute.h 				    (value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             42760 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             42761 Zend/zend_vm_execute.h 						value = NULL;
NULL             42813 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             42815 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             42869 Zend/zend_vm_execute.h 			if ((IS_TMP_VAR|IS_VAR) == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             42873 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             42874 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             42880 Zend/zend_vm_execute.h 			} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             42882 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             42894 Zend/zend_vm_execute.h 			    (retval = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             42897 Zend/zend_vm_execute.h 				if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             42898 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
NULL             42922 Zend/zend_vm_execute.h 		if (retval == NULL) {
NULL             42964 Zend/zend_vm_execute.h 				if (UNEXPECTED(zval_update_constant_ex(retval, 1, NULL) != SUCCESS)) {
NULL             42979 Zend/zend_vm_execute.h 	ZEND_ASSERT(retval != NULL);
NULL             43078 Zend/zend_vm_execute.h 			if (UNEXPECTED(ce == NULL)) {
NULL             43080 Zend/zend_vm_execute.h 				if (UNEXPECTED(ce == NULL)) {
NULL             43082 Zend/zend_vm_execute.h 						zend_throw_error(NULL, "Class '%s' not found", Z_STRVAL_P(EX_CONSTANT(opline->op2)));
NULL             43149 Zend/zend_vm_execute.h 				if ((IS_TMP_VAR|IS_VAR) == IS_CONST && EXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)))) != NULL)) {
NULL             43153 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             43154 Zend/zend_vm_execute.h 						value = NULL;
NULL             43158 Zend/zend_vm_execute.h 				} else if (UNEXPECTED((ce = CACHED_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op2)))) == NULL)) {
NULL             43160 Zend/zend_vm_execute.h 					if (UNEXPECTED(ce == NULL)) {
NULL             43168 Zend/zend_vm_execute.h 				    (value = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(EX_CONSTANT(opline->op1)), ce)) != NULL) {
NULL             43171 Zend/zend_vm_execute.h 					if (UNEXPECTED(CE_STATIC_MEMBERS(ce) == NULL)) {
NULL             43172 Zend/zend_vm_execute.h 						value = NULL;
NULL             43848 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             43849 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             43883 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             43892 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             43897 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             44002 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             44006 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             44015 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             44016 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             44032 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             44037 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             44049 Zend/zend_vm_execute.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             44052 Zend/zend_vm_execute.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             44053 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             44060 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CV == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             44061 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             44063 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             44079 Zend/zend_vm_execute.h 		obj = NULL;
NULL             44182 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             44183 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             44240 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             44243 Zend/zend_vm_execute.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             44288 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             44318 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             44319 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             44344 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL             44993 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             44994 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             45028 Zend/zend_vm_execute.h 			} else if (EXPECTED(zobj->properties != NULL)) {
NULL             45037 Zend/zend_vm_execute.h 		if (UNEXPECTED(zobj->handlers->read_property == NULL)) {
NULL             45042 Zend/zend_vm_execute.h 			retval = zobj->handlers->read_property(container, offset, BP_VAR_IS, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL), EX_VAR(opline->result.var));
NULL             45148 Zend/zend_vm_execute.h 				if (UNEXPECTED(EG(exception) != NULL)) {
NULL             45152 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Method name must be a string");
NULL             45161 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) {
NULL             45162 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             45178 Zend/zend_vm_execute.h 					if (UNEXPECTED(EG(exception) != NULL)) {
NULL             45183 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to a member function %s() on %s", Z_STRVAL_P(function_name), zend_get_type_by_const(Z_TYPE_P(object)));
NULL             45195 Zend/zend_vm_execute.h 	    UNEXPECTED((fbc = CACHED_POLYMORPHIC_PTR(Z_CACHE_SLOT_P(function_name), called_scope)) == NULL)) {
NULL             45198 Zend/zend_vm_execute.h 		if (UNEXPECTED(obj->handlers->get_method == NULL)) {
NULL             45199 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Object does not support method calls");
NULL             45206 Zend/zend_vm_execute.h 		fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL));
NULL             45207 Zend/zend_vm_execute.h 		if (UNEXPECTED(fbc == NULL)) {
NULL             45209 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
NULL             45225 Zend/zend_vm_execute.h 		obj = NULL;
NULL             45329 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             45330 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             45387 Zend/zend_vm_execute.h 			result = value != NULL && Z_TYPE_P(value) > IS_NULL &&
NULL             45390 Zend/zend_vm_execute.h 			result = (value == NULL || !i_zend_is_true(value));
NULL             45435 Zend/zend_vm_execute.h 						&& IS_LONG == is_numeric_string(Z_STRVAL_P(offset), Z_STRLEN_P(offset), NULL, NULL, 0))) {
NULL             45465 Zend/zend_vm_execute.h 	if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) {
NULL             45466 Zend/zend_vm_execute.h 		zend_throw_error(NULL, "Using $this when not in object context");
NULL             45491 Zend/zend_vm_execute.h 			Z_OBJ_HT_P(container)->has_property(container, offset, (opline->extended_value & ZEND_ISSET) == 0, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(offset)) : NULL));
NULL               66 Zend/zend_vm_opcodes.c 	NULL,
NULL               74 Zend/zend_vm_opcodes.c 	NULL,
NULL               75 Zend/zend_vm_opcodes.c 	NULL,
NULL               76 Zend/zend_vm_opcodes.c 	NULL,
NULL              125 Zend/zend_vm_opcodes.c 	NULL,
NULL              118 ext/bcmath/bcmath.c 	NULL,
NULL              119 ext/bcmath/bcmath.c 	NULL,
NULL              125 ext/bcmath/bcmath.c 	NULL,
NULL              353 ext/bcmath/bcmath.c 			php_error_docref(NULL, E_WARNING, "Division by zero");
NULL              387 ext/bcmath/bcmath.c 			php_error_docref(NULL, E_WARNING, "Division by zero");
NULL              503 ext/bcmath/bcmath.c 		php_error_docref(NULL, E_WARNING, "Square root of negative number");
NULL               51 ext/bcmath/libbcmath/src/add.c   bc_num sum = NULL;
NULL              131 ext/bcmath/libbcmath/src/div.c   if (num1 == NULL) bc_out_of_memory();
NULL              137 ext/bcmath/libbcmath/src/div.c   if (num2 == NULL) bc_out_of_memory();
NULL              168 ext/bcmath/libbcmath/src/div.c   if (mval == NULL) bc_out_of_memory ();
NULL               50 ext/bcmath/libbcmath/src/divmod.c   bc_num quotient = NULL;
NULL               85 ext/bcmath/libbcmath/src/divmod.c   return bc_divmod (num1, num2, NULL, result, scale);
NULL               42 ext/bcmath/libbcmath/src/init.c  bc_num _bc_Free_list = NULL;
NULL               56 ext/bcmath/libbcmath/src/init.c   if (_bc_Free_list != NULL) {
NULL               61 ext/bcmath/libbcmath/src/init.c     if (temp == NULL) bc_out_of_memory ();
NULL               70 ext/bcmath/libbcmath/src/init.c   if (temp->n_ptr == NULL) bc_out_of_memory();
NULL               85 ext/bcmath/libbcmath/src/init.c   if (*num == NULL) return;
NULL               97 ext/bcmath/libbcmath/src/init.c   *num = NULL;
NULL               58 ext/bcmath/libbcmath/src/num2str.c 	if (str == NULL) bc_out_of_memory();
NULL              135 ext/bcmath/libbcmath/src/output.c 	digits = NULL;
NULL              156 ext/bcmath/libbcmath/src/output.c 	    if (temp == NULL) bc_out_of_memory();
NULL              164 ext/bcmath/libbcmath/src/output.c 	if (digits != NULL)
NULL              167 ext/bcmath/libbcmath/src/output.c 	    while (digits != NULL)
NULL               61 ext/bcmath/libbcmath/src/recmul.c   if (_bc_Free_list != NULL) {
NULL               68 ext/bcmath/libbcmath/src/recmul.c     if (temp == NULL) bc_out_of_memory ();
NULL               75 ext/bcmath/libbcmath/src/recmul.c   temp->n_ptr = NULL;
NULL               51 ext/bcmath/libbcmath/src/sub.c   bc_num diff = NULL;
NULL              120 ext/bz2/bz2.c  	NULL,
NULL              121 ext/bz2/bz2.c  	NULL,
NULL              214 ext/bz2/bz2.c  	NULL, /* seek */
NULL              215 ext/bz2/bz2.c  	NULL, /* cast */
NULL              216 ext/bz2/bz2.c  	NULL, /* stat */
NULL              217 ext/bz2/bz2.c  	NULL  /* set_option */
NULL              244 ext/bz2/bz2.c  	php_stream *retstream = NULL, *stream = NULL;
NULL              245 ext/bz2/bz2.c  	char *path_copy = NULL;
NULL              246 ext/bz2/bz2.c  	BZFILE *bz_file = NULL;
NULL              252 ext/bz2/bz2.c  		return NULL;
NULL              256 ext/bz2/bz2.c  	virtual_filepath_ex(path, &path_copy, NULL);
NULL              265 ext/bz2/bz2.c  		return NULL;
NULL              279 ext/bz2/bz2.c  	if (bz_file == NULL) {
NULL              311 ext/bz2/bz2.c  	return NULL;
NULL              318 ext/bz2/bz2.c  	NULL, /* close */
NULL              319 ext/bz2/bz2.c  	NULL, /* fstat */
NULL              320 ext/bz2/bz2.c  	NULL, /* stat */
NULL              321 ext/bz2/bz2.c  	NULL, /* opendir */
NULL              323 ext/bz2/bz2.c  	NULL, /* unlink */
NULL              324 ext/bz2/bz2.c  	NULL, /* rename */
NULL              325 ext/bz2/bz2.c  	NULL, /* mkdir */
NULL              326 ext/bz2/bz2.c  	NULL  /* rmdir */
NULL              331 ext/bz2/bz2.c  	NULL,
NULL              378 ext/bz2/bz2.c  		php_error_docref(NULL, E_WARNING, "length may not be negative");
NULL              398 ext/bz2/bz2.c  	php_stream *stream = NULL;
NULL              405 ext/bz2/bz2.c  		php_error_docref(NULL, E_WARNING, "'%s' is not a valid mode for bzopen(). Only 'w' and 'r' are supported.", mode);
NULL              412 ext/bz2/bz2.c  			php_error_docref(NULL, E_WARNING, "filename cannot be empty");
NULL              420 ext/bz2/bz2.c  		stream = php_stream_bz2open(NULL, Z_STRVAL_P(file), mode, REPORT_ERRORS, NULL);
NULL              430 ext/bz2/bz2.c  			php_error_docref(NULL, E_WARNING, "cannot use stream opened in mode '%s'", stream->mode);
NULL              433 ext/bz2/bz2.c  			php_error_docref(NULL, E_WARNING, "cannot use stream opened in mode '%s'", stream->mode);
NULL              441 ext/bz2/bz2.c  					php_error_docref(NULL, E_WARNING, "cannot read from a stream opened in write only mode");
NULL              450 ext/bz2/bz2.c  					php_error_docref(NULL, E_WARNING, "cannot write to a stream opened in read only mode");
NULL              467 ext/bz2/bz2.c  		php_error_docref(NULL, E_WARNING, "first parameter has to be string or file-resource");
NULL              510 ext/bz2/bz2.c  	zend_string      *dest = NULL;     /* Destination to place the compressed data into */
NULL              575 ext/bz2/bz2.c  	bzs.bzalloc = NULL;
NULL              576 ext/bz2/bz2.c  	bzs.bzfree = NULL;
NULL              312 ext/bz2/bz2_filter.c 	php_stream_filter_ops *fops = NULL;
NULL              319 ext/bz2/bz2_filter.c 		php_error_docref(NULL, E_WARNING, "Failed allocating %zu bytes", sizeof(php_bz2_filter_data));
NULL              320 ext/bz2/bz2_filter.c 		return NULL;
NULL              332 ext/bz2/bz2_filter.c 		php_error_docref(NULL, E_WARNING, "Failed allocating %zu bytes", data->inbuf_len);
NULL              334 ext/bz2/bz2_filter.c 		return NULL;
NULL              339 ext/bz2/bz2_filter.c 		php_error_docref(NULL, E_WARNING, "Failed allocating %zu bytes", data->outbuf_len);
NULL              342 ext/bz2/bz2_filter.c 		return NULL;
NULL              350 ext/bz2/bz2_filter.c 			zval *tmpzval = NULL;
NULL              355 ext/bz2/bz2_filter.c 					tmpzval = NULL;
NULL              382 ext/bz2/bz2_filter.c 						php_error_docref(NULL, E_WARNING, "Invalid parameter given for number of blocks to allocate. (%pd)", blocks);
NULL              392 ext/bz2/bz2_filter.c 						php_error_docref(NULL, E_WARNING, "Invalid parameter given for work factor. (%pd)", work);
NULL              411 ext/bz2/bz2_filter.c 		return NULL;
NULL               33 ext/bz2/php_bz2.h #define phpext_bz2_ptr NULL
NULL               57 ext/bz2/php_bz2.h #define php_stream_bz2open(wrapper, path, mode, options, opened_path)	_php_stream_bz2open((wrapper), (path), (mode), (options), (opened_path), NULL STREAMS_CC)
NULL               39 ext/calendar/cal_unix.c 		ts = time(NULL);
NULL              160 ext/calendar/calendar.c 	NULL,
NULL              161 ext/calendar/calendar.c 	NULL,
NULL              162 ext/calendar/calendar.c 	NULL,
NULL              314 ext/calendar/calendar.c 		php_error_docref(NULL, E_WARNING, "invalid calendar ID %pd.", cal);
NULL              336 ext/calendar/calendar.c 		php_error_docref(NULL, E_WARNING, "invalid calendar ID %pd.", cal);
NULL              345 ext/calendar/calendar.c 		php_error_docref(NULL, E_WARNING, "invalid date.");
NULL              378 ext/calendar/calendar.c 		php_error_docref(NULL, E_WARNING, "invalid calendar ID %pd.", cal);
NULL              400 ext/calendar/calendar.c 		php_error_docref(NULL, E_WARNING, "invalid calendar ID %pd", cal);
NULL              515 ext/calendar/calendar.c 		*ret = NULL;
NULL              516 ext/calendar/calendar.c 		return NULL;
NULL              614 ext/calendar/calendar.c 			php_error_docref(NULL, E_WARNING, "Year out of range (0-9999).");
NULL              716 ext/calendar/calendar.c 	char *monthname = NULL;
NULL               55 ext/calendar/easter.c 		php_error_docref(NULL, E_WARNING, "This function is only valid for years between 1970 and 2037 inclusive");
NULL               36 ext/com_dotnet/com_com.c 	zval *server_params = NULL;
NULL               38 ext/com_dotnet/com_com.c 	char *module_name, *typelib_name = NULL, *server_name = NULL;
NULL               39 ext/com_dotnet/com_com.c 	char *user_name = NULL, *domain_name = NULL, *password = NULL;
NULL               47 ext/com_dotnet/com_com.c 	ITypeLib *TL = NULL;
NULL               51 ext/com_dotnet/com_com.c 		RPC_C_AUTHN_WINNT, RPC_C_AUTHZ_NONE, NULL,
NULL               79 ext/com_dotnet/com_com.c 		if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(server_params),
NULL               87 ext/com_dotnet/com_com.c 		if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(server_params),
NULL               94 ext/com_dotnet/com_com.c 		if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(server_params),
NULL              101 ext/com_dotnet/com_com.c 		if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(server_params),
NULL              108 ext/com_dotnet/com_com.c 		if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(server_params),
NULL              151 ext/com_dotnet/com_com.c 			info.pAuthInfo = NULL;
NULL              157 ext/com_dotnet/com_com.c 		IBindCtx *pBindCtx = NULL;
NULL              158 ext/com_dotnet/com_com.c 		IMoniker *pMoniker = NULL;
NULL              183 ext/com_dotnet/com_com.c 					NULL, &IID_IDispatch, (LPVOID*)&V_DISPATCH(&obj->v));
NULL              199 ext/com_dotnet/com_com.c 		qi.pItf = NULL;
NULL              202 ext/com_dotnet/com_com.c 		res = CoCreateInstanceEx(&clsid, NULL, ctx, &info, 1, &qi);
NULL              210 ext/com_dotnet/com_com.c 		res = CoCreateInstance(&clsid, NULL, CLSCTX_SERVER, &IID_IDispatch, (LPVOID*)&V_DISPATCH(&obj->v));
NULL              261 ext/com_dotnet/com_com.c 			if (SUCCEEDED(ITypeLib_GetDocumentation(TL, -1, &name, NULL, NULL, NULL))) {
NULL              264 ext/com_dotnet/com_com.c 				if (NULL != zend_ts_hash_str_add_ptr(&php_com_typelibraries, typelib_name, typelib_name_len, TL)) {
NULL              291 ext/com_dotnet/com_com.c 	IUnknown *unk = NULL;
NULL              292 ext/com_dotnet/com_com.c 	IDispatch *obj = NULL;
NULL              294 ext/com_dotnet/com_com.c 	OLECHAR *module = NULL;
NULL              308 ext/com_dotnet/com_com.c 		php_com_throw_exception(res, NULL);
NULL              310 ext/com_dotnet/com_com.c 		res = GetActiveObject(&clsid, NULL, &unk);
NULL              313 ext/com_dotnet/com_com.c 			php_com_throw_exception(res, NULL);
NULL              318 ext/com_dotnet/com_com.c 				php_com_throw_exception(res, NULL);
NULL              349 ext/com_dotnet/com_com.c 		char *source = NULL, *desc = NULL, *msg = NULL;
NULL              394 ext/com_dotnet/com_com.c 					msg = NULL;
NULL              427 ext/com_dotnet/com_com.c 	if (obj->id_of_name_cache && NULL != (tmp = zend_hash_str_find(obj->id_of_name_cache, name, namelen))) {
NULL              441 ext/com_dotnet/com_com.c 				obj->typeinfo = NULL;
NULL              455 ext/com_dotnet/com_com.c 			zend_hash_init(obj->id_of_name_cache, 2, NULL, NULL, 0);
NULL              471 ext/com_dotnet/com_com.c 	VARIANT *vargs = NULL, *byref_vals = NULL;
NULL              482 ext/com_dotnet/com_com.c 		char *winerr = NULL;
NULL              483 ext/com_dotnet/com_com.c 		char *msg = NULL;
NULL              539 ext/com_dotnet/com_com.c 	disp_params.rgdispidNamedArgs = NULL;
NULL              597 ext/com_dotnet/com_com.c 	VARIANT *vargs = NULL;
NULL              612 ext/com_dotnet/com_com.c 	disp_params.rgdispidNamedArgs = NULL;
NULL              643 ext/com_dotnet/com_com.c 	char *winerr = NULL;
NULL              644 ext/com_dotnet/com_com.c 	char *msg = NULL;
NULL              692 ext/com_dotnet/com_com.c 	zval *object, *sinkobject, *sink=NULL;
NULL              693 ext/com_dotnet/com_com.c 	char *dispname = NULL, *typelibname = NULL;
NULL              695 ext/com_dotnet/com_com.c 	ITypeInfo *typeinfo = NULL;
NULL              711 ext/com_dotnet/com_com.c 		if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 0)) != NULL && Z_TYPE_P(tmp) == IS_STRING)
NULL              713 ext/com_dotnet/com_com.c 		if ((tmp = zend_hash_index_find(Z_ARRVAL_P(sink), 1)) != NULL && Z_TYPE_P(tmp) == IS_STRING)
NULL              715 ext/com_dotnet/com_com.c 	} else if (sink != NULL) {
NULL              753 ext/com_dotnet/com_com.c 	char *ifacename = NULL;
NULL              754 ext/com_dotnet/com_com.c 	char *typelibname = NULL;
NULL              757 ext/com_dotnet/com_com.c 	php_com_dotnet_object *obj = NULL;
NULL              775 ext/com_dotnet/com_com.c 		php_com_process_typeinfo(typeinfo, NULL, 1, NULL, obj ? obj->code_page : COMG(code_page));
NULL              797 ext/com_dotnet/com_com.c 	result = MsgWaitForMultipleObjects(0, NULL, FALSE, (DWORD)timeoutms, QS_ALLINPUT);
NULL              800 ext/com_dotnet/com_com.c 		while (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) {
NULL              819 ext/com_dotnet/com_com.c 	ITypeLib *pTL = NULL;
NULL              840 ext/com_dotnet/com_com.c 		pTL = NULL;
NULL              128 ext/com_dotnet/com_dotnet.c 	IUnknown *unk = NULL;
NULL              138 ext/com_dotnet/com_dotnet.c 	hr = CoCreateInstance(&CLSID_CorRuntimeHost, NULL, CLSCTX_ALL,
NULL              166 ext/com_dotnet/com_dotnet.c 	if (COMG(dotnet_runtime_stuff) == NULL) {
NULL              198 ext/com_dotnet/com_dotnet.c 	IUnknown *unk = NULL;
NULL              202 ext/com_dotnet/com_dotnet.c 	if (stuff == NULL) {
NULL              215 ext/com_dotnet/com_dotnet.c 	} else if (stuff->dotnet_domain == NULL) {
NULL              266 ext/com_dotnet/com_dotnet.c 		IObjectHandle *handle = NULL;
NULL              330 ext/com_dotnet/com_dotnet.c 		stuff->dotnet_host = NULL;
NULL              333 ext/com_dotnet/com_dotnet.c 	COMG(dotnet_runtime_stuff) = NULL;
NULL              342 ext/com_dotnet/com_dotnet.c 		stuff->dotnet_domain = NULL;
NULL              250 ext/com_dotnet/com_extension.c 	NULL,
NULL              251 ext/com_dotnet/com_extension.c 	NULL,
NULL              275 ext/com_dotnet/com_extension.c 	char *strtok_buf = NULL;
NULL              278 ext/com_dotnet/com_extension.c 	if (NULL == new_value || !new_value->val[0] || (typelib_file = VCWD_FOPEN(new_value->val, "r"))==NULL) {
NULL              294 ext/com_dotnet/com_extension.c 		if (typelib_name == NULL) {
NULL              298 ext/com_dotnet/com_extension.c 		modifier = php_strtok_r(NULL, "#", &strtok_buf);
NULL              299 ext/com_dotnet/com_extension.c 		if (modifier != NULL) {
NULL              315 ext/com_dotnet/com_extension.c 		if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached)) != NULL) {
NULL              360 ext/com_dotnet/com_extension.c 	INIT_CLASS_ENTRY(ce, "com_exception", NULL);
NULL              365 ext/com_dotnet/com_extension.c 	INIT_CLASS_ENTRY(ce, "com_safearray_proxy", NULL);
NULL              371 ext/com_dotnet/com_extension.c 	INIT_CLASS_ENTRY(ce, "variant", NULL);
NULL              376 ext/com_dotnet/com_extension.c 	INIT_CLASS_ENTRY(ce, "com", NULL);
NULL              381 ext/com_dotnet/com_extension.c 	zend_ts_hash_init(&php_com_typelibraries, 0, NULL, php_com_typelibrary_dtor, 1);
NULL              384 ext/com_dotnet/com_extension.c 	INIT_CLASS_ENTRY(ce, "dotnet", NULL);
NULL               48 ext/com_dotnet/com_handlers.c 				DISPATCH_METHOD|DISPATCH_PROPERTYGET, &v, 0, NULL, 1);
NULL              166 ext/com_dotnet/com_handlers.c 				php_com_throw_exception(res, NULL);
NULL              187 ext/com_dotnet/com_handlers.c 	return NULL;
NULL              213 ext/com_dotnet/com_handlers.c 	php_error_docref(NULL, E_WARNING, "Operation not yet supported on a COM object");
NULL              219 ext/com_dotnet/com_handlers.c 	php_error_docref(NULL, E_WARNING, "Cannot delete properties from a COM object");
NULL              224 ext/com_dotnet/com_handlers.c 	php_error_docref(NULL, E_WARNING, "Cannot delete properties from a COM object");
NULL              234 ext/com_dotnet/com_handlers.c 	return NULL;
NULL              260 ext/com_dotnet/com_handlers.c 	zend_internal_function f, *fptr = NULL;
NULL              266 ext/com_dotnet/com_handlers.c 		return NULL;
NULL              270 ext/com_dotnet/com_handlers.c 		return NULL;
NULL              274 ext/com_dotnet/com_handlers.c 	if (obj->method_cache == NULL || NULL == (fptr = zend_hash_find_ptr(obj->method_cache, name))) {
NULL              277 ext/com_dotnet/com_handlers.c 		f.arg_info = NULL;
NULL              289 ext/com_dotnet/com_handlers.c 			ITypeInfo *TI = NULL;
NULL              342 ext/com_dotnet/com_handlers.c 				zend_hash_init(obj->method_cache, 2, NULL, function_dtor, 0);
NULL              358 ext/com_dotnet/com_handlers.c 	return NULL;
NULL              363 ext/com_dotnet/com_handlers.c 	zval *args = NULL;
NULL              404 ext/com_dotnet/com_handlers.c 	f.arg_info = NULL; \
NULL              423 ext/com_dotnet/com_handlers.c 			return NULL;
NULL              480 ext/com_dotnet/com_handlers.c 				DISPATCH_METHOD|DISPATCH_PROPERTYGET, &v, 0, NULL, 1, 0)) {
NULL              551 ext/com_dotnet/com_handlers.c 	NULL,
NULL              552 ext/com_dotnet/com_handlers.c 	NULL, /* com_object_get, */
NULL              553 ext/com_dotnet/com_handlers.c 	NULL, /* com_object_set, */
NULL              566 ext/com_dotnet/com_handlers.c 	NULL,									/* get_debug_info */
NULL              567 ext/com_dotnet/com_handlers.c 	NULL,									/* get_closure */
NULL              568 ext/com_dotnet/com_handlers.c 	NULL,									/* get_gc */
NULL              601 ext/com_dotnet/com_handlers.c 		obj->typeinfo = NULL;
NULL              607 ext/com_dotnet/com_handlers.c 		obj->sink_dispatch = NULL;
NULL              135 ext/com_dotnet/com_iterator.c 	NULL
NULL              142 ext/com_dotnet/com_iterator.c 	IEnumVARIANT *iev = NULL;
NULL              155 ext/com_dotnet/com_iterator.c 		php_error_docref(NULL, E_WARNING, "variant is not an object or array VT=%d", V_VT(&obj->v));
NULL              156 ext/com_dotnet/com_iterator.c 		return NULL;
NULL              178 ext/com_dotnet/com_iterator.c 			php_error_docref(NULL, E_WARNING,
NULL              205 ext/com_dotnet/com_iterator.c 						&dp, &v, NULL, NULL))) {
NULL              218 ext/com_dotnet/com_iterator.c 		if (iev == NULL) {
NULL              245 ext/com_dotnet/com_iterator.c 	return NULL;
NULL               35 ext/com_dotnet/com_misc.c 	if (message == NULL) {
NULL               87 ext/com_dotnet/com_misc.c 	if ((V_VT(&obj->v) == VT_DISPATCH) && (V_DISPATCH(&obj->v) != NULL)) {
NULL              112 ext/com_dotnet/com_misc.c 		php_error_docref(NULL, E_WARNING,
NULL               35 ext/com_dotnet/com_olechar.c 	OLECHAR *olestring = NULL;
NULL               41 ext/com_dotnet/com_olechar.c 		string_len = MultiByteToWideChar(codepage, flags, string, -1, NULL, 0);
NULL               65 ext/com_dotnet/com_olechar.c 		php_error_docref(NULL, E_WARNING,
NULL               80 ext/com_dotnet/com_olechar.c 	length = WideCharToMultiByte(codepage, 0, olestring, -1, NULL, 0, NULL, NULL);
NULL               84 ext/com_dotnet/com_olechar.c 		length = WideCharToMultiByte(codepage, 0, olestring, -1, string, length, NULL, NULL);
NULL               96 ext/com_dotnet/com_olechar.c 		php_error_docref(NULL, E_WARNING,
NULL               80 ext/com_dotnet/com_persist.c 	*ppvObject = NULL;
NULL              255 ext/com_dotnet/com_persist.c 		stm->res = NULL;
NULL              275 ext/com_dotnet/com_persist.c 	if (stm == NULL)
NULL              276 ext/com_dotnet/com_persist.c 		return NULL;
NULL              297 ext/com_dotnet/com_persist.c #define CPH_NO_OBJ()			if (helper->unk == NULL) { php_com_throw_exception(E_INVALIDARG, "No COM object is associated with this helper instance"); return; }
NULL              341 ext/com_dotnet/com_persist.c 	OLECHAR *olename = NULL;
NULL              363 ext/com_dotnet/com_persist.c 		php_com_throw_exception(res, NULL);
NULL              365 ext/com_dotnet/com_persist.c 		php_com_throw_exception(res, NULL);
NULL              376 ext/com_dotnet/com_persist.c 	char *filename, *fullpath = NULL;
NULL              379 ext/com_dotnet/com_persist.c 	OLECHAR *olefilename = NULL;
NULL              393 ext/com_dotnet/com_persist.c 			fullpath = expand_filepath(filename, NULL);
NULL              413 ext/com_dotnet/com_persist.c 					olefilename = NULL;
NULL              425 ext/com_dotnet/com_persist.c 			php_com_throw_exception(res, NULL);
NULL              429 ext/com_dotnet/com_persist.c 		php_com_throw_exception(res, NULL);
NULL              456 ext/com_dotnet/com_persist.c 		if (!(fullpath = expand_filepath(filename, NULL))) {
NULL              472 ext/com_dotnet/com_persist.c 			php_com_throw_exception(res, NULL);
NULL              476 ext/com_dotnet/com_persist.c 		php_com_throw_exception(res, NULL);
NULL              499 ext/com_dotnet/com_persist.c 			php_com_throw_exception(res, NULL);
NULL              505 ext/com_dotnet/com_persist.c 		php_com_throw_exception(res, NULL);
NULL              527 ext/com_dotnet/com_persist.c 			php_com_throw_exception(res, NULL);
NULL              532 ext/com_dotnet/com_persist.c 		php_com_throw_exception(res, NULL);
NULL              543 ext/com_dotnet/com_persist.c 	IStream *stm = NULL;
NULL              554 ext/com_dotnet/com_persist.c 	if (stream == NULL) {
NULL              560 ext/com_dotnet/com_persist.c 	if (stm == NULL) {
NULL              568 ext/com_dotnet/com_persist.c 	if (helper->unk == NULL) {
NULL              569 ext/com_dotnet/com_persist.c 		IDispatch *disp = NULL;
NULL              591 ext/com_dotnet/com_persist.c 		php_com_throw_exception(res, NULL);
NULL              603 ext/com_dotnet/com_persist.c 	IStream *stm = NULL;
NULL              616 ext/com_dotnet/com_persist.c 	if (stream == NULL) {
NULL              622 ext/com_dotnet/com_persist.c 	if (stm == NULL) {
NULL              640 ext/com_dotnet/com_persist.c 		php_com_throw_exception(res, NULL);
NULL              652 ext/com_dotnet/com_persist.c 	php_com_dotnet_object *obj = NULL;
NULL              653 ext/com_dotnet/com_persist.c 	zval *zobj = NULL;
NULL              668 ext/com_dotnet/com_persist.c 	if (V_VT(&obj->v) != VT_DISPATCH || V_DISPATCH(&obj->v) == NULL) {
NULL              684 ext/com_dotnet/com_persist.c 	CPH_ME(__construct, NULL)
NULL              685 ext/com_dotnet/com_persist.c 	CPH_ME(GetCurFileName, NULL)
NULL              686 ext/com_dotnet/com_persist.c 	CPH_ME(SaveToFile, NULL)
NULL              687 ext/com_dotnet/com_persist.c 	CPH_ME(LoadFromFile, NULL)
NULL              688 ext/com_dotnet/com_persist.c 	CPH_ME(GetMaxStreamSize, NULL)
NULL              689 ext/com_dotnet/com_persist.c 	CPH_ME(InitNew, NULL)
NULL              690 ext/com_dotnet/com_persist.c 	CPH_ME(LoadFromStream, NULL)
NULL              691 ext/com_dotnet/com_persist.c 	CPH_ME(SaveToStream, NULL)
NULL              766 ext/com_dotnet/com_persist.c 			NULL, "com_dotnet_istream_wrapper", module_number);
NULL              193 ext/com_dotnet/com_saproxy.c 			php_com_throw_exception(res, NULL);
NULL              272 ext/com_dotnet/com_saproxy.c 			php_com_throw_exception(res, NULL);
NULL              287 ext/com_dotnet/com_saproxy.c 	return NULL;
NULL              299 ext/com_dotnet/com_saproxy.c 	php_error_docref(NULL, E_WARNING, "Operation not yet supported on a COM object");
NULL              305 ext/com_dotnet/com_saproxy.c 	php_error_docref(NULL, E_WARNING, "Cannot delete properties from a COM object");
NULL              310 ext/com_dotnet/com_saproxy.c 	php_error_docref(NULL, E_WARNING, "Cannot delete properties from a COM object");
NULL              316 ext/com_dotnet/com_saproxy.c 	return NULL;
NULL              322 ext/com_dotnet/com_saproxy.c 	return NULL;
NULL              333 ext/com_dotnet/com_saproxy.c 	return NULL;
NULL              407 ext/com_dotnet/com_saproxy.c 	NULL,
NULL              408 ext/com_dotnet/com_saproxy.c 	NULL, /* saproxy_object_get, */
NULL              409 ext/com_dotnet/com_saproxy.c 	NULL, /* saproxy_object_set, */
NULL              426 ext/com_dotnet/com_saproxy.c 	php_com_saproxy *proxy, *rel = NULL;
NULL              534 ext/com_dotnet/com_saproxy.c 	NULL
NULL               40 ext/com_dotnet/com_typeinfo.c 	ITypeLib *TL = NULL;
NULL               48 ext/com_dotnet/com_typeinfo.c 	if (search_string == NULL) {
NULL               49 ext/com_dotnet/com_typeinfo.c 		return NULL;
NULL               52 ext/com_dotnet/com_typeinfo.c 	major = php_strtok_r(NULL, ",", &strtok_buf);
NULL               53 ext/com_dotnet/com_typeinfo.c 	minor = php_strtok_r(NULL, ",", &strtok_buf);
NULL               71 ext/com_dotnet/com_typeinfo.c 		if (FAILED(hr) && (major == NULL || minor == NULL)) {
NULL               72 ext/com_dotnet/com_typeinfo.c 			IDispatch *disp = NULL;
NULL               73 ext/com_dotnet/com_typeinfo.c 			ITypeInfo *info = NULL;
NULL               76 ext/com_dotnet/com_typeinfo.c 			if (SUCCEEDED(hr = CoCreateInstance(&clsid, NULL, CLSCTX_SERVER, &IID_IDispatch, (LPVOID*)&disp)) &&
NULL              102 ext/com_dotnet/com_typeinfo.c 					ERROR_SUCCESS == RegQueryInfoKey(hkey, NULL, NULL, NULL, &SubKeys,
NULL              103 ext/com_dotnet/com_typeinfo.c 					&MaxSubKeyLength, NULL, NULL, NULL, NULL, NULL, NULL)) {
NULL              109 ext/com_dotnet/com_typeinfo.c 				for (i = 0; i < SubKeys && TL == NULL; i++) {
NULL              112 ext/com_dotnet/com_typeinfo.c 						if (ERROR_SUCCESS == RegQueryInfoKey(hsubkey, NULL, NULL, NULL, &VersionCount,
NULL              113 ext/com_dotnet/com_typeinfo.c 								NULL, NULL, NULL, NULL, NULL, NULL, NULL)) {
NULL              122 ext/com_dotnet/com_typeinfo.c 										char *str = NULL;
NULL              169 ext/com_dotnet/com_typeinfo.c 	if (TL == NULL) {
NULL              192 ext/com_dotnet/com_typeinfo.c 				if(c.name == NULL) {
NULL              200 ext/com_dotnet/com_typeinfo.c 				if ((exists = zend_get_constant(c.name)) != NULL) {
NULL              202 ext/com_dotnet/com_typeinfo.c 						php_error_docref(NULL, E_WARNING, "Type library constant %s is already defined", c.name);
NULL              241 ext/com_dotnet/com_typeinfo.c 	if ((TL = zend_ts_hash_str_find_ptr(&php_com_typelibraries, search_string, l)) != NULL) {
NULL              254 ext/com_dotnet/com_typeinfo.c 		if (NULL != zend_ts_hash_str_update_ptr(&php_com_typelibraries,
NULL              266 ext/com_dotnet/com_typeinfo.c 	ITypeInfo *typeinfo = NULL;
NULL              267 ext/com_dotnet/com_typeinfo.c 	ITypeLib *typelib = NULL;
NULL              272 ext/com_dotnet/com_typeinfo.c 		if (dispname == NULL && sink) {
NULL              283 ext/com_dotnet/com_typeinfo.c 				php_error_docref(NULL, E_WARNING, "IProvideClassInfo: this code not yet written!");
NULL              286 ext/com_dotnet/com_typeinfo.c 		} else if (dispname == NULL) {
NULL              300 ext/com_dotnet/com_typeinfo.c 		} else if (typelibname == NULL) {
NULL              309 ext/com_dotnet/com_typeinfo.c 					typeinfo = NULL;
NULL              407 ext/com_dotnet/com_typeinfo.c 	{ 0, NULL }
NULL              413 ext/com_dotnet/com_typeinfo.c 	for (i = 0; vt_names[i].name != NULL; i++) {
NULL              426 ext/com_dotnet/com_typeinfo.c 	clsid_str = php_com_olestring_to_string(ole_clsid, NULL, codepage);
NULL              439 ext/com_dotnet/com_typeinfo.c 	char *ansiname = NULL;
NULL              448 ext/com_dotnet/com_typeinfo.c 	if (id_to_name == NULL || attr->typekind == TKIND_DISPATCH) {
NULL              457 ext/com_dotnet/com_typeinfo.c 			ITypeInfo_GetDocumentation(typeinfo, MEMBERID_NIL, &olename, NULL, NULL, NULL);
NULL              469 ext/com_dotnet/com_typeinfo.c 			zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL              487 ext/com_dotnet/com_typeinfo.c 				ITypeInfo_GetDocumentation(typeinfo, func->memid, &olename, NULL, NULL, NULL);
NULL              515 ext/com_dotnet/com_typeinfo.c 						ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL);
NULL              569 ext/com_dotnet/com_typeinfo.c 						ITypeInfo_GetDocumentation(typeinfo, func->memid, NULL, &olename, NULL, NULL);
NULL               37 ext/com_dotnet/com_variant.c 	SAFEARRAY *sa = NULL;
NULL               57 ext/com_dotnet/com_variant.c 			php_error_docref(NULL, E_WARNING, "COM: max number %u of elements in safe array exceeded", UINT_MAX);
NULL               74 ext/com_dotnet/com_variant.c 		if (NULL == (item = zend_hash_get_current_data_ex(Z_ARRVAL_P(z), &pos))) {
NULL               89 ext/com_dotnet/com_variant.c 	php_error_docref(NULL, E_WARNING, "COM: converting from PHP array to VARIANT array; only arrays with numeric keys are allowed");
NULL              103 ext/com_dotnet/com_variant.c 	zend_uchar ztype = (z == NULL ? IS_NULL : Z_TYPE_P(z));
NULL              184 ext/com_dotnet/com_variant.c 	OLECHAR *olestring = NULL;
NULL              243 ext/com_dotnet/com_variant.c 				olestring = NULL;
NULL              247 ext/com_dotnet/com_variant.c 			if (V_UNKNOWN(v) != NULL) {
NULL              260 ext/com_dotnet/com_variant.c 			if (V_DISPATCH(v) != NULL) {
NULL              278 ext/com_dotnet/com_variant.c 		php_error_docref(NULL, E_WARNING, "variant->zval: conversion from 0x%x ret=%d", V_VT(v), ret);
NULL              428 ext/com_dotnet/com_variant.c 		php_error_docref(NULL, E_WARNING, "variant->variant: failed to copy from 0x%x to 0x%x", V_VT(dstvar), V_VT(srcvar));
NULL              441 ext/com_dotnet/com_variant.c 	zval *zvalue = NULL;
NULL              501 ext/com_dotnet/com_variant.c 		obj->typeinfo = NULL;
NULL              510 ext/com_dotnet/com_variant.c 	zval *zobj, *zvalue = NULL;
NULL              523 ext/com_dotnet/com_variant.c 		obj->typeinfo = NULL;
NULL              528 ext/com_dotnet/com_variant.c 		obj->sink_dispatch = NULL;
NULL              553 ext/com_dotnet/com_variant.c 	VARIANT *vleft = NULL, *vright = NULL;
NULL              554 ext/com_dotnet/com_variant.c 	zval *zleft = NULL, *zright = NULL;
NULL              644 ext/com_dotnet/com_variant.c 		php_com_throw_exception(result, NULL);
NULL              761 ext/com_dotnet/com_variant.c 	VARIANT *vleft = NULL;
NULL              762 ext/com_dotnet/com_variant.c 	zval *zleft = NULL;
NULL              805 ext/com_dotnet/com_variant.c 		php_com_throw_exception(result, NULL);
NULL              859 ext/com_dotnet/com_variant.c 	VARIANT *vleft = NULL;
NULL              860 ext/com_dotnet/com_variant.c 	zval *zleft = NULL;
NULL              894 ext/com_dotnet/com_variant.c 	VARIANT *vleft = NULL, *vright = NULL;
NULL              895 ext/com_dotnet/com_variant.c 	zval *zleft = NULL, *zright = NULL;
NULL              952 ext/com_dotnet/com_variant.c 	zval *zleft = NULL;
NULL             1002 ext/com_dotnet/com_variant.c 		php_error_docref(NULL, E_WARNING, "Timestamp value must be a positive value.");
NULL             1065 ext/com_dotnet/com_variant.c 			obj->typeinfo = NULL;
NULL               66 ext/com_dotnet/com_wrapper.c 		NULL, "com_dotnet_dispatch_wrapper", module_number);
NULL              116 ext/com_dotnet/com_wrapper.c 	*ppvObject = NULL;
NULL              160 ext/com_dotnet/com_wrapper.c 	*ppTInfo = NULL;
NULL              184 ext/com_dotnet/com_wrapper.c 		if ((tmp = zend_hash_str_find(disp->name_to_dispid, name, namelen)) == NULL) {
NULL              211 ext/com_dotnet/com_wrapper.c 			pVarResult, pExcepInfo, NULL);
NULL              231 ext/com_dotnet/com_wrapper.c 	if ((tmp = zend_hash_str_find(disp->name_to_dispid, name, namelen)) != NULL) {
NULL              254 ext/com_dotnet/com_wrapper.c 	zval rv, *retval = NULL;
NULL              255 ext/com_dotnet/com_wrapper.c 	zval *params = NULL;
NULL              259 ext/com_dotnet/com_wrapper.c 	if (NULL != (name = zend_hash_index_find(disp->dispid_to_name, id))) {
NULL              292 ext/com_dotnet/com_wrapper.c 							retval, pdp->cArgs, params, 1, NULL)) {
NULL              386 ext/com_dotnet/com_wrapper.c 	if (NULL != (name = zend_hash_index_find(disp->dispid_to_name, id))) {
NULL              421 ext/com_dotnet/com_wrapper.c 	*ppunk = NULL;
NULL              449 ext/com_dotnet/com_wrapper.c 	zend_string *name = NULL;
NULL              454 ext/com_dotnet/com_wrapper.c 	if (disp->dispid_to_name == NULL) {
NULL              457 ext/com_dotnet/com_wrapper.c 		zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL              458 ext/com_dotnet/com_wrapper.c 		zend_hash_init(disp->dispid_to_name, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL              478 ext/com_dotnet/com_wrapper.c 			if ((tmp = zend_hash_find(disp->name_to_dispid, name)) != NULL) {
NULL              513 ext/com_dotnet/com_wrapper.c 			if ((tmp = zend_hash_find(disp->name_to_dispid, name)) != NULL) {
NULL              538 ext/com_dotnet/com_wrapper.c 	if (disp == NULL)
NULL              539 ext/com_dotnet/com_wrapper.c 		return NULL;
NULL              569 ext/com_dotnet/com_wrapper.c 	disp->res = NULL;
NULL              589 ext/com_dotnet/com_wrapper.c 	zend_string *name = NULL;
NULL              600 ext/com_dotnet/com_wrapper.c 	zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL              622 ext/com_dotnet/com_wrapper.c 	php_dispatchex *disp = NULL;
NULL              625 ext/com_dotnet/com_wrapper.c 		return NULL;
NULL              632 ext/com_dotnet/com_wrapper.c 		if (obj == NULL)
NULL              633 ext/com_dotnet/com_wrapper.c 			return NULL;
NULL              640 ext/com_dotnet/com_wrapper.c 		return NULL;
NULL              119 ext/ctype/ctype.c 	NULL,
NULL              120 ext/ctype/ctype.c 	NULL,
NULL              121 ext/ctype/ctype.c 	NULL,
NULL              122 ext/ctype/ctype.c 	NULL,
NULL               32 ext/ctype/php_ctype.h #define phpext_ctype_ptr NULL
NULL               34 ext/curl/curl_file.c 	char *fname = NULL, *mime = NULL, *postname = NULL;
NULL               87 ext/curl/curl_file.c 	char *arg = NULL;
NULL              141 ext/curl/curl_file.c 	zend_throw_exception(NULL, "Unserialization of CURLFile instances is not allowed", 0);
NULL              158 ext/curl/curl_file.c 	PHP_ME(CURLFile,			getFilename,        NULL, ZEND_ACC_PUBLIC)
NULL              159 ext/curl/curl_file.c 	PHP_ME(CURLFile,			getMimeType,        NULL, ZEND_ACC_PUBLIC)
NULL              161 ext/curl/curl_file.c 	PHP_ME(CURLFile,			getPostFilename,    NULL, ZEND_ACC_PUBLIC)
NULL              163 ext/curl/curl_file.c 	PHP_ME(CURLFile,            __wakeup,           NULL, ZEND_ACC_PUBLIC)
NULL               96 ext/curl/interface.c static MUTEX_T *php_curl_openssl_tsl = NULL;
NULL              142 ext/curl/interface.c 	NULL,
NULL              175 ext/curl/interface.c 		php_error_docref(NULL, E_WARNING, "Curl option contains invalid characters (\\0)");
NULL              209 ext/curl/interface.c 			php_error_docref(NULL, E_WARNING, "Invalid URL '%s'", url);
NULL              214 ext/curl/interface.c 			php_error_docref(NULL, E_WARNING, "Protocol 'file' disabled in cURL");
NULL              233 ext/curl/interface.c 		stream = (php_stream *)zend_fetch_resource2_ex(&ch->handlers->std_err, NULL, php_file_le_stream(), php_file_le_pstream());
NULL              234 ext/curl/interface.c 		if (stream == NULL) {
NULL              236 ext/curl/interface.c 				php_error_docref(NULL, E_WARNING, "CURLOPT_STDERR resource has gone away, resetting to stderr");
NULL              245 ext/curl/interface.c 		stream = (php_stream *)zend_fetch_resource2_ex(&ch->handlers->read->stream, NULL, php_file_le_stream(), php_file_le_pstream());
NULL              246 ext/curl/interface.c 		if (stream == NULL) {
NULL              248 ext/curl/interface.c 				php_error_docref(NULL, E_WARNING, "CURLOPT_INFILE resource has gone away, resetting to default");
NULL              252 ext/curl/interface.c 			ch->handlers->read->res = NULL;
NULL              259 ext/curl/interface.c 		stream = (php_stream *)zend_fetch_resource2_ex(&ch->handlers->write_header->stream, NULL, php_file_le_stream(), php_file_le_pstream());
NULL              260 ext/curl/interface.c 		if (stream == NULL) {
NULL              262 ext/curl/interface.c 				php_error_docref(NULL, E_WARNING, "CURLOPT_WRITEHEADER resource has gone away, resetting to default");
NULL              273 ext/curl/interface.c 		stream = (php_stream *)zend_fetch_resource2_ex(&ch->handlers->write->stream, NULL, php_file_le_stream(), php_file_le_pstream());
NULL              274 ext/curl/interface.c 		if (stream == NULL) {
NULL              276 ext/curl/interface.c 				php_error_docref(NULL, E_WARNING, "CURLOPT_FILE resource has gone away, resetting to default");
NULL              486 ext/curl/interface.c 	NULL,
NULL              487 ext/curl/interface.c 	NULL,
NULL              500 ext/curl/interface.c 	PHP_INI_ENTRY("curl.cainfo", "", PHP_INI_SYSTEM, NULL)
NULL              571 ext/curl/interface.c 			{NULL, 0}
NULL              584 ext/curl/interface.c 	while (*p != NULL) {
NULL              585 ext/curl/interface.c 			n += sprintf(str + n, "%s%s", *p, *(p + 1) != NULL ? ", " : "");
NULL              632 ext/curl/interface.c 	le_curl = zend_register_list_destructors_ex(_php_curl_close, NULL, "curl", module_number);
NULL              633 ext/curl/interface.c 	le_curl_multi_handle = zend_register_list_destructors_ex(_php_curl_multi_close, NULL, "curl_multi", module_number);
NULL              634 ext/curl/interface.c 	le_curl_share_handle = zend_register_list_destructors_ex(_php_curl_share_close, NULL, "curl_share", module_number);
NULL             1281 ext/curl/interface.c 		CRYPTO_set_id_callback(NULL);
NULL             1282 ext/curl/interface.c 		CRYPTO_set_locking_callback(NULL);
NULL             1289 ext/curl/interface.c 		php_curl_openssl_tsl = NULL;
NULL             1342 ext/curl/interface.c 			fci.object = NULL;
NULL             1348 ext/curl/interface.c 			fci.symbol_table = NULL;
NULL             1354 ext/curl/interface.c 				php_error_docref(NULL, E_WARNING, "Could not call the CURLOPT_WRITEFUNCTION");
NULL             1394 ext/curl/interface.c 			fci.object = NULL;
NULL             1399 ext/curl/interface.c 			fci.symbol_table = NULL;
NULL             1405 ext/curl/interface.c 				php_error_docref(NULL, E_WARNING, "Cannot call the CURLOPT_FNMATCH_FUNCTION");
NULL             1451 ext/curl/interface.c 			fci.object = NULL;
NULL             1456 ext/curl/interface.c 			fci.symbol_table = NULL;
NULL             1462 ext/curl/interface.c 				php_error_docref(NULL, E_WARNING, "Cannot call the CURLOPT_PROGRESSFUNCTION");
NULL             1514 ext/curl/interface.c 			fci.object = NULL;
NULL             1519 ext/curl/interface.c 			fci.symbol_table = NULL;
NULL             1525 ext/curl/interface.c 				php_error_docref(NULL, E_WARNING, "Cannot call the CURLOPT_READFUNCTION");
NULL             1582 ext/curl/interface.c 			fci.symbol_table = NULL;
NULL             1583 ext/curl/interface.c 			fci.object = NULL;
NULL             1593 ext/curl/interface.c 				php_error_docref(NULL, E_WARNING, "Could not call the CURLOPT_HEADERFUNCTION");
NULL             1649 ext/curl/interface.c 	error = call_user_function(EG(function_table), NULL, func, &retval, 2, argv);
NULL             1651 ext/curl/interface.c 		php_error_docref(NULL, E_WARNING, "Could not call the CURLOPT_PASSWDFUNCTION");
NULL             1654 ext/curl/interface.c 			php_error_docref(NULL, E_WARNING, "Returned password is too long for libcurl to handle");
NULL             1659 ext/curl/interface.c 		php_error_docref(NULL, E_WARNING, "User handler '%s' did not return a string", Z_STRVAL_P(func));
NULL             1708 ext/curl/interface.c 	if (d == NULL) {
NULL             1729 ext/curl/interface.c 		while (*p != NULL) {
NULL             1748 ext/curl/interface.c 	ch->handlers->progress     = NULL;
NULL             1750 ext/curl/interface.c 	ch->handlers->fnmatch      = NULL;
NULL             1761 ext/curl/interface.c 	zend_hash_init(ch->to_free->slist, 4, NULL, curl_free_slist, 0);
NULL             1833 ext/curl/interface.c 					php_error_docref(NULL, E_WARNING, "Could not extract hash key from certificate info");
NULL             1884 ext/curl/interface.c 	char 	 *url = NULL;
NULL             1893 ext/curl/interface.c 		php_error_docref(NULL, E_WARNING, "Could not initialize a new cURL handle");
NULL             1931 ext/curl/interface.c 	if ((ch = (php_curl*)zend_fetch_resource(Z_RES_P(zid), le_curl_name, le_curl)) == NULL) {
NULL             1937 ext/curl/interface.c 		php_error_docref(NULL, E_WARNING, "Cannot duplicate cURL handle");
NULL             2033 ext/curl/interface.c 				php_error_docref(NULL, E_NOTICE, "CURLOPT_SSL_VERIFYHOST with value 1 is deprecated and will be removed as of libcurl 7.28.1. It is recommended to use value 2 instead");
NULL             2035 ext/curl/interface.c 				php_error_docref(NULL, E_NOTICE, "CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used instead");
NULL             2189 ext/curl/interface.c 					php_error_docref(NULL, E_WARNING, "CURLPROTO_FILE cannot be activated when an open_basedir is set");
NULL             2195 ext/curl/interface.c 				php_error_docref(NULL, E_WARNING, "CURLOPT_DNS_USE_GLOBAL_CACHE cannot be activated when thread safety is enabled");
NULL             2204 ext/curl/interface.c 				php_error_docref(NULL, E_WARNING, "Disabling safe uploads is no longer supported");
NULL             2290 ext/curl/interface.c 				error = curl_easy_setopt(ch->cp, option, NULL);
NULL             2323 ext/curl/interface.c 			FILE *fp = NULL;
NULL             2324 ext/curl/interface.c 			php_stream *what = NULL;
NULL             2349 ext/curl/interface.c 						ch->handlers->write->fp = NULL;
NULL             2357 ext/curl/interface.c 						php_error_docref(NULL, E_WARNING, "the provided file handle is not writable");
NULL             2367 ext/curl/interface.c 						ch->handlers->write_header->fp = NULL;
NULL             2375 ext/curl/interface.c 						php_error_docref(NULL, E_WARNING, "the provided file handle is not writable");
NULL             2385 ext/curl/interface.c 						ch->handlers->read->fp = NULL;
NULL             2386 ext/curl/interface.c 						ch->handlers->read->res = NULL;
NULL             2404 ext/curl/interface.c 						php_error_docref(NULL, E_WARNING, "the provided file handle is not writable");
NULL             2432 ext/curl/interface.c 			struct curl_slist *slist = NULL;
NULL             2436 ext/curl/interface.c 				char *name = NULL;
NULL             2467 ext/curl/interface.c 				php_error_docref(NULL, E_WARNING, "You must pass either an object or an array with the %s argument", name);
NULL             2477 ext/curl/interface.c 					php_error_docref(NULL, E_WARNING, "Could not build curl_slist");
NULL             2502 ext/curl/interface.c 					php_error_docref(NULL, E_WARNING, "CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set");
NULL             2525 ext/curl/interface.c 				struct HttpPost *first = NULL;
NULL             2526 ext/curl/interface.c 				struct HttpPost *last  = NULL;
NULL             2531 ext/curl/interface.c 					php_error_docref(NULL, E_WARNING, "Couldn't get HashTable in CURLOPT_POSTFIELDS");
NULL             2549 ext/curl/interface.c 						char *type = NULL, *filename = NULL;
NULL             2553 ext/curl/interface.c 							php_error_docref(NULL, E_WARNING, "Invalid filename for key %s", ZSTR_VAL(string_key));
NULL             2624 ext/curl/interface.c 				char *post = NULL;
NULL             2640 ext/curl/interface.c 			if (ch->handlers->progress == NULL) {
NULL             2743 ext/curl/interface.c 				curl_easy_setopt(ch->cp, CURLOPT_DEBUGFUNCTION, NULL);
NULL             2744 ext/curl/interface.c 				curl_easy_setopt(ch->cp, CURLOPT_DEBUGDATA, NULL);
NULL             2762 ext/curl/interface.c 			if (ch->handlers->fnmatch == NULL) {
NULL             2796 ext/curl/interface.c 	if ((ch = (php_curl*)zend_fetch_resource(Z_RES_P(zid), le_curl_name, le_curl)) == NULL) {
NULL             2801 ext/curl/interface.c 		php_error_docref(NULL, E_WARNING, "Invalid curl configuration option");
NULL             2826 ext/curl/interface.c 	if ((ch = (php_curl*)zend_fetch_resource(Z_RES_P(zid), le_curl_name, le_curl)) == NULL) {
NULL             2832 ext/curl/interface.c 			php_error_docref(NULL, E_WARNING,
NULL             2852 ext/curl/interface.c 		ch->header.str = NULL;
NULL             2872 ext/curl/interface.c 	if ((ch = (php_curl*)zend_fetch_resource(Z_RES_P(zid), le_curl_name, le_curl)) == NULL) {
NULL             2890 ext/curl/interface.c 		stream = (php_stream*)zend_fetch_resource2_ex(&ch->handlers->std_err, NULL, php_file_le_stream(), php_file_le_pstream());
NULL             2929 ext/curl/interface.c 	if ((ch = (php_curl*)zend_fetch_resource(Z_RES_P(zid), le_curl_name, le_curl)) == NULL) {
NULL             2942 ext/curl/interface.c 		struct curl_certinfo *ci = NULL;
NULL             2952 ext/curl/interface.c 			if (s_code != NULL) {
NULL             3055 ext/curl/interface.c 				struct curl_certinfo *ci = NULL;
NULL             3072 ext/curl/interface.c 						char *s_code = NULL;
NULL             3140 ext/curl/interface.c 	if ((ch = (php_curl*)zend_fetch_resource(Z_RES_P(zid), le_curl_name, le_curl)) == NULL) {
NULL             3160 ext/curl/interface.c 	if ((ch = (php_curl*)zend_fetch_resource(Z_RES_P(zid), le_curl_name, le_curl)) == NULL) {
NULL             3179 ext/curl/interface.c 	if ((ch = (php_curl*)zend_fetch_resource(Z_RES_P(zid), le_curl_name, le_curl)) == NULL) {
NULL             3184 ext/curl/interface.c 		php_error_docref(NULL, E_WARNING, "Attempt to close cURL handle from a callback");
NULL             3307 ext/curl/interface.c 	ch->handlers->write->fp = NULL;
NULL             3314 ext/curl/interface.c 	ch->handlers->write_header->fp = NULL;
NULL             3321 ext/curl/interface.c 	ch->handlers->read->fp = NULL;
NULL             3322 ext/curl/interface.c 	ch->handlers->read->res = NULL;
NULL             3333 ext/curl/interface.c 		ch->handlers->progress = NULL;
NULL             3340 ext/curl/interface.c 		ch->handlers->fnmatch = NULL;
NULL             3358 ext/curl/interface.c 	if ((ch = (php_curl*)zend_fetch_resource(Z_RES_P(zid), le_curl_name, le_curl)) == NULL) {
NULL             3363 ext/curl/interface.c 		php_error_docref(NULL, E_WARNING, "Attempt to reset cURL handle from a callback");
NULL             3379 ext/curl/interface.c 	char       *str = NULL, *res = NULL;
NULL             3388 ext/curl/interface.c 	if ((ch = (php_curl*)zend_fetch_resource(Z_RES_P(zid), le_curl_name, le_curl)) == NULL) {
NULL             3405 ext/curl/interface.c 	char       *str = NULL, *out = NULL;
NULL             3415 ext/curl/interface.c 	if ((ch = (php_curl*)zend_fetch_resource(Z_RES_P(zid), le_curl_name, le_curl)) == NULL) {
NULL             3442 ext/curl/interface.c 	if ((ch = (php_curl*)zend_fetch_resource(Z_RES_P(zid), le_curl_name, le_curl)) == NULL) {
NULL               85 ext/curl/multi.c 	if ((mh = (php_curlm *)zend_fetch_resource(Z_RES_P(z_mh), le_curl_multi_handle_name, le_curl_multi_handle)) == NULL) {
NULL               89 ext/curl/multi.c 	if ((ch = (php_curl *)zend_fetch_resource(Z_RES_P(z_ch), le_curl_name, le_curl)) == NULL) {
NULL              115 ext/curl/multi.c 	if ((ch = (php_curl *)zend_fetch_resource(Z_RES_P(z_ch), le_curl_name, le_curl)) == NULL) {
NULL              145 ext/curl/multi.c 	if ((mh = (php_curlm *)zend_fetch_resource(Z_RES_P(z_mh), le_curl_multi_handle_name, le_curl_multi_handle)) == NULL) {
NULL              149 ext/curl/multi.c 	if ((ch = (php_curl *)zend_fetch_resource(Z_RES_P(z_ch), le_curl_name, le_curl)) == NULL) {
NULL              186 ext/curl/multi.c 	if ((mh = (php_curlm *)zend_fetch_resource(Z_RES_P(z_mh), le_curl_multi_handle_name, le_curl_multi_handle)) == NULL) {
NULL              218 ext/curl/multi.c 	if ((mh = (php_curlm *)zend_fetch_resource(Z_RES_P(z_mh), le_curl_multi_handle_name, le_curl_multi_handle)) == NULL) {
NULL              230 ext/curl/multi.c 			if ((ch = (php_curl *)zend_fetch_resource(Z_RES_P(pz_ch), le_curl_name, le_curl)) == NULL) {
NULL              258 ext/curl/multi.c 	if ((ch = (php_curl *)zend_fetch_resource(Z_RES_P(z_ch), le_curl_name, le_curl)) == NULL) {
NULL              282 ext/curl/multi.c 	zval      *zmsgs_in_queue = NULL;
NULL              288 ext/curl/multi.c 	if ((mh = (php_curlm *)zend_fetch_resource(Z_RES_P(z_mh), le_curl_multi_handle_name, le_curl_multi_handle)) == NULL) {
NULL              293 ext/curl/multi.c 	if (tmp_msg == NULL) {
NULL              315 ext/curl/multi.c 			if ((ch = (php_curl *)zend_fetch_resource(Z_RES_P(pz_ch), le_curl_name, le_curl)) == NULL) {
NULL              352 ext/curl/multi.c 	if ((mh = (php_curlm *)zend_fetch_resource(Z_RES_P(z_mh), le_curl_multi_handle_name, le_curl_multi_handle)) == NULL) {
NULL              381 ext/curl/multi.c 		rsrc->ptr = NULL;
NULL              424 ext/curl/multi.c 			php_error_docref(NULL, E_WARNING, "Invalid curl multi configuration option");
NULL              449 ext/curl/multi.c 	if ((mh = (php_curlm *)zend_fetch_resource(Z_RES_P(z_mh), le_curl_multi_handle_name, le_curl_multi_handle)) == NULL) {
NULL              207 ext/curl/php_curl.h #define curl_module_ptr NULL
NULL               64 ext/curl/share.c 	if ((sh = (php_curlsh *)zend_fetch_resource(Z_RES_P(z_sh), le_curl_share_handle_name, le_curl_share_handle)) == NULL) {
NULL               83 ext/curl/share.c 			php_error_docref(NULL, E_WARNING, "Invalid curl share configuration option");
NULL              108 ext/curl/share.c 	if ((sh = (php_curlsh *)zend_fetch_resource(Z_RES_P(zid), le_curl_share_handle_name, le_curl_share_handle)) == NULL) {
NULL              126 ext/curl/share.c 		rsrc->ptr = NULL;
NULL              231 ext/date/lib/astro.c 	timelib_update_ts(t_loc, NULL);
NULL              239 ext/date/lib/astro.c 	timelib_update_ts(t_utc, NULL);
NULL              117 ext/date/lib/interval.c 	timelib_update_ts(t, NULL);
NULL              151 ext/date/lib/interval.c 	timelib_update_ts(t, NULL);
NULL              181 ext/date/lib/parse_date.c 	{ NULL, 0, 0, NULL },
NULL              186 ext/date/lib/parse_date.c 	{ NULL, 0, 0, NULL },
NULL              234 ext/date/lib/parse_date.c 	{ NULL,          0,          0 }
NULL              256 ext/date/lib/parse_date.c 	{ NULL,       1,  0 }
NULL              299 ext/date/lib/parse_date.c 	{  NULL,       0,  0 }
NULL              472 ext/date/lib/parse_date.c 	tmp_nr = strtoll(str, NULL, 10);
NULL              479 ext/date/lib/parse_date.c 	return timelib_get_nr_ex(ptr, max_length, NULL);
NULL              515 ext/date/lib/parse_date.c 	tmp_nr = strtod(str, NULL);
NULL              616 ext/date/lib/parse_date.c 	while (strchr(" \t.,:;/-0123456789", **ptr) == NULL) {
NULL              625 ext/date/lib/parse_date.c 	const timelib_relunit *tp, *value = NULL;
NULL              681 ext/date/lib/parse_date.c 	const timelib_tz_lookup_table  *tp, *first_found_elem = NULL;
NULL              713 ext/date/lib/parse_date.c 	return NULL;
NULL              788 ext/date/lib/parse_date.c 			if ((res = tz_wrapper(tz_abbr, tzdb)) != NULL) {
NULL              817 ext/date/lib/parse_date.c 	char *str, *ptr = NULL;
NULL             24632 ext/date/lib/parse_date.c 	in.errors->warning_messages = NULL;
NULL             24634 ext/date/lib/parse_date.c 	in.errors->error_messages = NULL;
NULL             24704 ext/date/lib/parse_date.c 		if (strchr("0123456789", *ptr) == NULL)                        \
NULL             24711 ext/date/lib/parse_date.c 	assert(time != NULL);
NULL             24718 ext/date/lib/parse_date.c 	time->tz_info = NULL;
NULL             24723 ext/date/lib/parse_date.c 	assert(time != NULL);
NULL             24747 ext/date/lib/parse_date.c 	in.errors->warning_messages = NULL;
NULL             24749 ext/date/lib/parse_date.c 	in.errors->error_messages = NULL;
NULL             25088 ext/date/lib/parse_date.c 		parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
NULL             25091 ext/date/lib/parse_date.c 		parsed->tz_info = now->tz_info ? (!(options & TIMELIB_NO_CLONE) ? timelib_tzinfo_clone(now->tz_info) : now->tz_info) : NULL;
NULL             25112 ext/date/lib/parse_date.c 		return NULL;
NULL              159 ext/date/lib/parse_iso_intervals.c 	tmp_nr = strtoll(str, NULL, 10);
NULL              194 ext/date/lib/parse_iso_intervals.c 	while (strchr(" \t.,:;/-0123456789", **ptr) == NULL) {
NULL              252 ext/date/lib/parse_iso_intervals.c 	char *str, *ptr = NULL;
NULL              925 ext/date/lib/parse_iso_intervals.c 	in.errors->warning_messages = NULL;
NULL              927 ext/date/lib/parse_iso_intervals.c 	in.errors->error_messages = NULL;
NULL              105 ext/date/lib/parse_tz.c 	int32_t *buffer = NULL;
NULL              107 ext/date/lib/parse_tz.c 	unsigned char *cbuffer = NULL;
NULL              309 ext/date/lib/parse_tz.c 	char *cur_locale = NULL, *tmp;
NULL              311 ext/date/lib/parse_tz.c 	tmp = setlocale(LC_CTYPE, NULL);
NULL              402 ext/date/lib/parse_tz.c 		tmp = NULL;
NULL              419 ext/date/lib/parse_tz.c 		return NULL;
NULL              457 ext/date/lib/parse_tz.c 		return NULL;
NULL              465 ext/date/lib/parse_tz.c 	return NULL;
NULL               32 ext/date/lib/timelib.c 		m = NULL;	\
NULL              175 ext/date/lib/timelib.c 	tz = NULL;
NULL              181 ext/date/lib/timelib.c 		timelib_update_ts(t, NULL);
NULL              323 ext/date/lib/timelib.c                         return HOUR(strtol(begin, NULL, 10));
NULL              328 ext/date/lib/timelib.c                                 tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 2, NULL, 10);
NULL              331 ext/date/lib/timelib.c                                 tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10);
NULL              334 ext/date/lib/timelib.c                                 tmp = strtol(begin, NULL, 10);
NULL              338 ext/date/lib/timelib.c                         tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10);
NULL             1788 ext/date/lib/timezonemap.h 	{ "a",     0,   3600, NULL                            },
NULL             1789 ext/date/lib/timezonemap.h 	{ "b",     0,   7200, NULL                            },
NULL             1790 ext/date/lib/timezonemap.h 	{ "c",     0,  10800, NULL                            },
NULL             1791 ext/date/lib/timezonemap.h 	{ "d",     0,  14400, NULL                            },
NULL             1792 ext/date/lib/timezonemap.h 	{ "e",     0,  18000, NULL                            },
NULL             1793 ext/date/lib/timezonemap.h 	{ "f",     0,  21600, NULL                            },
NULL             1794 ext/date/lib/timezonemap.h 	{ "g",     0,  25200, NULL                            },
NULL             1795 ext/date/lib/timezonemap.h 	{ "h",     0,  28800, NULL                            },
NULL             1796 ext/date/lib/timezonemap.h 	{ "i",     0,  32400, NULL                            },
NULL             1797 ext/date/lib/timezonemap.h 	{ "k",     0,  36000, NULL                            },
NULL             1798 ext/date/lib/timezonemap.h 	{ "l",     0,  39600, NULL                            },
NULL             1799 ext/date/lib/timezonemap.h 	{ "m",     0,  43200, NULL                            },
NULL             1800 ext/date/lib/timezonemap.h 	{ "n",     0,  -3600, NULL                            },
NULL             1801 ext/date/lib/timezonemap.h 	{ "o",     0,  -7200, NULL                            },
NULL             1802 ext/date/lib/timezonemap.h 	{ "p",     0, -10800, NULL                            },
NULL             1803 ext/date/lib/timezonemap.h 	{ "q",     0, -14400, NULL                            },
NULL             1804 ext/date/lib/timezonemap.h 	{ "r",     0, -18000, NULL                            },
NULL             1805 ext/date/lib/timezonemap.h 	{ "s",     0, -21600, NULL                            },
NULL             1806 ext/date/lib/timezonemap.h 	{ "t",     0, -25200, NULL                            },
NULL             1807 ext/date/lib/timezonemap.h 	{ "u",     0, -28800, NULL                            },
NULL             1808 ext/date/lib/timezonemap.h 	{ "v",     0, -32400, NULL                            },
NULL             1809 ext/date/lib/timezonemap.h 	{ "w",     0, -36000, NULL                            },
NULL             1810 ext/date/lib/timezonemap.h 	{ "x",     0, -39600, NULL                            },
NULL             1811 ext/date/lib/timezonemap.h 	{ "y",     0, -43200, NULL                            },
NULL             1830 ext/date/lib/timezonemap.h 	{ "z",     0,      0, NULL                            },
NULL              226 ext/date/lib/unixtime2tm.c 	t->tz_abbr = NULL;
NULL              232 ext/date/lib/unixtime2tm.c 	t->tz_info = NULL;
NULL              246 ext/date/lib/unixtime2tm.c 	t->tz_info = NULL;
NULL               56 ext/date/php_date.c # define DATE_A64I(i, s) i = strtoll(s, NULL, 10)
NULL              461 ext/date/php_date.c 	PHP_ABSTRACT_ME(DateTimeInterface, __wakeup, NULL)
NULL              467 ext/date/php_date.c 	PHP_ME(DateTime,			__wakeup,			NULL, ZEND_ACC_PUBLIC)
NULL              468 ext/date/php_date.c 	PHP_ME(DateTime,			__set_state,		NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
NULL              489 ext/date/php_date.c 	PHP_ME(DateTime, __wakeup,       NULL, ZEND_ACC_PUBLIC)
NULL              490 ext/date/php_date.c 	PHP_ME(DateTimeImmutable, __set_state,   NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
NULL              512 ext/date/php_date.c 	PHP_ME(DateTimeZone,              __wakeup,                    NULL, ZEND_ACC_PUBLIC)
NULL              513 ext/date/php_date.c 	PHP_ME(DateTimeZone,              __set_state,                 NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
NULL              525 ext/date/php_date.c 	PHP_ME(DateInterval,              __wakeup,                    NULL, ZEND_ACC_PUBLIC)
NULL              526 ext/date/php_date.c 	PHP_ME(DateInterval,              __set_state,                 NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
NULL              534 ext/date/php_date.c 	PHP_ME(DatePeriod,                __wakeup,                    NULL, ZEND_ACC_PUBLIC)
NULL              535 ext/date/php_date.c 	PHP_ME(DatePeriod,                __set_state,                 NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
NULL              536 ext/date/php_date.c 	PHP_ME(DatePeriod,                getStartDate,                NULL, ZEND_ACC_PUBLIC)
NULL              537 ext/date/php_date.c 	PHP_ME(DatePeriod,                getEndDate,                  NULL, ZEND_ACC_PUBLIC)
NULL              538 ext/date/php_date.c 	PHP_ME(DatePeriod,                getDateInterval,             NULL, ZEND_ACC_PUBLIC)
NULL              567 ext/date/php_date.c 	PHP_INI_ENTRY("date.default_latitude",           DATE_DEFAULT_LATITUDE,        PHP_INI_ALL, NULL)
NULL              568 ext/date/php_date.c 	PHP_INI_ENTRY("date.default_longitude",          DATE_DEFAULT_LONGITUDE,       PHP_INI_ALL, NULL)
NULL              569 ext/date/php_date.c 	PHP_INI_ENTRY("date.sunset_zenith",              DATE_SUNSET_ZENITH,           PHP_INI_ALL, NULL)
NULL              570 ext/date/php_date.c 	PHP_INI_ENTRY("date.sunrise_zenith",             DATE_SUNRISE_ZENITH,          PHP_INI_ALL, NULL)
NULL              611 ext/date/php_date.c 		if (zend_parse_method_parameters(ZEND_NUM_ARGS(), NULL, "O", &object, date_ce_date) == FAILURE) {	\
NULL              619 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "The " #class_name " object has not been correctly initialized by its constructor"); \
NULL              656 ext/date/php_date.c 	NULL,
NULL              657 ext/date/php_date.c 	NULL,
NULL              668 ext/date/php_date.c 	NULL,                       /* globals dtor */
NULL              669 ext/date/php_date.c 	NULL,                       /* post deactivate */
NULL              678 ext/date/php_date.c 	date_globals->default_timezone = NULL;
NULL              679 ext/date/php_date.c 	date_globals->timezone = NULL;
NULL              680 ext/date/php_date.c 	date_globals->tzcache = NULL;
NULL              699 ext/date/php_date.c 	DATEG(timezone) = NULL;
NULL              700 ext/date/php_date.c 	DATEG(tzcache) = NULL;
NULL              701 ext/date/php_date.c 	DATEG(last_errors) = NULL;
NULL              713 ext/date/php_date.c 	DATEG(timezone) = NULL;
NULL              717 ext/date/php_date.c 		DATEG(tzcache) = NULL;
NULL              721 ext/date/php_date.c 		DATEG(last_errors) = NULL;
NULL              876 ext/date/php_date.c 	php_date_global_timezone_db = NULL;
NULL              878 ext/date/php_date.c 	DATEG(last_errors) = NULL;
NULL              893 ext/date/php_date.c 	DATEG(default_timezone) = NULL;
NULL              923 ext/date/php_date.c 		zend_hash_init(DATEG(tzcache), 4, NULL, _php_date_tzinfo_dtor, 0);
NULL              926 ext/date/php_date.c 	if ((tzi = zend_hash_str_find_ptr(DATEG(tzcache), formal_tzname, strlen(formal_tzname))) != NULL) {
NULL              955 ext/date/php_date.c 				php_error_docref(NULL, E_WARNING, "Invalid date.timezone value '%s', we selected the timezone 'UTC' for now.", DATEG(default_timezone));
NULL              978 ext/date/php_date.c 		if (NULL != (ztz = cfg_get_entry("date.timezone", sizeof("date.timezone")))
NULL              988 ext/date/php_date.c 			php_error_docref(NULL, E_WARNING, "Invalid date.timezone value '%s', we selected the timezone 'UTC' for now.", DATEG(default_timezone));
NULL             1007 ext/date/php_date.c 		php_error_docref(NULL, E_ERROR, "Timezone database is corrupt - this should *never* happen!");
NULL             1076 ext/date/php_date.c 	timelib_time_offset *offset = NULL;
NULL             1240 ext/date/php_date.c 		ts = time(NULL);
NULL             1261 ext/date/php_date.c 		tzi = NULL;
NULL             1279 ext/date/php_date.c 	timelib_time_offset *offset = NULL;
NULL             1290 ext/date/php_date.c 		tzi = NULL;
NULL             1398 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "idate format is one char");
NULL             1403 ext/date/php_date.c 		ts = time(NULL);
NULL             1408 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "Unrecognized date format token.");
NULL             1431 ext/date/php_date.c 	timelib_error_container *error = NULL;
NULL             1442 ext/date/php_date.c 	timelib_update_ts(parsed_time, NULL);
NULL             1474 ext/date/php_date.c 		(ZEND_NUM_ARGS() == 2) ? (timelib_sll) preset_ts : (timelib_sll) time(NULL));
NULL             1499 ext/date/php_date.c 	timelib_tzinfo *tzi = NULL;
NULL             1509 ext/date/php_date.c 		timelib_unixtime2gmt(now, (timelib_sll) time(NULL));
NULL             1514 ext/date/php_date.c 		timelib_unixtime2local(now, (timelib_sll) time(NULL));
NULL             1544 ext/date/php_date.c 			php_error_docref(NULL, E_DEPRECATED, "You should be using the time() function instead");
NULL             1548 ext/date/php_date.c 		timelib_update_ts(now, NULL);
NULL             1611 ext/date/php_date.c 	timelib_time_offset *offset = NULL;
NULL             1614 ext/date/php_date.c 	timestamp = (zend_long) time(NULL);
NULL             1626 ext/date/php_date.c 		tzi = NULL;
NULL             1716 ext/date/php_date.c 	RETURN_LONG((zend_long)time(NULL));
NULL             1724 ext/date/php_date.c 	zend_long timestamp = (zend_long)time(NULL);
NULL             1771 ext/date/php_date.c 	zend_long timestamp = (zend_long)time(NULL);
NULL             1864 ext/date/php_date.c 		timelib_update_ts(it_time, NULL);
NULL             1983 ext/date/php_date.c 	date_ce_date = zend_register_internal_class_ex(&ce_date, NULL);
NULL             2011 ext/date/php_date.c 	date_ce_immutable = zend_register_internal_class_ex(&ce_immutable, NULL);
NULL             2020 ext/date/php_date.c 	date_ce_timezone = zend_register_internal_class_ex(&ce_timezone, NULL);
NULL             2048 ext/date/php_date.c 	date_ce_interval = zend_register_internal_class_ex(&ce_interval, NULL);
NULL             2056 ext/date/php_date.c 	date_object_handlers_interval.get_property_ptr_ptr = NULL;
NULL             2061 ext/date/php_date.c 	date_ce_period = zend_register_internal_class_ex(&ce_period, NULL);
NULL             2070 ext/date/php_date.c 	date_object_handlers_period.get_property_ptr_ptr = NULL;
NULL             2135 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "Trying to compare an incomplete DateTime or DateTimeImmutable object");
NULL             2150 ext/date/php_date.c 	*table = NULL;
NULL             2157 ext/date/php_date.c        *table = NULL;
NULL             2337 ext/date/php_date.c 	*table = NULL;
NULL             2478 ext/date/php_date.c 		DATEG(last_errors) = NULL;
NULL             2486 ext/date/php_date.c 	timelib_tzinfo *tzi = NULL;
NULL             2487 ext/date/php_date.c 	timelib_error_container *err = NULL;
NULL             2489 ext/date/php_date.c 	char *new_abbr = NULL;
NULL             2507 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "Failed to parse time string (%s) at position %d (%c): %s", time_str,
NULL             2555 ext/date/php_date.c 	timelib_unixtime2local(now, (timelib_sll) time(NULL));
NULL             2573 ext/date/php_date.c 	zval           *timezone_object = NULL;
NULL             2574 ext/date/php_date.c 	char           *time_str = NULL;
NULL             2582 ext/date/php_date.c 	if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, NULL, timezone_object, 0)) {
NULL             2594 ext/date/php_date.c 	zval           *timezone_object = NULL;
NULL             2595 ext/date/php_date.c 	char           *time_str = NULL;
NULL             2603 ext/date/php_date.c 	if (!php_date_initialize(Z_PHPDATE_P(return_value), time_str, time_str_len, NULL, timezone_object, 0)) {
NULL             2615 ext/date/php_date.c 	zval           *timezone_object = NULL;
NULL             2616 ext/date/php_date.c 	char           *time_str = NULL, *format_str = NULL;
NULL             2636 ext/date/php_date.c 	zval           *timezone_object = NULL;
NULL             2637 ext/date/php_date.c 	char           *time_str = NULL, *format_str = NULL;
NULL             2657 ext/date/php_date.c 	zval *timezone_object = NULL;
NULL             2658 ext/date/php_date.c 	char *time_str = NULL;
NULL             2666 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
NULL             2667 ext/date/php_date.c 	php_date_initialize(Z_PHPDATE_P(getThis()), time_str, time_str_len, NULL, timezone_object, 1);
NULL             2677 ext/date/php_date.c 	zval *timezone_object = NULL;
NULL             2678 ext/date/php_date.c 	char *time_str = NULL;
NULL             2686 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
NULL             2687 ext/date/php_date.c 	php_date_initialize(Z_PHPDATE_P(getThis()), time_str, time_str_len, NULL, timezone_object, 1);
NULL             2697 ext/date/php_date.c 	zval *datetime_object = NULL;
NULL             2698 ext/date/php_date.c 	php_date_obj *new_obj = NULL;
NULL             2699 ext/date/php_date.c 	php_date_obj *old_obj = NULL;
NULL             2741 ext/date/php_date.c 						ret = php_date_initialize(*dateobj, tmp, Z_STRLEN_P(z_date) + Z_STRLEN_P(z_timezone) + 1, NULL, NULL, 0);
NULL             2751 ext/date/php_date.c 						if (tzi == NULL) {
NULL             2760 ext/date/php_date.c 						ret = php_date_initialize(*dateobj, Z_STRVAL_P(z_date), Z_STRLEN_P(z_date), NULL, &tmp_obj, 0);
NULL             3003 ext/date/php_date.c 	timelib_error_container *err = NULL;
NULL             3008 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "The DateTime object has not been correctly initialized by its constructor");
NULL             3018 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "Failed to parse time string (%s) at position %d (%c): %s", modify,
NULL             3054 ext/date/php_date.c 	timelib_update_ts(dateobj->time, NULL);
NULL             3168 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "Only non-special relative time specifications are supported for subtraction");
NULL             3360 ext/date/php_date.c 	timelib_update_ts(dateobj->time, NULL);
NULL             3409 ext/date/php_date.c 	timelib_update_ts(dateobj->time, NULL);
NULL             3462 ext/date/php_date.c 	timelib_update_ts(dateobj->time, NULL);
NULL             3509 ext/date/php_date.c 	timelib_update_ts(dateobj->time, NULL);
NULL             3564 ext/date/php_date.c 	timelib_update_ts(dateobj->time, NULL);
NULL             3592 ext/date/php_date.c 	timelib_update_ts(dateobj1->time, NULL);
NULL             3593 ext/date/php_date.c 	timelib_update_ts(dateobj2->time, NULL);
NULL             3612 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "Timezone must not contain null bytes");
NULL             3618 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "Unknown or bad timezone (%s)", orig_tz);
NULL             3663 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
NULL             3675 ext/date/php_date.c 	if ((z_timezone_type = zend_hash_str_find(myht, "timezone_type", sizeof("timezone_type") - 1)) != NULL) {
NULL             3676 ext/date/php_date.c 		if ((z_timezone = zend_hash_str_find(myht, "timezone", sizeof("timezone") - 1)) != NULL) {
NULL             3708 ext/date/php_date.c 		php_error_docref(NULL, E_ERROR, "Timezone initialization failed");
NULL             3726 ext/date/php_date.c 		php_error_docref(NULL, E_ERROR, "Timezone initialization failed");
NULL             3933 ext/date/php_date.c 	timelib_time     *b = NULL, *e = NULL;
NULL             3934 ext/date/php_date.c 	timelib_rel_time *p = NULL;
NULL             3942 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "Unknown or bad format (%s)", format);
NULL             3950 ext/date/php_date.c 				timelib_update_ts(b, NULL);
NULL             3951 ext/date/php_date.c 				timelib_update_ts(e, NULL);
NULL             3955 ext/date/php_date.c 				php_error_docref(NULL, E_WARNING, "Failed to parse interval (%s)", format);
NULL             3979 ext/date/php_date.c 		cache_slot = NULL;
NULL             4043 ext/date/php_date.c 		cache_slot = NULL;
NULL             4086 ext/date/php_date.c 	char *interval_string = NULL;
NULL             4096 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
NULL             4194 ext/date/php_date.c 	char           *time_str = NULL;
NULL             4197 ext/date/php_date.c 	timelib_error_container *err = NULL;
NULL             4299 ext/date/php_date.c 	timelib_time     *b = NULL, *e = NULL;
NULL             4300 ext/date/php_date.c 	timelib_rel_time *p = NULL;
NULL             4308 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "Unknown or bad format (%s)", format);
NULL             4329 ext/date/php_date.c 	zval *start, *end = NULL, *interval;
NULL             4331 ext/date/php_date.c 	char *isostr = NULL;
NULL             4336 ext/date/php_date.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
NULL             4340 ext/date/php_date.c 				php_error_docref(NULL, E_WARNING, "This constructor accepts either (DateTimeInterface, DateInterval, int) OR (DateTimeInterface, DateInterval, DateTime) OR (string) as arguments.");
NULL             4348 ext/date/php_date.c 	dpobj->current = NULL;
NULL             4352 ext/date/php_date.c 		if (dpobj->start == NULL) {
NULL             4353 ext/date/php_date.c 			php_error_docref(NULL, E_WARNING, "The ISO interval '%s' did not contain a start date.", isostr);
NULL             4355 ext/date/php_date.c 		if (dpobj->interval == NULL) {
NULL             4356 ext/date/php_date.c 			php_error_docref(NULL, E_WARNING, "The ISO interval '%s' did not contain an interval.", isostr);
NULL             4358 ext/date/php_date.c 		if (dpobj->end == NULL && recurrences == 0) {
NULL             4359 ext/date/php_date.c 			php_error_docref(NULL, E_WARNING, "The ISO interval '%s' did not contain an end date or a recurrence count.", isostr);
NULL             4363 ext/date/php_date.c 			timelib_update_ts(dpobj->start, NULL);
NULL             4366 ext/date/php_date.c 			timelib_update_ts(dpobj->end, NULL);
NULL             4513 ext/date/php_date.c 	char                           *option = NULL;
NULL             4522 ext/date/php_date.c 		php_error_docref(NULL, E_NOTICE, "A two-letter ISO 3166-1 compatible country code is expected");
NULL             4602 ext/date/php_date.c 		php_error_docref(NULL, E_NOTICE, "Timezone ID '%s' is invalid", zone);
NULL             4607 ext/date/php_date.c 		DATEG(timezone) = NULL;
NULL             4660 ext/date/php_date.c 			php_error_docref(NULL, E_WARNING, "invalid format");
NULL             4668 ext/date/php_date.c 		php_error_docref(NULL, E_WARNING, "Wrong return format given, pick one of SUNFUNCS_RET_TIMESTAMP, SUNFUNCS_RET_STRING or SUNFUNCS_RET_DOUBLE");
NULL             4835 ext/date/php_date.c 	*table = NULL;
NULL             5030 ext/date/php_date.c 		php_error_docref(NULL, E_ERROR, "Retrieval of DatePeriod properties for modification is unsupported");
NULL             5048 ext/date/php_date.c 	php_error_docref(NULL, E_ERROR, "Writing to DatePeriod properties is unsupported");
NULL              178 ext/dba/dba.c  	NULL,
NULL              179 ext/dba/dba.c  	NULL,
NULL              184 ext/dba/dba.c  	NULL,
NULL              185 ext/dba/dba.c  	NULL,
NULL              197 ext/dba/dba.c  	dba_info *info = NULL; 										\
NULL              211 ext/dba/dba.c  			php_error_docref(NULL, E_RECOVERABLE_ERROR, "Key does not have exactly two elements: (key, name)");
NULL              222 ext/dba/dba.c  			*key_free = NULL;
NULL              281 ext/dba/dba.c  	if ((info = (dba_info *)zend_fetch_resource2(Z_RES_P(id), "DBA identifier", le_db, le_pdb)) == NULL) { \
NULL              286 ext/dba/dba.c  	if ((info = (dba_info *)zend_fetch_resource2(Z_RES_P(id), "DBA identifier", le_db, le_pdb)) == NULL) { \
NULL              310 ext/dba/dba.c  		php_error_docref(NULL, E_WARNING, "You cannot perform a modification to a database without proper access"); \
NULL              317 ext/dba/dba.c  		php_error_docref(NULL, E_WARNING, "You cannot perform a modification to a database without proper access"); \
NULL              366 ext/dba/dba.c  	{ NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }
NULL              491 ext/dba/dba.c  		DBA_G(default_hptr) = NULL;
NULL              498 ext/dba/dba.c  		php_error_docref(NULL, E_WARNING, "No such handler: %s", ZSTR_VAL(new_value));
NULL              515 ext/dba/dba.c  	dba_globals->default_hptr    = NULL;
NULL              524 ext/dba/dba.c  	le_db = zend_register_list_destructors_ex(dba_close_rsrc, NULL, "dba", module_number);
NULL              573 ext/dba/dba.c  	dba_info *info = NULL;
NULL              614 ext/dba/dba.c  		if ((le = zend_hash_index_find_ptr(&EG(regular_list), i)) == NULL) {
NULL              625 ext/dba/dba.c  	return NULL;
NULL              633 ext/dba/dba.c  	zval *args = NULL;
NULL              638 ext/dba/dba.c  	char *key = NULL, *error = NULL;
NULL              643 ext/dba/dba.c  	char mode[4], *pmode, *lock_file_mode = NULL;
NULL              645 ext/dba/dba.c  	zend_string *opened_path = NULL;
NULL              683 ext/dba/dba.c  		if ((le = zend_hash_str_find_ptr(&EG(persistent_list), key, keylen)) != NULL) {
NULL              701 ext/dba/dba.c  			php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "No default handler selected");
NULL              710 ext/dba/dba.c  		php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "No such handler: %s", Z_STRVAL(args[2]));
NULL              741 ext/dba/dba.c  				php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_NOTICE, "Handler %s does locking internally", hptr->name);
NULL              747 ext/dba/dba.c  				php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Locking cannot be disabled for handler %s", hptr->name);
NULL              796 ext/dba/dba.c  			php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Illegal DBA mode");
NULL              809 ext/dba/dba.c  			php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "You cannot combine modifiers - (no lock) and t (test lock)");
NULL              815 ext/dba/dba.c  				php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Handler %s uses its own locking which doesn't support mode modifier t (test lock)", hptr->name);
NULL              819 ext/dba/dba.c  				php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Handler %s doesn't uses locking for this mode which makes modifier t (test lock) obsolete", hptr->name);
NULL              828 ext/dba/dba.c  		php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Illegal DBA mode");
NULL              847 ext/dba/dba.c  		if ((other = php_dba_find(info->path)) != NULL) {
NULL              912 ext/dba/dba.c  			info->fp = php_stream_open_wrapper(info->path, file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|persistent_flag, NULL);
NULL              925 ext/dba/dba.c  				php_error_docref(NULL, E_WARNING, "Could not cast stream");
NULL              941 ext/dba/dba.c  		php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Driver initialization failed for handler: %s%s%s", hptr->name, error?": ":"", error?error:"");
NULL              948 ext/dba/dba.c  	info->argv = NULL;
NULL              954 ext/dba/dba.c  		if (zend_hash_str_update(&EG(persistent_list), key, keylen, &new_le) == NULL) {
NULL              956 ext/dba/dba.c  			php_error_docref2(NULL, Z_STRVAL(args[0]), Z_STRVAL(args[1]), E_WARNING, "Could not register persistent resource");
NULL              989 ext/dba/dba.c  	dba_info *info = NULL;
NULL             1027 ext/dba/dba.c  				php_error_docref(NULL, E_NOTICE, "Handler %s accepts only skip values greater than or equal to zero, using skip=0", info->hnd->name);
NULL             1038 ext/dba/dba.c  				php_error_docref(NULL, E_NOTICE, "Handler %s accepts only skip value -1 and greater, using skip=0", info->hnd->name);
NULL             1042 ext/dba/dba.c  			php_error_docref(NULL, E_NOTICE, "Handler %s does not support optional skip parameter, the value will be ignored", info->hnd->name);
NULL             1048 ext/dba/dba.c  	if((val = info->hnd->fetch(info, key_str, key_len, skip, &len)) != NULL) {
NULL             1079 ext/dba/dba.c  	if (key[0] == '[' && (name = strchr(key, ']')) != NULL) {
NULL             1096 ext/dba/dba.c  	dba_info *info = NULL;
NULL             1123 ext/dba/dba.c  	dba_info *info = NULL;
NULL             1185 ext/dba/dba.c  	dba_info *info = NULL;
NULL             1208 ext/dba/dba.c  	dba_info *info = NULL;
NULL             1240 ext/dba/dba.c  			char *str = hptr->info(hptr, NULL);
NULL             1266 ext/dba/dba.c  		if ((le = zend_hash_index_find_ptr(&EG(regular_list), i)) == NULL) {
NULL              153 ext/dba/dba_cdb.c 	char *new_entry = NULL;
NULL              157 ext/dba/dba_cdb.c 		return NULL; /* database was opened writeonly */
NULL              162 ext/dba/dba_cdb.c 				return NULL;
NULL              170 ext/dba/dba_cdb.c 			return NULL;
NULL              222 ext/dba/dba_cdb.c 	if (cdb_file_read(cdb->file, buf, n) < n) return NULL; \
NULL              240 ext/dba/dba_cdb.c 	if (n >= cdb->eod) return NULL; \
NULL              241 ext/dba/dba_cdb.c 	if (cdb_file_lseek(cdb->file, (off_t)n, SEEK_SET) != (off_t) n) return NULL; \
NULL              254 ext/dba/dba_cdb.c 		return NULL; /* database was opened writeonly */
NULL              274 ext/dba/dba_cdb.c 		key = NULL;
NULL              295 ext/dba/dba_cdb.c 		return NULL; /* database was opened writeonly */
NULL              306 ext/dba/dba_cdb.c 		key = NULL;
NULL               76 ext/dba/dba_db1.c 	db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL);
NULL               78 ext/dba/dba_db1.c 	if (db == NULL) {
NULL              108 ext/dba/dba_db1.c 	return NULL;
NULL              153 ext/dba/dba_db1.c 	return NULL;
NULL              169 ext/dba/dba_db1.c 	return NULL;
NULL               79 ext/dba/dba_db2.c 	if (db_open(info->path, type, gmode, filemode, NULL, NULL, &dbp)) {
NULL              105 ext/dba/dba_db2.c 	if (dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) {
NULL              106 ext/dba/dba_db2.c 		return NULL;
NULL              122 ext/dba/dba_db2.c 	if (dba->dbp->put(dba->dbp, NULL, &gkey, &gval,
NULL              135 ext/dba/dba_db2.c 	if (dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) {
NULL              146 ext/dba/dba_db2.c 	return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS;
NULL              155 ext/dba/dba_db2.c 		dba->cursor = NULL;
NULL              159 ext/dba/dba_db2.c 	if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0)) {
NULL              161 ext/dba/dba_db2.c 	if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor)) {
NULL              163 ext/dba/dba_db2.c 		return NULL;
NULL              177 ext/dba/dba_db2.c 		return NULL;
NULL               45 ext/dba/dba_db3.c 	php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg);
NULL               61 ext/dba/dba_db3.c 	DB *dbp = NULL;
NULL               95 ext/dba/dba_db3.c 	if ((err=db_create(&dbp, NULL, 0)) == 0) {
NULL               99 ext/dba/dba_db3.c 			(err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) {
NULL              101 ext/dba/dba_db3.c 			(err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) {
NULL              107 ext/dba/dba_db3.c 			data->cursor = NULL;
NULL              134 ext/dba/dba_db3.c 	char *new = NULL;
NULL              139 ext/dba/dba_db3.c 	if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) {
NULL              156 ext/dba/dba_db3.c 	if (!dba->dbp->put(dba->dbp, NULL, &gkey, &gval,
NULL              170 ext/dba/dba_db3.c 	if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) {
NULL              181 ext/dba/dba_db3.c 	return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS;
NULL              192 ext/dba/dba_db3.c 	dba->cursor = NULL;
NULL              193 ext/dba/dba_db3.c 	if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0) != 0) {
NULL              194 ext/dba/dba_db3.c 		return NULL;
NULL              205 ext/dba/dba_db3.c 	char *nkey = NULL;
NULL               59 ext/dba/dba_db4.c 	php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg);
NULL               75 ext/dba/dba_db4.c 	DB *dbp = NULL;
NULL              124 ext/dba/dba_db4.c 	if ((err=db_create(&dbp, NULL, 0)) == 0) {
NULL              128 ext/dba/dba_db4.c 			(err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) {
NULL              130 ext/dba/dba_db4.c 			(err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) {
NULL              136 ext/dba/dba_db4.c 			data->cursor = NULL;
NULL              163 ext/dba/dba_db4.c 	char *new = NULL;
NULL              171 ext/dba/dba_db4.c 	if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) {
NULL              191 ext/dba/dba_db4.c 	if (!dba->dbp->put(dba->dbp, NULL, &gkey, &gval,
NULL              210 ext/dba/dba_db4.c 	if (!dba->dbp->get(dba->dbp, NULL, &gkey, &gval, 0)) {
NULL              224 ext/dba/dba_db4.c 	return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS;
NULL              235 ext/dba/dba_db4.c 	dba->cursor = NULL;
NULL              236 ext/dba/dba_db4.c 	if (dba->dbp->cursor(dba->dbp, NULL, &dba->cursor, 0) != 0) {
NULL              237 ext/dba/dba_db4.c 		return NULL;
NULL              248 ext/dba/dba_db4.c 	char *nkey = NULL;
NULL              100 ext/dba/dba_dbm.c 	char *new = NULL;
NULL              152 ext/dba/dba_dbm.c 	char *key = NULL;
NULL              160 ext/dba/dba_dbm.c 		dba->nextkey.dptr = NULL;
NULL              168 ext/dba/dba_dbm.c 	char *nkey = NULL;
NULL              170 ext/dba/dba_dbm.c 	if(!dba->nextkey.dptr) return NULL;
NULL              178 ext/dba/dba_dbm.c 		dba->nextkey.dptr = NULL;
NULL               65 ext/dba/dba_flatfile.c 	char *new = NULL;
NULL               96 ext/dba/dba_flatfile.c 			php_error_docref1(NULL, key, E_WARNING, "Operation not possible");
NULL               99 ext/dba/dba_flatfile.c 			php_error_docref2(NULL, key, val, E_WARNING, "Unknown return value");
NULL              139 ext/dba/dba_flatfile.c 	return NULL;
NULL              147 ext/dba/dba_flatfile.c 		return NULL;
NULL              160 ext/dba/dba_flatfile.c 	return NULL;
NULL               61 ext/dba/dba_gdbm.c 	dbf = gdbm_open(info->path, 0, gmode, filemode, NULL);
NULL               86 ext/dba/dba_gdbm.c 	char *new = NULL;
NULL              113 ext/dba/dba_gdbm.c 			php_error_docref2(NULL, key, val, E_WARNING, "%s", gdbm_strerror(gdbm_errno));
NULL              116 ext/dba/dba_gdbm.c 			php_error_docref2(NULL, key, val, E_WARNING, "Unknown return value");
NULL              141 ext/dba/dba_gdbm.c 	char *key = NULL;
NULL              153 ext/dba/dba_gdbm.c 		dba->nextkey.dptr = NULL;
NULL              161 ext/dba/dba_gdbm.c 	char *nkey = NULL;
NULL              164 ext/dba/dba_gdbm.c 	if(!dba->nextkey.dptr) return NULL;
NULL              173 ext/dba/dba_gdbm.c 		dba->nextkey.dptr = NULL;
NULL               45 ext/dba/dba_inifile.c 		php_error_docref(NULL, E_WARNING, "No key specified"); \
NULL               98 ext/dba/dba_inifile.c 		php_error_docref1(NULL, key, E_WARNING, "Operation not possible");
NULL              147 ext/dba/dba_inifile.c 		return NULL;
NULL              156 ext/dba/dba_inifile.c 		return NULL;
NULL              164 ext/dba/dba_inifile.c 		return NULL;
NULL               80 ext/dba/dba_ndbm.c 	char *new = NULL;
NULL              124 ext/dba/dba_ndbm.c 	char *key = NULL;
NULL              137 ext/dba/dba_ndbm.c 	char *nkey = NULL;
NULL               83 ext/dba/dba_qdbm.c 	char *value, *new = NULL;
NULL              105 ext/dba/dba_qdbm.c 		php_error_docref2(NULL, key, val, E_WARNING, "%s", dperrmsg(dpecode));
NULL              116 ext/dba/dba_qdbm.c 	value = dpget(dba->dbf, key, keylen, 0, -1, NULL);
NULL              136 ext/dba/dba_qdbm.c 	char *value, *new = NULL;
NULL              154 ext/dba/dba_qdbm.c 	char *value, *new = NULL;
NULL               92 ext/dba/dba_tcadb.c 	char *value, *new = NULL;
NULL              125 ext/dba/dba_tcadb.c 	php_error_docref2(NULL, key, val, E_WARNING, "Error updating data");
NULL              155 ext/dba/dba_tcadb.c 	char *value, *new = NULL;
NULL              175 ext/dba/dba_tcadb.c 	char *value, *new = NULL;
NULL              194 ext/dba/dba_tcadb.c 	return tcadboptimize(dba->tcadb, NULL) ? SUCCESS : FAILURE;
NULL               68 ext/dba/libcdb/cdb_make.c 		php_error_docref(NULL, E_NOTICE, "Fseek failed");
NULL               87 ext/dba/libflatfile/flatfile.c 	datum value_datum = {NULL, 0};
NULL               96 ext/dba/libflatfile/flatfile.c 			value_datum.dptr = NULL;
NULL              236 ext/dba/libflatfile/flatfile.c 	res.dptr = NULL;
NULL              280 ext/dba/libflatfile/flatfile.c 	res.dptr = NULL;
NULL               88 ext/dba/libinifile/inifile.c 			php_error_docref(NULL, E_WARNING, "Can't truncate this stream");
NULL               89 ext/dba/libinifile/inifile.c 			return NULL;
NULL              118 ext/dba/libinifile/inifile.c 	if (group_name[0] == '[' && (name = strchr(group_name, ']')) != NULL) {
NULL              139 ext/dba/libinifile/inifile.c 		return NULL;
NULL              151 ext/dba/libinifile/inifile.c 		return NULL;
NULL              172 ext/dba/libinifile/inifile.c 	while ((fline = php_stream_gets(dba->fp, NULL, 0)) != NULL) {
NULL              246 ext/dba/libinifile/inifile.c 	line_type ln = {{NULL,NULL},{NULL}};
NULL              298 ext/dba/libinifile/inifile.c 	line_type ln = {{NULL,NULL},{NULL}};
NULL              317 ext/dba/libinifile/inifile.c 		php_error_docref(NULL, E_WARNING, "Error in ftruncate: %d", res);
NULL              339 ext/dba/libinifile/inifile.c 		line_type ln = {{NULL,NULL},{NULL}};
NULL              368 ext/dba/libinifile/inifile.c 	line_type ln = {{NULL,NULL},{NULL}};
NULL              391 ext/dba/libinifile/inifile.c 		*ini_copy = NULL;
NULL              394 ext/dba/libinifile/inifile.c 	if ((fp = php_stream_temp_create(0, 64 * 1024)) == NULL) {
NULL              395 ext/dba/libinifile/inifile.c 		php_error_docref(NULL, E_WARNING, "Could not create temporary stream");
NULL              396 ext/dba/libinifile/inifile.c 		*ini_copy = NULL;
NULL              400 ext/dba/libinifile/inifile.c 	if ((*ini_copy = inifile_alloc(fp, 1, 0)) == NULL) {
NULL              405 ext/dba/libinifile/inifile.c 	if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp, pos_end - pos_start, NULL)) {
NULL              406 ext/dba/libinifile/inifile.c 		php_error_docref(NULL, E_WARNING, "Could not copy group [%zu - %zu] to temporary stream", pos_start, pos_end);
NULL              420 ext/dba/libinifile/inifile.c 	line_type ln = {{NULL,NULL},{NULL}};
NULL              433 ext/dba/libinifile/inifile.c 				if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) {
NULL              434 ext/dba/libinifile/inifile.c 					php_error_docref(NULL, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start);
NULL              452 ext/dba/libinifile/inifile.c 		if (SUCCESS != php_stream_copy_to_stream_ex(from->fp, dba->fp, pos_next - pos_start, NULL)) {
NULL              453 ext/dba/libinifile/inifile.c 			php_error_docref(NULL, E_WARNING, "Could not copy [%zu - %zu] from temporary stream", pos_next, pos_start);
NULL              467 ext/dba/libinifile/inifile.c 	inifile *ini_tmp = NULL;
NULL              468 ext/dba/libinifile/inifile.c 	php_stream *fp_tmp = NULL;
NULL              497 ext/dba/libinifile/inifile.c 			php_error_docref(NULL, E_WARNING, "Could not create temporary stream");
NULL              503 ext/dba/libinifile/inifile.c 				if (SUCCESS != php_stream_copy_to_stream_ex(dba->fp, fp_tmp, PHP_STREAM_COPY_ALL, NULL)) {
NULL              504 ext/dba/libinifile/inifile.c 					php_error_docref(NULL, E_WARNING, "Could not copy remainder to temporary stream");
NULL              544 ext/dba/libinifile/inifile.c 			if (SUCCESS != php_stream_copy_to_stream_ex(fp_tmp, dba->fp, PHP_STREAM_COPY_ALL, NULL)) {
NULL              545 ext/dba/libinifile/inifile.c 				php_error_docref(NULL, E_RECOVERABLE_ERROR, "Could not copy from temporary stream - ini file truncated");
NULL              569 ext/dba/libinifile/inifile.c 	return inifile_delete_replace_append(dba, key, NULL, 0, NULL);
NULL              577 ext/dba/libinifile/inifile.c 	return inifile_delete_replace_append(dba, key, NULL, 0, found);
NULL              585 ext/dba/libinifile/inifile.c 	return inifile_delete_replace_append(dba, key, value, 0, NULL);
NULL              601 ext/dba/libinifile/inifile.c 	return inifile_delete_replace_append(dba, key, value, 1, NULL);
NULL              149 ext/dba/php_dba.h #define dba_module_ptr NULL
NULL               59 ext/dom/attr.c 	xmlAttrPtr nodep = NULL;
NULL               60 ext/dom/attr.c 	xmlNodePtr oldnode = NULL;
NULL               62 ext/dom/attr.c 	char *name, *value = NULL;
NULL               77 ext/dom/attr.c 	nodep = xmlNewProp(NULL, (xmlChar *) name, (xmlChar *) value);
NULL               85 ext/dom/attr.c 	if (oldnode != NULL) {
NULL              104 ext/dom/attr.c 	if (attrp == NULL) {
NULL              140 ext/dom/attr.c 	if (attrp == NULL) {
NULL              145 ext/dom/attr.c 	if ((content = xmlNodeGetContent((xmlNodePtr) attrp)) != NULL) {
NULL              161 ext/dom/attr.c 	if (attrp == NULL) {
NULL              191 ext/dom/attr.c 	if (nodep == NULL) {
NULL              216 ext/dom/attr.c 	php_error_docref(NULL, E_WARNING, "Not yet implemented");
NULL               54 ext/dom/cdatasection.c 	xmlNodePtr nodep = NULL, oldnode = NULL;
NULL               56 ext/dom/cdatasection.c 	char *value = NULL;
NULL               63 ext/dom/cdatasection.c 	nodep = xmlNewCDataBlock(NULL, (xmlChar *) value, value_len);
NULL               72 ext/dom/cdatasection.c 	if (oldnode != NULL) {
NULL               84 ext/dom/characterdata.c 	if (nodep == NULL) {
NULL               89 ext/dom/characterdata.c 	if ((content = xmlNodeGetContent(nodep)) != NULL) {
NULL              104 ext/dom/characterdata.c 	if (nodep == NULL) {
NULL              130 ext/dom/characterdata.c 	if (nodep == NULL) {
NULL              170 ext/dom/characterdata.c 	if (cur == NULL) {
NULL              218 ext/dom/characterdata.c         ((nodep->doc != NULL) && (nodep->doc->dict != NULL) &&
NULL              224 ext/dom/characterdata.c     nodep->properties = NULL;
NULL              254 ext/dom/characterdata.c 	if (cur == NULL) {
NULL              301 ext/dom/characterdata.c 	if (cur == NULL) {
NULL              316 ext/dom/characterdata.c 		substring = NULL;
NULL              343 ext/dom/characterdata.c 	xmlChar		*cur, *substring, *second = NULL;
NULL              358 ext/dom/characterdata.c 	if (cur == NULL) {
NULL              373 ext/dom/characterdata.c 		substring = NULL;
NULL               46 ext/dom/comment.c 	{NULL, NULL, NULL}
NULL               54 ext/dom/comment.c 	xmlNodePtr nodep = NULL, oldnode = NULL;
NULL               56 ext/dom/comment.c 	char *value = NULL;
NULL               71 ext/dom/comment.c 	if (intern != NULL) {
NULL               73 ext/dom/comment.c 		if (oldnode != NULL) {
NULL              249 ext/dom/document.c 	if (docp == NULL) {
NULL              289 ext/dom/document.c 	if (docp == NULL) {
NULL              315 ext/dom/document.c 	if (docp == NULL) {
NULL              322 ext/dom/document.c 	if (encoding != NULL) {
NULL              337 ext/dom/document.c 	if (docp == NULL) {
NULL              346 ext/dom/document.c     if (handler != NULL) {
NULL              348 ext/dom/document.c 		if (docp->encoding != NULL) {
NULL              353 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Invalid Document Encoding");
NULL              373 ext/dom/document.c 	if (docp == NULL) {
NULL              387 ext/dom/document.c 	if (docp == NULL) {
NULL              410 ext/dom/document.c 	if (docp == NULL) {
NULL              417 ext/dom/document.c 	if (version != NULL) {
NULL              431 ext/dom/document.c 	if (docp == NULL) {
NULL              436 ext/dom/document.c 	if (docp->version != NULL) {
NULL              639 ext/dom/document.c 	if (docp == NULL) {
NULL              645 ext/dom/document.c 	if (url != NULL) {
NULL              659 ext/dom/document.c 	if (docp == NULL) {
NULL              664 ext/dom/document.c 	if (docp->URL != NULL) {
NULL              703 ext/dom/document.c 	char *name, *value = NULL;
NULL              716 ext/dom/document.c 	node = xmlNewDocNode(docp, NULL, (xmlChar *) name, (xmlChar *) value);
NULL              851 ext/dom/document.c 	char *name, *value = NULL;
NULL              900 ext/dom/document.c 	node = xmlNewDocProp(docp, (xmlChar *) name, NULL);
NULL              918 ext/dom/document.c 	xmlDocPtr docp = NULL;
NULL              966 ext/dom/document.c 	dom_namednode_iter(intern, 0, namednode, NULL, local, NULL);
NULL              993 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Cannot import: Node Type Not Supported");
NULL             1008 ext/dom/document.c 		if ((retnodep->type == XML_ATTRIBUTE_NODE) && (nodep->ns != NULL)) {
NULL             1009 ext/dom/document.c 			xmlNsPtr nsptr = NULL;
NULL             1013 ext/dom/document.c 			if (nsptr == NULL) {
NULL             1033 ext/dom/document.c 	xmlNodePtr nodep = NULL;
NULL             1034 ext/dom/document.c 	xmlNsPtr nsptr = NULL;
NULL             1037 ext/dom/document.c 	char *uri, *name, *value = NULL;
NULL             1038 ext/dom/document.c 	char *localname = NULL, *prefix = NULL;
NULL             1052 ext/dom/document.c 			nodep = xmlNewDocNode(docp, NULL, (xmlChar *) localname, (xmlChar *) value);
NULL             1053 ext/dom/document.c 			if (nodep != NULL && uri != NULL) {
NULL             1055 ext/dom/document.c 				if (nsptr == NULL) {
NULL             1066 ext/dom/document.c 	if (prefix != NULL) {
NULL             1071 ext/dom/document.c 		if (nodep != NULL) {
NULL             1078 ext/dom/document.c 	if (nodep == NULL) {
NULL             1097 ext/dom/document.c 	xmlNodePtr nodep = NULL, root;
NULL             1102 ext/dom/document.c 	char *localname = NULL, *prefix = NULL;
NULL             1113 ext/dom/document.c 	if (root != NULL) {
NULL             1117 ext/dom/document.c 				nodep = (xmlNodePtr) xmlNewDocProp(docp, (xmlChar *) localname, NULL);
NULL             1118 ext/dom/document.c 				if (nodep != NULL && uri_len > 0) {
NULL             1120 ext/dom/document.c 					if (nsptr == NULL) {
NULL             1130 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Document Missing Root Element");
NULL             1135 ext/dom/document.c 	if (prefix != NULL) {
NULL             1140 ext/dom/document.c 		if (nodep != NULL) {
NULL             1147 ext/dom/document.c 	if (nodep == NULL) {
NULL             1178 ext/dom/document.c 	dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri);
NULL             1258 ext/dom/document.c 	xmlDoc *docp = NULL, *olddoc;
NULL             1260 ext/dom/document.c 	char *encoding, *version = NULL;
NULL             1280 ext/dom/document.c 	if (intern != NULL) {
NULL             1282 ext/dom/document.c 		if (olddoc != NULL) {
NULL             1286 ext/dom/document.c 				olddoc->_private = NULL;
NULL             1289 ext/dom/document.c 		intern->document = NULL;
NULL             1310 ext/dom/document.c 	if (uri->scheme != NULL) {
NULL             1337 ext/dom/document.c 	if ((uri->scheme == NULL || isFileUri)) {
NULL             1341 ext/dom/document.c 			return NULL;
NULL             1355 ext/dom/document.c     xmlParserCtxtPtr ctxt = NULL;
NULL             1358 ext/dom/document.c 	php_libxml_ref_obj *document = NULL;
NULL             1362 ext/dom/document.c 	char *directory=NULL, resolved_path[MAXPATHLEN];
NULL             1364 ext/dom/document.c 	if (id != NULL) {
NULL             1376 ext/dom/document.c 	if (document == NULL) {
NULL             1385 ext/dom/document.c 			return NULL;
NULL             1396 ext/dom/document.c 	if (ctxt == NULL) {
NULL             1397 ext/dom/document.c 		return(NULL);
NULL             1408 ext/dom/document.c 			if(ctxt->directory != NULL) {
NULL             1423 ext/dom/document.c 	if (ctxt->sax != NULL) {
NULL             1457 ext/dom/document.c 		if (ret && ret->URL == NULL && ctxt->directory != NULL) {
NULL             1461 ext/dom/document.c 		ret = NULL;
NULL             1463 ext/dom/document.c 		ctxt->myDoc = NULL;
NULL             1475 ext/dom/document.c 	xmlDoc *docp = NULL, *newdoc;
NULL             1484 ext/dom/document.c 	if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), dom_document_class_entry)) {
NULL             1485 ext/dom/document.c 		id = NULL;
NULL             1493 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Empty string supplied as input");
NULL             1497 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Input string is too long");
NULL             1501 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Invalid options");
NULL             1510 ext/dom/document.c 	if (id != NULL) {
NULL             1512 ext/dom/document.c 		if (intern != NULL) {
NULL             1514 ext/dom/document.c 			doc_prop = NULL;
NULL             1515 ext/dom/document.c 			if (docp != NULL) {
NULL             1518 ext/dom/document.c 				intern->document->doc_props = NULL;
NULL             1521 ext/dom/document.c 					docp->_private = NULL;
NULL             1524 ext/dom/document.c 			intern->document = NULL;
NULL             1535 ext/dom/document.c 		DOM_RET_OBJ((xmlNodePtr) newdoc, &ret, NULL);
NULL             1579 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Invalid Filename");
NULL             1593 ext/dom/document.c 	bytes = xmlSaveFormatFileEnc(file, docp, NULL, format);
NULL             1610 ext/dom/document.c 	zval *id, *nodep = NULL;
NULL             1629 ext/dom/document.c 	if (nodep != NULL) {
NULL             1638 ext/dom/document.c 			php_error_docref(NULL, E_WARNING, "Could not fetch buffer");
NULL             1732 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Invalid flags");
NULL             1779 ext/dom/document.c 	cvp->userData = NULL;
NULL             1800 ext/dom/document.c 	char *source = NULL, *valid_file = NULL;
NULL             1815 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Invalid Schema source");
NULL             1824 ext/dom/document.c 			php_error_docref(NULL, E_WARNING, "Invalid Schema file source");
NULL             1829 ext/dom/document.c 			php_error_docref(NULL, E_WARNING, "Invalid Schema file source");
NULL             1850 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Invalid Schema");
NULL             1902 ext/dom/document.c 	char *source = NULL, *valid_file = NULL;
NULL             1915 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Invalid Schema source");
NULL             1924 ext/dom/document.c 			php_error_docref(NULL, E_WARNING, "Invalid RelaxNG file source");
NULL             1929 ext/dom/document.c 			php_error_docref(NULL, E_WARNING, "Invalid RelaxNG file source");
NULL             1950 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Invalid RelaxNG");
NULL             1997 ext/dom/document.c 	xmlDoc *docp = NULL, *newdoc;
NULL             2013 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Empty string supplied as input");
NULL             2018 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Invalid options");
NULL             2024 ext/dom/document.c 			php_error_docref(NULL, E_WARNING, "Invalid file source");
NULL             2027 ext/dom/document.c 		ctxt = htmlCreateFileParserCtxt(source, NULL);
NULL             2031 ext/dom/document.c 			php_error_docref(NULL, E_WARNING, "Input string is too long");
NULL             2047 ext/dom/document.c 	if (ctxt->sax != NULL) {
NULL             2058 ext/dom/document.c 	if (id != NULL && instanceof_function(Z_OBJCE_P(id), dom_document_class_entry)) {
NULL             2060 ext/dom/document.c 		if (intern != NULL) {
NULL             2062 ext/dom/document.c 			doc_prop = NULL;
NULL             2063 ext/dom/document.c 			if (docp != NULL) {
NULL             2066 ext/dom/document.c 				intern->document->doc_props = NULL;
NULL             2069 ext/dom/document.c 					docp->_private = NULL;
NULL             2072 ext/dom/document.c 			intern->document = NULL;
NULL             2083 ext/dom/document.c 		DOM_RET_OBJ((xmlNodePtr) newdoc, &ret, NULL);
NULL             2125 ext/dom/document.c 		php_error_docref(NULL, E_WARNING, "Invalid Filename");
NULL             2150 ext/dom/document.c 	zval *id, *nodep = NULL;
NULL             2155 ext/dom/document.c 	xmlChar *mem = NULL;
NULL             2170 ext/dom/document.c 	if (nodep != NULL) {
NULL             2180 ext/dom/document.c 			php_error_docref(NULL, E_WARNING, "Could not fetch buffer");
NULL             2208 ext/dom/document.c 			php_error_docref(NULL, E_WARNING, "Error dumping HTML node");
NULL             2238 ext/dom/document.c 	zend_class_entry *basece = dom_node_class_entry, *ce = NULL;
NULL             2245 ext/dom/document.c 	if (ce == NULL || instanceof_function(ce, basece)) {
NULL             2249 ext/dom/document.c 			php_error_docref(NULL, E_ERROR, "Class %s could not be registered.", ZSTR_VAL(ce->name));
NULL             2253 ext/dom/document.c 		php_error_docref(NULL, E_ERROR, "Class %s is not derived from %s.", ZSTR_VAL(ce->name), ZSTR_VAL(basece->name));
NULL               57 ext/dom/documentfragment.c 	xmlNodePtr nodep = NULL, oldnode = NULL;
NULL               64 ext/dom/documentfragment.c 	nodep = xmlNewDocFragment(NULL);
NULL               73 ext/dom/documentfragment.c 	if (oldnode != NULL) {
NULL               91 ext/dom/documentfragment.c 			while (prop != NULL) {
NULL               95 ext/dom/documentfragment.c 					while (cur != NULL) {
NULL              103 ext/dom/documentfragment.c 		if (tree->children != NULL) {
NULL              105 ext/dom/documentfragment.c 			while (cur != NULL) {
NULL              120 ext/dom/documentfragment.c 	char *data = NULL;
NULL              137 ext/dom/documentfragment.c 		err = xmlParseBalancedChunkMemory(nodep->doc, NULL, NULL, 0, (xmlChar *) data, &lst);
NULL               50 ext/dom/documenttype.c 	if (dtdptr == NULL) {
NULL               73 ext/dom/documenttype.c 	if (doctypep == NULL) {
NULL               83 ext/dom/documenttype.c 	dom_namednode_iter(obj, XML_ENTITY_NODE, intern, entityht, NULL, NULL);
NULL              101 ext/dom/documenttype.c 	if (doctypep == NULL) {
NULL              111 ext/dom/documenttype.c 	dom_namednode_iter(obj, XML_NOTATION_NODE, intern, notationht, NULL, NULL);
NULL              127 ext/dom/documenttype.c 	if (dtdptr == NULL) {
NULL              152 ext/dom/documenttype.c 	if (dtdptr == NULL) {
NULL              177 ext/dom/documenttype.c 	if (dtdptr == NULL) {
NULL              182 ext/dom/documenttype.c 	if (dtdptr->doc != NULL && ((intsubset = xmlGetIntSubset(dtdptr->doc)) != NULL)) {
NULL              186 ext/dom/documenttype.c 		while (cur != NULL) {
NULL              187 ext/dom/documenttype.c 			xmlOutputBuffer *buff = xmlAllocOutputBuffer(NULL);
NULL              189 ext/dom/documenttype.c 			if (buff != NULL) {
NULL              190 ext/dom/documenttype.c 				xmlNodeDumpOutput (buff, NULL, cur, 0, 0, NULL);
NULL               52 ext/dom/dom_iterators.c 		if(priv->node == NULL) {
NULL               70 ext/dom/dom_iterators.c 	ret->content = NULL;
NULL               71 ext/dom/dom_iterators.c 	ret->URI = NULL;
NULL               72 ext/dom/dom_iterators.c 	ret->orig = NULL;
NULL               73 ext/dom/dom_iterators.c 	ret->children = NULL;
NULL               74 ext/dom/dom_iterators.c 	ret->parent = NULL;
NULL               75 ext/dom/dom_iterators.c 	ret->doc = NULL;
NULL               76 ext/dom/dom_iterators.c 	ret->_private = NULL;
NULL               77 ext/dom/dom_iterators.c 	ret->last = NULL;
NULL               78 ext/dom/dom_iterators.c 	ret->prev = NULL;
NULL               85 ext/dom/dom_iterators.c 	xmlNode *nodep = NULL;
NULL               93 ext/dom/dom_iterators.c 		iter->node = NULL;
NULL               99 ext/dom/dom_iterators.c 		return NULL;
NULL              107 ext/dom/dom_iterators.c 	xmlNotation *notep = NULL;
NULL              114 ext/dom/dom_iterators.c 		iter->notation = NULL;
NULL              120 ext/dom/dom_iterators.c 		return NULL;
NULL              165 ext/dom/dom_iterators.c 		if (intern != NULL && intern->ptr != NULL) {
NULL              178 ext/dom/dom_iterators.c 	xmlNodePtr curnode = NULL, basenode;
NULL              195 ext/dom/dom_iterators.c 	if (intern != NULL && intern->ptr != NULL) {
NULL              252 ext/dom/dom_iterators.c 	NULL
NULL              259 ext/dom/dom_iterators.c 	xmlNodePtr nodep, curnode=NULL;
NULL              278 ext/dom/dom_iterators.c 	if (objmap != NULL) {
NULL               97 ext/dom/domimplementation.c 	char *name = NULL, *publicid = NULL, *systemid = NULL;
NULL               98 ext/dom/domimplementation.c 	xmlChar *pch1 = NULL, *pch2 = NULL, *localname = NULL;
NULL              106 ext/dom/domimplementation.c 		php_error_docref(NULL, E_WARNING, "qualifiedName is required");
NULL              118 ext/dom/domimplementation.c 	if (uri != NULL && uri->opaque != NULL) {
NULL              120 ext/dom/domimplementation.c 		if (xmlStrchr(localname, (xmlChar) ':') != NULL) {
NULL              138 ext/dom/domimplementation.c 	doctype = xmlCreateIntSubset(NULL, localname, pch1, pch2);
NULL              141 ext/dom/domimplementation.c 	if (doctype == NULL) {
NULL              142 ext/dom/domimplementation.c 		php_error_docref(NULL, E_WARNING, "Unable to create DocumentType");
NULL              146 ext/dom/domimplementation.c 	DOM_RET_OBJ((xmlNodePtr) doctype, &ret, NULL);
NULL              156 ext/dom/domimplementation.c 	zval *node = NULL;
NULL              159 ext/dom/domimplementation.c 	xmlDtdPtr doctype = NULL;
NULL              160 ext/dom/domimplementation.c 	xmlNsPtr nsptr = NULL;
NULL              163 ext/dom/domimplementation.c 	char *uri = NULL, *name = NULL;
NULL              164 ext/dom/domimplementation.c 	char *prefix = NULL, *localname = NULL;
NULL              171 ext/dom/domimplementation.c 	if (node != NULL) {
NULL              174 ext/dom/domimplementation.c 			php_error_docref(NULL, E_WARNING, "Invalid DocumentType object");
NULL              177 ext/dom/domimplementation.c 		if (doctype->doc != NULL) {
NULL              182 ext/dom/domimplementation.c 		doctobj = NULL;
NULL              188 ext/dom/domimplementation.c 			&& ((nsptr = xmlNewNs(NULL, (xmlChar *) uri, (xmlChar *) prefix)) == NULL)
NULL              194 ext/dom/domimplementation.c 	if (prefix != NULL) {
NULL              199 ext/dom/domimplementation.c 		if (localname != NULL) {
NULL              207 ext/dom/domimplementation.c 	docp = xmlNewDoc(NULL);
NULL              209 ext/dom/domimplementation.c 		if (localname != NULL) {
NULL              215 ext/dom/domimplementation.c 	if (doctype != NULL) {
NULL              223 ext/dom/domimplementation.c 	if (localname != NULL) {
NULL              224 ext/dom/domimplementation.c 		nodep = xmlNewDocNode(docp, nsptr, (xmlChar *) localname, NULL);
NULL              226 ext/dom/domimplementation.c 			if (doctype != NULL) {
NULL              227 ext/dom/domimplementation.c 				docp->intSubset = NULL;
NULL              228 ext/dom/domimplementation.c 				doctype->parent = NULL;
NULL              229 ext/dom/domimplementation.c 				doctype->doc = NULL;
NULL              230 ext/dom/domimplementation.c 				docp->children = NULL;
NULL              231 ext/dom/domimplementation.c 				docp->last = NULL;
NULL              236 ext/dom/domimplementation.c 			php_error_docref(NULL, E_WARNING, "Unexpected Error");
NULL              246 ext/dom/domimplementation.c 	DOM_RET_OBJ((xmlNodePtr) docp, &ret, NULL);
NULL              248 ext/dom/domimplementation.c 	if (doctobj != NULL) {
NULL               45 ext/dom/domimplementationlist.c 	{NULL, NULL, NULL}
NULL              158 ext/dom/element.c 	xmlNodePtr nodep = NULL, oldnode = NULL;
NULL              160 ext/dom/element.c 	char *name, *value = NULL, *uri = NULL;
NULL              161 ext/dom/element.c 	char *localname = NULL, *prefix = NULL;
NULL              165 ext/dom/element.c 	xmlNsPtr nsptr = NULL;
NULL              181 ext/dom/element.c 			nodep = xmlNewNode (NULL, (xmlChar *)localname);
NULL              182 ext/dom/element.c 			if (nodep != NULL && uri != NULL) {
NULL              188 ext/dom/element.c 		if (prefix != NULL) {
NULL              192 ext/dom/element.c 			if (nodep != NULL) {
NULL              201 ext/dom/element.c 	    if (prefix != NULL) {
NULL              207 ext/dom/element.c 		nodep = xmlNewNode(NULL, (xmlChar *) name);
NULL              221 ext/dom/element.c 	if (oldnode != NULL) {
NULL              241 ext/dom/element.c 	if (nodep == NULL) {
NULL              247 ext/dom/element.c 	if (ns != NULL && ns->prefix) {
NULL              281 ext/dom/element.c 	if (nqname != NULL) {
NULL              296 ext/dom/element.c 		if (prefix != NULL) {
NULL              299 ext/dom/element.c 		if (ns != NULL) {
NULL              306 ext/dom/element.c 				if (nsPtr->prefix == NULL) {
NULL              311 ext/dom/element.c 			return NULL;
NULL              314 ext/dom/element.c 	return (xmlNodePtr)xmlHasNsProp(elem, name, NULL);
NULL              327 ext/dom/element.c 	xmlChar *value = NULL;
NULL              352 ext/dom/element.c 	if (value == NULL) {
NULL              369 ext/dom/element.c 	xmlNodePtr attr = NULL;
NULL              380 ext/dom/element.c 		php_error_docref(NULL, E_WARNING, "Attribute Name is required");
NULL              398 ext/dom/element.c 	if (attr != NULL) {
NULL              412 ext/dom/element.c 		if (xmlNewNs(nodep, (xmlChar *)value, NULL)) {
NULL              419 ext/dom/element.c 		php_error_docref(NULL, E_WARNING, "No such attribute '%s'", name);
NULL              452 ext/dom/element.c 	if (attrp == NULL) {
NULL              458 ext/dom/element.c 			if (php_dom_object_get_data(attrp) == NULL) {
NULL              496 ext/dom/element.c 	if (attrp == NULL) {
NULL              505 ext/dom/element.c 		curns = xmlNewNs(NULL, attrp->name, NULL);
NULL              510 ext/dom/element.c 			attrp = xmlNewDocNode(nodep->doc, NULL, (xmlChar *) attrp->children, attrp->name);
NULL              512 ext/dom/element.c 			attrp = xmlNewDocNode(nodep->doc, NULL, (xmlChar *)"xmlns", attrp->name);
NULL              531 ext/dom/element.c 	xmlAttr *attrp, *existattrp = NULL;
NULL              549 ext/dom/element.c 		php_error_docref(NULL, E_WARNING, "Attribute node is required");
NULL              553 ext/dom/element.c 	if (!(attrp->doc == NULL || attrp->doc == nodep->doc)) {
NULL              559 ext/dom/element.c 	if (existattrp != NULL && existattrp->type != XML_ATTRIBUTE_DECL) {
NULL              560 ext/dom/element.c 		if ((oldobj = php_dom_object_get_data((xmlNodePtr) existattrp)) != NULL &&
NULL              568 ext/dom/element.c 	if (attrp->parent != NULL) {
NULL              572 ext/dom/element.c 	if (attrp->doc == NULL && nodep->doc != NULL) {
NULL              574 ext/dom/element.c 		php_libxml_increment_doc_ref((php_libxml_node_object *)attrobj, NULL);
NULL              580 ext/dom/element.c 	if (existattrp != NULL) {
NULL              648 ext/dom/element.c 	dom_namednode_iter(intern, 0, namednode, NULL, local, NULL);
NULL              674 ext/dom/element.c 	if (strattr != NULL) {
NULL              680 ext/dom/element.c 			if (nsptr != NULL) {
NULL              699 ext/dom/element.c 	if ((tree == NULL) || (ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) {
NULL              700 ext/dom/element.c 		return NULL;
NULL              708 ext/dom/element.c 	if (ns->prefix == NULL)
NULL              714 ext/dom/element.c 	while (def != NULL) {
NULL              715 ext/dom/element.c 		if (counter > 1000) return(NULL);
NULL              716 ext/dom/element.c 		if (ns->prefix == NULL)
NULL              739 ext/dom/element.c 	xmlNodePtr elemp, nodep = NULL;
NULL              744 ext/dom/element.c 	char *localname = NULL, *prefix = NULL;
NULL              753 ext/dom/element.c 		php_error_docref(NULL, E_WARNING, "Attribute Name is required");
NULL              771 ext/dom/element.c 			if (nodep != NULL && nodep->type != XML_ATTRIBUTE_DECL) {
NULL              776 ext/dom/element.c 				(prefix == NULL && xmlStrEqual((xmlChar *) localname, (xmlChar *)"xmlns"))) &&
NULL              779 ext/dom/element.c 				if (prefix == NULL) {
NULL              780 ext/dom/element.c 					nsptr = dom_get_nsdecl(elemp, NULL);
NULL              786 ext/dom/element.c 				if (nsptr && nsptr->prefix == NULL) {
NULL              791 ext/dom/element.c 						if ((tmpnsptr->prefix != NULL) && (tmpnsptr->href != NULL) &&
NULL              798 ext/dom/element.c 					if (tmpnsptr == NULL) {
NULL              804 ext/dom/element.c 			if (nsptr == NULL) {
NULL              805 ext/dom/element.c 				if (prefix == NULL) {
NULL              807 ext/dom/element.c 						xmlNewNs(elemp, (xmlChar *)value, NULL);
NULL              839 ext/dom/element.c 				if (attr != NULL && attr->type != XML_ATTRIBUTE_DECL) {
NULL              848 ext/dom/element.c 	if (prefix != NULL) {
NULL              888 ext/dom/element.c 	if (nsptr != NULL) {
NULL              890 ext/dom/element.c 			if (nsptr->href != NULL) {
NULL              892 ext/dom/element.c 				nsptr->href = NULL;
NULL              894 ext/dom/element.c 			if (nsptr->prefix != NULL) {
NULL              896 ext/dom/element.c 				nsptr->prefix = NULL;
NULL              904 ext/dom/element.c 		if (php_dom_object_get_data((xmlNodePtr) attrp) == NULL) {
NULL              939 ext/dom/element.c 	if (attrp == NULL) {
NULL              957 ext/dom/element.c 	xmlAttr *attrp, *existattrp = NULL;
NULL              975 ext/dom/element.c 		php_error_docref(NULL, E_WARNING, "Attribute node is required");
NULL              979 ext/dom/element.c 	if (!(attrp->doc == NULL || attrp->doc == nodep->doc)) {
NULL              985 ext/dom/element.c     if (nsp != NULL) {
NULL              991 ext/dom/element.c 	if (existattrp != NULL && existattrp->type != XML_ATTRIBUTE_DECL) {
NULL              992 ext/dom/element.c 		if ((oldobj = php_dom_object_get_data((xmlNodePtr) existattrp)) != NULL &&
NULL             1000 ext/dom/element.c 	if (attrp->parent != NULL) {
NULL             1004 ext/dom/element.c 	if (attrp->doc == NULL && nodep->doc != NULL) {
NULL             1006 ext/dom/element.c 		php_libxml_increment_doc_ref((php_libxml_node_object *)attrobj, NULL);
NULL             1012 ext/dom/element.c 	if (existattrp != NULL) {
NULL             1044 ext/dom/element.c 	dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri);
NULL             1069 ext/dom/element.c 	if (attr == NULL) {
NULL             1099 ext/dom/element.c 	if (value != NULL) {
NULL             1105 ext/dom/element.c 			if (nsp != NULL) {
NULL             1121 ext/dom/element.c 		if (id_val != NULL) {
NULL             1122 ext/dom/element.c 			xmlAddID(NULL, attrp->doc, id_val, attrp);
NULL             1159 ext/dom/element.c 	attrp = xmlHasNsProp(nodep, (xmlChar *)name, NULL);
NULL             1160 ext/dom/element.c 	if (attrp == NULL || attrp->type == XML_ATTRIBUTE_DECL) {
NULL             1196 ext/dom/element.c 	if (attrp == NULL || attrp->type == XML_ATTRIBUTE_DECL) {
NULL               51 ext/dom/entity.c 	if (nodep == NULL) {
NULL               76 ext/dom/entity.c 	if (nodep == NULL) {
NULL              102 ext/dom/entity.c 	if (nodep == NULL) {
NULL               53 ext/dom/entityreference.c 	xmlNodePtr oldnode = NULL;
NULL               68 ext/dom/entityreference.c 	node = xmlNewReference(NULL, (xmlChar *) name);
NULL               76 ext/dom/entityreference.c 	if (intern != NULL) {
NULL               78 ext/dom/entityreference.c 		if (oldnode != NULL) {
NULL               95 ext/dom/namednodemap.c 	if (objmap != NULL) {
NULL              107 ext/dom/namednodemap.c 					while (curnode->next != NULL) {
NULL              132 ext/dom/namednodemap.c 	xmlNodePtr itemnode = NULL;
NULL              137 ext/dom/namednodemap.c 	xmlNotation *notep = NULL;
NULL              147 ext/dom/namednodemap.c 	if (objmap != NULL) {
NULL              207 ext/dom/namednodemap.c 	xmlNodePtr itemnode = NULL;
NULL              218 ext/dom/namednodemap.c 			php_error_docref(NULL, E_WARNING, "Invalid index");
NULL              226 ext/dom/namednodemap.c 		if (objmap != NULL) {
NULL              241 ext/dom/namednodemap.c 					while (count < index && curnode != NULL) {
NULL              270 ext/dom/namednodemap.c 	xmlNodePtr itemnode = NULL;
NULL              275 ext/dom/namednodemap.c 	xmlNotation *notep = NULL;
NULL              285 ext/dom/namednodemap.c 	if (objmap != NULL) {
NULL              164 ext/dom/node.c 	xmlNsPtr nsptr, nsdftptr, curns, prevns = NULL;
NULL              168 ext/dom/node.c 		if (nodep->nsDef != NULL) {
NULL              172 ext/dom/node.c 				if (curns->href != NULL) {
NULL              174 ext/dom/node.c 						(curns->prefix == NULL || xmlStrEqual(nsptr->prefix, curns->prefix))) {
NULL              175 ext/dom/node.c 						curns->next = NULL;
NULL              176 ext/dom/node.c 						if (prevns == NULL) {
NULL              203 ext/dom/node.c 	char *str = NULL;
NULL              204 ext/dom/node.c 	xmlChar *qname = NULL;
NULL              208 ext/dom/node.c 	if (nodep == NULL) {
NULL              217 ext/dom/node.c 			if (ns != NULL && ns->prefix) {
NULL              228 ext/dom/node.c 			if (ns != NULL && ns->prefix) {
NULL              262 ext/dom/node.c 			php_error_docref(NULL, E_WARNING, "Invalid Node Type");
NULL              265 ext/dom/node.c 	if (str != NULL) {
NULL              271 ext/dom/node.c 	if (qname != NULL) {
NULL              289 ext/dom/node.c 	char *str = NULL;
NULL              291 ext/dom/node.c 	if (nodep == NULL) {
NULL              310 ext/dom/node.c 			str = NULL;
NULL              314 ext/dom/node.c 	if(str != NULL) {
NULL              329 ext/dom/node.c 	if (nodep == NULL) {
NULL              371 ext/dom/node.c 	if (nodep == NULL) {
NULL              399 ext/dom/node.c 	if (nodep == NULL) {
NULL              426 ext/dom/node.c 	if (nodep == NULL) {
NULL              436 ext/dom/node.c 		dom_namednode_iter(obj, XML_ELEMENT_NODE, intern, NULL, NULL, NULL);
NULL              451 ext/dom/node.c 	xmlNode *nodep, *first = NULL;
NULL              455 ext/dom/node.c 	if (nodep == NULL) {
NULL              482 ext/dom/node.c 	xmlNode *nodep, *last = NULL;
NULL              486 ext/dom/node.c 	if (nodep == NULL) {
NULL              517 ext/dom/node.c 	if (nodep == NULL) {
NULL              545 ext/dom/node.c 	if (nodep == NULL) {
NULL              571 ext/dom/node.c 	if (nodep == NULL) {
NULL              579 ext/dom/node.c 		dom_namednode_iter(obj, XML_ATTRIBUTE_NODE, intern, NULL, NULL, NULL);
NULL              599 ext/dom/node.c 	if (nodep == NULL) {
NULL              628 ext/dom/node.c 	char *str = NULL;
NULL              630 ext/dom/node.c 	if (nodep == NULL) {
NULL              639 ext/dom/node.c 			if (nodep->ns != NULL) {
NULL              644 ext/dom/node.c 			str = NULL;
NULL              648 ext/dom/node.c 	if (str != NULL) {
NULL              668 ext/dom/node.c 	char *str = NULL;
NULL              670 ext/dom/node.c 	if (nodep == NULL) {
NULL              680 ext/dom/node.c 			if (ns != NULL && ns->prefix) {
NULL              685 ext/dom/node.c 			str = NULL;
NULL              689 ext/dom/node.c 	if (str == NULL) {
NULL              701 ext/dom/node.c 	xmlNode *nodep, *nsnode = NULL;
NULL              702 ext/dom/node.c 	xmlNsPtr ns = NULL, curns;
NULL              708 ext/dom/node.c 	if (nodep == NULL) {
NULL              717 ext/dom/node.c 			if (nsnode == NULL) {
NULL              719 ext/dom/node.c 				if (nsnode == NULL) {
NULL              725 ext/dom/node.c 			if (nsnode && nodep->ns != NULL && !xmlStrEqual(nodep->ns->prefix, (xmlChar *)prefix)) {
NULL              727 ext/dom/node.c 				if (strURI == NULL ||
NULL              732 ext/dom/node.c 					ns = NULL;
NULL              735 ext/dom/node.c 					while (curns != NULL) {
NULL              742 ext/dom/node.c 					if (ns == NULL) {
NULL              747 ext/dom/node.c 				if (ns == NULL) {
NULL              775 ext/dom/node.c 	if (nodep == NULL) {
NULL              801 ext/dom/node.c 	if (nodep == NULL) {
NULL              827 ext/dom/node.c 	char *str = NULL;
NULL              829 ext/dom/node.c 	if (nodep == NULL) {
NULL              836 ext/dom/node.c 	if (str != NULL) {
NULL              851 ext/dom/node.c 	if (nodep == NULL) {
NULL              874 ext/dom/node.c 		if (prevsib == NULL) {
NULL              880 ext/dom/node.c 		if (nextsib == NULL) {
NULL              888 ext/dom/node.c 		while (node != NULL) {
NULL              892 ext/dom/node.c 				if (node->_private != NULL) {
NULL              895 ext/dom/node.c 					php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL);
NULL              904 ext/dom/node.c 		fragment->children = NULL;
NULL              905 ext/dom/node.c 		fragment->last = NULL;
NULL              918 ext/dom/node.c 	zval *id, *node, *ref = NULL;
NULL              935 ext/dom/node.c 	new_child = NULL;
NULL              940 ext/dom/node.c 		(child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) {
NULL              950 ext/dom/node.c 	if (child->doc != parentp->doc && child->doc != NULL) {
NULL              955 ext/dom/node.c 	if (child->type == XML_DOCUMENT_FRAG_NODE && child->children == NULL) {
NULL              956 ext/dom/node.c 		php_error_docref(NULL, E_WARNING, "Document Fragment is empty");
NULL              960 ext/dom/node.c 	if (child->doc == NULL && parentp->doc != NULL) {
NULL              962 ext/dom/node.c 		php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL);
NULL              965 ext/dom/node.c 	if (ref != NULL) {
NULL              972 ext/dom/node.c 		if (child->parent != NULL) {
NULL              977 ext/dom/node.c 			(refp->prev != NULL && refp->prev->type == XML_TEXT_NODE))) {
NULL              978 ext/dom/node.c 			if (child->doc == NULL) {
NULL              986 ext/dom/node.c 			if (new_child->prev != NULL) {
NULL              989 ext/dom/node.c 			if (new_child->parent != NULL) {
NULL              998 ext/dom/node.c 			if (child->ns == NULL)
NULL             1002 ext/dom/node.c 			if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) {
NULL             1015 ext/dom/node.c 		if (new_child == NULL) {
NULL             1019 ext/dom/node.c 		if (child->parent != NULL){
NULL             1022 ext/dom/node.c 		if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE) {
NULL             1024 ext/dom/node.c 			if (child->doc == NULL) {
NULL             1028 ext/dom/node.c 			if (parentp->children == NULL) {
NULL             1040 ext/dom/node.c 			if (child->ns == NULL)
NULL             1044 ext/dom/node.c 			if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) {
NULL             1054 ext/dom/node.c 			new_child = _php_dom_insert_fragment(parentp, parentp->last, NULL, child, intern, childobj);
NULL             1056 ext/dom/node.c 		if (new_child == NULL) {
NULL             1061 ext/dom/node.c 	if (NULL == new_child) {
NULL             1062 ext/dom/node.c 		php_error_docref(NULL, E_WARNING, "Couldn't add newnode as the previous sibling of refnode");
NULL             1107 ext/dom/node.c 		(newchild->parent != NULL && dom_node_is_read_only(newchild->parent) == SUCCESS)) {
NULL             1112 ext/dom/node.c 	if (newchild->doc != nodep->doc && newchild->doc != NULL) {
NULL             1144 ext/dom/node.c 			if (newchild->doc == NULL && nodep->doc != NULL) {
NULL             1147 ext/dom/node.c 				php_libxml_increment_doc_ref((php_libxml_node_object *)newchildobj, NULL);
NULL             1187 ext/dom/node.c 		(child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) {
NULL             1219 ext/dom/node.c 	xmlNodePtr child, nodep, new_child = NULL;
NULL             1238 ext/dom/node.c 		(child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) {
NULL             1248 ext/dom/node.c 	if (!(child->doc == NULL || child->doc == nodep->doc)) {
NULL             1253 ext/dom/node.c 	if (child->type == XML_DOCUMENT_FRAG_NODE && child->children == NULL) {
NULL             1254 ext/dom/node.c 		php_error_docref(NULL, E_WARNING, "Document Fragment is empty");
NULL             1258 ext/dom/node.c 	if (child->doc == NULL && nodep->doc != NULL) {
NULL             1260 ext/dom/node.c 		php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL);
NULL             1263 ext/dom/node.c 	if (child->parent != NULL){
NULL             1267 ext/dom/node.c 	if (child->type == XML_TEXT_NODE && nodep->last != NULL && nodep->last->type == XML_TEXT_NODE) {
NULL             1269 ext/dom/node.c 		if (child->doc == NULL) {
NULL             1273 ext/dom/node.c 		if (nodep->children == NULL) {
NULL             1285 ext/dom/node.c 		if (child->ns == NULL)
NULL             1289 ext/dom/node.c 		if (lastattr != NULL && lastattr->type != XML_ATTRIBUTE_DECL) {
NULL             1296 ext/dom/node.c 		new_child = _php_dom_insert_fragment(nodep, nodep->last, NULL, child, intern, childobj);
NULL             1299 ext/dom/node.c 	if (new_child == NULL) {
NULL             1301 ext/dom/node.c 		if (new_child == NULL) {
NULL             1302 ext/dom/node.c 			php_error_docref(NULL, E_WARNING, "Couldn't append node");
NULL             1368 ext/dom/node.c 		if (n->nsDef != NULL) {
NULL             1371 ext/dom/node.c 		if (n->ns != NULL) {
NULL             1374 ext/dom/node.c 			if (ns == NULL) {
NULL             1376 ext/dom/node.c 				if (ns != NULL) {
NULL             1379 ext/dom/node.c 					while (root->parent != NULL) {
NULL             1388 ext/dom/node.c 		if (n->properties != NULL) {
NULL             1395 ext/dom/node.c 		intern = NULL;
NULL             1515 ext/dom/node.c 	xmlNodePtr nodep, lookupp = NULL;
NULL             1547 ext/dom/node.c 		if (lookupp != NULL) {
NULL             1549 ext/dom/node.c 			if (nsptr && nsptr->prefix != NULL) {
NULL             1582 ext/dom/node.c 		nsptr = xmlSearchNs(nodep->doc, nodep, NULL);
NULL             1612 ext/dom/node.c 		if (nodep == NULL) {
NULL             1618 ext/dom/node.c 	if (nsptr && nsptr->href != NULL) {
NULL             1669 ext/dom/node.c 	zval *xpath_array=NULL, *ns_prefixes=NULL;
NULL             1672 ext/dom/node.c 	xmlNodeSetPtr nodeset = NULL;
NULL             1675 ext/dom/node.c 	xmlChar **inclusive_ns_prefixes = NULL;
NULL             1676 ext/dom/node.c 	char *file = NULL;
NULL             1680 ext/dom/node.c 	xmlXPathContextPtr ctxp=NULL;
NULL             1681 ext/dom/node.c 	xmlXPathObjectPtr xpathobjp=NULL;
NULL             1702 ext/dom/node.c 		php_error_docref(NULL, E_WARNING, "Node must be associated with a document");
NULL             1706 ext/dom/node.c 	if (xpath_array == NULL) {
NULL             1711 ext/dom/node.c 			ctxp->node = NULL;
NULL             1719 ext/dom/node.c 				php_error_docref(NULL, E_WARNING, "XPath query did not return a nodeset.");
NULL             1733 ext/dom/node.c 			php_error_docref(NULL, E_WARNING, "'query' missing from xpath array or is not a string");
NULL             1755 ext/dom/node.c 		ctxp->node = NULL;
NULL             1763 ext/dom/node.c 			php_error_docref(NULL, E_WARNING, "XPath query did not return a nodeset.");
NULL             1768 ext/dom/node.c 	if (ns_prefixes != NULL) {
NULL             1780 ext/dom/node.c 			inclusive_ns_prefixes[nscount] = NULL;
NULL             1782 ext/dom/node.c 			php_error_docref(NULL, E_NOTICE,
NULL             1788 ext/dom/node.c 		buf = xmlOutputBufferCreateFilename(file, NULL, 0);
NULL             1790 ext/dom/node.c 		buf = xmlAllocOutputBuffer(NULL);
NULL             1793 ext/dom/node.c     if (buf != NULL) {
NULL             1798 ext/dom/node.c 	if (inclusive_ns_prefixes != NULL) {
NULL             1801 ext/dom/node.c 	if (xpathobjp != NULL) {
NULL             1804 ext/dom/node.c 	if (ctxp != NULL) {
NULL             1808 ext/dom/node.c     if (buf == NULL || ret < 0) {
NULL             1868 ext/dom/node.c 	if (value == NULL) {
NULL               62 ext/dom/nodelist.c 	if (objmap != NULL) {
NULL               76 ext/dom/nodelist.c 							while (curnode->next != NULL) {
NULL              111 ext/dom/nodelist.c 	xmlNodePtr itemnode = NULL;
NULL              125 ext/dom/nodelist.c 		if (objmap != NULL) {
NULL              145 ext/dom/nodelist.c 							while (count < index && curnode != NULL) {
NULL               52 ext/dom/notation.c 	if (nodep == NULL) {
NULL               77 ext/dom/notation.c 	if (nodep == NULL) {
NULL              133 ext/dom/php_dom.c 			if (node->doc == NULL) {
NULL              176 ext/dom/php_dom.c 		doc_props->classmap = NULL;
NULL              202 ext/dom/php_dom.c 			zend_hash_init(dest->classmap, 0, NULL, NULL, 0);
NULL              203 ext/dom/php_dom.c 			zend_hash_copy(dest->classmap, source->classmap, NULL);
NULL              215 ext/dom/php_dom.c 		if (doc_props->classmap == NULL) {
NULL              216 ext/dom/php_dom.c 			if (ce == NULL) {
NULL              220 ext/dom/php_dom.c 			zend_hash_init(doc_props->classmap, 0, NULL, NULL, 0);
NULL              256 ext/dom/php_dom.c 	if (document == NULL) {
NULL              267 ext/dom/php_dom.c 	if (obj && obj->ptr != NULL) {
NULL              270 ext/dom/php_dom.c 		return NULL;
NULL              278 ext/dom/php_dom.c 	if (obj && obj->_private != NULL) {
NULL              281 ext/dom/php_dom.c 		return NULL;
NULL              289 ext/dom/php_dom.c 	php_error_docref(NULL, E_ERROR, "Cannot read property");
NULL              297 ext/dom/php_dom.c 	php_error_docref(NULL, E_ERROR, "Cannot write property");
NULL              317 ext/dom/php_dom.c 	zval *retval = NULL;
NULL              335 ext/dom/php_dom.c 	dom_prop_handler *hnd = NULL;
NULL              337 ext/dom/php_dom.c 	if (obj->prop_handler != NULL) {
NULL              365 ext/dom/php_dom.c 	dom_prop_handler *hnd = NULL;
NULL              367 ext/dom/php_dom.c 	if (obj->prop_handler != NULL) {
NULL              386 ext/dom/php_dom.c 	dom_prop_handler *hnd = NULL;
NULL              389 ext/dom/php_dom.c 	if (obj->prop_handler != NULL) {
NULL              466 ext/dom/php_dom.c 	xmlNodePtr nodep = NULL;
NULL              482 ext/dom/php_dom.c 	xmlNodePtr nodep = NULL;
NULL              496 ext/dom/php_dom.c 		php_error_docref(NULL, E_WARNING, "Invalid Nodetype to import");
NULL              513 ext/dom/php_dom.c 		if (node != NULL) {
NULL              515 ext/dom/php_dom.c 			if (cloned_node != NULL) {
NULL              567 ext/dom/php_dom.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL              573 ext/dom/php_dom.c 	NULL,
NULL              574 ext/dom/php_dom.c 	NULL,
NULL              615 ext/dom/php_dom.c 	zend_hash_init(&classes, 0, NULL, NULL, 1);
NULL              622 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMStringList", NULL, php_dom_domstringlist_class_functions, dom_domstringlist_class_entry);
NULL              624 ext/dom/php_dom.c 	zend_hash_init(&dom_domstringlist_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              625 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domstringlist_prop_handlers, "length", dom_domstringlist_length_read, NULL);
NULL              628 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMNameList", NULL, php_dom_namelist_class_functions, dom_namelist_class_entry);
NULL              630 ext/dom/php_dom.c 	zend_hash_init(&dom_namelist_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              631 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_namelist_prop_handlers, "length", dom_namelist_length_read, NULL);
NULL              634 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMImplementationList", NULL, php_dom_domimplementationlist_class_functions, dom_domimplementationlist_class_entry);
NULL              636 ext/dom/php_dom.c 	zend_hash_init(&dom_domimplementationlist_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              637 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domimplementationlist_prop_handlers, "length", dom_domimplementationlist_length_read, NULL);
NULL              640 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMImplementationSource", NULL, php_dom_domimplementationsource_class_functions, dom_domimplementationsource_class_entry);
NULL              641 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMImplementation", NULL, php_dom_domimplementation_class_functions, dom_domimplementation_class_entry);
NULL              643 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMNode", NULL, php_dom_node_class_functions, dom_node_class_entry);
NULL              645 ext/dom/php_dom.c 	zend_hash_init(&dom_node_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              646 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", dom_node_node_name_read, NULL);
NULL              648 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", dom_node_node_type_read, NULL);
NULL              649 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "parentNode", dom_node_parent_node_read, NULL);
NULL              650 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "childNodes", dom_node_child_nodes_read, NULL);
NULL              651 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "firstChild", dom_node_first_child_read, NULL);
NULL              652 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "lastChild", dom_node_last_child_read, NULL);
NULL              653 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "previousSibling", dom_node_previous_sibling_read, NULL);
NULL              654 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "nextSibling", dom_node_next_sibling_read, NULL);
NULL              655 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "attributes", dom_node_attributes_read, NULL);
NULL              656 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "ownerDocument", dom_node_owner_document_read, NULL);
NULL              657 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "namespaceURI", dom_node_namespace_uri_read, NULL);
NULL              659 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "localName", dom_node_local_name_read, NULL);
NULL              660 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", dom_node_base_uri_read, NULL);
NULL              664 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMNameSpaceNode", NULL, NULL, dom_namespace_node_class_entry);
NULL              666 ext/dom/php_dom.c 	zend_hash_init(&dom_namespace_node_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              667 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeName", dom_node_node_name_read, NULL);
NULL              668 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeValue", dom_node_node_value_read, NULL);
NULL              669 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeType", dom_node_node_type_read, NULL);
NULL              670 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_namespace_node_prop_handlers, "prefix", dom_node_prefix_read, NULL);
NULL              671 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_namespace_node_prop_handlers, "localName", dom_node_local_name_read, NULL);
NULL              672 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_namespace_node_prop_handlers, "namespaceURI", dom_node_namespace_uri_read, NULL);
NULL              673 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_namespace_node_prop_handlers, "ownerDocument", dom_node_owner_document_read, NULL);
NULL              674 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_namespace_node_prop_handlers, "parentNode", dom_node_parent_node_read, NULL);
NULL              681 ext/dom/php_dom.c 	zend_hash_init(&dom_document_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              682 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_document_prop_handlers, "doctype", dom_document_doctype_read, NULL);
NULL              683 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_document_prop_handlers, "implementation", dom_document_implementation_read, NULL);
NULL              684 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_document_prop_handlers, "documentElement", dom_document_document_element_read, NULL);
NULL              685 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", dom_document_encoding_read, NULL);
NULL              687 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, NULL);
NULL              694 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_document_prop_handlers, "config", dom_document_config_read, NULL);
NULL              707 ext/dom/php_dom.c 	dom_nodelist_class_entry = zend_register_internal_class_ex(&ce, NULL);
NULL              711 ext/dom/php_dom.c 	zend_hash_init(&dom_nodelist_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              712 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_nodelist_prop_handlers, "length", dom_nodelist_length_read, NULL);
NULL              717 ext/dom/php_dom.c 	dom_namednodemap_class_entry = zend_register_internal_class_ex(&ce, NULL);
NULL              721 ext/dom/php_dom.c 	zend_hash_init(&dom_namednodemap_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              722 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_namednodemap_prop_handlers, "length", dom_namednodemap_length_read, NULL);
NULL              727 ext/dom/php_dom.c 	zend_hash_init(&dom_characterdata_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              729 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_characterdata_prop_handlers, "length", dom_characterdata_length_read, NULL);
NULL              735 ext/dom/php_dom.c 	zend_hash_init(&dom_attr_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              736 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_attr_prop_handlers, "name", dom_attr_name_read, NULL);
NULL              737 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_attr_prop_handlers, "specified", dom_attr_specified_read, NULL);
NULL              739 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_attr_prop_handlers, "ownerElement", dom_attr_owner_element_read, NULL);
NULL              740 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_attr_prop_handlers, "schemaTypeInfo", dom_attr_schema_type_info_read, NULL);
NULL              746 ext/dom/php_dom.c 	zend_hash_init(&dom_element_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              747 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_element_prop_handlers, "tagName", dom_element_tag_name_read, NULL);
NULL              748 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_element_prop_handlers, "schemaTypeInfo", dom_element_schema_type_info_read, NULL);
NULL              754 ext/dom/php_dom.c 	zend_hash_init(&dom_text_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              755 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_text_prop_handlers, "wholeText", dom_text_whole_text_read, NULL);
NULL              762 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMTypeinfo", NULL, php_dom_typeinfo_class_functions, dom_typeinfo_class_entry);
NULL              764 ext/dom/php_dom.c 	zend_hash_init(&dom_typeinfo_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              765 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeName", dom_typeinfo_type_name_read, NULL);
NULL              766 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeNamespace", dom_typeinfo_type_namespace_read, NULL);
NULL              769 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMUserDataHandler", NULL, php_dom_userdatahandler_class_functions, dom_userdatahandler_class_entry);
NULL              770 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMDomError", NULL, php_dom_domerror_class_functions, dom_domerror_class_entry);
NULL              772 ext/dom/php_dom.c 	zend_hash_init(&dom_domerror_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              773 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "severity", dom_domerror_severity_read, NULL);
NULL              774 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "message", dom_domerror_message_read, NULL);
NULL              775 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "type", dom_domerror_type_read, NULL);
NULL              776 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "relatedException", dom_domerror_related_exception_read, NULL);
NULL              777 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "related_data", dom_domerror_related_data_read, NULL);
NULL              778 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "location", dom_domerror_location_read, NULL);
NULL              781 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMErrorHandler", NULL, php_dom_domerrorhandler_class_functions, dom_domerrorhandler_class_entry);
NULL              782 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMLocator", NULL, php_dom_domlocator_class_functions, dom_domlocator_class_entry);
NULL              784 ext/dom/php_dom.c 	zend_hash_init(&dom_domlocator_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              785 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "lineNumber", dom_domlocator_line_number_read, NULL);
NULL              786 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "columnNumber", dom_domlocator_column_number_read, NULL);
NULL              787 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "offset", dom_domlocator_offset_read, NULL);
NULL              788 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "relatedNode", dom_domlocator_related_node_read, NULL);
NULL              789 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domlocator_prop_handlers, "uri", dom_domlocator_uri_read, NULL);
NULL              792 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMConfiguration", NULL, php_dom_domconfiguration_class_functions, dom_domconfiguration_class_entry);
NULL              798 ext/dom/php_dom.c 	zend_hash_init(&dom_documenttype_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              799 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_documenttype_prop_handlers, "name", dom_documenttype_name_read, NULL);
NULL              800 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_documenttype_prop_handlers, "entities", dom_documenttype_entities_read, NULL);
NULL              801 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_documenttype_prop_handlers, "notations", dom_documenttype_notations_read, NULL);
NULL              802 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_documenttype_prop_handlers, "publicId", dom_documenttype_public_id_read, NULL);
NULL              803 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_documenttype_prop_handlers, "systemId", dom_documenttype_system_id_read, NULL);
NULL              804 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_documenttype_prop_handlers, "internalSubset", dom_documenttype_internal_subset_read, NULL);
NULL              810 ext/dom/php_dom.c 	zend_hash_init(&dom_notation_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              811 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_notation_prop_handlers, "publicId", dom_notation_public_id_read, NULL);
NULL              812 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_notation_prop_handlers, "systemId", dom_notation_system_id_read, NULL);
NULL              818 ext/dom/php_dom.c 	zend_hash_init(&dom_entity_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              819 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_entity_prop_handlers, "publicId", dom_entity_public_id_read, NULL);
NULL              820 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_entity_prop_handlers, "systemId", dom_entity_system_id_read, NULL);
NULL              821 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_entity_prop_handlers, "notationName", dom_entity_notation_name_read, NULL);
NULL              833 ext/dom/php_dom.c 	zend_hash_init(&dom_processinginstruction_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              834 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "target", dom_processinginstruction_target_read, NULL);
NULL              839 ext/dom/php_dom.c 	REGISTER_DOM_CLASS(ce, "DOMStringExtend", NULL, php_dom_string_extend_class_functions, dom_string_extend_class_entry);
NULL              848 ext/dom/php_dom.c 	dom_xpath_class_entry = zend_register_internal_class_ex(&ce, NULL);
NULL              850 ext/dom/php_dom.c 	zend_hash_init(&dom_xpath_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
NULL              851 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_xpath_prop_handlers, "document", dom_xpath_document_read, NULL);
NULL              976 ext/dom/php_dom.c 	while (node != NULL) {
NULL              980 ext/dom/php_dom.c 		if (wrapper != NULL ) {
NULL             1014 ext/dom/php_dom.c 	if (intern->dom.ptr != NULL) {
NULL             1044 ext/dom/php_dom.c 	if (intern->ptr != NULL && ((php_libxml_node_ptr *)intern->ptr)->node != NULL) {
NULL             1051 ext/dom/php_dom.c 		intern->ptr = NULL;
NULL             1060 ext/dom/php_dom.c 	ZEND_ASSERT(basenode != NULL);
NULL             1078 ext/dom/php_dom.c 	while (base_class->type != ZEND_INTERNAL_CLASS && base_class->parent != NULL) {
NULL             1109 ext/dom/php_dom.c 	zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL             1141 ext/dom/php_dom.c 		intern->ptr = NULL;
NULL             1165 ext/dom/php_dom.c 	objmap->baseobj = NULL;
NULL             1167 ext/dom/php_dom.c 	objmap->ht = NULL;
NULL             1168 ext/dom/php_dom.c 	objmap->local = NULL;
NULL             1169 ext/dom/php_dom.c 	objmap->ns = NULL;
NULL             1278 ext/dom/php_dom.c 			php_error_docref(NULL, E_WARNING, "Unsupported node type: %d", obj->type);
NULL             1289 ext/dom/php_dom.c 	if (obj->doc != NULL) {
NULL             1290 ext/dom/php_dom.c 		if (domobj != NULL) {
NULL             1310 ext/dom/php_dom.c     if (parent == NULL || child == NULL || child->doc != parent->doc) {
NULL             1343 ext/dom/php_dom.c 	xmlNodePtr ret = NULL;
NULL             1345 ext/dom/php_dom.c 	while (nodep != NULL && (*cur <= index || index == -1)) {
NULL             1348 ext/dom/php_dom.c 				if (ns == NULL || (nodep->ns != NULL && (xmlStrEqual(nodep->ns->href, (xmlChar *)ns) || xmlStrEqual((xmlChar *)"*", (xmlChar *)ns)))) {
NULL             1357 ext/dom/php_dom.c 			if (ret != NULL) {
NULL             1376 ext/dom/php_dom.c 	while(child != NULL) {
NULL             1380 ext/dom/php_dom.c 				while (nextp != NULL) {
NULL             1397 ext/dom/php_dom.c 				while (attr != NULL) {
NULL             1418 ext/dom/php_dom.c 	if (doc == NULL)
NULL             1421 ext/dom/php_dom.c 	if (doc->oldNs == NULL) {
NULL             1423 ext/dom/php_dom.c 		if (doc->oldNs == NULL) {
NULL             1433 ext/dom/php_dom.c 	while (cur->next != NULL) {
NULL             1456 ext/dom/php_dom.c 	if (*localname == NULL) {
NULL             1458 ext/dom/php_dom.c 		if (*prefix == NULL && uri_len == 0) {
NULL             1469 ext/dom/php_dom.c 	if (*prefix != NULL && uri_len == 0) {
NULL             1489 ext/dom/php_dom.c 	xmlNsPtr nsptr = NULL;
NULL             1499 ext/dom/php_dom.c 	if (nsptr == NULL) {
NULL             1511 ext/dom/php_dom.c 	xmlNs *ret = NULL;
NULL             1512 ext/dom/php_dom.c 	if (node == NULL)
NULL             1513 ext/dom/php_dom.c 		return NULL;
NULL             1515 ext/dom/php_dom.c 	if (localName == NULL || xmlStrEqual(localName, (xmlChar *)"")) {
NULL             1517 ext/dom/php_dom.c 		while (cur != NULL) {
NULL             1518 ext/dom/php_dom.c 			if (cur->prefix == NULL  && cur->href != NULL) {
NULL             1526 ext/dom/php_dom.c 		while (cur != NULL) {
NULL             1527 ext/dom/php_dom.c 			if (cur->prefix != NULL && xmlStrEqual(localName, cur->prefix)) {
NULL             1543 ext/dom/php_dom.c 		return NULL;
NULL             1548 ext/dom/php_dom.c 	zend_call_method_with_1_params(object, Z_OBJCE_P(object), NULL, "item", rv, &offset_copy);
NULL              139 ext/dom/php_dom.h 	if (__intern->ptr == NULL || !(__ptr = (__prtype)((php_libxml_node_ptr *)__intern->ptr)->node)) { \
NULL              140 ext/dom/php_dom.h   		php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(__intern->std.ce->name));\
NULL              151 ext/dom/php_dom.h 	php_error_docref(NULL, E_WARNING, "Not yet implemented"); \
NULL               54 ext/dom/processinginstruction.c 	xmlNodePtr nodep = NULL, oldnode = NULL;
NULL               56 ext/dom/processinginstruction.c 	char *name, *value = NULL;
NULL               79 ext/dom/processinginstruction.c 	if (oldnode != NULL) {
NULL               95 ext/dom/processinginstruction.c 	if (nodep == NULL) {
NULL              119 ext/dom/processinginstruction.c 	if (nodep == NULL) {
NULL              124 ext/dom/processinginstruction.c 	if ((content = xmlNodeGetContent(nodep)) != NULL) {
NULL              139 ext/dom/processinginstruction.c 	if (nodep == NULL) {
NULL               69 ext/dom/text.c 	xmlNodePtr nodep = NULL, oldnode = NULL;
NULL               71 ext/dom/text.c 	char *value = NULL;
NULL               86 ext/dom/text.c 	if (intern != NULL) {
NULL               88 ext/dom/text.c 		if (oldnode != NULL) {
NULL              104 ext/dom/text.c 	xmlChar *wholetext = NULL;
NULL              108 ext/dom/text.c 	if (node == NULL) {
NULL              124 ext/dom/text.c 	if (wholetext != NULL) {
NULL              162 ext/dom/text.c 	if (cur == NULL) {
NULL              183 ext/dom/text.c 	if (nnode == NULL) {
NULL              187 ext/dom/text.c 	if (node->parent != NULL) {
NULL               39 ext/dom/userdatahandler.c 	PHP_FALIAS(handle, dom_userdatahandler_handle, NULL)
NULL               68 ext/dom/xml_common.h 	if (__intern->node == NULL || !(__ptr = (__prtype)__intern->node->node)) { \
NULL               69 ext/dom/xml_common.h   		php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", \
NULL               77 ext/dom/xml_common.h 	if (__intern->document != NULL) { \
NULL               79 ext/dom/xml_common.h   			php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", __intern->std.ce->name);\
NULL               89 ext/dom/xml_common.h 	if (NULL == (zval = getThis())) { \
NULL               90 ext/dom/xml_common.h 		php_error_docref(NULL, E_WARNING, "Underlying object missing"); \
NULL               83 ext/dom/xpath.c 	zend_string *callable = NULL;
NULL               93 ext/dom/xpath.c 		if (intern == NULL) {
NULL              148 ext/dom/xpath.c 								curns = xmlNewNs(NULL, node->name, NULL);
NULL              153 ext/dom/xpath.c 									node = xmlNewDocNode(node->doc, NULL, (xmlChar *) node->children, node->name);
NULL              155 ext/dom/xpath.c 									node = xmlNewDocNode(node->doc, NULL, (xmlChar *) "xmlns", node->name);
NULL              177 ext/dom/xpath.c 	if (obj->stringval == NULL) {
NULL              178 ext/dom/xpath.c 		php_error_docref(NULL, E_WARNING, "Handler name must be a string");
NULL              191 ext/dom/xpath.c 	fci.symbol_table = NULL;
NULL              192 ext/dom/xpath.c 	fci.object = NULL;
NULL              197 ext/dom/xpath.c 		php_error_docref(NULL, E_WARNING, "Unable to call handler %s()", ZSTR_VAL(callable));
NULL              199 ext/dom/xpath.c 		php_error_docref(NULL, E_WARNING, "Not allowed to call handler '%s()'.", ZSTR_VAL(callable));
NULL              203 ext/dom/xpath.c 		result = zend_call_function(&fci, NULL);
NULL              208 ext/dom/xpath.c 				if (intern->node_list == NULL) {
NULL              210 ext/dom/xpath.c 					zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL              220 ext/dom/xpath.c 				php_error_docref(NULL, E_WARNING, "A PHP Object cannot be converted to a XPath-string");
NULL              257 ext/dom/xpath.c 	xmlDocPtr docp = NULL;
NULL              269 ext/dom/xpath.c 	if (ctx == NULL) {
NULL              275 ext/dom/xpath.c 	if (intern != NULL) {
NULL              277 ext/dom/xpath.c 		if (oldctx != NULL) {
NULL              300 ext/dom/xpath.c 	xmlDoc *docp = NULL;
NULL              328 ext/dom/xpath.c 	if (ctxp == NULL) {
NULL              329 ext/dom/xpath.c 		php_error_docref(NULL, E_WARNING, "Invalid XPath Context");
NULL              351 ext/dom/xpath.c 	zval *id, retval, *context = NULL;
NULL              353 ext/dom/xpath.c 	xmlNodePtr nodep = NULL;
NULL              359 ext/dom/xpath.c 	xmlDoc *docp = NULL;
NULL              360 ext/dom/xpath.c 	xmlNsPtr *ns = NULL;
NULL              370 ext/dom/xpath.c 	if (ctxp == NULL) {
NULL              371 ext/dom/xpath.c 		php_error_docref(NULL, E_WARNING, "Invalid XPath Context");
NULL              376 ext/dom/xpath.c 	if (docp == NULL) {
NULL              377 ext/dom/xpath.c 		php_error_docref(NULL, E_WARNING, "Invalid XPath Document Pointer");
NULL              381 ext/dom/xpath.c 	if (context != NULL) {
NULL              390 ext/dom/xpath.c 		php_error_docref(NULL, E_WARNING, "Node From Wrong Document");
NULL              400 ext/dom/xpath.c 		if (ns != NULL) {
NULL              401 ext/dom/xpath.c 			while (ns[nsnbr] != NULL)
NULL              411 ext/dom/xpath.c 	ctxp->node = NULL;
NULL              413 ext/dom/xpath.c 	if (ns != NULL) {
NULL              415 ext/dom/xpath.c 		ctxp->namespaces = NULL;
NULL              438 ext/dom/xpath.c 			if (xpathobjp->type == XPATH_NODESET && NULL != (nodesetp = xpathobjp->nodesetval)) {
NULL              449 ext/dom/xpath.c 						curns = xmlNewNs(NULL, node->name, NULL);
NULL              454 ext/dom/xpath.c 							node = xmlNewDocNode(docp, NULL, (xmlChar *) node->children, node->name);
NULL              456 ext/dom/xpath.c 							node = xmlNewDocNode(docp, NULL, (xmlChar *) "xmlns", node->name);
NULL              159 ext/enchant/enchant.c 	NULL,	/* Replace with NULL if there's nothing to do at request start */
NULL              160 ext/enchant/enchant.c 	NULL,	/* Replace with NULL if there's nothing to do at request end */
NULL              244 ext/enchant/enchant.c 								broker->dict[total] = NULL;
NULL              252 ext/enchant/enchant.c 					broker->dict = NULL;
NULL              274 ext/enchant/enchant.c 			pbroker->dict[pdict->id] = NULL;
NULL              286 ext/enchant/enchant.c 	le_enchant_broker = zend_register_list_destructors_ex(php_enchant_broker_free, NULL, "enchant_broker", module_number);
NULL              287 ext/enchant/enchant.c 	le_enchant_dict = zend_register_list_destructors_ex(php_enchant_dict_free, NULL, "enchant_dict", module_number);
NULL              330 ext/enchant/enchant.c 	enchant_broker_describe(pbroker, __enumerate_providers_fn, NULL);
NULL              339 ext/enchant/enchant.c 		php_error_docref(NULL, E_WARNING, "%s", "Resource broker invalid");	\
NULL              346 ext/enchant/enchant.c 		php_error_docref(NULL, E_WARNING, "%s", "Invalid dictionary resource.");	\
NULL              366 ext/enchant/enchant.c 		broker->dict = NULL;
NULL              545 ext/enchant/enchant.c 		php_error_docref(NULL, E_WARNING, "Tag cannot be empty");
NULL              591 ext/enchant/enchant.c 	if ((PG(safe_mode) && (!php_checkuid(pwl, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(pwl)) {
NULL              712 ext/enchant/enchant.c 	zval *dict, *sugg = NULL;
NULL              171 ext/exif/exif.c 			php_error_docref(NULL, E_WARNING, "Illegal encoding ignored: '%s'", ZSTR_VAL(new_value));
NULL              186 ext/exif/exif.c 			php_error_docref(NULL, E_WARNING, "Illegal encoding ignored: '%s'", ZSTR_VAL(new_value));
NULL              211 ext/exif/exif.c 	exif_globals->encode_unicode    = NULL;
NULL              212 ext/exif/exif.c 	exif_globals->decode_unicode_be = NULL;
NULL              213 ext/exif/exif.c 	exif_globals->decode_unicode_le = NULL;
NULL              214 ext/exif/exif.c 	exif_globals->encode_jis        = NULL;
NULL              215 ext/exif/exif.c 	exif_globals->decode_jis_be     = NULL;
NULL              216 ext/exif/exif.c 	exif_globals->decode_jis_le     = NULL;
NULL              254 ext/exif/exif.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL              260 ext/exif/exif.c 	NULL, NULL,
NULL              265 ext/exif/exif.c 	NULL,
NULL              266 ext/exif/exif.c 	NULL,
NULL              296 ext/exif/exif.c #define EXIF_ERRLOG_FILEEOF(ImageInfo)    exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "%s", EXIF_ERROR_FILEEOF);
NULL              297 ext/exif/exif.c #define EXIF_ERRLOG_CORRUPT(ImageInfo)    exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "%s", EXIF_ERROR_CORRUPT);
NULL              298 ext/exif/exif.c #define EXIF_ERRLOG_THUMBEOF(ImageInfo)   exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "%s", EXIF_ERROR_THUMBEOF);
NULL              299 ext/exif/exif.c #define EXIF_ERRLOG_FSREALLOC(ImageInfo)  exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "%s", EXIF_ERROR_FSREALLOC);
NULL              982 ext/exif/exif.c   { tag_table_VND_CANON,     "Canon",                   NULL,  NULL,                       0,  0,  MN_ORDER_INTEL,    MN_OFFSET_GUESS},
NULL              984 ext/exif/exif.c   { tag_table_VND_CASIO,     "CASIO",                   NULL,  NULL,                       0,  0,  MN_ORDER_MOTOROLA, MN_OFFSET_NORMAL},
NULL              985 ext/exif/exif.c   { tag_table_VND_FUJI,      "FUJIFILM",                NULL,  "FUJIFILM\x0C\x00\x00\x00", 12, 12, MN_ORDER_INTEL,    MN_OFFSET_MAKER},
NULL              986 ext/exif/exif.c   { tag_table_VND_NIKON,     "NIKON",                   NULL,  "Nikon\x00\x01\x00",        8,  8,  MN_ORDER_NORMAL,   MN_OFFSET_NORMAL},
NULL              987 ext/exif/exif.c   { tag_table_VND_NIKON_990, "NIKON",                   NULL,  NULL,                       0,  0,  MN_ORDER_NORMAL,   MN_OFFSET_NORMAL},
NULL              988 ext/exif/exif.c   { tag_table_VND_OLYMPUS,   "OLYMPUS OPTICAL CO.,LTD", NULL,  "OLYMP\x00\x01\x00",        8,  8,  MN_ORDER_NORMAL,   MN_OFFSET_NORMAL},
NULL             1260 ext/exif/exif.c 			php_error_docref(NULL, E_NOTICE, "Found value of type single");
NULL             1265 ext/exif/exif.c 			php_error_docref(NULL, E_NOTICE, "Found value of type double");
NULL             1309 ext/exif/exif.c 			php_error_docref(NULL, E_NOTICE, "Found value of type single");
NULL             1314 ext/exif/exif.c 			php_error_docref(NULL, E_NOTICE, "Found value of type double");
NULL             1600 ext/exif/exif.c 	ImageInfo->file.list[count].data = NULL;
NULL             1604 ext/exif/exif.c 		data = NULL;
NULL             1605 ext/exif/exif.c 	} else if (data == NULL) {
NULL             1764 ext/exif/exif.c 						php_error_docref(NULL, E_WARNING, "Found value of type single");
NULL             1770 ext/exif/exif.c 						php_error_docref(NULL, E_WARNING, "Found value of type double");
NULL             1888 ext/exif/exif.c 			if ((f=image_info->info_list[section_index].list[i].name) != NULL) {
NULL             1900 ext/exif/exif.c 					if ((f=image_info->info_list[section_index].list[i].value.s) != NULL) {
NULL             1915 ext/exif/exif.c 						if ((f=image_info->info_list[section_index].list[i].value.list) != NULL) {
NULL             2229 ext/exif/exif.c 				php_error_docref(NULL, E_NOTICE, "Undefined JPEG2000 comment encoding");
NULL             2233 ext/exif/exif.c 		exif_iif_add_tag(image_info, SECTION_COMMENT, "Comment", TAG_COMPUTED_VALUE, TAG_FMT_UNDEFINED, 0, NULL);
NULL             2234 ext/exif/exif.c 		php_error_docref(NULL, E_NOTICE, "JPEG2000 comment section too small");
NULL             2338 ext/exif/exif.c 	szTemp = exif_get_tagname(tag, NULL, 0, tag_table_IFD);
NULL             2441 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: filetype = %d", ImageInfo->Thumbnail.filetype);
NULL             2453 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size of signature + directory(%d): 0x%02X", info_list->count, new_size);
NULL             2481 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: process tag(x%04X=%s): %s%s (%d bytes)", info_data->tag, exif_get_tagname(info_data->tag, tagname, -12, tag_table_IFD), (info_data->length>1)&&info_data->format!=TAG_FMT_UNDEFINED&&info_data->format!=TAG_FMT_STRING?"ARRAY OF ":"", exif_get_tagformat(info_data->format), byte_count);
NULL             2498 ext/exif/exif.c 						exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: writing with value offset: 0x%04X + 0x%02X", new_value, byte_count);
NULL             2509 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: created");
NULL             2531 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Illegal thumbnail size/offset");
NULL             2604 ext/exif/exif.c 	*pszEncoding = NULL;
NULL             2686 ext/exif/exif.c 	xp_field->value = NULL;
NULL             2729 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process %s @x%04X + 0x%04X=%d: %s", exif_get_sectionname(section_index), (int)dir_start-(int)offset_base+maker_note->offset+displacement, value_len, value_len, exif_char_dump(value_ptr, value_len, (int)dir_start-(int)offset_base+maker_note->offset+displacement));
NULL             2756 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Using automatic offset correction: 0x%04X", ((int)dir_start-(int)offset_base+maker_note->offset+displacement) + offset_diff);
NULL             2779 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(SECTION_MAKERNOTE));
NULL             2791 ext/exif/exif.c 	char *value_ptr, tagname[64], cbuf[32], *outside=NULL;
NULL             2876 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Wrong file pointer: 0x%08X != 0x%08X", fgot, offset_val);
NULL             2896 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process tag(x%04X=%s,@x%04X + x%04X(=%d)): %s%s %s", tag, exif_get_tagname(tag, tagname, -12, tag_table), offset_val+displacement, byte_count, byte_count, (components>1)&&format!=TAG_FMT_UNDEFINED&&format!=TAG_FMT_STRING?"ARRAY OF ":"", exif_get_tagformat(format), dump_data);
NULL             3040 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Skip SUB IFD");
NULL             3064 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found EXIF");
NULL             3071 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found GPS");
NULL             3078 ext/exif/exif.c 							exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Found INTEROPERABILITY");
NULL             3093 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Subsection %s done", exif_get_sectionname(sub_section_index));
NULL             3113 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process %s (x%04X(=%d))", exif_get_sectionname(section_index), IFDlength, IFDlength);
NULL             3150 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Expect next IFD to be thumbnail");
NULL             3154 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail size: 0x%04X", ImageInfo->Thumbnail.size);
NULL             3185 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid TIFF alignment marker");
NULL             3193 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid TIFF start (1)");
NULL             3197 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid IFD start");
NULL             3206 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process TIFF in JPEG done");
NULL             3225 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Incorrect APP1 Exif Identifier Code");
NULL             3230 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process APP1/EXIF done");
NULL             3250 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process section APP12 with l1=%d, l2=%d done", l1, l2);
NULL             3269 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Needing section %d @ 0x%08X", ImageInfo->file.count, fpos);
NULL             3302 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "To many padding bytes");
NULL             3320 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "%s, Section length: 0x%02X%02X", EXIF_ERROR_CORRUPT, lh, ll);
NULL             3327 ext/exif/exif.c 		sn = exif_file_sections_add(ImageInfo, marker, itemlen+1, NULL);
NULL             3336 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Error reading from file: got=x%04X(=%d) != itemlen-2=x%04X(=%d)", got, got, itemlen-2, itemlen-2);
NULL             3341 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Process section(x%02X=%s) @ x%04X + x%04X(=%d)", marker, exif_get_markername(marker), fpos, itemlen, itemlen);
NULL             3350 ext/exif/exif.c 					sn = exif_file_sections_add(ImageInfo, M_PSEUDO, size, NULL);
NULL             3361 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "No image in jpeg!");
NULL             3417 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Done");
NULL             3437 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Thumbnail is not a JPEG image");
NULL             3465 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: process section(x%02X=%s) @ x%04X + x%04X", marker, exif_get_markername(marker), pos, length);
NULL             3486 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size: %d * %d", sof_info.width, sof_info.height);
NULL             3492 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Could not compute size of thumbnail");
NULL             3502 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Could not compute size of thumbnail");
NULL             3523 ext/exif/exif.c 		sn = exif_file_sections_add(ImageInfo, M_PSEUDO, 2, NULL);
NULL             3525 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: filesize(x%04X), IFD dir(x%04X + x%04X)", ImageInfo->FileSize, dir_offset, 2);
NULL             3533 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: filesize(x%04X), IFD dir(x%04X + x%04X), IFD entries(%d)", ImageInfo->FileSize, dir_offset+2, dir_size-2, num_entries);
NULL             3542 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF done, next offset x%04X", next_offset);
NULL             3551 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: tag(0x%04X,%12s): Illegal format code 0x%04X, switching to BYTE", entry_tag, exif_get_tagname(entry_tag, tagname, -12, tag_table), entry_type);
NULL             3609 ext/exif/exif.c 						exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Resize struct: x%04X + x%04X - x%04X = x%04X", entry_offset, entry_length, dir_offset, ifd_size);
NULL             3617 ext/exif/exif.c 						exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Error in TIFF: filesize(x%04X) less than size of IFD(x%04X + x%04X)", ImageInfo->FileSize, dir_offset, ifd_size);
NULL             3625 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: filesize(x%04X), IFD(x%04X + x%04X)", ImageInfo->FileSize, dir_offset, ifd_size);
NULL             3629 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF, done");
NULL             3663 ext/exif/exif.c 						exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Next IFD: %s @x%04X", exif_get_sectionname(sub_section_index), entry_offset);
NULL             3674 ext/exif/exif.c 								exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "%s THUMBNAIL @0x%04X + 0x%04X", ImageInfo->Thumbnail.data ? "Ignore" : "Read", ImageInfo->Thumbnail.offset, ImageInfo->Thumbnail.size);
NULL             3688 ext/exif/exif.c 						exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Next IFD: %s done", exif_get_sectionname(sub_section_index));
NULL             3703 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) at x%04X", next_offset);
NULL             3708 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "%s THUMBNAIL @0x%04X + 0x%04X", ImageInfo->Thumbnail.data ? "Ignore" : "Read", ImageInfo->Thumbnail.offset, ImageInfo->Thumbnail.size);
NULL             3720 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read next IFD (THUMBNAIL) done");
NULL             3725 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Error in TIFF: filesize(x%04X) less than size of IFD(x%04X)", ImageInfo->FileSize, dir_offset+ImageInfo->file.list[sn].size);
NULL             3729 ext/exif/exif.c 			exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Error in TIFF: filesize(x%04X) less than size of IFD dir(x%04X)", ImageInfo->FileSize, dir_offset+dir_size);
NULL             3733 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Error in TIFF: filesize(x%04X) less than start of IFD dir(x%04X)", ImageInfo->FileSize, dir_offset+2);
NULL             3758 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid JPEG file");
NULL             3768 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "File has TIFF/II format");
NULL             3776 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid TIFF file");
NULL             3782 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "File has TIFF/MM format");
NULL             3790 ext/exif/exif.c 					exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Invalid TIFF file");
NULL             3793 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "File not supported");
NULL             3798 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "File too small (%d)", ImageInfo->FileSize);
NULL             3852 ext/exif/exif.c 	ImageInfo->infile = php_stream_open_wrapper(FileName, "rb", STREAM_MUST_SEEK|IGNORE_PATH, NULL);
NULL             3854 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Unable to open file");
NULL             3861 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_WARNING, "Not a file");
NULL             3879 ext/exif/exif.c 	base = php_basename(FileName, strlen(FileName), NULL, 0);
NULL             3908 ext/exif/exif.c 	char *p_name, *p_sections_needed = NULL;
NULL             3945 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections needed: %s", sections_str[0] ? sections_str : "None");
NULL             3955 ext/exif/exif.c 		exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "None");
NULL             3970 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Generate section FILE");
NULL             3982 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Generate section COMPUTED");
NULL             4032 ext/exif/exif.c 		exif_iif_add_str(&ImageInfo, SECTION_WINXP, exif_get_tagname(ImageInfo.xp_fields.list[i].tag, NULL, 0, exif_get_tag_table(SECTION_WINXP)), ImageInfo.xp_fields.list[i].value);
NULL             4053 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Adding image infos");
NULL             4071 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info");
NULL             4077 ext/exif/exif.c 	php_error_docref1(NULL, p_name, E_NOTICE, "done");
NULL             4109 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Thumbnail data %d %d %d, %d x %d", ImageInfo.Thumbnail.data, ImageInfo.Thumbnail.size, ImageInfo.Thumbnail.filetype, ImageInfo.Thumbnail.width, ImageInfo.Thumbnail.height);
NULL             4117 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Returning thumbnail(%d)", ImageInfo.Thumbnail.size);
NULL             4136 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Discarding info");
NULL             4142 ext/exif/exif.c 	php_error_docref1(NULL, p_name, E_NOTICE, "Done");
NULL             4160 ext/exif/exif.c 	stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL);
NULL             4162 ext/exif/exif.c 	if (stream == NULL) {
NULL             4166 ext/exif/exif.c 	itype = php_getimagetype(stream, NULL);
NULL               57 ext/fileinfo/fileinfo.c 	zval *object = ZEND_IS_METHOD_CALL() ? getThis() : NULL;
NULL               77 ext/fileinfo/fileinfo.c         	php_error_docref(NULL, E_WARNING, "The invalid fileinfo object."); \
NULL              176 ext/fileinfo/fileinfo.c 		php_error_docref(NULL, E_WARNING, "Failed to set option '%pd' %d:%s", \
NULL              191 ext/fileinfo/fileinfo.c 		rsrc->ptr = NULL;
NULL              206 ext/fileinfo/fileinfo.c 	{NULL, NULL, NULL}
NULL              224 ext/fileinfo/fileinfo.c 	le_fileinfo = zend_register_list_destructors_ex(finfo_resource_destructor, NULL, "file_info", module_number);
NULL              252 ext/fileinfo/fileinfo.c 	NULL,
NULL              253 ext/fileinfo/fileinfo.c 	NULL,
NULL              254 ext/fileinfo/fileinfo.c 	NULL,
NULL              287 ext/fileinfo/fileinfo.c 	char *file = NULL;
NULL              302 ext/fileinfo/fileinfo.c 		zend_replace_error_handling(EH_THROW, NULL, &zeh);
NULL              307 ext/fileinfo/fileinfo.c 			finfo_obj->ptr = NULL;
NULL              312 ext/fileinfo/fileinfo.c 		file = NULL;
NULL              319 ext/fileinfo/fileinfo.c 					zend_throw_exception(NULL, "Constructor failed", 0);
NULL              324 ext/fileinfo/fileinfo.c 		if (!expand_filepath_with_mode(file, resolved_path, NULL, 0, CWD_EXPAND)) {
NULL              328 ext/fileinfo/fileinfo.c 					zend_throw_exception(NULL, "Constructor failed", 0);
NULL              341 ext/fileinfo/fileinfo.c 	if (finfo->magic == NULL) {
NULL              343 ext/fileinfo/fileinfo.c 		php_error_docref(NULL, E_WARNING, "Invalid mode '%pd'.", options);
NULL              347 ext/fileinfo/fileinfo.c 				zend_throw_exception(NULL, "Constructor failed", 0);
NULL              354 ext/fileinfo/fileinfo.c 		php_error_docref(NULL, E_WARNING, "Failed to load magic database at '%s'.", file);
NULL              360 ext/fileinfo/fileinfo.c 				zend_throw_exception(NULL, "Constructor failed", 0);
NULL              386 ext/fileinfo/fileinfo.c 	if ((finfo = (php_fileinfo *)zend_fetch_resource(Z_RES_P(zfinfo), "file_info", le_fileinfo)) == NULL) {
NULL              414 ext/fileinfo/fileinfo.c 		if ((finfo = (php_fileinfo *)zend_fetch_resource(Z_RES_P(zfinfo), "file_info", le_fileinfo)) == NULL) {
NULL              433 ext/fileinfo/fileinfo.c 	char *ret_val = NULL, *buffer = NULL;
NULL              435 ext/fileinfo/fileinfo.c 	php_fileinfo *finfo = NULL;
NULL              436 ext/fileinfo/fileinfo.c 	zval *zfinfo, *zcontext = NULL;
NULL              440 ext/fileinfo/fileinfo.c 	struct magic_set *magic = NULL;
NULL              462 ext/fileinfo/fileinfo.c 				php_error_docref(NULL, E_WARNING, "Can only process string or stream arguments");
NULL              467 ext/fileinfo/fileinfo.c 		if (magic_load(magic, NULL) == -1) {
NULL              468 ext/fileinfo/fileinfo.c 			php_error_docref(NULL, E_WARNING, "Failed to load magic database.");
NULL              481 ext/fileinfo/fileinfo.c 		if ((finfo = (php_fileinfo *)zend_fetch_resource(Z_RES_P(zfinfo), "file_info", le_fileinfo)) == NULL) {
NULL              525 ext/fileinfo/fileinfo.c 			if (buffer == NULL || !*buffer) {
NULL              526 ext/fileinfo/fileinfo.c 				php_error_docref(NULL, E_WARNING, "Empty filename or path");
NULL              531 ext/fileinfo/fileinfo.c 				php_error_docref(NULL, E_WARNING, "Invalid path");
NULL              552 ext/fileinfo/fileinfo.c 				stream = php_stream_open_wrapper_ex(buffer, "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, context);
NULL              554 ext/fileinfo/fileinfo.c 				stream = php_stream_open_wrapper_ex(buffer, "rb", REPORT_ERRORS, NULL, context);
NULL              576 ext/fileinfo/fileinfo.c 			php_error_docref(NULL, E_WARNING, "Can only process string or stream arguments");
NULL              583 ext/fileinfo/fileinfo.c 		php_error_docref(NULL, E_WARNING, "Failed identify data %d:%s", magic_errno(magic), magic_error(magic));
NULL              173 ext/fileinfo/libmagic/apprentice.c 	{ NULL, 0, NULL }
NULL              385 ext/fileinfo/libmagic/apprentice.c 	mlp->map = idx == 0 ? map : NULL;
NULL              386 ext/fileinfo/libmagic/apprentice.c 	if ((ml = CAST(struct mlist *, emalloc(sizeof(*ml)))) == NULL)
NULL              389 ext/fileinfo/libmagic/apprentice.c 	ml->map = NULL;
NULL              419 ext/fileinfo/libmagic/apprentice.c 		if (map == NULL)
NULL              425 ext/fileinfo/libmagic/apprentice.c 	if (map == NULL) {
NULL              431 ext/fileinfo/libmagic/apprentice.c 		if (map == NULL)
NULL              459 ext/fileinfo/libmagic/apprentice.c 	if (ms == NULL)
NULL              482 ext/fileinfo/libmagic/apprentice.c 	    sizeof(struct magic_set)))) == NULL)
NULL              483 ext/fileinfo/libmagic/apprentice.c 		return NULL;
NULL              490 ext/fileinfo/libmagic/apprentice.c 	ms->o.buf = ms->o.pbuf = NULL;
NULL              493 ext/fileinfo/libmagic/apprentice.c 	if ((ms->c.li = CAST(struct level_info *, emalloc(len))) == NULL)
NULL              499 ext/fileinfo/libmagic/apprentice.c 		ms->mlist[i] = NULL;
NULL              510 ext/fileinfo/libmagic/apprentice.c 	return NULL;
NULL              516 ext/fileinfo/libmagic/apprentice.c 	if (map == NULL)
NULL              519 ext/fileinfo/libmagic/apprentice.c 		if (map->p == NULL) {
NULL              537 ext/fileinfo/libmagic/apprentice.c 	if ((mlist = CAST(struct mlist *, ecalloc(1, sizeof(*mlist)))) == NULL) {
NULL              538 ext/fileinfo/libmagic/apprentice.c 		return NULL;
NULL              549 ext/fileinfo/libmagic/apprentice.c 	if (mlist == NULL)
NULL              553 ext/fileinfo/libmagic/apprentice.c 	for (ml = mlist->next; (next = ml->next) != NULL; ml = next) {
NULL              570 ext/fileinfo/libmagic/apprentice.c 	if (ms->mlist[0] != NULL)
NULL              575 ext/fileinfo/libmagic/apprentice.c 	if ((fn = magic_getpath(fn, action)) == NULL)
NULL              581 ext/fileinfo/libmagic/apprentice.c 	if (fn == NULL)
NULL              583 ext/fileinfo/libmagic/apprentice.c 	if (fn == NULL) {
NULL              586 ext/fileinfo/libmagic/apprentice.c 			if ((ms->mlist[i] = mlist_alloc()) == NULL) {
NULL              594 ext/fileinfo/libmagic/apprentice.c 	if ((mfn = estrdup(fn)) == NULL) {
NULL              601 ext/fileinfo/libmagic/apprentice.c 		if ((ms->mlist[i] = mlist_alloc()) == NULL) {
NULL              605 ext/fileinfo/libmagic/apprentice.c 				ms->mlist[i] = NULL;
NULL              629 ext/fileinfo/libmagic/apprentice.c 			ms->mlist[i] = NULL;
NULL              644 ext/fileinfo/libmagic/apprentice.c 		ms->mlist[i] = NULL;
NULL              976 ext/fileinfo/libmagic/apprentice.c 		if (file_looks_utf8(m->value.us, (size_t)m->vallen, NULL,
NULL              977 ext/fileinfo/libmagic/apprentice.c 		    NULL) <= 0)
NULL             1004 ext/fileinfo/libmagic/apprentice.c 		    NULL) {
NULL             1025 ext/fileinfo/libmagic/apprentice.c 	char *line = NULL;
NULL             1034 ext/fileinfo/libmagic/apprentice.c 	stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
NULL             1036 ext/fileinfo/libmagic/apprentice.c 	if (stream == NULL) {
NULL             1046 ext/fileinfo/libmagic/apprentice.c 	for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line++) {
NULL             1061 ext/fileinfo/libmagic/apprentice.c 				for (i = 0; bang[i].name != NULL; i++) {
NULL             1067 ext/fileinfo/libmagic/apprentice.c 				if (bang[i].name == NULL) {
NULL             1073 ext/fileinfo/libmagic/apprentice.c 				if (me.mp == NULL) {
NULL             1184 ext/fileinfo/libmagic/apprentice.c 	if ((*ma = CAST(struct magic *, emalloc(slen))) == NULL) {
NULL             1203 ext/fileinfo/libmagic/apprentice.c 	if (me == NULL)
NULL             1216 ext/fileinfo/libmagic/apprentice.c 	char **filearr = NULL;
NULL             1228 ext/fileinfo/libmagic/apprentice.c 	if ((map = CAST(struct magic_map *, ecalloc(1, sizeof(*map)))) == NULL)
NULL             1231 ext/fileinfo/libmagic/apprentice.c 		return NULL;
NULL             1245 ext/fileinfo/libmagic/apprentice.c 		dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL);
NULL             1266 ext/fileinfo/libmagic/apprentice.c 				    erealloc(filearr, mlen))) == NULL) {
NULL             1319 ext/fileinfo/libmagic/apprentice.c 		return NULL;
NULL             1729 ext/fileinfo/libmagic/apprentice.c 		if (me->mp == NULL) {
NULL             1747 ext/fileinfo/libmagic/apprentice.c 			    sizeof(*nm) * cnt))) == NULL) {
NULL             1759 ext/fileinfo/libmagic/apprentice.c 		if (me->mp != NULL)
NULL             1761 ext/fileinfo/libmagic/apprentice.c 		if ((m = CAST(struct magic *, emalloc(len))) == NULL) {
NULL             2455 ext/fileinfo/libmagic/apprentice.c 		if (*p == NULL) {
NULL             2532 ext/fileinfo/libmagic/apprentice.c 			return NULL;
NULL             2554 ext/fileinfo/libmagic/apprentice.c 						if (strchr("<>&^=!", c) == NULL
NULL             2557 ext/fileinfo/libmagic/apprentice.c 						    == NULL)) {
NULL             2782 ext/fileinfo/libmagic/apprentice.c 	if ((map = CAST(struct magic_map *, calloc(1, sizeof(*map)))) == NULL) {
NULL             2784 ext/fileinfo/libmagic/apprentice.c 		return NULL;
NULL             2791 ext/fileinfo/libmagic/apprentice.c 		return NULL;
NULL             2806 ext/fileinfo/libmagic/apprentice.c 	char *dbname = NULL;
NULL             2809 ext/fileinfo/libmagic/apprentice.c 	php_stream *stream = NULL;
NULL             2814 ext/fileinfo/libmagic/apprentice.c 	if ((map = CAST(struct magic_map *, ecalloc(1, sizeof(*map)))) == NULL) {
NULL             2816 ext/fileinfo/libmagic/apprentice.c 		return NULL;
NULL             2819 ext/fileinfo/libmagic/apprentice.c 	if (fn == NULL) {
NULL             2827 ext/fileinfo/libmagic/apprentice.c 	if (php_stream_stat_path_ex((char *)fn, 0, &st, NULL) == SUCCESS) {
NULL             2829 ext/fileinfo/libmagic/apprentice.c                        return NULL;
NULL             2835 ext/fileinfo/libmagic/apprentice.c 	if (dbname == NULL)
NULL             2838 ext/fileinfo/libmagic/apprentice.c 		stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
NULL             2855 ext/fileinfo/libmagic/apprentice.c 	if ((map->p = CAST(void *, emalloc(map->len))) == NULL) {
NULL             2867 ext/fileinfo/libmagic/apprentice.c 	stream = NULL;
NULL             2893 ext/fileinfo/libmagic/apprentice.c 	if (needsbyteswap && fn == NULL) {
NULL             2898 ext/fileinfo/libmagic/apprentice.c 	if (NULL != fn) {
NULL             2919 ext/fileinfo/libmagic/apprentice.c 	if (NULL != fn && entries != nentries + 1) {
NULL             2941 ext/fileinfo/libmagic/apprentice.c 	return NULL;
NULL             3021 ext/fileinfo/libmagic/apprentice.c 	if (dbname == NULL)
NULL             3025 ext/fileinfo/libmagic/apprentice.c 	stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS, NULL);
NULL             3069 ext/fileinfo/libmagic/apprentice.c 		if ((p = strrchr(fn, '/')) != NULL)
NULL             3102 ext/fileinfo/libmagic/apprentice.c 	if (strstr(p, ".mime") != NULL)
NULL               56 ext/fileinfo/libmagic/apptype.c 	else if ((filename = tempnam("./", "tmp")) == NULL) {
NULL               67 ext/fileinfo/libmagic/apptype.c 	if (fn == NULL) {
NULL               68 ext/fileinfo/libmagic/apptype.c 		if ((fp = fopen(path, "wb")) == NULL) {
NULL               82 ext/fileinfo/libmagic/apptype.c 	if (fn == NULL) {
NULL               74 ext/fileinfo/libmagic/ascmagic.c 	unichar *ubuf = NULL;
NULL               78 ext/fileinfo/libmagic/ascmagic.c 	const char *code = NULL;
NULL               79 ext/fileinfo/libmagic/ascmagic.c 	const char *code_mime = NULL;
NULL               80 ext/fileinfo/libmagic/ascmagic.c 	const char *type = NULL;
NULL              105 ext/fileinfo/libmagic/ascmagic.c 	unsigned char *utf8_buf = NULL, *utf8_end;
NULL              110 ext/fileinfo/libmagic/ascmagic.c 	const char *subtype = NULL;
NULL              111 ext/fileinfo/libmagic/ascmagic.c 	const char *subtype_mime = NULL;
NULL              142 ext/fileinfo/libmagic/ascmagic.c 		if ((utf8_buf = CAST(unsigned char *, emalloc(mlen))) == NULL) {
NULL              147 ext/fileinfo/libmagic/ascmagic.c 		    == NULL)
NULL              150 ext/fileinfo/libmagic/ascmagic.c 		    (size_t)(utf8_end - utf8_buf), 0, NULL,
NULL              320 ext/fileinfo/libmagic/ascmagic.c 				return NULL;
NULL              324 ext/fileinfo/libmagic/ascmagic.c 				return NULL;
NULL              329 ext/fileinfo/libmagic/ascmagic.c 				return NULL;
NULL              335 ext/fileinfo/libmagic/ascmagic.c 				return NULL;
NULL              342 ext/fileinfo/libmagic/ascmagic.c 				return NULL;
NULL              350 ext/fileinfo/libmagic/ascmagic.c 				return NULL;
NULL              358 ext/fileinfo/libmagic/ascmagic.c 			return NULL;
NULL              308 ext/fileinfo/libmagic/cdf.c 	if (info->i_buf != NULL && info->i_len >= siz) {
NULL              415 ext/fileinfo/libmagic/cdf.c 	    == NULL)
NULL              428 ext/fileinfo/libmagic/cdf.c 	if ((msa = CAST(cdf_secid_t *, calloc(1, ss))) == NULL)
NULL              524 ext/fileinfo/libmagic/cdf.c 	if (scn->sst_tab == NULL)
NULL              566 ext/fileinfo/libmagic/cdf.c 	if (sst->sst_tab == NULL || scn->sst_len == (size_t)-1)
NULL              570 ext/fileinfo/libmagic/cdf.c 	if (scn->sst_tab == NULL)
NULL              605 ext/fileinfo/libmagic/cdf.c 	if (len < h->h_min_size_standard_stream && sst->sst_tab != NULL)
NULL              630 ext/fileinfo/libmagic/cdf.c 	if (dir->dir_tab == NULL)
NULL              633 ext/fileinfo/libmagic/cdf.c 	if ((buf = CAST(char *, malloc(ss))) == NULL) {
NULL              679 ext/fileinfo/libmagic/cdf.c 	if (ssat->sat_tab == NULL)
NULL              716 ext/fileinfo/libmagic/cdf.c 	*root = NULL;
NULL              734 ext/fileinfo/libmagic/cdf.c 	scn->sst_tab = NULL;
NULL              839 ext/fileinfo/libmagic/cdf.c 	if (inp == NULL)
NULL              946 ext/fileinfo/libmagic/cdf.c 				if (inp == NULL)
NULL             1018 ext/fileinfo/libmagic/cdf.c 	*info = NULL;
NULL             1303 ext/fileinfo/libmagic/cdf.c 			if (sst == NULL)
NULL             1453 ext/fileinfo/libmagic/cdf.c 	info.i_buf = NULL;
NULL              156 ext/fileinfo/libmagic/cdf_time.c 	if (gmtime_r(&ts->ts_sec, &tm) == NULL) {
NULL              173 ext/fileinfo/libmagic/cdf_time.c 	if (ptr != NULL)
NULL              193 ext/fileinfo/libmagic/cdf_time.c 	if ((q = strchr(p, '\n')) != NULL)
NULL               78 ext/fileinfo/libmagic/compress.c 	{ "\037\235", 2, { "gzip", "-cdq", NULL }, 1 },		/* compressed */
NULL               81 ext/fileinfo/libmagic/compress.c 	{ "\037\235", 2, { "uncompress", "-c", NULL }, 1 },	/* compressed */
NULL               82 ext/fileinfo/libmagic/compress.c 	{ "\037\213", 2, { "gzip", "-cdq", NULL }, 1 },		/* gzipped */
NULL               83 ext/fileinfo/libmagic/compress.c 	{ "\037\236", 2, { "gzip", "-cdq", NULL }, 1 },		/* frozen */
NULL               84 ext/fileinfo/libmagic/compress.c 	{ "\037\240", 2, { "gzip", "-cdq", NULL }, 1 },		/* SCO LZH */
NULL               86 ext/fileinfo/libmagic/compress.c 	{ "\037\036", 2, { "gzip", "-cdq", NULL }, 0 },		/* packed */
NULL               87 ext/fileinfo/libmagic/compress.c 	{ "PK\3\4",   4, { "gzip", "-cdq", NULL }, 1 },		/* pkzipped, */
NULL               89 ext/fileinfo/libmagic/compress.c 	{ "BZh",      3, { "bzip2", "-cd", NULL }, 1 },		/* bzip2-ed */
NULL               90 ext/fileinfo/libmagic/compress.c 	{ "LZIP",     4, { "lzip", "-cdq", NULL }, 1 },
NULL               91 ext/fileinfo/libmagic/compress.c  	{ "\3757zXZ\0",6,{ "xz", "-cd", NULL }, 1 },		/* XZ Utils */
NULL               92 ext/fileinfo/libmagic/compress.c  	{ "LRZI",     4, { "lrzip", "-dqo-", NULL }, 1 },	/* LRZIP */
NULL               93 ext/fileinfo/libmagic/compress.c  	{ "\004\"M\030", 4, { "lz4", "-cd", NULL }, 1 },	/* LZ4 */
NULL              111 ext/fileinfo/libmagic/compress.c 	unsigned char *newbuf = NULL;
NULL              140 ext/fileinfo/libmagic/compress.c 				if (file_buffer(ms, -1, NULL, buf, nbytes) == -1)
NULL              216 ext/fileinfo/libmagic/compress.c 			selrv = select(fd + 1, &check, NULL, NULL, &tout);
NULL              358 ext/fileinfo/libmagic/compress.c 	if ((*newch = CAST(unsigned char *, emalloc(HOWMANY + 1))) == NULL) {
NULL              494 ext/fileinfo/libmagic/compress.c 			*newch = NULL;
NULL              506 ext/fileinfo/libmagic/compress.c 		while (waitpid(pid, NULL, WNOHANG) != -1)
NULL              509 ext/fileinfo/libmagic/compress.c 		(void)wait(NULL);
NULL               72 ext/fileinfo/libmagic/encoding.c 	unsigned char *nbuf = NULL;
NULL               80 ext/fileinfo/libmagic/encoding.c 	if ((*ubuf = CAST(unichar *, calloc((size_t)1, mlen))) == NULL) {
NULL               85 ext/fileinfo/libmagic/encoding.c 	if ((nbuf = CAST(unsigned char *, calloc((size_t)1, mlen))) == NULL) {
NULL              105 ext/fileinfo/libmagic/fsmagic.c 	if (fn == NULL && !stream) {
NULL               66 ext/fileinfo/libmagic/funcs.c 	char *buf = NULL, *newstr;
NULL               72 ext/fileinfo/libmagic/funcs.c 	if (ms->o.buf != NULL) {
NULL               93 ext/fileinfo/libmagic/funcs.c 	char *buf = NULL;
NULL              100 ext/fileinfo/libmagic/funcs.c 		ms->o.buf = NULL;
NULL              170 ext/fileinfo/libmagic/funcs.c 	unichar *u8buf = NULL;
NULL              172 ext/fileinfo/libmagic/funcs.c 	const char *code = NULL;
NULL              176 ext/fileinfo/libmagic/funcs.c 	const char *ftype = NULL;
NULL              235 ext/fileinfo/libmagic/funcs.c 		if ((m = file_softmagic(ms, ubuf, nb, 0, NULL, BINTEST,
NULL              298 ext/fileinfo/libmagic/funcs.c 	if (ms->mlist[0] == NULL) {
NULL              304 ext/fileinfo/libmagic/funcs.c 		ms->o.buf = NULL;
NULL              308 ext/fileinfo/libmagic/funcs.c 		ms->o.pbuf = NULL;
NULL              330 ext/fileinfo/libmagic/funcs.c 		return NULL;
NULL              335 ext/fileinfo/libmagic/funcs.c 	if (ms->o.buf == NULL)
NULL              336 ext/fileinfo/libmagic/funcs.c 		return NULL;
NULL              342 ext/fileinfo/libmagic/funcs.c 		return NULL;
NULL              345 ext/fileinfo/libmagic/funcs.c 	if ((ms->o.pbuf = CAST(char *, erealloc(ms->o.pbuf, psize))) == NULL) {
NULL              347 ext/fileinfo/libmagic/funcs.c 		return NULL;
NULL              407 ext/fileinfo/libmagic/funcs.c 		ms->c.li = CAST(struct level_info *, (ms->c.li == NULL) ?
NULL              410 ext/fileinfo/libmagic/funcs.c 		if (ms->c.li == NULL) {
NULL              426 ext/fileinfo/libmagic/funcs.c 	return ms->o.buf == NULL ? 0 : strlen(ms->o.buf);
NULL              443 ext/fileinfo/libmagic/funcs.c 	if ((pce = pcre_get_compiled_regex_cache(Z_STR(patt))) == NULL) {
NULL              451 ext/fileinfo/libmagic/funcs.c 	res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), &repl, 0, -1, &rep_cnt);
NULL              454 ext/fileinfo/libmagic/funcs.c 	if (NULL == res) {
NULL              475 ext/fileinfo/libmagic/funcs.c 		return NULL;
NULL              477 ext/fileinfo/libmagic/funcs.c 	if ((pb = (CAST(file_pushbuf_t *, emalloc(sizeof(*pb))))) == NULL)
NULL              478 ext/fileinfo/libmagic/funcs.c 		return NULL;
NULL              483 ext/fileinfo/libmagic/funcs.c 	ms->o.buf = NULL;
NULL              497 ext/fileinfo/libmagic/funcs.c 		return NULL;
NULL              109 ext/fileinfo/libmagic/magic.c 		default_magic = NULL;
NULL              111 ext/fileinfo/libmagic/magic.c 	if ((home = getenv("HOME")) == NULL)
NULL              136 ext/fileinfo/libmagic/magic.c 	default_magic = NULL;
NULL              141 ext/fileinfo/libmagic/magic.c 	char *tmppath = NULL;
NULL              147 ext/fileinfo/libmagic/magic.c 			if (hmagicpath == NULL) \
NULL              157 ext/fileinfo/libmagic/magic.c 			tmppath = NULL; \
NULL              163 ext/fileinfo/libmagic/magic.c 		default_magic = NULL;
NULL              167 ext/fileinfo/libmagic/magic.c 	if ((home = getenv("LOCALAPPDATA")) == NULL) {
NULL              168 ext/fileinfo/libmagic/magic.c 		if ((home = getenv("USERPROFILE")) != NULL)
NULL              172 ext/fileinfo/libmagic/magic.c 				tmppath = NULL;
NULL              175 ext/fileinfo/libmagic/magic.c 			tmppath = NULL;
NULL              181 ext/fileinfo/libmagic/magic.c 	if ((home = getenv("COMMONPROGRAMFILES")) != NULL) {
NULL              189 ext/fileinfo/libmagic/magic.c 	if (GetModuleFileNameA(NULL, dllpath, MAX_PATH)){
NULL              216 ext/fileinfo/libmagic/magic.c 	if (magicfile != NULL)
NULL              220 ext/fileinfo/libmagic/magic.c 	if (magicfile != NULL)
NULL              256 ext/fileinfo/libmagic/magic.c 	if (ms == NULL)
NULL              267 ext/fileinfo/libmagic/magic.c 	if (ms == NULL)
NULL              275 ext/fileinfo/libmagic/magic.c 	if (ms == NULL)
NULL              284 ext/fileinfo/libmagic/magic.c 	if (ms == NULL)
NULL              326 ext/fileinfo/libmagic/magic.c 	if (ms == NULL)
NULL              327 ext/fileinfo/libmagic/magic.c 		return NULL;
NULL              328 ext/fileinfo/libmagic/magic.c 	return file_or_stream(ms, NULL, NULL);
NULL              337 ext/fileinfo/libmagic/magic.c 	if (ms == NULL)
NULL              338 ext/fileinfo/libmagic/magic.c 		return NULL;
NULL              339 ext/fileinfo/libmagic/magic.c 	return file_or_stream(ms, inname, NULL);
NULL              345 ext/fileinfo/libmagic/magic.c 	if (ms == NULL)
NULL              346 ext/fileinfo/libmagic/magic.c 		return NULL;
NULL              347 ext/fileinfo/libmagic/magic.c 	return file_or_stream(ms, NULL, stream);
NULL              360 ext/fileinfo/libmagic/magic.c 		return NULL;
NULL              387 ext/fileinfo/libmagic/magic.c 		stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS, NULL);
NULL              421 ext/fileinfo/libmagic/magic.c 	return rv == 0 ? file_getbuffer(ms) : NULL;
NULL              428 ext/fileinfo/libmagic/magic.c 	if (ms == NULL)
NULL              429 ext/fileinfo/libmagic/magic.c 		return NULL;
NULL              431 ext/fileinfo/libmagic/magic.c 		return NULL;
NULL              436 ext/fileinfo/libmagic/magic.c 	if (file_buffer(ms, NULL, NULL, buf, nb) == -1) {
NULL              437 ext/fileinfo/libmagic/magic.c 		return NULL;
NULL              445 ext/fileinfo/libmagic/magic.c 	if (ms == NULL)
NULL              447 ext/fileinfo/libmagic/magic.c 	return (ms->event_flags & EVENT_HAD_ERR) ? ms->o.buf : NULL;
NULL              453 ext/fileinfo/libmagic/magic.c 	if (ms == NULL)
NULL              461 ext/fileinfo/libmagic/magic.c 	if (ms == NULL)
NULL               62 ext/fileinfo/libmagic/print.c 	char *expanded_format = NULL;
NULL               70 ext/fileinfo/libmagic/print.c 		php_error_docref(NULL, E_NOTICE, "Warning: %s", expanded_format);
NULL               81 ext/fileinfo/libmagic/print.c 	struct tm *tm = NULL;
NULL              105 ext/fileinfo/libmagic/print.c 			if (tm1 == NULL)
NULL              114 ext/fileinfo/libmagic/print.c 		if (tm == NULL)
NULL              118 ext/fileinfo/libmagic/print.c 	if (tm == NULL)
NULL              122 ext/fileinfo/libmagic/print.c 	if (pp == NULL)
NULL               67 ext/fileinfo/libmagic/readcdf.c 	{ NULL,				NULL,			},
NULL               72 ext/fileinfo/libmagic/readcdf.c 	{ NULL,				NULL,			},
NULL               77 ext/fileinfo/libmagic/readcdf.c 	{ NULL,				NULL,			},
NULL               93 ext/fileinfo/libmagic/readcdf.c 		NULL,
NULL              101 ext/fileinfo/libmagic/readcdf.c 		NULL,
NULL              109 ext/fileinfo/libmagic/readcdf.c 	for (i = 0; cv[i].mime != NULL; i++) {
NULL              113 ext/fileinfo/libmagic/readcdf.c 	return NULL;
NULL              120 ext/fileinfo/libmagic/readcdf.c 	const char *rv = NULL;
NULL              123 ext/fileinfo/libmagic/readcdf.c 	for (i = 0; nv[i].pattern != NULL; i++)
NULL              124 ext/fileinfo/libmagic/readcdf.c 		if (strcasestr(vbuf, nv[i].pattern) != NULL) {
NULL              140 ext/fileinfo/libmagic/readcdf.c         const char *str = NULL;
NULL              205 ext/fileinfo/libmagic/readcdf.c                                 } else if (str == NULL && info[i].pi_id ==
NULL              228 ext/fileinfo/libmagic/readcdf.c                                         if (c != NULL &&
NULL              229 ext/fileinfo/libmagic/readcdf.c 					    (ec = strchr(c, '\n')) != NULL)
NULL              245 ext/fileinfo/libmagic/readcdf.c 		if (str == NULL)
NULL              382 ext/fileinfo/libmagic/readcdf.c 			"EncryptedPackage", NULL, NULL, NULL, NULL,
NULL              394 ext/fileinfo/libmagic/readcdf.c 			"mfbu_header", NULL, NULL, NULL, NULL,
NULL              425 ext/fileinfo/libmagic/readcdf.c 		if (si->sections[j] != NULL)
NULL              523 ext/fileinfo/libmagic/readcdf.c 		    scn.sst_tab = NULL;
NULL              553 ext/fileinfo/libmagic/readcdf.c 		const char *str = NULL;
NULL              558 ext/fileinfo/libmagic/readcdf.c 		for (j = 0; str == NULL && j < dir.dir_len; j++) {
NULL              566 ext/fileinfo/libmagic/readcdf.c 			if (str != NULL) {
NULL              572 ext/fileinfo/libmagic/readcdf.c 			if (str == NULL)
NULL               88 ext/fileinfo/libmagic/softmagic.c 	if (name_count == NULL) {
NULL               96 ext/fileinfo/libmagic/softmagic.c 		    &printed_something, &need_separator, NULL)) != 0)
NULL              162 ext/fileinfo/libmagic/softmagic.c 	if (returnval == NULL)
NULL              387 ext/fileinfo/libmagic/softmagic.c 	if (strchr(m->desc, '%') == NULL)
NULL              392 ext/fileinfo/libmagic/softmagic.c 	if ((pce = pcre_get_compiled_regex(pattern, &re_extra, &re_options)) == NULL) {
NULL              395 ext/fileinfo/libmagic/softmagic.c 	 	rv = !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0);
NULL              632 ext/fileinfo/libmagic/softmagic.c 		if (cp == NULL) {
NULL             1094 ext/fileinfo/libmagic/softmagic.c 			if (s == NULL) {
NULL             1096 ext/fileinfo/libmagic/softmagic.c 				ms->search.s = NULL;
NULL             1115 ext/fileinfo/libmagic/softmagic.c 			if (s == NULL) {
NULL             1117 ext/fileinfo/libmagic/softmagic.c 				ms->search.s = NULL;
NULL             1668 ext/fileinfo/libmagic/softmagic.c 		if ((pb = file_push_buffer(ms)) == NULL)
NULL             1678 ext/fileinfo/libmagic/softmagic.c 		if (rbuf == NULL && ms->event_flags & EVENT_HAD_ERR)
NULL             1980 ext/fileinfo/libmagic/softmagic.c 		if (ms->search.s == NULL)
NULL             2015 ext/fileinfo/libmagic/softmagic.c 		if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) {
NULL             2043 ext/fileinfo/libmagic/softmagic.c 				if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) {
NULL               80 ext/fileinfo/libmagic/strcasestr.c 					return (NULL);
NULL               29 ext/filter/callback_filter.c 	if (!option_array || !zend_is_callable(option_array, IS_CALLABLE_CHECK_NO_ACCESS, NULL)) {
NULL               30 ext/filter/callback_filter.c 		php_error_docref(NULL, E_WARNING, "First argument is expected to be a valid callback");
NULL               38 ext/filter/callback_filter.c 	status = call_user_function_ex(EG(function_table), NULL, option_array, &retval, 1, args, 0, NULL);
NULL              145 ext/filter/filter.c 	NULL,
NULL              190 ext/filter/filter.c 	PHP_INI_ENTRY("filter.default_flags", NULL,     PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateFlags)
NULL              215 ext/filter/filter.c 	ZEND_INIT_MODULE_GLOBALS(filter, php_filter_init_globals, NULL);
NULL              412 ext/filter/filter.c 		if ((tmp = zend_hash_str_find(HASH_OF(options), "default", sizeof("default") - 1)) != NULL) {
NULL              422 ext/filter/filter.c 	zval *array_ptr = NULL, *orig_array_ptr = NULL;
NULL              425 ext/filter/filter.c 	assert(*val != NULL);
NULL              469 ext/filter/filter.c 			php_zval_filter(&new_var, IF_G(default_filter), IF_G(default_filter_flags), NULL, NULL, 0);
NULL              527 ext/filter/filter.c 	zval *array_ptr = NULL;
NULL              553 ext/filter/filter.c 			php_error_docref(NULL, E_WARNING, "INPUT_SESSION is not yet implemented");
NULL              557 ext/filter/filter.c 			php_error_docref(NULL, E_WARNING, "INPUT_REQUEST is not yet implemented");
NULL              572 ext/filter/filter.c 	zval        *array_ptr = NULL;
NULL              590 ext/filter/filter.c 	zval *options = NULL;
NULL              592 ext/filter/filter.c 	char *charset = NULL;
NULL              608 ext/filter/filter.c 		if ((option = zend_hash_str_find(HASH_OF(filter_args), "filter", sizeof("filter") - 1)) != NULL) {
NULL              612 ext/filter/filter.c 		if ((option = zend_hash_str_find(HASH_OF(filter_args), "flags", sizeof("flags") - 1)) != NULL) {
NULL              620 ext/filter/filter.c 		if ((option = zend_hash_str_find(HASH_OF(filter_args), "options", sizeof("options") - 1)) != NULL) {
NULL              679 ext/filter/filter.c 		php_filter_call(return_value, FILTER_DEFAULT, NULL, 0, FILTER_REQUIRE_ARRAY);
NULL              683 ext/filter/filter.c 		php_filter_call(return_value, Z_LVAL_P(op), NULL, 0, FILTER_REQUIRE_ARRAY);
NULL              688 ext/filter/filter.c 			if (arg_key == NULL) {
NULL              689 ext/filter/filter.c 				php_error_docref(NULL, E_WARNING, "Numeric keys are not allowed in the definition array");
NULL              694 ext/filter/filter.c 				php_error_docref(NULL, E_WARNING, "Empty keys are not allowed in the definition array");
NULL              698 ext/filter/filter.c 			if ((tmp = zend_hash_find(Z_ARRVAL_P(input), arg_key)) == NULL) {
NULL              722 ext/filter/filter.c 	zval *filter_args = NULL, *tmp;
NULL              723 ext/filter/filter.c 	zval *input = NULL;
NULL              736 ext/filter/filter.c 	if (!input || !HASH_OF(input) || (tmp = zend_hash_find(HASH_OF(input), var)) == NULL) {
NULL              742 ext/filter/filter.c 			} else if (Z_TYPE_P(filter_args) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(filter_args), "flags", sizeof("flags") - 1)) != NULL) {
NULL              746 ext/filter/filter.c 				(opt = zend_hash_str_find(HASH_OF(filter_args), "options", sizeof("options") - 1)) != NULL &&
NULL              748 ext/filter/filter.c 				(def = zend_hash_str_find(HASH_OF(opt), "default", sizeof("default") - 1)) != NULL) {
NULL              778 ext/filter/filter.c 	zval *filter_args = NULL, *data;
NULL              800 ext/filter/filter.c 	zval   *array_input = NULL, *op = NULL;
NULL              819 ext/filter/filter.c 			} else if (Z_TYPE_P(op) == IS_ARRAY && (option = zend_hash_str_find(HASH_OF(op), "flags", sizeof("flags") - 1)) != NULL) {
NULL              845 ext/filter/filter.c 	zval *array_input = NULL, *op = NULL;
NULL               44 ext/filter/logical_filters.c 		if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1)) != NULL) {	\
NULL               53 ext/filter/logical_filters.c 	var_name = NULL; \
NULL               57 ext/filter/logical_filters.c 		if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1)) != NULL) { \
NULL               69 ext/filter/logical_filters.c 	var_name = NULL; \
NULL               72 ext/filter/logical_filters.c 		if ((option_val = zend_hash_str_find(HASH_OF(option_array), option_name, sizeof(option_name) - 1)) != NULL) { \
NULL              350 ext/filter/logical_filters.c 			php_error_docref(NULL, E_WARNING, "decimal separator must be one char");
NULL              431 ext/filter/logical_filters.c 	pcre *re = NULL;
NULL              432 ext/filter/logical_filters.c 	pcre_extra *pcre_extra = NULL;
NULL              441 ext/filter/logical_filters.c 		php_error_docref(NULL, E_WARNING, "'regexp' option missing");
NULL              449 ext/filter/logical_filters.c 	matches = pcre_exec(re, NULL, Z_STRVAL_P(value), (int)Z_STRLEN_P(value), 0, 0, ovector, 3);
NULL              531 ext/filter/logical_filters.c 	if (url == NULL) {
NULL              535 ext/filter/logical_filters.c 	if (url->scheme != NULL && (!strcasecmp(url->scheme, "http") || !strcasecmp(url->scheme, "https"))) {
NULL              539 ext/filter/logical_filters.c 		if (url->host == NULL) {
NULL              562 ext/filter/logical_filters.c 		url->scheme == NULL ||
NULL              564 ext/filter/logical_filters.c 		(url->host == NULL && (strcmp(url->scheme, "mailto") && strcmp(url->scheme, "news") && strcmp(url->scheme, "file"))) ||
NULL              565 ext/filter/logical_filters.c 		((flags & FILTER_FLAG_PATH_REQUIRED) && url->path == NULL) || ((flags & FILTER_FLAG_QUERY_REQUIRED) && url->query == NULL)
NULL              602 ext/filter/logical_filters.c 	pcre       *re = NULL;
NULL              603 ext/filter/logical_filters.c 	pcre_extra *pcre_extra = NULL;
NULL              622 ext/filter/logical_filters.c 	matches = pcre_exec(re, NULL, Z_STRVAL_P(value), (int)Z_STRLEN_P(value), 0, 0, ovector, 3);
NULL              871 ext/filter/logical_filters.c 		php_error_docref(NULL, E_WARNING, "Separator must be exactly one character long");
NULL              210 ext/filter/sanitizing_filters.c 	new_len = php_strip_tags_ex(Z_STRVAL_P(value), Z_STRLEN_P(value), NULL, NULL, 0, 1);
NULL              139 ext/ftp/ftp.c  			0, &tv, NULL, NULL, NULL, 0, STREAM_SOCKOP_NONE);
NULL              151 ext/ftp/ftp.c  		php_error_docref(NULL, E_WARNING, "getsockname failed: %s (%d)", strerror(errno), errno);
NULL              166 ext/ftp/ftp.c  	return NULL;
NULL              175 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              176 ext/ftp/ftp.c  		return NULL;
NULL              195 ext/ftp/ftp.c  	return NULL;
NULL              204 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              209 ext/ftp/ftp.c  		ftp->pwd = NULL;
NULL              213 ext/ftp/ftp.c  		ftp->syst = NULL;
NULL              223 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              227 ext/ftp/ftp.c  	if (!ftp_putcmd(ftp, "QUIT", NULL)) {
NULL              236 ext/ftp/ftp.c  		ftp->pwd = NULL;
NULL              249 ext/ftp/ftp.c  	SSL_CTX	*ctx = NULL;
NULL              254 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              284 ext/ftp/ftp.c  		if (ctx == NULL) {
NULL              285 ext/ftp/ftp.c  			php_error_docref(NULL, E_WARNING, "failed to create the SSL context");
NULL              295 ext/ftp/ftp.c  		if (ftp->ssl_handle == NULL) {
NULL              296 ext/ftp/ftp.c  			php_error_docref(NULL, E_WARNING, "failed to create the SSL handle");
NULL              334 ext/ftp/ftp.c  					php_error_docref(NULL, E_WARNING, "SSL/TLS handshake failed");
NULL              393 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              401 ext/ftp/ftp.c  	if (!ftp_putcmd(ftp, "REIN", NULL)) {
NULL              419 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              420 ext/ftp/ftp.c  		return NULL;
NULL              427 ext/ftp/ftp.c  	if (!ftp_putcmd(ftp, "SYST", NULL)) {
NULL              428 ext/ftp/ftp.c  		return NULL;
NULL              431 ext/ftp/ftp.c  		return NULL;
NULL              455 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              456 ext/ftp/ftp.c  		return NULL;
NULL              463 ext/ftp/ftp.c  	if (!ftp_putcmd(ftp, "PWD", NULL)) {
NULL              464 ext/ftp/ftp.c  		return NULL;
NULL              467 ext/ftp/ftp.c  		return NULL;
NULL              470 ext/ftp/ftp.c  	if ((pwd = strchr(ftp->inbuf, '"')) == NULL) {
NULL              471 ext/ftp/ftp.c  		return NULL;
NULL              473 ext/ftp/ftp.c  	if ((end = strrchr(++pwd, '"')) == NULL) {
NULL              474 ext/ftp/ftp.c  		return NULL;
NULL              487 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              506 ext/ftp/ftp.c  	if (ftp == NULL || cmd == NULL) {
NULL              509 ext/ftp/ftp.c  	if (!ftp_putcmd(ftp, cmd, NULL)) {
NULL              527 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              533 ext/ftp/ftp.c  		ftp->pwd = NULL;
NULL              551 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              557 ext/ftp/ftp.c  		ftp->pwd = NULL;
NULL              560 ext/ftp/ftp.c  	if (!ftp_putcmd(ftp, "CDUP", NULL)) {
NULL              578 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              579 ext/ftp/ftp.c  		return NULL;
NULL              582 ext/ftp/ftp.c  		return NULL;
NULL              585 ext/ftp/ftp.c  		return NULL;
NULL              588 ext/ftp/ftp.c  	if ((mkd = strchr(ftp->inbuf, '"')) == NULL) {
NULL              591 ext/ftp/ftp.c  	if ((end = strrchr(++mkd, '"')) == NULL) {
NULL              592 ext/ftp/ftp.c  		return NULL;
NULL              607 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              627 ext/ftp/ftp.c  	if (ftp == NULL || filename_len <= 0) {
NULL              655 ext/ftp/ftp.c  	if (ftp == NULL || size <= 0) {
NULL              706 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              743 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              767 ext/ftp/ftp.c  		if (!ftp_putcmd(ftp, "EPSV", NULL)) {
NULL              798 ext/ftp/ftp.c  	if (!ftp_putcmd(ftp, "PASV", NULL)) {
NULL              830 ext/ftp/ftp.c  	databuf_t		*data = NULL;
NULL              834 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              841 ext/ftp/ftp.c  	if ((data = ftp_getdata(ftp)) == NULL) {
NULL              864 ext/ftp/ftp.c  	if ((data = data_accept(data, ftp)) == NULL) {
NULL              922 ext/ftp/ftp.c  	databuf_t		*data = NULL;
NULL              928 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL              934 ext/ftp/ftp.c  	if ((data = ftp_getdata(ftp)) == NULL) {
NULL              955 ext/ftp/ftp.c  	if ((data = data_accept(data, ftp)) == NULL) {
NULL             1000 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL             1027 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL             1047 ext/ftp/ftp.c  	stamp = time(NULL);
NULL             1069 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL             1088 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL             1112 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL             1160 ext/ftp/ftp.c  	ftp->extra = NULL;
NULL             1198 ext/ftp/ftp.c  					ftp->extra = NULL;
NULL             1205 ext/ftp/ftp.c  					ftp->extra = NULL;
NULL             1226 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL             1269 ext/ftp/ftp.c  	SSL *handle = NULL;
NULL             1331 ext/ftp/ftp.c  						php_error_docref(NULL, E_WARNING, "SSL write failed");
NULL             1362 ext/ftp/ftp.c  	SSL *handle = NULL;
NULL             1420 ext/ftp/ftp.c  					php_error_docref(NULL, E_WARNING, "SSL read failed");
NULL             1525 ext/ftp/ftp.c  		return NULL;
NULL             1536 ext/ftp/ftp.c  		php_error_docref(NULL, E_WARNING, "socket() failed: %s (%d)", strerror(errno), errno);
NULL             1551 ext/ftp/ftp.c  			php_error_docref(NULL, E_WARNING, "php_connect_nonb() failed: %s (%d)", strerror(errno), errno);
NULL             1569 ext/ftp/ftp.c  		php_error_docref(NULL, E_WARNING, "bind() failed: %s (%d)", strerror(errno), errno);
NULL             1574 ext/ftp/ftp.c  		php_error_docref(NULL, E_WARNING, "getsockname() failed: %s (%d)", strerror(errno), errno);
NULL             1579 ext/ftp/ftp.c  		php_error_docref(NULL, E_WARNING, "listen() failed: %s (%d)", strerror(errno), errno);
NULL             1626 ext/ftp/ftp.c  	return NULL;
NULL             1655 ext/ftp/ftp.c  		return NULL;
NULL             1664 ext/ftp/ftp.c  		if (ctx == NULL) {
NULL             1665 ext/ftp/ftp.c  			php_error_docref(NULL, E_WARNING, "data_accept: failed to create the SSL context");
NULL             1675 ext/ftp/ftp.c  		if (data->ssl_handle == NULL) {
NULL             1676 ext/ftp/ftp.c  			php_error_docref(NULL, E_WARNING, "data_accept: failed to create the SSL handle");
NULL             1718 ext/ftp/ftp.c  					php_error_docref(NULL, E_WARNING, "data_accept: SSL/TLS handshake failed");
NULL             1742 ext/ftp/ftp.c  	if (data == NULL) {
NULL             1743 ext/ftp/ftp.c  		return NULL;
NULL             1773 ext/ftp/ftp.c  		ftp->data = NULL;
NULL             1776 ext/ftp/ftp.c  	return NULL;
NULL             1785 ext/ftp/ftp.c  	php_stream	*tmpstream = NULL;
NULL             1786 ext/ftp/ftp.c  	databuf_t	*data = NULL;
NULL             1791 ext/ftp/ftp.c  	char		**ret = NULL;
NULL             1796 ext/ftp/ftp.c  	if ((tmpstream = php_stream_fopen_tmpfile()) == NULL) {
NULL             1797 ext/ftp/ftp.c  		php_error_docref(NULL, E_WARNING, "Unable to create temporary file.  Check permissions in temporary files directory.");
NULL             1798 ext/ftp/ftp.c  		return NULL;
NULL             1805 ext/ftp/ftp.c  	if ((data = ftp_getdata(ftp)) == NULL) {
NULL             1825 ext/ftp/ftp.c  	if ((data = data_accept(data, ftp)) == NULL) {
NULL             1866 ext/ftp/ftp.c  	*entry = NULL;
NULL             1872 ext/ftp/ftp.c  		return NULL;
NULL             1881 ext/ftp/ftp.c  	return NULL;
NULL             1890 ext/ftp/ftp.c  	databuf_t		*data = NULL;
NULL             1893 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL             1901 ext/ftp/ftp.c  	if ((data = ftp_getdata(ftp)) == NULL) {
NULL             1922 ext/ftp/ftp.c  	if ((data = data_accept(data, ftp)) == NULL) {
NULL             1944 ext/ftp/ftp.c  	databuf_t	*data = NULL;
NULL             2007 ext/ftp/ftp.c  	databuf_t		*data = NULL;
NULL             2010 ext/ftp/ftp.c  	if (ftp == NULL) {
NULL             2016 ext/ftp/ftp.c  	if ((data = ftp_getdata(ftp)) == NULL) {
NULL             2035 ext/ftp/ftp.c  	if ((data = data_accept(data, ftp)) == NULL) {
NULL              286 ext/ftp/php_ftp.c 	NULL,
NULL              287 ext/ftp/php_ftp.c 	NULL,
NULL              291 ext/ftp/php_ftp.c 	NULL,
NULL              292 ext/ftp/php_ftp.c 	NULL,
NULL              293 ext/ftp/php_ftp.c 	NULL,
NULL              321 ext/ftp/php_ftp.c 	le_ftpbuf = zend_register_list_destructors_ex(ftp_destructor_ftpbuf, NULL, le_ftpbuf_name, module_number);
NULL              350 ext/ftp/php_ftp.c 									php_error_docref(NULL, E_WARNING, "Mode must be FTP_ASCII or FTP_BINARY"); \
NULL              372 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "Timeout has to be greater than 0");
NULL              409 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "Timeout has to be greater than 0");
NULL              442 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              448 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL              468 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              473 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL              492 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              497 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL              518 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              524 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL              545 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              551 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL              572 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              595 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              600 ext/ftp/php_ftp.c 	if (NULL == (tmp = ftp_mkdir(ftp, dir))) {
NULL              601 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL              622 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              628 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL              650 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              655 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL              667 ext/ftp/php_ftp.c 	zval		*z_ftp, *zresponse = NULL;
NULL              670 ext/ftp/php_ftp.c 	zend_string	*response = NULL;
NULL              676 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              680 ext/ftp/php_ftp.c 	ret = ftp_alloc(ftp, size, zresponse ? &response : NULL);
NULL              707 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              712 ext/ftp/php_ftp.c 	if (NULL == (nlist = ftp_nlist(ftp, dir))) {
NULL              738 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              743 ext/ftp/php_ftp.c 	if (NULL == (llist = ftp_list(ftp, dir, recursive))) {
NULL              767 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              771 ext/ftp/php_ftp.c 	if (NULL == (syst = ftp_syst(ftp))) {
NULL              772 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL              796 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              818 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL              842 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              868 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL              888 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              916 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              931 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL);
NULL              932 ext/ftp/php_ftp.c 		if (outstream == NULL) {
NULL              933 ext/ftp/php_ftp.c 			outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
NULL              935 ext/ftp/php_ftp.c 		if (outstream != NULL) {
NULL              945 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
NULL              948 ext/ftp/php_ftp.c 	if (outstream == NULL)	{
NULL              949 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "Error opening %s", local);
NULL              956 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL              982 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL              995 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt+" : "rb+", REPORT_ERRORS, NULL);
NULL              996 ext/ftp/php_ftp.c 		if (outstream == NULL) {
NULL              997 ext/ftp/php_ftp.c 			outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
NULL              999 ext/ftp/php_ftp.c 		if (outstream != NULL) {
NULL             1009 ext/ftp/php_ftp.c 		outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NULL);
NULL             1012 ext/ftp/php_ftp.c 	if (outstream == NULL)	{
NULL             1013 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "Error opening %s", local);
NULL             1023 ext/ftp/php_ftp.c 		ftp->stream = NULL;
NULL             1025 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL             1031 ext/ftp/php_ftp.c 		ftp->stream = NULL;
NULL             1050 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1055 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "no nbronous transfer to continue.");
NULL             1067 ext/ftp/php_ftp.c 		ftp->stream = NULL;
NULL             1071 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL             1094 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1119 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL             1144 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1173 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL             1198 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1203 ext/ftp/php_ftp.c 	if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) {
NULL             1227 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL             1253 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1258 ext/ftp/php_ftp.c 	if (!(instream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "rt" : "rb", REPORT_ERRORS, NULL))) {
NULL             1288 ext/ftp/php_ftp.c 		ftp->stream = NULL;
NULL             1292 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL             1312 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1334 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1356 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1362 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL             1383 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1389 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL             1410 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1416 ext/ftp/php_ftp.c 		php_error_docref(NULL, E_WARNING, "%s", ftp->inbuf);
NULL             1435 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1457 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1464 ext/ftp/php_ftp.c 				php_error_docref(NULL, E_WARNING, "Option TIMEOUT_SEC expects value of type long, %s given",
NULL             1469 ext/ftp/php_ftp.c 				php_error_docref(NULL, E_WARNING, "Timeout has to be greater than 0");
NULL             1477 ext/ftp/php_ftp.c 				php_error_docref(NULL, E_WARNING, "Option AUTOSEEK expects value of type boolean, %s given",
NULL             1486 ext/ftp/php_ftp.c 				php_error_docref(NULL, E_WARNING, "Option USEPASVADDRESS expects value of type boolean, %s given",
NULL             1494 ext/ftp/php_ftp.c 			php_error_docref(NULL, E_WARNING, "Unknown option '%pd'", option);
NULL             1513 ext/ftp/php_ftp.c 	if ((ftp = (ftpbuf_t *)zend_fetch_resource(Z_RES_P(z_ftp), le_ftpbuf_name, le_ftpbuf)) == NULL) {
NULL             1528 ext/ftp/php_ftp.c 			php_error_docref(NULL, E_WARNING, "Unknown option '%pd'", option);
NULL               80 ext/ftp/php_ftp.h #define php_ftp_module_ptr NULL
NULL              974 ext/gd/gd.c    	NULL,
NULL              975 ext/gd/gd.c    	NULL,
NULL              979 ext/gd/gd.c    	NULL,
NULL              992 ext/gd/gd.c    	PHP_INI_ENTRY("gd.jpeg_ignore_warning", "0", PHP_INI_ALL, NULL)
NULL             1024 ext/gd/gd.c    	php_verror(NULL, "", type, format, args);
NULL             1033 ext/gd/gd.c    	le_gd = zend_register_list_destructors_ex(php_free_gd_image, NULL, "gd", module_number);
NULL             1034 ext/gd/gd.c    	le_gd_font = zend_register_list_destructors_ex(php_free_gd_font, NULL, "gd font", module_number);
NULL             1334 ext/gd/gd.c    	stream = php_stream_open_wrapper(ZSTR_VAL(file), "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERRORS, NULL);
NULL             1335 ext/gd/gd.c    	if (stream == NULL) {
NULL             1360 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "End of file while reading header");
NULL             1362 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Error while reading header");
NULL             1381 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Error reading font, invalid font header");
NULL             1388 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Error reading font");
NULL             1404 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "End of file while reading body");
NULL             1406 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Error while reading body");
NULL             1436 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1467 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Invalid image dimensions");
NULL             1492 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1513 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1518 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Number of colors has to be greater than zero");
NULL             1538 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1562 ext/gd/gd.c    	if ((im1 = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM1), "Image", le_gd)) == NULL) {
NULL             1565 ext/gd/gd.c    	if ((im2 = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM2), "Image", le_gd)) == NULL) {
NULL             1572 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Image1 must be TrueColor" );
NULL             1576 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Image2 must be Palette" );
NULL             1580 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Image1 and Image2 must be the same size" );
NULL             1584 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Image2 must have at least one color" );
NULL             1605 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1627 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1650 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1682 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1704 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1726 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1749 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1773 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1793 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1813 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             1834 ext/gd/gd.c    	if ((im_dst = (gdImagePtr)zend_fetch_resource(Z_RES_P(DIM), "Image", le_gd)) == NULL) {
NULL             1838 ext/gd/gd.c    	if ((im_src = (gdImagePtr)zend_fetch_resource(Z_RES_P(SIM), "Image", le_gd)) == NULL) {
NULL             1875 ext/gd/gd.c    	gdImagePtr im = NULL;
NULL             1884 ext/gd/gd.c    		php_error_docref(NULL, E_NOTICE, "Invalid window handle");
NULL             1916 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Windows API too old");
NULL             2021 ext/gd/gd.c    	if ((im_src = (gdImagePtr)zend_fetch_resource(Z_RES_P(SIM), "Image", le_gd)) == NULL) {
NULL             2027 ext/gd/gd.c    	if (im_dst != NULL) {
NULL             2046 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             2050 ext/gd/gd.c    	if ((tile = (gdImagePtr)zend_fetch_resource(Z_RES_P(TILE), "Image", le_gd)) == NULL) {
NULL             2071 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             2075 ext/gd/gd.c    	if ((tile = (gdImagePtr)zend_fetch_resource(Z_RES_P(TILE), "Image", le_gd)) == NULL) {
NULL             2097 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Invalid image dimensions");
NULL             2163 ext/gd/gd.c    	if (data == NULL) {
NULL             2204 ext/gd/gd.c    		return NULL;
NULL             2209 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Passed data is not in '%s' format", tn);
NULL             2211 ext/gd/gd.c    		return NULL;
NULL             2235 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Empty string or invalid image");
NULL             2248 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "No JPEG support in this PHP build");
NULL             2257 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "No PNG support in this PHP build");
NULL             2275 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Data is not in a recognized format");
NULL             2280 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Couldn't create GD Image Stream out of Data");
NULL             2295 ext/gd/gd.c    	gdImagePtr im = NULL;
NULL             2297 ext/gd/gd.c    	FILE * fp = NULL;
NULL             2307 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Zero width or height not allowed");
NULL             2317 ext/gd/gd.c    	stream = php_stream_open_wrapper(file, "rb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL);
NULL             2318 ext/gd/gd.c    	if (stream == NULL)	{
NULL             2336 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING,"Cannot read image data");
NULL             2346 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING,"Cannot allocate GD IO context");
NULL             2399 ext/gd/gd.c    	php_error_docref(NULL, E_WARNING, "'%s' is not a valid %s file", file, tn);
NULL             2449 ext/gd/gd.c    	_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_XBM, "XBM", gdImageCreateFromXbm, NULL);
NULL             2458 ext/gd/gd.c    	_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_XPM, "XPM", gdImageCreateFromXpm, NULL);
NULL             2500 ext/gd/gd.c    	char *file = NULL;
NULL             2503 ext/gd/gd.c    	char *fn = NULL;
NULL             2517 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(imgind), "Image", le_gd)) == NULL) {
NULL             2536 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Unable to open '%s' for writing", fn);
NULL             2545 ext/gd/gd.c    					php_error_docref(NULL, E_WARNING, "Invalid threshold value '%d'. It must be between 0 and 255", q);
NULL             2586 ext/gd/gd.c    		tmp = php_open_temporary_file(NULL, NULL, &path);
NULL             2587 ext/gd/gd.c    		if (tmp == NULL) {
NULL             2588 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Unable to open temporary file");
NULL             2597 ext/gd/gd.c      					php_error_docref(NULL, E_WARNING, "Invalid threshold value '%d'. It must be between 0 and 255", q);
NULL             2733 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             2757 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             2780 ext/gd/gd.c    	if ((dst = (gdImagePtr)zend_fetch_resource(Z_RES_P(dstim), "Image", le_gd)) == NULL) {
NULL             2784 ext/gd/gd.c    	if ((src = (gdImagePtr)zend_fetch_resource(Z_RES_P(srcim), "Image", le_gd)) == NULL) {
NULL             2804 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             2812 ext/gd/gd.c    			php_error_docref(NULL, E_NOTICE, "%pd,%pd is out of bounds", x, y);
NULL             2819 ext/gd/gd.c    			php_error_docref(NULL, E_NOTICE, "%pd,%pd is out of bounds", x, y);
NULL             2838 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             2858 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             2879 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             2894 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Color index %d out of range",	col);
NULL             2912 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             2932 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             2953 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             2983 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             2997 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Color index %d out of range", col);
NULL             3016 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3061 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3082 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3110 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3131 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3152 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3173 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3204 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3225 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3246 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3266 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3287 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3312 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3332 ext/gd/gd.c    	zval *var = NULL;
NULL             3341 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3350 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "You must have at least 3 points in your array");
NULL             3354 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "You must give a positive number of points");
NULL             3358 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Trying to use %d points in array with only %d points", npoints, nelem/2);
NULL             3365 ext/gd/gd.c    		if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2))) != NULL) {
NULL             3368 ext/gd/gd.c    		if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1)) != NULL) {
NULL             3515 ext/gd/gd.c    	unsigned char *str = NULL;
NULL             3522 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3615 ext/gd/gd.c    	if ((im_dst = (gdImagePtr)zend_fetch_resource(Z_RES_P(DIM), "Image", le_gd)) == NULL) {
NULL             3619 ext/gd/gd.c    	if ((im_src = (gdImagePtr)zend_fetch_resource(Z_RES_P(SIM), "Image", le_gd)) == NULL) {
NULL             3648 ext/gd/gd.c    	if ((im_dst = (gdImagePtr)zend_fetch_resource(Z_RES_P(DIM), "Image", le_gd)) == NULL) {
NULL             3652 ext/gd/gd.c    	if ((im_src = (gdImagePtr)zend_fetch_resource(Z_RES_P(SIM), "Image", le_gd)) == NULL) {
NULL             3682 ext/gd/gd.c    	if ((im_dst = (gdImagePtr)zend_fetch_resource(Z_RES_P(DIM), "Image", le_gd)) == NULL) {
NULL             3686 ext/gd/gd.c    	if ((im_src = (gdImagePtr)zend_fetch_resource(Z_RES_P(SIM), "Image", le_gd)) == NULL) {
NULL             3716 ext/gd/gd.c    	if ((im_dst = (gdImagePtr)zend_fetch_resource(Z_RES_P(DIM), "Image", le_gd)) == NULL) {
NULL             3720 ext/gd/gd.c    	if ((im_src = (gdImagePtr)zend_fetch_resource(Z_RES_P(SIM), "Image", le_gd)) == NULL) {
NULL             3734 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Invalid image dimensions");
NULL             3754 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3773 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3826 ext/gd/gd.c    	zval *IM, *EXT = NULL;
NULL             3827 ext/gd/gd.c    	gdImagePtr im=NULL;
NULL             3832 ext/gd/gd.c    	char *str = NULL, *fontname = NULL;
NULL             3833 ext/gd/gd.c    	char *error = NULL;
NULL             3849 ext/gd/gd.c    		if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             3863 ext/gd/gd.c    			if (key == NULL) {
NULL             3878 ext/gd/gd.c    			fontname = NULL;
NULL             3895 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "%s", error);
NULL             3949 ext/gd/gd.c    	if (im_dest == NULL) {
NULL             3950 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Unable to allocate temporary buffer");
NULL             3956 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Unable to allocate the colors for the destination buffer");
NULL             3962 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Unable to allocate the colors for the destination buffer");
NULL             3995 ext/gd/gd.c    	char *fn_org = NULL;
NULL             3996 ext/gd/gd.c    	char *fn_dest = NULL;
NULL             4022 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Invalid threshold value '%d'", int_threshold);
NULL             4035 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Unable to open '%s' for reading", fn_org);
NULL             4042 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Unable to open '%s' for writing", fn_dest);
NULL             4049 ext/gd/gd.c    			if (im_org == NULL) {
NULL             4050 ext/gd/gd.c    				php_error_docref(NULL, E_WARNING, "Unable to open '%s' Not a valid GIF file", fn_dest);
NULL             4059 ext/gd/gd.c    			if (im_org == NULL) {
NULL             4060 ext/gd/gd.c    				php_error_docref(NULL, E_WARNING, "Unable to open '%s' Not a valid JPEG file", fn_dest);
NULL             4069 ext/gd/gd.c    			if (im_org == NULL) {
NULL             4070 ext/gd/gd.c    				php_error_docref(NULL, E_WARNING, "Unable to open '%s' Not a valid PNG file", fn_dest);
NULL             4077 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Format not supported");
NULL             4110 ext/gd/gd.c    	if (im_tmp == NULL ) {
NULL             4111 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Unable to allocate temporary buffer");
NULL             4122 ext/gd/gd.c    	if (im_dest == NULL) {
NULL             4123 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Unable to allocate destination buffer");
NULL             4129 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Unable to allocate the colors for the destination buffer");
NULL             4135 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Unable to allocate the colors for the destination buffer");
NULL             4174 ext/gd/gd.c    	if ((im_src = (gdImagePtr)zend_fetch_resource(Z_RES_P(SIM), "Image", le_gd)) == NULL) {	\
NULL             4210 ext/gd/gd.c    	if ((im_src = (gdImagePtr)zend_fetch_resource(Z_RES_P(SIM), "Image", le_gd)) == NULL) {
NULL             4214 ext/gd/gd.c    	if (im_src == NULL) {
NULL             4235 ext/gd/gd.c    	if ((im_src = (gdImagePtr)zend_fetch_resource(Z_RES_P(SIM), "Image", le_gd)) == NULL) {
NULL             4239 ext/gd/gd.c    	if (im_src == NULL) {
NULL             4261 ext/gd/gd.c    	if ((im_src = (gdImagePtr)zend_fetch_resource(Z_RES_P(SIM), "Image", le_gd)) == NULL) {
NULL             4265 ext/gd/gd.c    	if (im_src == NULL) {
NULL             4342 ext/gd/gd.c    	if ((im_src = (gdImagePtr)zend_fetch_resource(Z_RES_P(SIM), "Image", le_gd)) == NULL) {
NULL             4346 ext/gd/gd.c    	if (im_src == NULL) {
NULL             4368 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             4372 ext/gd/gd.c    	if (im == NULL) {
NULL             4424 ext/gd/gd.c    	zval *var = NULL, *var2 = NULL;
NULL             4425 ext/gd/gd.c    	gdImagePtr im_src = NULL;
NULL             4434 ext/gd/gd.c    	if ((im_src = (gdImagePtr)zend_fetch_resource(Z_RES_P(SIM), "Image", le_gd)) == NULL) {
NULL             4440 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "You must have 3x3 array");
NULL             4445 ext/gd/gd.c    		if ((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRAY) {
NULL             4447 ext/gd/gd.c    				php_error_docref(NULL, E_WARNING, "You must have 3x3 array");
NULL             4452 ext/gd/gd.c    				if ((var2 = zend_hash_index_find(Z_ARRVAL_P(var), j)) != NULL) {
NULL             4455 ext/gd/gd.c    					php_error_docref(NULL, E_WARNING, "You must have a 3x3 matrix");
NULL             4484 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             4502 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Unknown flip mode");
NULL             4523 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             4547 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             4551 ext/gd/gd.c    	if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "x", sizeof("x") -1)) != NULL) {
NULL             4554 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Missing x position");
NULL             4558 ext/gd/gd.c    	if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "y", sizeof("y") - 1)) != NULL) {
NULL             4561 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Missing y position");
NULL             4565 ext/gd/gd.c    	if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "width", sizeof("width") - 1)) != NULL) {
NULL             4568 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Missing width");
NULL             4572 ext/gd/gd.c    	if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "height", sizeof("height") - 1)) != NULL) {
NULL             4575 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Missing height");
NULL             4581 ext/gd/gd.c    	if (im_crop == NULL) {
NULL             4604 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             4621 ext/gd/gd.c    				php_error_docref(NULL, E_WARNING, "Color argument missing with threshold mode");
NULL             4628 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Unknown crop mode");
NULL             4631 ext/gd/gd.c    	if (im_crop == NULL) {
NULL             4645 ext/gd/gd.c    	gdImagePtr im_scaled = NULL;
NULL             4655 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             4677 ext/gd/gd.c    	if (im_scaled == NULL) {
NULL             4693 ext/gd/gd.c    	gdRectPtr pRect = NULL;
NULL             4694 ext/gd/gd.c    	zval *z_rect = NULL;
NULL             4699 ext/gd/gd.c    	zval *zval_affine_elem = NULL;
NULL             4705 ext/gd/gd.c    	if ((src = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL             4710 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Affine array must have six elements");
NULL             4715 ext/gd/gd.c    		if ((zval_affine_elem = zend_hash_index_find(Z_ARRVAL_P(z_affine), i)) != NULL) {
NULL             4727 ext/gd/gd.c    					php_error_docref(NULL, E_WARNING, "Invalid type for element %i", i);
NULL             4733 ext/gd/gd.c    	if (z_rect != NULL) {
NULL             4734 ext/gd/gd.c    		if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "x", sizeof("x") - 1)) != NULL) {
NULL             4737 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Missing x position");
NULL             4741 ext/gd/gd.c    		if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "y", sizeof("y") - 1)) != NULL) {
NULL             4744 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Missing y position");
NULL             4748 ext/gd/gd.c    		if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "width", sizeof("width") - 1)) != NULL) {
NULL             4751 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Missing width");
NULL             4755 ext/gd/gd.c    		if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "height", sizeof("height") - 1)) != NULL) {
NULL             4758 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Missing height");
NULL             4767 ext/gd/gd.c    		pRect = NULL;
NULL             4774 ext/gd/gd.c    	if (dst == NULL) {
NULL             4788 ext/gd/gd.c    	zval *options = NULL;
NULL             4801 ext/gd/gd.c    				php_error_docref(NULL, E_WARNING, "Array expected as options");
NULL             4804 ext/gd/gd.c    			if ((tmp = zend_hash_str_find(Z_ARRVAL_P(options), "x", sizeof("x") - 1)) != NULL) {
NULL             4807 ext/gd/gd.c    				php_error_docref(NULL, E_WARNING, "Missing x position");
NULL             4811 ext/gd/gd.c    			if ((tmp = zend_hash_str_find(Z_ARRVAL_P(options), "y", sizeof("y") - 1)) != NULL) {
NULL             4814 ext/gd/gd.c    				php_error_docref(NULL, E_WARNING, "Missing y position");
NULL             4832 ext/gd/gd.c    				php_error_docref(NULL, E_WARNING, "Number is expected as option");
NULL             4849 ext/gd/gd.c    			php_error_docref(NULL, E_WARNING, "Invalid type for element %li", type);
NULL             4881 ext/gd/gd.c    		php_error_docref(NULL, E_WARNING, "Affine arrays must have six elements");
NULL             4886 ext/gd/gd.c    		if ((tmp = zend_hash_index_find(Z_ARRVAL_P(z_m1), i)) != NULL) {
NULL             4898 ext/gd/gd.c    					php_error_docref(NULL, E_WARNING, "Invalid type for element %i", i);
NULL             4902 ext/gd/gd.c    		if ((tmp = zend_hash_index_find(Z_ARRVAL_P(z_m2), i)) != NULL) {
NULL             4914 ext/gd/gd.c    					php_error_docref(NULL, E_WARNING, "Invalid type for element %i", i);
NULL             4942 ext/gd/gd.c    	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(IM), "Image", le_gd)) == NULL) {
NULL               57 ext/gd/gd_compat.c 		php_error_docref(NULL, E_WARNING, "gd warning: one parameter to a memory allocation multiplication is negative or zero, failing operation gracefully\n");
NULL               61 ext/gd/gd_compat.c 		php_error_docref(NULL, E_WARNING, "gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully\n");
NULL               64 ext/gd/gd_ctx.c 		ctx->data = NULL;
NULL               75 ext/gd/gd_ctx.c 	char *file = NULL;
NULL               82 ext/gd/gd_ctx.c 	gdIOCtx *ctx = NULL;
NULL               83 ext/gd/gd_ctx.c 	zval *to_zval = NULL;
NULL              106 ext/gd/gd_ctx.c 	if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(imgind), "Image", phpi_get_le_gd())) == NULL) {
NULL              117 ext/gd/gd_ctx.c 	if (argc > 1 && to_zval != NULL) {
NULL              120 ext/gd/gd_ctx.c 			if (stream == NULL) {
NULL              125 ext/gd/gd_ctx.c 				php_error_docref(NULL, E_WARNING, "Invalid 2nd parameter, filename must not contain null bytes");
NULL              129 ext/gd/gd_ctx.c 			stream = php_stream_open_wrapper(Z_STRVAL_P(to_zval), "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL);
NULL              130 ext/gd/gd_ctx.c 			if (stream == NULL) {
NULL              134 ext/gd/gd_ctx.c 			php_error_docref(NULL, E_WARNING, "Invalid 2nd parameter, it must a filename or a stream");
NULL              137 ext/gd/gd_ctx.c 	} else if (argc > 1 && file != NULL) {
NULL              138 ext/gd/gd_ctx.c 		stream = php_stream_open_wrapper(file, "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_WIN, NULL);
NULL              139 ext/gd/gd_ctx.c 		if (stream == NULL) {
NULL              166 ext/gd/gd_ctx.c 				php_error_docref(NULL, E_WARNING, "Invalid threshold value '%d'. It must be between 0 and 255", q);
NULL               67 ext/gd/gdcache.c 	head->mru = NULL;
NULL               94 ext/gd/gdcache.c 	gdCache_element_t *elem, *prev = NULL, *prevprev = NULL;
NULL               98 ext/gd/gdcache.c 	if (elem == NULL) {
NULL               99 ext/gd/gdcache.c 		return NULL;
NULL              121 ext/gd/gdcache.c 		return NULL;
NULL              128 ext/gd/gdcache.c 		prevprev->next = NULL;
NULL              167 ext/gd/gdcache.c 	if (map == NULL) {
NULL              168 ext/gd/gdcache.c 		return NULL;
NULL              173 ext/gd/gdcache.c 	*error = NULL;
NULL               48 ext/gd/gdcache.h #ifndef NULL
NULL              107 ext/gd/libgd/gd.c 	php_verror(NULL, "", type, format, args);
NULL              117 ext/gd/libgd/gd.c 	php_verror(NULL, "", E_WARNING, format, args);
NULL              127 ext/gd/libgd/gd.c 		return NULL;
NULL              131 ext/gd/libgd/gd.c 		return NULL;
NULL              169 ext/gd/libgd/gd.c 	im->interpolation = NULL;
NULL              180 ext/gd/libgd/gd.c 		return NULL;
NULL              184 ext/gd/libgd/gd.c 		return NULL;
NULL              188 ext/gd/libgd/gd.c 		return NULL;
NULL              224 ext/gd/libgd/gd.c 	im->interpolation = NULL;
NULL             1874 ext/gd/libgd/gd.c 	struct seg *stack = NULL;
NULL             3024 ext/gd/libgd/gd.c 	if (src == NULL) {
NULL             3036 ext/gd/libgd/gd.c 		if (src->tpixels == NULL) {
NULL             3046 ext/gd/libgd/gd.c 			if (src->tpixels[y] == NULL) {
NULL             3068 ext/gd/libgd/gd.c 	src->pixels = NULL;
NULL               51 ext/gd/libgd/gd_crop.c 		if (dst == NULL) {
NULL               52 ext/gd/libgd/gd_crop.c 			return NULL;
NULL               57 ext/gd/libgd/gd_crop.c 		if (dst == NULL) {
NULL               58 ext/gd/libgd/gd_crop.c 			return NULL;
NULL              170 ext/gd/libgd/gd_crop.c 		return NULL;
NULL              203 ext/gd/libgd/gd_crop.c 		return NULL;
NULL              243 ext/gd/libgd/gd_crop.c 		return NULL;
NULL              262 ext/gd/libgd/gd_crop.c 		return NULL;
NULL               24 ext/gd/libgd/gd_filter.c 	if (src==NULL) {
NULL               58 ext/gd/libgd/gd_filter.c 	if (src==NULL) {
NULL               91 ext/gd/libgd/gd_filter.c 	if (src==NULL || (brightness < -255 || brightness>255)) {
NULL              138 ext/gd/libgd/gd_filter.c 	if (src==NULL) {
NULL              194 ext/gd/libgd/gd_filter.c 	if (src == NULL) {
NULL              239 ext/gd/libgd/gd_filter.c 	if (src==NULL) {
NULL              245 ext/gd/libgd/gd_filter.c 	if (srcback==NULL) {
NULL              305 ext/gd/libgd/gd_filter.c 	if (src==NULL) {
NULL              311 ext/gd/libgd/gd_filter.c 	if (srcback==NULL) {
NULL              174 ext/gd/libgd/gd_gd.c 	if (im == NULL) {
NULL              275 ext/gd/libgd/gd_gd.c 	gdIOCtx *out = gdNewDynamicCtx(2048, NULL);
NULL              179 ext/gd/libgd/gd_gd2.c 	if (im == NULL) {
NULL              256 ext/gd/libgd/gd_gd2.c 	t_chunk_info *chunkIdx = NULL;	/* So we can gdFree it with impunity. */
NULL              257 ext/gd/libgd/gd_gd2.c 	unsigned char *chunkBuf = NULL;	/* So we can gdFree it with impunity. */
NULL              264 ext/gd/libgd/gd_gd2.c 	char *compBuf = NULL;		/* So we can gdFree it with impunity. */
NULL              422 ext/gd/libgd/gd_gd2.c 	t_chunk_info *chunkIdx = NULL;
NULL              423 ext/gd/libgd/gd_gd2.c 	unsigned char *chunkBuf = NULL;
NULL              429 ext/gd/libgd/gd_gd2.c 	char *compBuf = NULL;
NULL              453 ext/gd/libgd/gd_gd2.c 	if (im == NULL) {
NULL              648 ext/gd/libgd/gd_gd2.c 	char *chunkData = NULL;	/* So we can gdFree it with impunity. */
NULL              649 ext/gd/libgd/gd_gd2.c 	char *compData = NULL;	/* So we can gdFree it with impunity. */
NULL              653 ext/gd/libgd/gd_gd2.c 	t_chunk_info *chunkIdx = NULL; /* So we can gdFree it with impunity. */
NULL              822 ext/gd/libgd/gd_gd2.c 	gdIOCtx *out = gdNewDynamicCtx(2048, NULL);
NULL              103 ext/gd/libgd/gd_gif_in.c 	gdIOCtx         *in = gdNewSSCtx(inSource, NULL);
NULL              355 ext/gd/libgd/gd_gif_in.c 		char *tmp = NULL;
NULL              103 ext/gd/libgd/gd_gif_out.c   gdIOCtx *out = gdNewDynamicCtx (2048, NULL);
NULL              886 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL              953 ext/gd/libgd/gd_interpolation.c 			return NULL;
NULL             1003 ext/gd/libgd/gd_interpolation.c 	if (contrib == NULL) {
NULL             1068 ext/gd/libgd/gd_interpolation.c 	if (tmp_im == NULL) {
NULL             1069 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             1075 ext/gd/libgd/gd_interpolation.c 	if (dst == NULL) {
NULL             1077 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             1091 ext/gd/libgd/gd_interpolation.c 	if (tmp_im == NULL) {
NULL             1092 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             1125 ext/gd/libgd/gd_interpolation.c 	if (dst_img == NULL) {
NULL             1126 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             1225 ext/gd/libgd/gd_interpolation.c 	if (new_img == NULL) {
NULL             1226 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             1318 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             1424 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             1634 ext/gd/libgd/gd_interpolation.c 	gdImagePtr im_scaled = NULL;
NULL             1636 ext/gd/libgd/gd_interpolation.c 	if (src == NULL || src->interpolation_id < 0 || src->interpolation_id > GD_METHOD_COUNT) {
NULL             1656 ext/gd/libgd/gd_interpolation.c 			if (src->interpolation == NULL) {
NULL             1657 ext/gd/libgd/gd_interpolation.c 				return NULL;
NULL             1685 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             1741 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             1746 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             1798 ext/gd/libgd/gd_interpolation.c 	if (dst == NULL) {
NULL             1799 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             1918 ext/gd/libgd/gd_interpolation.c 	if (dst == NULL) {
NULL             1919 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             2166 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             2192 ext/gd/libgd/gd_interpolation.c 	if (src == NULL || src->interpolation_id < 1 || src->interpolation_id > GD_METHOD_COUNT) {
NULL             2193 ext/gd/libgd/gd_interpolation.c 		return NULL;
NULL             2212 ext/gd/libgd/gd_interpolation.c 	return NULL;
NULL             2268 ext/gd/libgd/gd_interpolation.c 	if (src_area == NULL) {
NULL             2279 ext/gd/libgd/gd_interpolation.c 	if (*dst == NULL) {
NULL             2302 ext/gd/libgd/gd_interpolation.c 		dst = NULL;
NULL             2480 ext/gd/libgd/gd_interpolation.c 	if (im == NULL || id < 0 || id > GD_METHOD_COUNT) {
NULL             2492 ext/gd/libgd/gd_interpolation.c 			im->interpolation = NULL;
NULL              111 ext/gd/libgd/gd_io_dp.c 		data = NULL;
NULL              112 ext/gd/libgd/gd_io_dp.c 		if (dp->data != NULL && dp->freeOK) {
NULL              117 ext/gd/libgd/gd_io_dp.c 	dp->data = NULL;
NULL              275 ext/gd/libgd/gd_io_dp.c 	if (data == NULL) {
NULL               65 ext/gd/libgd/gd_io_ss.c 	ctx->ctx.tell = NULL;
NULL               66 ext/gd/libgd/gd_io_ss.c 	ctx->ctx.seek = NULL;
NULL              154 ext/gd/libgd/gd_jpeg.c 	gdIOCtx *out = gdNewDynamicCtx (2048, NULL);
NULL              715 ext/gd/libgd/gd_jpeg.c 	if (cinfo->src == NULL) { /* first time for this JPEG object? */
NULL              731 ext/gd/libgd/gd_jpeg.c 	src->pub.next_input_byte = NULL;	/* until buffer loaded */
NULL              839 ext/gd/libgd/gd_jpeg.c 	if (cinfo->dest == NULL) { /* first time for this JPEG object? */
NULL               67 ext/gd/libgd/gd_png.c 	if (jmpbuf_ptr == NULL) { /* we are completely hosed now */
NULL              130 ext/gd/libgd/gd_png.c 	volatile png_bytep image_data = NULL;
NULL              131 ext/gd/libgd/gd_png.c 	volatile png_bytepp row_pointers = NULL;
NULL              132 ext/gd/libgd/gd_png.c 	gdImagePtr im = NULL;
NULL              133 ext/gd/libgd/gd_png.c 	int i, j, *open = NULL;
NULL              146 ext/gd/libgd/gd_png.c 		return NULL;
NULL              150 ext/gd/libgd/gd_png.c 		return NULL;
NULL              154 ext/gd/libgd/gd_png.c 	png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, &jbw, gdPngErrorHandler, NULL);
NULL              156 ext/gd/libgd/gd_png.c 	png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
NULL              158 ext/gd/libgd/gd_png.c 	if (png_ptr == NULL) {
NULL              160 ext/gd/libgd/gd_png.c 		return NULL;
NULL              164 ext/gd/libgd/gd_png.c 	if (info_ptr == NULL) {
NULL              166 ext/gd/libgd/gd_png.c 		png_destroy_read_struct (&png_ptr, NULL, NULL);
NULL              168 ext/gd/libgd/gd_png.c 		return NULL;
NULL              182 ext/gd/libgd/gd_png.c 		png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
NULL              184 ext/gd/libgd/gd_png.c 		return NULL;
NULL              193 ext/gd/libgd/gd_png.c 	png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, &interlace_type, NULL, NULL);
NULL              200 ext/gd/libgd/gd_png.c 	if (im == NULL) {
NULL              202 ext/gd/libgd/gd_png.c 		png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
NULL              204 ext/gd/libgd/gd_png.c 		return NULL;
NULL              219 ext/gd/libgd/gd_png.c 		png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
NULL              225 ext/gd/libgd/gd_png.c 		return NULL;
NULL              243 ext/gd/libgd/gd_png.c 				png_get_tRNS(png_ptr, info_ptr, &trans, &num_trans, NULL);
NULL              255 ext/gd/libgd/gd_png.c 			if ((palette = (png_colorp) gdMalloc (256 * sizeof (png_color))) == NULL) {
NULL              257 ext/gd/libgd/gd_png.c 				png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
NULL              259 ext/gd/libgd/gd_png.c 				return NULL;
NULL              275 ext/gd/libgd/gd_png.c 				png_get_tRNS(png_ptr, info_ptr, NULL, NULL, &trans_gray_rgb);
NULL              305 ext/gd/libgd/gd_png.c 					png_get_tRNS(png_ptr, info_ptr, NULL, NULL, &trans_color_rgb);
NULL              333 ext/gd/libgd/gd_png.c 	png_read_end(png_ptr, NULL);		/* ...done! */
NULL              357 ext/gd/libgd/gd_png.c 	png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
NULL              437 ext/gd/libgd/gd_png.c 	gdIOCtx *out = gdNewDynamicCtx(2048, NULL);
NULL              448 ext/gd/libgd/gd_png.c 	gdIOCtx *out = gdNewDynamicCtx(2048, NULL);
NULL              482 ext/gd/libgd/gd_png.c 	png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING, &jbw, gdPngErrorHandler, NULL);
NULL              484 ext/gd/libgd/gd_png.c 	png_ptr = png_create_write_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
NULL              486 ext/gd/libgd/gd_png.c 	if (png_ptr == NULL) {
NULL              492 ext/gd/libgd/gd_png.c 	if (info_ptr == NULL) {
NULL              494 ext/gd/libgd/gd_png.c 		png_destroy_write_struct (&png_ptr, (png_infopp) NULL);
NULL              614 ext/gd/libgd/gd_png.c 			png_set_tRNS (png_ptr, info_ptr, trans_values, 256, NULL);
NULL              637 ext/gd/libgd/gd_png.c 			png_set_tRNS(png_ptr, info_ptr, trans_values, tc, NULL);
NULL              220 ext/gd/libgd/gd_rotate.c 	if (dst != NULL) {
NULL              267 ext/gd/libgd/gd_rotate.c 	if (dst != NULL) {
NULL              315 ext/gd/libgd/gd_rotate.c 	if (dst != NULL) {
NULL              374 ext/gd/libgd/gd_rotate.c 	if (dst1 == NULL) {
NULL              375 ext/gd/libgd/gd_rotate.c 		return NULL;
NULL              442 ext/gd/libgd/gd_rotate.c 	if (dst2 == NULL) {
NULL              444 ext/gd/libgd/gd_rotate.c 		return NULL;
NULL              474 ext/gd/libgd/gd_rotate.c 	if (dst3 == NULL) {
NULL              476 ext/gd/libgd/gd_rotate.c 		return NULL;
NULL              510 ext/gd/libgd/gd_rotate.c 	if (src == NULL) {
NULL              511 ext/gd/libgd/gd_rotate.c 		return NULL;
NULL              515 ext/gd/libgd/gd_rotate.c 		return NULL;
NULL              549 ext/gd/libgd/gd_rotate.c 	if (pMidImg == NULL) {
NULL              550 ext/gd/libgd/gd_rotate.c 		return NULL;
NULL               22 ext/gd/libgd/gd_ss.c 	gdIOCtx *out = gdNewSSCtx(NULL, outSink);
NULL               29 ext/gd/libgd/gd_ss.c 	gdIOCtx *in = gdNewSSCtx(inSource, NULL);
NULL               46 ext/gd/libgd/gd_ss.c 	return NULL;
NULL              430 ext/gd/libgd/gd_topal.c   boxptr which = NULL;
NULL              451 ext/gd/libgd/gd_topal.c   boxptr which = NULL;
NULL              625 ext/gd/libgd/gd_topal.c       if (b1 == NULL)		/* no splittable boxes left! */
NULL             1706 ext/gd/libgd/gd_topal.c 	  if (cquantize->fserrors == NULL)
NULL             1712 ext/gd/libgd/gd_topal.c 	  if (cquantize->error_limiter == NULL)
NULL             1782 ext/gd/libgd/gd_topal.c   my_cquantize_ptr cquantize = NULL;
NULL             1855 ext/gd/libgd/gd_topal.c   cquantize->fserrors = NULL;	/* flag optional arrays not allocated */
NULL             1856 ext/gd/libgd/gd_topal.c   cquantize->error_limiter = NULL;
NULL             1904 ext/gd/libgd/gd_topal.c     cquantize->sv_colormap = NULL;
NULL              100 ext/gd/libgd/gd_wbmp.c 	if ((wbmp = createwbmp (gdImageSX (image), gdImageSY (image), WBMP_WHITE)) == NULL) {
NULL              131 ext/gd/libgd/gd_wbmp.c 	gdImagePtr im = NULL;
NULL              136 ext/gd/libgd/gd_wbmp.c 		return NULL;
NULL              141 ext/gd/libgd/gd_wbmp.c 		return NULL;
NULL              204 ext/gd/libgd/gd_wbmp.c 	gdIOCtx *out = gdNewDynamicCtx(2048, NULL);
NULL               40 ext/gd/libgd/gd_webp.c 	uint8_t   *filedata = NULL;
NULL               41 ext/gd/libgd/gd_webp.c 	uint8_t    *argb = NULL;
NULL               59 ext/gd/libgd/gd_webp.c 			return NULL;
NULL               71 ext/gd/libgd/gd_webp.c 		return NULL;
NULL               77 ext/gd/libgd/gd_webp.c 		return NULL;
NULL               84 ext/gd/libgd/gd_webp.c 		return NULL;
NULL              110 ext/gd/libgd/gd_webp.c 	if (im == NULL) {
NULL              174 ext/gd/libgd/gd_webp.c 	gdIOCtx *out = gdNewDynamicCtx(2048, NULL);
NULL              185 ext/gd/libgd/gd_webp.c 	gdIOCtx *out = gdNewDynamicCtx(2048, NULL);
NULL               66 ext/gd/libgd/gdcache.c   head->mru = NULL;
NULL               94 ext/gd/libgd/gdcache.c   gdCache_element_t *elem, *prev = NULL, *prevprev = NULL;
NULL              120 ext/gd/libgd/gdcache.c       return NULL;
NULL              129 ext/gd/libgd/gdcache.c       prevprev->next = NULL;
NULL              173 ext/gd/libgd/gdcache.c   *error = NULL;
NULL               47 ext/gd/libgd/gdcache.h #ifndef NULL
NULL              203 ext/gd/libgd/gdft.c static gdCache_head_t *fontCache = NULL;
NULL              373 ext/gd/libgd/gdft.c 	char *name, *path=NULL, *dir;
NULL              439 ext/gd/libgd/gdft.c 		path = NULL;
NULL              455 ext/gd/libgd/gdft.c 		return NULL;
NULL              463 ext/gd/libgd/gdft.c 		return NULL;
NULL              538 ext/gd/libgd/gdft.c 		return NULL;
NULL              627 ext/gd/libgd/gdft.c 	unsigned char *pixel = NULL;
NULL              628 ext/gd/libgd/gdft.c 	int *tpixel = NULL;
NULL              691 ext/gd/libgd/gdft.c 		return (char *) NULL;
NULL              746 ext/gd/libgd/gdft.c 	return (char *) NULL;
NULL              761 ext/gd/libgd/gdft.c 		fontCache = NULL;
NULL              827 ext/gd/libgd/gdft.c 	char *tmpstr = NULL;
NULL             1069 ext/gd/libgd/gdft.c 		FT_Set_Transform(face, &matrix, NULL);
NULL             1207 ext/gd/libgd/gdft.c 	return (char *) NULL;
NULL               81 ext/gd/libgd/gdkanji.c 	php_error_docref(NULL, E_WARNING, "%s: %s", LIBNAME, tmp);
NULL               93 ext/gd/libgd/gdkanji.c   char *lang = NULL;
NULL              168 ext/gd/libgd/gdtest.c   if (im2 == NULL)
NULL               60 ext/gd/libgd/gdtestft.c   err = gdImageStringFT ((gdImagePtr) NULL, &brect[0], 0, f, sz, angle, 0, 0, s);
NULL               87 ext/gd/libgd/gdtestft.c   err = gdImageStringFT (im, NULL, black, f, sz, angle, x, y, s);
NULL               51 ext/gd/libgd/gdxpm.c 				red = strtol(buf, NULL, 16);
NULL               54 ext/gd/libgd/gdxpm.c 				green = strtol(buf, NULL, 16);
NULL               57 ext/gd/libgd/gdxpm.c 				blue = strtol(buf, NULL, 16);
NULL               64 ext/gd/libgd/gdxpm.c 				red = strtol(buf, NULL, 16);
NULL               68 ext/gd/libgd/gdxpm.c 				green = strtol(buf, NULL, 16);
NULL               72 ext/gd/libgd/gdxpm.c 				blue = strtol(buf, NULL, 16);
NULL               80 ext/gd/libgd/gdxpm.c 				red = strtol(buf, NULL, 16);
NULL               86 ext/gd/libgd/gdxpm.c 				green = strtol(buf, NULL, 16);
NULL               92 ext/gd/libgd/gdxpm.c 				blue = strtol(buf, NULL, 16);
NULL              102 ext/gd/libgd/gdxpm.c 				red = strtol(buf, NULL, 16);
NULL              109 ext/gd/libgd/gdxpm.c 				green = strtol(buf, NULL, 16);
NULL              116 ext/gd/libgd/gdxpm.c 				blue = strtol(buf, NULL, 16);
NULL              116 ext/gd/libgd/wbmp.c   if ((wbmp = (Wbmp *) gdMalloc (sizeof (Wbmp))) == NULL)
NULL              117 ext/gd/libgd/wbmp.c     return (NULL);
NULL              121 ext/gd/libgd/wbmp.c     return NULL;
NULL              125 ext/gd/libgd/wbmp.c     return NULL;
NULL              128 ext/gd/libgd/wbmp.c   if ((wbmp->bitmap = (int *) safe_emalloc(sizeof(int), width * height, 0)) == NULL)
NULL              131 ext/gd/libgd/wbmp.c       return (NULL);
NULL              156 ext/gd/libgd/wbmp.c   if ((wbmp = (Wbmp *) gdMalloc (sizeof (Wbmp))) == NULL)
NULL              195 ext/gd/libgd/wbmp.c   if ((wbmp->bitmap = (int *) safe_emalloc((size_t)wbmp->width * wbmp->height, sizeof(int), 0)) == NULL)
NULL              181 ext/gd/libgd/xbm.c 	if ((f = strrchr(name, '/')) != NULL) name = f+1;
NULL              182 ext/gd/libgd/xbm.c 	if ((f = strrchr(name, '\\')) != NULL) name = f+1;
NULL              184 ext/gd/libgd/xbm.c 	if ((f = strrchr(name, '.')) != NULL && !strcasecmp(f, ".XBM")) *f = '\0';
NULL               36 ext/gd/php_gd.h 		php_error_docref(NULL, E_WARNING, errormsg);      \
NULL              205 ext/gd/php_gd.h #define phpext_gd_ptr NULL
NULL              125 ext/gettext/gettext.c 	NULL,
NULL              126 ext/gettext/gettext.c 	NULL,
NULL              127 ext/gettext/gettext.c 	NULL,
NULL              128 ext/gettext/gettext.c 	NULL,
NULL              143 ext/gettext/gettext.c 		php_error_docref(NULL, E_WARNING, "domain passed too long"); \
NULL              149 ext/gettext/gettext.c 		php_error_docref(NULL, E_WARNING, "%s passed too long", check_name); \
NULL              176 ext/gettext/gettext.c 		domain_name = NULL;
NULL              312 ext/gettext/gettext.c 	char *domain, *msgid1, *msgid2, *msgstr = NULL;
NULL              338 ext/gettext/gettext.c 	char *domain, *msgid1, *msgid2, *msgstr = NULL;
NULL              368 ext/gettext/gettext.c 	char *domain, *codeset, *retval = NULL;
NULL               53 ext/gettext/php_gettext.h #define gettext_module_ptr NULL
NULL              203 ext/gmp/gmp.c  	NULL,
NULL              204 ext/gmp/gmp.c  	NULL,
NULL              210 ext/gmp/gmp.c  	NULL,
NULL              211 ext/gmp/gmp.c  	NULL,
NULL              363 ext/gmp/gmp.c  #define gmp_binary_op(op)         _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAM_PASSTHRU, op, NULL, 0)
NULL              465 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Shift cannot be negative");
NULL              486 ext/gmp/gmp.c  #define DO_BINARY_OP(op) DO_BINARY_UI_OP_EX(op, NULL, 0)
NULL              603 ext/gmp/gmp.c  		zend_throw_exception(NULL, "Could not unserialize number", 0);
NULL              611 ext/gmp/gmp.c  		zend_throw_exception(NULL, "Could not unserialize properties", 0);
NULL              645 ext/gmp/gmp.c  	INIT_CLASS_ENTRY(tmp_ce, "GMP", NULL);
NULL              735 ext/gmp/gmp.c  			php_error_docref(NULL, E_WARNING,
NULL              743 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING,
NULL              837 ext/gmp/gmp.c  			php_error_docref(NULL, E_WARNING, "Zero operand not allowed");
NULL              886 ext/gmp/gmp.c  			php_error_docref(NULL, E_WARNING, "Zero operand not allowed");
NULL             1036 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Bad base for conversion: %pd (should be between 2 and %d)", base, GMP_MAX_BASE);
NULL             1051 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING,
NULL             1065 ext/gmp/gmp.c  			php_error_docref(NULL, E_WARNING,
NULL             1082 ext/gmp/gmp.c  			php_error_docref(NULL, E_WARNING,
NULL             1110 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING,
NULL             1150 ext/gmp/gmp.c  		mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber);
NULL             1194 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Bad base for conversion: %pd (should be between 2 and %d or -2 and -36)", base, GMP_MAX_BASE);
NULL             1252 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Invalid rounding mode");
NULL             1280 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Invalid rounding mode");
NULL             1308 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Invalid rounding mode");
NULL             1327 ext/gmp/gmp.c  	gmp_binary_ui_op_no_zero(mpz_divexact, NULL);
NULL             1360 ext/gmp/gmp.c  			php_error_docref(NULL, E_WARNING, "Number has to be greater than or equal to 0");
NULL             1365 ext/gmp/gmp.c  			php_error_docref(NULL, E_WARNING, "Number has to be greater than or equal to 0");
NULL             1388 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Negative exponent not supported");
NULL             1425 ext/gmp/gmp.c  			php_error_docref(NULL, E_WARNING, "Second parameter cannot be less than 0");
NULL             1434 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Modulus may not be zero");
NULL             1469 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Number has to be greater than or equal to 0");
NULL             1496 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Number has to be greater than or equal to 0");
NULL             1527 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "The root must be positive");
NULL             1534 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Can't take even root of negative number");
NULL             1560 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "The root must be positive");
NULL             1567 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Can't take even root of negative number");
NULL             1821 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "The number of bits must be positive");
NULL             1852 ext/gmp/gmp.c  			php_error_docref(NULL, E_WARNING, "The minimum value must be less than the maximum value");
NULL             1879 ext/gmp/gmp.c  			php_error_docref(NULL, E_WARNING, "The minimum value must be less than the maximum value");
NULL             1952 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Index must be greater than or equal to zero");
NULL             1979 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Index must be greater than or equal to zero");
NULL             2002 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Index must be greater than or equal to zero");
NULL             2042 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Starting index must be greater than or equal to zero");
NULL             2067 ext/gmp/gmp.c  		php_error_docref(NULL, E_WARNING, "Starting index must be greater than or equal to zero");
NULL              106 ext/gmp/php_gmp.h #define phpext_gmp_ptr NULL
NULL               37 ext/hash/hash.c # define DEFAULT_CONTEXT NULL
NULL               54 ext/hash/hash.c 	{NULL, NULL, 4},
NULL               56 ext/hash/hash.c 	{NULL, NULL, 6},
NULL               76 ext/hash/hash.c 	{NULL, NULL, 26}, /* support needs to be added for snefru 128 */
NULL              127 ext/hash/hash.c 	php_stream *stream = NULL;
NULL              135 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "Unknown hashing algorithm: %s", algo);
NULL              140 ext/hash/hash.c 			php_error_docref(NULL, E_WARNING, "Invalid path");
NULL              143 ext/hash/hash.c 		stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, DEFAULT_CONTEXT);
NULL              245 ext/hash/hash.c 	php_stream *stream = NULL;
NULL              254 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "Unknown hashing algorithm: %s", algo);
NULL              259 ext/hash/hash.c 			php_error_docref(NULL, E_WARNING, "Invalid path");
NULL              262 ext/hash/hash.c 		stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, DEFAULT_CONTEXT);
NULL              336 ext/hash/hash.c 	char *algo, *key = NULL;
NULL              350 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "Unknown hashing algorithm: %s", algo);
NULL              357 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "HMAC requested without a key");
NULL              368 ext/hash/hash.c 	hash->key = NULL;
NULL              411 ext/hash/hash.c 	if ((hash = (php_hash_data *)zend_fetch_resource(Z_RES_P(zhash), PHP_HASH_RESNAME, php_hash_le_hash)) == NULL) {
NULL              427 ext/hash/hash.c 	php_stream *stream = NULL;
NULL              434 ext/hash/hash.c 	if ((hash = (php_hash_data *)zend_fetch_resource(Z_RES_P(zhash), PHP_HASH_RESNAME, php_hash_le_hash)) == NULL) {
NULL              465 ext/hash/hash.c 	zval *zhash, *zcontext = NULL;
NULL              476 ext/hash/hash.c 	if ((hash = (php_hash_data *)zend_fetch_resource(Z_RES_P(zhash), PHP_HASH_RESNAME, php_hash_le_hash)) == NULL) {
NULL              481 ext/hash/hash.c 	stream = php_stream_open_wrapper_ex(filename, "rb", REPORT_ERRORS, NULL, context);
NULL              510 ext/hash/hash.c 	if ((hash = (php_hash_data *)zend_fetch_resource(Z_RES_P(zhash), PHP_HASH_RESNAME, php_hash_le_hash)) == NULL) {
NULL              534 ext/hash/hash.c 		hash->key = NULL;
NULL              538 ext/hash/hash.c 	hash->context = NULL;
NULL              567 ext/hash/hash.c 	if ((hash = (php_hash_data *)zend_fetch_resource(Z_RES_P(zhash), PHP_HASH_RESNAME, php_hash_le_hash)) == NULL) {
NULL              612 ext/hash/hash.c 	char *algo, *salt, *pass = NULL;
NULL              613 ext/hash/hash.c 	unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL;
NULL              626 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "Unknown hashing algorithm: %s", algo);
NULL              631 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "Iterations must be a positive integer: " ZEND_LONG_FMT, iterations);
NULL              636 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "Length must be greater than or equal to 0: " ZEND_LONG_FMT, length);
NULL              641 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "Supplied salt is too long, max of INT_MAX - 4 bytes: %zd supplied", salt_len);
NULL              746 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "Expected known_string to be a string, %s given", zend_zval_type_name(known_zval));
NULL              751 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "Expected user_string to be a string, %s given", zend_zval_type_name(user_zval));
NULL              811 ext/hash/hash.c 	NULL,
NULL              812 ext/hash/hash.c 	NULL,
NULL              813 ext/hash/hash.c 	NULL,
NULL              814 ext/hash/hash.c 	NULL,
NULL              815 ext/hash/hash.c 	NULL,
NULL              830 ext/hash/hash.c 		if (algorithm.mhash_name == NULL) {
NULL              944 ext/hash/hash.c 		php_error_docref(NULL, E_WARNING, "the byte parameter must be greater than 0");
NULL             1005 ext/hash/hash.c 	php_hash_le_hash = zend_register_list_destructors_ex(php_hash_dtor, NULL, PHP_HASH_RESNAME, module_number);
NULL             1007 ext/hash/hash.c 	zend_hash_init(&php_hash_hashtable, 35, NULL, NULL, 1);
NULL             1287 ext/hash/hash.c 	NULL, /* RINIT */
NULL             1288 ext/hash/hash.c 	NULL, /* RSHUTDOWN */
NULL              151 ext/hash/hash_md.c 	stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL);
NULL              135 ext/hash/hash_sha.c 	stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL);
NULL              154 ext/iconv/iconv.c 	NULL,
NULL              155 ext/iconv/iconv.c 	NULL,
NULL              160 ext/iconv/iconv.c 	NULL,
NULL              161 ext/iconv/iconv.c 	NULL,
NULL              179 ext/iconv/iconv.c 	iconv_globals->input_encoding = NULL;
NULL              180 ext/iconv/iconv.c 	iconv_globals->output_encoding = NULL;
NULL              181 ext/iconv/iconv.c 	iconv_globals->internal_encoding = NULL;
NULL              402 ext/iconv/iconv.c 	char *s, *content_type, *mimetype = NULL;
NULL              412 ext/iconv/iconv.c 			if ((s = strchr(SG(sapi_headers).mimetype,';')) == NULL){
NULL              422 ext/iconv/iconv.c 		if (mimetype != NULL && !(output_context->op & PHP_OUTPUT_HANDLER_CLEAN)) {
NULL              433 ext/iconv/iconv.c 				php_output_handler_hook(PHP_OUTPUT_HANDLER_HOOK_IMMUTABLE, NULL);
NULL              447 ext/iconv/iconv.c 			output_context->out.data = NULL;
NULL              467 ext/iconv/iconv.c 	if (in_p != NULL) {
NULL              508 ext/iconv/iconv.c 			if (iconv(cd, NULL, NULL, (char **) &out_p, &out_left) == (size_t)0) {
NULL              608 ext/iconv/iconv.c 	result = iconv(cd, NULL, NULL, &out_p, &out_left);
NULL              635 ext/iconv/iconv.c 	*out = NULL;
NULL              685 ext/iconv/iconv.c 		   	result = iconv(cd, NULL, NULL, (char **) &out_p, &out_left);
NULL              890 ext/iconv/iconv.c 	cd2 = (iconv_t)NULL;
NULL              907 ext/iconv/iconv.c 			if (cd2 == (iconv_t)NULL) {
NULL              911 ext/iconv/iconv.c 					cd2 = (iconv_t)NULL;
NULL              948 ext/iconv/iconv.c 		if (cd2 != (iconv_t)NULL) {
NULL              949 ext/iconv/iconv.c 			_php_iconv_appendl(pretval, NULL, 0, cd2);
NULL              954 ext/iconv/iconv.c 	if (cd1 != (iconv_t)NULL) {
NULL              958 ext/iconv/iconv.c 	if (cd2 != (iconv_t)NULL) {
NULL              997 ext/iconv/iconv.c 		if (ndl_buf != NULL) {
NULL             1006 ext/iconv/iconv.c 		if (ndl_buf != NULL) {
NULL             1159 ext/iconv/iconv.c 	char *buf = NULL;
NULL             1164 ext/iconv/iconv.c 	zend_string *encoded = NULL;
NULL             1310 ext/iconv/iconv.c 					if (iconv(cd, NULL, NULL, (char **) &out_p, &out_left) == (size_t)-1) {
NULL             1326 ext/iconv/iconv.c 					if (iconv(cd, NULL, NULL, NULL, NULL) == (size_t)-1) {
NULL             1352 ext/iconv/iconv.c 				encoded = NULL;
NULL             1411 ext/iconv/iconv.c 					if (iconv(cd, NULL, NULL, (char **) &out_p, &out_left) == (size_t)-1) {
NULL             1454 ext/iconv/iconv.c 				if (iconv(cd, NULL, NULL, NULL, NULL) == (size_t)-1) {
NULL             1472 ext/iconv/iconv.c 	if (encoded != NULL) {
NULL             1475 ext/iconv/iconv.c 	if (buf != NULL) {
NULL             1492 ext/iconv/iconv.c 	const char *csname = NULL;
NULL             1494 ext/iconv/iconv.c 	const char *encoded_text = NULL;
NULL             1496 ext/iconv/iconv.c 	const char *encoded_word = NULL;
NULL             1497 ext/iconv/iconv.c 	const char *spaces = NULL;
NULL             1501 ext/iconv/iconv.c 	if (next_pos != NULL) {
NULL             1502 ext/iconv/iconv.c 		*next_pos = NULL;
NULL             1547 ext/iconv/iconv.c 						encoded_word = NULL;
NULL             1561 ext/iconv/iconv.c 					encoded_word = NULL;
NULL             1586 ext/iconv/iconv.c 					if (csname == NULL) {
NULL             1599 ext/iconv/iconv.c 							encoded_word = NULL;
NULL             1697 ext/iconv/iconv.c 							encoded_word = NULL;
NULL             1719 ext/iconv/iconv.c 						encoded_word = NULL;
NULL             1760 ext/iconv/iconv.c 				if (encoded_word == NULL) {
NULL             1763 ext/iconv/iconv.c 				spaces = NULL;
NULL             1775 ext/iconv/iconv.c 						encoded_word = NULL;
NULL             1830 ext/iconv/iconv.c 								decoded_text = NULL;
NULL             1834 ext/iconv/iconv.c 						if (decoded_text == NULL) {
NULL             1841 ext/iconv/iconv.c 								encoded_word = NULL;
NULL             1861 ext/iconv/iconv.c 								encoded_word = NULL;
NULL             1919 ext/iconv/iconv.c 						if (spaces != NULL && encoded_word == NULL) {
NULL             1921 ext/iconv/iconv.c 							spaces = NULL;
NULL             1931 ext/iconv/iconv.c 						if (spaces != NULL) {
NULL             1933 ext/iconv/iconv.c 							spaces = NULL;
NULL             1936 ext/iconv/iconv.c 						encoded_word = NULL;
NULL             1991 ext/iconv/iconv.c 	if (next_pos != NULL) {
NULL             2015 ext/iconv/iconv.c 			php_error_docref(NULL, E_NOTICE, "Cannot open converter");
NULL             2019 ext/iconv/iconv.c 			php_error_docref(NULL, E_NOTICE, "Wrong charset, conversion from `%s' to `%s' is not allowed",
NULL             2024 ext/iconv/iconv.c 			php_error_docref(NULL, E_NOTICE, "Detected an incomplete multibyte character in input string");
NULL             2028 ext/iconv/iconv.c 			php_error_docref(NULL, E_NOTICE, "Detected an illegal character in input string");
NULL             2033 ext/iconv/iconv.c 			php_error_docref(NULL, E_WARNING, "Buffer length exceeded");
NULL             2037 ext/iconv/iconv.c 			php_error_docref(NULL, E_WARNING, "Malformed string");
NULL             2042 ext/iconv/iconv.c 			php_error_docref(NULL, E_NOTICE, "Unknown error (%d)", errno);
NULL             2066 ext/iconv/iconv.c 		php_error_docref(NULL, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
NULL             2100 ext/iconv/iconv.c 		php_error_docref(NULL, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
NULL             2111 ext/iconv/iconv.c 	if (err == PHP_ICONV_ERR_SUCCESS && ZSTR_LEN(str) > 0 && retval.s != NULL) {
NULL             2140 ext/iconv/iconv.c 		php_error_docref(NULL, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
NULL             2145 ext/iconv/iconv.c 		php_error_docref(NULL, E_WARNING, "Offset not contained in string.");
NULL             2189 ext/iconv/iconv.c 		php_error_docref(NULL, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
NULL             2209 ext/iconv/iconv.c 	zend_string *field_name = NULL;
NULL             2210 ext/iconv/iconv.c 	zend_string *field_value = NULL;
NULL             2211 ext/iconv/iconv.c 	zend_string *tmp_str = NULL;
NULL             2212 ext/iconv/iconv.c 	zval *pref = NULL;
NULL             2229 ext/iconv/iconv.c 	if (pref != NULL) {
NULL             2232 ext/iconv/iconv.c 		if ((pzval = zend_hash_str_find(Z_ARRVAL_P(pref), "scheme", sizeof("scheme") - 1)) != NULL) {
NULL             2246 ext/iconv/iconv.c 		if ((pzval = zend_hash_str_find(Z_ARRVAL_P(pref), "input-charset", sizeof("input-charset") - 1)) != NULL && Z_TYPE_P(pzval) == IS_STRING) {
NULL             2248 ext/iconv/iconv.c 				php_error_docref(NULL, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
NULL             2258 ext/iconv/iconv.c 		if ((pzval = zend_hash_str_find(Z_ARRVAL_P(pref), "output-charset", sizeof("output-charset") - 1)) != NULL && Z_TYPE_P(pzval) == IS_STRING) {
NULL             2260 ext/iconv/iconv.c 				php_error_docref(NULL, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
NULL             2269 ext/iconv/iconv.c 		if ((pzval = zend_hash_str_find(Z_ARRVAL_P(pref), "line-length", sizeof("line-length") - 1)) != NULL) {
NULL             2273 ext/iconv/iconv.c 		if ((pzval = zend_hash_str_find(Z_ARRVAL_P(pref), "line-break-chars", sizeof("line-break-chars") - 1)) != NULL) {
NULL             2289 ext/iconv/iconv.c 		if (retval.s != NULL) {
NULL             2325 ext/iconv/iconv.c 		php_error_docref(NULL, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
NULL             2329 ext/iconv/iconv.c 	err = _php_iconv_mime_decode(&retval, ZSTR_VAL(encoded_str), ZSTR_LEN(encoded_str), charset, NULL, (int)mode);
NULL             2333 ext/iconv/iconv.c 		if (retval.s != NULL) {
NULL             2365 ext/iconv/iconv.c 		php_error_docref(NULL, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
NULL             2375 ext/iconv/iconv.c 		char *header_name = NULL;
NULL             2377 ext/iconv/iconv.c 		char *header_value = NULL;
NULL             2387 ext/iconv/iconv.c 		if (decoded_header.s == NULL) {
NULL             2411 ext/iconv/iconv.c 		if (header_name != NULL) {
NULL             2414 ext/iconv/iconv.c 			if ((elem = zend_hash_str_find(Z_ARRVAL_P(return_value), header_name, header_name_len)) != NULL) {
NULL             2458 ext/iconv/iconv.c 		php_error_docref(NULL, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
NULL             2464 ext/iconv/iconv.c 	if (err == PHP_ICONV_ERR_SUCCESS && out_buffer != NULL) {
NULL             2467 ext/iconv/iconv.c 		if (out_buffer != NULL) {
NULL             2488 ext/iconv/iconv.c 		php_error_docref(NULL, E_WARNING, "Charset parameter exceeds the maximum allowed length of %d characters", ICONV_CSNMAXLEN);
NULL             2568 ext/iconv/iconv.c 	if (NULL == (self->to_charset = pemalloc(to_charset_len + 1, persistent))) {
NULL             2572 ext/iconv/iconv.c 	if (NULL == (self->from_charset = pemalloc(from_charset_len + 1, persistent))) {
NULL             2603 ext/iconv/iconv.c 	char *out_buf = NULL;
NULL             2609 ext/iconv/iconv.c 	if (ps == NULL) {
NULL             2618 ext/iconv/iconv.c 	if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
NULL             2633 ext/iconv/iconv.c 						php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): invalid multibyte sequence", self->from_charset, self->to_charset);
NULL             2637 ext/iconv/iconv.c 						if (ps != NULL) {
NULL             2640 ext/iconv/iconv.c 									php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): insufficient buffer", self->from_charset, self->to_charset);
NULL             2662 ext/iconv/iconv.c 							if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) {
NULL             2669 ext/iconv/iconv.c 							if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
NULL             2674 ext/iconv/iconv.c 							if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) {
NULL             2675 ext/iconv/iconv.c 								if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) {
NULL             2690 ext/iconv/iconv.c 						php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset);
NULL             2695 ext/iconv/iconv.c 					php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset);
NULL             2707 ext/iconv/iconv.c 		if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt):
NULL             2712 ext/iconv/iconv.c 					php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): invalid multibyte sequence", self->from_charset, self->to_charset);
NULL             2716 ext/iconv/iconv.c 					if (ps != NULL) {
NULL             2718 ext/iconv/iconv.c 							php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): insufficient buffer", self->from_charset, self->to_charset);
NULL             2726 ext/iconv/iconv.c 						php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unexpected octet values", self->from_charset, self->to_charset);
NULL             2739 ext/iconv/iconv.c 						if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) {
NULL             2746 ext/iconv/iconv.c 						if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
NULL             2751 ext/iconv/iconv.c 						if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) {
NULL             2752 ext/iconv/iconv.c 							if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) {
NULL             2767 ext/iconv/iconv.c 					php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset);
NULL             2772 ext/iconv/iconv.c 				php_error_docref(NULL, E_WARNING, "iconv stream filter (\"%s\"=>\"%s\"): unknown error", self->from_charset, self->to_charset);
NULL             2777 ext/iconv/iconv.c 			if (ps == NULL) {
NULL             2785 ext/iconv/iconv.c 		if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) {
NULL             2809 ext/iconv/iconv.c 	php_stream_bucket *bucket = NULL;
NULL             2813 ext/iconv/iconv.c 	while (buckets_in->head != NULL) {
NULL             2829 ext/iconv/iconv.c 				buckets_out, NULL, 0, &consumed,
NULL             2835 ext/iconv/iconv.c 	if (bytes_consumed != NULL) {
NULL             2842 ext/iconv/iconv.c 	if (bucket != NULL) {
NULL             2866 ext/iconv/iconv.c 	php_stream_filter *retval = NULL;
NULL             2868 ext/iconv/iconv.c 	char *from_charset = NULL, *to_charset = NULL;
NULL             2871 ext/iconv/iconv.c 	if ((from_charset = strchr(name, '.')) == NULL) {
NULL             2872 ext/iconv/iconv.c 		return NULL;
NULL             2875 ext/iconv/iconv.c 	if ((from_charset = strchr(from_charset, '.')) == NULL) {
NULL             2876 ext/iconv/iconv.c 		return NULL;
NULL             2879 ext/iconv/iconv.c 	if ((to_charset = strpbrk(from_charset, "/.")) == NULL) {
NULL             2880 ext/iconv/iconv.c 		return NULL;
NULL             2887 ext/iconv/iconv.c 		return NULL;
NULL             2890 ext/iconv/iconv.c 	if (NULL == (inst = pemalloc(sizeof(php_iconv_stream_filter), persistent))) {
NULL             2891 ext/iconv/iconv.c 		return NULL;
NULL             2896 ext/iconv/iconv.c 		return NULL;
NULL             2899 ext/iconv/iconv.c 	if (NULL == (retval = php_stream_filter_alloc(&php_iconv_stream_filter_ops, inst, persistent))) {
NULL              114 ext/iconv/php_iconv.h #define iconv_module_ptr NULL
NULL              568 ext/imap/php_imap.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL              573 ext/imap/php_imap.c 	NULL,
NULL              580 ext/imap/php_imap.c 	NULL,
NULL              581 ext/imap/php_imap.c 	NULL,
NULL              595 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "Bad message number");	\
NULL             1052 ext/imap/php_imap.c 	le_imap = zend_register_list_destructors_ex(mail_close_it, NULL, "imap", module_number);
NULL             1080 ext/imap/php_imap.c 				php_error_docref(NULL, E_NOTICE, "%s (errflg=%ld)", ecur->LTEXT, ecur->errflg);
NULL             1092 ext/imap/php_imap.c 				php_error_docref(NULL, E_NOTICE, "%s", acur->LTEXT);
NULL             1149 ext/imap/php_imap.c 	zval *params = NULL;
NULL             1170 ext/imap/php_imap.c 		if ((disabled_auth_method = zend_hash_str_find(Z_ARRVAL_P(params), "DISABLE_AUTHENTICATOR", sizeof("DISABLE_AUTHENTICATOR") - 1)) != NULL) {
NULL             1187 ext/imap/php_imap.c 							if ((z_auth_method = zend_hash_index_find(Z_ARRVAL_P(disabled_auth_method), i)) != NULL) {
NULL             1193 ext/imap/php_imap.c 									php_error_docref(NULL, E_WARNING, "Invalid argument, expect string or array of strings");
NULL             1201 ext/imap/php_imap.c 					php_error_docref(NULL, E_WARNING, "Invalid argument, expect string or array of strings");
NULL             1228 ext/imap/php_imap.c 			php_error_docref(NULL, E_WARNING ,"Retries must be greater or equal to 0");
NULL             1238 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "Couldn't open stream %s", ZSTR_VAL(mailbox));
NULL             1275 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1300 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "Couldn't re-open stream");
NULL             1312 ext/imap/php_imap.c 	zend_string *folder, *message, *internal_date = NULL, *flags = NULL;
NULL             1317 ext/imap/php_imap.c 	zval *subpats = NULL;				/* Parts (not used) */
NULL             1328 ext/imap/php_imap.c 		if ((pce = pcre_get_compiled_regex_cache(regex))== NULL) {
NULL             1338 ext/imap/php_imap.c 			php_error_docref(NULL, E_WARNING, "internal date not correctly formatted");
NULL             1339 ext/imap/php_imap.c 			internal_date = NULL;
NULL             1344 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1369 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1388 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1407 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1428 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1438 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "c-client imap_getquota failed");
NULL             1457 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1467 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "c-client imap_getquotaroot failed");
NULL             1488 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1512 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1532 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1565 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1588 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "invalid value for the flags parameter");
NULL             1592 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1607 ext/imap/php_imap.c 	pils *imap_le_struct=NULL;
NULL             1615 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1624 ext/imap/php_imap.c 			php_error_docref(NULL, E_WARNING, "invalid value for the flags parameter");
NULL             1657 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1710 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "invalid value for the options parameter");
NULL             1714 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1727 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "Bad message number");
NULL             1754 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1780 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1804 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1828 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1852 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1877 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1917 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             1966 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2000 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2035 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2059 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2075 ext/imap/php_imap.c 	zend_string *defaulthost = NULL;
NULL             2087 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2093 ext/imap/php_imap.c 			php_error_docref(NULL, E_WARNING, "From length has to be between 0 and %d", MAILTMPLEN);
NULL             2101 ext/imap/php_imap.c 			php_error_docref(NULL, E_WARNING, "Subject length has to be between 0 and %d", MAILTMPLEN);
NULL             2159 ext/imap/php_imap.c 	zend_string *headers, *defaulthost = NULL;
NULL             2168 ext/imap/php_imap.c 		rfc822_parse_msg(&en, NULL, ZSTR_VAL(headers), ZSTR_LEN(headers), NULL, ZSTR_VAL(defaulthost), NIL);
NULL             2170 ext/imap/php_imap.c 		rfc822_parse_msg(&en, NULL, ZSTR_VAL(headers), ZSTR_LEN(headers), NULL, "UNKNOWN", NIL);
NULL             2194 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2233 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2281 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2305 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2332 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "invalid value for the options parameter");
NULL             2336 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2359 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "No body information available");
NULL             2384 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "invalid value for the options parameter");
NULL             2388 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2400 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "No body information available");
NULL             2426 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "invalid value for the options parameter");
NULL             2430 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2442 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "No body MIME information available");
NULL             2455 ext/imap/php_imap.c 	pils *imap_ptr = NULL;
NULL             2456 ext/imap/php_imap.c 	php_stream *writer = NULL;
NULL             2457 ext/imap/php_imap.c 	zend_string *section = NULL;
NULL             2465 ext/imap/php_imap.c 	if ((imap_ptr = (pils *)zend_fetch_resource(Z_RES_P(stream), "imap", le_imap)) == NULL) {
NULL             2483 ext/imap/php_imap.c 			writer = php_stream_open_wrapper(Z_STRVAL_P(out), "wb", REPORT_ERRORS, NULL);
NULL             2493 ext/imap/php_imap.c 	mail_fetchbody_full(imap_ptr->imap_stream, msgno, section?ZSTR_VAL(section):"", NULL, flags);
NULL             2494 ext/imap/php_imap.c 	mail_parameters(NIL, SET_GETS, (void *) NULL);
NULL             2495 ext/imap/php_imap.c 	IMAPG(gets_stream) = NULL;
NULL             2519 ext/imap/php_imap.c 	if (decode == NULL) {
NULL             2542 ext/imap/php_imap.c 	if (decode == NULL) {
NULL             2565 ext/imap/php_imap.c 	if (decode == NULL) {
NULL             2588 ext/imap/php_imap.c 	if (decode == NULL) {
NULL             2610 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             2742 ext/imap/php_imap.c 	src.data  = NULL;
NULL             2744 ext/imap/php_imap.c 	dest.data = NULL;
NULL             2816 ext/imap/php_imap.c 				php_error_docref(NULL, E_WARNING, "Invalid modified UTF-7 character: `%c'", *inp);
NULL             2821 ext/imap/php_imap.c 				php_error_docref(NULL, E_WARNING, "Unexpected end of string");
NULL             2832 ext/imap/php_imap.c 				php_error_docref(NULL, E_WARNING, "Stray modified base64 character: `%c'", *--inp);
NULL             2837 ext/imap/php_imap.c 			php_error_docref(NULL, E_WARNING, "Invalid modified base64 character: `%c'", *inp);
NULL             2858 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "Unexpected end of string");
NULL             2915 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "outp - out [%ld] != outlen [%d]", outp - out, outlen);
NULL             3097 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             3120 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             3134 ext/imap/php_imap.c 	zend_string *criteria = NULL, *charset = NULL;
NULL             3147 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             3152 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "Unrecognized sort criteria");
NULL             3157 ext/imap/php_imap.c 			php_error_docref(NULL, E_WARNING, "Search options parameter has to be greater than or equal to 0");
NULL             3204 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "invalid value for the options parameter");
NULL             3208 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             3240 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             3246 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "Bad message number");
NULL             3266 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             3287 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             3332 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             3337 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "Bad message number");
NULL             3344 ext/imap/php_imap.c 	if (body == NULL) {
NULL             3446 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "invalid value for the options parameter");
NULL             3450 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             3473 ext/imap/php_imap.c 					env->from->next=NULL;
NULL             3480 ext/imap/php_imap.c 					env->to->next = NULL;
NULL             3524 ext/imap/php_imap.c 	BODY *bod=NULL, *topbod=NULL;
NULL             3525 ext/imap/php_imap.c 	PART *mypart=NULL, *part;
NULL             3526 ext/imap/php_imap.c 	PARAMETER *param, *disp_param = NULL, *custom_headers_param = NULL, *tmp_param = NULL;
NULL             3527 ext/imap/php_imap.c 	char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL;
NULL             3541 ext/imap/php_imap.c 	if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "remail", sizeof("remail") - 1)) != NULL) {
NULL             3545 ext/imap/php_imap.c 	if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "return_path", sizeof("return_path") - 1)) != NULL) {
NULL             3549 ext/imap/php_imap.c 	if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "date", sizeof("date") - 1)) != NULL) {
NULL             3553 ext/imap/php_imap.c 	if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "from", sizeof("from") - 1)) != NULL) {
NULL             3557 ext/imap/php_imap.c 	if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "reply_to", sizeof("reply_to") - 1)) != NULL) {
NULL             3561 ext/imap/php_imap.c 	if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "in_reply_to", sizeof("in_reply_to") - 1)) != NULL) {
NULL             3565 ext/imap/php_imap.c 	if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "subject", sizeof("subject") - 1)) != NULL) {
NULL             3569 ext/imap/php_imap.c 	if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "to", sizeof("to") - 1)) != NULL) {
NULL             3573 ext/imap/php_imap.c 	if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "cc", sizeof("cc") - 1)) != NULL) {
NULL             3577 ext/imap/php_imap.c 	if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "bcc", sizeof("bcc") - 1)) != NULL) {
NULL             3581 ext/imap/php_imap.c 	if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "message_id", sizeof("message_id") - 1)) != NULL) {
NULL             3586 ext/imap/php_imap.c 	if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(envelope), "custom_headers", sizeof("custom_headers") - 1)) != NULL) {
NULL             3588 ext/imap/php_imap.c 			custom_headers_param = tmp_param = NULL;
NULL             3593 ext/imap/php_imap.c 				custom_headers_param->attribute = NULL;
NULL             3607 ext/imap/php_imap.c 				php_error_docref(NULL, E_WARNING, "body parameter must be a non-empty array");
NULL             3614 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "type", sizeof("type") - 1)) != NULL) {
NULL             3618 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "encoding", sizeof("encoding") - 1)) != NULL) {
NULL             3622 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "charset", sizeof("charset") - 1)) != NULL) {
NULL             3630 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "type.parameters", sizeof("type.parameters") - 1)) != NULL) {
NULL             3632 ext/imap/php_imap.c 					disp_param = tmp_param = NULL;
NULL             3645 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "subtype", sizeof("subtype") - 1)) != NULL) {
NULL             3649 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "id", sizeof("id") - 1)) != NULL) {
NULL             3653 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "description", sizeof("description") - 1)) != NULL) {
NULL             3657 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "disposition.type", sizeof("disposition.type") - 1)) != NULL) {
NULL             3662 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "disposition", sizeof("disposition") - 1)) != NULL) {
NULL             3664 ext/imap/php_imap.c 					disp_param = tmp_param = NULL;
NULL             3677 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "contents.data", sizeof("contents.data") - 1)) != NULL) {
NULL             3687 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "lines", sizeof("lines") - 1)) != NULL) {
NULL             3691 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "bytes", sizeof("bytes") - 1)) != NULL) {
NULL             3695 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "md5", sizeof("md5") - 1)) != NULL) {
NULL             3701 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "type", sizeof("type") - 1)) != NULL) {
NULL             3721 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "encoding", sizeof("encoding") - 1)) != NULL) {
NULL             3725 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "charset", sizeof("charset") - 1)) != NULL) {
NULL             3734 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "type.parameters", sizeof("type.parameters") - 1)) != NULL) {
NULL             3736 ext/imap/php_imap.c 					disp_param = tmp_param = NULL;
NULL             3749 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "subtype", sizeof("subtype") - 1)) != NULL) {
NULL             3753 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "id", sizeof("id") - 1)) != NULL) {
NULL             3757 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "description", sizeof("description") - 1)) != NULL) {
NULL             3761 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "disposition.type", sizeof("disposition.type") - 1)) != NULL) {
NULL             3766 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "disposition", sizeof("disposition") - 1)) != NULL) {
NULL             3768 ext/imap/php_imap.c 					disp_param = tmp_param = NULL;
NULL             3781 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "contents.data", sizeof("contents.data") - 1)) != NULL) {
NULL             3791 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "lines", sizeof("lines") - 1)) != NULL) {
NULL             3795 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "bytes", sizeof("bytes") - 1)) != NULL) {
NULL             3799 ext/imap/php_imap.c 			if ((pvalue = zend_hash_str_find(Z_ARRVAL_P(data), "md5", sizeof("md5") - 1)) != NULL) {
NULL             3807 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "body parameter must be a non-empty array");
NULL             3812 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "cannot generate multipart e-mail without components.");
NULL             3871 ext/imap/php_imap.c 				php_error_docref(NULL, E_WARNING, "The boundary should be no longer than 4kb");
NULL             3934 ext/imap/php_imap.c 	char *tsm_errmsg = NULL;
NULL             3936 ext/imap/php_imap.c 	char *bufferTo = NULL, *bufferCc = NULL, *bufferBcc = NULL, *bufferHeader = NULL;
NULL             3964 ext/imap/php_imap.c 		addr = NULL;
NULL             3965 ext/imap/php_imap.c 		rfc822_parse_adrlist(&addr, tempMailTo, NULL);
NULL             3967 ext/imap/php_imap.c 			if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) {
NULL             3993 ext/imap/php_imap.c 		addr = NULL;
NULL             3994 ext/imap/php_imap.c 		rfc822_parse_adrlist(&addr, tempMailTo, NULL);
NULL             3996 ext/imap/php_imap.c 			if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) {
NULL             4019 ext/imap/php_imap.c 		addr = NULL;
NULL             4020 ext/imap/php_imap.c 		rfc822_parse_adrlist(&addr, tempMailTo, NULL);
NULL             4022 ext/imap/php_imap.c 			if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) {
NULL             4045 ext/imap/php_imap.c 			php_error_docref(NULL, E_WARNING, "%s", tsm_errmsg);
NULL             4048 ext/imap/php_imap.c 			php_error_docref(NULL, E_WARNING, "%s", GetSMErrorText(tsm_err));
NULL             4065 ext/imap/php_imap.c 		if (headers != NULL) {
NULL             4076 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "Could not execute mail delivery program");
NULL             4088 ext/imap/php_imap.c 	zend_string *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NULL;
NULL             4098 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "No to field in mail command");
NULL             4104 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "No subject field in mail command");
NULL             4111 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "No message string in mail command");
NULL             4112 ext/imap/php_imap.c 		message = NULL;
NULL             4115 ext/imap/php_imap.c 	if (_php_imap_mail(ZSTR_VAL(to), ZSTR_VAL(subject), ZSTR_VAL(message), headers?ZSTR_VAL(headers):NULL, cc?ZSTR_VAL(cc):NULL,
NULL             4116 ext/imap/php_imap.c 			bcc?ZSTR_VAL(bcc):NULL, rpath?ZSTR_VAL(rpath):NULL)) {
NULL             4129 ext/imap/php_imap.c 	zend_string *criteria, *charset = NULL;
NULL             4141 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             4302 ext/imap/php_imap.c 					if (decode == NULL) {
NULL             4375 ext/imap/php_imap.c 	rfc822_output_address_list(&buf, addresslist, 0, NULL);
NULL             4449 ext/imap/php_imap.c 		php_error_docref(NULL, E_ERROR, "Address buffer overflow");
NULL             4450 ext/imap/php_imap.c 		return NULL;
NULL             4488 ext/imap/php_imap.c 	zend_string *fulladdress=NULL;
NULL             4744 ext/imap/php_imap.c 	if ((imap_le_struct = (pils *)zend_fetch_resource(Z_RES_P(streamind), "imap", le_imap)) == NULL) {
NULL             4755 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "Function returned an empty tree");
NULL             4848 ext/imap/php_imap.c 				php_error_docref(NULL, E_WARNING, "Failed to read from socket");
NULL             4851 ext/imap/php_imap.c 				php_error_docref(NULL, E_WARNING, "Failed to write to stream");
NULL             4855 ext/imap/php_imap.c 		return NULL;
NULL             4862 ext/imap/php_imap.c 			php_error_docref(NULL, E_WARNING, "Failed to read from socket");
NULL             4864 ext/imap/php_imap.c 			buf = NULL;
NULL              229 ext/imap/php_imap.h #define imap_module_ptr NULL
NULL               51 ext/interbase/ibase_blobs.c 	le_blob = zend_register_list_destructors_ex(_php_ibase_free_blob, NULL,
NULL              205 ext/interbase/ibase_blobs.c 	zval *link = NULL;
NULL              207 ext/interbase/ibase_blobs.c 	ibase_trans *trans = NULL;
NULL              239 ext/interbase/ibase_blobs.c 	zval *link = NULL;
NULL              241 ext/interbase/ibase_blobs.c 	ibase_trans *trans = NULL;
NULL              401 ext/interbase/ibase_blobs.c 	zval *link = NULL;
NULL              403 ext/interbase/ibase_blobs.c 	ibase_trans *trans = NULL;
NULL              477 ext/interbase/ibase_blobs.c 	zval *link = NULL;
NULL              479 ext/interbase/ibase_blobs.c 	ibase_trans *trans = NULL;
NULL              538 ext/interbase/ibase_blobs.c 	zval *link = NULL, *file;
NULL              543 ext/interbase/ibase_blobs.c 	ibase_trans *trans = NULL;
NULL               45 ext/interbase/ibase_events.c 	if (event->link != NULL) {
NULL               87 ext/interbase/ibase_events.c 	le_event = zend_register_list_destructors_ex(_php_ibase_free_event_rsrc, NULL,
NULL              148 ext/interbase/ibase_events.c 		if ((ib_link = (ibase_db_link *)zend_fetch_resource2_ex(&args[0], "InterBase link", le_link, le_plink)) == NULL) {
NULL              156 ext/interbase/ibase_events.c 		if ((ib_link = (ibase_db_link *)zend_fetch_resource2(IBG(default_link), "InterBase link", le_link, le_plink)) == NULL) {
NULL              235 ext/interbase/ibase_events.c 			if (SUCCESS != call_user_function(EG(function_table), NULL,
NULL              298 ext/interbase/ibase_events.c 		if ((ib_link = (ibase_db_link *)zend_fetch_resource2_ex(&args[0], "InterBase link", le_link, le_plink)) == NULL) {
NULL              314 ext/interbase/ibase_events.c 		if ((ib_link = (ibase_db_link *)zend_fetch_resource2(IBG(default_link), "InterBase link", le_link, le_plink)) == NULL) {
NULL              345 ext/interbase/ibase_events.c 			event->events[i] = NULL;
NULL              144 ext/interbase/ibase_query.c 		if (ib_result->query != NULL) {
NULL              146 ext/interbase/ibase_query.c 			ib_result->query->result = NULL;	/* Indicate to query, that result is released */
NULL              165 ext/interbase/ibase_query.c 	if (ib_query->result != NULL) {
NULL              167 ext/interbase/ibase_query.c 		ib_query->result->query = NULL;	/* Indicate to result, that query is released */
NULL              187 ext/interbase/ibase_query.c 	if (ib_query != NULL) {
NULL              197 ext/interbase/ibase_query.c 	le_result = zend_register_list_destructors_ex(_php_ibase_free_result, NULL,
NULL              199 ext/interbase/ibase_query.c 	le_query = zend_register_list_destructors_ex(php_ibase_free_query_rsrc, NULL,
NULL              323 ext/interbase/ibase_query.c 		php_error_docref(NULL, E_WARNING, "Querystring empty.");
NULL              329 ext/interbase/ibase_query.c 	ib_query->result_res = NULL;
NULL              330 ext/interbase/ibase_query.c 	ib_query->result = NULL;
NULL              332 ext/interbase/ibase_query.c 	ib_query->in_array = NULL;
NULL              333 ext/interbase/ibase_query.c 	ib_query->out_array = NULL;
NULL              337 ext/interbase/ibase_query.c 	ib_query->out_sqlda = NULL;
NULL              338 ext/interbase/ibase_query.c 	ib_query->in_sqlda = NULL;
NULL              399 ext/interbase/ibase_query.c 		ib_query->in_sqlda = NULL;
NULL              407 ext/interbase/ibase_query.c 		ib_query->out_sqlda = NULL;
NULL              455 ext/interbase/ibase_query.c 				(subval = zend_hash_get_current_data(Z_ARRVAL_P(val))) == NULL)
NULL              859 ext/interbase/ibase_query.c 			var->sqlind = NULL;
NULL              868 ext/interbase/ibase_query.c 	XSQLDA *in_sqlda = NULL, *out_sqlda = NULL;
NULL              869 ext/interbase/ibase_query.c 	BIND_BUF *bind_buf = NULL;
NULL              893 ext/interbase/ibase_query.c 					ib_query->query, ib_query->dialect, NULL)) {
NULL              904 ext/interbase/ibase_query.c 			if (ib_query->link->tr_list == NULL) {
NULL              906 ext/interbase/ibase_query.c 				ib_query->link->tr_list->trans = NULL;
NULL              907 ext/interbase/ibase_query.c 				ib_query->link->tr_list->next = NULL;
NULL              911 ext/interbase/ibase_query.c 			for (l = &ib_query->link->tr_list; *l != NULL; l = &(*l)->next);
NULL              914 ext/interbase/ibase_query.c 			(*l)->next = NULL;
NULL              925 ext/interbase/ibase_query.c 					&ib_query->trans->handle, 0, ib_query->query, ib_query->dialect, NULL)) {
NULL              930 ext/interbase/ibase_query.c 			if (ib_query->trans->handle == 0 && ib_query->trans_res != NULL) {
NULL              934 ext/interbase/ibase_query.c 				ib_query->trans_res = NULL;
NULL             1051 ext/interbase/ibase_query.c 			*ib_resultp = NULL;
NULL             1066 ext/interbase/ibase_query.c 	zval *zlink, *ztrans, *bind_args = NULL;
NULL             1070 ext/interbase/ibase_query.c 	zend_resource *trans_res = NULL;
NULL             1071 ext/interbase/ibase_query.c 	ibase_db_link *ib_link = NULL;
NULL             1072 ext/interbase/ibase_query.c 	ibase_trans *trans = NULL;
NULL             1073 ext/interbase/ibase_query.c 	ibase_query ib_query = { NULL, NULL, 0, 0 };
NULL             1074 ext/interbase/ibase_query.c 	ibase_result *result = NULL;
NULL             1099 ext/interbase/ibase_query.c 				if (trans != NULL) {
NULL             1121 ext/interbase/ibase_query.c 						query, SQL_DIALECT_CURRENT, NULL)) {
NULL             1135 ext/interbase/ibase_query.c 					ib_link->tr_list = NULL;
NULL             1136 ext/interbase/ibase_query.c 					ib_link->event_head = NULL;
NULL             1158 ext/interbase/ibase_query.c 	if (ib_link == NULL || FAILURE == _php_ibase_def_trans(ib_link, &trans)
NULL             1168 ext/interbase/ibase_query.c 			php_error_docref(NULL, (bind_n < expected_n) ? E_WARNING : E_NOTICE,
NULL             1184 ext/interbase/ibase_query.c 		if (result != NULL) { /* statement returns a result */
NULL             1205 ext/interbase/ibase_query.c 	ibase_trans *trans = NULL;
NULL             1207 ext/interbase/ibase_query.c 	zval *arg = NULL;
NULL             1217 ext/interbase/ibase_query.c 		if (ib_link->tr_list == NULL || ib_link->tr_list->trans == NULL) {
NULL             1224 ext/interbase/ibase_query.c 		if (trans == NULL) {
NULL             1227 ext/interbase/ibase_query.c 			if (ib_link->tr_list == NULL || ib_link->tr_list->trans == NULL) {
NULL             1490 ext/interbase/ibase_query.c 	if (ib_result->out_sqlda == NULL || !ib_result->has_more_rows) {
NULL             1528 ext/interbase/ibase_query.c 							Z_ARRVAL_P(return_value), alias, strlen(alias))) != NULL) {
NULL             1735 ext/interbase/ibase_query.c 	ibase_trans *trans = NULL;
NULL             1737 ext/interbase/ibase_query.c 	zend_resource *trans_res = NULL;
NULL             1754 ext/interbase/ibase_query.c 		if (trans != NULL) {
NULL             1785 ext/interbase/ibase_query.c 	zval *query, *args = NULL;
NULL             1787 ext/interbase/ibase_query.c 	ibase_result *result = NULL;
NULL             1804 ext/interbase/ibase_query.c 			php_error_docref(NULL, (bind_n < expected_n) ? E_WARNING : E_NOTICE,
NULL             1813 ext/interbase/ibase_query.c 		if (ib_query->result_res != NULL
NULL             1822 ext/interbase/ibase_query.c 			ib_query->result_res = NULL;
NULL             1835 ext/interbase/ibase_query.c 		if (result != NULL) {
NULL             1904 ext/interbase/ibase_query.c 	if (sqlda == NULL) {
NULL             2028 ext/interbase/ibase_query.c 	if (sqlda == NULL) {
NULL             2055 ext/interbase/ibase_query.c 	if (ib_query->in_sqlda == NULL) {
NULL             2079 ext/interbase/ibase_query.c 	if (ib_query->in_sqlda == NULL) {
NULL               66 ext/interbase/ibase_service.c 	le_service = zend_register_list_destructors_ex(_php_ibase_free_service, NULL,
NULL              139 ext/interbase/ibase_service.c 	char buf[128], *args[] = { NULL, NULL, NULL, NULL, NULL };
NULL              160 ext/interbase/ibase_service.c 		if (args[i] != NULL) {
NULL              173 ext/interbase/ibase_service.c 	if (isc_service_start(IB_STATUS, &svm->handle, NULL, spb_len, buf)) {
NULL              276 ext/interbase/ibase_service.c 	char res_buf[400], *result, *heap_buf = NULL, *heap_p;
NULL              283 ext/interbase/ibase_service.c 		if (isc_service_start(IB_STATUS, &svm->handle, NULL, sizeof(action), action)) {
NULL              292 ext/interbase/ibase_service.c 	if (isc_service_query(IB_STATUS, &svm->handle, NULL, sizeof(spb), spb,
NULL              458 ext/interbase/ibase_service.c 	if (isc_service_start(IB_STATUS, &svm->handle, NULL, (unsigned short)spb_len, buf)) {
NULL              566 ext/interbase/ibase_service.c 	if (isc_service_start(IB_STATUS, &svm->handle, NULL, (unsigned short)spb_len, buf)) {
NULL               44 ext/interbase/interbase.c #define CHECK_LINK(link) { if (link==NULL) { php_error_docref(NULL, E_WARNING, "A link to the server could not be established"); RETURN_FALSE; } }
NULL              451 ext/interbase/interbase.c 	NULL,
NULL              457 ext/interbase/interbase.c 	NULL,
NULL              458 ext/interbase/interbase.c 	NULL,
NULL              520 ext/interbase/interbase.c 	php_error_docref(NULL, E_WARNING, "%s", IBG(errmsg));
NULL              537 ext/interbase/interbase.c 	php_error_docref(NULL, E_WARNING, "%s", IBG(errmsg));
NULL              570 ext/interbase/interbase.c 	*trans = NULL;
NULL              584 ext/interbase/interbase.c 	for (l = link->tr_list; l != NULL; ++i) {
NULL              606 ext/interbase/interbase.c 						p->trans->db_link[j] = NULL;
NULL              615 ext/interbase/interbase.c 	link->tr_list = NULL;
NULL              619 ext/interbase/interbase.c 		e->link = NULL;
NULL              677 ext/interbase/interbase.c 		if (trans->db_link[i] != NULL) {
NULL              679 ext/interbase/interbase.c 			for (l = &trans->db_link[i]->tr_list; *l != NULL; l = &(*l)->next) {
NULL              709 ext/interbase/interbase.c 	PHP_INI_ENTRY_EX("ibase.allow_persistent", "1", PHP_INI_SYSTEM, NULL, zend_ini_boolean_displayer_cb)
NULL              710 ext/interbase/interbase.c 	PHP_INI_ENTRY_EX("ibase.max_persistent", "-1", PHP_INI_SYSTEM, NULL, display_link_numbers)
NULL              711 ext/interbase/interbase.c 	PHP_INI_ENTRY_EX("ibase.max_links", "-1", PHP_INI_SYSTEM, NULL, display_link_numbers)
NULL              712 ext/interbase/interbase.c 	PHP_INI_ENTRY("ibase.default_db", NULL, PHP_INI_SYSTEM, NULL)
NULL              713 ext/interbase/interbase.c 	PHP_INI_ENTRY("ibase.default_user", NULL, PHP_INI_ALL, NULL)
NULL              714 ext/interbase/interbase.c 	PHP_INI_ENTRY_EX("ibase.default_password", NULL, PHP_INI_ALL, NULL, php_ibase_password_displayer_cb)
NULL              715 ext/interbase/interbase.c 	PHP_INI_ENTRY("ibase.default_charset", NULL, PHP_INI_ALL, NULL)
NULL              716 ext/interbase/interbase.c 	PHP_INI_ENTRY("ibase.timestampformat", IB_DEF_DATE_FMT " " IB_DEF_TIME_FMT, PHP_INI_ALL, NULL)
NULL              717 ext/interbase/interbase.c 	PHP_INI_ENTRY("ibase.dateformat", IB_DEF_DATE_FMT, PHP_INI_ALL, NULL)
NULL              718 ext/interbase/interbase.c 	PHP_INI_ENTRY("ibase.timeformat", IB_DEF_TIME_FMT, PHP_INI_ALL, NULL)
NULL              728 ext/interbase/interbase.c 	ibase_globals->default_link = NULL;
NULL              735 ext/interbase/interbase.c 	le_link = zend_register_list_destructors_ex(_php_ibase_close_link, NULL, LE_LINK, module_number);
NULL              737 ext/interbase/interbase.c 	le_trans = zend_register_list_destructors_ex(_php_ibase_free_trans, NULL, LE_TRANS, module_number);
NULL              782 ext/interbase/interbase.c 			strlen(ibase_module_entry.name))) != NULL) {
NULL              793 ext/interbase/interbase.c 	IBG(default_link)= NULL;
NULL              821 ext/interbase/interbase.c 		info_func_t info_func = NULL;
NULL              886 ext/interbase/interbase.c 	char *c, hash[16], *args[] = { NULL, NULL, NULL, NULL, NULL };
NULL              933 ext/interbase/interbase.c 	if ((le = zend_hash_str_find_ptr(&EG(regular_list), hash, sizeof(hash)-1)) != NULL) {
NULL              961 ext/interbase/interbase.c 		if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hash, sizeof(hash)-1)) != NULL) {
NULL             1002 ext/interbase/interbase.c 					(void *) &new_le, sizeof(zend_resource)) == NULL) {
NULL             1011 ext/interbase/interbase.c 		ib_link->tr_list = NULL;
NULL             1012 ext/interbase/interbase.c 		ib_link->event_head = NULL;
NULL             1021 ext/interbase/interbase.c 			(void *) &new_index_ptr, sizeof(zend_resource)) == NULL) {
NULL             1053 ext/interbase/interbase.c 	zval *link_arg = NULL;
NULL             1065 ext/interbase/interbase.c 		IBG(default_link) = NULL;
NULL             1084 ext/interbase/interbase.c 	zval *link_arg = NULL;
NULL             1098 ext/interbase/interbase.c 		IBG(default_link) = NULL;
NULL             1115 ext/interbase/interbase.c 	for (l = ib_link->tr_list; l != NULL; l = l->next) {
NULL             1116 ext/interbase/interbase.c 		if (l->trans != NULL) l->trans->handle = 0;
NULL             1135 ext/interbase/interbase.c 	ibase_db_link **ib_link = NULL;
NULL             1151 ext/interbase/interbase.c 		zval *args = NULL;
NULL             1167 ext/interbase/interbase.c 				if ((ib_link[link_cnt] = (ibase_db_link *)zend_fetch_resource2_ex(&args[i], LE_LINK, le_link, le_plink)) == NULL) {
NULL             1235 ext/interbase/interbase.c 		if ((ib_link[0] = (ibase_db_link *)zend_fetch_resource2(IBG(default_link), LE_LINK, le_link, le_plink)) == NULL) {
NULL             1259 ext/interbase/interbase.c 		if (ib_link[i]->tr_list == NULL) {
NULL             1261 ext/interbase/interbase.c 			ib_link[i]->tr_list->trans = NULL;
NULL             1262 ext/interbase/interbase.c 			ib_link[i]->tr_list->next = NULL;
NULL             1266 ext/interbase/interbase.c 		for (l = &ib_link[i]->tr_list; *l != NULL; l = &(*l)->next);
NULL             1269 ext/interbase/interbase.c 		(*l)->next = NULL;
NULL             1279 ext/interbase/interbase.c 	if (ib_link == NULL) {
NULL             1280 ext/interbase/interbase.c 		php_error_docref(NULL, E_WARNING, "Invalid database link");
NULL             1285 ext/interbase/interbase.c 	if (ib_link->tr_list == NULL) {
NULL             1287 ext/interbase/interbase.c 		ib_link->tr_list->trans = NULL;
NULL             1288 ext/interbase/interbase.c 		ib_link->tr_list->next = NULL;
NULL             1291 ext/interbase/interbase.c 	if (*trans == NULL) {
NULL             1294 ext/interbase/interbase.c 		if (tr == NULL) {
NULL             1303 ext/interbase/interbase.c 			if (isc_start_transaction(IB_STATUS, &tr->handle, 1, &ib_link->handle, 0, NULL)) {
NULL             1316 ext/interbase/interbase.c 	ibase_trans *trans = NULL;
NULL             1320 ext/interbase/interbase.c 	zval *arg = NULL;
NULL             1330 ext/interbase/interbase.c 		if (ib_link->tr_list == NULL || ib_link->tr_list->trans == NULL) {
NULL             1344 ext/interbase/interbase.c 			if (ib_link->tr_list == NULL || ib_link->tr_list->trans == NULL) {
NULL             1417 ext/interbase/interbase.c 	zval *link = NULL;
NULL             1422 ext/interbase/interbase.c 	ibase_trans *trans = NULL;
NULL             1434 ext/interbase/interbase.c 		php_error_docref(NULL, E_WARNING, "Invalid generator name");
NULL             1454 ext/interbase/interbase.c 			SQL_DIALECT_CURRENT, NULL, &out_sqlda)) {
NULL              130 ext/interbase/php_ibase_udf.c 	php_embed_init(0, NULL P);
NULL              158 ext/interbase/php_ibase_udf.c 			php_request_shutdown(NULL);
NULL              166 ext/interbase/php_ibase_udf.c 				result = zend_eval_stringl(code, b->blob_total_length, NULL, "Firebird Embedded PHP engine");
NULL              195 ext/interbase/php_ibase_udf.c 		if (!zend_is_callable(&callback, 0, NULL)) {
NULL              288 ext/interbase/php_ibase_udf.c 		if (FAILURE == call_user_function(EG(function_table), NULL,
NULL              348 ext/interbase/php_ibase_udf.c 	php_error_docref(NULL, E_WARNING, "Error calling function '%s' from database", name);
NULL               99 ext/interbase/php_interbase.h #define phpext_interbase_ptr NULL
NULL               59 ext/intl/breakiterator/breakiterator_class.h 	if (bio->biter == NULL) \
NULL               92 ext/intl/breakiterator/codepointiterator_internal.h 			this->fCharIter = NULL;
NULL               56 ext/intl/calendar/calendar_class.h 	if (co->ucal == NULL) \
NULL               44 ext/intl/collator/collator_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               75 ext/intl/collator/collator_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              105 ext/intl/collator/collator_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              134 ext/intl/collator/collator_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               31 ext/intl/collator/collator_class.c zend_class_entry *Collator_ce_ptr = NULL;
NULL              140 ext/intl/collator/collator_class.c 	Collator_handlers.clone_obj = NULL;
NULL              179 ext/intl/collator/collator_class.c 		co->ucoll = NULL;
NULL               60 ext/intl/collator/collator_class.h     zval*             object  = NULL;   \
NULL               61 ext/intl/collator/collator_class.h     Collator_object*  co      = NULL;   \
NULL               62 ext/intl/collator/collator_class.h     intl_error_reset( NULL ); \
NULL               68 ext/intl/collator/collator_class.h     intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) );           \
NULL               34 ext/intl/collator/collator_compare.c 	char*            str1      = NULL;
NULL               35 ext/intl/collator/collator_compare.c 	char*            str2      = NULL;
NULL               39 ext/intl/collator/collator_compare.c 	UChar*           ustr1     = NULL;
NULL               40 ext/intl/collator/collator_compare.c 	UChar*           ustr2     = NULL;
NULL               52 ext/intl/collator/collator_compare.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               62 ext/intl/collator/collator_compare.c 		intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) );
NULL               65 ext/intl/collator/collator_compare.c 		php_error_docref(NULL, E_RECOVERABLE_ERROR, "Object not initialized");
NULL               80 ext/intl/collator/collator_compare.c 		intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) );
NULL               96 ext/intl/collator/collator_compare.c 		intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) );
NULL               49 ext/intl/collator/collator_convert.c 	UChar*      new_val      = NULL;
NULL              195 ext/intl/collator/collator_convert.c 	zval* zstr        = NULL;
NULL              196 ext/intl/collator/collator_convert.c 	UChar* ustr       = NULL;
NULL              223 ext/intl/collator/collator_convert.c 	zval* zstr        = NULL;
NULL              225 ext/intl/collator/collator_convert.c 	UChar* ustr       = NULL;
NULL              270 ext/intl/collator/collator_convert.c 	if( zstr == NULL )
NULL              392 ext/intl/collator/collator_convert.c 	zval* str    = NULL;
NULL              429 ext/intl/collator/collator_convert.c 	zval* n_arg = NULL;
NULL               36 ext/intl/collator/collator_create.c 	intl_error_reset( NULL );
NULL               42 ext/intl/collator/collator_create.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               39 ext/intl/collator/collator_error.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               47 ext/intl/collator/collator_error.c 	if( co == NULL )
NULL               62 ext/intl/collator/collator_error.c 	zend_string* message = NULL;
NULL               70 ext/intl/collator/collator_error.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               78 ext/intl/collator/collator_error.c 	if( co == NULL )
NULL              100 ext/intl/collator/collator_is_numeric.c 		value = zend_strtod(numbuf, NULL);
NULL              106 ext/intl/collator/collator_is_numeric.c 		if (endptr != NULL) {
NULL              113 ext/intl/collator/collator_is_numeric.c 	if (endptr != NULL) {
NULL              139 ext/intl/collator/collator_is_numeric.c 	if (s == NULL) {
NULL              141 ext/intl/collator/collator_is_numeric.c 		if (endptr != NULL) {
NULL              142 ext/intl/collator/collator_is_numeric.c 			*endptr = NULL;
NULL              215 ext/intl/collator/collator_is_numeric.c 	if (endptr != NULL)
NULL              253 ext/intl/collator/collator_is_numeric.c 		end_ptr_long = NULL;
NULL              263 ext/intl/collator/collator_is_numeric.c 		end_ptr_double = NULL;
NULL               37 ext/intl/collator/collator_locale.c 	char*  locale_name = NULL;
NULL               45 ext/intl/collator/collator_locale.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               55 ext/intl/collator/collator_locale.c 		intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) );
NULL               58 ext/intl/collator/collator_locale.c 		php_error_docref(NULL, E_RECOVERABLE_ERROR, "Object not initialized");
NULL               55 ext/intl/collator/collator_sort.c 	Collator_object* co = NULL;
NULL               60 ext/intl/collator/collator_sort.c 	zval *num1_p = NULL, *num2_p = NULL;
NULL               61 ext/intl/collator/collator_sort.c 	zval *norm1_p = NULL, *norm2_p = NULL;
NULL               75 ext/intl/collator/collator_sort.c 			intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) );
NULL               78 ext/intl/collator/collator_sort.c 			php_error_docref(NULL, E_RECOVERABLE_ERROR, "Object not initialized");
NULL              148 ext/intl/collator/collator_sort.c 	zval *num1_p = NULL;
NULL              149 ext/intl/collator/collator_sort.c 	zval *num2_p = NULL;
NULL              181 ext/intl/collator/collator_sort.c 	Collator_object* co = NULL;
NULL              182 ext/intl/collator/collator_sort.c 	zval *str1_p        = NULL;
NULL              183 ext/intl/collator/collator_sort.c 	zval *str2_p        = NULL;
NULL              290 ext/intl/collator/collator_sort.c 	zval*          array            = NULL;
NULL              291 ext/intl/collator/collator_sort.c 	HashTable*     hash             = NULL;
NULL              300 ext/intl/collator/collator_sort.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              365 ext/intl/collator/collator_sort.c 	zval*       array                = NULL;
NULL              367 ext/intl/collator/collator_sort.c 	HashTable*  hash                 = NULL;
NULL              368 ext/intl/collator/collator_sort.c 	zval*       hashData             = NULL;                     /* currently processed item of input hash */
NULL              370 ext/intl/collator/collator_sort.c 	char*       sortKeyBuf           = NULL;                     /* buffer to store sort keys */
NULL              377 ext/intl/collator/collator_sort.c 	collator_sort_key_index_t* sortKeyIndxBuf = NULL;            /* buffer to store 'indexes' which will be passed to 'qsort' */
NULL              384 ext/intl/collator/collator_sort.c 	UChar*      utf16_buf            = NULL;                     /* tmp buffer to hold current processing string in utf-16 */
NULL              394 ext/intl/collator/collator_sort.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              404 ext/intl/collator/collator_sort.c 		intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) );
NULL              407 ext/intl/collator/collator_sort.c 		php_error_docref(NULL, E_RECOVERABLE_ERROR, "Object not initialized");
NULL              438 ext/intl/collator/collator_sort.c 				intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) );
NULL              547 ext/intl/collator/collator_sort.c 	char*            str      = NULL;
NULL              549 ext/intl/collator/collator_sort.c 	UChar*           ustr     = NULL;
NULL              560 ext/intl/collator/collator_sort.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              570 ext/intl/collator/collator_sort.c 		intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) );
NULL              573 ext/intl/collator/collator_sort.c 		php_error_docref(NULL, E_RECOVERABLE_ERROR, "Object not initialized");
NULL              588 ext/intl/collator/collator_sort.c 		intl_error_set_code( NULL, COLLATOR_ERROR_CODE( co ) );
NULL              599 ext/intl/collator/collator_sort.c 	key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, NULL, 0);
NULL               45 ext/intl/common/common_enum.h 	if (ii->iterator == NULL) { \
NULL               31 ext/intl/common/common_error.c 	RETURN_LONG( intl_error_get_code( NULL ) );
NULL               40 ext/intl/common/common_error.c 	RETURN_STR(intl_error_get_message( NULL ));
NULL               57 ext/intl/common/common_error.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               79 ext/intl/common/common_error.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               50 ext/intl/converter/converter.c 	intl_error *err = objval ? &(objval->error) : NULL;
NULL              356 ext/intl/converter/converter.c                                  NULL, NULL, &error);
NULL              364 ext/intl/converter/converter.c                                     NULL, NULL, &error);
NULL              388 ext/intl/converter/converter.c 		php_error_docref(NULL, E_WARNING, "Ambiguous encoding specified, using %s", actual_encoding);
NULL              393 ext/intl/converter/converter.c 			php_error_docref(NULL, E_WARNING, "Error setting encoding: %d - %s", (int)error, u_errorName(error));
NULL              420 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "Bad arguments, "
NULL              451 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "Expected no arguments", 0);
NULL              492 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "Expected no arguments", 0);
NULL              531 ext/intl/converter/converter.c 	char *errstr = NULL;
NULL              538 ext/intl/converter/converter.c 	if (zend_fcall_info_init(&caller, 0, finfo, fcache, NULL, &errstr) == FAILURE) {
NULL              561 ext/intl/converter/converter.c 	intl_error_reset(NULL);
NULL              586 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              631 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              667 ext/intl/converter/converter.c 		return NULL;
NULL              671 ext/intl/converter/converter.c 	temp_len = 1 + ucnv_toUChars(src_cnv, NULL, 0, src, src_len, &error);
NULL              674 ext/intl/converter/converter.c 		return NULL;
NULL              684 ext/intl/converter/converter.c 		return NULL;
NULL              689 ext/intl/converter/converter.c 	ret_len = ucnv_fromUChars(dest_cnv, NULL, 0, temp, temp_len, &error);
NULL              693 ext/intl/converter/converter.c 		return NULL;
NULL              705 ext/intl/converter/converter.c 		return NULL;
NULL              721 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              725 ext/intl/converter/converter.c 	intl_error_reset(NULL);
NULL              735 ext/intl/converter/converter.c 			php_error_docref(NULL, E_WARNING, "Unknown UConverterCallbackReason: %pd", reason);
NULL              756 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              785 ext/intl/converter/converter.c 	zval *options = NULL;
NULL              786 ext/intl/converter/converter.c 	UConverter *src_cnv = NULL, *dest_cnv = NULL;
NULL              790 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              794 ext/intl/converter/converter.c 	intl_error_reset(NULL);
NULL              796 ext/intl/converter/converter.c 	if (php_converter_set_encoding(NULL, &src_cnv,  src,  src_len) &&
NULL              797 ext/intl/converter/converter.c 	    php_converter_set_encoding(NULL, &dest_cnv, dest, dest_len)) {
NULL              805 ext/intl/converter/converter.c 				(tmpzval = zend_hash_str_find(Z_ARRVAL_P(options), "from_subst", sizeof("from_subst") - 1)) != NULL &&
NULL              811 ext/intl/converter/converter.c 				(tmpzval = zend_hash_str_find(Z_ARRVAL_P(options), "to_subst", sizeof("to_subst") - 1)) != NULL &&
NULL              819 ext/intl/converter/converter.c 			(ret = php_converter_do_convert(dest_cnv, src_cnv, str, str_len, NULL)) != NULL) {
NULL              824 ext/intl/converter/converter.c 			THROW_UFAILURE(NULL, "transcode", error);
NULL              847 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              864 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              885 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              889 ext/intl/converter/converter.c 	intl_error_reset(NULL);
NULL              910 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              914 ext/intl/converter/converter.c 	intl_error_reset(NULL);
NULL              918 ext/intl/converter/converter.c 		THROW_UFAILURE(NULL, "ucnv_countAliases", error);
NULL              929 ext/intl/converter/converter.c 			THROW_UFAILURE(NULL, "ucnv_getAlias", error);
NULL              945 ext/intl/converter/converter.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              949 ext/intl/converter/converter.c 	intl_error_reset(NULL);
NULL              957 ext/intl/converter/converter.c 			THROW_UFAILURE(NULL, "ucnv_getStandard", error);
NULL             1000 ext/intl/converter/converter.c 	{ NULL, NULL, NULL }
NULL             1033 ext/intl/converter/converter.c 	php_converter_object *objval = NULL;
NULL             1048 ext/intl/converter/converter.c 	objval->src = ucnv_safeClone(oldobj->src, NULL, NULL, &error);
NULL             1051 ext/intl/converter/converter.c 		objval->dest = ucnv_safeClone(oldobj->dest, NULL, NULL, &error);
NULL             1058 ext/intl/converter/converter.c 		zend_throw_exception(NULL, ZSTR_VAL(err_msg), 0);
NULL               32 ext/intl/dateformat/dateformat.c 	if( IntlDateFormatter_ce_ptr == NULL) {
NULL               80 ext/intl/dateformat/dateformat.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               99 ext/intl/dateformat/dateformat.c 	zend_string *message = NULL;
NULL              106 ext/intl/dateformat/dateformat.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               41 ext/intl/dateformat/dateformat_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               67 ext/intl/dateformat/dateformat_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               98 ext/intl/dateformat/dateformat_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              130 ext/intl/dateformat/dateformat_attr.c 	char*       value = NULL;
NULL              133 ext/intl/dateformat/dateformat_attr.c 	UChar*	    svalue  = NULL;
NULL              143 ext/intl/dateformat/dateformat_attr.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              181 ext/intl/dateformat/dateformat_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              210 ext/intl/dateformat/dateformat_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              238 ext/intl/dateformat/dateformat_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               30 ext/intl/dateformat/dateformat_class.c zend_class_entry *IntlDateFormatter_ce_ptr = NULL;
NULL               71 ext/intl/dateformat/dateformat_class.c 	intern->requested_locale	= NULL;
NULL               93 ext/intl/dateformat/dateformat_class.c 	if (dfo->datef_data.udatf != NULL) {
NULL               99 ext/intl/dateformat/dateformat_class.c 			zend_throw_exception(NULL, "Failed to clone IntlDateFormatter object", 0);
NULL              102 ext/intl/dateformat/dateformat_class.c 		zend_throw_exception(NULL, "Cannot clone unconstructed IntlDateFormatter", 0);
NULL               49 ext/intl/dateformat/dateformat_class.h 	if (dfo->datef_data.udatf == NULL)				\
NULL               30 ext/intl/dateformat/dateformat_data.c 	datef_data->udatf = NULL;
NULL               46 ext/intl/dateformat/dateformat_data.c 	datef_data->udatf = NULL;
NULL               37 ext/intl/dateformat/dateformat_format.c 	UChar* 	formatted =  NULL;
NULL               40 ext/intl/dateformat/dateformat_format.c 	resultlengthneeded=udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, NULL, resultlengthneeded, NULL, &INTL_DATA_ERROR_CODE(dfo));
NULL               45 ext/intl/dateformat/dateformat_format.c 		udat_format( DATE_FORMAT_OBJECT(dfo), timestamp, formatted, resultlengthneeded, NULL, &INTL_DATA_ERROR_CODE(dfo));
NULL               65 ext/intl/dateformat/dateformat_format.c 	zval	*ele_value	= NULL;
NULL               73 ext/intl/dateformat/dateformat_format.c 	if ((ele_value = zend_hash_str_find(hash_arr, key_name, strlen(key_name))) != NULL) {
NULL              155 ext/intl/dateformat/dateformat_format.c 	HashTable	*hash_arr	= NULL;
NULL              156 ext/intl/dateformat/dateformat_format.c 	zval		*zarg		= NULL;
NULL              163 ext/intl/dateformat/dateformat_format.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "datefmt_format: unable "
NULL               41 ext/intl/dateformat/dateformat_parse.c 	UChar* 	text_utf16  = NULL;
NULL               86 ext/intl/dateformat/dateformat_parse.c 	UCalendar      *parsed_calendar = NULL;
NULL               87 ext/intl/dateformat/dateformat_parse.c 	UChar*  	text_utf16  = NULL;
NULL              130 ext/intl/dateformat/dateformat_parse.c 	char*           text_to_parse = NULL;
NULL              132 ext/intl/dateformat/dateformat_parse.c 	zval*         	z_parse_pos = NULL;
NULL              140 ext/intl/dateformat/dateformat_parse.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "datefmt_parse: unable to parse input params", 0 );
NULL              155 ext/intl/dateformat/dateformat_parse.c 	internal_parse_to_timestamp( dfo, text_to_parse, text_len, z_parse_pos?&parse_pos:NULL, return_value);
NULL              169 ext/intl/dateformat/dateformat_parse.c 	char*           text_to_parse = NULL;
NULL              171 ext/intl/dateformat/dateformat_parse.c 	zval*         	z_parse_pos = NULL;
NULL              179 ext/intl/dateformat/dateformat_parse.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "datefmt_parse_to_localtime: unable to parse input params", 0 );
NULL              194 ext/intl/dateformat/dateformat_parse.c 	internal_parse_to_localtime( dfo, text_to_parse, text_len, z_parse_pos?&parse_pos:NULL, return_value);
NULL               39 ext/intl/formatter/formatter.c 	if( NumberFormatter_ce_ptr == NULL) {
NULL               42 ext/intl/formatter/formatter_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              115 ext/intl/formatter/formatter_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              156 ext/intl/formatter/formatter_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              211 ext/intl/formatter/formatter_attr.c 	UChar *svalue = NULL;
NULL              221 ext/intl/formatter/formatter_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              262 ext/intl/formatter/formatter_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              269 ext/intl/formatter/formatter_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,	"numfmt_get_symbol: invalid symbol value", 0 );
NULL              301 ext/intl/formatter/formatter_attr.c 	char*      value     = NULL;
NULL              311 ext/intl/formatter/formatter_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              318 ext/intl/formatter/formatter_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,	"numfmt_set_symbol: invalid symbol value", 0 );
NULL              356 ext/intl/formatter/formatter_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              389 ext/intl/formatter/formatter_attr.c 	char*       value = NULL;
NULL              392 ext/intl/formatter/formatter_attr.c 	UChar*	    svalue  = NULL;
NULL              399 ext/intl/formatter/formatter_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              412 ext/intl/formatter/formatter_attr.c 	unum_applyPattern(FORMATTER_OBJECT(nfo), 0, svalue, slength, NULL, &INTL_DATA_ERROR_CODE(nfo));
NULL              437 ext/intl/formatter/formatter_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               29 ext/intl/formatter/formatter_class.c zend_class_entry *NumberFormatter_ce_ptr = NULL;
NULL               82 ext/intl/formatter/formatter_class.c 	if (FORMATTER_OBJECT(nfo) != NULL) {
NULL               89 ext/intl/formatter/formatter_class.c 			zend_throw_exception(NULL, "Failed to clone NumberFormatter object", 0);
NULL               92 ext/intl/formatter/formatter_class.c 		zend_throw_exception(NULL, "Cannot clone unconstructed NumberFormatter", 0);
NULL               47 ext/intl/formatter/formatter_class.h 	if (FORMATTER_OBJECT(nfo) == NULL) \
NULL               31 ext/intl/formatter/formatter_data.c 	nf_data->unum                = NULL;
NULL               47 ext/intl/formatter/formatter_data.c 	nf_data->unum = NULL;
NULL               46 ext/intl/formatter/formatter_format.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               78 ext/intl/formatter/formatter_format.c 				formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
NULL               83 ext/intl/formatter/formatter_format.c 					formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
NULL               94 ext/intl/formatter/formatter_format.c 			formatted_len = unum_formatInt64(FORMATTER_OBJECT(nfo), value, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
NULL               98 ext/intl/formatter/formatter_format.c 				formatted_len = unum_formatInt64(FORMATTER_OBJECT(nfo), value, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
NULL              109 ext/intl/formatter/formatter_format.c 			formatted_len = unum_formatDouble(FORMATTER_OBJECT(nfo), Z_DVAL_P(number), formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
NULL              113 ext/intl/formatter/formatter_format.c 				unum_formatDouble(FORMATTER_OBJECT(nfo), Z_DVAL_P(number), formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
NULL              122 ext/intl/formatter/formatter_format.c 			php_error_docref(NULL, E_WARNING, "Unsupported format type %pd", type);
NULL              142 ext/intl/formatter/formatter_format.c 	char*      currency      = NULL;
NULL              144 ext/intl/formatter/formatter_format.c 	UChar*     scurrency     = NULL;
NULL              152 ext/intl/formatter/formatter_format.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              166 ext/intl/formatter/formatter_format.c 	formatted_len = unum_formatDoubleCurrency(FORMATTER_OBJECT(nfo), number, scurrency, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
NULL              175 ext/intl/formatter/formatter_format.c 		unum_formatDoubleCurrency(FORMATTER_OBJECT(nfo), number, scurrency, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
NULL              179 ext/intl/formatter/formatter_format.c 		intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((nfo)) );
NULL               31 ext/intl/formatter/formatter_main.c 	char*       pattern = NULL;
NULL               34 ext/intl/formatter/formatter_main.c 	UChar*      spattern     = NULL;
NULL               43 ext/intl/formatter/formatter_main.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               63 ext/intl/formatter/formatter_main.c 	FORMATTER_OBJECT(nfo) = unum_open(style, spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CODE(nfo));
NULL              120 ext/intl/formatter/formatter_main.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              140 ext/intl/formatter/formatter_main.c 	zend_string *message = NULL;
NULL              147 ext/intl/formatter/formatter_main.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               40 ext/intl/formatter/formatter_parse.c 	UChar* sstr = NULL;
NULL               42 ext/intl/formatter/formatter_parse.c 	char* str = NULL;
NULL               47 ext/intl/formatter/formatter_parse.c 	int32_t* position_p = NULL;
NULL               48 ext/intl/formatter/formatter_parse.c 	zval *zposition = NULL;
NULL               56 ext/intl/formatter/formatter_parse.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               78 ext/intl/formatter/formatter_parse.c 	oldlocale = estrdup(setlocale(LC_NUMERIC, NULL));
NULL              100 ext/intl/formatter/formatter_parse.c 			php_error_docref(NULL, E_WARNING, "Unsupported format type %pd", type);
NULL              130 ext/intl/formatter/formatter_parse.c 	UChar* sstr = NULL;
NULL              135 ext/intl/formatter/formatter_parse.c 	int32_t* position_p = NULL;
NULL              137 ext/intl/formatter/formatter_parse.c 	zval *zcurrency, *zposition = NULL;
NULL              144 ext/intl/formatter/formatter_parse.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               59 ext/intl/grapheme/grapheme_string.c 	UChar* ustring = NULL;
NULL               65 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               81 ext/intl/grapheme/grapheme_string.c 		intl_error_set_code( NULL, status );
NULL               84 ext/intl/grapheme/grapheme_string.c 		intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 );
NULL               91 ext/intl/grapheme/grapheme_string.c 	ret_len = grapheme_split_string(ustring, ustring_len, NULL, 0 );
NULL              117 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              123 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Offset not contained in string", 1 );
NULL              133 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Empty delimiter", 1 );
NULL              154 ext/intl/grapheme/grapheme_string.c 	ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, NULL, 0 /* fIgnoreCase */, 0 /* last */ );
NULL              178 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              184 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_stripos: Offset not contained in string", 1 );
NULL              194 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_stripos: Empty delimiter", 1 );
NULL              223 ext/intl/grapheme/grapheme_string.c 	ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, NULL, 1 /* fIgnoreCase */, 0 /*last */ );
NULL              246 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              252 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Offset not contained in string", 1 );
NULL              262 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Empty delimiter", 1 );
NULL              285 ext/intl/grapheme/grapheme_string.c 	ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, NULL, 0 /* f_ignore_case */, 1/* last */);
NULL              309 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              315 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Offset not contained in string", 1 );
NULL              325 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Empty delimiter", 1 );
NULL              357 ext/intl/grapheme/grapheme_string.c 	ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, NULL,  1 /* f_ignore_case */, 1 /*last */);
NULL              383 ext/intl/grapheme/grapheme_string.c 	UBreakIterator* bi = NULL;
NULL              389 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              395 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_substr: start not contained in string", 1 );
NULL              419 ext/intl/grapheme/grapheme_string.c 		if ( NULL == sub_str ) {
NULL              420 ext/intl/grapheme/grapheme_string.c 			intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_substr: invalid parameters", 1 );
NULL              427 ext/intl/grapheme/grapheme_string.c 	ustr = NULL;
NULL              434 ext/intl/grapheme/grapheme_string.c 		intl_error_set_code( NULL, status );
NULL              437 ext/intl/grapheme/grapheme_string.c 		intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 );
NULL              476 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_substr: start not contained in string", 1 );
NULL              500 ext/intl/grapheme/grapheme_string.c 			intl_error_set_code( NULL, status );
NULL              503 ext/intl/grapheme/grapheme_string.c 			intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 );
NULL              550 ext/intl/grapheme/grapheme_string.c 			intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_substr: length not contained in string", 1 );
NULL              560 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_substr: length is beyond start", 1 );
NULL              573 ext/intl/grapheme/grapheme_string.c 		intl_error_set_code( NULL, status );
NULL              576 ext/intl/grapheme/grapheme_string.c 		intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 );
NULL              597 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              605 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_strpos: Empty delimiter", 1 );
NULL              795 ext/intl/grapheme/grapheme_string.c 	UBreakIterator* bi = NULL;
NULL              797 ext/intl/grapheme/grapheme_string.c 	zval *next = NULL; /* return offset of next part of the string */
NULL              800 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              805 ext/intl/grapheme/grapheme_string.c 	if ( NULL != next ) {
NULL              807 ext/intl/grapheme/grapheme_string.c 			intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              820 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              826 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_extract: start not contained in string", 0 );
NULL              831 ext/intl/grapheme/grapheme_string.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "grapheme_extract: size is invalid", 0 );
NULL              850 ext/intl/grapheme/grapheme_string.c 				intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              866 ext/intl/grapheme/grapheme_string.c 		if ( NULL != next ) {
NULL              873 ext/intl/grapheme/grapheme_string.c 	ustr = NULL;
NULL              880 ext/intl/grapheme/grapheme_string.c 		intl_error_set_code( NULL, status );
NULL              883 ext/intl/grapheme/grapheme_string.c 		intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 );
NULL              885 ext/intl/grapheme/grapheme_string.c 		if ( NULL != ustr )
NULL              891 ext/intl/grapheme/grapheme_string.c 	bi = NULL;
NULL              909 ext/intl/grapheme/grapheme_string.c 	if ( NULL != next ) {
NULL               45 ext/intl/grapheme/grapheme_util.c 	if ( NULL != global_break_iterator ) {
NULL               55 ext/intl/grapheme/grapheme_util.c     *sub_str = NULL;
NULL              114 ext/intl/grapheme/grapheme_util.c 		intl_error_set_code( NULL, (status) ); 			\
NULL              115 ext/intl/grapheme/grapheme_util.c 		intl_error_set_custom_msg( NULL, (error), 0 ); 	\
NULL              135 ext/intl/grapheme/grapheme_util.c 	UChar *uhaystack = NULL, *uneedle = NULL;
NULL              138 ext/intl/grapheme/grapheme_util.c 	UBreakIterator* bi = NULL;
NULL              140 ext/intl/grapheme/grapheme_util.c 	UStringSearch* src = NULL;
NULL              259 ext/intl/grapheme/grapheme_util.c 			if ( NULL != boundary_array && ret_len < boundary_array_len ) {
NULL              385 ext/intl/grapheme/grapheme_util.c 	if ( NULL == global_break_iterator ) {
NULL              388 ext/intl/grapheme/grapheme_util.c 											NULL,	/* icu default locale - locale has no effect on this iterator */
NULL              389 ext/intl/grapheme/grapheme_util.c 											NULL,	/* text not set in global iterator */
NULL              116 ext/intl/idn/idn.c 	intl_error_set_code(NULL, err);
NULL              122 ext/intl/idn/idn.c 		intl_error_set_custom_msg(NULL, buff, 1);
NULL              168 ext/intl/idn/idn.c 		php_error_docref(NULL, E_ERROR, "ICU returned an unexpected length");
NULL              207 ext/intl/idn/idn.c 	UChar* ustring = NULL;
NULL              219 ext/intl/idn/idn.c 		intl_error_set_code(NULL, status);
NULL              222 ext/intl/idn/idn.c 		intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 );
NULL              239 ext/intl/idn/idn.c 			intl_error_set( NULL, status, "idn_to_ascii: cannot convert to ASCII", 0 );
NULL              248 ext/intl/idn/idn.c 			intl_error_set_code(NULL, status);
NULL              251 ext/intl/idn/idn.c 			intl_error_set_custom_msg( NULL, "Error converting output string to UTF-8", 0 );
NULL              266 ext/intl/idn/idn.c 	zval *idna_info = NULL;
NULL              268 ext/intl/idn/idn.c 	intl_error_reset(NULL);
NULL              301 ext/intl/idn/idn.c 	if (idna_info != NULL) {
NULL              303 ext/intl/idn/idn.c 			php_error_docref0(NULL, E_NOTICE,
NULL               55 ext/intl/intl_convert.c 	UChar*      dst_buf = NULL;
NULL               92 ext/intl/intl_convert.c 	u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status );
NULL              127 ext/intl/intl_convert.c 	u_strToUTF8( NULL, 0, &dst_len, src, src_len, status );
NULL              134 ext/intl/intl_convert.c 		return NULL;
NULL              141 ext/intl/intl_convert.c 	u_strToUTF8( ZSTR_VAL(dst), dst_len, NULL, src, src_len, status );
NULL              145 ext/intl/intl_convert.c 		return NULL;
NULL               36 ext/intl/intl_data.h 	zval*             object  = NULL;			\
NULL               37 ext/intl/intl_data.h 	oclass##_object*  obj     = NULL;			\
NULL               38 ext/intl/intl_data.h 	intl_error_reset( NULL );
NULL               50 ext/intl/intl_data.h     intl_error_set_code( NULL, (err) );							\
NULL               53 ext/intl/intl_data.h         intl_error_set_custom_msg( NULL, msg, 0 );				\
NULL               59 ext/intl/intl_data.h     intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) );				\
NULL               68 ext/intl/intl_data.h     intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) );						\
NULL               78 ext/intl/intl_data.h     intl_error_set_code( NULL, INTL_DATA_ERROR_CODE((obj)) );						\
NULL              100 ext/intl/intl_data.h 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,									\
NULL              107 ext/intl/intl_data.h 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,									\
NULL               55 ext/intl/intl_error.c 	err->custom_error_message      = NULL;
NULL               82 ext/intl/intl_error.c 	err->custom_error_message      = NULL;
NULL              111 ext/intl/intl_error.c 			php_error_docref( NULL, INTL_G( error_level ), "%s", msg );
NULL              134 ext/intl/intl_error.c 	const char *uErrorName = NULL;
NULL              207 ext/intl/intl_error.c 	intl_error_reset( NULL );
NULL              218 ext/intl/intl_error.c 	intl_error_set_custom_msg( NULL, msg, copyMsg );
NULL              229 ext/intl/intl_error.c 	intl_error_set_code( NULL, err_code );
NULL              238 ext/intl/intl_error.c 	INIT_CLASS_ENTRY_EX( ce, "IntlException", sizeof( "IntlException" ) - 1, NULL );
NULL              251 ext/intl/intl_error.c 	assert( pe != NULL );
NULL               26 ext/intl/locale/locale.h #define OPTION_DEFAULT NULL
NULL               26 ext/intl/locale/locale_class.c zend_class_entry *Locale_ce_ptr = NULL;
NULL              101 ext/intl/locale/locale_class.c 	ce.create_object = NULL;
NULL               45 ext/intl/locale/locale_class.h     zval*             	object  = NULL;   \
NULL               46 ext/intl/locale/locale_class.h     intl_error_reset( NULL ); \
NULL               76 ext/intl/locale/locale_methods.c 	"zh-yue",		NULL
NULL               88 ext/intl/locale/locale_methods.c 	NULL
NULL              112 ext/intl/locale/locale_methods.c 	while (*list != NULL) {
NULL              126 ext/intl/locale/locale_methods.c 	char* result = NULL;
NULL              131 ext/intl/locale/locale_methods.c 		return NULL;
NULL              228 ext/intl/locale/locale_methods.c 	char *default_locale = NULL;
NULL              232 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              246 ext/intl/locale/locale_methods.c 	if (default_locale != NULL) {
NULL              261 ext/intl/locale/locale_methods.c 	zend_string*	tag_value	= NULL;
NULL              265 ext/intl/locale/locale_methods.c 	char*       	mod_loc_name	= NULL;
NULL              280 ext/intl/locale/locale_methods.c 				return NULL;
NULL              296 ext/intl/locale/locale_methods.c 			return NULL;
NULL              306 ext/intl/locale/locale_methods.c 	if( mod_loc_name == NULL){
NULL              349 ext/intl/locale/locale_methods.c 			return NULL;
NULL              362 ext/intl/locale/locale_methods.c 		return NULL;
NULL              383 ext/intl/locale/locale_methods.c 	const char* loc_name        	= NULL;
NULL              386 ext/intl/locale/locale_methods.c 	zend_string*   tag_value		= NULL;
NULL              390 ext/intl/locale/locale_methods.c 	char*       msg        		= NULL;
NULL              394 ext/intl/locale/locale_methods.c 	intl_error_reset( NULL );
NULL              399 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,  msg , 1 );
NULL              429 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, status, msg , 1 );
NULL              479 ext/intl/locale/locale_methods.c 	const char* loc_name        	= NULL;
NULL              482 ext/intl/locale/locale_methods.c 	const char* disp_loc_name       = NULL;
NULL              486 ext/intl/locale/locale_methods.c 	UChar*      disp_name      	= NULL;
NULL              489 ext/intl/locale/locale_methods.c 	char*       mod_loc_name        = NULL;
NULL              496 ext/intl/locale/locale_methods.c   	char*       msg             	= NULL;
NULL              499 ext/intl/locale/locale_methods.c 	intl_error_reset( NULL );
NULL              506 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,  msg , 1 );
NULL              514 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,  msg , 1 );
NULL              536 ext/intl/locale/locale_methods.c 	if( mod_loc_name==NULL ){
NULL              573 ext/intl/locale/locale_methods.c 			intl_error_set( NULL, status, msg , 1 );
NULL              583 ext/intl/locale/locale_methods.c 				disp_loc_name = NULL;
NULL              594 ext/intl/locale/locale_methods.c 		disp_loc_name = NULL;
NULL              602 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, status, msg , 1 );
NULL              683 ext/intl/locale/locale_methods.c     UEnumeration*   e        = NULL;
NULL              686 ext/intl/locale/locale_methods.c     const char*	 	kw_key        = NULL;
NULL              689 ext/intl/locale/locale_methods.c     const char*       	loc_name        = NULL;
NULL              701 ext/intl/locale/locale_methods.c     intl_error_reset( NULL );
NULL              706 ext/intl/locale/locale_methods.c         intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              718 ext/intl/locale/locale_methods.c     if( e != NULL )
NULL              723 ext/intl/locale/locale_methods.c     	while( ( kw_key = uenum_next( e, &kw_key_len, &status ) ) != NULL ){
NULL              737 ext/intl/locale/locale_methods.c 				intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, "locale_get_keywords: Error encountered while getting the keyword  value for the  keyword", 0 );
NULL              776 ext/intl/locale/locale_methods.c 	if ((ele_value = zend_hash_str_find(hash_arr , key_name, strlen(key_name))) != NULL ) {
NULL              821 ext/intl/locale/locale_methods.c 	if ((ele_value = zend_hash_str_find( hash_arr , key_name , strlen(key_name))) != NULL) {
NULL              863 ext/intl/locale/locale_methods.c 			if ((ele_value = zend_hash_str_find( hash_arr , cur_key_name , strlen(cur_key_name))) != NULL) {
NULL              889 ext/intl/locale/locale_methods.c 	intl_error_reset( NULL );
NULL              891 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              911 ext/intl/locale/locale_methods.c 	zval*			arr	= NULL;
NULL              912 ext/intl/locale/locale_methods.c 	HashTable*		hash_arr = NULL;
NULL              915 ext/intl/locale/locale_methods.c 	intl_error_reset( NULL );
NULL              920 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              942 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              994 ext/intl/locale/locale_methods.c 	zend_string*	result =NULL;
NULL              997 ext/intl/locale/locale_methods.c 	const char* 	mod_loc_name =NULL;
NULL             1039 ext/intl/locale/locale_methods.c 	zend_string*   key_value 	= NULL;
NULL             1040 ext/intl/locale/locale_methods.c 	char*   cur_key_name	= NULL;
NULL             1041 ext/intl/locale/locale_methods.c 	char*   token        	= NULL;
NULL             1042 ext/intl/locale/locale_methods.c 	char*   last_ptr  	= NULL;
NULL             1067 ext/intl/locale/locale_methods.c 			while( (token = php_strtok_r(NULL , DELIMITER , &last_ptr)) && (strlen(token)>1) ){
NULL             1104 ext/intl/locale/locale_methods.c     const char* loc_name        = NULL;
NULL             1108 ext/intl/locale/locale_methods.c     intl_error_reset( NULL );
NULL             1113 ext/intl/locale/locale_methods.c         intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL             1148 ext/intl/locale/locale_methods.c 	const char*  	loc_name        = NULL;
NULL             1152 ext/intl/locale/locale_methods.c 	char*	token		= NULL;
NULL             1153 ext/intl/locale/locale_methods.c 	zend_string*	variant		= NULL;
NULL             1154 ext/intl/locale/locale_methods.c 	char*	saved_ptr	= NULL;
NULL             1156 ext/intl/locale/locale_methods.c 	intl_error_reset( NULL );
NULL             1161 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL             1186 ext/intl/locale/locale_methods.c 			while( (token = php_strtok_r(NULL , DELIMITER, &saved_ptr)) && (strlen(token)>1) ){
NULL             1204 ext/intl/locale/locale_methods.c 	char* 	anchor 	= NULL;
NULL             1205 ext/intl/locale/locale_methods.c 	const char* 	anchor1 = NULL;
NULL             1241 ext/intl/locale/locale_methods.c 	char*       	lang_tag        = NULL;
NULL             1243 ext/intl/locale/locale_methods.c 	const char*     loc_range       = NULL;
NULL             1248 ext/intl/locale/locale_methods.c 	char*		chrcheck	= NULL;
NULL             1250 ext/intl/locale/locale_methods.c 	zend_string*   	can_lang_tag    = NULL;
NULL             1251 ext/intl/locale/locale_methods.c 	zend_string*   	can_loc_range   = NULL;
NULL             1253 ext/intl/locale/locale_methods.c 	char*       	cur_lang_tag    = NULL;
NULL             1254 ext/intl/locale/locale_methods.c 	char*       	cur_loc_range   = NULL;
NULL             1259 ext/intl/locale/locale_methods.c 	intl_error_reset( NULL );
NULL             1265 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL             1283 ext/intl/locale/locale_methods.c 			intl_error_set( NULL, status,
NULL             1291 ext/intl/locale/locale_methods.c 			intl_error_set( NULL, status,
NULL             1425 ext/intl/locale/locale_methods.c 	zend_string* lang_tag = NULL;
NULL             1426 ext/intl/locale/locale_methods.c 	zval* ele_value = NULL;
NULL             1427 ext/intl/locale/locale_methods.c 	char** cur_arr = NULL;
NULL             1429 ext/intl/locale/locale_methods.c 	char* cur_loc_range	= NULL;
NULL             1430 ext/intl/locale/locale_methods.c 	zend_string* can_loc_range	= NULL;
NULL             1433 ext/intl/locale/locale_methods.c 	zend_string* return_value = NULL;
NULL             1440 ext/intl/locale/locale_methods.c 			intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: locale array element is not a string", 0);
NULL             1441 ext/intl/locale/locale_methods.c 			LOOKUP_CLEAN_RETURN(NULL);
NULL             1446 ext/intl/locale/locale_methods.c 			intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize lang_tag", 0);
NULL             1447 ext/intl/locale/locale_methods.c 			LOOKUP_CLEAN_RETURN(NULL);
NULL             1457 ext/intl/locale/locale_methods.c 			if(result != 1 || lang_tag == NULL || !lang_tag->val[0]) {
NULL             1461 ext/intl/locale/locale_methods.c 				intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize lang_tag" , 0);
NULL             1462 ext/intl/locale/locale_methods.c 				LOOKUP_CLEAN_RETURN(NULL);
NULL             1468 ext/intl/locale/locale_methods.c 				intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize lang_tag" , 0);
NULL             1469 ext/intl/locale/locale_methods.c 				LOOKUP_CLEAN_RETURN(NULL);
NULL             1478 ext/intl/locale/locale_methods.c 		if( result != 1 || can_loc_range == NULL || !can_loc_range->val[0]) {
NULL             1480 ext/intl/locale/locale_methods.c 			intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize loc_range" , 0 );
NULL             1484 ext/intl/locale/locale_methods.c 			LOOKUP_CLEAN_RETURN(NULL);
NULL             1497 ext/intl/locale/locale_methods.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "lookup_loc_range: unable to canonicalize lang_tag" , 0);
NULL             1498 ext/intl/locale/locale_methods.c 		LOOKUP_CLEAN_RETURN(NULL);
NULL             1505 ext/intl/locale/locale_methods.c 			if(cur_arr[i*2] != NULL && strlen(cur_arr[i*2]) == saved_pos && strncmp(cur_loc_range, cur_arr[i*2], saved_pos) == 0) {
NULL             1518 ext/intl/locale/locale_methods.c 	LOOKUP_CLEAN_RETURN(NULL);
NULL             1533 ext/intl/locale/locale_methods.c 	zend_string*   	fallback_loc_str	= NULL;
NULL             1534 ext/intl/locale/locale_methods.c 	const char*    	loc_range      		= NULL;
NULL             1537 ext/intl/locale/locale_methods.c 	zval*		arr				= NULL;
NULL             1538 ext/intl/locale/locale_methods.c 	HashTable*	hash_arr		= NULL;
NULL             1540 ext/intl/locale/locale_methods.c 	zend_string* 	result_str	= NULL;
NULL             1542 ext/intl/locale/locale_methods.c 	intl_error_reset( NULL );
NULL             1546 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,	"locale_lookup: unable to parse input params", 0 );
NULL             1561 ext/intl/locale/locale_methods.c 	if(result_str == NULL || ZSTR_VAL(result_str)[0] == '\0') {
NULL             1583 ext/intl/locale/locale_methods.c 	char *http_accept = NULL;
NULL             1592 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL             1597 ext/intl/locale/locale_methods.c 	available = ures_openAvailableLocales(NULL, &status);
NULL               34 ext/intl/msgformat/msgformat.c 	UChar*      spattern     = NULL;
NULL               39 ext/intl/msgformat/msgformat.c 	intl_error_reset( NULL );
NULL               46 ext/intl/msgformat/msgformat.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               60 ext/intl/msgformat/msgformat.c 		spattern = NULL;
NULL               81 ext/intl/msgformat/msgformat.c 	MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, locale, NULL, &INTL_DATA_ERROR_CODE(mfo));
NULL              132 ext/intl/msgformat/msgformat.c 	zval*                    object  = NULL;
NULL              133 ext/intl/msgformat/msgformat.c 	MessageFormatter_object*  mfo     = NULL;
NULL              139 ext/intl/msgformat/msgformat.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              159 ext/intl/msgformat/msgformat.c 	zend_string*             message = NULL;
NULL              160 ext/intl/msgformat/msgformat.c 	zval*                    object  = NULL;
NULL              161 ext/intl/msgformat/msgformat.c 	MessageFormatter_object*  mfo     = NULL;
NULL              167 ext/intl/msgformat/msgformat.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               41 ext/intl/msgformat/msgformat_attr.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               64 ext/intl/msgformat/msgformat_attr.c 	char*       value = NULL;
NULL               67 ext/intl/msgformat/msgformat_attr.c 	UChar*	    spattern  = NULL;
NULL               74 ext/intl/msgformat/msgformat_attr.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               87 ext/intl/msgformat/msgformat_attr.c 		intl_error_set( NULL, U_INVALID_FORMAT_ERROR,
NULL               94 ext/intl/msgformat/msgformat_attr.c 	umsg_applyPattern(MSG_FORMAT_OBJECT(mfo), spattern, spattern_len, NULL, &INTL_DATA_ERROR_CODE(mfo));
NULL              109 ext/intl/msgformat/msgformat_attr.c 		mfo->mf_data.arg_types = NULL;
NULL              130 ext/intl/msgformat/msgformat_attr.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               29 ext/intl/msgformat/msgformat_class.c zend_class_entry *MessageFormatter_ce_ptr = NULL;
NULL               83 ext/intl/msgformat/msgformat_class.c 	if (MSG_FORMAT_OBJECT(mfo) != NULL) {
NULL               90 ext/intl/msgformat/msgformat_class.c 			zend_throw_exception_ex(NULL, 0, "Failed to clone MessageFormatter object");
NULL               93 ext/intl/msgformat/msgformat_class.c 		zend_throw_exception_ex(NULL, 0, "Cannot clone unconstructed MessageFormatter");
NULL               49 ext/intl/msgformat/msgformat_class.h 	if (MSG_FORMAT_OBJECT(mfo) == NULL)	{								\
NULL               34 ext/intl/msgformat/msgformat_data.c 	mf_data->umsgf			= NULL;
NULL               35 ext/intl/msgformat/msgformat_data.c 	mf_data->orig_format	= NULL;
NULL               36 ext/intl/msgformat/msgformat_data.c 	mf_data->arg_types		= NULL;
NULL               55 ext/intl/msgformat/msgformat_data.c 		mf_data->orig_format = NULL;
NULL               61 ext/intl/msgformat/msgformat_data.c 		mf_data->arg_types = NULL;
NULL               64 ext/intl/msgformat/msgformat_data.c 	mf_data->umsgf = NULL;
NULL               38 ext/intl/msgformat/msgformat_format.c 	UChar* formatted = NULL;
NULL               45 ext/intl/msgformat/msgformat_format.c 	zend_hash_init(args_copy, count, NULL, ZVAL_PTR_DTOR, 0);
NULL               80 ext/intl/msgformat/msgformat_format.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              101 ext/intl/msgformat/msgformat_format.c 	UChar      *spattern = NULL;
NULL              103 ext/intl/msgformat/msgformat_format.c 	char       *pattern = NULL;
NULL              105 ext/intl/msgformat/msgformat_format.c 	const char *slocale = NULL;
NULL              114 ext/intl/msgformat/msgformat_format.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              127 ext/intl/msgformat/msgformat_format.c 			intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              133 ext/intl/msgformat/msgformat_format.c 		spattern = NULL;
NULL              142 ext/intl/msgformat/msgformat_format.c 		intl_error_set( NULL, U_INVALID_FORMAT_ERROR,
NULL              149 ext/intl/msgformat/msgformat_format.c 	MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, NULL, &INTL_DATA_ERROR_CODE(mfo));
NULL               36 ext/intl/msgformat/msgformat_parse.c 	UChar *usource = NULL;
NULL               72 ext/intl/msgformat/msgformat_parse.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               92 ext/intl/msgformat/msgformat_parse.c 	UChar      *spattern = NULL;
NULL               94 ext/intl/msgformat/msgformat_parse.c 	char       *pattern = NULL;
NULL               96 ext/intl/msgformat/msgformat_parse.c 	const char *slocale = NULL;
NULL               98 ext/intl/msgformat/msgformat_parse.c 	char       *source = NULL;
NULL              107 ext/intl/msgformat/msgformat_parse.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              120 ext/intl/msgformat/msgformat_parse.c 			intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              126 ext/intl/msgformat/msgformat_parse.c 		spattern = NULL;
NULL              135 ext/intl/msgformat/msgformat_parse.c 		intl_error_set( NULL, U_INVALID_FORMAT_ERROR,
NULL              142 ext/intl/msgformat/msgformat_parse.c 	MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, NULL, &INTL_DATA_ERROR_CODE(mfo));
NULL               24 ext/intl/normalizer/normalizer_class.c zend_class_entry *Normalizer_ce_ptr = NULL;
NULL               60 ext/intl/normalizer/normalizer_class.c 	ce.create_object = NULL;
NULL               35 ext/intl/normalizer/normalizer_normalize.c 	char*			input = NULL;
NULL               40 ext/intl/normalizer/normalizer_normalize.c 	UChar*			uinput = NULL;
NULL               45 ext/intl/normalizer/normalizer_normalize.c 	UChar*			uret_buf = NULL;
NULL               52 ext/intl/normalizer/normalizer_normalize.c 	intl_error_reset( NULL );
NULL               58 ext/intl/normalizer/normalizer_normalize.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               79 ext/intl/normalizer/normalizer_normalize.c 			intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               94 ext/intl/normalizer/normalizer_normalize.c 		intl_error_set_code( NULL, status );
NULL               97 ext/intl/normalizer/normalizer_normalize.c 		intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 );
NULL              138 ext/intl/normalizer/normalizer_normalize.c 			intl_error_set_custom_msg( NULL,"Error normalizing string", 0 );
NULL              155 ext/intl/normalizer/normalizer_normalize.c 		intl_error_set( NULL, status,
NULL              172 ext/intl/normalizer/normalizer_normalize.c 	char*	 	input = NULL;
NULL              177 ext/intl/normalizer/normalizer_normalize.c 	UChar*	 	uinput = NULL;
NULL              183 ext/intl/normalizer/normalizer_normalize.c 	intl_error_reset( NULL );
NULL              189 ext/intl/normalizer/normalizer_normalize.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              204 ext/intl/normalizer/normalizer_normalize.c 			intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              220 ext/intl/normalizer/normalizer_normalize.c 		intl_error_set_code( NULL, status );
NULL              223 ext/intl/normalizer/normalizer_normalize.c 		intl_error_set_custom_msg( NULL, "Error converting string to UTF-16.", 0 );
NULL              239 ext/intl/normalizer/normalizer_normalize.c 		intl_error_set_custom_msg( NULL,"Error testing if string is the given normalization form.", 0 );
NULL              122 ext/intl/php_intl.c 	if( INTL_G(default_locale) == NULL ) {
NULL              866 ext/intl/php_intl.c     STD_PHP_INI_ENTRY(LOCALE_INI_NAME, NULL, PHP_INI_ALL, OnUpdateStringUnempty, default_locale, zend_intl_globals, intl_globals)
NULL              887 ext/intl/php_intl.c 	NULL,                       /* globals dtor */
NULL              888 ext/intl/php_intl.c 	NULL,                       /* post deactivate */
NULL              999 ext/intl/php_intl.c 	intl_error_init( NULL );
NULL             1022 ext/intl/php_intl.c     if (cleanup != NULL && !(cleanup[0] == '0' && cleanup[1] == '\0')) {
NULL             1047 ext/intl/php_intl.c 		INTL_G(grapheme_iterator) = NULL;
NULL             1050 ext/intl/php_intl.c 	intl_error_reset( NULL);
NULL               73 ext/intl/resourcebundle/resourcebundle.c 			source->child = NULL;
NULL               34 ext/intl/resourcebundle/resourcebundle_class.c zend_class_entry *ResourceBundle_ce_ptr = NULL;
NULL               66 ext/intl/resourcebundle/resourcebundle_class.c 	rb->me = NULL;
NULL               67 ext/intl/resourcebundle/resourcebundle_class.c 	rb->child = NULL;
NULL               88 ext/intl/resourcebundle/resourcebundle_class.c 	intl_error_reset( NULL );
NULL               93 ext/intl/resourcebundle/resourcebundle_class.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              100 ext/intl/resourcebundle/resourcebundle_class.c 	if (locale == NULL) {
NULL              115 ext/intl/resourcebundle/resourcebundle_class.c 		intl_errors_set_code(NULL, INTL_DATA_ERROR_CODE(rb));
NULL              173 ext/intl/resourcebundle/resourcebundle_class.c 	char *      mekey = NULL;
NULL              178 ext/intl/resourcebundle/resourcebundle_class.c 	intl_error_reset( NULL );
NULL              194 ext/intl/resourcebundle/resourcebundle_class.c 	intl_error_set_code( NULL, INTL_DATA_ERROR_CODE(rb) );
NULL              226 ext/intl/resourcebundle/resourcebundle_class.c 	if(offset == NULL) {
NULL              253 ext/intl/resourcebundle/resourcebundle_class.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              268 ext/intl/resourcebundle/resourcebundle_class.c 	if (rb->me == NULL) {
NULL              295 ext/intl/resourcebundle/resourcebundle_class.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              325 ext/intl/resourcebundle/resourcebundle_class.c 	intl_errors_reset( NULL );
NULL              329 ext/intl/resourcebundle/resourcebundle_class.c 		intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              336 ext/intl/resourcebundle/resourcebundle_class.c 		bundlename = NULL;
NULL              369 ext/intl/resourcebundle/resourcebundle_class.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              391 ext/intl/resourcebundle/resourcebundle_class.c 	zend_string* message = NULL;
NULL              397 ext/intl/resourcebundle/resourcebundle_class.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              445 ext/intl/resourcebundle/resourcebundle_class.c 	ResourceBundle_object_handlers.clone_obj	  = NULL; /* ICU ResourceBundle has no clone implementation */
NULL               44 ext/intl/resourcebundle/resourcebundle_class.h 	if (RESOURCEBUNDLE_OBJECT(rb) == NULL) {						\
NULL               64 ext/intl/resourcebundle/resourcebundle_iterator.c 		iterator->currentkey = NULL;
NULL              172 ext/intl/resourcebundle/resourcebundle_iterator.c 	iterator->currentkey = NULL;
NULL               25 ext/intl/spoofchecker/spoofchecker_class.c zend_class_entry *Spoofchecker_ce_ptr = NULL;
NULL              126 ext/intl/spoofchecker/spoofchecker_class.c 		intl_error_set( NULL, SPOOFCHECKER_ERROR_CODE(new_sfo), "Failed to clone SpoofChecker object", 0 );
NULL              187 ext/intl/spoofchecker/spoofchecker_class.c 		co->uspoof = NULL;
NULL               61 ext/intl/spoofchecker/spoofchecker_class.h     Spoofchecker_object*  co  = NULL;   \
NULL               62 ext/intl/spoofchecker/spoofchecker_class.h     intl_error_reset(NULL); \
NULL               67 ext/intl/spoofchecker/spoofchecker_class.h 	if (co->uspoof == NULL)	{										\
NULL               75 ext/intl/spoofchecker/spoofchecker_class.h     intl_error_set_code(NULL, SPOOFCHECKER_ERROR_CODE(co));           \
NULL               32 ext/intl/spoofchecker/spoofchecker_main.c 	zval *error_code = NULL;
NULL               41 ext/intl/spoofchecker/spoofchecker_main.c 	ret = uspoof_checkUTF8(co->uspoof, text, text_len, NULL, SPOOFCHECKER_ERROR_CODE_P(co));
NULL               44 ext/intl/spoofchecker/spoofchecker_main.c 		php_error_docref(NULL, E_WARNING, "(%d) %s", SPOOFCHECKER_ERROR_CODE(co), u_errorName(SPOOFCHECKER_ERROR_CODE(co)));
NULL               64 ext/intl/spoofchecker/spoofchecker_main.c 	zval *error_code = NULL;
NULL               79 ext/intl/spoofchecker/spoofchecker_main.c 		php_error_docref(NULL, E_WARNING, "(%d) %s", SPOOFCHECKER_ERROR_CODE(co), u_errorName(SPOOFCHECKER_ERROR_CODE(co)));
NULL              109 ext/intl/spoofchecker/spoofchecker_main.c 		php_error_docref(NULL, E_WARNING, "(%d) %s", SPOOFCHECKER_ERROR_CODE(co), u_errorName(SPOOFCHECKER_ERROR_CODE(co)));
NULL              132 ext/intl/spoofchecker/spoofchecker_main.c 		php_error_docref(NULL, E_WARNING, "(%d) %s", SPOOFCHECKER_ERROR_CODE(co), u_errorName(SPOOFCHECKER_ERROR_CODE(co)));
NULL               62 ext/intl/timezone/timezone_class.h 	if (to->utimezone == NULL) { \
NULL               26 ext/intl/transliterator/transliterator_class.c zend_class_entry *Transliterator_ce_ptr = NULL;
NULL               45 ext/intl/transliterator/transliterator_class.c 	assert( to->utrans == NULL );
NULL               93 ext/intl/transliterator/transliterator_class.c 		to->utrans = NULL;
NULL              147 ext/intl/transliterator/transliterator_class.c 	intl_error_reset( NULL );
NULL              156 ext/intl/transliterator/transliterator_class.c 	if( to_orig->utrans != NULL )
NULL              158 ext/intl/transliterator/transliterator_class.c 		UTransliterator *utrans = NULL;
NULL              176 ext/intl/transliterator/transliterator_class.c 			if( utrans != NULL )
NULL              181 ext/intl/transliterator/transliterator_class.c 			intl_error_set_code( NULL, INTL_DATA_ERROR_CODE( to_orig ) );
NULL              186 ext/intl/transliterator/transliterator_class.c 			php_error_docref( NULL, E_ERROR, "%s", ZSTR_VAL(err_msg) );
NULL              194 ext/intl/transliterator/transliterator_class.c 		php_error_docref( NULL, E_WARNING,
NULL              210 ext/intl/transliterator/transliterator_class.c 		cache_slot = NULL;						\
NULL              229 ext/intl/transliterator/transliterator_class.c 		retval = NULL; /* fallback to read_property */
NULL              253 ext/intl/transliterator/transliterator_class.c 		php_error_docref0( NULL, E_WARNING, "The property \"id\" is read-only" );
NULL              278 ext/intl/transliterator/transliterator_class.c 		php_error_docref0( NULL, E_WARNING, "The property \"id\" is read-only" );
NULL               55 ext/intl/transliterator/transliterator_class.h 	if( to->utrans == NULL ) \
NULL               33 ext/intl/transliterator/transliterator_methods.c 	UChar	              *ustr_id    = NULL;
NULL               38 ext/intl/transliterator/transliterator_methods.c 	intl_error_reset( NULL );
NULL               42 ext/intl/transliterator/transliterator_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL               54 ext/intl/transliterator/transliterator_methods.c 		intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) );
NULL               55 ext/intl/transliterator/transliterator_methods.c 		intl_error_set_custom_msg( NULL, "String conversion of id to UTF-16 failed", 0 );
NULL               62 ext/intl/transliterator/transliterator_methods.c 		NULL, -1, &parse_error, TRANSLITERATOR_ERROR_CODE_P( to ) );
NULL               69 ext/intl/transliterator/transliterator_methods.c 		char *buf = NULL;
NULL               70 ext/intl/transliterator/transliterator_methods.c 		intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) );
NULL               73 ext/intl/transliterator/transliterator_methods.c 		if( buf == NULL ) {
NULL               74 ext/intl/transliterator/transliterator_methods.c 			intl_error_set_custom_msg( NULL,
NULL               79 ext/intl/transliterator/transliterator_methods.c 			intl_error_set_custom_msg( NULL, buf, /* copy message */ 1 );
NULL               90 ext/intl/transliterator/transliterator_methods.c 		intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) );
NULL               91 ext/intl/transliterator/transliterator_methods.c 		intl_error_set_custom_msg( NULL,
NULL              118 ext/intl/transliterator/transliterator_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              140 ext/intl/transliterator/transliterator_methods.c 	UChar		    *ustr_rules    = NULL;
NULL              152 ext/intl/transliterator/transliterator_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              159 ext/intl/transliterator/transliterator_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              181 ext/intl/transliterator/transliterator_methods.c 	intl_error_set_code( NULL, INTL_DATA_ERROR_CODE( to ) );
NULL              184 ext/intl/transliterator/transliterator_methods.c 		char *msg = NULL;
NULL              190 ext/intl/transliterator/transliterator_methods.c 		if( msg != NULL )
NULL              217 ext/intl/transliterator/transliterator_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              249 ext/intl/transliterator/transliterator_methods.c 	intl_error_reset( NULL );
NULL              256 ext/intl/transliterator/transliterator_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              281 ext/intl/transliterator/transliterator_methods.c 	intl_error_set_code( NULL, status );
NULL              286 ext/intl/transliterator/transliterator_methods.c 		intl_error_set_custom_msg( NULL, "transliterator_list_ids: "
NULL              298 ext/intl/transliterator/transliterator_methods.c 	UChar		*ustr		= NULL,
NULL              299 ext/intl/transliterator/transliterator_methods.c 				*uresult	= NULL;
NULL              313 ext/intl/transliterator/transliterator_methods.c 	if( object == NULL )
NULL              320 ext/intl/transliterator/transliterator_methods.c 			intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              342 ext/intl/transliterator/transliterator_methods.c 				zend_string *message = intl_error_get_message( NULL );
NULL              343 ext/intl/transliterator/transliterator_methods.c 				php_error_docref0( NULL, E_WARNING, "Could not create "
NULL              355 ext/intl/transliterator/transliterator_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              362 ext/intl/transliterator/transliterator_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              370 ext/intl/transliterator/transliterator_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              393 ext/intl/transliterator/transliterator_methods.c 		if(msg != NULL )
NULL              432 ext/intl/transliterator/transliterator_methods.c 			intl_error_set_code( NULL, TRANSLITERATOR_ERROR_CODE( to ) );
NULL              467 ext/intl/transliterator/transliterator_methods.c 	zend_throw_exception( NULL,
NULL              483 ext/intl/transliterator/transliterator_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              491 ext/intl/transliterator/transliterator_methods.c 	if (to == NULL )
NULL              505 ext/intl/transliterator/transliterator_methods.c 	zend_string* message = NULL;
NULL              511 ext/intl/transliterator/transliterator_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
NULL              520 ext/intl/transliterator/transliterator_methods.c 	if (to == NULL )
NULL               17 ext/intl/uchar/uchar.c 			intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR);
NULL               18 ext/intl/uchar/uchar.c 			intl_error_set_custom_msg(NULL, "Passing a UTF-8 character for codepoint requires a string which is exactly one UTF-8 codepoint long.", 0);
NULL               22 ext/intl/uchar/uchar.c 		intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR);
NULL               23 ext/intl/uchar/uchar.c 		intl_error_set_custom_msg(NULL, "Invalid parameter for unicode point.  Must be either integer or UTF-8 sequence.", 0);
NULL               27 ext/intl/uchar/uchar.c 		intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR);
NULL               28 ext/intl/uchar/uchar.c 		intl_error_set_custom_msg(NULL, "Codepoint out of range", 0);
NULL              194 ext/intl/uchar/uchar.c 		intl_error_set_code(NULL, U_INTERNAL_PROGRAM_ERROR);
NULL              195 ext/intl/uchar/uchar.c 		intl_errors_set_custom_msg(NULL, "enumCharTypes callback failed", 0);
NULL              239 ext/intl/uchar/uchar.c 	zend_string *buffer = NULL;
NULL              247 ext/intl/uchar/uchar.c 	buffer_len = u_charName(cp, (UCharNameChoice)nameChoice, NULL, 0, &error);
NULL              276 ext/intl/uchar/uchar.c 	INTL_CHECK_STATUS(error, NULL);
NULL              308 ext/intl/uchar/uchar.c 		intl_error_set_code(NULL, U_INTERNAL_PROGRAM_ERROR);
NULL              309 ext/intl/uchar/uchar.c 		intl_error_set_custom_msg(NULL, "enumCharNames callback failed", 0);
NULL              332 ext/intl/uchar/uchar.c 	INTL_CHECK_STATUS(error, NULL);
NULL              354 ext/intl/uchar/uchar.c 		intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR);
NULL              355 ext/intl/uchar/uchar.c 		intl_error_set_custom_msg(NULL, "Failed to get property name", 0);
NULL              395 ext/intl/uchar/uchar.c 		intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR);
NULL              396 ext/intl/uchar/uchar.c 		intl_error_set_custom_msg(NULL, "Failed to get property name", 0);
NULL              466 ext/intl/uchar/uchar.c 		intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR);
NULL              467 ext/intl/uchar/uchar.c 		intl_error_set_custom_msg(NULL, "Invalid digit", 0);
NULL              546 ext/intl/uchar/uchar.c 	closure_len = u_getFC_NFKC_Closure(cp, NULL, 0, &error);
NULL              163 ext/json/json.c 	NULL,
NULL              164 ext/json/json.c 	NULL,
NULL              165 ext/json/json.c 	NULL,
NULL              170 ext/json/json.c 	NULL,
NULL              171 ext/json/json.c 	NULL,
NULL              109 ext/json/json_encoder.c 	if (options & PHP_JSON_PRESERVE_ZERO_FRACTION && strchr(num, '.') == NULL && len < PHP_JSON_DOUBLE_MAX_LENGTH - 2) {
NULL              308 ext/json/json_encoder.c 		if (php_json_utf8_to_utf16(NULL, s, len) < 0) {
NULL              466 ext/json/json_encoder.c 	if (FAILURE == call_user_function_ex(EG(function_table), val, &fname, &retval, 0, NULL, 1, NULL) || Z_TYPE(retval) == IS_UNDEF) {
NULL              467 ext/json/json_encoder.c 		zend_throw_exception_ex(NULL, 0, "Failed calling %s::jsonSerialize()", ZSTR_VAL(ce->name));
NULL              271 ext/json/json_parser.y 		zend_std_write_property(object, &zkey, zvalue, NULL); 
NULL              315 ext/json/json_scanner.c 			ZVAL_LONG(&s->value, ZEND_STRTOL((char *) s->token, NULL, 10));
NULL              321 ext/json/json_scanner.c 			ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL));
NULL              546 ext/json/json_scanner.c 		ZVAL_DOUBLE(&s->value, zend_strtod((char *) s->token, NULL));
NULL               76 ext/ldap/ldap.c 	assert(nextctrlp == NULL);
NULL              114 ext/ldap/ldap.c 	ldap_unbind_ext(ld->link, NULL, NULL);
NULL              135 ext/ldap/ldap.c 	if (entry->ber != NULL) {
NULL              137 ext/ldap/ldap.c 		entry->ber = NULL;
NULL              243 ext/ldap/ldap.c 	le_link = zend_register_list_destructors_ex(_close_ldap_link, NULL, "ldap link", module_number);
NULL              244 ext/ldap/ldap.c 	le_result = zend_register_list_destructors_ex(_free_ldap_result, NULL, "ldap result", module_number);
NULL              245 ext/ldap/ldap.c 	le_result_entry = zend_register_list_destructors_ex(_free_ldap_result_entry, NULL, "ldap result entry", module_number);
NULL              329 ext/ldap/ldap.c 	char *host = NULL;
NULL              333 ext/ldap/ldap.c 	char *wallet = NULL, *walletpasswd = NULL;
NULL              339 ext/ldap/ldap.c 	LDAP *ldap = NULL;
NULL              360 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Too many open links (%pd)", LDAPG(num_links));
NULL              373 ext/ldap/ldap.c 				php_error_docref(NULL, E_WARNING, "invalid port number: %ld", port);
NULL              390 ext/ldap/ldap.c 		if (ldap == NULL) {
NULL              392 ext/ldap/ldap.c 			php_error_docref(NULL, E_WARNING, "Could not create session handle");
NULL              401 ext/ldap/ldap.c 			php_error_docref(NULL, E_WARNING, "Could not create session handle: %s", ldap_err2string(rc));
NULL              406 ext/ldap/ldap.c 	if (ldap == NULL) {
NULL              414 ext/ldap/ldap.c 				php_error_docref(NULL, E_WARNING, "SSL init failed");
NULL              442 ext/ldap/ldap.c 	return ldap_get_lderrno(ldap, NULL, NULL);
NULL              459 ext/ldap/ldap.c 	ldap_set_lderrno(ldap, lderr, NULL, NULL);
NULL              469 ext/ldap/ldap.c 	char *ldap_bind_dn = NULL, *ldap_bind_pw = NULL;
NULL              478 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL              482 ext/ldap/ldap.c 	if (ldap_bind_dn != NULL && memchr(ldap_bind_dn, '\0', ldap_bind_dnlen) != NULL) {
NULL              484 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "DN contains a null byte");
NULL              488 ext/ldap/ldap.c 	if (ldap_bind_pw != NULL && memchr(ldap_bind_pw, '\0', ldap_bind_pwlen) != NULL) {
NULL              490 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Password contains a null byte");
NULL              503 ext/ldap/ldap.c 				NULL, NULL,     /* no controls right now */
NULL              504 ext/ldap/ldap.c 				NULL);	  /* we don't care about the server's credentials */
NULL              510 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Unable to bind to server: %s", ldap_err2string(rc));
NULL              534 ext/ldap/ldap.c 	ctx->mech    = (sasl_mech) ? ber_strdup(sasl_mech) : NULL;
NULL              535 ext/ldap/ldap.c 	ctx->realm   = (sasl_realm) ? ber_strdup(sasl_realm) : NULL;
NULL              536 ext/ldap/ldap.c 	ctx->authcid = (sasl_authc_id) ? ber_strdup(sasl_authc_id) : NULL;
NULL              537 ext/ldap/ldap.c 	ctx->passwd  = (passwd) ? ber_strdup(passwd) : NULL;
NULL              538 ext/ldap/ldap.c 	ctx->authzid = (sasl_authz_id) ? ber_strdup(sasl_authz_id) : NULL;
NULL              540 ext/ldap/ldap.c 	if (ctx->mech == NULL) {
NULL              543 ext/ldap/ldap.c 	if (ctx->realm == NULL) {
NULL              546 ext/ldap/ldap.c 	if (ctx->authcid == NULL) {
NULL              549 ext/ldap/ldap.c 	if (ctx->authzid == NULL) {
NULL              579 ext/ldap/ldap.c 		p = NULL;
NULL              609 ext/ldap/ldap.c 	char *binddn = NULL;
NULL              610 ext/ldap/ldap.c 	char *passwd = NULL;
NULL              611 ext/ldap/ldap.c 	char *sasl_mech = NULL;
NULL              612 ext/ldap/ldap.c 	char *sasl_realm = NULL;
NULL              613 ext/ldap/ldap.c 	char *sasl_authz_id = NULL;
NULL              614 ext/ldap/ldap.c 	char *sasl_authc_id = NULL;
NULL              615 ext/ldap/ldap.c 	char *props = NULL;
NULL              623 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL              633 ext/ldap/ldap.c 	rc = ldap_sasl_interactive_bind_s(ld->link, binddn, ctx->mech, NULL, NULL, LDAP_SASL_QUIET, _php_sasl_interact, ctx);
NULL              635 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Unable to bind to server: %s", ldap_err2string(rc));
NULL              656 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL              708 ext/ldap/ldap.c 	zval *link, *base_dn, *filter, *attrs = NULL, *attr;
NULL              710 ext/ldap/ldap.c 	char *ldap_base_dn = NULL, *ldap_filter = NULL, **ldap_attrs = NULL;
NULL              711 ext/ldap/ldap.c 	ldap_linkdata *ld = NULL;
NULL              737 ext/ldap/ldap.c 				if ((attr = zend_hash_index_find(Z_ARRVAL_P(attrs), i)) == NULL) {
NULL              738 ext/ldap/ldap.c 					php_error_docref(NULL, E_WARNING, "Array initialization wrong");
NULL              746 ext/ldap/ldap.c 			ldap_attrs[num_attribs] = NULL;
NULL              759 ext/ldap/ldap.c 			php_error_docref(NULL, E_WARNING, "No links in link array");
NULL              767 ext/ldap/ldap.c 				php_error_docref(NULL, E_WARNING, "Base must either be a string, or an array with the same number of elements as the links array");
NULL              778 ext/ldap/ldap.c 				ldap_base_dn = NULL;
NULL              785 ext/ldap/ldap.c 				php_error_docref(NULL, E_WARNING, "Filter must either be a string, or an array with the same number of elements as the links array");
NULL              804 ext/ldap/ldap.c 			if (ld == NULL) {
NULL              816 ext/ldap/ldap.c 					ldap_base_dn = NULL;
NULL              829 ext/ldap/ldap.c 			ldap_search_ext(ld->link, ldap_base_dn, scope, ldap_filter, ldap_attrs, ldap_attrsonly, NULL, NULL, NULL, ldap_sizelimit, &rcs[i]);
NULL              839 ext/ldap/ldap.c 				rcs[i] = ldap_result(lds[i]->link, LDAP_RES_ANY, 1 /* LDAP_MSG_ALL */, NULL, &ldap_res);
NULL              862 ext/ldap/ldap.c 		if (ld == NULL) {
NULL              870 ext/ldap/ldap.c 		errno = ldap_search_ext_s(ld->link, ldap_base_dn, scope, ldap_filter, ldap_attrs, ldap_attrsonly, NULL, NULL, NULL, ldap_sizelimit, &ldap_res);
NULL              881 ext/ldap/ldap.c 			php_error_docref(NULL, E_WARNING, "Search: %s", ldap_err2string(errno));
NULL              885 ext/ldap/ldap.c 				php_error_docref(NULL, E_WARNING, "Partial search results returned: Sizelimit exceeded");
NULL              889 ext/ldap/ldap.c 				php_error_docref(NULL, E_WARNING, "Partial search results returned: Adminlimit exceeded");
NULL              902 ext/ldap/ldap.c 	if (ldap_attrs != NULL) {
NULL              946 ext/ldap/ldap.c 	if ((ldap_result = (LDAPMessage *)zend_fetch_resource(Z_RES_P(result), "ldap result", le_result)) == NULL) {
NULL              967 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL              971 ext/ldap/ldap.c 	if ((ldap_result = (LDAPMessage *)zend_fetch_resource(Z_RES_P(result), "ldap result", le_result)) == NULL) {
NULL              992 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL              996 ext/ldap/ldap.c 	if ((ldap_result = (LDAPMessage *)zend_fetch_resource(Z_RES_P(result), "ldap result", le_result)) == NULL) {
NULL             1000 ext/ldap/ldap.c 	if ((entry = ldap_first_entry(ld->link, ldap_result)) == NULL) {
NULL             1007 ext/ldap/ldap.c 		resultentry->ber = NULL;
NULL             1025 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             1028 ext/ldap/ldap.c 	if ((resultentry = (ldap_resultentry *)zend_fetch_resource(Z_RES_P(result_entry), "ldap result entry", le_result_entry)) == NULL) {
NULL             1032 ext/ldap/ldap.c 	if ((entry_next = ldap_next_entry(ld->link, resultentry->data)) == NULL) {
NULL             1039 ext/ldap/ldap.c 		resultentry_next->ber = NULL;
NULL             1064 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             1067 ext/ldap/ldap.c 	if ((ldap_result = (LDAPMessage *)zend_fetch_resource(Z_RES_P(result), "ldap result", le_result)) == NULL) {
NULL             1082 ext/ldap/ldap.c 	if (ldap_result_entry == NULL) {
NULL             1088 ext/ldap/ldap.c 	while (ldap_result_entry != NULL) {
NULL             1094 ext/ldap/ldap.c 		while (attribute != NULL) {
NULL             1116 ext/ldap/ldap.c 		if (ber != NULL) {
NULL             1155 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             1159 ext/ldap/ldap.c 	if ((resultentry = (ldap_resultentry *)zend_fetch_resource(Z_RES_P(result_entry), "ldap result entry", le_result_entry)) == NULL) {
NULL             1163 ext/ldap/ldap.c 	if ((attribute = ldap_first_attribute(ld->link, resultentry->data, &resultentry->ber)) == NULL) {
NULL             1188 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             1192 ext/ldap/ldap.c 	if ((resultentry = (ldap_resultentry *)zend_fetch_resource(Z_RES_P(result_entry), "ldap result entry", le_result_entry)) == NULL) {
NULL             1196 ext/ldap/ldap.c 	if (resultentry->ber == NULL) {
NULL             1197 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "called before calling ldap_first_attribute() or no attributes found in result entry");
NULL             1201 ext/ldap/ldap.c 	if ((attribute = ldap_next_attribute(ld->link, resultentry->data, resultentry->ber)) == NULL) {
NULL             1203 ext/ldap/ldap.c 		if (resultentry->ber != NULL) {
NULL             1205 ext/ldap/ldap.c 			resultentry->ber = NULL;
NULL             1235 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             1239 ext/ldap/ldap.c 	if ((resultentry = (ldap_resultentry *)zend_fetch_resource(Z_RES_P(result_entry), "ldap result entry", le_result_entry)) == NULL) {
NULL             1247 ext/ldap/ldap.c 	while (attribute != NULL) {
NULL             1268 ext/ldap/ldap.c 	if (ber != NULL) {
NULL             1293 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             1297 ext/ldap/ldap.c 	if ((resultentry = (ldap_resultentry *)zend_fetch_resource(Z_RES_P(result_entry), "ldap result entry", le_result_entry)) == NULL) {
NULL             1301 ext/ldap/ldap.c 	if ((ldap_value_len = ldap_get_values_len(ld->link, resultentry->data, attr)) == NULL) {
NULL             1302 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Cannot get the value(s) of attribute %s", ldap_err2string(_get_lderrno(ld->link)));
NULL             1332 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             1336 ext/ldap/ldap.c 	if ((resultentry = (ldap_resultentry *)zend_fetch_resource(Z_RES_P(result_entry), "ldap result entry", le_result_entry)) == NULL) {
NULL             1341 ext/ldap/ldap.c 	if (text != NULL) {
NULL             1373 ext/ldap/ldap.c 	while (ldap_value[i] != NULL) i++;
NULL             1400 ext/ldap/ldap.c 	if (ufn != NULL) {
NULL             1433 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             1452 ext/ldap/ldap.c 		ldap_mods[i]->mod_type = NULL;
NULL             1457 ext/ldap/ldap.c 			php_error_docref(NULL, E_WARNING, "Unknown attribute in the data");
NULL             1491 ext/ldap/ldap.c 				if ((ivalue = zend_hash_index_find(Z_ARRVAL_P(value), j)) == NULL) {
NULL             1492 ext/ldap/ldap.c 					php_error_docref(NULL, E_WARNING, "Value array must have consecutive indices 0, 1, ...");
NULL             1504 ext/ldap/ldap.c 		ldap_mods[i]->mod_bvalues[num_values] = NULL;
NULL             1507 ext/ldap/ldap.c 	ldap_mods[num_attribs] = NULL;
NULL             1511 ext/ldap/ldap.c 		if ((i = ldap_add_ext_s(ld->link, dn, ldap_mods, NULL, NULL)) != LDAP_SUCCESS) {
NULL             1512 ext/ldap/ldap.c 			php_error_docref(NULL, E_WARNING, "Add: %s", ldap_err2string(i));
NULL             1516 ext/ldap/ldap.c 		if ((i = ldap_modify_ext_s(ld->link, dn, ldap_mods, NULL, NULL)) != LDAP_SUCCESS) {
NULL             1517 ext/ldap/ldap.c 			php_error_docref(NULL, E_WARNING, "Modify: %s", ldap_err2string(i));
NULL             1587 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             1591 ext/ldap/ldap.c 	if ((rc = ldap_delete_ext_s(ld->link, dn, NULL, NULL)) != LDAP_SUCCESS) {
NULL             1592 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Delete: %s", ldap_err2string(rc));
NULL             1686 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             1700 ext/ldap/ldap.c 			php_error_docref(NULL, E_WARNING, "DN must not contain NUL bytes");
NULL             1707 ext/ldap/ldap.c 			php_error_docref(NULL, E_WARNING, "Modifications array must not be string-indexed");
NULL             1715 ext/ldap/ldap.c 			if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) {
NULL             1716 ext/ldap/ldap.c 				php_error_docref(NULL, E_WARNING, "Modifications array must have consecutive indices 0, 1, ...");
NULL             1723 ext/ldap/ldap.c 				php_error_docref(NULL, E_WARNING, "Each entry of modifications array must be an array itself");
NULL             1734 ext/ldap/ldap.c 					php_error_docref(NULL, E_WARNING, "Each entry of modifications array must be string-indexed");
NULL             1744 ext/ldap/ldap.c 					php_error_docref(NULL, E_WARNING, "The only allowed keys in entries of the modifications array are '" LDAP_MODIFY_BATCH_ATTRIB "', '" LDAP_MODIFY_BATCH_MODTYPE "' and '" LDAP_MODIFY_BATCH_VALUES "'");
NULL             1754 ext/ldap/ldap.c 						php_error_docref(NULL, E_WARNING, "A '" LDAP_MODIFY_BATCH_ATTRIB "' value must be a string");
NULL             1759 ext/ldap/ldap.c 						php_error_docref(NULL, E_WARNING, "A '" LDAP_MODIFY_BATCH_ATTRIB "' value must not contain NUL bytes");
NULL             1765 ext/ldap/ldap.c 						php_error_docref(NULL, E_WARNING, "A '" LDAP_MODIFY_BATCH_MODTYPE "' value must be a long");
NULL             1777 ext/ldap/ldap.c 						php_error_docref(NULL, E_WARNING, "The '" LDAP_MODIFY_BATCH_MODTYPE "' value must match one of the LDAP_MODIFY_BATCH_* constants");
NULL             1784 ext/ldap/ldap.c 							php_error_docref(NULL, E_WARNING, "If '" LDAP_MODIFY_BATCH_MODTYPE "' is LDAP_MODIFY_BATCH_REMOVE_ALL, a '" LDAP_MODIFY_BATCH_VALUES "' array must not be provided");
NULL             1790 ext/ldap/ldap.c 							php_error_docref(NULL, E_WARNING, "If '" LDAP_MODIFY_BATCH_MODTYPE "' is not LDAP_MODIFY_BATCH_REMOVE_ALL, a '" LDAP_MODIFY_BATCH_VALUES "' array must be provided");
NULL             1797 ext/ldap/ldap.c 						php_error_docref(NULL, E_WARNING, "A '" LDAP_MODIFY_BATCH_VALUES "' value must be an array");
NULL             1805 ext/ldap/ldap.c 						php_error_docref(NULL, E_WARNING, "A '" LDAP_MODIFY_BATCH_VALUES "' array must have at least one element");
NULL             1811 ext/ldap/ldap.c 						php_error_docref(NULL, E_WARNING, "A '" LDAP_MODIFY_BATCH_VALUES "' array must not be string-indexed");
NULL             1817 ext/ldap/ldap.c 						if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) {
NULL             1818 ext/ldap/ldap.c 							php_error_docref(NULL, E_WARNING, "A '" LDAP_MODIFY_BATCH_VALUES "' array must have consecutive indices 0, 1, ...");
NULL             1825 ext/ldap/ldap.c 							php_error_docref(NULL, E_WARNING, "Each element of a '" LDAP_MODIFY_BATCH_VALUES "' array must be a string");
NULL             1866 ext/ldap/ldap.c 				php_error_docref(NULL, E_ERROR, "Unknown and uncaught modification type.");
NULL             1876 ext/ldap/ldap.c 			ldap_mods[i]->mod_bvalues = NULL;
NULL             1898 ext/ldap/ldap.c 			ldap_mods[i]->mod_bvalues[num_modvals] = NULL;
NULL             1903 ext/ldap/ldap.c 	ldap_mods[num_mods] = NULL;
NULL             1906 ext/ldap/ldap.c 	if ((i = ldap_modify_ext_s(ld->link, dn, ldap_mods, NULL, NULL)) != LDAP_SUCCESS) {
NULL             1907 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Batch Modify: %s", ldap_err2string(i));
NULL             1917 ext/ldap/ldap.c 			if (ldap_mods[i]->mod_bvalues != NULL) {
NULL             1919 ext/ldap/ldap.c 				for (j = 0; ldap_mods[i]->mod_bvalues[j] != NULL; j++) {
NULL             1952 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             1986 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             2011 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             2018 ext/ldap/ldap.c 	errno = ldap_compare_ext_s(ld->link, dn, attr, &lvalue, NULL, NULL);
NULL             2030 ext/ldap/ldap.c 	php_error_docref(NULL, E_WARNING, "Compare: %s", ldap_err2string(errno));
NULL             2049 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             2055 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Supplied resource is not a valid ldap result resource");
NULL             2059 ext/ldap/ldap.c 	if (ldap_sort_entries(ld->link, (LDAPMessage **) &le->ptr, sflen ? sortfilter : NULL, strcmp) != LDAP_SUCCESS) {
NULL             2060 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "%s", ldap_err2string(errno));
NULL             2081 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             2111 ext/ldap/ldap.c 			struct timeval *timeout = NULL;
NULL             2141 ext/ldap/ldap.c 			struct timeval *timeout = NULL;
NULL             2172 ext/ldap/ldap.c 			char *val = NULL;
NULL             2174 ext/ldap/ldap.c 			if (ldap_get_option(ld->link, option, &val) || val == NULL || *val == '\0') {
NULL             2211 ext/ldap/ldap.c 		ldap = NULL;
NULL             2213 ext/ldap/ldap.c 		if ((ld = (ldap_linkdata *)zend_fetch_resource_ex(link, "ldap link", le_link)) == NULL) {
NULL             2324 ext/ldap/ldap.c 				php_error_docref(NULL, E_WARNING, "Expected non-empty array value for this option");
NULL             2328 ext/ldap/ldap.c 			*ctrls = NULL;
NULL             2332 ext/ldap/ldap.c 					php_error_docref(NULL, E_WARNING, "The array value must contain only arrays, where each array is a control");
NULL             2336 ext/ldap/ldap.c 				if ((val = zend_hash_str_find(Z_ARRVAL_P(ctrlval), "oid", sizeof("oid") - 1)) == NULL) {
NULL             2337 ext/ldap/ldap.c 					php_error_docref(NULL, E_WARNING, "Control must have an oid key");
NULL             2344 ext/ldap/ldap.c 				if ((val = zend_hash_str_find(Z_ARRVAL_P(ctrlval), "value", sizeof("value") - 1)) != NULL) {
NULL             2349 ext/ldap/ldap.c 					ctrl->ldctl_value.bv_val = NULL;
NULL             2352 ext/ldap/ldap.c 				if ((val = zend_hash_str_find(Z_ARRVAL_P(ctrlval), "iscritical", sizeof("iscritical") - 1)) != NULL) {
NULL             2360 ext/ldap/ldap.c 				*ctrlp = NULL;
NULL             2398 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             2402 ext/ldap/ldap.c 	if ((ldap_result = (LDAPMessage *)zend_fetch_resource(Z_RES_P(result), "ldap result", le_result)) == NULL) {
NULL             2407 ext/ldap/ldap.c 				myargcount > 3 ? &lmatcheddn : NULL,
NULL             2408 ext/ldap/ldap.c 				myargcount > 4 ? &lerrmsg : NULL,
NULL             2409 ext/ldap/ldap.c 				myargcount > 5 ? &lreferrals : NULL,
NULL             2410 ext/ldap/ldap.c 				NULL /* &serverctrls */,
NULL             2413 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Unable to parse result: %s", ldap_err2string(rc));
NULL             2425 ext/ldap/ldap.c 			if (lreferrals != NULL) {
NULL             2435 ext/ldap/ldap.c 			if (lerrmsg == NULL) {
NULL             2443 ext/ldap/ldap.c 			if (lmatcheddn == NULL) {
NULL             2468 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             2472 ext/ldap/ldap.c 	if ((ldap_result = (LDAPMessage *)zend_fetch_resource(Z_RES_P(result), "ldap result", le_result)) == NULL) {
NULL             2476 ext/ldap/ldap.c 	if ((entry = ldap_first_reference(ld->link, ldap_result)) == NULL) {
NULL             2483 ext/ldap/ldap.c 		resultentry->ber = NULL;
NULL             2501 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             2505 ext/ldap/ldap.c 	if ((resultentry = (ldap_resultentry *)zend_fetch_resource(Z_RES_P(result_entry), "ldap result entry", le_result_entry)) == NULL) {
NULL             2509 ext/ldap/ldap.c 	if ((entry_next = ldap_next_reference(ld->link, resultentry->data)) == NULL) {
NULL             2516 ext/ldap/ldap.c 		resultentry_next->ber = NULL;
NULL             2535 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             2539 ext/ldap/ldap.c 	if ((resultentry = (ldap_resultentry *)zend_fetch_resource(Z_RES_P(result_entry), "ldap result entry", le_result_entry)) == NULL) {
NULL             2543 ext/ldap/ldap.c 	if (ldap_parse_reference(ld->link, resultentry->data, &lreferrals, NULL /* &serverctrls */, 0) != LDAP_SUCCESS) {
NULL             2549 ext/ldap/ldap.c 	if (lreferrals != NULL) {
NULL             2577 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             2582 ext/ldap/ldap.c 		newparent = NULL;
NULL             2586 ext/ldap/ldap.c 	rc = ldap_rename_s(ld->link, dn, newrdn, newparent, deleteoldrdn, NULL, NULL);
NULL             2589 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "You are using old LDAP API, newparent must be the empty string, can only modify RDN");
NULL             2616 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             2621 ext/ldap/ldap.c 		((rc = ldap_start_tls_s(ld->link, NULL, NULL)) != LDAP_SUCCESS)
NULL             2623 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING,"Unable to start TLS: %s", ldap_err2string(rc));
NULL             2647 ext/ldap/ldap.c 	if (ld == NULL || Z_ISUNDEF(ld->rebindproc)) {
NULL             2648 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Link not found or no callback set");
NULL             2655 ext/ldap/ldap.c 	if (call_user_function_ex(EG(function_table), NULL, &ld->rebindproc, &cb_retval, 2, cb_args, 0, NULL) == SUCCESS && !Z_ISUNDEF(cb_retval)) {
NULL             2660 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "rebind_proc PHP callback failed");
NULL             2680 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             2689 ext/ldap/ldap.c 			ldap_set_rebind_proc(ld->link, NULL, NULL);
NULL             2696 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Two arguments expected for '%s' to be a valid callback", ZSTR_VAL(callback_name));
NULL             2819 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Conversion from iso-8859-1 to t61 failed: %s", ldap_err2string(result));
NULL             2850 ext/ldap/ldap.c 	char *cookie = NULL;
NULL             2852 ext/ldap/ldap.c 	struct berval lcookie = { 0, NULL };
NULL             2855 ext/ldap/ldap.c 	BerElement *ber = NULL;
NULL             2864 ext/ldap/ldap.c 		ldap = NULL;
NULL             2866 ext/ldap/ldap.c 		if ((ld = (ldap_linkdata *)zend_fetch_resource_ex(link, "ldap link", le_link)) == NULL) {
NULL             2873 ext/ldap/ldap.c 	if (ber == NULL) {
NULL             2874 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Unable to alloc BER encoding resources for paged results control");
NULL             2891 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Unable to BER printf paged results control");
NULL             2897 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Unable to BER encode paged results control");
NULL             2907 ext/ldap/ldap.c 		ctrlsp[1] = NULL;
NULL             2911 ext/ldap/ldap.c 			php_error_docref(NULL, E_WARNING, "Unable to set paged results control: %s (%d)", ldap_err2string(rc), rc);
NULL             2930 ext/ldap/ldap.c 	if (ber != NULL) {
NULL             2955 ext/ldap/ldap.c 	if ((ld = (ldap_linkdata *)zend_fetch_resource(Z_RES_P(link), "ldap link", le_link)) == NULL) {
NULL             2959 ext/ldap/ldap.c 	if ((ldap_result = (LDAPMessage *)zend_fetch_resource(Z_RES_P(result), "ldap result", le_result)) == NULL) {
NULL             2966 ext/ldap/ldap.c 				NULL,		/* matcheddn */
NULL             2967 ext/ldap/ldap.c 				NULL,		/* errmsg */
NULL             2968 ext/ldap/ldap.c 				NULL,		/* referrals */
NULL             2973 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Unable to parse result: %s (%d)", ldap_err2string(rc), rc);
NULL             2978 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Result is: %s (%d)", ldap_err2string(lerrcode), lerrcode);
NULL             2982 ext/ldap/ldap.c 	if (lserverctrls == NULL) {
NULL             2983 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "No server controls in result");
NULL             2987 ext/ldap/ldap.c 	lctrl = ldap_control_find(LDAP_CONTROL_PAGEDRESULTS, lserverctrls, NULL);
NULL             2988 ext/ldap/ldap.c 	if (lctrl == NULL) {
NULL             2990 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "No paged results control response in result");
NULL             2995 ext/ldap/ldap.c 	if (ber == NULL) {
NULL             2997 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Unable to alloc BER decoding resources for paged results control response");
NULL             3006 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Unable to decode paged results control response");
NULL             3012 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Invalid paged results control response value");
NULL             3401 ext/ldap/ldap.c 	NULL,
NULL             3402 ext/ldap/ldap.c 	NULL,
NULL             3407 ext/ldap/ldap.c 	NULL,
NULL             3408 ext/ldap/ldap.c 	NULL,
NULL              150 ext/libxml/libxml.c 	NULL,                       /* globals dtor */
NULL              161 ext/libxml/libxml.c 		object->properties = NULL;
NULL              173 ext/libxml/libxml.c 	if (nodeptr != NULL) {
NULL              178 ext/libxml/libxml.c 			if (nodeptr->node != NULL && nodeptr->node->type != XML_DOCUMENT_NODE) {
NULL              179 ext/libxml/libxml.c 				nodeptr->node->_private = NULL;
NULL              181 ext/libxml/libxml.c 			nodeptr->node = NULL;
NULL              191 ext/libxml/libxml.c 		if (node->_private != NULL) {
NULL              192 ext/libxml/libxml.c 			((php_libxml_node_ptr *) node->_private)->node = NULL;
NULL              204 ext/libxml/libxml.c 				if (node->name != NULL) {
NULL              207 ext/libxml/libxml.c 				if (((xmlEntityPtr) node)->ExternalID != NULL) {
NULL              210 ext/libxml/libxml.c 				if (((xmlEntityPtr) node)->SystemID != NULL) {
NULL              218 ext/libxml/libxml.c 					node->ns = NULL;
NULL              231 ext/libxml/libxml.c 	if (node != NULL) {
NULL              233 ext/libxml/libxml.c 		while (curnode != NULL) {
NULL              244 ext/libxml/libxml.c 						if ((node->doc != NULL) && (((xmlAttrPtr) node)->atype == XML_ATTRIBUTE_ID)) {
NULL              262 ext/libxml/libxml.c 				node->doc = NULL;
NULL              278 ext/libxml/libxml.c 	libxml_globals->error_buffer.s = NULL;
NULL              279 ext/libxml/libxml.c 	libxml_globals->error_list = NULL;
NULL              303 ext/libxml/libxml.c 	php_stream_context *context = NULL;
NULL              304 ext/libxml/libxml.c 	php_stream_wrapper *wrapper = NULL;
NULL              306 ext/libxml/libxml.c 	const char *path_to_open = NULL;
NULL              307 ext/libxml/libxml.c 	void *ret_val = NULL;
NULL              313 ext/libxml/libxml.c 	if (uri && (uri->scheme == NULL ||
NULL              315 ext/libxml/libxml.c 		resolved_path = xmlURIUnescapeString(filename, 0, NULL);
NULL              340 ext/libxml/libxml.c 	if (resolved_path == NULL) {
NULL              341 ext/libxml/libxml.c 		return NULL;
NULL              352 ext/libxml/libxml.c 		if (wrapper->wops->url_stat(wrapper, path_to_open, PHP_STREAM_URL_STAT_QUIET, &ssbuf, NULL) == -1) {
NULL              356 ext/libxml/libxml.c 			return NULL;
NULL              360 ext/libxml/libxml.c 	context = php_stream_context_from_zval(Z_ISUNDEF(LIBXML(stream_context))? NULL : &LIBXML(stream_context), 0);
NULL              362 ext/libxml/libxml.c 	ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context);
NULL              401 ext/libxml/libxml.c 	void *context = NULL;
NULL              404 ext/libxml/libxml.c 		return NULL;
NULL              407 ext/libxml/libxml.c 	if (URI == NULL)
NULL              408 ext/libxml/libxml.c 		return(NULL);
NULL              412 ext/libxml/libxml.c 	if (context == NULL) {
NULL              413 ext/libxml/libxml.c 		return(NULL);
NULL              418 ext/libxml/libxml.c 	if (ret != NULL) {
NULL              435 ext/libxml/libxml.c 	void *context = NULL;
NULL              436 ext/libxml/libxml.c 	char *unescaped = NULL;
NULL              438 ext/libxml/libxml.c 	if (URI == NULL)
NULL              439 ext/libxml/libxml.c 		return(NULL);
NULL              442 ext/libxml/libxml.c 	if (puri != NULL) {
NULL              443 ext/libxml/libxml.c 		if (puri->scheme != NULL)
NULL              444 ext/libxml/libxml.c 			unescaped = xmlURIUnescapeString(URI, 0, NULL);
NULL              448 ext/libxml/libxml.c 	if (unescaped != NULL) {
NULL              454 ext/libxml/libxml.c 	if (context == NULL) {
NULL              458 ext/libxml/libxml.c 	if (context == NULL) {
NULL              459 ext/libxml/libxml.c 		return(NULL);
NULL              464 ext/libxml/libxml.c 	if (ret != NULL) {
NULL              495 ext/libxml/libxml.c 		error_copy.node = NULL;
NULL              498 ext/libxml/libxml.c 		error_copy.ctxt = NULL;
NULL              500 ext/libxml/libxml.c 		error_copy.file = NULL;
NULL              501 ext/libxml/libxml.c 		error_copy.str1 = NULL;
NULL              502 ext/libxml/libxml.c 		error_copy.str2 = NULL;
NULL              503 ext/libxml/libxml.c 		error_copy.str3 = NULL;
NULL              518 ext/libxml/libxml.c 	if (parser != NULL && parser->input != NULL) {
NULL              520 ext/libxml/libxml.c 			php_error_docref(NULL, level, "%s in %s, line: %d", msg, parser->input->filename, parser->input->line);
NULL              522 ext/libxml/libxml.c 			php_error_docref(NULL, level, "%s in Entity, line: %d", msg, parser->input->line);
NULL              530 ext/libxml/libxml.c 		_php_list_set_error_structure(NULL, msg);
NULL              532 ext/libxml/libxml.c 		php_error_docref(NULL, level, "%s", msg);
NULL              557 ext/libxml/libxml.c 			_php_list_set_error_structure(NULL, ZSTR_VAL(LIBXML(error_buffer).s));
NULL              567 ext/libxml/libxml.c 					php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(LIBXML(error_buffer).s));
NULL              577 ext/libxml/libxml.c 	xmlParserInputPtr	ret			= NULL;
NULL              578 ext/libxml/libxml.c 	const char			*resource	= NULL;
NULL              591 ext/libxml/libxml.c 	if (ID != NULL) {
NULL              596 ext/libxml/libxml.c 	if (URL != NULL) {
NULL              605 ext/libxml/libxml.c 	if (context->memb == NULL) { \
NULL              643 ext/libxml/libxml.c 			if (stream == NULL) {
NULL              652 ext/libxml/libxml.c 				if (pib == NULL) {
NULL              663 ext/libxml/libxml.c 					if (ret == NULL) {
NULL              675 ext/libxml/libxml.c 	if (ret == NULL) {
NULL              676 ext/libxml/libxml.c 		if (resource == NULL) {
NULL              677 ext/libxml/libxml.c 			if (ID == NULL) {
NULL              733 ext/libxml/libxml.c 	_php_list_set_error_structure(error, NULL);
NULL              760 ext/libxml/libxml.c 		zend_hash_init(&php_libxml_exports, 0, NULL, php_libxml_exports_dtor, 1);
NULL              845 ext/libxml/libxml.c 	INIT_CLASS_ENTRY(ce, "LibXMLError", NULL);
NULL              853 ext/libxml/libxml.c 			NULL
NULL              867 ext/libxml/libxml.c 		xmlSetGenericErrorFunc(NULL, php_libxml_error_handler);
NULL              880 ext/libxml/libxml.c 		xmlSetGenericErrorFunc(NULL, php_libxml_error_handler);
NULL              903 ext/libxml/libxml.c 		xmlSetGenericErrorFunc(NULL, NULL);
NULL              905 ext/libxml/libxml.c 		xmlParserInputBufferCreateFilenameDefault(NULL);
NULL              906 ext/libxml/libxml.c 		xmlOutputBufferCreateFilenameDefault(NULL);
NULL              917 ext/libxml/libxml.c 		xmlSetGenericErrorFunc(NULL, NULL);
NULL              919 ext/libxml/libxml.c 		xmlParserInputBufferCreateFilenameDefault(NULL);
NULL              920 ext/libxml/libxml.c 		xmlOutputBufferCreateFilenameDefault(NULL);
NULL              922 ext/libxml/libxml.c 	xmlSetStructuredErrorFunc(NULL, NULL);
NULL              930 ext/libxml/libxml.c 		LIBXML(error_list) = NULL;
NULL              989 ext/libxml/libxml.c 		xmlSetStructuredErrorFunc(NULL, NULL);
NULL              993 ext/libxml/libxml.c 			LIBXML(error_list) = NULL;
NULL              996 ext/libxml/libxml.c 		xmlSetStructuredErrorFunc(NULL, php_libxml_structured_error_handler);
NULL              997 ext/libxml/libxml.c 		if (LIBXML(error_list) == NULL) {
NULL             1051 ext/libxml/libxml.c 		while (error != NULL) {
NULL             1126 ext/libxml/libxml.c 		if (fci.object != NULL) {
NULL             1177 ext/libxml/libxml.c 	zend_class_entry *ce = NULL;
NULL             1178 ext/libxml/libxml.c 	xmlNodePtr node = NULL;
NULL             1183 ext/libxml/libxml.c 		while (ce->parent != NULL) {
NULL             1197 ext/libxml/libxml.c 	if (object != NULL && node != NULL) {
NULL             1198 ext/libxml/libxml.c 		if (object->node != NULL) {
NULL             1205 ext/libxml/libxml.c 		if (node->_private != NULL) {
NULL             1209 ext/libxml/libxml.c 			if (object->node->_private == NULL) {
NULL             1230 ext/libxml/libxml.c 	if (object != NULL && object->node != NULL) {
NULL             1234 ext/libxml/libxml.c 			if (obj_node->node != NULL) {
NULL             1235 ext/libxml/libxml.c 				obj_node->node->_private = NULL;
NULL             1239 ext/libxml/libxml.c 		object->node = NULL;
NULL             1249 ext/libxml/libxml.c 	if (object->document != NULL) {
NULL             1252 ext/libxml/libxml.c 	} else if (docp != NULL) {
NULL             1257 ext/libxml/libxml.c 		object->document->doc_props = NULL;
NULL             1267 ext/libxml/libxml.c 	if (object != NULL && object->document != NULL) {
NULL             1270 ext/libxml/libxml.c 			if (object->document->ptr != NULL) {
NULL             1273 ext/libxml/libxml.c 			if (object->document->doc_props != NULL) {
NULL             1281 ext/libxml/libxml.c 			object->document = NULL;
NULL             1299 ext/libxml/libxml.c 			if (node->parent == NULL || node->type == XML_NAMESPACE_DECL) {
NULL             1315 ext/libxml/libxml.c 					node->doc = NULL;
NULL             1330 ext/libxml/libxml.c 	if (object != NULL && object->node != NULL) {
NULL             1338 ext/libxml/libxml.c 				obj_node->_private = NULL;
NULL             1342 ext/libxml/libxml.c 	if (object != NULL && object->document != NULL) {
NULL              125 ext/libxml/php_libxml.h #define libxml_module_ptr NULL
NULL              290 ext/mbstring/libmbfl/filters/html_entities.c   {NULL,         -1}  /* mark end of table */
NULL               42 ext/mbstring/libmbfl/filters/mbfilter_7bit.c 	NULL,
NULL               43 ext/mbstring/libmbfl/filters/mbfilter_7bit.c 	NULL,
NULL               39 ext/mbstring/libmbfl/filters/mbfilter_armscii8.c static const char *mbfl_encoding_armscii8_aliases[] = {"ArmSCII-8", "ArmSCII8", "ARMSCII-8", "ARMSCII8", NULL};
NULL               46 ext/mbstring/libmbfl/filters/mbfilter_armscii8.c 	NULL,
NULL               40 ext/mbstring/libmbfl/filters/mbfilter_ascii.c static const char *mbfl_encoding_ascii_aliases[] = {"ANSI_X3.4-1968", "iso-ir-6", "ANSI_X3.4-1986", "ISO_646.irv:1991", "US-ASCII", "ISO646-US", "us", "IBM367", "IBM-367", "cp367", "csASCII", NULL};
NULL               47 ext/mbstring/libmbfl/filters/mbfilter_ascii.c 	NULL,
NULL               42 ext/mbstring/libmbfl/filters/mbfilter_base64.c 	NULL,
NULL               43 ext/mbstring/libmbfl/filters/mbfilter_base64.c 	NULL,
NULL               60 ext/mbstring/libmbfl/filters/mbfilter_big5.c static const char *mbfl_encoding_big5_aliases[] = {"CN-BIG5", "BIG-FIVE", "BIGFIVE", NULL};
NULL               75 ext/mbstring/libmbfl/filters/mbfilter_big5.c 	NULL,
NULL               41 ext/mbstring/libmbfl/filters/mbfilter_byte2.c 	NULL,
NULL               42 ext/mbstring/libmbfl/filters/mbfilter_byte2.c 	NULL,
NULL               43 ext/mbstring/libmbfl/filters/mbfilter_byte2.c 	NULL,
NULL               50 ext/mbstring/libmbfl/filters/mbfilter_byte2.c 	NULL,
NULL               51 ext/mbstring/libmbfl/filters/mbfilter_byte2.c 	NULL,
NULL               52 ext/mbstring/libmbfl/filters/mbfilter_byte2.c 	NULL,
NULL               41 ext/mbstring/libmbfl/filters/mbfilter_byte4.c 	NULL,
NULL               42 ext/mbstring/libmbfl/filters/mbfilter_byte4.c 	NULL,
NULL               43 ext/mbstring/libmbfl/filters/mbfilter_byte4.c 	NULL,
NULL               50 ext/mbstring/libmbfl/filters/mbfilter_byte4.c 	NULL,
NULL               51 ext/mbstring/libmbfl/filters/mbfilter_byte4.c 	NULL,
NULL               52 ext/mbstring/libmbfl/filters/mbfilter_byte4.c 	NULL,
NULL               40 ext/mbstring/libmbfl/filters/mbfilter_cp1251.c static const char *mbfl_encoding_cp1251_aliases[] = {"CP1251", "CP-1251", "WINDOWS-1251", NULL};
NULL               47 ext/mbstring/libmbfl/filters/mbfilter_cp1251.c 	NULL,
NULL               40 ext/mbstring/libmbfl/filters/mbfilter_cp1252.c static const char *mbfl_encoding_cp1252_aliases[] = {"cp1252", NULL};
NULL               47 ext/mbstring/libmbfl/filters/mbfilter_cp1252.c 	NULL,
NULL               40 ext/mbstring/libmbfl/filters/mbfilter_cp1254.c static const char *mbfl_encoding_cp1254_aliases[] = {"CP1254", "CP-1254", "WINDOWS-1254", NULL};
NULL               47 ext/mbstring/libmbfl/filters/mbfilter_cp1254.c 	NULL,
NULL               55 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	NULL,
NULL               56 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	NULL,
NULL               64 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	(const char *(*)[])NULL,
NULL               65 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	NULL,
NULL               73 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	(const char *(*)[])NULL,
NULL               74 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	NULL,
NULL               82 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	NULL,
NULL               83 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	NULL,
NULL               91 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	NULL,
NULL               92 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	NULL,
NULL              575 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	if (ctx == NULL) {
NULL              601 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	if (ctx != NULL) {
NULL              614 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	if (filt->opaque != NULL) {
NULL              959 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 	if (filter->flush_function != NULL) {
NULL               63 ext/mbstring/libmbfl/filters/mbfilter_cp51932.c static const char *mbfl_encoding_cp51932_aliases[] = {"cp51932", NULL};
NULL               36 ext/mbstring/libmbfl/filters/mbfilter_cp850.c static const char *mbfl_encoding_cp850_aliases[] = {"CP850", "CP-850", "IBM850", "IBM-850", NULL};
NULL               43 ext/mbstring/libmbfl/filters/mbfilter_cp850.c 	NULL,
NULL               40 ext/mbstring/libmbfl/filters/mbfilter_cp866.c static const char *mbfl_encoding_cp866_aliases[] = {"CP866", "CP-866", "IBM866", "IBM-866", NULL};
NULL               47 ext/mbstring/libmbfl/filters/mbfilter_cp866.c 	NULL,
NULL               61 ext/mbstring/libmbfl/filters/mbfilter_cp932.c static const char *mbfl_encoding_cp932_aliases[] = {"MS932", "Windows-31J", "MS_Kanji", NULL};
NULL               60 ext/mbstring/libmbfl/filters/mbfilter_cp936.c static const char *mbfl_encoding_cp936_aliases[] = {"CP-936", "GBK", NULL};
NULL               60 ext/mbstring/libmbfl/filters/mbfilter_euc_cn.c static const char *mbfl_encoding_euc_cn_aliases[] = {"CN-GB", "EUC_CN", "eucCN", "x-euc-cn", "gb2312", NULL};
NULL               61 ext/mbstring/libmbfl/filters/mbfilter_euc_jp.c static const char *mbfl_encoding_euc_jp_aliases[] = {"EUC", "EUC_JP", "eucJP", "x-euc-jp", NULL};
NULL               43 ext/mbstring/libmbfl/filters/mbfilter_euc_jp_2004.c static const char *mbfl_encoding_eucjp2004_aliases[] = {"EUC_JP-2004", NULL};
NULL               64 ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c 							"eucJP-ms", NULL};
NULL               59 ext/mbstring/libmbfl/filters/mbfilter_euc_kr.c static const char *mbfl_encoding_euc_kr_aliases[] = {"EUC_KR", "eucKR", "x-euc-kr", NULL};
NULL               61 ext/mbstring/libmbfl/filters/mbfilter_euc_tw.c static const char *mbfl_encoding_euc_tw_aliases[] = {"EUC_TW", "eucTW", "x-euc-tw", NULL};
NULL               42 ext/mbstring/libmbfl/filters/mbfilter_gb18030.c static const char *mbfl_encoding_gb18030_aliases[] = {"gb-18030", "gb-18030-2000", NULL};
NULL               49 ext/mbstring/libmbfl/filters/mbfilter_gb18030.c 	NULL,
NULL               65 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c static const char *mbfl_encoding_html_ent_aliases[] = {"HTML", "html", NULL};
NULL               72 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 	NULL,
NULL              111 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 		for (i = 0; (e = &mbfl_html_entity_list[i])->name != NULL; i++) {
NULL              148 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 	filter->opaque = NULL;
NULL              150 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 	if (filter->flush_function != NULL) {
NULL              176 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 	filter->opaque = NULL;
NULL              305 ext/mbstring/libmbfl/filters/mbfilter_htmlent.c 	if (filter->flush_function != NULL) {
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_hz.c 	NULL,
NULL               46 ext/mbstring/libmbfl/filters/mbfilter_hz.c 	NULL,
NULL               43 ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.c static const char *mbfl_encoding_2022jpms_aliases[] = {"ISO2022JPMS", NULL};
NULL               50 ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.c 	NULL,
NULL              429 ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.c 	if (filter->flush_function != NULL) {
NULL               44 ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.c 	NULL,
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.c 	NULL,
NULL              282 ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.c 	if (filter->flush_function != NULL) {
NULL               48 ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_2004.c 	NULL,
NULL               49 ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_2004.c 	NULL,
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.c static const char *mbfl_encoding_2022jp_kddi_aliases[] = {"ISO-2022-JP-KDDI", NULL};
NULL               52 ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_mobile.c 	NULL,
NULL               37 ext/mbstring/libmbfl/filters/mbfilter_iso8859_1.c static const char *mbfl_encoding_8859_1_aliases[] = {"ISO_8859-1", "latin1", NULL};
NULL               44 ext/mbstring/libmbfl/filters/mbfilter_iso8859_1.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_10.c static const char *mbfl_encoding_8859_10_aliases[] = {"ISO_8859-10", "latin6", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_10.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_13.c static const char *mbfl_encoding_8859_13_aliases[] = {"ISO_8859-13", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_13.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_14.c static const char *mbfl_encoding_8859_14_aliases[] = {"ISO_8859-14", "latin8", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_14.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_15.c static const char *mbfl_encoding_8859_15_aliases[] = {"ISO_8859-15", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_15.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.c static const char *mbfl_encoding_8859_16_aliases[] = {"ISO_8859-16", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_2.c static const char *mbfl_encoding_8859_2_aliases[] = {"ISO_8859-2", "latin2", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_2.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_3.c static const char *mbfl_encoding_8859_3_aliases[] = {"ISO_8859-3", "latin3", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_3.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_4.c static const char *mbfl_encoding_8859_4_aliases[] = {"ISO_8859-4", "latin4", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_4.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_5.c static const char *mbfl_encoding_8859_5_aliases[] = {"ISO_8859-5", "cyrillic", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_5.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_6.c static const char *mbfl_encoding_8859_6_aliases[] = {"ISO_8859-6", "arabic", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_6.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_7.c static const char *mbfl_encoding_8859_7_aliases[] = {"ISO_8859-7", "greek", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_7.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_8.c static const char *mbfl_encoding_8859_8_aliases[] = {"ISO_8859-8", "hebrew", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_8.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_iso8859_9.c static const char *mbfl_encoding_8859_9_aliases[] = {"ISO_8859-9", "latin5", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_iso8859_9.c 	NULL,
NULL               47 ext/mbstring/libmbfl/filters/mbfilter_jis.c 	NULL,
NULL               48 ext/mbstring/libmbfl/filters/mbfilter_jis.c 	NULL,
NULL               56 ext/mbstring/libmbfl/filters/mbfilter_jis.c 	NULL,
NULL               57 ext/mbstring/libmbfl/filters/mbfilter_jis.c 	NULL,
NULL              482 ext/mbstring/libmbfl/filters/mbfilter_jis.c 	if (filter->flush_function != NULL) {
NULL               40 ext/mbstring/libmbfl/filters/mbfilter_koi8r.c static const char *mbfl_encoding_koi8r_aliases[] = {"KOI8-R", "KOI8R", NULL};
NULL               47 ext/mbstring/libmbfl/filters/mbfilter_koi8r.c 	NULL,
NULL               37 ext/mbstring/libmbfl/filters/mbfilter_koi8u.c static const char *mbfl_encoding_koi8u_aliases[] = {"KOI8-U", "KOI8U", NULL};
NULL               44 ext/mbstring/libmbfl/filters/mbfilter_koi8u.c 	NULL,
NULL               38 ext/mbstring/libmbfl/filters/mbfilter_qprint.c static const char *mbfl_encoding_qprint_aliases[] = {"qprint", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_qprint.c 	NULL,
NULL               64 ext/mbstring/libmbfl/filters/mbfilter_sjis.c static const char *mbfl_encoding_sjis_aliases[] = {"x-sjis", "SHIFT-JIS", NULL};
NULL               48 ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c static const char *mbfl_encoding_sjis2004_aliases[] = {"SJIS2004","Shift_JIS-2004", NULL};
NULL              720 ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c 	if (filter->flush_function != NULL) {
NULL               47 ext/mbstring/libmbfl/filters/mbfilter_sjis_mac.c static const char *mbfl_encoding_sjis_mac_aliases[] = {"MacJapanese", "x-Mac-Japanese", NULL};
NULL              694 ext/mbstring/libmbfl/filters/mbfilter_sjis_mac.c 	if (filter->flush_function != NULL) {
NULL               47 ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c static const char *mbfl_encoding_sjis_docomo_aliases[] = {"SJIS-DOCOMO", "shift_jis-imode", "x-sjis-emoji-docomo", NULL};
NULL               48 ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c static const char *mbfl_encoding_sjis_kddi_aliases[] = {"SJIS-KDDI", "shift_jis-kddi", "x-sjis-emoji-kddi", NULL};
NULL               49 ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c static const char *mbfl_encoding_sjis_sb_aliases[] = {"SJIS-SOFTBANK", "shift_jis-softbank", "x-sjis-emoji-softbank", NULL};
NULL              921 ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c 	if (filter->flush_function != NULL) {
NULL               61 ext/mbstring/libmbfl/filters/mbfilter_sjis_open.c static const char *mbfl_encoding_sjis_open_aliases[] = {"SJIS-open", "SJIS-ms", NULL};
NULL              287 ext/mbstring/libmbfl/filters/mbfilter_tl_jisx0201_jisx0208.c 	if (filt->flush_function != NULL) {
NULL               37 ext/mbstring/libmbfl/filters/mbfilter_ucs2.c static const char *mbfl_encoding_ucs2_aliases[] = {"ISO-10646-UCS-2", "UCS2" , "UNICODE", NULL};
NULL               44 ext/mbstring/libmbfl/filters/mbfilter_ucs2.c 	NULL,
NULL               52 ext/mbstring/libmbfl/filters/mbfilter_ucs2.c 	NULL,
NULL               53 ext/mbstring/libmbfl/filters/mbfilter_ucs2.c 	NULL,
NULL               61 ext/mbstring/libmbfl/filters/mbfilter_ucs2.c 	NULL,
NULL               62 ext/mbstring/libmbfl/filters/mbfilter_ucs2.c 	NULL,
NULL               37 ext/mbstring/libmbfl/filters/mbfilter_ucs4.c static const char *mbfl_encoding_ucs4_aliases[] = {"ISO-10646-UCS-4", "UCS4", NULL};
NULL               44 ext/mbstring/libmbfl/filters/mbfilter_ucs4.c 	NULL,
NULL               52 ext/mbstring/libmbfl/filters/mbfilter_ucs4.c 	NULL,
NULL               53 ext/mbstring/libmbfl/filters/mbfilter_ucs4.c 	NULL,
NULL               61 ext/mbstring/libmbfl/filters/mbfilter_ucs4.c 	NULL,
NULL               62 ext/mbstring/libmbfl/filters/mbfilter_ucs4.c 	NULL,
NULL               60 ext/mbstring/libmbfl/filters/mbfilter_uhc.c static const char *mbfl_encoding_uhc_aliases[] = {"CP949", NULL};
NULL               37 ext/mbstring/libmbfl/filters/mbfilter_utf16.c static const char *mbfl_encoding_utf16_aliases[] = {"utf16", NULL};
NULL               44 ext/mbstring/libmbfl/filters/mbfilter_utf16.c 	NULL,
NULL               52 ext/mbstring/libmbfl/filters/mbfilter_utf16.c 	NULL,
NULL               53 ext/mbstring/libmbfl/filters/mbfilter_utf16.c 	NULL,
NULL               61 ext/mbstring/libmbfl/filters/mbfilter_utf16.c 	NULL,
NULL               62 ext/mbstring/libmbfl/filters/mbfilter_utf16.c 	NULL,
NULL               37 ext/mbstring/libmbfl/filters/mbfilter_utf32.c static const char *mbfl_encoding_utf32_aliases[] = {"utf32", NULL};
NULL               44 ext/mbstring/libmbfl/filters/mbfilter_utf32.c 	NULL,
NULL               52 ext/mbstring/libmbfl/filters/mbfilter_utf32.c 	NULL,
NULL               53 ext/mbstring/libmbfl/filters/mbfilter_utf32.c 	NULL,
NULL               61 ext/mbstring/libmbfl/filters/mbfilter_utf32.c 	NULL,
NULL               62 ext/mbstring/libmbfl/filters/mbfilter_utf32.c 	NULL,
NULL               52 ext/mbstring/libmbfl/filters/mbfilter_utf7.c static const char *mbfl_encoding_utf7_aliases[] = {"utf7", NULL};
NULL               59 ext/mbstring/libmbfl/filters/mbfilter_utf7.c 	NULL,
NULL              409 ext/mbstring/libmbfl/filters/mbfilter_utf7.c 	if (filter->flush_function != NULL) {
NULL               40 ext/mbstring/libmbfl/filters/mbfilter_utf7imap.c 	NULL,
NULL               41 ext/mbstring/libmbfl/filters/mbfilter_utf7imap.c 	NULL,
NULL               42 ext/mbstring/libmbfl/filters/mbfilter_utf7imap.c 	NULL,
NULL               58 ext/mbstring/libmbfl/filters/mbfilter_utf8.c static const char *mbfl_encoding_utf8_aliases[] = {"utf8", NULL};
NULL              207 ext/mbstring/libmbfl/filters/mbfilter_utf8.c 	if (filter->flush_function != NULL) {
NULL               44 ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.c static const char *mbfl_encoding_utf8_docomo_aliases[] = {"UTF-8-DOCOMO", "UTF8-DOCOMO", NULL};
NULL               45 ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.c static const char *mbfl_encoding_utf8_kddi_a_aliases[] = {NULL};
NULL               46 ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.c static const char *mbfl_encoding_utf8_kddi_b_aliases[] = {"UTF-8-Mobile#KDDI", "UTF-8-KDDI", "UTF8-KDDI", NULL};
NULL               47 ext/mbstring/libmbfl/filters/mbfilter_utf8_mobile.c static const char *mbfl_encoding_utf8_sb_aliases[] = {"UTF-8-SOFTBANK", "UTF8-SOFTBANK", NULL};
NULL               41 ext/mbstring/libmbfl/filters/mbfilter_uuencode.c 	NULL,
NULL               42 ext/mbstring/libmbfl/filters/mbfilter_uuencode.c 	NULL,
NULL              147 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd == NULL) {
NULL              148 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              156 ext/mbstring/libmbfl/mbfl/mbfilter.c 	convd->filter1 = NULL;
NULL              157 ext/mbstring/libmbfl/mbfl/mbfilter.c 	convd->filter2 = NULL;
NULL              158 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (mbfl_convert_filter_get_vtbl(convd->from->no_encoding, convd->to->no_encoding) != NULL) {
NULL              159 ext/mbstring/libmbfl/mbfl/mbfilter.c 		convd->filter1 = mbfl_convert_filter_new(convd->from->no_encoding, convd->to->no_encoding, mbfl_memory_device_output, NULL, &convd->device);
NULL              161 ext/mbstring/libmbfl/mbfl/mbfilter.c 		convd->filter2 = mbfl_convert_filter_new(mbfl_no_encoding_wchar, convd->to->no_encoding, mbfl_memory_device_output, NULL, &convd->device);
NULL              162 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (convd->filter2 != NULL) {
NULL              168 ext/mbstring/libmbfl/mbfl/mbfilter.c 			if (convd->filter1 == NULL) {
NULL              173 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd->filter1 == NULL) {
NULL              174 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              186 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd != NULL) {
NULL              207 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd != NULL) {
NULL              208 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (convd->filter2 != NULL) {
NULL              210 ext/mbstring/libmbfl/mbfl/mbfilter.c 		} else if (convd->filter1 != NULL) {
NULL              223 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd != NULL) {
NULL              224 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (convd->filter2 != NULL) {
NULL              226 ext/mbstring/libmbfl/mbfl/mbfilter.c 		} else if (convd->filter1 != NULL) {
NULL              242 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd != NULL && p != NULL) {
NULL              244 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (filter != NULL) {
NULL              261 ext/mbstring/libmbfl/mbfl/mbfilter.c 	return mbfl_buffer_converter_feed2(convd, string, NULL);
NULL              272 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd == NULL || string == NULL) {
NULL              281 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (filter != NULL) {
NULL              303 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd == NULL) {
NULL              307 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd->filter1 != NULL) {
NULL              310 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd->filter2 != NULL) {
NULL              320 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd != NULL && result != NULL && convd->device.buffer != NULL) {
NULL              325 ext/mbstring/libmbfl/mbfl/mbfilter.c 		result = NULL;
NULL              334 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd == NULL || result == NULL) {
NULL              335 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              345 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd == NULL || string == NULL || result == NULL) {
NULL              346 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              349 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd->filter1 != NULL) {
NULL              352 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd->filter2 != NULL) {
NULL              363 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd == NULL) {
NULL              367 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd->filter1 != NULL) {
NULL              371 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (convd->filter2 != NULL) {
NULL              389 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (elist == NULL || elistsz <= 0) {
NULL              390 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              395 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (identd == NULL) {
NULL              396 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              399 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (identd->filter_list == NULL) {
NULL              401 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              409 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (filter != NULL) {
NULL              431 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (elist == NULL || elistsz <= 0) {
NULL              432 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              437 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (identd == NULL) {
NULL              438 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              441 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (identd->filter_list == NULL) {
NULL              443 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              451 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (filter != NULL) {
NULL              471 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (identd != NULL) {
NULL              472 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (identd->filter_list != NULL) {
NULL              493 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (identd != NULL && string != NULL && string->val != NULL) {
NULL              523 ext/mbstring/libmbfl/mbfl/mbfilter.c 	const mbfl_encoding *encoding = NULL;
NULL              527 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (identd != NULL) {
NULL              580 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (encoding == NULL || string == NULL || result == NULL) {
NULL              581 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              584 ext/mbstring/libmbfl/mbfl/mbfilter.c 	filter1 = NULL;
NULL              585 ext/mbstring/libmbfl/mbfl/mbfilter.c 	filter2 = NULL;
NULL              586 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (mbfl_convert_filter_get_vtbl(string->no_encoding, toenc) != NULL) {
NULL              590 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (filter2 != NULL) {
NULL              591 ext/mbstring/libmbfl/mbfl/mbfilter.c 			filter1 = mbfl_convert_filter_new(string->no_encoding, mbfl_no_encoding_wchar, (int (*)(int, void*))filter2->filter_function, NULL, filter2);
NULL              592 ext/mbstring/libmbfl/mbfl/mbfilter.c 			if (filter1 == NULL) {
NULL              597 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (filter1 == NULL) {
NULL              598 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              601 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (filter2 != NULL) {
NULL              611 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (p != NULL) {
NULL              622 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (filter2 != NULL) {
NULL              644 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (flist == NULL) {
NULL              645 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              649 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (elist != NULL) {
NULL              661 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (p != NULL) {
NULL              682 ext/mbstring/libmbfl/mbfl/mbfilter.c 	encoding = NULL;
NULL              727 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (flist == NULL) {
NULL              728 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL              732 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (elist != NULL) {
NULL              744 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (p != NULL) {
NULL              765 ext/mbstring/libmbfl/mbfl/mbfilter.c 	encoding = NULL;
NULL              819 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (encoding == NULL || string == NULL) {
NULL              830 ext/mbstring/libmbfl/mbfl/mbfilter.c 	} else if (encoding->mblen_table != NULL) {
NULL              836 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (p != NULL) {
NULL              850 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (filter == NULL) {
NULL              856 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (p != NULL) {
NULL              943 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (string == NULL) {
NULL              947 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (encoding == NULL) {
NULL              958 ext/mbstring/libmbfl/mbfl/mbfilter.c 	} else if (encoding->mblen_table != NULL) {
NULL              964 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (p != NULL) {
NULL              988 ext/mbstring/libmbfl/mbfl/mbfilter.c 	const mbfl_string *haystack_u8, *needle_u8 = NULL;
NULL              991 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (haystack == NULL || haystack->val == NULL || needle == NULL || needle->val == NULL) {
NULL              998 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (u8_enc == NULL || u8_enc->mblen_table == NULL) {
NULL             1007 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (haystack_u8 == NULL) {
NULL             1018 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (needle_u8 == NULL) {
NULL             1201 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (haystack == NULL || needle == NULL) {
NULL             1210 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (filter == NULL) {
NULL             1215 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (p != NULL) {
NULL             1226 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pc.needle.buffer == NULL) {
NULL             1238 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (filter == NULL) {
NULL             1251 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (p != NULL) {
NULL             1313 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (encoding == NULL || string == NULL || result == NULL) {
NULL             1314 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             1321 ext/mbstring/libmbfl/mbfl/mbfilter.c 	   encoding->mblen_table != NULL) {
NULL             1331 ext/mbstring/libmbfl/mbfl/mbfilter.c 		} else if (encoding->mblen_table != NULL) {
NULL             1338 ext/mbstring/libmbfl/mbfl/mbfilter.c 			if (p != NULL) {
NULL             1386 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (w != NULL) {
NULL             1388 ext/mbstring/libmbfl/mbfl/mbfilter.c 			if (p != NULL) {
NULL             1401 ext/mbstring/libmbfl/mbfl/mbfilter.c 			result = NULL;
NULL             1423 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (decoder == NULL || encoder == NULL) {
NULL             1426 ext/mbstring/libmbfl/mbfl/mbfilter.c 			return NULL;
NULL             1436 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (p != NULL) {
NULL             1469 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (string == NULL || string->val == NULL || result == NULL) {
NULL             1470 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             1474 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             1482 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (encoding == NULL) {
NULL             1483 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             1495 ext/mbstring/libmbfl/mbfl/mbfilter.c 			|| encoding->mblen_table != NULL) {
NULL             1496 ext/mbstring/libmbfl/mbfl/mbfilter.c 		const unsigned char *start = NULL;
NULL             1497 ext/mbstring/libmbfl/mbfl/mbfilter.c 		const unsigned char *end = NULL;
NULL             1526 ext/mbstring/libmbfl/mbfl/mbfilter.c 		} else if (encoding->mblen_table != NULL) {
NULL             1554 ext/mbstring/libmbfl/mbfl/mbfilter.c 			return NULL;
NULL             1560 ext/mbstring/libmbfl/mbfl/mbfilter.c 				sizeof(unsigned char))) == NULL) {
NULL             1561 ext/mbstring/libmbfl/mbfl/mbfilter.c 			return NULL;
NULL             1573 ext/mbstring/libmbfl/mbfl/mbfilter.c 		mbfl_convert_filter *encoder     = NULL;
NULL             1574 ext/mbstring/libmbfl/mbfl/mbfilter.c 		mbfl_convert_filter *decoder     = NULL;
NULL             1588 ext/mbstring/libmbfl/mbfl/mbfilter.c 			return NULL;
NULL             1596 ext/mbstring/libmbfl/mbfl/mbfilter.c 				NULL, NULL))) {
NULL             1598 ext/mbstring/libmbfl/mbfl/mbfilter.c 			return NULL;
NULL             1785 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (string->len > 0 && string->val != NULL) {
NULL             1791 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (filter == NULL) {
NULL             1872 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (string == NULL || result == NULL) {
NULL             1873 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             1894 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pc.decoder == NULL || pc.decoder_backup == NULL || encoder == NULL) {
NULL             1898 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             1914 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (p != NULL) {
NULL             1970 ext/mbstring/libmbfl/mbfl/mbfilter.c 	mbfl_convert_filter *decoder = NULL;
NULL             1971 ext/mbstring/libmbfl/mbfl/mbfilter.c 	mbfl_convert_filter *encoder = NULL;
NULL             1972 ext/mbstring/libmbfl/mbfl/mbfilter.c 	mbfl_convert_filter *tl_filter = NULL;
NULL             1973 ext/mbstring/libmbfl/mbfl/mbfilter.c 	mbfl_convert_filter *next_filter = NULL;
NULL             1974 ext/mbstring/libmbfl/mbfl/mbfilter.c 	mbfl_filt_tl_jisx0201_jisx0208_param *param = NULL;
NULL             1977 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (string == NULL || result == NULL) {
NULL             1978 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             1982 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (encoding == NULL) {
NULL             1983 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             1996 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (decoder == NULL) {
NULL             2003 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (param == NULL) {
NULL             2014 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (tl_filter == NULL) {
NULL             2028 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (encoder == NULL) {
NULL             2035 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (p != NULL) {
NULL             2047 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (tl_filter != NULL) {
NULL             2048 ext/mbstring/libmbfl/mbfl/mbfilter.c 		if (tl_filter->opaque != NULL) {
NULL             2054 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (decoder != NULL) {
NULL             2058 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (encoder != NULL) {
NULL             2240 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (outencoding == NULL || outencoding->mime_name == NULL || outencoding->mime_name[0] == '\0') {
NULL             2241 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             2245 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pe == NULL) {
NULL             2246 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             2297 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pe->encod_filter == NULL ||
NULL             2298 ext/mbstring/libmbfl/mbfl/mbfilter.c 	    pe->encod_filter_backup == NULL ||
NULL             2299 ext/mbstring/libmbfl/mbfl/mbfilter.c 	    pe->conv2_filter == NULL ||
NULL             2300 ext/mbstring/libmbfl/mbfl/mbfilter.c 	    pe->conv2_filter_backup == NULL ||
NULL             2301 ext/mbstring/libmbfl/mbfl/mbfilter.c 	    pe->conv1_filter == NULL) {
NULL             2303 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             2357 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pe == NULL) {
NULL             2358 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             2361 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (linefeed != NULL) {
NULL             2434 ext/mbstring/libmbfl/mbfl/mbfilter.c 			if (encoding != NULL) {
NULL             2595 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pd == NULL) {
NULL             2596 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             2612 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pd->conv1_filter == NULL || pd->conv2_filter == NULL || pd->deco_filter == NULL) {
NULL             2614 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             2654 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pd == NULL) {
NULL             2655 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             3045 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (string == NULL || result == NULL) {
NULL             3046 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             3076 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pc.decoder == NULL || encoder == NULL) {
NULL             3079 ext/mbstring/libmbfl/mbfl/mbfilter.c 		return NULL;
NULL             3090 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (p != NULL) {
NULL               41 ext/mbstring/libmbfl/mbfl/mbfilter_8bit.c static const char *mbfl_encoding_8bit_aliases[] = {"binary", NULL};
NULL               48 ext/mbstring/libmbfl/mbfl/mbfilter_8bit.c 	NULL,
NULL               41 ext/mbstring/libmbfl/mbfl/mbfilter_pass.c static const char *mbfl_encoding_pass_aliases[] = {"none", NULL};
NULL               46 ext/mbstring/libmbfl/mbfl/mbfilter_pass.c 	NULL,
NULL               48 ext/mbstring/libmbfl/mbfl/mbfilter_pass.c 	NULL,
NULL               44 ext/mbstring/libmbfl/mbfl/mbfilter_wchar.c 	NULL,
NULL               45 ext/mbstring/libmbfl/mbfl/mbfilter_wchar.c 	NULL,
NULL               46 ext/mbstring/libmbfl/mbfl/mbfilter_wchar.c 	NULL,
NULL              278 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	NULL
NULL              292 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	if ((filter->from = mbfl_no2encoding(from)) == NULL) {
NULL              296 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	if ((filter->to = mbfl_no2encoding(to)) == NULL) {
NULL              300 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	if (output_function != NULL) {
NULL              336 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	if (vtbl == NULL) {
NULL              342 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	if (filter == NULL) {
NULL              343 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 		return NULL;
NULL              349 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 		return NULL;
NULL              364 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	if (vtbl == NULL) {
NULL              370 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	if (filter == NULL) {
NULL              371 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 		return NULL;
NULL              377 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 		return NULL;
NULL              415 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	if (vtbl == NULL) {
NULL              428 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	if (src->filter_copy != NULL) {
NULL              592 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	while ((vtbl = mbfl_convert_filter_list[i++]) != NULL){
NULL              598 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	return NULL;
NULL              615 ext/mbstring/libmbfl/mbfl/mbfl_convert.c 	if (filter->flush_function != NULL) {
NULL               34 ext/mbstring/libmbfl/mbfl/mbfl_defs.h #ifndef NULL
NULL              122 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c static const char *mbfl_encoding_auto_aliases[] = {"unknown", NULL};
NULL              127 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 	NULL,
NULL              129 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 	NULL,
NULL              221 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 	NULL
NULL              231 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 	if (name == NULL) {
NULL              232 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 		return NULL;
NULL              236 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c  	while ((encoding = mbfl_encoding_ptr_list[i++]) != NULL){
NULL              244 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c  	while ((encoding = mbfl_encoding_ptr_list[i++]) != NULL) {
NULL              245 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 		if (encoding->mime_name != NULL) {
NULL              254 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c  	while ((encoding = mbfl_encoding_ptr_list[i++]) != NULL) {
NULL              255 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 		if (encoding->aliases != NULL) {
NULL              257 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c  			while ((*encoding->aliases)[j] != NULL) {
NULL              266 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 	return NULL;
NULL              276 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 	while ((encoding = mbfl_encoding_ptr_list[i++]) != NULL){
NULL              282 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 	return NULL;
NULL              291 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 	if (encoding == NULL) {
NULL              304 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 	if (encoding == NULL) {
NULL              323 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 	if (encoding != NULL && encoding->mime_name != NULL && encoding->mime_name[0] != '\0') {
NULL              326 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 		return NULL;
NULL              336 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c 	if (encoding == NULL) {
NULL               47 ext/mbstring/libmbfl/mbfl/mbfl_filter_output.c 	if (filter->filter_flush != NULL) {
NULL              171 ext/mbstring/libmbfl/mbfl/mbfl_ident.c 	NULL
NULL              185 ext/mbstring/libmbfl/mbfl/mbfl_ident.c 	while ((vtbl = mbfl_identify_filter_list[i++]) != NULL) {
NULL              200 ext/mbstring/libmbfl/mbfl/mbfl_ident.c 	if (filter == NULL) {
NULL              201 ext/mbstring/libmbfl/mbfl/mbfl_ident.c 		return NULL;
NULL              206 ext/mbstring/libmbfl/mbfl/mbfl_ident.c 		return NULL;
NULL              218 ext/mbstring/libmbfl/mbfl/mbfl_ident.c 	if (filter == NULL) {
NULL              219 ext/mbstring/libmbfl/mbfl/mbfl_ident.c 		return NULL;
NULL              224 ext/mbstring/libmbfl/mbfl/mbfl_ident.c 		return NULL;
NULL              250 ext/mbstring/libmbfl/mbfl/mbfl_ident.c 	if (vtbl == NULL) {
NULL              265 ext/mbstring/libmbfl/mbfl/mbfl_ident.c 	if (filter == NULL) {
NULL               85 ext/mbstring/libmbfl/mbfl/mbfl_language.c 	NULL
NULL               95 ext/mbstring/libmbfl/mbfl/mbfl_language.c 	if (name == NULL) {
NULL               96 ext/mbstring/libmbfl/mbfl/mbfl_language.c 		return NULL;
NULL              100 ext/mbstring/libmbfl/mbfl/mbfl_language.c 	while ((language = mbfl_language_ptr_table[i++]) != NULL){
NULL              107 ext/mbstring/libmbfl/mbfl/mbfl_language.c 	while ((language = mbfl_language_ptr_table[i++]) != NULL){
NULL              115 ext/mbstring/libmbfl/mbfl/mbfl_language.c 	while ((language = mbfl_language_ptr_table[i++]) != NULL) {
NULL              116 ext/mbstring/libmbfl/mbfl/mbfl_language.c 		if (language->aliases != NULL) {
NULL              118 ext/mbstring/libmbfl/mbfl/mbfl_language.c 			while ((*language->aliases)[j] != NULL) {
NULL              127 ext/mbstring/libmbfl/mbfl/mbfl_language.c 	return NULL;
NULL              137 ext/mbstring/libmbfl/mbfl/mbfl_language.c 	while ((language = mbfl_language_ptr_table[i++]) != NULL){
NULL              143 ext/mbstring/libmbfl/mbfl/mbfl_language.c 	return NULL;
NULL              152 ext/mbstring/libmbfl/mbfl/mbfl_language.c 	if (language == NULL) {
NULL              165 ext/mbstring/libmbfl/mbfl/mbfl_language.c 	if (language == NULL) {
NULL               54 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 			if (device->buffer != NULL) {
NULL               75 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 			if (tmp != NULL) {
NULL              127 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 		if (result->val == NULL) {
NULL              129 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 			result = NULL;
NULL              132 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 		result = NULL;
NULL              150 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 		if (tmp == NULL) {
NULL              173 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 		if (tmp == NULL) {
NULL              198 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 		if (tmp == NULL) {
NULL              231 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 		if (tmp == NULL) {
NULL              258 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 		if (tmp == NULL) {
NULL              285 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 		if (tmp == NULL) {
NULL              340 ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c 		if (tmp == NULL) {
NULL               51 ext/mbstring/libmbfl/mbfl/mbfl_string.c 		string->val = (unsigned char*)NULL;
NULL               62 ext/mbstring/libmbfl/mbfl/mbfl_string.c 		string->val = (unsigned char*)NULL;
NULL               71 ext/mbstring/libmbfl/mbfl/mbfl_string.c 		if (string->val != (unsigned char*)NULL) {
NULL               74 ext/mbstring/libmbfl/mbfl/mbfl_string.c 		string->val = (unsigned char*)NULL;
NULL               52 ext/mbstring/libmbfl/mbfl/mbfl_string.h #ifndef NULL
NULL               12 ext/mbstring/libmbfl/nls/nls_de.c static const char *mbfl_language_german_aliases[] = {"Deutsch", NULL};
NULL               16 ext/mbstring/libmbfl/nls/nls_en.c 	NULL,
NULL               16 ext/mbstring/libmbfl/nls/nls_hy.c 	NULL,
NULL               16 ext/mbstring/libmbfl/nls/nls_ja.c 	NULL,
NULL               16 ext/mbstring/libmbfl/nls/nls_kr.c 	NULL,
NULL               16 ext/mbstring/libmbfl/nls/nls_neutral.c 	NULL,
NULL               16 ext/mbstring/libmbfl/nls/nls_ru.c 	NULL,
NULL               16 ext/mbstring/libmbfl/nls/nls_tr.c 	NULL,
NULL               18 ext/mbstring/libmbfl/nls/nls_ua.c 	NULL,
NULL               12 ext/mbstring/libmbfl/nls/nls_uni.c static const char *mbfl_language_uni_aliases[] = {"universal", NULL};
NULL               16 ext/mbstring/libmbfl/nls/nls_zh.c 	NULL,
NULL               26 ext/mbstring/libmbfl/nls/nls_zh.c 	NULL,
NULL               28 ext/mbstring/libmbfl/tests/conv_encoding.c 	mbfl_buffer_converter *convd = NULL;
NULL              373 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c 	{ NULL }
NULL              462 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c 		cp_932 = strtol(fields[0], NULL, 0);
NULL              468 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c 		cp_uni = strtol(fields[1], NULL, 0);
NULL               32 ext/mbstring/libmbfl/tests/emoji.c 	mbfl_buffer_converter *convd = NULL, *convd2 = NULL;
NULL               15 ext/mbstring/libmbfl/tests/sample.c 	mbfl_buffer_converter *convd = NULL;
NULL               53 ext/mbstring/libmbfl/tests/strcut.c 	offset = strtol(argv[3], NULL, 10);
NULL               59 ext/mbstring/libmbfl/tests/strcut.c 	length = strtol(argv[4], NULL, 10);
NULL               56 ext/mbstring/mb_gpc.c 	char *res = NULL, *separator=NULL;
NULL              138 ext/mbstring/mb_gpc.c 			MBSTRG(http_input_identify_post) = NULL;
NULL              141 ext/mbstring/mb_gpc.c 			MBSTRG(http_input_identify_get) = NULL;
NULL              144 ext/mbstring/mb_gpc.c 			MBSTRG(http_input_identify_cookie) = NULL;
NULL              147 ext/mbstring/mb_gpc.c 			MBSTRG(http_input_identify_string) = NULL;
NULL              197 ext/mbstring/mb_gpc.c 	char *strtok_buf = NULL, **val_list = NULL;
NULL              199 ext/mbstring/mb_gpc.c 	int n, num, *len_list = NULL;
NULL              202 ext/mbstring/mb_gpc.c 	const mbfl_encoding *from_encoding = NULL;
NULL              203 ext/mbstring/mb_gpc.c 	mbfl_encoding_detector *identd = NULL;
NULL              204 ext/mbstring/mb_gpc.c 	mbfl_buffer_converter *convd = NULL;
NULL              232 ext/mbstring/mb_gpc.c 	strtok_buf = NULL;
NULL              253 ext/mbstring/mb_gpc.c 		var = php_strtok_r(NULL, info->separator, &strtok_buf);
NULL              257 ext/mbstring/mb_gpc.c 		php_error_docref(NULL, E_WARNING, "Input variables exceeded %pd. To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
NULL              270 ext/mbstring/mb_gpc.c 		from_encoding = NULL;
NULL              272 ext/mbstring/mb_gpc.c 		if (identd != NULL) {
NULL              287 ext/mbstring/mb_gpc.c 				php_error_docref(NULL, E_WARNING, "Unable to detect encoding");
NULL              293 ext/mbstring/mb_gpc.c 	convd = NULL;
NULL              296 ext/mbstring/mb_gpc.c 		if (convd != NULL) {
NULL              301 ext/mbstring/mb_gpc.c 				php_error_docref(NULL, E_WARNING, "Unable to create converter");
NULL              314 ext/mbstring/mb_gpc.c 		if (convd != NULL && mbfl_buffer_converter_feed_result(convd, &string, &resvar) != NULL) {
NULL              322 ext/mbstring/mb_gpc.c 		if (convd != NULL && mbfl_buffer_converter_feed_result(convd, &string, &resval) != NULL) {
NULL              338 ext/mbstring/mb_gpc.c 		if (convd != NULL){
NULL              345 ext/mbstring/mb_gpc.c 	if (convd != NULL) {
NULL              349 ext/mbstring/mb_gpc.c 	if (val_list != NULL) {
NULL              352 ext/mbstring/mb_gpc.c 	if (len_list != NULL) {
NULL              365 ext/mbstring/mb_gpc.c 	zend_string *post_data_str = NULL;
NULL              367 ext/mbstring/mb_gpc.c 	MBSTRG(http_input_identify_post) = NULL;
NULL              380 ext/mbstring/mb_gpc.c 	detected = _php_mb_encoding_handler_ex(&info, arg, post_data_str ? ZSTR_VAL(post_data_str) : NULL);
NULL              207 ext/mbstring/mbstring.c 	{0, NULL, NULL, NULL}
NULL              579 ext/mbstring/mbstring.c 	NULL,
NULL              587 ext/mbstring/mbstring.c 	{ MULTIPART_CONTENT_TYPE,    sizeof(MULTIPART_CONTENT_TYPE)-1,    NULL,                         rfc1867_post_handler },
NULL              588 ext/mbstring/mbstring.c 	{ NULL, 0, NULL, NULL }
NULL              677 ext/mbstring/mbstring.c 	{ MULTIPART_CONTENT_TYPE,    sizeof(MULTIPART_CONTENT_TYPE)-1,    NULL,                         rfc1867_post_handler },
NULL              678 ext/mbstring/mbstring.c 	{ NULL, 0, NULL, NULL }
NULL              695 ext/mbstring/mbstring.c 	list = NULL;
NULL              696 ext/mbstring/mbstring.c 	if (value == NULL || value_length <= 0) {
NULL              698 ext/mbstring/mbstring.c 			*return_list = NULL;
NULL              712 ext/mbstring/mbstring.c 		if (tmpstr == NULL) {
NULL              719 ext/mbstring/mbstring.c 		while ((p2 = (char*)php_memnstr(p1, ",", 1, endp)) != NULL) {
NULL              726 ext/mbstring/mbstring.c 		if (list != NULL) {
NULL              733 ext/mbstring/mbstring.c 				if (p == NULL) {
NULL              768 ext/mbstring/mbstring.c 			} while (n < size && p2 != NULL);
NULL              778 ext/mbstring/mbstring.c 					*return_list = NULL;
NULL              787 ext/mbstring/mbstring.c 				*return_list = NULL;
NULL              814 ext/mbstring/mbstring.c 	list = NULL;
NULL              820 ext/mbstring/mbstring.c 		if (list != NULL) {
NULL              858 ext/mbstring/mbstring.c 					*return_list = NULL;
NULL              867 ext/mbstring/mbstring.c 				*return_list = NULL;
NULL              936 ext/mbstring/mbstring.c 	if (convd == NULL) {
NULL             1011 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "%s: %s", pattern, err_str);
NULL             1012 ext/mbstring/mbstring.c 		retval = NULL;
NULL             1023 ext/mbstring/mbstring.c 			(const OnigUChar*)str + str_len, NULL, ONIG_OPTION_NONE) >= 0;
NULL             1042 ext/mbstring/mbstring.c 			PCRE_CASELESS, &err_str, &err_offset, NULL))) {
NULL             1043 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "%s (offset=%d): %s", pattern, err_offset, err_str);
NULL             1052 ext/mbstring/mbstring.c 	return pcre_exec((pcre *)opaque, NULL, str, (int)str_len, 0,
NULL             1053 ext/mbstring/mbstring.c 			0, NULL, 0) >= 0;
NULL             1229 ext/mbstring/mbstring.c 		MBSTRG(detect_order_list) = NULL;
NULL             1262 ext/mbstring/mbstring.c 		MBSTRG(http_input_list) = NULL;
NULL             1290 ext/mbstring/mbstring.c 	if (new_value == NULL || ZSTR_LEN(new_value) == 0) {
NULL             1375 ext/mbstring/mbstring.c 	char *endptr = NULL;
NULL             1377 ext/mbstring/mbstring.c 	if (new_value != NULL) {
NULL             1412 ext/mbstring/mbstring.c 	if (new_value == NULL) {
NULL             1434 ext/mbstring/mbstring.c 	void *re = NULL;
NULL             1439 ext/mbstring/mbstring.c 	tmp = php_trim(new_value, NULL, 0, 3);
NULL             1463 ext/mbstring/mbstring.c 	PHP_INI_ENTRY("mbstring.detect_order", NULL, PHP_INI_ALL, OnUpdate_mbstring_detect_order)
NULL             1464 ext/mbstring/mbstring.c 	PHP_INI_ENTRY("mbstring.http_input", NULL, PHP_INI_ALL, OnUpdate_mbstring_http_input)
NULL             1465 ext/mbstring/mbstring.c 	PHP_INI_ENTRY("mbstring.http_output", NULL, PHP_INI_ALL, OnUpdate_mbstring_http_output)
NULL             1466 ext/mbstring/mbstring.c 	STD_PHP_INI_ENTRY("mbstring.internal_encoding", NULL, PHP_INI_ALL, OnUpdate_mbstring_internal_encoding, internal_encoding_name, zend_mbstring_globals, mbstring_globals)
NULL             1467 ext/mbstring/mbstring.c 	PHP_INI_ENTRY("mbstring.substitute_character", NULL, PHP_INI_ALL, OnUpdate_mbstring_substitute_character)
NULL             1495 ext/mbstring/mbstring.c 	mbstring_globals->internal_encoding = NULL;
NULL             1499 ext/mbstring/mbstring.c 	mbstring_globals->http_input_identify = NULL;
NULL             1500 ext/mbstring/mbstring.c 	mbstring_globals->http_input_identify_get = NULL;
NULL             1501 ext/mbstring/mbstring.c 	mbstring_globals->http_input_identify_post = NULL;
NULL             1502 ext/mbstring/mbstring.c 	mbstring_globals->http_input_identify_cookie = NULL;
NULL             1503 ext/mbstring/mbstring.c 	mbstring_globals->http_input_identify_string = NULL;
NULL             1504 ext/mbstring/mbstring.c 	mbstring_globals->http_input_list = NULL;
NULL             1506 ext/mbstring/mbstring.c 	mbstring_globals->detect_order_list = NULL;
NULL             1508 ext/mbstring/mbstring.c 	mbstring_globals->current_detect_order_list = NULL;
NULL             1520 ext/mbstring/mbstring.c 	mbstring_globals->outconv = NULL;
NULL             1521 ext/mbstring/mbstring.c 	mbstring_globals->http_output_conv_mimetypes = NULL;
NULL             1631 ext/mbstring/mbstring.c 				if ((orig = zend_hash_str_find_ptr(EG(function_table), p->orig_func, strlen(p->orig_func))) == NULL) {
NULL             1639 ext/mbstring/mbstring.c 					if (zend_hash_str_update_mem(EG(function_table), p->orig_func, strlen(p->orig_func), func, sizeof(zend_internal_function)) == NULL) {
NULL             1665 ext/mbstring/mbstring.c 	if (MBSTRG(current_detect_order_list) != NULL) {
NULL             1667 ext/mbstring/mbstring.c 		MBSTRG(current_detect_order_list) = NULL;
NULL             1670 ext/mbstring/mbstring.c 	if (MBSTRG(outconv) != NULL) {
NULL             1673 ext/mbstring/mbstring.c 		MBSTRG(outconv) = NULL;
NULL             1677 ext/mbstring/mbstring.c 	MBSTRG(http_input_identify) = NULL;
NULL             1678 ext/mbstring/mbstring.c 	MBSTRG(http_input_identify_post) = NULL;
NULL             1679 ext/mbstring/mbstring.c 	MBSTRG(http_input_identify_get) = NULL;
NULL             1680 ext/mbstring/mbstring.c 	MBSTRG(http_input_identify_cookie) = NULL;
NULL             1681 ext/mbstring/mbstring.c 	MBSTRG(http_input_identify_string) = NULL;
NULL             1744 ext/mbstring/mbstring.c 	zend_string *name = NULL;
NULL             1749 ext/mbstring/mbstring.c 	if (name == NULL) {
NULL             1754 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown language \"%s\"", ZSTR_VAL(name));
NULL             1768 ext/mbstring/mbstring.c 	const char *name = NULL;
NULL             1775 ext/mbstring/mbstring.c 	if (name == NULL) {
NULL             1776 ext/mbstring/mbstring.c 		name = MBSTRG(current_internal_encoding) ? MBSTRG(current_internal_encoding)->name: NULL;
NULL             1777 ext/mbstring/mbstring.c 		if (name != NULL) {
NULL             1785 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", name);
NULL             1799 ext/mbstring/mbstring.c 	char *typ = NULL;
NULL             1803 ext/mbstring/mbstring.c 	const mbfl_encoding *result = NULL;
NULL             1809 ext/mbstring/mbstring.c  	if (typ == NULL) {
NULL             1849 ext/mbstring/mbstring.c 				list = NULL;
NULL             1891 ext/mbstring/mbstring.c 	const char *name = NULL;
NULL             1899 ext/mbstring/mbstring.c 	if (name == NULL) {
NULL             1900 ext/mbstring/mbstring.c 		name = MBSTRG(current_http_output_encoding) ? MBSTRG(current_http_output_encoding)->name: NULL;
NULL             1901 ext/mbstring/mbstring.c 		if (name != NULL) {
NULL             1909 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", name);
NULL             1923 ext/mbstring/mbstring.c 	zval *arg1 = NULL;
NULL             1939 ext/mbstring/mbstring.c 		const mbfl_encoding **list = NULL;
NULL             1961 ext/mbstring/mbstring.c 		if (list == NULL) {
NULL             1979 ext/mbstring/mbstring.c 	zval *arg1 = NULL;
NULL             2013 ext/mbstring/mbstring.c 						php_error_docref(NULL, E_WARNING, "Unknown character.");
NULL             2024 ext/mbstring/mbstring.c 					php_error_docref(NULL, E_WARNING, "Unknown character.");
NULL             2038 ext/mbstring/mbstring.c 	char *name = NULL;
NULL             2046 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", name);
NULL             2050 ext/mbstring/mbstring.c 			if (preferred_name == NULL || *preferred_name == '\0') {
NULL             2051 ext/mbstring/mbstring.c 				php_error_docref(NULL, E_WARNING, "No MIME preferred name corresponding to \"%s\"", name);
NULL             2068 ext/mbstring/mbstring.c 	zval *track_vars_array = NULL;
NULL             2069 ext/mbstring/mbstring.c 	char *encstr = NULL;
NULL             2074 ext/mbstring/mbstring.c 	track_vars_array = NULL;
NULL             2079 ext/mbstring/mbstring.c 	if (track_vars_array != NULL) {
NULL             2096 ext/mbstring/mbstring.c 	if (track_vars_array != NULL) {
NULL             2110 ext/mbstring/mbstring.c 	if (encstr != NULL) efree(encstr);
NULL             2127 ext/mbstring/mbstring.c 	char *s, *mimetype = NULL;
NULL             2141 ext/mbstring/mbstring.c  			MBSTRG(outconv) = NULL;
NULL             2153 ext/mbstring/mbstring.c 			if ((s = strchr(SG(sapi_headers).mimetype,';')) == NULL){
NULL             2181 ext/mbstring/mbstring.c  	if (MBSTRG(outconv) == NULL) {
NULL             2213 ext/mbstring/mbstring.c 		MBSTRG(outconv) = NULL;
NULL             2224 ext/mbstring/mbstring.c 	char *enc_name = NULL;
NULL             2234 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "String overflows the max allowed length of %u", UINT_MAX);
NULL             2241 ext/mbstring/mbstring.c 	if (enc_name == NULL) {
NULL             2246 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", enc_name);
NULL             2267 ext/mbstring/mbstring.c 	char *enc_name = NULL;
NULL             2282 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
NULL             2285 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
NULL             2292 ext/mbstring/mbstring.c 	if (enc_name != NULL) {
NULL             2295 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", enc_name);
NULL             2301 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Offset not contained in string");
NULL             2305 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Empty delimiter");
NULL             2317 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle has not positive length");
NULL             2320 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding or conversion error");
NULL             2323 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_NOTICE, "Argument is empty");
NULL             2326 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown error in mb_strpos");
NULL             2340 ext/mbstring/mbstring.c 	char *enc_name = NULL;
NULL             2342 ext/mbstring/mbstring.c 	zval *zoffset = NULL;
NULL             2344 ext/mbstring/mbstring.c 	char *enc_name2 = NULL;
NULL             2359 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
NULL             2362 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
NULL             2375 ext/mbstring/mbstring.c 			if (enc_name2 != NULL) {
NULL             2410 ext/mbstring/mbstring.c 	if (enc_name != NULL) {
NULL             2413 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", enc_name);
NULL             2429 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Offset is greater than the length of haystack string");
NULL             2458 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
NULL             2461 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
NULL             2469 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Empty delimiter");
NULL             2497 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
NULL             2500 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
NULL             2522 ext/mbstring/mbstring.c 	mbfl_string haystack, needle, result, *ret = NULL;
NULL             2523 ext/mbstring/mbstring.c 	char *enc_name = NULL;
NULL             2539 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
NULL             2542 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
NULL             2549 ext/mbstring/mbstring.c 	if (enc_name != NULL) {
NULL             2552 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", enc_name);
NULL             2558 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Empty delimiter");
NULL             2566 ext/mbstring/mbstring.c 			if (ret != NULL) {
NULL             2576 ext/mbstring/mbstring.c 			if (ret != NULL) {
NULL             2595 ext/mbstring/mbstring.c 	mbfl_string haystack, needle, result, *ret = NULL;
NULL             2596 ext/mbstring/mbstring.c 	char *enc_name = NULL;
NULL             2612 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
NULL             2615 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
NULL             2622 ext/mbstring/mbstring.c 	if (enc_name != NULL) {
NULL             2625 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", enc_name);
NULL             2641 ext/mbstring/mbstring.c 			if (ret != NULL) {
NULL             2651 ext/mbstring/mbstring.c 			if (ret != NULL) {
NULL             2672 ext/mbstring/mbstring.c 	mbfl_string haystack, needle, result, *ret = NULL;
NULL             2687 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
NULL             2690 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
NULL             2698 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Empty delimiter");
NULL             2704 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", from_encoding);
NULL             2718 ext/mbstring/mbstring.c 		if (ret != NULL) {
NULL             2728 ext/mbstring/mbstring.c 		if (ret != NULL) {
NULL             2746 ext/mbstring/mbstring.c 	mbfl_string haystack, needle, result, *ret = NULL;
NULL             2761 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
NULL             2764 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
NULL             2773 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", from_encoding);
NULL             2787 ext/mbstring/mbstring.c 		if (ret != NULL) {
NULL             2797 ext/mbstring/mbstring.c 		if (ret != NULL) {
NULL             2814 ext/mbstring/mbstring.c 	char *enc_name = NULL;
NULL             2829 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Haystack length overflows the max allowed length of %u", UINT_MAX);
NULL             2832 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Needle length overflows the max allowed length of %u", UINT_MAX);
NULL             2839 ext/mbstring/mbstring.c 	if (enc_name != NULL) {
NULL             2842 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", enc_name);
NULL             2848 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Empty substring");
NULL             2865 ext/mbstring/mbstring.c 	char *str, *encoding = NULL;
NULL             2883 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", encoding);
NULL             2927 ext/mbstring/mbstring.c 	if (NULL == ret) {
NULL             2941 ext/mbstring/mbstring.c 	char *encoding = NULL;
NULL             2956 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "String length overflows the max allowed length of %u", UINT_MAX);
NULL             2965 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", encoding);
NULL             2999 ext/mbstring/mbstring.c 	if (ret == NULL) {
NULL             3015 ext/mbstring/mbstring.c 	char *enc_name = NULL;
NULL             3028 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "String length overflows the max allowed length of %u", UINT_MAX);
NULL             3034 ext/mbstring/mbstring.c 	if (enc_name != NULL) {
NULL             3037 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", enc_name);
NULL             3055 ext/mbstring/mbstring.c 	char *str, *trimmarker = NULL, *encoding = NULL;
NULL             3070 ext/mbstring/mbstring.c 	marker.val = NULL;
NULL             3076 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", encoding);
NULL             3085 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Start position is out of range");
NULL             3090 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Width is negative value");
NULL             3101 ext/mbstring/mbstring.c 	if (ret == NULL) {
NULL             3118 ext/mbstring/mbstring.c 	char *output=NULL;
NULL             3124 ext/mbstring/mbstring.c 		return NULL;
NULL             3130 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", _to_encoding);
NULL             3131 ext/mbstring/mbstring.c 			return NULL;
NULL             3148 ext/mbstring/mbstring.c 		list = NULL;
NULL             3160 ext/mbstring/mbstring.c 				php_error_docref(NULL, E_WARNING, "Unable to detect character encoding");
NULL             3166 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Illegal character encoding specified");
NULL             3168 ext/mbstring/mbstring.c 		if (list != NULL) {
NULL             3175 ext/mbstring/mbstring.c 	if (convd == NULL) {
NULL             3176 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Unable to create character encoding converter");
NULL             3177 ext/mbstring/mbstring.c 		return NULL;
NULL             3203 ext/mbstring/mbstring.c 	zval *arg_old = NULL;
NULL             3205 ext/mbstring/mbstring.c 	char *_from_encodings = NULL, *ret, *s_free = NULL;
NULL             3218 ext/mbstring/mbstring.c 				_from_encodings = NULL;
NULL             3235 ext/mbstring/mbstring.c 				if (_from_encodings != NULL && !strlen(_from_encodings)) {
NULL             3237 ext/mbstring/mbstring.c 					_from_encodings = NULL;
NULL             3250 ext/mbstring/mbstring.c 	if (ret != NULL) {
NULL             3352 ext/mbstring/mbstring.c 	zval *encoding_list = NULL;
NULL             3364 ext/mbstring/mbstring.c 	list = NULL;
NULL             3372 ext/mbstring/mbstring.c 					list = NULL;
NULL             3382 ext/mbstring/mbstring.c 					list = NULL;
NULL             3389 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Illegal argument");
NULL             3397 ext/mbstring/mbstring.c 	if (size > 0 && list != NULL) {
NULL             3410 ext/mbstring/mbstring.c 	if (list != NULL) {
NULL             3414 ext/mbstring/mbstring.c 	if (ret == NULL) {
NULL             3433 ext/mbstring/mbstring.c 	while ((encoding = encodings[i++]) != NULL) {
NULL             3444 ext/mbstring/mbstring.c 	char *name = NULL;
NULL             3453 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", name);
NULL             3458 ext/mbstring/mbstring.c 	if (encoding->aliases != NULL) {
NULL             3473 ext/mbstring/mbstring.c 	char *charset_name = NULL;
NULL             3475 ext/mbstring/mbstring.c 	char *trans_enc_name = NULL;
NULL             3490 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "String length overflows the max allowed length of %u", UINT_MAX);
NULL             3499 ext/mbstring/mbstring.c 	if (charset_name != NULL) {
NULL             3502 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", charset_name);
NULL             3507 ext/mbstring/mbstring.c 		if (lang != NULL) {
NULL             3513 ext/mbstring/mbstring.c 	if (trans_enc_name != NULL) {
NULL             3523 ext/mbstring/mbstring.c 	if (ret != NULL) {
NULL             3549 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "String length overflows the max allowed length of %u", UINT_MAX);
NULL             3557 ext/mbstring/mbstring.c 	if (ret != NULL) {
NULL             3573 ext/mbstring/mbstring.c 	char *optstr = NULL;
NULL             3575 ext/mbstring/mbstring.c 	char *encname = NULL;
NULL             3587 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "String length overflows the max allowed length of %u", UINT_MAX);
NULL             3594 ext/mbstring/mbstring.c 	if (optstr != NULL) {
NULL             3660 ext/mbstring/mbstring.c 	if (encname != NULL) {
NULL             3663 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", encname);
NULL             3669 ext/mbstring/mbstring.c 	if (ret != NULL) {
NULL             3705 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", to_enc);
NULL             3717 ext/mbstring/mbstring.c 	elist = NULL;
NULL             3735 ext/mbstring/mbstring.c 		from_encoding = NULL;
NULL             3740 ext/mbstring/mbstring.c 		if (identd != NULL) {
NULL             3749 ext/mbstring/mbstring.c 						if (target_hash != NULL) {
NULL             3759 ext/mbstring/mbstring.c 					if (target_hash != NULL) {
NULL             3760 ext/mbstring/mbstring.c 						while ((hash_entry = zend_hash_get_current_data(target_hash)) != NULL) {
NULL             3776 ext/mbstring/mbstring.c 								if (target_hash != NULL) {
NULL             3804 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unable to detect encoding");
NULL             3808 ext/mbstring/mbstring.c 	if (elist != NULL) {
NULL             3812 ext/mbstring/mbstring.c 	convd = NULL;
NULL             3815 ext/mbstring/mbstring.c 		if (convd == NULL) {
NULL             3816 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unable to create converter");
NULL             3824 ext/mbstring/mbstring.c 	if (convd != NULL) {
NULL             3836 ext/mbstring/mbstring.c 					if (target_hash != NULL) {
NULL             3846 ext/mbstring/mbstring.c 				if (target_hash != NULL) {
NULL             3847 ext/mbstring/mbstring.c 					while ((hash_entry_ptr = zend_hash_get_current_data(target_hash)) != NULL) {
NULL             3865 ext/mbstring/mbstring.c 							if (target_hash != NULL) {
NULL             3873 ext/mbstring/mbstring.c 							if (ret != NULL) {
NULL             3886 ext/mbstring/mbstring.c 				if (ret != NULL) {
NULL             3913 ext/mbstring/mbstring.c 	char *str, *encoding = NULL;
NULL             3936 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", encoding);
NULL             3948 ext/mbstring/mbstring.c 	convmap = NULL;
NULL             3963 ext/mbstring/mbstring.c 	if (convmap == NULL) {
NULL             3969 ext/mbstring/mbstring.c 	if (ret != NULL) {
NULL             4023 ext/mbstring/mbstring.c 	char *token = NULL;
NULL             4029 ext/mbstring/mbstring.c 	fld_name = fld_val = NULL;
NULL             4120 ext/mbstring/mbstring.c 							if (fld_name != NULL && fld_val != NULL) {
NULL             4132 ext/mbstring/mbstring.c 							fld_name = fld_val = NULL;
NULL             4168 ext/mbstring/mbstring.c 		if (fld_name != NULL && fld_val != NULL) {
NULL             4186 ext/mbstring/mbstring.c 	char *to = NULL;
NULL             4188 ext/mbstring/mbstring.c 	char *message = NULL;
NULL             4190 ext/mbstring/mbstring.c 	char *headers = NULL;
NULL             4192 ext/mbstring/mbstring.c 	char *subject = NULL;
NULL             4193 ext/mbstring/mbstring.c 	zend_string *extra_cmd = NULL;
NULL             4196 ext/mbstring/mbstring.c 	char *to_r = NULL;
NULL             4203 ext/mbstring/mbstring.c 	char *message_buf = NULL, *subject_buf = NULL, *p;
NULL             4228 ext/mbstring/mbstring.c 	if (lang != NULL) {
NULL             4249 ext/mbstring/mbstring.c 	zend_hash_init(&ht_headers, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL             4251 ext/mbstring/mbstring.c 	if (headers != NULL) {
NULL             4258 ext/mbstring/mbstring.c 		char *charset = NULL;
NULL             4263 ext/mbstring/mbstring.c 		if (p != NULL) {
NULL             4270 ext/mbstring/mbstring.c 				if ((param_name = php_strtok_r(p, "= ", &tmp)) != NULL) {
NULL             4274 ext/mbstring/mbstring.c 						charset = php_strtok_r(NULL, "= \"", &tmp);
NULL             4275 ext/mbstring/mbstring.c 						if (charset != NULL) {
NULL             4280 ext/mbstring/mbstring.c 							php_error_docref(NULL, E_WARNING, "Unsupported charset \"%s\" - will be regarded as ascii", charset);
NULL             4304 ext/mbstring/mbstring.c 				php_error_docref(NULL, E_WARNING, "Unsupported transfer encoding \"%s\" - will be regarded as 8bit", Z_STRVAL_P(s));
NULL             4312 ext/mbstring/mbstring.c 	if (to != NULL) {
NULL             4336 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Missing To: field");
NULL             4341 ext/mbstring/mbstring.c 	if (subject != NULL) {
NULL             4351 ext/mbstring/mbstring.c 		if (pstr != NULL) {
NULL             4355 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Missing Subject: field");
NULL             4360 ext/mbstring/mbstring.c 	if (message != NULL) {
NULL             4371 ext/mbstring/mbstring.c 		pstr = NULL;
NULL             4375 ext/mbstring/mbstring.c 			if (mbfl_convert_encoding(&orig_str, &tmpstr, tran_cs) != NULL) {
NULL             4381 ext/mbstring/mbstring.c 		if (pstr != NULL) {
NULL             4386 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Empty message body");
NULL             4387 ext/mbstring/mbstring.c 		message = NULL;
NULL             4395 ext/mbstring/mbstring.c 	if (headers != NULL) {
NULL             4413 ext/mbstring/mbstring.c 		if (p != NULL) {
NULL             4422 ext/mbstring/mbstring.c 		if (p == NULL) {
NULL             4439 ext/mbstring/mbstring.c 	if (!err && php_mail(to_r, subject, message, headers, extra_cmd ? ZSTR_VAL(extra_cmd) : NULL)) {
NULL             4474 ext/mbstring/mbstring.c 	char *typ = NULL;
NULL             4498 ext/mbstring/mbstring.c 		if ((name = (char *)zend_ini_string("mbstring.http_output_conv_mimetypes", sizeof("mbstring.http_output_conv_mimetypes") - 1, 0)) != NULL) {
NULL             4515 ext/mbstring/mbstring.c 		if (lang != NULL) {
NULL             4516 ext/mbstring/mbstring.c 			if ((name = (char *)mbfl_no_encoding2name(lang->mail_charset)) != NULL) {
NULL             4519 ext/mbstring/mbstring.c 			if ((name = (char *)mbfl_no_encoding2name(lang->mail_header_encoding)) != NULL) {
NULL             4522 ext/mbstring/mbstring.c 			if ((name = (char *)mbfl_no_encoding2name(lang->mail_body_encoding)) != NULL) {
NULL             4532 ext/mbstring/mbstring.c 		if ((name = (char *)mbfl_no_language2name(MBSTRG(language))) != NULL) {
NULL             4573 ext/mbstring/mbstring.c 		if ((name = (char *)zend_ini_string("mbstring.http_output_conv_mimetypes", sizeof("mbstring.http_output_conv_mimetypes") - 1, 0)) != NULL) {
NULL             4592 ext/mbstring/mbstring.c 		if (lang != NULL && (name = (char *)mbfl_no_encoding2name(lang->mail_charset)) != NULL) {
NULL             4596 ext/mbstring/mbstring.c 		if (lang != NULL && (name = (char *)mbfl_no_encoding2name(lang->mail_header_encoding)) != NULL) {
NULL             4600 ext/mbstring/mbstring.c 		if (lang != NULL && (name = (char *)mbfl_no_encoding2name(lang->mail_body_encoding)) != NULL) {
NULL             4612 ext/mbstring/mbstring.c 		if ((name = (char *)mbfl_no_language2name(MBSTRG(language))) != NULL) {
NULL             4652 ext/mbstring/mbstring.c 	char *var = NULL;
NULL             4654 ext/mbstring/mbstring.c 	char *enc = NULL;
NULL             4658 ext/mbstring/mbstring.c 	mbfl_string string, result, *ret = NULL;
NULL             4665 ext/mbstring/mbstring.c 	if (var == NULL) {
NULL             4669 ext/mbstring/mbstring.c 	if (enc != NULL) {
NULL             4672 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Invalid encoding \"%s\"", enc);
NULL             4678 ext/mbstring/mbstring.c 	if (convd == NULL) {
NULL             4679 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "Unable to create converter");
NULL             4696 ext/mbstring/mbstring.c 	if (ret != NULL) {
NULL             4743 ext/mbstring/mbstring.c 	if (enc != NULL) {
NULL             4745 ext/mbstring/mbstring.c 			if (enc->mblen_table != NULL) {
NULL             4746 ext/mbstring/mbstring.c 				if (s != NULL) return enc->mblen_table[*(unsigned char *)s];
NULL             4769 ext/mbstring/mbstring.c 	char *last=NULL;
NULL             4781 ext/mbstring/mbstring.c 					return NULL; /* something is going wrong! */
NULL             4796 ext/mbstring/mbstring.c 				return NULL;
NULL             4854 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", from_encoding);
NULL             4864 ext/mbstring/mbstring.c  					php_error_docref(NULL, E_WARNING, "Offset is greater than the length of haystack string");
NULL             4869 ext/mbstring/mbstring.c  					php_error_docref(NULL, E_WARNING, "Offset not contained in string");
NULL              213 ext/mbstring/mbstring.h #define mbstring_module_ptr NULL
NULL             10609 ext/mbstring/oniguruma/enc/unicode.c   { (UChar* )NULL,                    -1,  0 }
NULL               64 ext/mbstring/oniguruma/regcomp.c   else return NULL;
NULL              143 ext/mbstring/oniguruma/regcomp.c     buf->p = NULL;
NULL             1600 ext/mbstring/oniguruma/regcomp.c 	if (NCDR(x) != NULL) {
NULL             3275 ext/mbstring/oniguruma/regcomp.c     xnode = onig_node_new_list(NULL, NULL);
NULL             3294 ext/mbstring/oniguruma/regcomp.c     snode = onig_node_new_str(NULL, NULL);
NULL             3405 ext/mbstring/oniguruma/regcomp.c 	prev_node = snode = onig_node_new_str(NULL, NULL);
NULL             3789 ext/mbstring/oniguruma/regcomp.c 	    tqn->head_exact = NULL;
NULL             5019 ext/mbstring/oniguruma/regcomp.c   reg->exact_end     = (UChar* )NULL;
NULL             5023 ext/mbstring/oniguruma/regcomp.c     reg->exact = (UChar* )NULL;
NULL             5249 ext/mbstring/oniguruma/regcomp.c     prev->chain = (regex_t* )NULL;
NULL             5274 ext/mbstring/oniguruma/regcomp.c   if (IS_NOT_NULL(einfo)) einfo->par = (UChar* )NULL;
NULL             5295 ext/mbstring/oniguruma/regcomp.c   reg->repeat_range       = (OnigRepeatRange* )NULL;
NULL             5387 ext/mbstring/oniguruma/regcomp.c     scan_env.mem_nodes_dynamic = (Node** )NULL;
NULL             5504 ext/mbstring/oniguruma/regcomp.c   (reg)->exact            = (UChar* )NULL;
NULL             5505 ext/mbstring/oniguruma/regcomp.c   (reg)->int_map          = (int* )NULL;
NULL             5506 ext/mbstring/oniguruma/regcomp.c   (reg)->int_map_backward = (int* )NULL;
NULL             5507 ext/mbstring/oniguruma/regcomp.c   (reg)->chain            = (regex_t* )NULL;
NULL             5509 ext/mbstring/oniguruma/regcomp.c   (reg)->p                = (UChar* )NULL;
NULL             5512 ext/mbstring/oniguruma/regcomp.c   (reg)->name_table       = (void* )NULL;
NULL             5549 ext/mbstring/oniguruma/regcomp.c     *reg = NULL;
NULL               74 ext/mbstring/oniguruma/regenc.c     if (prev) *prev = (const UChar* )NULL; /* Sorry */
NULL               83 ext/mbstring/oniguruma/regenc.c     return (UChar* )NULL;
NULL               93 ext/mbstring/oniguruma/regenc.c       return (UChar* )NULL;
NULL              107 ext/mbstring/oniguruma/regenc.c   return (q <= end ? q : NULL);
NULL              775 ext/mbstring/oniguruma/regenc.c     { (UChar* )NULL, -1, 0 }
NULL               49 ext/mbstring/oniguruma/regenc.h #ifndef NULL
NULL               71 ext/mbstring/oniguruma/regenc.h #define ONIG_CHECK_NULL_RETURN(p)          if (ONIG_IS_NULL(p)) return NULL
NULL              490 ext/mbstring/oniguruma/regexec.c   if (state_check_buff != NULL) {\
NULL              527 ext/mbstring/oniguruma/regexec.c   stk->u.state.state_check = ((state_check_buff != NULL) ? (snum) : 0);\
NULL              532 ext/mbstring/oniguruma/regexec.c   if (state_check_buff != NULL) {\
NULL             1309 ext/mbstring/oniguruma/regexec.c       onig_print_compiled_byte_code(stderr, p, NULL, encode);
NULL             2768 ext/mbstring/oniguruma/regexec.c   return (UChar* )NULL;
NULL             2813 ext/mbstring/oniguruma/regexec.c   return (UChar* )NULL;
NULL             2845 ext/mbstring/oniguruma/regexec.c   return (UChar* )NULL;
NULL             2871 ext/mbstring/oniguruma/regexec.c   return (UChar* )NULL;
NULL             2927 ext/mbstring/oniguruma/regexec.c   return (UChar* )NULL;
NULL             2965 ext/mbstring/oniguruma/regexec.c   return (UChar* )NULL;
NULL             3016 ext/mbstring/oniguruma/regexec.c   return (UChar* )NULL;
NULL             3030 ext/mbstring/oniguruma/regexec.c   return (UChar* )NULL;
NULL             3045 ext/mbstring/oniguruma/regexec.c   return (UChar* )NULL;
NULL             3117 ext/mbstring/oniguruma/regexec.c   UChar *p, *pprev = (UChar* )NULL;
NULL             3548 ext/mbstring/oniguruma/regexec.c       prev = (UChar* )NULL;
NULL             3579 ext/mbstring/oniguruma/regexec.c       prev = (UChar* )NULL;
NULL             3615 ext/mbstring/oniguruma/regexec.c 				   &low, &high, (UChar** )NULL)) goto mismatch;
NULL              169 ext/mbstring/oniguruma/regext.c   if (IS_NOT_NULL(einfo)) einfo->par = (UChar* )NULL;
NULL              195 ext/mbstring/oniguruma/regext.c     *reg = NULL;
NULL              211 ext/mbstring/oniguruma/regint.h #define CHECK_NULL_RETURN(p)          if (IS_NULL(p)) return NULL
NULL              482 ext/mbstring/oniguruma/regparse.c   reg->name_table = (void* )NULL;
NULL              492 ext/mbstring/oniguruma/regparse.c   e = (NameEntry* )NULL;
NULL              635 ext/mbstring/oniguruma/regparse.c 	e->name       = NULL;
NULL              640 ext/mbstring/oniguruma/regparse.c 	e->back_refs = (int* )NULL;
NULL              645 ext/mbstring/oniguruma/regparse.c       t->e = NULL;
NULL              663 ext/mbstring/oniguruma/regparse.c   reg->name_table = NULL;
NULL              682 ext/mbstring/oniguruma/regparse.c   return (NameEntry* )NULL;
NULL              748 ext/mbstring/oniguruma/regparse.c     e->back_refs  = (int* )NULL;
NULL              756 ext/mbstring/oniguruma/regparse.c       t->e     = NULL;
NULL              779 ext/mbstring/oniguruma/regparse.c 	t->e[i].name       = NULL;
NULL              783 ext/mbstring/oniguruma/regparse.c 	t->e[i].back_refs  = (int* )NULL;
NULL              932 ext/mbstring/oniguruma/regparse.c   env->error      = (UChar* )NULL;
NULL              933 ext/mbstring/oniguruma/regparse.c   env->error_end  = (UChar* )NULL;
NULL              940 ext/mbstring/oniguruma/regparse.c   env->mem_nodes_dynamic = (Node** )NULL;
NULL             1002 ext/mbstring/oniguruma/regparse.c static FreeNode* FreeNodeList = (FreeNode* )NULL;
NULL             1132 ext/mbstring/oniguruma/regparse.c   cc->mbuf  = NULL;
NULL             1176 ext/mbstring/oniguruma/regparse.c     cc->mbuf = NULL;
NULL             1241 ext/mbstring/oniguruma/regparse.c   n = onig_node_new_list(x, NULL);
NULL             1274 ext/mbstring/oniguruma/regparse.c   NANCHOR(node)->target   = NULL;
NULL             1294 ext/mbstring/oniguruma/regparse.c   NBREF(node)->back_dynamic = (int* )NULL;
NULL             1321 ext/mbstring/oniguruma/regparse.c       return NULL;
NULL             1355 ext/mbstring/oniguruma/regparse.c   NQTFR(node)->target = NULL;
NULL             1384 ext/mbstring/oniguruma/regparse.c   NENCLOSE(node)->target    = NULL;
NULL             1508 ext/mbstring/oniguruma/regparse.c     return NULL;
NULL             1530 ext/mbstring/oniguruma/regparse.c   return node_new_str(NULL, NULL);
NULL             1790 ext/mbstring/oniguruma/regparse.c   *pbuf = (BBuf* )NULL;
NULL             1834 ext/mbstring/oniguruma/regparse.c   *pbuf = (BBuf* )NULL;
NULL             1930 ext/mbstring/oniguruma/regparse.c   *pbuf = (BBuf* )NULL;
NULL             3935 ext/mbstring/oniguruma/regparse.c     { (UChar* )NULL,     -1, 0 }
NULL             4189 ext/mbstring/oniguruma/regparse.c   prev_cc = (CClassNode* )NULL;
NULL             4521 ext/mbstring/oniguruma/regparse.c   *np = NULL;
NULL             4915 ext/mbstring/oniguruma/regparse.c     OnigTypeCClassTable = NULL;
NULL             5044 ext/mbstring/oniguruma/regparse.c   *np = NULL;
NULL             5408 ext/mbstring/oniguruma/regparse.c 	*targetp = node_new_list(*targetp, NULL);
NULL             5413 ext/mbstring/oniguruma/regparse.c 	tmp = NCDR(*targetp) = node_new_list(qn, NULL);
NULL             5434 ext/mbstring/oniguruma/regparse.c   *top = NULL;
NULL             5442 ext/mbstring/oniguruma/regparse.c     *top  = node_new_list(node, NULL);
NULL             5454 ext/mbstring/oniguruma/regparse.c 	*headp = node_new_list(node, NULL);
NULL             5471 ext/mbstring/oniguruma/regparse.c   *top = NULL;
NULL             5482 ext/mbstring/oniguruma/regparse.c     *top  = onig_node_new_alt(node, NULL);
NULL             5490 ext/mbstring/oniguruma/regparse.c       *headp = onig_node_new_alt(node, NULL);
NULL             5541 ext/mbstring/oniguruma/regparse.c   *root = NULL;
NULL               46 ext/mbstring/oniguruma/regposerr.c   NULL,
NULL               93 ext/mbstring/oniguruma/regposerr.c   if (buf != NULL && size > 0) {
NULL              156 ext/mbstring/oniguruma/regposix.c 	       (OnigErrorInfo* )NULL);
NULL              179 ext/mbstring/oniguruma/regposix.c     pm = (regmatch_t* )NULL;
NULL              185 ext/mbstring/oniguruma/regposix.c     if (pm == NULL)
NULL              199 ext/mbstring/oniguruma/regposix.c     if (pm != pmatch && pm != NULL) {
NULL              212 ext/mbstring/oniguruma/regposix.c   if (pm != pmatch && pm != NULL)
NULL               68 ext/mbstring/php_mbregex.c 	zend_hash_init(&(pglobals->ht_rc), 0, NULL, php_mb_regex_free_cache, 1);
NULL               70 ext/mbstring/php_mbregex.c 	pglobals->search_re = (php_mb_regex_t*)NULL;
NULL               72 ext/mbstring/php_mbregex.c 	pglobals->search_regs = (OnigRegion*)NULL;
NULL               92 ext/mbstring/php_mbregex.c 		return NULL;
NULL               96 ext/mbstring/php_mbregex.c 		return NULL;
NULL              147 ext/mbstring/php_mbregex.c 	if (MBREX(search_regs) != NULL) {
NULL              149 ext/mbstring/php_mbregex.c 		MBREX(search_regs) = (OnigRegion *)NULL;
NULL              364 ext/mbstring/php_mbregex.c 	{ NULL, ONIG_ENCODING_UNDEF }
NULL              374 ext/mbstring/php_mbregex.c 	if (pname == NULL || !*pname) {
NULL              378 ext/mbstring/php_mbregex.c 	for (mapping = enc_name_map; mapping->names != NULL; mapping++) {
NULL              395 ext/mbstring/php_mbregex.c 	for (mapping = enc_name_map; mapping->names != NULL; mapping++) {
NULL              401 ext/mbstring/php_mbregex.c 	return NULL;
NULL              450 ext/mbstring/php_mbregex.c 	php_mb_regex_t *retval = NULL, *rc = NULL;
NULL              458 ext/mbstring/php_mbregex.c 			php_error_docref(NULL, E_WARNING, "mbregex compile err: %s", err_str);
NULL              459 ext/mbstring/php_mbregex.c 			retval = NULL;
NULL              586 ext/mbstring/php_mbregex.c 	if (parg != NULL) {
NULL              637 ext/mbstring/php_mbregex.c 					if (eval != NULL) *eval = 1;
NULL              643 ext/mbstring/php_mbregex.c 		if (option != NULL) *option|=optm;
NULL              656 ext/mbstring/php_mbregex.c 	char *encoding = NULL;
NULL              667 ext/mbstring/php_mbregex.c 		if (retval == NULL) {
NULL              676 ext/mbstring/php_mbregex.c 			php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", encoding);
NULL              689 ext/mbstring/php_mbregex.c 	zval *arg_pattern, *array = NULL;
NULL              693 ext/mbstring/php_mbregex.c 	OnigRegion *regs = NULL;
NULL              718 ext/mbstring/php_mbregex.c 		php_error_docref(NULL, E_WARNING, "empty pattern");
NULL              724 ext/mbstring/php_mbregex.c 	if (re == NULL) {
NULL              739 ext/mbstring/php_mbregex.c 	if (array != NULL) {
NULL              760 ext/mbstring/php_mbregex.c 	if (regs != NULL) {
NULL              802 ext/mbstring/php_mbregex.c 	OnigRegion *regs = NULL;
NULL              809 ext/mbstring/php_mbregex.c 	char *description = NULL;
NULL              817 ext/mbstring/php_mbregex.c 		if (current_enc_name == NULL ||
NULL              818 ext/mbstring/php_mbregex.c 			(enc = mbfl_name2encoding(current_enc_name)) == NULL) {
NULL              819 ext/mbstring/php_mbregex.c 			php_error_docref(NULL, E_WARNING, "Unknown error");
NULL              825 ext/mbstring/php_mbregex.c 		char *option_str = NULL;
NULL              846 ext/mbstring/php_mbregex.c 		if (option_str != NULL) {
NULL              869 ext/mbstring/php_mbregex.c 	if (re == NULL) {
NULL              878 ext/mbstring/php_mbregex.c 		description = NULL;
NULL              883 ext/mbstring/php_mbregex.c 			php_error_docref(NULL, E_WARNING, "Option 'e' cannot be used with replacement callback");
NULL              898 ext/mbstring/php_mbregex.c 			php_error_docref(NULL, E_WARNING, "mbregex search failure in php_mbereg_replace_exec(): %s", err_str);
NULL              904 ext/mbstring/php_mbregex.c 				php_error_docref(NULL, E_WARNING, "Empty regular expression");
NULL              943 ext/mbstring/php_mbregex.c 					php_error_docref(NULL,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, ZSTR_VAL(eval_buf.s));
NULL              981 ext/mbstring/php_mbregex.c 						php_error_docref(NULL, E_WARNING, "Unable to call custom replacement function");
NULL             1008 ext/mbstring/php_mbregex.c 	if (regs != NULL) {
NULL             1056 ext/mbstring/php_mbregex.c 	OnigRegion *regs = NULL;
NULL             1073 ext/mbstring/php_mbregex.c 	if ((re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, MBREX(regex_default_options), MBREX(current_mbctype), MBREX(regex_default_syntax))) == NULL) {
NULL             1113 ext/mbstring/php_mbregex.c 		php_error_docref(NULL, E_WARNING, "mbregex search failure in mbsplit(): %s", err_str);
NULL             1144 ext/mbstring/php_mbregex.c 		char *option_str = NULL;
NULL             1153 ext/mbstring/php_mbregex.c 		if (option_str != NULL) {
NULL             1154 ext/mbstring/php_mbregex.c 			_php_mb_regex_init_options(option_str, option_str_len, &option, &syntax, NULL);
NULL             1161 ext/mbstring/php_mbregex.c 	if ((re = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax)) == NULL) {
NULL             1166 ext/mbstring/php_mbregex.c 	err = onig_match(re, (OnigUChar *)string, (OnigUChar *)(string + string_len), (OnigUChar *)string, NULL, 0);
NULL             1180 ext/mbstring/php_mbregex.c 	char *arg_pattern = NULL, *arg_options = NULL;
NULL             1195 ext/mbstring/php_mbregex.c 		_php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL);
NULL             1200 ext/mbstring/php_mbregex.c 		if ((MBREX(search_re) = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), MBREX(regex_default_syntax))) == NULL) {
NULL             1206 ext/mbstring/php_mbregex.c 	str = NULL;
NULL             1213 ext/mbstring/php_mbregex.c 	if (MBREX(search_re) == NULL) {
NULL             1214 ext/mbstring/php_mbregex.c 		php_error_docref(NULL, E_WARNING, "No regex given");
NULL             1218 ext/mbstring/php_mbregex.c 	if (str == NULL) {
NULL             1219 ext/mbstring/php_mbregex.c 		php_error_docref(NULL, E_WARNING, "No string given");
NULL             1235 ext/mbstring/php_mbregex.c 		php_error_docref(NULL, E_WARNING, "mbregex search failure in mbregex_search(): %s", err_str);
NULL             1239 ext/mbstring/php_mbregex.c 			php_error_docref(NULL, E_WARNING, "Empty regular expression");
NULL             1276 ext/mbstring/php_mbregex.c 		MBREX(search_regs) = (OnigRegion *)NULL;
NULL             1311 ext/mbstring/php_mbregex.c 	char *arg_pattern = NULL, *arg_options = NULL;
NULL             1313 ext/mbstring/php_mbregex.c 	OnigSyntaxType *syntax = NULL;
NULL             1321 ext/mbstring/php_mbregex.c 		php_error_docref(NULL, E_WARNING, "Empty pattern");
NULL             1330 ext/mbstring/php_mbregex.c 		_php_mb_regex_init_options(arg_options, arg_options_len, &option, &syntax, NULL);
NULL             1335 ext/mbstring/php_mbregex.c 		if ((MBREX(search_re) = php_mbregex_compile_pattern(arg_pattern, arg_pattern_len, option, MBREX(current_mbctype), syntax)) == NULL) {
NULL             1348 ext/mbstring/php_mbregex.c 	if (MBREX(search_regs) != NULL) {
NULL             1350 ext/mbstring/php_mbregex.c 		MBREX(search_regs) = NULL;
NULL             1364 ext/mbstring/php_mbregex.c 	if (MBREX(search_regs) != NULL && Z_TYPE(MBREX(search_str)) == IS_STRING) {
NULL             1404 ext/mbstring/php_mbregex.c 		php_error_docref(NULL, E_WARNING, "Position is out of range");
NULL             1417 ext/mbstring/php_mbregex.c 	if (prev_options != NULL) {
NULL             1420 ext/mbstring/php_mbregex.c 	if (prev_syntax != NULL) {
NULL             1434 ext/mbstring/php_mbregex.c 	char *string = NULL;
NULL             1442 ext/mbstring/php_mbregex.c 	if (string != NULL) {
NULL             1444 ext/mbstring/php_mbregex.c 		syntax = NULL;
NULL             1445 ext/mbstring/php_mbregex.c 		_php_mb_regex_init_options(string, string_len, &opt, &syntax, NULL);
NULL             1446 ext/mbstring/php_mbregex.c 		_php_mb_regex_set_options(opt, syntax, NULL, NULL);
NULL              280 ext/mbstring/php_unicode.c 		php_error_docref(NULL, E_WARNING, "Unknown encoding \"%s\"", src_encoding);
NULL              281 ext/mbstring/php_unicode.c 		return NULL;
NULL              285 ext/mbstring/php_unicode.c 	if (unicode == NULL)
NULL              286 ext/mbstring/php_unicode.c 		return NULL;
NULL             1965 ext/mbstring/ucgendat/ucgendat.c             if (in != stdin && in != NULL)
NULL              264 ext/mcrypt/mcrypt.c 	NULL, NULL,
NULL              270 ext/mcrypt/mcrypt.c 	NULL,
NULL              312 ext/mcrypt/mcrypt.c 	if ((pm = (php_mcrypt *)zend_fetch_resource(Z_RES_P(mcryptind), "MCrypt", le_mcrypt)) == NULL) { \
NULL              317 ext/mcrypt/mcrypt.c 	char *dir = NULL;                                                   \
NULL              333 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, "Operation disallowed prior to mcrypt_generic_init().");	\
NULL              338 ext/mcrypt/mcrypt.c 	STD_PHP_INI_ENTRY("mcrypt.algorithms_dir", NULL, PHP_INI_ALL, OnUpdateString, algorithms_dir, zend_mcrypt_globals, mcrypt_globals)
NULL              339 ext/mcrypt/mcrypt.c 	STD_PHP_INI_ENTRY("mcrypt.modes_dir",      NULL, PHP_INI_ALL, OnUpdateString, modes_dir, zend_mcrypt_globals, mcrypt_globals)
NULL              349 ext/mcrypt/mcrypt.c 		pm = NULL;
NULL              378 ext/mcrypt/mcrypt.c 	le_mcrypt = zend_register_list_destructors_ex(php_mcrypt_module_dtor, NULL, "mcrypt", module_number);
NULL              522 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, "Could not open encryption module");
NULL              549 ext/mcrypt/mcrypt.c 	if ((pm = (php_mcrypt *)zend_fetch_resource(Z_RES_P(mcryptind), "MCrypt", le_mcrypt)) == NULL) {
NULL              557 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, "Key size is 0");
NULL              567 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, "Key size too large; supplied length: %zd, max: %d", key_len, max_key_size);
NULL              575 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, "Iv size incorrect; supplied length: %zd, needed: %d", iv_len, iv_size);
NULL              591 ext/mcrypt/mcrypt.c 				php_error_docref(NULL, E_WARNING, "Key length incorrect");
NULL              594 ext/mcrypt/mcrypt.c 				php_error_docref(NULL, E_WARNING, "Memory allocation error");
NULL              598 ext/mcrypt/mcrypt.c 				php_error_docref(NULL, E_WARNING, "Unknown error");
NULL              626 ext/mcrypt/mcrypt.c 	if ((pm = (php_mcrypt *)zend_fetch_resource(Z_RES_P(mcryptind), "MCrypt", le_mcrypt)) == NULL) {
NULL              632 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, "An empty string was passed");
NULL              672 ext/mcrypt/mcrypt.c 	if ((pm = (php_mcrypt *)zend_fetch_resource(Z_RES_P(mcryptind), "MCrypt", le_mcrypt)) == NULL) {
NULL              678 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, "An empty string was passed");
NULL              749 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, "Could not terminate encryption specifier");
NULL              965 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, "No algorithms found in module dir");
NULL              992 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, "No modes found in module dir");
NULL             1024 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, MCRYPT_OPEN_MODULE_FAILED);
NULL             1053 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, MCRYPT_OPEN_MODULE_FAILED);
NULL             1082 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, MCRYPT_OPEN_MODULE_FAILED);
NULL             1122 ext/mcrypt/mcrypt.c 			php_error_docref(NULL, E_WARNING, MCRYPT_OPEN_MODULE_FAILED);
NULL             1142 ext/mcrypt/mcrypt.c 		char *result = NULL;
NULL             1203 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING,
NULL             1227 ext/mcrypt/mcrypt.c 			php_error_docref(NULL, E_WARNING,
NULL             1234 ext/mcrypt/mcrypt.c 			php_error_docref(NULL, E_WARNING,
NULL             1258 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, MCRYPT_OPEN_MODULE_FAILED);
NULL             1286 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_RECOVERABLE_ERROR, "Mcrypt initialisation failed");
NULL             1311 ext/mcrypt/mcrypt.c 	char *cipher, *key, *data, *mode, *iv = NULL;
NULL             1327 ext/mcrypt/mcrypt.c 	char *cipher, *key, *data, *mode, *iv = NULL;
NULL             1353 ext/mcrypt/mcrypt.c 		php_error_docref(NULL, E_WARNING, "Cannot create an IV with a size of less than 1 or greater than %d", INT_MAX);
NULL             1365 ext/mcrypt/mcrypt.c 			php_error_docref(NULL, E_WARNING, "Could not gather sufficient random data");
NULL             1377 ext/mcrypt/mcrypt.c 				php_error_docref(NULL, E_WARNING, "Cannot open source device");
NULL             1393 ext/mcrypt/mcrypt.c 			php_error_docref(NULL, E_WARNING, "Could not gather sufficient random data");
NULL              158 ext/mcrypt/mcrypt_filter.c 	char *iv = NULL, *key = NULL;
NULL              169 ext/mcrypt/mcrypt_filter.c 		return NULL;
NULL              173 ext/mcrypt/mcrypt_filter.c 		php_error_docref(NULL, E_WARNING, "Filter parameters for %s must be an array", filtername);
NULL              174 ext/mcrypt/mcrypt_filter.c 		return NULL;
NULL              181 ext/mcrypt/mcrypt_filter.c 			php_error_docref(NULL, E_WARNING, "mode is not a string, ignoring");
NULL              189 ext/mcrypt/mcrypt_filter.c 			php_error_docref(NULL, E_WARNING, "algorithms_dir is not a string, ignoring");
NULL              197 ext/mcrypt/mcrypt_filter.c 			php_error_docref(NULL, E_WARNING, "modes_dir is not a string, ignoring");
NULL              206 ext/mcrypt/mcrypt_filter.c 		php_error_docref(NULL, E_WARNING, "key not specified or is not a string");
NULL              207 ext/mcrypt/mcrypt_filter.c 		return NULL;
NULL              212 ext/mcrypt/mcrypt_filter.c 		php_error_docref(NULL, E_WARNING, "Could not open encryption module");
NULL              213 ext/mcrypt/mcrypt_filter.c 		return NULL;
NULL              223 ext/mcrypt/mcrypt_filter.c 		php_error_docref(NULL, E_WARNING, "Filter parameter[iv] not provided or not of type: string");
NULL              225 ext/mcrypt/mcrypt_filter.c 		return NULL;
NULL              241 ext/mcrypt/mcrypt_filter.c 				php_error_docref(NULL, E_WARNING, "Key length incorrect");
NULL              244 ext/mcrypt/mcrypt_filter.c 				php_error_docref(NULL, E_WARNING, "Memory allocation error");
NULL              248 ext/mcrypt/mcrypt_filter.c 				php_error_docref(NULL, E_WARNING, "Unknown error");
NULL              252 ext/mcrypt/mcrypt_filter.c 		return NULL;
NULL              263 ext/mcrypt/mcrypt_filter.c 		data->block_buffer = NULL;
NULL               89 ext/mcrypt/php_mcrypt.h #define mcrypt_module_ptr NULL
NULL               45 ext/mysqli/mysqli.c 	while (b[i].pname != NULL) { \
NULL              158 ext/mysqli/mysqli.c 			php_error_docref(NULL, E_WARNING, "Error occurred while closing statement");
NULL              188 ext/mysqli/mysqli.c 		mysql->hash_key = NULL;
NULL              276 ext/mysqli/mysqli.c 		my_res->ptr = NULL;
NULL              285 ext/mysqli/mysqli.c 	php_error_docref(NULL, E_ERROR, "Cannot read property");
NULL              286 ext/mysqli/mysqli.c 	return NULL;
NULL              293 ext/mysqli/mysqli.c 	php_error_docref(NULL, E_ERROR, "Cannot write property");
NULL              304 ext/mysqli/mysqli.c 	mysqli_prop_handler *hnd = NULL;
NULL              314 ext/mysqli/mysqli.c 	if (obj->prop_handler != NULL) {
NULL              320 ext/mysqli/mysqli.c 		if (retval == NULL) {
NULL              341 ext/mysqli/mysqli.c 	mysqli_prop_handler *hnd = NULL;
NULL              351 ext/mysqli/mysqli.c 	if (obj->prop_handler != NULL) {
NULL              386 ext/mysqli/mysqli.c 	if ((p = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member))) != NULL) {
NULL              410 ext/mysqli/mysqli.c 				php_error_docref(NULL, E_WARNING, "Invalid value for has_set_exists");
NULL              455 ext/mysqli/mysqli.c 		   mysqli_base_class->parent != NULL) {
NULL              494 ext/mysqli/mysqli.c 			php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(intern->zo.ce->name));
NULL              495 ext/mysqli/mysqli.c 			return NULL;
NULL              498 ext/mysqli/mysqli.c 		return mysql ? mysql->mysql : NULL;
NULL              500 ext/mysqli/mysqli.c 	return NULL;
NULL              516 ext/mysqli/mysqli.c 	STD_PHP_INI_ENTRY("mysqli.default_host",			NULL,	PHP_INI_ALL,		OnUpdateString,		default_host,		zend_mysqli_globals,		mysqli_globals)
NULL              517 ext/mysqli/mysqli.c 	STD_PHP_INI_ENTRY("mysqli.default_user",			NULL,	PHP_INI_ALL,		OnUpdateString,		default_user,		zend_mysqli_globals,		mysqli_globals)
NULL              518 ext/mysqli/mysqli.c 	STD_PHP_INI_ENTRY("mysqli.default_pw",				NULL,	PHP_INI_ALL,		OnUpdateString,		default_pw,			zend_mysqli_globals,		mysqli_globals)
NULL              523 ext/mysqli/mysqli.c 	STD_PHP_INI_ENTRY("mysqli.default_socket",			NULL,	PHP_INI_ALL,		OnUpdateStringUnempty,	default_socket,	zend_mysqli_globals,		mysqli_globals)
NULL              544 ext/mysqli/mysqli.c 	mysqli_globals->default_host = NULL;
NULL              545 ext/mysqli/mysqli.c 	mysqli_globals->default_user = NULL;
NULL              546 ext/mysqli/mysqli.c 	mysqli_globals->default_pw = NULL;
NULL              547 ext/mysqli/mysqli.c 	mysqli_globals->default_socket = NULL;
NULL              571 ext/mysqli/mysqli.c 	if (mysql_server_init(0, NULL, NULL)) {
NULL              580 ext/mysqli/mysqli.c 	mysqli_object_handlers.clone_obj = NULL;
NULL              599 ext/mysqli/mysqli.c 	zend_hash_init(&classes, 0, NULL, NULL, 1);
NULL              602 ext/mysqli/mysqli.c 	le_pmysqli = zend_register_list_destructors_ex(NULL, php_mysqli_dtor,
NULL              617 ext/mysqli/mysqli.c 	zend_hash_init(&mysqli_driver_properties, 0, NULL, free_prop_handler, 1);
NULL              630 ext/mysqli/mysqli.c 	zend_hash_init(&mysqli_link_properties, 0, NULL, free_prop_handler, 1);
NULL              656 ext/mysqli/mysqli.c 	zend_hash_init(&mysqli_warning_properties, 0, NULL, free_prop_handler, 1);
NULL              665 ext/mysqli/mysqli.c 	zend_hash_init(&mysqli_result_properties, 0, NULL, free_prop_handler, 1);
NULL              679 ext/mysqli/mysqli.c 	zend_hash_init(&mysqli_stmt_properties, 0, NULL, free_prop_handler, 1);
NULL              927 ext/mysqli/mysqli.c 	MyG(error_msg) = NULL;
NULL             1014 ext/mysqli/mysqli.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL             1026 ext/mysqli/mysqli.c 	NULL,
NULL             1027 ext/mysqli/mysqli.c 	NULL,
NULL             1108 ext/mysqli/mysqli.c 	MYSQL_RES			*result = NULL;
NULL             1138 ext/mysqli/mysqli.c 			php_error_docref(NULL, E_WARNING, "Invalid value for resultmode");
NULL             1236 ext/mysqli/mysqli.c 	zval			*ctor_params = NULL;
NULL             1237 ext/mysqli/mysqli.c 	zend_class_entry *ce = NULL;
NULL             1240 ext/mysqli/mysqli.c 		zend_string *class_name = NULL;
NULL             1245 ext/mysqli/mysqli.c 		if (class_name == NULL) {
NULL             1251 ext/mysqli/mysqli.c 			php_error_docref(NULL, E_WARNING, "Could not find class '%s'", ZSTR_VAL(class_name));
NULL             1271 ext/mysqli/mysqli.c 		php_error_docref(NULL, E_WARNING, "The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or MYSQLI_BOTH");
NULL             1284 ext/mysqli/mysqli.c 		object_and_properties_init(return_value, ce, NULL);
NULL             1296 ext/mysqli/mysqli.c 			fci.symbol_table = NULL;
NULL             1299 ext/mysqli/mysqli.c 			fci.params = NULL;
NULL               74 ext/mysqli/mysqli_api.c 	char * ret = NULL;
NULL               98 ext/mysqli/mysqli_api.c 				php_error_docref(NULL, E_WARNING, "Transaction name truncated. Must be only [0-9A-Za-z\\-_=]+");
NULL              129 ext/mysqli/mysqli_api.c 			name_esc = NULL;
NULL              238 ext/mysqli/mysqli_api.c 				php_error_docref(NULL, E_WARNING, "Undefined fieldtype %c (parameter %d)", types[ofs], i+1);
NULL              302 ext/mysqli/mysqli_api.c 				php_error_docref(NULL, E_WARNING, "Undefined fieldtype %c (parameter %d)", types[i], i + start + 1);
NULL              353 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "Invalid type or no types specified");
NULL              359 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "Number of elements in type definition string doesn't match number of bind variables");
NULL              364 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "Number of variables doesn't match number of parameters in prepared statement");
NULL              538 ext/mysqli/mysqli_api.c 				php_error_docref(NULL, E_WARNING, "Server returned unknown type %ld. Probably your client library is incompatible with the server version you use!", col_type);
NULL              600 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "Number of bind variables doesn't match number of fields in prepared statement");
NULL              614 ext/mysqli/mysqli_api.c 	zval		*mysql_link = NULL;
NULL              687 ext/mysqli/mysqli_api.c 		if ((le = zend_hash_find_ptr(&EG(persistent_list), mysql->hash_key)) != NULL) {
NULL              696 ext/mysqli/mysqli_api.c 					mysqli_commit_or_rollback_libmysql(mysql->mysql, FALSE, TRANS_COR_NO_OPT, NULL))
NULL              698 ext/mysqli/mysqli_api.c 					FAIL == mysqlnd_rollback(mysql->mysql, TRANS_COR_NO_OPT, NULL))
NULL              711 ext/mysqli/mysqli_api.c 	mysql->mysql = NULL;
NULL              746 ext/mysqli/mysqli_api.c 	char *		name = NULL;
NULL              780 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "Function cannot be used with MYSQL_USE_RESULT");
NULL             1250 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "Field offset is invalid for resultset");
NULL             1330 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "Invalid field offset");
NULL             1396 ext/mysqli/mysqli_api.c 	zval		*mysql_link = NULL;
NULL             1415 ext/mysqli/mysqli_api.c 	zval		*mysql_link = NULL;
NULL             1430 ext/mysqli/mysqli_api.c 	zval		*mysql_link = NULL;
NULL             1450 ext/mysqli/mysqli_api.c 	zval		*mysql_link = NULL;
NULL             1466 ext/mysqli/mysqli_api.c 	zval		*mysql_link = NULL;
NULL             1494 ext/mysqli/mysqli_api.c 	if (!(mysql->mysql = mysql_init(NULL)))
NULL             1566 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "processid should have positive value");
NULL             1606 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_STRICT, "There is no next result set. "
NULL             1644 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_STRICT, "There is no next result set. "
NULL             1683 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "Function cannot be used with MYSQL_USE_RESULT");
NULL             1767 ext/mysqli/mysqli_api.c 	zval			*mysql_link = NULL;
NULL             1845 ext/mysqli/mysqli_api.c 	char			*query = NULL;
NULL             1857 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "All data must be fetched before a new statement prepare takes place");
NULL             1879 ext/mysqli/mysqli_api.c 			stmt->stmt = NULL;
NULL             1933 ext/mysqli/mysqli_api.c 	char		*query = NULL;
NULL             1962 ext/mysqli/mysqli_api.c 	zval		*mysql_link = NULL;
NULL             1987 ext/mysqli/mysqli_api.c 	char *		name = NULL;
NULL             2022 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "Invalid parameter number");
NULL             2066 ext/mysqli/mysqli_api.c 	stmt->stmt = NULL;
NULL             2085 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "Offset must be positive");
NULL             2257 ext/mysqli/mysqli_api.c 			ssl_parm[i] = NULL;
NULL             2305 ext/mysqli/mysqli_api.c 	zval *mysql_link = NULL;
NULL             2340 ext/mysqli/mysqli_api.c 		php_error_docref(NULL, E_WARNING, "mode should be non-negative, %pd passed", mode_in);
NULL              137 ext/mysqli/mysqli_driver.c 	{"client_info", sizeof("client_info") - 1, driver_client_info_read, NULL},
NULL              138 ext/mysqli/mysqli_driver.c 	{"client_version", sizeof("client_version") - 1, driver_client_version_read, NULL},
NULL              139 ext/mysqli/mysqli_driver.c 	{"driver_version", sizeof("driver_version") - 1, driver_driver_version_read, NULL},
NULL              140 ext/mysqli/mysqli_driver.c 	{"embedded", sizeof("embedded") - 1, driver_embedded_read, NULL},
NULL              143 ext/mysqli/mysqli_driver.c 	{NULL, 0, NULL, NULL}
NULL              150 ext/mysqli/mysqli_driver.c 	PHP_FALIAS(embedded_server_start, mysqli_embedded_server_start, NULL)
NULL              151 ext/mysqli/mysqli_driver.c 	PHP_FALIAS(embedded_server_end, mysqli_embedded_server_end, NULL)
NULL              153 ext/mysqli/mysqli_driver.c 	{NULL, NULL, NULL}
NULL               50 ext/mysqli/mysqli_embedded.c 		mysql_server_init(-1,NULL, NULL);
NULL               56 ext/mysqli/mysqli_embedded.c 		arguments[0] = NULL;
NULL               77 ext/mysqli/mysqli_embedded.c 		groups[0] = NULL;
NULL               92 ext/mysqli/mysqli_embedded.c 		groups[index] = NULL;
NULL               95 ext/mysqli/mysqli_embedded.c 		groups[0] = NULL;
NULL               35 ext/mysqli/mysqli_exception.c 	{NULL, NULL, NULL}
NULL               50 ext/mysqli/mysqli_exception.c 	 	php_error_docref(NULL, E_WARNING, "(%s/%d): %s", sqlstate, errorno, message);
NULL              410 ext/mysqli/mysqli_fe.c 	PHP_FE(mysqli_embedded_server_end,					NULL)
NULL              411 ext/mysqli/mysqli_fe.c 	PHP_FE(mysqli_embedded_server_start,				NULL)
NULL              522 ext/mysqli/mysqli_fe.c 	PHP_FALIAS(mysqli_set_opt,			mysqli_options,				NULL)
NULL              586 ext/mysqli/mysqli_fe.c 	{NULL, NULL, NULL}
NULL              595 ext/mysqli/mysqli_fe.c 	PHP_FALIAS(__construct, mysqli_result_construct, NULL)
NULL              611 ext/mysqli/mysqli_fe.c 	{NULL, NULL, NULL}
NULL              620 ext/mysqli/mysqli_fe.c 	PHP_FALIAS(__construct, mysqli_stmt_construct, NULL)
NULL              644 ext/mysqli/mysqli_fe.c 	{NULL, NULL, NULL}
NULL               32 ext/mysqli/mysqli_libmysql.h #define mysqli_result_is_unbuffered(r)		((r)->handle && (r)->handle->status == MYSQL_STATUS_USE_RESULT && (r)->data == NULL)
NULL               54 ext/mysqli/mysqli_nonapi.c 		MyG(error_msg) = NULL;
NULL               61 ext/mysqli/mysqli_nonapi.c 	MY_MYSQL			*mysql = NULL;
NULL               62 ext/mysqli/mysqli_nonapi.c 	MYSQLI_RESOURCE		*mysqli_resource = NULL;
NULL               64 ext/mysqli/mysqli_nonapi.c 	char				*hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL;
NULL               68 ext/mysqli/mysqli_nonapi.c 	zend_string			*hash_key = NULL;
NULL               71 ext/mysqli/mysqli_nonapi.c 	mysqli_plist_entry *plist = NULL;
NULL               77 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING,
NULL               87 ext/mysqli/mysqli_nonapi.c 	hostname = username = dbname = passwd = socket = NULL;
NULL              155 ext/mysqli/mysqli_nonapi.c 			php_error_docref(NULL, E_WARNING, "Persistent connections are disabled. Downgrading to normal");
NULL              166 ext/mysqli/mysqli_nonapi.c 			if ((le = zend_hash_find_ptr(&EG(persistent_list), hash_key)) != NULL) {
NULL              189 ext/mysqli/mysqli_nonapi.c 								mysql->mysql = NULL;
NULL              205 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "Too many open links (%pd)", MyG(num_links));
NULL              212 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "Too many open persistent links (%pd)",
NULL              218 ext/mysqli/mysqli_nonapi.c 		if (!(mysql->mysql = mysql_init(NULL))) {
NULL              240 ext/mysqli/mysqli_nonapi.c 	if (mysql_real_connect(mysql->mysql, hostname, username, passwd, dbname, port, socket, flags) == NULL)
NULL              243 ext/mysqli/mysqli_nonapi.c 						port, socket, flags, MYSQLND_CLIENT_KNOWS_RSET_COPY_DATA) == NULL)
NULL              253 ext/mysqli/mysqli_nonapi.c 			mysql->mysql = NULL;
NULL              297 ext/mysqli/mysqli_nonapi.c 		mysql->hash_key = NULL;
NULL              373 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "Mode can be only MYSQLI_FETCH_NUM, "
NULL              507 ext/mysqli/mysqli_nonapi.c 	char		*query = NULL;
NULL              551 ext/mysqli/mysqli_nonapi.c 	MYSQL_RES 			*result = NULL;
NULL              552 ext/mysqli/mysqli_nonapi.c 	char				*query = NULL;
NULL              561 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "Empty query");
NULL              569 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "Invalid value for resultmode");
NULL              652 ext/mysqli/mysqli_nonapi.c 			php_error_docref(NULL, E_WARNING, "Parameter %d not a mysqli object", i);
NULL              658 ext/mysqli/mysqli_nonapi.c 		  		php_error_docref(NULL, E_WARNING, "[%d] Couldn't fetch %s", i, ZSTR_VAL(intern->zo.ce->name));
NULL              663 ext/mysqli/mysqli_nonapi.c 				php_error_docref(NULL, E_WARNING, "Invalid object %d or resource %s", i, ZSTR_VAL(intern->zo.ce->name));
NULL              694 ext/mysqli/mysqli_nonapi.c 		  		php_error_docref(NULL, E_WARNING, "[%d] Couldn't fetch %s", i, ZSTR_VAL(intern->zo.ce->name));
NULL              754 ext/mysqli/mysqli_nonapi.c 	MYSQLND			**new_r_array = NULL, **new_e_array = NULL, **new_dont_poll_array = NULL;
NULL              763 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "Negative values passed for sec and/or usec");
NULL              768 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "No stream arrays were passed");
NULL              772 ext/mysqli/mysqli_nonapi.c 	if (r_array != NULL) {
NULL              775 ext/mysqli/mysqli_nonapi.c 	if (e_array != NULL) {
NULL              781 ext/mysqli/mysqli_nonapi.c 	mysqlnd_dont_poll_zval_array_from_mysqlnd_array(r_array != NULL ? new_dont_poll_array:NULL, r_array, dont_poll_array);
NULL              783 ext/mysqli/mysqli_nonapi.c 	if (r_array != NULL) {
NULL              786 ext/mysqli/mysqli_nonapi.c 	if (e_array != NULL) {
NULL              814 ext/mysqli/mysqli_nonapi.c 	MYSQL_RES 			*result = NULL;
NULL              971 ext/mysqli/mysqli_nonapi.c 	const char 				*name = NULL, *collation = NULL, *dir = NULL, *comment = NULL;
NULL              998 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "The connection has no charset associated");
NULL             1040 ext/mysqli/mysqli_nonapi.c 			php_error_docref(NULL, E_WARNING, "This server version doesn't support 'READ WRITE' and 'READ ONLY'. Minimum 5.6.5 is required");
NULL             1082 ext/mysqli/mysqli_nonapi.c 	char *		name = NULL;
NULL             1091 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "Invalid value for parameter flags (%pd)", flags);
NULL             1095 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "Savepoint name cannot be empty");
NULL             1135 ext/mysqli/mysqli_nonapi.c 	char *		name = NULL;
NULL             1143 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "Savepoint name cannot be empty");
NULL             1164 ext/mysqli/mysqli_nonapi.c 	char *		name = NULL;
NULL             1172 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "Savepoint name cannot be empty");
NULL             1191 ext/mysqli/mysqli_nonapi.c 		php_error_docref(NULL, E_WARNING, "no parameters expected");
NULL               36 ext/mysqli/mysqli_prop.c 		php_error_docref(NULL, E_WARNING, "Property access is not allowed yet"); \
NULL               44 ext/mysqli/mysqli_prop.c 	php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(obj->zo.ce->name));\
NULL               55 ext/mysqli/mysqli_prop.c 	php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(obj->zo.ce->name));\
NULL               67 ext/mysqli/mysqli_prop.c 	php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(obj->zo.ce->name));\
NULL              418 ext/mysqli/mysqli_prop.c 	{"affected_rows", 	sizeof("affected_rows") - 1,	link_affected_rows_read, NULL},
NULL              419 ext/mysqli/mysqli_prop.c 	{"client_info", 	sizeof("client_info") - 1,		link_client_info_read, NULL},
NULL              420 ext/mysqli/mysqli_prop.c 	{"client_version",	sizeof("client_version") - 1,	link_client_version_read, NULL},
NULL              421 ext/mysqli/mysqli_prop.c 	{"connect_errno",	sizeof("connect_errno") - 1,	link_connect_errno_read, NULL},
NULL              422 ext/mysqli/mysqli_prop.c 	{"connect_error",	sizeof("connect_error") - 1,	link_connect_error_read, NULL},
NULL              423 ext/mysqli/mysqli_prop.c 	{"errno",			sizeof("errno") - 1,			link_errno_read, NULL},
NULL              424 ext/mysqli/mysqli_prop.c 	{"error",			sizeof("error") - 1,			link_error_read, NULL},
NULL              425 ext/mysqli/mysqli_prop.c 	{"error_list",		sizeof("error_list") - 1,		link_error_list_read, NULL},
NULL              426 ext/mysqli/mysqli_prop.c 	{"field_count",		sizeof("field_count") - 1,		link_field_count_read, NULL},
NULL              427 ext/mysqli/mysqli_prop.c 	{"host_info",		sizeof("host_info") - 1,		link_host_info_read, NULL},
NULL              428 ext/mysqli/mysqli_prop.c 	{"info",			sizeof("info") - 1,				link_info_read, NULL},
NULL              429 ext/mysqli/mysqli_prop.c 	{"insert_id",		sizeof("insert_id") - 1,		link_insert_id_read, NULL},
NULL              430 ext/mysqli/mysqli_prop.c 	{"server_info",		sizeof("server_info") - 1,		link_server_info_read, NULL},
NULL              431 ext/mysqli/mysqli_prop.c 	{"server_version",	sizeof("server_version") - 1,	link_server_version_read, NULL},
NULL              432 ext/mysqli/mysqli_prop.c 	{"stat",			sizeof("stat") - 1,				link_stat_read, NULL},
NULL              433 ext/mysqli/mysqli_prop.c 	{"sqlstate",		sizeof("sqlstate") - 1,			link_sqlstate_read, NULL},
NULL              434 ext/mysqli/mysqli_prop.c 	{"protocol_version",sizeof("protocol_version") - 1,	link_protocol_version_read, NULL},
NULL              435 ext/mysqli/mysqli_prop.c 	{"thread_id",		sizeof("thread_id") - 1, 		link_thread_id_read, NULL},
NULL              436 ext/mysqli/mysqli_prop.c 	{"warning_count",	sizeof("warning_count") - 1, 	link_warning_count_read, NULL},
NULL              437 ext/mysqli/mysqli_prop.c 	{NULL, 0, NULL, NULL}
NULL              442 ext/mysqli/mysqli_prop.c 	{"current_field",sizeof("current_field")-1,	result_current_field_read, NULL},
NULL              443 ext/mysqli/mysqli_prop.c 	{"field_count", sizeof("field_count") - 1,	result_field_count_read, NULL},
NULL              444 ext/mysqli/mysqli_prop.c 	{"lengths", 	sizeof("lengths") - 1,		result_lengths_read, NULL},
NULL              445 ext/mysqli/mysqli_prop.c 	{"num_rows", 	sizeof("num_rows") - 1,		result_num_rows_read, NULL},
NULL              446 ext/mysqli/mysqli_prop.c 	{"type", 		sizeof("type") - 1,			result_type_read, NULL},
NULL              447 ext/mysqli/mysqli_prop.c 	{NULL, 0, NULL, NULL}
NULL              451 ext/mysqli/mysqli_prop.c 	{"affected_rows", sizeof("affected_rows")-1,stmt_affected_rows_read, NULL},
NULL              452 ext/mysqli/mysqli_prop.c 	{"insert_id",	sizeof("insert_id") - 1, 	stmt_insert_id_read, NULL},
NULL              453 ext/mysqli/mysqli_prop.c 	{"num_rows",	sizeof("num_rows") - 1, 	stmt_num_rows_read, NULL},
NULL              454 ext/mysqli/mysqli_prop.c 	{"param_count", sizeof("param_count") - 1,	stmt_param_count_read, NULL},
NULL              455 ext/mysqli/mysqli_prop.c 	{"field_count", sizeof("field_count") - 1,	stmt_field_count_read, NULL},
NULL              456 ext/mysqli/mysqli_prop.c 	{"errno",		sizeof("errno") - 1,		stmt_errno_read, NULL},
NULL              457 ext/mysqli/mysqli_prop.c 	{"error",		sizeof("error") - 1, 		stmt_error_read, NULL},
NULL              458 ext/mysqli/mysqli_prop.c 	{"error_list",	sizeof("error_list") - 1, 	stmt_error_list_read, NULL},
NULL              459 ext/mysqli/mysqli_prop.c 	{"sqlstate",	sizeof("sqlstate") - 1,		stmt_sqlstate_read, NULL},
NULL              460 ext/mysqli/mysqli_prop.c 	{"id",			sizeof("id") - 1,			stmt_id_read, NULL},
NULL              461 ext/mysqli/mysqli_prop.c 	{NULL, 0, NULL, NULL}
NULL              128 ext/mysqli/mysqli_result_iterator.c 			php_error_docref(NULL, E_WARNING, "Data fetched with MYSQLI_USE_RESULT can be iterated only once");
NULL               75 ext/mysqli/mysqli_warning.c 	MYSQLI_WARNING *w, *first = NULL, *prev = NULL;
NULL               80 ext/mysqli/mysqli_warning.c 		return NULL;
NULL              122 ext/mysqli/mysqli_warning.c 	MYSQLI_WARNING	*w, *first = NULL, *prev = NULL;
NULL              127 ext/mysqli/mysqli_warning.c 		return NULL;
NULL              209 ext/mysqli/mysqli_warning.c 		return NULL;
NULL              225 ext/mysqli/mysqli_warning.c 		return NULL;
NULL              241 ext/mysqli/mysqli_warning.c 		return NULL;
NULL              278 ext/mysqli/mysqli_warning.c 			php_error_docref(NULL, E_WARNING, "No warnings found");
NULL              293 ext/mysqli/mysqli_warning.c 			php_error_docref(NULL, E_WARNING, "No warnings found");
NULL              297 ext/mysqli/mysqli_warning.c 		php_error_docref(NULL, E_WARNING, "invalid class argument");
NULL              316 ext/mysqli/mysqli_warning.c 	PHP_ME(mysqli_warning, __construct,		NULL, ZEND_ACC_PROTECTED)
NULL              317 ext/mysqli/mysqli_warning.c 	PHP_ME(mysqli_warning, next, 			NULL, ZEND_ACC_PUBLIC)
NULL              318 ext/mysqli/mysqli_warning.c 	{NULL, NULL, NULL}
NULL              324 ext/mysqli/mysqli_warning.c 	{"message", sizeof("message") - 1, mysqli_warning_message, NULL},
NULL              325 ext/mysqli/mysqli_warning.c 	{"sqlstate", sizeof("sqlstate") - 1, mysqli_warning_sqlstate, NULL},
NULL              326 ext/mysqli/mysqli_warning.c 	{"errno", sizeof("errno") - 1, mysqli_warning_errno, NULL},
NULL              327 ext/mysqli/mysqli_warning.c 	{NULL, 0, NULL, NULL}
NULL              262 ext/mysqli/php_mysqli_structs.h   		php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(intern->zo.ce->name));\
NULL              267 ext/mysqli/php_mysqli_structs.h 		php_error_docref(NULL, E_WARNING, "invalid object or resource %s\n", ZSTR_VAL(intern->zo.ce->name)); \
NULL              276 ext/mysqli/php_mysqli_structs.h   		php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(intern->zo.ce->name));\
NULL              281 ext/mysqli/php_mysqli_structs.h 		php_error_docref(NULL, E_WARNING, "invalid object or resource %s\n", ZSTR_VAL(intern->zo.ce->name)); \
NULL              291 ext/mysqli/php_mysqli_structs.h 		php_error_docref(NULL, E_WARNING, "invalid object or resource %s\n", ZSTR_VAL(intern->zo.ce->name)); \
NULL              301 ext/mysqli/php_mysqli_structs.h 		php_error_docref(NULL, E_WARNING, "invalid object or resource %s\n", ZSTR_VAL(intern->zo.ce->name)); \
NULL              316 ext/mysqli/php_mysqli_structs.h 	intern->ptr = NULL; \
NULL              351 ext/mysqli/php_mysqli_structs.h #define my_estrdup(x) (x) ? estrdup(x) : NULL
NULL               48 ext/mysqlnd/mysql_float_to_double.h 	return zend_strtod(num_buf, NULL);
NULL               65 ext/mysqlnd/mysqlnd.c PHPAPI MYSQLND_STATS *mysqlnd_global_stats = NULL;
NULL               76 ext/mysqlnd/mysqlnd.c 		conn->options->charset_name = NULL;
NULL               80 ext/mysqlnd/mysqlnd.c 		conn->options->auth_protocol = NULL;
NULL               89 ext/mysqlnd/mysqlnd.c 		conn->options->init_commands = NULL;
NULL               93 ext/mysqlnd/mysqlnd.c 		conn->options->cfg_file = NULL;
NULL               97 ext/mysqlnd/mysqlnd.c 		conn->options->cfg_section = NULL;
NULL              102 ext/mysqlnd/mysqlnd.c 		conn->options->connect_attr = NULL;
NULL              118 ext/mysqlnd/mysqlnd.c 		conn->current_result = NULL;
NULL              129 ext/mysqlnd/mysqlnd.c 		conn->host = NULL;
NULL              133 ext/mysqlnd/mysqlnd.c 		conn->user = NULL;
NULL              137 ext/mysqlnd/mysqlnd.c 		conn->passwd = NULL;
NULL              141 ext/mysqlnd/mysqlnd.c 		conn->connect_or_select_db = NULL;
NULL              145 ext/mysqlnd/mysqlnd.c 		conn->unix_socket = NULL;
NULL              150 ext/mysqlnd/mysqlnd.c 		conn->scheme = NULL;
NULL              154 ext/mysqlnd/mysqlnd.c 		conn->server_version = NULL;
NULL              158 ext/mysqlnd/mysqlnd.c 		conn->host_info = NULL;
NULL              162 ext/mysqlnd/mysqlnd.c 		conn->auth_plugin_data = NULL;
NULL              166 ext/mysqlnd/mysqlnd.c 		conn->last_message = NULL;
NULL              171 ext/mysqlnd/mysqlnd.c 		conn->error_info->error_list = NULL;
NULL              173 ext/mysqlnd/mysqlnd.c 	conn->charset = NULL;
NULL              174 ext/mysqlnd/mysqlnd.c 	conn->greet_charset = NULL;
NULL              193 ext/mysqlnd/mysqlnd.c 		conn->net = NULL;
NULL              198 ext/mysqlnd/mysqlnd.c 		conn->protocol = NULL;
NULL              233 ext/mysqlnd/mysqlnd.c 					php_error_docref(NULL, E_WARNING, "Error while reading %s's OK packet. PID=%u",
NULL              281 ext/mysqlnd/mysqlnd.c 					php_error_docref(NULL, E_WARNING, "Error while reading %s's EOF packet. PID=%d",
NULL              292 ext/mysqlnd/mysqlnd.c 					php_error_docref(NULL, E_WARNING, "EOF packet expected, field count wasn't 0xFE but 0x%2X",
NULL              303 ext/mysqlnd/mysqlnd.c 			php_error_docref(NULL, E_ERROR, "Wrong response packet %u passed to the function", ok_packet);
NULL              420 ext/mysqlnd/mysqlnd.c 		conn->last_message = NULL;
NULL              539 ext/mysqlnd/mysqlnd.c 	char * plugin_name = NULL;
NULL              574 ext/mysqlnd/mysqlnd.c 	char * switch_to_auth_protocol = NULL;
NULL              576 ext/mysqlnd/mysqlnd.c 	char * requested_protocol = NULL;
NULL              599 ext/mysqlnd/mysqlnd.c 			php_error_docref(NULL, E_WARNING, "The server requested authentication method unknown to the client [%s]", requested_protocol);
NULL              606 ext/mysqlnd/mysqlnd.c 			zend_uchar * switch_to_auth_protocol_data = NULL;
NULL              608 ext/mysqlnd/mysqlnd.c 			zend_uchar * scrambled_data = NULL;
NULL              611 ext/mysqlnd/mysqlnd.c 			switch_to_auth_protocol = NULL;
NULL              616 ext/mysqlnd/mysqlnd.c 				conn->auth_plugin_data = NULL;
NULL              629 ext/mysqlnd/mysqlnd.c 				auth_plugin->methods.get_auth_data(NULL, &scrambled_data_len, conn, user, passwd, passwd_len,
NULL              668 ext/mysqlnd/mysqlnd.c 	} while (ret == FAIL && conn->error_info->error_no == 0 && switch_to_auth_protocol != NULL);
NULL              814 ext/mysqlnd/mysqlnd.c 		php_error_docref(NULL, E_WARNING, "Error while reading greeting packet. PID=%d", getpid());
NULL              822 ext/mysqlnd/mysqlnd.c 		php_error_docref(NULL, E_WARNING, "Connecting to 3.22, 3.23 & 4.0 "
NULL              835 ext/mysqlnd/mysqlnd.c 		php_error_docref(NULL, E_WARNING,
NULL              955 ext/mysqlnd/mysqlnd.c 		char * transport = NULL;
NULL              988 ext/mysqlnd/mysqlnd.c 		transport = NULL;
NULL             1065 ext/mysqlnd/mysqlnd.c 				php_error_docref(NULL, E_WARNING, "Impossible. Should be either socket or a pipe. Report a bug!");
NULL             1102 ext/mysqlnd/mysqlnd.c 		php_error_docref(NULL, E_WARNING, "[%u] %.128s (trying to connect via %s)",
NULL             1166 ext/mysqlnd/mysqlnd.c 			DBG_RETURN(NULL);
NULL             1180 ext/mysqlnd/mysqlnd.c 		DBG_RETURN(NULL);
NULL             1201 ext/mysqlnd/mysqlnd.c 		if (PASS == conn->m->send_query(conn, query, query_len, MYSQLND_SEND_QUERY_IMPLICIT, NULL, NULL) &&
NULL             1255 ext/mysqlnd/mysqlnd.c 			php_error_docref(NULL, E_WARNING, "Connection not opened, clear or has been closed");
NULL             1259 ext/mysqlnd/mysqlnd.c 		ret = conn->m->query_read_result_set_header(conn, NULL);
NULL             1276 ext/mysqlnd/mysqlnd.c 	MYSQLND **ret = NULL;
NULL             1290 ext/mysqlnd/mysqlnd.c 				*p = NULL;
NULL             1298 ext/mysqlnd/mysqlnd.c 		*ret_p = NULL;
NULL             1309 ext/mysqlnd/mysqlnd.c 	php_stream *stream = NULL;
NULL             1322 ext/mysqlnd/mysqlnd.c 		if (stream != NULL && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL,
NULL             1343 ext/mysqlnd/mysqlnd.c 	php_stream *stream = NULL;
NULL             1352 ext/mysqlnd/mysqlnd.c 		if (stream != NULL && SUCCESS == php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL,
NULL             1367 ext/mysqlnd/mysqlnd.c 	*bckwd = NULL;/* NULL-terminate the list */
NULL             1386 ext/mysqlnd/mysqlnd.c 	struct timeval *tv_p = NULL;
NULL             1394 ext/mysqlnd/mysqlnd.c 		php_error_docref(NULL, E_WARNING, "Negative values passed for sec and/or usec");
NULL             1402 ext/mysqlnd/mysqlnd.c 	if (r_array != NULL) {
NULL             1411 ext/mysqlnd/mysqlnd.c 	if (e_array != NULL) {
NULL             1420 ext/mysqlnd/mysqlnd.c 		php_error_docref(NULL, E_WARNING, *dont_poll ? "All arrays passed are clear":"No stream arrays were passed");
NULL             1441 ext/mysqlnd/mysqlnd.c 		php_error_docref(NULL, E_WARNING, "unable to select [%d]: %s (max_fd=%d)",
NULL             1446 ext/mysqlnd/mysqlnd.c 	if (r_array != NULL) {
NULL             1449 ext/mysqlnd/mysqlnd.c 	if (e_array != NULL) {
NULL             1474 ext/mysqlnd/mysqlnd.c 	MYSQLND_RES * result = NULL;
NULL             1514 ext/mysqlnd/mysqlnd.c 				result = NULL;
NULL             1524 ext/mysqlnd/mysqlnd.c 				result = NULL;
NULL             1529 ext/mysqlnd/mysqlnd.c 		conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
NULL             1542 ext/mysqlnd/mysqlnd.c 	char * show_query = NULL;
NULL             1544 ext/mysqlnd/mysqlnd.c 	MYSQLND_RES * result = NULL;
NULL             1570 ext/mysqlnd/mysqlnd.c 		conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
NULL             1670 ext/mysqlnd/mysqlnd.c 		ret = conn->m->simple_command(conn, COM_DEBUG, NULL, 0, PROT_EOF_PACKET, FALSE, TRUE);
NULL             1727 ext/mysqlnd/mysqlnd.c 		ret = conn->m->simple_command(conn, COM_PING, NULL, 0, PROT_OK_PACKET, TRUE, TRUE);
NULL             1755 ext/mysqlnd/mysqlnd.c 			ret = conn->m->simple_command(conn, COM_STATISTICS, NULL, 0, PROT_LAST, FALSE, TRUE);
NULL             1836 ext/mysqlnd/mysqlnd.c 			php_error_docref(NULL, E_WARNING, "Error executing query");
NULL             1907 ext/mysqlnd/mysqlnd.c 	DBG_INF_FMT("conn=%llu net->data->stream->abstract=%p", conn->thread_id, net_stream? net_stream->abstract:NULL);
NULL             1921 ext/mysqlnd/mysqlnd.c 				ret = conn->m->simple_command(conn, COM_QUIT, NULL, 0, PROT_LAST, TRUE, TRUE);
NULL             2185 ext/mysqlnd/mysqlnd.c 			if (FAIL == (ret = conn->m->query_read_result_set_header(conn, NULL))) {
NULL             2192 ext/mysqlnd/mysqlnd.c 					php_error_docref(NULL, E_WARNING, "Serious error. PID=%d", getpid());
NULL             2435 ext/mysqlnd/mysqlnd.c 			char * new_auth_protocol = value? mnd_pestrdup(value, conn->persistent) : NULL;
NULL             2510 ext/mysqlnd/mysqlnd.c 				zend_hash_init(conn->options->connect_attr, 0, NULL, ZVAL_PTR_DTOR, conn->persistent);
NULL             2538 ext/mysqlnd/mysqlnd.c 	MYSQLND_RES * result = NULL;
NULL             2564 ext/mysqlnd/mysqlnd.c 			conn->current_result = NULL;
NULL             2567 ext/mysqlnd/mysqlnd.c 		conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
NULL             2580 ext/mysqlnd/mysqlnd.c 	MYSQLND_RES * result = NULL;
NULL             2622 ext/mysqlnd/mysqlnd.c 			conn->current_result = NULL;
NULL             2625 ext/mysqlnd/mysqlnd.c 		conn->m->local_tx_end(conn, this_func, result == NULL? FAIL:PASS);
NULL             2666 ext/mysqlnd/mysqlnd.c 	return conn->m->tx_commit_or_rollback(conn, TRUE, TRANS_COR_NO_OPT, NULL);
NULL             2675 ext/mysqlnd/mysqlnd.c 	return conn->m->tx_commit_or_rollback(conn, FALSE, TRANS_COR_NO_OPT, NULL);
NULL             2716 ext/mysqlnd/mysqlnd.c 	char * ret = NULL;
NULL             2741 ext/mysqlnd/mysqlnd.c 				php_error_docref(NULL, E_WARNING, "Transaction name truncated. Must be only [0-9A-Za-z\\-_=]+");
NULL             2780 ext/mysqlnd/mysqlnd.c 					name_esc = NULL;
NULL             2819 ext/mysqlnd/mysqlnd.c 					php_error_docref(NULL, E_WARNING, "This server version doesn't support 'READ WRITE' and 'READ ONLY'. Minimum 5.6.5 is required");
NULL             2843 ext/mysqlnd/mysqlnd.c 					name_esc = NULL;
NULL              112 ext/mysqlnd/mysqlnd.h #define mysqlnd_async_query(conn, query_str, query_len)	((conn)->data)->m->send_query((conn)->data, (query_str), (query_len), MYSQLND_SEND_QUERY_EXPLICIT, NULL, NULL)
NULL              195 ext/mysqlnd/mysqlnd.h #define mysqlnd_list_dbs(conn, wild)		((conn)->data)->m->list_method((conn)->data, wild? "SHOW DATABASES LIKE %s":"SHOW DATABASES", (wild), NULL)
NULL              197 ext/mysqlnd/mysqlnd.h #define mysqlnd_list_processes(conn)		((conn)->data)->m->list_method((conn)->data, "SHOW PROCESSLIST", NULL, NULL)
NULL              198 ext/mysqlnd/mysqlnd.h #define mysqlnd_list_tables(conn, wild)		((conn)->data)->m->list_method((conn)->data, wild? "SHOW TABLES LIKE %s":"SHOW TABLES", (wild), NULL)
NULL               62 ext/mysqlnd/mysqlnd_alloc.c 	NULL /* must be always last */
NULL              101 ext/mysqlnd/mysqlnd_alloc.c 		ret = NULL;
NULL              141 ext/mysqlnd/mysqlnd_alloc.c 		ret = NULL;
NULL              185 ext/mysqlnd/mysqlnd_alloc.c 		ret = NULL;
NULL              224 ext/mysqlnd/mysqlnd_alloc.c 		ret = NULL;
NULL              269 ext/mysqlnd/mysqlnd_alloc.c 		ret = NULL;
NULL              310 ext/mysqlnd/mysqlnd_alloc.c 		ret = NULL;
NULL              415 ext/mysqlnd/mysqlnd_alloc.c 		ret = NULL;
NULL              454 ext/mysqlnd/mysqlnd_alloc.c 		ret = NULL;
NULL              495 ext/mysqlnd/mysqlnd_alloc.c 		ret = NULL;
NULL               53 ext/mysqlnd/mysqlnd_auth.c 	const MYSQLND_CHARSET * charset = NULL;
NULL               54 ext/mysqlnd/mysqlnd_auth.c 	MYSQLND_PACKET_CHANGE_AUTH_RESPONSE * change_auth_resp_packet = NULL;
NULL               55 ext/mysqlnd/mysqlnd_auth.c 	MYSQLND_PACKET_AUTH_RESPONSE * auth_resp_packet = NULL;
NULL               56 ext/mysqlnd/mysqlnd_auth.c 	MYSQLND_PACKET_AUTH * auth_packet = NULL;
NULL              128 ext/mysqlnd/mysqlnd_auth.c 					*switch_to_auth_protocol_data = NULL;
NULL              175 ext/mysqlnd/mysqlnd_auth.c 	MYSQLND_PACKET_CHANGE_AUTH_RESPONSE * change_auth_resp_packet = NULL;
NULL              176 ext/mysqlnd/mysqlnd_auth.c 	MYSQLND_PACKET_CHG_USER_RESPONSE * chg_user_resp = NULL;
NULL              177 ext/mysqlnd/mysqlnd_auth.c 	MYSQLND_PACKET_AUTH * auth_packet = NULL;
NULL              249 ext/mysqlnd/mysqlnd_auth.c 				*switch_to_auth_protocol_data = NULL;
NULL              274 ext/mysqlnd/mysqlnd_auth.c 		char * tmp = NULL;
NULL              290 ext/mysqlnd/mysqlnd_auth.c 			conn->last_message = NULL;
NULL              367 ext/mysqlnd/mysqlnd_auth.c 	zend_uchar * ret = NULL;
NULL              376 ext/mysqlnd/mysqlnd_auth.c 		DBG_RETURN(NULL);
NULL              401 ext/mysqlnd/mysqlnd_auth.c 			NULL, /* no statistics , will be filled later if there are some */
NULL              402 ext/mysqlnd/mysqlnd_auth.c 			NULL, /* no statistics */
NULL              405 ext/mysqlnd/mysqlnd_auth.c 			NULL /* plugin shutdown */
NULL              427 ext/mysqlnd/mysqlnd_auth.c 	zend_uchar * ret = NULL;
NULL              450 ext/mysqlnd/mysqlnd_auth.c 			NULL, /* no statistics , will be filled later if there are some */
NULL              451 ext/mysqlnd/mysqlnd_auth.c 			NULL, /* no statistics */
NULL              454 ext/mysqlnd/mysqlnd_auth.c 			NULL /* plugin shutdown */
NULL              487 ext/mysqlnd/mysqlnd_auth.c 	RSA * ret = NULL;
NULL              497 ext/mysqlnd/mysqlnd_auth.c 		MYSQLND_PACKET_SHA256_PK_REQUEST * pk_req_packet = NULL;
NULL              498 ext/mysqlnd/mysqlnd_auth.c 		MYSQLND_PACKET_SHA256_PK_REQUEST_RESPONSE * pk_resp_packet = NULL;
NULL              520 ext/mysqlnd/mysqlnd_auth.c 			if (FAIL == PACKET_READ(pk_resp_packet, conn) || NULL == pk_resp_packet->public_key) {
NULL              530 ext/mysqlnd/mysqlnd_auth.c 				ret = PEM_read_bio_RSA_PUBKEY(bio, NULL, NULL, NULL);
NULL              543 ext/mysqlnd/mysqlnd_auth.c 		DBG_RETURN(NULL);
NULL              547 ext/mysqlnd/mysqlnd_auth.c 		stream = php_stream_open_wrapper((char *) fname, "rb", REPORT_ERRORS, NULL);
NULL              550 ext/mysqlnd/mysqlnd_auth.c 			if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) {
NULL              552 ext/mysqlnd/mysqlnd_auth.c 				ret = PEM_read_bio_RSA_PUBKEY(bio, NULL, NULL, NULL);
NULL              578 ext/mysqlnd/mysqlnd_auth.c 	zend_uchar * ret = NULL;
NULL              610 ext/mysqlnd/mysqlnd_auth.c 				DBG_RETURN(NULL);
NULL              634 ext/mysqlnd/mysqlnd_auth.c 			NULL, /* no statistics , will be filled later if there are some */
NULL              635 ext/mysqlnd/mysqlnd_auth.c 			NULL, /* no statistics */
NULL              638 ext/mysqlnd/mysqlnd_auth.c 			NULL /* plugin shutdown */
NULL               78 ext/mysqlnd/mysqlnd_block_alloc.c 				chunk->pool = NULL; /* now we have no pool memory */
NULL               97 ext/mysqlnd/mysqlnd_block_alloc.c 				chunk->pool = NULL; /* now we have non-pool memory */
NULL              117 ext/mysqlnd/mysqlnd_block_alloc.c 	MYSQLND_MEMORY_POOL_CHUNK *chunk = NULL;
NULL              136 ext/mysqlnd/mysqlnd_block_alloc.c 				chunk = NULL;
NULL              166 ext/mysqlnd/mysqlnd_block_alloc.c 			ret = NULL;
NULL              488 ext/mysqlnd/mysqlnd_charset.c 	{   3, "dec8", "dec8_swedish_ci", 1, 1, "", NULL, NULL},
NULL              489 ext/mysqlnd/mysqlnd_charset.c 	{   4, "cp850", "cp850_general_ci", 1, 1, "", NULL, NULL},
NULL              490 ext/mysqlnd/mysqlnd_charset.c 	{   6, "hp8", "hp8_english_ci", 1, 1, "", NULL, NULL},
NULL              491 ext/mysqlnd/mysqlnd_charset.c 	{   7, "koi8r", "koi8r_general_ci", 1, 1, "", NULL, NULL},
NULL              492 ext/mysqlnd/mysqlnd_charset.c 	{   8, "latin1", "latin1_swedish_ci", 1, 1, "", NULL, NULL},
NULL              493 ext/mysqlnd/mysqlnd_charset.c 	{   5, "latin1", "latin1_german1_ci", 1, 1, "", NULL, NULL}, /* should be after 0x8 because swedish_ci is the default collation */
NULL              494 ext/mysqlnd/mysqlnd_charset.c 	{   9, "latin2", "latin2_general_ci", 1, 1, "", NULL, NULL},
NULL              495 ext/mysqlnd/mysqlnd_charset.c 	{   2, "latin2", "latin2_czech_cs", 1, 1, "", NULL, NULL}, /* should be after 0x9 because general_ci is the default collation */
NULL              496 ext/mysqlnd/mysqlnd_charset.c 	{  10, "swe7", "swe7_swedish_ci", 1, 1, "", NULL, NULL},
NULL              497 ext/mysqlnd/mysqlnd_charset.c 	{  11, "ascii", "ascii_general_ci", 1, 1, "", NULL, NULL},
NULL              500 ext/mysqlnd/mysqlnd_charset.c 	{  16, "hebrew", "hebrew_general_ci", 1, 1, "", NULL, NULL},
NULL              501 ext/mysqlnd/mysqlnd_charset.c 	{  17, "filename", "filename", 1, 5, "", NULL, NULL},
NULL              502 ext/mysqlnd/mysqlnd_charset.c 	{  18, "tis620", "tis620_thai_ci", 1, 1, "", NULL, NULL},
NULL              504 ext/mysqlnd/mysqlnd_charset.c 	{  21, "latin2", "latin2_hungarian_ci", 1, 1, "", NULL, NULL},
NULL              505 ext/mysqlnd/mysqlnd_charset.c 	{  27, "latin2", "latin2_croatian_ci", 1, 1, "", NULL, NULL},
NULL              506 ext/mysqlnd/mysqlnd_charset.c 	{  22, "koi8u", "koi8u_general_ci", 1, 1, "", NULL, NULL},
NULL              508 ext/mysqlnd/mysqlnd_charset.c 	{  25, "greek", "greek_general_ci", 1, 1, "", NULL, NULL},
NULL              509 ext/mysqlnd/mysqlnd_charset.c 	{  26, "cp1250", "cp1250_general_ci", 1, 1, "", NULL, NULL},
NULL              511 ext/mysqlnd/mysqlnd_charset.c 	{  30, "latin5", "latin5_turkish_ci", 1, 1, "", NULL, NULL},
NULL              512 ext/mysqlnd/mysqlnd_charset.c 	{  31, "latin1", "latin1_german2_ci", 1, 1, "", NULL, NULL},
NULL              513 ext/mysqlnd/mysqlnd_charset.c 	{  15, "latin1", "latin1_danish_ci", 1, 1, "", NULL, NULL},
NULL              514 ext/mysqlnd/mysqlnd_charset.c 	{  32, "armscii8", "armscii8_general_ci", 1, 1, "", NULL, NULL},
NULL              517 ext/mysqlnd/mysqlnd_charset.c 	{  36, "cp866", "cp866_general_ci", 1, 1, "", NULL, NULL},
NULL              518 ext/mysqlnd/mysqlnd_charset.c 	{  37, "keybcs2", "keybcs2_general_ci", 1, 1, "", NULL, NULL},
NULL              519 ext/mysqlnd/mysqlnd_charset.c 	{  38, "macce", "macce_general_ci", 1, 1, "", NULL, NULL},
NULL              520 ext/mysqlnd/mysqlnd_charset.c 	{  39, "macroman", "macroman_general_ci", 1, 1, "", NULL, NULL},
NULL              521 ext/mysqlnd/mysqlnd_charset.c 	{  40, "cp852", "cp852_general_ci", 1, 1, "", NULL, NULL},
NULL              522 ext/mysqlnd/mysqlnd_charset.c 	{  41, "latin7", "latin7_general_ci", 1, 1, "", NULL, NULL},
NULL              523 ext/mysqlnd/mysqlnd_charset.c 	{  20, "latin7", "latin7_estonian_cs", 1, 1, "", NULL, NULL},
NULL              524 ext/mysqlnd/mysqlnd_charset.c 	{  57, "cp1256", "cp1256_general_ci", 1, 1, "", NULL, NULL},
NULL              525 ext/mysqlnd/mysqlnd_charset.c 	{  59, "cp1257", "cp1257_general_ci", 1, 1, "", NULL, NULL},
NULL              526 ext/mysqlnd/mysqlnd_charset.c 	{  63, "binary", "binary", 1, 1, "", NULL, NULL},
NULL              528 ext/mysqlnd/mysqlnd_charset.c 	{  29, "cp1257", "cp1257_lithuanian_ci", 1, 1, "", NULL, NULL},
NULL              529 ext/mysqlnd/mysqlnd_charset.c 	{  31, "latin1", "latin1_german2_ci", 1, 1, "", NULL, NULL},
NULL              530 ext/mysqlnd/mysqlnd_charset.c 	{  34, "cp1250", "cp1250_czech_cs", 1, 1, "", NULL, NULL},
NULL              531 ext/mysqlnd/mysqlnd_charset.c 	{  42, "latin7", "latin7_general_cs", 1, 1, "", NULL, NULL},
NULL              532 ext/mysqlnd/mysqlnd_charset.c 	{  43, "macce", "macce_bin", 1, 1, "", NULL, NULL},
NULL              533 ext/mysqlnd/mysqlnd_charset.c 	{  44, "cp1250", "cp1250_croatian_ci", 1, 1, "", NULL, NULL},
NULL              536 ext/mysqlnd/mysqlnd_charset.c 	{  47, "latin1", "latin1_bin", 1, 1, "", NULL, NULL},
NULL              537 ext/mysqlnd/mysqlnd_charset.c 	{  48, "latin1", "latin1_general_ci", 1, 1, "", NULL, NULL},
NULL              538 ext/mysqlnd/mysqlnd_charset.c 	{  49, "latin1", "latin1_general_cs", 1, 1, "", NULL, NULL},
NULL              539 ext/mysqlnd/mysqlnd_charset.c 	{  51, "cp1251", "cp1251_general_ci", 1, 1, "", NULL, NULL},
NULL              540 ext/mysqlnd/mysqlnd_charset.c 	{  14, "cp1251", "cp1251_bulgarian_ci", 1, 1, "", NULL, NULL},
NULL              541 ext/mysqlnd/mysqlnd_charset.c 	{  23, "cp1251", "cp1251_ukrainian_ci", 1, 1, "", NULL, NULL},
NULL              542 ext/mysqlnd/mysqlnd_charset.c 	{  50, "cp1251", "cp1251_bin", 1, 1, "", NULL, NULL},
NULL              543 ext/mysqlnd/mysqlnd_charset.c 	{  52, "cp1251", "cp1251_general_cs", 1, 1, "", NULL, NULL},
NULL              544 ext/mysqlnd/mysqlnd_charset.c 	{  53, "macroman", "macroman_bin", 1, 1, "", NULL, NULL},
NULL              548 ext/mysqlnd/mysqlnd_charset.c 	{  58, "cp1257", "cp1257_bin", 1, 1, "", NULL, NULL},
NULL              552 ext/mysqlnd/mysqlnd_charset.c 	{  64, "armscii8", "armscii8_bin", 1, 1, "", NULL, NULL},
NULL              553 ext/mysqlnd/mysqlnd_charset.c 	{  65, "ascii", "ascii_bin", 1, 1, "", NULL, NULL},
NULL              554 ext/mysqlnd/mysqlnd_charset.c 	{  66, "cp1250", "cp1250_bin", 1, 1, "", NULL, NULL},
NULL              555 ext/mysqlnd/mysqlnd_charset.c 	{  67, "cp1256", "cp1256_bin", 1, 1, "", NULL, NULL},
NULL              556 ext/mysqlnd/mysqlnd_charset.c 	{  68, "cp866", "cp866_bin", 1, 1, "", NULL, NULL},
NULL              557 ext/mysqlnd/mysqlnd_charset.c 	{  69, "dec8", "dec8_bin", 1, 1, "", NULL, NULL},
NULL              558 ext/mysqlnd/mysqlnd_charset.c 	{  70, "greek", "greek_bin", 1, 1, "", NULL, NULL},
NULL              559 ext/mysqlnd/mysqlnd_charset.c 	{  71, "hebrew", "hebrew_bin", 1, 1, "", NULL, NULL},
NULL              560 ext/mysqlnd/mysqlnd_charset.c 	{  72, "hp8", "hp8_bin", 1, 1, "", NULL, NULL},
NULL              561 ext/mysqlnd/mysqlnd_charset.c 	{  73, "keybcs2", "keybcs2_bin", 1, 1, "", NULL, NULL},
NULL              562 ext/mysqlnd/mysqlnd_charset.c 	{  74, "koi8r", "koi8r_bin", 1, 1, "", NULL, NULL},
NULL              563 ext/mysqlnd/mysqlnd_charset.c 	{  75, "koi8u", "koi8u_bin", 1, 1, "", NULL, NULL},
NULL              564 ext/mysqlnd/mysqlnd_charset.c 	{  77, "latin2", "latin2_bin", 1, 1, "", NULL, NULL},
NULL              565 ext/mysqlnd/mysqlnd_charset.c 	{  78, "latin5", "latin5_bin", 1, 1, "", NULL, NULL},
NULL              566 ext/mysqlnd/mysqlnd_charset.c 	{  79, "latin7", "latin7_bin", 1, 1, "", NULL, NULL},
NULL              567 ext/mysqlnd/mysqlnd_charset.c 	{  80, "cp850", "cp850_bin", 1, 1, "", NULL, NULL},
NULL              568 ext/mysqlnd/mysqlnd_charset.c 	{  81, "cp852", "cp852_bin", 1, 1, "", NULL, NULL},
NULL              569 ext/mysqlnd/mysqlnd_charset.c 	{  82, "swe7", "swe7_bin", 1, 1, "", NULL, NULL},
NULL              576 ext/mysqlnd/mysqlnd_charset.c 	{  89, "tis620", "tis620_bin", 1, 1, "", NULL, NULL},
NULL              579 ext/mysqlnd/mysqlnd_charset.c 	{  92, "geostd8", "geostd8_general_ci", 1, 1, "", NULL, NULL},
NULL              580 ext/mysqlnd/mysqlnd_charset.c 	{  93, "geostd8", "geostd8_bin", 1, 1, "", NULL, NULL},
NULL              581 ext/mysqlnd/mysqlnd_charset.c 	{  94, "latin1", "latin1_spanish_ci", 1, 1, "", NULL, NULL},
NULL              586 ext/mysqlnd/mysqlnd_charset.c 	{  99, "cp1250", "cp1250_polish_ci", 1, 1, "", NULL, NULL},
NULL              690 ext/mysqlnd/mysqlnd_charset.c 	{   0, NULL, NULL, 0, 0, NULL, NULL, NULL}
NULL              706 ext/mysqlnd/mysqlnd_charset.c 	return NULL;
NULL              723 ext/mysqlnd/mysqlnd_charset.c 	return NULL;
NULL              872 ext/mysqlnd/mysqlnd_charset.c 			NULL, /* no statistics , will be filled later if there are some */
NULL              873 ext/mysqlnd/mysqlnd_charset.c 			NULL, /* no statistics */
NULL              876 ext/mysqlnd/mysqlnd_charset.c 			NULL /* plugin shutdown */
NULL               42 ext/mysqlnd/mysqlnd_debug.c 										   REPORT_ERRORS, NULL);
NULL               98 ext/mysqlnd/mysqlnd_debug.c 		if (gettimeofday(&tv, NULL) != -1) {
NULL              195 ext/mysqlnd/mysqlnd_debug.c 		if (gettimeofday(&tv, NULL) != -1) {
NULL              252 ext/mysqlnd/mysqlnd_debug.c 	if ((self->flags & MYSQLND_DEBUG_DUMP_TRACE) == 0 || self->file_name == NULL) {
NULL              290 ext/mysqlnd/mysqlnd_debug.c 	self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, ">%s", func_name);
NULL              319 ext/mysqlnd/mysqlnd_debug.c 	uint64_t * parent_non_own_time_ptr = NULL, * mine_non_own_time_ptr = NULL;
NULL              323 ext/mysqlnd/mysqlnd_debug.c 	if ((self->flags & MYSQLND_DEBUG_DUMP_TRACE) == 0 || self->file_name == NULL) {
NULL              348 ext/mysqlnd/mysqlnd_debug.c 			self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, "<%s", *func_name);
NULL              353 ext/mysqlnd/mysqlnd_debug.c 			struct st_mysqlnd_dbg_function_profile * f_profile = NULL;
NULL              357 ext/mysqlnd/mysqlnd_debug.c 			self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, "<%s (total=%u own=%u in_calls=%u)",
NULL              361 ext/mysqlnd/mysqlnd_debug.c 			if ((f_profile = zend_hash_str_find_ptr(&self->function_profiles, *func_name, func_name_len)) != NULL) {
NULL              433 ext/mysqlnd/mysqlnd_debug.c 			zend_string	*string_key = NULL;
NULL              464 ext/mysqlnd/mysqlnd_debug.c 		self->stream = NULL;
NULL              478 ext/mysqlnd/mysqlnd_debug.c 		self->file_name = NULL;
NULL              510 ext/mysqlnd/mysqlnd_debug.c 		self->file_name = NULL;
NULL              514 ext/mysqlnd/mysqlnd_debug.c 		zend_hash_init(&self->not_filtered_functions, 0, NULL, NULL, 0);
NULL              553 ext/mysqlnd/mysqlnd_debug.c 					php_error_docref(NULL, E_WARNING, "Consecutive semicolons at position %u", i);
NULL              590 ext/mysqlnd/mysqlnd_debug.c 					php_error_docref(NULL, E_WARNING,
NULL              670 ext/mysqlnd/mysqlnd_debug.c 					php_error_docref(NULL, E_WARNING, "Unrecognized format '%c'", mode[i]);
NULL              684 ext/mysqlnd/mysqlnd_debug.c 					php_error_docref(NULL, E_WARNING, "Colon expected, '%c' found", mode[i]);
NULL              715 ext/mysqlnd/mysqlnd_debug.c 	zend_hash_init(&ret->not_filtered_functions, 0, NULL, NULL, 0);
NULL              716 ext/mysqlnd/mysqlnd_debug.c 	zend_hash_init(&ret->function_profiles, 0, NULL, NULL, 0);
NULL              766 ext/mysqlnd/mysqlnd_debug.c 			NULL, /* no statistics , will be filled later if there are some */
NULL              767 ext/mysqlnd/mysqlnd_debug.c 			NULL, /* no statistics */
NULL              770 ext/mysqlnd/mysqlnd_debug.c 			NULL /* plugin shutdown */
NULL               86 ext/mysqlnd/mysqlnd_debug.h #define DBG_PROFILE_START_TIME()		gettimeofday(&__dbg_prof_tp, NULL); __dbg_prof_start = DBG_PROFILE_TIMEVAL_TO_DOUBLE(__dbg_prof_tp);
NULL               87 ext/mysqlnd/mysqlnd_debug.h #define DBG_PROFILE_END_TIME(duration)	gettimeofday(&__dbg_prof_tp, NULL); (duration) = (DBG_PROFILE_TIMEVAL_TO_DOUBLE(__dbg_prof_tp) - __dbg_prof_start);
NULL               99 ext/mysqlnd/mysqlnd_debug.h #define DBG_BLOCK_ENTER_EX(dbg_obj, block_name) DBG_BLOCK_ENTER_EX2((dbg_obj), (MYSQLND_DEBUG *) NULL, (block_name))
NULL              100 ext/mysqlnd/mysqlnd_debug.h #define DBG_BLOCK_LEAVE_EX(dbg_obj)				DBG_BLOCK_LEAVE_EX2((dbg_obj), (MYSQLND_DEBUG *) NULL)
NULL              111 ext/mysqlnd/mysqlnd_debug.h #define DBG_ENTER_EX(dbg_obj, func_name)	DBG_ENTER_EX2((dbg_obj), (MYSQLND_DEBUG *) NULL, (func_name))
NULL              112 ext/mysqlnd/mysqlnd_debug.h #define DBG_LEAVE_EX(dbg_obj, leave)		DBG_LEAVE_EX2((dbg_obj), (MYSQLND_DEBUG *) NULL, leave)
NULL               45 ext/mysqlnd/mysqlnd_driver.c 			NULL, /* will be filled later */
NULL               49 ext/mysqlnd/mysqlnd_driver.c 			NULL /* plugin shutdown */
NULL               61 ext/mysqlnd/mysqlnd_driver.c 		mysqlnd_global_stats = NULL;
NULL              125 ext/mysqlnd/mysqlnd_driver.c 		DBG_RETURN(NULL);
NULL              130 ext/mysqlnd/mysqlnd_driver.c 		DBG_RETURN(NULL);
NULL              147 ext/mysqlnd/mysqlnd_driver.c 		DBG_RETURN(NULL);
NULL              153 ext/mysqlnd/mysqlnd_driver.c 		DBG_RETURN(NULL);
NULL              173 ext/mysqlnd/mysqlnd_driver.c 		DBG_RETURN(NULL);
NULL              177 ext/mysqlnd/mysqlnd_driver.c 		DBG_RETURN(NULL);
NULL              185 ext/mysqlnd/mysqlnd_driver.c 		new_object = NULL;
NULL              198 ext/mysqlnd/mysqlnd_driver.c 	MYSQLND_STMT_DATA * stmt = NULL;
NULL              243 ext/mysqlnd/mysqlnd_driver.c 		ret = NULL;
NULL              245 ext/mysqlnd/mysqlnd_driver.c 	DBG_RETURN(NULL);
NULL              268 ext/mysqlnd/mysqlnd_driver.c 			net = NULL;
NULL              273 ext/mysqlnd/mysqlnd_driver.c 			net_data = NULL;
NULL              277 ext/mysqlnd/mysqlnd_driver.c 			net = NULL;
NULL               39 ext/mysqlnd/mysqlnd_ext_plugin.c 		return NULL;
NULL               53 ext/mysqlnd/mysqlnd_ext_plugin.c 		return NULL;
NULL               66 ext/mysqlnd/mysqlnd_ext_plugin.c 		return NULL;
NULL               79 ext/mysqlnd/mysqlnd_ext_plugin.c 		return NULL;
NULL               92 ext/mysqlnd/mysqlnd_ext_plugin.c 		return NULL;
NULL              104 ext/mysqlnd/mysqlnd_ext_plugin.c 		return NULL;
NULL              118 ext/mysqlnd/mysqlnd_ext_plugin.c 		return NULL;
NULL              131 ext/mysqlnd/mysqlnd_ext_plugin.c 		return NULL;
NULL              144 ext/mysqlnd/mysqlnd_ext_plugin.c 		return NULL;
NULL               47 ext/mysqlnd/mysqlnd_libmysql_compat.h #define mysql_commit(r)					mysqlnd_commit((r), TRANS_COR_NO_OPT, NULL)
NULL               77 ext/mysqlnd/mysqlnd_libmysql_compat.h #define mysql_rollback(r)				mysqlnd_rollback((r), TRANS_COR_NO_OPT, NULL)
NULL               33 ext/mysqlnd/mysqlnd_loaddata.c 	php_stream_context	*context = NULL;
NULL               54 ext/mysqlnd/mysqlnd_loaddata.c 	info->fd = php_stream_open_wrapper_ex((char *)filename, "r", 0, NULL, context);
NULL               56 ext/mysqlnd/mysqlnd_loaddata.c 	if (info->fd == NULL) {
NULL              119 ext/mysqlnd/mysqlnd_loaddata.c 			info->fd = NULL;
NULL              146 ext/mysqlnd/mysqlnd_loaddata.c 	zend_uchar			*buf = NULL;
NULL              150 ext/mysqlnd/mysqlnd_loaddata.c 	void				*info = NULL;
NULL              159 ext/mysqlnd/mysqlnd_loaddata.c 		php_error_docref(NULL, E_WARNING, "LOAD DATA LOCAL INFILE forbidden");
NULL              142 ext/mysqlnd/mysqlnd_net.c 	php_stream * net_stream = NULL;
NULL              149 ext/mysqlnd/mysqlnd_net.c 	net_stream = php_stream_open_wrapper((char*) scheme + sizeof("pipe://") - 1, "r+", streams_options, NULL);
NULL              152 ext/mysqlnd/mysqlnd_net.c 		DBG_RETURN(NULL);
NULL              160 ext/mysqlnd/mysqlnd_net.c 	EG(regular_list).pDestructor = NULL;
NULL              163 ext/mysqlnd/mysqlnd_net.c 	net_stream->res = NULL;
NULL              182 ext/mysqlnd/mysqlnd_net.c 	char * hashed_details = NULL;
NULL              184 ext/mysqlnd/mysqlnd_net.c 	zend_string *errstr = NULL;
NULL              188 ext/mysqlnd/mysqlnd_net.c 	php_stream * net_stream = NULL;
NULL              192 ext/mysqlnd/mysqlnd_net.c 	net->data->stream = NULL;
NULL              206 ext/mysqlnd/mysqlnd_net.c 										  hashed_details, (net->data->options.timeout_connect) ? &tv : NULL,
NULL              207 ext/mysqlnd/mysqlnd_net.c 										  NULL /*ctx*/, &errstr, &errcode);
NULL              221 ext/mysqlnd/mysqlnd_net.c 		DBG_RETURN(NULL);
NULL              238 ext/mysqlnd/mysqlnd_net.c 			EG(persistent_list).pDestructor = NULL;
NULL              256 ext/mysqlnd/mysqlnd_net.c 	EG(regular_list).pDestructor = NULL;
NULL              259 ext/mysqlnd/mysqlnd_net.c 	net_stream->res = NULL;
NULL              301 ext/mysqlnd/mysqlnd_net.c 	func_mysqlnd_net__open_stream ret = NULL;
NULL              328 ext/mysqlnd/mysqlnd_net.c 	func_mysqlnd_net__open_stream open_stream = NULL;
NULL              380 ext/mysqlnd/mysqlnd_net.c 	zend_uchar * compress_buf = NULL;
NULL              534 ext/mysqlnd/mysqlnd_net.c 		*buffer = NULL;
NULL              566 ext/mysqlnd/mysqlnd_net.c 	zend_uchar * compressed_data = NULL;
NULL              760 ext/mysqlnd/mysqlnd_net.c 				net->data->options.ssl_key = value? mnd_pestrdup(value, pers) : NULL;
NULL              769 ext/mysqlnd/mysqlnd_net.c 				net->data->options.ssl_cert = value? mnd_pestrdup(value, pers) : NULL;
NULL              778 ext/mysqlnd/mysqlnd_net.c 				net->data->options.ssl_ca = value? mnd_pestrdup(value, pers) : NULL;
NULL              787 ext/mysqlnd/mysqlnd_net.c 				net->data->options.ssl_capath = value? mnd_pestrdup(value, pers) : NULL;
NULL              796 ext/mysqlnd/mysqlnd_net.c 				net->data->options.ssl_cipher = value? mnd_pestrdup(value, pers) : NULL;
NULL              805 ext/mysqlnd/mysqlnd_net.c 				net->data->options.ssl_passphrase = value? mnd_pestrdup(value, pers) : NULL;
NULL              847 ext/mysqlnd/mysqlnd_net.c 				net->data->options.sha256_server_public_key = value? mnd_pestrdup(value, pers) : NULL;
NULL              873 ext/mysqlnd/mysqlnd_net.c 	int was_blocked = net_stream->ops->set_option(net_stream, opt, 0, NULL);
NULL              886 ext/mysqlnd/mysqlnd_net.c 			net_stream->ops->set_option(net_stream, opt, 1, NULL);
NULL              892 ext/mysqlnd/mysqlnd_net.c 			php_error_docref(NULL, E_WARNING, "Skipped %u bytes. Last command %s hasn't "
NULL              991 ext/mysqlnd/mysqlnd_net.c 	if (php_stream_xport_crypto_setup(net_stream, STREAM_CRYPTO_METHOD_TLS_CLIENT, NULL) < 0 ||
NULL              995 ext/mysqlnd/mysqlnd_net.c 		php_error_docref(NULL, E_WARNING, "Cannot connect to MySQL by using SSL");
NULL             1007 ext/mysqlnd/mysqlnd_net.c 	php_stream_context_set(net_stream, NULL);
NULL             1009 ext/mysqlnd/mysqlnd_net.c 	php_stream_context_set(net_stream, NULL);
NULL             1054 ext/mysqlnd/mysqlnd_net.c 		net->data->options.ssl_key = NULL;
NULL             1058 ext/mysqlnd/mysqlnd_net.c 		net->data->options.ssl_cert = NULL;
NULL             1062 ext/mysqlnd/mysqlnd_net.c 		net->data->options.ssl_ca = NULL;
NULL             1066 ext/mysqlnd/mysqlnd_net.c 		net->data->options.ssl_capath = NULL;
NULL             1070 ext/mysqlnd/mysqlnd_net.c 		net->data->options.ssl_cipher = NULL;
NULL             1074 ext/mysqlnd/mysqlnd_net.c 		net->data->options.sha256_server_public_key = NULL;
NULL             1104 ext/mysqlnd/mysqlnd_net.c 		(void) net->data->m.set_stream(net, NULL);
NULL             1145 ext/mysqlnd/mysqlnd_net.c 			net->cmd_buffer.buffer = NULL;
NULL             1161 ext/mysqlnd/mysqlnd_net.c 	DBG_INF_FMT("%p", net? net->data->stream:NULL);
NULL             1162 ext/mysqlnd/mysqlnd_net.c 	DBG_RETURN(net? net->data->stream:NULL);
NULL             1171 ext/mysqlnd/mysqlnd_net.c 	php_stream * ret = NULL;
NULL             1207 ext/mysqlnd/mysqlnd_net.c 	NULL,
NULL             1209 ext/mysqlnd/mysqlnd_net.c 	NULL, /* unused 1 */
NULL             1210 ext/mysqlnd/mysqlnd_net.c 	NULL, /* unused 2 */
NULL             1211 ext/mysqlnd/mysqlnd_net.c 	NULL, /* unused 3 */
NULL             1212 ext/mysqlnd/mysqlnd_net.c 	NULL, /* unused 4 */
NULL             1213 ext/mysqlnd/mysqlnd_net.c 	NULL  /* unused 5 */
NULL               32 ext/mysqlnd/mysqlnd_plugin.c static MYSQLND_STATS * mysqlnd_plugin_example_stats = NULL;
NULL               57 ext/mysqlnd/mysqlnd_plugin.c 			NULL, /* will be filled later */
NULL               64 ext/mysqlnd/mysqlnd_plugin.c 	NULL,	/* methods */
NULL               75 ext/mysqlnd/mysqlnd_plugin.c 	plugin->plugin_header.plugin_stats.values = NULL;
NULL              102 ext/mysqlnd/mysqlnd_plugin.c 	zend_hash_init(&mysqlnd_registered_plugins, 4 /* initial hash size */, NULL /* hash_func */, NULL /* dtor */, TRUE /* pers */);
NULL              133 ext/mysqlnd/mysqlnd_plugin.c 	return mysqlnd_plugin_register_ex(NULL);
NULL              145 ext/mysqlnd/mysqlnd_plugin.c 			php_error_docref(NULL, E_WARNING, "Plugin API version mismatch while loading plugin %s. Expected %d, got %d",
NULL              159 ext/mysqlnd/mysqlnd_plugin.c 	if ((plugin = zend_hash_str_find_ptr(&mysqlnd_registered_plugins, name, strlen(name))) != NULL) {
NULL              162 ext/mysqlnd/mysqlnd_plugin.c 	return NULL;
NULL              176 ext/mysqlnd/mysqlnd_plugin.c 			php_error_docref(NULL, E_WARNING, "mysqlnd_plugin_apply_with_argument must not remove table entries");
NULL               77 ext/mysqlnd/mysqlnd_priv.h 			(buf) = NULL; \
NULL               86 ext/mysqlnd/mysqlnd_priv.h 			(buf) = NULL; \
NULL               50 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL               57 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL               65 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL               79 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL               95 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL              110 ext/mysqlnd/mysqlnd_ps.c 					DBG_RETURN(NULL);
NULL              116 ext/mysqlnd/mysqlnd_ps.c 					DBG_RETURN(NULL);
NULL              134 ext/mysqlnd/mysqlnd_ps.c 		stmt->result = NULL;
NULL              147 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              153 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL              161 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL              173 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL              208 ext/mysqlnd/mysqlnd_ps.c 	DBG_RETURN(NULL);
NULL              217 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              231 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              261 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              298 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              342 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              381 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              494 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              544 ext/mysqlnd/mysqlnd_ps.c 			stmt->result->stored_data->lengths = NULL;
NULL              546 ext/mysqlnd/mysqlnd_ps.c 			stmt->result->unbuf->lengths = NULL;
NULL              614 ext/mysqlnd/mysqlnd_ps.c 	if (FAIL == s->m->send_execute(s, MYSQLND_SEND_EXECUTE_IMPLICIT, NULL, NULL) ||
NULL              628 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              631 ext/mysqlnd/mysqlnd_ps.c 	zend_uchar *request = NULL;
NULL              754 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              760 ext/mysqlnd/mysqlnd_ps.c 	DBG_INF_FMT("stmt=%lu", stmt != NULL ? stmt->stmt_id : 0L);
NULL              838 ext/mysqlnd/mysqlnd_ps.c 			set->data_cursor = NULL;
NULL              856 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              890 ext/mysqlnd/mysqlnd_ps.c 			result->unbuf->m.free_last_data(result->unbuf, result->conn? result->conn->stats : NULL);
NULL              894 ext/mysqlnd/mysqlnd_ps.c 			row_packet->fields = NULL;
NULL              895 ext/mysqlnd/mysqlnd_ps.c 			row_packet->row_buffer = NULL;
NULL              943 ext/mysqlnd/mysqlnd_ps.c 			row_packet->row_buffer = NULL;
NULL              983 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              989 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL             1003 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL             1030 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1075 ext/mysqlnd/mysqlnd_ps.c 			result->unbuf->m.free_last_data(result->unbuf, result->conn? result->conn->stats : NULL);
NULL             1079 ext/mysqlnd/mysqlnd_ps.c 			row_packet->fields = NULL;
NULL             1080 ext/mysqlnd/mysqlnd_ps.c 			row_packet->row_buffer = NULL;
NULL             1132 ext/mysqlnd/mysqlnd_ps.c 			row_packet->row_buffer = NULL;
NULL             1138 ext/mysqlnd/mysqlnd_ps.c 			row_packet->row_buffer = NULL;
NULL             1177 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1233 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1286 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1325 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1415 ext/mysqlnd/mysqlnd_ps.c 			php_error_docref(NULL, E_WARNING, "There was an error "
NULL             1436 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1505 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1559 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1588 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1644 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1695 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1705 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1715 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1725 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1735 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1745 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1755 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1765 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1775 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1785 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1795 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1805 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1807 ext/mysqlnd/mysqlnd_ps.c 		return NULL;
NULL             1809 ext/mysqlnd/mysqlnd_ps.c 	return NULL;
NULL             1818 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1823 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL             1829 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL             1870 ext/mysqlnd/mysqlnd_ps.c 	DBG_RETURN(NULL);
NULL             1881 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1936 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             1967 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             2021 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             2049 ext/mysqlnd/mysqlnd_ps.c 	stmt->result_bind = NULL;
NULL             2060 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             2093 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             2107 ext/mysqlnd/mysqlnd_ps.c 		stmt->result = NULL;
NULL             2112 ext/mysqlnd/mysqlnd_ps.c 		stmt->error_info->error_list = NULL;
NULL             2124 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             2147 ext/mysqlnd/mysqlnd_ps.c 		stmt->param_bind = NULL;
NULL             2160 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             2227 ext/mysqlnd/mysqlnd_ps.c 		stmt->execute_cmd_buffer.buffer = NULL;
NULL             2234 ext/mysqlnd/mysqlnd_ps.c 		stmt->conn = NULL;
NULL             2245 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = (s != NULL) ? s->data:NULL;
NULL             2247 ext/mysqlnd/mysqlnd_ps.c 	zend_bool persistent = (s != NULL) ? s->persistent : 0;
NULL             2271 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             2274 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL             2285 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             2288 ext/mysqlnd/mysqlnd_ps.c 		DBG_RETURN(NULL);
NULL             2299 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL             2311 ext/mysqlnd/mysqlnd_ps.c 	MYSQLND_STMT_DATA * stmt = s? s->data:NULL;
NULL              838 ext/mysqlnd/mysqlnd_ps_codec.c 	zval *copies = NULL;/* if there are different types */
NULL              163 ext/mysqlnd/mysqlnd_result.c 		unbuf->last_row_data = NULL;
NULL              169 ext/mysqlnd/mysqlnd_result.c 		unbuf->last_row_buffer = NULL;
NULL              186 ext/mysqlnd/mysqlnd_result.c 		result->lengths = NULL;
NULL              192 ext/mysqlnd/mysqlnd_result.c 		result->row_packet = NULL;
NULL              197 ext/mysqlnd/mysqlnd_result.c 		result->result_set_memory_pool = NULL;
NULL              215 ext/mysqlnd/mysqlnd_result.c 	set->data = NULL; /* prevent double free if following loop is interrupted */
NULL              224 ext/mysqlnd/mysqlnd_result.c 			if (current_row != NULL) {
NULL              232 ext/mysqlnd/mysqlnd_result.c 	set->data_cursor = NULL;
NULL              244 ext/mysqlnd/mysqlnd_result.c 	set->initialized = NULL;
NULL              272 ext/mysqlnd/mysqlnd_result.c 		set->lengths = NULL;
NULL              277 ext/mysqlnd/mysqlnd_result.c 		set->row_buffers = NULL;
NULL              282 ext/mysqlnd/mysqlnd_result.c 		set->result_set_memory_pool = NULL;
NULL              303 ext/mysqlnd/mysqlnd_result.c 		result->unbuf->m.free_result(result->unbuf, result->conn? result->conn->stats : NULL);
NULL              304 ext/mysqlnd/mysqlnd_result.c 		result->unbuf = NULL;
NULL              307 ext/mysqlnd/mysqlnd_result.c 		result->stored_data = NULL;
NULL              326 ext/mysqlnd/mysqlnd_result.c 		result->meta = NULL;
NULL              345 ext/mysqlnd/mysqlnd_result.c 		result->conn = NULL;
NULL              369 ext/mysqlnd/mysqlnd_result.c 		result->meta = NULL;
NULL              404 ext/mysqlnd/mysqlnd_result.c 	MYSQLND_STMT_DATA * stmt = s ? s->data:NULL;
NULL              406 ext/mysqlnd/mysqlnd_result.c 	MYSQLND_PACKET_RSET_HEADER * rset_header = NULL;
NULL              407 ext/mysqlnd/mysqlnd_result.c 	MYSQLND_PACKET_EOF * fields_eof = NULL;
NULL              424 ext/mysqlnd/mysqlnd_result.c 			php_error_docref(NULL, E_WARNING, "Error reading result set's header");
NULL              538 ext/mysqlnd/mysqlnd_result.c 						conn->current_result = NULL;
NULL              556 ext/mysqlnd/mysqlnd_result.c 						conn->current_result = NULL;
NULL              558 ext/mysqlnd/mysqlnd_result.c 						stmt->result = NULL;
NULL              614 ext/mysqlnd/mysqlnd_result.c 	if (set->data_cursor == NULL ||
NULL              619 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL);/* No rows or no more rows */
NULL              642 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL); /* No more rows, or no fetched row */
NULL              655 ext/mysqlnd/mysqlnd_result.c 	return (result->last_row_data || result->eof_reached)? result->lengths : NULL;
NULL              670 ext/mysqlnd/mysqlnd_result.c 						NULL
NULL              709 ext/mysqlnd/mysqlnd_result.c 		result->unbuf->m.free_last_data(result->unbuf, result->conn? result->conn->stats : NULL);
NULL              713 ext/mysqlnd/mysqlnd_result.c 		row_packet->fields = NULL;
NULL              714 ext/mysqlnd/mysqlnd_result.c 		row_packet->row_buffer = NULL;
NULL              745 ext/mysqlnd/mysqlnd_result.c 							(*row)[i] = NULL;
NULL              787 ext/mysqlnd/mysqlnd_result.c 		result->unbuf->m.free_last_data(result->unbuf, result->conn? result->conn->stats : NULL);
NULL              828 ext/mysqlnd/mysqlnd_result.c 		result->unbuf->m.free_last_data(result->unbuf, result->conn? result->conn->stats : NULL);
NULL              832 ext/mysqlnd/mysqlnd_result.c 		row_packet->fields = NULL;
NULL              833 ext/mysqlnd/mysqlnd_result.c 		row_packet->row_buffer = NULL;
NULL              913 ext/mysqlnd/mysqlnd_result.c 		result->unbuf->m.free_last_data(result->unbuf, result->conn? result->conn->stats : NULL);
NULL              961 ext/mysqlnd/mysqlnd_result.c 	DBG_RETURN(NULL);
NULL             1026 ext/mysqlnd/mysqlnd_result.c 						(*row)[i] = NULL;
NULL             1039 ext/mysqlnd/mysqlnd_result.c 			set->data_cursor = NULL;
NULL             1134 ext/mysqlnd/mysqlnd_result.c 		set->data_cursor = NULL;
NULL             1255 ext/mysqlnd/mysqlnd_result.c 	const mysqlnd_fetch_row_func f = result->stored_data? result->stored_data->m.fetch_row:(result->unbuf? result->unbuf->m.fetch_row:NULL);
NULL             1275 ext/mysqlnd/mysqlnd_result.c 	MYSQLND_PACKET_ROW * row_packet = NULL;
NULL             1339 ext/mysqlnd/mysqlnd_result.c 		row_packet->fields = NULL;
NULL             1340 ext/mysqlnd/mysqlnd_result.c 		row_packet->row_buffer = NULL;
NULL             1401 ext/mysqlnd/mysqlnd_result.c 	MYSQLND_MEMORY_POOL_CHUNK ***row_buffers = NULL;
NULL             1416 ext/mysqlnd/mysqlnd_result.c 			DBG_RETURN(NULL);
NULL             1423 ext/mysqlnd/mysqlnd_result.c 			DBG_RETURN(NULL);
NULL             1435 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL);
NULL             1445 ext/mysqlnd/mysqlnd_result.c 					DBG_RETURN(NULL);
NULL             1451 ext/mysqlnd/mysqlnd_result.c 					DBG_RETURN(NULL);
NULL             1491 ext/mysqlnd/mysqlnd_result.c 		while ((PASS == result->m.fetch_row(result, NULL, 0, &fetched_anything)) && fetched_anything == TRUE) {
NULL             1506 ext/mysqlnd/mysqlnd_result.c 	MYSQLND_INC_CONN_STATISTIC(result->conn? result->conn->stats : NULL,
NULL             1537 ext/mysqlnd/mysqlnd_result.c 		set->data_cursor = NULL;
NULL             1632 ext/mysqlnd/mysqlnd_result.c 	DBG_RETURN(NULL);
NULL             1667 ext/mysqlnd/mysqlnd_result.c 	DBG_RETURN(NULL);
NULL             1690 ext/mysqlnd/mysqlnd_result.c 	DBG_RETURN(NULL);
NULL             1729 ext/mysqlnd/mysqlnd_result.c 		php_error_docref(NULL, E_WARNING, "Error while reading a row");
NULL             1758 ext/mysqlnd/mysqlnd_result.c 	MYSQLND_ROW_C ret = NULL;
NULL             1766 ext/mysqlnd/mysqlnd_result.c 		ret = NULL;
NULL             1767 ext/mysqlnd/mysqlnd_result.c 		php_error_docref(NULL, E_ERROR, "result->m.fetch_row has invalid value. Report to the developers");
NULL             1785 ext/mysqlnd/mysqlnd_result.c 		php_error_docref(NULL, E_WARNING, "fetch_all can be used only with buffered sets");
NULL             1876 ext/mysqlnd/mysqlnd_result.c 	NULL, /* row_decoder */
NULL             1885 ext/mysqlnd/mysqlnd_result.c 	NULL, /* fetch_row   */
NULL             1886 ext/mysqlnd/mysqlnd_result.c 	NULL, /* row_decoder */
NULL             1888 ext/mysqlnd/mysqlnd_result.c 	NULL, /* fetch_lengths */
NULL             1889 ext/mysqlnd/mysqlnd_result.c 	NULL, /* data_seek */
NULL             1890 ext/mysqlnd/mysqlnd_result.c 	NULL, /* initialize_result_set_rest */
NULL             1905 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL);
NULL             1927 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL);
NULL             1932 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL);
NULL             1937 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL);
NULL             1947 ext/mysqlnd/mysqlnd_result.c 		ret->m.fetch_lengths = NULL; /* makes no sense */
NULL             1968 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL);
NULL             1972 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL);
NULL             1977 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL);
NULL             1987 ext/mysqlnd/mysqlnd_result.c 		ret->m.fetch_lengths = NULL; /* makes no sense */
NULL             2011 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL);
NULL             2015 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL);
NULL             2020 ext/mysqlnd/mysqlnd_result.c 		DBG_RETURN(NULL);
NULL             2030 ext/mysqlnd/mysqlnd_result.c 		ret->m.fetch_lengths = NULL; /* makes no sense */
NULL               38 ext/mysqlnd/mysqlnd_result_meta.c 			meta->root = NULL;
NULL               42 ext/mysqlnd/mysqlnd_result_meta.c 			meta->def = NULL;
NULL               72 ext/mysqlnd/mysqlnd_result_meta.c 			meta->fields[i].root = NULL;
NULL               92 ext/mysqlnd/mysqlnd_result_meta.c 		if (mysqlnd_ps_fetch_functions[meta->fields[i].type].func == NULL) {
NULL               95 ext/mysqlnd/mysqlnd_result_meta.c 			php_error_docref(NULL, E_WARNING,
NULL              165 ext/mysqlnd/mysqlnd_result_meta.c 		meta->fields = NULL;
NULL              171 ext/mysqlnd/mysqlnd_result_meta.c 		meta->zend_hash_keys = NULL;
NULL              187 ext/mysqlnd/mysqlnd_result_meta.c 	MYSQLND_RES_METADATA * new_meta = NULL;
NULL              271 ext/mysqlnd/mysqlnd_result_meta.c 		new_meta = NULL;
NULL              273 ext/mysqlnd/mysqlnd_result_meta.c 	DBG_RETURN(NULL);
NULL              285 ext/mysqlnd/mysqlnd_result_meta.c 		DBG_RETURN(NULL);
NULL              382 ext/mysqlnd/mysqlnd_result_meta.c 	DBG_RETURN(NULL);
NULL              403 ext/mysqlnd/mysqlnd_result_meta.c 		return NULL;
NULL               36 ext/mysqlnd/mysqlnd_reverse_api.c 	zend_hash_init(&mysqlnd_api_ext_ht, 3, NULL, NULL, 1);
NULL              100 ext/mysqlnd/mysqlnd_reverse_api.c 	return NULL;
NULL              237 ext/mysqlnd/mysqlnd_statistics.c 	if (*stats == NULL) {
NULL              270 ext/mysqlnd/mysqlnd_statistics.c 	mysqlnd_stat_trigger ret = NULL;
NULL              287 ext/mysqlnd/mysqlnd_statistics.c 	mysqlnd_stat_trigger ret = NULL;
NULL               41 ext/mysqlnd/mysqlnd_wireprotocol.c 			php_error_docref(NULL, E_WARNING, "%s", mysqlnd_server_gone); \
NULL               53 ext/mysqlnd/mysqlnd_wireprotocol.c 			php_error_docref(NULL, E_WARNING, "%s", mysqlnd_server_gone); \
NULL               66 ext/mysqlnd/mysqlnd_wireprotocol.c 		php_error_docref(NULL, E_WARNING, "Premature end of data (mysqlnd_wireprotocol.c:%u)", __LINE__); \
NULL              326 ext/mysqlnd/mysqlnd_wireprotocol.c 	zend_uchar *pad_start = NULL;
NULL              448 ext/mysqlnd/mysqlnd_wireprotocol.c 	php_error_docref(NULL, E_WARNING, "GREET packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
NULL              462 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->server_version = NULL;
NULL              466 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->auth_plugin_data = NULL;
NULL              470 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->auth_protocol = NULL;
NULL              513 ext/mysqlnd/mysqlnd_wireprotocol.c 		if (packet->auth_data == NULL) {
NULL              520 ext/mysqlnd/mysqlnd_wireprotocol.c 			php_error_docref(NULL, E_WARNING, "%s", msg);
NULL              750 ext/mysqlnd/mysqlnd_wireprotocol.c 			packet->message = NULL;
NULL              762 ext/mysqlnd/mysqlnd_wireprotocol.c 	php_error_docref(NULL, E_WARNING, "AUTH_RESPONSE packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
NULL              776 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->message = NULL;
NULL              780 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->new_auth_protocol = NULL;
NULL              786 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->new_auth_protocol_data = NULL;
NULL              890 ext/mysqlnd/mysqlnd_wireprotocol.c 		packet->message = NULL;
NULL              903 ext/mysqlnd/mysqlnd_wireprotocol.c 	php_error_docref(NULL, E_WARNING, "OK packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
NULL              917 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->message = NULL;
NULL              986 ext/mysqlnd/mysqlnd_wireprotocol.c 	php_error_docref(NULL, E_WARNING, "EOF packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
NULL             1179 ext/mysqlnd/mysqlnd_wireprotocol.c 	php_error_docref(NULL, E_WARNING, "RSET_HEADER packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
NULL             1194 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->info_or_local_file = NULL;
NULL             1286 ext/mysqlnd/mysqlnd_wireprotocol.c 		php_error_docref(NULL, E_WARNING, "Protocol error. Server sent false length. Expected 12");
NULL             1409 ext/mysqlnd/mysqlnd_wireprotocol.c 	php_error_docref(NULL, E_WARNING, "Protocol error. Server sent NULL_LENGTH."
NULL             1414 ext/mysqlnd/mysqlnd_wireprotocol.c 	php_error_docref(NULL, E_WARNING, "Result set field packet "MYSQLND_SZ_T_SPEC" bytes "
NULL             1443 ext/mysqlnd/mysqlnd_wireprotocol.c 	zend_uchar * p = NULL;
NULL             1503 ext/mysqlnd/mysqlnd_wireprotocol.c 		*buffer = NULL;
NULL             1888 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->row_buffer = NULL;
NULL             1935 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->message = NULL;
NULL             2017 ext/mysqlnd/mysqlnd_wireprotocol.c 	php_error_docref(NULL, E_WARNING, "PREPARE packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
NULL             2092 ext/mysqlnd/mysqlnd_wireprotocol.c 	php_error_docref(NULL, E_WARNING, "CHANGE_USER packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
NULL             2107 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->new_auth_protocol = NULL;
NULL             2113 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->new_auth_protocol_data = NULL;
NULL             2182 ext/mysqlnd/mysqlnd_wireprotocol.c 	php_error_docref(NULL, E_WARNING, "SHA256_PK_REQUEST_RESPONSE packet "MYSQLND_SZ_T_SPEC" bytes shorter than expected",
NULL             2196 ext/mysqlnd/mysqlnd_wireprotocol.c 		p->public_key = NULL;
NULL             2214 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* write */
NULL             2219 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* read */
NULL             2226 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* write */
NULL             2231 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* read */
NULL             2238 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* write */
NULL             2244 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* write */
NULL             2249 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* read */
NULL             2256 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* write */
NULL             2262 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* write */
NULL             2268 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* write */
NULL             2274 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* write */
NULL             2280 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* write */
NULL             2286 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* write */
NULL             2291 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* read */
NULL             2298 ext/mysqlnd/mysqlnd_wireprotocol.c 		NULL, /* write */
NULL              170 ext/mysqlnd/php_mysqlnd.c 	mysqlnd_plugin_apply_with_argument(mysqlnd_minfo_dump_plugin_stats, NULL);
NULL              187 ext/mysqlnd/php_mysqlnd.c 	mysqlnd_globals->debug = NULL;	/* The actual string */
NULL              188 ext/mysqlnd/php_mysqlnd.c 	mysqlnd_globals->dbg = NULL;	/* The DBG object*/
NULL              189 ext/mysqlnd/php_mysqlnd.c 	mysqlnd_globals->trace_alloc_settings = NULL;
NULL              190 ext/mysqlnd/php_mysqlnd.c 	mysqlnd_globals->trace_alloc = NULL;
NULL              202 ext/mysqlnd/php_mysqlnd.c 	mysqlnd_globals->sha256_server_public_key = NULL;
NULL              230 ext/mysqlnd/php_mysqlnd.c 	STD_PHP_INI_ENTRY("mysqlnd.debug",					NULL, 	PHP_INI_SYSTEM, OnUpdateString,	debug, zend_mysqlnd_globals, mysqlnd_globals)
NULL              231 ext/mysqlnd/php_mysqlnd.c 	STD_PHP_INI_ENTRY("mysqlnd.trace_alloc",			NULL, 	PHP_INI_SYSTEM, OnUpdateString,	trace_alloc_settings, zend_mysqlnd_globals, mysqlnd_globals)
NULL              237 ext/mysqlnd/php_mysqlnd.c 	STD_PHP_INI_ENTRY("mysqlnd.sha256_server_public_key",NULL, 	PHP_INI_PERDIR, OnUpdateString,	sha256_server_public_key, zend_mysqlnd_globals, mysqlnd_globals)
NULL              283 ext/mysqlnd/php_mysqlnd.c 		MYSQLND_G(dbg) = NULL;
NULL              286 ext/mysqlnd/php_mysqlnd.c 			MYSQLND_DEBUG * trace_alloc = trace_log_plugin->methods.trace_instance_init(NULL);
NULL              313 ext/mysqlnd/php_mysqlnd.c 		MYSQLND_G(dbg) = NULL;
NULL              318 ext/mysqlnd/php_mysqlnd.c 		MYSQLND_G(trace_alloc) = NULL;
NULL              335 ext/mysqlnd/php_mysqlnd.c 	NULL,
NULL              344 ext/mysqlnd/php_mysqlnd.c 	NULL,
NULL              349 ext/mysqlnd/php_mysqlnd.c 	NULL,
NULL              355 ext/mysqlnd/php_mysqlnd.c 	NULL,
NULL              356 ext/mysqlnd/php_mysqlnd.c 	NULL,
NULL              653 ext/oci8/oci8.c #define arginfo_oci_free_descriptor						NULL
NULL              654 ext/oci8/oci8.c #define arginfo_oci_lob_save							NULL
NULL              655 ext/oci8/oci8.c #define arginfo_oci_lob_import							NULL
NULL              656 ext/oci8/oci8.c #define arginfo_oci_lob_load							NULL
NULL              657 ext/oci8/oci8.c #define arginfo_oci_lob_read							NULL
NULL              658 ext/oci8/oci8.c #define arginfo_oci_lob_eof								NULL
NULL              659 ext/oci8/oci8.c #define arginfo_oci_lob_tell							NULL
NULL              660 ext/oci8/oci8.c #define arginfo_oci_lob_rewind							NULL
NULL              661 ext/oci8/oci8.c #define arginfo_oci_lob_seek							NULL
NULL              662 ext/oci8/oci8.c #define arginfo_oci_lob_size							NULL
NULL              663 ext/oci8/oci8.c #define arginfo_oci_lob_write							NULL
NULL              664 ext/oci8/oci8.c #define arginfo_oci_lob_append							NULL
NULL              665 ext/oci8/oci8.c #define arginfo_oci_lob_truncate						NULL
NULL              666 ext/oci8/oci8.c #define arginfo_oci_lob_erase							NULL
NULL              667 ext/oci8/oci8.c #define arginfo_oci_lob_flush							NULL
NULL              668 ext/oci8/oci8.c #define arginfo_ocisetbufferinglob						NULL
NULL              669 ext/oci8/oci8.c #define arginfo_ocigetbufferinglob						NULL
NULL              670 ext/oci8/oci8.c #define arginfo_oci_lob_copy							NULL
NULL              671 ext/oci8/oci8.c #define arginfo_oci_lob_is_equal						NULL
NULL              672 ext/oci8/oci8.c #define arginfo_oci_lob_export							NULL
NULL              673 ext/oci8/oci8.c #define arginfo_oci_new_descriptor						NULL
NULL              674 ext/oci8/oci8.c #define arginfo_oci_rollback							NULL
NULL              675 ext/oci8/oci8.c #define arginfo_oci_commit								NULL
NULL              676 ext/oci8/oci8.c #define arginfo_oci_field_name							NULL
NULL              677 ext/oci8/oci8.c #define arginfo_oci_field_size							NULL
NULL              678 ext/oci8/oci8.c #define arginfo_oci_field_scale							NULL
NULL              679 ext/oci8/oci8.c #define arginfo_oci_field_precision						NULL
NULL              680 ext/oci8/oci8.c #define arginfo_oci_field_type							NULL
NULL              681 ext/oci8/oci8.c #define arginfo_oci_field_type_raw						NULL
NULL              682 ext/oci8/oci8.c #define arginfo_oci_field_is_null						NULL
NULL              683 ext/oci8/oci8.c #define arginfo_oci_internal_debug						NULL
NULL              684 ext/oci8/oci8.c #define arginfo_oci_execute								NULL
NULL              685 ext/oci8/oci8.c #define arginfo_oci_cancel								NULL
NULL              686 ext/oci8/oci8.c #define arginfo_oci_fetch								NULL
NULL              687 ext/oci8/oci8.c #define arginfo_oci_fetch_object						NULL
NULL              688 ext/oci8/oci8.c #define arginfo_oci_fetch_row							NULL
NULL              689 ext/oci8/oci8.c #define arginfo_oci_fetch_assoc							NULL
NULL              690 ext/oci8/oci8.c #define arginfo_oci_fetch_array							NULL
NULL              691 ext/oci8/oci8.c #define arginfo_oci_free_statement						NULL
NULL              692 ext/oci8/oci8.c #define arginfo_oci_close								NULL
NULL              693 ext/oci8/oci8.c #define arginfo_oci_new_connect							NULL
NULL              694 ext/oci8/oci8.c #define arginfo_oci_connect								NULL
NULL              695 ext/oci8/oci8.c #define arginfo_oci_pconnect							NULL
NULL              696 ext/oci8/oci8.c #define arginfo_oci_error								NULL
NULL              697 ext/oci8/oci8.c #define arginfo_oci_num_fields							NULL
NULL              698 ext/oci8/oci8.c #define arginfo_oci_parse								NULL
NULL              699 ext/oci8/oci8.c #define arginfo_oci_get_implicit_resultset				NULL
NULL              700 ext/oci8/oci8.c #define arginfo_oci_set_prefetch						NULL
NULL              701 ext/oci8/oci8.c #define arginfo_oci_set_client_identifier				NULL
NULL              702 ext/oci8/oci8.c #define arginfo_oci_set_edition							NULL
NULL              703 ext/oci8/oci8.c #define arginfo_oci_set_module_name						NULL
NULL              704 ext/oci8/oci8.c #define arginfo_oci_set_action							NULL
NULL              705 ext/oci8/oci8.c #define arginfo_oci_set_client_info						NULL
NULL              707 ext/oci8/oci8.c #define arginfo_oci_set_db_operation					NULL
NULL              709 ext/oci8/oci8.c #define arginfo_oci_password_change						NULL
NULL              710 ext/oci8/oci8.c #define arginfo_oci_new_cursor							NULL
NULL              711 ext/oci8/oci8.c #define arginfo_oci_result								NULL
NULL              712 ext/oci8/oci8.c #define arginfo_oci_client_version						NULL
NULL              713 ext/oci8/oci8.c #define arginfo_oci_server_version						NULL
NULL              714 ext/oci8/oci8.c #define arginfo_oci_statement_type						NULL
NULL              715 ext/oci8/oci8.c #define arginfo_oci_num_rows							NULL
NULL              716 ext/oci8/oci8.c #define arginfo_oci_free_collection						NULL
NULL              717 ext/oci8/oci8.c #define arginfo_oci_collection_append					NULL
NULL              718 ext/oci8/oci8.c #define arginfo_oci_collection_element_get				NULL
NULL              719 ext/oci8/oci8.c #define arginfo_oci_collection_assign					NULL
NULL              720 ext/oci8/oci8.c #define arginfo_oci_collection_element_assign			NULL
NULL              721 ext/oci8/oci8.c #define arginfo_oci_collection_size						NULL
NULL              722 ext/oci8/oci8.c #define arginfo_oci_collection_max						NULL
NULL              723 ext/oci8/oci8.c #define arginfo_oci_collection_trim						NULL
NULL              724 ext/oci8/oci8.c #define arginfo_oci_new_collection						NULL
NULL              725 ext/oci8/oci8.c #define arginfo_oci_lob_size_method						NULL
NULL              726 ext/oci8/oci8.c #define arginfo_oci_lob_getbuffering_method				NULL
NULL              727 ext/oci8/oci8.c #define arginfo_oci_lob_close_method					NULL
NULL              728 ext/oci8/oci8.c #define arginfo_oci_lob_save_method						NULL
NULL              729 ext/oci8/oci8.c #define arginfo_oci_lob_import_method					NULL
NULL              730 ext/oci8/oci8.c #define arginfo_oci_lob_read_method						NULL
NULL              731 ext/oci8/oci8.c #define arginfo_oci_lob_seek_method						NULL
NULL              732 ext/oci8/oci8.c #define arginfo_oci_lob_write_method					NULL
NULL              733 ext/oci8/oci8.c #define arginfo_oci_lob_append_method					NULL
NULL              734 ext/oci8/oci8.c #define arginfo_oci_lob_truncate_method					NULL
NULL              735 ext/oci8/oci8.c #define arginfo_oci_lob_erase_method					NULL
NULL              736 ext/oci8/oci8.c #define arginfo_oci_lob_flush_method					NULL
NULL              737 ext/oci8/oci8.c #define arginfo_oci_lob_setbuffering_method				NULL
NULL              738 ext/oci8/oci8.c #define arginfo_oci_lob_export_method					NULL
NULL              739 ext/oci8/oci8.c #define arginfo_oci_lob_write_temporary_method			NULL
NULL              740 ext/oci8/oci8.c #define arginfo_oci_lob_load_method						NULL
NULL              741 ext/oci8/oci8.c #define arginfo_oci_lob_tell_method						NULL
NULL              742 ext/oci8/oci8.c #define arginfo_oci_lob_rewind_method					NULL
NULL              743 ext/oci8/oci8.c #define arginfo_oci_lob_eof_method						NULL
NULL              744 ext/oci8/oci8.c #define arginfo_oci_free_descriptor_method				NULL
NULL              745 ext/oci8/oci8.c #define arginfo_oci_collection_append_method			NULL
NULL              746 ext/oci8/oci8.c #define arginfo_oci_collection_element_get_method		NULL
NULL              747 ext/oci8/oci8.c #define arginfo_oci_collection_assign_method			NULL
NULL              748 ext/oci8/oci8.c #define arginfo_oci_collection_size_method				NULL
NULL              749 ext/oci8/oci8.c #define arginfo_oci_collection_element_assign_method	NULL
NULL              750 ext/oci8/oci8.c #define arginfo_oci_collection_max_method				NULL
NULL              751 ext/oci8/oci8.c #define arginfo_oci_collection_trim_method				NULL
NULL              752 ext/oci8/oci8.c #define arginfo_oci_collection_free_method				NULL
NULL              976 ext/oci8/oci8.c 	{NULL,NULL,NULL}
NULL             1011 ext/oci8/oci8.c 	{NULL,NULL,NULL}
NULL             1032 ext/oci8/oci8.c 	{NULL,NULL,NULL}
NULL             1049 ext/oci8/oci8.c 	NULL,					  /* post deactivate */
NULL             1085 ext/oci8/oci8.c 	errstatus = OCIEnvNlsCreate(&OCI_G(env), PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, 0, 0);
NULL             1089 ext/oci8/oci8.c 		php_error_docref(NULL, E_WARNING, "OCIEnvNlsCreate() failed. There is something wrong with your system - please check that " PHP_OCI8_LIB_PATH_MSG " includes the directory with Oracle Instant Client libraries");
NULL             1091 ext/oci8/oci8.c 		php_error_docref(NULL, E_WARNING, "OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME and " PHP_OCI8_LIB_PATH_MSG " are set and point to the right directories");
NULL             1094 ext/oci8/oci8.c 			&& OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS
NULL             1096 ext/oci8/oci8.c 			php_error_docref(NULL, E_WARNING, "%s", tmp_buf);
NULL             1099 ext/oci8/oci8.c 		OCI_G(env) = NULL;
NULL             1100 ext/oci8/oci8.c 		OCI_G(err) = NULL;
NULL             1104 ext/oci8/oci8.c 	errstatus = OCIHandleAlloc (OCI_G(env), (dvoid **)&OCI_G(err), OCI_HTYPE_ERROR, 0, NULL);
NULL             1118 ext/oci8/oci8.c 		PHP_OCI_CALL(OCIConnectionPoolCreate, (OCI_G(env), OCI_G(err), cpoolh, NULL, 0, NULL, 0, 0, 0, 0, NULL, 0, NULL, 0, cpoolmode));
NULL             1123 ext/oci8/oci8.c 		OCIErrorGet(OCI_G(env), (ub4)1, NULL, &ora_error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ERROR);
NULL             1133 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "Initialization error: OCI_SUCCESS_WITH_INFO: %s", tmp_buf);
NULL             1135 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "Initialization error: OCI_ERROR: %s", tmp_buf);
NULL             1139 ext/oci8/oci8.c 				OCI_G(env) = NULL;
NULL             1140 ext/oci8/oci8.c 				OCI_G(err) = NULL;
NULL             1155 ext/oci8/oci8.c 		OCI_G(err) = NULL;
NULL             1160 ext/oci8/oci8.c 		OCI_G(env) = NULL;
NULL             1192 ext/oci8/oci8.c 	le_statement = zend_register_list_destructors_ex(php_oci_statement_list_dtor, NULL, "oci8 statement", module_number);
NULL             1193 ext/oci8/oci8.c 	le_connection = zend_register_list_destructors_ex(php_oci_connection_list_dtor, NULL, "oci8 connection", module_number);
NULL             1195 ext/oci8/oci8.c 	le_psessionpool = zend_register_list_destructors_ex(NULL, php_oci_spool_list_dtor, "oci8 persistent session pool", module_number);
NULL             1196 ext/oci8/oci8.c 	le_descriptor = zend_register_list_destructors_ex(php_oci_descriptor_list_dtor, NULL, "oci8 descriptor", module_number);
NULL             1197 ext/oci8/oci8.c 	le_collection = zend_register_list_destructors_ex(php_oci_collection_list_dtor, NULL, "oci8 collection", module_number);
NULL             1300 ext/oci8/oci8.c 	OCI_G(edition) = NULL;
NULL             1453 ext/oci8/oci8.c 			le = zvp ? Z_RES_P(zvp) : NULL;
NULL             1454 ext/oci8/oci8.c 			if (le != NULL && le->type == le_pconnection && le->ptr == connection) {
NULL             1536 ext/oci8/oci8.c 		define->name = NULL;
NULL             1553 ext/oci8/oci8.c 		bind->array.elements = NULL;
NULL             1558 ext/oci8/oci8.c 		bind->array.element_lengths = NULL;
NULL             1563 ext/oci8/oci8.c 		bind->array.indicators = NULL;
NULL             1613 ext/oci8/oci8.c 	data = NULL;
NULL             1627 ext/oci8/oci8.c 	connection->descriptors = NULL;
NULL             1648 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "OCI_SUCCESS_WITH_INFO: %s", errbuf);
NULL             1650 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "OCI_SUCCESS_WITH_INFO: failed to fetch error message");
NULL             1654 ext/oci8/oci8.c 			php_error_docref(NULL, E_WARNING, "OCI_NEED_DATA");
NULL             1659 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "%s", errbuf);
NULL             1661 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "OCI_NO_DATA: failed to fetch error message");
NULL             1667 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "%s", errbuf, sizeof(errbuf));
NULL             1669 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "failed to fetch error message");
NULL             1673 ext/oci8/oci8.c 			php_error_docref(NULL, E_WARNING, "OCI_INVALID_HANDLE");
NULL             1676 ext/oci8/oci8.c 			php_error_docref(NULL, E_WARNING, "OCI_STILL_EXECUTING");
NULL             1679 ext/oci8/oci8.c 			php_error_docref(NULL, E_WARNING, "OCI_CONTINUE");
NULL             1682 ext/oci8/oci8.c 			php_error_docref(NULL, E_WARNING, "Unknown OCI error code: %d", errstatus);
NULL             1704 ext/oci8/oci8.c 	PHP_OCI_CALL(OCIErrorGet, (error_handle, (ub4)1, NULL, &error_code, error_buf, (ub4)error_buf_size, (ub4)OCI_HTYPE_ERROR));
NULL             1725 ext/oci8/oci8.c 	*sqltext = NULL;
NULL             1754 ext/oci8/oci8.c 	char *dbname = NULL, *charset = NULL;
NULL             1771 ext/oci8/oci8.c 		charset = NULL;
NULL             1774 ext/oci8/oci8.c 	connection = php_oci_do_connect_ex(username, (int) username_len, password, (int) password_len, NULL, 0, dbname, (int) dbname_len, charset, session_mode, persistent, exclusive);
NULL             1801 ext/oci8/oci8.c 	php_oci_connection *connection = NULL;
NULL             1804 ext/oci8/oci8.c 	php_oci_spool *session_pool = NULL;
NULL             1812 ext/oci8/oci8.c 		php_error_docref(NULL, E_WARNING, "Invalid session mode specified (%pd)", session_mode);
NULL             1813 ext/oci8/oci8.c 		return NULL;
NULL             1817 ext/oci8/oci8.c 			php_error_docref(NULL, E_WARNING, "OCI_SYSDBA and OCI_SYSOPER cannot be used together");
NULL             1818 ext/oci8/oci8.c 			return NULL;
NULL             1825 ext/oci8/oci8.c 			php_error_docref(NULL, E_WARNING, "External Authentication is not supported on Windows");
NULL             1826 ext/oci8/oci8.c 			return NULL;
NULL             1829 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "OCI_CRED_EXT can only be used with a username of \"/\" and a NULL password");
NULL             1830 ext/oci8/oci8.c 				return NULL;
NULL             1839 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "Privileged connect is disabled. Enable oci8.privileged_connect to be able to connect as SYSOPER or SYSDBA");
NULL             1840 ext/oci8/oci8.c 				return NULL;
NULL             1845 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "Privileged connect is disabled in Safe Mode");
NULL             1846 ext/oci8/oci8.c 				return NULL;
NULL             1853 ext/oci8/oci8.c 	if (OCI_G(env) == NULL) {
NULL             1855 ext/oci8/oci8.c 		if (OCI_G(env) == NULL) {
NULL             1856 ext/oci8/oci8.c 			return NULL;
NULL             1900 ext/oci8/oci8.c 			php_error_docref(NULL, E_WARNING, "Invalid character set name: %s", charset);
NULL             1918 ext/oci8/oci8.c 	timestamp = time(NULL);
NULL             1933 ext/oci8/oci8.c 		if (persistent && ((zvp = zend_hash_find(&EG(persistent_list), hashed_details.s))) != NULL) {
NULL             1941 ext/oci8/oci8.c 		} else if (!persistent && ((zvp = zend_hash_find(&EG(regular_list), hashed_details.s)) != NULL)) {
NULL             1968 ext/oci8/oci8.c 			if (php_oci_create_session(connection, NULL, dbname, dbname_len, username, username_len, password, password_len, new_password, new_password_len, (int) session_mode)) {
NULL             1972 ext/oci8/oci8.c 				return NULL;
NULL             1999 ext/oci8/oci8.c 							php_oci_connection *tmp = (php_oci_connection *) NULL;
NULL             2000 ext/oci8/oci8.c 							zval *tmp_val = (zval *) NULL;
NULL             2006 ext/oci8/oci8.c 								if ((tmp_val != NULL) && (Z_TYPE_P(tmp_val) == IS_RESOURCE)) {
NULL             2010 ext/oci8/oci8.c 								if ((tmp_val != NULL) && (tmp != NULL) &&
NULL             2053 ext/oci8/oci8.c 					le->ptr = NULL;
NULL             2064 ext/oci8/oci8.c 			connection = NULL;
NULL             2087 ext/oci8/oci8.c 				php_error_docref(NULL, E_NOTICE, "Too many open persistent connections (%pd)", OCI_G(num_persistent));
NULL             2097 ext/oci8/oci8.c 			connection->client_id = NULL;
NULL             2101 ext/oci8/oci8.c 			if (connection == NULL) {
NULL             2102 ext/oci8/oci8.c 				return NULL;
NULL             2105 ext/oci8/oci8.c 			if (connection->hash_key == NULL) {
NULL             2107 ext/oci8/oci8.c 				return NULL;
NULL             2111 ext/oci8/oci8.c 			connection->client_id = NULL;
NULL             2119 ext/oci8/oci8.c 		connection->client_id = NULL;
NULL             2132 ext/oci8/oci8.c 		if ((session_pool = php_oci_get_spool(username, username_len, password, password_len, dbname, dbname_len, charsetid ? charsetid:charsetid_nls_lang))==NULL)
NULL             2136 ext/oci8/oci8.c 			return NULL;
NULL             2160 ext/oci8/oci8.c 			return NULL;
NULL             2166 ext/oci8/oci8.c 			return NULL;
NULL             2243 ext/oci8/oci8.c 		OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ERROR);
NULL             2374 ext/oci8/oci8.c 		connection->private_spool = NULL;
NULL             2383 ext/oci8/oci8.c 		connection->hash_key = NULL;
NULL             2388 ext/oci8/oci8.c 		connection->client_id = NULL;
NULL             2392 ext/oci8/oci8.c 	connection = NULL;
NULL             2408 ext/oci8/oci8.c 	time_t timestamp = time(NULL);
NULL             2461 ext/oci8/oci8.c 			PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL,
NULL             2467 ext/oci8/oci8.c 		connection->svc = NULL;
NULL             2468 ext/oci8/oci8.c 		connection->server = NULL;
NULL             2469 ext/oci8/oci8.c 		connection->session = NULL;
NULL             2470 ext/oci8/oci8.c 		connection->id = NULL;
NULL             2478 ext/oci8/oci8.c 		connection->next_pingp = NULL;
NULL             2482 ext/oci8/oci8.c 			connection->client_id = NULL;
NULL             2582 ext/oci8/oci8.c 				php_error_docref(NULL, E_WARNING, "Unable to find LOB descriptor #%d", column->descid);
NULL             2650 ext/oci8/oci8.c 	zval *placeholder = (zval*) NULL;
NULL             2728 ext/oci8/oci8.c 						    (ub4 *)NULL, OCI_ATTR_IMPLICIT_RESULT_COUNT, invokedstatement->err));
NULL             2765 ext/oci8/oci8.c 	if (placeholder == NULL) {
NULL             2775 ext/oci8/oci8.c 		column = php_oci_statement_get_column(statement, i + 1, NULL, 0);
NULL             2777 ext/oci8/oci8.c 		if (column == NULL) {
NULL             2826 ext/oci8/oci8.c 	timestamp = time(NULL);
NULL             2854 ext/oci8/oci8.c 	php_oci_spool *session_pool = NULL;
NULL             2857 ext/oci8/oci8.c 	OCIAuthInfo *spoolAuth = NULL;
NULL             2862 ext/oci8/oci8.c 	if (session_pool == NULL) {
NULL             2870 ext/oci8/oci8.c 		if (session_pool->spool_hash_key == NULL) {
NULL             2912 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, (session_pool->env, (dvoid **)&(spoolAuth), OCI_HTYPE_AUTHINFO, 0, NULL));
NULL             2967 ext/oci8/oci8.c 		session_pool = NULL;
NULL             2992 ext/oci8/oci8.c 	php_oci_spool *session_pool = NULL;
NULL             2994 ext/oci8/oci8.c 	zend_resource *spool_out_le = NULL;
NULL             2996 ext/oci8/oci8.c 	zval *spool_out_zv = NULL;
NULL             3028 ext/oci8/oci8.c 	if (spool_out_zv != NULL) {
NULL             3032 ext/oci8/oci8.c 	if (spool_out_le == NULL) {
NULL             3036 ext/oci8/oci8.c 		if (session_pool == NULL) {
NULL             3055 ext/oci8/oci8.c 		session_pool = NULL;
NULL             3069 ext/oci8/oci8.c 	OCIEnv *retenv = NULL;
NULL             3072 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvNlsCreate, (&retenv, OCI_G(events) ? PHP_OCI_INIT_MODE | OCI_EVENTS : PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, charsetid, charsetid));
NULL             3079 ext/oci8/oci8.c 		php_error_docref(NULL, E_WARNING, "OCIEnvNlsCreate() failed. There is something wrong with your system - please check that " PHP_OCI8_LIB_PATH_MSG " includes the directory with Oracle Instant Client libraries");
NULL             3081 ext/oci8/oci8.c 		php_error_docref(NULL, E_WARNING, "OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME and " PHP_OCI8_LIB_PATH_MSG " are set and point to the right directories");
NULL             3084 ext/oci8/oci8.c 			&& OCIErrorGet(retenv, (ub4)1, NULL, &ora_error_code, ora_msg_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ENV) == OCI_SUCCESS
NULL             3086 ext/oci8/oci8.c 			php_error_docref(NULL, E_WARNING, "%s", ora_msg_buf);
NULL             3089 ext/oci8/oci8.c 		return NULL;
NULL             3117 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->server), OCI_HTYPE_SERVER, 0, NULL));
NULL             3136 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->session), OCI_HTYPE_SESSION, 0, NULL));
NULL             3145 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->err), OCI_HTYPE_ERROR, 0, NULL));
NULL             3154 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->svc), OCI_HTYPE_SVCCTX, 0, NULL));
NULL             3292 ext/oci8/oci8.c 	php_oci_spool *actual_spool = NULL;
NULL             3296 ext/oci8/oci8.c 	time_t timestamp = time(NULL);
NULL             3308 ext/oci8/oci8.c 		!(connection->private_spool = php_oci_create_spool(username, username_len, password, password_len, dbname, dbname_len, NULL, connection->charset))) {
NULL             3333 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->err), OCI_HTYPE_ERROR, 0, NULL));
NULL             3343 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->authinfo), OCI_HTYPE_AUTHINFO, 0, NULL));
NULL             3394 ext/oci8/oci8.c 		PHP_OCI_CALL_RETURN(OCI_G(errcode),OCISessionGet, (connection->env, OCI_G(err), &(connection->svc), (OCIAuthInfo *)connection->authinfo, (OraText *)actual_spool->poolname, (ub4)actual_spool->poolname_len, NULL, 0, NULL, NULL, NULL, OCI_SESSGET_SPOOL));
NULL             3432 ext/oci8/oci8.c 				PHP_OCI_CALL(OCISessionRelease, (connection->svc, connection->err, NULL,0, (ub4) OCI_SESSRLS_DROPSESS));
NULL             3433 ext/oci8/oci8.c 				connection->svc = NULL;
NULL             3434 ext/oci8/oci8.c 				connection->server = NULL;
NULL             3435 ext/oci8/oci8.c 				connection->session = NULL;
NULL             3510 ext/oci8/oci8.c 	time_t *next_pingp = NULL;
NULL             3526 ext/oci8/oci8.c 		time_t timestamp = time(NULL);
NULL               49 ext/oci8/oci8_collection.c 	dvoid *dschp1 = NULL;
NULL               58 ext/oci8/oci8_collection.c 	collection->collection = NULL;
NULL              200 ext/oci8/oci8_collection.c 			php_error_docref(NULL, E_WARNING, "unknown collection type %d", collection->coll_typecode);
NULL              238 ext/oci8/oci8_collection.c 	return NULL;
NULL              324 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date));
NULL              364 ext/oci8/oci8_collection.c 	element_double = zend_strtod(number, NULL);
NULL              465 ext/oci8/oci8_collection.c 			php_error_docref(NULL, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
NULL              576 ext/oci8/oci8_collection.c 			php_error_docref(NULL, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
NULL              616 ext/oci8/oci8_collection.c 	PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date));
NULL              657 ext/oci8/oci8_collection.c 	element_double = zend_strtod(number, NULL);
NULL              760 ext/oci8/oci8_collection.c 			php_error_docref(NULL, E_NOTICE, "Unknown or unsupported type of element: %d", collection->element_typecode);
NULL               65 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Column name cannot be empty");
NULL               71 ext/oci8/oci8_interface.c 	if (statement->defines == NULL) {
NULL               73 ext/oci8/oci8_interface.c 		zend_hash_init(statement->defines, 13, NULL, php_oci_define_hash_dtor, 0);
NULL               83 ext/oci8/oci8_interface.c 	if ((define = zend_hash_add_new_ptr(statement->defines, zvtmp, define)) != NULL) {
NULL              112 ext/oci8/oci8_interface.c 	zval *bind_var = NULL;
NULL              142 ext/oci8/oci8_interface.c 	zval *bind_var = NULL;
NULL              156 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Maximum array length must be greater than zero");
NULL              180 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              181 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              214 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              215 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              222 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Offset parameter must be greater than or equal to 0");
NULL              264 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Filename cannot contain null bytes");
NULL              269 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              270 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              289 ext/oci8/oci8_interface.c 	char *buffer = NULL;
NULL              298 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              299 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              341 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              342 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              349 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Length parameter must be greater than 0");
NULL              381 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              382 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              410 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              411 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              434 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              435 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              467 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              468 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              496 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Invalid offset or LOB position");
NULL              517 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              518 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              561 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              562 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              597 ext/oci8/oci8_interface.c 	if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              598 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property. The first argument should be valid descriptor object");
NULL              602 ext/oci8/oci8_interface.c 	if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              603 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property. The second argument should be valid descriptor object");
NULL              638 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              639 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              644 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Length must be greater than or equal to zero");
NULL              673 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "Offset must be greater than or equal to 0");
NULL              678 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "Length must be greater than or equal to 0");
NULL              688 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "Offset must be greater than or equal to 0");
NULL              693 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "Length must be greater than or equal to 0");
NULL              698 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              699 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              731 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              732 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              769 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              770 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              796 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              797 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              822 ext/oci8/oci8_interface.c 	if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_dest), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              823 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property. The first argument should be valid descriptor object");
NULL              827 ext/oci8/oci8_interface.c 	if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_from), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              828 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property. The second argument should be valid descriptor object");
NULL              836 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Length parameter must be greater than 0");
NULL              864 ext/oci8/oci8_interface.c 	if ((tmp_first = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_first), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              865 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property. The first argument should be valid descriptor object");
NULL              869 ext/oci8/oci8_interface.c 	if ((tmp_second = zend_hash_str_find(Z_OBJPROP_P(z_descriptor_second), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              870 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property. The second argument should be valid descriptor object");
NULL              911 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "Start parameter must be greater than or equal to 0");
NULL              915 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "Length parameter must be greater than or equal to 0");
NULL              929 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "Start parameter must be greater than or equal to 0");
NULL              933 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "Length parameter must be greater than or equal to 0");
NULL              941 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Filename cannot contain null bytes");
NULL              946 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL              947 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL              976 ext/oci8/oci8_interface.c 	if (PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) {
NULL              986 ext/oci8/oci8_interface.c 	stream = php_stream_open_wrapper_ex(filename, "w", REPORT_ERRORS, NULL, NULL);
NULL              988 ext/oci8/oci8_interface.c 	stream = php_stream_open_wrapper_ex(filename, "w", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, NULL);
NULL             1047 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL             1048 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL             1074 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_descriptor), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL             1075 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL             1438 ext/oci8/oci8_interface.c 			columns[ i ] = php_oci_statement_get_column(statement, i + 1, NULL, 0);
NULL             1475 ext/oci8/oci8_interface.c 				columns[ i ] = php_oci_statement_get_column(statement, i + 1, NULL, 0);
NULL             1483 ext/oci8/oci8_interface.c 				columns[ i ] = php_oci_statement_get_column(statement, i + 1, NULL, 0);
NULL             1632 ext/oci8/oci8_interface.c 	zval *arg = NULL;
NULL             1637 ext/oci8/oci8_interface.c 	dvoid *errh = NULL;
NULL             1639 ext/oci8/oci8_interface.c 	text *sqltext = NULL;
NULL             1646 ext/oci8/oci8_interface.c 		statement = (php_oci_statement *) zend_fetch_resource_ex(arg, NULL, le_statement);
NULL             1657 ext/oci8/oci8_interface.c 		connection = (php_oci_connection *) zend_fetch_resource_ex(arg, NULL, le_connection);
NULL             1664 ext/oci8/oci8_interface.c 		connection = (php_oci_connection *) zend_fetch_resource_ex(arg, NULL, le_pconnection);
NULL             1681 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Oci_error: unable to find error handle");
NULL             1757 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Number of rows to be prefetched has to be greater than or equal to 0");
NULL             1811 ext/oci8/oci8_interface.c 		connection->client_id = NULL;
NULL             1840 ext/oci8/oci8_interface.c 		OCI_G(edition) = NULL;
NULL             1845 ext/oci8/oci8_interface.c 	php_error_docref(NULL, E_NOTICE, "Unsupported attribute type");
NULL             1877 ext/oci8/oci8_interface.c 	php_error_docref(NULL, E_NOTICE, "Unsupported attribute type");
NULL             1909 ext/oci8/oci8_interface.c 	php_error_docref(NULL, E_NOTICE, "Unsupported attribute type");
NULL             1941 ext/oci8/oci8_interface.c 	php_error_docref(NULL, E_NOTICE, "Unsupported attribute type");
NULL             1972 ext/oci8/oci8_interface.c 	php_error_docref(NULL, E_NOTICE, "Unsupported attribute type");
NULL             1991 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "is disabled in Safe Mode");
NULL             2000 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "username cannot be empty");
NULL             2004 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "old password cannot be empty");
NULL             2008 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "new password cannot be empty");
NULL             2019 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "username cannot be empty");
NULL             2023 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "old password cannot be empty");
NULL             2027 ext/oci8/oci8_interface.c 			php_error_docref(NULL, E_WARNING, "new password cannot be empty");
NULL             2031 ext/oci8/oci8_interface.c 		connection = php_oci_do_connect_ex(user, (int) user_len, pass_old, (int) pass_old_len, pass_new, (int) pass_new_len, dbname, (int) dbname_len, NULL, OCI_DEFAULT, 0, 0);
NULL             2055 ext/oci8/oci8_interface.c 	statement = php_oci_statement_create(connection, NULL, 0);
NULL             2204 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) == NULL) {
NULL             2205 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find collection property");
NULL             2236 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) == NULL) {
NULL             2237 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find collection property");
NULL             2270 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) == NULL) {
NULL             2271 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find collection property");
NULL             2303 ext/oci8/oci8_interface.c 	if ((tmp_dest = zend_hash_str_find(Z_OBJPROP_P(z_collection_dest), "collection", sizeof("collection")-1)) == NULL) {
NULL             2304 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find collection property. The first argument should be valid collection object");
NULL             2308 ext/oci8/oci8_interface.c 	if ((tmp_from = zend_hash_str_find(Z_OBJPROP_P(z_collection_from), "collection", sizeof("collection")-1)) == NULL) {
NULL             2309 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find collection property. The second argument should be valid collection object");
NULL             2344 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) == NULL) {
NULL             2345 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find collection property");
NULL             2372 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) == NULL) {
NULL             2373 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find collection property");
NULL             2400 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) == NULL) {
NULL             2401 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find collection property");
NULL             2433 ext/oci8/oci8_interface.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(z_collection), "collection", sizeof("collection")-1)) == NULL) {
NULL             2434 ext/oci8/oci8_interface.c 		php_error_docref(NULL, E_WARNING, "Unable to find collection property");
NULL             2454 ext/oci8/oci8_interface.c 	char *tdo, *schema = NULL;
NULL               66 ext/oci8/oci8_lob.c 			php_error_docref(NULL, E_WARNING, "Unknown descriptor type %pd", type);
NULL               67 ext/oci8/oci8_lob.c 			return NULL;
NULL               82 ext/oci8/oci8_lob.c 		return NULL;
NULL              101 ext/oci8/oci8_lob.c 			zend_hash_init(connection->descriptors, 0, NULL, php_oci_descriptor_flush_hash_dtor, 0);
NULL              107 ext/oci8/oci8_lob.c 			php_error_docref(NULL, E_WARNING, "Internal descriptor counter has reached limit");
NULL              109 ext/oci8/oci8_lob.c 			return NULL;
NULL              179 ext/oci8/oci8_lob.c 				*(ctx->lob_data) = NULL;
NULL              192 ext/oci8/oci8_lob.c 				*(ctx->lob_data) = NULL;
NULL              201 ext/oci8/oci8_lob.c 					php_error_docref(NULL, E_WARNING, "Unexpected LOB piece id received (value:%d)", piece);
NULL              202 ext/oci8/oci8_lob.c 			*(ctx->lob_data) = NULL;
NULL              258 ext/oci8/oci8_lob.c 	*data = NULL;
NULL              273 ext/oci8/oci8_lob.c 		php_error_docref(NULL, E_WARNING, "Offset must be less than size of the LOB");
NULL              373 ext/oci8/oci8_lob.c 			*data = NULL;
NULL              389 ext/oci8/oci8_lob.c 				*data = NULL;
NULL              633 ext/oci8/oci8_lob.c 			php_error_docref(NULL, E_WARNING, "Invalid flag value: %pd", flush_flag);
NULL              723 ext/oci8/oci8_lob.c 	if ((PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename)) {
NULL              729 ext/oci8/oci8_lob.c 		php_error_docref(NULL, E_WARNING, "Can't open file %s", filename);
NULL              820 ext/oci8/oci8_lob.c 		php_error_docref(NULL, E_WARNING, "Size must be greater than or equal to 0");
NULL              825 ext/oci8/oci8_lob.c 		php_error_docref(NULL, E_WARNING, "Size must be less than or equal to the current LOB size");
NULL              917 ext/oci8/oci8_lob.c 			php_error_docref(NULL, E_WARNING, "Invalid temporary lob type: %pd", type);
NULL               57 ext/oci8/oci8_statement.c 		PHP_OCI_CALL(OCIHandleAlloc, (connection->env, (dvoid **)&(statement->stmt), OCI_HTYPE_STMT, 0, NULL));
NULL               60 ext/oci8/oci8_statement.c 	PHP_OCI_CALL(OCIHandleAlloc, (connection->env, (dvoid **)&(statement->err), OCI_HTYPE_ERROR, 0, NULL));
NULL               70 ext/oci8/oci8_statement.c 				 NULL,
NULL               85 ext/oci8/oci8_statement.c 			PHP_OCI_CALL(OCIStmtRelease, (statement->stmt, statement->err, NULL, 0, OCI_STRLS_CACHE_DELETE));
NULL               89 ext/oci8/oci8_statement.c 			return NULL;
NULL               99 ext/oci8/oci8_statement.c 		statement->last_query = NULL;
NULL              107 ext/oci8/oci8_statement.c 	statement->impres_child_stmt = NULL;
NULL              131 ext/oci8/oci8_statement.c 	php_error_docref(NULL, E_WARNING, "Implicit results are available in Oracle Database 12c onwards");
NULL              132 ext/oci8/oci8_statement.c 	return NULL;
NULL              141 ext/oci8/oci8_statement.c 		return NULL;
NULL              146 ext/oci8/oci8_statement.c 		php_error_docref(NULL, E_WARNING, "Unexpected implicit result type returned from Oracle Database");
NULL              147 ext/oci8/oci8_statement.c 		return NULL;
NULL              151 ext/oci8/oci8_statement.c 		PHP_OCI_CALL(OCIHandleAlloc, (statement->connection->env, (dvoid **)&(statement2->err), OCI_HTYPE_ERROR, 0, NULL));
NULL              154 ext/oci8/oci8_statement.c 		statement2->impres_child_stmt = NULL;
NULL              159 ext/oci8/oci8_statement.c 		statement2->last_query = NULL;
NULL              161 ext/oci8/oci8_statement.c 		statement2->columns = NULL;
NULL              162 ext/oci8/oci8_statement.c 		statement2->binds = NULL;
NULL              163 ext/oci8/oci8_statement.c 		statement2->defines = NULL;
NULL              232 ext/oci8/oci8_statement.c 				outcol->nested_statement = NULL;
NULL              264 ext/oci8/oci8_statement.c 		if (statement->last_query == NULL) {
NULL              269 ext/oci8/oci8_statement.c 				statement->columns = NULL;
NULL              286 ext/oci8/oci8_statement.c 		column = php_oci_statement_get_column(statement, i + 1, NULL, 0);
NULL              311 ext/oci8/oci8_statement.c 				column = php_oci_statement_get_column(statement, i + 1, NULL, 0);
NULL              341 ext/oci8/oci8_statement.c 				column = php_oci_statement_get_column(statement, i + 1, NULL, 0);
NULL              354 ext/oci8/oci8_statement.c 			column = php_oci_statement_get_column(statement, i + 1, NULL, 0);
NULL              355 ext/oci8/oci8_statement.c 			if (column == NULL) {
NULL              383 ext/oci8/oci8_statement.c 	php_oci_out_column *column = NULL;
NULL              386 ext/oci8/oci8_statement.c 	if (statement->columns == NULL) { /* we release the columns at the end of a fetch */
NULL              387 ext/oci8/oci8_statement.c 		return NULL;
NULL              392 ext/oci8/oci8_statement.c 			column = php_oci_statement_get_column(statement, i + 1, NULL, 0);
NULL              393 ext/oci8/oci8_statement.c 			if (column == NULL) {
NULL              400 ext/oci8/oci8_statement.c 		if ((column = zend_hash_index_find_ptr(statement->columns, column_index)) == NULL) {
NULL              401 ext/oci8/oci8_statement.c 			return NULL;
NULL              406 ext/oci8/oci8_statement.c 	return NULL;
NULL              417 ext/oci8/oci8_statement.c 		php_error_docref(NULL, E_WARNING, "Invalid context pointer value");
NULL              425 ext/oci8/oci8_statement.c 				nested_stmt = php_oci_statement_create(outcol->statement->connection, NULL, 0);
NULL              483 ext/oci8/oci8_statement.c 	OCIParam *param = NULL;
NULL              505 ext/oci8/oci8_statement.c 			php_error_docref(NULL, E_WARNING, "Invalid execute mode given: %d", mode);
NULL              540 ext/oci8/oci8_statement.c 		PHP_OCI_CALL_RETURN(errstatus, OCIStmtExecute, (statement->connection->svc, statement->stmt, statement->err, iters, 0, NULL, NULL, mode));
NULL              574 ext/oci8/oci8_statement.c 		zend_hash_init(statement->columns, 13, NULL, php_oci_column_hash_dtor, 0);
NULL              592 ext/oci8/oci8_statement.c 			if ((outcol = zend_hash_index_update_ptr(statement->columns, counter, outcol)) == NULL) {
NULL              686 ext/oci8/oci8_statement.c 				if ((outcol->define = zend_hash_str_find_ptr(statement->defines, outcol->name, outcol->name_len)) != NULL) {
NULL              780 ext/oci8/oci8_statement.c 						(dvoid *)NULL,								/* IN/OUT pointer to a buffer */
NULL              784 ext/oci8/oci8_statement.c 						(ub2 *)NULL,								/* IN/OUT Pointer to array of length of data fetched */
NULL              785 ext/oci8/oci8_statement.c 						(ub2 *)NULL,								/* OUT	  Pointer to array of column-level return codes */
NULL              862 ext/oci8/oci8_statement.c 			PHP_OCI_CALL(OCIStmtRelease, (statement->stmt, statement->err, NULL, 0, statement->errcode ? OCI_STRLS_CACHE_DELETE : OCI_DEFAULT));
NULL              866 ext/oci8/oci8_statement.c 		statement->stmt = NULL;
NULL              871 ext/oci8/oci8_statement.c 		statement->err = NULL;
NULL              927 ext/oci8/oci8_statement.c 				php_error_docref(NULL, E_WARNING, "Invalid variable used for bind");
NULL              943 ext/oci8/oci8_statement.c 				php_error_docref(NULL, E_WARNING, "Invalid variable used for bind");
NULL              950 ext/oci8/oci8_statement.c 				php_error_docref(NULL, E_WARNING, "Invalid variable used for bind");
NULL              991 ext/oci8/oci8_statement.c 		zval *entry = NULL;
NULL             1001 ext/oci8/oci8_statement.c 					if ((i < (int) bind->array.old_length) && (entry = zend_hash_get_current_data(hash)) != NULL) {
NULL             1012 ext/oci8/oci8_statement.c 					if ((i < (int) bind->array.old_length) && (entry = zend_hash_get_current_data(hash)) != NULL) {
NULL             1028 ext/oci8/oci8_statement.c 					if ((i < (int) bind->array.old_length) && (entry = zend_hash_get_current_data(hash)) != NULL) {
NULL             1064 ext/oci8/oci8_statement.c 					if ((i < (int) bind->array.old_length) && (entry = zend_hash_get_current_data(hash)) != NULL) {
NULL             1089 ext/oci8/oci8_statement.c 	php_oci_collection *bind_collection = NULL;
NULL             1090 ext/oci8/oci8_statement.c 	php_oci_descriptor *bind_descriptor = NULL;
NULL             1091 ext/oci8/oci8_statement.c 	php_oci_statement  *bind_statement	= NULL;
NULL             1092 ext/oci8/oci8_statement.c 	dvoid *oci_desc					= NULL;
NULL             1094 ext/oci8/oci8_statement.c 	OCIStmt *oci_stmt				= NULL;
NULL             1095 ext/oci8/oci8_statement.c 	dvoid *bind_data				= NULL;
NULL             1106 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) != IS_OBJECT || (tmp = zend_hash_str_find(Z_OBJPROP_P(var), "collection", sizeof("collection")-1)) == NULL) {
NULL             1107 ext/oci8/oci8_statement.c 				php_error_docref(NULL, E_WARNING, "Unable to find collection property");
NULL             1128 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) != IS_OBJECT || (tmp = zend_hash_str_find(Z_OBJPROP_P(var), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL             1129 ext/oci8/oci8_statement.c 				php_error_docref(NULL, E_WARNING, "Unable to find descriptor property");
NULL             1148 ext/oci8/oci8_statement.c 				php_error_docref(NULL, E_WARNING, "Invalid variable used for bind");
NULL             1168 ext/oci8/oci8_statement.c 				php_error_docref(NULL, E_WARNING, "Invalid variable used for bind");
NULL             1189 ext/oci8/oci8_statement.c 				php_error_docref(NULL, E_WARNING, "Invalid variable used for bind");
NULL             1205 ext/oci8/oci8_statement.c 				php_error_docref(NULL, E_WARNING, "Invalid variable used for bind");
NULL             1215 ext/oci8/oci8_statement.c 				php_error_docref(NULL, E_WARNING, "Invalid variable used for bind");
NULL             1226 ext/oci8/oci8_statement.c 			php_error_docref(NULL, E_WARNING, "Unknown or unsupported datatype given: %d", (int)type);
NULL             1233 ext/oci8/oci8_statement.c 		zend_hash_init(statement->binds, 13, NULL, php_oci_bind_hash_dtor, 0);
NULL             1236 ext/oci8/oci8_statement.c 	if ((old_bind = zend_hash_str_find_ptr(statement->binds, name, name_len)) != NULL) {
NULL             1344 ext/oci8/oci8_statement.c 		php_error_docref(NULL, E_WARNING, "Invalid phpbind pointer value");
NULL             1405 ext/oci8/oci8_statement.c 		php_error_docref(NULL, E_WARNING, "Invalid phpbind pointer value");
NULL             1411 ext/oci8/oci8_statement.c 		if (phpbind->statement != NULL) {
NULL             1431 ext/oci8/oci8_statement.c 		if ((tmp = zend_hash_str_find(Z_OBJPROP_P(val), "descriptor", sizeof("descriptor")-1)) == NULL) {
NULL             1432 ext/oci8/oci8_statement.c 			php_error_docref(NULL, E_WARNING, "Unable to find object outbind descriptor property");
NULL             1457 ext/oci8/oci8_statement.c 		ZVAL_STRINGL(val, NULL, Z_STRLEN(phpbind->zval) + 1);
NULL             1482 ext/oci8/oci8_statement.c 		return NULL;
NULL             1488 ext/oci8/oci8_statement.c 		return NULL;
NULL             1492 ext/oci8/oci8_statement.c 		return NULL;
NULL             1498 ext/oci8/oci8_statement.c 			php_error_docref(NULL, E_WARNING, "Invalid column name \"%s\"", Z_STRVAL_P(column_index));
NULL             1499 ext/oci8/oci8_statement.c 			return NULL;
NULL             1507 ext/oci8/oci8_statement.c 		column = php_oci_statement_get_column(statement, Z_LVAL(tmp), NULL, 0);
NULL             1509 ext/oci8/oci8_statement.c 			php_error_docref(NULL, E_WARNING, "Invalid column index \"%pd\"", Z_LVAL(tmp));
NULL             1511 ext/oci8/oci8_statement.c 			return NULL;
NULL             1576 ext/oci8/oci8_statement.c 		php_error_docref(NULL, E_WARNING, "Invalid max length value (%pd)", maxlength);
NULL             1598 ext/oci8/oci8_statement.c 				php_error_docref(NULL, E_WARNING, "You must provide max length value for empty arrays");
NULL             1607 ext/oci8/oci8_statement.c 			php_error_docref(NULL, E_WARNING, "Unknown or unsupported datatype given: %pd", type);
NULL             1612 ext/oci8/oci8_statement.c 	if (bind == NULL) {
NULL             1617 ext/oci8/oci8_statement.c 	bind->descriptor = NULL;
NULL             1618 ext/oci8/oci8_statement.c 	bind->statement = NULL;
NULL             1620 ext/oci8/oci8_statement.c 	bind->bind = NULL;
NULL             1669 ext/oci8/oci8_statement.c 		zend_hash_init(statement->binds, 13, NULL, php_oci_bind_hash_dtor, 0);
NULL             1694 ext/oci8/oci8_statement.c 		while ((entry = zend_hash_get_current_data(hash)) != NULL) {
NULL             1719 ext/oci8/oci8_statement.c 		if ((entry = zend_hash_get_current_data(hash)) != NULL) {
NULL             1733 ext/oci8/oci8_statement.c 		if ((i < bind->array.current_length) && (entry = zend_hash_get_current_data(hash)) != NULL) {
NULL             1771 ext/oci8/oci8_statement.c 	bind->array.indicators		= NULL;
NULL             1778 ext/oci8/oci8_statement.c 		if ((i < bind->array.current_length) && (entry = zend_hash_get_current_data(hash)) != NULL) {
NULL             1810 ext/oci8/oci8_statement.c 	bind->array.indicators		= NULL;
NULL             1817 ext/oci8/oci8_statement.c 		if ((i < bind->array.current_length) && (entry = zend_hash_get_current_data(hash)) != NULL) {
NULL             1850 ext/oci8/oci8_statement.c 	bind->array.indicators		= NULL;
NULL             1858 ext/oci8/oci8_statement.c 		if ((i < bind->array.current_length) && (entry = zend_hash_get_current_data(hash)) != NULL) {
NULL             1861 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)Z_STRVAL_P(entry), (ub4) Z_STRLEN_P(entry), NULL, 0, NULL, 0, &oci_date));
NULL             1870 ext/oci8/oci8_statement.c 				return NULL;
NULL             1876 ext/oci8/oci8_statement.c 			PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)"01-JAN-00", sizeof("01-JAN-00")-1, NULL, 0, NULL, 0, &oci_date));
NULL             1885 ext/oci8/oci8_statement.c 				return NULL;
NULL               64 ext/oci8/php_oci8.h # define oci8_module_ptr NULL
NULL              371 ext/oci8/php_oci8_int.h 	if ((connection = (php_oci_connection *)zend_fetch_resource2(Z_RES_P(zval), "oci8 connection", le_connection, le_pconnection)) == NULL) { \
NULL              376 ext/oci8/php_oci8_int.h 	if ((statement = (php_oci_statement *)zend_fetch_resource(Z_RES_P(zval), "oci8 statement", le_statement)) == NULL) { \
NULL              381 ext/oci8/php_oci8_int.h 	if ((descriptor = (php_oci_descriptor *)zend_fetch_resource(Z_RES_P(zval), "oci8 descriptor", le_descriptor)) == NULL) { \
NULL              386 ext/oci8/php_oci8_int.h 	if ((collection = (php_oci_collection *)zend_fetch_resource(Z_RES_P(zval), "oci8 collection", le_collection)) == NULL) { \
NULL              546 ext/oci8/php_oci8_int.h # define oci8_module_ptr NULL
NULL              139 ext/odbc/birdstep.c 	{NULL, NULL, NULL}
NULL              149 ext/odbc/birdstep.c 	NULL,
NULL              162 ext/odbc/birdstep.c #define PHP_GET_BIRDSTEP_RES_IDX(id) if (!(res = birdstep_find_result(list, id))) { php_error_docref(NULL, E_WARNING, "Birdstep: Not result index (%ld)", id); RETURN_FALSE; }
NULL              163 ext/odbc/birdstep.c #define PHP_BIRDSTEP_CHK_LNK(id) if (!(conn = birdstep_find_conn(list, id))) { php_error_docref(NULL, E_WARNING, "Birdstep: Not connection index (%ld)", id); RETURN_FALSE; }
NULL              200 ext/odbc/birdstep.c 	php_birdstep_module.le_link   = zend_register_list_destructors_ex(_close_birdstep_link, NULL, "birdstep link", module_number);
NULL              201 ext/odbc/birdstep.c 	php_birdstep_module.le_result = zend_register_list_destructors_ex(_free_birdstep_result, NULL, "birdstep result", module_number);
NULL              245 ext/odbc/birdstep.c 		return(NULL);
NULL              273 ext/odbc/birdstep.c 		return(NULL);
NULL              301 ext/odbc/birdstep.c 		php_error_docref(NULL, E_WARNING, "Birdstep: Too many open connections (%d)",php_birdstep_module.num_links);
NULL              307 ext/odbc/birdstep.c 		php_error_docref(NULL, E_WARNING, "Birdstep: Could not allocate connection handle");
NULL              312 ext/odbc/birdstep.c 		php_error_docref(NULL, E_WARNING, "Birdstep: Could not connect to server \"%s\" for %s", serv, user);
NULL              366 ext/odbc/birdstep.c 		php_error_docref(NULL, E_WARNING, "Birdstep: SQLAllocStmt return %d",stat);
NULL              372 ext/odbc/birdstep.c 		php_error_docref(NULL, E_WARNING, "Birdstep: Cannot execute \"%s\" query",query);
NULL              380 ext/odbc/birdstep.c 		php_error_docref(NULL, E_WARNING, "Birdstep: SQLNumResultCols return %d",stat);
NULL              388 ext/odbc/birdstep.c 			php_error_docref(NULL, E_WARNING, "Birdstep: SQLNumResultCols return %d",stat);
NULL              402 ext/odbc/birdstep.c 			   &colnamelen,NULL);
NULL              404 ext/odbc/birdstep.c 			   NULL,0,NULL,&res->values[i].valtype);
NULL              408 ext/odbc/birdstep.c 					res->values[i].value = NULL;
NULL              414 ext/odbc/birdstep.c 			   NULL,0,NULL,&coldesc);
NULL              448 ext/odbc/birdstep.c 		php_error_docref(NULL, E_WARNING, "Birdstep: SQLFetch return error");
NULL              470 ext/odbc/birdstep.c 	char *field = NULL;
NULL              492 ext/odbc/birdstep.c 			php_error_docref(NULL, E_WARNING,  "Field %s not found",field);
NULL              497 ext/odbc/birdstep.c 			php_error_docref(NULL, E_WARNING, "Birdstep: Field index not in range");
NULL              509 ext/odbc/birdstep.c 			php_error_docref(NULL, E_WARNING, "Birdstep: SQLFetch return error");
NULL              534 ext/odbc/birdstep.c 				php_error_docref(NULL, E_WARNING, "Birdstep: SQLGetData return error");
NULL              545 ext/odbc/birdstep.c 			if ( res->values[indx].value != NULL ) {
NULL              587 ext/odbc/birdstep.c 		php_error_docref(NULL, E_WARNING, "Birdstep: Set autocommit_on option failure");
NULL              610 ext/odbc/birdstep.c 		php_error_docref(NULL, E_WARNING, "Birdstep: Set autocommit_off option failure");
NULL              631 ext/odbc/birdstep.c 	stat = SQLTransact(NULL,conn->hdbc,SQL_COMMIT);
NULL              633 ext/odbc/birdstep.c 		php_error_docref(NULL, E_WARNING, "Birdstep: Commit failure");
NULL              654 ext/odbc/birdstep.c 	stat = SQLTransact(NULL,conn->hdbc,SQL_ROLLBACK);
NULL              656 ext/odbc/birdstep.c 		php_error_docref(NULL, E_WARNING, "Birdstep: Rollback failure");
NULL              679 ext/odbc/birdstep.c 		php_error_docref(NULL, E_WARNING, "Birdstep: Field index not in range");
NULL               85 ext/odbc/php_birdstep.h #define birdstep_module_ptr NULL
NULL              407 ext/odbc/php_odbc.c 	NULL,
NULL              408 ext/odbc/php_odbc.c 	NULL,
NULL              435 ext/odbc/php_odbc.c 			res->values = NULL;
NULL              466 ext/odbc/php_odbc.c 		SQLTransact( NULL, handle, SQL_ROLLBACK );
NULL              536 ext/odbc/php_odbc.c 		value = NULL;
NULL              560 ext/odbc/php_odbc.c 		value = NULL;
NULL              590 ext/odbc/php_odbc.c 		value = NULL;
NULL              620 ext/odbc/php_odbc.c 		value = NULL;
NULL              645 ext/odbc/php_odbc.c 		value = NULL;
NULL              685 ext/odbc/php_odbc.c 	STD_PHP_INI_ENTRY("odbc.default_db", NULL, PHP_INI_ALL, OnUpdateString,
NULL              687 ext/odbc/php_odbc.c 	STD_PHP_INI_ENTRY("odbc.default_user", NULL, PHP_INI_ALL, OnUpdateString,
NULL              689 ext/odbc/php_odbc.c 	STD_PHP_INI_ENTRY_EX("odbc.default_pw", NULL, PHP_INI_ALL, OnUpdateString,
NULL              719 ext/odbc/php_odbc.c 	le_result = zend_register_list_destructors_ex(_free_odbc_result, NULL, "odbc result", module_number);
NULL              720 ext/odbc/php_odbc.c 	le_conn = zend_register_list_destructors_ex(_close_odbc_conn, NULL, "odbc link", module_number);
NULL              721 ext/odbc/php_odbc.c 	le_pconn = zend_register_list_destructors_ex(NULL, _close_odbc_pconn, "odbc link persistent", module_number);
NULL              905 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQL error: %s, SQL state %s in %s", errormsg, state, func);
NULL              907 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQL error: %s, SQL state %s", errormsg, state);
NULL              927 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL              963 ext/odbc/php_odbc.c 				NULL, 0, NULL, &result->values[i].coltype);
NULL              977 ext/odbc/php_odbc.c 				result->values[i].value = NULL;
NULL              998 ext/odbc/php_odbc.c 								NULL, 0, NULL, &displaysize);
NULL             1008 ext/odbc/php_odbc.c 					if (SQL_SUCCESS == SQLGetDiagRec(SQL_HANDLE_STMT, result->stmt, 1, state, &err, errtxt, 128, NULL)) {
NULL             1011 ext/odbc/php_odbc.c 						php_error_docref(NULL, E_WARNING, "SQLColAttribute can't handle SQL_DESC_OCTET_LENGTH: [%s] %s", state, errtxt);
NULL             1017 ext/odbc/php_odbc.c 								NULL, 0, NULL, &displaysize);
NULL             1023 ext/odbc/php_odbc.c 					result->values[i].value = NULL;
NULL             1104 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             1109 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "No tuples available at this result index");
NULL             1114 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "Field index larger than number of fields");
NULL             1119 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "Field numbering starts at 1");
NULL             1123 ext/odbc/php_odbc.c 	PHP_ODBC_SQLCOLATTRIBUTE(result->stmt, (SQLUSMALLINT)pv_num, (SQLUSMALLINT) (type?SQL_COLUMN_SCALE:SQL_COLUMN_PRECISION), NULL, 0, NULL, &len);
NULL             1187 ext/odbc/php_odbc.c 	odbc_result *result = NULL;
NULL             1206 ext/odbc/php_odbc.c 	result->param_info = NULL;
NULL             1211 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             1224 ext/odbc/php_odbc.c 	rc = SQLGetInfo(conn->hdbc, SQL_FETCH_DIRECTION, (void *) &scrollopts, sizeof(scrollopts), NULL);
NULL             1258 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             1294 ext/odbc/php_odbc.c 	params_t *params = NULL;
NULL             1308 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             1314 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "No parameters to SQL statement given");
NULL             1320 ext/odbc/php_odbc.c 			php_error_docref(NULL, E_WARNING,"Not enough parameters (%d should be %d) given", ne, result->numparams);
NULL             1331 ext/odbc/php_odbc.c 			if ((tmp = zend_hash_get_current_data(Z_ARRVAL_P(pv_param_arr))) == NULL) {
NULL             1332 ext/odbc/php_odbc.c 				php_error_docref(NULL, E_WARNING,"Error getting parameter");
NULL             1346 ext/odbc/php_odbc.c 				php_error_docref(NULL, E_WARNING,"Error converting parameter");
NULL             1390 ext/odbc/php_odbc.c 					php_error_docref(NULL, E_WARNING,"Can't open file %s", filename);
NULL             1495 ext/odbc/php_odbc.c 			result->values = NULL;
NULL             1516 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             1546 ext/odbc/php_odbc.c 				php_error_docref(NULL, E_WARNING, "SQL error: %s, SQL state %s", errormsg, state);
NULL             1578 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "Invalid fetch type (%d)", fetch_type);
NULL             1626 ext/odbc/php_odbc.c 	odbc_result *result = NULL;
NULL             1647 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             1661 ext/odbc/php_odbc.c 	rc = SQLGetInfo(conn->hdbc, SQL_FETCH_DIRECTION, (void *) &scrollopts, sizeof(scrollopts), NULL);
NULL             1694 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             1714 ext/odbc/php_odbc.c 	char *buf = NULL;
NULL             1735 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             1740 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "No tuples available at this result index");
NULL             1790 ext/odbc/php_odbc.c 				if (buf == NULL) {
NULL             1866 ext/odbc/php_odbc.c 	char *buf = NULL;
NULL             1887 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             1892 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "No tuples available at this result index");
NULL             1944 ext/odbc/php_odbc.c 				if (buf == NULL) {
NULL             1992 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             1996 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "No tuples available at this result index");
NULL             2034 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             2039 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "No tuples available at this result index");
NULL             2087 ext/odbc/php_odbc.c 	field = NULL;
NULL             2100 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             2105 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "No tuples available at this result index");
NULL             2110 ext/odbc/php_odbc.c 	if (field != NULL) {
NULL             2111 ext/odbc/php_odbc.c 		if (result->values == NULL) {
NULL             2112 ext/odbc/php_odbc.c 			php_error_docref(NULL, E_WARNING, "Result set contains no data");
NULL             2124 ext/odbc/php_odbc.c 			php_error_docref(NULL, E_WARNING, "Field %s not found", field);
NULL             2130 ext/odbc/php_odbc.c 			php_error_docref(NULL, E_WARNING, "Field index is larger than the number of fields");
NULL             2175 ext/odbc/php_odbc.c 					   			NULL, 0, NULL, &fieldsize);
NULL             2263 ext/odbc/php_odbc.c 	char *buf = NULL;
NULL             2267 ext/odbc/php_odbc.c 	char *pv_format = NULL;
NULL             2279 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             2284 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "No tuples available at this result index");
NULL             2336 ext/odbc/php_odbc.c 					if (buf == NULL) {
NULL             2396 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             2407 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             2455 ext/odbc/php_odbc.c 				 uid = NULL;
NULL             2458 ext/odbc/php_odbc.c 				 pwd = NULL;
NULL             2480 ext/odbc/php_odbc.c 		 rc = SQLDriverConnect((*conn)->hdbc, NULL, lpszConnStr, SQL_NTS, lpszConnStr, CONNSTRSIZE, &cbszConnStr, SQL_DRIVER_NOPROMPT);
NULL             2490 ext/odbc/php_odbc.c 		rc = SQLDriverConnect((*conn)->hdbc, NULL, db, SQL_NTS,	dsnbuf, sizeof(dsnbuf) - 1, &dsnbuflen, SQL_DRIVER_NOPROMPT);
NULL             2526 ext/odbc/php_odbc.c 			rc = SQLDriverConnect((*conn)->hdbc, NULL, ldb, strlen(ldb), dsnbuf, sizeof(dsnbuf) - 1, &dsnbuflen, SQL_DRIVER_NOPROMPT);
NULL             2589 ext/odbc/php_odbc.c 			php_error_docref(NULL, E_WARNING, "Invalid Cursor type (%d)", cur_opt);
NULL             2613 ext/odbc/php_odbc.c 		if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashed_details, hashed_len)) == NULL) {
NULL             2617 ext/odbc/php_odbc.c 				php_error_docref(NULL, E_WARNING, "Too many open links (%ld)", ODBCG(num_links));
NULL             2622 ext/odbc/php_odbc.c 				php_error_docref(NULL, E_WARNING,"Too many open persistent links (%ld)", ODBCG(num_persistent));
NULL             2636 ext/odbc/php_odbc.c 						sizeof(zend_resource)) == NULL) {
NULL             2684 ext/odbc/php_odbc.c 		if ((index_ptr = zend_hash_str_find_ptr(&EG(regular_list), hashed_details, hashed_len)) != NULL) {
NULL             2704 ext/odbc/php_odbc.c 			php_error_docref(NULL, E_WARNING,"Too many open connections (%ld)",ODBCG(num_links));
NULL             2719 ext/odbc/php_odbc.c 				   sizeof(zend_resource)) == NULL) {
NULL             2778 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             2800 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             2811 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             2827 ext/odbc/php_odbc.c 			result->values = NULL;
NULL             2851 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             2871 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             2876 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "No tuples available at this result index");
NULL             2881 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "Field index larger than number of fields");
NULL             2886 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "Field numbering starts at 1");
NULL             2908 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             2913 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "No tuples available at this result index");
NULL             2918 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "Field index larger than number of fields");
NULL             2923 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "Field numbering starts at 1");
NULL             2927 ext/odbc/php_odbc.c 	PHP_ODBC_SQLCOLATTRIBUTE(result->stmt, (SQLUSMALLINT)pv_num, SQL_COLUMN_TYPE_NAME, tmp, 31, &tmplen, NULL);
NULL             2961 ext/odbc/php_odbc.c 	if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_res), "ODBC result", le_result)) == NULL) {
NULL             2966 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "No tuples available at this result index");
NULL             3121 ext/odbc/php_odbc.c 				php_error_docref(NULL, E_WARNING, "Unable to set option for persistent connection");
NULL             3131 ext/odbc/php_odbc.c 			if ((result = (odbc_result *)zend_fetch_resource(Z_RES_P(pv_handle), "ODBC result", le_result)) == NULL) {
NULL             3143 ext/odbc/php_odbc.c 			php_error_docref(NULL, E_WARNING, "Unknown option type");
NULL             3161 ext/odbc/php_odbc.c 	odbc_result   *result = NULL;
NULL             3163 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *table = NULL, *type = NULL;
NULL             3181 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             3193 ext/odbc/php_odbc.c 		schema = NULL;
NULL             3217 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             3230 ext/odbc/php_odbc.c 	odbc_result *result = NULL;
NULL             3232 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *table = NULL, *column = NULL;
NULL             3250 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             3264 ext/odbc/php_odbc.c 		schema = NULL;
NULL             3288 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             3302 ext/odbc/php_odbc.c 	odbc_result *result = NULL;
NULL             3304 ext/odbc/php_odbc.c 	char *cat = NULL, *schema, *table, *column;
NULL             3322 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             3353 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             3368 ext/odbc/php_odbc.c 	odbc_result *result = NULL;
NULL             3370 ext/odbc/php_odbc.c 	char *pcat = NULL, *pschema, *ptable, *fcat, *fschema, *ftable;
NULL             3381 ext/odbc/php_odbc.c 	if ((int)strlen((xstr)) == 0) (xstr) = NULL
NULL             3400 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             3433 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             3448 ext/odbc/php_odbc.c 	odbc_result *result = NULL;
NULL             3468 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             3495 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             3508 ext/odbc/php_odbc.c 	odbc_result   *result = NULL;
NULL             3510 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *table = NULL;
NULL             3527 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             3557 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             3571 ext/odbc/php_odbc.c 	odbc_result *result = NULL;
NULL             3573 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL;
NULL             3595 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             3626 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             3641 ext/odbc/php_odbc.c 	odbc_result   *result = NULL;
NULL             3643 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *proc = NULL;
NULL             3664 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             3694 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             3709 ext/odbc/php_odbc.c 	odbc_result *result = NULL;
NULL             3711 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *name = NULL;
NULL             3734 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             3767 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             3781 ext/odbc/php_odbc.c 	odbc_result *result = NULL;
NULL             3783 ext/odbc/php_odbc.c 	char *cat = NULL, *schema, *name;
NULL             3805 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             3837 ext/odbc/php_odbc.c 		result->values = NULL;
NULL             3851 ext/odbc/php_odbc.c 	odbc_result   *result = NULL;
NULL             3853 ext/odbc/php_odbc.c 	char *cat = NULL, *schema = NULL, *table = NULL;
NULL             3870 ext/odbc/php_odbc.c 		php_error_docref(NULL, E_WARNING, "SQLAllocStmt error 'Invalid Handle'");
NULL             3900 ext/odbc/php_odbc.c 		result->values = NULL;
NULL              114 ext/odbc/php_odbc.h #define odbc_module_ptr NULL
NULL               41 ext/opcache/Optimizer/block_pass.c 	if ((c = zend_hash_find_ptr(EG(zend_constants), name)) == NULL) {
NULL               46 ext/opcache/Optimizer/block_pass.c 		if ((c = zend_hash_str_find_ptr(EG(zend_constants), lookup_name, ZSTR_LEN(name))) != NULL) {
NULL              252 ext/opcache/Optimizer/block_pass.c 			op_array->brk_cont_array = NULL;
NULL              341 ext/opcache/Optimizer/block_pass.c 	if (__s == NULL) { \
NULL              385 ext/opcache/Optimizer/block_pass.c 	if (to->sources == NULL) {
NULL              402 ext/opcache/Optimizer/block_pass.c 	if (to->sources == NULL) {
NULL              408 ext/opcache/Optimizer/block_pass.c 	if (!to->protected && to->sources->next == NULL) {
NULL              413 ext/opcache/Optimizer/block_pass.c 		    from_block->op1_to == NULL &&
NULL              414 ext/opcache/Optimizer/block_pass.c 		    from_block->op2_to == NULL &&
NULL              415 ext/opcache/Optimizer/block_pass.c 		    from_block->ext_to == NULL) {
NULL              425 ext/opcache/Optimizer/block_pass.c 			to->start_opline = NULL;
NULL              427 ext/opcache/Optimizer/block_pass.c 			to->sources = NULL;
NULL              510 ext/opcache/Optimizer/block_pass.c 	zend_code_block *start = find_start? NULL : blocks;
NULL              515 ext/opcache/Optimizer/block_pass.c 	while (b != NULL) {
NULL              520 ext/opcache/Optimizer/block_pass.c 		b->sources = NULL;
NULL              555 ext/opcache/Optimizer/block_pass.c #define VAR_UNSET(op) do { if (op ## _type & (IS_TMP_VAR|IS_VAR)) {VAR_SOURCE(op) = NULL;}} while (0)
NULL              612 ext/opcache/Optimizer/block_pass.c 	zend_op *end, *last_op = NULL;
NULL              651 ext/opcache/Optimizer/block_pass.c 				VAR_SOURCE(op1) = NULL;
NULL              667 ext/opcache/Optimizer/block_pass.c 				VAR_SOURCE(op2) = NULL;
NULL              731 ext/opcache/Optimizer/block_pass.c 					if((function = zend_hash_find_ptr(EG(function_table), Z_STR_P(arg))) != NULL) {
NULL              810 ext/opcache/Optimizer/block_pass.c 			VAR_SOURCE(opline->op1) != NULL &&
NULL              861 ext/opcache/Optimizer/block_pass.c 		   VAR_SOURCE(opline->op1) != NULL &&
NULL              885 ext/opcache/Optimizer/block_pass.c 			VAR_SOURCE(opline->op1) != NULL &&
NULL             1161 ext/opcache/Optimizer/block_pass.c 					cur_block->op1_to = NULL;
NULL             1271 ext/opcache/Optimizer/block_pass.c 					block->op1_to = NULL;
NULL             1306 ext/opcache/Optimizer/block_pass.c 						block->op1_to = NULL;
NULL             1320 ext/opcache/Optimizer/block_pass.c 					block->op1_to = NULL;
NULL             1345 ext/opcache/Optimizer/block_pass.c 						while (next->follow_to != NULL) {
NULL             1363 ext/opcache/Optimizer/block_pass.c 							block->op1_to = NULL;
NULL             1395 ext/opcache/Optimizer/block_pass.c 					block->op2_to = NULL;
NULL             1396 ext/opcache/Optimizer/block_pass.c 					block->follow_to = NULL;
NULL             1401 ext/opcache/Optimizer/block_pass.c 					block->op2_to = NULL;
NULL             1419 ext/opcache/Optimizer/block_pass.c 						block->op2_to = NULL;
NULL             1426 ext/opcache/Optimizer/block_pass.c 					block->op2_to = NULL;
NULL             1429 ext/opcache/Optimizer/block_pass.c 					block->op2_to = NULL;
NULL             1544 ext/opcache/Optimizer/block_pass.c 					block->follow_to = NULL;
NULL             1566 ext/opcache/Optimizer/block_pass.c 					block->op2_to = NULL;
NULL             1573 ext/opcache/Optimizer/block_pass.c 				char *same_t=NULL;
NULL             1677 ext/opcache/Optimizer/block_pass.c 					block->op2_to = NULL;
NULL             1678 ext/opcache/Optimizer/block_pass.c 					block->ext_to = NULL;
NULL             1690 ext/opcache/Optimizer/block_pass.c 					block->op2_to = NULL;
NULL             1691 ext/opcache/Optimizer/block_pass.c 					block->ext_to = NULL;
NULL             1702 ext/opcache/Optimizer/block_pass.c 					block->op2_to = NULL;
NULL             1703 ext/opcache/Optimizer/block_pass.c 					block->ext_to = NULL;
NULL             1711 ext/opcache/Optimizer/block_pass.c 				block->ext_to = NULL;
NULL             1718 ext/opcache/Optimizer/block_pass.c 				block->ext_to = NULL;
NULL             1973 ext/opcache/Optimizer/block_pass.c 		cfg.Tsource = NULL;
NULL             1974 ext/opcache/Optimizer/block_pass.c 		cfg.same_t = NULL;
NULL             1975 ext/opcache/Optimizer/block_pass.c 		usage = NULL;
NULL              127 ext/opcache/Optimizer/compact_literals.c 	zend_string *key = NULL;
NULL              339 ext/opcache/Optimizer/compact_literals.c 		zend_hash_init(&hash, op_array->last_literal, NULL, NULL, 0);
NULL              394 ext/opcache/Optimizer/compact_literals.c 					if ((pos = zend_hash_index_find(&hash, Z_LVAL(op_array->literals[i]))) != NULL) {
NULL              408 ext/opcache/Optimizer/compact_literals.c 					if ((pos = zend_hash_str_find(&hash, (char*)&Z_DVAL(op_array->literals[i]), sizeof(double))) != NULL) {
NULL              445 ext/opcache/Optimizer/compact_literals.c 						(pos = zend_hash_find(&hash, key)) != NULL &&
NULL               63 ext/opcache/Optimizer/optimize_func_calls.c 							Z_STR_P(function_name))) != NULL) {
NULL              104 ext/opcache/Optimizer/optimize_func_calls.c 				call_stack[call].func = NULL;
NULL              105 ext/opcache/Optimizer/optimize_func_calls.c 				call_stack[call].opline = NULL;
NULL              124 ext/opcache/Optimizer/optimize_func_calls.c 						call_stack[call - 1].opline = NULL;
NULL              153 ext/opcache/Optimizer/optimize_func_calls.c 					call_stack[call - 1].opline = NULL;
NULL              158 ext/opcache/Optimizer/optimize_func_calls.c 				call_stack[call - 1].func = NULL;
NULL              159 ext/opcache/Optimizer/optimize_func_calls.c 				call_stack[call - 1].opline = NULL;
NULL              256 ext/opcache/Optimizer/pass1_5.c 				if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__") - 1)) != NULL) {
NULL              294 ext/opcache/Optimizer/pass1_5.c 				zend_class_entry *ce = NULL;
NULL              305 ext/opcache/Optimizer/pass1_5.c 								Z_STR(op_array->literals[opline->op1.constant + 1]))) == NULL ||
NULL              328 ext/opcache/Optimizer/pass1_5.c 							Z_STR(ZEND_OP2_LITERAL(opline)))) != NULL) {
NULL              359 ext/opcache/Optimizer/pass1_5.c 			zend_op *send2_opline = NULL;
NULL              360 ext/opcache/Optimizer/pass1_5.c 			zend_op *init_opline = NULL;
NULL              449 ext/opcache/Optimizer/pass1_5.c 					if ((func = zend_hash_find_ptr(EG(function_table), lc_name)) != NULL
NULL              453 ext/opcache/Optimizer/pass1_5.c 						 && func->module->handle == NULL
NULL              494 ext/opcache/Optimizer/pass1_5.c 						 && m->handle == NULL
NULL              665 ext/opcache/Optimizer/pass1_5.c 				zend_op *use = NULL;
NULL              680 ext/opcache/Optimizer/pass1_5.c 							use = NULL;
NULL              687 ext/opcache/Optimizer/pass1_5.c 							use = NULL;
NULL               41 ext/opcache/Optimizer/zend_optimizer.c 		zend_hash_init(ctx->constants, 16, NULL, zend_optimizer_zval_dtor_wrapper, 0);
NULL               51 ext/opcache/Optimizer/zend_optimizer.c 	if ((val = zend_hash_find(constants, Z_STR_P(name))) != NULL) {
NULL               68 ext/opcache/Optimizer/zend_optimizer.c 			return (int)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, i);
NULL              100 ext/opcache/Optimizer/zend_optimizer.c 	return (int)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, i);
NULL              679 ext/opcache/Optimizer/zend_optimizer.c 	ctx.constants = NULL;
NULL              702 ext/opcache/Optimizer/zend_optimizer.c 				if ((orig_op_array = zend_hash_find_ptr(&op_array->scope->function_table, q->key)) != NULL) {
NULL              733 ext/opcache/Optimizer/zend_optimizer.c 					if ((orig_op_array = zend_hash_find_ptr(&op_array->scope->function_table, q->key)) != NULL) {
NULL              105 ext/opcache/ZendAccelerator.c zend_accel_shared_globals *accel_shared_globals = NULL;
NULL              109 ext/opcache/ZendAccelerator.c static char *zps_failure_reason = NULL;
NULL              110 ext/opcache/ZendAccelerator.c char *zps_api_failure_reason = NULL;
NULL              118 ext/opcache/ZendAccelerator.c static void (*orig_chdir)(INTERNAL_FUNCTION_PARAMETERS) = NULL;
NULL              119 ext/opcache/ZendAccelerator.c static ZEND_INI_MH((*orig_include_path_on_modify)) = NULL;
NULL              136 ext/opcache/ZendAccelerator.c # define zend_accel_get_time() time(NULL)
NULL              175 ext/opcache/ZendAccelerator.c 			ZCG(cwd) = NULL;
NULL              190 ext/opcache/ZendAccelerator.c 			return NULL;
NULL              415 ext/opcache/ZendAccelerator.c 	return NULL;
NULL              622 ext/opcache/ZendAccelerator.c 			ZCSG(force_restart_time) = time(NULL); /* restore forced restart request */
NULL              662 ext/opcache/ZendAccelerator.c 		&& time(NULL) >= ZCSG(force_restart_time)) {
NULL              663 ext/opcache/ZendAccelerator.c 		zend_accel_error(ACCEL_LOG_WARNING, "Forced restart at %d (after %d seconds), locked by %d", time(NULL), ZCG(accel_directives).force_restart_timeout, mem_usage_check.l_pid);
NULL              683 ext/opcache/ZendAccelerator.c 	wrapper = php_stream_locate_url_wrapper(filename, NULL, STREAM_LOCATE_WRAPPERS_ONLY);
NULL              695 ext/opcache/ZendAccelerator.c 		ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf, NULL);
NULL              855 ext/opcache/ZendAccelerator.c 	zend_string *full_path_ptr = NULL;
NULL              882 ext/opcache/ZendAccelerator.c 			file_handle->opened_path = NULL;
NULL              887 ext/opcache/ZendAccelerator.c 	if (zend_get_file_handle_timestamp(file_handle, NULL) == persistent_script->timestamp) {
NULL              890 ext/opcache/ZendAccelerator.c 			file_handle->opened_path = NULL;
NULL              896 ext/opcache/ZendAccelerator.c 		file_handle->opened_path = NULL;
NULL              903 ext/opcache/ZendAccelerator.c 	if (zend_get_file_handle_timestamp(&ps_handle, NULL) == persistent_script->timestamp) {
NULL              936 ext/opcache/ZendAccelerator.c 			return NULL;
NULL              944 ext/opcache/ZendAccelerator.c 		const char *include_path = NULL, *cwd = NULL;
NULL              946 ext/opcache/ZendAccelerator.c 		zend_string *parent_script = NULL;
NULL              958 ext/opcache/ZendAccelerator.c 				return NULL;
NULL              974 ext/opcache/ZendAccelerator.c 							str = NULL;
NULL             1013 ext/opcache/ZendAccelerator.c 							str = NULL;
NULL             1033 ext/opcache/ZendAccelerator.c 			return NULL;
NULL             1059 ext/opcache/ZendAccelerator.c 		    EXPECTED((parent_script = zend_get_executed_filename_ex()) != NULL)) {
NULL             1065 ext/opcache/ZendAccelerator.c 				return NULL;
NULL             1176 ext/opcache/ZendAccelerator.c 	memory_used = zend_accel_script_persist_calc(new_persistent_script, NULL, 0);
NULL             1188 ext/opcache/ZendAccelerator.c 	new_persistent_script = zend_accel_script_persist(new_persistent_script, NULL, 0);
NULL             1420 ext/opcache/ZendAccelerator.c 			*op_array_p = NULL;
NULL             1427 ext/opcache/ZendAccelerator.c 			return NULL;
NULL             1435 ext/opcache/ZendAccelerator.c 		return NULL;
NULL             1446 ext/opcache/ZendAccelerator.c 		timestamp = zend_get_file_handle_timestamp(file_handle, ZCG(accel_directives).max_file_size > 0 ? &size : NULL);
NULL             1453 ext/opcache/ZendAccelerator.c 			return NULL;
NULL             1460 ext/opcache/ZendAccelerator.c 			return NULL;
NULL             1466 ext/opcache/ZendAccelerator.c 			return NULL;
NULL             1492 ext/opcache/ZendAccelerator.c 		op_array = NULL;
NULL             1510 ext/opcache/ZendAccelerator.c 		return NULL;
NULL             1553 ext/opcache/ZendAccelerator.c 	zend_op_array *op_array = NULL;
NULL             1570 ext/opcache/ZendAccelerator.c 			return NULL;
NULL             1586 ext/opcache/ZendAccelerator.c 				if (zend_hash_add_empty_element(&EG(included_files), persistent_script->full_path) != NULL) {
NULL             1609 ext/opcache/ZendAccelerator.c 	persistent_script = opcache_compile_file(file_handle, type, NULL, 0, &op_array);
NULL             1624 ext/opcache/ZendAccelerator.c 	zend_persistent_script *persistent_script = NULL;
NULL             1625 ext/opcache/ZendAccelerator.c 	char *key = NULL;
NULL             1652 ext/opcache/ZendAccelerator.c 	      ZCG(cache_opline) == NULL) ||
NULL             1686 ext/opcache/ZendAccelerator.c 				return NULL;
NULL             1708 ext/opcache/ZendAccelerator.c 	ZCG(cache_opline) = NULL;
NULL             1709 ext/opcache/ZendAccelerator.c 	ZCG(cache_persistent_script) = NULL;
NULL             1712 ext/opcache/ZendAccelerator.c 		persistent_script = NULL;
NULL             1748 ext/opcache/ZendAccelerator.c 			persistent_script = NULL;
NULL             1773 ext/opcache/ZendAccelerator.c 			persistent_script = NULL;
NULL             1844 ext/opcache/ZendAccelerator.c 				if (zend_hash_add_empty_element(&EG(included_files), persistent_script->full_path) != NULL) {
NULL             1881 ext/opcache/ZendAccelerator.c 		     ZCG(cache_opline) == NULL) ||
NULL             1894 ext/opcache/ZendAccelerator.c 		ZCG(cache_opline) = NULL;
NULL             1895 ext/opcache/ZendAccelerator.c 		ZCG(cache_persistent_script) = NULL;
NULL             1920 ext/opcache/ZendAccelerator.c 			char *key = NULL;
NULL             1927 ext/opcache/ZendAccelerator.c 					if (bucket != NULL) {
NULL             1930 ext/opcache/ZendAccelerator.c 							ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL;
NULL             1936 ext/opcache/ZendAccelerator.c 					ZCG(cache_opline) = NULL;
NULL             1937 ext/opcache/ZendAccelerator.c 					ZCG(cache_persistent_script) = NULL;
NULL             1961 ext/opcache/ZendAccelerator.c 						ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL;
NULL             1968 ext/opcache/ZendAccelerator.c 			ZCG(cache_opline) = NULL;
NULL             1969 ext/opcache/ZendAccelerator.c 			ZCG(cache_persistent_script) = NULL;
NULL             1973 ext/opcache/ZendAccelerator.c 	ZCG(cache_opline) = NULL;
NULL             1974 ext/opcache/ZendAccelerator.c 	ZCG(cache_persistent_script) = NULL;
NULL             1996 ext/opcache/ZendAccelerator.c 			p->key = NULL;
NULL             2011 ext/opcache/ZendAccelerator.c 		zend_hash_init(&ZCG(function_table), zend_hash_num_elements(CG(function_table)), NULL, ZEND_FUNCTION_DTOR, 1);
NULL             2018 ext/opcache/ZendAccelerator.c 	ZCG(cache_opline) = NULL;
NULL             2019 ext/opcache/ZendAccelerator.c 	ZCG(cache_persistent_script) = NULL;
NULL             2028 ext/opcache/ZendAccelerator.c 	ZCG(cwd) = NULL;
NULL             2197 ext/opcache/ZendAccelerator.c 		zend_hash_init(&EG(symbol_table), 8, NULL, NULL, 0);
NULL             2233 ext/opcache/ZendAccelerator.c 								func->op_array.static_variables = NULL;
NULL             2248 ext/opcache/ZendAccelerator.c 					ce->static_members_table = NULL;
NULL             2256 ext/opcache/ZendAccelerator.c 		zend_hash_init(&EG(symbol_table), 8, NULL, NULL, 0);
NULL             2318 ext/opcache/ZendAccelerator.c 		ZCG(cwd) = NULL;
NULL             2337 ext/opcache/ZendAccelerator.c 		element1->startup = NULL;
NULL             2340 ext/opcache/ZendAccelerator.c 		element1->shutdown = NULL;
NULL             2342 ext/opcache/ZendAccelerator.c 		element1->activate = NULL;
NULL             2343 ext/opcache/ZendAccelerator.c 		element1->deactivate = NULL;
NULL             2344 ext/opcache/ZendAccelerator.c 		element1->op_array_handler = NULL;
NULL             2360 ext/opcache/ZendAccelerator.c 	zend_llist_del_element(&zend_extensions, NULL, (int (*)(void *, void *))cb);
NULL             2376 ext/opcache/ZendAccelerator.c 		NULL
NULL             2410 ext/opcache/ZendAccelerator.c 	ZCSG(interned_strings_start) = ZCSG(interned_strings_end) = NULL;
NULL             2412 ext/opcache/ZendAccelerator.c 	zend_hash_init(&ZCSG(interned_strings), (ZCG(accel_directives).interned_strings_buffer * 1024 * 1024) / (sizeof(Bucket) + sizeof(Bucket*) + 8 /* average string length */), NULL, NULL, 1);
NULL             2535 ext/opcache/ZendAccelerator.c 	mem = mmap(NULL, size,
NULL             2661 ext/opcache/ZendAccelerator.c 			zps_startup_failure("Opcode Caching is disabled for CLI", NULL, accelerator_remove_cb);
NULL             2663 ext/opcache/ZendAccelerator.c 			zps_startup_failure("Opcode Caching is only supported in Apache, ISAPI, FPM, FastCGI and LiteSpeed SAPIs", NULL, accelerator_remove_cb);
NULL             2766 ext/opcache/ZendAccelerator.c 	if ((func = zend_hash_str_find_ptr(CG(function_table), "chdir", sizeof("chdir")-1)) != NULL &&
NULL             2771 ext/opcache/ZendAccelerator.c 	ZCG(cwd) = NULL;
NULL             2772 ext/opcache/ZendAccelerator.c 	ZCG(include_path) = NULL;
NULL             2775 ext/opcache/ZendAccelerator.c 	if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")-1)) != NULL) {
NULL             2787 ext/opcache/ZendAccelerator.c 	accel_blacklist.entries = NULL;
NULL             2845 ext/opcache/ZendAccelerator.c 	if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), "include_path", sizeof("include_path")-1)) != NULL) {
NULL             2922 ext/opcache/ZendAccelerator.c 	NULL,									/* shutdown */
NULL             2925 ext/opcache/ZendAccelerator.c 	NULL,									/* message handler */
NULL             2926 ext/opcache/ZendAccelerator.c 	NULL,									/* op_array handler */
NULL             2927 ext/opcache/ZendAccelerator.c 	NULL,									/* extended statement handler */
NULL             2928 ext/opcache/ZendAccelerator.c 	NULL,									/* extended fcall begin handler */
NULL             2929 ext/opcache/ZendAccelerator.c 	NULL,									/* extended fcall end handler */
NULL             2930 ext/opcache/ZendAccelerator.c 	NULL,									/* op_array ctor */
NULL             2931 ext/opcache/ZendAccelerator.c 	NULL,									/* op_array dtor */
NULL              113 ext/opcache/shared_alloc_shm.c 		shared_segments[i].common.p = shmat(shared_segments[i].shm_id, NULL, 0);
NULL               35 ext/opcache/shared_alloc_win32.c static HANDLE memfile = NULL, memory_mutex = NULL;
NULL               50 ext/opcache/shared_alloc_win32.c 		NULL,
NULL               55 ext/opcache/shared_alloc_win32.c 		NULL
NULL               58 ext/opcache/shared_alloc_win32.c 	h = RegisterEventSource(NULL, TEXT(ACCEL_EVENT_SOURCE));
NULL               65 ext/opcache/shared_alloc_win32.c             NULL,                 // no user security identifier
NULL               69 ext/opcache/shared_alloc_win32.c             NULL);                // pointer to data
NULL              104 ext/opcache/shared_alloc_win32.c 	memory_mutex = CreateMutex(NULL, FALSE, create_name_with_username(ACCEL_MUTEX_NAME));
NULL              164 ext/opcache/shared_alloc_win32.c 			mapping_base = MapViewOfFileEx(memfile, FILE_MAP_ALL_ACCESS, 0, 0, pre_size + ZEND_ALIGNED_SIZE(sizeof(zend_accel_shared_globals)), NULL);
NULL              165 ext/opcache/shared_alloc_win32.c 			if (mapping_base == NULL) {
NULL              186 ext/opcache/shared_alloc_win32.c 	if (mapping_base == NULL) {
NULL              223 ext/opcache/shared_alloc_win32.c 		if (memfile == NULL) {
NULL              232 ext/opcache/shared_alloc_win32.c 			memfile = NULL;
NULL              264 ext/opcache/shared_alloc_win32.c 	memfile	= CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, requested_size,
NULL              267 ext/opcache/shared_alloc_win32.c 	if (memfile == NULL) {
NULL              295 ext/opcache/shared_alloc_win32.c 		if (*wanted_mapping_base == NULL) { /* Auto address (NULL) is the last option on the array */
NULL              302 ext/opcache/shared_alloc_win32.c 	if (mapping_base == NULL) {
NULL              334 ext/opcache/shared_alloc_win32.c 		mapping_base = NULL;
NULL              337 ext/opcache/shared_alloc_win32.c 	memfile = NULL;
NULL              340 ext/opcache/shared_alloc_win32.c 	memory_mutex = NULL;
NULL               57 ext/opcache/zend_accelerator_blacklist.c 	if (blacklist->entries != NULL) {
NULL               66 ext/opcache/zend_accelerator_blacklist.c 	blacklist->regexp_list = NULL;
NULL               79 ext/opcache/zend_accelerator_blacklist.c 	char regexp[12*1024], *p, *end, *c, *backtrack = NULL;
NULL              178 ext/opcache/zend_accelerator_blacklist.c 			it->next = NULL;
NULL              180 ext/opcache/zend_accelerator_blacklist.c 			if ((it->re = pcre_compile(regexp, PCRE_NO_AUTO_CAPTURE, &pcre_error, &pcre_error_offset, 0)) == NULL) {
NULL              204 ext/opcache/zend_accelerator_blacklist.c 	blacklist->entries = NULL;
NULL              230 ext/opcache/zend_accelerator_blacklist.c 	char buf[MAXPATHLEN + 1], real_path[MAXPATHLEN + 1], *blacklist_path = NULL;
NULL              234 ext/opcache/zend_accelerator_blacklist.c 	if ((fp = fopen(filename, "r")) == NULL) {
NULL              249 ext/opcache/zend_accelerator_blacklist.c 	while (fgets(buf, MAXPATHLEN, fp) != NULL) {
NULL              319 ext/opcache/zend_accelerator_blacklist.c 	ret = glob(filename, 0, NULL, &globbuf);
NULL              340 ext/opcache/zend_accelerator_blacklist.c 	if (regexp_list_it == NULL) {
NULL              343 ext/opcache/zend_accelerator_blacklist.c 	while (regexp_list_it != NULL) {
NULL              344 ext/opcache/zend_accelerator_blacklist.c 		if (pcre_exec(regexp_list_it->re, NULL, verify_path, strlen(verify_path), 0, 0, NULL, 0) >= 0) {
NULL               36 ext/opcache/zend_accelerator_debug.c 	FILE * fLog = NULL;
NULL               42 ext/opcache/zend_accelerator_debug.c 	timestamp = time(NULL);
NULL               79 ext/opcache/zend_accelerator_hash.c 	zend_accel_hash_entry *indirect_bucket = NULL;
NULL              120 ext/opcache/zend_accelerator_hash.c 		return NULL;
NULL              165 ext/opcache/zend_accelerator_hash.c 	return NULL;
NULL              224 ext/opcache/zend_accelerator_hash.c     zend_accel_hash_entry *entry, *last_entry=NULL;
NULL               35 ext/opcache/zend_accelerator_module.c #define STRING_NOT_NULL(s) (NULL == (s)?"":s)
NULL               40 ext/opcache/zend_accelerator_module.c static void (*orig_file_exists)(INTERNAL_FUNCTION_PARAMETERS) = NULL;
NULL               41 ext/opcache/zend_accelerator_module.c static void (*orig_is_file)(INTERNAL_FUNCTION_PARAMETERS) = NULL;
NULL               42 ext/opcache/zend_accelerator_module.c static void (*orig_is_readable)(INTERNAL_FUNCTION_PARAMETERS) = NULL;
NULL               83 ext/opcache/zend_accelerator_module.c 	{ NULL, NULL, NULL, 0, 0 }
NULL              127 ext/opcache/zend_accelerator_module.c 					sizeof("opcache.memory_consumption")-1)) == NULL) {
NULL              172 ext/opcache/zend_accelerator_module.c 					sizeof("opcache.max_accelerated_files")-1)) == NULL) {
NULL              206 ext/opcache/zend_accelerator_module.c 					sizeof("opcache.max_wasted_percentage")-1)) == NULL) {
NULL              249 ext/opcache/zend_accelerator_module.c 			new_value = NULL;
NULL              262 ext/opcache/zend_accelerator_module.c 				new_value = NULL;
NULL              303 ext/opcache/zend_accelerator_module.c 	STD_PHP_INI_ENTRY("opcache.mmap_base", NULL, PHP_INI_SYSTEM,	OnUpdateString,	                             accel_directives.mmap_base,                 zend_accel_globals, accel_globals)
NULL              307 ext/opcache/zend_accelerator_module.c 	STD_PHP_INI_ENTRY("opcache.file_cache"                    , NULL  , PHP_INI_SYSTEM, OnUpdateFileCache, accel_directives.file_cache,                    zend_accel_globals, accel_globals)
NULL              325 ext/opcache/zend_accelerator_module.c 	if (key != NULL) {
NULL              328 ext/opcache/zend_accelerator_module.c 			zend_file_handle handle = {{0}, NULL, NULL, 0, 0};
NULL              404 ext/opcache/zend_accelerator_module.c 		if ((old_function = zend_hash_str_find_ptr(CG(function_table), "file_exists", sizeof("file_exists")-1)) != NULL) {
NULL              408 ext/opcache/zend_accelerator_module.c 		if ((old_function = zend_hash_str_find_ptr(CG(function_table), "is_file", sizeof("is_file")-1)) != NULL) {
NULL              412 ext/opcache/zend_accelerator_module.c 		if ((old_function = zend_hash_str_find_ptr(CG(function_table), "is_readable", sizeof("is_readable")-1)) != NULL) {
NULL              515 ext/opcache/zend_accelerator_module.c 	NULL,
NULL              516 ext/opcache/zend_accelerator_module.c 	NULL,
NULL              786 ext/opcache/zend_accelerator_module.c 	zend_op_array *op_array = NULL;
NULL              787 ext/opcache/zend_accelerator_module.c 	zend_execute_data *orig_execute_data = NULL;
NULL              800 ext/opcache/zend_accelerator_module.c 	handle.opened_path = NULL;
NULL              812 ext/opcache/zend_accelerator_module.c 	if(op_array != NULL) {
NULL               56 ext/opcache/zend_accelerator_util_funcs.c 			function->op_array.static_variables = NULL;
NULL               75 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_init(&persistent_script->function_table, 128, NULL, ZEND_FUNCTION_DTOR, 0);
NULL               80 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_init(&persistent_script->class_table, 16, NULL, ZEND_CLASS_DTOR, 0);
NULL               91 ext/opcache/zend_accelerator_util_funcs.c 		persistent_script->function_table.pDestructor = NULL;
NULL               92 ext/opcache/zend_accelerator_util_funcs.c 		persistent_script->class_table.pDestructor = NULL;
NULL              115 ext/opcache/zend_accelerator_util_funcs.c 	ht->pDestructor = NULL;
NULL              125 ext/opcache/zend_accelerator_util_funcs.c 	src->pDestructor = NULL;
NULL              161 ext/opcache/zend_accelerator_util_funcs.c 		if (ptr != NULL) {
NULL              173 ext/opcache/zend_accelerator_util_funcs.c 		if (Z_REFCOUNT_P(src) > 1 && (ptr = accel_xlat_get(Z_AST_P(src))) != NULL) {
NULL              209 ext/opcache/zend_accelerator_util_funcs.c 				copy->child[i] = NULL;
NULL              222 ext/opcache/zend_accelerator_util_funcs.c 				copy->child[i] = NULL;
NULL              311 ext/opcache/zend_accelerator_util_funcs.c 		ZEND_ASSERT(p->key != NULL);
NULL              342 ext/opcache/zend_accelerator_util_funcs.c 	ht->pDestructor = NULL;
NULL              369 ext/opcache/zend_accelerator_util_funcs.c 		ZEND_ASSERT(p->key != NULL);
NULL              385 ext/opcache/zend_accelerator_util_funcs.c 	if (ce->handler != NULL) { \
NULL              438 ext/opcache/zend_accelerator_util_funcs.c 		ce->interfaces = NULL;
NULL              480 ext/opcache/zend_accelerator_util_funcs.c 		trait_aliases[i] = NULL;
NULL              513 ext/opcache/zend_accelerator_util_funcs.c 				exclude_from_classes[j] = NULL;
NULL              518 ext/opcache/zend_accelerator_util_funcs.c 		trait_precedences[i] = NULL;
NULL              536 ext/opcache/zend_accelerator_util_funcs.c 		if (UNEXPECTED(t != NULL)) {
NULL              580 ext/opcache/zend_accelerator_util_funcs.c 		if (UNEXPECTED(t != NULL)) {
NULL              624 ext/opcache/zend_accelerator_util_funcs.c 		if (UNEXPECTED(t != NULL)) {
NULL              685 ext/opcache/zend_accelerator_util_funcs.c 		zend_hash_init(&ZCG(bind_hash), 10, NULL, NULL, 0);
NULL              688 ext/opcache/zend_accelerator_util_funcs.c 		ZCG(arena_mem) = NULL;
NULL              725 ext/opcache/zend_accelerator_util_funcs.c 		ZCG(current_persistent_script) = NULL;
NULL              731 ext/opcache/zend_accelerator_util_funcs.c 			zend_accel_class_hash_copy(CG(class_table), &persistent_script->class_table, NULL);
NULL               57 ext/opcache/zend_file_cache.c 	OVERLAPPED offset = {0,0,0,0,NULL};
NULL              250 ext/opcache/zend_file_cache.c 		ht->arData = NULL;
NULL              670 ext/opcache/zend_file_cache.c 	new_script->mem = NULL;
NULL             1094 ext/opcache/zend_file_cache.c 			script, buf, zend_file_cache_unserialize_zval, NULL);
NULL             1219 ext/opcache/zend_file_cache.c 		return NULL;
NULL             1226 ext/opcache/zend_file_cache.c 		return NULL;
NULL             1232 ext/opcache/zend_file_cache.c 		return NULL;
NULL             1241 ext/opcache/zend_file_cache.c 		return NULL;
NULL             1251 ext/opcache/zend_file_cache.c 		return NULL;
NULL             1259 ext/opcache/zend_file_cache.c 		return NULL;
NULL             1264 ext/opcache/zend_file_cache.c 	    zend_get_file_handle_timestamp(file_handle, NULL) != info.timestamp) {
NULL             1271 ext/opcache/zend_file_cache.c 		return NULL;
NULL             1290 ext/opcache/zend_file_cache.c 		return NULL;
NULL             1304 ext/opcache/zend_file_cache.c 		return NULL;
NULL              444 ext/opcache/zend_persist.c 	zval *orig_literals = NULL;
NULL              453 ext/opcache/zend_persist.c 	op_array->refcount = NULL;
NULL              463 ext/opcache/zend_persist.c 		if ((offset = zend_get_constant_str("__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__") - 1)) != NULL) {
NULL              492 ext/opcache/zend_persist.c 			ZEND_ASSERT(orig_literals != NULL);
NULL              509 ext/opcache/zend_persist.c 		ZEND_ASSERT(persist_ptr != NULL);
NULL              567 ext/opcache/zend_persist.c 			op_array->run_time_cache = NULL;
NULL              575 ext/opcache/zend_persist.c 			ZEND_ASSERT(new_name != NULL);
NULL              597 ext/opcache/zend_persist.c 			ZEND_ASSERT(arg_info != NULL);
NULL              632 ext/opcache/zend_persist.c 				ZEND_ASSERT(op_array->doc_comment != NULL);
NULL              640 ext/opcache/zend_persist.c 			op_array->doc_comment = NULL;
NULL              651 ext/opcache/zend_persist.c 			ZEND_ASSERT(persist_ptr != NULL);
NULL              668 ext/opcache/zend_persist.c 		op_array->prototype = NULL;
NULL              689 ext/opcache/zend_persist.c 	zend_persist_op_array_ex(Z_PTR_P(zv), NULL);
NULL              714 ext/opcache/zend_persist.c 			prop->doc_comment = NULL;
NULL              746 ext/opcache/zend_persist.c 		ce->static_members_table = NULL;
NULL              762 ext/opcache/zend_persist.c 				ZEND_CE_DOC_COMMENT(ce) = NULL;
NULL              769 ext/opcache/zend_persist.c 		ce->interfaces = NULL; /* will be filled in on fetch */
NULL              774 ext/opcache/zend_persist.c 		ce->traits = NULL;
NULL              786 ext/opcache/zend_persist.c 					ce->trait_aliases[i]->trait_method->ce = NULL;
NULL              808 ext/opcache/zend_persist.c 				ce->trait_precedences[i]->trait_method->ce = NULL;
NULL              386 ext/opcache/zend_persist_calc.c 	new_persistent_script->mem = NULL;
NULL              388 ext/opcache/zend_persist_calc.c 	new_persistent_script->arena_mem = NULL;
NULL              419 ext/opcache/zend_persist_calc.c 	ZCG(current_persistent_script) = NULL;
NULL               48 ext/opcache/zend_shared_alloc.c static const zend_shared_memory_handlers *g_shared_alloc_handler = NULL;
NULL               74 ext/opcache/zend_shared_alloc.c 	{ NULL, NULL}
NULL              126 ext/opcache/zend_shared_alloc.c 	ZSMMG(shared_segments) = NULL;
NULL              144 ext/opcache/zend_shared_alloc.c 		*shared_segments_p = NULL;
NULL              146 ext/opcache/zend_shared_alloc.c 	g_shared_alloc_handler = NULL;
NULL              155 ext/opcache/zend_shared_alloc.c 	char *error_in = NULL;
NULL              187 ext/opcache/zend_shared_alloc.c 		smm_shared_globals = NULL;
NULL              274 ext/opcache/zend_shared_alloc.c 	ZSMMG(shared_segments) = NULL;
NULL              275 ext/opcache/zend_shared_alloc.c 	g_shared_alloc_handler = NULL;
NULL              317 ext/opcache/zend_shared_alloc.c 		return NULL;
NULL              331 ext/opcache/zend_shared_alloc.c 	return NULL;
NULL              338 ext/opcache/zend_shared_alloc.c 	if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)source)) != NULL) {
NULL              350 ext/opcache/zend_shared_alloc.c 	if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)source)) != NULL) {
NULL              433 ext/opcache/zend_shared_alloc.c 	zend_hash_init(&ZCG(xlat_table), 128, NULL, NULL, 1);
NULL              456 ext/opcache/zend_shared_alloc.c 	if ((retval = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)old)) == NULL) {
NULL              457 ext/opcache/zend_shared_alloc.c 		return NULL;
NULL              528 ext/openssl/openssl.c 	NULL,
NULL              529 ext/openssl/openssl.c 	NULL,
NULL              544 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, #_name" is too long"); \
NULL              575 ext/openssl/openssl.c 	assert(pkey != NULL);
NULL              660 ext/openssl/openssl.c 	ASN1_STRING * str = NULL;
NULL              663 ext/openssl/openssl.c 	if (key != NULL) {
NULL              693 ext/openssl/openssl.c 			if ((data = zend_hash_str_find(Z_ARRVAL(subitem), sname, strlen(sname))) != NULL) {
NULL              707 ext/openssl/openssl.c 	if (key != NULL) {
NULL              735 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "illegal ASN1 data type for timestamp");
NULL              740 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "illegal length in timestamp");
NULL              745 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "unable to parse time string %s correctly", timestr->data);
NULL              750 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "unable to parse time string %s correctly", timestr->data);
NULL              821 ext/openssl/openssl.c 	if (!X509V3_EXT_add_conf(config, &ctx, (char *)section, NULL)) {
NULL              822 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Error loading %s section %s of %s",
NULL              839 ext/openssl/openssl.c 	str = CONF_get_string(req->req_config, NULL, "oid_section");
NULL              840 ext/openssl/openssl.c 	if (str == NULL) {
NULL              844 ext/openssl/openssl.c 	if (sktmp == NULL) {
NULL              845 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "problem loading oid section %s", str);
NULL              851 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "problem creating object %s=%s", cnf->name, cnf->value);
NULL              867 ext/openssl/openssl.c 		if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), key, sizeof(key)-1)) != NULL && Z_TYPE_P(item) == IS_STRING) \
NULL              873 ext/openssl/openssl.c 	if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), key, sizeof(key)-1)) != NULL && Z_TYPE_P(item) == IS_LONG) \
NULL              906 ext/openssl/openssl.c 	req->global_config = CONF_load(NULL, default_ssl_conf_filename, NULL);
NULL              907 ext/openssl/openssl.c 	req->req_config = CONF_load(NULL, req->config_filename, NULL);
NULL              909 ext/openssl/openssl.c 	if (req->req_config == NULL) {
NULL              914 ext/openssl/openssl.c 	str = CONF_get_string(req->req_config, NULL, "oid_file");
NULL              936 ext/openssl/openssl.c 	if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), "encrypt_key", sizeof("encrypt_key")-1)) != NULL) {
NULL              940 ext/openssl/openssl.c 		if (str == NULL) {
NULL              950 ext/openssl/openssl.c 	if (req->priv_key_encrypt && optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), "encrypt_key_cipher", sizeof("encrypt_key_cipher")-1)) != NULL
NULL              954 ext/openssl/openssl.c 		if (cipher == NULL) {
NULL              955 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "Unknown cipher algorithm for private key.");
NULL              961 ext/openssl/openssl.c 		req->priv_key_encrypt_cipher = NULL;
NULL              967 ext/openssl/openssl.c 	if (req->digest_name == NULL) {
NULL              973 ext/openssl/openssl.c 	if (req->md_alg == NULL) {
NULL              982 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Invalid global string mask setting %s", str);
NULL              996 ext/openssl/openssl.c 		req->priv_key = NULL;
NULL             1000 ext/openssl/openssl.c 		req->global_config = NULL;
NULL             1004 ext/openssl/openssl.c 		req->req_config = NULL;
NULL             1016 ext/openssl/openssl.c 	if (file == NULL) {
NULL             1026 ext/openssl/openssl.c 	if (file == NULL || !RAND_load_file(file, -1)) {
NULL             1028 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "unable to load random state; not enough random data!");
NULL             1048 ext/openssl/openssl.c 	if (file == NULL) {
NULL             1051 ext/openssl/openssl.c 	if (file == NULL || !RAND_write_file(file)) {
NULL             1052 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "unable to write random state");
NULL             1098 ext/openssl/openssl.c 			return NULL;
NULL             1142 ext/openssl/openssl.c 			return NULL;
NULL             1150 ext/openssl/openssl.c 	PHP_INI_ENTRY("openssl.cafile", NULL, PHP_INI_PERDIR, NULL)
NULL             1151 ext/openssl/openssl.c 	PHP_INI_ENTRY("openssl.capath", NULL, PHP_INI_PERDIR, NULL)
NULL             1161 ext/openssl/openssl.c 	le_key = zend_register_list_destructors_ex(php_pkey_free, NULL, "OpenSSL key", module_number);
NULL             1162 ext/openssl/openssl.c 	le_x509 = zend_register_list_destructors_ex(php_x509_free, NULL, "OpenSSL X.509", module_number);
NULL             1163 ext/openssl/openssl.c 	le_csr = zend_register_list_destructors_ex(php_csr_free, NULL, "OpenSSL X.509 CSR", module_number);
NULL             1174 ext/openssl/openssl.c 	ssl_stream_data_index = SSL_get_ex_new_index(0, "PHP stream index", NULL, NULL, NULL);
NULL             1261 ext/openssl/openssl.c 	if (config_filename == NULL) {
NULL             1266 ext/openssl/openssl.c 	if (config_filename == NULL) {
NULL             1383 ext/openssl/openssl.c 	X509 *cert = NULL;
NULL             1386 ext/openssl/openssl.c 		*resourceval = NULL;
NULL             1395 ext/openssl/openssl.c 			return NULL;
NULL             1406 ext/openssl/openssl.c 		return NULL;
NULL             1417 ext/openssl/openssl.c 			return NULL;
NULL             1421 ext/openssl/openssl.c 		if (in == NULL) {
NULL             1422 ext/openssl/openssl.c 			return NULL;
NULL             1424 ext/openssl/openssl.c 		cert = PEM_read_bio_X509(in, NULL, NULL, NULL);
NULL             1430 ext/openssl/openssl.c 		if (in == NULL) {
NULL             1431 ext/openssl/openssl.c 			return NULL;
NULL             1434 ext/openssl/openssl.c 		cert = (X509 *) PEM_ASN1_read_bio((d2i_of_void *)d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL);
NULL             1436 ext/openssl/openssl.c 		cert = (X509 *) PEM_ASN1_read_bio((char *(*)())d2i_X509, PEM_STRING_X509, in, NULL, NULL, NULL);
NULL             1467 ext/openssl/openssl.c 	if (cert == NULL) {
NULL             1468 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get cert from parameter 1");
NULL             1485 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "error opening file %s", filename);
NULL             1487 ext/openssl/openssl.c 	if (certresource == NULL && cert) {
NULL             1500 ext/openssl/openssl.c 	char * challenge = NULL, * spkstr = NULL;
NULL             1501 ext/openssl/openssl.c 	zend_string * s = NULL;
NULL             1502 ext/openssl/openssl.c 	zend_resource *keyresource = NULL;
NULL             1506 ext/openssl/openssl.c 	zval *method = NULL;
NULL             1507 ext/openssl/openssl.c 	zval * zpkey = NULL;
NULL             1508 ext/openssl/openssl.c 	EVP_PKEY * pkey = NULL;
NULL             1509 ext/openssl/openssl.c 	NETSCAPE_SPKI *spki=NULL;
NULL             1519 ext/openssl/openssl.c 	if (pkey == NULL) {
NULL             1520 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to use supplied private key");
NULL             1524 ext/openssl/openssl.c 	if (method != NULL) {
NULL             1528 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "Algorithm must be of supported type");
NULL             1535 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown signature algorithm");
NULL             1539 ext/openssl/openssl.c 	if ((spki = NETSCAPE_SPKI_new()) == NULL) {
NULL             1540 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to create new SPKAC");
NULL             1546 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "Unable to set challenge data");
NULL             1552 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to embed public key");
NULL             1557 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to sign with specified algorithm");
NULL             1563 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to encode SPKAC");
NULL             1576 ext/openssl/openssl.c 	if (keyresource == NULL && spki != NULL) {
NULL             1579 ext/openssl/openssl.c 	if (keyresource == NULL && pkey != NULL) {
NULL             1582 ext/openssl/openssl.c 	if (keyresource == NULL && spkstr != NULL) {
NULL             1590 ext/openssl/openssl.c 	if (keyresource == NULL && s != NULL) {
NULL             1602 ext/openssl/openssl.c 	char *spkstr = NULL, * spkstr_cleaned = NULL;
NULL             1604 ext/openssl/openssl.c 	EVP_PKEY *pkey = NULL;
NULL             1605 ext/openssl/openssl.c 	NETSCAPE_SPKI *spki = NULL;
NULL             1612 ext/openssl/openssl.c 	if (spkstr == NULL) {
NULL             1613 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to use supplied SPKAC");
NULL             1621 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Invalid SPKAC");
NULL             1626 ext/openssl/openssl.c 	if (spki == NULL) {
NULL             1627 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to decode supplied SPKAC");
NULL             1632 ext/openssl/openssl.c 	if (pkey == NULL) {
NULL             1633 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to acquire signed public key");
NULL             1641 ext/openssl/openssl.c 	if (spki != NULL) {
NULL             1644 ext/openssl/openssl.c 	if (pkey != NULL) {
NULL             1647 ext/openssl/openssl.c 	if (spkstr_cleaned != NULL) {
NULL             1662 ext/openssl/openssl.c 	char *spkstr = NULL, * spkstr_cleaned = NULL, * s = NULL;
NULL             1665 ext/openssl/openssl.c 	EVP_PKEY *pkey = NULL;
NULL             1666 ext/openssl/openssl.c 	NETSCAPE_SPKI *spki = NULL;
NULL             1667 ext/openssl/openssl.c 	BIO *out = NULL;
NULL             1674 ext/openssl/openssl.c 	if (spkstr == NULL) {
NULL             1675 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to use supplied SPKAC");
NULL             1683 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Invalid SPKAC");
NULL             1688 ext/openssl/openssl.c 	if (spki == NULL) {
NULL             1689 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to decode supplied SPKAC");
NULL             1694 ext/openssl/openssl.c 	if (pkey == NULL) {
NULL             1695 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to acquire signed public key");
NULL             1710 ext/openssl/openssl.c 	if (spki != NULL) {
NULL             1713 ext/openssl/openssl.c 	if (out != NULL) {
NULL             1716 ext/openssl/openssl.c 	if (pkey != NULL) {
NULL             1719 ext/openssl/openssl.c 	if (spkstr_cleaned != NULL) {
NULL             1722 ext/openssl/openssl.c 	if (s != NULL) {
NULL             1733 ext/openssl/openssl.c 	char *spkstr = NULL, * spkstr_cleaned = NULL;
NULL             1736 ext/openssl/openssl.c 	NETSCAPE_SPKI *spki = NULL;
NULL             1743 ext/openssl/openssl.c 	if (spkstr == NULL) {
NULL             1744 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to use supplied SPKAC");
NULL             1752 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Invalid SPKAC");
NULL             1757 ext/openssl/openssl.c 	if (spki == NULL) {
NULL             1758 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unable to decode SPKAC");
NULL             1766 ext/openssl/openssl.c 	if (spkstr_cleaned != NULL) {
NULL             1788 ext/openssl/openssl.c 	if (cert == NULL) {
NULL             1789 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get cert from parameter 1");
NULL             1807 ext/openssl/openssl.c 	if (certresource == NULL && cert) {
NULL             1822 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown signature algorithm");
NULL             1823 ext/openssl/openssl.c 		return NULL;
NULL             1825 ext/openssl/openssl.c 		php_error_docref(NULL, E_ERROR, "Could not generate signature");
NULL             1826 ext/openssl/openssl.c 		return NULL;
NULL             1855 ext/openssl/openssl.c 	if (cert == NULL) {
NULL             1856 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get cert from parameter 1");
NULL             1867 ext/openssl/openssl.c 	if (certresource == NULL && cert) {
NULL             1877 ext/openssl/openssl.c 	X509 * cert = NULL;
NULL             1878 ext/openssl/openssl.c 	EVP_PKEY * key = NULL;
NULL             1879 ext/openssl/openssl.c 	zend_resource *certresource = NULL, *keyresource = NULL;
NULL             1887 ext/openssl/openssl.c 	if (cert == NULL) {
NULL             1895 ext/openssl/openssl.c 	if (keyresource == NULL && key) {
NULL             1898 ext/openssl/openssl.c 	if (certresource == NULL && cert) {
NULL             1911 ext/openssl/openssl.c 	const X509V3_EXT_METHOD *method = NULL;
NULL             1916 ext/openssl/openssl.c 	if (method == NULL) {
NULL             1923 ext/openssl/openssl.c 		names = (GENERAL_NAMES*) (ASN1_item_d2i(NULL, &p, length,
NULL             1926 ext/openssl/openssl.c 		names = (GENERAL_NAMES*) (method->d2i(NULL, &p, length));
NULL             1928 ext/openssl/openssl.c 	if (names == NULL) {
NULL             1977 ext/openssl/openssl.c 	X509 * cert = NULL;
NULL             1978 ext/openssl/openssl.c 	zend_resource *certresource = NULL;
NULL             1993 ext/openssl/openssl.c 	if (cert == NULL) {
NULL             2014 ext/openssl/openssl.c 	add_assoc_string(return_value, "serialNumber", i2s_ASN1_INTEGER(NULL, X509_get_serialNumber(cert)));
NULL             2022 ext/openssl/openssl.c 	tmpstr = (char *)X509_alias_get0(cert, NULL);
NULL             2081 ext/openssl/openssl.c 				if (certresource == NULL && cert) {
NULL             2098 ext/openssl/openssl.c 	if (certresource == NULL && cert) {
NULL             2107 ext/openssl/openssl.c 	STACK_OF(X509_INFO) *sk=NULL;
NULL             2108 ext/openssl/openssl.c 	STACK_OF(X509) *stack=NULL, *ret=NULL;
NULL             2109 ext/openssl/openssl.c 	BIO *in=NULL;
NULL             2113 ext/openssl/openssl.c 		php_error_docref(NULL, E_ERROR, "memory allocation failure");
NULL             2123 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "error opening the file, %s", certfile);
NULL             2129 ext/openssl/openssl.c 	if(!(sk=PEM_X509_INFO_read_bio(in, NULL, NULL, NULL))) {
NULL             2130 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "error reading the file, %s", certfile);
NULL             2138 ext/openssl/openssl.c 		if (xi->x509 != NULL) {
NULL             2140 ext/openssl/openssl.c 			xi->x509=NULL;
NULL             2145 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "no certificates in file, %s", certfile);
NULL             2165 ext/openssl/openssl.c 	if (csc == NULL) {
NULL             2166 ext/openssl/openssl.c 		php_error_docref(NULL, E_ERROR, "memory allocation failure");
NULL             2184 ext/openssl/openssl.c 	zval * zcert, * zcainfo = NULL;
NULL             2185 ext/openssl/openssl.c 	X509_STORE * cainfo = NULL;
NULL             2186 ext/openssl/openssl.c 	X509 * cert = NULL;
NULL             2187 ext/openssl/openssl.c 	zend_resource *certresource = NULL;
NULL             2188 ext/openssl/openssl.c 	STACK_OF(X509) * untrustedchain = NULL;
NULL             2190 ext/openssl/openssl.c 	char * untrusted = NULL;
NULL             2202 ext/openssl/openssl.c 		if (untrustedchain == NULL) {
NULL             2208 ext/openssl/openssl.c 	if (cainfo == NULL) {
NULL             2212 ext/openssl/openssl.c 	if (cert == NULL) {
NULL             2224 ext/openssl/openssl.c 	if (certresource == NULL && cert) {
NULL             2250 ext/openssl/openssl.c 	if (store == NULL) {
NULL             2251 ext/openssl/openssl.c 		return NULL;
NULL             2259 ext/openssl/openssl.c 				php_error_docref(NULL, E_WARNING, "unable to stat %s", Z_STRVAL_P(item));
NULL             2265 ext/openssl/openssl.c 				if (file_lookup == NULL || !X509_LOOKUP_load_file(file_lookup, Z_STRVAL_P(item), X509_FILETYPE_PEM)) {
NULL             2266 ext/openssl/openssl.c 					php_error_docref(NULL, E_WARNING, "error loading file %s", Z_STRVAL_P(item));
NULL             2270 ext/openssl/openssl.c 				file_lookup = NULL;
NULL             2273 ext/openssl/openssl.c 				if (dir_lookup == NULL || !X509_LOOKUP_add_dir(dir_lookup, Z_STRVAL_P(item), X509_FILETYPE_PEM)) {
NULL             2274 ext/openssl/openssl.c 					php_error_docref(NULL, E_WARNING, "error loading directory %s", Z_STRVAL_P(item));
NULL             2278 ext/openssl/openssl.c 				dir_lookup = NULL;
NULL             2285 ext/openssl/openssl.c 			X509_LOOKUP_load_file(file_lookup, NULL, X509_FILETYPE_DEFAULT);
NULL             2291 ext/openssl/openssl.c 			X509_LOOKUP_add_dir(dir_lookup, NULL, X509_FILETYPE_DEFAULT);
NULL             2312 ext/openssl/openssl.c 	if (x509 == NULL) {
NULL             2313 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "supplied parameter cannot be coerced into an X509 certificate!");
NULL             2329 ext/openssl/openssl.c 	if ((cert = (X509 *)zend_fetch_resource(Z_RES_P(x509), "OpenSSL X.509", le_x509)) == NULL) {
NULL             2353 ext/openssl/openssl.c 	STACK_OF(X509) * sk = NULL;
NULL             2363 ext/openssl/openssl.c 			if (cert == NULL) {
NULL             2367 ext/openssl/openssl.c 			if (certresource != NULL) {
NULL             2370 ext/openssl/openssl.c 				if (cert == NULL) {
NULL             2381 ext/openssl/openssl.c 		if (cert == NULL) {
NULL             2385 ext/openssl/openssl.c 		if (certresource != NULL) {
NULL             2387 ext/openssl/openssl.c 			if (cert == NULL) {
NULL             2403 ext/openssl/openssl.c 	X509 * cert = NULL;
NULL             2404 ext/openssl/openssl.c 	BIO * bio_out = NULL;
NULL             2405 ext/openssl/openssl.c 	PKCS12 * p12 = NULL;
NULL             2407 ext/openssl/openssl.c 	char * friendly_name = NULL;
NULL             2411 ext/openssl/openssl.c 	zval *zcert = NULL, *zpkey = NULL, *args = NULL;
NULL             2412 ext/openssl/openssl.c 	EVP_PKEY *priv_key = NULL;
NULL             2415 ext/openssl/openssl.c 	STACK_OF(X509) *ca = NULL;
NULL             2423 ext/openssl/openssl.c 	if (cert == NULL) {
NULL             2424 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get cert from parameter 1");
NULL             2428 ext/openssl/openssl.c 	if (priv_key == NULL) {
NULL             2429 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get private key from parameter 3");
NULL             2433 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "private key does not correspond to cert");
NULL             2441 ext/openssl/openssl.c 	if (args && (item = zend_hash_str_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name")-1)) != NULL && Z_TYPE_P(item) == IS_STRING)
NULL             2448 ext/openssl/openssl.c 	if (args && (item = zend_hash_str_find(Z_ARRVAL_P(args), "extracerts", sizeof("extracerts")-1)) != NULL)
NULL             2464 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "error opening file %s", filename);
NULL             2473 ext/openssl/openssl.c 	if (keyresource == NULL && priv_key) {
NULL             2476 ext/openssl/openssl.c 	if (certresource == NULL && cert) {
NULL             2486 ext/openssl/openssl.c 	X509 * cert = NULL;
NULL             2488 ext/openssl/openssl.c 	PKCS12 * p12 = NULL;
NULL             2489 ext/openssl/openssl.c 	zval * zcert = NULL, *zout = NULL, *zpkey, *args = NULL;
NULL             2490 ext/openssl/openssl.c 	EVP_PKEY *priv_key = NULL;
NULL             2494 ext/openssl/openssl.c 	char * friendly_name = NULL;
NULL             2496 ext/openssl/openssl.c 	STACK_OF(X509) *ca = NULL;
NULL             2504 ext/openssl/openssl.c 	if (cert == NULL) {
NULL             2505 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get cert from parameter 1");
NULL             2509 ext/openssl/openssl.c 	if (priv_key == NULL) {
NULL             2510 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get private key from parameter 3");
NULL             2514 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "private key does not correspond to cert");
NULL             2519 ext/openssl/openssl.c 	if (args && (item = zend_hash_str_find(Z_ARRVAL_P(args), "friendly_name", sizeof("friendly_name")-1)) != NULL && Z_TYPE_P(item) == IS_STRING)
NULL             2522 ext/openssl/openssl.c 	if (args && (item = zend_hash_str_find(Z_ARRVAL_P(args), "extracerts", sizeof("extracerts")-1)) != NULL)
NULL             2545 ext/openssl/openssl.c 	if (keyresource == NULL && priv_key) {
NULL             2548 ext/openssl/openssl.c 	if (certresource == NULL && cert) {
NULL             2558 ext/openssl/openssl.c 	zval *zout = NULL, zextracerts, zcert, zpkey;
NULL             2561 ext/openssl/openssl.c 	PKCS12 * p12 = NULL;
NULL             2562 ext/openssl/openssl.c 	EVP_PKEY * pkey = NULL;
NULL             2563 ext/openssl/openssl.c 	X509 * cert = NULL;
NULL             2564 ext/openssl/openssl.c 	STACK_OF(X509) * ca = NULL;
NULL             2565 ext/openssl/openssl.c 	BIO * bio_in = NULL;
NULL             2597 ext/openssl/openssl.c 			if (PEM_write_bio_PrivateKey(bio_out, pkey, NULL, NULL, 0, 0, NULL)) {
NULL             2663 ext/openssl/openssl.c 	STACK_OF(CONF_VALUE) * dn_sk, *attr_sk = NULL;
NULL             2667 ext/openssl/openssl.c 	if (dn_sect == NULL) {
NULL             2671 ext/openssl/openssl.c 	if (dn_sk == NULL) {
NULL             2675 ext/openssl/openssl.c 	if (attr_sect == NULL) {
NULL             2676 ext/openssl/openssl.c 		attr_sk = NULL;
NULL             2679 ext/openssl/openssl.c 		if (attr_sk == NULL) {
NULL             2690 ext/openssl/openssl.c 		zend_string * strindex = NULL;
NULL             2705 ext/openssl/openssl.c 						php_error_docref(NULL, E_WARNING,
NULL             2713 ext/openssl/openssl.c 					php_error_docref(NULL, E_WARNING, "dn: %s is not a recognized name", ZSTR_VAL(strindex));
NULL             2758 ext/openssl/openssl.c 				php_error_docref(NULL, E_WARNING, "add_entry_by_txt %s -> %s (failed)", type, v->value);
NULL             2762 ext/openssl/openssl.c 				php_error_docref(NULL, E_WARNING, "no objects specified in config file");
NULL             2775 ext/openssl/openssl.c 						php_error_docref(NULL, E_WARNING, "attribs: add_entry_by_NID %d -> %s (failed)", nid, Z_STRVAL_P(item));
NULL             2779 ext/openssl/openssl.c 					php_error_docref(NULL, E_WARNING, "dn: %s is not a recognized name", ZSTR_VAL(strindex));
NULL             2790 ext/openssl/openssl.c 					php_error_docref(NULL, E_WARNING,
NULL             2809 ext/openssl/openssl.c 	X509_REQ * csr = NULL;
NULL             2810 ext/openssl/openssl.c 	char * filename = NULL;
NULL             2814 ext/openssl/openssl.c 		*resourceval = NULL;
NULL             2828 ext/openssl/openssl.c 		return NULL;
NULL             2830 ext/openssl/openssl.c 		return NULL;
NULL             2838 ext/openssl/openssl.c 			return NULL;
NULL             2844 ext/openssl/openssl.c 	csr = PEM_read_bio_X509_REQ(in, NULL,NULL,NULL);
NULL             2856 ext/openssl/openssl.c 	zval * zcsr = NULL;
NULL             2858 ext/openssl/openssl.c 	char * filename = NULL;
NULL             2869 ext/openssl/openssl.c 	if (csr == NULL) {
NULL             2870 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get CSR from parameter 1");
NULL             2886 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "error opening file %s", filename);
NULL             2889 ext/openssl/openssl.c 	if (csr_resource == NULL && csr) {
NULL             2901 ext/openssl/openssl.c 	zval * zcsr = NULL, *zout=NULL;
NULL             2913 ext/openssl/openssl.c 	if (csr == NULL) {
NULL             2914 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get CSR from parameter 1");
NULL             2935 ext/openssl/openssl.c 	if (csr_resource == NULL && csr) {
NULL             2946 ext/openssl/openssl.c 	zval * zcert = NULL, *zcsr, *zpkey, *args = NULL;
NULL             2949 ext/openssl/openssl.c 	X509 * cert = NULL, *new_cert = NULL;
NULL             2951 ext/openssl/openssl.c 	EVP_PKEY * key = NULL, *priv_key = NULL;
NULL             2952 ext/openssl/openssl.c 	zend_resource *csr_resource, *certresource = NULL, *keyresource = NULL;
NULL             2963 ext/openssl/openssl.c 	if (csr == NULL) {
NULL             2964 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get CSR from parameter 1");
NULL             2969 ext/openssl/openssl.c 		if (cert == NULL) {
NULL             2970 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "cannot get cert from parameter 2");
NULL             2975 ext/openssl/openssl.c 	if (priv_key == NULL) {
NULL             2976 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get private key from parameter 3");
NULL             2980 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "private key does not correspond to signing cert");
NULL             2989 ext/openssl/openssl.c 	if (key == NULL) {
NULL             2990 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "error unpacking public key");
NULL             2996 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Signature verification problems");
NULL             3000 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Signature did not match the certificate request");
NULL             3007 ext/openssl/openssl.c 	if (new_cert == NULL) {
NULL             3008 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "No memory");
NULL             3020 ext/openssl/openssl.c 	if (cert == NULL) {
NULL             3035 ext/openssl/openssl.c 		X509V3_set_ctx(&ctx, cert, new_cert, csr, NULL, 0);
NULL             3044 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "failed to sign it");
NULL             3050 ext/openssl/openssl.c 	new_cert = NULL;
NULL             3055 ext/openssl/openssl.c 		cert = NULL;
NULL             3059 ext/openssl/openssl.c 	if (keyresource == NULL && priv_key) {
NULL             3065 ext/openssl/openssl.c 	if (csr_resource == NULL && csr) {
NULL             3068 ext/openssl/openssl.c 	if (zcert && certresource == NULL && cert) {
NULL             3082 ext/openssl/openssl.c 	zval * args = NULL, * dn, *attribs = NULL;
NULL             3084 ext/openssl/openssl.c 	X509_REQ * csr = NULL;
NULL             3098 ext/openssl/openssl.c 			req.priv_key = php_openssl_evp_from_zval(out_pkey, 0, NULL, 0, &key_resource);
NULL             3099 ext/openssl/openssl.c 			if (req.priv_key != NULL) {
NULL             3103 ext/openssl/openssl.c 		if (req.priv_key == NULL) {
NULL             3106 ext/openssl/openssl.c 		if (req.priv_key == NULL) {
NULL             3107 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "Unable to generate a private key");
NULL             3114 ext/openssl/openssl.c 					X509V3_set_ctx(&ext_ctx, NULL, NULL, csr, NULL, 0);
NULL             3121 ext/openssl/openssl.c 						php_error_docref(NULL, E_WARNING, "Error loading extension section %s", req.request_extensions_section);
NULL             3127 ext/openssl/openssl.c 							csr = NULL;
NULL             3129 ext/openssl/openssl.c 							php_error_docref(NULL, E_WARNING, "Error signing request");
NULL             3136 ext/openssl/openssl.c 							req.priv_key = NULL; /* make sure the cleanup code doesn't zap it! */
NULL             3137 ext/openssl/openssl.c 						} else if (key_resource != NULL) {
NULL             3138 ext/openssl/openssl.c 							req.priv_key = NULL; /* make sure the cleanup code doesn't zap it! */
NULL             3145 ext/openssl/openssl.c 						req.priv_key = NULL;
NULL             3174 ext/openssl/openssl.c 	if (csr == NULL) {
NULL             3181 ext/openssl/openssl.c 	add_assoc_name_entry(return_value, NULL, subject, use_shortnames);
NULL             3203 ext/openssl/openssl.c 	if (csr == NULL) {
NULL             3231 ext/openssl/openssl.c 	EVP_PKEY * key = NULL;
NULL             3232 ext/openssl/openssl.c 	X509 * cert = NULL;
NULL             3234 ext/openssl/openssl.c 	zend_resource *cert_res = NULL;
NULL             3235 ext/openssl/openssl.c 	char * filename = NULL;
NULL             3244 ext/openssl/openssl.c 	return NULL;
NULL             3247 ext/openssl/openssl.c 		*resourceval = NULL;
NULL             3254 ext/openssl/openssl.c 		if ((zphrase = zend_hash_index_find(Z_ARRVAL_P(val), 1)) == NULL) {
NULL             3255 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "key array must be of the form array(0 => key, 1 => phrase)");
NULL             3256 ext/openssl/openssl.c 			return NULL;
NULL             3268 ext/openssl/openssl.c 		if ((val = zend_hash_index_find(Z_ARRVAL_P(val), 0)) == NULL) {
NULL             3269 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "key array must be of the form array(0 => key, 1 => phrase)");
NULL             3297 ext/openssl/openssl.c 				php_error_docref(NULL, E_WARNING, "supplied key param is a public key");
NULL             3302 ext/openssl/openssl.c 				php_error_docref(NULL, E_WARNING, "Don't know how to get public key from this private key");
NULL             3331 ext/openssl/openssl.c 			free_cert = (cert_res == NULL);
NULL             3341 ext/openssl/openssl.c 				if (in == NULL) {
NULL             3344 ext/openssl/openssl.c 				key = PEM_read_bio_PUBKEY(in, NULL,NULL, NULL);
NULL             3360 ext/openssl/openssl.c 			if (in == NULL) {
NULL             3363 ext/openssl/openssl.c 			key = PEM_read_bio_PrivateKey(in, NULL,NULL, passphrase);
NULL             3368 ext/openssl/openssl.c 	if (public_key && cert && key == NULL) {
NULL             3389 ext/openssl/openssl.c 	char * randfile = NULL;
NULL             3391 ext/openssl/openssl.c 	EVP_PKEY * return_val = NULL;
NULL             3394 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "private key length is too short; it needs to be at least %d bits, not %d",
NULL             3396 ext/openssl/openssl.c 		return NULL;
NULL             3402 ext/openssl/openssl.c 	if ((req->priv_key = EVP_PKEY_new()) != NULL) {
NULL             3409 ext/openssl/openssl.c 					rsaparam = (RSA*)RSA_generate_key(req->priv_key_bits, RSA_F4, NULL, NULL);
NULL             3415 ext/openssl/openssl.c 							php_error_docref(NULL, E_WARNING, "failed setting exponent");
NULL             3416 ext/openssl/openssl.c 							return NULL;
NULL             3419 ext/openssl/openssl.c 						RSA_generate_key_ex(rsaparam, req->priv_key_bits, bne, NULL);
NULL             3431 ext/openssl/openssl.c 					DSA *dsaparam = NULL;
NULL             3433 ext/openssl/openssl.c 					dsaparam = DSA_generate_parameters(req->priv_key_bits, NULL, 0, NULL, NULL, NULL, NULL);
NULL             3435 ext/openssl/openssl.c 					DSA_generate_parameters_ex(dsaparam, req->priv_key_bits, NULL, 0, NULL, NULL, NULL);
NULL             3454 ext/openssl/openssl.c 					DH *dhparam = NULL;
NULL             3456 ext/openssl/openssl.c 					dhparam = DH_generate_parameters(req->priv_key_bits, 2, NULL, NULL);
NULL             3458 ext/openssl/openssl.c 					DH_generate_parameters_ex(dhparam, req->priv_key_bits, 2, NULL);
NULL             3474 ext/openssl/openssl.c 				php_error_docref(NULL, E_WARNING, "Unsupported private key type");
NULL             3480 ext/openssl/openssl.c 	if (return_val == NULL) {
NULL             3482 ext/openssl/openssl.c 		req->priv_key = NULL;
NULL             3483 ext/openssl/openssl.c 		return NULL;
NULL             3494 ext/openssl/openssl.c 	assert(pkey != NULL);
NULL             3500 ext/openssl/openssl.c 			assert(pkey->pkey.rsa != NULL);
NULL             3501 ext/openssl/openssl.c 			if (pkey->pkey.rsa != NULL && (NULL == pkey->pkey.rsa->p || NULL == pkey->pkey.rsa->q)) {
NULL             3512 ext/openssl/openssl.c 			assert(pkey->pkey.dsa != NULL);
NULL             3514 ext/openssl/openssl.c 			if (NULL == pkey->pkey.dsa->p || NULL == pkey->pkey.dsa->q || NULL == pkey->pkey.dsa->priv_key){
NULL             3521 ext/openssl/openssl.c 			assert(pkey->pkey.dh != NULL);
NULL             3523 ext/openssl/openssl.c 			if (NULL == pkey->pkey.dh->p || NULL == pkey->pkey.dh->priv_key) {
NULL             3530 ext/openssl/openssl.c 			assert(pkey->pkey.ec != NULL);
NULL             3532 ext/openssl/openssl.c 			if ( NULL == EC_KEY_get0_private_key(pkey->pkey.ec)) {
NULL             3538 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "key type not supported in this PHP build!");
NULL             3546 ext/openssl/openssl.c 		if (pkey->pkey._type->_name != NULL) {							\
NULL             3557 ext/openssl/openssl.c 		if ((bn = zend_hash_str_find(_ht, #_name, sizeof(#_name)-1)) != NULL && \
NULL             3561 ext/openssl/openssl.c 	 			(int)Z_STRLEN_P(bn), NULL);									\
NULL             3571 ext/openssl/openssl.c 	zval * args = NULL;
NULL             3582 ext/openssl/openssl.c 		if ((data = zend_hash_str_find(Z_ARRVAL_P(args), "rsa", sizeof("rsa")-1)) != NULL &&
NULL             3606 ext/openssl/openssl.c 		} else if ((data = zend_hash_str_find(Z_ARRVAL_P(args), "dsa", sizeof("dsa") - 1)) != NULL &&
NULL             3630 ext/openssl/openssl.c 		} else if ((data = zend_hash_str_find(Z_ARRVAL_P(args), "dh", sizeof("dh") - 1)) != NULL &&
NULL             3662 ext/openssl/openssl.c 			req.priv_key = NULL;
NULL             3674 ext/openssl/openssl.c 	zval * zpkey, * args = NULL;
NULL             3675 ext/openssl/openssl.c 	char * passphrase = NULL;
NULL             3677 ext/openssl/openssl.c 	char * filename = NULL;
NULL             3679 ext/openssl/openssl.c 	zend_resource *key_resource = NULL;
NULL             3682 ext/openssl/openssl.c 	BIO * bio_out = NULL;
NULL             3694 ext/openssl/openssl.c 	if (key == NULL) {
NULL             3695 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get key from parameter 1");
NULL             3715 ext/openssl/openssl.c 			cipher = NULL;
NULL             3721 ext/openssl/openssl.c 				pem_write = PEM_write_bio_ECPrivateKey(bio_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL);
NULL             3725 ext/openssl/openssl.c 				pem_write = PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL);
NULL             3737 ext/openssl/openssl.c 	if (key_resource == NULL && key) {
NULL             3751 ext/openssl/openssl.c 	zval * zpkey, * args = NULL, *out;
NULL             3752 ext/openssl/openssl.c 	char * passphrase = NULL; size_t passphrase_len = 0;
NULL             3754 ext/openssl/openssl.c 	zend_resource *key_resource = NULL;
NULL             3756 ext/openssl/openssl.c 	BIO * bio_out = NULL;
NULL             3768 ext/openssl/openssl.c 	if (key == NULL) {
NULL             3769 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "cannot get key from parameter 1");
NULL             3785 ext/openssl/openssl.c 			cipher = NULL;
NULL             3791 ext/openssl/openssl.c 				pem_write = PEM_write_bio_ECPrivateKey(bio_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL);
NULL             3795 ext/openssl/openssl.c 				pem_write = PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, (int)passphrase_len, NULL, NULL);
NULL             3814 ext/openssl/openssl.c 	if (key_resource == NULL && key) {
NULL             3834 ext/openssl/openssl.c 	pkey = php_openssl_evp_from_zval(cert, 1, NULL, 1, &res);
NULL             3835 ext/openssl/openssl.c 	if (pkey == NULL) {
NULL             3853 ext/openssl/openssl.c 	if ((pkey = (EVP_PKEY *)zend_fetch_resource(Z_RES_P(key), "OpenSSL key", le_key)) == NULL) {
NULL             3875 ext/openssl/openssl.c 	if (pkey == NULL) {
NULL             3898 ext/openssl/openssl.c 	if ((pkey = (EVP_PKEY *)zend_fetch_resource(Z_RES_P(key), "OpenSSL key", le_key)) == NULL) {
NULL             3916 ext/openssl/openssl.c 			if (pkey->pkey.rsa != NULL) {
NULL             3938 ext/openssl/openssl.c 			if (pkey->pkey.dsa != NULL) {
NULL             3954 ext/openssl/openssl.c 			if (pkey->pkey.dh != NULL) {
NULL             3969 ext/openssl/openssl.c 			if (pkey->pkey.ec != NULL) {
NULL             3989 ext/openssl/openssl.c 				if (crv_sn != NULL) {
NULL             3994 ext/openssl/openssl.c 				if (obj != NULL) {
NULL             4052 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown signature algorithm");
NULL             4081 ext/openssl/openssl.c 	X509_STORE * store = NULL;
NULL             4082 ext/openssl/openssl.c 	zval * cainfo = NULL;
NULL             4083 ext/openssl/openssl.c 	STACK_OF(X509) *signers= NULL;
NULL             4084 ext/openssl/openssl.c 	STACK_OF(X509) *others = NULL;
NULL             4085 ext/openssl/openssl.c 	PKCS7 * p7 = NULL;
NULL             4086 ext/openssl/openssl.c 	BIO * in = NULL, * datain = NULL, * dataout = NULL;
NULL             4090 ext/openssl/openssl.c 	char * extracerts = NULL;
NULL             4092 ext/openssl/openssl.c 	char * signersfilename = NULL;
NULL             4094 ext/openssl/openssl.c 	char * datafilename = NULL;
NULL             4107 ext/openssl/openssl.c 		if (others == NULL) {
NULL             4124 ext/openssl/openssl.c 	if (in == NULL) {
NULL             4128 ext/openssl/openssl.c 	if (p7 == NULL) {
NULL             4142 ext/openssl/openssl.c 		if (dataout == NULL) {
NULL             4164 ext/openssl/openssl.c 				signers = PKCS7_get0_signers(p7, NULL, (int)flags);
NULL             4172 ext/openssl/openssl.c 				php_error_docref(NULL, E_WARNING, "signature OK, but cannot open %s for writing", signersfilename);
NULL             4194 ext/openssl/openssl.c 	zval * zrecipcerts, * zheaders = NULL;
NULL             4195 ext/openssl/openssl.c 	STACK_OF(X509) * recipcerts = NULL;
NULL             4196 ext/openssl/openssl.c 	BIO * infile = NULL, * outfile = NULL;
NULL             4198 ext/openssl/openssl.c 	PKCS7 * p7 = NULL;
NULL             4201 ext/openssl/openssl.c 	const EVP_CIPHER *cipher = NULL;
NULL             4204 ext/openssl/openssl.c 	char * infilename = NULL;
NULL             4206 ext/openssl/openssl.c 	char * outfilename = NULL;
NULL             4221 ext/openssl/openssl.c 	if (infile == NULL) {
NULL             4226 ext/openssl/openssl.c 	if (outfile == NULL) {
NULL             4238 ext/openssl/openssl.c 			if (cert == NULL) {
NULL             4242 ext/openssl/openssl.c 			if (certresource != NULL) {
NULL             4246 ext/openssl/openssl.c 				if (cert == NULL) {
NULL             4257 ext/openssl/openssl.c 		if (cert == NULL) {
NULL             4261 ext/openssl/openssl.c 		if (certresource != NULL) {
NULL             4265 ext/openssl/openssl.c 			if (cert == NULL) {
NULL             4274 ext/openssl/openssl.c 	if (cipher == NULL) {
NULL             4276 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Failed to get cipher");
NULL             4282 ext/openssl/openssl.c 	if (p7 == NULL) {
NULL             4323 ext/openssl/openssl.c 	X509 * cert = NULL;
NULL             4324 ext/openssl/openssl.c 	EVP_PKEY * privkey = NULL;
NULL             4326 ext/openssl/openssl.c 	PKCS7 * p7 = NULL;
NULL             4327 ext/openssl/openssl.c 	BIO * infile = NULL, * outfile = NULL;
NULL             4328 ext/openssl/openssl.c 	STACK_OF(X509) *others = NULL;
NULL             4329 ext/openssl/openssl.c 	zend_resource *certresource = NULL, *keyresource = NULL;
NULL             4335 ext/openssl/openssl.c 	char * extracertsfilename = NULL;
NULL             4349 ext/openssl/openssl.c 		if (others == NULL) {
NULL             4355 ext/openssl/openssl.c 	if (privkey == NULL) {
NULL             4356 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "error getting private key");
NULL             4361 ext/openssl/openssl.c 	if (cert == NULL) {
NULL             4362 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "error getting cert");
NULL             4371 ext/openssl/openssl.c 	if (infile == NULL) {
NULL             4372 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "error opening input file %s!", infilename);
NULL             4377 ext/openssl/openssl.c 	if (outfile == NULL) {
NULL             4378 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "error opening output file %s!", outfilename);
NULL             4383 ext/openssl/openssl.c 	if (p7 == NULL) {
NULL             4384 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "error creating PKCS7 structure!");
NULL             4414 ext/openssl/openssl.c 	if (privkey && keyresource == NULL) {
NULL             4417 ext/openssl/openssl.c 	if (cert && certresource == NULL) {
NULL             4428 ext/openssl/openssl.c 	zval * recipcert, * recipkey = NULL;
NULL             4429 ext/openssl/openssl.c 	X509 * cert = NULL;
NULL             4430 ext/openssl/openssl.c 	EVP_PKEY * key = NULL;
NULL             4432 ext/openssl/openssl.c 	BIO * in = NULL, * out = NULL, * datain = NULL;
NULL             4433 ext/openssl/openssl.c 	PKCS7 * p7 = NULL;
NULL             4447 ext/openssl/openssl.c 	if (cert == NULL) {
NULL             4448 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "unable to coerce parameter 3 to x509 cert");
NULL             4453 ext/openssl/openssl.c 	if (key == NULL) {
NULL             4454 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "unable to get private key");
NULL             4463 ext/openssl/openssl.c 	if (in == NULL) {
NULL             4467 ext/openssl/openssl.c 	if (out == NULL) {
NULL             4473 ext/openssl/openssl.c 	if (p7 == NULL) {
NULL             4484 ext/openssl/openssl.c 	if (cert && certresval == NULL) {
NULL             4487 ext/openssl/openssl.c 	if (key && keyresval == NULL) {
NULL             4502 ext/openssl/openssl.c 	zend_string *cryptedbuf = NULL;
NULL             4504 ext/openssl/openssl.c 	zend_resource *keyresource = NULL;
NULL             4516 ext/openssl/openssl.c 	if (pkey == NULL) {
NULL             4517 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "key param is not a valid private key");
NULL             4536 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "key type not supported in this PHP build!");
NULL             4543 ext/openssl/openssl.c 		cryptedbuf = NULL;
NULL             4549 ext/openssl/openssl.c 	if (keyresource == NULL) {
NULL             4562 ext/openssl/openssl.c 	zend_string *cryptedbuf = NULL;
NULL             4566 ext/openssl/openssl.c 	zend_resource *keyresource = NULL;
NULL             4576 ext/openssl/openssl.c 	if (pkey == NULL) {
NULL             4577 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "key parameter is not a valid private key");
NULL             4601 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "key type not supported in this PHP build!");
NULL             4610 ext/openssl/openssl.c 		cryptedbuf = NULL;
NULL             4614 ext/openssl/openssl.c 	if (keyresource == NULL) {
NULL             4632 ext/openssl/openssl.c 	zend_resource *keyresource = NULL;
NULL             4641 ext/openssl/openssl.c 	pkey = php_openssl_evp_from_zval(key, 1, NULL, 0, &keyresource);
NULL             4642 ext/openssl/openssl.c 	if (pkey == NULL) {
NULL             4643 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "key parameter is not a valid public key");
NULL             4662 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "key type not supported in this PHP build!");
NULL             4670 ext/openssl/openssl.c 		cryptedbuf = NULL;
NULL             4673 ext/openssl/openssl.c 	if (keyresource == NULL) {
NULL             4689 ext/openssl/openssl.c 	zend_string *cryptedbuf = NULL;
NULL             4692 ext/openssl/openssl.c 	zend_resource *keyresource = NULL;
NULL             4702 ext/openssl/openssl.c 	pkey = php_openssl_evp_from_zval(key, 1, NULL, 0, &keyresource);
NULL             4703 ext/openssl/openssl.c 	if (pkey == NULL) {
NULL             4704 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "key parameter is not a valid public key");
NULL             4729 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "key type not supported in this PHP build!");
NULL             4739 ext/openssl/openssl.c 		cryptedbuf = NULL;
NULL             4746 ext/openssl/openssl.c 	if (keyresource == NULL) {
NULL             4780 ext/openssl/openssl.c 	zend_resource *keyresource = NULL;
NULL             4784 ext/openssl/openssl.c 	zval *method = NULL;
NULL             4792 ext/openssl/openssl.c 	if (pkey == NULL) {
NULL             4793 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "supplied key param cannot be coerced into a private key");
NULL             4797 ext/openssl/openssl.c 	if (method == NULL || Z_TYPE_P(method) == IS_LONG) {
NULL             4798 ext/openssl/openssl.c 		if (method != NULL) {
NULL             4805 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown signature algorithm.");
NULL             4809 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown signature algorithm.");
NULL             4829 ext/openssl/openssl.c 	if (keyresource == NULL) {
NULL             4844 ext/openssl/openssl.c 	zend_resource *keyresource = NULL;
NULL             4849 ext/openssl/openssl.c 	zval *method = NULL;
NULL             4858 ext/openssl/openssl.c 	if (method == NULL || Z_TYPE_P(method) == IS_LONG) {
NULL             4859 ext/openssl/openssl.c 		if (method != NULL) {
NULL             4866 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown signature algorithm.");
NULL             4870 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown signature algorithm.");
NULL             4874 ext/openssl/openssl.c 	pkey = php_openssl_evp_from_zval(key, 1, NULL, 0, &keyresource);
NULL             4875 ext/openssl/openssl.c 	if (pkey == NULL) {
NULL             4876 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "supplied key param cannot be coerced into a public key");
NULL             4885 ext/openssl/openssl.c 	if (keyresource == NULL) {
NULL             4896 ext/openssl/openssl.c 	zval *pubkeys, *pubkey, *sealdata, *ekeys, *iv = NULL;
NULL             4901 ext/openssl/openssl.c 	unsigned char iv_buf[EVP_MAX_IV_LENGTH + 1], *buf = NULL, **eks;
NULL             4904 ext/openssl/openssl.c 	char *method =NULL;
NULL             4916 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Fourth argument to openssl_seal() must be a non-empty array");
NULL             4925 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "Unknown signature algorithm.");
NULL             4934 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING,
NULL             4950 ext/openssl/openssl.c 		pkeys[i] = php_openssl_evp_from_zval(pubkey, 1, NULL, 0, &key_resources[i]);
NULL             4951 ext/openssl/openssl.c 		if (pkeys[i] == NULL) {
NULL             4952 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "not a public key (%dth member of pubkeys)", i+1);
NULL             4960 ext/openssl/openssl.c 	if (!EVP_EncryptInit(&ctx,cipher,NULL,NULL)) {
NULL             4991 ext/openssl/openssl.c 			eks[i] = NULL;
NULL             5007 ext/openssl/openssl.c 		if (key_resources[i] == NULL && pkeys[i] != NULL) {
NULL             5029 ext/openssl/openssl.c 	zend_resource *keyresource = NULL;
NULL             5035 ext/openssl/openssl.c 	char *method = NULL, *iv = NULL;
NULL             5045 ext/openssl/openssl.c 	if (pkey == NULL) {
NULL             5046 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "unable to coerce parameter 4 into a private key");
NULL             5056 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "Unknown signature algorithm.");
NULL             5066 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING,
NULL             5071 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "IV length is invalid");
NULL             5076 ext/openssl/openssl.c 		iv_buf = NULL;
NULL             5097 ext/openssl/openssl.c 	if (keyresource == NULL) {
NULL             5167 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown signature algorithm");
NULL             5216 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "IV passed is only %zd bytes long, cipher expects an IV of precisely %zd bytes, padding with \\0", *piv_len, iv_required_len);
NULL             5223 ext/openssl/openssl.c 	php_error_docref(NULL, E_WARNING, "IV passed is %zd bytes long which is longer than the %zd expected by selected cipher, truncating", *piv_len, iv_required_len);
NULL             5250 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown cipher algorithm");
NULL             5267 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Using an empty Initialization Vector (iv) is potentially insecure and not recommended");
NULL             5274 ext/openssl/openssl.c 	EVP_EncryptInit(&cipher_ctx, cipher_type, NULL, NULL);
NULL             5279 ext/openssl/openssl.c 	EVP_EncryptInit_ex(&cipher_ctx, NULL, NULL, key, (unsigned char *)iv);
NULL             5326 ext/openssl/openssl.c 	zend_string *base64_str = NULL;
NULL             5334 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown cipher algorithm");
NULL             5342 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown cipher algorithm");
NULL             5349 ext/openssl/openssl.c 			php_error_docref(NULL, E_WARNING, "Failed to base64 decode the input");
NULL             5370 ext/openssl/openssl.c 	EVP_DecryptInit(&cipher_ctx, cipher_type, NULL, NULL);
NULL             5375 ext/openssl/openssl.c 	EVP_DecryptInit_ex(&cipher_ctx, NULL, NULL, key, (unsigned char *)iv);
NULL             5415 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown cipher algorithm");
NULL             5421 ext/openssl/openssl.c 		php_error_docref(NULL, E_WARNING, "Unknown cipher algorithm");
NULL             5445 ext/openssl/openssl.c 	if ((pkey = (EVP_PKEY *)zend_fetch_resource(Z_RES_P(key), "OpenSSL key", le_key)) == NULL) {
NULL             5453 ext/openssl/openssl.c 	pub = BN_bin2bn((unsigned char*)pub_str, (int)pub_len, NULL);
NULL             5476 ext/openssl/openssl.c 	zend_string *buffer = NULL;
NULL             5477 ext/openssl/openssl.c 	zval *zstrong_result_returned = NULL;
NULL              109 ext/openssl/php_openssl.h #define phpext_openssl_ptr NULL
NULL               96 ext/openssl/xp_ssl.c #define GET_VER_OPT(name)               (PHP_STREAM_CONTEXT(stream) && (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", name)) != NULL)
NULL              212 ext/openssl/xp_ssl.c 						php_error_docref(NULL, E_WARNING,
NULL              219 ext/openssl/xp_ssl.c 					char *estr = php_socket_strerror(php_socket_errno(), NULL, 0);
NULL              221 ext/openssl/xp_ssl.c 					php_error_docref(NULL, E_WARNING,
NULL              238 ext/openssl/xp_ssl.c 					php_error_docref(NULL, E_WARNING, "SSL_R_NO_SHARED_CIPHER: no suitable shared cipher could be used.  This could be because the server is missing an SSL certificate (local_cert context option)");
NULL              254 ext/openssl/xp_ssl.c 					php_error_docref(NULL, E_WARNING,
NULL              326 ext/openssl/xp_ssl.c 		const char *method = NULL;
NULL              344 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING, "Invalid peer_fingerprint array; [algo => fingerprint] form required");
NULL              349 ext/openssl/xp_ssl.c 			if (key == NULL || Z_TYPE_P(current) != IS_STRING) {
NULL              350 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING, "Invalid peer_fingerprint array; [algo => fingerprint] form required");
NULL              360 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING,
NULL              369 ext/openssl/xp_ssl.c 	char *wildcard = NULL;
NULL              395 ext/openssl/xp_ssl.c 			memchr(subjectname + prefix_len, '.', subject_len - suffix_len - prefix_len) == NULL;
NULL              405 ext/openssl/xp_ssl.c 	unsigned char *cert_name = NULL;
NULL              467 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "Unable to locate peer certificate CN");
NULL              469 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "Peer certificate CN=`%.*s' is malformed", cert_name_len, buf);
NULL              473 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "Peer certificate CN=`%.*s' did not match expected CN=`%s'", cert_name_len, buf, subject_name);
NULL              482 ext/openssl/xp_ssl.c 	zval *val = NULL;
NULL              483 ext/openssl/xp_ssl.c 	char *peer_name = NULL;
NULL              501 ext/openssl/xp_ssl.c 	if ((must_verify_peer || must_verify_peer_name || must_verify_fingerprint) && peer == NULL) {
NULL              502 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "Could not get peer certificate");
NULL              520 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING,
NULL              533 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING,
NULL              539 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING,
NULL              551 ext/openssl/xp_ssl.c 		if (peer_name == NULL && sslsock->is_client) {
NULL              575 ext/openssl/xp_ssl.c 	zval *val = NULL;
NULL              576 ext/openssl/xp_ssl.c 	char *passphrase = NULL;
NULL              595 ext/openssl/xp_ssl.c 	PCCERT_CONTEXT cert_ctx = NULL;
NULL              596 ext/openssl/xp_ssl.c 	PCCERT_CHAIN_CONTEXT cert_chain_ctx = NULL;
NULL              608 ext/openssl/xp_ssl.c 		unsigned char *der_buf = NULL;
NULL              620 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING, "Error encoding X509 certificate: %d: %s", err_code, ERR_error_string(err_code, err_buf));
NULL              627 ext/openssl/xp_ssl.c 		if (cert_ctx == NULL) {
NULL              628 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING, "Error creating certificate context: %s", php_win_err());
NULL              649 ext/openssl/xp_ssl.c 		if (!CertGetCertificateChain(NULL, cert_ctx, NULL, NULL, &chain_params, chain_flags, NULL, &cert_chain_ctx)) {
NULL              650 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING, "Error getting certificate chain: %s", php_win_err());
NULL              677 ext/openssl/xp_ssl.c 		LPWSTR server_name = NULL;
NULL              691 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING, "Unable to locate certificate CN");
NULL              699 ext/openssl/xp_ssl.c 			num_wchars = MultiByteToWideChar(CP_UTF8, 0, (char*)cert_name_utf8, -1, NULL, 0);
NULL              701 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING, "Unable to convert %s to wide character string", cert_name_utf8);
NULL              712 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING, "Unable to convert %s to wide character string", cert_name_utf8);
NULL              734 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING, "Error verifying certificate chain policy: %s", php_win_err());
NULL              761 ext/openssl/xp_ssl.c 	char *line = NULL;
NULL              765 ext/openssl/xp_ssl.c 	stream = php_stream_open_wrapper(cafile, "rb", 0, NULL);
NULL              767 ext/openssl/xp_ssl.c 	if (stream == NULL) {
NULL              777 ext/openssl/xp_ssl.c 		line = php_stream_get_line(stream, NULL, 0, &line_len);
NULL              778 ext/openssl/xp_ssl.c 		if (line == NULL) {
NULL              795 ext/openssl/xp_ssl.c 		line = php_stream_get_line(stream, NULL, 0, &line_len);
NULL              796 ext/openssl/xp_ssl.c 		if (line == NULL) {
NULL              811 ext/openssl/xp_ssl.c 		cert = PEM_read_bio_X509(buffer, NULL, 0, NULL);
NULL              837 ext/openssl/xp_ssl.c 	zval *val = NULL;
NULL              838 ext/openssl/xp_ssl.c 	char *cafile = NULL;
NULL              839 ext/openssl/xp_ssl.c 	char *capath = NULL;
NULL              845 ext/openssl/xp_ssl.c 	if (cafile == NULL) {
NULL              847 ext/openssl/xp_ssl.c 		cafile = strlen(cafile) ? cafile : NULL;
NULL              851 ext/openssl/xp_ssl.c 		if (cert_names != NULL) {
NULL              859 ext/openssl/xp_ssl.c 	if (capath == NULL) {
NULL              861 ext/openssl/xp_ssl.c 		capath = strlen(capath) ? capath : NULL;
NULL              873 ext/openssl/xp_ssl.c 		SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, NULL);
NULL              876 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING,
NULL              891 ext/openssl/xp_ssl.c 	SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, NULL);
NULL              897 ext/openssl/xp_ssl.c 	zval *val = NULL;
NULL              898 ext/openssl/xp_ssl.c 	char *certfile = NULL;
NULL              904 ext/openssl/xp_ssl.c 		const char * private_key = NULL;
NULL              909 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING, "Unable to set local cert chain file `%s'; Check that your cafile/capath settings include details of your certificate and its issuer", certfile);
NULL              918 ext/openssl/xp_ssl.c 						php_error_docref(NULL, E_WARNING, "Unable to set private key file `%s'", resolved_path_buff_pk);
NULL              924 ext/openssl/xp_ssl.c 					php_error_docref(NULL, E_WARNING, "Unable to set private key file `%s'", resolved_path_buff);
NULL              932 ext/openssl/xp_ssl.c 				X509 *cert = NULL;
NULL              933 ext/openssl/xp_ssl.c 				EVP_PKEY *key = NULL;
NULL              946 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING, "Private key does not match certificate!");
NULL              961 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING,
NULL              963 ext/openssl/xp_ssl.c 		return NULL;
NULL              969 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING,
NULL              971 ext/openssl/xp_ssl.c 		return NULL;
NULL              979 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING,
NULL              981 ext/openssl/xp_ssl.c 		return NULL;
NULL              987 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING,
NULL              989 ext/openssl/xp_ssl.c 		return NULL;
NULL              992 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING,
NULL              994 ext/openssl/xp_ssl.c 		return NULL;
NULL             1040 ext/openssl/xp_ssl.c 	gettimeofday(&now, NULL);
NULL             1065 ext/openssl/xp_ssl.c 				"ssl", "reneg_limit_callback")) != NULL
NULL             1073 ext/openssl/xp_ssl.c 			if (FAILURE == call_user_function_ex(EG(function_table), NULL, val, &retval, 1, &param, 0, NULL)) {
NULL             1085 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING,
NULL             1108 ext/openssl/xp_ssl.c 		NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream),
NULL             1121 ext/openssl/xp_ssl.c 		NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream),
NULL             1145 ext/openssl/xp_ssl.c 	BIGNUM *bn = NULL;
NULL             1146 ext/openssl/xp_ssl.c 	static RSA *rsa_tmp = NULL;
NULL             1148 ext/openssl/xp_ssl.c 	if (!rsa_tmp && ((bn = BN_new()) == NULL)) {
NULL             1149 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "allocation error generating RSA key");
NULL             1152 ext/openssl/xp_ssl.c 		if (!BN_set_word(bn, RSA_F4) || ((rsa_tmp = RSA_new()) == NULL) ||
NULL             1153 ext/openssl/xp_ssl.c 			!RSA_generate_key_ex(rsa_tmp, keylength, bn, NULL)) {
NULL             1157 ext/openssl/xp_ssl.c 			rsa_tmp = NULL;
NULL             1174 ext/openssl/xp_ssl.c 	if (zdhpath == NULL) {
NULL             1187 ext/openssl/xp_ssl.c 	if (bio == NULL) {
NULL             1188 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "invalid dh_param");
NULL             1192 ext/openssl/xp_ssl.c 	dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);
NULL             1195 ext/openssl/xp_ssl.c 	if (dh == NULL) {
NULL             1196 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "failed reading DH params");
NULL             1201 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "failed assigning DH params");
NULL             1221 ext/openssl/xp_ssl.c 	if (zvcurve == NULL) {
NULL             1232 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING, "invalid ecdh_curve specified");
NULL             1238 ext/openssl/xp_ssl.c 	if (ecdh == NULL) {
NULL             1239 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "failed generating ECDH curve");
NULL             1266 ext/openssl/xp_ssl.c 	if (php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "ssl", "rsa_key_size") != NULL) {
NULL             1267 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "rsa_key_size context option has been removed");
NULL             1273 ext/openssl/xp_ssl.c 	if (zv != NULL && zend_is_true(zv)) {
NULL             1279 ext/openssl/xp_ssl.c 	if (zv != NULL && zend_is_true(zv)) {
NULL             1342 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING,
NULL             1350 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING,
NULL             1364 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING,
NULL             1376 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING,
NULL             1385 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING,
NULL             1397 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING,
NULL             1448 ext/openssl/xp_ssl.c 		return NULL;
NULL             1453 ext/openssl/xp_ssl.c 		return NULL;
NULL             1460 ext/openssl/xp_ssl.c 				return NULL;
NULL             1498 ext/openssl/xp_ssl.c 	char *cipherlist = NULL;
NULL             1499 ext/openssl/xp_ssl.c 	char *alpn_protocols = NULL;
NULL             1504 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING, "SSL/TLS already set-up for this stream");
NULL             1522 ext/openssl/xp_ssl.c 		if (method == NULL) {
NULL             1540 ext/openssl/xp_ssl.c 	if (sslsock->ctx == NULL) {
NULL             1541 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "SSL context creation failure");
NULL             1592 ext/openssl/xp_ssl.c 			if (alpn == NULL) {
NULL             1593 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING, "Failed parsing comma-separated TLS ALPN protocol string");
NULL             1595 ext/openssl/xp_ssl.c 				sslsock->ctx = NULL;
NULL             1610 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING,
NULL             1630 ext/openssl/xp_ssl.c 	if (sslsock->ssl_handle == NULL) {
NULL             1631 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "SSL handle creation failure");
NULL             1633 ext/openssl/xp_ssl.c 		sslsock->ctx = NULL;
NULL             1664 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING, "supplied session stream must be an SSL enabled stream");
NULL             1665 ext/openssl/xp_ssl.c 		} else if (((php_openssl_netstream_data_t*)cparam->inputs.session->abstract)->ssl_handle == NULL) {
NULL             1666 ext/openssl/xp_ssl.c 			php_error_docref(NULL, E_WARNING, "supplied SSL session stream is not initialized");
NULL             1713 ext/openssl/xp_ssl.c 	add_assoc_long(&meta_arr, "cipher_bits", SSL_CIPHER_get_bits(cipher, NULL));
NULL             1725 ext/openssl/xp_ssl.c 	if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream),
NULL             1735 ext/openssl/xp_ssl.c 	if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream),
NULL             1805 ext/openssl/xp_ssl.c 			gettimeofday(&start_time, NULL);
NULL             1819 ext/openssl/xp_ssl.c 				gettimeofday(&cur_time, NULL);
NULL             1823 ext/openssl/xp_ssl.c 					php_error_docref(NULL, E_WARNING, "SSL: Handshake timed out");
NULL             1841 ext/openssl/xp_ssl.c 						(POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL);
NULL             1866 ext/openssl/xp_ssl.c 					if (NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream),
NULL             1935 ext/openssl/xp_ssl.c 		struct timeval *timeout = NULL;
NULL             1957 ext/openssl/xp_ssl.c 			gettimeofday(&start_time, NULL);
NULL             1966 ext/openssl/xp_ssl.c 				gettimeofday(&cur_time, NULL);
NULL             2034 ext/openssl/xp_ssl.c 							(POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL);
NULL             2037 ext/openssl/xp_ssl.c 							(POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL);
NULL             2053 ext/openssl/xp_ssl.c 							(POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL);
NULL             2056 ext/openssl/xp_ssl.c 							(POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL);
NULL             2133 ext/openssl/xp_ssl.c 			sslsock->ssl_handle = NULL;
NULL             2137 ext/openssl/xp_ssl.c 			sslsock->ctx = NULL;
NULL             2169 ext/openssl/xp_ssl.c 		sslsock->sni_certs = NULL;
NULL             2203 ext/openssl/xp_ssl.c 	xparam->outputs.client = NULL;
NULL             2206 ext/openssl/xp_ssl.c 			xparam->want_textaddr ? &xparam->outputs.textaddr : NULL,
NULL             2207 ext/openssl/xp_ssl.c 			xparam->want_addr ? &xparam->outputs.addr : NULL,
NULL             2208 ext/openssl/xp_ssl.c 			xparam->want_addr ? &xparam->outputs.addrlen : NULL,
NULL             2210 ext/openssl/xp_ssl.c 			xparam->want_errortext ? &xparam->outputs.error_text : NULL,
NULL             2219 ext/openssl/xp_ssl.c 		if (clisockdata == NULL) {
NULL             2229 ext/openssl/xp_ssl.c 			xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+");
NULL             2247 ext/openssl/xp_ssl.c 					NULL) < 0 || php_stream_xport_crypto_enable(
NULL             2249 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING, "Failed to enable crypto");
NULL             2252 ext/openssl/xp_ssl.c 				xparam->outputs.client = NULL;
NULL             2258 ext/openssl/xp_ssl.c 	return xparam->outputs.client == NULL ? -1 : 0;
NULL             2297 ext/openssl/xp_ssl.c 				add_assoc_long(&tmp, "cipher_bits", SSL_CIPHER_get_bits(cipher, NULL));
NULL             2302 ext/openssl/xp_ssl.c 					const unsigned char *alpn_proto = NULL;
NULL             2410 ext/openssl/xp_ssl.c 						if (php_stream_xport_crypto_setup(stream, sslsock->method, NULL) < 0 ||
NULL             2412 ext/openssl/xp_ssl.c 							php_error_docref(NULL, E_WARNING, "Failed to enable crypto");
NULL             2486 ext/openssl/xp_ssl.c 	NULL, /* seek */
NULL             2496 ext/openssl/xp_ssl.c 	if (ctx && (val = php_stream_context_get_option(ctx, "ssl", "crypto_method")) != NULL) {
NULL             2510 ext/openssl/xp_ssl.c 		return NULL;
NULL             2515 ext/openssl/xp_ssl.c 		return NULL;
NULL             2520 ext/openssl/xp_ssl.c 		char * url_name = NULL;
NULL             2537 ext/openssl/xp_ssl.c 	return NULL;
NULL             2546 ext/openssl/xp_ssl.c 	php_stream *stream = NULL;
NULL             2547 ext/openssl/xp_ssl.c 	php_openssl_netstream_data_t *sslsock = NULL;
NULL             2570 ext/openssl/xp_ssl.c 	sslsock->ctx = NULL;
NULL             2574 ext/openssl/xp_ssl.c 	if (stream == NULL)	{
NULL             2576 ext/openssl/xp_ssl.c 		return NULL;
NULL             2587 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "SSLv2 support is not compiled into the OpenSSL library against which PHP is linked");
NULL             2589 ext/openssl/xp_ssl.c 		return NULL;
NULL             2596 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "SSLv3 support is not compiled into the OpenSSL library against which PHP is linked");
NULL             2598 ext/openssl/xp_ssl.c 		return NULL;
NULL             2611 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "TLSv1.1 support is not compiled into the OpenSSL library against which PHP is linked");
NULL             2613 ext/openssl/xp_ssl.c 		return NULL;
NULL             2620 ext/openssl/xp_ssl.c 		php_error_docref(NULL, E_WARNING, "TLSv1.2 support is not compiled into the OpenSSL library against which PHP is linked");
NULL             2622 ext/openssl/xp_ssl.c 		return NULL;
NULL              168 ext/pcntl/pcntl.c 	PHP_FALIAS(pcntl_errno, pcntl_get_last_error,	NULL)
NULL              201 ext/pcntl/pcntl.c 	NULL,
NULL              202 ext/pcntl/pcntl.c 	NULL,
NULL              507 ext/pcntl/pcntl.c 	zend_hash_init(&PCNTL_G(php_signal_table), 16, NULL, ZVAL_PTR_DTOR, 0);
NULL              508 ext/pcntl/pcntl.c 	PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL;
NULL              516 ext/pcntl/pcntl.c 	php_add_tick_function(pcntl_signal_dispatch, NULL);
NULL              562 ext/pcntl/pcntl.c 		php_error_docref(NULL, E_WARNING, "Error %d", errno);
NULL              620 ext/pcntl/pcntl.c 	zval *z_status = NULL, *z_rusage = NULL;
NULL              673 ext/pcntl/pcntl.c 	zval *z_status = NULL, *z_rusage = NULL;
NULL              698 ext/pcntl/pcntl.c 		child_id = wait3(&status, options, NULL);
NULL              855 ext/pcntl/pcntl.c 	zval *args = NULL, *envs = NULL;
NULL              860 ext/pcntl/pcntl.c 	char **argv = NULL, **envp = NULL;
NULL              887 ext/pcntl/pcntl.c 		*(current_arg) = NULL;
NULL              891 ext/pcntl/pcntl.c 		*(argv+1) = NULL;
NULL              922 ext/pcntl/pcntl.c 		*(pair) = NULL;
NULL              926 ext/pcntl/pcntl.c 			php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno));
NULL              930 ext/pcntl/pcntl.c 		for (pair = envp; *pair != NULL; pair++) efree(*pair);
NULL              936 ext/pcntl/pcntl.c 			php_error_docref(NULL, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno));
NULL              960 ext/pcntl/pcntl.c 		php_error_docref(NULL, E_WARNING, "Invalid signal");
NULL              980 ext/pcntl/pcntl.c 			php_error_docref(NULL, E_WARNING, "Invalid value for handle argument specified");
NULL              985 ext/pcntl/pcntl.c 			php_error_docref(NULL, E_WARNING, "Error assigning signal");
NULL              994 ext/pcntl/pcntl.c 		php_error_docref(NULL, E_WARNING, "%s is not a callable function name error", ZSTR_VAL(func_name));
NULL             1007 ext/pcntl/pcntl.c 		php_error_docref(NULL, E_WARNING, "Error assigning signal");
NULL             1029 ext/pcntl/pcntl.c 	zval         *user_set, *user_oldset = NULL, *user_signo;
NULL             1038 ext/pcntl/pcntl.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL             1046 ext/pcntl/pcntl.c 			php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL             1053 ext/pcntl/pcntl.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL             1057 ext/pcntl/pcntl.c 	if (user_oldset != NULL) {
NULL             1080 ext/pcntl/pcntl.c 	zval            *user_set, *user_signo, *user_siginfo = NULL;
NULL             1099 ext/pcntl/pcntl.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL             1107 ext/pcntl/pcntl.c 			php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL             1121 ext/pcntl/pcntl.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL             1216 ext/pcntl/pcntl.c 				php_error_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno);
NULL             1219 ext/pcntl/pcntl.c 				php_error_docref(NULL, E_WARNING, "Error %d: Invalid identifier flag", errno);
NULL             1222 ext/pcntl/pcntl.c 				php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno);
NULL             1250 ext/pcntl/pcntl.c 				php_error_docref(NULL, E_WARNING, "Error %d: No process was located using the given parameters", errno);
NULL             1253 ext/pcntl/pcntl.c 				php_error_docref(NULL, E_WARNING, "Error %d: Invalid identifier flag", errno);
NULL             1256 ext/pcntl/pcntl.c 				php_error_docref(NULL, E_WARNING, "Error %d: A process was located, but neither its effective nor real user ID matched the effective user ID of the caller", errno);
NULL             1259 ext/pcntl/pcntl.c 				php_error_docref(NULL, E_WARNING, "Error %d: Only a super user may attempt to increase the process priority", errno);
NULL             1262 ext/pcntl/pcntl.c 				php_error_docref(NULL, E_WARNING, "Unknown error %d has occurred", errno);
NULL             1308 ext/pcntl/pcntl.c 	psig->next = NULL;
NULL             1338 ext/pcntl/pcntl.c 		sigprocmask(SIG_SETMASK, &old_mask, NULL);
NULL             1346 ext/pcntl/pcntl.c 	PCNTL_G(head) = NULL; /* simple stores are atomic */
NULL             1351 ext/pcntl/pcntl.c 		if ((handle = zend_hash_index_find(&PCNTL_G(php_signal_table), queue->signo)) != NULL) {
NULL             1357 ext/pcntl/pcntl.c 			call_user_function(EG(function_table), NULL, handle, &retval, 1, &param);
NULL             1374 ext/pcntl/pcntl.c 	sigprocmask(SIG_SETMASK, &old_mask, NULL);
NULL               86 ext/pcre/pcrelib/dftables.c if (f == NULL)
NULL              406 ext/pcre/pcrelib/pcre_compile.c   NULL,                 /* ascii */
NULL              408 ext/pcre/pcrelib/pcre_compile.c   NULL,                 /* cntrl */
NULL              410 ext/pcre/pcrelib/pcre_compile.c   NULL,                 /* graph */
NULL              411 ext/pcre/pcrelib/pcre_compile.c   NULL,                 /* print */
NULL              412 ext/pcre/pcrelib/pcre_compile.c   NULL,                 /* punct */
NULL              415 ext/pcre/pcrelib/pcre_compile.c   NULL,                 /* xdigit */
NULL              421 ext/pcre/pcrelib/pcre_compile.c   NULL,                 /* ^ascii */
NULL              423 ext/pcre/pcrelib/pcre_compile.c   NULL,                 /* ^cntrl */
NULL              425 ext/pcre/pcrelib/pcre_compile.c   NULL,                 /* ^graph */
NULL              426 ext/pcre/pcrelib/pcre_compile.c   NULL,                 /* ^print */
NULL              427 ext/pcre/pcrelib/pcre_compile.c   NULL,                 /* ^punct */
NULL              430 ext/pcre/pcrelib/pcre_compile.c   NULL                  /* ^xdigit */
NULL              930 ext/pcre/pcrelib/pcre_compile.c if (newspace == NULL) return ERR21;
NULL             1801 ext/pcre/pcrelib/pcre_compile.c       for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break;
NULL             1802 ext/pcre/pcrelib/pcre_compile.c       if (r != NULL) return -1;   /* Mutual recursion */
NULL             2084 ext/pcre/pcrelib/pcre_compile.c   if (c == OP_END) return NULL;
NULL             2246 ext/pcre/pcrelib/pcre_compile.c   if (c == OP_END) return NULL;
NULL             2435 ext/pcre/pcrelib/pcre_compile.c     if (cd->start_workspace != NULL)
NULL             2453 ext/pcre/pcrelib/pcre_compile.c       for (r = recurses; r != NULL; r = r->prev)
NULL             2455 ext/pcre/pcrelib/pcre_compile.c       if (r != NULL) continue;   /* Mutual recursion */
NULL             2772 ext/pcre/pcrelib/pcre_compile.c while (bcptr != NULL && bcptr->current_branch >= code)
NULL             2774 ext/pcre/pcrelib/pcre_compile.c   if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL))
NULL             3096 ext/pcre/pcrelib/pcre_compile.c return NULL;    /* Opcode not accepted */
NULL             3243 ext/pcre/pcrelib/pcre_compile.c   if (code == NULL) return FALSE;    /* Unsupported */
NULL             3681 ext/pcre/pcrelib/pcre_compile.c       get_chr_property_list(code, utf, cd->fcc, list) : NULL;
NULL             3685 ext/pcre/pcrelib/pcre_compile.c     if (end != NULL && compare_opcodes(end, utf, cd, list, end, &rec_limit))
NULL             4025 ext/pcre/pcrelib/pcre_compile.c while ((ptr = (pcre_uchar *)find_recurse(ptr, utf)) != NULL)
NULL             4479 ext/pcre/pcrelib/pcre_compile.c const pcre_uchar *nestptr = NULL;
NULL             4480 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *previous = NULL;
NULL             4481 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *previous_callout = NULL;
NULL             4511 ext/pcre/pcrelib/pcre_compile.c if (lengthptr != NULL) DPRINTF((">> start branch\n"));
NULL             4574 ext/pcre/pcrelib/pcre_compile.c   if (c == CHAR_NULL && nestptr != NULL)
NULL             4577 ext/pcre/pcrelib/pcre_compile.c     nestptr = NULL;
NULL             4584 ext/pcre/pcrelib/pcre_compile.c   if (lengthptr != NULL)
NULL             4620 ext/pcre/pcrelib/pcre_compile.c     if (previous != NULL)
NULL             4658 ext/pcre/pcrelib/pcre_compile.c       if (previous_callout != NULL)
NULL             4660 ext/pcre/pcrelib/pcre_compile.c         if (lengthptr == NULL)  /* Don't attempt in pre-compile phase */
NULL             4662 ext/pcre/pcrelib/pcre_compile.c         previous_callout = NULL;
NULL             4709 ext/pcre/pcrelib/pcre_compile.c   if (!is_quantifier && previous_callout != NULL && nestptr == NULL &&
NULL             4712 ext/pcre/pcrelib/pcre_compile.c     if (lengthptr == NULL)      /* Don't attempt in pre-compile phase */
NULL             4714 ext/pcre/pcrelib/pcre_compile.c     previous_callout = NULL;
NULL             4720 ext/pcre/pcrelib/pcre_compile.c   if ((options & PCRE_AUTO_CALLOUT) != 0 && !is_quantifier && nestptr == NULL)
NULL             4740 ext/pcre/pcrelib/pcre_compile.c     if (lengthptr != NULL)
NULL             4758 ext/pcre/pcrelib/pcre_compile.c     previous = NULL;
NULL             4769 ext/pcre/pcrelib/pcre_compile.c     previous = NULL;
NULL             4943 ext/pcre/pcrelib/pcre_compile.c       if (lengthptr != NULL && class_uchardata > class_uchardata_base)
NULL             5020 ext/pcre/pcrelib/pcre_compile.c           if (posix_substitutes[pc] != NULL)
NULL             5491 ext/pcre/pcrelib/pcre_compile.c            (nestptr != NULL &&
NULL             5492 ext/pcre/pcrelib/pcre_compile.c              (ptr = nestptr, nestptr = NULL, c = *(++ptr)) != CHAR_NULL)) &&
NULL             5571 ext/pcre/pcrelib/pcre_compile.c     if (lengthptr != NULL)
NULL             5582 ext/pcre/pcrelib/pcre_compile.c     if (lengthptr == NULL)    /* Save time in the pre-compile phase */
NULL             5619 ext/pcre/pcrelib/pcre_compile.c     if (previous == NULL)
NULL             5711 ext/pcre/pcrelib/pcre_compile.c       if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE)
NULL             5974 ext/pcre/pcrelib/pcre_compile.c       pcre_uchar *bralink = NULL;
NULL             5975 ext/pcre/pcrelib/pcre_compile.c       pcre_uchar *brazeroptr = NULL;
NULL             6061 ext/pcre/pcrelib/pcre_compile.c           offset = (bralink == NULL)? 0 : (int)(previous - bralink);
NULL             6085 ext/pcre/pcrelib/pcre_compile.c           if (lengthptr != NULL)
NULL             6158 ext/pcre/pcrelib/pcre_compile.c         if (lengthptr != NULL && repeat_max > 0)
NULL             6189 ext/pcre/pcrelib/pcre_compile.c             offset = (bralink == NULL)? 0 : (int)(code - bralink);
NULL             6221 ext/pcre/pcrelib/pcre_compile.c         while (bralink != NULL)
NULL             6227 ext/pcre/pcrelib/pcre_compile.c           bralink = (oldlinkoffset == 0)? NULL : bralink - oldlinkoffset;
NULL             6282 ext/pcre/pcrelib/pcre_compile.c           if (lengthptr == NULL)
NULL             6287 ext/pcre/pcrelib/pcre_compile.c               if (could_be_empty_branch(scode, ketcode, utf, cd, NULL))
NULL             6337 ext/pcre/pcrelib/pcre_compile.c             if (brazeroptr != NULL) *brazeroptr = OP_BRAPOSZERO;
NULL             6517 ext/pcre/pcrelib/pcre_compile.c     previous = NULL;
NULL             6554 ext/pcre/pcrelib/pcre_compile.c       const pcre_uchar *arg = NULL;
NULL             6555 ext/pcre/pcrelib/pcre_compile.c       previous = NULL;
NULL             6603 ext/pcre/pcrelib/pcre_compile.c             for (oc = cd->open_caps; oc != NULL; oc = oc->next)
NULL             6635 ext/pcre/pcrelib/pcre_compile.c             if (lengthptr != NULL)    /* In pass 1 just add in the length */
NULL             6759 ext/pcre/pcrelib/pcre_compile.c         name = NULL;      /* Always set to avoid warning */
NULL             6833 ext/pcre/pcrelib/pcre_compile.c           if (lengthptr != NULL) skipbytes += IMM2_SIZE;
NULL             6848 ext/pcre/pcrelib/pcre_compile.c         if (lengthptr != NULL) break;
NULL             6991 ext/pcre/pcrelib/pcre_compile.c           previous = NULL;
NULL             7057 ext/pcre/pcrelib/pcre_compile.c         previous = NULL;
NULL             7098 ext/pcre/pcrelib/pcre_compile.c         if (lengthptr != NULL)
NULL             7163 ext/pcre/pcrelib/pcre_compile.c               if (newspace == NULL)
NULL             7217 ext/pcre/pcrelib/pcre_compile.c         if (lengthptr != NULL)
NULL             7286 ext/pcre/pcrelib/pcre_compile.c                 for (oc = cd->open_caps; oc != NULL; oc = oc->next)
NULL             7334 ext/pcre/pcrelib/pcre_compile.c         if (lengthptr == NULL && cd->dupnames)
NULL             7369 ext/pcre/pcrelib/pcre_compile.c               for (oc = cd->open_caps; oc != NULL; oc = oc->next)
NULL             7488 ext/pcre/pcrelib/pcre_compile.c           if (lengthptr == NULL)
NULL             7496 ext/pcre/pcrelib/pcre_compile.c             if (called == NULL)
NULL             7609 ext/pcre/pcrelib/pcre_compile.c                (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE))
NULL             7624 ext/pcre/pcrelib/pcre_compile.c           previous = NULL;       /* This item can't be repeated */
NULL             7677 ext/pcre/pcrelib/pcre_compile.c       previous = NULL;
NULL             7709 ext/pcre/pcrelib/pcre_compile.c          (lengthptr == NULL)? NULL :      /* Actual compile phase */
NULL             7734 ext/pcre/pcrelib/pcre_compile.c     if (bravalue == OP_COND && lengthptr == NULL)
NULL             7786 ext/pcre/pcrelib/pcre_compile.c     if (lengthptr != NULL)
NULL             8010 ext/pcre/pcrelib/pcre_compile.c         for (oc = cd->open_caps; oc != NULL; oc = oc->next)
NULL             8070 ext/pcre/pcrelib/pcre_compile.c           previous = (escape > ESC_b && escape < ESC_Z)? code : NULL;
NULL             8252 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *reverse_count = NULL;
NULL             8267 ext/pcre/pcrelib/pcre_compile.c if (PUBL(stack_guard) != NULL && PUBL(stack_guard)())
NULL             8342 ext/pcre/pcrelib/pcre_compile.c         cond_depth, cd, (lengthptr == NULL)? NULL : &length))
NULL             8355 ext/pcre/pcrelib/pcre_compile.c   if (lengthptr == NULL)
NULL             8424 ext/pcre/pcrelib/pcre_compile.c         FALSE, cd, NULL);
NULL             8455 ext/pcre/pcrelib/pcre_compile.c     if (lengthptr == NULL)
NULL             8511 ext/pcre/pcrelib/pcre_compile.c     if (lengthptr != NULL)
NULL             8532 ext/pcre/pcrelib/pcre_compile.c   if (lengthptr != NULL)
NULL             8971 ext/pcre/pcrelib/pcre_compile.c return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
NULL             8973 ext/pcre/pcrelib/pcre_compile.c return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
NULL             8975 ext/pcre/pcrelib/pcre_compile.c return pcre32_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
NULL             9034 ext/pcre/pcrelib/pcre_compile.c if (errorptr == NULL)
NULL             9036 ext/pcre/pcrelib/pcre_compile.c   if (errorcodeptr != NULL) *errorcodeptr = 99;
NULL             9037 ext/pcre/pcrelib/pcre_compile.c   return NULL;
NULL             9040 ext/pcre/pcrelib/pcre_compile.c *errorptr = NULL;
NULL             9041 ext/pcre/pcrelib/pcre_compile.c if (errorcodeptr != NULL) *errorcodeptr = ERR0;
NULL             9045 ext/pcre/pcrelib/pcre_compile.c if (erroroffset == NULL)
NULL             9055 ext/pcre/pcrelib/pcre_compile.c if (tables == NULL) tables = PRIV(default_tables);
NULL             9289 ext/pcre/pcrelib/pcre_compile.c cd->name_table = NULL;
NULL             9307 ext/pcre/pcrelib/pcre_compile.c cd->open_caps = NULL;
NULL             9320 ext/pcre/pcrelib/pcre_compile.c   FALSE, 0, 0, &firstchar, &firstcharflags, &reqchar, &reqcharflags, NULL,
NULL             9343 ext/pcre/pcrelib/pcre_compile.c if (re == NULL)
NULL             9367 ext/pcre/pcrelib/pcre_compile.c re->tables = (tables == PRIV(default_tables))? NULL : tables;
NULL             9368 ext/pcre/pcrelib/pcre_compile.c re->nullpad = NULL;
NULL             9396 ext/pcre/pcrelib/pcre_compile.c cd->open_caps = NULL;
NULL             9420 ext/pcre/pcrelib/pcre_compile.c   &firstchar, &firstcharflags, &reqchar, &reqcharflags, NULL, cd, NULL);
NULL             9458 ext/pcre/pcrelib/pcre_compile.c   const pcre_uchar *groupptr = NULL;
NULL             9480 ext/pcre/pcrelib/pcre_compile.c     if (groupptr == NULL) errorcode = ERR53;
NULL             9490 ext/pcre/pcrelib/pcre_compile.c cd->start_workspace = NULL;
NULL             9528 ext/pcre/pcrelib/pcre_compile.c        cc != NULL;
NULL             9538 ext/pcre/pcrelib/pcre_compile.c         cd, NULL);
NULL             9563 ext/pcre/pcrelib/pcre_compile.c   if (errorcodeptr != NULL) *errorcodeptr = errorcode;
NULL             9564 ext/pcre/pcrelib/pcre_compile.c   return NULL;
NULL             9702 ext/pcre/pcrelib/pcre_compile.c   if (errorcodeptr != NULL) *errorcodeptr = ERR23;
NULL             9703 ext/pcre/pcrelib/pcre_compile.c   return NULL;
NULL             9712 ext/pcre/pcrelib/pcre_compile.c   if (could_be_empty_branch(codestart, code, utf, cd, NULL))
NULL              138 ext/pcre/pcrelib/pcre_config.c   *((const char **)where) = NULL;
NULL              350 ext/pcre/pcrelib/pcre_exec.c   if (newframe == NULL)\
NULL              353 ext/pcre/pcrelib/pcre_exec.c     if (newframe == NULL) RRETURN(PCRE_ERROR_NOMEMORY);\
NULL              354 ext/pcre/pcrelib/pcre_exec.c     newframe->Xnextframe = NULL;\
NULL              376 ext/pcre/pcrelib/pcre_exec.c   if (frame != NULL)\
NULL              664 ext/pcre/pcrelib/pcre_exec.c if (ecode == NULL)
NULL              667 ext/pcre/pcrelib/pcre_exec.c     return match((PCRE_PUCHAR)&rdepth, NULL, NULL, 0, NULL, NULL, 1);
NULL              756 ext/pcre/pcrelib/pcre_exec.c     md->mark = NULL;    /* In case previously set by assertion */
NULL              760 ext/pcre/pcrelib/pcre_exec.c          md->mark == NULL) md->mark = ecode + 2;
NULL              794 ext/pcre/pcrelib/pcre_exec.c     md->mark = NULL;    /* In case previously set by assertion */
NULL              798 ext/pcre/pcrelib/pcre_exec.c          md->mark == NULL) md->mark = ecode + 2;
NULL              849 ext/pcre/pcrelib/pcre_exec.c     md->mark = NULL;    /* In case previously set by assertion */
NULL              853 ext/pcre/pcrelib/pcre_exec.c          md->mark == NULL) md->mark = ecode + 2;
NULL             1294 ext/pcre/pcrelib/pcre_exec.c       if (PUBL(callout) != NULL)
NULL             1335 ext/pcre/pcrelib/pcre_exec.c       if (md->recursive != NULL)     /* Not recursing => FALSE */
NULL             1343 ext/pcre/pcrelib/pcre_exec.c       if (md->recursive != NULL)
NULL             1386 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode, offset_top, md, NULL, RM3);
NULL             1496 ext/pcre/pcrelib/pcre_exec.c          md->recursive == NULL &&
NULL             1539 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, NULL, RM4);
NULL             1610 ext/pcre/pcrelib/pcre_exec.c       RMATCH(eptr, ecode + 1 + LINK_SIZE, offset_top, md, NULL, RM5);
NULL             1704 ext/pcre/pcrelib/pcre_exec.c     if (PUBL(callout) != NULL)
NULL             1764 ext/pcre/pcrelib/pcre_exec.c       for (ri = md->recursive; ri != NULL; ri = ri->prevrec)
NULL             1789 ext/pcre/pcrelib/pcre_exec.c         if (new_recursive.offset_save == NULL) RRETURN(PCRE_ERROR_NOMEMORY);
NULL             1922 ext/pcre/pcrelib/pcre_exec.c     else saved_eptr = NULL;
NULL             1959 ext/pcre/pcrelib/pcre_exec.c       if (md->recursive != NULL && md->recursive->group_num == number)
NULL             6309 ext/pcre/pcrelib/pcre_exec.c while (nextframe != NULL)
NULL             6376 ext/pcre/pcrelib/pcre_exec.c const pcre_uint8 *start_bits = NULL;
NULL             6379 ext/pcre/pcrelib/pcre_exec.c PCRE_PUCHAR start_partial = NULL;
NULL             6380 ext/pcre/pcrelib/pcre_exec.c PCRE_PUCHAR match_partial = NULL;
NULL             6388 ext/pcre/pcrelib/pcre_exec.c frame_zero.Xprevframe = NULL;            /* Marks the top level */
NULL             6389 ext/pcre/pcrelib/pcre_exec.c frame_zero.Xnextframe = NULL;            /* None are allocated yet */
NULL             6398 ext/pcre/pcrelib/pcre_exec.c if (re == NULL && extra_data == NULL && subject == NULL && length == -999 &&
NULL             6403 ext/pcre/pcrelib/pcre_exec.c   return match(NULL, NULL, NULL, 0, NULL, NULL, 0);
NULL             6409 ext/pcre/pcrelib/pcre_exec.c if (re == NULL || subject == NULL || (offsets == NULL && offsetcount > 0))
NULL             6475 ext/pcre/pcrelib/pcre_exec.c if (extra_data != NULL
NULL             6478 ext/pcre/pcrelib/pcre_exec.c     && extra_data->executable_jit != NULL
NULL             6501 ext/pcre/pcrelib/pcre_exec.c study = NULL;
NULL             6504 ext/pcre/pcrelib/pcre_exec.c md->callout_data = NULL;
NULL             6512 ext/pcre/pcrelib/pcre_exec.c if (extra_data != NULL)
NULL             6539 ext/pcre/pcrelib/pcre_exec.c if (tables == NULL) tables = PRIV(default_tables);
NULL             6571 ext/pcre/pcrelib/pcre_exec.c md->mark = md->nomatch_mark = NULL;     /* In case never set */
NULL             6573 ext/pcre/pcrelib/pcre_exec.c md->recursive = NULL;                   /* No recursion at top level */
NULL             6665 ext/pcre/pcrelib/pcre_exec.c   if (md->offset_vector == NULL) return PCRE_ERROR_NOMEMORY;
NULL             6680 ext/pcre/pcrelib/pcre_exec.c if (md->offset_vector != NULL)
NULL             6712 ext/pcre/pcrelib/pcre_exec.c     if (!startline && study != NULL &&
NULL             6827 ext/pcre/pcrelib/pcre_exec.c     else if (start_bits != NULL)
NULL             6855 ext/pcre/pcrelib/pcre_exec.c     if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 &&
NULL             6934 ext/pcre/pcrelib/pcre_exec.c   rc = match(start_match, md->start_code, start_match, 2, md, NULL, 0);
NULL             6935 ext/pcre/pcrelib/pcre_exec.c   if (md->hitend && start_partial == NULL)
NULL             7030 ext/pcre/pcrelib/pcre_exec.c   md->mark = NULL;   /* Reset for start of next match attempt */
NULL             7086 ext/pcre/pcrelib/pcre_exec.c   if (md->end_offset_top/2 <= re->top_bracket && offsets != NULL)
NULL             7108 ext/pcre/pcrelib/pcre_exec.c   if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_MARK) != 0)
NULL             7139 ext/pcre/pcrelib/pcre_exec.c if (match_partial != NULL)
NULL             7142 ext/pcre/pcrelib/pcre_exec.c   md->mark = NULL;
NULL             7163 ext/pcre/pcrelib/pcre_exec.c if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_MARK) != 0)
NULL               81 ext/pcre/pcrelib/pcre_fullinfo.c const pcre_study_data *study = NULL;
NULL               83 ext/pcre/pcrelib/pcre_fullinfo.c if (re == NULL || where == NULL) return PCRE_ERROR_NULL;
NULL               85 ext/pcre/pcrelib/pcre_fullinfo.c if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_STUDY_DATA) != 0)
NULL              112 ext/pcre/pcrelib/pcre_fullinfo.c   *((size_t *)where) = (study == NULL)? 0 : study->size;
NULL              118 ext/pcre/pcrelib/pcre_fullinfo.c       (extra_data != NULL &&
NULL              120 ext/pcre/pcrelib/pcre_fullinfo.c       extra_data->executable_jit != NULL)?
NULL              157 ext/pcre/pcrelib/pcre_fullinfo.c     (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)?
NULL              158 ext/pcre/pcrelib/pcre_fullinfo.c       ((const pcre_study_data *)extra_data->study_data)->start_bits : NULL;
NULL              163 ext/pcre/pcrelib/pcre_fullinfo.c     (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0)?
NULL              168 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = extra_data != NULL &&
NULL              170 ext/pcre/pcrelib/pcre_fullinfo.c                     extra_data->executable_jit != NULL;
NULL               83 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
NULL               87 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0)
NULL               89 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
NULL               93 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
NULL               97 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0)
NULL               99 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
NULL              103 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
NULL              107 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0)
NULL              109 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
NULL              166 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
NULL              170 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0)
NULL              172 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
NULL              176 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
NULL              180 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0)
NULL              182 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
NULL              186 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0)
NULL              190 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0)
NULL              192 ext/pcre/pcrelib/pcre_get.c if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0)
NULL              461 ext/pcre/pcrelib/pcre_get.c if (stringlist == NULL) return PCRE_ERROR_NOMEMORY;
NULL              481 ext/pcre/pcrelib/pcre_get.c *stringlist = NULL;
NULL              561 ext/pcre/pcrelib/pcre_get.c if (substring == NULL) return PCRE_ERROR_NOMEMORY;
NULL               72 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int   (*PUBL(callout))(PUBL(callout_block) *) = NULL;
NULL               73 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int   (*PUBL(stack_guard))(void) = NULL;
NULL               80 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int   (*PUBL(callout))(PUBL(callout_block) *) = NULL;
NULL               81 ext/pcre/pcrelib/pcre_globals.c PCRE_EXP_DATA_DEFN int   (*PUBL(stack_guard))(void) = NULL;
NULL              757 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->utf) return NULL;
NULL              775 ext/pcre/pcrelib/pcre_jit_compile.c   return NULL;
NULL              890 ext/pcre/pcrelib/pcre_jit_compile.c     if (cc == NULL)
NULL             1064 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar *end = NULL;
NULL             1202 ext/pcre/pcrelib/pcre_jit_compile.c     SLJIT_ASSERT(cc != NULL);
NULL             1233 ext/pcre/pcrelib/pcre_jit_compile.c         end = NULL;
NULL             1259 ext/pcre/pcrelib/pcre_jit_compile.c if (ccend == NULL)
NULL             1271 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(cc != NULL);
NULL             1411 ext/pcre/pcrelib/pcre_jit_compile.c     SLJIT_ASSERT(cc != NULL);
NULL             1438 ext/pcre/pcrelib/pcre_jit_compile.c if (ccend == NULL)
NULL             1445 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(cc != NULL);
NULL             1538 ext/pcre/pcrelib/pcre_jit_compile.c     SLJIT_ASSERT(cc != NULL);
NULL             1663 ext/pcre/pcrelib/pcre_jit_compile.c     SLJIT_ASSERT(cc != NULL);
NULL             1892 ext/pcre/pcrelib/pcre_jit_compile.c       SLJIT_ASSERT(cc != NULL);
NULL             2000 ext/pcre/pcrelib/pcre_jit_compile.c   current_offset = NULL;
NULL             2017 ext/pcre/pcrelib/pcre_jit_compile.c     if (*cc >= OP_THEN && *cc <= OP_THEN_ARG && current_offset != NULL)
NULL             2086 ext/pcre/pcrelib/pcre_jit_compile.c common->stubs = NULL;
NULL             2095 ext/pcre/pcrelib/pcre_jit_compile.c if (label_addr == NULL)
NULL             2139 ext/pcre/pcrelib/pcre_jit_compile.c   return NULL;
NULL             2142 ext/pcre/pcrelib/pcre_jit_compile.c if (SLJIT_UNLIKELY(result == NULL))
NULL             2145 ext/pcre/pcrelib/pcre_jit_compile.c   return NULL;
NULL             2159 ext/pcre/pcrelib/pcre_jit_compile.c while (current != NULL)
NULL             2230 ext/pcre/pcrelib/pcre_jit_compile.c while (current != NULL)
NULL             2491 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *jump = NULL;
NULL             2507 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->partialmatchlabel != NULL)
NULL             2513 ext/pcre/pcrelib/pcre_jit_compile.c if (jump != NULL)
NULL             2539 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->partialmatchlabel != NULL)
NULL             2568 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->partialmatchlabel != NULL)
NULL             3088 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *newlinelabel = NULL;
NULL             3090 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *end = NULL;
NULL             3091 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *nl = NULL;
NULL             3095 ext/pcre/pcrelib/pcre_jit_compile.c jump_list *newline = NULL;
NULL             3586 ext/pcre/pcrelib/pcre_jit_compile.c sljit_ub *update_table = NULL;
NULL             3640 ext/pcre/pcrelib/pcre_jit_compile.c   if (update_table == NULL)
NULL             3881 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *foundcr = NULL;
NULL             3883 ext/pcre/pcrelib/pcre_jit_compile.c jump_list *newline = NULL;
NULL             3969 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *found = NULL;
NULL             3970 ext/pcre/pcrelib/pcre_jit_compile.c jump_list *matches = NULL;
NULL             4031 ext/pcre/pcrelib/pcre_jit_compile.c if (found != NULL)
NULL             4033 ext/pcre/pcrelib/pcre_jit_compile.c if (matches != NULL)
NULL             4048 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *foundoc = NULL;
NULL             4143 ext/pcre/pcrelib/pcre_jit_compile.c jump_list *skipread_list = NULL;
NULL             4183 ext/pcre/pcrelib/pcre_jit_compile.c   jump = NULL;
NULL             4194 ext/pcre/pcrelib/pcre_jit_compile.c   if (jump != NULL)
NULL             4228 ext/pcre/pcrelib/pcre_jit_compile.c   jump = NULL;
NULL             4238 ext/pcre/pcrelib/pcre_jit_compile.c   if (jump != NULL)
NULL             4595 ext/pcre/pcrelib/pcre_jit_compile.c       if (c1 < *pp) return NULL;
NULL             4610 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar *othercasechar = NULL;
NULL             4783 ext/pcre/pcrelib/pcre_jit_compile.c jump_list *found = NULL;
NULL             4786 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *jump = NULL;
NULL             4936 ext/pcre/pcrelib/pcre_jit_compile.c     jump = NULL;
NULL             5009 ext/pcre/pcrelib/pcre_jit_compile.c   jump = NULL;
NULL             5272 ext/pcre/pcrelib/pcre_jit_compile.c   if (jump != NULL)
NULL             5276 ext/pcre/pcrelib/pcre_jit_compile.c if (found != NULL)
NULL             5367 ext/pcre/pcrelib/pcre_jit_compile.c     end_list = NULL;
NULL             5434 ext/pcre/pcrelib/pcre_jit_compile.c   end_list = NULL;
NULL             5790 ext/pcre/pcrelib/pcre_jit_compile.c   jump[0] = NULL;
NULL             5797 ext/pcre/pcrelib/pcre_jit_compile.c       jump[0] = NULL;
NULL             5805 ext/pcre/pcrelib/pcre_jit_compile.c     jump[0] = NULL;
NULL             5817 ext/pcre/pcrelib/pcre_jit_compile.c   if (jump[0] != NULL)
NULL             5964 ext/pcre/pcrelib/pcre_jit_compile.c jump_list *found = NULL;
NULL             5981 ext/pcre/pcrelib/pcre_jit_compile.c if (backtracks != NULL && !common->jscript_compat)
NULL             5992 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *jump = NULL;
NULL             6074 ext/pcre/pcrelib/pcre_jit_compile.c if (jump != NULL)
NULL             6092 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *jump = NULL;
NULL             6097 ext/pcre/pcrelib/pcre_jit_compile.c PUSH_BACKTRACK(sizeof(iterator_backtrack), cc, NULL);
NULL             6155 ext/pcre/pcrelib/pcre_jit_compile.c       compile_dnref_search(common, ccbegin, NULL);
NULL             6238 ext/pcre/pcrelib/pcre_jit_compile.c     compile_dnref_search(common, ccbegin, NULL);
NULL             6282 ext/pcre/pcrelib/pcre_jit_compile.c if (jump != NULL)
NULL             6295 ext/pcre/pcrelib/pcre_jit_compile.c recurse_entry *prev = NULL;
NULL             6300 ext/pcre/pcrelib/pcre_jit_compile.c PUSH_BACKTRACK(sizeof(recurse_backtrack), cc, NULL);
NULL             6303 ext/pcre/pcrelib/pcre_jit_compile.c if (get_framesize(common, common->start + start, NULL, TRUE, &needs_control_head) == no_stack)
NULL             6311 ext/pcre/pcrelib/pcre_jit_compile.c while (entry != NULL)
NULL             6319 ext/pcre/pcrelib/pcre_jit_compile.c if (entry == NULL)
NULL             6323 ext/pcre/pcrelib/pcre_jit_compile.c     return NULL;
NULL             6324 ext/pcre/pcrelib/pcre_jit_compile.c   entry->next = NULL;
NULL             6325 ext/pcre/pcrelib/pcre_jit_compile.c   entry->entry = NULL;
NULL             6326 ext/pcre/pcrelib/pcre_jit_compile.c   entry->calls = NULL;
NULL             6329 ext/pcre/pcrelib/pcre_jit_compile.c   if (prev != NULL)
NULL             6350 ext/pcre/pcrelib/pcre_jit_compile.c if (entry->entry == NULL)
NULL             6366 ext/pcre/pcrelib/pcre_jit_compile.c if (PUBL(callout) == NULL)
NULL             6415 ext/pcre/pcrelib/pcre_jit_compile.c PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL);
NULL             6448 ext/pcre/pcrelib/pcre_jit_compile.c if (common->forced_quit_label == NULL)
NULL             6469 ext/pcre/pcrelib/pcre_jit_compile.c jump_list *tmp = NULL;
NULL             6482 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *brajump = NULL;
NULL             6485 ext/pcre/pcrelib/pcre_jit_compile.c common->then_trap = NULL;
NULL             6495 ext/pcre/pcrelib/pcre_jit_compile.c framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head);
NULL             6545 ext/pcre/pcrelib/pcre_jit_compile.c   init_frame(common, ccbegin, NULL, framesize + extrasize - 1, extrasize, FALSE);
NULL             6553 ext/pcre/pcrelib/pcre_jit_compile.c   common->quit_label = NULL;
NULL             6554 ext/pcre/pcrelib/pcre_jit_compile.c   common->quit = NULL;
NULL             6559 ext/pcre/pcrelib/pcre_jit_compile.c common->positive_assert_quit = NULL;
NULL             6563 ext/pcre/pcrelib/pcre_jit_compile.c   common->accept_label = NULL;
NULL             6564 ext/pcre/pcrelib/pcre_jit_compile.c   common->accept = NULL;
NULL             6565 ext/pcre/pcrelib/pcre_jit_compile.c   altbacktrack.top = NULL;
NULL             6566 ext/pcre/pcrelib/pcre_jit_compile.c   altbacktrack.topbacktracks = NULL;
NULL             6586 ext/pcre/pcrelib/pcre_jit_compile.c     return NULL;
NULL             6589 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->accept != NULL)
NULL             6660 ext/pcre/pcrelib/pcre_jit_compile.c     return NULL;
NULL             6673 ext/pcre/pcrelib/pcre_jit_compile.c   SLJIT_ASSERT(common->positive_assert_quit == NULL);
NULL             6679 ext/pcre/pcrelib/pcre_jit_compile.c if (common->positive_assert_quit != NULL)
NULL             6838 ext/pcre/pcrelib/pcre_jit_compile.c     backtrack->common.topbacktracks = NULL;
NULL             7001 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *rmax_label = NULL;
NULL             7002 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *braminzero = NULL;
NULL             7004 ext/pcre/pcrelib/pcre_jit_compile.c PUSH_BACKTRACK(sizeof(bracket_backtrack), cc, NULL);
NULL             7075 ext/pcre/pcrelib/pcre_jit_compile.c     BACKTRACK_AS(bracket_backtrack)->u.framesize = get_framesize(common, ccbegin, NULL, FALSE, &needs_control_head);
NULL             7232 ext/pcre/pcrelib/pcre_jit_compile.c     init_frame(common, ccbegin, NULL, BACKTRACK_AS(bracket_backtrack)->u.framesize + stacksize, stacksize + 1, FALSE);
NULL             7305 ext/pcre/pcrelib/pcre_jit_compile.c     BACKTRACK_AS(bracket_backtrack)->u.condfailed = NULL;
NULL             7313 ext/pcre/pcrelib/pcre_jit_compile.c       if (common->currententry == NULL)
NULL             7327 ext/pcre/pcrelib/pcre_jit_compile.c       if (common->currententry == NULL || common->currententry->start == 0)
NULL             7365 ext/pcre/pcrelib/pcre_jit_compile.c       return NULL;
NULL             7375 ext/pcre/pcrelib/pcre_jit_compile.c   return NULL;
NULL             7491 ext/pcre/pcrelib/pcre_jit_compile.c   if (braminzero != NULL)
NULL             7534 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uchar *ccbegin = NULL;
NULL             7536 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *loop = NULL;
NULL             7537 ext/pcre/pcrelib/pcre_jit_compile.c struct jump_list *emptymatch = NULL;
NULL             7539 ext/pcre/pcrelib/pcre_jit_compile.c PUSH_BACKTRACK(sizeof(bracketpos_backtrack), cc, NULL);
NULL             7573 ext/pcre/pcrelib/pcre_jit_compile.c framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head);
NULL             7666 ext/pcre/pcrelib/pcre_jit_compile.c   init_frame(common, cc, NULL, stacksize - 1, stacksize - framesize, FALSE);
NULL             7676 ext/pcre/pcrelib/pcre_jit_compile.c   backtrack->top = NULL;
NULL             7677 ext/pcre/pcrelib/pcre_jit_compile.c   backtrack->topbacktracks = NULL;
NULL             7682 ext/pcre/pcrelib/pcre_jit_compile.c     return NULL;
NULL             7757 ext/pcre/pcrelib/pcre_jit_compile.c     return NULL;
NULL             7790 ext/pcre/pcrelib/pcre_jit_compile.c backtrack->topbacktracks = NULL;
NULL             7849 ext/pcre/pcrelib/pcre_jit_compile.c     if (end != NULL)
NULL             7855 ext/pcre/pcrelib/pcre_jit_compile.c     if (end != NULL)
NULL             7872 ext/pcre/pcrelib/pcre_jit_compile.c     if (end != NULL)
NULL             7887 ext/pcre/pcrelib/pcre_jit_compile.c   if (end != NULL)
NULL             7893 ext/pcre/pcrelib/pcre_jit_compile.c if (end != NULL)
NULL             7911 ext/pcre/pcrelib/pcre_jit_compile.c jump_list *nomatch = NULL;
NULL             7912 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *jump = NULL;
NULL             7920 ext/pcre/pcrelib/pcre_jit_compile.c PUSH_BACKTRACK(sizeof(iterator_backtrack), cc, NULL);
NULL             8004 ext/pcre/pcrelib/pcre_jit_compile.c     if (jump != NULL)
NULL             8154 ext/pcre/pcrelib/pcre_jit_compile.c PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL);
NULL             8162 ext/pcre/pcrelib/pcre_jit_compile.c if (*cc == OP_ASSERT_ACCEPT || common->currententry != NULL || !common->might_be_empty)
NULL             8165 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->accept_label == NULL)
NULL             8172 ext/pcre/pcrelib/pcre_jit_compile.c if (common->accept_label == NULL)
NULL             8180 ext/pcre/pcrelib/pcre_jit_compile.c if (common->accept_label == NULL)
NULL             8185 ext/pcre/pcrelib/pcre_jit_compile.c if (common->accept_label == NULL)
NULL             8200 ext/pcre/pcrelib/pcre_jit_compile.c if (common->currententry != NULL)
NULL             8222 ext/pcre/pcrelib/pcre_jit_compile.c PUSH_BACKTRACK(sizeof(backtrack_common), cc, NULL);
NULL             8280 ext/pcre/pcrelib/pcre_jit_compile.c then_trap_backtrack *save_then_trap = NULL;
NULL             8327 ext/pcre/pcrelib/pcre_jit_compile.c     cc = compile_char1_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbacktracks : &parent->topbacktracks);
NULL             8342 ext/pcre/pcrelib/pcre_jit_compile.c       cc = compile_charn_matchingpath(common, cc, ccend, parent->top != NULL ? &parent->top->nextbacktracks : &parent->topbacktracks);
NULL             8344 ext/pcre/pcrelib/pcre_jit_compile.c       cc = compile_char1_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbacktracks : &parent->topbacktracks);
NULL             8420 ext/pcre/pcrelib/pcre_jit_compile.c       cc = compile_char1_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbacktracks : &parent->topbacktracks);
NULL             8428 ext/pcre/pcrelib/pcre_jit_compile.c       cc = compile_char1_matchingpath(common, *cc, cc + 1, parent->top != NULL ? &parent->top->nextbacktracks : &parent->topbacktracks);
NULL             8438 ext/pcre/pcrelib/pcre_jit_compile.c       compile_ref_matchingpath(common, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent->topbacktracks, TRUE, FALSE);
NULL             8449 ext/pcre/pcrelib/pcre_jit_compile.c       compile_dnref_search(common, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent->topbacktracks);
NULL             8450 ext/pcre/pcrelib/pcre_jit_compile.c       compile_ref_matchingpath(common, cc, parent->top != NULL ? &parent->top->nextbacktracks : &parent->topbacktracks, TRUE, FALSE);
NULL             8568 ext/pcre/pcrelib/pcre_jit_compile.c   if (cc == NULL)
NULL             8605 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *label = NULL;
NULL             8606 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *jump = NULL;
NULL             8607 ext/pcre/pcrelib/pcre_jit_compile.c jump_list *jumplist = NULL;
NULL             8613 ext/pcre/pcrelib/pcre_jit_compile.c cc = get_iterator_parameters(common, cc, &opcode, &type, &max, &min, NULL);
NULL             8798 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *brajump = NULL;
NULL             8809 ext/pcre/pcrelib/pcre_jit_compile.c   SLJIT_ASSERT(current->topbacktracks == NULL);
NULL             8873 ext/pcre/pcrelib/pcre_jit_compile.c sljit_uw *next_update_addr = NULL;
NULL             8876 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *brazero = NULL;
NULL             8877 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *alt1 = NULL;
NULL             8878 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *alt2 = NULL;
NULL             8879 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *once = NULL;
NULL             8880 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *cond = NULL;
NULL             8881 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *rmin_label = NULL;
NULL             8882 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *exact_label = NULL;
NULL             8908 ext/pcre/pcrelib/pcre_jit_compile.c   has_alternatives = (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) || CURRENT_AS(bracket_backtrack)->u.condfailed != NULL;
NULL             9044 ext/pcre/pcrelib/pcre_jit_compile.c     if (SLJIT_UNLIKELY(next_update_addr == NULL))
NULL             9077 ext/pcre/pcrelib/pcre_jit_compile.c   else if (CURRENT_AS(bracket_backtrack)->u.condfailed != NULL)
NULL             9092 ext/pcre/pcrelib/pcre_jit_compile.c     current->top = NULL;
NULL             9093 ext/pcre/pcrelib/pcre_jit_compile.c     current->topbacktracks = NULL;
NULL             9094 ext/pcre/pcrelib/pcre_jit_compile.c     current->nextbacktracks = NULL;
NULL             9205 ext/pcre/pcrelib/pcre_jit_compile.c   if (cond != NULL)
NULL             9363 ext/pcre/pcrelib/pcre_jit_compile.c current->top = NULL;
NULL             9364 ext/pcre/pcrelib/pcre_jit_compile.c current->topbacktracks = NULL;
NULL             9365 ext/pcre/pcrelib/pcre_jit_compile.c current->nextbacktracks = NULL;
NULL             9392 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->then_trap != NULL)
NULL             9418 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->quit_label == NULL)
NULL             9483 ext/pcre/pcrelib/pcre_jit_compile.c   if (current->nextbacktracks != NULL)
NULL             9636 ext/pcre/pcrelib/pcre_jit_compile.c     if (common->quit_label == NULL)
NULL             9670 ext/pcre/pcrelib/pcre_jit_compile.c int framesize = get_framesize(common, cc, NULL, TRUE, &needs_control_head);
NULL             9678 ext/pcre/pcrelib/pcre_jit_compile.c common->then_trap = NULL;
NULL             9686 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(common->currententry->entry == NULL && common->recursive_head_ptr != 0);
NULL             9699 ext/pcre/pcrelib/pcre_jit_compile.c   init_frame(common, cc, NULL, framesize + alternativesize - 1, alternativesize, TRUE);
NULL             9705 ext/pcre/pcrelib/pcre_jit_compile.c common->quit_label = NULL;
NULL             9706 ext/pcre/pcrelib/pcre_jit_compile.c common->accept_label = NULL;
NULL             9707 ext/pcre/pcrelib/pcre_jit_compile.c common->quit = NULL;
NULL             9708 ext/pcre/pcrelib/pcre_jit_compile.c common->accept = NULL;
NULL             9713 ext/pcre/pcrelib/pcre_jit_compile.c   altbacktrack.top = NULL;
NULL             9714 ext/pcre/pcrelib/pcre_jit_compile.c   altbacktrack.topbacktracks = NULL;
NULL             9741 ext/pcre/pcrelib/pcre_jit_compile.c if (common->quit != NULL)
NULL             9752 ext/pcre/pcrelib/pcre_jit_compile.c   common->quit = NULL;
NULL             9767 ext/pcre/pcrelib/pcre_jit_compile.c if (common->quit != NULL)
NULL             9807 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *mainloop_label = NULL;
NULL             9809 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *empty_match_found_label = NULL;
NULL             9810 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_label *empty_match_backtrack_label = NULL;
NULL             9814 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *minlength_check_failed = NULL;
NULL             9815 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *reqbyte_notfound = NULL;
NULL             9816 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *empty_match = NULL;
NULL             9829 ext/pcre/pcrelib/pcre_jit_compile.c common->read_only_data_head = NULL;
NULL             10009 ext/pcre/pcrelib/pcre_jit_compile.c   set_then_offsets(common, common->start, NULL);
NULL             10012 ext/pcre/pcrelib/pcre_jit_compile.c compiler = sljit_create_compiler(NULL);
NULL             10061 ext/pcre/pcrelib/pcre_jit_compile.c     else if (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)
NULL             10120 ext/pcre/pcrelib/pcre_jit_compile.c if (common->accept != NULL)
NULL             10126 ext/pcre/pcrelib/pcre_jit_compile.c if (common->quit != NULL)
NULL             10128 ext/pcre/pcrelib/pcre_jit_compile.c if (common->forced_quit != NULL)
NULL             10130 ext/pcre/pcrelib/pcre_jit_compile.c if (minlength_check_failed != NULL)
NULL             10153 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(rootbacktrack.prev == NULL);
NULL             10177 ext/pcre/pcrelib/pcre_jit_compile.c   if (common->ff_newline_shortcut != NULL)
NULL             10193 ext/pcre/pcrelib/pcre_jit_compile.c if (reqbyte_notfound != NULL)
NULL             10220 ext/pcre/pcrelib/pcre_jit_compile.c while (common->currententry != NULL)
NULL             10269 ext/pcre/pcrelib/pcre_jit_compile.c if (common->revertframes != NULL)
NULL             10274 ext/pcre/pcrelib/pcre_jit_compile.c if (common->wordboundary != NULL)
NULL             10279 ext/pcre/pcrelib/pcre_jit_compile.c if (common->anynewline != NULL)
NULL             10284 ext/pcre/pcrelib/pcre_jit_compile.c if (common->hspace != NULL)
NULL             10289 ext/pcre/pcrelib/pcre_jit_compile.c if (common->vspace != NULL)
NULL             10294 ext/pcre/pcrelib/pcre_jit_compile.c if (common->casefulcmp != NULL)
NULL             10299 ext/pcre/pcrelib/pcre_jit_compile.c if (common->caselesscmp != NULL)
NULL             10304 ext/pcre/pcrelib/pcre_jit_compile.c if (common->reset_match != NULL)
NULL             10314 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utfreadchar != NULL)
NULL             10319 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utfreadchar16 != NULL)
NULL             10324 ext/pcre/pcrelib/pcre_jit_compile.c if (common->utfreadtype8 != NULL)
NULL             10332 ext/pcre/pcrelib/pcre_jit_compile.c if (common->getucd != NULL)
NULL             10345 ext/pcre/pcrelib/pcre_jit_compile.c while (label_addr != NULL)
NULL             10351 ext/pcre/pcrelib/pcre_jit_compile.c if (executable_func == NULL)
NULL             10358 ext/pcre/pcrelib/pcre_jit_compile.c if ((extra->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra->executable_jit != NULL)
NULL             10372 ext/pcre/pcrelib/pcre_jit_compile.c   if (functions == NULL)
NULL             10429 ext/pcre/pcrelib/pcre_jit_compile.c if (functions->executable_funcs[mode] == NULL)
NULL             10436 ext/pcre/pcrelib/pcre_jit_compile.c arguments.mark_ptr = NULL;
NULL             10446 ext/pcre/pcrelib/pcre_jit_compile.c arguments.callout_data = (extra_data->flags & PCRE_EXTRA_CALLOUT_DATA) != 0 ? extra_data->callout_data : NULL;
NULL             10467 ext/pcre/pcrelib/pcre_jit_compile.c if (arguments.stack == NULL)
NULL             10521 ext/pcre/pcrelib/pcre_jit_compile.c if (functions->executable_funcs[mode] == NULL)
NULL             10529 ext/pcre/pcrelib/pcre_jit_compile.c arguments.mark_ptr = NULL;
NULL             10539 ext/pcre/pcrelib/pcre_jit_compile.c arguments.callout_data = (extra_data->flags & PCRE_EXTRA_CALLOUT_DATA) != 0 ? extra_data->callout_data : NULL;
NULL             10573 ext/pcre/pcrelib/pcre_jit_compile.c   if (functions->executable_funcs[i] != NULL)
NULL             10575 ext/pcre/pcrelib/pcre_jit_compile.c   free_read_only_data(functions->read_only_data_heads[i], NULL);
NULL             10609 ext/pcre/pcrelib/pcre_jit_compile.c   return NULL;
NULL             10614 ext/pcre/pcrelib/pcre_jit_compile.c return (PUBL(jit_stack)*)sljit_allocate_stack(startsize, maxsize, NULL);
NULL             10628 ext/pcre/pcrelib/pcre_jit_compile.c sljit_free_stack((struct sljit_stack *)stack, NULL);
NULL             10643 ext/pcre/pcrelib/pcre_jit_compile.c if (extra != NULL &&
NULL             10645 ext/pcre/pcrelib/pcre_jit_compile.c     extra->executable_jit != NULL)
NULL             10685 ext/pcre/pcrelib/pcre_jit_compile.c return NULL;
NULL               87 ext/pcre/pcrelib/pcre_maketables.c if (yield == NULL) return NULL;
NULL               81 ext/pcre/pcrelib/pcre_refcount.c if (re == NULL) return PCRE_ERROR_NULL;
NULL              397 ext/pcre/pcrelib/pcre_study.c         if (cs == NULL) return -2;
NULL              408 ext/pcre/pcrelib/pcre_study.c           for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break;
NULL              409 ext/pcre/pcrelib/pcre_study.c           if (r != NULL)           /* Mutual recursion */
NULL              437 ext/pcre/pcrelib/pcre_study.c       if (cs == NULL) return -2;
NULL              447 ext/pcre/pcrelib/pcre_study.c         for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break;
NULL              448 ext/pcre/pcrelib/pcre_study.c         if (r != NULL)           /* Mutual recursion */
NULL              513 ext/pcre/pcrelib/pcre_study.c       for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break;
NULL              514 ext/pcre/pcrelib/pcre_study.c       if (r != NULL)           /* Mutual recursion */
NULL             1341 ext/pcre/pcrelib/pcre_study.c         map = NULL;
NULL             1363 ext/pcre/pcrelib/pcre_study.c         if (map != NULL)
NULL             1463 ext/pcre/pcrelib/pcre_study.c PUBL(extra) *extra = NULL;
NULL             1471 ext/pcre/pcrelib/pcre_study.c *errorptr = NULL;
NULL             1473 ext/pcre/pcrelib/pcre_study.c if (re == NULL || re->magic_number != MAGIC_NUMBER)
NULL             1476 ext/pcre/pcrelib/pcre_study.c   return NULL;
NULL             1488 ext/pcre/pcrelib/pcre_study.c   return NULL;
NULL             1494 ext/pcre/pcrelib/pcre_study.c   return NULL;
NULL             1514 ext/pcre/pcrelib/pcre_study.c   if (tables == NULL)
NULL             1515 ext/pcre/pcrelib/pcre_study.c     (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES,
NULL             1518 ext/pcre/pcrelib/pcre_study.c   if (tables == NULL)
NULL             1519 ext/pcre/pcrelib/pcre_study.c     (void)pcre16_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES,
NULL             1522 ext/pcre/pcrelib/pcre_study.c   if (tables == NULL)
NULL             1523 ext/pcre/pcrelib/pcre_study.c     (void)pcre32_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES,
NULL             1541 ext/pcre/pcrelib/pcre_study.c     return NULL;
NULL             1547 ext/pcre/pcrelib/pcre_study.c switch(min = find_minlength(re, code, code, re->options, NULL, &count))
NULL             1549 ext/pcre/pcrelib/pcre_study.c   case -2: *errorptr = "internal error: missing capturing bracket"; return NULL;
NULL             1550 ext/pcre/pcrelib/pcre_study.c   case -3: *errorptr = "internal error: opcode not recognized"; return NULL;
NULL             1572 ext/pcre/pcrelib/pcre_study.c   if (extra == NULL)
NULL             1575 ext/pcre/pcrelib/pcre_study.c     return NULL;
NULL             1626 ext/pcre/pcrelib/pcre_study.c   extra->executable_jit = NULL;
NULL             1644 ext/pcre/pcrelib/pcre_study.c     extra = NULL;
NULL             1674 ext/pcre/pcrelib/pcre_study.c if (extra == NULL)
NULL             1678 ext/pcre/pcrelib/pcre_study.c      extra->executable_jit != NULL)
NULL              104 ext/pcre/pcrelib/pcredemo.c   NULL);                /* use default character tables */
NULL              108 ext/pcre/pcrelib/pcredemo.c if (re == NULL)
NULL              123 ext/pcre/pcrelib/pcredemo.c   NULL,                 /* no extra data - we didn't study the pattern */
NULL              189 ext/pcre/pcrelib/pcredemo.c   NULL,                 /* no extra data - we didn't study the pattern */
NULL              203 ext/pcre/pcrelib/pcredemo.c     NULL,                     /* no extra data - we didn't study the pattern */
NULL              209 ext/pcre/pcrelib/pcredemo.c     NULL,                     /* no extra data - we didn't study the pattern */
NULL              266 ext/pcre/pcrelib/pcredemo.c (void)pcre_fullinfo(re, NULL, PCRE_INFO_OPTIONS, &option_bits);
NULL              315 ext/pcre/pcrelib/pcredemo.c     NULL,                 /* no extra data - we didn't study the pattern */
NULL              218 ext/pcre/pcrelib/pcreposix.c addlength = (preg != NULL && (int)preg->re_erroffset != -1)?
NULL              283 ext/pcre/pcrelib/pcreposix.c   &erroffset, NULL);
NULL              289 ext/pcre/pcrelib/pcreposix.c if (preg->re_pcre == NULL)
NULL              295 ext/pcre/pcrelib/pcreposix.c (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT,
NULL              325 ext/pcre/pcrelib/pcreposix.c int *ovector = NULL;
NULL              341 ext/pcre/pcrelib/pcreposix.c if (nosub || pmatch == NULL) nmatch = 0;
NULL              353 ext/pcre/pcrelib/pcreposix.c     if (ovector == NULL) return REG_ESPACE;
NULL              374 ext/pcre/pcrelib/pcreposix.c rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so),
NULL               86 ext/pcre/pcrelib/sljit/sljitExecAllocator.c 	return VirtualAlloc(NULL, size, MEM_COMMIT | MEM_RESERVE, PAGE_EXECUTE_READWRITE);
NULL              102 ext/pcre/pcrelib/sljit/sljitExecAllocator.c 	retval = mmap(NULL, size, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_PRIVATE | MAP_ANON, -1, 0);
NULL              106 ext/pcre/pcrelib/sljit/sljitExecAllocator.c 			return NULL;
NULL              108 ext/pcre/pcrelib/sljit/sljitExecAllocator.c 	retval = mmap(NULL, size, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_PRIVATE, dev_zero, 0);
NULL              111 ext/pcre/pcrelib/sljit/sljitExecAllocator.c 	return (retval != MAP_FAILED) ? retval : NULL;
NULL              216 ext/pcre/pcrelib/sljit/sljitExecAllocator.c 		return NULL;
NULL               38 ext/pcre/pcrelib/sljit/sljitLir.c 			return NULL; \
NULL               50 ext/pcre/pcrelib/sljit/sljitLir.c 			return NULL; \
NULL               65 ext/pcre/pcrelib/sljit/sljitLir.c 			return NULL; \
NULL               73 ext/pcre/pcrelib/sljit/sljitLir.c 			return NULL; \
NULL              275 ext/pcre/pcrelib/sljit/sljitLir.c 			return NULL; \
NULL              332 ext/pcre/pcrelib/sljit/sljitLir.c 		return NULL;
NULL              362 ext/pcre/pcrelib/sljit/sljitLir.c 		return NULL;
NULL              365 ext/pcre/pcrelib/sljit/sljitLir.c 	compiler->buf->next = NULL;
NULL              367 ext/pcre/pcrelib/sljit/sljitLir.c 	compiler->abuf->next = NULL;
NULL              387 ext/pcre/pcrelib/sljit/sljitLir.c 		return NULL;
NULL              530 ext/pcre/pcrelib/sljit/sljitLir.c 		return NULL;
NULL              534 ext/pcre/pcrelib/sljit/sljitLir.c 		return NULL;
NULL              543 ext/pcre/pcrelib/sljit/sljitLir.c 	struct sljit_memory_fragment *prev = NULL;
NULL              551 ext/pcre/pcrelib/sljit/sljitLir.c 	} while (buf != NULL);
NULL              592 ext/pcre/pcrelib/sljit/sljitLir.c 	label->next = NULL;
NULL              603 ext/pcre/pcrelib/sljit/sljitLir.c 	jump->next = NULL;
NULL              614 ext/pcre/pcrelib/sljit/sljitLir.c 	const_->next = NULL;
NULL             1721 ext/pcre/pcrelib/sljit/sljitLir.c 	return NULL;
NULL             1735 ext/pcre/pcrelib/sljit/sljitLir.c 	return NULL;
NULL             1751 ext/pcre/pcrelib/sljit/sljitLir.c 	return NULL;
NULL             1916 ext/pcre/pcrelib/sljit/sljitLir.c 	return NULL;
NULL             1924 ext/pcre/pcrelib/sljit/sljitLir.c 	return NULL;
NULL             1938 ext/pcre/pcrelib/sljit/sljitLir.c 	return NULL;
NULL             1952 ext/pcre/pcrelib/sljit/sljitLir.c 	return NULL;
NULL             2012 ext/pcre/pcrelib/sljit/sljitLir.c 	return NULL;
NULL              598 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	cpool_start_address = NULL;
NULL              599 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	first_patch = NULL;
NULL              631 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 						return NULL;
NULL              721 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 				return NULL;
NULL             1949 ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c 	struct sljit_jump *jump = NULL;
NULL              498 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_set_function_context(NULL, (struct sljit_function_context*)code_ptr, (sljit_sw)code, (void*)sljit_generate_code);
NULL              501 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	sljit_set_function_context(NULL, (struct sljit_function_context*)code_ptr, (sljit_sw)code, (void*)sljit_generate_code);
NULL             2141 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 		return NULL;
NULL             2165 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c 	struct sljit_jump *jump = NULL;
NULL             1337 ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c 	struct sljit_jump *jump = NULL;
NULL             8364 ext/pcre/pcrelib/sljit/sljitNativeTILEGX-encoder.c   { NULL, TILEGX_OPC_NONE, 0, 0, TREG_ZERO, 0, { { 0, } },
NULL             10056 ext/pcre/pcrelib/sljit/sljitNativeTILEGX-encoder.c   if (result == NULL)
NULL             10058 ext/pcre/pcrelib/sljit/sljitNativeTILEGX-encoder.c     return (NULL);
NULL             10116 ext/pcre/pcrelib/sljit/sljitNativeTILEGX-encoder.c     if (name == NULL)
NULL             10140 ext/pcre/pcrelib/sljit/sljitNativeTILEGX-encoder.c         if (spr_name != NULL)
NULL              526 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	const struct tilegx_opcode* opcode = NULL;
NULL              546 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	const struct Format* match = NULL;
NULL              547 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	const struct Format *b = NULL;
NULL              573 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	if (match == NULL)
NULL              613 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	const struct tilegx_operand* operand = NULL;
NULL             2318 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	struct sljit_jump *jump = NULL;
NULL              391 ext/pcre/pcrelib/sljit/sljitNativeX86_64.c 					return NULL;
NULL             2902 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return NULL;
NULL             2908 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 		return NULL;
NULL             2920 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c 			return NULL;
NULL               75 ext/pcre/pcrelib/sljit/sljitUtils.c 		allocator_mutex = CreateMutex(NULL, TRUE, NULL);
NULL               95 ext/pcre/pcrelib/sljit/sljitUtils.c 		global_mutex = CreateMutex(NULL, TRUE, NULL);
NULL              216 ext/pcre/pcrelib/sljit/sljitUtils.c 		return NULL;
NULL              238 ext/pcre/pcrelib/sljit/sljitUtils.c 		return NULL;
NULL              241 ext/pcre/pcrelib/sljit/sljitUtils.c 	base.ptr = VirtualAlloc(NULL, max_limit, MEM_RESERVE, PAGE_READWRITE);
NULL              244 ext/pcre/pcrelib/sljit/sljitUtils.c 		return NULL;
NULL              251 ext/pcre/pcrelib/sljit/sljitUtils.c 		return NULL;
NULL              255 ext/pcre/pcrelib/sljit/sljitUtils.c 	base.ptr = mmap(NULL, max_limit, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1, 0);
NULL              260 ext/pcre/pcrelib/sljit/sljitUtils.c 			return NULL;
NULL              263 ext/pcre/pcrelib/sljit/sljitUtils.c 	base.ptr = mmap(NULL, max_limit, PROT_READ | PROT_WRITE, MAP_PRIVATE, dev_zero, 0);
NULL              267 ext/pcre/pcrelib/sljit/sljitUtils.c 		return NULL;
NULL              122 ext/pcre/php_pcre.c 	zend_hash_init(&pcre_globals->pcre_cache, 0, NULL, php_free_pcre_cache, 1);
NULL              230 ext/pcre/php_pcre.c 		php_error_docref(NULL, E_WARNING, "Internal pcre_fullinfo() error %d", rc);
NULL              231 ext/pcre/php_pcre.c 		return NULL;
NULL              238 ext/pcre/php_pcre.c 		if (is_numeric_string(subpat_names[name_idx], strlen(subpat_names[name_idx]), NULL, NULL, 0) > 0) {
NULL              239 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_WARNING, "Numeric named subpatterns are not allowed");
NULL              241 ext/pcre/php_pcre.c 			return NULL;
NULL              272 ext/pcre/php_pcre.c 	pcre				*re = NULL;
NULL              285 ext/pcre/php_pcre.c 	unsigned const char *tables = NULL;
NULL              318 ext/pcre/php_pcre.c 		php_error_docref(NULL, E_WARNING,
NULL              320 ext/pcre/php_pcre.c 		return NULL;
NULL              327 ext/pcre/php_pcre.c 		php_error_docref(NULL,E_WARNING, "Delimiter must not be alphanumeric or backslash");
NULL              328 ext/pcre/php_pcre.c 		return NULL;
NULL              367 ext/pcre/php_pcre.c 			php_error_docref(NULL,E_WARNING, "Null byte in regex");
NULL              369 ext/pcre/php_pcre.c 			php_error_docref(NULL,E_WARNING, "No ending delimiter '%c' found", delimiter);
NULL              371 ext/pcre/php_pcre.c 			php_error_docref(NULL,E_WARNING, "No ending matching delimiter '%c' found", delimiter);
NULL              373 ext/pcre/php_pcre.c 		return NULL;
NULL              416 ext/pcre/php_pcre.c 					php_error_docref(NULL,E_WARNING, "Unknown modifier '%c'", pp[-1]);
NULL              418 ext/pcre/php_pcre.c 					php_error_docref(NULL,E_WARNING, "Null byte in regex");
NULL              421 ext/pcre/php_pcre.c 				return NULL;
NULL              439 ext/pcre/php_pcre.c 	if (re == NULL) {
NULL              440 ext/pcre/php_pcre.c 		php_error_docref(NULL,E_WARNING, "Compilation failed: %s at offset %d", error, erroffset);
NULL              445 ext/pcre/php_pcre.c 		return NULL;
NULL              465 ext/pcre/php_pcre.c 		if (error != NULL) {
NULL              466 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_WARNING, "Error while studying pattern");
NULL              469 ext/pcre/php_pcre.c 		extra = NULL;
NULL              494 ext/pcre/php_pcre.c 		NULL;
NULL              501 ext/pcre/php_pcre.c 		php_error_docref(NULL, E_WARNING, "Internal pcre_fullinfo() error %d", rc);
NULL              502 ext/pcre/php_pcre.c 		return NULL;
NULL              507 ext/pcre/php_pcre.c 		php_error_docref(NULL, E_WARNING, "Internal pcre_fullinfo() error %d", rc);
NULL              508 ext/pcre/php_pcre.c 		return NULL;
NULL              539 ext/pcre/php_pcre.c 		*extra = pce ? pce->extra : NULL;
NULL              545 ext/pcre/php_pcre.c 	return pce ? pce->re : NULL;
NULL              556 ext/pcre/php_pcre.c 		*extra = pce ? pce->extra : NULL;
NULL              565 ext/pcre/php_pcre.c 	return pce ? pce->re : NULL;
NULL              596 ext/pcre/php_pcre.c 	zval			 *subpats = NULL;	/* Array for subpatterns */
NULL              617 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_WARNING, "Subject is too long");
NULL              622 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) {
NULL              639 ext/pcre/php_pcre.c 				    *match_sets = NULL;	/* An array of sets of matches for each
NULL              655 ext/pcre/php_pcre.c 	unsigned char   *mark = NULL;       /* Target for MARK name */
NULL              662 ext/pcre/php_pcre.c 	if (subpats != NULL) {
NULL              681 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_WARNING, "Invalid flags specified");
NULL              696 ext/pcre/php_pcre.c 	if (extra == NULL) {
NULL              715 ext/pcre/php_pcre.c 	subpat_names = NULL;
NULL              750 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_NOTICE, "Matched, but too many substrings");
NULL              759 ext/pcre/php_pcre.c 			if (subpats != NULL) {
NULL              771 ext/pcre/php_pcre.c 					php_error_docref(NULL, E_WARNING, "Get subpatterns list failed");
NULL              781 ext/pcre/php_pcre.c 												offsets[(i<<1)+1] - offsets[i<<1], offsets[i<<1], NULL);
NULL              831 ext/pcre/php_pcre.c 													offsets[(i<<1)+1] - offsets[i<<1], offsets[i<<1], NULL);
NULL              871 ext/pcre/php_pcre.c 												offsets[i<<1], NULL);
NULL             1037 ext/pcre/php_pcre.c 	if (call_user_function_ex(EG(function_table), NULL, function, &retval, 1, args, 0, NULL) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
NULL             1042 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_WARNING, "Unable to call custom replacement function");
NULL             1066 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) {
NULL             1067 ext/pcre/php_pcre.c 		return NULL;
NULL             1096 ext/pcre/php_pcre.c 	char			*replace=NULL,		/* Replacement string */
NULL             1101 ext/pcre/php_pcre.c 					*replace_end=NULL,	/* End of replacement string */
NULL             1104 ext/pcre/php_pcre.c 	unsigned char   *mark = NULL;       /* Target for MARK name */
NULL             1106 ext/pcre/php_pcre.c 	zend_string     *eval_result=NULL;  /* Result of custom function */
NULL             1110 ext/pcre/php_pcre.c 	if (extra == NULL) {
NULL             1119 ext/pcre/php_pcre.c 		php_error_docref(NULL, E_WARNING, "The /e modifier is no longer supported, use preg_replace_callback instead");
NULL             1120 ext/pcre/php_pcre.c 		return NULL;
NULL             1142 ext/pcre/php_pcre.c 	subpat_names = NULL;
NULL             1146 ext/pcre/php_pcre.c 			return NULL;
NULL             1151 ext/pcre/php_pcre.c 	result = NULL;
NULL             1154 ext/pcre/php_pcre.c 	match = NULL;
NULL             1173 ext/pcre/php_pcre.c 			php_error_docref(NULL,E_NOTICE, "Matched, but too many substrings");
NULL             1216 ext/pcre/php_pcre.c 					if (result == NULL) {
NULL             1261 ext/pcre/php_pcre.c 					if (result == NULL) {
NULL             1303 ext/pcre/php_pcre.c 					if (NULL != result) {
NULL             1320 ext/pcre/php_pcre.c 				result = NULL;
NULL             1363 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_WARNING, "Subject is too long");
NULL             1364 ext/pcre/php_pcre.c 			return NULL;
NULL             1410 ext/pcre/php_pcre.c 										   replace_count)) != NULL) {
NULL             1417 ext/pcre/php_pcre.c 				return NULL;
NULL             1466 ext/pcre/php_pcre.c 			if ((result = php_replace_in_subject(regex, replace, subject_entry, limit_val, is_callable_replace, &replace_count)) != NULL) {
NULL             1485 ext/pcre/php_pcre.c 		if ((result = php_replace_in_subject(regex, replace, subject, limit_val, is_callable_replace, &replace_count)) != NULL) {
NULL             1502 ext/pcre/php_pcre.c 	zval *regex, *replace, *subject, *zcount = NULL;
NULL             1523 ext/pcre/php_pcre.c 		php_error_docref(NULL, E_WARNING, "Parameter mismatch, pattern is a string while replacement is an array");
NULL             1539 ext/pcre/php_pcre.c 	zval *regex, *replace, *subject, *zcount = NULL;
NULL             1561 ext/pcre/php_pcre.c 		php_error_docref(NULL, E_WARNING, "Requires argument 2, '%s', to be a valid callback", ZSTR_VAL(callback_name));
NULL             1580 ext/pcre/php_pcre.c 	zval regex, zv, *replace, *subject, *pattern, *zcount = NULL;
NULL             1606 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_WARNING, "Delimiter must not be alphanumeric or backslash");
NULL             1612 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_WARNING, "'%s' is not a valid callback", ZSTR_VAL(callback_name));
NULL             1653 ext/pcre/php_pcre.c 	zval *regex, *replace, *subject, *zcount = NULL;
NULL             1674 ext/pcre/php_pcre.c 		php_error_docref(NULL, E_WARNING, "Parameter mismatch, pattern is a string while replacement is an array");
NULL             1713 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_WARNING, "Subject is too long");
NULL             1718 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) {
NULL             1757 ext/pcre/php_pcre.c 	if (extra == NULL) {
NULL             1795 ext/pcre/php_pcre.c 			php_error_docref(NULL,E_NOTICE, "Matched, but too many substrings");
NULL             1805 ext/pcre/php_pcre.c 					add_offset_pair(return_value, last_match, (int)(&subject[offsets[0]]-last_match), next_offset, NULL);
NULL             1827 ext/pcre/php_pcre.c 							add_offset_pair(return_value, &subject[offsets[i<<1]], match_len, offsets[i<<1], NULL);
NULL             1868 ext/pcre/php_pcre.c 			add_offset_pair(return_value, &subject[start_offset], subject_len - start_offset, start_offset, NULL);
NULL             1894 ext/pcre/php_pcre.c 	char	*delim = NULL;	/* Additional delimiter argument */
NULL             2007 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) {
NULL             2033 ext/pcre/php_pcre.c 	if (extra == NULL) {
NULL             2067 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_NOTICE, "Matched, but too many substrings");
NULL             2202 ext/pcre/php_pcre.c 	NULL,
NULL             2203 ext/pcre/php_pcre.c 	NULL,
NULL             2209 ext/pcre/php_pcre.c 	NULL,
NULL               89 ext/pcre/php_pcre.h #define pcre_module_ptr NULL
NULL              143 ext/pdo/pdo.c  	STANDARD_MODULE_HEADER_EX, NULL,
NULL              149 ext/pdo/pdo.c  	NULL,
NULL              150 ext/pdo/pdo.c  	NULL,
NULL              155 ext/pdo/pdo.c  	NULL,
NULL              156 ext/pdo/pdo.c  	NULL,
NULL              187 ext/pdo/pdo.c  	return zend_hash_str_add_ptr(&pdo_driver_hash, (char*)driver->driver_name, driver->driver_name_len, driver) != NULL;
NULL              354 ext/pdo/pdo.c  	spl_ce_RuntimeException = NULL;
NULL              360 ext/pdo/pdo.c  	zend_hash_init(&pdo_driver_hash, 0, NULL, NULL, 1);
NULL              362 ext/pdo/pdo.c  	le_ppdo = zend_register_list_destructors_ex(NULL, php_pdo_pdbh_dtor,
NULL              365 ext/pdo/pdo.c  	INIT_CLASS_ENTRY(ce, "PDOException", NULL);
NULL              390 ext/pdo/pdo.c  	char *drivers = NULL, *ldrivers = estrdup("");
NULL               44 ext/pdo/pdo_dbh.c 	char *message = NULL;
NULL               75 ext/pdo/pdo_dbh.c 		php_error_docref(NULL, E_WARNING, "%s", message);
NULL              105 ext/pdo/pdo_dbh.c 	char *supp = NULL;
NULL              107 ext/pdo/pdo_dbh.c 	zend_string *message = NULL;
NULL              110 ext/pdo/pdo_dbh.c 	if (dbh == NULL || dbh->error_mode == PDO_ERRMODE_SILENT) {
NULL              133 ext/pdo/pdo_dbh.c 			if ((item = zend_hash_index_find(Z_ARRVAL(info), 1)) != NULL) {
NULL              137 ext/pdo/pdo_dbh.c 			if ((item = zend_hash_index_find(Z_ARRVAL(info), 2)) != NULL) {
NULL              150 ext/pdo/pdo_dbh.c 		php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(message));
NULL              151 ext/pdo/pdo_dbh.c 	} else if (EG(exception) == NULL) {
NULL              184 ext/pdo/pdo_dbh.c 	char *dsn = NULL;
NULL              186 ext/pdo/pdo_dbh.c 	stream = php_stream_open_wrapper(uri, "rb", REPORT_ERRORS, NULL);
NULL              188 ext/pdo/pdo_dbh.c 		dsn = php_stream_get_line(stream, buf, buflen, NULL);
NULL              200 ext/pdo/pdo_dbh.c 	pdo_dbh_t *dbh = NULL;
NULL              205 ext/pdo/pdo_dbh.c 	char *username=NULL, *password=NULL;
NULL              207 ext/pdo/pdo_dbh.c 	pdo_driver_t *driver = NULL;
NULL              208 ext/pdo/pdo_dbh.c 	zval *options = NULL;
NULL              224 ext/pdo/pdo_dbh.c 		char *ini_dsn = NULL;
NULL              269 ext/pdo/pdo_dbh.c 		char *hashkey = NULL;
NULL              271 ext/pdo/pdo_dbh.c 		pdo_dbh_t *pdbh = NULL;
NULL              274 ext/pdo/pdo_dbh.c 		if ((v = zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_PERSISTENT)) != NULL) {
NULL              276 ext/pdo/pdo_dbh.c 				!is_numeric_string(Z_STRVAL_P(v), Z_STRLEN_P(v), NULL, NULL, 0) && Z_STRLEN_P(v) > 0) {
NULL              293 ext/pdo/pdo_dbh.c 			if ((le = zend_hash_str_find_ptr(&EG(persistent_list), hashkey, plen)) != NULL) {
NULL              302 ext/pdo/pdo_dbh.c 						pdbh = NULL;
NULL              336 ext/pdo/pdo_dbh.c 		dbh->username = username ? pestrdup(username, is_persistent) : NULL;
NULL              337 ext/pdo/pdo_dbh.c 		dbh->password = password ? pestrdup(password, is_persistent) : NULL;
NULL              344 ext/pdo/pdo_dbh.c 		php_error_docref(NULL, E_ERROR, "out of memory");
NULL              369 ext/pdo/pdo_dbh.c 						(char*)dbh->persistent_id, dbh->persistent_id_len, &le, sizeof(le))) == NULL) {
NULL              370 ext/pdo/pdo_dbh.c 				php_error_docref(NULL, E_ERROR, "Failed to register persistent entry");
NULL              379 ext/pdo/pdo_dbh.c 			zend_string *str_key = NULL;
NULL              406 ext/pdo/pdo_dbh.c 			pdo_raise_impl_error(dbh, NULL, "HY000", "constructor arguments must be passed as an array");
NULL              407 ext/pdo/pdo_dbh.c 			return NULL;
NULL              410 ext/pdo/pdo_dbh.c 			pdo_raise_impl_error(dbh, NULL, "HY000", "user-supplied statement does not accept constructor arguments");
NULL              411 ext/pdo/pdo_dbh.c 			return NULL;
NULL              416 ext/pdo/pdo_dbh.c 		return NULL;
NULL              429 ext/pdo/pdo_dbh.c 	std_object_handlers.write_property(object, &z_key, &query_string, NULL);
NULL              442 ext/pdo/pdo_dbh.c 		fci.symbol_table = NULL;
NULL              445 ext/pdo/pdo_dbh.c 		fci.params = NULL;
NULL              472 ext/pdo/pdo_dbh.c 	zval *options = NULL, *opt, *item, ctor_args;
NULL              485 ext/pdo/pdo_dbh.c 	if (ZEND_NUM_ARGS() > 1 && (opt = zend_hash_index_find(Z_ARRVAL_P(options), PDO_ATTR_STATEMENT_CLASS)) != NULL) {
NULL              486 ext/pdo/pdo_dbh.c 		if (Z_TYPE_P(opt) != IS_ARRAY || (item = zend_hash_index_find(Z_ARRVAL_P(opt), 0)) == NULL
NULL              488 ext/pdo/pdo_dbh.c 			|| (pce = zend_lookup_class(Z_STR_P(item))) == NULL
NULL              490 ext/pdo/pdo_dbh.c 			pdo_raise_impl_error(dbh, NULL, "HY000",
NULL              499 ext/pdo/pdo_dbh.c 			pdo_raise_impl_error(dbh, NULL, "HY000",
NULL              505 ext/pdo/pdo_dbh.c 			pdo_raise_impl_error(dbh, NULL, "HY000",
NULL              510 ext/pdo/pdo_dbh.c 		if ((item = zend_hash_index_find(Z_ARRVAL_P(opt), 1)) != NULL) {
NULL              512 ext/pdo/pdo_dbh.c 				pdo_raise_impl_error(dbh, NULL, "HY000",
NULL              530 ext/pdo/pdo_dbh.c 			pdo_raise_impl_error(dbh, NULL, "HY000",
NULL              674 ext/pdo/pdo_dbh.c 		pdo_raise_impl_error(dbh, NULL, "HY000", "attribute value must be an integer"); \
NULL              690 ext/pdo/pdo_dbh.c 					pdo_raise_impl_error(dbh, NULL, "HY000", "invalid error mode");
NULL              706 ext/pdo/pdo_dbh.c 					pdo_raise_impl_error(dbh, NULL, "HY000", "invalid case folding mode");
NULL              720 ext/pdo/pdo_dbh.c 				if ((tmp = zend_hash_index_find(Z_ARRVAL_P(value), 0)) != NULL && Z_TYPE_P(tmp) == IS_LONG) {
NULL              722 ext/pdo/pdo_dbh.c 						pdo_raise_impl_error(dbh, NULL, "HY000", "FETCH_INTO and FETCH_CLASS are not yet supported as default fetch modes");
NULL              731 ext/pdo/pdo_dbh.c 				pdo_raise_impl_error(dbh, NULL, "HY000", "invalid fetch mode type");
NULL              748 ext/pdo/pdo_dbh.c 				pdo_raise_impl_error(dbh, NULL, "HY000",
NULL              755 ext/pdo/pdo_dbh.c 				|| (item = zend_hash_index_find(Z_ARRVAL_P(value), 0)) == NULL
NULL              757 ext/pdo/pdo_dbh.c 				|| (pce = zend_lookup_class(Z_STR_P(item))) == NULL
NULL              759 ext/pdo/pdo_dbh.c 				pdo_raise_impl_error(dbh, NULL, "HY000",
NULL              767 ext/pdo/pdo_dbh.c 				pdo_raise_impl_error(dbh, NULL, "HY000",
NULL              773 ext/pdo/pdo_dbh.c 				pdo_raise_impl_error(dbh, NULL, "HY000",
NULL              783 ext/pdo/pdo_dbh.c 			if ((item = zend_hash_index_find(Z_ARRVAL_P(value), 1)) != NULL) {
NULL              785 ext/pdo/pdo_dbh.c 					pdo_raise_impl_error(dbh, NULL, "HY000",
NULL              814 ext/pdo/pdo_dbh.c 		pdo_raise_impl_error(dbh, NULL, "IM001", "driver does not support setting attributes");
NULL              890 ext/pdo/pdo_dbh.c 		pdo_raise_impl_error(dbh, NULL, "IM001", "driver does not support getting attributes");
NULL              900 ext/pdo/pdo_dbh.c 			pdo_raise_impl_error(dbh, NULL, "IM001", "driver does not support that attribute");
NULL              923 ext/pdo/pdo_dbh.c 		pdo_raise_impl_error(dbh, NULL, "HY000",  "trying to execute an empty query");
NULL              943 ext/pdo/pdo_dbh.c 	char *name = NULL;
NULL              953 ext/pdo/pdo_dbh.c 		pdo_raise_impl_error(dbh, NULL, "IM001", "driver does not support lastInsertId()");
NULL             1059 ext/pdo/pdo_dbh.c 		zend_parse_parameters(0, "z|z", NULL, NULL);
NULL             1073 ext/pdo/pdo_dbh.c 			pdo_raise_impl_error(dbh, NULL, "HY000", "failed to instantiate user supplied statement class");
NULL             1093 ext/pdo/pdo_dbh.c 	if (dbh->methods->preparer(dbh, statement, statement_len, stmt, NULL)) {
NULL             1146 ext/pdo/pdo_dbh.c 		pdo_raise_impl_error(dbh, NULL, "IM001", "driver does not support quoting");
NULL             1242 ext/pdo/pdo_dbh.c 	PHP_ME(PDO, query,			NULL,					ZEND_ACC_PUBLIC)
NULL             1251 ext/pdo/pdo_dbh.c 	{NULL, NULL, NULL}
NULL             1291 ext/pdo/pdo_dbh.c 		php_error_docref(NULL, E_ERROR, "out of memory while allocating PDO methods.");
NULL             1293 ext/pdo/pdo_dbh.c 	zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL,
NULL             1303 ext/pdo/pdo_dbh.c 		func.prototype = NULL;
NULL             1328 ext/pdo/pdo_dbh.c 			func.arg_info = NULL;
NULL             1346 ext/pdo/pdo_dbh.c 	zend_function *fbc = NULL;
NULL             1353 ext/pdo/pdo_dbh.c 	if ((fbc = std_object_handlers.get_method(object, method_name, key)) == NULL) {
NULL             1512 ext/pdo/pdo_dbh.c 		dbh->query_stmt = NULL;
NULL             1585 ext/pdo/pdo_dbh.c 		res->ptr = NULL;
NULL              433 ext/pdo/pdo_sql_parser.c 	struct placeholder *placeholders = NULL, *placetail = NULL, *plc = NULL;
NULL              454 ext/pdo/pdo_sql_parser.c 			plc->next = NULL;
NULL              510 ext/pdo/pdo_sql_parser.c 				if ((param = zend_hash_str_find_ptr(params, plc->pos, plc->len)) == NULL) {
NULL              537 ext/pdo/pdo_sql_parser.c 			if (param == NULL) {
NULL              670 ext/pdo/pdo_sql_parser.c 		if (stmt->bound_param_map == NULL) {
NULL              672 ext/pdo/pdo_sql_parser.c 			zend_hash_init(stmt->bound_param_map, 13, NULL, free_param_name, 0);
NULL              681 ext/pdo/pdo_sql_parser.c 			if (!strcmp(name, "?") || (p = zend_hash_str_find_ptr(stmt->bound_param_map, name, plc->len)) == NULL) {
NULL              711 ext/pdo/pdo_sql_parser.c 		if (stmt->bound_param_map == NULL) {
NULL              713 ext/pdo/pdo_sql_parser.c 			zend_hash_init(stmt->bound_param_map, 13, NULL, free_param_name, 0);
NULL              792 ext/pdo/pdo_sql_parser.c 				*outquery = NULL;
NULL              797 ext/pdo/pdo_sql_parser.c 			if((NULL != (param = zend_hash_str_find_ptr(params, s.tok, s.cur-s.tok))
NULL              799 ext/pdo/pdo_sql_parser.c 			   NULL != (params = zend_hash_index_find_ptr(params, bindno)))
NULL              823 ext/pdo/pdo_sql_parser.c 				*outquery = NULL;
NULL              832 ext/pdo/pdo_sql_parser.c 				*outquery = NULL;
NULL              836 ext/pdo/pdo_sql_parser.c 			if(NULL != (params = zend_hash_index_find_ptr(params, bindno)))
NULL              859 ext/pdo/pdo_sql_parser.c 				*outquery = NULL;
NULL              317 ext/pdo/pdo_sqlstate.c 	zend_hash_init(&err_hash, sizeof(err_initializer)/sizeof(err_initializer[0]), NULL, NULL, 1);
NULL              331 ext/pdo/pdo_sqlstate.c 	if ((info = zend_hash_str_find_ptr(&err_hash, state, sizeof(err_initializer[0].state))) != NULL) {
NULL              334 ext/pdo/pdo_sqlstate.c 	return NULL;
NULL              140 ext/pdo/pdo_stmt.c 			if ((name = zend_hash_index_find_ptr(stmt->bound_param_map, param->paramno)) != NULL) {
NULL              247 ext/pdo/pdo_stmt.c 					stmt->columns[col].name)) != NULL) {
NULL              300 ext/pdo/pdo_stmt.c 	struct pdo_bound_param_data *pparam = NULL;
NULL              306 ext/pdo/pdo_stmt.c 		zend_hash_init(hash, 13, NULL, param_dtor, 0);
NULL              379 ext/pdo/pdo_stmt.c 			param->name = NULL;
NULL              393 ext/pdo/pdo_stmt.c 				param->name = NULL;
NULL              437 ext/pdo/pdo_stmt.c 	zval *input_params = NULL;
NULL              450 ext/pdo/pdo_stmt.c 		zend_string *key = NULL;
NULL              456 ext/pdo/pdo_stmt.c 			stmt->bound_params = NULL;
NULL              516 ext/pdo/pdo_stmt.c 		stmt->active_query_string = NULL;
NULL              538 ext/pdo/pdo_stmt.c 	stmt->active_query_string = NULL;
NULL              547 ext/pdo/pdo_stmt.c 	char *value = NULL;
NULL              556 ext/pdo/pdo_stmt.c 	value = NULL;
NULL              591 ext/pdo/pdo_stmt.c 			if (value == NULL) {
NULL              598 ext/pdo/pdo_stmt.c 					if (buf == NULL) {
NULL              745 ext/pdo/pdo_stmt.c 		fci->symbol_table = NULL;
NULL              748 ext/pdo/pdo_stmt.c 		fci->params = NULL;
NULL              769 ext/pdo/pdo_stmt.c 	char *is_callable_error = NULL;
NULL              771 ext/pdo/pdo_stmt.c 	if (zend_fcall_info_init(callable, 0, fci, fcc, NULL, &is_callable_error) == FAILURE) {
NULL              816 ext/pdo/pdo_stmt.c 		stmt->fetch.cls.fci.params = NULL;
NULL              827 ext/pdo/pdo_stmt.c 		stmt->fetch.func.values = NULL;
NULL              837 ext/pdo/pdo_stmt.c 	zend_class_entry *ce = NULL, *old_ce = NULL;
NULL              880 ext/pdo/pdo_stmt.c 					zend_hash_init(Z_ARRVAL_P(return_value), stmt->column_count, NULL, ZVAL_PTR_DTOR, 0);;
NULL              899 ext/pdo/pdo_stmt.c 						fetch_value(stmt, return_value, 1, NULL);
NULL              901 ext/pdo/pdo_stmt.c 						fetch_value(stmt, return_value, 0, NULL);
NULL              903 ext/pdo/pdo_stmt.c 						fetch_value(stmt, return_value, colno, NULL);
NULL              929 ext/pdo/pdo_stmt.c 					fetch_value(stmt, &val, i++, NULL);
NULL              932 ext/pdo/pdo_stmt.c 						if ((cep = zend_lookup_class(Z_STR(val))) == NULL) {
NULL             1008 ext/pdo/pdo_stmt.c 				fetch_value(stmt, &grp_val, colno, NULL);
NULL             1010 ext/pdo/pdo_stmt.c 				fetch_value(stmt, &grp_val, i, NULL);
NULL             1022 ext/pdo/pdo_stmt.c 			fetch_value(stmt, &val, i, NULL);
NULL             1032 ext/pdo/pdo_stmt.c 						fetch_value(stmt, &tmp, ++i, NULL);
NULL             1094 ext/pdo/pdo_stmt.c 					zend_update_property_ex(NULL, return_value,
NULL             1111 ext/pdo/pdo_stmt.c 						if (php_var_unserialize(return_value, (const unsigned char**)&Z_STRVAL(val), Z_STRVAL(val)+Z_STRLEN(val), NULL) == FAILURE) {
NULL             1122 ext/pdo/pdo_stmt.c 						} else if (ce->unserialize(return_value, ce, (unsigned char *)(Z_TYPE(val) == IS_STRING ? Z_STRVAL(val) : ""), Z_TYPE(val) == IS_STRING ? Z_STRLEN(val) : 0, NULL) == FAILURE) {
NULL             1197 ext/pdo/pdo_stmt.c 				if ((pgrp = zend_symtable_find(Z_ARRVAL_P(return_all), Z_STR(grp_val))) == NULL) {
NULL             1300 ext/pdo/pdo_stmt.c 	zend_string *class_name = NULL;
NULL             1302 ext/pdo/pdo_stmt.c 	zval old_ctor_args, *ctor_args = NULL;
NULL             1376 ext/pdo/pdo_stmt.c 	fetch_value(stmt, return_value, col_n, NULL);
NULL             1388 ext/pdo/pdo_stmt.c 	zval old_ctor_args, *ctor_args = NULL;
NULL             1420 ext/pdo/pdo_stmt.c 				ctor_args = NULL;
NULL             1703 ext/pdo/pdo_stmt.c 	zval *value = NULL;
NULL             1919 ext/pdo/pdo_stmt.c 					stmt->fetch.cls.ce = NULL;
NULL             1942 ext/pdo/pdo_stmt.c 					php_error_docref(NULL, E_WARNING, "PHP might crash if you don't call $stmt->setFetchMode() to reset to defaults on this persistent statement.  This will be fixed in a later release");
NULL             1973 ext/pdo/pdo_stmt.c 					php_error_docref(NULL, E_WARNING, "PHP might crash if you don't call $stmt->setFetchMode() to reset to defaults on this persistent statement.  This will be fixed in a later release");
NULL             2028 ext/pdo/pdo_stmt.c 		stmt->columns = NULL;
NULL             2102 ext/pdo/pdo_stmt.c 	php_stream *out = php_stream_open_wrapper("php://output", "w", 0, NULL);
NULL             2106 ext/pdo/pdo_stmt.c 	if (out == NULL) {
NULL             2119 ext/pdo/pdo_stmt.c 		zend_string *key = NULL;
NULL             2179 ext/pdo/pdo_stmt.c 	{NULL, NULL, NULL}
NULL             2211 ext/pdo/pdo_stmt.c 	zend_function *fbc = NULL;
NULL             2218 ext/pdo/pdo_stmt.c 	if ((fbc = zend_hash_find_ptr(&object->ce->function_table, lc_method_name)) == NULL) {
NULL             2234 ext/pdo/pdo_stmt.c 		if ((fbc = zend_hash_find_ptr(stmt->dbh->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_STMT], lc_method_name)) == NULL) {
NULL             2302 ext/pdo/pdo_stmt.c 		stmt->bound_params = NULL;
NULL             2307 ext/pdo/pdo_stmt.c 		stmt->bound_param_map = NULL;
NULL             2312 ext/pdo/pdo_stmt.c 		stmt->bound_columns = NULL;
NULL             2329 ext/pdo/pdo_stmt.c 				cols[i].name = NULL;
NULL             2333 ext/pdo/pdo_stmt.c 		stmt->columns = NULL;
NULL             2401 ext/pdo/pdo_stmt.c 		return NULL;
NULL             2446 ext/pdo/pdo_stmt.c 	NULL
NULL             2478 ext/pdo/pdo_stmt.c 	{NULL, NULL, NULL}
NULL             2493 ext/pdo/pdo_stmt.c 				fetch_value(stmt, rv, Z_LVAL_P(member), NULL);
NULL             2496 ext/pdo/pdo_stmt.c 			   && is_numeric_string_ex(Z_STRVAL_P(member), Z_STRLEN_P(member), &lval, NULL, 0, NULL) == IS_LONG)	{
NULL             2498 ext/pdo/pdo_stmt.c 				fetch_value(stmt, rv, lval, NULL);
NULL             2507 ext/pdo/pdo_stmt.c 					fetch_value(stmt, rv, colno, NULL);
NULL             2524 ext/pdo/pdo_stmt.c 	return row_prop_read(object, member, type, NULL, rv);
NULL             2529 ext/pdo/pdo_stmt.c 	php_error_docref(NULL, E_WARNING, "This PDORow is not from a writable result set");
NULL             2534 ext/pdo/pdo_stmt.c 	php_error_docref(NULL, E_WARNING, "This PDORow is not from a writable result set");
NULL             2548 ext/pdo/pdo_stmt.c 			if (is_numeric_string_ex(Z_STRVAL_P(member), Z_STRLEN_P(member), &lval, NULL, 0, NULL) == IS_LONG)	{
NULL             2570 ext/pdo/pdo_stmt.c 	return row_prop_exists(object, member, check_empty, NULL);
NULL             2575 ext/pdo/pdo_stmt.c 	php_error_docref(NULL, E_WARNING, "Cannot delete properties from a PDORow");
NULL             2580 ext/pdo/pdo_stmt.c 	php_error_docref(NULL, E_WARNING, "Cannot delete properties from a PDORow");
NULL             2589 ext/pdo/pdo_stmt.c 	if (stmt == NULL) {
NULL             2590 ext/pdo/pdo_stmt.c 		return NULL;
NULL             2598 ext/pdo/pdo_stmt.c 		fetch_value(stmt, &val, i, NULL);
NULL             2616 ext/pdo/pdo_stmt.c 	if ((fbc = zend_hash_find_ptr(&pdo_row_ce->function_table, lc_method_name)) == NULL) {
NULL             2618 ext/pdo/pdo_stmt.c 		return NULL;
NULL             2657 ext/pdo/pdo_stmt.c 	NULL,
NULL             2662 ext/pdo/pdo_stmt.c 	NULL,
NULL             2663 ext/pdo/pdo_stmt.c 	NULL,
NULL             2664 ext/pdo/pdo_stmt.c 	NULL,
NULL             2675 ext/pdo/pdo_stmt.c 	NULL, /* cast */
NULL             2676 ext/pdo/pdo_stmt.c 	NULL
NULL             2699 ext/pdo/pdo_stmt.c 	php_error_docref(NULL, E_WARNING, "PDORow instances may not be serialized");
NULL               72 ext/pdo/php_pdo.h 		pdo_raise_impl_error(dbh, NULL, "00000", "PDO constructor was not called");	\
NULL              213 ext/pdo/php_pdo_driver.h 	return defval ? zend_string_copy(defval) : NULL;
NULL               31 ext/pdo/php_pdo_error.h 		dbh->query_stmt = NULL; \
NULL               36 ext/pdo/php_pdo_error.h #define PDO_HANDLE_DBH_ERR()    if (strcmp(dbh->error_code, PDO_ERR_NONE)) { pdo_handle_error(dbh, NULL); }
NULL               42 ext/pdo_dblib/dblib_driver.c 	pdo_dblib_stmt *S = NULL;
NULL               55 ext/pdo_dblib/dblib_driver.c 		DBLIB_G(err).lastmsg = NULL;
NULL               83 ext/pdo_dblib/dblib_driver.c 			H->link = NULL;
NULL               87 ext/pdo_dblib/dblib_driver.c 			H->login = NULL;
NULL               90 ext/pdo_dblib/dblib_driver.c 		dbh->driver_data = NULL;
NULL              238 ext/pdo_dblib/dblib_driver.c 	char *id = NULL;
NULL              245 ext/pdo_dblib/dblib_driver.c 		return NULL;
NULL              249 ext/pdo_dblib/dblib_driver.c 		return NULL;
NULL              255 ext/pdo_dblib/dblib_driver.c 		return NULL;
NULL              262 ext/pdo_dblib/dblib_driver.c 		return NULL;
NULL              267 ext/pdo_dblib/dblib_driver.c 		return NULL;
NULL              271 ext/pdo_dblib/dblib_driver.c 	*len = dbconvert(NULL, (dbcoltype(H->link, 1)) , (dbdata(H->link, 1)) , (dbdatlen(H->link, 1)), SQLCHAR, (BYTE *)id, (DBINT)-1);
NULL              306 ext/pdo_dblib/dblib_driver.c 	NULL, /* check liveness */
NULL              307 ext/pdo_dblib/dblib_driver.c 	NULL, /* get driver methods */
NULL              308 ext/pdo_dblib/dblib_driver.c 	NULL, /* request shutdown */
NULL              309 ext/pdo_dblib/dblib_driver.c 	NULL  /* in transaction */
NULL              336 ext/pdo_dblib/dblib_driver.c 		{ "charset",	NULL,	0 }
NULL              339 ext/pdo_dblib/dblib_driver.c 		,{ "dbname",	NULL,	0 }
NULL              340 ext/pdo_dblib/dblib_driver.c 		,{ "secure",	NULL,	0 } /* DBSETLSECURE */
NULL              341 ext/pdo_dblib/dblib_driver.c 		,{ "version",	NULL,	0 } /* DBSETLVERSION */
NULL              370 ext/pdo_dblib/dblib_driver.c 					pdo_raise_impl_error(dbh, NULL, "HY000", "PDO_DBLIB: Failed to set version specified in connection string.");
NULL              379 ext/pdo_dblib/dblib_driver.c 			pdo_raise_impl_error(dbh, NULL, "HY000", "PDO_DBLIB: Invalid version specified in connection string.");
NULL              229 ext/pdo_dblib/dblib_stmt.c 	char *tmp_ptr = NULL;
NULL              236 ext/pdo_dblib/dblib_stmt.c 	if (*len == 0 && *ptr == NULL) {
NULL              257 ext/pdo_dblib/dblib_stmt.c 			dbconvert(NULL, coltype, *ptr, *len, SQLFLT8, (LPBYTE)&money_value, 8);
NULL              265 ext/pdo_dblib/dblib_stmt.c 			*len = dbconvert(NULL, SQLUNIQUE, *ptr, *len, SQLCHAR, tmp_ptr, *len);
NULL              294 ext/pdo_dblib/dblib_stmt.c 				*len = dbconvert(NULL, coltype, *ptr, *len, SQLCHAR, tmp_ptr, -1);
NULL              298 ext/pdo_dblib/dblib_stmt.c 				*ptr = NULL;
NULL              348 ext/pdo_dblib/dblib_stmt.c 	NULL, /* set attr */
NULL              349 ext/pdo_dblib/dblib_stmt.c 	NULL, /* get attr */
NULL               55 ext/pdo_dblib/pdo_dblib.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL               70 ext/pdo_dblib/pdo_dblib.c 	NULL,
NULL               76 ext/pdo_dblib/pdo_dblib.c 	NULL,
NULL               77 ext/pdo_dblib/pdo_dblib.c 	NULL,
NULL              115 ext/pdo_dblib/pdo_dblib.c 		einfo->oserrstr = NULL;
NULL              120 ext/pdo_dblib/pdo_dblib.c 		einfo->dberrstr = NULL;
NULL              165 ext/pdo_dblib/pdo_dblib.c 		DBLIB_G(err).oserrstr = NULL;
NULL              169 ext/pdo_dblib/pdo_dblib.c 		DBLIB_G(err).dberrstr = NULL;
NULL              173 ext/pdo_dblib/pdo_dblib.c 		DBLIB_G(err).lastmsg = NULL;
NULL               93 ext/pdo_firebird/firebird_driver.c #define RECORD_ERROR(dbh) _firebird_error(dbh, NULL, __FILE__, __LINE__)
NULL              137 ext/pdo_firebird/firebird_driver.c 	pdo_firebird_stmt *S = NULL;
NULL              141 ext/pdo_firebird/firebird_driver.c 		isc_stmt_handle s = NULL;
NULL              150 ext/pdo_firebird/firebird_driver.c 		zend_hash_init(np, 8, NULL, NULL, 0);
NULL              222 ext/pdo_firebird/firebird_driver.c 	isc_stmt_handle stmt = NULL;
NULL              567 ext/pdo_firebird/firebird_driver.c 			ZVAL_BOOL(val, !isc_version(&H->db, firebird_info_cb, NULL));
NULL              572 ext/pdo_firebird/firebird_driver.c 			info_func_t info_func = NULL;
NULL              643 ext/pdo_firebird/firebird_driver.c 	NULL, /* last_id not supported */
NULL              646 ext/pdo_firebird/firebird_driver.c 	NULL /* check_liveness */
NULL              654 ext/pdo_firebird/firebird_driver.c 		{ "dbname", NULL, 0 },
NULL              655 ext/pdo_firebird/firebird_driver.c 		{ "charset",  NULL,	0 },
NULL              656 ext/pdo_firebird/firebird_driver.c 		{ "role", NULL,	0 }
NULL               33 ext/pdo_firebird/firebird_statement.c #define RECORD_ERROR(stmt) _firebird_error(NULL, stmt,  __FILE__, __LINE__)
NULL              226 ext/pdo_firebird/firebird_statement.c 	isc_blob_handle blobh = NULL;
NULL              306 ext/pdo_firebird/firebird_statement.c 		*ptr = NULL;
NULL              340 ext/pdo_firebird/firebird_statement.c 			*ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL);
NULL              365 ext/pdo_firebird/firebird_statement.c 				    *ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL);
NULL              369 ext/pdo_firebird/firebird_statement.c 					*ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL);
NULL              373 ext/pdo_firebird/firebird_statement.c 					*ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL);
NULL              377 ext/pdo_firebird/firebird_statement.c 					*ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL);
NULL              381 ext/pdo_firebird/firebird_statement.c 					*ptr = FETCH_BUF(S->fetch_buf[colno], char, CHAR_BUF_LEN, NULL);
NULL              398 ext/pdo_firebird/firebird_statement.c 					*ptr = FETCH_BUF(S->fetch_buf[colno], char, *len, NULL);
NULL              415 ext/pdo_firebird/firebird_statement.c 	isc_blob_handle h = NULL;
NULL              469 ext/pdo_firebird/firebird_statement.c 		if ((index = zend_hash_find(S->named_params, param->name)) != NULL) {
NULL              526 ext/pdo_firebird/firebird_statement.c 				php_stream *stm = NULL;
NULL              610 ext/pdo_firebird/firebird_statement.c 			value = NULL;
NULL              723 ext/pdo_firebird/firebird_statement.c 	NULL, /* get_column_meta_func */
NULL              724 ext/pdo_firebird/firebird_statement.c 	NULL, /* next_rowset_func */
NULL               45 ext/pdo_firebird/pdo_firebird.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL               51 ext/pdo_firebird/pdo_firebird.c 	NULL,
NULL               52 ext/pdo_firebird/pdo_firebird.c 	NULL,
NULL               42 ext/pdo_mysql/mysql_driver.c #	define pdo_mysql_init(persistent) mysql_init(NULL)
NULL               51 ext/pdo_mysql/mysql_driver.c 	pdo_mysql_stmt *S = NULL;
NULL               75 ext/pdo_mysql/mysql_driver.c 		einfo->errmsg = NULL;
NULL              155 ext/pdo_mysql/mysql_driver.c 		dbh->driver_data = NULL;
NULL              166 ext/pdo_mysql/mysql_driver.c 	char *nsql = NULL;
NULL              232 ext/pdo_mysql/mysql_driver.c 		S->params = NULL;
NULL              531 ext/pdo_mysql/mysql_driver.c # define PDO_DEFAULT_MYSQL_UNIX_ADDR	NULL
NULL              541 ext/pdo_mysql/mysql_driver.c 	char *host = NULL, *unix_socket = NULL;
NULL              545 ext/pdo_mysql/mysql_driver.c 		{ "charset",  NULL,	0 },
NULL              580 ext/pdo_mysql/mysql_driver.c 	H->einfo.errmsg = NULL;
NULL              602 ext/pdo_mysql/mysql_driver.c 		zend_string *init_cmd = NULL;
NULL              604 ext/pdo_mysql/mysql_driver.c 		zend_string *default_file = NULL, *default_group = NULL;
NULL              607 ext/pdo_mysql/mysql_driver.c 		zend_string *ssl_key = NULL, *ssl_cert = NULL, *ssl_ca = NULL, *ssl_capath = NULL, *ssl_cipher = NULL;
NULL              658 ext/pdo_mysql/mysql_driver.c 		init_cmd = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_INIT_COMMAND, NULL);
NULL              668 ext/pdo_mysql/mysql_driver.c 		default_file = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_READ_DEFAULT_FILE, NULL);
NULL              678 ext/pdo_mysql/mysql_driver.c 		default_group = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_READ_DEFAULT_GROUP, NULL);
NULL              696 ext/pdo_mysql/mysql_driver.c 		ssl_key = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SSL_KEY, NULL);
NULL              697 ext/pdo_mysql/mysql_driver.c 		ssl_cert = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SSL_CERT, NULL);
NULL              698 ext/pdo_mysql/mysql_driver.c 		ssl_ca = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SSL_CA, NULL);
NULL              699 ext/pdo_mysql/mysql_driver.c 		ssl_capath = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SSL_CAPATH, NULL);
NULL              700 ext/pdo_mysql/mysql_driver.c 		ssl_cipher = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SSL_CIPHER, NULL);
NULL              704 ext/pdo_mysql/mysql_driver.c 					ssl_key? ZSTR_VAL(ssl_key) : NULL,
NULL              705 ext/pdo_mysql/mysql_driver.c 					ssl_cert? ZSTR_VAL(ssl_cert) : NULL,
NULL              706 ext/pdo_mysql/mysql_driver.c 					ssl_ca? ZSTR_VAL(ssl_ca) : NULL,
NULL              707 ext/pdo_mysql/mysql_driver.c 					ssl_capath? ZSTR_VAL(ssl_capath) : NULL,
NULL              708 ext/pdo_mysql/mysql_driver.c 					ssl_cipher? ZSTR_VAL(ssl_cipher) : NULL);
NULL              728 ext/pdo_mysql/mysql_driver.c 			zend_string *public_key = pdo_attr_strval(driver_options, PDO_MYSQL_ATTR_SERVER_PUBLIC_KEY, NULL);
NULL              773 ext/pdo_mysql/mysql_driver.c 						port, unix_socket, connect_opts, MYSQLND_CLIENT_NO_FLAG) == NULL) {
NULL              775 ext/pdo_mysql/mysql_driver.c 	if (mysql_real_connect(H->server, host, dbh->username, dbh->password, dbname, port, unix_socket, connect_opts) == NULL) {
NULL               56 ext/pdo_mysql/mysql_statement.c 		S->result = NULL;
NULL               60 ext/pdo_mysql/mysql_statement.c 		S->einfo.errmsg = NULL;
NULL               64 ext/pdo_mysql/mysql_statement.c 		S->stmt = NULL;
NULL              144 ext/pdo_mysql/mysql_statement.c 		if (NULL == S->result) {
NULL              177 ext/pdo_mysql/mysql_statement.c 			S->stmt = NULL;
NULL              289 ext/pdo_mysql/mysql_statement.c 		S->result = NULL;
NULL              329 ext/pdo_mysql/mysql_statement.c 		S->result = NULL;
NULL              373 ext/pdo_mysql/mysql_statement.c 			S->result = NULL;
NULL              415 ext/pdo_mysql/mysql_statement.c 		S->result = NULL;
NULL              508 ext/pdo_mysql/mysql_statement.c 					b->buffer = NULL;
NULL              526 ext/pdo_mysql/mysql_statement.c 							php_stream *stm = NULL;
NULL              661 ext/pdo_mysql/mysql_statement.c 	if ((S->current_data = mysql_fetch_row(S->result)) == NULL) {
NULL              736 ext/pdo_mysql/mysql_statement.c 		if (S->current_data == NULL || !S->result) {
NULL              755 ext/pdo_mysql/mysql_statement.c 			*ptr = NULL;
NULL              818 ext/pdo_mysql/mysql_statement.c         PDO_MYSQL_NATIVE_TYPE_NAME(NULL)
NULL              820 ext/pdo_mysql/mysql_statement.c             return NULL;
NULL              903 ext/pdo_mysql/mysql_statement.c 		S->result = NULL;
NULL              932 ext/pdo_mysql/mysql_statement.c 	NULL, /* set_attr */
NULL              933 ext/pdo_mysql/mysql_statement.c 	NULL, /* get_attr */
NULL               58 ext/pdo_mysql/pdo_mysql.c #   define PDO_MYSQL_UNIX_ADDR NULL
NULL               71 ext/pdo_mysql/pdo_mysql.c 			php_error_docref(NULL, E_WARNING, "Failed to retrieve handle from object store");
NULL               72 ext/pdo_mysql/pdo_mysql.c 			return NULL;
NULL               76 ext/pdo_mysql/pdo_mysql.c 			php_error_docref(NULL, E_WARNING, "Provided PDO instance is not using MySQL but %s", dbh->driver->driver_name);
NULL               77 ext/pdo_mysql/pdo_mysql.c 			return NULL;
NULL               82 ext/pdo_mysql/pdo_mysql.c 	return NULL;
NULL               99 ext/pdo_mysql/pdo_mysql.c 	STD_PHP_INI_ENTRY("pdo_mysql.debug",	NULL, PHP_INI_SYSTEM, OnUpdateString, debug, zend_pdo_mysql_globals, pdo_mysql_globals)
NULL              200 ext/pdo_mysql/pdo_mysql.c 		PDO_MYSQL_G(dbg) = NULL;
NULL              216 ext/pdo_mysql/pdo_mysql.c 	pdo_mysql_globals->default_socket = NULL;
NULL              219 ext/pdo_mysql/pdo_mysql.c 	pdo_mysql_globals->debug = NULL;	/* The actual string */
NULL              220 ext/pdo_mysql/pdo_mysql.c 	pdo_mysql_globals->dbg = NULL;	/* The DBG object*/
NULL              245 ext/pdo_mysql/pdo_mysql.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL              255 ext/pdo_mysql/pdo_mysql.c 	NULL,
NULL              256 ext/pdo_mysql/pdo_mysql.c 	NULL,
NULL              262 ext/pdo_mysql/pdo_mysql.c 	NULL,
NULL              263 ext/pdo_mysql/pdo_mysql.c 	NULL,
NULL              155 ext/pdo_mysql/php_pdo_mysql_int.h #define pdo_mysql_error(s) _pdo_mysql_error(s, NULL, __FILE__, __LINE__)
NULL               66 ext/pdo_oci/oci_driver.c 	pdo_oci_stmt *S = NULL;
NULL               82 ext/pdo_oci/oci_driver.c 	einfo->errmsg = NULL;
NULL               98 ext/pdo_oci/oci_driver.c 				OCIErrorGet(err, (ub4)1, NULL, &einfo->errcode, errbuf, (ub4)sizeof(errbuf), OCI_HTYPE_ERROR);
NULL              103 ext/pdo_oci/oci_driver.c 				OCIErrorGet(err, (ub4)1, NULL, &einfo->errcode, errbuf, (ub4)sizeof(errbuf), OCI_HTYPE_ERROR);
NULL              184 ext/pdo_oci/oci_driver.c 			H->einfo.errmsg = einfo->errmsg ? pestrdup(einfo->errmsg, dbh->is_persistent) : NULL;
NULL              209 ext/pdo_oci/oci_driver.c 		H->session = NULL;
NULL              214 ext/pdo_oci/oci_driver.c 		H->svc = NULL;
NULL              227 ext/pdo_oci/oci_driver.c 		H->server = NULL;
NULL              232 ext/pdo_oci/oci_driver.c 		H->err = NULL;
NULL              237 ext/pdo_oci/oci_driver.c 		H->env = NULL;
NULL              242 ext/pdo_oci/oci_driver.c 		H->einfo.errmsg = NULL;
NULL              256 ext/pdo_oci/oci_driver.c 	char *nsql = NULL;
NULL              284 ext/pdo_oci/oci_driver.c 	OCIHandleAlloc(H->env, (dvoid*)&S->stmt, OCI_HTYPE_STMT, 0, NULL);
NULL              287 ext/pdo_oci/oci_driver.c 	OCIHandleAlloc(H->env, (dvoid*)&S->err, OCI_HTYPE_ERROR, 0, NULL);
NULL              293 ext/pdo_oci/oci_driver.c 			nsql = NULL;
NULL              318 ext/pdo_oci/oci_driver.c 		nsql = NULL;
NULL              333 ext/pdo_oci/oci_driver.c 	OCIHandleAlloc(H->env, (dvoid*)&stmt, OCI_HTYPE_STMT, 0, NULL);
NULL              347 ext/pdo_oci/oci_driver.c 		php_error_docref(NULL, E_WARNING, "issuing a SELECT query here is invalid");
NULL              352 ext/pdo_oci/oci_driver.c 	H->last_err = OCIStmtExecute(H->svc, stmt, H->err, 1, 0, NULL, NULL,
NULL              569 ext/pdo_oci/oci_driver.c 	OCIErrorGet (H->err, (ub4)1, NULL, &error_code, NULL, 0, OCI_HTYPE_ERROR);
NULL              587 ext/pdo_oci/oci_driver.c 	NULL,
NULL              591 ext/pdo_oci/oci_driver.c 	NULL	/* get_driver_methods */
NULL              599 ext/pdo_oci/oci_driver.c 		{ "charset",  NULL,	0 },
NULL              618 ext/pdo_oci/oci_driver.c 			if (OCIEnvNlsCreate(&H->env, PDO_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, H->charset, H->charset) != OCI_SUCCESS) {
NULL              625 ext/pdo_oci/oci_driver.c 	if (H->env == NULL) {
NULL              631 ext/pdo_oci/oci_driver.c 	OCIHandleAlloc(H->env, (dvoid **)&H->err, OCI_HTYPE_ERROR, 0, NULL);
NULL              634 ext/pdo_oci/oci_driver.c 	OCIHandleAlloc(H->env, (dvoid **)&H->server, OCI_HTYPE_SERVER, 0, NULL);
NULL              647 ext/pdo_oci/oci_driver.c 	H->last_err = OCIHandleAlloc(H->env, (dvoid**)&H->svc, OCI_HTYPE_SVCCTX, 0, NULL);
NULL              653 ext/pdo_oci/oci_driver.c 	H->last_err = OCIHandleAlloc(H->env, (dvoid**)&H->session, OCI_HTYPE_SESSION, 0, NULL);
NULL               80 ext/pdo_oci/oci_statement.c 		S->stmt = NULL;
NULL               84 ext/pdo_oci/oci_statement.c 		S->err = NULL;
NULL               91 ext/pdo_oci/oci_statement.c 		stmt->bound_columns = NULL;
NULL               97 ext/pdo_oci/oci_statement.c 		stmt->bound_params = NULL;
NULL              102 ext/pdo_oci/oci_statement.c 		S->einfo.errmsg = NULL;
NULL              121 ext/pdo_oci/oci_statement.c 		S->cols = NULL;
NULL              125 ext/pdo_oci/oci_statement.c 	stmt->driver_data = NULL;
NULL              158 ext/pdo_oci/oci_statement.c 				(S->stmt_type == OCI_STMT_SELECT && !S->have_blobs) ? 0 : 1, 0, NULL, NULL,
NULL              205 ext/pdo_oci/oci_statement.c 		php_error_docref(NULL, E_WARNING, "param is NULL in oci_bind_input_cb; this should not happen");
NULL              242 ext/pdo_oci/oci_statement.c 		php_error_docref(NULL, E_WARNING, "param is NULL in oci_bind_output_cb; this should not happen");
NULL              310 ext/pdo_oci/oci_statement.c 					P->thing = NULL;
NULL              369 ext/pdo_oci/oci_statement.c 					STMT_CALL(OCIDescriptorAlloc, (S->H->env, &P->thing, OCI_DTYPE_LOB, 0, NULL));
NULL              423 ext/pdo_oci/oci_statement.c 											NULL, NULL, 0, SQLCS_IMPLICIT);
NULL              442 ext/pdo_oci/oci_statement.c 											NULL, NULL, 0, SQLCS_IMPLICIT);
NULL              451 ext/pdo_oci/oci_statement.c 						P->thing = NULL;
NULL              517 ext/pdo_oci/oci_statement.c 			php_error_docref(NULL, E_WARNING,
NULL              528 ext/pdo_oci/oci_statement.c 	OCIParam *param = NULL;
NULL              581 ext/pdo_oci/oci_statement.c 			STMT_CALL(OCIDescriptorAlloc, (S->H->env, (dvoid**)&S->cols[colno].data, OCI_DTYPE_LOB, 0, NULL));
NULL              652 ext/pdo_oci/oci_statement.c 		NULL, NULL, 0, SQLCS_IMPLICIT);
NULL              671 ext/pdo_oci/oci_statement.c 		NULL, NULL, 0, SQLCS_IMPLICIT);
NULL              729 ext/pdo_oci/oci_statement.c 	NULL,
NULL              730 ext/pdo_oci/oci_statement.c 	NULL,
NULL              731 ext/pdo_oci/oci_statement.c 	NULL
NULL              759 ext/pdo_oci/oci_statement.c 	return NULL;
NULL              770 ext/pdo_oci/oci_statement.c 		*ptr = NULL;
NULL              790 ext/pdo_oci/oci_statement.c 		php_error_docref(NULL, E_WARNING, "column %d data was too large for buffer and was truncated to fit it", colno);
NULL               49 ext/pdo_oci/pdo_oci.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL               55 ext/pdo_oci/pdo_oci.c 	NULL,
NULL               56 ext/pdo_oci/pdo_oci.c 	NULL,
NULL               83 ext/pdo_oci/pdo_oci.c OCIEnv *pdo_oci_Env = NULL;
NULL               92 ext/pdo_oci/pdo_oci.c 	OCIEnvCreate(&pdo_oci_Env, PDO_OCI_INIT_MODE, NULL, NULL, NULL, NULL, 0, NULL);
NULL               94 ext/pdo_oci/pdo_oci.c 	OCIInitialize(PDO_OCI_INIT_MODE, NULL, NULL, NULL, NULL);
NULL               95 ext/pdo_oci/pdo_oci.c 	OCIEnvInit(&pdo_oci_Env, OCI_DEFAULT, 0, NULL);
NULL               91 ext/pdo_oci/php_pdo_oci_int.h #define oci_init_error(w)	_oci_error(H->err, dbh, NULL, w, H->last_err, TRUE, __FILE__, __LINE__)
NULL               92 ext/pdo_oci/php_pdo_oci_int.h #define oci_drv_error(w)	_oci_error(H->err, dbh, NULL, w, H->last_err, FALSE, __FILE__, __LINE__)
NULL               38 ext/pdo_odbc/odbc_driver.c 	pdo_odbc_stmt *S = NULL;
NULL               39 ext/pdo_odbc/odbc_driver.c 	zend_string *message = NULL;
NULL               67 ext/pdo_odbc/odbc_driver.c 	pdo_odbc_stmt *S = NULL;
NULL              135 ext/pdo_odbc/odbc_driver.c 		H->dbc = NULL;
NULL              138 ext/pdo_odbc/odbc_driver.c 	H->env = NULL;
NULL              140 ext/pdo_odbc/odbc_driver.c 	dbh->driver_data = NULL;
NULL              152 ext/pdo_odbc/odbc_driver.c 	char *nsql = NULL;
NULL              385 ext/pdo_odbc/odbc_driver.c 	NULL,	/* last id */
NULL              388 ext/pdo_odbc/odbc_driver.c 	NULL,	/* check_liveness */
NULL              456 ext/pdo_odbc/odbc_driver.c 		rc = SQLDriverConnect(H->dbc, NULL, (char*)dbh->data_source, strlen(dbh->data_source),
NULL               68 ext/pdo_odbc/odbc_stmt.c 		ret = MultiByteToWideChar(CP_UTF8, 0, buf, buflen, NULL, 0);
NULL              103 ext/pdo_odbc/odbc_stmt.c 		ret = WideCharToMultiByte(CP_UTF8, 0, (LPCWSTR)buf, buflen/sizeof(WCHAR), NULL, 0, NULL, NULL);
NULL              113 ext/pdo_odbc/odbc_stmt.c 		ret = WideCharToMultiByte(CP_UTF8, 0, (LPCWSTR)buf, buflen/sizeof(WCHAR), S->convbuf, S->convbufsize, NULL, NULL);
NULL              137 ext/pdo_odbc/odbc_stmt.c 		S->cols = NULL;
NULL              166 ext/pdo_odbc/odbc_stmt.c 	char *buf = NULL;
NULL              233 ext/pdo_odbc/odbc_stmt.c 			if (buf == NULL) {
NULL              348 ext/pdo_odbc/odbc_stmt.c 				P->outbuf = NULL;
NULL              575 ext/pdo_odbc/odbc_stmt.c 			&S->cols[colno].coltype, &colsize, NULL, NULL);
NULL              586 ext/pdo_odbc/odbc_stmt.c 			NULL, 0, NULL, &displaysize);
NULL              709 ext/pdo_odbc/odbc_stmt.c 		*ptr = NULL;
NULL              718 ext/pdo_odbc/odbc_stmt.c 		*ptr = NULL;
NULL              731 ext/pdo_odbc/odbc_stmt.c 		*ptr = NULL;
NULL              850 ext/pdo_odbc/odbc_stmt.c 	NULL, /* get column meta */
NULL               50 ext/pdo_odbc/pdo_odbc.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL               56 ext/pdo_odbc/pdo_odbc.c 	NULL,
NULL               57 ext/pdo_odbc/pdo_odbc.c 	NULL,
NULL               75 ext/pdo_odbc/pdo_odbc.c 	PHP_INI_ENTRY("pdo_odbc.db2_instance_name", NULL, PHP_INI_SYSTEM, NULL)
NULL               84 ext/pdo_odbc/pdo_odbc.c 	char *pooling_val = NULL;
NULL              114 ext/pdo_odbc/pdo_odbc.c 	if (FAILURE == cfg_get_string("pdo_odbc.connection_pooling", &pooling_val) || pooling_val == NULL) {
NULL              126 ext/pdo_odbc/pdo_odbc.c 		php_error_docref(NULL, E_ERROR, "Error in pdo_odbc.connection_pooling configuration.  Value MUST be one of 'strict', 'relaxed' or 'off'");
NULL              171 ext/pdo_odbc/php_pdo_odbc_int.h #define pdo_odbc_drv_error(what)	pdo_odbc_error(dbh, NULL, SQL_NULL_HSTMT, what, __FILE__, __LINE__)
NULL              173 ext/pdo_odbc/php_pdo_odbc_int.h #define pdo_odbc_doer_error(what)	pdo_odbc_error(dbh, NULL, stmt, what, __FILE__, __LINE__)
NULL               44 ext/pdo_pgsql/pdo_pgsql.c 	{NULL, NULL, NULL}
NULL               60 ext/pdo_pgsql/pdo_pgsql.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL               66 ext/pdo_pgsql/pdo_pgsql.c 	NULL,
NULL               67 ext/pdo_pgsql/pdo_pgsql.c 	NULL,
NULL               74 ext/pdo_pgsql/pgsql_driver.c 	return NULL;
NULL               90 ext/pdo_pgsql/pgsql_driver.c 		einfo->errmsg = NULL;
NULL               93 ext/pdo_pgsql/pgsql_driver.c 	if (sqlstate == NULL || strlen(sqlstate) >= sizeof(pdo_error_type)) {
NULL              186 ext/pdo_pgsql/pgsql_driver.c 	NULL,
NULL              187 ext/pdo_pgsql/pgsql_driver.c 	NULL,
NULL              188 ext/pdo_pgsql/pgsql_driver.c 	NULL
NULL              210 ext/pdo_pgsql/pgsql_driver.c 	return NULL;
NULL              220 ext/pdo_pgsql/pgsql_driver.c 			H->server = NULL;
NULL              224 ext/pdo_pgsql/pgsql_driver.c 			H->einfo.errmsg = NULL;
NULL              227 ext/pdo_pgsql/pgsql_driver.c 		dbh->driver_data = NULL;
NULL              239 ext/pdo_pgsql/pgsql_driver.c 	char *nsql = NULL;
NULL              311 ext/pdo_pgsql/pgsql_driver.c 		pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL);
NULL              352 ext/pdo_pgsql/pgsql_driver.c 			*quotedlen = PQescapeStringConn(H->server, *quoted + 1, unquoted, unquotedlen, NULL);
NULL              363 ext/pdo_pgsql/pgsql_driver.c 	char *id = NULL;
NULL              365 ext/pdo_pgsql/pgsql_driver.c 	if (name == NULL) {
NULL              367 ext/pdo_pgsql/pgsql_driver.c 			return NULL;
NULL              375 ext/pdo_pgsql/pgsql_driver.c 		res = PQexecParams(H->server, "SELECT CURRVAL($1)", 1, NULL, q, NULL, NULL, 0);
NULL              552 ext/pdo_pgsql/pgsql_driver.c 	char *table_name, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL;
NULL              566 ext/pdo_pgsql/pgsql_driver.c 		php_error_docref(NULL, E_WARNING, "Cannot copy from an empty array");
NULL              590 ext/pdo_pgsql/pgsql_driver.c 	query = NULL;
NULL              620 ext/pdo_pgsql/pgsql_driver.c 				pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL);
NULL              629 ext/pdo_pgsql/pgsql_driver.c 		if (PQputCopyEnd(H->server, NULL) != 1) {
NULL              630 ext/pdo_pgsql/pgsql_driver.c 			pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL);
NULL              661 ext/pdo_pgsql/pgsql_driver.c 	char *table_name, *filename, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL;
NULL              679 ext/pdo_pgsql/pgsql_driver.c 	stream = php_stream_open_wrapper_ex(filename, "rb", 0, NULL, FG(default_context));
NULL              714 ext/pdo_pgsql/pgsql_driver.c 		while ((buf = php_stream_get_line(stream, NULL, 0, &line_len)) != NULL) {
NULL              717 ext/pdo_pgsql/pgsql_driver.c         	                pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL);
NULL              726 ext/pdo_pgsql/pgsql_driver.c 		if (PQputCopyEnd(H->server, NULL) != 1) {
NULL              727 ext/pdo_pgsql/pgsql_driver.c 			pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL);
NULL              760 ext/pdo_pgsql/pgsql_driver.c 	char *table_name, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL, *filename = NULL;
NULL              781 ext/pdo_pgsql/pgsql_driver.c 	stream = php_stream_open_wrapper_ex(filename, "wb", 0, NULL, FG(default_context));
NULL              810 ext/pdo_pgsql/pgsql_driver.c 			char *csv = NULL;
NULL              826 ext/pdo_pgsql/pgsql_driver.c 				pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL);
NULL              855 ext/pdo_pgsql/pgsql_driver.c 	char *table_name, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL;
NULL              898 ext/pdo_pgsql/pgsql_driver.c 			char *csv = NULL;
NULL              906 ext/pdo_pgsql/pgsql_driver.c 				pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL);
NULL              946 ext/pdo_pgsql/pgsql_driver.c 	pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL);
NULL              996 ext/pdo_pgsql/pgsql_driver.c 		pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL);
NULL             1034 ext/pdo_pgsql/pgsql_driver.c 	pdo_pgsql_error(dbh, PGRES_FATAL_ERROR, NULL);
NULL             1063 ext/pdo_pgsql/pgsql_driver.c 		php_error_docref(NULL, E_WARNING, "Invalid result type");
NULL             1068 ext/pdo_pgsql/pgsql_driver.c 		php_error_docref(NULL, E_WARNING, "Invalid timeout");
NULL             1072 ext/pdo_pgsql/pgsql_driver.c 		php_error_docref(NULL, E_WARNING, "timeout was shrinked to %d", INT_MAX);
NULL             1131 ext/pdo_pgsql/pgsql_driver.c 	PHP_ME(PDO, pgsqlLOBCreate, NULL, ZEND_ACC_PUBLIC)
NULL             1132 ext/pdo_pgsql/pgsql_driver.c 	PHP_ME(PDO, pgsqlLOBOpen, NULL, ZEND_ACC_PUBLIC)
NULL             1133 ext/pdo_pgsql/pgsql_driver.c 	PHP_ME(PDO, pgsqlLOBUnlink, NULL, ZEND_ACC_PUBLIC)
NULL             1134 ext/pdo_pgsql/pgsql_driver.c 	PHP_ME(PDO, pgsqlCopyFromArray, NULL, ZEND_ACC_PUBLIC)
NULL             1135 ext/pdo_pgsql/pgsql_driver.c 	PHP_ME(PDO, pgsqlCopyFromFile, NULL, ZEND_ACC_PUBLIC)
NULL             1136 ext/pdo_pgsql/pgsql_driver.c 	PHP_ME(PDO, pgsqlCopyToArray, NULL, ZEND_ACC_PUBLIC)
NULL             1137 ext/pdo_pgsql/pgsql_driver.c 	PHP_ME(PDO, pgsqlCopyToFile, NULL, ZEND_ACC_PUBLIC)
NULL             1138 ext/pdo_pgsql/pgsql_driver.c     PHP_ME(PDO, pgsqlGetNotify, NULL, ZEND_ACC_PUBLIC)
NULL             1139 ext/pdo_pgsql/pgsql_driver.c     PHP_ME(PDO, pgsqlGetPid, NULL, ZEND_ACC_PUBLIC)
NULL             1149 ext/pdo_pgsql/pgsql_driver.c 			return NULL;
NULL             1184 ext/pdo_pgsql/pgsql_driver.c 	NULL,
NULL             1200 ext/pdo_pgsql/pgsql_driver.c 	H->einfo.errmsg = NULL;
NULL               54 ext/pdo_pgsql/pgsql_statement.c 		S->result = NULL;
NULL               59 ext/pdo_pgsql/pgsql_statement.c 		char *q = NULL;
NULL               71 ext/pdo_pgsql/pgsql_statement.c 		S->stmt_name = NULL;
NULL               75 ext/pdo_pgsql/pgsql_statement.c 		S->param_lengths = NULL;
NULL               79 ext/pdo_pgsql/pgsql_statement.c 		S->param_values = NULL;
NULL               83 ext/pdo_pgsql/pgsql_statement.c 		S->param_formats = NULL;
NULL               87 ext/pdo_pgsql/pgsql_statement.c 		S->param_types = NULL;
NULL               91 ext/pdo_pgsql/pgsql_statement.c 		S->query = NULL;
NULL               96 ext/pdo_pgsql/pgsql_statement.c 		char *q = NULL;
NULL              104 ext/pdo_pgsql/pgsql_statement.c 		S->cursor_name = NULL;
NULL              109 ext/pdo_pgsql/pgsql_statement.c 		S->cols = NULL;
NULL              112 ext/pdo_pgsql/pgsql_statement.c 	stmt->driver_data = NULL;
NULL              125 ext/pdo_pgsql/pgsql_statement.c 		S->result = NULL;
NULL              131 ext/pdo_pgsql/pgsql_statement.c 		char *q = NULL;
NULL              227 ext/pdo_pgsql/pgsql_statement.c 	if (!stmt->executed && (!stmt->column_count || S->cols == NULL)) {
NULL              265 ext/pdo_pgsql/pgsql_statement.c 								param->name)) != NULL) {
NULL              324 ext/pdo_pgsql/pgsql_statement.c 								if (P == NULL) {
NULL              336 ext/pdo_pgsql/pgsql_statement.c 								if (str != NULL) {
NULL              352 ext/pdo_pgsql/pgsql_statement.c 						S->param_values[param->paramno] = NULL;
NULL              394 ext/pdo_pgsql/pgsql_statement.c 		char *ori_str = NULL;
NULL              395 ext/pdo_pgsql/pgsql_statement.c 		char *q = NULL;
NULL              462 ext/pdo_pgsql/pgsql_statement.c 					(param = zend_hash_index_find_ptr(stmt->bound_columns, colno)) != NULL ||
NULL              463 ext/pdo_pgsql/pgsql_statement.c 					(param = zend_hash_find_ptr(stmt->bound_columns, cols[colno].name)) != NULL)) {
NULL              509 ext/pdo_pgsql/pgsql_statement.c 		*ptr = NULL;
NULL              540 ext/pdo_pgsql/pgsql_statement.c 					*ptr = NULL;
NULL              580 ext/pdo_pgsql/pgsql_statement.c 	char *q=NULL;
NULL              623 ext/pdo_pgsql/pgsql_statement.c 	if (S->cols != NULL){
NULL              625 ext/pdo_pgsql/pgsql_statement.c 		S->cols = NULL;
NULL              637 ext/pdo_pgsql/pgsql_statement.c 	NULL, /* set_attr */
NULL              638 ext/pdo_pgsql/pgsql_statement.c 	NULL, /* get_attr */
NULL              640 ext/pdo_pgsql/pgsql_statement.c 	NULL,  /* next_rowset */
NULL               83 ext/pdo_pgsql/php_pdo_pgsql_int.h #define pdo_pgsql_error(d,e,z)	_pdo_pgsql_error(d, NULL, e, z, NULL, __FILE__, __LINE__)
NULL               84 ext/pdo_pgsql/php_pdo_pgsql_int.h #define pdo_pgsql_error_msg(d,e,m)	_pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__)
NULL               85 ext/pdo_pgsql/php_pdo_pgsql_int.h #define pdo_pgsql_error_stmt(s,e,z)	_pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__)
NULL               86 ext/pdo_pgsql/php_pdo_pgsql_int.h #define pdo_pgsql_error_stmt_msg(s,e,m)	_pdo_pgsql_error(s->dbh, s, e, NULL, m, __FILE__, __LINE__)
NULL               53 ext/pdo_sqlite/pdo_sqlite.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL               59 ext/pdo_sqlite/pdo_sqlite.c 	NULL,
NULL               60 ext/pdo_sqlite/pdo_sqlite.c 	NULL,
NULL               74 ext/pdo_sqlite/php_pdo_sqlite_int.h #define pdo_sqlite_error(s) _pdo_sqlite_error(s, NULL, __FILE__, __LINE__)
NULL              117 ext/pdo_sqlite/sqlite_driver.c 				NULL, NULL, NULL);
NULL              144 ext/pdo_sqlite/sqlite_driver.c 				NULL);
NULL              165 ext/pdo_sqlite/sqlite_driver.c 			H->db = NULL;
NULL              169 ext/pdo_sqlite/sqlite_driver.c 			einfo->errmsg = NULL;
NULL              172 ext/pdo_sqlite/sqlite_driver.c 		dbh->driver_data = NULL;
NULL              209 ext/pdo_sqlite/sqlite_driver.c 	char *errmsg = NULL;
NULL              211 ext/pdo_sqlite/sqlite_driver.c 	if (sqlite3_exec(H->db, sql, NULL, NULL, &errmsg) != SQLITE_OK) {
NULL              244 ext/pdo_sqlite/sqlite_driver.c 	char *errmsg = NULL;
NULL              246 ext/pdo_sqlite/sqlite_driver.c 	if (sqlite3_exec(H->db, "BEGIN", NULL, NULL, &errmsg) != SQLITE_OK) {
NULL              258 ext/pdo_sqlite/sqlite_driver.c 	char *errmsg = NULL;
NULL              260 ext/pdo_sqlite/sqlite_driver.c 	if (sqlite3_exec(H->db, "COMMIT", NULL, NULL, &errmsg) != SQLITE_OK) {
NULL              272 ext/pdo_sqlite/sqlite_driver.c 	char *errmsg = NULL;
NULL              274 ext/pdo_sqlite/sqlite_driver.c 	if (sqlite3_exec(H->db, "ROLLBACK", NULL, NULL, &errmsg) != SQLITE_OK) {
NULL              314 ext/pdo_sqlite/sqlite_driver.c 	zval *zargs = NULL;
NULL              319 ext/pdo_sqlite/sqlite_driver.c 	zend_reference *agg_context = NULL;
NULL              330 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.symbol_table = NULL;
NULL              331 ext/pdo_sqlite/sqlite_driver.c 	fc->fci.object = NULL;
NULL              382 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL, E_WARNING, "An error occurred while invoking the callback");
NULL              466 ext/pdo_sqlite/sqlite_driver.c 	do_callback(&func->afini, &func->fini, 0, NULL, context, 1);
NULL              481 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.symbol_table = NULL;
NULL              482 ext/pdo_sqlite/sqlite_driver.c 	collation->fc.fci.object = NULL;
NULL              492 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL, E_WARNING, "An error occurred while invoking the callback");
NULL              521 ext/pdo_sqlite/sqlite_driver.c 	zend_string *cbname = NULL;
NULL              535 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(cbname));
NULL              546 ext/pdo_sqlite/sqlite_driver.c 			func, php_sqlite3_func_callback, NULL, NULL);
NULL              591 ext/pdo_sqlite/sqlite_driver.c 	zend_string *cbname = NULL;
NULL              605 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(cbname));
NULL              611 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(cbname));
NULL              622 ext/pdo_sqlite/sqlite_driver.c 			func, NULL, php_sqlite3_func_step_callback, php_sqlite3_func_final_callback);
NULL              651 ext/pdo_sqlite/sqlite_driver.c 	zend_string *cbname = NULL;
NULL              665 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(cbname));
NULL              693 ext/pdo_sqlite/sqlite_driver.c 	PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
NULL              694 ext/pdo_sqlite/sqlite_driver.c 	PHP_ME(SQLite, sqliteCreateAggregate, NULL, ZEND_ACC_PUBLIC)
NULL              695 ext/pdo_sqlite/sqlite_driver.c 	PHP_ME(SQLite, sqliteCreateCollation, NULL, ZEND_ACC_PUBLIC)
NULL              706 ext/pdo_sqlite/sqlite_driver.c 			return NULL;
NULL              732 ext/pdo_sqlite/sqlite_driver.c 	NULL,	/* check_liveness: not needed */
NULL              740 ext/pdo_sqlite/sqlite_driver.c 		char *fullpath = expand_filepath(filename, NULL);
NULL              743 ext/pdo_sqlite/sqlite_driver.c 			return NULL;
NULL              748 ext/pdo_sqlite/sqlite_driver.c 			return NULL;
NULL              794 ext/pdo_sqlite/sqlite_driver.c 	H->einfo.errmsg = NULL;
NULL              815 ext/pdo_sqlite/sqlite_driver.c 		sqlite3_set_authorizer(H->db, authorizer, NULL);
NULL               40 ext/pdo_sqlite/sqlite_statement.c 		S->stmt = NULL;
NULL              141 ext/pdo_sqlite/sqlite_statement.c 							php_stream *stm = NULL;
NULL              277 ext/pdo_sqlite/sqlite_statement.c 			*ptr = NULL;
NULL              362 ext/pdo_sqlite/sqlite_statement.c 	NULL, /* set_attr */
NULL              363 ext/pdo_sqlite/sqlite_statement.c 	NULL, /* get_attr */
NULL              365 ext/pdo_sqlite/sqlite_statement.c 	NULL, /* next_rowset */
NULL               89 ext/pgsql/pgsql.c #define CHECK_DEFAULT_LINK(x) if ((x) == NULL) { php_error_docref(NULL, E_WARNING, "No PostgreSQL link opened yet"); }
NULL              768 ext/pgsql/pgsql.c 	NULL,
NULL              769 ext/pgsql/pgsql.c 	NULL,
NULL              810 ext/pgsql/pgsql.c 		return NULL;
NULL              824 ext/pgsql/pgsql.c 			new_len = PQescapeStringConn(conn, tmp, str, len, NULL);
NULL              842 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING, "Unsafe encoding is used. Do not use '%s' encoding or use PostgreSQL 9.0 or later libpq.", encoding);
NULL              903 ext/pgsql/pgsql.c 	return *buf = _php_pgsql_trim_message(PQerrorMessage(pgsql), NULL);
NULL              910 ext/pgsql/pgsql.c 		char *msgbuf = _php_pgsql_trim_message(PQerrorMessage(pgsql), NULL); \
NULL              911 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, text, msgbuf);		\
NULL              921 ext/pgsql/pgsql.c 	if (PGG(default_link) != NULL) {
NULL              970 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "%s", notice->message);
NULL             1099 ext/pgsql/pgsql.c 	zend_hash_init_ex(&pgsql_globals->notices, 0, NULL, PHP_PGSQL_NOTICE_PTR_DTOR, 1, 0);
NULL             1109 ext/pgsql/pgsql.c 	le_link = zend_register_list_destructors_ex(_close_pgsql_link, NULL, "pgsql link", module_number);
NULL             1110 ext/pgsql/pgsql.c 	le_plink = zend_register_list_destructors_ex(NULL, _close_pgsql_plink, "pgsql link persistent", module_number);
NULL             1111 ext/pgsql/pgsql.c 	le_result = zend_register_list_destructors_ex(_free_result, NULL, "pgsql result", module_number);
NULL             1112 ext/pgsql/pgsql.c 	le_lofp = zend_register_list_destructors_ex(_free_ptr, NULL, "pgsql large object", module_number);
NULL             1113 ext/pgsql/pgsql.c 	le_string = zend_register_list_destructors_ex(_free_ptr, NULL, "pgsql string", module_number);
NULL             1221 ext/pgsql/pgsql.c 	PGG(default_link) = NULL;
NULL             1275 ext/pgsql/pgsql.c 	char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL;
NULL             1336 ext/pgsql/pgsql.c 		if ((le = zend_hash_find_ptr(&EG(persistent_list), str.s)) == NULL) {  /* we don't */
NULL             1340 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING,
NULL             1345 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING,
NULL             1356 ext/pgsql/pgsql.c 			if (pgsql == NULL || PQstatus(pgsql) == CONNECTION_BAD) {
NULL             1367 ext/pgsql/pgsql.c 			if (zend_hash_str_update_mem(&EG(persistent_list), ZSTR_VAL(str.s), ZSTR_LEN(str.s), &new_le, sizeof(zend_resource)) == NULL) {
NULL             1385 ext/pgsql/pgsql.c 				if (le->ptr == NULL) {
NULL             1395 ext/pgsql/pgsql.c 				if (le->ptr == NULL || PQstatus(le->ptr) == CONNECTION_BAD) {
NULL             1396 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_WARNING,"PostgreSQL link lost, unable to reconnect");
NULL             1421 ext/pgsql/pgsql.c 			&& (index_ptr = zend_hash_find_ptr(&EG(regular_list), str.s)) != NULL) {
NULL             1439 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "Cannot create new link. Too many open links (%pd)", PGG(num_links));
NULL             1447 ext/pgsql/pgsql.c 				if (pgsql==NULL || PQstatus(pgsql)==CONNECTION_BAD) {
NULL             1455 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING, "Connection string required for async connections");
NULL             1464 ext/pgsql/pgsql.c 			if (pgsql==NULL || PQstatus(pgsql)==CONNECTION_BAD) {
NULL             1479 ext/pgsql/pgsql.c 		if (zend_hash_update_mem(&EG(regular_list), str.s, (void *) &new_index_ptr, sizeof(zend_resource)) == NULL) {
NULL             1534 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             1556 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             1572 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             1582 ext/pgsql/pgsql.c 		PGG(default_link) = NULL;
NULL             1602 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             1619 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             1750 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             1767 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             1797 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             1822 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             1846 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             1851 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,"Cannot set connection to blocking mode");
NULL             1859 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
NULL             1922 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             1929 ext/pgsql/pgsql.c 	char **params = NULL;
NULL             1949 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             1954 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,"Cannot set connection to blocking mode");
NULL             1962 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
NULL             1973 ext/pgsql/pgsql.c 				params[i] = NULL;
NULL             1980 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_WARNING,"Error converting parameter");
NULL             1993 ext/pgsql/pgsql.c 					NULL, (const char * const *)params, NULL, NULL, 0);
NULL             1998 ext/pgsql/pgsql.c 						NULL, (const char * const *)params, NULL, NULL, 0);
NULL             2041 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             2065 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             2070 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,"Cannot set connection to blocking mode");
NULL             2078 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
NULL             2080 ext/pgsql/pgsql.c 	pgsql_result = PQprepare(pgsql, stmtname, query, 0, NULL);
NULL             2084 ext/pgsql/pgsql.c 		pgsql_result = PQprepare(pgsql, stmtname, query, 0, NULL);
NULL             2125 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             2132 ext/pgsql/pgsql.c 	char **params = NULL;
NULL             2152 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             2157 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,"Cannot set connection to blocking mode");
NULL             2165 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Found results on this connection. Use pg_get_result() to get these results first");
NULL             2176 ext/pgsql/pgsql.c 				params[i] = NULL;
NULL             2183 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_WARNING,"Error converting parameter");
NULL             2197 ext/pgsql/pgsql.c 					(const char * const *)params, NULL, NULL, 0);
NULL             2202 ext/pgsql/pgsql.c 						(const char * const *)params, NULL, NULL, 0);
NULL             2256 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             2273 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "Not supported under this build");
NULL             2313 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             2322 ext/pgsql/pgsql.c 	if ((pg_link = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             2326 ext/pgsql/pgsql.c 	if ((notice = zend_hash_index_find_ptr(&PGG(notices), (zend_ulong)Z_RES_HANDLE_P(pgsql_link))) == NULL) {
NULL             2340 ext/pgsql/pgsql.c 	char *ret=NULL;
NULL             2347 ext/pgsql/pgsql.c 	if ((field_type = zend_hash_find_ptr(list, str.s)) != NULL) {
NULL             2355 ext/pgsql/pgsql.c 		if ((result = PQexec(pgsql, "select oid,typname from pg_type")) == NULL || PQresultStatus(result) != PGRES_TUPLES_OK) {
NULL             2367 ext/pgsql/pgsql.c 			if ((tmp_oid = PQgetvalue(result,i,oid_offset))==NULL) {
NULL             2376 ext/pgsql/pgsql.c 			if ((tmp_name = PQgetvalue(result,i,name_offset))==NULL) {
NULL             2412 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             2417 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Bad field offset specified");
NULL             2444 ext/pgsql/pgsql.c 	if ((field_table = zend_hash_find_ptr(&EG(regular_list), hash_key.s)) != NULL) {
NULL             2456 ext/pgsql/pgsql.c 		if ((tmp_res = PQexec(pg_result->conn, ZSTR_VAL(querystr.s))) == NULL || PQresultStatus(tmp_res) != PGRES_TUPLES_OK) {
NULL             2467 ext/pgsql/pgsql.c 		if ((table_name = PQgetvalue(tmp_res, 0, 0)) == NULL) {
NULL             2505 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             2513 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Bad field offset specified");
NULL             2597 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             2611 ext/pgsql/pgsql.c 	zval *result, *field=NULL;
NULL             2627 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             2642 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "Unable to jump to row %pd on PostgreSQL result index %pd",
NULL             2652 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING, "Bad column offset specified");
NULL             2659 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING, "Bad column offset specified");
NULL             2678 ext/pgsql/pgsql.c 	zval                *result, *zrow = NULL;
NULL             2684 ext/pgsql/pgsql.c 	zval            *ctor_params = NULL;
NULL             2685 ext/pgsql/pgsql.c 	zend_class_entry *ce = NULL;
NULL             2688 ext/pgsql/pgsql.c 		zend_string *class_name = NULL;
NULL             2699 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "Could not find class '%s'", ZSTR_VAL(class_name));
NULL             2708 ext/pgsql/pgsql.c 	if (zrow == NULL) {
NULL             2714 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "The row parameter must be greater or equal to zero");
NULL             2721 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Invalid result type");
NULL             2725 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             2733 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "Unable to jump to row %pd on PostgreSQL result index %pd",
NULL             2782 ext/pgsql/pgsql.c 		object_and_properties_init(return_value, ce, NULL);
NULL             2794 ext/pgsql/pgsql.c 			fci.symbol_table = NULL;
NULL             2797 ext/pgsql/pgsql.c 			fci.params = NULL;
NULL             2885 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             2913 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             2921 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Invalid column number '%pd'", colno);
NULL             2953 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             2990 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             3005 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "Unable to jump to row %pd on PostgreSQL result index %pd",
NULL             3017 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING, "Bad column offset specified");
NULL             3024 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING, "Bad column offset specified");
NULL             3069 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             3093 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             3120 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             3123 ext/pgsql/pgsql.c 	FILE *fp = NULL;
NULL             3138 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             3142 ext/pgsql/pgsql.c 	stream = php_stream_open_wrapper(z_filename, mode, REPORT_ERRORS, NULL);
NULL             3162 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             3178 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             3191 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL, *oid = NULL;
NULL             3203 ext/pgsql/pgsql.c 		pgsql_link = NULL;
NULL             3206 ext/pgsql/pgsql.c 	if (pgsql_link == NULL) {
NULL             3213 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             3219 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Passing OID value is not supported. Upgrade your PostgreSQL");
NULL             3228 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
NULL             3235 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
NULL             3241 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
NULL             3245 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "Unable to create PostgreSQL large object");
NULL             3254 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Unable to create PostgreSQL large object");
NULL             3266 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             3281 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
NULL             3289 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
NULL             3300 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
NULL             3309 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID is specified");
NULL             3317 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Requires 1 or 2 arguments");
NULL             3321 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             3326 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Unable to delete PostgreSQL large object %u", oid);
NULL             3337 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             3355 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
NULL             3363 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
NULL             3374 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
NULL             3383 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
NULL             3391 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Requires 1 or 2 arguments");
NULL             3395 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             3424 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING, "Unable to create PostgreSQL large object");
NULL             3430 ext/pgsql/pgsql.c 						php_error_docref(NULL, E_WARNING, "Something is really messed up! Your database is badly corrupted in a way NOT related to PHP");
NULL             3434 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_WARNING, "Unable to open PostgreSQL large object");
NULL             3444 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "Unable to open PostgreSQL large object");
NULL             3466 ext/pgsql/pgsql.c 	if ((pgsql = (pgLofp *)zend_fetch_resource(Z_RES_P(pgsql_lofp), "PostgreSQL large object", le_lofp)) == NULL) {
NULL             3471 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Unable to close PostgreSQL large object descriptor %d", pgsql->lofd);
NULL             3499 ext/pgsql/pgsql.c 	if ((pgsql = (pgLofp *)zend_fetch_resource(Z_RES_P(pgsql_id), "PostgreSQL large object", le_lofp)) == NULL) {
NULL             3537 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "Cannot write more than buffer size %d. Tried to write %pd", str_len, z_len);
NULL             3541 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "Buffer size must be larger than 0, but %pd was specified", z_len);
NULL             3550 ext/pgsql/pgsql.c 	if ((pgsql = (pgLofp *)zend_fetch_resource(Z_RES_P(pgsql_id), "PostgreSQL large object", le_lofp)) == NULL) {
NULL             3576 ext/pgsql/pgsql.c 	if ((pgsql = (pgLofp *)zend_fetch_resource(Z_RES_P(pgsql_id), "PostgreSQL large object", le_lofp)) == NULL) {
NULL             3593 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL, *oid = NULL;
NULL             3613 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Old API is used");
NULL             3624 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             3630 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "OID value passing not supported");
NULL             3640 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
NULL             3647 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
NULL             3653 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "invalid OID value passed");
NULL             3680 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             3694 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
NULL             3705 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
NULL             3713 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
NULL             3725 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
NULL             3736 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Wrong OID value passed");
NULL             3743 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Old API is used");
NULL             3745 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid OID specified");
NULL             3752 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Requires 2 or 3 arguments");
NULL             3760 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             3775 ext/pgsql/pgsql.c 	zval *pgsql_id = NULL;
NULL             3784 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Invalid whence parameter");
NULL             3788 ext/pgsql/pgsql.c 	if ((pgsql = (pgLofp *)zend_fetch_resource(Z_RES_P(pgsql_id), "PostgreSQL large object", le_lofp)) == NULL) {
NULL             3813 ext/pgsql/pgsql.c 	zval *pgsql_id = NULL;
NULL             3822 ext/pgsql/pgsql.c 	if ((pgsql = (pgLofp *)zend_fetch_resource(Z_RES_P(pgsql_id), "PostgreSQL large object", le_lofp)) == NULL) {
NULL             3844 ext/pgsql/pgsql.c 	zval *pgsql_id = NULL;
NULL             3854 ext/pgsql/pgsql.c 	if ((pgsql = (pgLofp *)zend_fetch_resource(Z_RES_P(pgsql_id), "PostgreSQL large object", le_lofp)) == NULL) {
NULL             3881 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             3900 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             3920 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             3938 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             3950 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             3966 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             3985 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             4002 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4021 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             4040 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4058 ext/pgsql/pgsql.c 	char *table_name, *pg_delim = NULL, *pg_null_as = NULL;
NULL             4068 ext/pgsql/pgsql.c 	char *csv = (char *)NULL;
NULL             4081 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4147 ext/pgsql/pgsql.c 						if (csv == (char *)NULL) {
NULL             4161 ext/pgsql/pgsql.c 								csv = (char *)NULL;
NULL             4194 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL, *pg_rows;
NULL             4196 ext/pgsql/pgsql.c 	char *table_name, *pg_delim = NULL, *pg_null_as = NULL;
NULL             4218 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4264 ext/pgsql/pgsql.c 				if (PQputCopyEnd(pgsql, NULL) != 1) {
NULL             4327 ext/pgsql/pgsql.c 	zend_string *from = NULL, *to = NULL;
NULL             4352 ext/pgsql/pgsql.c 		if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4355 ext/pgsql/pgsql.c 		ZSTR_LEN(to) = PQescapeStringConn(pgsql, ZSTR_VAL(to), ZSTR_VAL(from), ZSTR_LEN(from), NULL);
NULL             4371 ext/pgsql/pgsql.c 	char *from = NULL, *to = NULL;
NULL             4397 ext/pgsql/pgsql.c 		if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4441 ext/pgsql/pgsql.c 	if (strtext == NULL)
NULL             4442 ext/pgsql/pgsql.c 		return NULL;
NULL             4520 ext/pgsql/pgsql.c 	char *from = NULL, *to = NULL, *tmp = NULL;
NULL             4536 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING,"Invalid parameter");
NULL             4547 ext/pgsql/pgsql.c 	char *from = NULL;
NULL             4548 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             4571 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(link, "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4575 ext/pgsql/pgsql.c 	if (pgsql == NULL) {
NULL             4576 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING,"Cannot get pgsql link");
NULL             4586 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING,"Failed to escape");
NULL             4619 ext/pgsql/pgsql.c 	char *err = NULL;
NULL             4626 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             4648 ext/pgsql/pgsql.c 	char *field = NULL;
NULL             4655 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             4674 ext/pgsql/pgsql.c 		if (field == NULL) {
NULL             4690 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             4698 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4712 ext/pgsql/pgsql.c 	zval *pgsql_link = NULL;
NULL             4720 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4742 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4765 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,"Cannot set connection to nonblocking mode");
NULL             4790 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4795 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to nonblocking mode");
NULL             4810 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_ERROR, "PostgreSQL module error, please report this error");
NULL             4814 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to blocking mode");
NULL             4862 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4869 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to nonblocking mode");
NULL             4874 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,
NULL             4896 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "Could not empty PostgreSQL send buffer");
NULL             4903 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Cannot set connection to blocking mode");
NULL             4924 ext/pgsql/pgsql.c 	char **params = NULL;
NULL             4935 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             4942 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to nonblocking mode");
NULL             4947 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,
NULL             4959 ext/pgsql/pgsql.c 				params[i] = NULL;
NULL             4965 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_WARNING,"Error converting parameter");
NULL             4978 ext/pgsql/pgsql.c 	if (PQsendQueryParams(pgsql, query, num_params, NULL, (const char * const *)params, NULL, NULL, 0)) {
NULL             4987 ext/pgsql/pgsql.c 		if (!PQsendQueryParams(pgsql, query, num_params, NULL, (const char * const *)params, NULL, NULL, 0)) {
NULL             4999 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "Could not empty PostgreSQL send buffer");
NULL             5006 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Cannot set connection to blocking mode");
NULL             5037 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             5044 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to nonblocking mode");
NULL             5049 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,
NULL             5053 ext/pgsql/pgsql.c 	if (!PQsendPrepare(pgsql, stmtname, query, 0, NULL)) {
NULL             5060 ext/pgsql/pgsql.c 			if (!PQsendPrepare(pgsql, stmtname, query, 0, NULL)) {
NULL             5072 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "Could not empty PostgreSQL send buffer");
NULL             5078 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Cannot set connection to blocking mode");
NULL             5101 ext/pgsql/pgsql.c 	char **params = NULL;
NULL             5112 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             5119 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to nonblocking mode");
NULL             5124 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE,
NULL             5136 ext/pgsql/pgsql.c 				params[i] = NULL;
NULL             5142 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_WARNING,"Error converting parameter");
NULL             5155 ext/pgsql/pgsql.c 	if (PQsendQueryPrepared(pgsql, stmtname, num_params, (const char * const *)params, NULL, NULL, 0)) {
NULL             5164 ext/pgsql/pgsql.c 		if (!PQsendQueryPrepared(pgsql, stmtname, num_params, (const char * const *)params, NULL, NULL, 0)) {
NULL             5176 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "Could not empty PostgreSQL send buffer");
NULL             5182 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Cannot set connection to blocking mode");
NULL             5210 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             5242 ext/pgsql/pgsql.c 	if ((pg_result = (pgsql_result_handle *)zend_fetch_resource(Z_RES_P(result), "PostgreSQL result", le_result)) == NULL) {
NULL             5255 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Optional 2nd parameter should be PGSQL_STATUS_LONG or PGSQL_STATUS_STRING");
NULL             5275 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             5280 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Invalid result type");
NULL             5333 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             5413 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             5417 ext/pgsql/pgsql.c 	stream = php_stream_alloc(&php_stream_pgsql_fd_ops, pgsql, NULL, "r");
NULL             5439 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             5460 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             5467 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Cannot set connection to nonblocking mode");
NULL             5474 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Failed resetting connection to blocking mode");
NULL             5491 ext/pgsql/pgsql.c 	char *src, *tmp_name, *tmp_name2 = NULL;
NULL             5499 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "The table name must be specified");
NULL             5507 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "The table name must be specified");
NULL             5536 ext/pgsql/pgsql.c 	new_len = PQescapeStringConn(pg_link, escaped, tmp_name2, strlen(tmp_name2), NULL);
NULL             5544 ext/pgsql/pgsql.c 	new_len = PQescapeStringConn(pg_link, escaped, tmp_name, strlen(tmp_name), NULL);
NULL             5556 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Table '%s' doesn't exists", table_name);
NULL             5614 ext/pgsql/pgsql.c 	if ((pgsql = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             5740 ext/pgsql/pgsql.c 	if ((re = pcre_compile(regex, options, &err_msg, &err_offset, NULL)) == NULL) {
NULL             5741 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Cannot compile regex");
NULL             5745 ext/pgsql/pgsql.c 	res = pcre_exec(re, NULL, str, str_len, 0, 0, NULL, 0);
NULL             5751 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Cannot exec regex");
NULL             5793 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Detected NULL for 'NOT NULL' field '%s'", ZSTR_VAL(field)); \
NULL             5803 ext/pgsql/pgsql.c 	zend_string *field = NULL;
NULL             5808 ext/pgsql/pgsql.c 	assert(pg_link != NULL);
NULL             5828 ext/pgsql/pgsql.c 		if (!err && field == NULL) {
NULL             5829 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "Accepts only string key for values");
NULL             5833 ext/pgsql/pgsql.c 		if (!err && (def = zend_hash_find(Z_ARRVAL(meta), field)) == NULL) {
NULL             5834 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid field name (%s) in values", ZSTR_VAL(field));
NULL             5837 ext/pgsql/pgsql.c 		if (!err && (type = zend_hash_str_find(Z_ARRVAL_P(def), "type", sizeof("type") - 1)) == NULL) {
NULL             5838 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Detected broken meta data. Missing 'type'");
NULL             5841 ext/pgsql/pgsql.c 		if (!err && (not_null = zend_hash_str_find(Z_ARRVAL_P(def), "not null", sizeof("not null") - 1)) == NULL) {
NULL             5842 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Detected broken meta data. Missing 'not null'");
NULL             5845 ext/pgsql/pgsql.c 		if (!err && (has_default = zend_hash_str_find(Z_ARRVAL_P(def), "has default", sizeof("has default") - 1)) == NULL) {
NULL             5846 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Detected broken meta data. Missing 'has default'");
NULL             5849 ext/pgsql/pgsql.c 		if (!err && (is_enum = zend_hash_str_find(Z_ARRVAL_P(def), "is enum", sizeof("is enum") - 1)) == NULL) {
NULL             5850 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Detected broken meta data. Missing 'is enum'");
NULL             5854 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Expects scalar values as field values");
NULL             5893 ext/pgsql/pgsql.c 								php_error_docref(NULL, E_NOTICE, "Detected invalid value (%s) for PostgreSQL %s field (%s)", Z_STRVAL_P(val), Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             5925 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects string, null, long or boolelan value for PostgreSQL '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             5967 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for pgsql '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             6013 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             6050 ext/pgsql/pgsql.c 							ZSTR_LEN(str) = PQescapeStringConn(pg_link, ZSTR_VAL(str), Z_STRVAL_P(val), Z_STRLEN_P(val), NULL);
NULL             6076 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             6118 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             6150 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             6183 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             6214 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             6245 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             6324 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             6372 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             6403 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             6409 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "Unknown or system data type '%s' for '%s'. Report error", Z_STRVAL_P(type), ZSTR_VAL(field));
NULL             6457 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Invalid option is specified");
NULL             6461 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Table name is invalid");
NULL             6465 ext/pgsql/pgsql.c 	if ((pg_link = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             6470 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Detected unhandled result(s) in connection");
NULL             6495 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "%s", PQresultErrorMessage(pg_result));
NULL             6513 ext/pgsql/pgsql.c 	if (token == NULL) {
NULL             6552 ext/pgsql/pgsql.c 	assert(pg_link != NULL);
NULL             6553 ext/pgsql/pgsql.c 	assert(table != NULL);
NULL             6579 ext/pgsql/pgsql.c 		if (fld == NULL) {
NULL             6580 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Expects associative array for values to be inserted");
NULL             6604 ext/pgsql/pgsql.c 					new_len = PQescapeStringConn(pg_link, tmp, Z_STRVAL_P(val), Z_STRLEN_P(val), NULL);
NULL             6623 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING, "Expects scaler values. type = %d", Z_TYPE_P(val));
NULL             6669 ext/pgsql/pgsql.c 	zend_string *sql = NULL;
NULL             6677 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Invalid option is specified");
NULL             6681 ext/pgsql/pgsql.c 	if ((pg_link = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             6686 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Detected unhandled result(s) in connection");
NULL             6751 ext/pgsql/pgsql.c 		if (fld == NULL) {
NULL             6752 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Expects associative array for values to be inserted");
NULL             6773 ext/pgsql/pgsql.c 					new_len = PQescapeStringConn(pg_link, tmp, Z_STRVAL_P(val), Z_STRLEN_P(val), NULL);
NULL             6792 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_WARNING, "Expects scaler values. type=%d", Z_TYPE_P(val));
NULL             6813 ext/pgsql/pgsql.c 	assert(pg_link != NULL);
NULL             6814 ext/pgsql/pgsql.c 	assert(table != NULL);
NULL             6882 ext/pgsql/pgsql.c 	zend_string *sql = NULL;
NULL             6890 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Invalid option is specified");
NULL             6894 ext/pgsql/pgsql.c 	if ((pg_link = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             6899 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Detected unhandled result(s) in connection");
NULL             6919 ext/pgsql/pgsql.c 	assert(pg_link != NULL);
NULL             6920 ext/pgsql/pgsql.c 	assert(table != NULL);
NULL             6982 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Invalid option is specified");
NULL             6986 ext/pgsql/pgsql.c 	if ((pg_link = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             6991 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Detected unhandled result(s) in connection");
NULL             7048 ext/pgsql/pgsql.c 	assert(pg_link != NULL);
NULL             7049 ext/pgsql/pgsql.c 	assert(table != NULL);
NULL             7081 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Failed to execute '%s'", ZSTR_VAL(querystr.s));
NULL             7106 ext/pgsql/pgsql.c 	zend_string *sql = NULL;
NULL             7114 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_WARNING, "Invalid option is specified");
NULL             7118 ext/pgsql/pgsql.c 	if ((pg_link = (PGconn *)zend_fetch_resource2(Z_RES_P(pgsql_link), "PostgreSQL link", le_link, le_plink)) == NULL) {
NULL             7123 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Detected unhandled result(s) in connection");
NULL              308 ext/pgsql/php_pgsql.h 	NULL, /* seek */
NULL              310 ext/pgsql/php_pgsql.h 	NULL, /* stat */
NULL              336 ext/pgsql/php_pgsql.h #define pgsql_module_ptr NULL
NULL               35 ext/phar/dirstream.c 	NULL,           /* cast */
NULL               36 ext/phar/dirstream.c 	NULL,           /* stat */
NULL               37 ext/phar/dirstream.c 	NULL, /* set option */
NULL               51 ext/phar/dirstream.c 		stream->abstract = NULL;
NULL              148 ext/phar/dirstream.c 	return (zend_hash_str_update(ht, arKey, nKeyLength, &dummy) != NULL) ? SUCCESS : FAILURE;
NULL              190 ext/phar/dirstream.c 	zend_hash_init(data, 64, NULL, NULL, 0);
NULL              196 ext/phar/dirstream.c 		return php_stream_alloc(&phar_dir_ops, data, NULL, "r");
NULL              227 ext/phar/dirstream.c 			if (NULL != (found = (char *) memchr(ZSTR_VAL(str_key), '/', keylen))) {
NULL              260 ext/phar/dirstream.c 		if (NULL != (found = (char *) memchr(save, '/', keylen - dirlen - 1))) {
NULL              291 ext/phar/dirstream.c 			return NULL;
NULL              293 ext/phar/dirstream.c 		return php_stream_alloc(&phar_dir_ops, data, NULL, "r");
NULL              296 ext/phar/dirstream.c 		return php_stream_alloc(&phar_dir_ops, data, NULL, "r");
NULL              306 ext/phar/dirstream.c 	php_url *resource = NULL;
NULL              312 ext/phar/dirstream.c 	phar_entry_info *entry = NULL;
NULL              315 ext/phar/dirstream.c 	if ((resource = phar_parse_url(wrapper, path, mode, options)) == NULL) {
NULL              317 ext/phar/dirstream.c 		return NULL;
NULL              325 ext/phar/dirstream.c 			return NULL;
NULL              329 ext/phar/dirstream.c 		return NULL;
NULL              335 ext/phar/dirstream.c 		return NULL;
NULL              342 ext/phar/dirstream.c 	if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error)) {
NULL              350 ext/phar/dirstream.c 		return NULL;
NULL              367 ext/phar/dirstream.c 		return NULL;
NULL              370 ext/phar/dirstream.c 	if (NULL != (entry = zend_hash_str_find_ptr(&phar->manifest, internal_file, strlen(internal_file))) && !entry->is_dir) {
NULL              372 ext/phar/dirstream.c 		return NULL;
NULL              405 ext/phar/dirstream.c 	return NULL;
NULL              415 ext/phar/dirstream.c 	phar_archive_data *phar = NULL;
NULL              418 ext/phar/dirstream.c 	php_url *resource = NULL;
NULL              427 ext/phar/dirstream.c 	if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL)) {
NULL              428 ext/phar/dirstream.c 		phar = NULL;
NULL              439 ext/phar/dirstream.c 	if ((resource = phar_parse_url(wrapper, url_from, "w", options)) == NULL) {
NULL              458 ext/phar/dirstream.c 	if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error)) {
NULL              520 ext/phar/dirstream.c 	if (NULL == zend_hash_str_add_mem(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info))) {
NULL              547 ext/phar/dirstream.c 	phar_archive_data *phar = NULL;
NULL              550 ext/phar/dirstream.c 	php_url *resource = NULL;
NULL              562 ext/phar/dirstream.c 	if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL)) {
NULL              563 ext/phar/dirstream.c 		phar = NULL;
NULL              574 ext/phar/dirstream.c 	if ((resource = phar_parse_url(wrapper, url, "w", options)) == NULL) {
NULL              593 ext/phar/dirstream.c 	if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error)) {
NULL               30 ext/phar/func_interceptors.c 	zval *zcontext = NULL;
NULL               58 ext/phar/func_interceptors.c 			php_stream_context *context = NULL;
NULL              103 ext/phar/func_interceptors.c 	zval *zcontext = NULL;
NULL              121 ext/phar/func_interceptors.c 		zend_string *entry_str = NULL;
NULL              123 ext/phar/func_interceptors.c 		php_stream_context *context = NULL;
NULL              142 ext/phar/func_interceptors.c 				php_error_docref(NULL, E_WARNING, "length must be greater than or equal to zero");
NULL              147 ext/phar/func_interceptors.c 			if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL)) {
NULL              152 ext/phar/func_interceptors.c 				if ((entry_str = phar_find_in_include_path(entry, entry_len, NULL))) {
NULL              191 ext/phar/func_interceptors.c 			stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context);
NULL              203 ext/phar/func_interceptors.c 				php_error_docref(NULL, E_WARNING, "Failed to seek to position %pd in the stream", offset);
NULL              235 ext/phar/func_interceptors.c 	zval *zcontext = NULL;
NULL              251 ext/phar/func_interceptors.c 		zend_string *entry_str = NULL;
NULL              253 ext/phar/func_interceptors.c 		php_stream_context *context = NULL;
NULL              271 ext/phar/func_interceptors.c 		if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL)) {
NULL              276 ext/phar/func_interceptors.c 			if (!(entry_str = phar_find_in_include_path(entry, entry_len, NULL))) {
NULL              309 ext/phar/func_interceptors.c 		stream = php_stream_open_wrapper_ex(name, "rb", 0 | REPORT_ERRORS, NULL, context);
NULL              315 ext/phar/func_interceptors.c 		if (stream == NULL) {
NULL              335 ext/phar/func_interceptors.c 	zval *zcontext = NULL;
NULL              352 ext/phar/func_interceptors.c 		zend_string *entry_str = NULL;
NULL              354 ext/phar/func_interceptors.c 		php_stream_context *context = NULL;
NULL              372 ext/phar/func_interceptors.c 		if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL)) {
NULL              377 ext/phar/func_interceptors.c 			if (!(entry_str = phar_find_in_include_path(entry, entry_len, NULL))) {
NULL              411 ext/phar/func_interceptors.c 		stream = php_stream_open_wrapper_ex(name, mode, 0 | REPORT_ERRORS, NULL, context);
NULL              417 ext/phar/func_interceptors.c 		if (stream == NULL) {
NULL              463 ext/phar/func_interceptors.c 			groups = getgroups(0, NULL);
NULL              518 ext/phar/func_interceptors.c 		php_error_docref(NULL, E_NOTICE, "Unknown file type (%u)", stat_sb->st_mode & S_IFMT);
NULL              603 ext/phar/func_interceptors.c 	php_error_docref(NULL, E_WARNING, "Didn't understand stat call");
NULL              618 ext/phar/func_interceptors.c 		phar_entry_info *data = NULL;
NULL              645 ext/phar/func_interceptors.c 			if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL)) {
NULL              653 ext/phar/func_interceptors.c 				if (NULL != (data = zend_hash_str_find_ptr(&(phar->manifest), entry + 1, entry_len - 1))) {
NULL              659 ext/phar/func_interceptors.c 			if (NULL != (data = zend_hash_str_find_ptr(&(phar->manifest), entry, entry_len))) {
NULL              697 ext/phar/func_interceptors.c 				if (NULL != (data = zend_hash_str_find_ptr(&(phar->manifest), entry + 1, entry_len - 1))) {
NULL              735 ext/phar/func_interceptors.c 					php_error_docref(NULL, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "L" : "", filename);
NULL              928 ext/phar/func_interceptors.c 			if (SUCCESS == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL)) {
NULL              933 ext/phar/func_interceptors.c 					if (NULL != (etemp = zend_hash_str_find_ptr(&(phar->manifest), entry + 1, entry_len - 1))) {
NULL              941 ext/phar/func_interceptors.c 					if (NULL != (etemp = zend_hash_str_find_ptr(&(phar->manifest), entry, entry_len))) {
NULL              995 ext/phar/func_interceptors.c 			if (SUCCESS == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL)) {
NULL             1000 ext/phar/func_interceptors.c 					if (NULL != (etemp = zend_hash_str_find_ptr(&(phar->manifest), entry + 1, entry_len - 1))) {
NULL             1008 ext/phar/func_interceptors.c 					if (NULL != (etemp = zend_hash_str_find_ptr(&(phar->manifest), entry, entry_len))) {
NULL             1038 ext/phar/func_interceptors.c 		PHAR_G(cwd) = NULL;
NULL             1054 ext/phar/func_interceptors.c 	PHAR_G(orig_##func) = NULL; \
NULL             1055 ext/phar/func_interceptors.c 	if (NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeof(#func)-1))) { \
NULL             1092 ext/phar/func_interceptors.c 	if (PHAR_G(orig_##func) && NULL != (orig = zend_hash_str_find_ptr(CG(function_table), #func, sizeof(#func)-1))) { \
NULL             1095 ext/phar/func_interceptors.c 	PHAR_G(orig_##func) = NULL;
NULL             1149 ext/phar/func_interceptors.c } phar_orig_functions = {NULL};
NULL              118 ext/phar/phar.c 	zend_hash_init(&EG(regular_list), 0, NULL, NULL, 0);
NULL              125 ext/phar/phar.c 	zend_hash_init(&cached_alias, sizeof(phar_archive_data*), zend_get_hash_value, NULL, 1);
NULL              128 ext/phar/phar.c 	zend_hash_init(&(PHAR_G(phar_alias_map)), sizeof(phar_archive_data*), zend_get_hash_value, NULL, 1);
NULL              134 ext/phar/phar.c 			key = php_strtok_r(NULL, ds, &lasts)) {
NULL              138 ext/phar/phar.c 			if (SUCCESS == phar_open_from_filename(key, end - key, NULL, 0, 0, &phar, NULL)) {
NULL              142 ext/phar/phar.c 				phar->fp = NULL;
NULL              161 ext/phar/phar.c 			if (SUCCESS == phar_open_from_filename(key, strlen(key), NULL, 0, 0, &phar, NULL)) {
NULL              210 ext/phar/phar.c 		phar->alias = NULL;
NULL              215 ext/phar/phar.c 		phar->fname = NULL;
NULL              220 ext/phar/phar.c 		phar->signature = NULL;
NULL              284 ext/phar/phar.c 		PHAR_G(last_phar) = NULL;
NULL              285 ext/phar/phar.c 		PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL;
NULL              293 ext/phar/phar.c 			phar->fp = NULL;
NULL              344 ext/phar/phar.c 		entry->fp = NULL;
NULL              407 ext/phar/phar.c 		entry->metadata_str.s = NULL;
NULL              540 ext/phar/phar.c 		*error = NULL;
NULL              568 ext/phar/phar.c 				if (PHAR_G(readonly) && NULL == (stub = zend_hash_str_find_ptr(&(phar->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1))) {
NULL              587 ext/phar/phar.c 			*pphar = NULL;
NULL              655 ext/phar/phar.c 	phar_archive_data *mydata = NULL;
NULL              662 ext/phar/phar.c 	char *signature = NULL;
NULL              665 ext/phar/phar.c 		*pphar = NULL;
NULL              669 ext/phar/phar.c 		*error = NULL;
NULL             1007 ext/phar/phar.c 		alias = NULL;
NULL             1045 ext/phar/phar.c 		zend_get_hash_value, NULL, (zend_bool)mydata->is_persistent);
NULL             1047 ext/phar/phar.c 		zend_get_hash_value, NULL, (zend_bool)mydata->is_persistent);
NULL             1210 ext/phar/phar.c 			signature = NULL;
NULL             1211 ext/phar/phar.c 			fp = NULL;
NULL             1215 ext/phar/phar.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
NULL             1217 ext/phar/phar.c 				signature = NULL;
NULL             1218 ext/phar/phar.c 				fp = NULL;
NULL             1247 ext/phar/phar.c 	phar_archive_data **test, *unused = NULL;
NULL             1252 ext/phar/phar.c 		*error = NULL;
NULL             1286 ext/phar/phar.c 			if (NULL == (stub = zend_hash_str_find_ptr(&((*test)->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1))) {
NULL             1323 ext/phar/phar.c 	zend_string *actual = NULL;
NULL             1330 ext/phar/phar.c 	if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) {
NULL             1379 ext/phar/phar.c 	mydata->fname = expand_filepath(fname, NULL);
NULL             1403 ext/phar/phar.c 		zend_get_hash_value, NULL, 0);
NULL             1405 ext/phar/phar.c 		zend_get_hash_value, NULL, (zend_bool)mydata->is_persistent);
NULL             1410 ext/phar/phar.c 	mydata->fp = NULL;
NULL             1417 ext/phar/phar.c 		alias = NULL;
NULL             1425 ext/phar/phar.c 		if (alias && NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
NULL             1434 ext/phar/phar.c 					*pphar = NULL;
NULL             1446 ext/phar/phar.c 		if (NULL == zend_hash_str_add_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len, mydata)) {
NULL             1456 ext/phar/phar.c 				*pphar = NULL;
NULL             1481 ext/phar/phar.c 		*error = NULL;
NULL             1494 ext/phar/phar.c 	if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) {
NULL             1537 ext/phar/phar.c 		return NULL;
NULL             1544 ext/phar/phar.c 			return (char *) NULL;
NULL             1550 ext/phar/phar.c 			return (char *) NULL;
NULL             1581 ext/phar/phar.c 		*error = NULL;
NULL             1643 ext/phar/phar.c 				if (SUCCESS != php_stream_copy_to_stream_ex(fp, temp, PHP_STREAM_COPY_ALL, NULL)) {
NULL             1676 ext/phar/phar.c 				filter = php_stream_filter_create("bzip2.decompress", NULL, php_stream_is_persistent(fp));
NULL             1685 ext/phar/phar.c 				if (SUCCESS != php_stream_copy_to_stream_ex(fp, temp, PHP_STREAM_COPY_ALL, NULL)) {
NULL             1715 ext/phar/phar.c 		if (got > 0 && (pos = phar_strnstr(buffer, got + sizeof(token), token, sizeof(token)-1)) != NULL) {
NULL             1743 ext/phar/phar.c 	if ((realpath = expand_filepath(filename, NULL))) {
NULL             1790 ext/phar/phar.c 				if (!(realpath = expand_filepath(filename, NULL))) {
NULL             1901 ext/phar/phar.c 	*ext_str = NULL;
NULL             1916 ext/phar/phar.c 			*ext_str = NULL;
NULL             1936 ext/phar/phar.c 			if (NULL != (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), (char *) filename, filename_len))) {
NULL             1956 ext/phar/phar.c 			if (PHAR_G(manifest_cached) && NULL != (pphar = zend_hash_str_find_ptr(&cached_phars, (char *) filename, filename_len))) {
NULL             1974 ext/phar/phar.c 					if (NULL == (pphar = zend_hash_get_current_data_ptr(&(PHAR_G(phar_fname_map))))) {
NULL             1993 ext/phar/phar.c 						if (NULL == (pphar = zend_hash_get_current_data_ptr(&cached_phars))) {
NULL             2045 ext/phar/phar.c 				*ext_str = NULL;
NULL             2271 ext/phar/phar.c 	zend_string *actual = NULL;
NULL             2275 ext/phar/phar.c 		*error = NULL;
NULL             2281 ext/phar/phar.c 	if (phar_open_parsed_phar(fname, fname_len, alias, alias_len, 0, REPORT_ERRORS, NULL, 0) == SUCCESS) {
NULL             2301 ext/phar/phar.c 	if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) {
NULL             2327 ext/phar/phar.c 	ret = phar_open_from_fp(fp, fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, 0, error);
NULL             2348 ext/phar/phar.c 		*error = NULL;
NULL             2455 ext/phar/phar.c 		*error = NULL;
NULL             2473 ext/phar/phar.c 			return NULL;
NULL             2481 ext/phar/phar.c 			return NULL;
NULL             2524 ext/phar/phar.c 		*error = NULL;
NULL             2550 ext/phar/phar.c 		oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL);
NULL             2551 ext/phar/phar.c 		closeoldfile = oldfile != NULL;
NULL             2602 ext/phar/phar.c 		if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) {
NULL             2642 ext/phar/phar.c 			newstub = NULL;
NULL             2645 ext/phar/phar.c 			newstub = phar_create_default_stub(NULL, NULL, NULL);
NULL             2679 ext/phar/phar.c 	main_metadata_str.s = NULL;
NULL             2690 ext/phar/phar.c 		if ((entry = zend_hash_get_current_data_ptr(&phar->manifest)) == NULL) {
NULL             2726 ext/phar/phar.c 			entry->metadata_str.s = NULL;
NULL             2734 ext/phar/phar.c 			entry->metadata_str.s = NULL;
NULL             2754 ext/phar/phar.c 				*error = NULL;
NULL             2782 ext/phar/phar.c 		filter = php_stream_filter_create(phar_compress_filter(entry, 0), NULL, 0);
NULL             2826 ext/phar/phar.c 		if (SUCCESS != php_stream_copy_to_stream_ex(file, entry->cfp, entry->uncompressed_filesize, NULL)) {
NULL             2931 ext/phar/phar.c 		if ((entry = zend_hash_get_current_data_ptr(&phar->manifest)) == NULL) {
NULL             2973 ext/phar/phar.c 		mytime = time(NULL);
NULL             3020 ext/phar/phar.c 		if ((entry = zend_hash_get_current_data_ptr(&phar->manifest)) == NULL) {
NULL             3077 ext/phar/phar.c 			entry->cfp = NULL;
NULL             3086 ext/phar/phar.c 			entry->fp = NULL;
NULL             3101 ext/phar/phar.c 			phar->signature = NULL;
NULL             3118 ext/phar/phar.c 				char *digest = NULL;
NULL             3162 ext/phar/phar.c 		phar->ufp = NULL;
NULL             3179 ext/phar/phar.c 		phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, NULL);
NULL             3205 ext/phar/phar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
NULL             3212 ext/phar/phar.c 			filter = php_stream_filter_create("bzip2.compress", NULL, php_stream_is_persistent(phar->fp));
NULL             3214 ext/phar/phar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
NULL             3221 ext/phar/phar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
NULL             3270 ext/phar/phar.c 	return phar_find_in_include_path((char *) filename, filename_len, NULL);
NULL             3276 ext/phar/phar.c 	char *name = NULL;
NULL             3284 ext/phar/phar.c 		if (SUCCESS == phar_open_from_filename((char*)file_handle->filename, strlen(file_handle->filename), NULL, 0, 0, &phar, NULL)) {
NULL             3292 ext/phar/phar.c 					name = NULL;
NULL             3308 ext/phar/phar.c 				file_handle->handle.stream.closer  = NULL;
NULL             3325 ext/phar/phar.c 		res = NULL;
NULL             3358 ext/phar/phar.c 	zend_hash_init(&phar_globals->mime_types, 0, NULL, mime_type_dtor, 1);
NULL             3459 ext/phar/phar.c 		PHAR_G(last_phar) = NULL;
NULL             3460 ext/phar/phar.c 		PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL;
NULL             3467 ext/phar/phar.c 		zend_hash_init(&(PHAR_G(phar_persist_map)), 5, zend_get_hash_value, NULL,  0);
NULL             3468 ext/phar/phar.c 		zend_hash_init(&(PHAR_G(phar_alias_map)), 5, zend_get_hash_value, NULL, 0);
NULL             3475 ext/phar/phar.c 			(pphar = zend_hash_get_current_data_ptr(&cached_phars)) != NULL;
NULL             3484 ext/phar/phar.c 		PHAR_G(cwd) = NULL;
NULL             3528 ext/phar/phar.c 		PHAR_G(cwd) = NULL;
NULL             3602 ext/phar/phar.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL             3608 ext/phar/phar.c 	NULL,
NULL             3615 ext/phar/phar.c 	NULL,                       /* post deactivate */
NULL               50 ext/phar/phar_object.c 	if (NULL == (mime = zend_hash_str_find_ptr(mimes, ext, strlen(ext)))) {
NULL               76 ext/phar/phar_object.c 	if (NULL != (stuff = zend_hash_str_find(_SERVER, "PATH_INFO", sizeof("PATH_INFO")-1))) {
NULL               86 ext/phar/phar_object.c 	if (NULL != (stuff = zend_hash_str_find(_SERVER, "PATH_TRANSLATED", sizeof("PATH_TRANSLATED")-1))) {
NULL              100 ext/phar/phar_object.c 		if (NULL != (stuff = zend_hash_str_find(_SERVER, "REQUEST_URI", sizeof("REQUEST_URI")-1))) {
NULL              112 ext/phar/phar_object.c 		if (NULL != (stuff = zend_hash_str_find(_SERVER, "PHP_SELF", sizeof("PHP_SELF")-1))) {
NULL              125 ext/phar/phar_object.c 		if (NULL != (stuff = zend_hash_str_find(_SERVER, "SCRIPT_NAME", sizeof("SCRIPT_NAME")-1))) {
NULL              133 ext/phar/phar_object.c 		if (NULL != (stuff = zend_hash_str_find(_SERVER, "SCRIPT_FILENAME", sizeof("SCRIPT_FILENAME")-1))) {
NULL              147 ext/phar/phar_object.c 	char *name = NULL, buf[8192];
NULL              236 ext/phar/phar_object.c 			file_handle.opened_path = NULL;
NULL              239 ext/phar/phar_object.c 			PHAR_G(cwd) = NULL;
NULL              243 ext/phar/phar_object.c 			if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) {
NULL              249 ext/phar/phar_object.c 						PHAR_G(cwd) = NULL;
NULL              269 ext/phar/phar_object.c 				new_op_array = NULL;
NULL              281 ext/phar/phar_object.c 						PHAR_G(cwd) = NULL;
NULL              293 ext/phar/phar_object.c 						PHAR_G(cwd) = NULL;
NULL              331 ext/phar/phar_object.c 		info = phar_get_entry_info(phar, f404, f404_len, NULL, 1);
NULL              334 ext/phar/phar_object.c 			phar_file_action(phar, info, "text/html", PHAR_MIME_PHP, f404, f404_len, fname, NULL, NULL, 0);
NULL              355 ext/phar/phar_object.c 	char *e = *entry + 1, *u = NULL, *u1 = NULL, *saveu = NULL;
NULL              374 ext/phar/phar_object.c 				*ru = NULL;
NULL              457 ext/phar/phar_object.c 	char *fname, *arch = NULL, *entry = NULL, *path, *actual;
NULL              475 ext/phar/phar_object.c 		entry = NULL;
NULL              483 ext/phar/phar_object.c 		if (NULL == (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), arch, arch_len))) {
NULL              484 ext/phar/phar_object.c 			if (PHAR_G(manifest_cached) && NULL != (pphar = zend_hash_str_find_ptr(&cached_phars, arch, arch_len))) {
NULL              520 ext/phar/phar_object.c 	} else if (PHAR_G(phar_fname_map.u.flags) && NULL != (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), fname, fname_len))) {
NULL              522 ext/phar/phar_object.c 	} else if (PHAR_G(manifest_cached) && NULL != (pphar = zend_hash_str_find_ptr(&cached_phars, fname, fname_len))) {
NULL              547 ext/phar/phar_object.c 	zval *mimeoverride = NULL, *rewrite = NULL;
NULL              548 ext/phar/phar_object.c 	char *alias = NULL, *error, *index_php = NULL, *f404 = NULL, *ru = NULL;
NULL              551 ext/phar/phar_object.c 	char *fname, *path_info, *mime_type = NULL, *entry, *pt;
NULL              555 ext/phar/phar_object.c 	phar_archive_data *phar = NULL;
NULL              556 ext/phar/phar_object.c 	phar_entry_info *info = NULL;
NULL              600 ext/phar/phar_object.c 			if (NULL == (z_script_name = zend_hash_str_find(_server, "SCRIPT_NAME", sizeof("SCRIPT_NAME")-1)) ||
NULL              606 ext/phar/phar_object.c 			if (NULL != (z_path_info = zend_hash_str_find(_server, "PATH_INFO", sizeof("PATH_INFO")-1)) &&
NULL              671 ext/phar/phar_object.c 		if (FAILURE == zend_fcall_info_init(rewrite, 0, &fci, &fcc, NULL, NULL)) {
NULL              752 ext/phar/phar_object.c 		if (FAILURE == phar_get_archive(&phar, fname, fname_len, NULL, 0, NULL) ||
NULL              753 ext/phar/phar_object.c 			(info = phar_get_entry_info(phar, entry, entry_len, NULL, 0)) == NULL) {
NULL              762 ext/phar/phar_object.c 			char *tmp = NULL, sa = '\0';
NULL              798 ext/phar/phar_object.c 	if (FAILURE == phar_get_archive(&phar, fname, fname_len, NULL, 0, NULL) ||
NULL              799 ext/phar/phar_object.c 		(info = phar_get_entry_info(phar, entry, entry_len, NULL, 0)) == NULL) {
NULL              814 ext/phar/phar_object.c 			if (NULL != (val = zend_hash_str_find(Z_ARRVAL_P(mimeoverride), ext, strlen(ext)))) {
NULL              937 ext/phar/phar_object.c 	char *index = NULL, *webindex = NULL, *error;
NULL              960 ext/phar/phar_object.c 	char *alias = NULL, *error;
NULL              982 ext/phar/phar_object.c 	char *fname, *alias = NULL, *error;
NULL              991 ext/phar/phar_object.c 	RETVAL_BOOL(phar_open_from_filename(fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, &error) == SUCCESS);
NULL             1086 ext/phar/phar_object.c 	object->oth = NULL;
NULL             1123 ext/phar/phar_object.c 	char *fname, *alias = NULL, *error, *arch = NULL, *entry = NULL, *save_fname;
NULL             1234 ext/phar/phar_object.c 		&spl_ce_RecursiveDirectoryIterator->constructor, "__construct", NULL, &arg1, &arg2);
NULL             1319 ext/phar/phar_object.c 	if (FAILURE == phar_open_from_filename(fname, fname_len, NULL, 0, REPORT_ERRORS, &phar, &error)) {
NULL             1356 ext/phar/phar_object.c 	PHAR_G(last_phar) = NULL;
NULL             1357 ext/phar/phar_object.c 	PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL;
NULL             1410 ext/phar/phar_object.c 	char *fname, *error = NULL, *base = p_obj->b, *save = NULL, *temp = NULL;
NULL             1468 ext/phar/phar_object.c 				char *test = NULL;
NULL             1479 ext/phar/phar_object.c 						test = spl_filesystem_object_get_path(intern, NULL);
NULL             1489 ext/phar/phar_object.c 						test = expand_filepath(fname, NULL);
NULL             1504 ext/phar/phar_object.c 						fname = expand_filepath(intern->file_name, NULL);
NULL             1526 ext/phar/phar_object.c 		temp = expand_filepath(base, NULL);
NULL             1592 ext/phar/phar_object.c 	if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) {
NULL             1690 ext/phar/phar_object.c 		data->internal_file->fp = NULL;
NULL             1693 ext/phar/phar_object.c 		data->fp = NULL;
NULL             1728 ext/phar/phar_object.c 	char *dir, *error, *regex = NULL;
NULL             1756 ext/phar/phar_object.c 			&spl_ce_RecursiveDirectoryIterator->constructor, "__construct", NULL, &arg, &arg2);
NULL             1772 ext/phar/phar_object.c 			&spl_ce_RecursiveIteratorIterator->constructor, "__construct", NULL, &iter);
NULL             1795 ext/phar/phar_object.c 			&spl_ce_RegexIterator->constructor, "__construct", NULL, &iteriter, &arg2);
NULL             1808 ext/phar/phar_object.c 	if (pass.fp == NULL) {
NULL             1863 ext/phar/phar_object.c 	char *base = NULL;
NULL             1892 ext/phar/phar_object.c 	if (pass.fp == NULL) {
NULL             1980 ext/phar/phar_object.c 	if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), fp, link->uncompressed_filesize, NULL)) {
NULL             1989 ext/phar/phar_object.c 		entry->fp = NULL;
NULL             2001 ext/phar/phar_object.c 	const char *oldname = NULL;
NULL             2003 ext/phar/phar_object.c 	char *oldpath = NULL;
NULL             2004 ext/phar/phar_object.c 	char *basename = NULL, *basepath = NULL;
NULL             2005 ext/phar/phar_object.c 	char *newname = NULL, *newpath = NULL;
NULL             2012 ext/phar/phar_object.c 	phar_archive_data *pphar = NULL;
NULL             2068 ext/phar/phar_object.c 		return NULL;
NULL             2096 ext/phar/phar_object.c 	if (PHAR_G(manifest_cached) && NULL != (pphar = zend_hash_str_find_ptr(&cached_phars, newpath, phar->fname_len))) {
NULL             2099 ext/phar/phar_object.c 		return NULL;
NULL             2102 ext/phar/phar_object.c 	if (NULL != (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), newpath, phar->fname_len))) {
NULL             2110 ext/phar/phar_object.c 				phar->fp = NULL;
NULL             2112 ext/phar/phar_object.c 				*sphar = NULL;
NULL             2122 ext/phar/phar_object.c 		return NULL;
NULL             2128 ext/phar/phar_object.c 		return NULL;
NULL             2134 ext/phar/phar_object.c 			return NULL;
NULL             2139 ext/phar/phar_object.c 				phar->alias = NULL;
NULL             2154 ext/phar/phar_object.c 			return NULL;
NULL             2157 ext/phar/phar_object.c 		phar->alias = NULL;
NULL             2161 ext/phar/phar_object.c 	if ((!pphar || phar == pphar) && NULL == zend_hash_str_update_ptr(&(PHAR_G(phar_fname_map)), newpath, phar->fname_len, phar)) {
NULL             2164 ext/phar/phar_object.c 		return NULL;
NULL             2173 ext/phar/phar_object.c 		return NULL;
NULL             2188 ext/phar/phar_object.c 		return NULL;
NULL             2193 ext/phar/phar_object.c 	zend_call_method_with_1_params(&ret, ce, &ce->constructor, "__construct", NULL, &arg1);
NULL             2206 ext/phar/phar_object.c 	PHAR_G(last_phar) = NULL;
NULL             2207 ext/phar/phar_object.c 	PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL;
NULL             2229 ext/phar/phar_object.c 		zend_get_hash_value, NULL, 0);
NULL             2231 ext/phar/phar_object.c 		zend_get_hash_value, NULL, 0);
NULL             2234 ext/phar/phar_object.c 	if (phar->fp == NULL) {
NULL             2236 ext/phar/phar_object.c 		return NULL;
NULL             2263 ext/phar/phar_object.c 		newentry.metadata_str.s = NULL;
NULL             2270 ext/phar/phar_object.c 			return NULL;
NULL             2277 ext/phar/phar_object.c 			newentry.metadata_str.s = NULL;
NULL             2298 ext/phar/phar_object.c 		if(phar != NULL) {
NULL             2308 ext/phar/phar_object.c 		return NULL;
NULL             2320 ext/phar/phar_object.c 	char *ext = NULL;
NULL             2424 ext/phar/phar_object.c 	char *ext = NULL;
NULL             2598 ext/phar/phar_object.c 		if (NULL != (entry = zend_hash_str_find_ptr(&phar_obj->archive->manifest, fname, (uint) fname_len))) {
NULL             2613 ext/phar/phar_object.c 	phar_flush(phar_obj->archive, NULL, 0, 0, &error);
NULL             2675 ext/phar/phar_object.c 	PHAR_G(last_phar) = NULL;
NULL             2676 ext/phar/phar_object.c 	PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL;
NULL             2693 ext/phar/phar_object.c 		if (alias_len && NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
NULL             2713 ext/phar/phar_object.c 		if (phar_obj->archive->alias_len && NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), phar_obj->archive->alias, phar_obj->archive->alias_len))) {
NULL             2725 ext/phar/phar_object.c 			phar_obj->archive->alias = NULL;
NULL             2730 ext/phar/phar_object.c 		phar_flush(phar_obj->archive, NULL, 0, 0, &error);
NULL             2862 ext/phar/phar_object.c 		if ((php_stream_from_zval_no_verify(stream, zstub)) != NULL) {
NULL             2916 ext/phar/phar_object.c 	char *index = NULL, *webindex = NULL, *error = NULL;
NULL             2917 ext/phar/phar_object.c 	zend_string *stub = NULL;
NULL             2938 ext/phar/phar_object.c 		php_error_docref(NULL, E_WARNING, "method accepts no arguments for a tar- or zip-based phar stub, %d given", ZEND_NUM_ARGS());
NULL             2992 ext/phar/phar_object.c 	char *error, *key = NULL;
NULL             3163 ext/phar/phar_object.c 	char *ext = NULL;
NULL             3231 ext/phar/phar_object.c 	char *ext = NULL;
NULL             3427 ext/phar/phar_object.c 	if (!zend_hash_str_exists(&phar_obj->archive->manifest, oldfile, (uint) oldfile_len) || NULL == (oldentry = zend_hash_str_find_ptr(&phar_obj->archive->manifest, oldfile, (uint) oldfile_len)) || oldentry->is_deleted) {
NULL             3434 ext/phar/phar_object.c 		if (NULL != (temp = zend_hash_str_find_ptr(&phar_obj->archive->manifest, newfile, (uint) newfile_len)) || !temp->is_deleted) {
NULL             3462 ext/phar/phar_object.c 		newentry.metadata_str.s = NULL;
NULL             3508 ext/phar/phar_object.c 		if (NULL != (entry = zend_hash_str_find_ptr(&phar_obj->archive->manifest, fname, (uint) fname_len))) {
NULL             3678 ext/phar/phar_object.c 	char *fname, *cont_str = NULL;
NULL             3732 ext/phar/phar_object.c 		if (NULL != (entry = zend_hash_str_find_ptr(&phar_obj->archive->manifest, fname, (uint) fname_len))) {
NULL             3792 ext/phar/phar_object.c 	char *fname, *localname = NULL;
NULL             3804 ext/phar/phar_object.c 	if (PG(safe_mode) && (!php_checkuid(fname, NULL, CHECKUID_ALLOW_ONLY_FILE))) {
NULL             3815 ext/phar/phar_object.c 	if (!(resource = php_stream_open_wrapper(fname, "rb", 0, NULL))) {
NULL             3826 ext/phar/phar_object.c 	phar_add_file(&(phar_obj->archive), fname, fname_len, NULL, 0, &zresource);
NULL             3845 ext/phar/phar_object.c 	phar_add_file(&(phar_obj->archive), localname, localname_len, cont_str, cont_len, NULL);
NULL             3857 ext/phar/phar_object.c 	php_stream_filter *filter = NULL;
NULL             3868 ext/phar/phar_object.c 		if (NULL != (stub = zend_hash_str_find_ptr(&(phar_obj->archive->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1))) {
NULL             3872 ext/phar/phar_object.c 				if (!(fp = php_stream_open_wrapper(phar_obj->archive->fname, "rb", 0, NULL))) {
NULL             3879 ext/phar/phar_object.c 					if ((filter_name = phar_decompress_filter(stub, 0)) != NULL) {
NULL             3880 ext/phar/phar_object.c 						filter = php_stream_filter_create(filter_name, NULL, php_stream_is_persistent(fp));
NULL             3882 ext/phar/phar_object.c 						filter = NULL;
NULL             3910 ext/phar/phar_object.c 		fp = php_stream_open_wrapper(phar_obj->archive->fname, "rb", 0, NULL);
NULL             4057 ext/phar/phar_object.c 	(PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename)
NULL             4088 ext/phar/phar_object.c 	if (virtual_file_ex(&new_state, entry->filename, NULL, CWD_EXPAND) != 0 ||
NULL             4166 ext/phar/phar_object.c 			if (!php_stream_mkdir(fullpath, entry->flags & PHAR_ENT_PERM_MASK,  PHP_STREAM_MKDIR_RECURSIVE, NULL)) {
NULL             4173 ext/phar/phar_object.c 			if (!php_stream_mkdir(fullpath, 0777,  PHP_STREAM_MKDIR_RECURSIVE, NULL)) {
NULL             4188 ext/phar/phar_object.c 	filename = NULL;
NULL             4197 ext/phar/phar_object.c 	fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
NULL             4199 ext/phar/phar_object.c 	fp = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL);
NULL             4228 ext/phar/phar_object.c 	if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), fp, entry->uncompressed_filesize, NULL)) {
NULL             4254 ext/phar/phar_object.c 	char *error = NULL;
NULL             4262 ext/phar/phar_object.c 	zval *zval_files = NULL;
NULL             4271 ext/phar/phar_object.c 	fp = php_stream_open_wrapper(phar_obj->archive->fname, "rb", IGNORE_URL|STREAM_MUST_SEEK, NULL);
NULL             4296 ext/phar/phar_object.c 		ret = php_stream_mkdir(pathto, 0777,  PHP_STREAM_MKDIR_RECURSIVE, NULL);
NULL             4323 ext/phar/phar_object.c 					if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(zval_files), i)) != NULL) {
NULL             4332 ext/phar/phar_object.c 						if (NULL == (entry = zend_hash_find_ptr(&phar_obj->archive->manifest, Z_STR_P(zval_file)))) {
NULL             4351 ext/phar/phar_object.c 		if (NULL == (entry = zend_hash_str_find_ptr(&phar_obj->archive->manifest, filename, filename_len))) {
NULL             4416 ext/phar/phar_object.c 	if (phar_open_from_filename(arch, arch_len, NULL, 0, REPORT_ERRORS, &phar_data, &error) == FAILURE) {
NULL             4430 ext/phar/phar_object.c 	if ((entry_info = phar_get_entry_info_dir(phar_data, entry, entry_len, 1, &error, 1)) == NULL) {
NULL             4446 ext/phar/phar_object.c 		&spl_ce_SplFileInfo->constructor, "__construct", NULL, &arg1);
NULL             4472 ext/phar/phar_object.c 			entry_obj->entry->filename = NULL;
NULL             4476 ext/phar/phar_object.c 		entry_obj->entry = NULL;
NULL             4631 ext/phar/phar_object.c 	BG(CurrentLStatFile) = NULL;
NULL             4632 ext/phar/phar_object.c 	BG(CurrentStatFile) = NULL;
NULL              139 ext/phar/phar_path_check.c 			*error = NULL;
NULL              212 ext/phar/phar_path_check.c 			*error = NULL;
NULL               32 ext/phar/stream.c 	NULL,              /* cast */
NULL               34 ext/phar/stream.c 	NULL, /* set option */
NULL               39 ext/phar/stream.c 	NULL,                  /* phar_wrapper_close */
NULL               40 ext/phar/stream.c 	NULL,                  /* phar_wrapper_stat, */
NULL               52 ext/phar/stream.c 	NULL,
NULL               62 ext/phar/stream.c 	char *arch = NULL, *entry = NULL, *error;
NULL               66 ext/phar/stream.c 		return NULL;
NULL               72 ext/phar/stream.c 		return NULL;
NULL               78 ext/phar/stream.c 				arch = NULL;
NULL               83 ext/phar/stream.c 		return NULL;
NULL              104 ext/phar/stream.c 		phar_archive_data *pphar = NULL, *phar;
NULL              106 ext/phar/stream.c 		if (PHAR_G(request_init) && PHAR_G(phar_fname_map.u.flags) && NULL == (pphar = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), arch, arch_len))) {
NULL              107 ext/phar/stream.c 			pphar = NULL;
NULL              114 ext/phar/stream.c 			return NULL;
NULL              116 ext/phar/stream.c 		if (phar_open_or_create_filename(resource->host, arch_len, NULL, 0, 0, options, &phar, &error) == FAILURE)
NULL              125 ext/phar/stream.c 			return NULL;
NULL              136 ext/phar/stream.c 			return NULL;
NULL              139 ext/phar/stream.c 		if (phar_open_from_filename(resource->host, arch_len, NULL, 0, options, NULL, &error) == FAILURE)
NULL              148 ext/phar/stream.c 			return NULL;
NULL              165 ext/phar/stream.c 	php_url *resource = NULL;
NULL              170 ext/phar/stream.c 	if ((resource = phar_parse_url(wrapper, path, mode, options)) == NULL) {
NULL              171 ext/phar/stream.c 		return NULL;
NULL              178 ext/phar/stream.c 		return NULL;
NULL              184 ext/phar/stream.c 		return NULL;
NULL              193 ext/phar/stream.c 		if (NULL == (idata = phar_get_or_create_entry_data(resource->host, host_len, internal_file, strlen(internal_file), mode, 0, &error, 1))) {
NULL              202 ext/phar/stream.c 			return NULL;
NULL              207 ext/phar/stream.c 		fpf = php_stream_alloc(&phar_ops, idata, NULL, mode);
NULL              211 ext/phar/stream.c 		if (context && Z_TYPE(context->options) != IS_UNDEF && (pzoption = zend_hash_str_find(HASH_OF(&context->options), "phar", sizeof("phar")-1)) != NULL) {
NULL              215 ext/phar/stream.c 				&& (pzoption = zend_hash_str_find(pharcontext, "compress", sizeof("compress")-1)) != NULL
NULL              222 ext/phar/stream.c 			if ((pzoption = zend_hash_str_find(pharcontext, "metadata", sizeof("metadata")-1)) != NULL) {
NULL              241 ext/phar/stream.c 			if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, NULL)) {
NULL              245 ext/phar/stream.c 				return NULL;
NULL              296 ext/phar/stream.c 			return NULL;
NULL              316 ext/phar/stream.c 		return NULL;
NULL              332 ext/phar/stream.c 			PHAR_G(cwd) = NULL;
NULL              340 ext/phar/stream.c 	fpf = php_stream_alloc(&phar_ops, idata, NULL, mode);
NULL              572 ext/phar/stream.c 	php_url *resource = NULL;
NULL              579 ext/phar/stream.c 	if ((resource = phar_parse_url(wrapper, url, "r", flags|PHP_STREAM_URL_STAT_QUIET)) == NULL) {
NULL              599 ext/phar/stream.c 	if (FAILURE == phar_get_archive(&phar, resource->host, host_len, NULL, 0, &error)) {
NULL              611 ext/phar/stream.c 		phar_dostat(phar, NULL, ssb, 1);
NULL              621 ext/phar/stream.c 	if (NULL != (entry = zend_hash_str_find_ptr(&phar->manifest, internal_file, internal_file_len))) {
NULL              627 ext/phar/stream.c 		phar_dostat(phar, NULL, ssb, 1);
NULL              643 ext/phar/stream.c 				if (NULL == (entry = zend_hash_find_ptr(&phar->manifest, str_key))) {
NULL              660 ext/phar/stream.c 				if (NULL == (entry = zend_hash_str_find_ptr(&phar->manifest, internal_file, internal_file_len))) {
NULL              687 ext/phar/stream.c 	if ((resource = phar_parse_url(wrapper, url, "rb", options)) == NULL) {
NULL              762 ext/phar/stream.c 	error = NULL;
NULL              764 ext/phar/stream.c 	if ((resource_from = phar_parse_url(wrapper, url_from, "wb", options|PHP_STREAM_URL_STAT_QUIET)) == NULL) {
NULL              765 ext/phar/stream.c 		php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": invalid or non-writable url \"%s\"", url_from, url_to, url_from);
NULL              768 ext/phar/stream.c 	if (SUCCESS != phar_get_archive(&pfrom, resource_from->host, strlen(resource_from->host), NULL, 0, &error)) {
NULL              769 ext/phar/stream.c 		pfrom = NULL;
NULL              776 ext/phar/stream.c 		php_error_docref(NULL, E_WARNING, "phar error: Write operations disabled by the php.ini setting phar.readonly");
NULL              780 ext/phar/stream.c 	if ((resource_to = phar_parse_url(wrapper, url_to, "wb", options|PHP_STREAM_URL_STAT_QUIET)) == NULL) {
NULL              782 ext/phar/stream.c 		php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": invalid or non-writable url \"%s\"", url_from, url_to, url_to);
NULL              785 ext/phar/stream.c 	if (SUCCESS != phar_get_archive(&pto, resource_to->host, strlen(resource_to->host), NULL, 0, &error)) {
NULL              789 ext/phar/stream.c 		pto = NULL;
NULL              793 ext/phar/stream.c 		php_error_docref(NULL, E_WARNING, "phar error: Write operations disabled by the php.ini setting phar.readonly");
NULL              800 ext/phar/stream.c 		php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\", not within the same phar archive", url_from, url_to);
NULL              808 ext/phar/stream.c 		php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": invalid url \"%s\"", url_from, url_to, url_from);
NULL              815 ext/phar/stream.c 		php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": invalid url \"%s\"", url_from, url_to, url_to);
NULL              822 ext/phar/stream.c 		php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": not a phar stream url \"%s\"", url_from, url_to, url_from);
NULL              829 ext/phar/stream.c 		php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": not a phar stream url \"%s\"", url_from, url_to, url_to);
NULL              835 ext/phar/stream.c 	if (SUCCESS != phar_get_archive(&phar, resource_from->host, host_len, NULL, 0, &error)) {
NULL              838 ext/phar/stream.c 		php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error);
NULL              846 ext/phar/stream.c 		php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": could not make cached phar writeable", url_from, url_to);
NULL              850 ext/phar/stream.c 	if (NULL != (entry = zend_hash_str_find_ptr(&(phar->manifest), resource_from->path+1, strlen(resource_from->path)-1))) {
NULL              857 ext/phar/stream.c 			php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\" from extracted phar archive, source has been deleted", url_from, url_to);
NULL              864 ext/phar/stream.c 		entry->fp = NULL;
NULL              866 ext/phar/stream.c 		entry->link = entry->tmp = NULL;
NULL              876 ext/phar/stream.c 			php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error);
NULL              891 ext/phar/stream.c 			php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\" from extracted phar archive, source does not exist", url_from, url_to);
NULL              974 ext/phar/stream.c 			php_error_docref(NULL, E_WARNING, "phar error: cannot rename \"%s\" to \"%s\": %s", url_from, url_to, error);
NULL              186 ext/phar/tar.c 	} else if (entry->filename_len >= sizeof(".phar/.metadata/") + sizeof("/.metadata.bin") - 1 && NULL != (mentry = zend_hash_str_find_ptr(&(entry->phar->manifest), entry->filename + sizeof(".phar/.metadata/") - 1, entry->filename_len - (sizeof("/.metadata.bin") - 1 + sizeof(".phar/.metadata/") - 1)))) {
NULL              207 ext/phar/tar.c 	char buf[512], *actual_alias = NULL, *p;
NULL              217 ext/phar/tar.c 		*error = NULL;
NULL              242 ext/phar/tar.c 		zend_get_hash_value, NULL, (zend_bool)myphar->is_persistent);
NULL              244 ext/phar/tar.c 		zend_get_hash_value, NULL, (zend_bool)myphar->is_persistent);
NULL              482 ext/phar/tar.c 		entry.link = NULL;
NULL              503 ext/phar/tar.c 		ZEND_ASSERT(newentry != NULL);
NULL              631 ext/phar/tar.c 	if (NULL == (actual = zend_hash_str_add_ptr(&(PHAR_G(phar_fname_map)), myphar->fname, fname_len, myphar))) {
NULL              647 ext/phar/tar.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), actual_alias, myphar->alias_len))) {
NULL              662 ext/phar/tar.c 			if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
NULL              805 ext/phar/tar.c 		if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), fp->new, entry->uncompressed_filesize, NULL)) {
NULL              835 ext/phar/tar.c 		entry->fp = NULL;
NULL              860 ext/phar/tar.c 	entry->metadata_str.s = NULL;
NULL              874 ext/phar/tar.c 	if (entry->fp == NULL) {
NULL              921 ext/phar/tar.c 	if (NULL != (metadata = zend_hash_str_find_ptr(&(entry->phar->manifest), lookfor, lookfor_len))) {
NULL              934 ext/phar/tar.c 	if (NULL == (metadata = zend_hash_str_add_mem(&(entry->phar->manifest), lookfor, lookfor_len, (void *)&newentry, sizeof(phar_entry_info)))) {
NULL              955 ext/phar/tar.c 	entry.timestamp = time(NULL);
NULL              979 ext/phar/tar.c 		if (entry.fp == NULL) {
NULL              992 ext/phar/tar.c 		if (NULL == zend_hash_str_update_mem(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info))) {
NULL             1029 ext/phar/tar.c 					user_stub = NULL;
NULL             1046 ext/phar/tar.c 		if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) {
NULL             1061 ext/phar/tar.c 		if (entry.fp == NULL) {
NULL             1089 ext/phar/tar.c 		if (entry.fp == NULL) {
NULL             1107 ext/phar/tar.c 				if (NULL == zend_hash_str_add_mem(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info))) {
NULL             1120 ext/phar/tar.c 			if (NULL == zend_hash_str_update_mem(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info))) {
NULL             1136 ext/phar/tar.c 		oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL);
NULL             1137 ext/phar/tar.c 		closeoldfile = oldfile != NULL;
NULL             1159 ext/phar/tar.c 		if (NULL != (mentry = zend_hash_str_find_ptr(&(phar->manifest), ".phar/.metadata.bin", sizeof(".phar/.metadata.bin")-1))) {
NULL             1175 ext/phar/tar.c 			if (NULL == (mentry = zend_hash_str_add_mem(&(phar->manifest), ".phar/.metadata.bin", sizeof(".phar/.metadata.bin")-1, (void *)&newentry, sizeof(phar_entry_info)))) {
NULL             1227 ext/phar/tar.c 		if (entry.fp == NULL) {
NULL             1294 ext/phar/tar.c 		phar->ufp = NULL;
NULL             1304 ext/phar/tar.c 		phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, NULL);
NULL             1329 ext/phar/tar.c 				php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
NULL             1338 ext/phar/tar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
NULL             1347 ext/phar/tar.c 			filter = php_stream_filter_create("bzip2.compress", NULL, php_stream_is_persistent(phar->fp));
NULL             1349 ext/phar/tar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
NULL             1356 ext/phar/tar.c 			php_stream_copy_to_stream_ex(newfile, phar->fp, PHP_STREAM_COPY_ALL, NULL);
NULL               47 ext/phar/util.c 	char *p, *ret = NULL;
NULL               49 ext/phar/util.c 		return NULL;
NULL               74 ext/phar/util.c 	if (NULL != (link_entry = zend_hash_str_find_ptr(&(entry->phar->manifest), entry->link, strlen(entry->link))) ||
NULL               75 ext/phar/util.c 		NULL != (link_entry = zend_hash_str_find_ptr(&(entry->phar->manifest), link, strlen(link)))) {
NULL               84 ext/phar/util.c 		return NULL;
NULL              113 ext/phar/util.c 			entry->fp = php_stream_open_wrapper(entry->tmp, "rb", STREAM_MUST_SEEK|0, NULL);
NULL              197 ext/phar/util.c 		entry.tmp = expand_filepath(filename, NULL);
NULL              203 ext/phar/util.c 	if (PG(safe_mode) && !is_phar && (!php_checkuid(entry.tmp, NULL, CHECKUID_CHECK_FILE_AND_DIR))) {
NULL              230 ext/phar/util.c 		if (NULL == zend_hash_str_add_ptr(&phar->mounted_dirs, entry.filename, path_len, entry.filename)) {
NULL              243 ext/phar/util.c 	if (NULL != zend_hash_str_add_mem(&phar->manifest, entry.filename, path_len, (void*)&entry, sizeof(phar_entry_info))) {
NULL              261 ext/phar/util.c 		*pphar = NULL;
NULL              289 ext/phar/util.c 		if (FAILURE == phar_get_archive(&phar, arch, arch_len, NULL, 0, NULL)) {
NULL              365 ext/phar/util.c 	*ret = NULL;
NULL              368 ext/phar/util.c 		*error = NULL;
NULL              371 ext/phar/util.c 	if (FAILURE == phar_get_archive(&phar, fname, fname_len, NULL, 0, error)) {
NULL              390 ext/phar/util.c 		if ((entry = phar_get_entry_info_dir(phar, path, path_len, allow_dir, for_create && !PHAR_G(readonly) && !phar->is_data ? NULL : error, security)) == NULL) {
NULL              397 ext/phar/util.c 		if ((entry = phar_get_entry_info(phar, path, path_len, for_create && !PHAR_G(readonly) && !phar->is_data ? NULL : error, security)) == NULL) {
NULL              440 ext/phar/util.c 		(*ret)->fp = NULL;
NULL              467 ext/phar/util.c 				entry->link = NULL;
NULL              532 ext/phar/util.c 	if (FAILURE == phar_get_archive(&phar, fname, fname_len, NULL, 0, error)) {
NULL              533 ext/phar/util.c 		return NULL;
NULL              537 ext/phar/util.c 		return NULL;
NULL              546 ext/phar/util.c 		return NULL;
NULL              553 ext/phar/util.c 		return NULL;
NULL              570 ext/phar/util.c 		return NULL;
NULL              599 ext/phar/util.c 	if (NULL == (entry = zend_hash_str_add_mem(&phar->manifest, etemp.filename, path_len, (void*)&etemp, sizeof(phar_entry_info)))) {
NULL              606 ext/phar/util.c 		return NULL;
NULL              613 ext/phar/util.c 		return NULL;
NULL              640 ext/phar/util.c 	phar_set_pharfp(phar, php_stream_open_wrapper(phar->fname, "rb", IGNORE_URL|STREAM_MUST_SEEK|0, NULL));
NULL              661 ext/phar/util.c 		dest->link = NULL;
NULL              669 ext/phar/util.c 	if (dest->fp == NULL) {
NULL              680 ext/phar/util.c 	if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), dest->fp, link->uncompressed_filesize, NULL)) {
NULL              717 ext/phar/util.c 			entry->fp = php_stream_open_wrapper(entry->tmp, "rb", STREAM_MUST_SEEK|0, NULL);
NULL              763 ext/phar/util.c 	if ((filtername = phar_decompress_filter(entry, 0)) != NULL) {
NULL              764 ext/phar/util.c 		filter = php_stream_filter_create(filtername, NULL, 0);
NULL              766 ext/phar/util.c 		filter = NULL;
NULL              782 ext/phar/util.c 		if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_entrypfp(entry), ufp, entry->compressed_filesize, NULL)) {
NULL              831 ext/phar/util.c 		*error = NULL;
NULL              837 ext/phar/util.c 		entry->link = NULL;
NULL              878 ext/phar/util.c 	if (fp == NULL) {
NULL              889 ext/phar/util.c 	if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), fp, link->uncompressed_filesize, NULL)) {
NULL              898 ext/phar/util.c 		entry->link = NULL;
NULL              916 ext/phar/util.c 		*error = NULL;
NULL              920 ext/phar/util.c 		return NULL;
NULL              924 ext/phar/util.c 		return NULL;
NULL              933 ext/phar/util.c 			&& NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
NULL              954 ext/phar/util.c 	PHAR_G(last_phar) = NULL;
NULL              955 ext/phar/util.c 	PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL;
NULL              974 ext/phar/util.c 		*error = NULL;
NULL              977 ext/phar/util.c 	*archive = NULL;
NULL              987 ext/phar/util.c 				*archive = NULL;
NULL              991 ext/phar/util.c 			if (PHAR_G(last_phar)->alias_len && NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), PHAR_G(last_phar)->alias, PHAR_G(last_phar)->alias_len))) {
NULL             1010 ext/phar/util.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
NULL             1019 ext/phar/util.c 						*error = NULL;
NULL             1036 ext/phar/util.c 		if (PHAR_G(manifest_cached) && NULL != (fd_ptr = zend_hash_str_find_ptr(&cached_alias, alias, alias_len))) {
NULL             1041 ext/phar/util.c 	my_realpath = NULL;
NULL             1046 ext/phar/util.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), fname, fname_len))) {
NULL             1058 ext/phar/util.c 				if (fd->alias_len && NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), fd->alias, fd->alias_len))) {
NULL             1074 ext/phar/util.c 		if (PHAR_G(manifest_cached) && NULL != (fd_ptr = zend_hash_str_find_ptr(&cached_phars, fname, fname_len))) {
NULL             1098 ext/phar/util.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), save, save_len))) {
NULL             1110 ext/phar/util.c 		if (PHAR_G(manifest_cached) && NULL != (fd_ptr = zend_hash_str_find_ptr(&cached_alias, save, save_len))) {
NULL             1135 ext/phar/util.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_fname_map)), fname, fname_len))) {
NULL             1155 ext/phar/util.c 		if (PHAR_G(manifest_cached) && NULL != (fd_ptr = zend_hash_str_find_ptr(&cached_phars, fname, fname_len))) {
NULL             1177 ext/phar/util.c 		return return_unknown ? "unknown" : NULL;
NULL             1201 ext/phar/util.c 			return return_unknown ? "unknown" : NULL;
NULL             1232 ext/phar/util.c 		*error = NULL;
NULL             1239 ext/phar/util.c 		return NULL;
NULL             1246 ext/phar/util.c 		return NULL;
NULL             1253 ext/phar/util.c 		return NULL;
NULL             1257 ext/phar/util.c 		return NULL;
NULL             1262 ext/phar/util.c 			return NULL;
NULL             1267 ext/phar/util.c 	if (NULL != (entry = zend_hash_str_find_ptr(&phar->manifest, path, path_len))) {
NULL             1270 ext/phar/util.c 			return NULL;
NULL             1276 ext/phar/util.c 			return NULL;
NULL             1283 ext/phar/util.c 			return NULL;
NULL             1312 ext/phar/util.c 				if (NULL == (entry = zend_hash_find_ptr(&phar->manifest, str_key))) {
NULL             1316 ext/phar/util.c 					return NULL;
NULL             1323 ext/phar/util.c 					return NULL;
NULL             1330 ext/phar/util.c 					return NULL;
NULL             1338 ext/phar/util.c 					return NULL;
NULL             1347 ext/phar/util.c 					return NULL;
NULL             1356 ext/phar/util.c 					return NULL;
NULL             1361 ext/phar/util.c 				if (NULL == (entry = zend_hash_str_find_ptr(&phar->manifest, path, path_len))) {
NULL             1365 ext/phar/util.c 					return NULL;
NULL             1372 ext/phar/util.c 	return NULL;
NULL             1421 ext/phar/util.c 	if (FAILURE == zend_fcall_info_init(&openssl, 0, &fci, &fcc, NULL, NULL)) {
NULL             1501 ext/phar/util.c 			zend_string *pubkey = NULL;
NULL             1514 ext/phar/util.c 			pfp = php_stream_open_wrapper(pfile, "rb", 0, NULL);
NULL             1531 ext/phar/util.c 			if (FAILURE == phar_call_openssl_signverify(0, fp, end_of_phar, pubkey ? ZSTR_VAL(pubkey) : NULL, pubkey ? ZSTR_LEN(pubkey) : 0, &sig, &tempsig)) {
NULL             1549 ext/phar/util.c 			in = BIO_new_mem_buf(pubkey ? ZSTR_VAL(pubkey) : NULL, pubkey ? ZSTR_LEN(pubkey) : 0);
NULL             1551 ext/phar/util.c 			if (NULL == in) {
NULL             1559 ext/phar/util.c 			key = PEM_read_bio_PUBKEY(in, NULL,NULL, NULL);
NULL             1563 ext/phar/util.c 			if (NULL == key) {
NULL             1767 ext/phar/util.c 		phar->signature = NULL;
NULL             1821 ext/phar/util.c 			if (in == NULL) {
NULL             1828 ext/phar/util.c 			key = PEM_read_bio_PrivateKey(in, NULL,NULL, "");
NULL             1872 ext/phar/util.c 			sigbuf = NULL;
NULL             1932 ext/phar/util.c 		if (!filename_len || NULL == zend_hash_str_add_empty_element(&phar->virtual_dirs, filename, filename_len)) {
NULL             1953 ext/phar/util.c 	entry->metadata_str.s = NULL;
NULL             1965 ext/phar/util.c 			entry->metadata_str.s = NULL;
NULL             2019 ext/phar/util.c 		zend_get_hash_value, NULL, 0);
NULL             2021 ext/phar/util.c 		zend_get_hash_value, NULL, 0);
NULL             2022 ext/phar/util.c 	zend_hash_copy(&phar->virtual_dirs, &(*pphar)->virtual_dirs, NULL);
NULL             2040 ext/phar/util.c 	if (NULL == (pzv = zend_hash_str_add(&(PHAR_G(phar_fname_map)), (*pphar)->fname, (*pphar)->fname_len, &zv))) {
NULL             2047 ext/phar/util.c 	PHAR_G(last_phar) = NULL;
NULL             2048 ext/phar/util.c 	PHAR_G(last_phar_name) = PHAR_G(last_alias) = NULL;
NULL             2050 ext/phar/util.c 	if (newpphar->alias_len && NULL == zend_hash_str_add_ptr(&(PHAR_G(phar_alias_map)), newpphar->alias, newpphar->alias_len, newpphar)) {
NULL              129 ext/phar/zip.c 	now = time(NULL);
NULL              172 ext/phar/zip.c 	phar_archive_data *mydata = NULL;
NULL              174 ext/phar/zip.c 	char *p = buf, *ext, *actual_alias = NULL;
NULL              175 ext/phar/zip.c 	char *metadata = NULL;
NULL              201 ext/phar/zip.c 	while ((p=(char *) memchr(p + 1, 'P', (size_t) (size - (p + 1 - buf)))) != NULL) {
NULL              287 ext/phar/zip.c 		zend_get_hash_value, NULL, (zend_bool)mydata->is_persistent);
NULL              289 ext/phar/zip.c 		zend_get_hash_value, NULL, (zend_bool)mydata->is_persistent);
NULL              410 ext/phar/zip.c 			php_stream_copy_to_stream_ex(fp, sigfile, entry.header_offset, NULL);
NULL              414 ext/phar/zip.c 			php_stream_copy_to_stream_ex(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL);
NULL              575 ext/phar/zip.c 				filter = php_stream_filter_create("zlib.inflate", NULL, php_stream_is_persistent(fp));
NULL              593 ext/phar/zip.c 						actual_alias = NULL;
NULL              607 ext/phar/zip.c 				filter = php_stream_filter_create("bzip2.decompress", NULL, php_stream_is_persistent(fp));
NULL              625 ext/phar/zip.c 						actual_alias = NULL;
NULL              647 ext/phar/zip.c 						actual_alias = NULL;
NULL              690 ext/phar/zip.c 		if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), actual_alias, mydata->alias_len))) {
NULL              712 ext/phar/zip.c 			if (NULL != (fd_ptr = zend_hash_str_find_ptr(&(PHAR_G(phar_alias_map)), alias, alias_len))) {
NULL              859 ext/phar/zip.c 				entry->fp = NULL;
NULL              900 ext/phar/zip.c 		filter = php_stream_filter_create(phar_compress_filter(entry, 0), NULL, 0);
NULL              930 ext/phar/zip.c 		if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) {
NULL              970 ext/phar/zip.c 		entry->metadata_str.s = NULL;
NULL             1034 ext/phar/zip.c 			if (SUCCESS != php_stream_copy_to_stream_ex(entry->cfp, p->filefp, entry->compressed_filesize, NULL)) {
NULL             1040 ext/phar/zip.c 			entry->cfp = NULL;
NULL             1048 ext/phar/zip.c 			if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), p->filefp, entry->uncompressed_filesize, NULL)) {
NULL             1074 ext/phar/zip.c 		if (!entry->is_dir && entry->compressed_filesize && SUCCESS != php_stream_copy_to_stream_ex(p->old, p->filefp, entry->compressed_filesize, NULL)) {
NULL             1080 ext/phar/zip.c 	entry->fp = NULL;
NULL             1116 ext/phar/zip.c 		if (newfile == NULL) {
NULL             1123 ext/phar/zip.c 		php_stream_copy_to_stream_ex(pass->filefp, newfile, tell, NULL);
NULL             1126 ext/phar/zip.c 		php_stream_copy_to_stream_ex(pass->centralfp, newfile, tell, NULL);
NULL             1147 ext/phar/zip.c 		if (entry.fp == NULL) {
NULL             1194 ext/phar/zip.c 	char *temperr = NULL;
NULL             1201 ext/phar/zip.c 	entry.timestamp = time(NULL);
NULL             1221 ext/phar/zip.c 		if (entry.fp == NULL) {
NULL             1236 ext/phar/zip.c 		if (NULL == zend_hash_str_update_mem(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info))) {
NULL             1281 ext/phar/zip.c 					user_stub = NULL;
NULL             1298 ext/phar/zip.c 		if ((pos = php_stristr(tmp, halt_stub, len, sizeof(halt_stub) - 1)) == NULL) {
NULL             1313 ext/phar/zip.c 		if (entry.fp == NULL) {
NULL             1334 ext/phar/zip.c 		if (NULL == zend_hash_str_update_mem(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info))) {
NULL             1350 ext/phar/zip.c 		if (entry.fp == NULL) {
NULL             1368 ext/phar/zip.c 				if (NULL == zend_hash_str_add_mem(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info))) {
NULL             1381 ext/phar/zip.c 			if (NULL == zend_hash_str_update_mem(&phar->manifest, entry.filename, entry.filename_len, (void*)&entry, sizeof(phar_entry_info))) {
NULL             1397 ext/phar/zip.c 		oldfile = php_stream_open_wrapper(phar->fname, "rb", 0, NULL);
NULL             1398 ext/phar/zip.c 		closeoldfile = oldfile != NULL;
NULL             1523 ext/phar/zip.c 		phar->ufp = NULL;
NULL             1533 ext/phar/zip.c 		phar->fp = php_stream_open_wrapper(phar->fname, "w+b", IGNORE_URL|STREAM_MUST_SEEK|REPORT_ERRORS, NULL);
NULL             1545 ext/phar/zip.c 		php_stream_copy_to_stream_ex(pass.filefp, phar->fp, PHP_STREAM_COPY_ALL, NULL);
NULL              139 ext/posix/php_posix.h #define posix_module_ptr NULL
NULL              420 ext/posix/posix.c 	NULL,
NULL              421 ext/posix/posix.c 	NULL,
NULL              422 ext/posix/posix.c 	NULL,
NULL              427 ext/posix/posix.c 	NULL,
NULL              428 ext/posix/posix.c 	NULL,
NULL              590 ext/posix/posix.c 	if (NULL == (p = getlogin())) {
NULL              743 ext/posix/posix.c 	if (NULL == ctermid(buffer)) {
NULL              763 ext/posix/posix.c 	if (stream == NULL) {
NULL              764 ext/posix/posix.c 		php_error_docref(NULL, E_WARNING, "expects argument 1 to be a valid stream resource");
NULL              772 ext/posix/posix.c 		php_error_docref(NULL, E_WARNING, "could not use stream of type '%s'",
NULL              820 ext/posix/posix.c 	if (NULL == (p = ttyname(fd))) {
NULL              947 ext/posix/posix.c 			php_error_docref(NULL, E_WARNING, "For S_IFCHR and S_IFBLK you need to pass a major device kernel identifier");
NULL              951 ext/posix/posix.c 			php_error_docref(NULL, E_WARNING,
NULL              958 ext/posix/posix.c 			php_error_docref(NULL, E_WARNING, "Cannot create a block or character device, creating a normal file instead");
NULL              981 ext/posix/posix.c 	if (NULL == g)
NULL              984 ext/posix/posix.c 	if (array_group == NULL || Z_TYPE_P(array_group) != IS_ARRAY)
NULL              991 ext/posix/posix.c 	for (count=0; g->gr_mem[count] != NULL; count++) {
NULL             1019 ext/posix/posix.c 	path = expand_filepath(filename, NULL);
NULL             1075 ext/posix/posix.c 	if (getgrnam_r(name, g, buf, buflen, &g) || g == NULL) {
NULL             1081 ext/posix/posix.c 	if (NULL == (g = getgrnam(name))) {
NULL             1090 ext/posix/posix.c 		php_error_docref(NULL, E_WARNING, "unable to convert posix group to array");
NULL             1107 ext/posix/posix.c 	struct group *retgrptr = NULL;
NULL             1126 ext/posix/posix.c 	if (ret || retgrptr == NULL) {
NULL             1133 ext/posix/posix.c 	if (NULL == (g = getgrgid(gid))) {
NULL             1142 ext/posix/posix.c 		php_error_docref(NULL, E_WARNING, "unable to convert posix group struct to array");
NULL             1153 ext/posix/posix.c 	if (NULL == pw)
NULL             1155 ext/posix/posix.c 	if (NULL == return_value || Z_TYPE_P(return_value) != IS_ARRAY)
NULL             1194 ext/posix/posix.c 	if (getpwnam_r(name, pw, buf, buflen, &pw) || pw == NULL) {
NULL             1200 ext/posix/posix.c 	if (NULL == (pw = getpwnam(name))) {
NULL             1209 ext/posix/posix.c 		php_error_docref(NULL, E_WARNING, "unable to convert posix passwd struct to array");
NULL             1225 ext/posix/posix.c 	struct passwd *retpwptr = NULL;
NULL             1243 ext/posix/posix.c 	if (ret || retpwptr == NULL) {
NULL             1250 ext/posix/posix.c 	if (NULL == (pw = getpwuid(uid))) {
NULL             1259 ext/posix/posix.c 		php_error_docref(NULL, E_WARNING, "unable to convert posix passwd struct to array");
NULL             1360 ext/posix/posix.c 	{ 0, NULL }
NULL             1369 ext/posix/posix.c 	struct limitlist *l = NULL;
NULL               31 ext/pspell/php_pspell.h #define pspell_module_ptr NULL
NULL              209 ext/pspell/pspell.c 	"pspell", pspell_functions, PHP_MINIT(pspell), NULL, NULL, NULL, PHP_MINFO(pspell), PHP_PSPELL_VERSION, STANDARD_MODULE_PROPERTIES
NULL              232 ext/pspell/pspell.c 	if (res == NULL || Z_RES_P(res)->type != le_pspell_config) { \
NULL              233 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "%ld is not a PSPELL config index", conf); \
NULL              241 ext/pspell/pspell.c 	if (res == NULL || Z_RES_P(res)->type != le_pspell) { \
NULL              242 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "%ld is not a PSPELL result index", scin); \
NULL              256 ext/pspell/pspell.c 	le_pspell = zend_register_list_destructors_ex(php_pspell_close, NULL, "pspell", module_number);
NULL              257 ext/pspell/pspell.c 	le_pspell_config = zend_register_list_destructors_ex(php_pspell_close_config, NULL, "pspell config", module_number);
NULL              266 ext/pspell/pspell.c 	char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL;
NULL              298 ext/pspell/pspell.c 		result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen);
NULL              348 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "PSPELL couldn't open the dictionary. reason: %s", pspell_error_message(ret));
NULL              363 ext/pspell/pspell.c 	char *personal, *language, *spelling = NULL, *jargon = NULL, *encoding = NULL;
NULL              395 ext/pspell/pspell.c 		result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen);
NULL              453 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "PSPELL couldn't open the dictionary. reason: %s", pspell_error_message(ret));
NULL              483 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "PSPELL couldn't open the dictionary. reason: %s", pspell_error_message(ret));
NULL              544 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "PSPELL had a problem. details: %s", pspell_manager_error_message(manager));
NULL              569 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "pspell_store_replacement() gave error: %s", pspell_manager_error_message(manager));
NULL              599 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "pspell_add_to_personal() gave error: %s", pspell_manager_error_message(manager));
NULL              629 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "pspell_add_to_session() gave error: %s", pspell_manager_error_message(manager));
NULL              652 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "pspell_clear_session() gave error: %s", pspell_manager_error_message(manager));
NULL              676 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "pspell_save_wordlist() gave error: %s", pspell_manager_error_message(manager));
NULL              687 ext/pspell/pspell.c 	char *language, *spelling = NULL, *jargon = NULL, *encoding = NULL;
NULL              714 ext/pspell/pspell.c 		result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen);
NULL               37 ext/readline/php_readline.h #define phpext_readline_ptr NULL
NULL              160 ext/readline/readline.c 	NULL,
NULL              215 ext/readline/readline.c 	char *prompt = NULL;
NULL              241 ext/readline/readline.c 	char *what = NULL;
NULL              242 ext/readline/readline.c 	zval *value = NULL;
NULL              398 ext/readline/readline.c 	char *arg = NULL;
NULL              423 ext/readline/readline.c 	char *arg = NULL;
NULL              454 ext/readline/readline.c 	while ((entry = zend_hash_get_current_data(myht)) != NULL) {
NULL              463 ext/readline/readline.c 	return NULL;
NULL              484 ext/readline/readline.c 	char **matches = NULL;
NULL              490 ext/readline/readline.c 	if (call_user_function(CG(function_table), NULL, &_readline_completion, &_readline_array, 3, params) == SUCCESS) {
NULL              497 ext/readline/readline.c 					return NULL;
NULL              515 ext/readline/readline.c 	zval *arg = NULL;
NULL              516 ext/readline/readline.c 	zend_string *name = NULL;
NULL              523 ext/readline/readline.c 		php_error_docref(NULL, E_WARNING, "%s is not callable", ZSTR_VAL(name));
NULL              533 ext/readline/readline.c 	if (rl_attempted_completion_function == NULL) {
NULL              552 ext/readline/readline.c 	call_user_function(CG(function_table), NULL, &_prepped_callback, &dummy, 1, params);
NULL              563 ext/readline/readline.c 	zend_string *name = NULL;
NULL              572 ext/readline/readline.c 		php_error_docref(NULL, E_WARNING, "%s is not callable", ZSTR_VAL(name));
NULL               75 ext/readline/readline_cli.c #define RTLD_DEFAULT NULL
NULL               83 ext/readline/readline_cli.c static FILE *pager_pipe = NULL;
NULL              115 ext/readline/readline_cli.c 	rg->pager = NULL;
NULL              116 ext/readline/readline_cli.c 	rg->prompt = NULL;
NULL              117 ext/readline/readline_cli.c 	rg->prompt_str = NULL;
NULL              195 ext/readline/readline_cli.c 					zend_eval_stringl(code, prompt_end - prompt_spec - 1, NULL, "php prompt code");
NULL              197 ext/readline/readline_cli.c 				CLIR_G(prompt_str) = NULL;
NULL              428 ext/readline/readline_cli.c 	return NULL;
NULL              436 ext/readline/readline_cli.c 	tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, symbol_table, NULL);
NULL              450 ext/readline/readline_cli.c 	tmp = retval = cli_completion_generator_ht(text + 1, textlen - 1, state, EG(ini_directives), NULL);
NULL              509 ext/readline/readline_cli.c 	char *retval = NULL;
NULL              523 ext/readline/readline_cli.c 		zend_class_entry *ce = NULL;
NULL              530 ext/readline/readline_cli.c 			if ((ce = zend_lookup_class(class_name)) == NULL) {
NULL              532 ext/readline/readline_cli.c 				return NULL;
NULL              597 ext/readline/readline_cli.c 		prepend_file.opened_path = NULL;
NULL              602 ext/readline/readline_cli.c 		zend_execute_scripts(ZEND_REQUIRE, NULL, 1, prepend_file_p);
NULL              611 ext/readline/readline_cli.c 	while ((line = readline(ZSTR_VAL(prompt))) != NULL) {
NULL              673 ext/readline/readline_cli.c 			zend_eval_stringl(code, pos, NULL, "php shell code");
NULL              688 ext/readline/readline_cli.c 			pager_pipe = NULL;
NULL              708 ext/readline/readline_cli.c 		(cb) = NULL; \
NULL              723 ext/readline/readline_cli.c 	ZEND_INIT_MODULE_GLOBALS(cli_readline, cli_readline_init_globals, NULL);
NULL              750 ext/readline/readline_cli.c 		cb->cli_shell_write = NULL;
NULL              751 ext/readline/readline_cli.c 		cb->cli_shell_ub_write = NULL;
NULL              752 ext/readline/readline_cli.c 		cb->cli_shell_run = NULL;
NULL               39 ext/recode/php_recode.h #define phpext_recode_ptr NULL
NULL               96 ext/recode/recode.c 	NULL,
NULL               97 ext/recode/recode.c 	NULL,
NULL              102 ext/recode/recode.c 	NULL,
NULL              103 ext/recode/recode.c 	NULL,
NULL              113 ext/recode/recode.c 	recode_globals->outer = NULL;
NULL              119 ext/recode/recode.c 	if (ReSG(outer) == NULL) {
NULL              146 ext/recode/recode.c 	RECODE_REQUEST request = NULL;
NULL              147 ext/recode/recode.c 	char *r = NULL;
NULL              158 ext/recode/recode.c 	if (request == NULL) {
NULL              159 ext/recode/recode.c 		php_error_docref(NULL, E_WARNING, "Cannot allocate request structure");
NULL              164 ext/recode/recode.c 		php_error_docref(NULL, E_WARNING, "Illegal recode request '%s'", req);
NULL              170 ext/recode/recode.c 		php_error_docref(NULL, E_WARNING, "Recoding failed.");
NULL              188 ext/recode/recode.c 	RECODE_REQUEST request = NULL;
NULL              211 ext/recode/recode.c 	if (request == NULL) {
NULL              212 ext/recode/recode.c 		php_error_docref(NULL, E_WARNING, "Cannot allocate request structure");
NULL              217 ext/recode/recode.c 		php_error_docref(NULL, E_WARNING, "Illegal recode request '%s'", req);
NULL              222 ext/recode/recode.c 		php_error_docref(NULL, E_WARNING, "Recoding failed.");
NULL               49 ext/reflection/php_reflection.c 		zend_std_write_property(object, &member, value, NULL); \
NULL               91 ext/reflection/php_reflection.c 		php_error_docref(NULL, E_ERROR, "%s() cannot be called statically", get_active_function_name());        \
NULL              107 ext/reflection/php_reflection.c 	if (intern->ptr == NULL) {                                                                              \
NULL              109 ext/reflection/php_reflection.c 		php_error_docref(NULL, E_ERROR, "Internal error: Failed to retrieve the reflection object");                    \
NULL              185 ext/reflection/php_reflection.c 	str->buf = NULL;
NULL              245 ext/reflection/php_reflection.c 	if ((value = zend_hash_str_find_ind(Z_OBJPROP_P(object), name, name_len)) == NULL) {
NULL              246 ext/reflection/php_reflection.c 		return NULL;
NULL              256 ext/reflection/php_reflection.c 	if ((value = _default_load_entry(object, name, name_len)) == NULL) {
NULL              269 ext/reflection/php_reflection.c 		*return_value = NULL;
NULL              341 ext/reflection/php_reflection.c 	intern->ptr = NULL;
NULL              406 ext/reflection/php_reflection.c 	if (ce->get_iterator != NULL) {
NULL              456 ext/reflection/php_reflection.c 			zval_update_constant_ex(value, 1, NULL);
NULL              484 ext/reflection/php_reflection.c 				_property_string(str, prop, NULL, ZSTR_VAL(sub_indent.buf));
NULL              531 ext/reflection/php_reflection.c 				_property_string(str, prop, NULL, ZSTR_VAL(sub_indent.buf));
NULL              550 ext/reflection/php_reflection.c 						_property_string(&dyn, NULL, ZSTR_VAL(prop_name), ZSTR_VAL(sub_indent.buf));
NULL              588 ext/reflection/php_reflection.c 						&& (closure = zend_get_closure_invoke_method(Z_OBJ_P(obj))) != NULL)
NULL              592 ext/reflection/php_reflection.c 						closure = NULL;
NULL              645 ext/reflection/php_reflection.c 	return NULL;
NULL              698 ext/reflection/php_reflection.c 			zval_update_constant_ex(&zv, 1, NULL);
NULL              814 ext/reflection/php_reflection.c 			if ((overwrites = zend_hash_find_ptr(&fptr->common.scope->parent->function_table, lc_name)) != NULL) {
NULL              995 ext/reflection/php_reflection.c 			_class_string(str, ce, NULL, indent);
NULL             1104 ext/reflection/php_reflection.c 				_function_string(str, fptr, NULL, "    ");
NULL             1207 ext/reflection/php_reflection.c 	intern->ce = NULL;
NULL             1280 ext/reflection/php_reflection.c 	intern->ce = NULL;
NULL             1328 ext/reflection/php_reflection.c 		zend_property_info *tmp_info = NULL;
NULL             1330 ext/reflection/php_reflection.c 		while (tmp_ce && (tmp_info = zend_hash_str_find_ptr(&tmp_ce->properties_info, prop_name, prop_name_len)) == NULL) {
NULL             1386 ext/reflection/php_reflection.c 	if (object_and_properties_init(&reflector, ce_ptr, NULL) == FAILURE) {
NULL             1393 ext/reflection/php_reflection.c 	fci.function_table = NULL;
NULL             1395 ext/reflection/php_reflection.c 	fci.symbol_table = NULL;
NULL             1428 ext/reflection/php_reflection.c 	fci.object = NULL;
NULL             1434 ext/reflection/php_reflection.c 	result = zend_call_function(&fci, NULL);
NULL             1438 ext/reflection/php_reflection.c 	if (result == FAILURE && EG(exception) == NULL) {
NULL             1462 ext/reflection/php_reflection.c 	if (intern->ptr == NULL) {
NULL             1464 ext/reflection/php_reflection.c 			return NULL;
NULL             1466 ext/reflection/php_reflection.c 		php_error_docref(NULL, E_ERROR, "Internal error: Failed to retrieve the reflection object");
NULL             1472 ext/reflection/php_reflection.c 		return NULL;
NULL             1484 ext/reflection/php_reflection.c 	if (param == NULL) {
NULL             1485 ext/reflection/php_reflection.c 		return NULL;
NULL             1491 ext/reflection/php_reflection.c 		return NULL;
NULL             1528 ext/reflection/php_reflection.c 	result= call_user_function_ex(NULL, object, &fname, &retval, 0, NULL, 0, NULL);
NULL             1537 ext/reflection/php_reflection.c 		php_error_docref(NULL, E_WARNING, "%s::__toString() did not return anything", ZSTR_VAL(Z_OBJCE_P(object)->name));
NULL             1607 ext/reflection/php_reflection.c 	zval *closure = NULL;
NULL             1634 ext/reflection/php_reflection.c 		if ((fptr = zend_hash_str_find_ptr(EG(function_table), nsname, name_len)) == NULL) {
NULL             1652 ext/reflection/php_reflection.c 	intern->ce = NULL;
NULL             1756 ext/reflection/php_reflection.c 		zend_create_fake_closure(return_value, fptr, NULL, NULL, NULL);
NULL             1891 ext/reflection/php_reflection.c 	if (fptr->type == ZEND_USER_FUNCTION && fptr->op_array.static_variables != NULL) {
NULL             1913 ext/reflection/php_reflection.c 	zval *params = NULL;
NULL             1928 ext/reflection/php_reflection.c 	fci.function_table = NULL;
NULL             1930 ext/reflection/php_reflection.c 	fci.symbol_table = NULL;
NULL             1931 ext/reflection/php_reflection.c 	fci.object = NULL;
NULL             1940 ext/reflection/php_reflection.c 	fcc.called_scope = NULL;
NULL             1941 ext/reflection/php_reflection.c 	fcc.object = NULL;
NULL             1988 ext/reflection/php_reflection.c 	fci.function_table = NULL;
NULL             1990 ext/reflection/php_reflection.c 	fci.symbol_table = NULL;
NULL             1991 ext/reflection/php_reflection.c 	fci.object = NULL;
NULL             2000 ext/reflection/php_reflection.c 	fcc.called_scope = NULL;
NULL             2001 ext/reflection/php_reflection.c 	fcc.object = NULL;
NULL             2092 ext/reflection/php_reflection.c 		reflection_parameter_factory(_copy_function(fptr), Z_ISUNDEF(intern->obj)? NULL : &intern->obj, arg_info, i, fptr->common.required_num_args, &parameter);
NULL             2164 ext/reflection/php_reflection.c 		zend_throw_exception(NULL, "Cannot create ReflectionGenerator based on a terminated Generator", 0);
NULL             2176 ext/reflection/php_reflection.c 		zend_throw_exception(NULL, "Cannot fetch information from a terminated Generator", 0); \
NULL             2188 ext/reflection/php_reflection.c 	zend_execute_data *root_prev = NULL, *cur_prev;
NULL             2200 ext/reflection/php_reflection.c 		generator->execute_data->prev_execute_data = NULL;
NULL             2203 ext/reflection/php_reflection.c 		generator->execute_fake.prev_execute_data = NULL;
NULL             2265 ext/reflection/php_reflection.c 		reflection_method_factory(ex->func->op_array.scope, ex->func, NULL, return_value);
NULL             2267 ext/reflection/php_reflection.c 		reflection_function_factory(ex->func, NULL, return_value);
NULL             2334 ext/reflection/php_reflection.c 	zend_class_entry *ce = NULL;
NULL             2352 ext/reflection/php_reflection.c 				if ((fptr = zend_hash_str_find_ptr(EG(function_table), lcname, lcname_len)) == NULL) {
NULL             2369 ext/reflection/php_reflection.c 				if (((classref =zend_hash_index_find(Z_ARRVAL_P(reference), 0)) == NULL)
NULL             2370 ext/reflection/php_reflection.c 					|| ((method = zend_hash_index_find(Z_ARRVAL_P(reference), 1)) == NULL))
NULL             2380 ext/reflection/php_reflection.c 					if ((ce = zend_lookup_class(Z_STR_P(classref))) == NULL) {
NULL             2393 ext/reflection/php_reflection.c 					&& (fptr = zend_get_closure_invoke_method(Z_OBJ_P(classref))) != NULL)
NULL             2397 ext/reflection/php_reflection.c 				} else if ((fptr = zend_hash_str_find_ptr(&ce->function_table, lcname, lcname_len)) == NULL) {
NULL             2414 ext/reflection/php_reflection.c 				} else if ((fptr = zend_hash_str_find_ptr(&ce->function_table, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME))) == NULL) {
NULL             2559 ext/reflection/php_reflection.c 		reflection_function_factory(_copy_function(param->fptr), Z_ISUNDEF(intern->obj)? NULL : &intern->obj, return_value);
NULL             2561 ext/reflection/php_reflection.c 		reflection_method_factory(param->fptr->common.scope, _copy_function(param->fptr), Z_ISUNDEF(intern->obj)? NULL : &intern->obj, return_value);
NULL             2696 ext/reflection/php_reflection.c 	reflection_type_factory(_copy_function(param->fptr), Z_ISUNDEF(intern->obj)? NULL : &intern->obj, param->arg_info, return_value);
NULL             2865 ext/reflection/php_reflection.c 		zval_update_constant_ex(return_value, 0, NULL);
NULL             3026 ext/reflection/php_reflection.c 		if ((tmp = strstr(name_str, "::")) == NULL) {
NULL             3036 ext/reflection/php_reflection.c 		orig_obj = NULL;
NULL             3040 ext/reflection/php_reflection.c 		orig_obj = NULL;
NULL             3049 ext/reflection/php_reflection.c 			if ((ce = zend_lookup_class(Z_STR_P(classname))) == NULL) {
NULL             3079 ext/reflection/php_reflection.c 		&& (mptr = zend_get_closure_invoke_method(Z_OBJ_P(orig_obj))) != NULL)
NULL             3082 ext/reflection/php_reflection.c 	} else if ((mptr = zend_hash_str_find_ptr(&ce->function_table, lcname, name_len)) == NULL) {
NULL             3130 ext/reflection/php_reflection.c 		zend_create_fake_closure(return_value, mptr, mptr->common.scope, mptr->common.scope, NULL);
NULL             3158 ext/reflection/php_reflection.c 	zval *params = NULL;
NULL             3200 ext/reflection/php_reflection.c 		object = NULL;
NULL             3219 ext/reflection/php_reflection.c 	fci.function_table = NULL;
NULL             3221 ext/reflection/php_reflection.c 	fci.symbol_table = NULL;
NULL             3305 ext/reflection/php_reflection.c 		object = NULL;
NULL             3326 ext/reflection/php_reflection.c 	fci.function_table = NULL;
NULL             3328 ext/reflection/php_reflection.c 	fci.symbol_table = NULL;
NULL             3329 ext/reflection/php_reflection.c 	fci.object = object ? Z_OBJ_P(object) : NULL;
NULL             3339 ext/reflection/php_reflection.c 	fcc.object = (object) ? Z_OBJ_P(object) : NULL;
NULL             3449 ext/reflection/php_reflection.c 	if ((name = _default_load_entry(getThis(), "name", sizeof("name")-1)) == NULL) {
NULL             3472 ext/reflection/php_reflection.c 	if ((name = _default_load_entry(getThis(), "name", sizeof("name")-1)) == NULL) {
NULL             3495 ext/reflection/php_reflection.c 	if ((name = _default_load_entry(getThis(), "name", sizeof("name")-1)) == NULL) {
NULL             3543 ext/reflection/php_reflection.c 	reflection_type_factory(_copy_function(fptr), Z_ISUNDEF(intern->obj)? NULL : &intern->obj, &fptr->common.arg_info[-1], return_value);
NULL             3634 ext/reflection/php_reflection.c 	reflection_method_factory(mptr->common.prototype->common.scope, mptr->common.prototype, NULL, return_value);
NULL             3695 ext/reflection/php_reflection.c 		if ((ce = zend_lookup_class(Z_STR_P(argument))) == NULL) {
NULL             3735 ext/reflection/php_reflection.c 		prop = NULL;
NULL             3752 ext/reflection/php_reflection.c 			if (UNEXPECTED(zval_update_constant_ex(&prop_copy, 1, NULL) != SUCCESS)) {
NULL             3791 ext/reflection/php_reflection.c 	zval *prop, *def_value = NULL;
NULL             4027 ext/reflection/php_reflection.c 		reflection_method_factory(ce, ce->constructor, NULL, return_value);
NULL             4082 ext/reflection/php_reflection.c 		&& (mptr = zend_get_closure_invoke_method(Z_OBJ(intern->obj))) != NULL)
NULL             4086 ext/reflection/php_reflection.c 		reflection_method_factory(ce, mptr, NULL, return_value);
NULL             4090 ext/reflection/php_reflection.c 		&& object_init_ex(&obj_tmp, ce) == SUCCESS && (mptr = zend_get_closure_invoke_method(Z_OBJ(obj_tmp))) != NULL) {
NULL             4093 ext/reflection/php_reflection.c 		reflection_method_factory(ce, mptr, NULL, return_value);
NULL             4096 ext/reflection/php_reflection.c 	} else if ((mptr = zend_hash_str_find_ptr(&ce->function_table, lc_name, name_len)) != NULL) {
NULL             4097 ext/reflection/php_reflection.c 		reflection_method_factory(ce, mptr, NULL, return_value);
NULL             4117 ext/reflection/php_reflection.c 			&& (closure = zend_get_closure_invoke_method(Z_OBJ_P(obj))) != NULL)
NULL             4124 ext/reflection/php_reflection.c 		reflection_method_factory(ce, mptr, NULL, &method);
NULL             4193 ext/reflection/php_reflection.c 	if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) {
NULL             4201 ext/reflection/php_reflection.c 			if (Z_OBJ_HANDLER(intern->obj, has_property)(&intern->obj, &property, 2, NULL)) {
NULL             4229 ext/reflection/php_reflection.c 	if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) {
NULL             4240 ext/reflection/php_reflection.c 			property_info_tmp.doc_comment = NULL;
NULL             4251 ext/reflection/php_reflection.c 	if ((tmp = strstr(ZSTR_VAL(name), "::")) != NULL) {
NULL             4275 ext/reflection/php_reflection.c 		if ((property_info = zend_hash_str_find_ptr(&ce->properties_info, str_name, str_name_len)) != NULL && (property_info->flags & ZEND_ACC_SHADOW) == 0) {
NULL             4316 ext/reflection/php_reflection.c 	if (hash_key->key == NULL) {
NULL             4324 ext/reflection/php_reflection.c 	if (zend_get_property_info(ce, hash_key->key, 1) == NULL) {
NULL             4327 ext/reflection/php_reflection.c 		property_info.doc_comment = NULL;
NULL             4434 ext/reflection/php_reflection.c 	if ((value = zend_hash_find(&ce->constants_table, name)) == NULL) {
NULL             4499 ext/reflection/php_reflection.c 			RETURN_BOOL(Z_OBJ_HANDLER(intern->obj, clone_obj) != NULL);
NULL             4508 ext/reflection/php_reflection.c 			RETVAL_BOOL(Z_OBJ_HANDLER(obj, clone_obj) != NULL);
NULL             4603 ext/reflection/php_reflection.c 		zval *params = NULL;
NULL             4626 ext/reflection/php_reflection.c 		fci.symbol_table = NULL;
NULL             4645 ext/reflection/php_reflection.c 			php_error_docref(NULL, E_WARNING, "Invocation of %s's constructor failed", ZSTR_VAL(ce->name));
NULL             4665 ext/reflection/php_reflection.c 	if (ce->create_object != NULL && ce->ce_flags & ZEND_ACC_FINAL) {
NULL             4708 ext/reflection/php_reflection.c 		zval *params = NULL;
NULL             4730 ext/reflection/php_reflection.c 		fci.symbol_table = NULL;
NULL             4753 ext/reflection/php_reflection.c 			php_error_docref(NULL, E_WARNING, "Invocation of %s's constructor failed", ZSTR_VAL(ce->name));
NULL             4925 ext/reflection/php_reflection.c 			if ((class_ce = zend_lookup_class(Z_STR_P(class_name))) == NULL) {
NULL             4934 ext/reflection/php_reflection.c 				if (argument == NULL || argument->ptr == NULL) {
NULL             4935 ext/reflection/php_reflection.c 					php_error_docref(NULL, E_ERROR, "Internal error: Failed to retrieve the argument's reflection object");
NULL             4969 ext/reflection/php_reflection.c 			if ((interface_ce = zend_lookup_class(Z_STR_P(interface))) == NULL) {
NULL             4978 ext/reflection/php_reflection.c 				if (argument == NULL || argument->ptr == NULL) {
NULL             4979 ext/reflection/php_reflection.c 					php_error_docref(NULL, E_ERROR, "Internal error: Failed to retrieve the argument's reflection object");
NULL             5015 ext/reflection/php_reflection.c 	RETURN_BOOL(ce->get_iterator != NULL);
NULL             5071 ext/reflection/php_reflection.c 	if ((name = _default_load_entry(getThis(), "name", sizeof("name")-1)) == NULL) {
NULL             5094 ext/reflection/php_reflection.c 	if ((name = _default_load_entry(getThis(), "name", sizeof("name")-1)) == NULL) {
NULL             5117 ext/reflection/php_reflection.c 	if ((name = _default_load_entry(getThis(), "name", sizeof("name")-1)) == NULL) {
NULL             5166 ext/reflection/php_reflection.c 	zend_property_info *property_info = NULL;
NULL             5179 ext/reflection/php_reflection.c 			if ((ce = zend_lookup_class(Z_STR_P(classname))) == NULL) {
NULL             5195 ext/reflection/php_reflection.c 	if ((property_info = zend_hash_str_find_ptr(&ce->properties_info, name_str, name_len)) == NULL || (property_info->flags & ZEND_ACC_SHADOW)) {
NULL             5197 ext/reflection/php_reflection.c 		if (property_info == NULL && Z_TYPE_P(classname) == IS_OBJECT && Z_OBJ_HT_P(classname)->get_properties) {
NULL             5213 ext/reflection/php_reflection.c 		while (tmp_ce && (tmp_info = zend_hash_str_find_ptr(&tmp_ce->properties_info, name_str, name_len)) == NULL) {
NULL             5237 ext/reflection/php_reflection.c 		reference->prop.doc_comment = NULL;
NULL             5263 ext/reflection/php_reflection.c 	_property_string(&str, &ref->prop, NULL, "");
NULL             5355 ext/reflection/php_reflection.c 	zval *member_p = NULL;
NULL             5372 ext/reflection/php_reflection.c 			php_error_docref(NULL, E_ERROR, "Internal error: Could not find the property %s::%s", ZSTR_VAL(intern->ce->name), ZSTR_VAL(ref->prop.name));
NULL             5424 ext/reflection/php_reflection.c 			php_error_docref(NULL, E_ERROR, "Internal error: Could not find the property %s::%s", ZSTR_VAL(intern->ce->name), ZSTR_VAL(ref->prop.name));
NULL             5475 ext/reflection/php_reflection.c 	while (tmp_ce && (tmp_info = zend_hash_str_find_ptr(&tmp_ce->properties_info, prop_name, prop_name_len)) != NULL) {
NULL             5557 ext/reflection/php_reflection.c 	if ((module = zend_hash_str_find_ptr(&module_registry, lcname, name_len)) == NULL) {
NULL             5568 ext/reflection/php_reflection.c 	intern->ce = NULL;
NULL             5640 ext/reflection/php_reflection.c 			reflection_function_factory(fptr, NULL, &function);
NULL             5931 ext/reflection/php_reflection.c 	intern->ce = NULL;
NULL             6074 ext/reflection/php_reflection.c 	ZEND_FENTRY(export, NULL, NULL, ZEND_ACC_STATIC|ZEND_ACC_ABSTRACT|ZEND_ACC_PUBLIC)
NULL             6521 ext/reflection/php_reflection.c 	reflection_object_handlers.clone_obj = NULL;
NULL             6629 ext/reflection/php_reflection.c 	NULL,
NULL             6630 ext/reflection/php_reflection.c 	NULL,
NULL             6631 ext/reflection/php_reflection.c 	NULL,
NULL              119 ext/session/mod_files.c 		return NULL;
NULL              167 ext/session/mod_files.c 			data->lastkey = NULL;
NULL              173 ext/session/mod_files.c 			php_error_docref(NULL, E_WARNING, "The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,'");
NULL              214 ext/session/mod_files.c 				php_error_docref(NULL, E_WARNING, "fcntl(%d, F_SETFD, FD_CLOEXEC) failed: %s (%d)", data->fd, strerror(errno), errno);
NULL              218 ext/session/mod_files.c 			php_error_docref(NULL, E_WARNING, "open(%s, O_RDWR) failed: %s (%d)", buf, strerror(errno), errno);
NULL              266 ext/session/mod_files.c 			php_error_docref(NULL, E_WARNING, "write failed: %s (%d)", strerror(errno), errno);
NULL              268 ext/session/mod_files.c 			php_error_docref(NULL, E_WARNING, "write wrote less bytes than requested");
NULL              289 ext/session/mod_files.c 		php_error_docref(NULL, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno);
NULL              389 ext/session/mod_files.c 		dirdepth = (size_t) ZEND_STRTOL(argv[0], NULL, 10);
NULL              398 ext/session/mod_files.c 		filemode = (int)ZEND_STRTOL(argv[1], NULL, 8);
NULL              441 ext/session/mod_files.c 		data->lastkey = NULL;
NULL              446 ext/session/mod_files.c 	PS_SET_MOD_DATA(NULL);
NULL              513 ext/session/mod_files.c 			php_error_docref(NULL, E_WARNING, "read failed: %s (%d)", strerror(errno), errno);
NULL              515 ext/session/mod_files.c 			php_error_docref(NULL, E_WARNING, "read returned less bytes than requested");
NULL              571 ext/session/mod_files.c 	newtime = NULL;
NULL              573 ext/session/mod_files.c 	newtime->modtime = newtime->actime = time(NULL);
NULL              670 ext/session/mod_files.c 				return NULL;
NULL              680 ext/session/mod_files.c 				sid = NULL;
NULL              683 ext/session/mod_files.c 				return NULL;
NULL               65 ext/session/mod_mm.c static ps_mm *ps_mm_instance = NULL;
NULL              126 ext/session/mod_mm.c 		php_error_docref(NULL, E_WARNING, "mm_malloc failed, avail %ld, err %s", mm_available(data->mm), mm_error());
NULL              127 ext/session/mod_mm.c 		return NULL;
NULL              135 ext/session/mod_mm.c 	sd->data = NULL;
NULL              189 ext/session/mod_mm.c 	for (prev = NULL, ret = data->hash[slot]; ret; prev = ret, ret = ret->next) {
NULL              288 ext/session/mod_mm.c 		ps_mm_instance = NULL;
NULL              313 ext/session/mod_mm.c 		ps_mm_instance = NULL;
NULL              344 ext/session/mod_mm.c 	PS_SET_MOD_DATA(NULL);
NULL              363 ext/session/mod_mm.c 			PS(id) = NULL;
NULL              410 ext/session/mod_mm.c 				php_error_docref(NULL, E_WARNING, "cannot allocate new data segment");
NULL              411 ext/session/mod_mm.c 				sd = NULL;
NULL              488 ext/session/mod_mm.c 				sid = NULL;
NULL              491 ext/session/mod_mm.c 				return NULL;
NULL               33 ext/session/mod_user.c 	if (call_user_function(EG(function_table), NULL, func, retval, argc, argv) == FAILURE) {
NULL               64 ext/session/mod_user.c 				php_error_docref(NULL, E_WARNING, \
NULL               79 ext/session/mod_user.c 		php_error_docref(NULL, E_WARNING,
NULL              105 ext/session/mod_user.c 		ps_call_handler(&PSF(close), 0, NULL, &retval);
NULL              183 ext/session/mod_user.c 		zend_string *id = NULL;
NULL              186 ext/session/mod_user.c 		ps_call_handler(&PSF(create_sid), 0, NULL, &retval);
NULL              194 ext/session/mod_user.c 			php_error_docref(NULL, E_ERROR, "No session id returned by function");
NULL              195 ext/session/mod_user.c 			return NULL;
NULL              199 ext/session/mod_user.c 			php_error_docref(NULL, E_ERROR, "Session id must be a string");
NULL              200 ext/session/mod_user.c 			return NULL;
NULL               25 ext/session/mod_user_class.c 	if (PS(default_mod) == NULL) {				\
NULL               26 ext/session/mod_user_class.c 		php_error_docref(NULL, E_CORE_ERROR, "Cannot call default session handler"); \
NULL               33 ext/session/mod_user_class.c 		php_error_docref(NULL, E_WARNING, "Parent session handler is not open");	\
NULL               41 ext/session/mod_user_class.c 	char *save_path = NULL, *session_name = NULL;
NULL              301 ext/session/php_session.h 		if (key == NULL) {											\
NULL              302 ext/session/php_session.h 			php_error_docref(NULL, E_NOTICE,				\
NULL               93 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "A session is active. You cannot change the session module's ini settings at this time");	\
NULL              105 ext/session/session.c 	PS(id) = NULL;
NULL              107 ext/session/session.c 	PS(mod_data) = NULL;
NULL              110 ext/session/session.c 	PS(session_vars) = NULL;
NULL              130 ext/session/session.c 		PS(id) = NULL;
NULL              134 ext/session/session.c 		PS(session_vars) = NULL;
NULL              144 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "Trying to destroy uninitialized session");
NULL              150 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "Session object destruction failed");
NULL              162 ext/session/session.c 	zval *sym_track = NULL;
NULL              170 ext/session/session.c 	if (sym_track == NULL) {
NULL              184 ext/session/session.c 	return NULL;
NULL              193 ext/session/session.c 	return NULL;
NULL              220 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "Unknown session.serialize_handler. Failed to encode session object");
NULL              221 ext/session/session.c 			return NULL;
NULL              225 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "Cannot encode non-existent session");
NULL              227 ext/session/session.c 	return NULL;
NULL              234 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "Unknown session.serialize_handler. Failed to decode session object");
NULL              240 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "Failed to decode session object. Session has been destroyed");
NULL              305 ext/session/session.c 	void *hash_context = NULL;
NULL              314 ext/session/session.c 	char *remote_addr = NULL;
NULL              316 ext/session/session.c 	gettimeofday(&tv, NULL);
NULL              344 ext/session/session.c 				php_error_docref(NULL, E_ERROR, "Invalid session hash function");
NULL              345 ext/session/session.c 				return NULL;
NULL              356 ext/session/session.c 			php_error_docref(NULL, E_ERROR, "Invalid session hash function");
NULL              357 ext/session/session.c 			return NULL;
NULL              435 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "The ini setting hash_bits_per_character is out of range (should be 4, 5, or 6) - using 4 for now");
NULL              494 ext/session/session.c 				php_error_docref(NULL, E_NOTICE, "purged %d expired session objects", nrdels);
NULL              504 ext/session/session.c 	zend_string *val = NULL;
NULL              507 ext/session/session.c 		php_error_docref(NULL, E_ERROR, "No storage module chosen - failed to initialize session");
NULL              515 ext/session/session.c 		php_error_docref(NULL, E_ERROR, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s_name, PS(save_path));
NULL              523 ext/session/session.c 			php_error_docref(NULL, E_ERROR, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path));
NULL              536 ext/session/session.c 			PS(id) = php_session_create_id(NULL);
NULL              561 ext/session/session.c 		PS(session_vars) = NULL;
NULL              601 ext/session/session.c 				php_error_docref(NULL, E_WARNING, "Failed to write session data (%s). Please "
NULL              638 ext/session/session.c 			php_error_docref(NULL, err_type, "Cannot find save handler '%s'", ZSTR_VAL(new_value));
NULL              668 ext/session/session.c 			php_error_docref(NULL, err_type, "Cannot find serialization handler '%s'", ZSTR_VAL(new_value));
NULL              698 ext/session/session.c 		if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) != NULL) {
NULL              726 ext/session/session.c 	if ((!ZSTR_LEN(new_value) || is_numeric_string(ZSTR_VAL(new_value), ZSTR_LEN(new_value), NULL, NULL, 0))) {
NULL              737 ext/session/session.c 			php_error_docref(NULL, err_type, "session.name cannot be a numeric or empty '%s'", ZSTR_VAL(new_value));
NULL              750 ext/session/session.c 	char *endptr = NULL;
NULL              753 ext/session/session.c 	PS(hash_ops) = NULL;
NULL              791 ext/session/session.c 	php_error_docref(NULL, E_WARNING, "session.configuration 'session.hash_function' must be existing hash function. %s does not exist.", ZSTR_VAL(new_value));
NULL              801 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "session.upload_progress.freq must be greater than or equal to zero");
NULL              806 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "session.upload_progress.freq cannot be over 100%%");
NULL             1014 ext/session/session.c 				return NULL;
NULL             1110 ext/session/session.c 		if (ps_serializers[i].name == NULL) {
NULL             1114 ext/session/session.c 			ps_serializers[i + 1].name = NULL;
NULL             1236 ext/session/session.c 	gettimeofday(&tv, NULL);
NULL             1298 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "Cannot send session cache limiter - headers already sent (output started at %s:%d)", output_start_filename, output_start_lineno);
NULL             1300 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "Cannot send session cache limiter - headers already sent");
NULL             1368 ext/session/session.c 	zend_string *date_fmt = NULL;
NULL             1376 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "Cannot send session cookie - headers already sent by (output started at %s:%d)", output_start_filename, output_start_lineno);
NULL             1378 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "Cannot send session cookie - headers already sent");
NULL             1399 ext/session/session.c 		gettimeofday(&tv, NULL);
NULL             1443 ext/session/session.c 	ps_module *ret = NULL;
NULL             1459 ext/session/session.c 	const ps_serializer *ret = NULL;
NULL             1478 ext/session/session.c 		PS(id) = NULL;
NULL             1489 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "Cannot set session ID - session ID is not initialized");
NULL             1555 ext/session/session.c 					php_error_docref(NULL, E_WARNING, "Cannot find save handler '%s' - session startup failed", value);
NULL             1563 ext/session/session.c 					php_error_docref(NULL, E_WARNING, "Cannot find serialization handler '%s' - session startup failed", value);
NULL             1635 ext/session/session.c 			strstr(Z_STRVAL_P(data), PS(extern_referer_chk)) == NULL
NULL             1638 ext/session/session.c 			PS(id) = NULL;
NULL             1646 ext/session/session.c 		PS(id) = NULL;
NULL             1703 ext/session/session.c 	zend_string *path = NULL, *domain = NULL;
NULL             1765 ext/session/session.c 	zend_string *name = NULL;
NULL             1786 ext/session/session.c 	zend_string *name = NULL;
NULL             1802 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "Cannot find named PHP session module (%s)", ZSTR_VAL(name));
NULL             1810 ext/session/session.c 		PS(mod_data) = NULL;
NULL             1823 ext/session/session.c 	zval *args = NULL;
NULL             1833 ext/session/session.c 		zval *obj = NULL;
NULL             1856 ext/session/session.c 				php_error_docref(NULL, E_ERROR, "Session handler's function table is corrupt");
NULL             1914 ext/session/session.c 				php_error_docref(NULL, E_WARNING, "Unable to register session shutdown function");
NULL             1948 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "Argument %d is not a valid callback", i+1);
NULL             1978 ext/session/session.c 	zend_string *name = NULL;
NULL             1988 ext/session/session.c 		if (memchr(ZSTR_VAL(name), '\0', ZSTR_LEN(name)) != NULL) {
NULL             1989 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "The save_path cannot contain NULL characters");
NULL             2004 ext/session/session.c 	zend_string *name = NULL;
NULL             2045 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "Cannot regenerate session id - headers already sent");
NULL             2050 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "Cannot regenerate session id - session is not active");
NULL             2059 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "Session object destruction failed.  ID: %s (path: %s)", PS(mod)->s_name, PS(save_path));
NULL             2074 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "Session write failed. ID: %s (path: %s)", PS(mod)->s_name, PS(save_path));
NULL             2083 ext/session/session.c 		PS(session_vars) = NULL;
NULL             2089 ext/session/session.c 		php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failed to create new session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path));
NULL             2094 ext/session/session.c 		php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failed to create(open) session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path));
NULL             2103 ext/session/session.c 			php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failed to create session ID by collision: %s (path: %s)", PS(mod)->s_name, PS(save_path));
NULL             2110 ext/session/session.c 		php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failed to create(read) session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path));
NULL             2132 ext/session/session.c 	zend_string *prefix = NULL, *new_id;
NULL             2142 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "Prefix cannot contain special characters. Only aphanumeric, ',', '-' are allowed");
NULL             2152 ext/session/session.c 		new_id = php_session_create_id(NULL);
NULL             2160 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "Failed to create new ID");
NULL             2174 ext/session/session.c 	zend_string *limiter = NULL;
NULL             2195 ext/session/session.c 	zval *expires = NULL;
NULL             2224 ext/session/session.c 	if (enc == NULL) {
NULL             2236 ext/session/session.c 	zend_string *str = NULL;
NULL             2239 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "Session is not active. You cannot decode session data");
NULL             2270 ext/session/session.c 	zval *options = NULL;
NULL             2281 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "Cannot start session with empty session ID");
NULL             2299 ext/session/session.c 								php_error_docref(NULL, E_WARNING, "Setting option '%s' failed", ZSTR_VAL(str_idx));
NULL             2305 ext/session/session.c 						php_error_docref(NULL, E_WARNING, "Option(%s) value must be string, boolean or long", ZSTR_VAL(str_idx));
NULL             2421 ext/session/session.c 		php_error_docref(NULL, E_WARNING, "Unable to register session flush function");
NULL             2557 ext/session/session.c 	{ NULL, NULL, NULL }
NULL             2565 ext/session/session.c 	{ NULL, NULL, NULL }
NULL             2574 ext/session/session.c 	{ NULL, NULL, NULL }
NULL             2588 ext/session/session.c 	{ NULL, NULL, NULL }
NULL             2600 ext/session/session.c 	if (PS(mod) == NULL) {
NULL             2609 ext/session/session.c 	if (PS(serializer) == NULL) {
NULL             2618 ext/session/session.c 	if (PS(mod) == NULL || PS(serializer) == NULL) {
NULL             2666 ext/session/session.c 	ps_globals->save_path = NULL;
NULL             2667 ext/session/session.c 	ps_globals->session_name = NULL;
NULL             2668 ext/session/session.c 	ps_globals->id = NULL;
NULL             2669 ext/session/session.c 	ps_globals->mod = NULL;
NULL             2670 ext/session/session.c 	ps_globals->serializer = NULL;
NULL             2671 ext/session/session.c 	ps_globals->mod_data = NULL;
NULL             2673 ext/session/session.c 	ps_globals->default_mod = NULL;
NULL             2676 ext/session/session.c 	ps_globals->session_vars = NULL;
NULL             2688 ext/session/session.c 	zend_register_auto_global(zend_string_init("_SESSION", sizeof("_SESSION") - 1, 1), 0, NULL);
NULL             2737 ext/session/session.c 	php_session_rfc1867_orig_callback = NULL;
NULL             2739 ext/session/session.c 		php_rfc1867_callback = NULL;
NULL             2742 ext/session/session.c 	ps_serializers[PREDEFINED_SERIALIZERS].name = NULL;
NULL             2832 ext/session/session.c 		sapi_module.treat_data(PARSE_COOKIE, NULL, NULL);
NULL             2841 ext/session/session.c 	sapi_module.treat_data(PARSE_GET, NULL, NULL);
NULL             2849 ext/session/session.c 	if ((progress_ary = zend_symtable_find(Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))), progress->key.s)) == NULL) {
NULL             2855 ext/session/session.c 	if ((cancel_upload = zend_hash_str_find(Z_ARRVAL_P(progress_ary), "cancel_upload", sizeof("cancel_upload") - 1)) == NULL) {
NULL             2871 ext/session/session.c 			gettimeofday(&tv, NULL);
NULL             3008 ext/session/session.c 			add_assoc_long_ex(&progress->current_file, "start_time", sizeof("start_time") - 1, (zend_long)time(NULL));
NULL             3071 ext/session/session.c 			progress = NULL;
NULL             3072 ext/session/session.c 			PS(rfc1867_progress) = NULL;
NULL             3086 ext/session/session.c 	NULL,
NULL             3096 ext/session/session.c 	NULL,
NULL             3097 ext/session/session.c 	NULL,
NULL               66 ext/shmop/php_shmop.h #define phpext_shmop_ptr NULL
NULL              101 ext/shmop/shmop.c 	NULL,
NULL              102 ext/shmop/shmop.c 	NULL,
NULL              103 ext/shmop/shmop.c 	NULL,
NULL              129 ext/shmop/shmop.c 	shm_type = zend_register_list_destructors_ex(rsclean, NULL, "shmop", module_number);
NULL              160 ext/shmop/shmop.c 		php_error_docref(NULL, E_WARNING, "%s is not a valid flag", flags);
NULL              190 ext/shmop/shmop.c 			php_error_docref(NULL, E_WARNING, "invalid access mode");
NULL              195 ext/shmop/shmop.c 		php_error_docref(NULL, E_WARNING, "Shared memory segment size must be greater than zero");
NULL              201 ext/shmop/shmop.c 		php_error_docref(NULL, E_WARNING, "unable to attach or create shared memory segment '%s'", strerror(errno));
NULL              206 ext/shmop/shmop.c 		php_error_docref(NULL, E_WARNING, "unable to get shared memory segment information '%s'", strerror(errno));
NULL              212 ext/shmop/shmop.c 		php_error_docref(NULL, E_WARNING, "unable to attach to shared memory segment '%s'", strerror(errno));
NULL              240 ext/shmop/shmop.c 	if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) {
NULL              245 ext/shmop/shmop.c 		php_error_docref(NULL, E_WARNING, "start is out of range");
NULL              250 ext/shmop/shmop.c 		php_error_docref(NULL, E_WARNING, "count is out of range");
NULL              275 ext/shmop/shmop.c 	if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) {
NULL              294 ext/shmop/shmop.c 	if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) {
NULL              316 ext/shmop/shmop.c 	if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) {
NULL              321 ext/shmop/shmop.c 		php_error_docref(NULL, E_WARNING, "trying to write to a read only segment");
NULL              326 ext/shmop/shmop.c 		php_error_docref(NULL, E_WARNING, "offset out of range");
NULL              348 ext/shmop/shmop.c 	if ((shmop = (struct php_shmop *)zend_fetch_resource(Z_RES_P(shmid), "shmop", shm_type)) == NULL) {
NULL              352 ext/shmop/shmop.c 	if (shmctl(shmop->shmid, IPC_RMID, NULL)) {
NULL              353 ext/shmop/shmop.c 		php_error_docref(NULL, E_WARNING, "can't mark segment for deletion (are you the owner?)");
NULL               37 ext/simplexml/php_simplexml_exports.h 		__n = NULL; \
NULL               38 ext/simplexml/php_simplexml_exports.h 		php_error_docref(NULL, E_WARNING, "Node no longer exists"); \
NULL               41 ext/simplexml/simplexml.c zend_class_entry *sxe_class_entry = NULL;
NULL               83 ext/simplexml/simplexml.c 	php_libxml_increment_node_ptr((php_libxml_node_object *)subnode, node, NULL);
NULL               93 ext/simplexml/simplexml.c 		__n = NULL; \
NULL               94 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Node no longer exists"); \
NULL              101 ext/simplexml/simplexml.c 	xmlNodePtr retnode = NULL;
NULL              118 ext/simplexml/simplexml.c 	if (name == NULL && (node->ns == NULL || node->ns->prefix == NULL)) {
NULL              141 ext/simplexml/simplexml.c 			return NULL;
NULL              179 ext/simplexml/simplexml.c 	return NULL;
NULL              186 ext/simplexml/simplexml.c 	xmlNodePtr  retnode = NULL;
NULL              201 ext/simplexml/simplexml.c 			return NULL;
NULL              225 ext/simplexml/simplexml.c 		*name = NULL;
NULL              229 ext/simplexml/simplexml.c 	return NULL;
NULL              240 ext/simplexml/simplexml.c 	xmlAttrPtr      attr = NULL;
NULL              253 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_ERROR, "Cannot create unnamed attribute");
NULL              254 ext/simplexml/simplexml.c 			return NULL;
NULL              256 ext/simplexml/simplexml.c 		name = NULL;
NULL              272 ext/simplexml/simplexml.c 		test = sxe->iter.name != NULL;
NULL              275 ext/simplexml/simplexml.c 		attr = node ? node->properties : NULL;
NULL              280 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_ERROR, "Cannot create unnamed attribute");
NULL              281 ext/simplexml/simplexml.c 			return NULL;
NULL              294 ext/simplexml/simplexml.c 								_node_as_zval(sxe, (xmlNodePtr) attr, rv, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix);
NULL              304 ext/simplexml/simplexml.c 							_node_as_zval(sxe, (xmlNodePtr) attr, rv, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix);
NULL              315 ext/simplexml/simplexml.c 				php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, node, NULL);
NULL              326 ext/simplexml/simplexml.c 						php_error_docref(NULL, E_WARNING, "Cannot add element %s number %pd when only 0 such elements exist", mynode->name, Z_LVAL_P(member));
NULL              331 ext/simplexml/simplexml.c 					node = NULL;
NULL              334 ext/simplexml/simplexml.c 					_node_as_zval(sxe, node, rv, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix);
NULL              337 ext/simplexml/simplexml.c 						php_error_docref(NULL, E_WARNING, "Cannot add element %s number %pd when only %pd such elements exist", mynode->name, Z_LVAL_P(member), cnt);
NULL              339 ext/simplexml/simplexml.c 					node = xmlNewTextChild(mynode->parent, mynode->ns, mynode->name, NULL);
NULL              340 ext/simplexml/simplexml.c 					_node_as_zval(sxe, node, rv, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix);
NULL              425 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_WARNING, "It is not possible to assign complex types to nodes");
NULL              437 ext/simplexml/simplexml.c 	xmlNodePtr      newnode = NULL;
NULL              440 ext/simplexml/simplexml.c 	xmlAttrPtr      attr = NULL;
NULL              462 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_ERROR, "Cannot create unnamed attribute");
NULL              468 ext/simplexml/simplexml.c 			ZVAL_STR(&tmp_zv, php_trim(trim_str, NULL, 0, 3));
NULL              474 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_WARNING, "Cannot write or create unnamed %s", attribs ? "attribute" : "element");
NULL              489 ext/simplexml/simplexml.c 		test = sxe->iter.name != NULL;
NULL              493 ext/simplexml/simplexml.c 		attr = node ? node->properties : NULL;
NULL              501 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_ERROR, "Cannot create unnamed attribute");
NULL              505 ext/simplexml/simplexml.c 			node = xmlNewChild(mynode, mynode->ns, sxe->iter.name, NULL);
NULL              574 ext/simplexml/simplexml.c 					php_error_docref(NULL, E_ERROR, "Cannot create duplicate attribute");
NULL              582 ext/simplexml/simplexml.c 						php_error_docref(NULL, E_WARNING, "Cannot add element %s number %pd when only 0 such elements exist", mynode->name, Z_LVAL_P(member));
NULL              619 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_WARNING, "Cannot assign to an array of nodes (duplicate subnodes or attr detected)");
NULL              624 ext/simplexml/simplexml.c 					newnode = xmlNewTextChild(mynode->parent, mynode->ns, mynode->name, value ? (xmlChar *)Z_STRVAL_P(value) : NULL);
NULL              626 ext/simplexml/simplexml.c 					newnode = xmlNewTextChild(mynode, mynode->ns, (xmlChar *)Z_STRVAL_P(member), value ? (xmlChar *)Z_STRVAL_P(value) : NULL);
NULL              630 ext/simplexml/simplexml.c 					php_error_docref(NULL, E_WARNING, "Cannot add element %s number %pd when only %pd such elements exist", mynode->name, Z_LVAL_P(member), cnt);
NULL              633 ext/simplexml/simplexml.c 				newnode = xmlNewTextChild(mynode->parent, mynode->ns, mynode->name, value ? (xmlChar *)Z_STRVAL_P(value) : NULL);
NULL              637 ext/simplexml/simplexml.c 				php_error_docref(NULL, E_WARNING, "Cannot change attribute number %pd when only %d attributes exist", Z_LVAL_P(member), nodendx);
NULL              640 ext/simplexml/simplexml.c 				newnode = (xmlNodePtr)xmlNewProp(node, (xmlChar *)Z_STRVAL_P(member), value ? (xmlChar *)Z_STRVAL_P(value) : NULL);
NULL              662 ext/simplexml/simplexml.c 	sxe_prop_dim_write(object, member, value, 1, 0, NULL);
NULL              670 ext/simplexml/simplexml.c 	sxe_prop_dim_write(object, offset, value, 0, 1, NULL);
NULL              689 ext/simplexml/simplexml.c 		return NULL;
NULL              691 ext/simplexml/simplexml.c 	if (sxe_prop_dim_write(object, member, NULL, 1, 0, &node) != SUCCESS) {
NULL              692 ext/simplexml/simplexml.c 		return NULL;
NULL              695 ext/simplexml/simplexml.c 	name = NULL;
NULL              716 ext/simplexml/simplexml.c 	xmlAttrPtr      attr = NULL;
NULL              745 ext/simplexml/simplexml.c 		test = sxe->iter.name != NULL;
NULL              748 ext/simplexml/simplexml.c 		attr = node ? node->properties : NULL;
NULL              789 ext/simplexml/simplexml.c 				node = sxe_get_element_by_offset(sxe, Z_LVAL_P(member), node, NULL);
NULL              844 ext/simplexml/simplexml.c 	xmlAttrPtr      attr = NULL;
NULL              873 ext/simplexml/simplexml.c 		test = sxe->iter.name != NULL;
NULL              876 ext/simplexml/simplexml.c 		attr = node ? node->properties : NULL;
NULL              914 ext/simplexml/simplexml.c 				node = sxe_get_element_by_offset(sxe, Z_LVAL_P(member), node, NULL);
NULL              997 ext/simplexml/simplexml.c 		php_libxml_increment_node_ptr((php_libxml_node_object *)subnode, node, NULL);
NULL             1012 ext/simplexml/simplexml.c 	if ((data_ptr = zend_hash_find(rv, key)) != NULL) {
NULL             1048 ext/simplexml/simplexml.c 		attr = node ? (xmlAttrPtr)node->properties : NULL;
NULL             1076 ext/simplexml/simplexml.c 			if (node->children != NULL || node->prev != NULL || node->next != NULL) {
NULL             1139 ext/simplexml/simplexml.c 		zend_hash_init(rv, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL             1145 ext/simplexml/simplexml.c 		zend_hash_init(rv, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL             1158 ext/simplexml/simplexml.c 			attr = node ? (xmlAttrPtr)node->properties : NULL;
NULL             1183 ext/simplexml/simplexml.c 			node = NULL;
NULL             1199 ext/simplexml/simplexml.c 			if (node->children != NULL || node->prev != NULL || node->next != NULL) {
NULL             1255 ext/simplexml/simplexml.c 	*table = NULL;
NULL             1282 ext/simplexml/simplexml.c 	if (sxe1->node == NULL) {
NULL             1305 ext/simplexml/simplexml.c 	xmlNsPtr          *ns = NULL;
NULL             1324 ext/simplexml/simplexml.c 		php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement((xmlDocPtr) sxe->document->ptr), NULL);
NULL             1335 ext/simplexml/simplexml.c 	if (ns != NULL) {
NULL             1336 ext/simplexml/simplexml.c 		while (ns[nsnbr] != NULL) {
NULL             1345 ext/simplexml/simplexml.c 	if (ns != NULL) {
NULL             1347 ext/simplexml/simplexml.c 		sxe->xpath->namespaces = NULL;
NULL             1359 ext/simplexml/simplexml.c 	if (result != NULL) {
NULL             1369 ext/simplexml/simplexml.c 					_node_as_zval(sxe, nodeptr->parent, &value, SXE_ITER_NONE, NULL, NULL, 0);
NULL             1371 ext/simplexml/simplexml.c 					_node_as_zval(sxe, nodeptr->parent, &value, SXE_ITER_ATTRLIST, (char*)nodeptr->name, nodeptr->ns ? (xmlChar *)nodeptr->ns->href : NULL, 0);
NULL             1373 ext/simplexml/simplexml.c 					_node_as_zval(sxe, nodeptr, &value, SXE_ITER_NONE, NULL, NULL, 0);
NULL             1445 ext/simplexml/simplexml.c 				outbuf = xmlOutputBufferCreateFilename(filename, NULL, 0);
NULL             1447 ext/simplexml/simplexml.c 				if (outbuf == NULL) {
NULL             1451 ext/simplexml/simplexml.c 				xmlNodeDumpOutput(outbuf, (xmlDocPtr) sxe->document->ptr, node, 0, 0, NULL);
NULL             1471 ext/simplexml/simplexml.c 			outbuf = xmlAllocOutputBuffer(NULL);
NULL             1473 ext/simplexml/simplexml.c 			if (outbuf == NULL) {
NULL             1569 ext/simplexml/simplexml.c 		while (ns != NULL) {
NULL             1603 ext/simplexml/simplexml.c 	if (node == NULL) {
NULL             1617 ext/simplexml/simplexml.c 	char           *nsprefix = NULL;
NULL             1635 ext/simplexml/simplexml.c 	_node_as_zval(sxe, node, return_value, SXE_ITER_CHILD, NULL, (xmlChar *)nsprefix, isprefix);
NULL             1666 ext/simplexml/simplexml.c 	char           *nsprefix = NULL;
NULL             1684 ext/simplexml/simplexml.c 	_node_as_zval(sxe, node, return_value, SXE_ITER_ATTRLIST, NULL, (xmlChar *)nsprefix, isprefix);
NULL             1693 ext/simplexml/simplexml.c 	char           *qname, *value = NULL, *nsuri = NULL;
NULL             1696 ext/simplexml/simplexml.c 	xmlNsPtr        nsptr = NULL;
NULL             1697 ext/simplexml/simplexml.c 	xmlChar        *localname, *prefix = NULL;
NULL             1705 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Element name is required");
NULL             1713 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Cannot add element to attributes");
NULL             1719 ext/simplexml/simplexml.c 	if (node == NULL) {
NULL             1720 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Cannot add child. Parent is not a permanent member of the XML tree");
NULL             1725 ext/simplexml/simplexml.c 	if (localname == NULL) {
NULL             1729 ext/simplexml/simplexml.c 	newnode = xmlNewChild(node, NULL, localname, (xmlChar *)value);
NULL             1731 ext/simplexml/simplexml.c 	if (nsuri != NULL) {
NULL             1733 ext/simplexml/simplexml.c 			newnode->ns = NULL;
NULL             1737 ext/simplexml/simplexml.c 			if (nsptr == NULL) {
NULL             1747 ext/simplexml/simplexml.c 	if (prefix != NULL) {
NULL             1758 ext/simplexml/simplexml.c 	char           *qname, *value = NULL, *nsuri = NULL;
NULL             1761 ext/simplexml/simplexml.c 	xmlAttrPtr      attrp = NULL;
NULL             1762 ext/simplexml/simplexml.c 	xmlNsPtr        nsptr = NULL;
NULL             1763 ext/simplexml/simplexml.c 	xmlChar        *localname, *prefix = NULL;
NULL             1771 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Attribute name is required");
NULL             1784 ext/simplexml/simplexml.c 	if (node == NULL) {
NULL             1785 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Unable to locate parent Element");
NULL             1790 ext/simplexml/simplexml.c 	if (localname == NULL) {
NULL             1792 ext/simplexml/simplexml.c 			if (prefix != NULL) {
NULL             1795 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_WARNING, "Attribute requires prefix for namespace");
NULL             1802 ext/simplexml/simplexml.c 	if (attrp != NULL && attrp->type != XML_ATTRIBUTE_DECL) {
NULL             1804 ext/simplexml/simplexml.c 		if (prefix != NULL) {
NULL             1807 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Attribute already exists");
NULL             1811 ext/simplexml/simplexml.c 	if (nsuri != NULL) {
NULL             1813 ext/simplexml/simplexml.c 		if (nsptr == NULL) {
NULL             1821 ext/simplexml/simplexml.c 	if (prefix != NULL) {
NULL             1862 ext/simplexml/simplexml.c 	xmlChar        *contents = NULL;
NULL             1869 ext/simplexml/simplexml.c 		node = php_sxe_get_first_node(sxe, NULL);
NULL             1879 ext/simplexml/simplexml.c 		node = php_sxe_get_first_node(sxe, NULL);
NULL             1886 ext/simplexml/simplexml.c 				php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement((xmlDocPtr) sxe->document->ptr), NULL);
NULL             2020 ext/simplexml/simplexml.c 	NULL,
NULL             2026 ext/simplexml/simplexml.c 	NULL, /* zend_get_std_object_handlers()->get_method,*/
NULL             2027 ext/simplexml/simplexml.c 	NULL, /* zend_get_std_object_handlers()->call_method,*/
NULL             2028 ext/simplexml/simplexml.c 	NULL, /* zend_get_std_object_handlers()->get_constructor, */
NULL             2029 ext/simplexml/simplexml.c 	NULL, /* zend_get_std_object_handlers()->get_class_name,*/
NULL             2034 ext/simplexml/simplexml.c 	NULL,
NULL             2046 ext/simplexml/simplexml.c 	xmlNodePtr nodep = NULL;
NULL             2047 ext/simplexml/simplexml.c 	xmlDocPtr docp = NULL;
NULL             2057 ext/simplexml/simplexml.c 	if (sxe->iter.name != NULL) {
NULL             2060 ext/simplexml/simplexml.c 	if (sxe->iter.nsprefix != NULL) {
NULL             2069 ext/simplexml/simplexml.c 	php_libxml_increment_node_ptr((php_libxml_node_object *)clone, nodep, NULL);
NULL             2091 ext/simplexml/simplexml.c 		sxe->iter.name = NULL;
NULL             2095 ext/simplexml/simplexml.c 		sxe->iter.nsprefix = NULL;
NULL             2131 ext/simplexml/simplexml.c 	zend_function *fptr_count = NULL;
NULL             2146 ext/simplexml/simplexml.c 			fptr_count = NULL;
NULL             2163 ext/simplexml/simplexml.c 	intern->iter.nsprefix = NULL;
NULL             2164 ext/simplexml/simplexml.c 	intern->iter.name = NULL;
NULL             2195 ext/simplexml/simplexml.c 	char           *ns = NULL;
NULL             2207 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Invalid options");
NULL             2211 ext/simplexml/simplexml.c 	docp = xmlReadFile(filename, NULL, (int)options);
NULL             2219 ext/simplexml/simplexml.c 		fptr_count = NULL;
NULL             2224 ext/simplexml/simplexml.c 	sxe->iter.nsprefix = ns_len ? (xmlChar*)estrdup(ns) : NULL;
NULL             2227 ext/simplexml/simplexml.c 	php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement(docp), NULL);
NULL             2241 ext/simplexml/simplexml.c 	char           *ns = NULL;
NULL             2253 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Data is too long");
NULL             2257 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Namespace is too long");
NULL             2261 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Invalid options");
NULL             2265 ext/simplexml/simplexml.c 	docp = xmlReadMemory(data, (int)data_len, NULL, NULL, (int)options);
NULL             2273 ext/simplexml/simplexml.c 		fptr_count = NULL;
NULL             2278 ext/simplexml/simplexml.c 	sxe->iter.nsprefix = ns_len ? (xmlChar*)estrdup(ns) : NULL;
NULL             2281 ext/simplexml/simplexml.c 	php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement(docp), NULL);
NULL             2292 ext/simplexml/simplexml.c 	char           *data, *ns = NULL;
NULL             2303 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Data is too long");
NULL             2307 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Namespace is too long");
NULL             2311 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Invalid options");
NULL             2315 ext/simplexml/simplexml.c 	docp = is_url ? xmlReadFile(data, NULL, (int)options) : xmlReadMemory(data, (int)data_len, NULL, NULL, (int)options);
NULL             2318 ext/simplexml/simplexml.c 		((php_libxml_node_object *)sxe)->document = NULL;
NULL             2323 ext/simplexml/simplexml.c 	sxe->iter.nsprefix = ns_len ? (xmlChar*)estrdup(ns) : NULL;
NULL             2326 ext/simplexml/simplexml.c 	php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, xmlDocGetRootElement(docp), NULL);
NULL             2386 ext/simplexml/simplexml.c 		_node_as_zval(sxe, node, &sxe->iter.data, SXE_ITER_NONE, NULL, prefix, isprefix);
NULL             2416 ext/simplexml/simplexml.c 	return NULL;
NULL             2471 ext/simplexml/simplexml.c 	xmlNodePtr curnode = NULL;
NULL             2472 ext/simplexml/simplexml.c 	if (intern != NULL && intern->node != NULL) {
NULL             2486 ext/simplexml/simplexml.c 	xmlNodePtr      node = NULL;
NULL             2538 ext/simplexml/simplexml.c 	xmlNodePtr		nodep = NULL;
NULL             2551 ext/simplexml/simplexml.c 		if (nodep->doc == NULL) {
NULL             2552 ext/simplexml/simplexml.c 			php_error_docref(NULL, E_WARNING, "Imported Node must have associated Document");
NULL             2563 ext/simplexml/simplexml.c 			fptr_count = NULL;
NULL             2570 ext/simplexml/simplexml.c 		php_libxml_increment_node_ptr((php_libxml_node_object *)sxe, nodep, NULL);
NULL             2574 ext/simplexml/simplexml.c 		php_error_docref(NULL, E_WARNING, "Invalid Nodetype to import");
NULL             2663 ext/simplexml/simplexml.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL             2669 ext/simplexml/simplexml.c 	NULL,
NULL             2670 ext/simplexml/simplexml.c 	NULL,
NULL             2736 ext/simplexml/simplexml.c 	sxe_class_entry = NULL;
NULL               35 ext/simplexml/sxe.c PHP_SXE_API zend_class_entry *ce_SimpleXMLIterator = NULL;
NULL              107 ext/simplexml/sxe.c 	if (intern != NULL && intern->node != NULL) {
NULL              192 ext/simplexml/sxe.c 	{NULL, NULL, NULL}
NULL              201 ext/simplexml/sxe.c 	if ((pce = zend_hash_str_find_ptr(CG(class_table), "simplexmlelement", sizeof("SimpleXMLElement") - 1)) == NULL) {
NULL              202 ext/simplexml/sxe.c 		ce_SimpleXMLElement  = NULL;
NULL              203 ext/simplexml/sxe.c 		ce_SimpleXMLIterator = NULL;
NULL               38 ext/skeleton/skeleton.c 	char *arg = NULL;
NULL              132 ext/skeleton/skeleton.c 	PHP_FE(confirm_extname_compiled,	NULL)		/* For testing, remove later. */
NULL              140 ext/snmp/php_snmp.h #define snmp_module_ptr NULL
NULL               89 ext/snmp/snmp.c 		while(NULL != logh_head) \
NULL              104 ext/snmp/snmp.c 	while (b[i].name != NULL) { \
NULL              451 ext/snmp/snmp.c 		(*session)->a = NULL; \
NULL              463 ext/snmp/snmp.c 		*session = NULL;
NULL              514 ext/snmp/snmp.c 	php_snmp_object *snmp_object = NULL;
NULL              553 ext/snmp/snmp.c 	char *dbuf = (char *)NULL;
NULL              566 ext/snmp/snmp.c 				php_error_docref(NULL, E_WARNING, "snprint_value() asks for a buffer more than 512k, Net-SNMP bug?");
NULL              582 ext/snmp/snmp.c 			php_error_docref(NULL, E_WARNING, "emalloc() failed: %s, fallback to static buffer", strerror(errno));
NULL              597 ext/snmp/snmp.c 			php_error_docref(NULL, E_WARNING, "emalloc() failed: %s, fallback to static buffer", strerror(errno));
NULL              671 ext/snmp/snmp.c 			php_error_docref(NULL, E_WARNING, "Unknown value type: %u", vars->type);
NULL              704 ext/snmp/snmp.c 	struct snmp_pdu *pdu=NULL, *response;
NULL              720 ext/snmp/snmp.c 	php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_NOERROR, "");
NULL              728 ext/snmp/snmp.c 	if ((ss = snmp_open(session)) == NULL) {
NULL              729 ext/snmp/snmp.c 		snmp_error(session, NULL, NULL, &err);
NULL              730 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "Could not open snmp connection: %s", err);
NULL              737 ext/snmp/snmp.c 		php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_MULTIPLE_SET_QUERIES, "Can not fit all OIDs for SET query into one packet, using multiple queries");
NULL              760 ext/snmp/snmp.c 				php_error_docref(NULL, E_ERROR, "Unknown SNMP command (internals)");
NULL              768 ext/snmp/snmp.c 						php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_OID_PARSING_ERROR, "Could not add variable: OID='%s' type='%c' value='%s': %s", buf, objid_query->vars[objid_query->offset].type, objid_query->vars[objid_query->offset].value, snmp_api_errstring(snmp_errno));
NULL              778 ext/snmp/snmp.c 			if(pdu->variables == NULL){
NULL              810 ext/snmp/snmp.c 						php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, buf2);
NULL              850 ext/snmp/snmp.c 								php_error_docref(NULL, E_WARNING, "Could not find original OID name for '%s'", buf2);
NULL              878 ext/snmp/snmp.c 							php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_OID_NOT_INCREASING, "Error: OID not increasing: %s", buf2);
NULL              911 ext/snmp/snmp.c 						php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at '%s': %s", buf, snmp_errstring(response->errstat));
NULL              913 ext/snmp/snmp.c 						php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_ERROR_IN_REPLY, "Error in packet at %u object_id: %s", response->errindex, snmp_errstring(response->errstat));
NULL              916 ext/snmp/snmp.c 						if ((pdu = snmp_fix_pdu(response, ((st & SNMP_CMD_GET) ? SNMP_MSG_GET : SNMP_MSG_GETNEXT) )) != NULL) {
NULL              931 ext/snmp/snmp.c 			php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_TIMEOUT, "No response from %s", session->peername);
NULL              939 ext/snmp/snmp.c 			snmp_error(ss, NULL, NULL, &err);
NULL              940 ext/snmp/snmp.c 			php_snmp_error(getThis(), NULL, PHP_SNMP_ERRNO_GENERIC, "Fatal error: %s", err);
NULL              986 ext/snmp/snmp.c 		if (objid_query->vars == NULL) {
NULL              987 ext/snmp/snmp.c 			php_error_docref(NULL, E_WARNING, "emalloc() failed while parsing oid: %s", strerror(errno));
NULL              995 ext/snmp/snmp.c 					php_error_docref(NULL, E_WARNING, "Bogus type '%s', should be single char, got %u", Z_STRVAL_P(type), Z_STRLEN_P(type));
NULL             1003 ext/snmp/snmp.c 				php_error_docref(NULL, E_WARNING, "Single objid and multiple type or values are not supported");
NULL             1011 ext/snmp/snmp.c 			php_error_docref(NULL, E_WARNING, "Got empty OID array");
NULL             1015 ext/snmp/snmp.c 		if (objid_query->vars == NULL) {
NULL             1016 ext/snmp/snmp.c 			php_error_docref(NULL, E_WARNING, "emalloc() failed while parsing oid array: %s", strerror(errno));
NULL             1039 ext/snmp/snmp.c 							php_error_docref(NULL, E_WARNING, "'%s': bogus type '%s', should be single char, got %u", Z_STRVAL_P(tmp_oid), Z_STRVAL_P(tmp_type), Z_STRLEN_P(tmp_type));
NULL             1047 ext/snmp/snmp.c 						php_error_docref(NULL, E_WARNING, "'%s': no type set", Z_STRVAL_P(tmp_oid));
NULL             1068 ext/snmp/snmp.c 						php_error_docref(NULL, E_WARNING, "'%s': no value set", Z_STRVAL_P(tmp_oid));
NULL             1081 ext/snmp/snmp.c 			php_snmp_error(object, NULL, PHP_SNMP_ERRNO_OID_PARSING_ERROR, "Multi OID walks are not supported!");
NULL             1088 ext/snmp/snmp.c 				php_snmp_error(object, NULL, PHP_SNMP_ERRNO_OID_PARSING_ERROR, "Invalid object identifier: %s", objid_query->vars[0].oid);
NULL             1100 ext/snmp/snmp.c 				php_snmp_error(object, NULL, PHP_SNMP_ERRNO_OID_PARSING_ERROR, "Invalid object identifier: %s", objid_query->vars[objid_query->offset].oid);
NULL             1126 ext/snmp/snmp.c 	if (session == NULL) {
NULL             1127 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "emalloc() failed allocating session");
NULL             1138 ext/snmp/snmp.c 	if (session->peername == NULL) {
NULL             1139 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "emalloc() failed while copying hostname");
NULL             1156 ext/snmp/snmp.c 			php_error_docref(NULL, E_WARNING, "malformed IPv6 address, closing square bracket missing");
NULL             1168 ext/snmp/snmp.c 	if ((n = php_network_getaddresses(host_ptr, SOCK_DGRAM, &psal, NULL)) == 0) { /* some resolver error */
NULL             1205 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "Unknown failure while resolving '%s'", hostname);
NULL             1225 ext/snmp/snmp.c 		session->authenticator = NULL;
NULL             1264 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "Unknown authentication protocol '%s'", prot);
NULL             1284 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "Unknown security protocol '%s'", prot);
NULL             1300 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "Error generating a key for authentication pass phrase '%s': %s", pass, snmp_api_errstring(snmp_errno));
NULL             1317 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "Error generating a key for privacy pass phrase '%s': %s", pass, snmp_api_errstring(snmp_errno));
NULL             1331 ext/snmp/snmp.c 	if (ebuf == NULL) {
NULL             1332 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "malloc failure setting contextEngineID");
NULL             1336 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "Bad engine ID value '%s'", contextEngineID);
NULL             1358 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "Invalid security level '%s'", sec_level);
NULL             1425 ext/snmp/snmp.c 	int session_less_mode = (getThis() == NULL);
NULL             1504 ext/snmp/snmp.c 		if (version == SNMP_VERSION_3 && netsnmp_session_set_security(session, a3, a4, a5, a6, a7, NULL, NULL)) {
NULL             1515 ext/snmp/snmp.c 			php_error_docref(NULL, E_WARNING, "Invalid or uninitialized SNMP object");
NULL             1657 ext/snmp/snmp.c 			php_error_docref(NULL, E_WARNING, "Unknown SNMP output print format '%d'", (int) a1);
NULL             1758 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "Unknown SNMP value retrieval method '%pd'", method);
NULL             1789 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "Error while reading MIB file '%s': %s", filename, error);
NULL             1953 ext/snmp/snmp.c 	p.read_func = (read_func) ? read_func : NULL;
NULL             1954 ext/snmp/snmp.c 	p.write_func = (write_func) ? write_func : NULL;
NULL             2044 ext/snmp/snmp.c 	if ((hnd = zend_hash_find_ptr(&php_snmp_properties, Z_STR_P(member))) != NULL) {
NULL             2106 ext/snmp/snmp.c 	if (snmp_object->session == NULL) {
NULL             2163 ext/snmp/snmp.c 	php_error_docref(NULL, E_WARNING, "info property is read-only");
NULL             2189 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "max_oids should be positive integer or NULL, got %pd", Z_LVAL_P(newval));
NULL             2216 ext/snmp/snmp.c 		php_error_docref(NULL, E_WARNING, "Unknown SNMP value retrieval method '%pd'", Z_LVAL_P(newval));
NULL             2266 ext/snmp/snmp.c 			php_error_docref(NULL, E_WARNING, "Unknown SNMP output print format '%pd'", Z_LVAL_P(newval));
NULL             2332 ext/snmp/snmp.c 	{ NULL, 0, NULL, NULL}
NULL             2343 ext/snmp/snmp.c 	le_snmp_session = zend_register_list_destructors_ex(php_snmp_session_destructor, NULL, PHP_SNMP_SESSION_RES_NAME, module_number);
NULL             2369 ext/snmp/snmp.c 	php_snmp_object_handlers.clone_obj = NULL;
NULL             2374 ext/snmp/snmp.c 	zend_hash_init(&php_snmp_properties, 0, NULL, free_php_snmp_properties, 1);
NULL             2416 ext/snmp/snmp.c 	INIT_CLASS_ENTRY(cex, "SNMPException", NULL);
NULL             2467 ext/snmp/snmp.c 	NULL,
NULL             2473 ext/snmp/snmp.c 	NULL,
NULL             2474 ext/snmp/snmp.c 	NULL,
NULL             2479 ext/snmp/snmp.c 	NULL,
NULL             2480 ext/snmp/snmp.c 	NULL,
NULL              144 ext/soap/php_encoding.c 	{{UNKNOWN_TYPE, NULL, NULL, NULL}, guess_zval_convert, guess_xml_convert},
NULL              146 ext/soap/php_encoding.c 	{{IS_NULL, "nil", XSI_NAMESPACE, NULL}, to_zval_null, to_xml_null},
NULL              147 ext/soap/php_encoding.c 	{{IS_STRING, XSD_STRING_STRING, XSD_NAMESPACE, NULL}, to_zval_string, to_xml_string},
NULL              148 ext/soap/php_encoding.c 	{{IS_LONG, XSD_INT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              149 ext/soap/php_encoding.c 	{{IS_DOUBLE, XSD_FLOAT_STRING, XSD_NAMESPACE, NULL}, to_zval_double, to_xml_double},
NULL              150 ext/soap/php_encoding.c 	{{IS_FALSE, XSD_BOOLEAN_STRING, XSD_NAMESPACE, NULL}, to_zval_bool, to_xml_bool},
NULL              151 ext/soap/php_encoding.c 	{{IS_TRUE, XSD_BOOLEAN_STRING, XSD_NAMESPACE, NULL}, to_zval_bool, to_xml_bool},
NULL              152 ext/soap/php_encoding.c 	{{IS_CONSTANT, XSD_STRING_STRING, XSD_NAMESPACE, NULL}, to_zval_string, to_xml_string},
NULL              153 ext/soap/php_encoding.c 	{{IS_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, guess_array_map},
NULL              154 ext/soap/php_encoding.c 	{{IS_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_object, to_xml_object},
NULL              155 ext/soap/php_encoding.c 	{{IS_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_array, guess_array_map},
NULL              156 ext/soap/php_encoding.c 	{{IS_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_object, to_xml_object},
NULL              158 ext/soap/php_encoding.c 	{{XSD_STRING, XSD_STRING_STRING, XSD_NAMESPACE, NULL}, to_zval_string, to_xml_string},
NULL              159 ext/soap/php_encoding.c 	{{XSD_BOOLEAN, XSD_BOOLEAN_STRING, XSD_NAMESPACE, NULL}, to_zval_bool, to_xml_bool},
NULL              160 ext/soap/php_encoding.c 	{{XSD_DECIMAL, XSD_DECIMAL_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              161 ext/soap/php_encoding.c 	{{XSD_FLOAT, XSD_FLOAT_STRING, XSD_NAMESPACE, NULL}, to_zval_double, to_xml_double},
NULL              162 ext/soap/php_encoding.c 	{{XSD_DOUBLE, XSD_DOUBLE_STRING, XSD_NAMESPACE, NULL}, to_zval_double, to_xml_double},
NULL              164 ext/soap/php_encoding.c 	{{XSD_DATETIME, XSD_DATETIME_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_datetime},
NULL              165 ext/soap/php_encoding.c 	{{XSD_TIME, XSD_TIME_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_time},
NULL              166 ext/soap/php_encoding.c 	{{XSD_DATE, XSD_DATE_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_date},
NULL              167 ext/soap/php_encoding.c 	{{XSD_GYEARMONTH, XSD_GYEARMONTH_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_gyearmonth},
NULL              168 ext/soap/php_encoding.c 	{{XSD_GYEAR, XSD_GYEAR_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_gyear},
NULL              169 ext/soap/php_encoding.c 	{{XSD_GMONTHDAY, XSD_GMONTHDAY_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_gmonthday},
NULL              170 ext/soap/php_encoding.c 	{{XSD_GDAY, XSD_GDAY_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_gday},
NULL              171 ext/soap/php_encoding.c 	{{XSD_GMONTH, XSD_GMONTH_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_gmonth},
NULL              172 ext/soap/php_encoding.c 	{{XSD_DURATION, XSD_DURATION_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_duration},
NULL              174 ext/soap/php_encoding.c 	{{XSD_HEXBINARY, XSD_HEXBINARY_STRING, XSD_NAMESPACE, NULL}, to_zval_hexbin, to_xml_hexbin},
NULL              175 ext/soap/php_encoding.c 	{{XSD_BASE64BINARY, XSD_BASE64BINARY_STRING, XSD_NAMESPACE, NULL}, to_zval_base64, to_xml_base64},
NULL              177 ext/soap/php_encoding.c 	{{XSD_LONG, XSD_LONG_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              178 ext/soap/php_encoding.c 	{{XSD_INT, XSD_INT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              179 ext/soap/php_encoding.c 	{{XSD_SHORT, XSD_SHORT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              180 ext/soap/php_encoding.c 	{{XSD_BYTE, XSD_BYTE_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              181 ext/soap/php_encoding.c 	{{XSD_NONPOSITIVEINTEGER, XSD_NONPOSITIVEINTEGER_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              182 ext/soap/php_encoding.c 	{{XSD_POSITIVEINTEGER, XSD_POSITIVEINTEGER_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              183 ext/soap/php_encoding.c 	{{XSD_NONNEGATIVEINTEGER, XSD_NONNEGATIVEINTEGER_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              184 ext/soap/php_encoding.c 	{{XSD_NEGATIVEINTEGER, XSD_NEGATIVEINTEGER_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              185 ext/soap/php_encoding.c 	{{XSD_UNSIGNEDBYTE, XSD_UNSIGNEDBYTE_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              186 ext/soap/php_encoding.c 	{{XSD_UNSIGNEDSHORT, XSD_UNSIGNEDSHORT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              187 ext/soap/php_encoding.c 	{{XSD_UNSIGNEDINT, XSD_UNSIGNEDINT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              188 ext/soap/php_encoding.c 	{{XSD_UNSIGNEDLONG, XSD_UNSIGNEDLONG_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              189 ext/soap/php_encoding.c 	{{XSD_INTEGER, XSD_INTEGER_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              191 ext/soap/php_encoding.c 	{{XSD_ANYTYPE, XSD_ANYTYPE_STRING, XSD_NAMESPACE, NULL}, guess_zval_convert, guess_xml_convert},
NULL              192 ext/soap/php_encoding.c 	{{XSD_UR_TYPE, XSD_UR_TYPE_STRING, XSD_NAMESPACE, NULL}, guess_zval_convert, guess_xml_convert},
NULL              193 ext/soap/php_encoding.c 	{{XSD_ANYURI, XSD_ANYURI_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              194 ext/soap/php_encoding.c 	{{XSD_QNAME, XSD_QNAME_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              195 ext/soap/php_encoding.c 	{{XSD_NOTATION, XSD_NOTATION_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              196 ext/soap/php_encoding.c 	{{XSD_NORMALIZEDSTRING, XSD_NORMALIZEDSTRING_STRING, XSD_NAMESPACE, NULL}, to_zval_stringr, to_xml_string},
NULL              197 ext/soap/php_encoding.c 	{{XSD_TOKEN, XSD_TOKEN_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              198 ext/soap/php_encoding.c 	{{XSD_LANGUAGE, XSD_LANGUAGE_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              199 ext/soap/php_encoding.c 	{{XSD_NMTOKEN, XSD_NMTOKEN_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              200 ext/soap/php_encoding.c 	{{XSD_NMTOKENS, XSD_NMTOKENS_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_list1},
NULL              201 ext/soap/php_encoding.c 	{{XSD_NAME, XSD_NAME_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              202 ext/soap/php_encoding.c 	{{XSD_NCNAME, XSD_NCNAME_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              203 ext/soap/php_encoding.c 	{{XSD_ID, XSD_ID_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              204 ext/soap/php_encoding.c 	{{XSD_IDREF, XSD_IDREF_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              205 ext/soap/php_encoding.c 	{{XSD_IDREFS, XSD_IDREFS_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_list1},
NULL              206 ext/soap/php_encoding.c 	{{XSD_ENTITY, XSD_ENTITY_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              207 ext/soap/php_encoding.c 	{{XSD_ENTITIES, XSD_ENTITIES_STRING, XSD_NAMESPACE, NULL}, to_zval_stringc, to_xml_list1},
NULL              209 ext/soap/php_encoding.c 	{{APACHE_MAP, APACHE_MAP_STRING, APACHE_NAMESPACE, NULL}, to_zval_map, to_xml_map},
NULL              211 ext/soap/php_encoding.c 	{{SOAP_ENC_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_object, to_xml_object},
NULL              212 ext/soap/php_encoding.c 	{{SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_1_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_array},
NULL              213 ext/soap/php_encoding.c 	{{SOAP_ENC_OBJECT, SOAP_ENC_OBJECT_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_object, to_xml_object},
NULL              214 ext/soap/php_encoding.c 	{{SOAP_ENC_ARRAY, SOAP_ENC_ARRAY_STRING, SOAP_1_2_ENC_NAMESPACE, NULL}, to_zval_array, to_xml_array},
NULL              217 ext/soap/php_encoding.c 	{{XSD_STRING, XSD_STRING_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_string, to_xml_string},
NULL              218 ext/soap/php_encoding.c 	{{XSD_BOOLEAN, XSD_BOOLEAN_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_bool, to_xml_bool},
NULL              219 ext/soap/php_encoding.c 	{{XSD_DECIMAL, XSD_DECIMAL_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              220 ext/soap/php_encoding.c 	{{XSD_FLOAT, XSD_FLOAT_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_double, to_xml_double},
NULL              221 ext/soap/php_encoding.c 	{{XSD_DOUBLE, XSD_DOUBLE_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_double, to_xml_double},
NULL              223 ext/soap/php_encoding.c 	{{XSD_LONG, XSD_LONG_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              224 ext/soap/php_encoding.c 	{{XSD_INT, XSD_INT_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              225 ext/soap/php_encoding.c 	{{XSD_SHORT, XSD_SHORT_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              226 ext/soap/php_encoding.c 	{{XSD_BYTE, XSD_BYTE_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_long, to_xml_long},
NULL              227 ext/soap/php_encoding.c 	{{XSD_1999_TIMEINSTANT, XSD_1999_TIMEINSTANT_STRING, XSD_1999_NAMESPACE, NULL}, to_zval_stringc, to_xml_string},
NULL              229 ext/soap/php_encoding.c 	{{XSD_ANYXML, "<anyXML>", "<anyXML>", NULL}, to_zval_any, to_xml_any},
NULL              231 ext/soap/php_encoding.c 	{{END_KNOWN_TYPES, NULL, NULL, NULL}, guess_zval_convert, guess_xml_convert}
NULL              283 ext/soap/php_encoding.c 	return NULL;
NULL              293 ext/soap/php_encoding.c 		if ((node_ptr = zend_hash_index_find_ptr(SOAP_GLOBAL(ref_map), (zend_ulong)data)) != NULL) {
NULL              306 ext/soap/php_encoding.c 					if (attr == NULL || attr->ns == NULL) {
NULL              358 ext/soap/php_encoding.c 		if ((data_ptr = zend_hash_index_find(SOAP_GLOBAL(ref_map), (zend_ulong)node)) != NULL) {
NULL              380 ext/soap/php_encoding.c 	xmlNodePtr node = NULL;
NULL              388 ext/soap/php_encoding.c 		encodePtr enc = NULL;
NULL              391 ext/soap/php_encoding.c 		if ((ztype = zend_hash_str_find(ht, "enc_type", sizeof("enc_type")-1)) == NULL ||
NULL              396 ext/soap/php_encoding.c 		if ((zstype = zend_hash_str_find(ht, "enc_stype", sizeof("enc_stype")-1)) != NULL &&
NULL              398 ext/soap/php_encoding.c 			if ((zns = zend_hash_str_find(ht, "enc_ns", sizeof("enc_ns")-1)) != NULL &&
NULL              402 ext/soap/php_encoding.c 				zns = NULL;
NULL              405 ext/soap/php_encoding.c 			if (enc == NULL && SOAP_GLOBAL(typemap)) {
NULL              408 ext/soap/php_encoding.c 				if (zns != NULL) {
NULL              418 ext/soap/php_encoding.c 		if (enc == NULL) {
NULL              421 ext/soap/php_encoding.c 		if (enc == NULL) {
NULL              429 ext/soap/php_encoding.c 			if ((zstype = zend_hash_str_find(ht, "enc_stype", sizeof("enc_stype")-1)) != NULL &&
NULL              431 ext/soap/php_encoding.c 				if ((zns = zend_hash_str_find(ht, "enc_ns", sizeof("enc_ns")-1)) != NULL &&
NULL              435 ext/soap/php_encoding.c 					set_ns_and_type_ex(node, NULL, Z_STRVAL_P(zstype));
NULL              440 ext/soap/php_encoding.c 		if ((zname = zend_hash_str_find(ht, "enc_name", sizeof("enc_name")-1)) != NULL &&
NULL              444 ext/soap/php_encoding.c 		if ((znamens = zend_hash_str_find(ht, "enc_namens", sizeof("enc_namens")-1)) != NULL &&
NULL              464 ext/soap/php_encoding.c 					encodePtr enc = NULL;
NULL              482 ext/soap/php_encoding.c 		if (encode == NULL) {
NULL              495 ext/soap/php_encoding.c 			if ((new_enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s)) != NULL) {
NULL              528 ext/soap/php_encoding.c 			if ((new_enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s)) != NULL) {
NULL              535 ext/soap/php_encoding.c 			if (type_attr != NULL) {
NULL              543 ext/soap/php_encoding.c 				if (nsptr != NULL) {
NULL              551 ext/soap/php_encoding.c 				if ((new_enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s)) != NULL) {
NULL              568 ext/soap/php_encoding.c 	if (encode == NULL) {
NULL              574 ext/soap/php_encoding.c 		if (type_attr != NULL) {
NULL              577 ext/soap/php_encoding.c 			if (enc != NULL && enc != encode) {
NULL              580 ext/soap/php_encoding.c 			         tmp->details.sdl_type != NULL &&
NULL              584 ext/soap/php_encoding.c 			    	enc = NULL;
NULL              589 ext/soap/php_encoding.c 			  if (enc != NULL) {
NULL              600 ext/soap/php_encoding.c 	xmlNodePtr ret = NULL;
NULL              606 ext/soap/php_encoding.c 		if (call_user_function(EG(function_table), NULL, &type->map->to_xml, &return_value, 1, data) == FAILURE) {
NULL              620 ext/soap/php_encoding.c 		ret = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL              638 ext/soap/php_encoding.c 		xmlNodeDump(buf, NULL, copy, 0, 0);
NULL              643 ext/soap/php_encoding.c 		if (call_user_function(EG(function_table), NULL, &type->map->to_zval, ret, 1, &data) == FAILURE) {
NULL              662 ext/soap/php_encoding.c 		if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
NULL              663 ext/soap/php_encoding.c 			if (SOAP_GLOBAL(encoding) != NULL) {
NULL              678 ext/soap/php_encoding.c 		} else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) {
NULL              694 ext/soap/php_encoding.c 		if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
NULL              696 ext/soap/php_encoding.c 			if (SOAP_GLOBAL(encoding) != NULL) {
NULL              711 ext/soap/php_encoding.c 		} else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) {
NULL              727 ext/soap/php_encoding.c 		if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
NULL              729 ext/soap/php_encoding.c 			if (SOAP_GLOBAL(encoding) != NULL) {
NULL              744 ext/soap/php_encoding.c 		} else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) {
NULL              762 ext/soap/php_encoding.c 		if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
NULL              769 ext/soap/php_encoding.c 		} else if (data->children->type == XML_CDATA_SECTION_NODE && data->children->next == NULL) {
NULL              793 ext/soap/php_encoding.c 		if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
NULL              795 ext/soap/php_encoding.c 		} else if (data->children->type != XML_CDATA_SECTION_NODE || data->children->next != NULL) {
NULL              836 ext/soap/php_encoding.c 	ret = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL              850 ext/soap/php_encoding.c 	if (SOAP_GLOBAL(encoding) != NULL) {
NULL              920 ext/soap/php_encoding.c 	ret = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL              950 ext/soap/php_encoding.c 	ret = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL              985 ext/soap/php_encoding.c 		if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
NULL             1023 ext/soap/php_encoding.c 		if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
NULL             1053 ext/soap/php_encoding.c 	ret = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1080 ext/soap/php_encoding.c 	ret = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1103 ext/soap/php_encoding.c 		if (data->children->type == XML_TEXT_NODE && data->children->next == NULL) {
NULL             1130 ext/soap/php_encoding.c 	ret = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1157 ext/soap/php_encoding.c 	ret = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1186 ext/soap/php_encoding.c 		data = Z_OBJ_HT_P(object)->read_property(object, &member, BP_VAR_IS, NULL, rv);
NULL             1199 ext/soap/php_encoding.c 			return NULL;
NULL             1207 ext/soap/php_encoding.c 		if ((data_ptr = zend_hash_str_find(Z_ARRVAL_P(object), name, strlen(name))) != NULL) {
NULL             1211 ext/soap/php_encoding.c 	return NULL;
NULL             1223 ext/soap/php_encoding.c 		Z_OBJ_HT_P(object)->unset_property(object, &member, NULL);
NULL             1234 ext/soap/php_encoding.c 	zval* any = NULL;
NULL             1235 ext/soap/php_encoding.c 	char* name = NULL;
NULL             1237 ext/soap/php_encoding.c 	while (node != NULL) {
NULL             1238 ext/soap/php_encoding.c 		if (get_zval_property(ret, (char*)node->name, &rv) == NULL) {
NULL             1255 ext/soap/php_encoding.c 				name = NULL;
NULL             1256 ext/soap/php_encoding.c 				while (node->next != NULL) {
NULL             1272 ext/soap/php_encoding.c 			if (any == NULL) {
NULL             1278 ext/soap/php_encoding.c 					name = NULL;
NULL             1286 ext/soap/php_encoding.c 					if ((el = zend_hash_str_find(Z_ARRVAL_P(any), name, strlen(name))) != NULL) {
NULL             1300 ext/soap/php_encoding.c 				name = NULL;
NULL             1329 ext/soap/php_encoding.c 						xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1334 ext/soap/php_encoding.c 						xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1341 ext/soap/php_encoding.c 					if ((node = get_node(node->next, model->u.element->name)) != NULL) {
NULL             1353 ext/soap/php_encoding.c 								xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1358 ext/soap/php_encoding.c 								xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1366 ext/soap/php_encoding.c 						} while ((node = get_node(node->next, model->u.element->name)) != NULL);
NULL             1385 ext/soap/php_encoding.c 			sdlContentModelPtr any = NULL;
NULL             1414 ext/soap/php_encoding.c 	zval *redo_any = NULL, rv, arr;
NULL             1422 ext/soap/php_encoding.c 		if ((classname = zend_hash_str_find(SOAP_GLOBAL(class_map), type->type_str, strlen(type->type_str))) != NULL &&
NULL             1424 ext/soap/php_encoding.c 		    (tmp = zend_fetch_class(Z_STR_P(classname), ZEND_FETCH_CLASS_AUTO)) != NULL) {
NULL             1476 ext/soap/php_encoding.c 			        sdlType->encode->details.sdl_type != NULL &&
NULL             1480 ext/soap/php_encoding.c 			        (sdlType->encode->details.sdl_type->encode == NULL ||
NULL             1534 ext/soap/php_encoding.c 					char *str_val = NULL;
NULL             1550 ext/soap/php_encoding.c 						dummy = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1572 ext/soap/php_encoding.c 		while (trav != NULL) {
NULL             1578 ext/soap/php_encoding.c 				master_to_zval(&tmpVal, NULL, trav);
NULL             1613 ext/soap/php_encoding.c 	return to_zval_object_ex(ret, type, data, NULL);
NULL             1644 ext/soap/php_encoding.c 							property = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1664 ext/soap/php_encoding.c 						property = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1686 ext/soap/php_encoding.c 				property = xmlNewNode(NULL, BAD_CAST(model->u.element->name));
NULL             1781 ext/soap/php_encoding.c 			  return NULL;
NULL             1790 ext/soap/php_encoding.c 			  return NULL;
NULL             1802 ext/soap/php_encoding.c 	return NULL;
NULL             1808 ext/soap/php_encoding.c 	HashTable *prop = NULL;
NULL             1812 ext/soap/php_encoding.c 		xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1844 ext/soap/php_encoding.c 				} else if (prop == NULL) {
NULL             1847 ext/soap/php_encoding.c 					xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1851 ext/soap/php_encoding.c 				xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1870 ext/soap/php_encoding.c 				} else if (prop == NULL) {
NULL             1873 ext/soap/php_encoding.c 					xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1878 ext/soap/php_encoding.c 			xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1885 ext/soap/php_encoding.c 		if (prop != NULL) {
NULL             1890 ext/soap/php_encoding.c 		      sdlType->attributes == NULL &&
NULL             1891 ext/soap/php_encoding.c 		      sdlType->model != NULL &&
NULL             1892 ext/soap/php_encoding.c 		      (array_el = model_array_element(sdlType->model)) != NULL) {
NULL             1898 ext/soap/php_encoding.c 						property = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1954 ext/soap/php_encoding.c 		xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             1960 ext/soap/php_encoding.c 		if (prop != NULL) {
NULL             1995 ext/soap/php_encoding.c 	encodePtr enc = NULL;
NULL             2124 ext/soap/php_encoding.c  				if (enc == NULL) {
NULL             2146 ext/soap/php_encoding.c 				xparam = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             2162 ext/soap/php_encoding.c 				add_xml_array_elements(xmlParam, type, enc, ns, dimension-1, dims+1, NULL, style);
NULL             2171 ext/soap/php_encoding.c 				xparam = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             2182 ext/soap/php_encoding.c  			  add_xml_array_elements(xmlParam, type, enc, ns, dimension-1, dims+1, NULL, style);
NULL             2192 ext/soap/php_encoding.c 	    ht->arData[ht->nNumUsed-1].key == NULL) {
NULL             2201 ext/soap/php_encoding.c 	sdlTypePtr element_type = NULL;
NULL             2205 ext/soap/php_encoding.c 	encodePtr enc = NULL;
NULL             2214 ext/soap/php_encoding.c 	xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             2297 ext/soap/php_encoding.c 		      sizeof(SOAP_1_1_ENC_NAMESPACE":arrayType")-1)) != NULL &&
NULL             2299 ext/soap/php_encoding.c 		    (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
NULL             2311 ext/soap/php_encoding.c 			if (ext->ns != NULL) {
NULL             2322 ext/soap/php_encoding.c 				if (el != NULL && Z_TYPE_P(el) == IS_ARRAY &&
NULL             2346 ext/soap/php_encoding.c 		             sizeof(SOAP_1_2_ENC_NAMESPACE":itemType")-1)) != NULL &&
NULL             2348 ext/soap/php_encoding.c 		           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":itemType")-1)) != NULL) {
NULL             2349 ext/soap/php_encoding.c 			if (ext->ns != NULL) {
NULL             2356 ext/soap/php_encoding.c 			                   sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL &&
NULL             2358 ext/soap/php_encoding.c 			    (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":arraysize")-1)) != NULL) {
NULL             2376 ext/soap/php_encoding.c 		             sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL &&
NULL             2378 ext/soap/php_encoding.c 		           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":arraySize")-1)) != NULL) {
NULL             2392 ext/soap/php_encoding.c 			     (elementType = zend_hash_get_current_data_ptr(sdl_type->elements)) != NULL) &&
NULL             2403 ext/soap/php_encoding.c 		            (elementType = zend_hash_get_current_data_ptr(sdl_type->elements)) != NULL) &&
NULL             2449 ext/soap/php_encoding.c 		add_xml_array_elements(xmlParam, element_type, enc, enc?encode_add_ns(xmlParam,enc->details.ns):NULL, dimension, dims, data, style);
NULL             2468 ext/soap/php_encoding.c 	encodePtr enc = NULL;
NULL             2470 ext/soap/php_encoding.c 	int* dims = NULL;
NULL             2471 ext/soap/php_encoding.c 	int* pos = NULL;
NULL             2495 ext/soap/php_encoding.c 		if (nsptr != NULL) {
NULL             2509 ext/soap/php_encoding.c 		if (nsptr != NULL) {
NULL             2530 ext/soap/php_encoding.c 	} else if (type->sdl_type != NULL &&
NULL             2531 ext/soap/php_encoding.c 	           type->sdl_type->attributes != NULL &&
NULL             2533 ext/soap/php_encoding.c 	                          sizeof(SOAP_1_1_ENC_NAMESPACE":arrayType")-1)) != NULL &&
NULL             2535 ext/soap/php_encoding.c 	           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
NULL             2543 ext/soap/php_encoding.c 		if (ext->ns != NULL) {
NULL             2551 ext/soap/php_encoding.c 	} else if (type->sdl_type != NULL &&
NULL             2552 ext/soap/php_encoding.c 	           type->sdl_type->attributes != NULL &&
NULL             2554 ext/soap/php_encoding.c 	                          sizeof(SOAP_1_2_ENC_NAMESPACE":itemType")-1)) != NULL &&
NULL             2556 ext/soap/php_encoding.c 	           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":itemType")-1)) != NULL) {
NULL             2558 ext/soap/php_encoding.c 		if (ext->ns != NULL) {
NULL             2563 ext/soap/php_encoding.c 		                   sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL &&
NULL             2565 ext/soap/php_encoding.c 		    (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":arraysize")-1)) != NULL) {
NULL             2572 ext/soap/php_encoding.c 	} else if (type->sdl_type != NULL &&
NULL             2573 ext/soap/php_encoding.c 	           type->sdl_type->attributes != NULL &&
NULL             2575 ext/soap/php_encoding.c 	                          sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL &&
NULL             2577 ext/soap/php_encoding.c 	           (ext = zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":arraysize")-1)) != NULL) {
NULL             2584 ext/soap/php_encoding.c 		     (elementType = zend_hash_get_current_data_ptr(type->sdl_type->elements)) != NULL) &&
NULL             2591 ext/soap/php_encoding.c 	            (elementType = zend_hash_get_current_data_ptr(type->sdl_type->elements)) != NULL) &&
NULL             2595 ext/soap/php_encoding.c 	if (dims == NULL) {
NULL             2607 ext/soap/php_encoding.c 		if (tmp == NULL) {
NULL             2623 ext/soap/php_encoding.c 			if (position != NULL && position->children && position->children->content) {
NULL             2625 ext/soap/php_encoding.c 				if (tmp == NULL) {
NULL             2636 ext/soap/php_encoding.c 				if ((ar2 = zend_hash_index_find(Z_ARRVAL_P(ar), pos[i])) != NULL) {
NULL             2680 ext/soap/php_encoding.c 	xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             2687 ext/soap/php_encoding.c 			item = xmlNewNode(NULL, BAD_CAST("item"));
NULL             2689 ext/soap/php_encoding.c 			key = xmlNewNode(NULL, BAD_CAST("key"));
NULL             2745 ext/soap/php_encoding.c 			master_to_zval(&key, NULL, xmlKey);
NULL             2747 ext/soap/php_encoding.c 			master_to_zval(&value, NULL, xmlValue);
NULL             2787 ext/soap/php_encoding.c 	encodePtr enc = NULL;
NULL             2789 ext/soap/php_encoding.c 	xmlChar *type_name = NULL;
NULL             2793 ext/soap/php_encoding.c 	if (data == NULL) {
NULL             2799 ext/soap/php_encoding.c 		if (tmpattr != NULL) {
NULL             2803 ext/soap/php_encoding.c 				enc = NULL;
NULL             2805 ext/soap/php_encoding.c 			if (enc != NULL) {
NULL             2808 ext/soap/php_encoding.c 			         tmp->details.sdl_type != NULL &&
NULL             2812 ext/soap/php_encoding.c 			    	enc = NULL;
NULL             2820 ext/soap/php_encoding.c 		if (enc == NULL) {
NULL             2832 ext/soap/php_encoding.c 				while (trav != NULL) {
NULL             2878 ext/soap/php_encoding.c 	xmlParam = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             2984 ext/soap/php_encoding.c 	encodePtr list_enc = NULL;
NULL             2995 ext/soap/php_encoding.c 	ret = xmlNewNode(NULL, BAD_CAST("BOGUS"));
NULL             3035 ext/soap/php_encoding.c 		while (start != NULL && *start != '\0') {
NULL             3040 ext/soap/php_encoding.c 			if (next != NULL) {
NULL             3103 ext/soap/php_encoding.c 		if ((sdl_type = zend_hash_find_ptr(SOAP_GLOBAL(sdl)->elements, nscat.s)) != NULL &&
NULL             3112 ext/soap/php_encoding.c 	xmlNodeDump(buf, NULL, data, 0, 0);
NULL             3120 ext/soap/php_encoding.c 	xmlNodePtr ret = NULL;
NULL             3148 ext/soap/php_encoding.c 	ret->next = NULL;
NULL             3164 ext/soap/php_encoding.c 	if (type == NULL) {
NULL             3226 ext/soap/php_encoding.c 	xmlNodePtr ret = NULL;
NULL             3230 ext/soap/php_encoding.c 	if (type == NULL) {
NULL             3303 ext/soap/php_encoding.c 			if (href == NULL || href->ns == NULL) {break;}
NULL             3309 ext/soap/php_encoding.c 				xmlNodePtr ret = get_node_with_attribute_recursive(data->doc->children, NULL, "id", (char*)&href->children->content[1]);
NULL             3330 ext/soap/php_encoding.c 			ret = get_node_with_attribute_recursive_ex(data->doc->children, NULL, NULL, "id", (char*)id, SOAP_1_2_ENC_NAMESPACE);
NULL             3364 ext/soap/php_encoding.c 			return NULL;
NULL             3368 ext/soap/php_encoding.c 			while (cur != NULL) {
NULL             3378 ext/soap/php_encoding.c 				if (cur != NULL) {
NULL             3389 ext/soap/php_encoding.c 	return NULL;
NULL             3396 ext/soap/php_encoding.c 	if (ns == NULL) {
NULL             3397 ext/soap/php_encoding.c 	  return NULL;
NULL             3401 ext/soap/php_encoding.c 	if (xmlns != NULL && xmlns->prefix == NULL) {
NULL             3404 ext/soap/php_encoding.c 	if (xmlns == NULL) {
NULL             3407 ext/soap/php_encoding.c 		if ((prefix = zend_hash_str_find_ptr(&SOAP_GLOBAL(defEncNs), (char*)ns, strlen(ns))) != NULL) {
NULL             3417 ext/soap/php_encoding.c 				if (xmlSearchNs(node->doc, node, BAD_CAST(ZSTR_VAL(prefix.s))) == NULL) {
NULL             3421 ext/soap/php_encoding.c 				prefix.s = NULL;
NULL             3456 ext/soap/php_encoding.c 	zend_hash_init(SOAP_GLOBAL(ref_map), 0, NULL, NULL, 0);
NULL             3466 ext/soap/php_encoding.c 		SOAP_GLOBAL(ref_map) = NULL;
NULL             3474 ext/soap/php_encoding.c 	if ((enc = zend_hash_index_find_ptr(&SOAP_GLOBAL(defEncIndex), encode)) == NULL) {
NULL             3476 ext/soap/php_encoding.c 		return NULL;
NULL             3502 ext/soap/php_encoding.c 	char *prev_stype = NULL, *cur_stype = NULL, *prev_ns = NULL, *cur_ns = NULL;
NULL             3519 ext/soap/php_encoding.c 			if ((ztype = zend_hash_str_find(Z_OBJPROP_P(tmp), "enc_type", sizeof("enc_type")-1)) == NULL ||
NULL             3525 ext/soap/php_encoding.c 			if ((ztype = zend_hash_str_find(Z_OBJPROP_P(tmp), "enc_stype", sizeof("enc_stype")-1)) != NULL &&
NULL             3529 ext/soap/php_encoding.c 				cur_stype = NULL;
NULL             3532 ext/soap/php_encoding.c 			if ((ztype = zend_hash_str_find(Z_OBJPROP_P(tmp), "enc_ns", sizeof("enc_ns")-1)) != NULL &&
NULL             3536 ext/soap/php_encoding.c 				cur_ns = NULL;
NULL             3541 ext/soap/php_encoding.c 			cur_stype = NULL;
NULL             3542 ext/soap/php_encoding.c 			cur_ns = NULL;
NULL             3545 ext/soap/php_encoding.c 			cur_stype = NULL;
NULL             3546 ext/soap/php_encoding.c 			cur_ns = NULL;
NULL             3551 ext/soap/php_encoding.c 			    (cur_stype != NULL && prev_stype != NULL && strcmp(cur_stype,prev_stype) != 0) ||
NULL             3552 ext/soap/php_encoding.c 			    (cur_stype == NULL && cur_stype != prev_stype) ||
NULL             3553 ext/soap/php_encoding.c 			    (cur_ns != NULL && prev_ns != NULL && strcmp(cur_ns,prev_ns) != 0) ||
NULL             3554 ext/soap/php_encoding.c 			    (cur_ns == NULL && cur_ns != prev_ns)) {
NULL             3572 ext/soap/php_encoding.c 		if (cur_stype != NULL) {
NULL             3597 ext/soap/php_encoding.c 	return NULL;
NULL             3654 ext/soap/php_encoding.c 	assert(t->details.map == NULL);
NULL               39 ext/soap/php_http.c 	if ((login = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_login", sizeof("_proxy_login")-1)) != NULL &&
NULL               46 ext/soap/php_http.c 		if ((password = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_password", sizeof("_proxy_password")-1)) != NULL &&
NULL               67 ext/soap/php_http.c 	if ((login = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_login", sizeof("_login")-1)) != NULL &&
NULL               75 ext/soap/php_http.c 		if ((password = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password")-1)) != NULL &&
NULL              101 ext/soap/php_http.c 		(tmp = php_stream_context_get_option(context, "http", "header")) != NULL &&
NULL              172 ext/soap/php_http.c 	struct timeval *timeout = NULL;
NULL              174 ext/soap/php_http.c 	if ((proxy_host = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_host", sizeof("_proxy_host")-1)) != NULL &&
NULL              176 ext/soap/php_http.c 	    (proxy_port = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_port", sizeof("_proxy_port")-1)) != NULL &&
NULL              185 ext/soap/php_http.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_connection_timeout", sizeof("_connection_timeout")-1)) != NULL &&
NULL              197 ext/soap/php_http.c 		if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_ssl_method", sizeof("_ssl_method")-1)) != NULL &&
NULL              234 ext/soap/php_http.c 		NULL /*persistent_id*/,
NULL              237 ext/soap/php_http.c 		NULL, NULL);
NULL              260 ext/soap/php_http.c 			stream = NULL;
NULL              270 ext/soap/php_http.c 				stream = NULL;
NULL              278 ext/soap/php_http.c 			if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_ssl_method", sizeof("_ssl_method")-1)) != NULL &&
NULL              302 ext/soap/php_http.c 			if (php_stream_xport_crypto_setup(stream, crypto_method, NULL) < 0 ||
NULL              305 ext/soap/php_http.c 				stream = NULL;
NULL              340 ext/soap/php_http.c 	php_url *phpurl = NULL;
NULL              355 ext/soap/php_http.c 	char *http_msg = NULL;
NULL              357 ext/soap/php_http.c 	php_stream_context *context = NULL;
NULL              362 ext/soap/php_http.c 	if (this_ptr == NULL || Z_TYPE_P(this_ptr) != IS_OBJECT) {
NULL              368 ext/soap/php_http.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "compression", sizeof("compression")-1)) != NULL && Z_TYPE_P(tmp) == IS_LONG) {
NULL              395 ext/soap/php_http.c 			if (call_user_function(CG(function_table), (zval*)NULL, &func, &retval, n, params) == SUCCESS &&
NULL              412 ext/soap/php_http.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "httpsocket", sizeof("httpsocket")-1)) != NULL) {
NULL              414 ext/soap/php_http.c 		if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")-1)) != NULL && Z_TYPE_P(tmp) == IS_LONG) {
NULL              418 ext/soap/php_http.c 		stream = NULL;
NULL              421 ext/soap/php_http.c 	if (location != NULL && location[0] != '\000') {
NULL              425 ext/soap/php_http.c 	if (NULL != (tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr),
NULL              431 ext/soap/php_http.c 		(tmp = php_stream_context_get_option(context, "http", "max_redirects")) != NULL) {
NULL              432 ext/soap/php_http.c 		if (Z_TYPE_P(tmp) != IS_STRING || !is_numeric_string(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp), &redirect_max, NULL, 1)) {
NULL              439 ext/soap/php_http.c 	if (phpurl == NULL || phpurl->host == NULL) {
NULL              440 ext/soap/php_http.c 	  if (phpurl != NULL) {php_url_free(phpurl);}
NULL              444 ext/soap/php_http.c 		add_soap_fault(this_ptr, "HTTP", "Unable to parse URL", NULL, NULL);
NULL              450 ext/soap/php_http.c 	if (phpurl->scheme != NULL && strcmp(phpurl->scheme, "https") == 0) {
NULL              452 ext/soap/php_http.c 	} else if (phpurl->scheme == NULL || strcmp(phpurl->scheme, "http") != 0) {
NULL              457 ext/soap/php_http.c 		add_soap_fault(this_ptr, "HTTP", "Unknown protocol. Only http and https are allowed.", NULL, NULL);
NULL              464 ext/soap/php_http.c 	if (use_ssl && php_stream_locate_url_wrapper("https://", NULL, STREAM_LOCATE_WRAPPERS_ONLY) == NULL) {
NULL              469 ext/soap/php_http.c 		add_soap_fault(this_ptr, "HTTP", "SSL support is not available in this build", NULL, NULL);
NULL              480 ext/soap/php_http.c 	if (stream != NULL) {
NULL              482 ext/soap/php_http.c 		if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "httpurl", sizeof("httpurl")-1)) != NULL &&
NULL              483 ext/soap/php_http.c 		    (orig = (php_url *) zend_fetch_resource_ex(tmp, "httpurl", le_url)) != NULL &&
NULL              485 ext/soap/php_http.c 		     (((use_ssl && orig->scheme != NULL && strcmp(orig->scheme, "https") == 0) ||
NULL              486 ext/soap/php_http.c 		      (!use_ssl && orig->scheme == NULL) ||
NULL              495 ext/soap/php_http.c 			stream = NULL;
NULL              501 ext/soap/php_http.c 	if (stream != NULL && php_stream_eof(stream)) {
NULL              506 ext/soap/php_http.c 		stream = NULL;
NULL              522 ext/soap/php_http.c 			add_soap_fault(this_ptr, "HTTP", "Could not connect to host", NULL, NULL);
NULL              539 ext/soap/php_http.c 		    (tmp = php_stream_context_get_option(context, "http", "protocol_version")) != NULL &&
NULL              580 ext/soap/php_http.c 			((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_keep_alive", sizeof("_keep_alive")-1)) != NULL &&
NULL              588 ext/soap/php_http.c 		if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_user_agent", sizeof("_user_agent")-1)) != NULL &&
NULL              596 ext/soap/php_http.c 		           (tmp = php_stream_context_get_option(context, "http", "user_agent")) != NULL &&
NULL              634 ext/soap/php_http.c 		if ((login = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_login", sizeof("_login")-1)) != NULL &&
NULL              639 ext/soap/php_http.c 			if ((digest = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_digest", sizeof("_digest")-1)) != NULL) {
NULL              651 ext/soap/php_http.c 					if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nc", sizeof("nc")-1)) != NULL &&
NULL              663 ext/soap/php_http.c 					if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "realm", sizeof("realm")-1)) != NULL &&
NULL              668 ext/soap/php_http.c 					if ((password = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password")-1)) != NULL &&
NULL              674 ext/soap/php_http.c 					if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "algorithm", sizeof("algorithm")-1)) != NULL &&
NULL              681 ext/soap/php_http.c 						if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nonce", sizeof("nonce")-1)) != NULL &&
NULL              709 ext/soap/php_http.c 					if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nonce", sizeof("nonce")-1)) != NULL &&
NULL              714 ext/soap/php_http.c 					if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "qop", sizeof("qop")-1)) != NULL &&
NULL              730 ext/soap/php_http.c 					if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "realm", sizeof("realm")-1)) != NULL &&
NULL              735 ext/soap/php_http.c 				if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "nonce", sizeof("nonce")-1)) != NULL &&
NULL              754 ext/soap/php_http.c 					if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "qop", sizeof("qop")-1)) != NULL &&
NULL              765 ext/soap/php_http.c 					if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "opaque", sizeof("opaque")-1)) != NULL &&
NULL              770 ext/soap/php_http.c 					if ((tmp = zend_hash_str_find(Z_ARRVAL_P(digest), "algorithm", sizeof("algorithm")-1)) != NULL &&
NULL              783 ext/soap/php_http.c 				if ((password = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password")-1)) != NULL &&
NULL              803 ext/soap/php_http.c 		if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) != NULL &&
NULL              822 ext/soap/php_http.c 						if ((value = zend_hash_index_find(Z_ARRVAL_P(data), 0)) != NULL &&
NULL              825 ext/soap/php_http.c 						  if (((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 1)) == NULL ||
NULL              828 ext/soap/php_http.c 						      ((tmp = zend_hash_index_find(Z_ARRVAL_P(data), 2)) == NULL ||
NULL              831 ext/soap/php_http.c 						      (use_ssl || (tmp = zend_hash_index_find(Z_ARRVAL_P(data), 3)) == NULL)) {
NULL              849 ext/soap/php_http.c 		if ((trace = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace")-1)) != NULL &&
NULL              865 ext/soap/php_http.c 			add_soap_fault(this_ptr, "HTTP", "Failed Sending HTTP SOAP request", NULL, NULL);
NULL              871 ext/soap/php_http.c 		add_soap_fault(this_ptr, "HTTP", "Failed to create stream??", NULL, NULL);
NULL              893 ext/soap/php_http.c 			add_soap_fault(this_ptr, "HTTP", "Error Fetching http headers", NULL, NULL);
NULL              898 ext/soap/php_http.c 		if ((trace = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace")-1)) != NULL &&
NULL              915 ext/soap/php_http.c 			if (tmp != NULL) {
NULL              920 ext/soap/php_http.c 			if (tmp != NULL) {
NULL              948 ext/soap/php_http.c 		if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) == NULL ||
NULL              959 ext/soap/php_http.c 		if (eqpos != NULL && (sempos == NULL || sempos > eqpos)) {
NULL              964 ext/soap/php_http.c 			if (sempos != NULL) {
NULL              976 ext/soap/php_http.c 			if (sempos != NULL) {
NULL              990 ext/soap/php_http.c 					if (sempos != NULL) {
NULL             1069 ext/soap/php_http.c 		add_soap_fault(this_ptr, "HTTP", "Error Fetching http body, No Content-Length, connection closed or chunked data", NULL, NULL);
NULL             1085 ext/soap/php_http.c 		stream = NULL;
NULL             1092 ext/soap/php_http.c 		if ((loc = get_http_header_value(ZSTR_VAL(http_headers), "Location: ")) != NULL) {
NULL             1095 ext/soap/php_http.c 			if (new_url != NULL) {
NULL             1099 ext/soap/php_http.c 				if (new_url->scheme == NULL && new_url->path != NULL) {
NULL             1100 ext/soap/php_http.c 					new_url->scheme = phpurl->scheme ? estrdup(phpurl->scheme) : NULL;
NULL             1101 ext/soap/php_http.c 					new_url->host = phpurl->host ? estrdup(phpurl->host) : NULL;
NULL             1127 ext/soap/php_http.c 					add_soap_fault(this_ptr, "HTTP", "Redirection limit reached, aborting", NULL, NULL);
NULL             1142 ext/soap/php_http.c 		    ((digest = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_digest", sizeof("_digest")-1)) == NULL ||
NULL             1144 ext/soap/php_http.c 		    (login = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_login", sizeof("_login")-1)) != NULL &&
NULL             1146 ext/soap/php_http.c 		    (password = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_password", sizeof("_password")-1)) != NULL &&
NULL             1217 ext/soap/php_http.c 		char *pos = NULL;
NULL             1220 ext/soap/php_http.c 		if (pos != NULL) {
NULL             1267 ext/soap/php_http.c 			add_soap_fault(this_ptr, "HTTP", "Unknown Content-Encoding", NULL, NULL);
NULL             1270 ext/soap/php_http.c 		if (call_user_function(CG(function_table), (zval*)NULL, &func, &retval, 1, params) == SUCCESS &&
NULL             1282 ext/soap/php_http.c 			add_soap_fault(this_ptr, "HTTP", "Can't uncompress compressed response", NULL, NULL);
NULL             1316 ext/soap/php_http.c 			add_soap_fault(this_ptr, "HTTP", http_msg, NULL, NULL);
NULL             1331 ext/soap/php_http.c 	char *pos, *tmp = NULL;
NULL             1348 ext/soap/php_http.c 			if (eol == NULL) {
NULL             1364 ext/soap/php_http.c 	return NULL;
NULL             1369 ext/soap/php_http.c 	zend_string *http_buf = NULL;
NULL             1412 ext/soap/php_http.c 						return NULL;
NULL             1442 ext/soap/php_http.c 						return NULL;
NULL             1450 ext/soap/php_http.c 				return NULL;
NULL             1470 ext/soap/php_http.c 		if (http_buf == NULL) {
NULL             1476 ext/soap/php_http.c 			return NULL;
NULL             1500 ext/soap/php_http.c 		return NULL;
NULL             1526 ext/soap/php_http.c 	return NULL;
NULL               27 ext/soap/php_packet_soap.c 	char* envelope_ns = NULL;
NULL               33 ext/soap/php_packet_soap.c 	HashTable *hdrs = NULL;
NULL               46 ext/soap/php_packet_soap.c 		add_soap_fault(this_ptr, "Client", "looks like we got no XML document", NULL, NULL);
NULL               49 ext/soap/php_packet_soap.c 	if (xmlGetIntSubset(response) != NULL) {
NULL               50 ext/soap/php_packet_soap.c 		add_soap_fault(this_ptr, "Client", "DTD are not supported by SOAP", NULL, NULL);
NULL               56 ext/soap/php_packet_soap.c 	env = NULL;
NULL               58 ext/soap/php_packet_soap.c 	while (trav != NULL) {
NULL               60 ext/soap/php_packet_soap.c 			if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_1_ENV_NAMESPACE)) {
NULL               64 ext/soap/php_packet_soap.c 			} else if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) {
NULL               69 ext/soap/php_packet_soap.c 				add_soap_fault(this_ptr, "VersionMismatch", "Wrong Version", NULL, NULL);
NULL               76 ext/soap/php_packet_soap.c 	if (env == NULL) {
NULL               77 ext/soap/php_packet_soap.c 		add_soap_fault(this_ptr, "Client", "looks like we got XML without \"Envelope\" element", NULL, NULL);
NULL               83 ext/soap/php_packet_soap.c 	while (attr != NULL) {
NULL               84 ext/soap/php_packet_soap.c 		if (attr->ns == NULL) {
NULL               85 ext/soap/php_packet_soap.c 			add_soap_fault(this_ptr, "Client", "A SOAP Envelope element cannot have non Namespace qualified attributes", NULL, NULL);
NULL               90 ext/soap/php_packet_soap.c 				add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Envelope", NULL, NULL);
NULL               94 ext/soap/php_packet_soap.c 				add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL);
NULL              103 ext/soap/php_packet_soap.c 	head = NULL;
NULL              105 ext/soap/php_packet_soap.c 	while (trav != NULL && trav->type != XML_ELEMENT_NODE) {
NULL              108 ext/soap/php_packet_soap.c 	if (trav != NULL && node_is_equal_ex(trav,"Header",envelope_ns)) {
NULL              114 ext/soap/php_packet_soap.c 	body = NULL;
NULL              115 ext/soap/php_packet_soap.c 	while (trav != NULL && trav->type != XML_ELEMENT_NODE) {
NULL              118 ext/soap/php_packet_soap.c 	if (trav != NULL && node_is_equal_ex(trav,"Body",envelope_ns)) {
NULL              122 ext/soap/php_packet_soap.c 	while (trav != NULL && trav->type != XML_ELEMENT_NODE) {
NULL              125 ext/soap/php_packet_soap.c 	if (body == NULL) {
NULL              126 ext/soap/php_packet_soap.c 		add_soap_fault(this_ptr, "Client", "Body must be present in a SOAP envelope", NULL, NULL);
NULL              131 ext/soap/php_packet_soap.c 	while (attr != NULL) {
NULL              132 ext/soap/php_packet_soap.c 		if (attr->ns == NULL) {
NULL              134 ext/soap/php_packet_soap.c 				add_soap_fault(this_ptr, "Client", "A SOAP Body element cannot have non Namespace qualified attributes", NULL, NULL);
NULL              140 ext/soap/php_packet_soap.c 				add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Body", NULL, NULL);
NULL              144 ext/soap/php_packet_soap.c 				add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL);
NULL              151 ext/soap/php_packet_soap.c 	if (trav != NULL && soap_version == SOAP_1_2) {
NULL              152 ext/soap/php_packet_soap.c 		add_soap_fault(this_ptr, "Client", "A SOAP 1.2 envelope can contain only Header and Body", NULL, NULL);
NULL              157 ext/soap/php_packet_soap.c 	if (head != NULL) {
NULL              159 ext/soap/php_packet_soap.c 		while (attr != NULL) {
NULL              160 ext/soap/php_packet_soap.c 			if (attr->ns == NULL) {
NULL              161 ext/soap/php_packet_soap.c 				add_soap_fault(this_ptr, "Client", "A SOAP Header element cannot have non Namespace qualified attributes", NULL, NULL);
NULL              166 ext/soap/php_packet_soap.c 					add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Header", NULL, NULL);
NULL              170 ext/soap/php_packet_soap.c 					add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL);
NULL              181 ext/soap/php_packet_soap.c 	if (fault != NULL) {
NULL              182 ext/soap/php_packet_soap.c 		char *faultcode = NULL;
NULL              183 ext/soap/php_packet_soap.c 		zend_string *faultstring = NULL, *faultactor = NULL;
NULL              190 ext/soap/php_packet_soap.c 			if (tmp != NULL && tmp->children != NULL) {
NULL              195 ext/soap/php_packet_soap.c 			if (tmp != NULL && tmp->children != NULL) {
NULL              202 ext/soap/php_packet_soap.c 			if (tmp != NULL && tmp->children != NULL) {
NULL              209 ext/soap/php_packet_soap.c 			if (tmp != NULL) {
NULL              210 ext/soap/php_packet_soap.c 				master_to_zval(&details, NULL, tmp);
NULL              214 ext/soap/php_packet_soap.c 			if (tmp != NULL && tmp->children != NULL) {
NULL              216 ext/soap/php_packet_soap.c 				if (tmp != NULL && tmp->children != NULL) {
NULL              222 ext/soap/php_packet_soap.c 			if (tmp != NULL && tmp->children != NULL) {
NULL              225 ext/soap/php_packet_soap.c 				if (tmp != NULL && tmp->children != NULL) {
NULL              233 ext/soap/php_packet_soap.c 			if (tmp != NULL) {
NULL              234 ext/soap/php_packet_soap.c 				master_to_zval(&details, NULL, tmp);
NULL              237 ext/soap/php_packet_soap.c 		add_soap_fault(this_ptr, faultcode, faultstring ? ZSTR_VAL(faultstring) : NULL, faultactor ? ZSTR_VAL(faultactor) : NULL, &details);
NULL              254 ext/soap/php_packet_soap.c 	while (resp != NULL && resp->type != XML_ELEMENT_NODE) {
NULL              257 ext/soap/php_packet_soap.c 	if (resp != NULL) {
NULL              258 ext/soap/php_packet_soap.c 		if (fn != NULL && fn->binding && fn->binding->bindingType == BINDING_SOAP) {
NULL              260 ext/soap/php_packet_soap.c 			sdlParamPtr param = NULL;
NULL              261 ext/soap/php_packet_soap.c 			xmlNodePtr val = NULL;
NULL              262 ext/soap/php_packet_soap.c 			char *name, *ns = NULL;
NULL              303 ext/soap/php_packet_soap.c 								if (val == NULL) {
NULL              306 ext/soap/php_packet_soap.c 								if (val == NULL) {
NULL              309 ext/soap/php_packet_soap.c 								if (val == NULL && cur->children && cur->children->next == NULL) {
NULL              326 ext/soap/php_packet_soap.c 						if (param != NULL) {
NULL              329 ext/soap/php_packet_soap.c 							master_to_zval(&tmp, NULL, val);
NULL              341 ext/soap/php_packet_soap.c 			while (val != NULL) {
NULL              345 ext/soap/php_packet_soap.c 				if (val != NULL) {
NULL              350 ext/soap/php_packet_soap.c 						master_to_zval(&tmp, NULL, val);
NULL              352 ext/soap/php_packet_soap.c 							if ((arr = zend_hash_str_find(Z_ARRVAL_P(return_value), (char*)val->name, strlen((char*)val->name))) != NULL) {
NULL              395 ext/soap/php_packet_soap.c 		while (trav != NULL) {
NULL              397 ext/soap/php_packet_soap.c 				encodePtr enc = NULL;
NULL              410 ext/soap/php_packet_soap.c 					if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) {
NULL               54 ext/soap/php_schema.c 	if (sdl->encoders == NULL) {
NULL               56 ext/soap/php_schema.c 		zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0);
NULL               62 ext/soap/php_schema.c 	if ((enc_ptr = zend_hash_find_ptr(sdl->encoders, nscat.s)) != NULL) {
NULL               71 ext/soap/php_schema.c 		enc_ptr = NULL;
NULL               82 ext/soap/php_schema.c 	if (enc_ptr == NULL) {
NULL               92 ext/soap/php_schema.c 	if (enc == NULL) {
NULL               99 ext/soap/php_schema.c 	if (location != NULL &&
NULL              109 ext/soap/php_schema.c 		if (doc == NULL) {
NULL              113 ext/soap/php_schema.c 		if (schema == NULL) {
NULL              119 ext/soap/php_schema.c 			if (ns != NULL && (new_tns == NULL || xmlStrcmp(ns->children->content, new_tns->children->content) != 0)) {
NULL              123 ext/soap/php_schema.c 			if (ns == NULL && new_tns != NULL) {
NULL              129 ext/soap/php_schema.c 			if (new_tns == NULL) {
NULL              130 ext/soap/php_schema.c 				if (tns != NULL) {
NULL              133 ext/soap/php_schema.c 			} else if (tns != NULL && xmlStrcmp(tns->children->content, new_tns->children->content) != 0) {
NULL              170 ext/soap/php_schema.c 		zend_hash_init(ctx->sdl->types, 0, NULL, delete_type, 0);
NULL              174 ext/soap/php_schema.c 		zend_hash_init(ctx->attributes, 0, NULL, delete_attribute, 0);
NULL              178 ext/soap/php_schema.c 		zend_hash_init(ctx->attributeGroups, 0, NULL, delete_type, 0);
NULL              182 ext/soap/php_schema.c 	if (tns == NULL) {
NULL              184 ext/soap/php_schema.c 		xmlNewNs(schema, BAD_CAST(""), NULL);
NULL              188 ext/soap/php_schema.c 	while (trav != NULL) {
NULL              193 ext/soap/php_schema.c 			if (location == NULL) {
NULL              199 ext/soap/php_schema.c 				if (base == NULL) {
NULL              205 ext/soap/php_schema.c 				schema_load_file(ctx, NULL, uri, tns, 0);
NULL              213 ext/soap/php_schema.c 			if (location == NULL) {
NULL              219 ext/soap/php_schema.c 				if (base == NULL) {
NULL              225 ext/soap/php_schema.c 				schema_load_file(ctx, NULL, uri, tns, 0);
NULL              232 ext/soap/php_schema.c 			xmlChar *uri = NULL;
NULL              237 ext/soap/php_schema.c 			if (ns != NULL && tns != NULL && xmlStrcmp(ns->children->content, tns->children->content) == 0) {
NULL              247 ext/soap/php_schema.c 				if (base == NULL) {
NULL              255 ext/soap/php_schema.c 			if (uri != NULL) {xmlFree(uri);}
NULL              271 ext/soap/php_schema.c 	while (trav != NULL) {
NULL              273 ext/soap/php_schema.c 			schema_simpleType(ctx->sdl, tns, trav, NULL);
NULL              275 ext/soap/php_schema.c 			schema_complexType(ctx->sdl, tns, trav, NULL);
NULL              277 ext/soap/php_schema.c 			schema_group(ctx->sdl, tns, trav, NULL, NULL);
NULL              279 ext/soap/php_schema.c 			schema_attributeGroup(ctx->sdl, tns, trav, NULL, ctx);
NULL              281 ext/soap/php_schema.c 			schema_element(ctx->sdl, tns, trav, NULL, NULL);
NULL              283 ext/soap/php_schema.c 			schema_attribute(ctx->sdl, tns, trav, NULL, ctx);
NULL              311 ext/soap/php_schema.c 	if (ns == NULL) {
NULL              316 ext/soap/php_schema.c 	if (cur_type != NULL) {
NULL              323 ext/soap/php_schema.c 		if (name != NULL) {
NULL              333 ext/soap/php_schema.c 		if (sdl->encoders == NULL) {
NULL              335 ext/soap/php_schema.c 			zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0);
NULL              348 ext/soap/php_schema.c 	} else if (name != NULL) {
NULL              357 ext/soap/php_schema.c 		if (cur_type == NULL) {
NULL              360 ext/soap/php_schema.c 			if (cur_type->elements == NULL) {
NULL              362 ext/soap/php_schema.c 				zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0);
NULL              374 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"annotation")) {
NULL              378 ext/soap/php_schema.c 	if (trav != NULL) {
NULL              396 ext/soap/php_schema.c 	if (trav != NULL) {
NULL              417 ext/soap/php_schema.c 	if (itemType != NULL) {
NULL              423 ext/soap/php_schema.c 		if (nsptr != NULL) {
NULL              434 ext/soap/php_schema.c 			if (cur_type->elements == NULL) {
NULL              436 ext/soap/php_schema.c 				zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0);
NULL              445 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"annotation")) {
NULL              449 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"simpleType")) {
NULL              452 ext/soap/php_schema.c 		if (itemType != NULL) {
NULL              470 ext/soap/php_schema.c 		if (cur_type->elements == NULL) {
NULL              472 ext/soap/php_schema.c 			zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0);
NULL              480 ext/soap/php_schema.c 	if (trav != NULL) {
NULL              500 ext/soap/php_schema.c 	if (memberTypes != NULL) {
NULL              508 ext/soap/php_schema.c 		while (start != NULL && *start != '\0') {
NULL              510 ext/soap/php_schema.c 			if (end == NULL) {
NULL              511 ext/soap/php_schema.c 				next = NULL;
NULL              519 ext/soap/php_schema.c 			if (nsptr != NULL) {
NULL              530 ext/soap/php_schema.c 				if (cur_type->elements == NULL) {
NULL              532 ext/soap/php_schema.c 					zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0);
NULL              545 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"annotation")) {
NULL              549 ext/soap/php_schema.c 	while (trav != NULL) {
NULL              567 ext/soap/php_schema.c 			if (cur_type->elements == NULL) {
NULL              569 ext/soap/php_schema.c 				zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0);
NULL              580 ext/soap/php_schema.c 	if (trav != NULL) {
NULL              598 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"annotation")) {
NULL              602 ext/soap/php_schema.c 	if (trav != NULL) {
NULL              617 ext/soap/php_schema.c 	if (trav != NULL) {
NULL              644 ext/soap/php_schema.c 	if (base != NULL) {
NULL              650 ext/soap/php_schema.c 		if (nsptr != NULL) {
NULL              659 ext/soap/php_schema.c 	if (cur_type->restrictions == NULL) {
NULL              665 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav, "annotation")) {
NULL              669 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav, "simpleType")) {
NULL              673 ext/soap/php_schema.c 	while (trav != NULL) {
NULL              697 ext/soap/php_schema.c 			sdlRestrictionCharPtr enumval = NULL;
NULL              700 ext/soap/php_schema.c 			if (cur_type->restrictions->enumeration == NULL) {
NULL              702 ext/soap/php_schema.c 				zend_hash_init(cur_type->restrictions->enumeration, 0, NULL, delete_restriction_var_char, 0);
NULL              704 ext/soap/php_schema.c 			if (zend_hash_str_add_ptr(cur_type->restrictions->enumeration, enumval->value, strlen(enumval->value), enumval) == NULL) {
NULL              713 ext/soap/php_schema.c 		while (trav != NULL) {
NULL              715 ext/soap/php_schema.c 				schema_attribute(sdl, tns, trav, cur_type, NULL);
NULL              717 ext/soap/php_schema.c 				schema_attributeGroup(sdl, tns, trav, cur_type, NULL);
NULL              728 ext/soap/php_schema.c 	if (trav != NULL) {
NULL              749 ext/soap/php_schema.c 	if (base != NULL) {
NULL              755 ext/soap/php_schema.c 		if (nsptr != NULL) {
NULL              765 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"annotation")) {
NULL              769 ext/soap/php_schema.c 	if (trav != NULL) {
NULL              771 ext/soap/php_schema.c 			schema_group(sdl, tns, trav, cur_type, NULL);
NULL              774 ext/soap/php_schema.c 			schema_all(sdl, tns, trav, cur_type, NULL);
NULL              777 ext/soap/php_schema.c 			schema_choice(sdl, tns, trav, cur_type, NULL);
NULL              780 ext/soap/php_schema.c 			schema_sequence(sdl, tns, trav, cur_type, NULL);
NULL              784 ext/soap/php_schema.c 	while (trav != NULL) {
NULL              786 ext/soap/php_schema.c 			schema_attribute(sdl, tns, trav, cur_type, NULL);
NULL              788 ext/soap/php_schema.c 			schema_attributeGroup(sdl, tns, trav, cur_type, NULL);
NULL              798 ext/soap/php_schema.c 	if (trav != NULL) {
NULL              809 ext/soap/php_schema.c 	if ((*valptr) == NULL) {
NULL              816 ext/soap/php_schema.c 	if (fixed != NULL) {
NULL              823 ext/soap/php_schema.c 	if (value == NULL) {
NULL              836 ext/soap/php_schema.c 	if ((*valptr) == NULL) {
NULL              843 ext/soap/php_schema.c 	if (fixed != NULL) {
NULL              851 ext/soap/php_schema.c 	if (value == NULL) {
NULL              874 ext/soap/php_schema.c 	if (base != NULL) {
NULL              880 ext/soap/php_schema.c 		if (nsptr != NULL) {
NULL              890 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"annotation")) {
NULL              894 ext/soap/php_schema.c 	while (trav != NULL) {
NULL              896 ext/soap/php_schema.c 			schema_attribute(sdl, tns, trav, cur_type, NULL);
NULL              898 ext/soap/php_schema.c 			schema_attributeGroup(sdl, tns, trav, cur_type, NULL);
NULL              908 ext/soap/php_schema.c 	if (trav != NULL) {
NULL              929 ext/soap/php_schema.c 	if (base != NULL) {
NULL              935 ext/soap/php_schema.c 		if (nsptr != NULL) {
NULL              945 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"annotation")) {
NULL              949 ext/soap/php_schema.c 	if (trav != NULL) {
NULL              951 ext/soap/php_schema.c 			schema_group(sdl, tns, trav, cur_type, NULL);
NULL              954 ext/soap/php_schema.c 			schema_all(sdl, tns, trav, cur_type, NULL);
NULL              957 ext/soap/php_schema.c 			schema_choice(sdl, tns, trav, cur_type, NULL);
NULL              960 ext/soap/php_schema.c 			schema_sequence(sdl, tns, trav, cur_type, NULL);
NULL              964 ext/soap/php_schema.c 	while (trav != NULL) {
NULL              966 ext/soap/php_schema.c 			schema_attribute(sdl, tns, trav, cur_type, NULL);
NULL              968 ext/soap/php_schema.c 			schema_attributeGroup(sdl, tns, trav, cur_type, NULL);
NULL              978 ext/soap/php_schema.c 	if (trav != NULL) {
NULL             1023 ext/soap/php_schema.c 	zend_hash_init(newModel->u.content, 0, NULL, delete_model, 0);
NULL             1024 ext/soap/php_schema.c 	if (model == NULL) {
NULL             1033 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"annotation")) {
NULL             1037 ext/soap/php_schema.c 	while (trav != NULL) {
NULL             1062 ext/soap/php_schema.c 	xmlAttrPtr ns, name, ref = NULL;
NULL             1063 ext/soap/php_schema.c 	sdlContentModelPtr newModel = NULL;
NULL             1066 ext/soap/php_schema.c 	if (ns == NULL) {
NULL             1071 ext/soap/php_schema.c 	if (name == NULL) {
NULL             1084 ext/soap/php_schema.c 			if (nsptr != NULL) {
NULL             1088 ext/soap/php_schema.c 				if (ns == NULL) {
NULL             1109 ext/soap/php_schema.c 			zend_hash_init(newModel->u.content, 0, NULL, delete_model, 0);
NULL             1117 ext/soap/php_schema.c 		if (cur_type == NULL) {
NULL             1123 ext/soap/php_schema.c 			if (sdl->groups == NULL) {
NULL             1125 ext/soap/php_schema.c 				zend_hash_init(sdl->groups, 0, NULL, delete_type, 0);
NULL             1127 ext/soap/php_schema.c 			if (zend_hash_add_ptr(sdl->groups, key.s, newType) == NULL) {
NULL             1135 ext/soap/php_schema.c 		if (model == NULL) {
NULL             1147 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"annotation")) {
NULL             1151 ext/soap/php_schema.c 	if (trav != NULL) {
NULL             1153 ext/soap/php_schema.c 			if (ref != NULL) {
NULL             1160 ext/soap/php_schema.c 			if (ref != NULL) {
NULL             1167 ext/soap/php_schema.c 			if (ref != NULL) {
NULL             1177 ext/soap/php_schema.c 	if (trav != NULL) {
NULL             1199 ext/soap/php_schema.c 	zend_hash_init(newModel->u.content, 0, NULL, delete_model, 0);
NULL             1200 ext/soap/php_schema.c 	if (model == NULL) {
NULL             1209 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"annotation")) {
NULL             1213 ext/soap/php_schema.c 	while (trav != NULL) {
NULL             1249 ext/soap/php_schema.c 	zend_hash_init(newModel->u.content, 0, NULL, delete_model, 0);
NULL             1250 ext/soap/php_schema.c 	if (model == NULL) {
NULL             1259 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"annotation")) {
NULL             1263 ext/soap/php_schema.c 	while (trav != NULL) {
NULL             1295 ext/soap/php_schema.c 	if (model != NULL) {
NULL             1321 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav,"annotation")) {
NULL             1325 ext/soap/php_schema.c 	if (trav != NULL) {
NULL             1340 ext/soap/php_schema.c 	if (trav != NULL) {
NULL             1366 ext/soap/php_schema.c 	if (ns == NULL) {
NULL             1371 ext/soap/php_schema.c 	if (cur_type != NULL) {
NULL             1378 ext/soap/php_schema.c 		if (name != NULL) {
NULL             1388 ext/soap/php_schema.c 		if (sdl->encoders == NULL) {
NULL             1390 ext/soap/php_schema.c 			zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0);
NULL             1422 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav, "annotation")) {
NULL             1426 ext/soap/php_schema.c 	if (trav != NULL) {
NULL             1435 ext/soap/php_schema.c 				schema_group(sdl, tns, trav, cur_type, NULL);
NULL             1438 ext/soap/php_schema.c 				schema_all(sdl, tns, trav, cur_type, NULL);
NULL             1441 ext/soap/php_schema.c 				schema_choice(sdl, tns, trav, cur_type, NULL);
NULL             1444 ext/soap/php_schema.c 				schema_sequence(sdl, tns, trav, cur_type, NULL);
NULL             1447 ext/soap/php_schema.c 			while (trav != NULL) {
NULL             1449 ext/soap/php_schema.c 					schema_attribute(sdl, tns, trav, cur_type, NULL);
NULL             1451 ext/soap/php_schema.c 					schema_attributeGroup(sdl, tns, trav, cur_type, NULL);
NULL             1463 ext/soap/php_schema.c 	if (trav != NULL) {
NULL             1491 ext/soap/php_schema.c 	xmlAttrPtr attrs, attr, ns, name, type, ref = NULL;
NULL             1495 ext/soap/php_schema.c 	if (ns == NULL) {
NULL             1500 ext/soap/php_schema.c 	if (name == NULL) {
NULL             1519 ext/soap/php_schema.c 			if (nsptr != NULL) {
NULL             1524 ext/soap/php_schema.c 				if (ns == NULL) {
NULL             1546 ext/soap/php_schema.c 		if (cur_type == NULL) {
NULL             1547 ext/soap/php_schema.c 			if (sdl->elements == NULL) {
NULL             1549 ext/soap/php_schema.c 				zend_hash_init(sdl->elements, 0, NULL, delete_type, 0);
NULL             1556 ext/soap/php_schema.c 			if (cur_type->elements == NULL) {
NULL             1558 ext/soap/php_schema.c 				zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0);
NULL             1565 ext/soap/php_schema.c 		if (zend_hash_add_ptr(addHash, key.s, newType) == NULL) {
NULL             1566 ext/soap/php_schema.c 			if (cur_type == NULL) {
NULL             1574 ext/soap/php_schema.c 		if (model != NULL) {
NULL             1594 ext/soap/php_schema.c 		if (ref != NULL) {
NULL             1609 ext/soap/php_schema.c 		if (ref != NULL) {
NULL             1617 ext/soap/php_schema.c 		if (ref != NULL) {
NULL             1619 ext/soap/php_schema.c 		} else if (ref != NULL) {
NULL             1644 ext/soap/php_schema.c 				if(def == NULL || strncmp((char*)def->children->content, "qualified", sizeof("qualified"))) {
NULL             1653 ext/soap/php_schema.c 		if (parent == NULL) {
NULL             1664 ext/soap/php_schema.c 		if (ref != NULL) {
NULL             1669 ext/soap/php_schema.c 		if (nsptr != NULL) {
NULL             1677 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav, "annotation")) {
NULL             1681 ext/soap/php_schema.c 	if (trav != NULL) {
NULL             1683 ext/soap/php_schema.c 			if (ref != NULL) {
NULL             1685 ext/soap/php_schema.c 			} else if (type != NULL) {
NULL             1691 ext/soap/php_schema.c 			if (ref != NULL) {
NULL             1693 ext/soap/php_schema.c 			} else if (type != NULL) {
NULL             1700 ext/soap/php_schema.c 	while (trav != NULL) {
NULL             1733 ext/soap/php_schema.c 	xmlAttrPtr attr, name, ref = NULL, type = NULL;
NULL             1737 ext/soap/php_schema.c 	if (name == NULL) {
NULL             1753 ext/soap/php_schema.c 			if (nsptr != NULL) {
NULL             1758 ext/soap/php_schema.c 				if (ns == NULL) {
NULL             1775 ext/soap/php_schema.c 			if (ns == NULL) {
NULL             1778 ext/soap/php_schema.c 			if (ns != NULL) {
NULL             1787 ext/soap/php_schema.c 		if (cur_type == NULL) {
NULL             1790 ext/soap/php_schema.c 			if (cur_type->attributes == NULL) {
NULL             1792 ext/soap/php_schema.c 				zend_hash_init(cur_type->attributes, 0, NULL, delete_attribute, 0);
NULL             1797 ext/soap/php_schema.c 		if (zend_hash_add_ptr(addHash, key.s, newAttr) == NULL) {
NULL             1811 ext/soap/php_schema.c 		if (ref != NULL) {
NULL             1816 ext/soap/php_schema.c 		if (nsptr != NULL) {
NULL             1824 ext/soap/php_schema.c 	while (attr != NULL) {
NULL             1879 ext/soap/php_schema.c 					zend_hash_init(newAttr->extraAttributes, 0, NULL, delete_extra_attribute, 0);
NULL             1898 ext/soap/php_schema.c 				if(def == NULL || strncmp((char*)def->children->content, "qualified", sizeof("qualified"))) {
NULL             1907 ext/soap/php_schema.c 		if (parent == NULL) {
NULL             1912 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav, "annotation")) {
NULL             1916 ext/soap/php_schema.c 	if (trav != NULL) {
NULL             1921 ext/soap/php_schema.c 			if (ref != NULL) {
NULL             1923 ext/soap/php_schema.c 			} else if (type != NULL) {
NULL             1945 ext/soap/php_schema.c 	if (trav != NULL) {
NULL             1954 ext/soap/php_schema.c 	xmlAttrPtr name, ref = NULL;
NULL             1958 ext/soap/php_schema.c 	if (name == NULL) {
NULL             1962 ext/soap/php_schema.c 		if (cur_type == NULL) {
NULL             1968 ext/soap/php_schema.c 			if (ns == NULL) {
NULL             1981 ext/soap/php_schema.c 			if (zend_hash_add_ptr(ctx->attributeGroups, key.s, newType) == NULL) {
NULL             1992 ext/soap/php_schema.c 			if (cur_type->attributes == NULL) {
NULL             1994 ext/soap/php_schema.c 				zend_hash_init(cur_type->attributes, 0, NULL, delete_attribute, 0);
NULL             2001 ext/soap/php_schema.c 			if (nsptr != NULL) {
NULL             2013 ext/soap/php_schema.c 			cur_type = NULL;
NULL             2020 ext/soap/php_schema.c 	if (trav != NULL && node_is_equal(trav, "annotation")) {
NULL             2024 ext/soap/php_schema.c 	while (trav != NULL) {
NULL             2026 ext/soap/php_schema.c 			if (ref != NULL) {
NULL             2029 ext/soap/php_schema.c 			schema_attribute(sdl, tns, trav, cur_type, NULL);
NULL             2031 ext/soap/php_schema.c 			if (ref != NULL) {
NULL             2034 ext/soap/php_schema.c 			schema_attributeGroup(sdl, tns, trav, cur_type, NULL);
NULL             2036 ext/soap/php_schema.c 			if (ref != NULL) {
NULL             2047 ext/soap/php_schema.c 	if (trav != NULL) {
NULL             2072 ext/soap/php_schema.c 	if ((tmp = zend_hash_str_find_ptr(ht, ref, strlen(ref))) != NULL) {
NULL             2077 ext/soap/php_schema.c 			if ((tmp = zend_hash_str_find_ptr(ht, ref, strlen(ref))) != NULL) {
NULL             2082 ext/soap/php_schema.c 	return NULL;
NULL             2089 ext/soap/php_schema.c 	if (attr->ref != NULL) {
NULL             2090 ext/soap/php_schema.c 		if (ctx->attributes != NULL) {
NULL             2094 ext/soap/php_schema.c 				if (tmp->name != NULL && attr->name == NULL) {
NULL             2097 ext/soap/php_schema.c 				if (tmp->namens != NULL && attr->namens == NULL) {
NULL             2100 ext/soap/php_schema.c 				if (tmp->def != NULL && attr->def == NULL) {
NULL             2103 ext/soap/php_schema.c 				if (tmp->fixed != NULL && attr->fixed == NULL) {
NULL             2112 ext/soap/php_schema.c 				if (tmp->extraAttributes != NULL) {
NULL             2114 ext/soap/php_schema.c 					zend_hash_init(attr->extraAttributes, zend_hash_num_elements(tmp->extraAttributes), NULL, delete_extra_attribute, 0);
NULL             2120 ext/soap/php_schema.c 		if (attr->name == NULL && attr->ref != NULL) {
NULL             2129 ext/soap/php_schema.c 		attr->ref = NULL;
NULL             2138 ext/soap/php_schema.c 	if (attr->ref != NULL) {
NULL             2139 ext/soap/php_schema.c 		if (ctx->attributeGroups != NULL) {
NULL             2144 ext/soap/php_schema.c 					while ((tmp_attr = zend_hash_get_current_data_ptr(tmp->attributes)) != NULL) {
NULL             2159 ext/soap/php_schema.c 								zend_hash_init(ht, zend_hash_num_elements(newAttr->extraAttributes), NULL, delete_extra_attribute, 0);
NULL             2164 ext/soap/php_schema.c 							zend_hash_get_current_key(tmp->attributes, &_key, NULL);
NULL             2172 ext/soap/php_schema.c 							zend_hash_get_current_key(tmp->attributes, NULL, &index);
NULL             2180 ext/soap/php_schema.c 		attr->ref = NULL;
NULL             2190 ext/soap/php_schema.c 			if (ctx->sdl->groups && (tmp = zend_hash_str_find_ptr(ctx->sdl->groups, model->u.group_ref, strlen(model->u.group_ref))) != NULL) {
NULL             2233 ext/soap/php_schema.c 	if (type->ref != NULL) {
NULL             2234 ext/soap/php_schema.c 		if (ctx->sdl->elements != NULL) {
NULL             2256 ext/soap/php_schema.c 		type->ref = NULL;
NULL               52 ext/soap/php_sdl.c 	encodePtr enc = NULL;
NULL               58 ext/soap/php_sdl.c 	if (nsptr != NULL) {
NULL               60 ext/soap/php_sdl.c 		if (enc == NULL) {
NULL               73 ext/soap/php_sdl.c 	sdlTypePtr ret = NULL;
NULL               82 ext/soap/php_sdl.c 		if (nsptr != NULL) {
NULL               93 ext/soap/php_sdl.c 			if ((sdl_type = zend_hash_str_find_ptr(sdl->elements, nscat, len)) != NULL) {
NULL               95 ext/soap/php_sdl.c 			} else if ((sdl_type = zend_hash_str_find_ptr(sdl->elements, (char*)type, type_len)) != NULL) {
NULL              100 ext/soap/php_sdl.c 			if ((sdl_type = zend_hash_str_find_ptr(sdl->elements, (char*)type, xmlStrlen(type))) != NULL) {
NULL              113 ext/soap/php_sdl.c 	encodePtr enc = NULL;
NULL              127 ext/soap/php_sdl.c 	if (enc == NULL &&
NULL              144 ext/soap/php_sdl.c 		enc = get_encoder_ex(NULL, enc_nscat, enc_len);
NULL              156 ext/soap/php_sdl.c 			if (sdl->encoders == NULL) {
NULL              158 ext/soap/php_sdl.c 				zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, sdl->is_persistent);
NULL              172 ext/soap/php_sdl.c 	if ((enc = zend_hash_str_find_ptr(&SOAP_GLOBAL(defEnc), (char*)nscat, len)) != NULL) {
NULL              174 ext/soap/php_sdl.c 	} else if (sdl && sdl->encoders && (enc = zend_hash_str_find_ptr(sdl->encoders, (char*)nscat, len)) != NULL) {
NULL              177 ext/soap/php_sdl.c 	return NULL;
NULL              184 ext/soap/php_sdl.c 	if (sdl == NULL) {
NULL              185 ext/soap/php_sdl.c 		return NULL;
NULL              193 ext/soap/php_sdl.c 	return NULL;
NULL              216 ext/soap/php_sdl.c 		if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL &&
NULL              232 ext/soap/php_sdl.c 	zval *header = NULL;
NULL              279 ext/soap/php_sdl.c 		php_libxml_switch_context(NULL, &context);
NULL              280 ext/soap/php_sdl.c 		php_libxml_switch_context(&context, NULL);
NULL              286 ext/soap/php_sdl.c 			    (header = php_stream_context_get_option(ctx->context, "http", "header")) != NULL) {
NULL              314 ext/soap/php_sdl.c 	ctx->context = NULL;
NULL              365 ext/soap/php_sdl.c 	while (trav != NULL) {
NULL              374 ext/soap/php_sdl.c 			while (trav2 != NULL) {
NULL              389 ext/soap/php_sdl.c 				if (base == NULL) {
NULL              402 ext/soap/php_sdl.c 				if (zend_hash_str_add_ptr(&ctx->messages, (char*)name->children->content, xmlStrlen(name->children->content), trav) == NULL) {
NULL              412 ext/soap/php_sdl.c 				if (zend_hash_str_add_ptr(&ctx->portTypes, (char*)name->children->content, xmlStrlen(name->children->content), trav) == NULL) {
NULL              422 ext/soap/php_sdl.c 				if (zend_hash_str_add_ptr(&ctx->bindings, (char*)name->children->content, xmlStrlen(name->children->content), trav) == NULL) {
NULL              432 ext/soap/php_sdl.c 				if (zend_hash_str_add_ptr(&ctx->services, (char*)name->children->content, xmlStrlen(name->children->content), trav) == NULL) {
NULL              458 ext/soap/php_sdl.c 	if (ctype == NULL) {
NULL              463 ext/soap/php_sdl.c 	if ((message = zend_hash_str_find_ptr(&ctx->messages, ctype, strlen(ctype))) == NULL) {
NULL              471 ext/soap/php_sdl.c 	part = get_node_with_attribute_ex(message->children, "part", WSDL_NAMESPACE, "name", (char*)tmp->children->content, NULL);
NULL              508 ext/soap/php_sdl.c 	if (tmp != NULL) {
NULL              512 ext/soap/php_sdl.c 		if (tmp != NULL) {
NULL              528 ext/soap/php_sdl.c 		while (trav != NULL) {
NULL              533 ext/soap/php_sdl.c 				if (h->headerfaults == NULL) {
NULL              535 ext/soap/php_sdl.c 					zend_hash_init(h->headerfaults, 0, NULL, delete_header, 0);
NULL              544 ext/soap/php_sdl.c 				if (zend_hash_add_ptr(h->headerfaults, key.s, hf) == NULL) {
NULL              563 ext/soap/php_sdl.c 	while (trav != NULL) {
NULL              585 ext/soap/php_sdl.c 				zend_hash_init(&ht, 0, NULL, delete_parameter, 0);
NULL              601 ext/soap/php_sdl.c 					  	param->paramName = NULL;
NULL              635 ext/soap/php_sdl.c 			if (binding->headers == NULL) {
NULL              637 ext/soap/php_sdl.c 				zend_hash_init(binding->headers, 0, NULL, delete_header, 0);
NULL              646 ext/soap/php_sdl.c 			if (zend_hash_add_ptr(binding->headers, key.s, h) == NULL) {
NULL              659 ext/soap/php_sdl.c 	xmlNodePtr trav, part, message = NULL, tmp;
NULL              660 ext/soap/php_sdl.c 	HashTable* parameters = NULL;
NULL              664 ext/soap/php_sdl.c 	if (ctype == NULL) {
NULL              669 ext/soap/php_sdl.c 	if ((tmp = zend_hash_str_find_ptr(&ctx->messages, ctype, strlen(ctype))) == NULL) {
NULL              675 ext/soap/php_sdl.c 	zend_hash_init(parameters, 0, NULL, delete_parameter, 0);
NULL              678 ext/soap/php_sdl.c 	while (trav != NULL) {
NULL              682 ext/soap/php_sdl.c 		if (trav->ns != NULL && strcmp((char*)trav->ns->href, WSDL_NAMESPACE) != 0) {
NULL              698 ext/soap/php_sdl.c 		if (name == NULL) {
NULL              705 ext/soap/php_sdl.c 		if (type != NULL) {
NULL              709 ext/soap/php_sdl.c 			if (element != NULL) {
NULL              733 ext/soap/php_sdl.c 	zend_hash_init(&ctx.sdl->functions, 0, NULL, delete_function, 0);
NULL              735 ext/soap/php_sdl.c 	zend_hash_init(&ctx.docs, 0, NULL, delete_document, 0);
NULL              736 ext/soap/php_sdl.c 	zend_hash_init(&ctx.messages, 0, NULL, NULL, 0);
NULL              737 ext/soap/php_sdl.c 	zend_hash_init(&ctx.bindings, 0, NULL, NULL, 0);
NULL              738 ext/soap/php_sdl.c 	zend_hash_init(&ctx.portTypes, 0, NULL, NULL, 0);
NULL              739 ext/soap/php_sdl.c 	zend_hash_init(&ctx.services,  0, NULL, NULL, 0);
NULL              755 ext/soap/php_sdl.c 			while (trav != NULL) {
NULL              761 ext/soap/php_sdl.c 				char *wsdl_soap_namespace = NULL;
NULL              777 ext/soap/php_sdl.c 				if (bindingAttr == NULL) {
NULL              782 ext/soap/php_sdl.c 				address = NULL;
NULL              784 ext/soap/php_sdl.c 				while (trav2 != NULL) {
NULL              830 ext/soap/php_sdl.c 				if (ctype == NULL) {
NULL              835 ext/soap/php_sdl.c 				if ((tmp = zend_hash_str_find_ptr(&ctx.bindings, ctype, strlen(ctype))) == NULL) {
NULL              874 ext/soap/php_sdl.c 				if (name == NULL) {
NULL              880 ext/soap/php_sdl.c 				if (type == NULL) {
NULL              885 ext/soap/php_sdl.c 				if (ctype == NULL) {
NULL              890 ext/soap/php_sdl.c 				if ((tmp = zend_hash_str_find_ptr(&ctx.portTypes, ctype, strlen(ctype))) == NULL) {
NULL              896 ext/soap/php_sdl.c 				while (trav2 != NULL) {
NULL              915 ext/soap/php_sdl.c 					if (op_name == NULL) {
NULL              920 ext/soap/php_sdl.c 					while  (trav3 != NULL) {
NULL              933 ext/soap/php_sdl.c 					portTypeOperation = get_node_with_attribute_ex(portType->children, "operation", WSDL_NAMESPACE, "name", (char*)op_name->children->content, NULL);
NULL              934 ext/soap/php_sdl.c 					if (portTypeOperation == NULL) {
NULL              976 ext/soap/php_sdl.c 					if (input != NULL) {
NULL              980 ext/soap/php_sdl.c 						if (message == NULL) {
NULL              997 ext/soap/php_sdl.c 							if (input != NULL) {
NULL             1005 ext/soap/php_sdl.c 					if (output != NULL) {
NULL             1009 ext/soap/php_sdl.c 						if (message == NULL) {
NULL             1031 ext/soap/php_sdl.c 							if (output != NULL) {
NULL             1044 ext/soap/php_sdl.c 					while (fault != NULL) {
NULL             1050 ext/soap/php_sdl.c 							if (name == NULL) {
NULL             1054 ext/soap/php_sdl.c 							if (message == NULL) {
NULL             1063 ext/soap/php_sdl.c 							if (f->details == NULL || zend_hash_num_elements(f->details) > 1) {
NULL             1068 ext/soap/php_sdl.c 								xmlNodePtr soap_fault = get_node_with_attribute_ex(operation->children, "fault", WSDL_NAMESPACE, "name", f->name, NULL);
NULL             1069 ext/soap/php_sdl.c 								if (soap_fault != NULL) {
NULL             1071 ext/soap/php_sdl.c 									while (trav != NULL) {
NULL             1112 ext/soap/php_sdl.c 							if (function->faults == NULL) {
NULL             1114 ext/soap/php_sdl.c 								zend_hash_init(function->faults, 0, NULL, delete_fault, 0);
NULL             1116 ext/soap/php_sdl.c 							if (zend_hash_str_add_ptr(function->faults, f->name, strlen(f->name), f) == NULL) {
NULL             1129 ext/soap/php_sdl.c 						if (zend_hash_str_add_ptr(&ctx.sdl->functions, php_strtolower(tmp, len), len, function) == NULL) {
NULL             1133 ext/soap/php_sdl.c 						if (function->requestName != NULL && strcmp(function->requestName,function->functionName) != 0) {
NULL             1134 ext/soap/php_sdl.c 							if (ctx.sdl->requests == NULL) {
NULL             1136 ext/soap/php_sdl.c 								zend_hash_init(ctx.sdl->requests, 0, NULL, NULL, 0);
NULL             1149 ext/soap/php_sdl.c 					zend_hash_init(ctx.sdl->bindings, 0, NULL, delete_binding, 0);
NULL             1164 ext/soap/php_sdl.c 	if (ctx.sdl->bindings == NULL || ctx.sdl->bindings->nNumOfElements == 0) {
NULL             1199 ext/soap/php_sdl.c 		return NULL;
NULL             1237 ext/soap/php_sdl.c 		zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0);
NULL             1258 ext/soap/php_sdl.c 		return NULL;
NULL             1272 ext/soap/php_sdl.c 		return NULL;
NULL             1294 ext/soap/php_sdl.c 			zend_hash_init(model->u.content, i, NULL, delete_model, 0);
NULL             1317 ext/soap/php_sdl.c 	sdlTypePtr *elements = NULL;
NULL             1349 ext/soap/php_sdl.c 			zend_hash_init(type->restrictions->enumeration, i, NULL, delete_restriction_var_char, 0);
NULL             1356 ext/soap/php_sdl.c 			type->restrictions->enumeration = NULL;
NULL             1365 ext/soap/php_sdl.c 		elements[0] = NULL;
NULL             1367 ext/soap/php_sdl.c 		zend_hash_init(type->elements, i, NULL, delete_type, 0);
NULL             1381 ext/soap/php_sdl.c 		zend_hash_init(type->attributes, i, NULL, delete_attribute, 0);
NULL             1397 ext/soap/php_sdl.c 	if (elements != NULL) {
NULL             1414 ext/soap/php_sdl.c 	if (enc->details.sdl_type == NULL) {
NULL             1435 ext/soap/php_sdl.c 			real_enc = get_encoder_ex(NULL, enc_nscat, enc_len);
NULL             1459 ext/soap/php_sdl.c 		zend_hash_init(body->headers, i, NULL, delete_header, 0);
NULL             1480 ext/soap/php_sdl.c 				zend_hash_init(tmp->headerfaults, i, NULL, delete_header, 0);
NULL             1510 ext/soap/php_sdl.c 	if (i == 0) {return NULL;}
NULL             1512 ext/soap/php_sdl.c 	zend_hash_init(ht, i, NULL, delete_parameter, 0);
NULL             1532 ext/soap/php_sdl.c 	sdlFunctionPtr *functions = NULL;
NULL             1544 ext/soap/php_sdl.c 		return NULL;
NULL             1548 ext/soap/php_sdl.c 		return NULL;
NULL             1554 ext/soap/php_sdl.c 		return NULL;
NULL             1561 ext/soap/php_sdl.c 		return NULL;
NULL             1569 ext/soap/php_sdl.c 		return NULL;
NULL             1577 ext/soap/php_sdl.c 		return NULL;
NULL             1594 ext/soap/php_sdl.c 	types[0] = NULL;
NULL             1608 ext/soap/php_sdl.c 	encoders[0] = NULL;
NULL             1623 ext/soap/php_sdl.c 		zend_hash_init(sdl->groups, num_groups, NULL, delete_type, 0);
NULL             1633 ext/soap/php_sdl.c 		zend_hash_init(sdl->types, num_types, NULL, delete_type, 0);
NULL             1643 ext/soap/php_sdl.c 		zend_hash_init(sdl->elements, num_elements, NULL, delete_type, 0);
NULL             1654 ext/soap/php_sdl.c 		zend_hash_init(sdl->encoders, num_encoders, NULL, delete_encoder, 0);
NULL             1667 ext/soap/php_sdl.c 		zend_hash_init(sdl->bindings, num_bindings, NULL, delete_binding, 0);
NULL             1688 ext/soap/php_sdl.c 	zend_hash_init(&sdl->functions, num_func, NULL, delete_function, 0);
NULL             1701 ext/soap/php_sdl.c 				func->binding = NULL;
NULL             1714 ext/soap/php_sdl.c 				func->bindingAttributes = NULL;
NULL             1725 ext/soap/php_sdl.c 				zend_hash_init(func->faults, num_faults, NULL, delete_fault, 0);
NULL             1745 ext/soap/php_sdl.c 						fault->bindingAttributes = NULL;
NULL             1749 ext/soap/php_sdl.c 				func->faults = NULL;
NULL             1759 ext/soap/php_sdl.c 		zend_hash_init(sdl->requests, i, NULL, NULL, 0);
NULL             1821 ext/soap/php_sdl.c 		if ((type_num = zend_hash_str_find(tmp_types, (char*)&type, sizeof(type))) != NULL) {
NULL             1918 ext/soap/php_sdl.c 	HashTable *tmp_elements = NULL;
NULL             1973 ext/soap/php_sdl.c 		zend_hash_init(tmp_elements, i, NULL, NULL, 0);
NULL             2005 ext/soap/php_sdl.c 	if (tmp_elements != NULL) {
NULL             2119 ext/soap/php_sdl.c 	zend_hash_init(&tmp_types, 0, NULL, NULL, 0);
NULL             2120 ext/soap/php_sdl.c 	zend_hash_init(&tmp_encoders, 0, NULL, NULL, 0);
NULL             2121 ext/soap/php_sdl.c 	zend_hash_init(&tmp_bindings, 0, NULL, NULL, 0);
NULL             2122 ext/soap/php_sdl.c 	zend_hash_init(&tmp_functions, 0, NULL, NULL, 0);
NULL             2268 ext/soap/php_sdl.c 			if (tmp->bindingType == BINDING_SOAP && tmp->bindingAttributes != NULL) {
NULL             2302 ext/soap/php_sdl.c 						if (tmp->binding->bindingType == BINDING_SOAP && tmp->bindingAttributes != NULL) {
NULL             2327 ext/soap/php_sdl.c 					if (tmp->binding->bindingType == BINDING_SOAP && fault->bindingAttributes != NULL) {
NULL             2380 ext/soap/php_sdl.c 	sdlRestrictionIntPtr prest = NULL;
NULL             2390 ext/soap/php_sdl.c 	sdlRestrictionCharPtr prest = NULL;
NULL             2410 ext/soap/php_sdl.c 	if ((tmp = zend_hash_str_find_ptr(ptr_map, (char *)type, sizeof(sdlTypePtr))) != NULL) {
NULL             2427 ext/soap/php_sdl.c 	if ((tmp = zend_hash_str_find_ptr(ptr_map, (char *)enc, sizeof(encodePtr))) != NULL) {
NULL             2444 ext/soap/php_sdl.c 	zend_hash_init(pheaders, zend_hash_num_elements(headers), NULL, delete_header_persistent, 1);
NULL             2459 ext/soap/php_sdl.c 			if ((penc = zend_hash_str_find_ptr(ptr_map, (char*)&pheader->encode, sizeof(encodePtr))) == NULL) {
NULL             2465 ext/soap/php_sdl.c 			if ((ptype = zend_hash_str_find_ptr(ptr_map, (char*)&pheader->element, sizeof(sdlTypePtr))) == NULL) {
NULL             2508 ext/soap/php_sdl.c 	zend_hash_init(pparams, zend_hash_num_elements(params), NULL, delete_parameter_persistent, 1);
NULL             2520 ext/soap/php_sdl.c 			if ((penc = zend_hash_str_find_ptr(ptr_map, (char*)&pparam->encode, sizeof(encodePtr))) == NULL) {
NULL             2526 ext/soap/php_sdl.c 			if ((ptype = zend_hash_str_find_ptr(ptr_map, (char*)&pparam->element, sizeof(sdlTypePtr))) == NULL) {
NULL             2550 ext/soap/php_sdl.c 	zend_hash_init(pfaults, zend_hash_num_elements(faults), NULL, delete_fault_persistent, 1);
NULL             2624 ext/soap/php_sdl.c 		zend_hash_init(pattr->extraAttributes, zend_hash_num_elements(attr->extraAttributes), NULL, delete_extra_attribute_persistent, 1);
NULL             2668 ext/soap/php_sdl.c 			zend_hash_init(pmodel->u.content, zend_hash_num_elements(model->u.content), NULL, delete_model_persistent, 1);
NULL             2699 ext/soap/php_sdl.c 	sdlTypePtr ptype = NULL;
NULL             2768 ext/soap/php_sdl.c 			zend_hash_init(ptype->restrictions->enumeration, zend_hash_num_elements(type->restrictions->enumeration), NULL, delete_restriction_var_char_persistent, 1);
NULL             2777 ext/soap/php_sdl.c 		zend_hash_init(ptype->elements, zend_hash_num_elements(type->elements), NULL, delete_type_persistent, 1);
NULL             2795 ext/soap/php_sdl.c 		zend_hash_init(ptype->attributes, zend_hash_num_elements(type->attributes), NULL, delete_attribute_persistent, 1);
NULL             2817 ext/soap/php_sdl.c 	encodePtr penc = NULL;
NULL             2840 ext/soap/php_sdl.c 	sdlBindingPtr pbind = NULL;
NULL             2868 ext/soap/php_sdl.c 	sdlFunctionPtr pfunc = NULL;
NULL             2888 ext/soap/php_sdl.c 		if ((tmp = zend_hash_str_find_ptr(ptr_map, (char*)&pfunc->binding, sizeof(pfunc->binding))) == NULL) {
NULL             2923 ext/soap/php_sdl.c 	sdlPtr psdl = NULL;
NULL             2928 ext/soap/php_sdl.c 	zend_hash_init(&bp_types, 0, NULL, NULL, 0);
NULL             2929 ext/soap/php_sdl.c 	zend_hash_init(&bp_encoders, 0, NULL, NULL, 0);
NULL             2930 ext/soap/php_sdl.c 	zend_hash_init(&ptr_map, 0, NULL, NULL, 0);
NULL             2947 ext/soap/php_sdl.c 		zend_hash_init(psdl->groups, zend_hash_num_elements(sdl->groups), NULL, delete_type_persistent, 1);
NULL             2966 ext/soap/php_sdl.c 		zend_hash_init(psdl->types, zend_hash_num_elements(sdl->types), NULL, delete_type_persistent, 1);
NULL             2985 ext/soap/php_sdl.c 		zend_hash_init(psdl->elements, zend_hash_num_elements(sdl->elements), NULL, delete_type_persistent, 1);
NULL             3004 ext/soap/php_sdl.c 		zend_hash_init(psdl->encoders, zend_hash_num_elements(sdl->encoders), NULL, delete_encoder_persistent, 1);
NULL             3020 ext/soap/php_sdl.c 		sdlTypePtr *tmp, ptype = NULL;
NULL             3023 ext/soap/php_sdl.c 			if ((ptype = zend_hash_str_find_ptr(&ptr_map, (char*)tmp, sizeof(*tmp))) == NULL) {
NULL             3030 ext/soap/php_sdl.c 		encodePtr *tmp, penc = NULL;
NULL             3033 ext/soap/php_sdl.c 			if ((penc = zend_hash_str_find_ptr(&ptr_map, (char*)tmp, sizeof(*tmp))) == NULL) {
NULL             3046 ext/soap/php_sdl.c 		zend_hash_init(psdl->bindings, zend_hash_num_elements(sdl->bindings), NULL, delete_binding_persistent, 1);
NULL             3060 ext/soap/php_sdl.c 	zend_hash_init(&psdl->functions, zend_hash_num_elements(&sdl->functions), NULL, delete_function_persistent, 1);
NULL             3083 ext/soap/php_sdl.c 		zend_hash_init(psdl->requests, zend_hash_num_elements(sdl->requests), NULL, NULL, 1);
NULL             3087 ext/soap/php_sdl.c 			if ((preq = zend_hash_str_find_ptr(&ptr_map, (char*)&tmp, sizeof(tmp))) == NULL) {
NULL             3157 ext/soap/php_sdl.c 	sdlPtr sdl = NULL;
NULL             3160 ext/soap/php_sdl.c 	php_stream_context *context=NULL;
NULL             3163 ext/soap/php_sdl.c 	char* key = NULL;
NULL             3170 ext/soap/php_sdl.c 	if (strchr(uri,':') != NULL || IS_ABSOLUTE_PATH(uri, uri_len)) {
NULL             3172 ext/soap/php_sdl.c 	} else if (VCWD_REALPATH(uri, fn) == NULL) {
NULL             3182 ext/soap/php_sdl.c 		if (NULL != (p = zend_hash_str_find_ptr(SOAP_GLOBAL(mem_cache), uri, uri_len))) {
NULL             3218 ext/soap/php_sdl.c 		if ((sdl = get_sdl_from_cache(key, uri, t-SOAP_GLOBAL(cache_ttl), &cached)) != NULL) {
NULL             3225 ext/soap/php_sdl.c 	if (NULL != (tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr),
NULL             3232 ext/soap/php_sdl.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_user_agent", sizeof("_user_agent")-1)) != NULL &&
NULL             3239 ext/soap/php_sdl.c 	if ((proxy_host = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_host", sizeof("_proxy_host")-1)) != NULL &&
NULL             3241 ext/soap/php_sdl.c 	    (proxy_port = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_proxy_port", sizeof("_proxy_port")-1)) != NULL &&
NULL             3273 ext/soap/php_sdl.c 	if ((tmp = php_stream_context_get_option(context, "http", "protocol_version")) == NULL) {
NULL             3311 ext/soap/php_sdl.c 		php_libxml_switch_context(&orig_context, NULL);
NULL             3328 ext/soap/php_sdl.c 			if (SOAP_GLOBAL(mem_cache) == NULL) {
NULL             3330 ext/soap/php_sdl.c 				zend_hash_init(SOAP_GLOBAL(mem_cache), 0, NULL, delete_psdl, 1);
NULL             3336 ext/soap/php_sdl.c 				zend_string *latest_key = NULL, *key;
NULL             3356 ext/soap/php_sdl.c 			if (NULL != zend_hash_str_update_mem(SOAP_GLOBAL(mem_cache), uri,
NULL             3363 ext/soap/php_sdl.c 				php_error_docref(NULL, E_WARNING, "Failed to register persistent entry");
NULL               45 ext/soap/php_xml.c 	xmlNodePtr del = NULL;
NULL               48 ext/soap/php_xml.c 	while (trav != NULL) {
NULL               49 ext/soap/php_xml.c 		if (del != NULL) {
NULL               52 ext/soap/php_xml.c 			del = NULL;
NULL               61 ext/soap/php_xml.c 		} else if (trav->children != NULL) {
NULL               66 ext/soap/php_xml.c 	if (del != NULL) {
NULL               82 ext/soap/php_xml.c 	xmlParserCtxtPtr ctxt = NULL;
NULL              100 ext/soap/php_xml.c 		ctxt->sax->warning = NULL;
NULL              101 ext/soap/php_xml.c 		ctxt->sax->error = NULL;
NULL              111 ext/soap/php_xml.c 			if (ret->URL == NULL && ctxt->directory != NULL) {
NULL              115 ext/soap/php_xml.c 			ret = NULL;
NULL              117 ext/soap/php_xml.c 			ctxt->myDoc = NULL;
NULL              121 ext/soap/php_xml.c 		ret = NULL;
NULL              136 ext/soap/php_xml.c 	xmlParserCtxtPtr ctxt = NULL;
NULL              149 ext/soap/php_xml.c 		ctxt->sax->warning = NULL;
NULL              150 ext/soap/php_xml.c 		ctxt->sax->error = NULL;
NULL              160 ext/soap/php_xml.c 			if (ret->URL == NULL && ctxt->directory != NULL) {
NULL              164 ext/soap/php_xml.c 			ret = NULL;
NULL              166 ext/soap/php_xml.c 			ctxt->myDoc = NULL;
NULL              170 ext/soap/php_xml.c 		ret = NULL;
NULL              192 ext/soap/php_xml.c 		return xmlSearchNs(node->doc, node->parent, NULL);
NULL              201 ext/soap/php_xml.c 		return xmlSearchNs(node->doc, node, NULL);
NULL              207 ext/soap/php_xml.c 	if (name == NULL || strcmp((char*)node->name, name) == 0) {
NULL              223 ext/soap/php_xml.c 	if (name == NULL || strcmp((char*)node->name, name) == 0) {
NULL              240 ext/soap/php_xml.c 	while (node!=NULL) {
NULL              246 ext/soap/php_xml.c 	return NULL;
NULL              251 ext/soap/php_xml.c 	while (node!=NULL) {
NULL              257 ext/soap/php_xml.c 	return NULL;
NULL              262 ext/soap/php_xml.c 	while (node != NULL) {
NULL              265 ext/soap/php_xml.c 		} else if (node->children != NULL) {
NULL              273 ext/soap/php_xml.c 	return NULL;
NULL              280 ext/soap/php_xml.c 	while (node != NULL) {
NULL              281 ext/soap/php_xml.c 		if (name != NULL) {
NULL              283 ext/soap/php_xml.c 			if (node==NULL) {
NULL              284 ext/soap/php_xml.c 				return NULL;
NULL              289 ext/soap/php_xml.c 		if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) {
NULL              294 ext/soap/php_xml.c 	return NULL;
NULL              299 ext/soap/php_xml.c 	while (node != NULL) {
NULL              302 ext/soap/php_xml.c 			if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) {
NULL              306 ext/soap/php_xml.c 		if (node->children != NULL) {
NULL              314 ext/soap/php_xml.c 	return NULL;
NULL              321 ext/soap/php_xml.c 	if (found != NULL && found != (char*)inval) {
NULL              326 ext/soap/php_xml.c 		(*namespace) = NULL;
NULL               25 ext/soap/php_xml.h #define get_attribute(node, name) get_attribute_ex(node, name, NULL)
NULL               26 ext/soap/php_xml.h #define get_node(node, name) get_node_ex(node, name, NULL)
NULL               27 ext/soap/php_xml.h #define get_node_recursive(node, name) get_node_recursive_ex(node, name, NULL)
NULL               28 ext/soap/php_xml.h #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL, attr, val, NULL)
NULL               29 ext/soap/php_xml.h #define get_node_with_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_ex(node, name, NULL, attr, val, NULL)
NULL               30 ext/soap/php_xml.h #define node_is_equal(node, name) node_is_equal_ex(node, name, NULL)
NULL               31 ext/soap/php_xml.h #define attr_is_equal(node, name) attr_is_equal_ex(node, name, NULL)
NULL               47 ext/soap/php_xml.h #define FOREACHATTRNODE(n,c,i)      FOREACHATTRNODEEX(n,c,NULL,i)
NULL               50 ext/soap/php_xml.h 		if (n == NULL) { \
NULL               58 ext/soap/php_xml.h 		if (i != NULL) { \
NULL               61 ext/soap/php_xml.h #define FOREACHNODE(n,c,i)      FOREACHNODEEX(n,c,NULL,i)
NULL               64 ext/soap/php_xml.h 		if (n == NULL) { \
NULL               68 ext/soap/php_xml.h 			i = get_node_ex(n,c,NULL); \
NULL               72 ext/soap/php_xml.h 		if(i != NULL) { \
NULL              107 ext/soap/soap.c 		if (EG(exception) == NULL || \
NULL              112 ext/soap/soap.c 			while (EG(vm_stack)->prev != NULL && \
NULL              134 ext/soap/soap.c 		if(FIND_SDL_PROPERTY(getThis(), __tmp) != NULL) { \
NULL              137 ext/soap/soap.c 			ss = NULL; \
NULL              150 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(Z_OBJPROP_P(getThis()),"service", sizeof("service")-1)) != NULL) { \
NULL              153 ext/soap/soap.c 	                php_error_docref(NULL, E_WARNING, "Can not fetch service object"); \
NULL              460 ext/soap/soap.c   NULL,
NULL              497 ext/soap/soap.c 		if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) != NULL) {
NULL              541 ext/soap/soap.c 	zend_hash_init(&defEnc, 0, NULL, NULL, 1);
NULL              542 ext/soap/soap.c 	zend_hash_init(&defEncIndex, 0, NULL, NULL, 1);
NULL              543 ext/soap/soap.c 	zend_hash_init(&defEncNs, 0, NULL, NULL, 1);
NULL              551 ext/soap/soap.c 			if (defaultEncoding[i].details.ns != NULL) {
NULL              581 ext/soap/soap.c 	soap_globals->typemap = NULL;
NULL              583 ext/soap/soap.c 	soap_globals->error_code = NULL;
NULL              584 ext/soap/soap.c 	ZVAL_OBJ(&soap_globals->error_object, NULL);
NULL              585 ext/soap/soap.c 	soap_globals->sdl = NULL;
NULL              587 ext/soap/soap.c 	soap_globals->mem_cache = NULL;
NULL              588 ext/soap/soap.c 	soap_globals->ref_map = NULL;
NULL              610 ext/soap/soap.c 	SOAP_GLOBAL(typemap) = NULL;
NULL              612 ext/soap/soap.c 	SOAP_GLOBAL(error_code) = NULL;
NULL              613 ext/soap/soap.c 	ZVAL_OBJ(&SOAP_GLOBAL(error_object), NULL);
NULL              614 ext/soap/soap.c 	SOAP_GLOBAL(sdl) = NULL;
NULL              616 ext/soap/soap.c 	SOAP_GLOBAL(encoding) = NULL;
NULL              617 ext/soap/soap.c 	SOAP_GLOBAL(class_map) = NULL;
NULL              619 ext/soap/soap.c 	SOAP_GLOBAL(ref_map) = NULL;
NULL              652 ext/soap/soap.c 	ZEND_INIT_MODULE_GLOBALS(soap, php_soap_init_globals, NULL);
NULL              664 ext/soap/soap.c 		fe.function_name = NULL;
NULL              665 ext/soap/soap.c 		fe.scope = NULL;
NULL              667 ext/soap/soap.c 		fe.prototype = NULL;
NULL              669 ext/soap/soap.c 		fe.arg_info = NULL;
NULL              673 ext/soap/soap.c 			(zend_function *)&fe, NULL, NULL);
NULL              695 ext/soap/soap.c 	le_sdl = zend_register_list_destructors_ex(delete_sdl_res, NULL, "SOAP SDL", module_number);
NULL              696 ext/soap/soap.c 	le_url = zend_register_list_destructors_ex(delete_url_res, NULL, "SOAP URL", module_number);
NULL              697 ext/soap/soap.c 	le_service = zend_register_list_destructors_ex(delete_service_res, NULL, "SOAP service", module_number);
NULL              698 ext/soap/soap.c 	le_typemap = zend_register_list_destructors_ex(delete_hashtable_res, NULL, "SOAP table", module_number);
NULL              827 ext/soap/soap.c 		php_error_docref(NULL, E_WARNING, "Invalid parameter name");
NULL              842 ext/soap/soap.c 	zval *data = NULL, *actor = NULL;
NULL              852 ext/soap/soap.c 		php_error_docref(NULL, E_WARNING, "Invalid namespace");
NULL              856 ext/soap/soap.c 		php_error_docref(NULL, E_WARNING, "Invalid header name");
NULL              867 ext/soap/soap.c 	if (actor == NULL) {
NULL              876 ext/soap/soap.c 		php_error_docref(NULL, E_WARNING, "Invalid actor");
NULL              884 ext/soap/soap.c 	char *fault_string = NULL, *fault_code = NULL, *fault_actor = NULL, *name = NULL, *fault_code_ns = NULL;
NULL              886 ext/soap/soap.c 	zval *code = NULL, *details = NULL, *headerfault = NULL, *this_ptr;
NULL              912 ext/soap/soap.c 			php_error_docref(NULL, E_WARNING, "Invalid fault code");
NULL              916 ext/soap/soap.c 		php_error_docref(NULL, E_WARNING, "Invalid fault code");
NULL              919 ext/soap/soap.c 	if (fault_code != NULL && fault_code_len == 0) {
NULL              920 ext/soap/soap.c 		php_error_docref(NULL, E_WARNING, "Invalid fault code");
NULL              923 ext/soap/soap.c 	if (name != NULL && name_len == 0) {
NULL              924 ext/soap/soap.c 		name = NULL;
NULL              929 ext/soap/soap.c 	if (headerfault != NULL) {
NULL              958 ext/soap/soap.c 	fci.symbol_table = NULL;
NULL              962 ext/soap/soap.c 	fci.params = NULL;
NULL              965 ext/soap/soap.c 	zend_call_function(&fci, NULL);
NULL              990 ext/soap/soap.c 	char *stype = NULL, *ns = NULL, *name = NULL, *namens = NULL;
NULL             1004 ext/soap/soap.c 			php_error_docref(NULL, E_WARNING, "Invalid type ID");
NULL             1032 ext/soap/soap.c 	HashTable *typemap = NULL;
NULL             1035 ext/soap/soap.c 		char *type_name = NULL;
NULL             1036 ext/soap/soap.c 		char *type_ns = NULL;
NULL             1037 ext/soap/soap.c 		zval *to_xml = NULL;
NULL             1038 ext/soap/soap.c 		zval *to_zval = NULL;
NULL             1043 ext/soap/soap.c 			php_error_docref(NULL, E_WARNING, "Wrong 'typemap' option");
NULL             1044 ext/soap/soap.c 			return NULL;
NULL             1115 ext/soap/soap.c 				zend_hash_init(typemap, 0, NULL, delete_encoder, 0);
NULL             1137 ext/soap/soap.c 	zval *wsdl = NULL, *options = NULL;
NULL             1141 ext/soap/soap.c 	HashTable *typemap_ht = NULL;
NULL             1146 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR, "Invalid parameters");
NULL             1150 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR, "Invalid parameters");
NULL             1159 ext/soap/soap.c 	if (options != NULL) {
NULL             1163 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "soap_version", sizeof("soap_version")-1)) != NULL) {
NULL             1168 ext/soap/soap.c 				php_error_docref(NULL, E_ERROR, "'soap_version' option must be SOAP_1_1 or SOAP_1_2");
NULL             1172 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "uri", sizeof("uri")-1)) != NULL &&
NULL             1176 ext/soap/soap.c 			php_error_docref(NULL, E_ERROR, "'uri' option is required in nonWSDL mode");
NULL             1179 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "actor", sizeof("actor")-1)) != NULL &&
NULL             1184 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "encoding", sizeof("encoding")-1)) != NULL &&
NULL             1189 ext/soap/soap.c 			if (encoding == NULL) {
NULL             1190 ext/soap/soap.c 				php_error_docref(NULL, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_P(tmp));
NULL             1196 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "classmap", sizeof("classmap")-1)) != NULL &&
NULL             1201 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "typemap", sizeof("typemap")-1)) != NULL &&
NULL             1207 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "features", sizeof("features")-1)) != NULL &&
NULL             1212 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "cache_wsdl", sizeof("cache_wsdl")-1)) != NULL &&
NULL             1217 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "send_errors", sizeof("send_errors")-1)) != NULL) {
NULL             1228 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR, "'uri' option is required in nonWSDL mode");
NULL             1235 ext/soap/soap.c 	zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL             1239 ext/soap/soap.c 		if (service->uri == NULL) {
NULL             1278 ext/soap/soap.c 				php_error_docref(NULL, E_WARNING, "Tried to set persistence with bogus value (%pd)", value);
NULL             1282 ext/soap/soap.c 			php_error_docref(NULL, E_WARNING, "Tried to set persistence when you are using you SOAP SERVER in function mode, no persistence needed");
NULL             1300 ext/soap/soap.c 	zval *argv = NULL;
NULL             1326 ext/soap/soap.c 		php_error_docref(NULL, E_WARNING, "Tried to set a non existent class (%s)", ZSTR_VAL(classname));
NULL             1364 ext/soap/soap.c 	HashTable      *ft = NULL;
NULL             1381 ext/soap/soap.c 	} else if (service->soap_functions.ft != NULL) {
NULL             1388 ext/soap/soap.c 	if (ft != NULL) {
NULL             1424 ext/soap/soap.c 			if (service->soap_functions.ft == NULL) {
NULL             1427 ext/soap/soap.c 				zend_hash_init(service->soap_functions.ft, zend_hash_num_elements(Z_ARRVAL_P(function_name)), NULL, ZVAL_PTR_DTOR, 0);
NULL             1435 ext/soap/soap.c 					php_error_docref(NULL, E_WARNING, "Tried to add a function that isn't a string");
NULL             1442 ext/soap/soap.c 				if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) {
NULL             1443 ext/soap/soap.c 					php_error_docref(NULL, E_WARNING, "Tried to add a non existent function '%s'", Z_STRVAL_P(tmp_function));
NULL             1460 ext/soap/soap.c 		if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) {
NULL             1461 ext/soap/soap.c 			php_error_docref(NULL, E_WARNING, "Tried to add a non existent function '%s'", Z_STRVAL_P(function_name));
NULL             1464 ext/soap/soap.c 		if (service->soap_functions.ft == NULL) {
NULL             1467 ext/soap/soap.c 			zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL             1475 ext/soap/soap.c 			if (service->soap_functions.ft != NULL) {
NULL             1478 ext/soap/soap.c 				service->soap_functions.ft = NULL;
NULL             1482 ext/soap/soap.c 			php_error_docref(NULL, E_WARNING, "Invalid value passed");
NULL             1497 ext/soap/soap.c 		soap_server_fault_ex(function, &exception_object, NULL);
NULL             1502 ext/soap/soap.c 			add_soap_fault_ex(&exception_object, this_ptr, "Server", ZSTR_VAL(msg), NULL, NULL);
NULL             1505 ext/soap/soap.c 			add_soap_fault_ex(&exception_object, this_ptr, "Server", "Internal Error", NULL, NULL);
NULL             1507 ext/soap/soap.c 		soap_server_fault_ex(function, &exception_object, NULL);
NULL             1517 ext/soap/soap.c 	sdlPtr old_sdl = NULL;
NULL             1519 ext/soap/soap.c 	xmlDocPtr doc_request=NULL, doc_return;
NULL             1525 ext/soap/soap.c 	soapHeader *soap_headers = NULL;
NULL             1527 ext/soap/soap.c 	char *arg = NULL;
NULL             1543 ext/soap/soap.c 		soap_server_fault("Server", "Input string is too long", NULL, NULL, NULL);
NULL             1565 ext/soap/soap.c 			if (call_user_function(EG(function_table), NULL, &readfile, &readfile_ret, 1, &param ) == FAILURE) {
NULL             1566 ext/soap/soap.c 				soap_server_fault("Server", "Couldn't find WSDL", NULL, NULL, NULL);
NULL             1576 ext/soap/soap.c 			soap_server_fault("Server", "WSDL generation is not supported yet", NULL, NULL, NULL);
NULL             1594 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR,"ob_start failed");
NULL             1600 ext/soap/soap.c 			php_stream_filter *zf = NULL;
NULL             1604 ext/soap/soap.c 			if ((server_vars = zend_hash_find(&EG(symbol_table), server)) != NULL &&
NULL             1606 ext/soap/soap.c 			    (encoding = zend_hash_str_find(Z_ARRVAL_P(server_vars), "HTTP_CONTENT_ENCODING", sizeof("HTTP_CONTENT_ENCODING")-1)) != NULL &&
NULL             1624 ext/soap/soap.c 						php_error_docref(NULL, E_WARNING,"Can't uncompress compressed request");
NULL             1629 ext/soap/soap.c 					php_error_docref(NULL, E_WARNING,"Request is compressed with unknown compression '%s'",Z_STRVAL_P(encoding));
NULL             1649 ext/soap/soap.c 	if (doc_request == NULL) {
NULL             1650 ext/soap/soap.c 		soap_server_fault("Client", "Bad Request", NULL, NULL, NULL);
NULL             1652 ext/soap/soap.c 	if (xmlGetIntSubset(doc_request) != NULL) {
NULL             1662 ext/soap/soap.c 		soap_server_fault("Server", "DTD are not supported by SOAP", NULL, NULL, NULL);
NULL             1687 ext/soap/soap.c 	soap_obj = NULL;
NULL             1707 ext/soap/soap.c 			    (tmp_soap = zend_hash_str_find(Z_ARRVAL_P(session_vars), "_bogus_session_name", sizeof("_bogus_session_name")-1)) != NULL &&
NULL             1715 ext/soap/soap.c 		if (soap_obj == NULL) {
NULL             1725 ext/soap/soap.c 				if (call_user_function(NULL, &tmp_soap, &constructor, &c_ret, service->soap_class.argc, service->soap_class.argv) == FAILURE) {
NULL             1726 ext/soap/soap.c 					php_error_docref(NULL, E_ERROR, "Error calling constructor");
NULL             1747 ext/soap/soap.c 					if (call_user_function(NULL, &tmp_soap, &constructor, &c_ret, service->soap_class.argc, service->soap_class.argv) == FAILURE) {
NULL             1748 ext/soap/soap.c 						php_error_docref(NULL, E_ERROR, "Error calling constructor");
NULL             1774 ext/soap/soap.c 				    (tmp_soap_pp = zend_hash_str_update(Z_ARRVAL_P(session_vars), "_bogus_session_name", sizeof("_bogus_session_name")-1, &tmp_soap)) != NULL) {
NULL             1796 ext/soap/soap.c 	doc_return = NULL;
NULL             1799 ext/soap/soap.c 	if (soap_headers != NULL) {
NULL             1801 ext/soap/soap.c 		while (header != NULL) {
NULL             1808 ext/soap/soap.c 					soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL);
NULL             1819 ext/soap/soap.c 					call_status = call_user_function(NULL, soap_obj, &h->function_name, &h->retval, h->num_params, h->parameters);
NULL             1821 ext/soap/soap.c 					call_status = call_user_function(EG(function_table), NULL, &h->function_name, &h->retval, h->num_params, h->parameters);
NULL             1824 ext/soap/soap.c 					php_error_docref(NULL, E_WARNING, "Function '%s' call failed", Z_STRVAL(h->function_name));
NULL             1831 ext/soap/soap.c 					if ((tmp = zend_hash_str_find(Z_OBJPROP(h->retval), "headerfault", sizeof("headerfault")-1)) != NULL &&
NULL             1847 ext/soap/soap.c 				soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL);
NULL             1858 ext/soap/soap.c 			call_status = call_user_function(NULL, soap_obj, &function_name, &retval, num_params, params);
NULL             1863 ext/soap/soap.c 					soap_obj = NULL;
NULL             1867 ext/soap/soap.c 				soap_obj = NULL;
NULL             1871 ext/soap/soap.c 			call_status = call_user_function(EG(function_table), NULL, &function_name, &retval, num_params, params);
NULL             1899 ext/soap/soap.c 			soap_server_fault_ex(function, &retval, NULL);
NULL             1913 ext/soap/soap.c 		php_error_docref(NULL, E_WARNING, "Function '%s' call failed", Z_STRVAL(function_name));
NULL             1940 ext/soap/soap.c 			php_error_docref(NULL, E_ERROR, "Dump memory failed");
NULL             1974 ext/soap/soap.c 	while (soap_headers != NULL) {
NULL             1990 ext/soap/soap.c 	service->soap_headers_ptr = NULL;
NULL             2010 ext/soap/soap.c 	char *code, *string, *actor=NULL, *name=NULL;
NULL             2012 ext/soap/soap.c 	zval* details = NULL;
NULL             2045 ext/soap/soap.c 		php_error_docref(NULL, E_WARNING, "The SoapServer::addSoapHeader function may be called only during SOAP request processing");
NULL             2054 ext/soap/soap.c 	while (*p != NULL) {
NULL             2078 ext/soap/soap.c 	doc_return = serialize_response_call(function, NULL, NULL, fault, hdr, soap_version);
NULL             2083 ext/soap/soap.c 		(agent_name = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_USER_AGENT", sizeof("HTTP_USER_AGENT")-1)) != NULL &&
NULL             2120 ext/soap/soap.c 	set_soap_fault(&ret, NULL, code, string, actor, details, name);
NULL             2122 ext/soap/soap.c 	soap_server_fault_ex(NULL, &ret, NULL);
NULL             2148 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(Z_OBJPROP(SOAP_GLOBAL(error_object)), "_exceptions", sizeof("_exceptions")-1)) == NULL ||
NULL             2181 ext/soap/soap.c 			if (code == NULL) {
NULL             2184 ext/soap/soap.c 			add_soap_fault_ex(&fault, &SOAP_GLOBAL(error_object), code, buffer, NULL, NULL);
NULL             2189 ext/soap/soap.c 			EG(objects_store).object_buckets = NULL;
NULL             2191 ext/soap/soap.c 			SG(sapi_headers).http_status_line = NULL;
NULL             2233 ext/soap/soap.c 			if (code == NULL) {
NULL             2238 ext/soap/soap.c 		        (tmp = zend_hash_str_find(Z_OBJPROP(SOAP_GLOBAL(error_object)), "service", sizeof("service")-1)) != NULL &&
NULL             2266 ext/soap/soap.c 			set_soap_fault(&fault_obj, NULL, code, buffer, NULL, &outbuf, NULL);
NULL             2271 ext/soap/soap.c 		SG(sapi_headers).http_status_line = NULL;
NULL             2286 ext/soap/soap.c 			soap_server_fault_ex(NULL, &fault_obj, NULL);
NULL             2321 ext/soap/soap.c 	zval *wsdl, *options = NULL;
NULL             2323 ext/soap/soap.c 	php_stream_context *context = NULL;
NULL             2325 ext/soap/soap.c 	sdlPtr sdl = NULL;
NULL             2326 ext/soap/soap.c 	HashTable *typemap_ht = NULL;
NULL             2332 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR, "Invalid parameters");
NULL             2336 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR, "$wsdl must be string or null");
NULL             2341 ext/soap/soap.c 	if (options != NULL) {
NULL             2347 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(ht, "uri", sizeof("uri")-1)) != NULL &&
NULL             2351 ext/soap/soap.c 				php_error_docref(NULL, E_ERROR, "'uri' option is required in nonWSDL mode");
NULL             2354 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(ht, "style", sizeof("style")-1)) != NULL &&
NULL             2360 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(ht, "use", sizeof("use")-1)) != NULL &&
NULL             2367 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "stream_context", sizeof("stream_context")-1)) != NULL &&
NULL             2373 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "location", sizeof("location")-1)) != NULL &&
NULL             2377 ext/soap/soap.c 			php_error_docref(NULL, E_ERROR, "'location' option is required in nonWSDL mode");
NULL             2380 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "soap_version", sizeof("soap_version")-1)) != NULL) {
NULL             2386 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "login", sizeof("login")-1)) != NULL &&
NULL             2389 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(ht, "password", sizeof("password")-1)) != NULL &&
NULL             2393 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(ht, "authentication", sizeof("authentication")-1)) != NULL &&
NULL             2399 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "proxy_host", sizeof("proxy_host")-1)) != NULL &&
NULL             2402 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(ht, "proxy_port", sizeof("proxy_port")-1)) != NULL) {
NULL             2409 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(ht, "proxy_login", sizeof("proxy_login")-1)) != NULL &&
NULL             2412 ext/soap/soap.c 				if ((tmp = zend_hash_str_find(ht, "proxy_password", sizeof("proxy_password")-1)) != NULL &&
NULL             2418 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "local_cert", sizeof("local_cert")-1)) != NULL &&
NULL             2424 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(ht, "passphrase", sizeof("passphrase")-1)) != NULL &&
NULL             2429 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "trace", sizeof("trace")-1)) != NULL &&
NULL             2435 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "exceptions", sizeof("exceptions")-1)) != NULL &&
NULL             2441 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "compression", sizeof("compression")-1)) != NULL &&
NULL             2450 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "encoding", sizeof("encoding")-1)) != NULL &&
NULL             2455 ext/soap/soap.c 			if (encoding == NULL) {
NULL             2456 ext/soap/soap.c 				php_error_docref(NULL, E_ERROR, "Invalid 'encoding' option - '%s'", Z_STRVAL_P(tmp));
NULL             2462 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "classmap", sizeof("classmap")-1)) != NULL &&
NULL             2467 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "typemap", sizeof("typemap")-1)) != NULL &&
NULL             2473 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "features", sizeof("features")-1)) != NULL &&
NULL             2478 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "connection_timeout", sizeof("connection_timeout")-1)) != NULL) {
NULL             2492 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "cache_wsdl", sizeof("cache_wsdl")-1)) != NULL &&
NULL             2497 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "user_agent", sizeof("user_agent")-1)) != NULL &&
NULL             2502 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "keep_alive", sizeof("keep_alive")-1)) != NULL &&
NULL             2508 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(ht, "ssl_method", sizeof("ssl_method")-1)) != NULL &&
NULL             2513 ext/soap/soap.c 		php_error_docref(NULL, E_ERROR, "'location' and 'uri' options are required in nonWSDL mode");
NULL             2561 ext/soap/soap.c 		add_soap_fault(this_ptr, "HTTP", "Error build soap request", NULL, NULL);
NULL             2566 ext/soap/soap.c 		if ((trace = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace")-1)) != NULL &&
NULL             2573 ext/soap/soap.c 		if (location == NULL) {
NULL             2578 ext/soap/soap.c 		if (action == NULL) {
NULL             2586 ext/soap/soap.c 		if (call_user_function(NULL, this_ptr, &func, response, 5, params) != SUCCESS) {
NULL             2587 ext/soap/soap.c 			add_soap_fault(this_ptr, "Client", "SoapClient::__doRequest() failed", NULL, NULL);
NULL             2599 ext/soap/soap.c 				set_soap_fault(&exception_object, NULL, "Client", ZSTR_VAL(msg), NULL, NULL, NULL);
NULL             2601 ext/soap/soap.c 			} else if ((fault = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "__soap_fault", sizeof("__soap_fault")-1)) == NULL) {
NULL             2602 ext/soap/soap.c 				add_soap_fault(this_ptr, "Client", "SoapClient::__doRequest() returned non string value", NULL, NULL);
NULL             2605 ext/soap/soap.c 		} else if ((trace = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace")-1)) != NULL &&
NULL             2622 ext/soap/soap.c 	if (ret && (fault = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "__soap_fault", sizeof("__soap_fault")-1)) != NULL) {
NULL             2644 ext/soap/soap.c  	sdlPtr sdl = NULL;
NULL             2645 ext/soap/soap.c  	sdlPtr old_sdl = NULL;
NULL             2647 ext/soap/soap.c 	xmlDocPtr request = NULL;
NULL             2654 ext/soap/soap.c 	HashTable *old_typemap, *typemap = NULL;
NULL             2659 ext/soap/soap.c 	if ((trace = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "trace", sizeof("trace")-1)) != NULL &&
NULL             2664 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_soap_version", sizeof("_soap_version")-1)) != NULL &&
NULL             2671 ext/soap/soap.c 	if (location == NULL) {
NULL             2672 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "location", sizeof("location")-1)) != NULL &&
NULL             2678 ext/soap/soap.c 	if (FIND_SDL_PROPERTY(this_ptr,tmp) != NULL) {
NULL             2681 ext/soap/soap.c 	if (FIND_TYPEMAP_PROPERTY(this_ptr,tmp) != NULL) {
NULL             2691 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_encoding", sizeof("_encoding")-1)) != NULL &&
NULL             2695 ext/soap/soap.c 		SOAP_GLOBAL(encoding) = NULL;
NULL             2698 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_classmap", sizeof("_classmap")-1)) != NULL &&
NULL             2702 ext/soap/soap.c 		SOAP_GLOBAL(class_map) = NULL;
NULL             2707 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_features", sizeof("_features")-1)) != NULL &&
NULL             2715 ext/soap/soap.c 	 	if (sdl != NULL) {
NULL             2717 ext/soap/soap.c  			if (fn != NULL) {
NULL             2721 ext/soap/soap.c 				if (fn->responseName == NULL &&
NULL             2722 ext/soap/soap.c 				    fn->responseParameters == NULL &&
NULL             2723 ext/soap/soap.c 				    soap_headers == NULL) {
NULL             2727 ext/soap/soap.c 				if (location == NULL) {
NULL             2732 ext/soap/soap.c  					request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_version, soap_headers);
NULL             2735 ext/soap/soap.c 	 				request = serialize_function_call(this_ptr, fn, NULL, sdl->target_ns, real_args, arg_count, soap_version, soap_headers);
NULL             2736 ext/soap/soap.c 	 				ret = do_request(this_ptr, request, location, NULL, soap_version, one_way, &response);
NULL             2740 ext/soap/soap.c 				request = NULL;
NULL             2744 ext/soap/soap.c 					ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, output_headers);
NULL             2756 ext/soap/soap.c 				add_soap_fault(this_ptr, "Client", ZSTR_VAL(error.s), NULL, NULL);
NULL             2762 ext/soap/soap.c 			if ((uri = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "uri", sizeof("uri")-1)) == NULL || Z_TYPE_P(uri) != IS_STRING) {
NULL             2763 ext/soap/soap.c 				add_soap_fault(this_ptr, "Client", "Error finding \"uri\" property", NULL, NULL);
NULL             2764 ext/soap/soap.c 			} else if (location == NULL) {
NULL             2765 ext/soap/soap.c 				add_soap_fault(this_ptr, "Client", "Error could not find \"location\" property", NULL, NULL);
NULL             2767 ext/soap/soap.c 				if (call_uri == NULL) {
NULL             2770 ext/soap/soap.c 		 		request = serialize_function_call(this_ptr, NULL, function, call_uri, real_args, arg_count, soap_version, soap_headers);
NULL             2772 ext/soap/soap.c 		 		if (soap_action == NULL) {
NULL             2785 ext/soap/soap.c 				request = NULL;
NULL             2789 ext/soap/soap.c 					ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), NULL, function, return_value, output_headers);
NULL             2799 ext/soap/soap.c 			if ((fault = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "__soap_fault", sizeof("__soap_fault")-1)) != NULL) {
NULL             2802 ext/soap/soap.c 				add_soap_fault_ex(return_value, this_ptr, "Client", "Unknown Error", NULL, NULL);
NULL             2807 ext/soap/soap.c 			if ((fault = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "__soap_fault", sizeof("__soap_fault")-1)) != NULL) {
NULL             2815 ext/soap/soap.c 		    ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_exceptions", sizeof("_exceptions")-1)) == NULL ||
NULL             2825 ext/soap/soap.c 	if (SOAP_GLOBAL(encoding) != NULL) {
NULL             2852 ext/soap/soap.c 			php_error_docref(NULL, E_ERROR, "Invalid SOAP header");
NULL             2862 ext/soap/soap.c 	char *function, *location=NULL, *soap_action = NULL, *uri = NULL;
NULL             2865 ext/soap/soap.c 	HashTable* soap_headers = NULL;
NULL             2866 ext/soap/soap.c 	zval *options = NULL;
NULL             2867 ext/soap/soap.c 	zval *headers = NULL;
NULL             2868 ext/soap/soap.c 	zval *output_headers = NULL;
NULL             2870 ext/soap/soap.c 	zval *real_args = NULL;
NULL             2884 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(hto, "location", sizeof("location")-1)) != NULL &&
NULL             2889 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(hto, "soapaction", sizeof("soapaction")-1)) != NULL &&
NULL             2894 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(hto, "uri", sizeof("uri")-1)) != NULL &&
NULL             2900 ext/soap/soap.c 	if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
NULL             2908 ext/soap/soap.c 		zend_hash_init(soap_headers, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL             2913 ext/soap/soap.c 		php_error_docref(NULL, E_WARNING, "Invalid SOAP header");
NULL             2919 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "__default_headers", sizeof("__default_headers")-1)) != NULL && Z_TYPE_P(tmp) == IS_ARRAY) {
NULL             3031 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(getThis()), "__last_request", sizeof("__last_request")-1)) != NULL &&
NULL             3050 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(getThis()), "__last_response", sizeof("__last_response")-1)) != NULL &&
NULL             3069 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(getThis()), "__last_request_headers", sizeof("__last_request_headers")-1)) != NULL &&
NULL             3088 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(getThis()), "__last_response_headers", sizeof("__last_response_headers")-1)) != NULL &&
NULL             3119 ext/soap/soap.c 		if (make_http_soap_request(this_ptr, buf, location, action, version, NULL)) {
NULL             3137 ext/soap/soap.c 	char *val = NULL;
NULL             3146 ext/soap/soap.c 	if (val == NULL) {
NULL             3147 ext/soap/soap.c 		if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) != NULL &&
NULL             3154 ext/soap/soap.c 		if ((cookies = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1)) == NULL ||
NULL             3180 ext/soap/soap.c 	if ((cookies = zend_hash_str_find(Z_OBJPROP_P(getThis()), "_cookies", sizeof("_cookies")-1)) != NULL &&
NULL             3195 ext/soap/soap.c 	zval *headers = NULL;
NULL             3202 ext/soap/soap.c 	if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
NULL             3208 ext/soap/soap.c 		if ((default_headers = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "__default_headers", sizeof("__default_headers")-1)) == NULL) {
NULL             3221 ext/soap/soap.c 		php_error_docref(NULL, E_WARNING, "Invalid SOAP header");
NULL             3237 ext/soap/soap.c 	char *location = NULL;
NULL             3246 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "location", sizeof("location")-1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) {
NULL             3262 ext/soap/soap.c 	if (obj != NULL && Z_TYPE_P(obj) == IS_OBJECT) {
NULL             3270 ext/soap/soap.c 	set_soap_fault(fault, NULL, fault_code, fault_string, fault_actor, fault_detail, NULL);
NULL             3280 ext/soap/soap.c 	set_soap_fault(&fault, NULL, fault_code, fault_string, fault_actor, fault_detail, NULL);
NULL             3294 ext/soap/soap.c 	if (fault_code != NULL) {
NULL             3327 ext/soap/soap.c 	if (fault_actor != NULL) {
NULL             3330 ext/soap/soap.c 	if (fault_detail != NULL && Z_TYPE_P(fault_detail) != IS_UNDEF) {
NULL             3333 ext/soap/soap.c 	if (name != NULL) {
NULL             3341 ext/soap/soap.c 	zval *tmp_parameters = NULL;
NULL             3343 ext/soap/soap.c 	if (function != NULL) {
NULL             3348 ext/soap/soap.c 		if (function->requestParameters == NULL) {
NULL             3353 ext/soap/soap.c 			if (get_node(params, param->paramName) != NULL) {
NULL             3379 ext/soap/soap.c 		while (trav != NULL) {
NULL             3391 ext/soap/soap.c 		    (function->requestParameters == NULL ||
NULL             3402 ext/soap/soap.c 					sdlParamPtr param = NULL;
NULL             3403 ext/soap/soap.c 					if (function != NULL &&
NULL             3404 ext/soap/soap.c 					    (param = zend_hash_index_find_ptr(function->requestParameters, cur_param)) == NULL) {
NULL             3405 ext/soap/soap.c 											soap_server_fault("Client", "Error cannot find parameter", NULL, NULL, NULL);
NULL             3407 ext/soap/soap.c 					if (param == NULL) {
NULL             3408 ext/soap/soap.c 						enc = NULL;
NULL             3420 ext/soap/soap.c 		soap_server_fault("Client","Missing parameter", NULL, NULL, NULL);
NULL             3434 ext/soap/soap.c 			if (func->children != NULL ||
NULL             3435 ext/soap/soap.c 			    (function->requestParameters != NULL &&
NULL             3437 ext/soap/soap.c 				function = NULL;
NULL             3441 ext/soap/soap.c 	if (sdl != NULL && function == NULL) {
NULL             3445 ext/soap/soap.c 	if (function != NULL) {
NULL             3456 ext/soap/soap.c 	char* envelope_ns = NULL;
NULL             3464 ext/soap/soap.c 	env = NULL;
NULL             3466 ext/soap/soap.c 	while (trav != NULL) {
NULL             3468 ext/soap/soap.c 			if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_1_ENV_NAMESPACE)) {
NULL             3473 ext/soap/soap.c 			} else if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) {
NULL             3479 ext/soap/soap.c 				soap_server_fault("VersionMismatch", "Wrong Version", NULL, NULL, NULL);
NULL             3484 ext/soap/soap.c 	if (env == NULL) {
NULL             3485 ext/soap/soap.c 		soap_server_fault("Client", "looks like we got XML without \"Envelope\" element", NULL, NULL, NULL);
NULL             3489 ext/soap/soap.c 	while (attr != NULL) {
NULL             3490 ext/soap/soap.c 		if (attr->ns == NULL) {
NULL             3491 ext/soap/soap.c 			soap_server_fault("Client", "A SOAP Envelope element cannot have non Namespace qualified attributes", NULL, NULL, NULL);
NULL             3494 ext/soap/soap.c 				soap_server_fault("Client", "encodingStyle cannot be specified on the Envelope", NULL, NULL, NULL);
NULL             3496 ext/soap/soap.c 				soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL);
NULL             3503 ext/soap/soap.c 	head = NULL;
NULL             3505 ext/soap/soap.c 	while (trav != NULL && trav->type != XML_ELEMENT_NODE) {
NULL             3508 ext/soap/soap.c 	if (trav != NULL && node_is_equal_ex(trav,"Header",envelope_ns)) {
NULL             3514 ext/soap/soap.c 	body = NULL;
NULL             3515 ext/soap/soap.c 	while (trav != NULL && trav->type != XML_ELEMENT_NODE) {
NULL             3518 ext/soap/soap.c 	if (trav != NULL && node_is_equal_ex(trav,"Body",envelope_ns)) {
NULL             3522 ext/soap/soap.c 	while (trav != NULL && trav->type != XML_ELEMENT_NODE) {
NULL             3525 ext/soap/soap.c 	if (body == NULL) {
NULL             3526 ext/soap/soap.c 		soap_server_fault("Client", "Body must be present in a SOAP envelope", NULL, NULL, NULL);
NULL             3529 ext/soap/soap.c 	while (attr != NULL) {
NULL             3530 ext/soap/soap.c 		if (attr->ns == NULL) {
NULL             3532 ext/soap/soap.c 				soap_server_fault("Client", "A SOAP Body element cannot have non Namespace qualified attributes", NULL, NULL, NULL);
NULL             3536 ext/soap/soap.c 				soap_server_fault("Client", "encodingStyle cannot be specified on the Body", NULL, NULL, NULL);
NULL             3538 ext/soap/soap.c 				soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL);
NULL             3544 ext/soap/soap.c 	if (trav != NULL && *version == SOAP_1_2) {
NULL             3545 ext/soap/soap.c 		soap_server_fault("Client", "A SOAP 1.2 envelope can contain only Header and Body", NULL, NULL, NULL);
NULL             3548 ext/soap/soap.c 	func = NULL;
NULL             3550 ext/soap/soap.c 	while (trav != NULL) {
NULL             3562 ext/soap/soap.c 	if (func == NULL) {
NULL             3563 ext/soap/soap.c 		function = get_doc_function(sdl, NULL);
NULL             3564 ext/soap/soap.c 		if (function != NULL) {
NULL             3567 ext/soap/soap.c 			soap_server_fault("Client", "looks like we got \"Body\" without function call", NULL, NULL, NULL);
NULL             3573 ext/soap/soap.c 				soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL);
NULL             3578 ext/soap/soap.c 				soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL);
NULL             3582 ext/soap/soap.c 		if (sdl != NULL && function == NULL) {
NULL             3584 ext/soap/soap.c 				soap_server_fault("rpc:ProcedureNotPresent","Procedure not present", NULL, NULL, NULL);
NULL             3591 ext/soap/soap.c 	*headers = NULL;
NULL             3593 ext/soap/soap.c 		soapHeader *h, *last = NULL;
NULL             3596 ext/soap/soap.c 		while (attr != NULL) {
NULL             3597 ext/soap/soap.c 			if (attr->ns == NULL) {
NULL             3598 ext/soap/soap.c 				soap_server_fault("Client", "A SOAP Header element cannot have non Namespace qualified attributes", NULL, NULL, NULL);
NULL             3601 ext/soap/soap.c 					soap_server_fault("Client", "encodingStyle cannot be specified on the Header", NULL, NULL, NULL);
NULL             3603 ext/soap/soap.c 					soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL);
NULL             3609 ext/soap/soap.c 		while (trav != NULL) {
NULL             3617 ext/soap/soap.c 						soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL);
NULL             3620 ext/soap/soap.c 					if (attr != NULL) {
NULL             3622 ext/soap/soap.c 						    (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
NULL             3629 ext/soap/soap.c 						soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL);
NULL             3632 ext/soap/soap.c 					if (attr != NULL) {
NULL             3635 ext/soap/soap.c 						    (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
NULL             3649 ext/soap/soap.c 						soap_server_fault("Client","mustUnderstand value is not boolean", NULL, NULL, NULL);
NULL             3668 ext/soap/soap.c 						if ((hdr = zend_hash_find_ptr(fnb->input.headers, key.s)) != NULL) {
NULL             3688 ext/soap/soap.c 				if (last == NULL) {
NULL             3719 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(ht, "mustUnderstand", sizeof("mustUnderstand")-1)) != NULL &&
NULL             3727 ext/soap/soap.c 	if ((tmp = zend_hash_str_find(ht, "actor", sizeof("actor")-1)) != NULL) {
NULL             3754 ext/soap/soap.c 	xmlNodePtr method = NULL, param;
NULL             3755 ext/soap/soap.c 	sdlParamPtr parameter = NULL;
NULL             3758 ext/soap/soap.c 	xmlNsPtr ns = NULL;
NULL             3760 ext/soap/soap.c 	if (function != NULL && function->binding->bindingType == BINDING_SOAP) {
NULL             3768 ext/soap/soap.c 				method = xmlNewChild(body, ns, BAD_CAST(function->responseName), NULL);
NULL             3770 ext/soap/soap.c 				method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL);
NULL             3778 ext/soap/soap.c 			method = xmlNewChild(body, ns, BAD_CAST(function_name), NULL);
NULL             3782 ext/soap/soap.c 	if (function != NULL) {
NULL             3793 ext/soap/soap.c 		parameter = get_param(function, NULL, 0, TRUE);
NULL             3799 ext/soap/soap.c 				rpc_result = xmlNewChild(method, rpc_ns, BAD_CAST("result"), NULL);
NULL             3844 ext/soap/soap.c 	if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) {
NULL             3856 ext/soap/soap.c 	xmlNodePtr envelope = NULL, body, param;
NULL             3857 ext/soap/soap.c 	xmlNsPtr ns = NULL;
NULL             3859 ext/soap/soap.c 	xmlNodePtr head = NULL;
NULL             3868 ext/soap/soap.c 		envelope = xmlNewDocNode(doc, NULL, BAD_CAST("Envelope"), NULL);
NULL             3872 ext/soap/soap.c 		envelope = xmlNewDocNode(doc, NULL, BAD_CAST("Envelope"), NULL);
NULL             3876 ext/soap/soap.c 		soap_server_fault("Server", "Unknown SOAP version", NULL, NULL, NULL);
NULL             3885 ext/soap/soap.c 		sdlFaultPtr fault = NULL;
NULL             3886 ext/soap/soap.c 		char *fault_ns = NULL;
NULL             3891 ext/soap/soap.c 		    (tmp = zend_hash_str_find(prop, "headerfault", sizeof("headerfault")-1)) != NULL) {
NULL             3892 ext/soap/soap.c 			encodePtr hdr_enc = NULL;
NULL             3895 ext/soap/soap.c 			char *hdr_ns   = headers->hdr?headers->hdr->ns:NULL;
NULL             3898 ext/soap/soap.c 			head = xmlNewChild(envelope, ns, BAD_CAST("Header"), NULL);
NULL             3905 ext/soap/soap.c 				if ((tmp = zend_hash_str_find(ht, "namespace", sizeof("namespace")-1)) != NULL &&
NULL             3911 ext/soap/soap.c 				if ((tmp = zend_hash_str_find(ht, "name", sizeof("name")-1)) != NULL &&
NULL             3918 ext/soap/soap.c 				    (hdr = zend_hash_find_ptr(headers->hdr->headerfaults, key.s)) != NULL) {
NULL             3923 ext/soap/soap.c 				if ((tmp = zend_hash_str_find(ht, "data", sizeof("data")-1)) != NULL) {
NULL             3926 ext/soap/soap.c 					hdr_ret = NULL;
NULL             3931 ext/soap/soap.c 				if (serialize_response_call2(head, headers->function, Z_STRVAL(headers->function_name), uri, hdr_ret, version, 0, NULL) == SOAP_ENCODED) {
NULL             3946 ext/soap/soap.c 		body = xmlNewChild(envelope, ns, BAD_CAST("Body"), NULL);
NULL             3947 ext/soap/soap.c 		param = xmlNewChild(body, ns, BAD_CAST("Fault"), NULL);
NULL             3949 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(prop, "faultcodens", sizeof("faultcodens")-1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) {
NULL             3953 ext/soap/soap.c 		if ((tmp = zend_hash_str_find(prop, "_name", sizeof("_name")-1)) != NULL && Z_TYPE_P(tmp) == IS_STRING) {
NULL             3956 ext/soap/soap.c 			    (tmp_fault = zend_hash_find_ptr(function->faults, Z_STR_P(tmp))) != NULL) {
NULL             3963 ext/soap/soap.c 					if (fault_ns == NULL) {
NULL             3978 ext/soap/soap.c 				if (fault_ns == NULL) {
NULL             3984 ext/soap/soap.c 		if (fault_ns == NULL &&
NULL             3998 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(prop, "faultcode", sizeof("faultcode")-1)) != NULL &&
NULL             4000 ext/soap/soap.c 				xmlNodePtr node = xmlNewNode(NULL, BAD_CAST("faultcode"));
NULL             4001 ext/soap/soap.c 				zend_string *str = php_escape_html_entities((unsigned char*)Z_STRVAL_P(tmp), Z_STRLEN_P(tmp), 0, 0, NULL);
NULL             4005 ext/soap/soap.c 					xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
NULL             4013 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(prop, "faultstring", sizeof("faultstring")-1)) != NULL) {
NULL             4017 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(prop, "faultactor", sizeof("faultactor")-1)) != NULL) {
NULL             4023 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(prop, "faultcode", sizeof("faultcode")-1)) != NULL &&
NULL             4025 ext/soap/soap.c 				xmlNodePtr node = xmlNewChild(param, ns, BAD_CAST("Code"), NULL);
NULL             4026 ext/soap/soap.c 				zend_string *str = php_escape_html_entities((unsigned char*)Z_STRVAL_P(tmp), Z_STRLEN_P(tmp), 0, 0, NULL);
NULL             4027 ext/soap/soap.c 				node = xmlNewChild(node, ns, BAD_CAST("Value"), NULL);
NULL             4030 ext/soap/soap.c 					xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
NULL             4038 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(prop, "faultstring", sizeof("faultstring")-1)) != NULL) {
NULL             4039 ext/soap/soap.c 				xmlNodePtr node = xmlNewChild(param, ns, BAD_CAST("Reason"), NULL);
NULL             4048 ext/soap/soap.c 			zval *detail = NULL;
NULL             4052 ext/soap/soap.c 			if ((tmp = zend_hash_str_find(prop, "detail", sizeof("detail")-1)) != NULL &&
NULL             4056 ext/soap/soap.c 			node = xmlNewNode(NULL, BAD_CAST(detail_name));
NULL             4066 ext/soap/soap.c 			    (tmp = zend_hash_str_find(Z_OBJPROP_P(detail), sparam->element->name, strlen(sparam->element->name))) != NULL) {
NULL             4070 ext/soap/soap.c 			x = serialize_parameter(sparam, detail, 1, NULL, use, node);
NULL             4096 ext/soap/soap.c 		} else if ((tmp = zend_hash_str_find(prop, "detail", sizeof("detail")-1)) != NULL &&
NULL             4098 ext/soap/soap.c 			serialize_zval(tmp, NULL, detail_name, use, param);
NULL             4105 ext/soap/soap.c 			head = xmlNewChild(envelope, ns, BAD_CAST("Header"), NULL);
NULL             4107 ext/soap/soap.c 			while (h != NULL) {
NULL             4109 ext/soap/soap.c 					encodePtr hdr_enc = NULL;
NULL             4112 ext/soap/soap.c 					char *hdr_ns   = h->hdr?h->hdr->ns:NULL;
NULL             4114 ext/soap/soap.c 					HashTable *ht = NULL;
NULL             4123 ext/soap/soap.c 						if ((tmp = zend_hash_str_find(ht, "namespace", sizeof("namespace")-1)) != NULL &&
NULL             4129 ext/soap/soap.c 						if ((tmp = zend_hash_str_find(ht, "name", sizeof("name")-1)) != NULL &&
NULL             4139 ext/soap/soap.c 							    (hdr = zend_hash_find_ptr(fnb->output.headers, key.s)) != NULL) {
NULL             4145 ext/soap/soap.c 						if ((tmp = zend_hash_str_find(ht, "data", sizeof("data")-1)) != NULL) {
NULL             4148 ext/soap/soap.c 							hdr_ret = NULL;
NULL             4153 ext/soap/soap.c 						xmlNodePtr xmlHdr = NULL;
NULL             4178 ext/soap/soap.c 			if (head->children == NULL) {
NULL             4184 ext/soap/soap.c 		body = xmlNewChild(envelope, ns, BAD_CAST("Body"), NULL);
NULL             4186 ext/soap/soap.c 		if (serialize_response_call2(body, function, function_name, uri, ret, version, 1, NULL) == SOAP_ENCODED) {
NULL             4204 ext/soap/soap.c 	if (function && function->responseName == NULL &&
NULL             4205 ext/soap/soap.c 	    body->children == NULL && head == NULL) {
NULL             4207 ext/soap/soap.c 		return NULL;
NULL             4215 ext/soap/soap.c 	xmlNodePtr envelope = NULL, body, method = NULL, head = NULL;
NULL             4216 ext/soap/soap.c 	xmlNsPtr ns = NULL;
NULL             4219 ext/soap/soap.c 	HashTable *hdrs = NULL;
NULL             4227 ext/soap/soap.c 		envelope = xmlNewDocNode(doc, NULL, BAD_CAST("Envelope"), NULL);
NULL             4231 ext/soap/soap.c 		envelope = xmlNewDocNode(doc, NULL, BAD_CAST("Envelope"), NULL);
NULL             4240 ext/soap/soap.c 		head = xmlNewChild(envelope, ns, BAD_CAST("Header"), NULL);
NULL             4243 ext/soap/soap.c 	body = xmlNewChild(envelope, ns, BAD_CAST("Body"), NULL);
NULL             4256 ext/soap/soap.c 				method = xmlNewChild(body, ns, BAD_CAST(function->requestName), NULL);
NULL             4258 ext/soap/soap.c 				method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL);
NULL             4262 ext/soap/soap.c 		if ((zstyle = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "style", sizeof("style")-1)) != NULL &&
NULL             4273 ext/soap/soap.c 				method = xmlNewChild(body, ns, BAD_CAST(function_name), NULL);
NULL             4275 ext/soap/soap.c 				method = xmlNewChild(body, ns, BAD_CAST(function->requestName), NULL);
NULL             4277 ext/soap/soap.c 				method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL);
NULL             4285 ext/soap/soap.c 		if ((zuse = zend_hash_str_find(Z_OBJPROP_P(this_ptr), "use", sizeof("use")-1)) != NULL &&
NULL             4295 ext/soap/soap.c 		sdlParamPtr parameter = get_param(function, NULL, i, FALSE);
NULL             4298 ext/soap/soap.c 			param = serialize_parameter(parameter, &arguments[i], i, NULL, use, method);
NULL             4300 ext/soap/soap.c 			param = serialize_parameter(parameter, &arguments[i], i, NULL, use, body);
NULL             4317 ext/soap/soap.c 				sdlParamPtr parameter = get_param(function, NULL, i, FALSE);
NULL             4320 ext/soap/soap.c 					param = serialize_parameter(parameter, NULL, i, NULL, use, method);
NULL             4322 ext/soap/soap.c 					param = serialize_parameter(parameter, NULL, i, NULL, use, body);
NULL             4347 ext/soap/soap.c 			if ((name = zend_hash_str_find(ht, "name", sizeof("name")-1)) != NULL &&
NULL             4349 ext/soap/soap.c 			    (ns = zend_hash_str_find(ht, "namespace", sizeof("namespace")-1)) != NULL &&
NULL             4354 ext/soap/soap.c 				encodePtr enc = NULL;
NULL             4364 ext/soap/soap.c 					if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) {
NULL             4374 ext/soap/soap.c 				if ((tmp = zend_hash_str_find(ht, "data", sizeof("data")-1)) != NULL) {
NULL             4378 ext/soap/soap.c 					h = xmlNewNode(NULL, BAD_CAST(Z_STRVAL_P(name)));
NULL             4418 ext/soap/soap.c 		if ((param_name = zend_hash_str_find(Z_OBJPROP_P(param_val), "param_name", sizeof("param_name")-1)) != NULL &&
NULL             4420 ext/soap/soap.c 		    (param_data = zend_hash_str_find(Z_OBJPROP_P(param_val), "param_data", sizeof("param_data")-1)) != NULL) {
NULL             4426 ext/soap/soap.c 	if (param != NULL && param->paramName != NULL) {
NULL             4429 ext/soap/soap.c 		if (name == NULL) {
NULL             4449 ext/soap/soap.c 	if (param != NULL) {
NULL             4451 ext/soap/soap.c 		if (val == NULL) {
NULL             4463 ext/soap/soap.c 		enc = NULL;
NULL             4478 ext/soap/soap.c 	if (function == NULL) {
NULL             4479 ext/soap/soap.c 		return NULL;
NULL             4488 ext/soap/soap.c 	if (ht == NULL) {
NULL             4489 ext/soap/soap.c 	  return NULL;
NULL             4492 ext/soap/soap.c 	if (param_name != NULL) {
NULL             4493 ext/soap/soap.c 		if ((tmp = zend_hash_str_find_ptr(ht, param_name, strlen(param_name))) != NULL) {
NULL             4503 ext/soap/soap.c 		if ((tmp = zend_hash_index_find_ptr(ht, index)) != NULL) {
NULL             4507 ext/soap/soap.c 	return NULL;
NULL             4517 ext/soap/soap.c 	if (sdl != NULL) {
NULL             4518 ext/soap/soap.c 		if ((tmp = zend_hash_str_find_ptr(&sdl->functions, str, len)) != NULL) {
NULL             4521 ext/soap/soap.c 		} else if (sdl->requests != NULL && (tmp = zend_hash_str_find_ptr(sdl->requests, str, len)) != NULL) {
NULL             4527 ext/soap/soap.c 	return NULL;
NULL             4540 ext/soap/soap.c 					if (params == NULL) {
NULL             4541 ext/soap/soap.c 						if (tmp->requestParameters == NULL ||
NULL             4545 ext/soap/soap.c 					} else if (tmp->requestParameters != NULL &&
NULL             4556 ext/soap/soap.c 								if (param->element->namens != NULL && node->ns != NULL) {
NULL             4579 ext/soap/soap.c 	return NULL;
NULL             4738 ext/soap/soap.c 				      sizeof(SOAP_1_1_ENC_NAMESPACE":arrayType")-1)) != NULL &&
NULL             4740 ext/soap/soap.c 				    (ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
NULL             4743 ext/soap/soap.c 					if (end == NULL) {
NULL             4755 ext/soap/soap.c 					if (end != NULL) {
NULL             4762 ext/soap/soap.c 					      sizeof(SOAP_1_2_ENC_NAMESPACE":itemType")-1)) != NULL &&
NULL             4764 ext/soap/soap.c 				    (ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
NULL             4770 ext/soap/soap.c 					            (elementType = zend_hash_get_current_data_ptr(type->elements)) != NULL) &&
NULL             4780 ext/soap/soap.c 					      sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL &&
NULL             4782 ext/soap/soap.c 					    (ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arraySize")-1)) != NULL) {
NULL              110 ext/sockets/conversions.c 	if ((elem = zend_hash_str_find_ptr(ctx, key, strlen(key))) != NULL) {
NULL              156 ext/sockets/conversions.c 			node != NULL;
NULL              201 ext/sockets/conversions.c 	if (err->msg != NULL) {
NULL              202 ext/sockets/conversions.c 		php_error_docref0(NULL, err->level, "%s", err->msg);
NULL              212 ext/sockets/conversions.c 	*allocations = NULL;
NULL              258 ext/sockets/conversions.c 	for (descr = descriptors; descr->name != NULL && !ctx->err.has_error; descr++) {
NULL              260 ext/sockets/conversions.c 				descr->name, descr->name_size - 1)) != NULL) {
NULL              262 ext/sockets/conversions.c 			if (descr->from_zval == NULL) {
NULL              286 ext/sockets/conversions.c 	assert(Z_ARRVAL_P(zarr) != NULL);
NULL              288 ext/sockets/conversions.c 	for (descr = descriptors; descr->name != NULL && !ctx->err.has_error; descr++) {
NULL              291 ext/sockets/conversions.c 		if (descr->to_zval == NULL) {
NULL              567 ext/sockets/conversions.c 	if (inet_ntop(AF_INET, addr, Z_STRVAL_P(zv), size) == NULL) {
NULL              618 ext/sockets/conversions.c 	if (inet_ntop(AF_INET6, addr, Z_STRVAL_P(zv), size) == NULL) {
NULL              673 ext/sockets/conversions.c 	if (nul_pos == NULL) {
NULL              709 ext/sockets/conversions.c 	if ((elem = zend_hash_str_find(Z_ARRVAL_P(container), "family", sizeof("family") - 1)) != NULL
NULL              865 ext/sockets/conversions.c 	if (entry == NULL) {
NULL              874 ext/sockets/conversions.c 		if ((data_elem = zend_hash_str_find(Z_ARRVAL_P(arr), "data", sizeof("data") - 1)) == NULL) {
NULL              961 ext/sockets/conversions.c 	if (entry == NULL) {
NULL              975 ext/sockets/conversions.c 	if (zend_hash_str_add_ptr(&ctx->params, KEY_CMSG_LEN, sizeof(KEY_CMSG_LEN) - 1, len_p) == NULL) {
NULL             1015 ext/sockets/conversions.c 			cmsg != NULL && !ctx->err.has_error;
NULL             1048 ext/sockets/conversions.c 	if (name == NULL) {
NULL             1165 ext/sockets/conversions.c 	if (zend_hash_str_add_ptr(&ctx->params, KEY_FILL_SOCKADDR, sizeof(KEY_FILL_SOCKADDR) - 1, (void *)falsevp) == NULL) {
NULL             1199 ext/sockets/conversions.c 	if ((recvmsg_ret = zend_hash_str_find_ptr(&ctx->params, KEY_RECVMSG_RET, sizeof(KEY_RECVMSG_RET) - 1)) == NULL) {
NULL             1355 ext/sockets/conversions.c 		sock = (php_socket *)zend_fetch_resource_ex(elem, NULL, php_sockets_le_socket());
NULL             1361 ext/sockets/conversions.c 		stream = (php_stream *)zend_fetch_resource2_ex(elem, NULL, php_file_le_stream(), php_file_le_pstream());
NULL             1362 ext/sockets/conversions.c 		if (stream == NULL) {
NULL             1396 ext/sockets/conversions.c 	if ((cmsg_len = zend_hash_str_find_ptr(&ctx->params, KEY_CMSG_LEN, sizeof(KEY_CMSG_LEN) - 1)) == NULL) {
NULL             1427 ext/sockets/conversions.c 			php_stream *stream = php_stream_fopen_from_fd(fd, "rw", NULL);
NULL             1452 ext/sockets/conversions.c 	*allocations = NULL;
NULL             1455 ext/sockets/conversions.c 		return NULL;
NULL             1459 ext/sockets/conversions.c 	zend_hash_init(&ctx.params, 8, NULL, NULL, 0);
NULL             1460 ext/sockets/conversions.c 	zend_llist_init(&ctx.keys, sizeof(const char *), NULL, 0);
NULL             1474 ext/sockets/conversions.c 		structure = NULL;
NULL             1496 ext/sockets/conversions.c 		return NULL;
NULL             1500 ext/sockets/conversions.c 	zend_llist_init(&ctx.keys, sizeof(const char *), NULL, 0);
NULL             1503 ext/sockets/conversions.c 	zend_hash_init(&ctx.params, 8, NULL, NULL, 0);
NULL             1504 ext/sockets/conversions.c 	for (kv = key_value_pairs; kv->key != NULL; kv++) {
NULL             1521 ext/sockets/conversions.c 	return Z_ISUNDEF_P(zv)? NULL : zv;
NULL               73 ext/sockets/multicast.c 		php_error_docref(NULL, E_WARNING,
NULL               81 ext/sockets/multicast.c 	php_error_docref(NULL, E_WARNING,
NULL               94 ext/sockets/multicast.c 			php_error_docref(NULL, E_WARNING,
NULL              121 ext/sockets/multicast.c 	if ((val = zend_hash_str_find(ht, key, strlen(key))) == NULL) {
NULL              134 ext/sockets/multicast.c 	if ((val = zend_hash_str_find(ht, key, strlen(key))) == NULL) {
NULL              135 ext/sockets/multicast.c 		php_error_docref(NULL, E_WARNING, "no key \"%s\" passed in optval", key);
NULL              231 ext/sockets/multicast.c 		php_error_docref(NULL, E_WARNING,
NULL              293 ext/sockets/multicast.c 			php_error_docref(NULL, E_WARNING,
NULL              358 ext/sockets/multicast.c 			php_error_docref(NULL, E_WARNING,
NULL              505 ext/sockets/multicast.c 		php_error_docref(NULL, E_WARNING,
NULL              560 ext/sockets/multicast.c 		php_error_docref(NULL, E_WARNING,
NULL              567 ext/sockets/multicast.c 		php_error_docref(NULL, E_WARNING,
NULL              655 ext/sockets/multicast.c 		php_error_docref(NULL, E_WARNING,
NULL              666 ext/sockets/multicast.c 	php_error_docref(NULL, E_WARNING,
NULL              695 ext/sockets/multicast.c 		php_error_docref(NULL, E_WARNING,
NULL              710 ext/sockets/multicast.c 		php_error_docref(NULL, E_WARNING,
NULL              735 ext/sockets/multicast.c 	if (if_indextoname(if_index, if_req.ifr_name) == NULL) {
NULL              739 ext/sockets/multicast.c 		php_error_docref(NULL, E_WARNING,
NULL              745 ext/sockets/multicast.c 		php_error_docref(NULL, E_WARNING,
NULL              758 ext/sockets/multicast.c 	char			*buf = NULL,
NULL              777 ext/sockets/multicast.c 			php_error_docref(NULL, E_WARNING,
NULL              788 ext/sockets/multicast.c 			buf = NULL;
NULL              820 ext/sockets/multicast.c 				php_error_docref(NULL, E_WARNING,
NULL              839 ext/sockets/multicast.c 		php_error_docref(NULL, E_WARNING,
NULL              844 ext/sockets/multicast.c 	if (buf != NULL)
NULL               86 ext/sockets/php_sockets.h 				php_error_docref(NULL, E_WARNING, "%s [%d]: %s", msg, _err, sockets_strerror(_err)); \
NULL              108 ext/sockets/php_sockets.h #define phpext_sockets_ptr NULL
NULL               41 ext/sockets/sendrecvmsg.c static __declspec(thread) LPFN_WSARECVMSG WSARecvMsg = NULL;
NULL               47 ext/sockets/sendrecvmsg.c 	if (WSARecvMsg == NULL)	{
NULL               51 ext/sockets/sendrecvmsg.c 			&bytesReturned, NULL, NULL);
NULL               58 ext/sockets/sendrecvmsg.c 	return WSARecvMsg((SOCKET)sockfd, msg, &recvd, NULL, NULL) == 0
NULL               65 ext/sockets/sendrecvmsg.c 	return WSASendMsg((SOCKET)sockfd, (struct msghdr*)msg, (DWORD)flags, &sent, NULL, NULL) == 0
NULL               74 ext/sockets/sendrecvmsg.c 			php_error_docref0(NULL, E_WARNING, "The value %pd does not fit inside " \
NULL               99 ext/sockets/sendrecvmsg.c 	zend_hash_init(&ancillary_registry.ht, 32, NULL, ancillary_registery_free_elem, 1);
NULL              159 ext/sockets/sendrecvmsg.c 	if ((entry = zend_hash_str_find_ptr(&ancillary_registry.ht, (char*)&key, sizeof(key) - 1)) != NULL) {
NULL              162 ext/sockets/sendrecvmsg.c 		return NULL;
NULL              185 ext/sockets/sendrecvmsg.c 					php_sockets_le_socket_name, php_sockets_le_socket())) == NULL) {
NULL              230 ext/sockets/sendrecvmsg.c 					php_sockets_le_socket_name, php_sockets_le_socket())) == NULL) {
NULL              256 ext/sockets/sendrecvmsg.c 		msghdr = NULL;
NULL              266 ext/sockets/sendrecvmsg.c 			assert(zres == NULL);
NULL              270 ext/sockets/sendrecvmsg.c 		php_error_docref(NULL, E_WARNING, "error in recvmsg [%d]: %s",
NULL              295 ext/sockets/sendrecvmsg.c 		php_error_docref0(NULL, E_WARNING, "The third argument "
NULL              301 ext/sockets/sendrecvmsg.c 	if (entry == NULL) {
NULL              302 ext/sockets/sendrecvmsg.c 		php_error_docref0(NULL, E_WARNING, "The pair level %pd/type %pd is "
NULL              310 ext/sockets/sendrecvmsg.c 		php_error_docref0(NULL, E_WARNING, "The value for the "
NULL              322 ext/sockets/sendrecvmsg.c 	zend_llist		*allocations = NULL;
NULL              334 ext/sockets/sendrecvmsg.c 			php_error_docref0(NULL, E_WARNING, "Windows does not "
NULL               21 ext/sockets/sockaddr_conv.c 	struct addrinfo *addrinfo = NULL;
NULL               37 ext/sockets/sockaddr_conv.c 		getaddrinfo(string, NULL, &hints, &addrinfo);
NULL               47 ext/sockets/sockaddr_conv.c 			php_error_docref(NULL, E_WARNING, "Host lookup failed: Non AF_INET6 domain returned on AF_INET6 socket");
NULL               57 ext/sockets/sockaddr_conv.c 		php_error_docref(NULL, E_WARNING, "Host lookup failed: getaddrinfo() not available on this system");
NULL              103 ext/sockets/sockaddr_conv.c 			php_error_docref(NULL, E_WARNING, "Host lookup failed: Non AF_INET domain returned on AF_INET socket");
NULL              138 ext/sockets/sockaddr_conv.c 		php_error_docref(NULL, E_WARNING,
NULL              360 ext/sockets/sockets.c 	NULL,
NULL              366 ext/sockets/sockets.c 	NULL,
NULL              367 ext/sockets/sockets.c 	NULL,
NULL              428 ext/sockets/sockets.c 	if ((hp = gethostbyname("0.0.0.0")) == NULL) {
NULL              430 ext/sockets/sockets.c 	if ((hp = gethostbyname("localhost")) == NULL) {
NULL              581 ext/sockets/sockets.c 		LPTSTR tmp = NULL;
NULL              582 ext/sockets/sockets.c 		buf = NULL;
NULL              585 ext/sockets/sockets.c 			NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR) &tmp, 0, NULL)
NULL              610 ext/sockets/sockets.c 	sockets_globals->strerror_buf = NULL;
NULL              621 ext/sockets/sockets.c 	le_socket = zend_register_list_destructors_ex(php_destroy_socket, NULL, le_socket_name, module_number);
NULL              772 ext/sockets/sockets.c 		SOCKETS_G(strerror_buf) = NULL;
NULL              848 ext/sockets/sockets.c 	struct timeval *tv_p = NULL;
NULL              862 ext/sockets/sockets.c 	if (r_array != NULL) sets += php_sock_array_to_fd_set(r_array, &rfds, &max_fd);
NULL              863 ext/sockets/sockets.c 	if (w_array != NULL) sets += php_sock_array_to_fd_set(w_array, &wfds, &max_fd);
NULL              864 ext/sockets/sockets.c 	if (e_array != NULL) sets += php_sock_array_to_fd_set(e_array, &efds, &max_fd);
NULL              867 ext/sockets/sockets.c 		php_error_docref(NULL, E_WARNING, "no resource arrays were passed to select");
NULL              874 ext/sockets/sockets.c 	if (sec != NULL) {
NULL              904 ext/sockets/sockets.c 		php_error_docref(NULL, E_WARNING, "unable to select [%d]: %s", errno, sockets_strerror(errno));
NULL              908 ext/sockets/sockets.c 	if (r_array != NULL) php_sock_array_from_fd_set(r_array, &rfds);
NULL              909 ext/sockets/sockets.c 	if (w_array != NULL) php_sock_array_from_fd_set(w_array, &wfds);
NULL              910 ext/sockets/sockets.c 	if (e_array != NULL) php_sock_array_from_fd_set(e_array, &efds);
NULL              951 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL              974 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL              981 ext/sockets/sockets.c 		stream = zend_fetch_resource2_ex(&php_sock->zstream, NULL, php_file_le_stream(), php_file_le_pstream());
NULL              982 ext/sockets/sockets.c 		if (stream != NULL) {
NULL              984 ext/sockets/sockets.c 					NULL) != -1) {
NULL             1012 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             1021 ext/sockets/sockets.c 		stream = zend_fetch_resource2_ex(&php_sock->zstream, NULL, php_file_le_stream(), php_file_le_pstream());
NULL             1022 ext/sockets/sockets.c 		if (stream != NULL) {
NULL             1024 ext/sockets/sockets.c 					NULL) != -1) {
NULL             1053 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             1076 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             1081 ext/sockets/sockets.c 		php_stream *stream = NULL;
NULL             1083 ext/sockets/sockets.c 		if (stream != NULL) {
NULL             1110 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             1154 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             1197 ext/sockets/sockets.c 	zval					*arg1, *addr, *port = NULL;
NULL             1214 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             1225 ext/sockets/sockets.c 	if (port != NULL) {
NULL             1237 ext/sockets/sockets.c 			if (port != NULL) {
NULL             1254 ext/sockets/sockets.c 			if (port != NULL) {
NULL             1270 ext/sockets/sockets.c 			php_error_docref(NULL, E_WARNING, "Unsupported address family %d", sa->sa_family);
NULL             1280 ext/sockets/sockets.c 	zval					*arg1, *arg2, *arg3 = NULL;
NULL             1297 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             1316 ext/sockets/sockets.c 			if (arg3 != NULL) {
NULL             1334 ext/sockets/sockets.c 			if (arg3 != NULL) {
NULL             1351 ext/sockets/sockets.c 			php_error_docref(NULL, E_WARNING, "Unsupported address family %d", sa->sa_family);
NULL             1374 ext/sockets/sockets.c 		php_error_docref(NULL, E_WARNING, "invalid socket domain [%pd] specified for argument 1, assuming AF_INET", arg1);
NULL             1379 ext/sockets/sockets.c 		php_error_docref(NULL, E_WARNING, "invalid socket type [%pd] specified for argument 2, assuming SOCK_STREAM", arg2);
NULL             1388 ext/sockets/sockets.c 		php_error_docref(NULL, E_WARNING, "Unable to create socket [%d]: %s", errno, sockets_strerror(errno));
NULL             1416 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             1426 ext/sockets/sockets.c 				php_error_docref(NULL, E_WARNING, "Socket of type AF_INET6 requires 3 arguments");
NULL             1447 ext/sockets/sockets.c 				php_error_docref(NULL, E_WARNING, "Socket of type AF_INET requires 3 arguments");
NULL             1466 ext/sockets/sockets.c 				php_error_docref(NULL, E_WARNING, "Path too long");
NULL             1478 ext/sockets/sockets.c 			php_error_docref(NULL, E_WARNING, "Unsupported socket type %d", php_sock->type);
NULL             1522 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             1534 ext/sockets/sockets.c 					php_error_docref(NULL, E_WARNING,
NULL             1577 ext/sockets/sockets.c 			php_error_docref(NULL, E_WARNING, "unsupported socket type '%d', must be AF_UNIX, AF_INET, or AF_INET6", php_sock->type);
NULL             1604 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(php_sock_res), le_socket_name, le_socket)) == NULL) {
NULL             1652 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             1671 ext/sockets/sockets.c 	zval				*arg1, *arg2, *arg5, *arg6 = NULL;
NULL             1689 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             1726 ext/sockets/sockets.c 			if (arg6 == NULL) {
NULL             1757 ext/sockets/sockets.c 			if (arg6 == NULL) {
NULL             1785 ext/sockets/sockets.c 			php_error_docref(NULL, E_WARNING, "Unsupported socket type %d", php_sock->type);
NULL             1814 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             1860 ext/sockets/sockets.c 			php_error_docref(NULL, E_WARNING, "Unsupported socket type %d", php_sock->type);
NULL             1892 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             2007 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             2044 ext/sockets/sockets.c 			if ((l_onoff = zend_hash_str_find(opt_ht, l_onoff_key, sizeof(l_onoff_key) - 1)) == NULL) {
NULL             2045 ext/sockets/sockets.c 				php_error_docref(NULL, E_WARNING, "no key \"%s\" passed in optval", l_onoff_key);
NULL             2048 ext/sockets/sockets.c 			if ((l_linger = zend_hash_str_find(opt_ht, l_linger_key, sizeof(l_linger_key) - 1)) == NULL) {
NULL             2049 ext/sockets/sockets.c 				php_error_docref(NULL, E_WARNING, "no key \"%s\" passed in optval", l_linger_key);
NULL             2072 ext/sockets/sockets.c 			if ((sec = zend_hash_str_find(opt_ht, sec_key, sizeof(sec_key) - 1)) == NULL) {
NULL             2073 ext/sockets/sockets.c 				php_error_docref(NULL, E_WARNING, "no key \"%s\" passed in optval", sec_key);
NULL             2076 ext/sockets/sockets.c 			if ((usec = zend_hash_str_find(opt_ht, usec_key, sizeof(usec_key) - 1)) == NULL) {
NULL             2077 ext/sockets/sockets.c 				php_error_docref(NULL, E_WARNING, "no key \"%s\" passed in optval", usec_key);
NULL             2150 ext/sockets/sockets.c 		php_error_docref(NULL, E_WARNING, "invalid socket domain [%pd] specified for argument 1, assuming AF_INET", domain);
NULL             2155 ext/sockets/sockets.c 		php_error_docref(NULL, E_WARNING, "invalid socket type [%pd] specified for argument 2, assuming SOCK_STREAM", type);
NULL             2161 ext/sockets/sockets.c 		php_error_docref(NULL, E_WARNING, "unable to create socket pair [%d]: %s", errno, sockets_strerror(errno));
NULL             2203 ext/sockets/sockets.c 	if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             2221 ext/sockets/sockets.c 	zval		*arg1 = NULL;
NULL             2229 ext/sockets/sockets.c 		if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             2243 ext/sockets/sockets.c 	zval		*arg1 = NULL;
NULL             2251 ext/sockets/sockets.c 		if ((php_sock = (php_socket *)zend_fetch_resource(Z_RES_P(arg1), le_socket_name, le_socket)) == NULL) {
NULL             2307 ext/sockets/sockets.c 	return NULL;
NULL             2316 ext/sockets/sockets.c 	php_socket			 *retsock = NULL;
NULL             2330 ext/sockets/sockets.c 	if (retsock == NULL) {
NULL             2351 ext/sockets/sockets.c 		PHP_STREAM_BUFFER_NONE, NULL);
NULL               58 ext/spl/php_spl.c 	spl_globals->autoload_extensions     = NULL;
NULL               59 ext/spl/php_spl.c 	spl_globals->autoload_functions      = NULL;
NULL               77 ext/spl/php_spl.c  	if (ce == NULL) {
NULL               78 ext/spl/php_spl.c 		php_error_docref(NULL, E_WARNING, "Class %s does not exist%s", ZSTR_VAL(name), autoload ? " and could not be loaded" : "");
NULL               79 ext/spl/php_spl.c 		return NULL;
NULL               98 ext/spl/php_spl.c 		php_error_docref(NULL, E_WARNING, "object or string expected");
NULL              103 ext/spl/php_spl.c 		if (NULL == (ce = spl_find_ce_by_name(Z_STR_P(obj), autoload))) {
NULL              131 ext/spl/php_spl.c 		php_error_docref(NULL, E_WARNING, "object or string expected");
NULL              136 ext/spl/php_spl.c 		if (NULL == (ce = spl_find_ce_by_name(Z_STR_P(obj), autoload))) {
NULL              160 ext/spl/php_spl.c 		php_error_docref(NULL, E_WARNING, "object or string expected");
NULL              165 ext/spl/php_spl.c 		if (NULL == (ce = spl_find_ce_by_name(Z_STR_P(obj), autoload))) {
NULL              265 ext/spl/php_spl.c 		while ((ptr = memchr(ptr, '\\', (end - ptr))) != NULL) {
NULL              284 ext/spl/php_spl.c 			new_op_array = NULL;
NULL              318 ext/spl/php_spl.c 	if (file_exts == NULL) { /* autoload_extensions is not initialized, set to defaults */
NULL              339 ext/spl/php_spl.c 		pos = pos1 ? pos1 + 1 : NULL;
NULL              359 ext/spl/php_spl.c 			php_error_docref(NULL, E_ERROR, "Class %s could not be loaded", ZSTR_VAL(class_name));
NULL              368 ext/spl/php_spl.c 	zend_string *file_exts = NULL;
NULL              380 ext/spl/php_spl.c 	if (SPL_G(autoload_extensions) == NULL) {
NULL              411 ext/spl/php_spl.c 	zval *class_name, *retval = NULL;
NULL              429 ext/spl/php_spl.c 			zend_call_method(Z_ISUNDEF(alfi->obj)? NULL : &alfi->obj, alfi->ce, &alfi->func_ptr, ZSTR_VAL(func_name), ZSTR_LEN(func_name), retval, 1, class_name, NULL);
NULL              433 ext/spl/php_spl.c 				retval = NULL;
NULL              445 ext/spl/php_spl.c 		zend_call_method_with_1_params(NULL, NULL, NULL, "spl_autoload", NULL, class_name);
NULL              463 ext/spl/php_spl.c 	char *error = NULL;
NULL              465 ext/spl/php_spl.c 	zval *zcallable = NULL;
NULL              478 ext/spl/php_spl.c 		if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_STRICT, &func_name, &fcc, &error)) {
NULL              571 ext/spl/php_spl.c 			zend_hash_init(SPL_G(autoload_functions), 1, NULL, autoload_func_info_dtor, 0);
NULL              582 ext/spl/php_spl.c 			spl_alfi.ce = NULL;
NULL              591 ext/spl/php_spl.c 		if (zend_hash_add_mem(SPL_G(autoload_functions), lc_name, &alfi, sizeof(autoload_func_info)) == NULL) {
NULL              620 ext/spl/php_spl.c 	zend_string *func_name = NULL;
NULL              621 ext/spl/php_spl.c 	char *error = NULL;
NULL              633 ext/spl/php_spl.c 	if (!zend_is_callable_ex(zcallable, NULL, IS_CALLABLE_CHECK_SYNTAX_ONLY, &func_name, &fcc, &error)) {
NULL              665 ext/spl/php_spl.c 				SPL_G(autoload_functions) = NULL;
NULL              666 ext/spl/php_spl.c 				EG(autoload_func) = NULL;
NULL              687 ext/spl/php_spl.c 			EG(autoload_func) = NULL;
NULL              934 ext/spl/php_spl.c 	SPL_G(autoload_extensions) = NULL;
NULL              935 ext/spl/php_spl.c 	SPL_G(autoload_functions) = NULL;
NULL              944 ext/spl/php_spl.c 		SPL_G(autoload_extensions) = NULL;
NULL              949 ext/spl/php_spl.c 		SPL_G(autoload_functions) = NULL;
NULL              964 ext/spl/php_spl.c 	NULL,
NULL              971 ext/spl/php_spl.c 	NULL,
NULL              972 ext/spl/php_spl.c 	NULL,
NULL               52 ext/spl/php_spl.h #define phpext_spl NULL
NULL              208 ext/spl/spl_array.c 		php_error_docref(NULL, E_COMPILE_ERROR, "Internal compiler error, Class is not child of ArrayObject or ArrayIterator");
NULL              213 ext/spl/spl_array.c 			intern->fptr_offset_get = NULL;
NULL              217 ext/spl/spl_array.c 			intern->fptr_offset_set = NULL;
NULL              221 ext/spl/spl_array.c 			intern->fptr_offset_has = NULL;
NULL              225 ext/spl/spl_array.c 			intern->fptr_offset_del = NULL;
NULL              229 ext/spl/spl_array.c 			intern->fptr_count = NULL;
NULL              259 ext/spl/spl_array.c 	return spl_array_object_new_ex(class_type, NULL, 0);
NULL              357 ext/spl/spl_array.c 		if ((retval = zend_hash_index_find(ht, index)) == NULL) {
NULL              444 ext/spl/spl_array.c 		zend_call_method_with_2_params(object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", NULL, offset, value);
NULL              515 ext/spl/spl_array.c 		zend_call_method_with_1_params(object, Z_OBJCE_P(object), &intern->fptr_offset_del, "offsetUnset", NULL, offset);
NULL              596 ext/spl/spl_array.c 	zval rv, *value = NULL, *tmp;
NULL              622 ext/spl/spl_array.c 				if ((tmp = zend_symtable_find(ht, Z_STR_P(offset))) != NULL) {
NULL              646 ext/spl/spl_array.c 				if ((tmp = zend_hash_index_find(ht, index)) != NULL) {
NULL              687 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "%sArray was modified outside object and is no longer an array", msg_prefix);
NULL              746 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "Array was modified outside object and is no longer an array");
NULL              751 ext/spl/spl_array.c 		php_error_docref(NULL, E_RECOVERABLE_ERROR, "Cannot append properties to objects, use %s::offsetSet() instead", ZSTR_VAL(Z_OBJCE_P(object)->name));
NULL              755 ext/spl/spl_array.c 	spl_array_write_dimension(object, NULL, append_value);
NULL              858 ext/spl/spl_array.c 		&& !std_object_handlers.has_property(object, member, 2, NULL)) {
NULL              869 ext/spl/spl_array.c 	&& !std_object_handlers.has_property(object, member, 2, NULL)) {
NULL              881 ext/spl/spl_array.c 		&& !std_object_handlers.has_property(object, member, 2, NULL)) {
NULL              892 ext/spl/spl_array.c 		&& !std_object_handlers.has_property(object, member, 2, NULL)) {
NULL              903 ext/spl/spl_array.c 		&& !std_object_handlers.has_property(object, member, 2, NULL)) {
NULL             1050 ext/spl/spl_array.c 			php_error_docref(NULL, E_NOTICE, "ArrayIterator::current(): Array was modified outside object and is no longer an array");
NULL             1064 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "ArrayIterator::rewind(): Array was modified outside object and is no longer an array");
NULL             1300 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "Array was modified outside object and is no longer an array");
NULL             1338 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "Array was modified outside object and is no longer an array");
NULL             1363 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "Array was modified outside object and is no longer an array");
NULL             1425 ext/spl/spl_array.c 	zval function_name, params[2], *arg = NULL;
NULL             1439 ext/spl/spl_array.c 		call_user_function_ex(EG(function_table), NULL, &function_name, return_value, 1, params, 1, NULL);
NULL             1450 ext/spl/spl_array.c 		call_user_function_ex(EG(function_table), NULL, &function_name, return_value, arg ? 2 : 1, params, 1, NULL);
NULL             1459 ext/spl/spl_array.c 		call_user_function_ex(EG(function_table), NULL, &function_name, return_value, 2, params, 1, NULL);
NULL             1523 ext/spl/spl_array.c 	if ((entry = zend_hash_get_current_data_ex(aht, spl_array_get_pos_ptr(aht, intern))) == NULL) {
NULL             1617 ext/spl/spl_array.c 	if ((entry = zend_hash_get_current_data_ex(aht, spl_array_get_pos_ptr(aht, intern))) == NULL) {
NULL             1641 ext/spl/spl_array.c 	if ((entry = zend_hash_get_current_data_ex(aht, spl_array_get_pos_ptr(aht, intern))) == NULL) {
NULL             1677 ext/spl/spl_array.c 		php_error_docref(NULL, E_NOTICE, "Array was modified outside object and is no longer an array");
NULL               67 ext/spl/spl_directory.c 		intern->u.file.current_line = NULL;
NULL               97 ext/spl/spl_directory.c 			intern->u.dir.dirp = NULL;
NULL              195 ext/spl/spl_directory.c 				php_error_docref(NULL, E_ERROR, "Object not initialized");
NULL              203 ext/spl/spl_directory.c 			                                 spl_filesystem_object_get_path(intern, NULL),
NULL              245 ext/spl/spl_directory.c 	if (EG(exception) || intern->u.dir.dirp == NULL) {
NULL              268 ext/spl/spl_directory.c 		intern->u.file.open_mode = NULL;
NULL              269 ext/spl/spl_directory.c 		intern->file_name = NULL;
NULL              275 ext/spl/spl_directory.c 	intern->u.file.stream = php_stream_open_wrapper_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, intern->u.file.context);
NULL              281 ext/spl/spl_directory.c 		intern->file_name = NULL; /* until here it is not a copy */
NULL              282 ext/spl/spl_directory.c 		intern->u.file.open_mode = NULL;
NULL              358 ext/spl/spl_directory.c 			php_error_docref(NULL, E_ERROR, "An object of class %s cannot be cloned", ZSTR_VAL(old_object->ce->name));
NULL              430 ext/spl/spl_directory.c 		return NULL;
NULL              444 ext/spl/spl_directory.c 		zend_call_method_with_1_params(return_value, ce, &ce->constructor, "__construct", NULL, &arg1);
NULL              471 ext/spl/spl_directory.c 				return NULL;
NULL              489 ext/spl/spl_directory.c 				zend_call_method_with_1_params(return_value, ce, &ce->constructor, "__construct", NULL, &arg1);
NULL              514 ext/spl/spl_directory.c 				zend_call_method_with_2_params(return_value, ce, &ce->constructor, "__construct", NULL, &arg1, &arg2);
NULL              530 ext/spl/spl_directory.c 					intern->u.file.open_mode = NULL;
NULL              531 ext/spl/spl_directory.c 					intern->file_name = NULL;
NULL              534 ext/spl/spl_directory.c 					return NULL;
NULL              541 ext/spl/spl_directory.c 					return NULL;
NULL              548 ext/spl/spl_directory.c 			return NULL;
NULL              551 ext/spl/spl_directory.c 	return NULL;
NULL              574 ext/spl/spl_directory.c 	return NULL;
NULL              660 ext/spl/spl_directory.c 	if (fsobj->u.dir.entry.d_name[0] == '\0' && fsobj->orig_path == NULL) {
NULL              663 ext/spl/spl_directory.c 		func = zend_get_std_object_handlers()->get_method(object, tmp, NULL);
NULL              712 ext/spl/spl_directory.c 		php_error_docref(NULL, E_WARNING, "Directory object is already initialized");
NULL              807 ext/spl/spl_directory.c 		intern->file_name = NULL;
NULL              826 ext/spl/spl_directory.c 		zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_rewind, "rewind", NULL);
NULL              840 ext/spl/spl_directory.c 		zend_call_method_with_0_params(&EX(This), Z_OBJCE(EX(This)), &intern->u.dir.func_next, "next", NULL);
NULL              915 ext/spl/spl_directory.c 	char *fname = NULL;
NULL              936 ext/spl/spl_directory.c 	ret = php_basename(fname, flen, NULL, 0);
NULL              964 ext/spl/spl_directory.c 	fname = php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), NULL, 0);
NULL             1036 ext/spl/spl_directory.c 	if (path != NULL) {
NULL             1078 ext/spl/spl_directory.c 		spl_filesystem_object_create_type(0, intern, SPL_FS_INFO, NULL, return_value);
NULL             1232 ext/spl/spl_directory.c 	if (intern->file_name == NULL) {
NULL             1233 ext/spl/spl_directory.c 		php_error_docref(NULL, E_WARNING, "Empty filename");
NULL             1237 ext/spl/spl_directory.c 		if (!expand_filepath_with_mode(intern->file_name, expanded_path, NULL, 0, CWD_EXPAND )) {
NULL             1238 ext/spl/spl_directory.c 			php_error_docref(NULL, E_WARNING, "No such file or directory");
NULL             1312 ext/spl/spl_directory.c 	spl_filesystem_object_create_type(ZEND_NUM_ARGS(), intern, SPL_FS_FILE, NULL, return_value);
NULL             1587 ext/spl/spl_directory.c 		RETURN_LONG(php_glob_stream_get_count(intern->u.dir.dirp, NULL));
NULL             1590 ext/spl/spl_directory.c 		php_error_docref(NULL, E_ERROR, "GlobIterator lost glob state");
NULL             1688 ext/spl/spl_directory.c 		object->file_name = NULL;
NULL             1738 ext/spl/spl_directory.c 			spl_filesystem_object_create_type(0, object, SPL_FS_INFO, NULL, &iterator->current);
NULL             1773 ext/spl/spl_directory.c 		object->file_name = NULL;
NULL             1937 ext/spl/spl_directory.c 	SPL_ME(SplFileInfo,       _bad_state_ex, NULL,							ZEND_ACC_PUBLIC|ZEND_ACC_FINAL)
NULL             2027 ext/spl/spl_directory.c 		if (php_stream_get_line(intern->u.file.stream, buf, intern->u.file.max_line_len + 1, &line_len) == NULL) {
NULL             2029 ext/spl/spl_directory.c 			buf = NULL;
NULL             2034 ext/spl/spl_directory.c 		buf = php_stream_get_line(intern->u.file.stream, NULL, 0, &line_len);
NULL             2079 ext/spl/spl_directory.c 	fci.object = NULL;
NULL             2084 ext/spl/spl_directory.c 	fci.symbol_table = NULL;
NULL             2089 ext/spl/spl_directory.c 	fcic.calling_scope = NULL;
NULL             2090 ext/spl/spl_directory.c 	fcic.called_scope = NULL;
NULL             2091 ext/spl/spl_directory.c 	fcic.object = NULL;
NULL             2109 ext/spl/spl_directory.c 	if (func_ptr == NULL) { \
NULL             2159 ext/spl/spl_directory.c 			return spl_filesystem_file_read_csv(intern, intern->u.file.delimiter, intern->u.file.enclosure, intern->u.file.escape, NULL);
NULL             2261 ext/spl/spl_directory.c 	intern->u.file.open_mode = NULL;
NULL             2268 ext/spl/spl_directory.c 		intern->u.file.open_mode = NULL;
NULL             2269 ext/spl/spl_directory.c 		intern->file_name = NULL;
NULL             2273 ext/spl/spl_directory.c 	if (intern->u.file.open_mode == NULL) {
NULL             2563 ext/spl/spl_directory.c 	FileFunctionCall(func_name, ZEND_NUM_ARGS(), NULL); \
NULL             2573 ext/spl/spl_directory.c 	char *delim = NULL, *enclo = NULL, *esc = NULL;
NULL             2587 ext/spl/spl_directory.c 				php_error_docref(NULL, E_WARNING, "escape must be a character");
NULL             2594 ext/spl/spl_directory.c 				php_error_docref(NULL, E_WARNING, "enclosure must be a character");
NULL             2601 ext/spl/spl_directory.c 				php_error_docref(NULL, E_WARNING, "delimiter must be a character");
NULL             2620 ext/spl/spl_directory.c 	char *delim = NULL, *enclo = NULL, *esc = NULL;
NULL             2623 ext/spl/spl_directory.c 	zval *fields = NULL;
NULL             2630 ext/spl/spl_directory.c 				php_error_docref(NULL, E_WARNING, "escape must be a character");
NULL             2637 ext/spl/spl_directory.c 				php_error_docref(NULL, E_WARNING, "enclosure must be a character");
NULL             2644 ext/spl/spl_directory.c 				php_error_docref(NULL, E_WARNING, "delimiter must be a character");
NULL             2665 ext/spl/spl_directory.c 	char *delim = NULL, *enclo = NULL, *esc = NULL;
NULL             2673 ext/spl/spl_directory.c 				php_error_docref(NULL, E_WARNING, "escape must be a character");
NULL             2680 ext/spl/spl_directory.c 				php_error_docref(NULL, E_WARNING, "enclosure must be a character");
NULL             2687 ext/spl/spl_directory.c 				php_error_docref(NULL, E_WARNING, "delimiter must be a character");
NULL             2863 ext/spl/spl_directory.c 	FileFunctionCall(fscanf, ZEND_NUM_ARGS(), NULL);
NULL             2915 ext/spl/spl_directory.c 		php_error_docref(NULL, E_WARNING, "Length parameter must be greater than 0");
NULL              136 ext/spl/spl_dllist.c 	llist->head  = NULL;
NULL              137 ext/spl/spl_dllist.c 	llist->tail  = NULL;
NULL              200 ext/spl/spl_dllist.c 	elem->prev = NULL;
NULL              225 ext/spl/spl_dllist.c 	elem->next = NULL;
NULL              247 ext/spl/spl_dllist.c 	if (tail == NULL) {
NULL              253 ext/spl/spl_dllist.c 		tail->prev->next = NULL;
NULL              255 ext/spl/spl_dllist.c 		llist->head = NULL;
NULL              276 ext/spl/spl_dllist.c 	if (tail == NULL) {
NULL              277 ext/spl/spl_dllist.c 		return NULL;
NULL              288 ext/spl/spl_dllist.c 	if (head == NULL) {
NULL              289 ext/spl/spl_dllist.c 		return NULL;
NULL              300 ext/spl/spl_dllist.c 	if (head == NULL) {
NULL              306 ext/spl/spl_dllist.c 		head->next->prev = NULL;
NULL              308 ext/spl/spl_dllist.c 		llist->tail = NULL;
NULL              359 ext/spl/spl_dllist.c 	if (intern->gc_data != NULL) {
NULL              425 ext/spl/spl_dllist.c 		php_error_docref(NULL, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplDoublyLinkedList");
NULL              430 ext/spl/spl_dllist.c 			intern->fptr_offset_get = NULL;
NULL              434 ext/spl/spl_dllist.c 			intern->fptr_offset_set = NULL;
NULL              438 ext/spl/spl_dllist.c 			intern->fptr_offset_has = NULL;
NULL              442 ext/spl/spl_dllist.c 			intern->fptr_offset_del = NULL;
NULL              446 ext/spl/spl_dllist.c 			intern->fptr_count = NULL;
NULL              456 ext/spl/spl_dllist.c 	return spl_dllist_object_new_ex(class_type, NULL, 0);
NULL              510 ext/spl/spl_dllist.c 	zend_hash_init(debug_info, 1, NULL, ZVAL_PTR_DTOR, 0);
NULL              652 ext/spl/spl_dllist.c 	if (value == NULL || Z_ISUNDEF_P(value)) {
NULL              676 ext/spl/spl_dllist.c 	if (value == NULL || Z_ISUNDEF_P(value)) {
NULL              799 ext/spl/spl_dllist.c 	if (element != NULL) {
NULL              840 ext/spl/spl_dllist.c 		if (element != NULL) {
NULL              888 ext/spl/spl_dllist.c 	if (element != NULL) {
NULL              916 ext/spl/spl_dllist.c 			intern->traverse_pointer = NULL;
NULL             1004 ext/spl/spl_dllist.c 	return (element != NULL ? SUCCESS : FAILURE);
NULL             1013 ext/spl/spl_dllist.c 	if (element == NULL || Z_ISUNDEF(element->data)) {
NULL             1014 ext/spl/spl_dllist.c 		return NULL;
NULL             1092 ext/spl/spl_dllist.c 	RETURN_BOOL(intern->traverse_pointer != NULL);
NULL             1121 ext/spl/spl_dllist.c 	if (element == NULL || Z_ISUNDEF(element->data)) {
NULL             1273 ext/spl/spl_dllist.c 		if (elem->prev == NULL) {
NULL             1305 ext/spl/spl_dllist.c 		return NULL;
NULL             1417 ext/spl/spl_dllist.c 	REGISTER_SPL_SUB_CLASS_EX(SplStack,           SplDoublyLinkedList,        spl_dllist_object_new, NULL);
NULL               38 ext/spl/spl_engine.h 	zend_call_method(retval, pce, &func, ZSTR_VAL(func->common.function_name), ZSTR_LEN(func->common.function_name), NULL, 1, arg1, NULL);
NULL               49 ext/spl/spl_engine.h 	zend_call_method(retval, pce, &func, ZSTR_VAL(func->common.function_name), ZSTR_LEN(func->common.function_name), NULL, 2, arg1, arg2);
NULL               68 ext/spl/spl_engine.h 	fci.symbol_table = NULL;
NULL               55 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(LogicException,           Exception,        NULL, NULL);
NULL               56 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(BadFunctionCallException, LogicException,   NULL, NULL);
NULL               57 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(BadMethodCallException,   BadFunctionCallException,   NULL, NULL);
NULL               58 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(DomainException,          LogicException,   NULL, NULL);
NULL               59 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(InvalidArgumentException, LogicException,   NULL, NULL);
NULL               60 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(LengthException,          LogicException,   NULL, NULL);
NULL               61 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException,      LogicException,   NULL, NULL);
NULL               63 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(RuntimeException,         Exception,        NULL, NULL);
NULL               64 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException,     RuntimeException, NULL, NULL);
NULL               65 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(OverflowException,        RuntimeException, NULL, NULL);
NULL               66 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(RangeException,           RuntimeException, NULL, NULL);
NULL               67 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(UnderflowException,       RuntimeException, NULL, NULL);
NULL               68 ext/spl/spl_exceptions.c     REGISTER_SPL_SUB_CLASS_EX(UnexpectedValueException, RuntimeException, NULL, NULL);
NULL               90 ext/spl/spl_fixedarray.c 		array->elements = NULL;
NULL              119 ext/spl/spl_fixedarray.c 			array->elements = NULL;
NULL              155 ext/spl/spl_fixedarray.c 		*table = NULL;
NULL              254 ext/spl/spl_fixedarray.c 		php_error_docref(NULL, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplFixedArray");
NULL              283 ext/spl/spl_fixedarray.c 			intern->fptr_offset_get = NULL;
NULL              287 ext/spl/spl_fixedarray.c 			intern->fptr_offset_set = NULL;
NULL              291 ext/spl/spl_fixedarray.c 			intern->fptr_offset_has = NULL;
NULL              295 ext/spl/spl_fixedarray.c 			intern->fptr_offset_del = NULL;
NULL              299 ext/spl/spl_fixedarray.c 			intern->fptr_count = NULL;
NULL              309 ext/spl/spl_fixedarray.c 	return spl_fixedarray_object_new_ex(class_type, NULL, 0);
NULL              335 ext/spl/spl_fixedarray.c 		return NULL;
NULL              344 ext/spl/spl_fixedarray.c 	if (index < 0 || intern->array == NULL || index >= intern->array->size) {
NULL              346 ext/spl/spl_fixedarray.c 		return NULL;
NULL              348 ext/spl/spl_fixedarray.c 		return NULL;
NULL              397 ext/spl/spl_fixedarray.c 	if (index < 0 || intern->array == NULL || index >= intern->array->size) {
NULL              425 ext/spl/spl_fixedarray.c 		zend_call_method_with_2_params(object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NULL, offset, value);
NULL              445 ext/spl/spl_fixedarray.c 	if (index < 0 || intern->array == NULL || index >= intern->array->size) {
NULL              463 ext/spl/spl_fixedarray.c 		zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_del, "offsetUnset", NULL, offset);
NULL              484 ext/spl/spl_fixedarray.c 	if (index < 0 || intern->array == NULL || index >= intern->array->size) {
NULL              685 ext/spl/spl_fixedarray.c 			if (str_index != NULL || (zend_long)num_index < 0) {
NULL              899 ext/spl/spl_fixedarray.c 		if (data == NULL) {
NULL             1030 ext/spl/spl_fixedarray.c 		return NULL;
NULL               85 ext/spl/spl_functions.c 		if ((tmp = zend_hash_find(Z_ARRVAL_P(list), pce->name)) == NULL) {
NULL               29 ext/spl/spl_functions.h 	spl_register_std_class(&spl_ce_ ## class_name, # class_name, obj_ctor, NULL);
NULL              129 ext/spl/spl_heap.c 			if ((data = zend_hash_str_find(Z_ARRVAL_P(value), "data", sizeof("data") - 1)) != NULL) {
NULL              134 ext/spl/spl_heap.c 			if ((priority = zend_hash_str_find(Z_ARRVAL_P(value), "priority", sizeof("priority") - 1)) != NULL) {
NULL              140 ext/spl/spl_heap.c 	return NULL;
NULL              266 ext/spl/spl_heap.c 		return NULL;
NULL              269 ext/spl/spl_heap.c 	return Z_ISUNDEF(heap->elements[0])? NULL : &heap->elements[0];
NULL              374 ext/spl/spl_heap.c 	intern->fptr_cmp   = NULL;
NULL              420 ext/spl/spl_heap.c 		php_error_docref(NULL, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplHeap");
NULL              426 ext/spl/spl_heap.c 			intern->fptr_cmp = NULL;
NULL              430 ext/spl/spl_heap.c 			intern->fptr_count = NULL;
NULL              440 ext/spl/spl_heap.c 	return spl_heap_object_new_ex(class_type, NULL, 0);
NULL              814 ext/spl/spl_heap.c 	RETURN_LONG(spl_ptr_heap_zval_max_cmp(a, b, NULL));
NULL              858 ext/spl/spl_heap.c 	RETURN_LONG(spl_ptr_heap_zval_min_cmp(a, b, NULL));
NULL              872 ext/spl/spl_heap.c 	RETURN_LONG(spl_ptr_heap_zval_max_cmp(a, b, NULL));
NULL              904 ext/spl/spl_heap.c 		return NULL;
NULL              908 ext/spl/spl_heap.c 		return NULL;
NULL              922 ext/spl/spl_heap.c 		return NULL;
NULL              926 ext/spl/spl_heap.c 		return NULL;
NULL             1091 ext/spl/spl_heap.c 		return NULL;
NULL             1115 ext/spl/spl_heap.c 		return NULL;
NULL             1156 ext/spl/spl_heap.c 	{NULL, NULL, NULL}
NULL             1160 ext/spl/spl_heap.c 	{NULL, NULL, NULL}
NULL             1179 ext/spl/spl_heap.c 	{NULL, NULL, NULL}
NULL             1195 ext/spl/spl_heap.c 	ZEND_FENTRY(compare, NULL, NULL, ZEND_ACC_PROTECTED|ZEND_ACC_ABSTRACT)
NULL             1196 ext/spl/spl_heap.c 	{NULL, NULL, NULL}
NULL              204 ext/spl/spl_iterators.c 		zend_call_method_with_0_params(zthis, object->ce, &object->endIteration, "endIteration", NULL);
NULL              272 ext/spl/spl_iterators.c 					zend_call_method_with_0_params(zobject, ce, NULL, "haschildren", &retval);
NULL              307 ext/spl/spl_iterators.c 					zend_call_method_with_0_params(zthis, object->ce, &object->nextElement, "nextelement", NULL);
NULL              320 ext/spl/spl_iterators.c 					zend_call_method_with_0_params(zthis, object->ce, &object->nextElement, "nextelement", NULL);
NULL              334 ext/spl/spl_iterators.c 					zend_call_method_with_0_params(zobject, ce, NULL, "getchildren", &child);
NULL              370 ext/spl/spl_iterators.c 					zend_call_method_with_0_params(zthis, object->ce, &object->beginChildren, "beginchildren", NULL);
NULL              384 ext/spl/spl_iterators.c 				zend_call_method_with_0_params(zthis, object->ce, &object->endChildren, "endchildren", NULL);
NULL              415 ext/spl/spl_iterators.c 			zend_call_method_with_0_params(zthis, object->ce, &object->endChildren, "endchildren", NULL);
NULL              425 ext/spl/spl_iterators.c 		zend_call_method_with_0_params(zthis, object->ce, &object->beginIteration, "beginIteration", NULL);
NULL              451 ext/spl/spl_iterators.c 	if (object->iterators == NULL) {
NULL              486 ext/spl/spl_iterators.c 			zval caching_it_flags, *user_caching_it_flags = NULL;
NULL              509 ext/spl/spl_iterators.c 				iterator = NULL;
NULL              526 ext/spl/spl_iterators.c 				iterator = NULL;
NULL              551 ext/spl/spl_iterators.c 		intern->beginIteration = NULL;
NULL              555 ext/spl/spl_iterators.c 		intern->endIteration = NULL;
NULL              559 ext/spl/spl_iterators.c 		intern->callHasChildren = NULL;
NULL              563 ext/spl/spl_iterators.c 		intern->callGetChildren = NULL;
NULL              567 ext/spl/spl_iterators.c 		intern->beginChildren = NULL;
NULL              571 ext/spl/spl_iterators.c 		intern->endChildren = NULL;
NULL              575 ext/spl/spl_iterators.c 		intern->nextElement = NULL;
NULL              595 ext/spl/spl_iterators.c 		intern->iterators = NULL;
NULL              784 ext/spl/spl_iterators.c 		zend_call_method_with_0_params(zobject, ce, NULL, "haschildren", return_value);
NULL              809 ext/spl/spl_iterators.c 		zend_call_method_with_0_params(zobject, ce, NULL, "getchildren", return_value);
NULL              891 ext/spl/spl_iterators.c 		php_error_docref(NULL, E_ERROR, "The %s instance wasn't initialized properly", ZSTR_VAL((*zobject)->ce->name));
NULL              897 ext/spl/spl_iterators.c 		if ((function_handler = zend_hash_find_ptr(&Z_OBJCE_P(zobj)->function_table, method)) == NULL) {
NULL              925 ext/spl/spl_iterators.c 		object->iterators = NULL;
NULL              937 ext/spl/spl_iterators.c 		object->iterators = NULL;
NULL             1037 ext/spl/spl_iterators.c 		zend_call_method_with_0_params(&object->iterators[level].zobject, object->iterators[level].ce, NULL, "hasnext", &has_next);
NULL             1047 ext/spl/spl_iterators.c 	zend_call_method_with_0_params(&object->iterators[level].zobject, object->iterators[level].ce, NULL, "hasnext", &has_next);
NULL             1348 ext/spl/spl_iterators.c 	class_type->iterator_funcs.zf_valid = NULL;
NULL             1349 ext/spl/spl_iterators.c 	class_type->iterator_funcs.zf_current = NULL;
NULL             1350 ext/spl/spl_iterators.c 	class_type->iterator_funcs.zf_key = NULL;
NULL             1351 ext/spl/spl_iterators.c 	class_type->iterator_funcs.zf_next = NULL;
NULL             1352 ext/spl/spl_iterators.c 	class_type->iterator_funcs.zf_rewind = NULL;
NULL             1370 ext/spl/spl_iterators.c 		if ((function_handler = zend_hash_find_ptr(&intern->inner.ce->function_table, method)) == NULL) {
NULL             1397 ext/spl/spl_iterators.c 		php_error_docref(NULL, E_ERROR, "Method %s::%s() does not exist", intern->inner.ce->name, method);
NULL             1413 ext/spl/spl_iterators.c 	if (call_user_function_ex(EG(function_table), NULL, &func, &retval, arg_count, func_params, 0, NULL) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
NULL             1418 ext/spl/spl_iterators.c 		php_error_docref(NULL, E_ERROR, "Unable to call %s::%s()", intern->inner.ce->name, method);
NULL             1454 ext/spl/spl_iterators.c 	zend_class_entry     *ce = NULL;
NULL             1462 ext/spl/spl_iterators.c 		return NULL;
NULL             1471 ext/spl/spl_iterators.c 				return NULL;
NULL             1475 ext/spl/spl_iterators.c 				return NULL;
NULL             1479 ext/spl/spl_iterators.c 				return NULL;
NULL             1487 ext/spl/spl_iterators.c 				return NULL;
NULL             1491 ext/spl/spl_iterators.c 				return NULL;
NULL             1502 ext/spl/spl_iterators.c 				return NULL;
NULL             1512 ext/spl/spl_iterators.c 						return NULL;
NULL             1520 ext/spl/spl_iterators.c 						return NULL;
NULL             1524 ext/spl/spl_iterators.c 						return NULL;
NULL             1536 ext/spl/spl_iterators.c 			zend_call_method_with_0_params(&intern->u.append.zarrayit, spl_ce_ArrayIterator, &spl_ce_ArrayIterator->constructor, "__construct", NULL);
NULL             1550 ext/spl/spl_iterators.c 				return NULL;
NULL             1554 ext/spl/spl_iterators.c 				return NULL;
NULL             1563 ext/spl/spl_iterators.c 			if (intern->u.regex.pce == NULL) {
NULL             1565 ext/spl/spl_iterators.c 				return NULL;
NULL             1574 ext/spl/spl_iterators.c 			cfi->fci.object = NULL;
NULL             1577 ext/spl/spl_iterators.c 				return NULL;
NULL             1589 ext/spl/spl_iterators.c 				return NULL;
NULL             1649 ext/spl/spl_iterators.c 		php_error_docref(NULL, E_ERROR, "The inner constructor wasn't initialized with an iterator instance");
NULL             1847 ext/spl/spl_iterators.c 		zend_call_method_with_0_params(zthis, intern->std.ce, NULL, "accept", &retval);
NULL             1931 ext/spl/spl_iterators.c 	zend_call_method_with_0_params(&intern->inner.zobject, intern->inner.ce, NULL, "haschildren", &retval);
NULL             1952 ext/spl/spl_iterators.c 	zend_call_method_with_0_params(&intern->inner.zobject, intern->inner.ce, NULL, "getchildren", &retval);
NULL             1972 ext/spl/spl_iterators.c 	zend_call_method_with_0_params(&intern->inner.zobject, intern->inner.ce, NULL, "getchildren", &retval);
NULL             2067 ext/spl/spl_iterators.c 			count = pcre_exec(intern->u.regex.pce->re, intern->u.regex.pce->extra, ZSTR_VAL(subject), ZSTR_LEN(subject), 0, 0, NULL, 0);
NULL             2253 ext/spl/spl_iterators.c 	zend_call_method_with_0_params(&intern->inner.zobject, intern->inner.ce, NULL, "getchildren", &retval);
NULL             2287 ext/spl/spl_iterators.c 	zend_call_method_with_0_params(getThis(), spl_ce_RegexIterator, NULL, "accept", return_value);
NULL             2343 ext/spl/spl_iterators.c 			object->u.cbfilter = NULL;
NULL             2505 ext/spl/spl_iterators.c 		zend_call_method_with_1_params(&intern->inner.zobject, intern->inner.ce, NULL, "seek", NULL, &zpos);
NULL             2656 ext/spl/spl_iterators.c 			zend_call_method_with_0_params(&intern->inner.zobject, intern->inner.ce, NULL, "haschildren", &retval);
NULL             2666 ext/spl/spl_iterators.c 					zend_call_method_with_0_params(&intern->inner.zobject, intern->inner.ce, NULL, "getchildren", &zchildren);
NULL             2859 ext/spl/spl_iterators.c 	if ((value = zend_symtable_find(Z_ARRVAL(intern->u.caching.zcache), key)) == NULL) {
NULL             3319 ext/spl/spl_iterators.c 		intern->inner.ce = NULL;
NULL             3322 ext/spl/spl_iterators.c 			intern->inner.iterator = NULL;
NULL             3539 ext/spl/spl_iterators.c 	if (data == NULL) {
NULL             3566 ext/spl/spl_iterators.c 	if (data == NULL) {
NULL             3635 ext/spl/spl_iterators.c 	zend_fcall_info_call(&apply_info->fci, &apply_info->fcc, &retval, NULL);
NULL             3652 ext/spl/spl_iterators.c 	apply_info.args = NULL;
NULL             3664 ext/spl/spl_iterators.c 	zend_fcall_info_args(&apply_info.fci, NULL);
NULL             3691 ext/spl/spl_iterators.c 	spl_handlers_rec_it_it.clone_obj = NULL;
NULL             3699 ext/spl/spl_iterators.c 	spl_handlers_dual_it.clone_obj = NULL;
NULL             3772 ext/spl/spl_iterators.c 	spl_ce_RegexIterator = NULL;
NULL             3773 ext/spl/spl_iterators.c 	spl_ce_RecursiveRegexIterator = NULL;
NULL             3776 ext/spl/spl_iterators.c 	REGISTER_SPL_STD_CLASS_EX(EmptyIterator, NULL, spl_funcs_EmptyIterator);
NULL               54 ext/spl/spl_observer.c 	{NULL, NULL, NULL}
NULL               72 ext/spl/spl_observer.c 	{NULL, NULL, NULL}
NULL              114 ext/spl/spl_observer.c 	if (intern->gcdata != NULL) {
NULL              131 ext/spl/spl_observer.c 				return NULL;
NULL              134 ext/spl/spl_observer.c 			return NULL;
NULL              167 ext/spl/spl_observer.c 		return NULL;
NULL              229 ext/spl/spl_observer.c 	zend_hash_init(&intern->storage, 0, NULL, spl_object_storage_dtor, 0);
NULL              243 ext/spl/spl_observer.c 					intern->fptr_get_hash = NULL;
NULL              296 ext/spl/spl_observer.c 		Z_ARRVAL_P(&tmp)->pDestructor = NULL;
NULL              365 ext/spl/spl_observer.c 	return spl_object_storage_new_ex(class_type, NULL);
NULL              386 ext/spl/spl_observer.c 	zval *obj, *inf = NULL;
NULL              492 ext/spl/spl_observer.c 	while ((element = zend_hash_get_current_data_ptr(&other->storage)) != NULL) {
NULL              622 ext/spl/spl_observer.c 	if ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) == NULL) {
NULL              639 ext/spl/spl_observer.c 	if ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) == NULL) {
NULL              657 ext/spl/spl_observer.c 	if ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) == NULL) {
NULL              705 ext/spl/spl_observer.c 		if ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &pos)) == NULL) {
NULL              820 ext/spl/spl_observer.c 		element = spl_object_storage_attach(intern, getThis(), &entry, Z_ISUNDEF(inf)?NULL:&inf);
NULL              915 ext/spl/spl_observer.c 	{NULL, NULL, NULL}
NULL              975 ext/spl/spl_observer.c 	zval                        *iterator = NULL, *info = NULL;
NULL              983 ext/spl/spl_observer.c 	if (info != NULL) {
NULL              992 ext/spl/spl_observer.c 		while ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL) {
NULL             1020 ext/spl/spl_observer.c 	while ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) {
NULL             1022 ext/spl/spl_observer.c 		zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_rewind, "rewind", NULL);
NULL             1043 ext/spl/spl_observer.c 	while ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) {
NULL             1045 ext/spl/spl_observer.c 		zend_call_method_with_0_params(it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_next, "next", NULL);
NULL             1073 ext/spl/spl_observer.c 	while ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) {
NULL             1109 ext/spl/spl_observer.c 	while ((element = zend_hash_get_current_data_ptr_ex(&intern->storage, &intern->pos)) != NULL && !EG(exception)) {
NULL             1224 ext/spl/spl_observer.c 	{NULL, NULL, NULL}
NULL             17254 ext/sqlite3/libsqlite/sqlite3.c   sysctlbyname("hw.ncpu", &cpuCount, &len, NULL, 0);
NULL             17265 ext/sqlite3/libsqlite/sqlite3.c       success = OSAtomicCompareAndSwapPtrBarrier(NULL, newzone, 
NULL             27585 ext/sqlite3/libsqlite/sqlite3.c     utime(zLockFile, NULL);
NULL             27587 ext/sqlite3/libsqlite/sqlite3.c     utimes(zLockFile, NULL);
NULL             30705 ext/sqlite3/libsqlite/sqlite3.c   assert( pNew->pInode==NULL );
NULL             30841 ext/sqlite3/libsqlite/sqlite3.c     if( (rc==SQLITE_OK) && (pNew->pInode->pSem==NULL) ){
NULL             31329 ext/sqlite3/libsqlite/sqlite3.c   if( isAutoProxy && (zPath!=NULL) && (!noLock) && pVfs->xOpen ){
NULL             31335 ext/sqlite3/libsqlite/sqlite3.c     if( envforce!=NULL ){
NULL             31617 ext/sqlite3/libsqlite/sqlite3.c   nanosleep(&sp, NULL);
NULL             31936 ext/sqlite3/libsqlite/sqlite3.c   assert(lockPath!=NULL);
NULL             31982 ext/sqlite3/libsqlite/sqlite3.c   UnixUnusedFd *pUnused = NULL;
NULL             32028 ext/sqlite3/libsqlite/sqlite3.c   if( pNew==NULL ){
NULL             32257 ext/sqlite3/libsqlite/sqlite3.c     char *tempLockPath = NULL;
NULL             32345 ext/sqlite3/libsqlite/sqlite3.c       futimes(conchFile->h, NULL);
NULL             32363 ext/sqlite3/libsqlite/sqlite3.c         if( pCtx->lockProxyPath!=NULL ){
NULL             32550 ext/sqlite3/libsqlite/sqlite3.c     pCtx->lockProxy=NULL;
NULL             32552 ext/sqlite3/libsqlite/sqlite3.c     if( lockProxy!=NULL ){
NULL             32605 ext/sqlite3/libsqlite/sqlite3.c   char *lockPath=NULL;
NULL             32613 ext/sqlite3/libsqlite/sqlite3.c     lockPath=NULL;
NULL             32658 ext/sqlite3/libsqlite/sqlite3.c     if( pCtx->dbPath==NULL ){
NULL             32702 ext/sqlite3/libsqlite/sqlite3.c         *(const char **)pArg = NULL;
NULL             32710 ext/sqlite3/libsqlite/sqlite3.c       if( pArg==NULL || (const char *)pArg==0 ){
NULL             33587 ext/sqlite3/libsqlite/sqlite3.c   NULL, FALSE
NULL             34408 ext/sqlite3/libsqlite/sqlite3.c   assert( osHeapValidate(hHeap, SQLITE_WIN32_HEAP_FLAGS, NULL) );
NULL             34447 ext/sqlite3/libsqlite/sqlite3.c   if( winMemGetHeap()!=NULL && winMemGetOwned() && sqlite3_memory_used()==0 ){
NULL             34455 ext/sqlite3/libsqlite/sqlite3.c     assert( winMemGetHeap()!=NULL );
NULL             34459 ext/sqlite3/libsqlite/sqlite3.c     assert( winMemGetHeap()==NULL );
NULL             34463 ext/sqlite3/libsqlite/sqlite3.c     assert( rc!=SQLITE_OK || winMemGetHeap()!=NULL );
NULL             34520 ext/sqlite3/libsqlite/sqlite3.c static HANDLE sleepObj = NULL;
NULL             34525 ext/sqlite3/libsqlite/sqlite3.c   if ( sleepObj==NULL ){
NULL             34526 ext/sqlite3/libsqlite/sqlite3.c     sleepObj = osCreateEventExW(NULL, NULL, CREATE_EVENT_MANUAL_RESET,
NULL             34529 ext/sqlite3/libsqlite/sqlite3.c   assert( sleepObj!=NULL );
NULL             34620 ext/sqlite3/libsqlite/sqlite3.c   assert( osHeapValidate(hHeap, SQLITE_WIN32_HEAP_FLAGS, NULL) );
NULL             34754 ext/sqlite3/libsqlite/sqlite3.c   assert( osHeapValidate(pWinMemData->hHeap, SQLITE_WIN32_HEAP_FLAGS, NULL) );
NULL             34772 ext/sqlite3/libsqlite/sqlite3.c     assert( osHeapValidate(pWinMemData->hHeap, SQLITE_WIN32_HEAP_FLAGS, NULL) );
NULL             34781 ext/sqlite3/libsqlite/sqlite3.c     pWinMemData->hHeap = NULL;
NULL             34821 ext/sqlite3/libsqlite/sqlite3.c   nChar = osMultiByteToWideChar(CP_UTF8, 0, zFilename, -1, NULL, 0);
NULL             34875 ext/sqlite3/libsqlite/sqlite3.c   nByte = osMultiByteToWideChar(codepage, 0, zFilename, -1, NULL,
NULL             35011 ext/sqlite3/libsqlite/sqlite3.c                              NULL,
NULL             35018 ext/sqlite3/libsqlite/sqlite3.c     LPWSTR zTempWide = NULL;
NULL             35022 ext/sqlite3/libsqlite/sqlite3.c                              NULL,
NULL             35042 ext/sqlite3/libsqlite/sqlite3.c     char *zTemp = NULL;
NULL             35046 ext/sqlite3/libsqlite/sqlite3.c                              NULL,
NULL             35274 ext/sqlite3/libsqlite/sqlite3.c   pFile->hMutex = osCreateMutexW(NULL, FALSE, zName);
NULL             35290 ext/sqlite3/libsqlite/sqlite3.c   pFile->hShared = osCreateFileMappingW(INVALID_HANDLE_VALUE, NULL,
NULL             35314 ext/sqlite3/libsqlite/sqlite3.c       pFile->hShared = NULL;
NULL             35319 ext/sqlite3/libsqlite/sqlite3.c   if( pFile->hShared==NULL ){
NULL             35328 ext/sqlite3/libsqlite/sqlite3.c     pFile->hMutex = NULL;
NULL             35371 ext/sqlite3/libsqlite/sqlite3.c     pFile->hMutex = NULL;
NULL             35671 ext/sqlite3/libsqlite/sqlite3.c   assert( pFile->h!=NULL && pFile->h!=INVALID_HANDLE_VALUE );
NULL             35699 ext/sqlite3/libsqlite/sqlite3.c     pFile->h = NULL;
NULL             36762 ext/sqlite3/libsqlite/sqlite3.c       if( p->hFile.h!=NULL && p->hFile.h!=INVALID_HANDLE_VALUE ){
NULL             37146 ext/sqlite3/libsqlite/sqlite3.c       HANDLE hMap = NULL;         /* file-mapping handle */
NULL             37151 ext/sqlite3/libsqlite/sqlite3.c           NULL, PAGE_READWRITE, nByte, NULL
NULL             37155 ext/sqlite3/libsqlite/sqlite3.c           NULL, PAGE_READWRITE, 0, nByte, NULL
NULL             37159 ext/sqlite3/libsqlite/sqlite3.c           NULL, PAGE_READWRITE, 0, nByte, NULL
NULL             37238 ext/sqlite3/libsqlite/sqlite3.c   if( pFile->hMap!=NULL ){
NULL             37246 ext/sqlite3/libsqlite/sqlite3.c     pFile->hMap = NULL;
NULL             37306 ext/sqlite3/libsqlite/sqlite3.c     pFd->hMap = osCreateFileMappingFromApp(pFd->h, NULL, protect, nMap, NULL);
NULL             37308 ext/sqlite3/libsqlite/sqlite3.c     pFd->hMap = osCreateFileMappingW(pFd->h, NULL, protect,
NULL             37310 ext/sqlite3/libsqlite/sqlite3.c                                 (DWORD)(nMap & 0xffffffff), NULL);
NULL             37312 ext/sqlite3/libsqlite/sqlite3.c     pFd->hMap = osCreateFileMappingA(pFd->h, NULL, protect,
NULL             37314 ext/sqlite3/libsqlite/sqlite3.c                                 (DWORD)(nMap & 0xffffffff), NULL);
NULL             37316 ext/sqlite3/libsqlite/sqlite3.c     if( pFd->hMap==NULL ){
NULL             37332 ext/sqlite3/libsqlite/sqlite3.c     if( pNew==NULL ){
NULL             37334 ext/sqlite3/libsqlite/sqlite3.c       pFd->hMap = NULL;
NULL             37973 ext/sqlite3/libsqlite/sqlite3.c     extendedParameters.lpSecurityAttributes = NULL;
NULL             37974 ext/sqlite3/libsqlite/sqlite3.c     extendedParameters.hTemplateFile = NULL;
NULL             37986 ext/sqlite3/libsqlite/sqlite3.c                               dwShareMode, NULL,
NULL             37989 ext/sqlite3/libsqlite/sqlite3.c                               NULL))==INVALID_HANDLE_VALUE &&
NULL             37999 ext/sqlite3/libsqlite/sqlite3.c                               dwShareMode, NULL,
NULL             38002 ext/sqlite3/libsqlite/sqlite3.c                               NULL))==INVALID_HANDLE_VALUE &&
NULL             38071 ext/sqlite3/libsqlite/sqlite3.c   pFile->hMap = NULL;
NULL             38834 ext/sqlite3/libsqlite/sqlite3.c   if( sleepObj!=NULL ){
NULL             38836 ext/sqlite3/libsqlite/sqlite3.c     sleepObj = NULL;
NULL             45253 ext/sqlite3/libsqlite/sqlite3.c     char *pNew = NULL;             /* New temp space */
NULL             61749 ext/sqlite3/libsqlite/sqlite3.c       d2 = checkTreePage(pCheck, pgno, &nMinKey, i==0?NULL:&nMaxKey);
NULL             61766 ext/sqlite3/libsqlite/sqlite3.c     checkTreePage(pCheck, pgno, NULL, !pPage->nCell?NULL:&nMaxKey);
NULL             61972 ext/sqlite3/libsqlite/sqlite3.c     checkTreePage(&sCheck, aRoot[i], NULL, NULL);
NULL             95718 ext/sqlite3/libsqlite/sqlite3.c   Expr *pWhereRowid = NULL;    /* WHERE rowid .. */
NULL             95719 ext/sqlite3/libsqlite/sqlite3.c   Expr *pInClause = NULL;      /* WHERE rowid IN ( select ) */
NULL             95720 ext/sqlite3/libsqlite/sqlite3.c   Expr *pSelectRowid = NULL;   /* SELECT rowid ... */
NULL             95721 ext/sqlite3/libsqlite/sqlite3.c   ExprList *pEList = NULL;     /* Expression list contaning only pSelectRowid */
NULL             95722 ext/sqlite3/libsqlite/sqlite3.c   SrcList *pSelectSrc = NULL;  /* SELECT rowid FROM x ... (dup of pSrc) */
NULL             95723 ext/sqlite3/libsqlite/sqlite3.c   Select *pSelect = NULL;      /* Complete SELECT tree */
NULL             104490 ext/sqlite3/libsqlite/sqlite3.c       char *proxy_file_path = NULL;
NULL             104511 ext/sqlite3/libsqlite/sqlite3.c                                      NULL);
NULL             124603 ext/sqlite3/libsqlite/sqlite3.c     pParser->yystack = NULL;
NULL             141177 ext/sqlite3/libsqlite/sqlite3.c   if( t==NULL ) return SQLITE_NOMEM;
NULL             141207 ext/sqlite3/libsqlite/sqlite3.c   if( c==NULL ) return SQLITE_NOMEM;
NULL             141219 ext/sqlite3/libsqlite/sqlite3.c   c->zToken = NULL;               /* no space allocated, yet. */
NULL             141953 ext/sqlite3/libsqlite/sqlite3.c     while( z<zEnd && (NULL!=(z = (char *)sqlite3Fts3NextToken(z, &n))) ){
NULL             142335 ext/sqlite3/libsqlite/sqlite3.c   if( t==NULL ) return SQLITE_NOMEM;
NULL             142390 ext/sqlite3/libsqlite/sqlite3.c   if( c==NULL ) return SQLITE_NOMEM;
NULL             142402 ext/sqlite3/libsqlite/sqlite3.c   c->pToken = NULL;               /* no space allocated, yet. */
NULL             143368 ext/sqlite3/libsqlite/sqlite3.c       rc = sqlite3_prepare_v2(p->db, zSql, -1, &pStmt, NULL);
NULL             145298 ext/sqlite3/libsqlite/sqlite3.c     char *zRoot = NULL;           /* Pointer to buffer containing root node */
NULL             150436 ext/sqlite3/libsqlite/sqlite3.c   if( pNew==NULL ) return SQLITE_NOMEM;
NULL               59 ext/sqlite3/sqlite3.c 		php_error_docref(NULL, E_WARNING, "%s", message);
NULL               76 ext/sqlite3/sqlite3.c 		php_error_docref(NULL, E_WARNING, "The " #class_name " object has not been correctly initialised"); \
NULL               83 ext/sqlite3/sqlite3.c 	STD_PHP_INI_ENTRY("sqlite3.extension_dir",  NULL, PHP_INI_SYSTEM, OnUpdateString, extension_dir, zend_sqlite3_globals, sqlite3_globals)
NULL              122 ext/sqlite3/sqlite3.c 		if (!(fullpath = expand_filepath(filename, NULL))) {
NULL              128 ext/sqlite3/sqlite3.c 		if (PG(safe_mode) && (!php_checkuid(fullpath, NULL, CHECKUID_CHECK_FILE_AND_DIR))) {
NULL              145 ext/sqlite3/sqlite3.c 	if (sqlite3_open_v2(fullpath, &(db_obj->db), flags, NULL) != SQLITE_OK) {
NULL              172 ext/sqlite3/sqlite3.c 		sqlite3_set_authorizer(db_obj->db, php_sqlite3_authorizer, NULL);
NULL              217 ext/sqlite3/sqlite3.c 	char *errtext = NULL;
NULL              226 ext/sqlite3/sqlite3.c 	if (sqlite3_exec(db_obj->db, ZSTR_VAL(sql), NULL, NULL, &errtext) != SQLITE_OK) {
NULL              349 ext/sqlite3/sqlite3.c 	char *extension, *lib_path, *extension_dir, *errtext = NULL;
NULL              485 ext/sqlite3/sqlite3.c 	errcode = sqlite3_prepare_v2(db_obj->db, ZSTR_VAL(sql), ZSTR_LEN(sql), &(stmt_obj->stmt), NULL);
NULL              512 ext/sqlite3/sqlite3.c 	char *errtext = NULL;
NULL              528 ext/sqlite3/sqlite3.c 		if (sqlite3_exec(db_obj->db, ZSTR_VAL(sql), NULL, NULL, &errtext) != SQLITE_OK) {
NULL              540 ext/sqlite3/sqlite3.c 	return_code = sqlite3_prepare_v2(db_obj->db, ZSTR_VAL(sql), ZSTR_LEN(sql), &(stmt_obj->stmt), NULL);
NULL              616 ext/sqlite3/sqlite3.c 	char *errtext = NULL;
NULL              634 ext/sqlite3/sqlite3.c 		if (sqlite3_exec(db_obj->db, ZSTR_VAL(sql), NULL, NULL, &errtext) != SQLITE_OK) {
NULL              641 ext/sqlite3/sqlite3.c 	return_code = sqlite3_prepare_v2(db_obj->db, ZSTR_VAL(sql), ZSTR_LEN(sql), &stmt, NULL);
NULL              684 ext/sqlite3/sqlite3.c 	zval *zargs = NULL;
NULL              689 ext/sqlite3/sqlite3.c 	php_sqlite3_agg_context *agg_context = NULL;
NULL              700 ext/sqlite3/sqlite3.c 	fc->fci.symbol_table = NULL;
NULL              701 ext/sqlite3/sqlite3.c 	fc->fci.object = NULL;
NULL              751 ext/sqlite3/sqlite3.c 		php_error_docref(NULL, E_WARNING, "An error occurred while invoking the callback");
NULL              845 ext/sqlite3/sqlite3.c 	sqlite3_do_callback(&func->afini, &func->fini, 0, NULL, context, 1);
NULL              852 ext/sqlite3/sqlite3.c 	zval *zargs = NULL;
NULL              859 ext/sqlite3/sqlite3.c 	collation->fci.fci.symbol_table = NULL;
NULL              860 ext/sqlite3/sqlite3.c 	collation->fci.fci.object = NULL;
NULL              873 ext/sqlite3/sqlite3.c 			php_error_docref(NULL, E_WARNING, "An error occurred while invoking the compare callback");
NULL              889 ext/sqlite3/sqlite3.c 		php_error_docref(NULL, E_WARNING, "An error occurred while invoking the compare callback (invalid return type).  Collation behaviour is undefined.");
NULL              933 ext/sqlite3/sqlite3.c 	if (sqlite3_create_function(db_obj->db, sql_func, sql_func_num_args, SQLITE_UTF8, func, php_sqlite3_callback_func, NULL, NULL) == SQLITE_OK) {
NULL              990 ext/sqlite3/sqlite3.c 	if (sqlite3_create_function(db_obj->db, sql_func, sql_func_num_args, SQLITE_UTF8, func, NULL, php_sqlite3_callback_step, php_sqlite3_callback_final) == SQLITE_OK) {
NULL             1200 ext/sqlite3/sqlite3.c 	sqlite3_blob *blob = NULL;
NULL             1371 ext/sqlite3/sqlite3.c 		zend_hash_init(hash, 13, NULL, sqlite3_param_dtor, 0);
NULL             1530 ext/sqlite3/sqlite3.c 					php_stream *stream = NULL;
NULL             1531 ext/sqlite3/sqlite3.c 					zend_string *buffer = NULL;
NULL             1534 ext/sqlite3/sqlite3.c 						if (stream == NULL) {
NULL             1619 ext/sqlite3/sqlite3.c 	zend_replace_error_handling(EH_THROW, NULL, &error_handling);
NULL             1630 ext/sqlite3/sqlite3.c 	errcode = sqlite3_prepare_v2(db_obj->db, ZSTR_VAL(sql), ZSTR_LEN(sql), &(stmt_obj->stmt), NULL);
NULL             1682 ext/sqlite3/sqlite3.c 	if (column_name == NULL) {
NULL             1986 ext/sqlite3/sqlite3.c 				if (PG(safe_mode) && (!php_checkuid(arg3, NULL, CHECKUID_CHECK_FILE_AND_DIR))) {
NULL             2045 ext/sqlite3/sqlite3.c 			sqlite3_create_function(intern->db, func->func_name, func->argc, SQLITE_UTF8, func, NULL, NULL, NULL);
NULL             2066 ext/sqlite3/sqlite3.c 			sqlite3_create_collation(intern->db, collation->collation_name, SQLITE_UTF8, NULL, NULL);
NULL             2095 ext/sqlite3/sqlite3.c 		intern->bound_params = NULL;
NULL             2207 ext/sqlite3/sqlite3.c 		php_error_docref(NULL, E_WARNING, "A thread safe version of SQLite is required when using a thread safe version of PHP.");
NULL             2220 ext/sqlite3/sqlite3.c 	sqlite3_object_handlers.clone_obj = NULL;
NULL             2228 ext/sqlite3/sqlite3.c 	sqlite3_stmt_object_handlers.clone_obj = NULL;
NULL             2236 ext/sqlite3/sqlite3.c 	sqlite3_result_object_handlers.clone_obj = NULL;
NULL             2300 ext/sqlite3/sqlite3.c 	NULL,
NULL             2303 ext/sqlite3/sqlite3.c 	NULL,
NULL             2304 ext/sqlite3/sqlite3.c 	NULL,
NULL             2309 ext/sqlite3/sqlite3.c 	NULL,
NULL             2310 ext/sqlite3/sqlite3.c 	NULL,
NULL               98 ext/standard/array.c 	ZEND_INIT_MODULE_GLOBALS(array, php_array_init_globals, NULL);
NULL              150 ext/standard/array.c 	if (f->key == NULL) {
NULL              151 ext/standard/array.c 		if (s->key == NULL) {
NULL              194 ext/standard/array.c 	if (f->key == NULL && s->key == NULL) {
NULL              199 ext/standard/array.c 			d1 = zend_strtod(f->key->val, NULL);
NULL              204 ext/standard/array.c 			d2 = zend_strtod(s->key->val, NULL);
NULL              630 ext/standard/array.c 	return NULL;
NULL              696 ext/standard/array.c 	return NULL;
NULL              765 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "recursion detected");
NULL              837 ext/standard/array.c 				zend_call_method_with_0_params(array, NULL, NULL, "count", &retval);
NULL             1008 ext/standard/array.c 	if (!zend_is_callable(*func_name, 0, NULL)) {	\
NULL             1009 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "Invalid comparison function");	\
NULL             1061 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "Array was modified by the user comparison function");
NULL             1105 ext/standard/array.c 	if (f->key == NULL) {
NULL             1110 ext/standard/array.c 	if (s->key == NULL) {
NULL             1162 ext/standard/array.c 		if ((entry = zend_hash_get_current_data(array)) == NULL) {
NULL             1196 ext/standard/array.c 		if ((entry = zend_hash_get_current_data(array)) == NULL) {
NULL             1230 ext/standard/array.c 		if ((entry = zend_hash_get_current_data(array)) == NULL) {
NULL             1264 ext/standard/array.c 		if ((entry = zend_hash_get_current_data(array)) == NULL) {
NULL             1295 ext/standard/array.c 	if ((entry = zend_hash_get_current_data(array)) == NULL) {
NULL             1333 ext/standard/array.c 	zval *args = NULL;
NULL             1344 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "When only one parameter is given, it must be an array");
NULL             1347 ext/standard/array.c 			if ((result = zend_hash_minmax(Z_ARRVAL(args[0]), php_array_data_compare, 0)) != NULL) {
NULL             1351 ext/standard/array.c 				php_error_docref(NULL, E_WARNING, "Array must contain at least one element");
NULL             1379 ext/standard/array.c 	zval *args = NULL;
NULL             1391 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "When only one parameter is given, it must be an array");
NULL             1394 ext/standard/array.c 			if ((result = zend_hash_minmax(Z_ARRVAL(args[0]), php_array_data_compare, 1)) != NULL) {
NULL             1398 ext/standard/array.c 				php_error_docref(NULL, E_WARNING, "Array must contain at least one element");
NULL             1441 ext/standard/array.c 	while (!EG(exception) && (zv = zend_hash_get_current_data(target_hash)) != NULL) {
NULL             1460 ext/standard/array.c 				php_error_docref(NULL, E_WARNING, "recursion detected");
NULL             1528 ext/standard/array.c 	zval *userdata = NULL;
NULL             1566 ext/standard/array.c 	zval *userdata = NULL;
NULL             1774 ext/standard/array.c 	zval *var_array_param, *prefix = NULL;
NULL             1804 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "Invalid extract type");
NULL             1809 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "specified extract type requires the prefix parameter");
NULL             1816 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "prefix is not a valid identifier");
NULL             1824 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "failed to build symbol table");
NULL             1907 ext/standard/array.c 				if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
NULL             1919 ext/standard/array.c 				if ((orig_var = zend_hash_find(symbol_table, Z_STR(final_name))) != NULL) {
NULL             1946 ext/standard/array.c 		if ((value_ptr = zend_hash_find_ind(eg_active_symbol_table, Z_STR_P(entry))) != NULL) {
NULL             1953 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "recursion detected");
NULL             1974 ext/standard/array.c 	zval *args = NULL;	/* function arguments array */
NULL             1984 ext/standard/array.c 	if (UNEXPECTED(symbol_table == NULL)) {
NULL             2015 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "Number of elements can't be negative");
NULL             2031 ext/standard/array.c 		if (zend_hash_next_index_insert(Z_ARRVAL_P(return_value), val) != NULL) {
NULL             2035 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Cannot add element to the array as the next element is already occupied");
NULL             2072 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "The supplied range exceeds the maximum array size: start=%0.0f end=%0.0f", end, start); \
NULL             2083 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "The supplied range exceeds the maximum array size: start=%pd end=%pd", end, start); \
NULL             2095 ext/standard/array.c 	zval *zlow, *zhigh, *zstep = NULL, tmp;
NULL             2105 ext/standard/array.c 			(Z_TYPE_P(zstep) == IS_STRING && is_numeric_string(Z_STRVAL_P(zstep), Z_STRLEN_P(zstep), NULL, NULL, 0) == IS_DOUBLE)
NULL             2124 ext/standard/array.c 		type1 = is_numeric_string(Z_STRVAL_P(zlow), Z_STRLEN_P(zlow), NULL, NULL, 0);
NULL             2125 ext/standard/array.c 		type2 = is_numeric_string(Z_STRVAL_P(zhigh), Z_STRLEN_P(zhigh), NULL, NULL, 0);
NULL             2194 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Invalid range supplied: start=%0.0f end=%0.0f", low, high);
NULL             2285 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "step exceeds the specified range");
NULL             2369 ext/standard/array.c 		p->key = NULL;
NULL             2423 ext/standard/array.c 	zend_hash_init(&out_hash, (length > 0 ? num_in - length : 0) + (replace ? zend_hash_num_elements(replace) : 0), NULL, ZVAL_PTR_DTOR, 0);
NULL             2433 ext/standard/array.c 		if (p->key == NULL) {
NULL             2448 ext/standard/array.c 	if (removed != NULL) {
NULL             2457 ext/standard/array.c 			if (p->key == NULL) {
NULL             2476 ext/standard/array.c 			if (p->key == NULL) {
NULL             2503 ext/standard/array.c 		if (p->key == NULL) {
NULL             2519 ext/standard/array.c 	in_hash->pDestructor = NULL;
NULL             2554 ext/standard/array.c 		if (zend_hash_next_index_insert(Z_ARRVAL_P(stack), &new_var) == NULL) {
NULL             2556 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Cannot add element to the array as the next element is already occupied");
NULL             2691 ext/standard/array.c 					q->key = NULL;
NULL             2706 ext/standard/array.c 					q->key = NULL;
NULL             2726 ext/standard/array.c 			if (p->key == NULL) {
NULL             2761 ext/standard/array.c 	zend_hash_init(&new_hash, zend_hash_num_elements(Z_ARRVAL_P(stack)) + argc, NULL, ZVAL_PTR_DTOR, 0);
NULL             2798 ext/standard/array.c 	Z_ARRVAL_P(stack)->pDestructor = NULL;
NULL             2822 ext/standard/array.c 		 *repl_array = NULL;	/* Replacement array */
NULL             2823 ext/standard/array.c 	HashTable  *rem_hash = NULL;
NULL             2868 ext/standard/array.c 	php_splice(Z_ARRVAL_P(array), (int)offset, (int)length, repl_array ? Z_ARRVAL_P(repl_array) : NULL, rem_hash);
NULL             2877 ext/standard/array.c 			 *z_length = NULL, /* How many elements to get */
NULL             2983 ext/standard/array.c 			if ((dest_entry = zend_hash_find(dest, string_key)) != NULL) {
NULL             2992 ext/standard/array.c 				thash = Z_TYPE_P(dest_zval) == IS_ARRAY ? Z_ARRVAL_P(dest_zval) : NULL;
NULL             2994 ext/standard/array.c 					php_error_docref(NULL, E_WARNING, "recursion detected");
NULL             3094 ext/standard/array.c 				(dest_entry = zend_hash_find(dest, string_key)) == NULL ||
NULL             3107 ext/standard/array.c 				(dest_entry = zend_hash_index_find(dest, num_key)) == NULL ||
NULL             3125 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "recursion detected");
NULL             3157 ext/standard/array.c 	zval *args = NULL;
NULL             3176 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Argument #%d is not an array", i + 1);
NULL             3305 ext/standard/array.c 	     *search_value = NULL,	/* Value to search for */
NULL             3326 ext/standard/array.c 	if (search_value != NULL) {
NULL             3434 ext/standard/array.c 			if ((tmp = zend_hash_index_find(Z_ARRVAL_P(return_value), Z_LVAL_P(entry))) == NULL) {
NULL             3442 ext/standard/array.c 			if ((tmp = zend_symtable_find(Z_ARRVAL_P(return_value), Z_STR_P(entry))) == NULL) {
NULL             3450 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Can only count STRING and INTEGER values!");
NULL             3476 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "The %s key should be either a string or an integer", name);
NULL             3484 ext/standard/array.c 	zval *prop = NULL;
NULL             3489 ext/standard/array.c 		if (!Z_OBJ_HANDLER_P(data, has_property) || Z_OBJ_HANDLER_P(data, has_property)(data, name, 1, NULL)) {
NULL             3513 ext/standard/array.c 	zval *zcolumn = NULL, *zkey = NULL, *data;
NULL             3515 ext/standard/array.c 	zval *zcolval = NULL, *zkeyval = NULL, rvc, rvk;
NULL             3532 ext/standard/array.c 		} else if ((zcolval = array_column_fetch_prop(data, zcolumn, &rvc)) == NULL) {
NULL             3620 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "You may only pad up to 1048576 elements at a time");
NULL             3692 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Can only flip STRING and INTEGER values!");
NULL             3803 ext/standard/array.c 			if (p->key == NULL) {
NULL             3853 ext/standard/array.c 	int (*intersect_data_compare_func)(zval *, zval *) = NULL;
NULL             3878 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "at least %d parameters are required, %d given", req_args, argc);
NULL             3888 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Argument #%d is not an array", i + 1);
NULL             3906 ext/standard/array.c 		if (p->key == NULL) {
NULL             3909 ext/standard/array.c 				if ((data = zend_hash_index_find(Z_ARRVAL(args[i]), p->h)) == NULL ||
NULL             3926 ext/standard/array.c 				if ((data = zend_hash_find_ind(Z_ARRVAL(args[i]), p->key)) == NULL ||
NULL             3947 ext/standard/array.c 	zval *args = NULL;
NULL             3956 ext/standard/array.c 	zend_fcall_info *fci_key = NULL, *fci_data;
NULL             3957 ext/standard/array.c 	zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache;
NULL             3977 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "data_compare_type is %d. This should never happen. Please report as a bug", data_compare_type);
NULL             3982 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "at least %d parameters are required, %d given", req_args, ZEND_NUM_ARGS());
NULL             4030 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "data_compare_type is %d. key_compare_type is %d. This should never happen. Please report as a bug", data_compare_type, key_compare_type);
NULL             4035 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "at least %d parameters are required, %d given", req_args, ZEND_NUM_ARGS());
NULL             4044 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "behavior is %d. This should never happen. Please report as a bug", behavior);
NULL             4064 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Argument #%d is not an array", i + 1);
NULL             4147 ext/standard/array.c 					if (p->key == NULL) {
NULL             4163 ext/standard/array.c 				if (p->key == NULL) {
NULL             4281 ext/standard/array.c 	int (*diff_data_compare_func)(zval *, zval *) = NULL;
NULL             4289 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "at least 3 parameters are required, %d given", ZEND_NUM_ARGS());
NULL             4298 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "at least 2 parameters are required, %d given", ZEND_NUM_ARGS());
NULL             4311 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Argument #%d is not an array", i + 1);
NULL             4329 ext/standard/array.c 		if (p->key == NULL) {
NULL             4332 ext/standard/array.c 				if ((data = zend_hash_index_find(Z_ARRVAL(args[i]), p->h)) != NULL &&
NULL             4349 ext/standard/array.c 				if ((data = zend_hash_find_ind(Z_ARRVAL(args[i]), p->key)) != NULL &&
NULL             4370 ext/standard/array.c 	zval *args = NULL;
NULL             4379 ext/standard/array.c 	zend_fcall_info *fci_key = NULL, *fci_data;
NULL             4380 ext/standard/array.c 	zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache;
NULL             4400 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "data_compare_type is %d. This should never happen. Please report as a bug", data_compare_type);
NULL             4405 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "at least %d parameters are required, %d given", req_args, ZEND_NUM_ARGS());
NULL             4452 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "data_compare_type is %d. key_compare_type is %d. This should never happen. Please report as a bug", data_compare_type, key_compare_type);
NULL             4457 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "at least %d parameters are required, %d given", req_args, ZEND_NUM_ARGS());
NULL             4466 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "behavior is %d. This should never happen. Please report as a bug", behavior);
NULL             4486 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Argument #%d is not an array", i + 1);
NULL             4583 ext/standard/array.c 				if (p->key == NULL) {
NULL             4661 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "at least 2 parameters are required, %d given", ZEND_NUM_ARGS());
NULL             4670 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "Argument #1 is not an array");
NULL             4678 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Argument #%d is not an array", i + 1);
NULL             4691 ext/standard/array.c 	zend_hash_init(&exclude, num, NULL, NULL, 0);
NULL             4862 ext/standard/array.c 						php_error_docref(NULL, E_WARNING, "Argument #%d is expected to be an array or sorting flag that has not already been specified", i + 1);
NULL             4880 ext/standard/array.c 						php_error_docref(NULL, E_WARNING, "Argument #%d is expected to be an array or sorting flag that has not already been specified", i + 1);
NULL             4886 ext/standard/array.c 					php_error_docref(NULL, E_WARNING, "Argument #%d is an unknown sort flag", i + 1);
NULL             4892 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Argument #%d is expected to be an array or a sort flag", i + 1);
NULL             4903 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Array sizes are inconsistent");
NULL             4951 ext/standard/array.c 			if (hash->arData[k].key == NULL) {
NULL             4995 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Second argument has to be between 1 and the number of elements in the array");
NULL             5111 ext/standard/array.c 	zval *initial = NULL;
NULL             5253 ext/standard/array.c 	zval *arrays = NULL;
NULL             5280 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "Argument #%d should be an array", 2);
NULL             5319 ext/standard/array.c 				php_error_docref(NULL, E_WARNING, "Argument #%d should be an array", i + 2);
NULL             5448 ext/standard/array.c 			php_error_docref(NULL, E_WARNING, "The first argument should be either a string or an integer");
NULL             5463 ext/standard/array.c 	zval *input = NULL;
NULL             5472 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "Size parameter expected to be greater than 0");
NULL             5536 ext/standard/array.c 		php_error_docref(NULL, E_WARNING, "Both parameters should have an equal number of elements");
NULL               74 ext/standard/assert.c 			ASSERTG(cb) = NULL;
NULL               85 ext/standard/assert.c 	 PHP_INI_ENTRY("assert.callback",		NULL,	PHP_INI_ALL,	OnChangeCallback)
NULL               93 ext/standard/assert.c 	assert_globals_p->cb = NULL;
NULL              101 ext/standard/assert.c 	ZEND_INIT_MODULE_GLOBALS(assert, php_assert_init_globals, NULL);
NULL              112 ext/standard/assert.c 	INIT_CLASS_ENTRY(ce, "AssertionError", NULL);
NULL              123 ext/standard/assert.c 		ASSERTG(cb) = NULL;
NULL              151 ext/standard/assert.c 	zval *description = NULL;
NULL              153 ext/standard/assert.c 	char *myeval = NULL;
NULL              180 ext/standard/assert.c 				php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s", PHP_EOL, myeval);
NULL              183 ext/standard/assert.c 				php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, ZSTR_VAL(str), myeval);
NULL              228 ext/standard/assert.c 			call_user_function(CG(function_table), NULL, &ASSERTG(callback), &retval, 3, args);
NULL              234 ext/standard/assert.c 			call_user_function(CG(function_table), NULL, &ASSERTG(callback), &retval, 4, args);
NULL              246 ext/standard/assert.c 			zend_throw_exception(assertion_error_ce, NULL, E_ERROR);
NULL              259 ext/standard/assert.c 				php_error_docref(NULL, E_WARNING, "Assertion \"%s\" failed", myeval);
NULL              261 ext/standard/assert.c 				php_error_docref(NULL, E_WARNING, "Assertion failed");
NULL              266 ext/standard/assert.c 				php_error_docref(NULL, E_WARNING, "%s: \"%s\" failed", ZSTR_VAL(str), myeval);
NULL              268 ext/standard/assert.c 				php_error_docref(NULL, E_WARNING, "%s failed", ZSTR_VAL(str));
NULL              286 ext/standard/assert.c 	zval *value = NULL;
NULL              372 ext/standard/assert.c 		php_error_docref(NULL, E_WARNING, "Unknown value %pd", what);
NULL              158 ext/standard/base64.c 				return NULL;
NULL              168 ext/standard/base64.c 			return NULL;
NULL              196 ext/standard/base64.c 			return NULL;
NULL              222 ext/standard/base64.c 	if (result != NULL) {
NULL              243 ext/standard/base64.c 	if (result != NULL) {
NULL              119 ext/standard/basic_functions.c static zend_class_entry *incomplete_class_entry = NULL;
NULL             3385 ext/standard/basic_functions.c 	NULL,
NULL             3420 ext/standard/basic_functions.c 		SetEnvironmentVariable(pe->key, NULL);
NULL             3427 ext/standard/basic_functions.c 		for (env = environ; env != NULL && *env != NULL; env++) {
NULL             3455 ext/standard/basic_functions.c 	BG(next) = NULL;
NULL             3457 ext/standard/basic_functions.c 	BG(user_tick_functions) = NULL;
NULL             3458 ext/standard/basic_functions.c 	BG(user_filter_map) = NULL;
NULL             3564 ext/standard/basic_functions.c 	zend_hash_init(&basic_submodules, 0, NULL, NULL, 1);
NULL             3735 ext/standard/basic_functions.c 	BG(strtok_string) = NULL;
NULL             3737 ext/standard/basic_functions.c 	BG(strtok_last) = NULL;
NULL             3738 ext/standard/basic_functions.c 	BG(locale_string) = NULL;
NULL             3749 ext/standard/basic_functions.c 	zend_hash_init(&BG(putenv_ht), 1, NULL, php_putenv_destructor, 0);
NULL             3751 ext/standard/basic_functions.c 	BG(user_shutdown_function_names) = NULL;
NULL             3761 ext/standard/basic_functions.c 	FG(default_context) = NULL;
NULL             3764 ext/standard/basic_functions.c 	FG(stream_wrappers) = NULL;
NULL             3767 ext/standard/basic_functions.c 	FG(stream_filters) = NULL;
NULL             3777 ext/standard/basic_functions.c 	BG(strtok_string) = NULL;
NULL             3794 ext/standard/basic_functions.c 			BG(locale_string) = NULL;
NULL             3817 ext/standard/basic_functions.c 		BG(user_tick_functions) = NULL;
NULL             3850 ext/standard/basic_functions.c 	c = zend_get_constant_ex(const_name, NULL, ZEND_FETCH_CLASS_SILENT);
NULL             3854 ext/standard/basic_functions.c 			if (UNEXPECTED(zval_update_constant_ex(return_value, 1, NULL) != SUCCESS)) {
NULL             3860 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Couldn't find constant %s", ZSTR_VAL(const_name));
NULL             3886 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Invalid in_addr value");
NULL             3891 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "An unknown error occurred");
NULL             3922 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Unrecognized address %s", address);
NULL             3929 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Unrecognized address %s", address);
NULL             3993 ext/standard/basic_functions.c 	n = strtoul(ip, NULL, 0);
NULL             4084 ext/standard/basic_functions.c 	char *value = NULL;
NULL             4094 ext/standard/basic_functions.c     	php_error_docref(NULL, E_WARNING, "Invalid parameter syntax");
NULL             4122 ext/standard/basic_functions.c 	pe.previous_value = NULL;
NULL             4123 ext/standard/basic_functions.c 	for (env = environ; env != NULL && *env != NULL; env++) {
NULL             4199 ext/standard/basic_functions.c 			if (p->opt_name != NULL) {
NULL             4211 ext/standard/basic_functions.c 	opt_struct * paras = NULL;
NULL             4233 ext/standard/basic_functions.c 		paras->opt_name = NULL;
NULL             4251 ext/standard/basic_functions.c 	char *options = NULL, **argv = NULL;
NULL             4256 ext/standard/basic_functions.c 	char *php_optarg = NULL;
NULL             4258 ext/standard/basic_functions.c 	zval val, *args = NULL, *p_longopts = NULL;
NULL             4270 ext/standard/basic_functions.c 		((args = zend_hash_str_find_ind(Z_ARRVAL_P(&PG(http_globals)[TRACK_VARS_SERVER]), "argv", sizeof("argv")-1)) != NULL ||
NULL             4271 ext/standard/basic_functions.c 		(args = zend_hash_str_find_ind(&EG(symbol_table), "argv", sizeof("argv")-1)) != NULL)
NULL             4296 ext/standard/basic_functions.c 		argv[argc] = NULL;
NULL             4347 ext/standard/basic_functions.c 	opts->opt_name   = NULL;
NULL             4372 ext/standard/basic_functions.c 		if (php_optarg != NULL) {
NULL             4381 ext/standard/basic_functions.c 		if (!(optname_len > 1 && optname[0] == '0') && is_numeric_string(optname, optname_len, NULL, NULL, 0) == IS_LONG) {
NULL             4384 ext/standard/basic_functions.c 			if ((args = zend_hash_index_find(Z_ARRVAL_P(return_value), optname_int)) != NULL) {
NULL             4394 ext/standard/basic_functions.c 			if ((args = zend_hash_str_find(Z_ARRVAL_P(return_value), optname, strlen(optname))) != NULL) {
NULL             4404 ext/standard/basic_functions.c 		php_optarg = NULL;
NULL             4435 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Number of seconds must be greater than or equal to 0");
NULL             4458 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Number of microseconds must be greater than or equal to 0");
NULL             4479 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "The seconds value must be greater than 0");
NULL             4483 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "The nanoseconds value must be greater than 0");
NULL             4497 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "nanoseconds was not in the range 0 to 999 999 999 or seconds was negative");
NULL             4516 ext/standard/basic_functions.c 	if (gettimeofday((struct timeval *) &tm, NULL) != 0) {
NULL             4522 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Sleep until to time is less than current time");
NULL             4649 ext/standard/basic_functions.c 	char *message, *opt = NULL, *headers = NULL;
NULL             4679 ext/standard/basic_functions.c 	php_stream *stream = NULL;
NULL             4684 ext/standard/basic_functions.c 			if (!php_mail(opt, "PHP error_log message", message, headers, NULL)) {
NULL             4690 ext/standard/basic_functions.c 			php_error_docref(NULL, E_WARNING, "TCP/IP option not available!");
NULL             4695 ext/standard/basic_functions.c 			stream = php_stream_open_wrapper(opt, "a", IGNORE_URL_WIN | REPORT_ERRORS, NULL);
NULL             4750 ext/standard/basic_functions.c 		PG(last_error_message) = NULL;
NULL             4754 ext/standard/basic_functions.c 			PG(last_error_file) = NULL;
NULL             4923 ext/standard/basic_functions.c 	if (call_user_function(EG(function_table), NULL,
NULL             4944 ext/standard/basic_functions.c 		if (call_user_function(	EG(function_table), NULL,
NULL             4956 ext/standard/basic_functions.c 				php_error_docref(NULL, E_WARNING, "Unable to call %s() - function does not exist", Z_STRVAL_P(function));
NULL             4958 ext/standard/basic_functions.c 						&& (obj = zend_hash_index_find(Z_ARRVAL_P(function), 0)) != NULL
NULL             4959 ext/standard/basic_functions.c 						&& (method = zend_hash_index_find(Z_ARRVAL_P(function), 1)) != NULL
NULL             4962 ext/standard/basic_functions.c 				php_error_docref(NULL, E_WARNING, "Unable to call %s::%s() - function does not exist", ZSTR_VAL(Z_OBJCE_P(obj)->name), Z_STRVAL_P(method));
NULL             4964 ext/standard/basic_functions.c 				php_error_docref(NULL, E_WARNING, "Unable to call tick function");
NULL             4996 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Unable to delete tick function executed at the moment");
NULL             5021 ext/standard/basic_functions.c 			BG(user_shutdown_function_names) = NULL;
NULL             5025 ext/standard/basic_functions.c 			BG(user_shutdown_function_names) = NULL;
NULL             5035 ext/standard/basic_functions.c 	zend_string *callback_name = NULL;
NULL             5054 ext/standard/basic_functions.c 			php_error_docref(NULL, E_WARNING, "Invalid shutdown callback '%s' passed", ZSTR_VAL(callback_name));
NULL             5056 ext/standard/basic_functions.c 			php_error_docref(NULL, E_WARNING, "Invalid shutdown callback passed");
NULL             5063 ext/standard/basic_functions.c 			zend_hash_init(BG(user_shutdown_function_names), 0, NULL, user_shutdown_function_dtor, 0);
NULL             5081 ext/standard/basic_functions.c 		zend_hash_init(BG(user_shutdown_function_names), 0, NULL, user_shutdown_function_dtor, 0);
NULL             5084 ext/standard/basic_functions.c 	return zend_hash_str_update_mem(BG(user_shutdown_function_names), function_name, function_len, shutdown_function_entry, sizeof(php_shutdown_function_entry)) != NULL;
NULL             5102 ext/standard/basic_functions.c 		zend_hash_init(BG(user_shutdown_function_names), 0, NULL, user_shutdown_function_dtor, 0);
NULL             5105 ext/standard/basic_functions.c 	return zend_hash_next_index_insert_mem(BG(user_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry)) != NULL;
NULL             5178 ext/standard/basic_functions.c 	file_handle.opened_path = NULL;
NULL             5275 ext/standard/basic_functions.c 	if (hash_key->key == NULL ||
NULL             5317 ext/standard/basic_functions.c 	char *extname = NULL;
NULL             5329 ext/standard/basic_functions.c 		if ((module = zend_hash_str_find_ptr(&module_registry, extname, extname_len)) == NULL) {
NULL             5330 ext/standard/basic_functions.c 			php_error_docref(NULL, E_WARNING, "Unable to find extension '%s'", extname);
NULL             5451 ext/standard/basic_functions.c 	if (str == NULL) {
NULL             5563 ext/standard/basic_functions.c 	if (serv == NULL) {
NULL             5588 ext/standard/basic_functions.c 	if (serv == NULL) {
NULL             5612 ext/standard/basic_functions.c 	if (ent == NULL) {
NULL             5635 ext/standard/basic_functions.c 	if (ent == NULL) {
NULL             5650 ext/standard/basic_functions.c 	zend_string *function_name = NULL;
NULL             5668 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Invalid tick callback '%s' passed", ZSTR_VAL(function_name));
NULL             5684 ext/standard/basic_functions.c 		php_add_tick_function(run_user_tick_functions, NULL);
NULL             5786 ext/standard/basic_functions.c 			php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL             5797 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Unable to move '%s' to '%s'", path, new_path);
NULL             5830 ext/standard/basic_functions.c 			if (!(Z_STRLEN_P(arg1) > 1 && Z_STRVAL_P(arg1)[0] == '0') && is_numeric_string(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1), NULL, NULL, 0) == IS_LONG) {
NULL             5832 ext/standard/basic_functions.c 				if ((find_hash = zend_hash_index_find(Z_ARRVAL_P(arr), key)) == NULL) {
NULL             5837 ext/standard/basic_functions.c 				if ((find_hash = zend_hash_find(Z_ARRVAL_P(arr), Z_STR_P(arg1))) == NULL) {
NULL             5889 ext/standard/basic_functions.c 	char *filename = NULL;
NULL             5901 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Filename cannot be empty!");
NULL             5930 ext/standard/basic_functions.c 	char *string = NULL, *str = NULL;
NULL              151 ext/standard/browscap.c 					bdata->current_section_name != NULL &&
NULL              193 ext/standard/browscap.c 				zend_hash_init(Z_ARRVAL(bdata->current_section), 0, NULL,
NULL              221 ext/standard/browscap.c 	if (filename == NULL || filename[0] == '\0') {
NULL              226 ext/standard/browscap.c 	if (browdata->htab == NULL) {
NULL              230 ext/standard/browscap.c 	zend_hash_init_ex(browdata->htab, 0, NULL,
NULL              236 ext/standard/browscap.c 	fh.opened_path = NULL;
NULL              241 ext/standard/browscap.c 		browdata->htab = NULL;
NULL              247 ext/standard/browscap.c 	browdata->current_section_name = NULL;
NULL              250 ext/standard/browscap.c 	if (browdata->current_section_name != NULL) {
NULL              252 ext/standard/browscap.c 		browdata->current_section_name = NULL;
NULL              262 ext/standard/browscap.c 	browscap_globals->activation_bdata.htab = NULL;
NULL              264 ext/standard/browscap.c 	browscap_globals->activation_bdata.current_section_name = NULL;
NULL              272 ext/standard/browscap.c 	if (bdata->htab != NULL) {
NULL              275 ext/standard/browscap.c 		bdata->htab = NULL;
NULL              294 ext/standard/browscap.c 		if (VCWD_REALPATH(ZSTR_VAL(new_value), bdata->filename) == NULL) {
NULL              309 ext/standard/browscap.c 	ts_allocate_id(&browscap_globals_id, sizeof(browser_data), (ts_allocate_ctor) browscap_globals_ctor, NULL);
NULL              354 ext/standard/browscap.c 		if ((previous_match = zend_hash_str_find(Z_ARRVAL_P(found_browser_entry), "browser_name_pattern", sizeof("browser_name_pattern")-1)) == NULL) {
NULL              362 ext/standard/browscap.c 	if ((browser_regex = zend_hash_str_find(Z_ARRVAL_P(browser), "browser_name_regex", sizeof("browser_name_regex")-1)) == NULL) {
NULL              367 ext/standard/browscap.c 	if (re == NULL) {
NULL              371 ext/standard/browscap.c 	if (pcre_exec(re, re_extra, lookup_browser_name, lookup_browser_length, 0, re_options, NULL, 0) == 0) {
NULL              432 ext/standard/browscap.c 	char *agent_name = NULL;
NULL              442 ext/standard/browscap.c 		if (bdata->htab == NULL) { /* not initialized yet */
NULL              449 ext/standard/browscap.c 			php_error_docref(NULL, E_WARNING, "browscap ini directive not set");
NULL              459 ext/standard/browscap.c 	if (agent_name == NULL) {
NULL              461 ext/standard/browscap.c 			(http_user_agent = zend_hash_str_find(Z_ARRVAL_P(&PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_USER_AGENT", sizeof("HTTP_USER_AGENT")-1)) == NULL
NULL              463 ext/standard/browscap.c 			php_error_docref(NULL, E_WARNING, "HTTP_USER_AGENT variable is not set, cannot determine user agent name");
NULL              473 ext/standard/browscap.c 	if ((agent = zend_hash_str_find(bdata->htab, lookup_browser_name, agent_name_len)) == NULL) {
NULL              479 ext/standard/browscap.c 		} else if ((agent = zend_hash_str_find(bdata->htab, DEFAULT_SECTION_NAME, sizeof(DEFAULT_SECTION_NAME)-1)) == NULL) {
NULL              493 ext/standard/browscap.c 	while ((z_agent_name = zend_hash_str_find(Z_ARRVAL_P(agent), "parent", sizeof("parent")-1)) != NULL) {
NULL              494 ext/standard/browscap.c 		if ((agent = zend_hash_find(bdata->htab, Z_STR_P(z_agent_name))) == NULL) {
NULL              171 ext/standard/crypt.c 			return NULL;
NULL              180 ext/standard/crypt.c 				return NULL;
NULL              195 ext/standard/crypt.c 				return NULL;
NULL              213 ext/standard/crypt.c 				return NULL;
NULL              220 ext/standard/crypt.c             return NULL;
NULL              230 ext/standard/crypt.c 						php_error_docref(NULL, E_DEPRECATED, DES_INVALID_SALT_ERROR);
NULL              240 ext/standard/crypt.c 				return NULL;
NULL              262 ext/standard/crypt.c 				php_error_docref(NULL, E_DEPRECATED, DES_INVALID_SALT_ERROR);
NULL              267 ext/standard/crypt.c 			return NULL;
NULL              284 ext/standard/crypt.c 	char *str, *salt_in = NULL;
NULL              301 ext/standard/crypt.c 		php_error_docref(NULL, E_NOTICE, "No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash.");
NULL              321 ext/standard/crypt.c 	if ((result = php_crypt(str, (int)str_len, salt, (int)salt_in_len, 0)) == NULL) {
NULL              677 ext/standard/crypt_blowfish.c 		return NULL;
NULL              690 ext/standard/crypt_blowfish.c 		return NULL;
NULL              696 ext/standard/crypt_blowfish.c 		return NULL;
NULL              883 ext/standard/crypt_blowfish.c 	return NULL;
NULL              896 ext/standard/crypt_blowfish.c 		return NULL;
NULL              635 ext/standard/crypt_freesec.c 		return(NULL);
NULL              646 ext/standard/crypt_freesec.c 				return(NULL);
NULL              650 ext/standard/crypt_freesec.c 			return(NULL);
NULL              655 ext/standard/crypt_freesec.c 				return(NULL);
NULL              665 ext/standard/crypt_freesec.c 				return(NULL);
NULL              674 ext/standard/crypt_freesec.c 				return(NULL);
NULL              688 ext/standard/crypt_freesec.c 			return(NULL);
NULL              702 ext/standard/crypt_freesec.c 		return(NULL);
NULL              785 ext/standard/crypt_freesec.c 	{NULL}
NULL              357 ext/standard/crypt_sha256.c 	char *copied_key = NULL;
NULL              358 ext/standard/crypt_sha256.c 	char *copied_salt = NULL;
NULL              564 ext/standard/crypt_sha256.c 		buffer = NULL;
NULL              580 ext/standard/crypt_sha256.c 	if (copied_key != NULL) {
NULL              583 ext/standard/crypt_sha256.c 	if (copied_salt != NULL) {
NULL              607 ext/standard/crypt_sha256.c 		if (new_buffer == NULL) {
NULL              608 ext/standard/crypt_sha256.c 			return NULL;
NULL              390 ext/standard/crypt_sha512.c 	char *copied_key = NULL;
NULL              391 ext/standard/crypt_sha512.c 	char *copied_salt = NULL;
NULL              611 ext/standard/crypt_sha512.c 		buffer = NULL;
NULL              627 ext/standard/crypt_sha512.c 	if (copied_key != NULL) {
NULL              630 ext/standard/crypt_sha512.c 	if (copied_salt != NULL) {
NULL              654 ext/standard/crypt_sha512.c 		if (new_buffer == NULL) {
NULL              655 ext/standard/crypt_sha512.c 			return NULL;
NULL              210 ext/standard/cyr_convert.c 	from_table = NULL;
NULL              211 ext/standard/cyr_convert.c 	to_table   = NULL;
NULL              231 ext/standard/cyr_convert.c 			php_error_docref(NULL, E_WARNING, "Unknown source charset: %c", from);
NULL              253 ext/standard/cyr_convert.c 			php_error_docref(NULL, E_WARNING, "Unknown destination charset: %c", to);
NULL              262 ext/standard/cyr_convert.c 		tmp = (from_table == NULL)? str[i] : from_table[ str[i] ];
NULL              263 ext/standard/cyr_convert.c 		str[i] = (to_table == NULL) ? tmp : to_table[tmp + 256];
NULL              102 ext/standard/datetime.c 	if (unparsed_part == NULL) {
NULL               84 ext/standard/dir.c 			if ((tmp = zend_hash_str_find(Z_OBJPROP_P(myself), "handle", sizeof("handle")-1)) == NULL) { \
NULL               85 ext/standard/dir.c 				php_error_docref(NULL, E_WARNING, "Unable to find my handle property"); \
NULL               88 ext/standard/dir.c 			if ((dirp = (php_stream *)zend_fetch_resource_ex(tmp, "Directory", php_file_le_stream())) == NULL) { \
NULL               93 ext/standard/dir.c 				(dirp = (php_stream *)zend_fetch_resource(DIRG(default_dir), "Directory", php_file_le_stream())) == NULL) { \
NULL               98 ext/standard/dir.c 		if ((dirp = (php_stream *)zend_fetch_resource(Z_RES_P(id), "Directory", php_file_le_stream())) == NULL) { \
NULL              113 ext/standard/dir.c 	{NULL, NULL, NULL}
NULL              132 ext/standard/dir.c 	DIRG(default_dir) = NULL;
NULL              145 ext/standard/dir.c 	ts_allocate_id(&dir_globals_id, sizeof(php_dir_globals), NULL, NULL);
NULL              223 ext/standard/dir.c 	zval *zcontext = NULL;
NULL              224 ext/standard/dir.c 	php_stream_context *context = NULL;
NULL              235 ext/standard/dir.c 	if (dirp == NULL) {
NULL              274 ext/standard/dir.c 	zval *id = NULL, *tmp, *myself;
NULL              281 ext/standard/dir.c 		php_error_docref(NULL, E_WARNING, "%pd is not a valid Directory resource", dirp->res->handle);
NULL              289 ext/standard/dir.c 		php_set_default_dir(NULL);
NULL              309 ext/standard/dir.c 		php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno);
NULL              313 ext/standard/dir.c 	php_clear_stat_cache(1, NULL, 0);
NULL              318 ext/standard/dir.c 		php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno);
NULL              345 ext/standard/dir.c 		php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno);
NULL              351 ext/standard/dir.c 		BG(CurrentStatFile) = NULL;
NULL              355 ext/standard/dir.c 		BG(CurrentLStatFile) = NULL;
NULL              367 ext/standard/dir.c 	char *ret=NULL;
NULL              391 ext/standard/dir.c 	zval *id = NULL, *tmp, *myself;
NULL              397 ext/standard/dir.c 		php_error_docref(NULL, E_WARNING, "%pd is not a valid Directory resource", dirp->res->handle);
NULL              409 ext/standard/dir.c 	zval *id = NULL, *tmp, *myself;
NULL              416 ext/standard/dir.c 		php_error_docref(NULL, E_WARNING, "%pd is not a valid Directory resource", dirp->res->handle);
NULL              438 ext/standard/dir.c 	char *pattern = NULL;
NULL              451 ext/standard/dir.c 		php_error_docref(NULL, E_WARNING, "Pattern exceeds the maximum allowed length of %d characters", MAXPATHLEN);
NULL              456 ext/standard/dir.c 		php_error_docref(NULL, E_WARNING, "At least one of the passed flags is invalid or not supported on this platform");
NULL              481 ext/standard/dir.c 	if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) {
NULL              566 ext/standard/dir.c 	zval *zcontext = NULL;
NULL              567 ext/standard/dir.c 	php_stream_context *context = NULL;
NULL              574 ext/standard/dir.c 		php_error_docref(NULL, E_WARNING, "Directory name cannot be empty");
NULL              585 ext/standard/dir.c 		n = php_stream_scandir(dirn, &namelist, context, NULL);
NULL              590 ext/standard/dir.c 		php_error_docref(NULL, E_WARNING, "(errno %d): %s", errno, strerror(errno));
NULL               64 ext/standard/dl.c 		php_error_docref(NULL, E_WARNING, "Dynamically loaded extensions aren't enabled");
NULL               69 ext/standard/dl.c 		php_error_docref(NULL, E_WARNING, "File name exceeds the maximum allowed length of %d characters", MAXPATHLEN);
NULL              112 ext/standard/dl.c 	if (strchr(filename, '/') != NULL || strchr(filename, DEFAULT_SLASH) != NULL) {
NULL              115 ext/standard/dl.c 			php_error_docref(NULL, E_WARNING, "Temporary module name should contain only filename");
NULL              137 ext/standard/dl.c 			php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' - %s", libpath, err);
NULL              140 ext/standard/dl.c 			php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' - %s", libpath, "Unknown reason");
NULL              143 ext/standard/dl.c 		php_error_docref(NULL, error_type, "Unable to load dynamic library '%s' - %s", libpath, GET_DL_ERROR());
NULL              164 ext/standard/dl.c 			php_error_docref(NULL, error_type, "Invalid library (appears to be a Zend Extension, try loading using zend_extension=%s from php.ini)", filename);
NULL              168 ext/standard/dl.c 		php_error_docref(NULL, error_type, "Invalid library (maybe not a PHP library) '%s'", filename);
NULL              173 ext/standard/dl.c 			php_error_docref(NULL, error_type,
NULL              183 ext/standard/dl.c 		php_error_docref(NULL, error_type,
NULL              196 ext/standard/dl.c 	if ((module_entry = zend_register_module_ex(module_entry)) == NULL) {
NULL              208 ext/standard/dl.c 			php_error_docref(NULL, error_type, "Unable to initialize module '%s'", module_entry->name);
NULL              239 ext/standard/dl.c 	php_error_docref(NULL, E_WARNING, "Cannot dynamically load %s - dynamic modules are not supported", file);
NULL              138 ext/standard/dns.c 		php_error_docref(NULL, E_WARNING, "unable to fetch host [%d]: %s", errno, strerror(errno));
NULL              165 ext/standard/dns.c 	if (hostname == NULL) {
NULL              167 ext/standard/dns.c 		php_error_docref(NULL, E_WARNING, "Address is not a valid IPv4 or IPv6 address");
NULL              169 ext/standard/dns.c 		php_error_docref(NULL, E_WARNING, "Address is not in a.b.c.d form");
NULL              193 ext/standard/dns.c 		return NULL;
NULL              199 ext/standard/dns.c 		return NULL;
NULL              205 ext/standard/dns.c 	if (!hp || hp->h_name == NULL || hp->h_name[0] == '\0') {
NULL              226 ext/standard/dns.c 		php_error_docref(NULL, E_WARNING, "Host name is too long, the limit is %d characters", MAXFQDNLEN);
NULL              250 ext/standard/dns.c 		php_error_docref(NULL, E_WARNING, "Host name is too long, the limit is %d characters", MAXFQDNLEN);
NULL              255 ext/standard/dns.c 	if (hp == NULL || hp->h_addr_list == NULL) {
NULL              341 ext/standard/dns.c 		if (res->_u._ext.nsaddrs[ns] != NULL) {
NULL              343 ext/standard/dns.c 			res->_u._ext.nsaddrs[ns] = NULL;
NULL              359 ext/standard/dns.c 	char *hostname, *rectype = NULL;
NULL              376 ext/standard/dns.c 		php_error_docref(NULL, E_WARNING, "Host cannot be empty");
NULL              394 ext/standard/dns.c 			php_error_docref(NULL, E_WARNING, "Type '%s' not supported", rectype);
NULL              400 ext/standard/dns.c 	handle = dns_open(NULL);
NULL              401 ext/standard/dns.c 	if (handle == NULL) {
NULL              428 ext/standard/dns.c 		return NULL; \
NULL              447 ext/standard/dns.c 		return NULL;
NULL              511 ext/standard/dns.c 				return NULL;
NULL              568 ext/standard/dns.c 				return NULL;
NULL              574 ext/standard/dns.c 				return NULL;
NULL              695 ext/standard/dns.c 					return NULL;
NULL              712 ext/standard/dns.c 				return NULL;
NULL              748 ext/standard/dns.c 				return NULL;
NULL              771 ext/standard/dns.c 	zval *authns = NULL, *addtl = NULL;
NULL              783 ext/standard/dns.c 	u_char *cp = NULL, *end = NULL;
NULL              804 ext/standard/dns.c 			php_error_docref(NULL, E_WARNING, "Type '%ld' not supported", type_param);
NULL              809 ext/standard/dns.c 			php_error_docref(NULL, E_WARNING,
NULL              893 ext/standard/dns.c 			handle = dns_open(NULL);
NULL              894 ext/standard/dns.c 			if (handle == NULL) {
NULL              918 ext/standard/dns.c 						php_error_docref(NULL, E_WARNING, "An unexpected server failure occurred.");
NULL              922 ext/standard/dns.c 						php_error_docref(NULL, E_WARNING, "A temporary server error occurred.");
NULL              926 ext/standard/dns.c 						php_error_docref(NULL, E_WARNING, "DNS Query failed");
NULL              944 ext/standard/dns.c 					php_error_docref(NULL, E_WARNING, "Unable to parse DNS data received");
NULL              969 ext/standard/dns.c 					cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval);
NULL              999 ext/standard/dns.c 	zval *mx_list, *weight_list = NULL;
NULL             1029 ext/standard/dns.c 	handle = dns_open(NULL);
NULL             1030 ext/standard/dns.c 	if (handle == NULL) {
NULL               48 ext/standard/dns_win32.c 	zval *mx_list, *weight_list = NULL;
NULL               57 ext/standard/dns_win32.c 	status = DnsQuery_A(hostname, DNS_TYPE_MX, DNS_QUERY_STANDARD, NULL, &pResult, NULL);
NULL               95 ext/standard/dns_win32.c 	char *hostname, *rectype = NULL;
NULL              107 ext/standard/dns_win32.c 		php_error_docref(NULL, E_WARNING, "Host cannot be empty");
NULL              125 ext/standard/dns_win32.c 			php_error_docref(NULL, E_WARNING, "Type '%s' not supported", rectype);
NULL              130 ext/standard/dns_win32.c 	status = DnsQuery_A(hostname, type, DNS_QUERY_STANDARD, NULL, &pResult, NULL);
NULL              349 ext/standard/dns_win32.c 	zval *authns = NULL, *addtl = NULL;
NULL              369 ext/standard/dns_win32.c 			php_error_docref(NULL, E_WARNING, "Type '%ld' not supported", type_param);
NULL              374 ext/standard/dns_win32.c 			php_error_docref(NULL, E_WARNING,
NULL              451 ext/standard/dns_win32.c 			status = DnsQuery_A(hostname, type_to_fetch, DNS_QUERY_STANDARD, NULL, &pResult, NULL);
NULL              457 ext/standard/dns_win32.c 					php_error_docref(NULL, E_WARNING, "DNS Query failed");
NULL               99 ext/standard/exec.c 	char *b, *d=NULL;
NULL              103 ext/standard/exec.c 	void (*sig_handler)() = NULL;
NULL              116 ext/standard/exec.c 		php_error_docref(NULL, E_WARNING, "Unable to fork [%s]", cmd);
NULL              209 ext/standard/exec.c 	zval *ret_code=NULL, *ret_array=NULL;
NULL              222 ext/standard/exec.c 		php_error_docref(NULL, E_WARNING, "Cannot execute a blank command");
NULL              226 ext/standard/exec.c 		php_error_docref(NULL, E_WARNING, "NULL byte detected. Possible attack");
NULL              231 ext/standard/exec.c 		ret = php_exec(mode, cmd, NULL, return_value);
NULL              286 ext/standard/exec.c 	char *p = NULL;
NULL              291 ext/standard/exec.c 		php_error_docref(NULL, E_ERROR, "Command exceeds the allowed length of %d bytes", cmd_max_len);
NULL              317 ext/standard/exec.c 					p = NULL;
NULL              367 ext/standard/exec.c 		php_error_docref(NULL, E_ERROR, "Escaped command exceeds the allowed length of %d bytes", cmd_max_len);
NULL              395 ext/standard/exec.c 		php_error_docref(NULL, E_ERROR, "Argument exceeds the allowed length of %d bytes", cmd_max_len);
NULL              454 ext/standard/exec.c 		php_error_docref(NULL, E_ERROR, "Escaped argument exceeds the allowed length of %d bytes", cmd_max_len);
NULL              482 ext/standard/exec.c 			php_error_docref(NULL, E_ERROR, "Input string contains NULL bytes");
NULL              505 ext/standard/exec.c 			php_error_docref(NULL, E_ERROR, "Input string contains NULL bytes");
NULL              528 ext/standard/exec.c 	if ((in=VCWD_POPEN(command, "rt"))==NULL) {
NULL              530 ext/standard/exec.c 	if ((in=VCWD_POPEN(command, "r"))==NULL) {
NULL              532 ext/standard/exec.c 		php_error_docref(NULL, E_WARNING, "Unable to execute '%s'", command);
NULL              560 ext/standard/exec.c 		php_error_docref(NULL, E_WARNING, "Only a super user may attempt to increase the priority of a process");
NULL              165 ext/standard/file.c 	STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, file_globals)
NULL              166 ext/standard/file.c 	STD_PHP_INI_ENTRY("from", NULL, PHP_INI_ALL, OnUpdateString, from_address, php_file_globals, file_globals)
NULL              173 ext/standard/file.c 	le_stream_context = zend_register_list_destructors_ex(file_context_dtor, NULL, "stream-context", module_number);
NULL              334 ext/standard/file.c 	zval *res, *wouldblock = NULL;
NULL              347 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "Illegal operation argument");
NULL              380 ext/standard/file.c 	char *name = NULL, *value = NULL, *temp = NULL;
NULL              394 ext/standard/file.c 			NULL);
NULL              490 ext/standard/file.c 			name = value = NULL;
NULL              504 ext/standard/file.c 		md.token_data = NULL;
NULL              523 ext/standard/file.c 	zval *zcontext = NULL;
NULL              524 ext/standard/file.c 	php_stream_context *context = NULL;
NULL              533 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "length must be greater than or equal to zero");
NULL              541 ext/standard/file.c 				NULL, context);
NULL              547 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "Failed to seek to position " ZEND_LONG_FMT " in the stream", offset);
NULL              553 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "maxlen truncated from %pd to %d bytes", maxlen, INT_MAX);
NULL              556 ext/standard/file.c 	if ((contents = php_stream_copy_to_mem(stream, maxlen, 0)) != NULL) {
NULL              576 ext/standard/file.c 	zval *zcontext = NULL;
NULL              577 ext/standard/file.c 	php_stream_context *context = NULL;
NULL              578 ext/standard/file.c 	php_stream *srcstream = NULL;
NULL              597 ext/standard/file.c 				php_error_docref(NULL, E_WARNING, "Exclusive locks may only be set for regular files");
NULL              605 ext/standard/file.c 	stream = php_stream_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PATH : 0) | REPORT_ERRORS, NULL, context);
NULL              606 ext/standard/file.c 	if (stream == NULL) {
NULL              612 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "Exclusive locks are not supported for this stream");
NULL              627 ext/standard/file.c 					php_error_docref(NULL, E_WARNING, "content truncated from %zu to " ZEND_LONG_FMT " bytes", len, ZEND_LONG_MAX);
NULL              645 ext/standard/file.c 					php_error_docref(NULL, E_WARNING, "Only "ZEND_LONG_FMT" of %zd bytes written, possibly out of free disk space", numbytes, Z_STRLEN_P(data));
NULL              662 ext/standard/file.c 							php_error_docref(NULL, E_WARNING, "Failed to write %zd bytes to %s", ZSTR_LEN(str), filename);
NULL              674 ext/standard/file.c 			if (Z_OBJ_HT_P(data) != NULL) {
NULL              680 ext/standard/file.c 						php_error_docref(NULL, E_WARNING, "Only "ZEND_LONG_FMT" of %zd bytes written, possibly out of free disk space", numbytes, Z_STRLEN(out));
NULL              717 ext/standard/file.c 	zval *zcontext = NULL;
NULL              718 ext/standard/file.c 	php_stream_context *context = NULL;
NULL              726 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "'" ZEND_LONG_FMT "' flag is not supported", flags);
NULL              736 ext/standard/file.c 	stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context);
NULL              744 ext/standard/file.c 	if ((target_buf = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) {
NULL              813 ext/standard/file.c 	p = php_basename(prefix, prefix_len, NULL, 0);
NULL              855 ext/standard/file.c 	zval *zcontext = NULL;
NULL              857 ext/standard/file.c 	php_stream_context *context = NULL;
NULL              865 ext/standard/file.c 	stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context);
NULL              867 ext/standard/file.c 	if (stream == NULL) {
NULL              895 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "%pd is not a valid stream resource", stream->res->handle);
NULL              933 ext/standard/file.c 		php_error_docref2(NULL, command, posix_mode, E_WARNING, "%s", strerror(errno));
NULL              940 ext/standard/file.c 	if (stream == NULL)	{
NULL              941 ext/standard/file.c 		php_error_docref2(NULL, command, mode, E_WARNING, "%s", strerror(errno));
NULL             1004 ext/standard/file.c 	char *buf = NULL;
NULL             1026 ext/standard/file.c 		buf = php_stream_get_line(stream, NULL, 0, &line_len);
NULL             1027 ext/standard/file.c 		if (buf == NULL) {
NULL             1035 ext/standard/file.c 			php_error_docref(NULL, E_WARNING, "Length parameter must be greater than 0");
NULL             1040 ext/standard/file.c 		if (php_stream_get_line(stream, ZSTR_VAL(str), len, &line_len) == NULL) {
NULL             1092 ext/standard/file.c 	char *buf = NULL, *retval;
NULL             1094 ext/standard/file.c 	char *allowed_tags=NULL;
NULL             1105 ext/standard/file.c 			php_error_docref(NULL, E_WARNING, "Length parameter must be greater than 0");
NULL             1115 ext/standard/file.c 	if ((retval = php_stream_get_line(stream, buf, len, &actual_len)) == NULL)	{
NULL             1116 ext/standard/file.c 		if (buf != NULL) {
NULL             1136 ext/standard/file.c 	zval *args = NULL;
NULL             1155 ext/standard/file.c 	buf = php_stream_get_line((php_stream *) what, NULL, 0, &len);
NULL             1156 ext/standard/file.c 	if (buf == NULL) {
NULL             1337 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL             1355 ext/standard/file.c 	zval *zcontext = NULL;
NULL             1376 ext/standard/file.c 	zval *zcontext = NULL;
NULL             1397 ext/standard/file.c 	zval *zcontext = NULL;
NULL             1399 ext/standard/file.c 	php_stream_context *context = NULL;
NULL             1407 ext/standard/file.c 	stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context);
NULL             1470 ext/standard/file.c 	zval *zcontext = NULL;
NULL             1478 ext/standard/file.c 	wrapper = php_stream_locate_url_wrapper(old_name, NULL, 0);
NULL             1481 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "Unable to locate stream wrapper");
NULL             1486 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "%s wrapper does not support renaming", wrapper->wops->label ? wrapper->wops->label : "Source");
NULL             1490 ext/standard/file.c 	if (wrapper != php_stream_locate_url_wrapper(new_name, NULL, 0)) {
NULL             1491 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "Cannot rename a file across wrapper types");
NULL             1508 ext/standard/file.c 	zval *zcontext = NULL;
NULL             1509 ext/standard/file.c 	php_stream_context *context = NULL;
NULL             1517 ext/standard/file.c 	wrapper = php_stream_locate_url_wrapper(filename, NULL, 0);
NULL             1520 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "Unable to locate stream wrapper");
NULL             1525 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "%s does not allow unlinking", wrapper->wops->label ? wrapper->wops->label : "Wrapper");
NULL             1547 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "Can't truncate this stream!");
NULL             1656 ext/standard/file.c 	zval *zcontext = NULL;
NULL             1681 ext/standard/file.c 	return php_copy_file_ctx(src, dest, 0, NULL);
NULL             1689 ext/standard/file.c 	return php_copy_file_ctx(src, dest, src_flg, NULL);
NULL             1697 ext/standard/file.c 	php_stream *srcstream = NULL, *deststream = NULL;
NULL             1712 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "The first argument to copy() function cannot be a directory");
NULL             1727 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "The second argument to copy() function cannot be a directory");
NULL             1743 ext/standard/file.c 		if ((sp = expand_filepath(src, NULL)) == NULL) {
NULL             1746 ext/standard/file.c 		if ((dp = expand_filepath(dest, NULL)) == NULL) {
NULL             1766 ext/standard/file.c 	srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx);
NULL             1772 ext/standard/file.c 	deststream = php_stream_open_wrapper_ex(dest, "wb", REPORT_ERRORS, NULL, ctx);
NULL             1775 ext/standard/file.c 		ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL);
NULL             1809 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "Length parameter must be greater than 0");
NULL             1869 ext/standard/file.c 	zval *fp = NULL, *fields = NULL;
NULL             1871 ext/standard/file.c 	char *delimiter_str = NULL, *enclosure_str = NULL, *escape_str = NULL;
NULL             1881 ext/standard/file.c 	if (delimiter_str != NULL) {
NULL             1884 ext/standard/file.c 			php_error_docref(NULL, E_WARNING, "delimiter must be a character");
NULL             1887 ext/standard/file.c 			php_error_docref(NULL, E_NOTICE, "delimiter must be a single character");
NULL             1894 ext/standard/file.c 	if (enclosure_str != NULL) {
NULL             1896 ext/standard/file.c 			php_error_docref(NULL, E_WARNING, "enclosure must be a character");
NULL             1899 ext/standard/file.c 			php_error_docref(NULL, E_NOTICE, "enclosure must be a single character");
NULL             1905 ext/standard/file.c 	if (escape_str != NULL) {
NULL             1907 ext/standard/file.c 			php_error_docref(NULL, E_WARNING, "escape must be a character");
NULL             1910 ext/standard/file.c 			php_error_docref(NULL, E_NOTICE, "escape must be a single character");
NULL             1998 ext/standard/file.c 		zval *fd, *len_zv = NULL;
NULL             1999 ext/standard/file.c 		char *delimiter_str = NULL;
NULL             2001 ext/standard/file.c 		char *enclosure_str = NULL;
NULL             2003 ext/standard/file.c 		char *escape_str = NULL;
NULL             2014 ext/standard/file.c 		if (delimiter_str != NULL) {
NULL             2017 ext/standard/file.c 				php_error_docref(NULL, E_WARNING, "delimiter must be a character");
NULL             2020 ext/standard/file.c 				php_error_docref(NULL, E_NOTICE, "delimiter must be a single character");
NULL             2027 ext/standard/file.c 		if (enclosure_str != NULL) {
NULL             2029 ext/standard/file.c 				php_error_docref(NULL, E_WARNING, "enclosure must be a character");
NULL             2032 ext/standard/file.c 				php_error_docref(NULL, E_NOTICE, "enclosure must be a single character");
NULL             2039 ext/standard/file.c 		if (escape_str != NULL) {
NULL             2041 ext/standard/file.c 				php_error_docref(NULL, E_WARNING, "escape must be character");
NULL             2044 ext/standard/file.c 				php_error_docref(NULL, E_NOTICE, "escape must be a single character");
NULL             2050 ext/standard/file.c 		if (len_zv != NULL && Z_TYPE_P(len_zv) != IS_NULL) {
NULL             2053 ext/standard/file.c 				php_error_docref(NULL, E_WARNING, "Length parameter may not be negative");
NULL             2066 ext/standard/file.c 		if ((buf = php_stream_get_line(stream, NULL, 0, &buf_len)) == NULL) {
NULL             2071 ext/standard/file.c 		if (php_stream_get_line(stream, buf, len + 1, &buf_len) == NULL) {
NULL             2170 ext/standard/file.c 								if (stream == NULL) {
NULL             2172 ext/standard/file.c 								} else if ((new_buf = php_stream_get_line(stream, NULL, 0, &new_len)) == NULL) {
NULL             2497 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "Filename exceeds the maximum allowed length of %d characters", MAXPATHLEN);
NULL             2501 ext/standard/file.c 		php_error_docref(NULL, E_WARNING, "Pattern exceeds the maximum allowed length of %d characters", MAXPATHLEN);
NULL               90 ext/standard/filestat.c 	BG(CurrentStatFile)=NULL;
NULL               91 ext/standard/filestat.c 	BG(CurrentLStatFile)=NULL;
NULL              100 ext/standard/filestat.c 		BG(CurrentStatFile) = NULL;
NULL              104 ext/standard/filestat.c 		BG(CurrentLStatFile) = NULL;
NULL              143 ext/standard/filestat.c 				php_error_docref(NULL, E_WARNING, "%s", php_win_err());
NULL              155 ext/standard/filestat.c 				php_error_docref(NULL, E_WARNING, "%s", php_win_err());
NULL              161 ext/standard/filestat.c 		php_error_docref(NULL, E_WARNING, "Unable to load kernel32.dll");
NULL              194 ext/standard/filestat.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL              205 ext/standard/filestat.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL              275 ext/standard/filestat.c 				php_error_docref(NULL, E_WARNING, "%s", php_win_err());
NULL              287 ext/standard/filestat.c 				php_error_docref(NULL, E_WARNING, "%s", php_win_err());
NULL              293 ext/standard/filestat.c 		php_error_docref(NULL, E_WARNING, "Unable to load kernel32.dll");
NULL              326 ext/standard/filestat.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL              336 ext/standard/filestat.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL              390 ext/standard/filestat.c 		if (getgrnam_r(name, &gr, grbuf, grbuflen, &retgrptr) != 0 || retgrptr == NULL) {
NULL              423 ext/standard/filestat.c 	wrapper = php_stream_locate_url_wrapper(filename, NULL, 0);
NULL              435 ext/standard/filestat.c 				php_error_docref(NULL, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_type_name(group));
NULL              438 ext/standard/filestat.c 			if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) {
NULL              446 ext/standard/filestat.c 			php_error_docref(NULL, E_WARNING, "Can not call chgrp() for a non-standard stream");
NULL              460 ext/standard/filestat.c 			php_error_docref(NULL, E_WARNING, "Unable to find gid for %s", Z_STRVAL_P(group));
NULL              464 ext/standard/filestat.c 		php_error_docref(NULL, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_type_name(group));
NULL              481 ext/standard/filestat.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL              518 ext/standard/filestat.c 		struct passwd *retpwptr = NULL;
NULL              527 ext/standard/filestat.c 		if (getpwnam_r(name, &pw, pwbuf, pwbuflen, &retpwptr) != 0 || retpwptr == NULL) {
NULL              560 ext/standard/filestat.c 	wrapper = php_stream_locate_url_wrapper(filename, NULL, 0);
NULL              572 ext/standard/filestat.c 				php_error_docref(NULL, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_type_name(user));
NULL              575 ext/standard/filestat.c 			if(wrapper->wops->stream_metadata(wrapper, filename, option, value, NULL)) {
NULL              583 ext/standard/filestat.c 			php_error_docref(NULL, E_WARNING, "Can not call chown() for a non-standard stream");
NULL              598 ext/standard/filestat.c 			php_error_docref(NULL, E_WARNING, "Unable to find uid for %s", Z_STRVAL_P(user));
NULL              602 ext/standard/filestat.c 		php_error_docref(NULL, E_WARNING, "parameter 2 should be string or integer, %s given", zend_zval_type_name(user));
NULL              619 ext/standard/filestat.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL              668 ext/standard/filestat.c 	wrapper = php_stream_locate_url_wrapper(filename, NULL, 0);
NULL              671 ext/standard/filestat.c 			if(wrapper->wops->stream_metadata(wrapper, filename, PHP_STREAM_META_ACCESS, &mode, NULL)) {
NULL              677 ext/standard/filestat.c 			php_error_docref(NULL, E_WARNING, "Can not call chmod() for a non-standard stream");
NULL              691 ext/standard/filestat.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL              723 ext/standard/filestat.c 			newtime = NULL;
NULL              725 ext/standard/filestat.c 			newtime->modtime = newtime->actime = time(NULL);
NULL              740 ext/standard/filestat.c 	wrapper = php_stream_locate_url_wrapper(filename, NULL, 0);
NULL              743 ext/standard/filestat.c 			if(wrapper->wops->stream_metadata(wrapper, filename, PHP_STREAM_META_TOUCH, newtime, NULL)) {
NULL              751 ext/standard/filestat.c 				php_error_docref(NULL, E_WARNING, "Can not call touch() for a non-standard stream");
NULL              754 ext/standard/filestat.c 			stream = php_stream_open_wrapper_ex(filename, "c", REPORT_ERRORS, NULL, NULL);
NULL              755 ext/standard/filestat.c 			if(stream != NULL) {
NULL              772 ext/standard/filestat.c 		if (file == NULL) {
NULL              773 ext/standard/filestat.c 			php_error_docref(NULL, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno));
NULL              781 ext/standard/filestat.c 		php_error_docref(NULL, E_WARNING, "Utime failed: %s", strerror(errno));
NULL              798 ext/standard/filestat.c 		BG(CurrentStatFile) = NULL;
NULL              802 ext/standard/filestat.c 		BG(CurrentLStatFile) = NULL;
NULL              805 ext/standard/filestat.c 		if (filename != NULL) {
NULL              819 ext/standard/filestat.c 	char      *filename             = NULL;
NULL              894 ext/standard/filestat.c 	if (php_stream_stat_path_ex((char *)filename, flags, &ssb, NULL)) {
NULL              897 ext/standard/filestat.c 			php_error_docref(NULL, E_WARNING, "%sstat failed for %s", IS_LINK_OPERATION(type) ? "L" : "", filename);
NULL              919 ext/standard/filestat.c 			groups = getgroups(0, NULL);
NULL              982 ext/standard/filestat.c 		php_error_docref(NULL, E_NOTICE, "Unknown file type (%d)", ssb.sb.st_mode&S_IFMT);
NULL             1072 ext/standard/filestat.c 	php_error_docref(NULL, E_WARNING, "Didn't understand stat call");
NULL               66 ext/standard/filters.c 	NULL,
NULL               72 ext/standard/filters.c 	return php_stream_filter_alloc(&strfilter_rot13_ops, NULL, persistent);
NULL              142 ext/standard/filters.c 	NULL,
NULL              148 ext/standard/filters.c 	NULL,
NULL              154 ext/standard/filters.c 	return php_stream_filter_alloc(&strfilter_toupper_ops, NULL, persistent);
NULL              159 ext/standard/filters.c 	return php_stream_filter_alloc(&strfilter_tolower_ops, NULL, persistent);
NULL              181 ext/standard/filters.c 	if (allowed_tags != NULL) {
NULL              182 ext/standard/filters.c 		if (NULL == (inst->allowed_tags = pemalloc(allowed_tags_len, persistent))) {
NULL              188 ext/standard/filters.c 		inst->allowed_tags = NULL;
NULL              198 ext/standard/filters.c 	if (inst->allowed_tags != NULL) {
NULL              234 ext/standard/filters.c 	assert(Z_PTR(thisfilter->abstract) != NULL);
NULL              254 ext/standard/filters.c 	if (inst == NULL) { /* it's possible pemalloc returns NULL
NULL              256 ext/standard/filters.c 		return NULL;
NULL              259 ext/standard/filters.c 	if (filterparams != NULL) {
NULL              280 ext/standard/filters.c 		return NULL;
NULL              364 ext/standard/filters.c 	if (lbchars != NULL) {
NULL              368 ext/standard/filters.c 		inst->lbchars = NULL;
NULL              377 ext/standard/filters.c 	assert(inst != NULL);
NULL              378 ext/standard/filters.c 	if (inst->lbchars_dup && inst->lbchars != NULL) {
NULL              400 ext/standard/filters.c 			if (line_ccnt < 4 && inst->lbchars != NULL) {
NULL              423 ext/standard/filters.c 			if (line_ccnt < 4 && inst->lbchars != NULL) {
NULL              464 ext/standard/filters.c 	if (in_pp == NULL || in_left_p == NULL) {
NULL              478 ext/standard/filters.c 				if (line_ccnt < 4 && inst->lbchars != NULL) {
NULL              505 ext/standard/filters.c 				if (inst->line_ccnt < 4 && inst->lbchars != NULL) {
NULL              532 ext/standard/filters.c 		if (line_ccnt < 4 && inst->lbchars != NULL) {
NULL              634 ext/standard/filters.c 	if (in_pp == NULL || in_left_p == NULL) {
NULL              757 ext/standard/filters.c 	assert(inst != NULL);
NULL              758 ext/standard/filters.c 	if (inst->lbchars_dup && inst->lbchars != NULL) {
NULL              793 ext/standard/filters.c 	if ((in_pp == NULL || in_left_p == NULL) && (lb_ptr >=lb_cnt)) {
NULL              804 ext/standard/filters.c 		if (!(opts & PHP_CONV_QPRINT_OPT_BINARY) && inst->lbchars != NULL && inst->lbchars_len > 0) {
NULL              841 ext/standard/filters.c 			if (line_ccnt < 2 && inst->lbchars != NULL) {
NULL              862 ext/standard/filters.c 				if (inst->lbchars != NULL) {
NULL              899 ext/standard/filters.c 			if (line_ccnt < 2 && inst->lbchars != NULL) {
NULL              966 ext/standard/filters.c 	if (line_len < 4 && lbchars != NULL) {
NULL              973 ext/standard/filters.c 	if (lbchars != NULL) {
NULL              977 ext/standard/filters.c 		inst->lbchars = NULL;
NULL             1003 ext/standard/filters.c 	assert(inst != NULL);
NULL             1004 ext/standard/filters.c 	if (inst->lbchars_dup && inst->lbchars != NULL) {
NULL             1021 ext/standard/filters.c 	if ((in_pp == NULL || in_left_p == NULL) && lb_cnt == lb_ptr) {
NULL             1186 ext/standard/filters.c 	if (lbchars != NULL) {
NULL             1190 ext/standard/filters.c 		inst->lbchars = NULL;
NULL             1216 ext/standard/filters.c 	*pretval = NULL;
NULL             1219 ext/standard/filters.c 	if ((tmpval = zend_hash_str_find((HashTable *)ht, field_name, field_name_len-1)) != NULL) {
NULL             1222 ext/standard/filters.c 		if (NULL == (*pretval = pemalloc(ZSTR_LEN(str) + 1, persistent))) {
NULL             1238 ext/standard/filters.c 	if (tmpval != NULL) {
NULL             1256 ext/standard/filters.c 	if (tmpval != NULL) {
NULL             1295 ext/standard/filters.c 	php_conv *retval = NULL;
NULL             1300 ext/standard/filters.c 			char *lbchars = NULL;
NULL             1303 ext/standard/filters.c 			if (options != NULL) {
NULL             1307 ext/standard/filters.c 					if (lbchars != NULL) {
NULL             1310 ext/standard/filters.c 					lbchars = NULL;
NULL             1312 ext/standard/filters.c 					if (lbchars == NULL) {
NULL             1319 ext/standard/filters.c 			if (lbchars != NULL) {
NULL             1321 ext/standard/filters.c 					if (lbchars != NULL) {
NULL             1328 ext/standard/filters.c 				if (php_conv_base64_encode_ctor((php_conv_base64_encode *)retval, 0, NULL, 0, 0, persistent)) {
NULL             1343 ext/standard/filters.c 			char *lbchars = NULL;
NULL             1347 ext/standard/filters.c 			if (options != NULL) {
NULL             1357 ext/standard/filters.c 					if (lbchars != NULL) {
NULL             1360 ext/standard/filters.c 					lbchars = NULL;
NULL             1362 ext/standard/filters.c 					if (lbchars == NULL) {
NULL             1371 ext/standard/filters.c 			if (lbchars != NULL) {
NULL             1378 ext/standard/filters.c 				if (php_conv_qprint_encode_ctor((php_conv_qprint_encode *)retval, 0, NULL, 0, 0, opts, persistent)) {
NULL             1385 ext/standard/filters.c 			char *lbchars = NULL;
NULL             1388 ext/standard/filters.c 			if (options != NULL) {
NULL             1394 ext/standard/filters.c 			if (lbchars != NULL) {
NULL             1401 ext/standard/filters.c 				if (php_conv_qprint_decode_ctor((php_conv_qprint_decode *)retval, NULL, 0, 0, persistent)) {
NULL             1408 ext/standard/filters.c 			retval = NULL;
NULL             1414 ext/standard/filters.c 	if (retval != NULL) {
NULL             1417 ext/standard/filters.c 	return NULL;
NULL             1433 ext/standard/filters.c 	if ((inst->cd = php_conv_open(conv_mode, conv_opts, persistent)) == NULL) {
NULL             1440 ext/standard/filters.c 	if (inst->cd != NULL) {
NULL             1444 ext/standard/filters.c 	if (inst->filtername != NULL) {
NULL             1452 ext/standard/filters.c 	if (inst->cd != NULL) {
NULL             1457 ext/standard/filters.c 	if (inst->filtername != NULL) {
NULL             1472 ext/standard/filters.c 	char *out_buf = NULL;
NULL             1479 ext/standard/filters.c 	if (ps == NULL) {
NULL             1488 ext/standard/filters.c 	if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
NULL             1503 ext/standard/filters.c 					php_error_docref(NULL, E_WARNING, "stream filter (%s): invalid byte sequence", inst->filtername);
NULL             1507 ext/standard/filters.c 					if (ps != NULL) {
NULL             1510 ext/standard/filters.c 								php_error_docref(NULL, E_WARNING, "stream filter (%s): insufficient buffer", inst->filtername);
NULL             1525 ext/standard/filters.c 					php_error_docref(NULL, E_WARNING, "stream filter (%s): unexpected end of stream", inst->filtername);
NULL             1536 ext/standard/filters.c 						if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) {
NULL             1543 ext/standard/filters.c 						if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
NULL             1548 ext/standard/filters.c 						if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) {
NULL             1549 ext/standard/filters.c 							if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) {
NULL             1565 ext/standard/filters.c 					php_error_docref(NULL, E_WARNING, "stream filter (%s): unknown error", inst->filtername);
NULL             1577 ext/standard/filters.c 		err = ((ps == NULL ? php_conv_convert(inst->cd, NULL, NULL, &pd, &ocnt):
NULL             1581 ext/standard/filters.c 				php_error_docref(NULL, E_WARNING, "stream filter (%s): invalid byte sequence", inst->filtername);
NULL             1585 ext/standard/filters.c 				if (ps != NULL) {
NULL             1587 ext/standard/filters.c 						php_error_docref(NULL, E_WARNING, "stream filter (%s): insufficient buffer", inst->filtername);
NULL             1595 ext/standard/filters.c 					php_error_docref(NULL, E_WARNING, "stream filter (%s): unexpected octet values", inst->filtername);
NULL             1608 ext/standard/filters.c 					if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) {
NULL             1615 ext/standard/filters.c 					if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) {
NULL             1620 ext/standard/filters.c 					if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) {
NULL             1621 ext/standard/filters.c 						if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) {
NULL             1636 ext/standard/filters.c 				php_error_docref(NULL, E_WARNING, "stream filter (%s): unknown error", inst->filtername);
NULL             1640 ext/standard/filters.c 				if (ps == NULL) {
NULL             1648 ext/standard/filters.c 		if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) {
NULL             1674 ext/standard/filters.c 	php_stream_bucket *bucket = NULL;
NULL             1678 ext/standard/filters.c 	while (buckets_in->head != NULL) {
NULL             1694 ext/standard/filters.c 				buckets_out, NULL, 0, &consumed,
NULL             1707 ext/standard/filters.c 	if (bucket != NULL) {
NULL             1715 ext/standard/filters.c 	assert(Z_PTR(thisfilter->abstract) != NULL);
NULL             1730 ext/standard/filters.c 	php_stream_filter *retval = NULL;
NULL             1735 ext/standard/filters.c 	if (filterparams != NULL && Z_TYPE_P(filterparams) != IS_ARRAY) {
NULL             1736 ext/standard/filters.c 		php_error_docref(NULL, E_WARNING, "stream filter (%s): invalid filter parameter", filtername);
NULL             1737 ext/standard/filters.c 		return NULL;
NULL             1740 ext/standard/filters.c 	if ((dot = strchr(filtername, '.')) == NULL) {
NULL             1741 ext/standard/filters.c 		return NULL;
NULL             1758 ext/standard/filters.c 		(filterparams != NULL ? Z_ARRVAL_P(filterparams) : NULL),
NULL             1765 ext/standard/filters.c 	if (retval == NULL) {
NULL             1800 ext/standard/filters.c 	while ((bucket = buckets_in->head) != NULL) {
NULL             1832 ext/standard/filters.c 	php_stream_filter_ops *fops = NULL;
NULL             1836 ext/standard/filters.c 		return NULL;
NULL             1842 ext/standard/filters.c 		php_error_docref(NULL, E_WARNING, "Failed allocating %zd bytes", sizeof(php_consumed_filter_data));
NULL             1843 ext/standard/filters.c 		return NULL;
NULL             2040 ext/standard/filters.c 	php_stream_filter_ops *fops = NULL;
NULL             2044 ext/standard/filters.c 		return NULL;
NULL             2050 ext/standard/filters.c 		php_error_docref(NULL, E_WARNING, "Failed allocating %zd bytes", sizeof(php_chunked_filter_data));
NULL             2051 ext/standard/filters.c 		return NULL;
NULL             2078 ext/standard/filters.c 	{ NULL, NULL }
NULL              127 ext/standard/flock_compat.c     {0, 0, 0, 0, NULL};
NULL              215 ext/standard/formatted_print.c 	char *s = NULL;
NULL              231 ext/standard/formatted_print.c 		php_error_docref(NULL, E_NOTICE, "Requested precision of %d digits was truncated to PHP maximum of %d digits", precision, MAX_FLOAT_PRECISION);
NULL              347 ext/standard/formatted_print.c 	if (endptr != NULL) {
NULL              388 ext/standard/formatted_print.c 	zval *newargs = NULL;
NULL              400 ext/standard/formatted_print.c 		return NULL;
NULL              405 ext/standard/formatted_print.c 	ZEND_PARSE_PARAMETERS_END_EX(return NULL);
NULL              411 ext/standard/formatted_print.c 		WRONG_PARAM_COUNT_WITH_RETVAL(NULL);
NULL              477 ext/standard/formatted_print.c 						php_error_docref(NULL, E_WARNING, "Argument number must be greater than zero");
NULL              478 ext/standard/formatted_print.c 						return NULL;
NULL              520 ext/standard/formatted_print.c 						php_error_docref(NULL, E_WARNING, "Width must be greater than zero and less than %d", INT_MAX);
NULL              521 ext/standard/formatted_print.c 						return NULL;
NULL              539 ext/standard/formatted_print.c 							php_error_docref(NULL, E_WARNING, "Precision must be greater than zero and less than %d", INT_MAX);
NULL              540 ext/standard/formatted_print.c 							return NULL;
NULL              561 ext/standard/formatted_print.c 				php_error_docref(NULL, E_WARNING, "Too few arguments");
NULL              562 ext/standard/formatted_print.c 				return NULL;
NULL              672 ext/standard/formatted_print.c 	if ((result=php_formatted_print(execute_data, 0, 0))==NULL) {
NULL              685 ext/standard/formatted_print.c 	if ((result=php_formatted_print(execute_data, 1, 0))==NULL) {
NULL              699 ext/standard/formatted_print.c 	if ((result=php_formatted_print(execute_data, 0, 0))==NULL) {
NULL              715 ext/standard/formatted_print.c 	if ((result=php_formatted_print(execute_data, 1, 0))==NULL) {
NULL              742 ext/standard/formatted_print.c 	if ((result=php_formatted_print(execute_data, 0, 1))==NULL) {
NULL              771 ext/standard/formatted_print.c 	if ((result=php_formatted_print(execute_data, 1, 1))==NULL) {
NULL               37 ext/standard/fsock.c 	zval *zerrno = NULL, *zerrstr = NULL;
NULL               45 ext/standard/fsock.c 	char *hashkey = NULL;
NULL               46 ext/standard/fsock.c 	php_stream *stream = NULL;
NULL               48 ext/standard/fsock.c 	char *hostname = NULL;
NULL               50 ext/standard/fsock.c 	zend_string *errstr = NULL;
NULL               89 ext/standard/fsock.c 			STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, hashkey, &tv, NULL, &errstr, &err);
NULL               94 ext/standard/fsock.c 	if (stream == NULL) {
NULL               95 ext/standard/fsock.c 		php_error_docref(NULL, E_WARNING, "unable to connect to %s:" ZEND_LONG_FMT " (%s)", host, port, errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
NULL              102 ext/standard/fsock.c 	if (stream == NULL)	{
NULL               43 ext/standard/ftok.c 		php_error_docref(NULL, E_WARNING, "Pathname is invalid");
NULL               48 ext/standard/ftok.c 		php_error_docref(NULL, E_WARNING, "Project identifier is invalid");
NULL               58 ext/standard/ftok.c 		php_error_docref(NULL, E_WARNING, "ftok() failed - %s", strerror(errno));
NULL               88 ext/standard/ftp_fopen_wrapper.c 	return strtol(buffer, NULL, 10);
NULL              117 ext/standard/ftp_fopen_wrapper.c 				php_error_docref(NULL, E_WARNING, "FTP server error %d:%s", result, tmp_line);
NULL              124 ext/standard/ftp_fopen_wrapper.c 		stream->wrapperthis = NULL;
NULL              137 ext/standard/ftp_fopen_wrapper.c 	php_stream *stream = NULL, *reuseid = NULL;
NULL              138 ext/standard/ftp_fopen_wrapper.c 	php_url *resource = NULL;
NULL              145 ext/standard/ftp_fopen_wrapper.c 	if (resource == NULL || resource->path == NULL) {
NULL              149 ext/standard/ftp_fopen_wrapper.c 		return NULL;
NULL              159 ext/standard/ftp_fopen_wrapper.c 	stream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, NULL, NULL, context, NULL, NULL);
NULL              161 ext/standard/ftp_fopen_wrapper.c 	if (stream == NULL) {
NULL              167 ext/standard/ftp_fopen_wrapper.c 	php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0);
NULL              206 ext/standard/ftp_fopen_wrapper.c 				STREAM_CRYPTO_METHOD_SSLv23_CLIENT, NULL) < 0
NULL              210 ext/standard/ftp_fopen_wrapper.c 			stream = NULL;
NULL              247 ext/standard/ftp_fopen_wrapper.c 	if (resource->user != NULL) {
NULL              264 ext/standard/ftp_fopen_wrapper.c 		if (resource->pass != NULL) {
NULL              317 ext/standard/ftp_fopen_wrapper.c 	return NULL;
NULL              328 ext/standard/ftp_fopen_wrapper.c 	char *tpath, *ttpath, *hoststart=NULL;
NULL              371 ext/standard/ftp_fopen_wrapper.c 		if (ttpath == NULL) {
NULL              399 ext/standard/ftp_fopen_wrapper.c 	if (ttpath == NULL) {
NULL              417 ext/standard/ftp_fopen_wrapper.c 	php_stream *stream = NULL, *datastream = NULL;
NULL              418 ext/standard/ftp_fopen_wrapper.c 	php_url *resource = NULL;
NULL              422 ext/standard/ftp_fopen_wrapper.c 	char *hoststart = NULL;
NULL              424 ext/standard/ftp_fopen_wrapper.c 	php_stream *reuseid=NULL;
NULL              440 ext/standard/ftp_fopen_wrapper.c 			return NULL;
NULL              451 ext/standard/ftp_fopen_wrapper.c 		return NULL;
NULL              455 ext/standard/ftp_fopen_wrapper.c 		(tmpzval = php_stream_context_get_option(context, "ftp", "proxy")) != NULL) {
NULL              462 ext/standard/ftp_fopen_wrapper.c 			return NULL;
NULL              500 ext/standard/ftp_fopen_wrapper.c 		if (context && (tmpzval = php_stream_context_get_option(context, "ftp", "overwrite")) != NULL) {
NULL              531 ext/standard/ftp_fopen_wrapper.c 			(tmpzval = php_stream_context_get_option(context, "ftp", "resume_pos")) != NULL &&
NULL              551 ext/standard/ftp_fopen_wrapper.c 	php_stream_printf(stream, "%s %s\r\n", tmp_line, (resource->path != NULL ? resource->path : "/"));
NULL              554 ext/standard/ftp_fopen_wrapper.c 	if (hoststart == NULL) {
NULL              558 ext/standard/ftp_fopen_wrapper.c 	datastream = php_stream_xport_create(transport, transport_len, REPORT_ERRORS, STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, NULL, NULL, context, NULL, NULL);
NULL              560 ext/standard/ftp_fopen_wrapper.c 	if (datastream == NULL) {
NULL              570 ext/standard/ftp_fopen_wrapper.c 		datastream = NULL;
NULL              578 ext/standard/ftp_fopen_wrapper.c 			STREAM_CRYPTO_METHOD_SSLv23_CLIENT, NULL) < 0 ||
NULL              583 ext/standard/ftp_fopen_wrapper.c 		datastream = NULL;
NULL              603 ext/standard/ftp_fopen_wrapper.c 	return NULL;
NULL              630 ext/standard/ftp_fopen_wrapper.c 	basename = php_basename(ent->d_name, tmp_len, NULL, 0);
NULL              657 ext/standard/ftp_fopen_wrapper.c 		data->controlstream = NULL;
NULL              661 ext/standard/ftp_fopen_wrapper.c 	data->datastream = NULL;
NULL              664 ext/standard/ftp_fopen_wrapper.c 	stream->abstract = NULL;
NULL              673 ext/standard/ftp_fopen_wrapper.c 	NULL, /* write */
NULL              676 ext/standard/ftp_fopen_wrapper.c 	NULL, /* flush */
NULL              678 ext/standard/ftp_fopen_wrapper.c 	NULL, /* rewind */
NULL              679 ext/standard/ftp_fopen_wrapper.c 	NULL, /* cast */
NULL              680 ext/standard/ftp_fopen_wrapper.c 	NULL, /* stat */
NULL              681 ext/standard/ftp_fopen_wrapper.c 	NULL  /* set option */
NULL              689 ext/standard/ftp_fopen_wrapper.c 	php_stream *stream, *reuseid, *datastream = NULL;
NULL              691 ext/standard/ftp_fopen_wrapper.c 	php_url *resource = NULL;
NULL              693 ext/standard/ftp_fopen_wrapper.c 	char *hoststart = NULL, tmp_line[512];
NULL              717 ext/standard/ftp_fopen_wrapper.c 	php_stream_printf(stream, "NLST %s\r\n", (resource->path != NULL ? resource->path : "/"));
NULL              720 ext/standard/ftp_fopen_wrapper.c 	if (hoststart == NULL) {
NULL              724 ext/standard/ftp_fopen_wrapper.c 	if (datastream == NULL) {
NULL              734 ext/standard/ftp_fopen_wrapper.c 		datastream = NULL;
NULL              741 ext/standard/ftp_fopen_wrapper.c 			STREAM_CRYPTO_METHOD_SSLv23_CLIENT, NULL) < 0 ||
NULL              746 ext/standard/ftp_fopen_wrapper.c 		datastream = NULL;
NULL              770 ext/standard/ftp_fopen_wrapper.c 	return NULL;
NULL              778 ext/standard/ftp_fopen_wrapper.c 	php_stream *stream = NULL;
NULL              779 ext/standard/ftp_fopen_wrapper.c 	php_url *resource = NULL;
NULL              786 ext/standard/ftp_fopen_wrapper.c 	stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL);
NULL              792 ext/standard/ftp_fopen_wrapper.c 	php_stream_printf(stream, "CWD %s\r\n", (resource->path != NULL ? resource->path : "/")); /* If we can CWD to it, it's a directory (maybe a link, but we can't tell) */
NULL              808 ext/standard/ftp_fopen_wrapper.c 	php_stream_printf(stream, "SIZE %s\r\n", (resource->path != NULL ? resource->path : "/"));
NULL              823 ext/standard/ftp_fopen_wrapper.c 	php_stream_printf(stream, "MDTM %s\r\n", (resource->path != NULL ? resource->path : "/"));
NULL              849 ext/standard/ftp_fopen_wrapper.c 		stamp = time(NULL);
NULL              901 ext/standard/ftp_fopen_wrapper.c 	php_stream *stream = NULL;
NULL              902 ext/standard/ftp_fopen_wrapper.c 	php_url *resource = NULL;
NULL              906 ext/standard/ftp_fopen_wrapper.c 	stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL);
NULL              909 ext/standard/ftp_fopen_wrapper.c 			php_error_docref(NULL, E_WARNING, "Unable to connect to %s", url);
NULL              914 ext/standard/ftp_fopen_wrapper.c 	if (resource->path == NULL) {
NULL              916 ext/standard/ftp_fopen_wrapper.c 			php_error_docref(NULL, E_WARNING, "Invalid path provided in %s", url);
NULL              922 ext/standard/ftp_fopen_wrapper.c 	php_stream_printf(stream, "DELE %s\r\n", (resource->path != NULL ? resource->path : "/"));
NULL              927 ext/standard/ftp_fopen_wrapper.c 			php_error_docref(NULL, E_WARNING, "Error Deleting file: %s", tmp_line);
NULL              951 ext/standard/ftp_fopen_wrapper.c 	php_stream *stream = NULL;
NULL              952 ext/standard/ftp_fopen_wrapper.c 	php_url *resource_from = NULL, *resource_to = NULL;
NULL              977 ext/standard/ftp_fopen_wrapper.c 	stream = php_ftp_fopen_connect(wrapper, url_from, "r", 0, NULL, NULL, NULL, NULL, NULL, NULL);
NULL              980 ext/standard/ftp_fopen_wrapper.c 			php_error_docref(NULL, E_WARNING, "Unable to connect to %s", resource_from->host);
NULL              986 ext/standard/ftp_fopen_wrapper.c 	php_stream_printf(stream, "RNFR %s\r\n", (resource_from->path != NULL ? resource_from->path : "/"));
NULL              991 ext/standard/ftp_fopen_wrapper.c 			php_error_docref(NULL, E_WARNING, "Error Renaming file: %s", tmp_line);
NULL              997 ext/standard/ftp_fopen_wrapper.c 	php_stream_printf(stream, "RNTO %s\r\n", (resource_to->path != NULL ? resource_to->path : "/"));
NULL             1002 ext/standard/ftp_fopen_wrapper.c 			php_error_docref(NULL, E_WARNING, "Error Renaming file: %s", tmp_line);
NULL             1030 ext/standard/ftp_fopen_wrapper.c 	php_stream *stream = NULL;
NULL             1031 ext/standard/ftp_fopen_wrapper.c 	php_url *resource = NULL;
NULL             1035 ext/standard/ftp_fopen_wrapper.c 	stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL);
NULL             1038 ext/standard/ftp_fopen_wrapper.c 			php_error_docref(NULL, E_WARNING, "Unable to connect to %s", url);
NULL             1043 ext/standard/ftp_fopen_wrapper.c 	if (resource->path == NULL) {
NULL             1045 ext/standard/ftp_fopen_wrapper.c 			php_error_docref(NULL, E_WARNING, "Invalid path provided in %s", url);
NULL             1088 ext/standard/ftp_fopen_wrapper.c 								php_error_docref(NULL, E_WARNING, "%s", tmp_line);
NULL             1124 ext/standard/ftp_fopen_wrapper.c 	php_stream *stream = NULL;
NULL             1125 ext/standard/ftp_fopen_wrapper.c 	php_url *resource = NULL;
NULL             1129 ext/standard/ftp_fopen_wrapper.c 	stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, NULL, NULL, &resource, NULL, NULL);
NULL             1132 ext/standard/ftp_fopen_wrapper.c 			php_error_docref(NULL, E_WARNING, "Unable to connect to %s", url);
NULL             1137 ext/standard/ftp_fopen_wrapper.c 	if (resource->path == NULL) {
NULL             1139 ext/standard/ftp_fopen_wrapper.c 			php_error_docref(NULL, E_WARNING, "Invalid path provided in %s", url);
NULL             1149 ext/standard/ftp_fopen_wrapper.c 			php_error_docref(NULL, E_WARNING, "%s", tmp_line);
NULL             1185 ext/standard/ftp_fopen_wrapper.c 	NULL,
NULL               87 ext/standard/head.c 	zend_string *encoded_value = NULL;
NULL               92 ext/standard/head.c 	} else if (strpbrk(ZSTR_VAL(name), "=,; \t\r\n\013\014") != NULL) {   /* man isspace for \013 and \014 */
NULL               98 ext/standard/head.c 			strpbrk(ZSTR_VAL(value), ",; \t\r\n\013\014") != NULL) { /* man isspace for \013 and \014 */
NULL              123 ext/standard/head.c 	if (value == NULL || ZSTR_LEN(value) == 0) {
NULL              151 ext/standard/head.c 			snprintf(tsdelta, sizeof(tsdelta), ZEND_LONG_FMT, (zend_long) difftime(expires, time(NULL)));
NULL              190 ext/standard/head.c 	zend_string *name, *value = NULL, *path = NULL, *domain = NULL;
NULL              211 ext/standard/head.c 	zend_string *name, *value = NULL, *path = NULL, *domain = NULL;
NULL              233 ext/standard/head.c 	zval *arg1 = NULL, *arg2 = NULL;
NULL               95 ext/standard/html.c 	return NULL;
NULL              384 ext/standard/html.c 	if (charset_hint == NULL)
NULL              392 ext/standard/html.c 	if (zenc != NULL) {
NULL              394 ext/standard/html.c 		if (charset_hint != NULL && (len=strlen(charset_hint)) != 0) {
NULL              399 ext/standard/html.c 				charset_hint = NULL;
NULL              408 ext/standard/html.c 	if (charset_hint != NULL && (len=strlen(charset_hint)) != 0) {
NULL              415 ext/standard/html.c 	if (charset_hint != NULL && (len=strlen(charset_hint)) != 0) {
NULL              427 ext/standard/html.c 		localename = setlocale(LC_CTYPE, NULL);
NULL              463 ext/standard/html.c 			php_error_docref(NULL, E_WARNING, "charset `%s' not supported, assuming utf-8",
NULL              820 ext/standard/html.c 	if (code_point != NULL)
NULL              956 ext/standard/html.c 		const char *next = NULL; /* when set, next > p, otherwise possible inf loop */
NULL              980 ext/standard/html.c 					stage3_table_be_apos_00000[code].data.ent.entity == NULL))
NULL             1078 ext/standard/html.c 	entity_table_opt retval = {NULL};
NULL             1103 ext/standard/html.c 	const entity_ht *inverse_map = NULL;
NULL             1158 ext/standard/html.c 		*entity     = NULL;
NULL             1214 ext/standard/html.c 		*entity     = NULL;
NULL             1233 ext/standard/html.c 	const enc_to_uni *to_uni_table = NULL;
NULL             1234 ext/standard/html.c 	const entity_ht *inv_map = NULL; /* used for !double_encode */
NULL             1236 ext/standard/html.c 	const unsigned char *replacement = NULL;
NULL             1241 ext/standard/html.c 			php_error_docref0(NULL, E_STRICT, "Only basic entities "
NULL             1275 ext/standard/html.c 			return NULL;
NULL             1283 ext/standard/html.c 		const unsigned char *mbsequence = NULL;
NULL             1314 ext/standard/html.c 			const unsigned char *rep	= NULL;
NULL             1322 ext/standard/html.c 				if (to_uni_table != NULL) {
NULL             1337 ext/standard/html.c 			if (rep != NULL) {
NULL             1446 ext/standard/html.c 	zend_string *str, *hint_charset = NULL;
NULL             1517 ext/standard/html.c 	replaced = php_unescape_html_entities((unsigned char*)str, str_len, 0 /*!all*/, (int)quote_style, NULL);
NULL             1529 ext/standard/html.c 	zend_string *str, *hint_charset = NULL;
NULL             1592 ext/standard/html.c 		if (mcpr[0].leading_entry.default_entity != NULL) {
NULL             1633 ext/standard/html.c 	const enc_to_uni *to_uni_table = NULL;
NULL             1634 ext/standard/html.c 	char *charset_hint = NULL;
NULL             1681 ext/standard/html.c 						if (r->data.ent.entity == NULL)
NULL             1707 ext/standard/html.c 				if (r->data.ent.entity == NULL)
NULL             1721 ext/standard/html.c 			if (r->data.ent.entity == NULL)
NULL              473 ext/standard/html_tables.h 	NULL,
NULL             1159 ext/standard/html_tables.h 	{ {NULL,                 	01,		0} },
NULL             1407 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1408 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1409 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1410 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1411 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1412 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1413 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1414 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1415 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1416 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1417 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1418 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1419 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1420 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1421 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1422 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1425 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1426 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1427 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"Tab", 3} } }, {0, { {"NewLine", 7} } }, {0, { {NULL, 0} } },
NULL             1428 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1429 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1430 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1431 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1432 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1433 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"excl", 4} } }, {0, { {"quot", 4} } }, {0, { {"num", 3} } },
NULL             1436 ext/standard/html_tables.h 	{0, { {"comma", 5} } }, {0, { {NULL, 0} } }, {0, { {"period", 6} } }, {0, { {"sol", 3} } },
NULL             1437 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1438 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1439 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"colon", 5} } }, {0, { {"semi", 4} } },
NULL             1444 ext/standard/html_tables.h 	{0, { {"commat", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1445 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1446 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1447 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1448 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1449 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1450 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lbrack", 6} } },
NULL             1452 ext/standard/html_tables.h 	{0, { {"grave", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1453 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_00066} } }, {0, { {NULL, 0} } },
NULL             1454 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1455 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1456 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1457 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1458 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lbrace", 6} } },
NULL             1459 ext/standard/html_tables.h 	{0, { {"vert", 4} } }, {0, { {"rcub", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1463 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1464 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1465 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1466 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1467 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1468 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1469 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1470 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1506 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"Edot", 4} } }, {0, { {"edot", 4} } },
NULL             1509 ext/standard/html_tables.h 	{0, { {"Gdot", 4} } }, {0, { {"gdot", 4} } }, {0, { {"Gcedil", 6} } }, {0, { {NULL, 0} } },
NULL             1512 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"Iogon", 5} } }, {0, { {"iogon", 5} } },
NULL             1523 ext/standard/html_tables.h 	{0, { {"Omacr", 5} } }, {0, { {"omacr", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1535 ext/standard/html_tables.h 	{0, { {"zdot", 4} } }, {0, { {"Zcaron", 6} } }, {0, { {"zcaron", 6} } }, {0, { {NULL, 0} } },
NULL             1539 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1540 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1541 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1542 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1543 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"fnof", 4} } }, {0, { {NULL, 0} } },
NULL             1544 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1545 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1546 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1547 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1548 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1549 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1550 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1551 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1552 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"imped", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1553 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1554 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1558 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1559 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1560 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1561 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1562 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1563 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1564 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1565 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1566 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1567 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1568 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1569 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1570 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1571 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"gacute", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1572 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1573 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1577 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1578 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1579 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1580 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1581 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1582 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1583 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1584 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1585 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1586 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1587 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1588 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1589 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1590 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"jmath", 5} } },
NULL             1591 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1592 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1596 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1597 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"circ", 4} } }, {0, { {"Hacek", 5} } },
NULL             1598 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1599 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1600 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1601 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1603 ext/standard/html_tables.h 	{0, { {"DiacriticalTilde", 16} } }, {0, { {"DiacriticalDoubleAcute", 22} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1604 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1605 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1606 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1607 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1608 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1609 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1610 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1611 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1615 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1616 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1617 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1618 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1619 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"DownBreve", 9} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1620 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1621 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1622 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1623 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1624 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1625 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1626 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1627 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1628 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1629 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1630 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1634 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1635 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1636 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1637 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1638 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"Alpha", 5} } }, {0, { {"Beta", 4} } }, {0, { {"Gamma", 5} } },
NULL             1642 ext/standard/html_tables.h 	{0, { {"Pi", 2} } }, {0, { {"Rho", 3} } }, {0, { {NULL, 0} } }, {0, { {"Sigma", 5} } },
NULL             1644 ext/standard/html_tables.h 	{0, { {"Psi", 3} } }, {0, { {"Omega", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1645 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1646 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"alpha", 5} } }, {0, { {"beta", 4} } }, {0, { {"gamma", 5} } },
NULL             1655 ext/standard/html_tables.h 	{0, { {"psi", 3} } }, {0, { {"omega", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1656 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1657 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"thetasym", 8} } }, {0, { {"upsih", 5} } }, {0, { {NULL, 0} } },
NULL             1658 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"straightphi", 11} } }, {0, { {"piv", 3} } }, {0, { {NULL, 0} } },
NULL             1659 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1660 ext/standard/html_tables.h 	{0, { {"Gammad", 6} } }, {0, { {"gammad", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1661 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1662 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1663 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1664 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1665 ext/standard/html_tables.h 	{0, { {"varkappa", 8} } }, {0, { {"rhov", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1666 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"straightepsilon", 15} } }, {0, { {"backepsilon", 11} } }, {0, { {NULL, 0} } },
NULL             1667 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1668 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1672 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"IOcy", 4} } }, {0, { {"DJcy", 4} } }, {0, { {"GJcy", 4} } },
NULL             1675 ext/standard/html_tables.h 	{0, { {"KJcy", 4} } }, {0, { {NULL, 0} } }, {0, { {"Ubrcy", 5} } }, {0, { {"DZcy", 4} } },
NULL             1695 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"iocy", 4} } }, {0, { {"djcy", 4} } }, {0, { {"gjcy", 4} } },
NULL             1698 ext/standard/html_tables.h 	{0, { {"kjcy", 4} } }, {0, { {NULL, 0} } }, {0, { {"ubrcy", 5} } }, {0, { {"dzcy", 4} } },
NULL             1699 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1700 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1701 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1702 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1703 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1704 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1705 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1706 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1710 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"ensp", 4} } }, {0, { {"emsp", 4} } },
NULL             1711 ext/standard/html_tables.h 	{0, { {"emsp13", 6} } }, {0, { {"emsp14", 6} } }, {0, { {NULL, 0} } }, {0, { {"numsp", 5} } },
NULL             1714 ext/standard/html_tables.h 	{0, { {"hyphen", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"ndash", 5} } },
NULL             1715 ext/standard/html_tables.h 	{0, { {"mdash", 5} } }, {0, { {"horbar", 6} } }, {0, { {"Verbar", 6} } }, {0, { {NULL, 0} } },
NULL             1716 ext/standard/html_tables.h 	{0, { {"OpenCurlyQuote", 14} } }, {0, { {"rsquo", 5} } }, {0, { {"sbquo", 5} } }, {0, { {NULL, 0} } },
NULL             1717 ext/standard/html_tables.h 	{0, { {"OpenCurlyDoubleQuote", 20} } }, {0, { {"rdquo", 5} } }, {0, { {"bdquo", 5} } }, {0, { {NULL, 0} } },
NULL             1718 ext/standard/html_tables.h 	{0, { {"dagger", 6} } }, {0, { {"Dagger", 6} } }, {0, { {"bull", 4} } }, {0, { {NULL, 0} } },
NULL             1719 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"nldr", 4} } }, {0, { {"hellip", 6} } }, {0, { {NULL, 0} } },
NULL             1720 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1721 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1723 ext/standard/html_tables.h 	{0, { {"tprime", 6} } }, {0, { {"backprime", 9} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1724 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"lsaquo", 6} } }, {0, { {"rsaquo", 6} } }, {0, { {NULL, 0} } },
NULL             1725 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"oline", 5} } }, {0, { {NULL, 0} } },
NULL             1729 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"caret", 5} } }, {0, { {NULL, 0} } }, {0, { {"hybull", 6} } },
NULL             1730 ext/standard/html_tables.h 	{0, { {"frasl", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1731 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1732 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"bsemi", 5} } },
NULL             1733 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1734 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"qprime", 6} } },
NULL             1735 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1736 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_0205F} } },
NULL             1738 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1739 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1740 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1741 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1742 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1743 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1744 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1748 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1749 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1750 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1751 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1752 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1753 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1754 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1755 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1756 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1757 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1758 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1759 ext/standard/html_tables.h 	{0, { {"euro", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1760 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1761 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1762 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1763 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1767 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1768 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1769 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1770 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1771 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1772 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1773 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"TripleDot", 9} } },
NULL             1774 ext/standard/html_tables.h 	{0, { {"DotDot", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1775 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1776 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1777 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1778 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1779 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1780 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1781 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1782 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1786 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"complexes", 9} } }, {0, { {NULL, 0} } },
NULL             1787 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"incare", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1788 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"gscr", 4} } }, {0, { {"HilbertSpace", 12} } },
NULL             1791 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"naturals", 8} } }, {0, { {"numero", 6} } }, {0, { {"copysr", 6} } },
NULL             1793 ext/standard/html_tables.h 	{0, { {"Rfr", 3} } }, {0, { {"Ropf", 4} } }, {0, { {"rx", 2} } }, {0, { {NULL, 0} } },
NULL             1794 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"trade", 5} } }, {0, { {NULL, 0} } },
NULL             1795 ext/standard/html_tables.h 	{0, { {"Zopf", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"mho", 3} } },
NULL             1796 ext/standard/html_tables.h 	{0, { {"Zfr", 3} } }, {0, { {"iiota", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1797 ext/standard/html_tables.h 	{0, { {"Bscr", 4} } }, {0, { {"Cfr", 3} } }, {0, { {NULL, 0} } }, {0, { {"escr", 4} } },
NULL             1798 ext/standard/html_tables.h 	{0, { {"expectation", 11} } }, {0, { {"Fouriertrf", 10} } }, {0, { {NULL, 0} } }, {0, { {"Mellintrf", 9} } },
NULL             1800 ext/standard/html_tables.h 	{0, { {"daleth", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1801 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1805 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1806 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"CapitalDifferentialD", 20} } }, {0, { {"DifferentialD", 13} } }, {0, { {"exponentiale", 12} } },
NULL             1807 ext/standard/html_tables.h 	{0, { {"ImaginaryI", 10} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1808 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1809 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"frac13", 6} } },
NULL             1812 ext/standard/html_tables.h 	{0, { {"frac38", 6} } }, {0, { {"frac58", 6} } }, {0, { {"frac78", 6} } }, {0, { {NULL, 0} } },
NULL             1813 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1814 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1815 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1816 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1817 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1818 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1819 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1820 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1824 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1825 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1826 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1827 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1831 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_0219D} } }, {0, { {"Larr", 4} } }, {0, { {"Uarr", 4} } },
NULL             1834 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"larrhk", 6} } }, {0, { {"rarrhk", 6} } }, {0, { {"larrlp", 6} } },
NULL             1835 ext/standard/html_tables.h 	{0, { {"looparrowright", 14} } }, {0, { {"harrw", 5} } }, {0, { {"nleftrightarrow", 15} } }, {0, { {NULL, 0} } },
NULL             1837 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"crarr", 5} } }, {0, { {"curvearrowleft", 14} } }, {0, { {"curarr", 6} } },
NULL             1838 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"olarr", 5} } }, {0, { {"orarr", 5} } },
NULL             1850 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"zigrarr", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1851 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1852 ext/standard/html_tables.h 	{0, { {"LeftArrowBar", 12} } }, {0, { {"RightArrowBar", 13} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1853 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1854 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1855 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1856 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"DownArrowUpArrow", 16} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1857 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1858 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"loarr", 5} } }, {0, { {"roarr", 5} } }, {0, { {"hoarr", 5} } },
NULL             1863 ext/standard/html_tables.h 	{0, { {"nexist", 6} } }, {0, { {"empty", 5} } }, {0, { {NULL, 0} } }, {0, { {"nabla", 5} } },
NULL             1864 ext/standard/html_tables.h 	{0, { {"isinv", 5} } }, {0, { {"notin", 5} } }, {0, { {NULL, 0} } }, {0, { {"ReverseElement", 14} } },
NULL             1865 ext/standard/html_tables.h 	{0, { {"notniva", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"prod", 4} } },
NULL             1867 ext/standard/html_tables.h 	{0, { {"plusdo", 6} } }, {0, { {NULL, 0} } }, {0, { {"ssetmn", 6} } }, {0, { {"lowast", 6} } },
NULL             1868 ext/standard/html_tables.h 	{0, { {"compfn", 6} } }, {0, { {NULL, 0} } }, {0, { {"Sqrt", 4} } }, {0, { {NULL, 0} } },
NULL             1869 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"prop", 4} } }, {0, { {"infin", 5} } }, {0, { {"angrt", 5} } },
NULL             1876 ext/standard/html_tables.h 	{0, { {"minusd", 6} } }, {0, { {NULL, 0} } }, {0, { {"mDDot", 5} } }, {0, { {"homtht", 6} } },
NULL             1887 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"wedgeq", 6} } }, {0, { {"veeeq", 5} } }, {0, { {NULL, 0} } },
NULL             1888 ext/standard/html_tables.h 	{0, { {"triangleq", 9} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"equest", 6} } },
NULL             1889 ext/standard/html_tables.h 	{0, { {"NotEqual", 8} } }, {1, { {(void *)multi_cp_html5_02261} } }, {0, { {"NotCongruent", 12} } }, {0, { {NULL, 0} } },
NULL             1903 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"cupdot", 6} } }, {0, { {"UnionPlus", 9} } }, {1, { {(void *)multi_cp_html5_0228F} } },
NULL             1907 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"odash", 5} } }, {0, { {"boxplus", 7} } }, {0, { {"boxminus", 8} } },
NULL             1909 ext/standard/html_tables.h 	{0, { {"DownTee", 7} } }, {0, { {"perp", 4} } }, {0, { {NULL, 0} } }, {0, { {"models", 6} } },
NULL             1912 ext/standard/html_tables.h 	{0, { {"prurel", 6} } }, {0, { {NULL, 0} } }, {0, { {"vartriangleleft", 15} } }, {0, { {"vrtri", 5} } },
NULL             1915 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"barvee", 6} } }, {0, { {"angrtvb", 7} } }, {0, { {"lrtri", 5} } },
NULL             1926 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"curlyeqprec", 11} } }, {0, { {"cuesc", 5} } },
NULL             1928 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lnsim", 5} } }, {0, { {"gnsim", 5} } },
NULL             1933 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_022F9} } }, {0, { {"nisd", 4} } }, {0, { {"xnis", 4} } },
NULL             1934 ext/standard/html_tables.h 	{0, { {"nis", 3} } }, {0, { {"notnivc", 7} } }, {0, { {"notnivb", 7} } }, {0, { {NULL, 0} } },
NULL             1938 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1939 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"barwed", 6} } }, {0, { {"doublebarwedge", 14} } }, {0, { {NULL, 0} } },
NULL             1942 ext/standard/html_tables.h 	{0, { {"bnot", 4} } }, {0, { {NULL, 0} } }, {0, { {"profline", 8} } }, {0, { {"profsurf", 8} } },
NULL             1943 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"telrec", 6} } }, {0, { {"target", 6} } }, {0, { {NULL, 0} } },
NULL             1944 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1946 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"frown", 5} } }, {0, { {"smile", 5} } },
NULL             1947 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1948 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1949 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"cylcty", 6} } }, {0, { {"profalar", 8} } }, {0, { {NULL, 0} } },
NULL             1950 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1951 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"topbot", 6} } }, {0, { {NULL, 0} } },
NULL             1952 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1953 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"ovbar", 5} } }, {0, { {NULL, 0} } }, {0, { {"solbar", 6} } },
NULL             1957 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1958 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1959 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1960 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1961 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1962 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1963 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1964 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1965 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1966 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1967 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1968 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1969 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1970 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1971 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1972 ext/standard/html_tables.h 	{0, { {"angzarr", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1976 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1977 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1978 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1979 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1980 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1981 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1982 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1983 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1984 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1985 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1986 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1987 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1988 ext/standard/html_tables.h 	{0, { {"lmoust", 6} } }, {0, { {"rmoust", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1989 ext/standard/html_tables.h 	{0, { {"OverBracket", 11} } }, {0, { {"bbrk", 4} } }, {0, { {"bbrktbrk", 8} } }, {0, { {NULL, 0} } },
NULL             1990 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1991 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1995 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1996 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1997 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1998 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             1999 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2000 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2001 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2003 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"trpezium", 8} } }, {0, { {NULL, 0} } },
NULL             2004 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"elinters", 8} } },
NULL             2005 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2006 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2007 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2008 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2009 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2010 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2014 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2015 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2016 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2017 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2018 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2019 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2020 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2021 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2022 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"blank", 5} } },
NULL             2023 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2024 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2025 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2026 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2027 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2028 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2029 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2033 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2034 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2035 ext/standard/html_tables.h 	{0, { {"oS", 2} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2036 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2037 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2038 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2039 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2040 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2041 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2042 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2043 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2044 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2045 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2046 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2047 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2048 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2052 ext/standard/html_tables.h 	{0, { {"HorizontalLine", 14} } }, {0, { {NULL, 0} } }, {0, { {"boxv", 4} } }, {0, { {NULL, 0} } },
NULL             2053 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2054 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2055 ext/standard/html_tables.h 	{0, { {"boxdr", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2056 ext/standard/html_tables.h 	{0, { {"boxdl", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2057 ext/standard/html_tables.h 	{0, { {"boxur", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2058 ext/standard/html_tables.h 	{0, { {"boxul", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2059 ext/standard/html_tables.h 	{0, { {"boxvr", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2060 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2061 ext/standard/html_tables.h 	{0, { {"boxvl", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2062 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2063 ext/standard/html_tables.h 	{0, { {"boxhd", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2064 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2065 ext/standard/html_tables.h 	{0, { {"boxhu", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2066 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2067 ext/standard/html_tables.h 	{0, { {"boxvh", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2071 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2072 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2073 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2074 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2082 ext/standard/html_tables.h 	{0, { {"boxVH", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2083 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2084 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2085 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2086 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2090 ext/standard/html_tables.h 	{0, { {"uhblk", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2091 ext/standard/html_tables.h 	{0, { {"lhblk", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2092 ext/standard/html_tables.h 	{0, { {"block", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2093 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2094 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"blk14", 5} } }, {0, { {"blk12", 5} } }, {0, { {"blk34", 5} } },
NULL             2095 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2096 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2097 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2098 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"Square", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2099 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2100 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"squarf", 6} } }, {0, { {"EmptyVerySmallSquare", 20} } },
NULL             2101 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"rect", 4} } }, {0, { {"marker", 6} } }, {0, { {NULL, 0} } },
NULL             2102 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"fltns", 5} } }, {0, { {NULL, 0} } }, {0, { {"bigtriangleup", 13} } },
NULL             2103 ext/standard/html_tables.h 	{0, { {"blacktriangle", 13} } }, {0, { {"triangle", 8} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2104 ext/standard/html_tables.h 	{0, { {"blacktriangleright", 18} } }, {0, { {"rtri", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2105 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"bigtriangledown", 15} } }, {0, { {"blacktriangledown", 17} } }, {0, { {"triangledown", 12} } },
NULL             2109 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"blacktriangleleft", 17} } }, {0, { {"ltri", 4} } },
NULL             2110 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2111 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lozenge", 7} } }, {0, { {"cir", 3} } },
NULL             2112 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2113 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2114 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2115 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2116 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2117 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2118 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2119 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2120 ext/standard/html_tables.h 	{0, { {"tridot", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"bigcirc", 7} } },
NULL             2121 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2122 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2124 ext/standard/html_tables.h 	{0, { {"FilledSmallSquare", 17} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2128 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2129 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"starf", 5} } }, {0, { {"star", 4} } }, {0, { {NULL, 0} } },
NULL             2130 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2131 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"phone", 5} } }, {0, { {NULL, 0} } },
NULL             2132 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2133 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2134 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2135 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2136 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2137 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2138 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2139 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2140 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2141 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2142 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2143 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2147 ext/standard/html_tables.h 	{0, { {"female", 6} } }, {0, { {NULL, 0} } }, {0, { {"male", 4} } }, {0, { {NULL, 0} } },
NULL             2148 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2149 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2150 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2151 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2152 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2153 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2154 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2155 ext/standard/html_tables.h 	{0, { {"spadesuit", 9} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"clubs", 5} } },
NULL             2156 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"hearts", 6} } }, {0, { {"diamondsuit", 11} } }, {0, { {NULL, 0} } },
NULL             2157 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"sung", 4} } }, {0, { {NULL, 0} } },
NULL             2158 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"flat", 4} } }, {0, { {"natur", 5} } }, {0, { {"sharp", 5} } },
NULL             2159 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2160 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2161 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2162 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2166 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2167 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2168 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2169 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2170 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"check", 5} } },
NULL             2171 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"cross", 5} } },
NULL             2172 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2173 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2174 ext/standard/html_tables.h 	{0, { {"maltese", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2175 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2176 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2177 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2178 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2179 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"sext", 4} } }, {0, { {NULL, 0} } },
NULL             2180 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2181 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2185 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2186 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2187 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2188 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2189 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2190 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2191 ext/standard/html_tables.h 	{0, { {"VerticalSeparator", 17} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2192 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2193 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2194 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2195 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2196 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2197 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lbbrk", 5} } }, {0, { {"rbbrk", 5} } },
NULL             2198 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2199 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2200 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2204 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2205 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2206 ext/standard/html_tables.h 	{0, { {"bsolhsub", 8} } }, {0, { {"suphsol", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2207 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2208 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2209 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2210 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2211 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2212 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2213 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"LeftDoubleBracket", 17} } }, {0, { {"RightDoubleBracket", 18} } },
NULL             2215 ext/standard/html_tables.h 	{0, { {"loang", 5} } }, {0, { {"roang", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2216 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2217 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"longleftarrow", 13} } }, {0, { {"LongRightArrow", 14} } }, {0, { {"LongLeftRightArrow", 18} } },
NULL             2218 ext/standard/html_tables.h 	{0, { {"xlArr", 5} } }, {0, { {"DoubleLongRightArrow", 20} } }, {0, { {"xhArr", 5} } }, {0, { {NULL, 0} } },
NULL             2219 ext/standard/html_tables.h 	{0, { {"xmap", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"dzigrarr", 8} } },
NULL             2223 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"nvlArr", 6} } }, {0, { {"nvrArr", 6} } },
NULL             2224 ext/standard/html_tables.h 	{0, { {"nvHarr", 6} } }, {0, { {"Map", 3} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2225 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2228 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"Rarrtl", 6} } }, {0, { {NULL, 0} } },
NULL             2229 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"latail", 6} } }, {0, { {"ratail", 6} } }, {0, { {"lAtail", 6} } },
NULL             2231 ext/standard/html_tables.h 	{0, { {"rarrbfs", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"nwarhk", 6} } },
NULL             2233 ext/standard/html_tables.h 	{0, { {"toea", 4} } }, {0, { {"seswar", 6} } }, {0, { {"swnwar", 6} } }, {0, { {NULL, 0} } },
NULL             2234 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2235 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_02933} } },
NULL             2236 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"cudarrr", 7} } }, {0, { {"ldca", 4} } }, {0, { {"rdca", 4} } },
NULL             2237 ext/standard/html_tables.h 	{0, { {"cudarrl", 7} } }, {0, { {"larrpl", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2238 ext/standard/html_tables.h 	{0, { {"curarrm", 7} } }, {0, { {"cularrp", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2242 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2243 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"rarrpl", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2245 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"LeftRightVector", 15} } }, {0, { {"RightUpDownVector", 17} } },
NULL             2255 ext/standard/html_tables.h 	{0, { {"rarrsim", 7} } }, {0, { {"rarrap", 6} } }, {0, { {"ltlarr", 6} } }, {0, { {NULL, 0} } },
NULL             2256 ext/standard/html_tables.h 	{0, { {"gtrarr", 6} } }, {0, { {"subrarr", 7} } }, {0, { {NULL, 0} } }, {0, { {"suplarr", 7} } },
NULL             2261 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2262 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"lopar", 5} } }, {0, { {"ropar", 5} } }, {0, { {NULL, 0} } },
NULL             2263 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lbrke", 5} } },
NULL             2266 ext/standard/html_tables.h 	{0, { {"rpargt", 6} } }, {0, { {"gtlPar", 6} } }, {0, { {"ltrPar", 6} } }, {0, { {NULL, 0} } },
NULL             2267 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"vzigzag", 7} } }, {0, { {NULL, 0} } },
NULL             2268 ext/standard/html_tables.h 	{0, { {"vangrt", 6} } }, {0, { {"angrtvbd", 8} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2269 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2275 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"operp", 5} } }, {0, { {NULL, 0} } }, {0, { {"olcross", 7} } },
NULL             2276 ext/standard/html_tables.h 	{0, { {"odsold", 6} } }, {0, { {NULL, 0} } }, {0, { {"olcir", 5} } }, {0, { {"ofcir", 5} } },
NULL             2281 ext/standard/html_tables.h 	{0, { {"solb", 4} } }, {0, { {"bsolb", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2282 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"boxbox", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2283 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"trisb", 5} } }, {0, { {"rtriltri", 8} } }, {1, { {(void *)multi_cp_html5_029CF} } },
NULL             2284 ext/standard/html_tables.h 	{1, { {(void *)multi_cp_html5_029D0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2285 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2286 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2287 ext/standard/html_tables.h 	{0, { {"iinfin", 6} } }, {0, { {"infintie", 8} } }, {0, { {"nvinfin", 7} } }, {0, { {NULL, 0} } },
NULL             2288 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"eparsl", 6} } },
NULL             2289 ext/standard/html_tables.h 	{0, { {"smeparsl", 8} } }, {0, { {"eqvparsl", 8} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2290 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lozf", 4} } },
NULL             2291 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2292 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2293 ext/standard/html_tables.h 	{0, { {"RuleDelayed", 11} } }, {0, { {NULL, 0} } }, {0, { {"dsol", 4} } }, {0, { {NULL, 0} } },
NULL             2294 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2295 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2299 ext/standard/html_tables.h 	{0, { {"xodot", 5} } }, {0, { {"bigoplus", 8} } }, {0, { {"bigotimes", 9} } }, {0, { {NULL, 0} } },
NULL             2300 ext/standard/html_tables.h 	{0, { {"biguplus", 8} } }, {0, { {NULL, 0} } }, {0, { {"bigsqcup", 8} } }, {0, { {NULL, 0} } },
NULL             2301 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2302 ext/standard/html_tables.h 	{0, { {"iiiint", 6} } }, {0, { {"fpartint", 8} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2305 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2306 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2307 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"pluscir", 7} } }, {0, { {"plusacir", 8} } },
NULL             2309 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"mcomma", 6} } }, {0, { {"minusdu", 7} } }, {0, { {NULL, 0} } },
NULL             2310 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"loplus", 6} } }, {0, { {"roplus", 6} } }, {0, { {"Cross", 5} } },
NULL             2311 ext/standard/html_tables.h 	{0, { {"timesd", 6} } }, {0, { {"timesbar", 8} } }, {0, { {NULL, 0} } }, {0, { {"smashp", 6} } },
NULL             2314 ext/standard/html_tables.h 	{0, { {"iprod", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"amalg", 5} } },
NULL             2318 ext/standard/html_tables.h 	{0, { {"capdot", 6} } }, {0, { {NULL, 0} } }, {0, { {"ncup", 4} } }, {0, { {"ncap", 4} } },
NULL             2321 ext/standard/html_tables.h 	{0, { {"ccups", 5} } }, {0, { {"ccaps", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2322 ext/standard/html_tables.h 	{0, { {"ccupssm", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"And", 3} } },
NULL             2324 ext/standard/html_tables.h 	{0, { {"andslope", 8} } }, {0, { {NULL, 0} } }, {0, { {"andv", 4} } }, {0, { {"orv", 3} } },
NULL             2325 ext/standard/html_tables.h 	{0, { {"andd", 4} } }, {0, { {"ord", 3} } }, {0, { {NULL, 0} } }, {0, { {"wedbar", 6} } },
NULL             2326 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2327 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"sdote", 5} } }, {0, { {NULL, 0} } },
NULL             2328 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"simdot", 6} } }, {0, { {NULL, 0} } },
NULL             2329 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_02A6D} } }, {0, { {"easter", 6} } }, {0, { {"apacir", 6} } },
NULL             2331 ext/standard/html_tables.h 	{0, { {"Colone", 6} } }, {0, { {"Equal", 5} } }, {0, { {NULL, 0} } }, {0, { {"ddotseq", 7} } },
NULL             2343 ext/standard/html_tables.h 	{0, { {"egsdot", 6} } }, {0, { {"el", 2} } }, {0, { {"eg", 2} } }, {0, { {NULL, 0} } },
NULL             2344 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"siml", 4} } }, {0, { {"simg", 4} } }, {0, { {"simlE", 5} } },
NULL             2345 ext/standard/html_tables.h 	{0, { {"simgE", 5} } }, {1, { {(void *)multi_cp_html5_02AA1} } }, {1, { {(void *)multi_cp_html5_02AA2} } }, {0, { {NULL, 0} } },
NULL             2349 ext/standard/html_tables.h 	{1, { {(void *)multi_cp_html5_02AB0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"prE", 3} } },
NULL             2358 ext/standard/html_tables.h 	{0, { {"supsim", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_02ACB} } },
NULL             2359 ext/standard/html_tables.h 	{1, { {(void *)multi_cp_html5_02ACC} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"csub", 4} } },
NULL             2363 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2364 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2365 ext/standard/html_tables.h 	{0, { {"Dashv", 5} } }, {0, { {NULL, 0} } }, {0, { {"Vdashl", 6} } }, {0, { {"Barv", 4} } },
NULL             2366 ext/standard/html_tables.h 	{0, { {"vBar", 4} } }, {0, { {"vBarv", 5} } }, {0, { {NULL, 0} } }, {0, { {"Vbar", 4} } },
NULL             2369 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2370 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2371 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {1, { {(void *)multi_cp_html5_02AFD} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2376 ext/standard/html_tables.h 	{0, { {"ffllig", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2377 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2378 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2379 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2380 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2381 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2382 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2383 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2384 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2385 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2386 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2387 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2388 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2389 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2390 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2394 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2395 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2396 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2397 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2398 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2399 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2400 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2401 ext/standard/html_tables.h 	{0, { {"Ascr", 4} } }, {0, { {NULL, 0} } }, {0, { {"Cscr", 4} } }, {0, { {"Dscr", 4} } },
NULL             2402 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"Gscr", 4} } }, {0, { {NULL, 0} } },
NULL             2403 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"Jscr", 4} } }, {0, { {"Kscr", 4} } }, {0, { {NULL, 0} } },
NULL             2404 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"Nscr", 4} } }, {0, { {"Oscr", 4} } }, {0, { {"Pscr", 4} } },
NULL             2405 ext/standard/html_tables.h 	{0, { {"Qscr", 4} } }, {0, { {NULL, 0} } }, {0, { {"Sscr", 4} } }, {0, { {"Tscr", 4} } },
NULL             2408 ext/standard/html_tables.h 	{0, { {"cscr", 4} } }, {0, { {"dscr", 4} } }, {0, { {NULL, 0} } }, {0, { {"fscr", 4} } },
NULL             2409 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"hscr", 4} } }, {0, { {"iscr", 4} } }, {0, { {"jscr", 4} } },
NULL             2414 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"pscr", 4} } }, {0, { {"qscr", 4} } }, {0, { {"rscr", 4} } },
NULL             2417 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2418 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2419 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2420 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2421 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2422 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2423 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2424 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2425 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2426 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2427 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2428 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2432 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2433 ext/standard/html_tables.h 	{0, { {"Afr", 3} } }, {0, { {"Bfr", 3} } }, {0, { {NULL, 0} } }, {0, { {"Dfr", 3} } },
NULL             2434 ext/standard/html_tables.h 	{0, { {"Efr", 3} } }, {0, { {"Ffr", 3} } }, {0, { {"Gfr", 3} } }, {0, { {NULL, 0} } },
NULL             2435 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"Jfr", 3} } }, {0, { {"Kfr", 3} } }, {0, { {"Lfr", 3} } },
NULL             2437 ext/standard/html_tables.h 	{0, { {"Qfr", 3} } }, {0, { {NULL, 0} } }, {0, { {"Sfr", 3} } }, {0, { {"Tfr", 3} } },
NULL             2439 ext/standard/html_tables.h 	{0, { {"Yfr", 3} } }, {0, { {NULL, 0} } }, {0, { {"afr", 3} } }, {0, { {"bfr", 3} } },
NULL             2446 ext/standard/html_tables.h 	{0, { {"Aopf", 4} } }, {0, { {"Bopf", 4} } }, {0, { {NULL, 0} } }, {0, { {"Dopf", 4} } },
NULL             2447 ext/standard/html_tables.h 	{0, { {"Eopf", 4} } }, {0, { {"Fopf", 4} } }, {0, { {"Gopf", 4} } }, {0, { {NULL, 0} } },
NULL             2452 ext/standard/html_tables.h 	{0, { {"Mopf", 4} } }, {0, { {NULL, 0} } }, {0, { {"Oopf", 4} } }, {0, { {NULL, 0} } },
NULL             2453 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"Sopf", 4} } }, {0, { {"Topf", 4} } },
NULL             2455 ext/standard/html_tables.h 	{0, { {"Yopf", 4} } }, {0, { {NULL, 0} } }, {0, { {"aopf", 4} } }, {0, { {"bopf", 4} } },
NULL             2462 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2463 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2464 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2465 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2466 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             2620 ext/standard/html_tables.h static const entity_cp_map ht_bucket_empty[] = { {NULL, 0, 0, 0} };
NULL             2621 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_000[] = { {"realpart", 8, 0x0211C, 0}, {"varr", 4, 0x02195, 0}, {NULL, 0, 0, 0} };
NULL             2622 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_001[] = { {"angrt", 5, 0x0221F, 0}, {"iogon", 5, 0x0012F, 0}, {NULL, 0, 0, 0} };
NULL             2623 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_003[] = { {"lessdot", 7, 0x022D6, 0}, {NULL, 0, 0, 0} };
NULL             2624 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_005[] = { {"simrarr", 7, 0x02972, 0}, {NULL, 0, 0, 0} };
NULL             2625 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_007[] = { {"Zscr", 4, 0x1D4B5, 0}, {"midast", 6, 0x0002A, 0}, {NULL, 0, 0, 0} };
NULL             2626 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_00D[] = { {"copf", 4, 0x1D554, 0}, {NULL, 0, 0, 0} };
NULL             2627 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_00F[] = { {"female", 6, 0x02640, 0}, {NULL, 0, 0, 0} };
NULL             2628 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_017[] = { {"NegativeThickSpace", 18, 0x0200B, 0}, {NULL, 0, 0, 0} };
NULL             2629 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_020[] = { {"copy", 4, 0x000A9, 0}, {NULL, 0, 0, 0} };
NULL             2630 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_022[] = { {"angst", 5, 0x000C5, 0}, {"searr", 5, 0x02198, 0}, {NULL, 0, 0, 0} };
NULL             2631 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_024[] = { {"sqcups", 6, 0x02294, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             2632 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_027[] = { {"Acirc", 5, 0x000C2, 0}, {"gtdot", 5, 0x022D7, 0}, {"varpi", 5, 0x003D6, 0}, {NULL, 0, 0, 0} };
NULL             2633 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_028[] = { {"UpTee", 5, 0x022A5, 0}, {NULL, 0, 0, 0} };
NULL             2634 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_029[] = { {"TildeTilde", 10, 0x02248, 0}, {NULL, 0, 0, 0} };
NULL             2635 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_02A[] = { {"mfr", 3, 0x1D52A, 0}, {NULL, 0, 0, 0} };
NULL             2636 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_02B[] = { {"RightVectorBar", 14, 0x02953, 0}, {"gesdot", 6, 0x02A80, 0}, {NULL, 0, 0, 0} };
NULL             2637 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_02C[] = { {"Uarrocir", 8, 0x02949, 0}, {NULL, 0, 0, 0} };
NULL             2638 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_02E[] = { {"RightTriangleBar", 16, 0x029D0, 0}, {NULL, 0, 0, 0} };
NULL             2639 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_030[] = { {"Ocy", 3, 0x0041E, 0}, {"int", 3, 0x0222B, 0}, {NULL, 0, 0, 0} };
NULL             2640 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_034[] = { {"preccurlyeq", 11, 0x0227C, 0}, {NULL, 0, 0, 0} };
NULL             2641 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_038[] = { {"sccue", 5, 0x0227D, 0}, {NULL, 0, 0, 0} };
NULL             2642 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_040[] = { {"DoubleContourIntegral", 21, 0x0222F, 0}, {"nexist", 6, 0x02204, 0}, {NULL, 0, 0, 0} };
NULL             2643 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_047[] = { {"acirc", 5, 0x000E2, 0}, {NULL, 0, 0, 0} };
NULL             2644 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_04C[] = { {"setmn", 5, 0x02216, 0}, {NULL, 0, 0, 0} };
NULL             2645 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_04E[] = { {"Dopf", 4, 0x1D53B, 0}, {"LeftTee", 7, 0x022A3, 0}, {NULL, 0, 0, 0} };
NULL             2646 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_051[] = { {"SquareSuperset", 14, 0x02290, 0}, {NULL, 0, 0, 0} };
NULL             2647 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_059[] = { {"udhar", 5, 0x0296E, 0}, {NULL, 0, 0, 0} };
NULL             2648 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_05D[] = { {"Equal", 5, 0x02A75, 0}, {"pscr", 4, 0x1D4C5, 0}, {"xvee", 4, 0x022C1, 0}, {NULL, 0, 0, 0} };
NULL             2649 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_05F[] = { {"approx", 6, 0x02248, 0}, {NULL, 0, 0, 0} };
NULL             2650 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_060[] = { {"HARDcy", 6, 0x0042A, 0}, {NULL, 0, 0, 0} };
NULL             2651 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_061[] = { {"nGg", 3, 0x022D9, 0x00338}, {NULL, 0, 0, 0} };
NULL             2652 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_063[] = { {"yopf", 4, 0x1D56A, 0}, {NULL, 0, 0, 0} };
NULL             2653 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_064[] = { {"prcue", 5, 0x0227C, 0}, {NULL, 0, 0, 0} };
NULL             2654 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_065[] = { {"loarr", 5, 0x021FD, 0}, {NULL, 0, 0, 0} };
NULL             2655 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_069[] = { {"mho", 3, 0x02127, 0}, {NULL, 0, 0, 0} };
NULL             2656 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_06A[] = { {"otimesas", 8, 0x02A36, 0}, {NULL, 0, 0, 0} };
NULL             2657 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_06D[] = { {"capcap", 6, 0x02A4B, 0}, {NULL, 0, 0, 0} };
NULL             2658 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_06E[] = { {"eplus", 5, 0x02A71, 0}, {"nGt", 3, 0x0226B, 0x020D2}, {NULL, 0, 0, 0} };
NULL             2659 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_06F[] = { {"Bumpeq", 6, 0x0224E, 0}, {NULL, 0, 0, 0} };
NULL             2660 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_071[] = { {"submult", 7, 0x02AC1, 0}, {NULL, 0, 0, 0} };
NULL             2661 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_073[] = { {"subplus", 7, 0x02ABF, 0}, {NULL, 0, 0, 0} };
NULL             2662 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_074[] = { {"auml", 4, 0x000E4, 0}, {NULL, 0, 0, 0} };
NULL             2663 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_07A[] = { {"RightDoubleBracket", 18, 0x027E7, 0}, {NULL, 0, 0, 0} };
NULL             2664 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_07B[] = { {"varkappa", 8, 0x003F0, 0}, {NULL, 0, 0, 0} };
NULL             2665 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_07C[] = { {"plusdo", 6, 0x02214, 0}, {NULL, 0, 0, 0} };
NULL             2666 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_07F[] = { {"mid", 3, 0x02223, 0}, {NULL, 0, 0, 0} };
NULL             2667 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_082[] = { {"plusdu", 6, 0x02A25, 0}, {NULL, 0, 0, 0} };
NULL             2668 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_084[] = { {"notniva", 7, 0x0220C, 0}, {NULL, 0, 0, 0} };
NULL             2669 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_085[] = { {"notnivb", 7, 0x022FE, 0}, {NULL, 0, 0, 0} };
NULL             2670 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_086[] = { {"notnivc", 7, 0x022FD, 0}, {NULL, 0, 0, 0} };
NULL             2671 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_088[] = { {"varepsilon", 10, 0x003F5, 0}, {NULL, 0, 0, 0} };
NULL             2672 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_089[] = { {"nspar", 5, 0x02226, 0}, {NULL, 0, 0, 0} };
NULL             2673 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_08C[] = { {"Ofr", 3, 0x1D512, 0}, {NULL, 0, 0, 0} };
NULL             2674 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_08E[] = { {"Omega", 5, 0x003A9, 0}, {NULL, 0, 0, 0} };
NULL             2675 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_090[] = { {"equals", 6, 0x0003D, 0}, {"harrcir", 7, 0x02948, 0}, {NULL, 0, 0, 0} };
NULL             2676 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_094[] = { {"Succeeds", 8, 0x0227B, 0}, {"cupdot", 6, 0x0228D, 0}, {NULL, 0, 0, 0} };
NULL             2677 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_097[] = { {"lsqb", 4, 0x0005B, 0}, {NULL, 0, 0, 0} };
NULL             2678 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_09E[] = { {"Qscr", 4, 0x1D4AC, 0}, {"urcorn", 6, 0x0231D, 0}, {NULL, 0, 0, 0} };
NULL             2679 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0A4[] = { {"Zopf", 4, 0x02124, 0}, {NULL, 0, 0, 0} };
NULL             2680 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0A6[] = { {"triangleleft", 12, 0x025C3, 0}, {NULL, 0, 0, 0} };
NULL             2681 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0AB[] = { {"supdsub", 7, 0x02AD8, 0}, {NULL, 0, 0, 0} };
NULL             2682 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0AC[] = { {"chcy", 4, 0x00447, 0}, {NULL, 0, 0, 0} };
NULL             2683 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0AD[] = { {"sqsupset", 8, 0x02290, 0}, {NULL, 0, 0, 0} };
NULL             2684 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0AE[] = { {"omega", 5, 0x003C9, 0}, {NULL, 0, 0, 0} };
NULL             2685 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0AF[] = { {"rthree", 6, 0x022CC, 0}, {NULL, 0, 0, 0} };
NULL             2686 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0B0[] = { {"THORN", 5, 0x000DE, 0}, {"clubsuit", 8, 0x02663, 0}, {"filig", 5, 0x0FB01, 0}, {NULL, 0, 0, 0} };
NULL             2687 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0B2[] = { {"ocir", 4, 0x0229A, 0}, {NULL, 0, 0, 0} };
NULL             2688 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0B8[] = { {"ShortDownArrow", 14, 0x02193, 0}, {"atilde", 6, 0x000E3, 0}, {NULL, 0, 0, 0} };
NULL             2689 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0B9[] = { {"DownLeftTeeVector", 17, 0x0295E, 0}, {"LeftTeeArrow", 12, 0x021A4, 0}, {NULL, 0, 0, 0} };
NULL             2690 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0BA[] = { {"GreaterFullEqual", 16, 0x02267, 0}, {"emsp", 4, 0x02003, 0}, {NULL, 0, 0, 0} };
NULL             2691 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0C0[] = { {"lozf", 4, 0x029EB, 0}, {NULL, 0, 0, 0} };
NULL             2692 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0C4[] = { {"ThinSpace", 9, 0x02009, 0}, {NULL, 0, 0, 0} };
NULL             2693 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0CE[] = { {"fnof", 4, 0x00192, 0}, {"multimap", 8, 0x022B8, 0}, {NULL, 0, 0, 0} };
NULL             2694 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0D1[] = { {"Zacute", 6, 0x00179, 0}, {NULL, 0, 0, 0} };
NULL             2695 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0D2[] = { {"mdash", 5, 0x02014, 0}, {NULL, 0, 0, 0} };
NULL             2696 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0D3[] = { {"minusb", 6, 0x0229F, 0}, {NULL, 0, 0, 0} };
NULL             2697 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0D5[] = { {"minusd", 6, 0x02238, 0}, {NULL, 0, 0, 0} };
NULL             2698 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0DF[] = { {"varsigma", 8, 0x003C2, 0}, {NULL, 0, 0, 0} };
NULL             2699 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0E5[] = { {"ntilde", 6, 0x000F1, 0}, {NULL, 0, 0, 0} };
NULL             2700 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0E6[] = { {"Lambda", 6, 0x0039B, 0}, {"integers", 8, 0x02124, 0}, {NULL, 0, 0, 0} };
NULL             2701 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0E8[] = { {"gesles", 6, 0x02A94, 0}, {NULL, 0, 0, 0} };
NULL             2702 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0EC[] = { {"NotSubset", 9, 0x02282, 0x020D2}, {NULL, 0, 0, 0} };
NULL             2703 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0EF[] = { {"NotLeftTriangleEqual", 20, 0x022EC, 0}, {NULL, 0, 0, 0} };
NULL             2704 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0F3[] = { {"LessLess", 8, 0x02AA1, 0}, {NULL, 0, 0, 0} };
NULL             2705 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0F4[] = { {"gscr", 4, 0x0210A, 0}, {NULL, 0, 0, 0} };
NULL             2706 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0FA[] = { {"popf", 4, 0x1D561, 0}, {NULL, 0, 0, 0} };
NULL             2707 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0FB[] = { {"Agrave", 6, 0x000C0, 0}, {NULL, 0, 0, 0} };
NULL             2708 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0FD[] = { {"nvinfin", 7, 0x029DE, 0}, {NULL, 0, 0, 0} };
NULL             2709 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_0FE[] = { {"gacute", 6, 0x001F5, 0}, {NULL, 0, 0, 0} };
NULL             2710 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_100[] = { {"diam", 4, 0x022C4, 0}, {NULL, 0, 0, 0} };
NULL             2711 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_101[] = { {"nesim", 5, 0x02242, 0x00338}, {NULL, 0, 0, 0} };
NULL             2712 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_103[] = { {"YIcy", 4, 0x00407, 0}, {"bcy", 3, 0x00431, 0}, {NULL, 0, 0, 0} };
NULL             2713 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_105[] = { {"Exists", 6, 0x02203, 0}, {NULL, 0, 0, 0} };
NULL             2714 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_106[] = { {"vert", 4, 0x0007C, 0}, {NULL, 0, 0, 0} };
NULL             2715 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_109[] = { {"ropar", 5, 0x02986, 0}, {NULL, 0, 0, 0} };
NULL             2716 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_10A[] = { {"topfork", 7, 0x02ADA, 0}, {NULL, 0, 0, 0} };
NULL             2717 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_10B[] = { {"nLl", 3, 0x022D8, 0x00338}, {NULL, 0, 0, 0} };
NULL             2718 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_10D[] = { {"notin", 5, 0x02209, 0}, {NULL, 0, 0, 0} };
NULL             2719 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_10E[] = { {"SucceedsSlantEqual", 18, 0x0227D, 0}, {"toea", 4, 0x02928, 0}, {NULL, 0, 0, 0} };
NULL             2720 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_10F[] = { {"ImaginaryI", 10, 0x02148, 0}, {"srarr", 5, 0x02192, 0}, {"ulcorner", 8, 0x0231C, 0}, {NULL, 0, 0, 0} };
NULL             2721 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_110[] = { {"LeftArrowBar", 12, 0x021E4, 0}, {"ldsh", 4, 0x021B2, 0}, {NULL, 0, 0, 0} };
NULL             2722 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_111[] = { {"DownBreve", 9, 0x00311, 0}, {NULL, 0, 0, 0} };
NULL             2723 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_113[] = { {"nLt", 3, 0x0226A, 0x020D2}, {NULL, 0, 0, 0} };
NULL             2724 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_116[] = { {"vltri", 5, 0x022B2, 0}, {NULL, 0, 0, 0} };
NULL             2725 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_11B[] = { {"VDash", 5, 0x022AB, 0}, {NULL, 0, 0, 0} };
NULL             2726 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_11C[] = { {"Dstrok", 6, 0x00110, 0}, {"Intersection", 12, 0x022C2, 0}, {NULL, 0, 0, 0} };
NULL             2727 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_11E[] = { {"lrhar", 5, 0x021CB, 0}, {NULL, 0, 0, 0} };
NULL             2728 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_121[] = { {"RightTee", 8, 0x022A2, 0}, {NULL, 0, 0, 0} };
NULL             2729 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_124[] = { {"RightArrowLeftArrow", 19, 0x021C4, 0}, {NULL, 0, 0, 0} };
NULL             2730 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_129[] = { {"Ccirc", 5, 0x00108, 0}, {NULL, 0, 0, 0} };
NULL             2731 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_12A[] = { {"ntrianglelefteq", 15, 0x022EC, 0}, {NULL, 0, 0, 0} };
NULL             2732 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_12C[] = { {"leftharpoonup", 13, 0x021BC, 0}, {"scap", 4, 0x02AB8, 0}, {NULL, 0, 0, 0} };
NULL             2733 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_12E[] = { {"darr", 4, 0x02193, 0}, {"qfr", 3, 0x1D52E, 0}, {NULL, 0, 0, 0} };
NULL             2734 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_12F[] = { {"cdot", 4, 0x0010B, 0}, {NULL, 0, 0, 0} };
NULL             2735 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_130[] = { {"supseteqq", 9, 0x02AC6, 0}, {NULL, 0, 0, 0} };
NULL             2736 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_134[] = { {"Scy", 3, 0x00421, 0}, {NULL, 0, 0, 0} };
NULL             2737 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_135[] = { {"Hscr", 4, 0x0210B, 0}, {NULL, 0, 0, 0} };
NULL             2738 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_137[] = { {"LowerRightArrow", 15, 0x02198, 0}, {NULL, 0, 0, 0} };
NULL             2739 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_13A[] = { {"divide", 6, 0x000F7, 0}, {"tcedil", 6, 0x00163, 0}, {NULL, 0, 0, 0} };
NULL             2740 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_13B[] = { {"LeftArrow", 9, 0x02190, 0}, {"Qopf", 4, 0x0211A, 0}, {"vDash", 5, 0x022A8, 0}, {NULL, 0, 0, 0} };
NULL             2741 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_145[] = { {"dash", 4, 0x02010, 0}, {NULL, 0, 0, 0} };
NULL             2742 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_147[] = { {"oror", 4, 0x02A56, 0}, {NULL, 0, 0, 0} };
NULL             2743 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_149[] = { {"ccirc", 5, 0x00109, 0}, {NULL, 0, 0, 0} };
NULL             2744 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_14B[] = { {"LongLeftArrow", 13, 0x027F5, 0}, {NULL, 0, 0, 0} };
NULL             2745 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_14C[] = { {"straightphi", 11, 0x003D5, 0}, {NULL, 0, 0, 0} };
NULL             2746 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_14E[] = { {"xlarr", 5, 0x027F5, 0}, {NULL, 0, 0, 0} };
NULL             2747 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_14F[] = { {"DJcy", 4, 0x00402, 0}, {NULL, 0, 0, 0} };
NULL             2748 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_158[] = { {"nbsp", 4, 0x000A0, 0}, {"succcurlyeq", 11, 0x0227D, 0}, {NULL, 0, 0, 0} };
NULL             2749 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_159[] = { {"njcy", 4, 0x0045A, 0}, {NULL, 0, 0, 0} };
NULL             2750 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_15B[] = { {"Leftarrow", 9, 0x021D0, 0}, {NULL, 0, 0, 0} };
NULL             2751 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_15E[] = { {"dtrif", 5, 0x025BE, 0}, {NULL, 0, 0, 0} };
NULL             2752 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_15F[] = { {"bfr", 3, 0x1D51F, 0}, {NULL, 0, 0, 0} };
NULL             2753 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_161[] = { {"GreaterTilde", 12, 0x02273, 0}, {NULL, 0, 0, 0} };
NULL             2754 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_164[] = { {"hamilt", 6, 0x0210B, 0}, {NULL, 0, 0, 0} };
NULL             2755 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_165[] = { {"Dcy", 3, 0x00414, 0}, {NULL, 0, 0, 0} };
NULL             2756 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_168[] = { {"LeftUpVector", 12, 0x021BF, 0}, {NULL, 0, 0, 0} };
NULL             2757 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_16A[] = { {"bigoplus", 8, 0x02A01, 0}, {NULL, 0, 0, 0} };
NULL             2758 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_170[] = { {"nwarhk", 6, 0x02923, 0}, {NULL, 0, 0, 0} };
NULL             2759 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_173[] = { {"diams", 5, 0x02666, 0}, {"suphsol", 7, 0x027C9, 0}, {NULL, 0, 0, 0} };
NULL             2760 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_17A[] = { {"boxminus", 8, 0x0229F, 0}, {NULL, 0, 0, 0} };
NULL             2761 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_17B[] = { {"leftarrow", 9, 0x02190, 0}, {NULL, 0, 0, 0} };
NULL             2762 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_17C[] = { {"andd", 4, 0x02A5C, 0}, {NULL, 0, 0, 0} };
NULL             2763 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_17F[] = { {"NonBreakingSpace", 16, 0x000A0, 0}, {NULL, 0, 0, 0} };
NULL             2764 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_181[] = { {"xutri", 5, 0x025B3, 0}, {NULL, 0, 0, 0} };
NULL             2765 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_189[] = { {"Longleftrightarrow", 18, 0x027FA, 0}, {NULL, 0, 0, 0} };
NULL             2766 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_18B[] = { {"Longleftarrow", 13, 0x027F8, 0}, {NULL, 0, 0, 0} };
NULL             2767 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_18C[] = { {"gtrapprox", 9, 0x02A86, 0}, {"phmmat", 6, 0x02133, 0}, {NULL, 0, 0, 0} };
NULL             2768 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_18E[] = { {"andv", 4, 0x02A5A, 0}, {NULL, 0, 0, 0} };
NULL             2769 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_18F[] = { {"equiv", 5, 0x02261, 0}, {NULL, 0, 0, 0} };
NULL             2770 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_190[] = { {"Sfr", 3, 0x1D516, 0}, {NULL, 0, 0, 0} };
NULL             2771 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_191[] = { {"gopf", 4, 0x1D558, 0}, {NULL, 0, 0, 0} };
NULL             2772 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_193[] = { {"sqsub", 5, 0x0228F, 0}, {NULL, 0, 0, 0} };
NULL             2773 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_195[] = { {"approxeq", 8, 0x0224A, 0}, {NULL, 0, 0, 0} };
NULL             2774 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_19A[] = { {"Del", 3, 0x02207, 0}, {NULL, 0, 0, 0} };
NULL             2775 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_19C[] = { {"nrightarrow", 11, 0x0219B, 0}, {NULL, 0, 0, 0} };
NULL             2776 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_19F[] = { {"SquareUnion", 11, 0x02294, 0}, {"strns", 5, 0x000AF, 0}, {NULL, 0, 0, 0} };
NULL             2777 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A0[] = { {"Itilde", 6, 0x00128, 0}, {NULL, 0, 0, 0} };
NULL             2778 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A1[] = { {"sqsup", 5, 0x02290, 0}, {NULL, 0, 0, 0} };
NULL             2779 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A2[] = { {"Ouml", 4, 0x000D6, 0}, {"PrecedesTilde", 13, 0x0227E, 0}, {NULL, 0, 0, 0} };
NULL             2780 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A3[] = { {"AMP", 3, 0x00026, 0}, {NULL, 0, 0, 0} };
NULL             2781 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A4[] = { {"plusmn", 6, 0x000B1, 0}, {NULL, 0, 0, 0} };
NULL             2782 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A5[] = { {"xcup", 4, 0x022C3, 0}, {NULL, 0, 0, 0} };
NULL             2783 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1A8[] = { {"radic", 5, 0x0221A, 0}, {NULL, 0, 0, 0} };
NULL             2784 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1AB[] = { {"longleftarrow", 13, 0x027F5, 0}, {NULL, 0, 0, 0} };
NULL             2785 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1AC[] = { {"lrcorner", 8, 0x0231F, 0}, {NULL, 0, 0, 0} };
NULL             2786 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1AD[] = { {"notni", 5, 0x0220C, 0}, {"updownarrow", 11, 0x02195, 0}, {NULL, 0, 0, 0} };
NULL             2787 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1AE[] = { {"szlig", 5, 0x000DF, 0}, {NULL, 0, 0, 0} };
NULL             2788 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1AF[] = { {"ugrave", 6, 0x000F9, 0}, {NULL, 0, 0, 0} };
NULL             2789 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1B0[] = { {"imof", 4, 0x022B7, 0}, {NULL, 0, 0, 0} };
NULL             2790 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1B2[] = { {"csub", 4, 0x02ACF, 0}, {NULL, 0, 0, 0} };
NULL             2791 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1B5[] = { {"gsim", 4, 0x02273, 0}, {NULL, 0, 0, 0} };
NULL             2792 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1B9[] = { {"leftleftarrows", 14, 0x021C7, 0}, {NULL, 0, 0, 0} };
NULL             2793 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1BD[] = { {"backcong", 8, 0x0224C, 0}, {NULL, 0, 0, 0} };
NULL             2794 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1BE[] = { {"clubs", 5, 0x02663, 0}, {NULL, 0, 0, 0} };
NULL             2795 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1C0[] = { {"csup", 4, 0x02AD0, 0}, {NULL, 0, 0, 0} };
NULL             2796 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1C1[] = { {"Dfr", 3, 0x1D507, 0}, {NULL, 0, 0, 0} };
NULL             2797 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1C4[] = { {"profline", 8, 0x02312, 0}, {NULL, 0, 0, 0} };
NULL             2798 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1C6[] = { {"Zdot", 4, 0x0017B, 0}, {NULL, 0, 0, 0} };
NULL             2799 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1C9[] = { {"ClockwiseContourIntegral", 24, 0x02232, 0}, {NULL, 0, 0, 0} };
NULL             2800 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1CA[] = { {"roplus", 6, 0x02A2E, 0}, {NULL, 0, 0, 0} };
NULL             2801 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1CD[] = { {"Rang", 4, 0x027EB, 0}, {NULL, 0, 0, 0} };
NULL             2802 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1CE[] = { {"bcong", 5, 0x0224C, 0}, {NULL, 0, 0, 0} };
NULL             2803 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D0[] = { {"tshcy", 5, 0x0045B, 0}, {NULL, 0, 0, 0} };
NULL             2804 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D1[] = { {"eDot", 4, 0x02251, 0}, {NULL, 0, 0, 0} };
NULL             2805 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D2[] = { {"Hopf", 4, 0x0210D, 0}, {NULL, 0, 0, 0} };
NULL             2806 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D4[] = { {"lpar", 4, 0x00028, 0}, {"odash", 5, 0x0229D, 0}, {NULL, 0, 0, 0} };
NULL             2807 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D5[] = { {"capbrcup", 8, 0x02A49, 0}, {NULL, 0, 0, 0} };
NULL             2808 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D6[] = { {"ucy", 3, 0x00443, 0}, {NULL, 0, 0, 0} };
NULL             2809 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D8[] = { {"ofcir", 5, 0x029BF, 0}, {NULL, 0, 0, 0} };
NULL             2810 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1D9[] = { {"Breve", 5, 0x002D8, 0}, {NULL, 0, 0, 0} };
NULL             2811 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1DA[] = { {"barvee", 6, 0x022BD, 0}, {NULL, 0, 0, 0} };
NULL             2812 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1DF[] = { {"backsim", 7, 0x0223D, 0}, {NULL, 0, 0, 0} };
NULL             2813 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1E0[] = { {"ange", 4, 0x029A4, 0}, {"half", 4, 0x000BD, 0}, {NULL, 0, 0, 0} };
NULL             2814 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1E1[] = { {"tscr", 4, 0x1D4C9, 0}, {NULL, 0, 0, 0} };
NULL             2815 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1E5[] = { {"realine", 7, 0x0211B, 0}, {NULL, 0, 0, 0} };
NULL             2816 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1E6[] = { {"Oacute", 6, 0x000D3, 0}, {NULL, 0, 0, 0} };
NULL             2817 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1E7[] = { {"dfisht", 6, 0x0297F, 0}, {"swnwar", 6, 0x0292A, 0}, {NULL, 0, 0, 0} };
NULL             2818 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1E8[] = { {"tscy", 4, 0x00446, 0}, {NULL, 0, 0, 0} };
NULL             2819 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1EB[] = { {"lsquor", 6, 0x0201A, 0}, {NULL, 0, 0, 0} };
NULL             2820 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1EF[] = { {"naturals", 8, 0x02115, 0}, {"utrif", 5, 0x025B4, 0}, {NULL, 0, 0, 0} };
NULL             2821 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1F0[] = { {"DiacriticalTilde", 16, 0x002DC, 0}, {"RightUpVectorBar", 16, 0x02954, 0}, {NULL, 0, 0, 0} };
NULL             2822 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1F2[] = { {"rHar", 4, 0x02964, 0}, {NULL, 0, 0, 0} };
NULL             2823 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1F4[] = { {"curlyeqprec", 11, 0x022DE, 0}, {NULL, 0, 0, 0} };
NULL             2824 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1F8[] = { {"dtri", 4, 0x025BF, 0}, {"euml", 4, 0x000EB, 0}, {NULL, 0, 0, 0} };
NULL             2825 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1F9[] = { {"breve", 5, 0x002D8, 0}, {NULL, 0, 0, 0} };
NULL             2826 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1FA[] = { {"Barwed", 6, 0x02306, 0}, {"nvlArr", 6, 0x02902, 0}, {NULL, 0, 0, 0} };
NULL             2827 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1FC[] = { {"dcaron", 6, 0x0010F, 0}, {"natural", 7, 0x0266E, 0}, {NULL, 0, 0, 0} };
NULL             2828 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1FE[] = { {"nsupseteqq", 10, 0x02AC6, 0x00338}, {NULL, 0, 0, 0} };
NULL             2829 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_1FF[] = { {"nedot", 5, 0x02250, 0x00338}, {NULL, 0, 0, 0} };
NULL             2830 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_205[] = { {"bigtriangledown", 15, 0x025BD, 0}, {NULL, 0, 0, 0} };
NULL             2831 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_207[] = { {"fcy", 3, 0x00444, 0}, {"marker", 6, 0x025AE, 0}, {NULL, 0, 0, 0} };
NULL             2832 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_20E[] = { {"Union", 5, 0x022C3, 0}, {NULL, 0, 0, 0} };
NULL             2833 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_212[] = { {"varpropto", 9, 0x0221D, 0}, {NULL, 0, 0, 0} };
NULL             2834 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_213[] = { {"CloseCurlyDoubleQuote", 21, 0x0201D, 0}, {NULL, 0, 0, 0} };
NULL             2835 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_219[] = { {"DoubleLongRightArrow", 20, 0x027F9, 0}, {"GreaterGreater", 14, 0x02AA2, 0}, {NULL, 0, 0, 0} };
NULL             2836 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_21D[] = { {"Umacr", 5, 0x0016A, 0}, {NULL, 0, 0, 0} };
NULL             2837 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_220[] = { {"Colon", 5, 0x02237, 0}, {NULL, 0, 0, 0} };
NULL             2838 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_222[] = { {"Hat", 3, 0x0005E, 0}, {"Uscr", 4, 0x1D4B0, 0}, {NULL, 0, 0, 0} };
NULL             2839 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_227[] = { {"SHCHcy", 6, 0x00429, 0}, {NULL, 0, 0, 0} };
NULL             2840 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_229[] = { {"nLeftarrow", 10, 0x021CD, 0}, {NULL, 0, 0, 0} };
NULL             2841 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_22B[] = { {"Ecirc", 5, 0x000CA, 0}, {"Jukcy", 5, 0x00404, 0}, {NULL, 0, 0, 0} };
NULL             2842 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_22C[] = { {"nbumpe", 6, 0x0224F, 0x00338}, {NULL, 0, 0, 0} };
NULL             2843 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_22D[] = { {"NotLess", 7, 0x0226E, 0}, {NULL, 0, 0, 0} };
NULL             2844 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_22F[] = { {"gtlPar", 6, 0x02995, 0}, {"suphsub", 7, 0x02AD7, 0}, {NULL, 0, 0, 0} };
NULL             2845 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_230[] = { {"gtreqqless", 10, 0x02A8C, 0}, {NULL, 0, 0, 0} };
NULL             2846 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_232[] = { {"ufr", 3, 0x1D532, 0}, {NULL, 0, 0, 0} };
NULL             2847 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_234[] = { {"cirscir", 7, 0x029C2, 0}, {NULL, 0, 0, 0} };
NULL             2848 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_239[] = { {"LeftDownTeeVector", 17, 0x02961, 0}, {"duhar", 5, 0x0296F, 0}, {"nrtrie", 6, 0x022ED, 0}, {NULL, 0, 0, 0} };
NULL             2849 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_23C[] = { {"llhard", 6, 0x0296B, 0}, {NULL, 0, 0, 0} };
NULL             2850 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_23D[] = { {"umacr", 5, 0x0016B, 0}, {NULL, 0, 0, 0} };
NULL             2851 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_23E[] = { {"lates", 5, 0x02AAD, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             2852 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_240[] = { {"colon", 5, 0x0003A, 0}, {"iacute", 6, 0x000ED, 0}, {NULL, 0, 0, 0} };
NULL             2853 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_241[] = { {"NotPrecedes", 11, 0x02280, 0}, {NULL, 0, 0, 0} };
NULL             2854 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_242[] = { {"cirfnint", 8, 0x02A10, 0}, {NULL, 0, 0, 0} };
NULL             2855 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_246[] = { {"barwedge", 8, 0x02305, 0}, {NULL, 0, 0, 0} };
NULL             2856 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_249[] = { {"nleftarrow", 10, 0x0219A, 0}, {NULL, 0, 0, 0} };
NULL             2857 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_24A[] = { {"Ubrcy", 5, 0x0040E, 0}, {"leftthreetimes", 14, 0x022CB, 0}, {NULL, 0, 0, 0} };
NULL             2858 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_24B[] = { {"andand", 6, 0x02A55, 0}, {"ecirc", 5, 0x000EA, 0}, {"jukcy", 5, 0x00454, 0}, {"quatint", 7, 0x02A16, 0}, {NULL, 0, 0, 0} };
NULL             2859 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_24D[] = { {"lharul", 6, 0x0296A, 0}, {NULL, 0, 0, 0} };
NULL             2860 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_251[] = { {"smtes", 5, 0x02AAC, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             2861 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_252[] = { {"UnionPlus", 9, 0x0228E, 0}, {NULL, 0, 0, 0} };
NULL             2862 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_257[] = { {"NotLeftTriangle", 15, 0x022EA, 0}, {NULL, 0, 0, 0} };
NULL             2863 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_25A[] = { {"bne", 3, 0x0003D, 0x020E5}, {NULL, 0, 0, 0} };
NULL             2864 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_25B[] = { {"gtrsim", 6, 0x02273, 0}, {NULL, 0, 0, 0} };
NULL             2865 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_25C[] = { {"Rarr", 4, 0x021A0, 0}, {"ldquor", 6, 0x0201E, 0}, {"phiv", 4, 0x003D5, 0}, {NULL, 0, 0, 0} };
NULL             2866 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_25D[] = { {"because", 7, 0x02235, 0}, {"gEl", 3, 0x02A8C, 0}, {"setminus", 8, 0x02216, 0}, {NULL, 0, 0, 0} };
NULL             2867 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_263[] = { {"ffr", 3, 0x1D523, 0}, {NULL, 0, 0, 0} };
NULL             2868 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_26A[] = { {"ubrcy", 5, 0x0045E, 0}, {NULL, 0, 0, 0} };
NULL             2869 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_26B[] = { {"elinters", 8, 0x023E7, 0}, {"plusb", 5, 0x0229E, 0}, {NULL, 0, 0, 0} };
NULL             2870 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_26E[] = { {"pluse", 5, 0x02A72, 0}, {NULL, 0, 0, 0} };
NULL             2871 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_274[] = { {"CapitalDifferentialD", 20, 0x02145, 0}, {NULL, 0, 0, 0} };
NULL             2872 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_277[] = { {"daleth", 6, 0x02138, 0}, {NULL, 0, 0, 0} };
NULL             2873 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_278[] = { {"kscr", 4, 0x1D4C0, 0}, {"ogon", 4, 0x002DB, 0}, {NULL, 0, 0, 0} };
NULL             2874 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_27C[] = { {"SHcy", 4, 0x00428, 0}, {"equest", 6, 0x0225F, 0}, {NULL, 0, 0, 0} };
NULL             2875 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_27E[] = { {"rbarr", 5, 0x0290D, 0}, {"topf", 4, 0x1D565, 0}, {NULL, 0, 0, 0} };
NULL             2876 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_283[] = { {"tritime", 7, 0x02A3B, 0}, {NULL, 0, 0, 0} };
NULL             2877 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_28A[] = { {"bot", 3, 0x022A5, 0}, {NULL, 0, 0, 0} };
NULL             2878 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_294[] = { {"Wfr", 3, 0x1D51A, 0}, {NULL, 0, 0, 0} };
NULL             2879 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_297[] = { {"HumpEqual", 9, 0x0224F, 0}, {NULL, 0, 0, 0} };
NULL             2880 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_298[] = { {"rightleftharpoons", 17, 0x021CC, 0}, {NULL, 0, 0, 0} };
NULL             2881 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_29D[] = { {"frasl", 5, 0x02044, 0}, {NULL, 0, 0, 0} };
NULL             2882 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_29F[] = { {"UnderBracket", 12, 0x023B5, 0}, {"ovbar", 5, 0x0233D, 0}, {"upharpoonright", 14, 0x021BE, 0}, {NULL, 0, 0, 0} };
NULL             2883 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2A0[] = { {"euro", 4, 0x020AC, 0}, {"nhArr", 5, 0x021CE, 0}, {NULL, 0, 0, 0} };
NULL             2884 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2A9[] = { {"NotSupersetEqual", 16, 0x02289, 0}, {NULL, 0, 0, 0} };
NULL             2885 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2AE[] = { {"cularr", 6, 0x021B6, 0}, {"scnE", 4, 0x02AB6, 0}, {NULL, 0, 0, 0} };
NULL             2886 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2B1[] = { {"napid", 5, 0x0224B, 0x00338}, {NULL, 0, 0, 0} };
NULL             2887 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2B2[] = { {"harr", 4, 0x02194, 0}, {NULL, 0, 0, 0} };
NULL             2888 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2B3[] = { {"gdot", 4, 0x00121, 0}, {NULL, 0, 0, 0} };
NULL             2889 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2B9[] = { {"Lscr", 4, 0x02112, 0}, {"zeta", 4, 0x003B6, 0}, {NULL, 0, 0, 0} };
NULL             2890 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2BF[] = { {"ENG", 3, 0x0014A, 0}, {"Uopf", 4, 0x1D54C, 0}, {NULL, 0, 0, 0} };
NULL             2891 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2C4[] = { {"esdot", 5, 0x02250, 0}, {"scsim", 5, 0x0227F, 0}, {NULL, 0, 0, 0} };
NULL             2892 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2C5[] = { {"Hfr", 3, 0x0210C, 0}, {NULL, 0, 0, 0} };
NULL             2893 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2CE[] = { {"RightArrow", 10, 0x02192, 0}, {NULL, 0, 0, 0} };
NULL             2894 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2CF[] = { {"Sqrt", 4, 0x0221A, 0}, {NULL, 0, 0, 0} };
NULL             2895 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2D3[] = { {"xodot", 5, 0x02A00, 0}, {NULL, 0, 0, 0} };
NULL             2896 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2DA[] = { {"ycy", 3, 0x0044B, 0}, {NULL, 0, 0, 0} };
NULL             2897 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2DB[] = { {"hkswarow", 8, 0x02926, 0}, {"urtri", 5, 0x025F9, 0}, {NULL, 0, 0, 0} };
NULL             2898 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2DC[] = { {"roang", 5, 0x027ED, 0}, {"tosa", 4, 0x02929, 0}, {NULL, 0, 0, 0} };
NULL             2899 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2E3[] = { {"CircleMinus", 11, 0x02296, 0}, {NULL, 0, 0, 0} };
NULL             2900 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2E4[] = { {"Lcaron", 6, 0x0013D, 0}, {NULL, 0, 0, 0} };
NULL             2901 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2EB[] = { {"ShortLeftArrow", 14, 0x02190, 0}, {NULL, 0, 0, 0} };
NULL             2902 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2EC[] = { {"Dot", 3, 0x000A8, 0}, {NULL, 0, 0, 0} };
NULL             2903 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2EE[] = { {"Rightarrow", 10, 0x021D2, 0}, {NULL, 0, 0, 0} };
NULL             2904 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2F0[] = { {"prsim", 5, 0x0227E, 0}, {NULL, 0, 0, 0} };
NULL             2905 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2F2[] = { {"notinE", 6, 0x022F9, 0x00338}, {NULL, 0, 0, 0} };
NULL             2906 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_2F8[] = { {"becaus", 6, 0x02235, 0}, {NULL, 0, 0, 0} };
NULL             2907 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_300[] = { {"NotEqualTilde", 13, 0x02242, 0x00338}, {"nparallel", 9, 0x02226, 0}, {NULL, 0, 0, 0} };
NULL             2908 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_301[] = { {"capcup", 6, 0x02A47, 0}, {NULL, 0, 0, 0} };
NULL             2909 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_304[] = { {"simeq", 5, 0x02243, 0}, {NULL, 0, 0, 0} };
NULL             2910 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_305[] = { {"forall", 6, 0x02200, 0}, {"straightepsilon", 15, 0x003F5, 0}, {NULL, 0, 0, 0} };
NULL             2911 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_308[] = { {"ruluhar", 7, 0x02968, 0}, {NULL, 0, 0, 0} };
NULL             2912 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_30B[] = { {"jcy", 3, 0x00439, 0}, {"ltcc", 4, 0x02AA6, 0}, {NULL, 0, 0, 0} };
NULL             2913 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_30F[] = { {"bscr", 4, 0x1D4B7, 0}, {NULL, 0, 0, 0} };
NULL             2914 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_311[] = { {"ExponentialE", 12, 0x02147, 0}, {"weierp", 6, 0x02118, 0}, {"yen", 3, 0x000A5, 0}, {NULL, 0, 0, 0} };
NULL             2915 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_313[] = { {"blacksquare", 11, 0x025AA, 0}, {"uml", 3, 0x000A8, 0}, {NULL, 0, 0, 0} };
NULL             2916 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_315[] = { {"backsimeq", 9, 0x022CD, 0}, {"kopf", 4, 0x1D55C, 0}, {NULL, 0, 0, 0} };
NULL             2917 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_319[] = { {"NotPrecedesEqual", 16, 0x02AAF, 0x00338}, {NULL, 0, 0, 0} };
NULL             2918 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_31A[] = { {"simgE", 5, 0x02AA0, 0}, {NULL, 0, 0, 0} };
NULL             2919 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_31B[] = { {"tridot", 6, 0x025EC, 0}, {NULL, 0, 0, 0} };
NULL             2920 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_326[] = { {"DoubleLongLeftArrow", 19, 0x027F8, 0}, {NULL, 0, 0, 0} };
NULL             2921 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_329[] = { {"models", 6, 0x022A7, 0}, {NULL, 0, 0, 0} };
NULL             2922 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_32A[] = { {"emptyv", 6, 0x02205, 0}, {"eqslantgtr", 10, 0x02A96, 0}, {NULL, 0, 0, 0} };
NULL             2923 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_32D[] = { {"Gcirc", 5, 0x0011C, 0}, {NULL, 0, 0, 0} };
NULL             2924 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_330[] = { {"bernou", 6, 0x0212C, 0}, {NULL, 0, 0, 0} };
NULL             2925 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_331[] = { {"HumpDownHump", 12, 0x0224E, 0}, {NULL, 0, 0, 0} };
NULL             2926 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_336[] = { {"yfr", 3, 0x1D536, 0}, {NULL, 0, 0, 0} };
NULL             2927 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_338[] = { {"blacktriangle", 13, 0x025B4, 0}, {NULL, 0, 0, 0} };
NULL             2928 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_33B[] = { {"yacy", 4, 0x0044F, 0}, {NULL, 0, 0, 0} };
NULL             2929 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_33F[] = { {"lsime", 5, 0x02A8D, 0}, {NULL, 0, 0, 0} };
NULL             2930 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_340[] = { {"NotTildeEqual", 13, 0x02244, 0}, {NULL, 0, 0, 0} };
NULL             2931 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_341[] = { {"lsimg", 5, 0x02A8F, 0}, {NULL, 0, 0, 0} };
NULL             2932 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_347[] = { {"ncap", 4, 0x02A43, 0}, {NULL, 0, 0, 0} };
NULL             2933 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_34D[] = { {"DD", 2, 0x02145, 0}, {"gcirc", 5, 0x0011D, 0}, {NULL, 0, 0, 0} };
NULL             2934 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_350[] = { {"Cscr", 4, 0x1D49E, 0}, {NULL, 0, 0, 0} };
NULL             2935 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_356[] = { {"Lopf", 4, 0x1D543, 0}, {NULL, 0, 0, 0} };
NULL             2936 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_358[] = { {"lBarr", 5, 0x0290E, 0}, {NULL, 0, 0, 0} };
NULL             2937 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_359[] = { {"Leftrightarrow", 14, 0x021D4, 0}, {"gtrdot", 6, 0x022D7, 0}, {NULL, 0, 0, 0} };
NULL             2938 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_35D[] = { {"NotSquareSubset", 15, 0x0228F, 0x00338}, {NULL, 0, 0, 0} };
NULL             2939 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_35F[] = { {"sqsubset", 8, 0x0228F, 0}, {"subsetneq", 9, 0x0228A, 0}, {NULL, 0, 0, 0} };
NULL             2940 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_361[] = { {"doublebarwedge", 14, 0x02306, 0}, {NULL, 0, 0, 0} };
NULL             2941 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_363[] = { {"blacktriangleleft", 17, 0x025C2, 0}, {"hellip", 6, 0x02026, 0}, {NULL, 0, 0, 0} };
NULL             2942 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_365[] = { {"xscr", 4, 0x1D4CD, 0}, {NULL, 0, 0, 0} };
NULL             2943 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_367[] = { {"LessFullEqual", 13, 0x02266, 0}, {"jfr", 3, 0x1D527, 0}, {NULL, 0, 0, 0} };
NULL             2944 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_369[] = { {"GreaterSlantEqual", 17, 0x02A7E, 0}, {NULL, 0, 0, 0} };
NULL             2945 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_36A[] = { {"Uring", 5, 0x0016E, 0}, {"VeryThinSpace", 13, 0x0200A, 0}, {NULL, 0, 0, 0} };
NULL             2946 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_36B[] = { {"roarr", 5, 0x021FE, 0}, {"scaron", 6, 0x00161, 0}, {NULL, 0, 0, 0} };
NULL             2947 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_36D[] = { {"Lcy", 3, 0x0041B, 0}, {NULL, 0, 0, 0} };
NULL             2948 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_36E[] = { {"RightDownVector", 15, 0x021C2, 0}, {NULL, 0, 0, 0} };
NULL             2949 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_36F[] = { {"Sub", 3, 0x022D0, 0}, {"pitchfork", 9, 0x022D4, 0}, {NULL, 0, 0, 0} };
NULL             2950 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_372[] = { {"nvsim", 5, 0x0223C, 0x020D2}, {NULL, 0, 0, 0} };
NULL             2951 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_374[] = { {"xrArr", 5, 0x027F9, 0}, {NULL, 0, 0, 0} };
NULL             2952 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_378[] = { {"CloseCurlyQuote", 15, 0x02019, 0}, {"uwangle", 7, 0x029A7, 0}, {NULL, 0, 0, 0} };
NULL             2953 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_37A[] = { {"Sum", 3, 0x02211, 0}, {NULL, 0, 0, 0} };
NULL             2954 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_37C[] = { {"iuml", 4, 0x000EF, 0}, {NULL, 0, 0, 0} };
NULL             2955 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_37D[] = { {"Sup", 3, 0x022D1, 0}, {NULL, 0, 0, 0} };
NULL             2956 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_37E[] = { {"planck", 6, 0x0210F, 0}, {NULL, 0, 0, 0} };
NULL             2957 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_37F[] = { {"Egrave", 6, 0x000C8, 0}, {NULL, 0, 0, 0} };
NULL             2958 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_380[] = { {"curlywedge", 10, 0x022CF, 0}, {NULL, 0, 0, 0} };
NULL             2959 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_382[] = { {"TildeFullEqual", 14, 0x02245, 0}, {NULL, 0, 0, 0} };
NULL             2960 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_383[] = { {"searhk", 6, 0x02925, 0}, {NULL, 0, 0, 0} };
NULL             2961 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_386[] = { {"ETH", 3, 0x000D0, 0}, {"napos", 5, 0x00149, 0}, {"upsi", 4, 0x003C5, 0}, {NULL, 0, 0, 0} };
NULL             2962 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_387[] = { {"twoheadleftarrow", 16, 0x0219E, 0}, {NULL, 0, 0, 0} };
NULL             2963 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_38A[] = { {"Assign", 6, 0x02254, 0}, {"uring", 5, 0x0016F, 0}, {NULL, 0, 0, 0} };
NULL             2964 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_38D[] = { {"SquareIntersection", 18, 0x02293, 0}, {NULL, 0, 0, 0} };
NULL             2965 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_38E[] = { {"lmidot", 6, 0x00140, 0}, {NULL, 0, 0, 0} };
NULL             2966 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_391[] = { {"kcedil", 6, 0x00137, 0}, {NULL, 0, 0, 0} };
NULL             2967 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_394[] = { {"curren", 6, 0x000A4, 0}, {NULL, 0, 0, 0} };
NULL             2968 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_397[] = { {"acute", 5, 0x000B4, 0}, {NULL, 0, 0, 0} };
NULL             2969 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_398[] = { {"curlyeqsucc", 11, 0x022DF, 0}, {NULL, 0, 0, 0} };
NULL             2970 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_39C[] = { {"Omicron", 7, 0x0039F, 0}, {NULL, 0, 0, 0} };
NULL             2971 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_39F[] = { {"uarr", 4, 0x02191, 0}, {NULL, 0, 0, 0} };
NULL             2972 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3A0[] = { {"Hstrok", 6, 0x00126, 0}, {"UnderBrace", 10, 0x023DF, 0}, {"tdot", 4, 0x020DB, 0}, {NULL, 0, 0, 0} };
NULL             2973 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3A1[] = { {"qint", 4, 0x02A0C, 0}, {NULL, 0, 0, 0} };
NULL             2974 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3A4[] = { {"sfrown", 6, 0x02322, 0}, {NULL, 0, 0, 0} };
NULL             2975 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3A5[] = { {"trpezium", 8, 0x023E2, 0}, {NULL, 0, 0, 0} };
NULL             2976 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3A6[] = { {"Yscr", 4, 0x1D4B4, 0}, {"cedil", 5, 0x000B8, 0}, {"planckh", 7, 0x0210E, 0}, {NULL, 0, 0, 0} };
NULL             2977 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3A7[] = { {"lang", 4, 0x027E8, 0}, {NULL, 0, 0, 0} };
NULL             2978 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3AC[] = { {"bopf", 4, 0x1D553, 0}, {NULL, 0, 0, 0} };
NULL             2979 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3B2[] = { {"lbbrk", 5, 0x02772, 0}, {NULL, 0, 0, 0} };
NULL             2980 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3B4[] = { {"khcy", 4, 0x00445, 0}, {NULL, 0, 0, 0} };
NULL             2981 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3BF[] = { {"Epsilon", 7, 0x00395, 0}, {"simlE", 5, 0x02A9F, 0}, {NULL, 0, 0, 0} };
NULL             2982 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3C0[] = { {"GT", 2, 0x0003E, 0}, {NULL, 0, 0, 0} };
NULL             2983 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3C4[] = { {"nap", 3, 0x02249, 0}, {NULL, 0, 0, 0} };
NULL             2984 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3C9[] = { {"Lfr", 3, 0x1D50F, 0}, {NULL, 0, 0, 0} };
NULL             2985 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3CD[] = { {"succapprox", 10, 0x02AB8, 0}, {NULL, 0, 0, 0} };
NULL             2986 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3D0[] = { {"bsim", 4, 0x0223D, 0}, {NULL, 0, 0, 0} };
NULL             2987 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3D3[] = { {"Gg", 2, 0x022D9, 0}, {NULL, 0, 0, 0} };
NULL             2988 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3D9[] = { {"angrtvb", 7, 0x022BE, 0}, {NULL, 0, 0, 0} };
NULL             2989 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3DE[] = { {"xcirc", 5, 0x025EF, 0}, {NULL, 0, 0, 0} };
NULL             2990 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3E0[] = { {"Gt", 2, 0x0226B, 0}, {NULL, 0, 0, 0} };
NULL             2991 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3E1[] = { {"LeftRightVector", 15, 0x0294E, 0}, {NULL, 0, 0, 0} };
NULL             2992 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3E3[] = { {"circledast", 10, 0x0229B, 0}, {NULL, 0, 0, 0} };
NULL             2993 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3E4[] = { {"telrec", 6, 0x02315, 0}, {NULL, 0, 0, 0} };
NULL             2994 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3E6[] = { {"SucceedsTilde", 13, 0x0227F, 0}, {NULL, 0, 0, 0} };
NULL             2995 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3E9[] = { {"nLtv", 4, 0x0226A, 0x00338}, {NULL, 0, 0, 0} };
NULL             2996 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3ED[] = { {"Copf", 4, 0x02102, 0}, {"napprox", 7, 0x02249, 0}, {"nsupseteq", 9, 0x02289, 0}, {NULL, 0, 0, 0} };
NULL             2997 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3F1[] = { {"VerticalTilde", 13, 0x02240, 0}, {NULL, 0, 0, 0} };
NULL             2998 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3F2[] = { {"parallel", 8, 0x02225, 0}, {NULL, 0, 0, 0} };
NULL             2999 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3F7[] = { {"precnapprox", 11, 0x02AB9, 0}, {NULL, 0, 0, 0} };
NULL             3000 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3FC[] = { {"oscr", 4, 0x02134, 0}, {NULL, 0, 0, 0} };
NULL             3001 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_3FE[] = { {"supsetneqq", 10, 0x02ACC, 0}, {NULL, 0, 0, 0} };
NULL             3002 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_402[] = { {"xopf", 4, 0x1D569, 0}, {NULL, 0, 0, 0} };
NULL             3003 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_405[] = { {"mumap", 5, 0x022B8, 0}, {NULL, 0, 0, 0} };
NULL             3004 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_407[] = { {"varsupsetneqq", 13, 0x02ACC, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             3005 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_409[] = { {"ReverseEquilibrium", 18, 0x021CB, 0}, {NULL, 0, 0, 0} };
NULL             3006 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_40E[] = { {"Ubreve", 6, 0x0016C, 0}, {NULL, 0, 0, 0} };
NULL             3007 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_40F[] = { {"YUcy", 4, 0x0042E, 0}, {"ncy", 3, 0x0043D, 0}, {NULL, 0, 0, 0} };
NULL             3008 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_413[] = { {"ltimes", 6, 0x022C9, 0}, {NULL, 0, 0, 0} };
NULL             3009 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_41A[] = { {"UpperRightArrow", 15, 0x02197, 0}, {"nvap", 4, 0x0224D, 0x020D2}, {NULL, 0, 0, 0} };
NULL             3010 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_41B[] = { {"Im", 2, 0x02111, 0}, {NULL, 0, 0, 0} };
NULL             3011 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_421[] = { {"simne", 5, 0x02246, 0}, {NULL, 0, 0, 0} };
NULL             3012 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_423[] = { {"ccups", 5, 0x02A4C, 0}, {NULL, 0, 0, 0} };
NULL             3013 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_424[] = { {"nlArr", 5, 0x021CD, 0}, {NULL, 0, 0, 0} };
NULL             3014 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_425[] = { {"rarrsim", 7, 0x02974, 0}, {NULL, 0, 0, 0} };
NULL             3015 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_426[] = { {"Ncaron", 6, 0x00147, 0}, {"vsupnE", 6, 0x02ACC, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             3016 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_429[] = { {"succeq", 6, 0x02AB0, 0}, {NULL, 0, 0, 0} };
NULL             3017 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_42C[] = { {"Gammad", 6, 0x003DC, 0}, {NULL, 0, 0, 0} };
NULL             3018 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_42F[] = { {"Icirc", 5, 0x000CE, 0}, {NULL, 0, 0, 0} };
NULL             3019 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_430[] = { {"backepsilon", 11, 0x003F6, 0}, {NULL, 0, 0, 0} };
NULL             3020 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_432[] = { {"ddarr", 5, 0x021CA, 0}, {NULL, 0, 0, 0} };
NULL             3021 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_436[] = { {"larr", 4, 0x02190, 0}, {NULL, 0, 0, 0} };
NULL             3022 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_439[] = { {"divideontimes", 13, 0x022C7, 0}, {NULL, 0, 0, 0} };
NULL             3023 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_43C[] = { {"succsim", 7, 0x0227F, 0}, {NULL, 0, 0, 0} };
NULL             3024 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_43D[] = { {"Pscr", 4, 0x1D4AB, 0}, {NULL, 0, 0, 0} };
NULL             3025 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_43E[] = { {"puncsp", 6, 0x02008, 0}, {NULL, 0, 0, 0} };
NULL             3026 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_43F[] = { {"gtreqless", 9, 0x022DB, 0}, {NULL, 0, 0, 0} };
NULL             3027 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_440[] = { {"intcal", 6, 0x022BA, 0}, {NULL, 0, 0, 0} };
NULL             3028 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_441[] = { {"nsime", 5, 0x02244, 0}, {NULL, 0, 0, 0} };
NULL             3029 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_443[] = { {"Yopf", 4, 0x1D550, 0}, {NULL, 0, 0, 0} };
NULL             3030 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_446[] = { {"angsph", 6, 0x02222, 0}, {"vsupne", 6, 0x0228B, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             3031 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_447[] = { {"NotNestedLessLess", 17, 0x02AA1, 0x00338}, {NULL, 0, 0, 0} };
NULL             3032 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_44A[] = { {"PrecedesSlantEqual", 18, 0x0227C, 0}, {NULL, 0, 0, 0} };
NULL             3033 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_44F[] = { {"icirc", 5, 0x000EE, 0}, {NULL, 0, 0, 0} };
NULL             3034 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_450[] = { {"DownLeftVectorBar", 17, 0x02956, 0}, {NULL, 0, 0, 0} };
NULL             3035 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_454[] = { {"Auml", 4, 0x000C4, 0}, {NULL, 0, 0, 0} };
NULL             3036 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_457[] = { {"LJcy", 4, 0x00409, 0}, {NULL, 0, 0, 0} };
NULL             3037 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_458[] = { {"sqsube", 6, 0x02291, 0}, {NULL, 0, 0, 0} };
NULL             3038 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_45D[] = { {"nprec", 5, 0x02280, 0}, {NULL, 0, 0, 0} };
NULL             3039 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_45F[] = { {"ngE", 3, 0x02267, 0x00338}, {"smile", 5, 0x02323, 0}, {NULL, 0, 0, 0} };
NULL             3040 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_465[] = { {"LT", 2, 0x0003C, 0}, {NULL, 0, 0, 0} };
NULL             3041 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_466[] = { {"ldrdhar", 7, 0x02967, 0}, {NULL, 0, 0, 0} };
NULL             3042 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_469[] = { {"utri", 4, 0x025B5, 0}, {NULL, 0, 0, 0} };
NULL             3043 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_46A[] = { {"Sacute", 6, 0x0015A, 0}, {NULL, 0, 0, 0} };
NULL             3044 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_46B[] = { {"late", 4, 0x02AAD, 0}, {"nfr", 3, 0x1D52B, 0}, {NULL, 0, 0, 0} };
NULL             3045 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_46D[] = { {"NotNestedGreaterGreater", 23, 0x02AA2, 0x00338}, {NULL, 0, 0, 0} };
NULL             3046 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_46F[] = { {"nwarr", 5, 0x02196, 0}, {NULL, 0, 0, 0} };
NULL             3047 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_470[] = { {"biguplus", 8, 0x02A04, 0}, {NULL, 0, 0, 0} };
NULL             3048 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_471[] = { {"Pcy", 3, 0x0041F, 0}, {NULL, 0, 0, 0} };
NULL             3049 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_472[] = { {"bigtriangleup", 13, 0x025B3, 0}, {"rationals", 9, 0x0211A, 0}, {NULL, 0, 0, 0} };
NULL             3050 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_473[] = { {"congdot", 7, 0x02A6D, 0}, {NULL, 0, 0, 0} };
NULL             3051 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_475[] = { {"PlusMinus", 9, 0x000B1, 0}, {NULL, 0, 0, 0} };
NULL             3052 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_479[] = { {"IOcy", 4, 0x00401, 0}, {"Scedil", 6, 0x0015E, 0}, {NULL, 0, 0, 0} };
NULL             3053 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_47C[] = { {"eqcirc", 6, 0x02256, 0}, {NULL, 0, 0, 0} };
NULL             3054 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_47D[] = { {"Ll", 2, 0x022D8, 0}, {NULL, 0, 0, 0} };
NULL             3055 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_47F[] = { {"Cayleys", 7, 0x0212D, 0}, {"nge", 3, 0x02271, 0}, {NULL, 0, 0, 0} };
NULL             3056 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_480[] = { {"NotGreater", 10, 0x0226F, 0}, {NULL, 0, 0, 0} };
NULL             3057 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_485[] = { {"Lt", 2, 0x0226A, 0}, {NULL, 0, 0, 0} };
NULL             3058 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_488[] = { {"rotimes", 7, 0x02A35, 0}, {NULL, 0, 0, 0} };
NULL             3059 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_48C[] = { {"caps", 4, 0x02229, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             3060 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_48E[] = { {"ngt", 3, 0x0226F, 0}, {NULL, 0, 0, 0} };
NULL             3061 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_48F[] = { {"Cross", 5, 0x02A2F, 0}, {"bumpeq", 6, 0x0224F, 0}, {NULL, 0, 0, 0} };
NULL             3062 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_490[] = { {"VerticalSeparator", 17, 0x02758, 0}, {NULL, 0, 0, 0} };
NULL             3063 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_491[] = { {"plankv", 6, 0x0210F, 0}, {NULL, 0, 0, 0} };
NULL             3064 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_493[] = { {"fscr", 4, 0x1D4BB, 0}, {NULL, 0, 0, 0} };
NULL             3065 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_495[] = { {"bsol", 4, 0x0005C, 0}, {"sqsubseteq", 10, 0x02291, 0}, {NULL, 0, 0, 0} };
NULL             3066 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_496[] = { {"boxH", 4, 0x02550, 0}, {NULL, 0, 0, 0} };
NULL             3067 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_498[] = { {"rightarrowtail", 14, 0x021A3, 0}, {"ufisht", 6, 0x0297E, 0}, {NULL, 0, 0, 0} };
NULL             3068 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_499[] = { {"oopf", 4, 0x1D560, 0}, {NULL, 0, 0, 0} };
NULL             3069 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_49F[] = { {"lobrk", 5, 0x027E6, 0}, {NULL, 0, 0, 0} };
NULL             3070 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4A2[] = { {"Acy", 3, 0x00410, 0}, {NULL, 0, 0, 0} };
NULL             3071 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4A4[] = { {"NotSubsetEqual", 14, 0x02288, 0}, {"boxV", 4, 0x02551, 0}, {"dHar", 4, 0x02965, 0}, {NULL, 0, 0, 0} };
NULL             3072 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4A6[] = { {"precnsim", 8, 0x022E8, 0}, {NULL, 0, 0, 0} };
NULL             3073 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4A7[] = { {"Mu", 2, 0x0039C, 0}, {"aelig", 5, 0x000E6, 0}, {NULL, 0, 0, 0} };
NULL             3074 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4AA[] = { {"gescc", 5, 0x02AA9, 0}, {NULL, 0, 0, 0} };
NULL             3075 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4AB[] = { {"origof", 6, 0x022B6, 0}, {NULL, 0, 0, 0} };
NULL             3076 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4AE[] = { {"upsih", 5, 0x003D2, 0}, {NULL, 0, 0, 0} };
NULL             3077 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4AF[] = { {"cross", 5, 0x02717, 0}, {NULL, 0, 0, 0} };
NULL             3078 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4B2[] = { {"LeftFloor", 9, 0x0230A, 0}, {NULL, 0, 0, 0} };
NULL             3079 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4B6[] = { {"boxh", 4, 0x02500, 0}, {NULL, 0, 0, 0} };
NULL             3080 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4B8[] = { {"NotGreaterEqual", 15, 0x02271, 0}, {NULL, 0, 0, 0} };
NULL             3081 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4BC[] = { {"profalar", 8, 0x0232E, 0}, {NULL, 0, 0, 0} };
NULL             3082 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4C0[] = { {"nsmid", 5, 0x02224, 0}, {NULL, 0, 0, 0} };
NULL             3083 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4C2[] = { {"hbar", 4, 0x0210F, 0}, {NULL, 0, 0, 0} };
NULL             3084 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4C3[] = { {"udarr", 5, 0x021C5, 0}, {NULL, 0, 0, 0} };
NULL             3085 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4C4[] = { {"boxv", 4, 0x02502, 0}, {NULL, 0, 0, 0} };
NULL             3086 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4C5[] = { {"olarr", 5, 0x021BA, 0}, {NULL, 0, 0, 0} };
NULL             3087 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4C8[] = { {"Nu", 2, 0x0039D, 0}, {NULL, 0, 0, 0} };
NULL             3088 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4CB[] = { {"NotCongruent", 12, 0x02262, 0}, {"bkarow", 6, 0x0290D, 0}, {NULL, 0, 0, 0} };
NULL             3089 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4CD[] = { {"Pfr", 3, 0x1D513, 0}, {"forkv", 5, 0x02AD9, 0}, {NULL, 0, 0, 0} };
NULL             3090 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4CF[] = { {"nis", 3, 0x022FC, 0}, {"trianglerighteq", 15, 0x022B5, 0}, {NULL, 0, 0, 0} };
NULL             3091 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4D0[] = { {"ngeq", 4, 0x02271, 0}, {NULL, 0, 0, 0} };
NULL             3092 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4D2[] = { {"cudarrl", 7, 0x02938, 0}, {"nges", 4, 0x02A7E, 0x00338}, {"niv", 3, 0x0220B, 0}, {NULL, 0, 0, 0} };
NULL             3093 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4D3[] = { {"SubsetEqual", 11, 0x02286, 0}, {NULL, 0, 0, 0} };
NULL             3094 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4D4[] = { {"Gscr", 4, 0x1D4A2, 0}, {NULL, 0, 0, 0} };
NULL             3095 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4D5[] = { {"complexes", 9, 0x02102, 0}, {"eDDot", 5, 0x02A77, 0}, {"nvge", 4, 0x02265, 0x020D2}, {NULL, 0, 0, 0} };
NULL             3096 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4D8[] = { {"cudarrr", 7, 0x02935, 0}, {NULL, 0, 0, 0} };
NULL             3097 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4DA[] = { {"Popf", 4, 0x02119, 0}, {NULL, 0, 0, 0} };
NULL             3098 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4DE[] = { {"LongRightArrow", 14, 0x027F6, 0}, {NULL, 0, 0, 0} };
NULL             3099 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4DF[] = { {"supseteq", 8, 0x02287, 0}, {NULL, 0, 0, 0} };
NULL             3100 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4E3[] = { {"dollar", 6, 0x00024, 0}, {"gnsim", 5, 0x022E7, 0}, {NULL, 0, 0, 0} };
NULL             3101 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4E4[] = { {"nvgt", 4, 0x0003E, 0x020D2}, {NULL, 0, 0, 0} };
NULL             3102 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4E6[] = { {"Or", 2, 0x02A54, 0}, {"Vert", 4, 0x02016, 0}, {"lneqq", 5, 0x02268, 0}, {NULL, 0, 0, 0} };
NULL             3103 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4E7[] = { {"nLeftrightarrow", 15, 0x021CE, 0}, {"nbump", 5, 0x0224E, 0x00338}, {"ntriangleright", 14, 0x022EB, 0}, {NULL, 0, 0, 0} };
NULL             3104 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4E8[] = { {"ecir", 4, 0x02256, 0}, {NULL, 0, 0, 0} };
NULL             3105 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4E9[] = { {"npolint", 7, 0x02A14, 0}, {"plus", 4, 0x0002B, 0}, {NULL, 0, 0, 0} };
NULL             3106 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4ED[] = { {"centerdot", 9, 0x000B7, 0}, {NULL, 0, 0, 0} };
NULL             3107 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4F1[] = { {"zacute", 6, 0x0017A, 0}, {NULL, 0, 0, 0} };
NULL             3108 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4F7[] = { {"odiv", 4, 0x02A38, 0}, {NULL, 0, 0, 0} };
NULL             3109 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4F9[] = { {"cap", 3, 0x02229, 0}, {NULL, 0, 0, 0} };
NULL             3110 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4FB[] = { {"ensp", 4, 0x02002, 0}, {NULL, 0, 0, 0} };
NULL             3111 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_4FE[] = { {"Afr", 3, 0x1D504, 0}, {"Pi", 2, 0x003A0, 0}, {NULL, 0, 0, 0} };
NULL             3112 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_500[] = { {"iquest", 6, 0x000BF, 0}, {"ltri", 4, 0x025C3, 0}, {NULL, 0, 0, 0} };
NULL             3113 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_504[] = { {"nlE", 3, 0x02266, 0x00338}, {NULL, 0, 0, 0} };
NULL             3114 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_506[] = { {"Phi", 3, 0x003A6, 0}, {"lambda", 6, 0x003BB, 0}, {NULL, 0, 0, 0} };
NULL             3115 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_507[] = { {"Pr", 2, 0x02ABB, 0}, {"Vdashl", 6, 0x02AE6, 0}, {NULL, 0, 0, 0} };
NULL             3116 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_509[] = { {"SuchThat", 8, 0x0220B, 0}, {"Supset", 6, 0x022D1, 0}, {NULL, 0, 0, 0} };
NULL             3117 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_50E[] = { {"Darr", 4, 0x021A1, 0}, {NULL, 0, 0, 0} };
NULL             3118 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_50F[] = { {"Cdot", 4, 0x0010A, 0}, {NULL, 0, 0, 0} };
NULL             3119 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_513[] = { {"rcy", 3, 0x00440, 0}, {NULL, 0, 0, 0} };
NULL             3120 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_516[] = { {"orderof", 7, 0x02134, 0}, {NULL, 0, 0, 0} };
NULL             3121 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_518[] = { {"leqq", 4, 0x02266, 0}, {"precsim", 7, 0x0227E, 0}, {NULL, 0, 0, 0} };
NULL             3122 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_519[] = { {"RightTriangle", 13, 0x022B3, 0}, {NULL, 0, 0, 0} };
NULL             3123 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_51B[] = { {"agrave", 6, 0x000E0, 0}, {"succnapprox", 11, 0x02ABA, 0}, {NULL, 0, 0, 0} };
NULL             3124 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_51C[] = { {"Tab", 3, 0x00009, 0}, {NULL, 0, 0, 0} };
NULL             3125 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_524[] = { {"nle", 3, 0x02270, 0}, {NULL, 0, 0, 0} };
NULL             3126 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_525[] = { {"spades", 6, 0x02660, 0}, {NULL, 0, 0, 0} };
NULL             3127 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_526[] = { {"gtcc", 4, 0x02AA7, 0}, {"llcorner", 8, 0x0231E, 0}, {NULL, 0, 0, 0} };
NULL             3128 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_52F[] = { {"Oslash", 6, 0x000D8, 0}, {"Tau", 3, 0x003A4, 0}, {NULL, 0, 0, 0} };
NULL             3129 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_530[] = { {"fopf", 4, 0x1D557, 0}, {NULL, 0, 0, 0} };
NULL             3130 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_532[] = { {"Mellintrf", 9, 0x02133, 0}, {NULL, 0, 0, 0} };
NULL             3131 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_533[] = { {"nlt", 3, 0x0226E, 0}, {NULL, 0, 0, 0} };
NULL             3132 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_534[] = { {"lparlt", 6, 0x02993, 0}, {NULL, 0, 0, 0} };
NULL             3133 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_53B[] = { {"Ccaron", 6, 0x0010C, 0}, {NULL, 0, 0, 0} };
NULL             3134 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_53C[] = { {"Re", 2, 0x0211C, 0}, {"dstrok", 6, 0x00111, 0}, {NULL, 0, 0, 0} };
NULL             3135 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_53F[] = { {"leftharpoondown", 15, 0x021BD, 0}, {"ssetmn", 6, 0x02216, 0}, {NULL, 0, 0, 0} };
NULL             3136 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_542[] = { {"lrhard", 6, 0x0296D, 0}, {NULL, 0, 0, 0} };
NULL             3137 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_543[] = { {"reg", 3, 0x000AE, 0}, {"sharp", 5, 0x0266F, 0}, {"yicy", 4, 0x00457, 0}, {NULL, 0, 0, 0} };
NULL             3138 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_545[] = { {"ShortUpArrow", 12, 0x02191, 0}, {NULL, 0, 0, 0} };
NULL             3139 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_548[] = { {"plusacir", 8, 0x02A23, 0}, {NULL, 0, 0, 0} };
NULL             3140 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_54F[] = { {"cent", 4, 0x000A2, 0}, {"natur", 5, 0x0266E, 0}, {"varphi", 6, 0x003D5, 0}, {NULL, 0, 0, 0} };
NULL             3141 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_550[] = { {"lesg", 4, 0x022DA, 0x0FE00}, {"supnE", 5, 0x02ACC, 0}, {NULL, 0, 0, 0} };
NULL             3142 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_551[] = { {"ohbar", 5, 0x029B5, 0}, {NULL, 0, 0, 0} };
NULL             3143 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_557[] = { {"NotLessGreater", 14, 0x02278, 0}, {"nleqslant", 9, 0x02A7D, 0x00338}, {NULL, 0, 0, 0} };
NULL             3144 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_55B[] = { {"Sc", 2, 0x02ABC, 0}, {NULL, 0, 0, 0} };
NULL             3145 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_55D[] = { {"NotSucceedsEqual", 16, 0x02AB0, 0x00338}, {NULL, 0, 0, 0} };
NULL             3146 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_55F[] = { {"DZcy", 4, 0x0040F, 0}, {NULL, 0, 0, 0} };
NULL             3147 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_564[] = { {"vartheta", 8, 0x003D1, 0}, {NULL, 0, 0, 0} };
NULL             3148 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_565[] = { {"ltrie", 5, 0x022B4, 0}, {NULL, 0, 0, 0} };
NULL             3149 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_566[] = { {"Otilde", 6, 0x000D5, 0}, {"ltrif", 5, 0x025C2, 0}, {NULL, 0, 0, 0} };
NULL             3150 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_56C[] = { {"Lsh", 3, 0x021B0, 0}, {"hookleftarrow", 13, 0x021A9, 0}, {NULL, 0, 0, 0} };
NULL             3151 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_56F[] = { {"rfr", 3, 0x1D52F, 0}, {NULL, 0, 0, 0} };
NULL             3152 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_570[] = { {"supne", 5, 0x0228B, 0}, {NULL, 0, 0, 0} };
NULL             3153 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_571[] = { {"Gopf", 4, 0x1D53E, 0}, {NULL, 0, 0, 0} };
NULL             3154 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_572[] = { {"UpEquilibrium", 13, 0x0296E, 0}, {NULL, 0, 0, 0} };
NULL             3155 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_575[] = { {"Tcy", 3, 0x00422, 0}, {NULL, 0, 0, 0} };
NULL             3156 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_576[] = { {"ffilig", 6, 0x0FB03, 0}, {NULL, 0, 0, 0} };
NULL             3157 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_577[] = { {"fork", 4, 0x022D4, 0}, {NULL, 0, 0, 0} };
NULL             3158 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_578[] = { {"oplus", 5, 0x02295, 0}, {NULL, 0, 0, 0} };
NULL             3159 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_57A[] = { {"nvle", 4, 0x02264, 0x020D2}, {NULL, 0, 0, 0} };
NULL             3160 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_57B[] = { {"HilbertSpace", 12, 0x0210B, 0}, {"subedot", 7, 0x02AC3, 0}, {NULL, 0, 0, 0} };
NULL             3161 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_57C[] = { {"TripleDot", 9, 0x020DB, 0}, {NULL, 0, 0, 0} };
NULL             3162 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_580[] = { {"sscr", 4, 0x1D4C8, 0}, {NULL, 0, 0, 0} };
NULL             3163 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_582[] = { {"osol", 4, 0x02298, 0}, {NULL, 0, 0, 0} };
NULL             3164 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_583[] = { {"plustwo", 7, 0x02A27, 0}, {NULL, 0, 0, 0} };
NULL             3165 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_586[] = { {"LessGreater", 11, 0x02276, 0}, {NULL, 0, 0, 0} };
NULL             3166 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_588[] = { {"lrarr", 5, 0x021C6, 0}, {NULL, 0, 0, 0} };
NULL             3167 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_589[] = { {"nvlt", 4, 0x0003C, 0x020D2}, {NULL, 0, 0, 0} };
NULL             3168 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_58D[] = { {"questeq", 7, 0x0225F, 0}, {NULL, 0, 0, 0} };
NULL             3169 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_58E[] = { {"LessTilde", 9, 0x02272, 0}, {NULL, 0, 0, 0} };
NULL             3170 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_58F[] = { {"djcy", 4, 0x00452, 0}, {NULL, 0, 0, 0} };
NULL             3171 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_590[] = { {"xoplus", 6, 0x02A01, 0}, {NULL, 0, 0, 0} };
NULL             3172 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_595[] = { {"primes", 6, 0x02119, 0}, {"solb", 4, 0x029C4, 0}, {NULL, 0, 0, 0} };
NULL             3173 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_596[] = { {"not", 3, 0x000AC, 0}, {NULL, 0, 0, 0} };
NULL             3174 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_59A[] = { {"angzarr", 7, 0x0237C, 0}, {NULL, 0, 0, 0} };
NULL             3175 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_59D[] = { {"nearr", 5, 0x02197, 0}, {NULL, 0, 0, 0} };
NULL             3176 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_59F[] = { {"lowast", 6, 0x02217, 0}, {NULL, 0, 0, 0} };
NULL             3177 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5A0[] = { {"cfr", 3, 0x1D520, 0}, {NULL, 0, 0, 0} };
NULL             3178 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5A3[] = { {"ltcir", 5, 0x02A79, 0}, {NULL, 0, 0, 0} };
NULL             3179 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5A6[] = { {"Ecy", 3, 0x0042D, 0}, {"gesdotol", 8, 0x02A84, 0}, {NULL, 0, 0, 0} };
NULL             3180 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5A9[] = { {"longleftrightarrow", 18, 0x027F7, 0}, {"para", 4, 0x000B6, 0}, {NULL, 0, 0, 0} };
NULL             3181 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5AC[] = { {"Uacute", 6, 0x000DA, 0}, {NULL, 0, 0, 0} };
NULL             3182 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5AD[] = { {"blank", 5, 0x02423, 0}, {NULL, 0, 0, 0} };
NULL             3183 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5AE[] = { {"rho", 3, 0x003C1, 0}, {NULL, 0, 0, 0} };
NULL             3184 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5B0[] = { {"dharl", 5, 0x021C3, 0}, {NULL, 0, 0, 0} };
NULL             3185 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5B1[] = { {"rsquor", 6, 0x02019, 0}, {NULL, 0, 0, 0} };
NULL             3186 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5B5[] = { {"NotSquareSubsetEqual", 20, 0x022E2, 0}, {"npr", 3, 0x02280, 0}, {NULL, 0, 0, 0} };
NULL             3187 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5B6[] = { {"dharr", 5, 0x021C2, 0}, {NULL, 0, 0, 0} };
NULL             3188 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5B7[] = { {"NewLine", 7, 0x0000A, 0}, {NULL, 0, 0, 0} };
NULL             3189 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5BB[] = { {"odot", 4, 0x02299, 0}, {NULL, 0, 0, 0} };
NULL             3190 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5BC[] = { {"part", 4, 0x02202, 0}, {NULL, 0, 0, 0} };
NULL             3191 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5BD[] = { {"cuvee", 5, 0x022CE, 0}, {NULL, 0, 0, 0} };
NULL             3192 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5BF[] = { {"lesdoto", 7, 0x02A81, 0}, {NULL, 0, 0, 0} };
NULL             3193 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5C0[] = { {"itilde", 6, 0x00129, 0}, {NULL, 0, 0, 0} };
NULL             3194 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5C1[] = { {"Tscr", 4, 0x1D4AF, 0}, {NULL, 0, 0, 0} };
NULL             3195 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5C2[] = { {"nsubE", 5, 0x02AC5, 0x00338}, {NULL, 0, 0, 0} };
NULL             3196 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5C4[] = { {"ratio", 5, 0x02236, 0}, {NULL, 0, 0, 0} };
NULL             3197 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5D0[] = { {"Conint", 6, 0x0222F, 0}, {"LeftDownVectorBar", 17, 0x02959, 0}, {NULL, 0, 0, 0} };
NULL             3198 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5D1[] = { {"Tfr", 3, 0x1D517, 0}, {NULL, 0, 0, 0} };
NULL             3199 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5D3[] = { {"fllig", 5, 0x0FB02, 0}, {NULL, 0, 0, 0} };
NULL             3200 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5D5[] = { {"thksim", 6, 0x0223C, 0}, {NULL, 0, 0, 0} };
NULL             3201 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5D8[] = { {"Euml", 4, 0x000CB, 0}, {NULL, 0, 0, 0} };
NULL             3202 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5D9[] = { {"chi", 3, 0x003C7, 0}, {NULL, 0, 0, 0} };
NULL             3203 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5DB[] = { {"ncup", 4, 0x02A42, 0}, {NULL, 0, 0, 0} };
NULL             3204 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5DD[] = { {"SOFTcy", 6, 0x0042C, 0}, {NULL, 0, 0, 0} };
NULL             3205 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5DF[] = { {"bnequiv", 7, 0x02261, 0x020E5}, {NULL, 0, 0, 0} };
NULL             3206 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5E2[] = { {"nsube", 5, 0x02288, 0}, {NULL, 0, 0, 0} };
NULL             3207 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5E4[] = { {"mapstoleft", 10, 0x021A4, 0}, {NULL, 0, 0, 0} };
NULL             3208 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5E7[] = { {"NotLessSlantEqual", 17, 0x02A7D, 0x00338}, {NULL, 0, 0, 0} };
NULL             3209 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5EA[] = { {"ldrushar", 8, 0x0294B, 0}, {NULL, 0, 0, 0} };
NULL             3210 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5ED[] = { {"Equilibrium", 11, 0x021CC, 0}, {"Uogon", 5, 0x00172, 0}, {"supsetneq", 9, 0x0228B, 0}, {NULL, 0, 0, 0} };
NULL             3211 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5F0[] = { {"Vbar", 4, 0x02AEB, 0}, {NULL, 0, 0, 0} };
NULL             3212 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5F3[] = { {"vnsub", 5, 0x02282, 0x020D2}, {NULL, 0, 0, 0} };
NULL             3213 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5F6[] = { {"Square", 6, 0x025A1, 0}, {"lessapprox", 10, 0x02A85, 0}, {NULL, 0, 0, 0} };
NULL             3214 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5F8[] = { {"And", 3, 0x02A53, 0}, {NULL, 0, 0, 0} };
NULL             3215 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5FA[] = { {"gesdoto", 7, 0x02A82, 0}, {NULL, 0, 0, 0} };
NULL             3216 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_5FD[] = { {"gap", 3, 0x02A86, 0}, {NULL, 0, 0, 0} };
NULL             3217 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_601[] = { {"nsucc", 5, 0x02281, 0}, {"thicksim", 8, 0x0223C, 0}, {"vnsup", 5, 0x02283, 0x020D2}, {NULL, 0, 0, 0} };
NULL             3218 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_602[] = { {"Efr", 3, 0x1D508, 0}, {NULL, 0, 0, 0} };
NULL             3219 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_603[] = { {"Igrave", 6, 0x000CC, 0}, {"cir", 3, 0x025CB, 0}, {NULL, 0, 0, 0} };
NULL             3220 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_606[] = { {"Xi", 2, 0x0039E, 0}, {"oacute", 6, 0x000F3, 0}, {NULL, 0, 0, 0} };
NULL             3221 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_609[] = { {"nsc", 3, 0x02281, 0}, {NULL, 0, 0, 0} };
NULL             3222 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_60D[] = { {"uogon", 5, 0x00173, 0}, {NULL, 0, 0, 0} };
NULL             3223 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_613[] = { {"rharul", 6, 0x0296C, 0}, {NULL, 0, 0, 0} };
NULL             3224 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_615[] = { {"RuleDelayed", 11, 0x029F4, 0}, {"apacir", 6, 0x02A6F, 0}, {NULL, 0, 0, 0} };
NULL             3225 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_617[] = { {"jscr", 4, 0x1D4BF, 0}, {"vcy", 3, 0x00432, 0}, {NULL, 0, 0, 0} };
NULL             3226 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_61A[] = { {"barwed", 6, 0x02305, 0}, {NULL, 0, 0, 0} };
NULL             3227 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_61D[] = { {"sopf", 4, 0x1D564, 0}, {"thkap", 5, 0x02248, 0}, {NULL, 0, 0, 0} };
NULL             3228 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_61F[] = { {"lesseqgtr", 9, 0x022DA, 0}, {NULL, 0, 0, 0} };
NULL             3229 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_622[] = { {"rdquor", 6, 0x0201D, 0}, {NULL, 0, 0, 0} };
NULL             3230 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_624[] = { {"Lstrok", 6, 0x00141, 0}, {NULL, 0, 0, 0} };
NULL             3231 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_626[] = { {"Product", 7, 0x0220F, 0}, {"sqsupe", 6, 0x02292, 0}, {NULL, 0, 0, 0} };
NULL             3232 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_628[] = { {"awconint", 8, 0x02233, 0}, {NULL, 0, 0, 0} };
NULL             3233 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_62C[] = { {"hearts", 6, 0x02665, 0}, {NULL, 0, 0, 0} };
NULL             3234 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_630[] = { {"rlm", 3, 0x0200F, 0}, {NULL, 0, 0, 0} };
NULL             3235 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_632[] = { {"comma", 5, 0x0002C, 0}, {NULL, 0, 0, 0} };
NULL             3236 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_636[] = { {"PartialD", 8, 0x02202, 0}, {NULL, 0, 0, 0} };
NULL             3237 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_63A[] = { {"wedbar", 6, 0x02A5F, 0}, {NULL, 0, 0, 0} };
NULL             3238 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_63C[] = { {"oline", 5, 0x0203E, 0}, {NULL, 0, 0, 0} };
NULL             3239 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_63D[] = { {"OverBracket", 11, 0x023B4, 0}, {NULL, 0, 0, 0} };
NULL             3240 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_63E[] = { {"RBarr", 5, 0x02910, 0}, {NULL, 0, 0, 0} };
NULL             3241 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_641[] = { {"uharl", 5, 0x021BF, 0}, {NULL, 0, 0, 0} };
NULL             3242 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_642[] = { {"leftrightsquigarrow", 19, 0x021AD, 0}, {NULL, 0, 0, 0} };
NULL             3243 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_645[] = { {"RightFloor", 10, 0x0230B, 0}, {"intprod", 7, 0x02A3C, 0}, {"vee", 3, 0x02228, 0}, {NULL, 0, 0, 0} };
NULL             3244 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_646[] = { {"zigrarr", 7, 0x021DD, 0}, {NULL, 0, 0, 0} };
NULL             3245 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_647[] = { {"uharr", 5, 0x021BE, 0}, {NULL, 0, 0, 0} };
NULL             3246 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_648[] = { {"gcy", 3, 0x00433, 0}, {"varsubsetneq", 12, 0x0228A, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             3247 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_649[] = { {"leqslant", 8, 0x02A7D, 0}, {NULL, 0, 0, 0} };
NULL             3248 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_64A[] = { {"Odblac", 6, 0x00150, 0}, {NULL, 0, 0, 0} };
NULL             3249 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_651[] = { {"minus", 5, 0x02212, 0}, {"scpolint", 8, 0x02A13, 0}, {NULL, 0, 0, 0} };
NULL             3250 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_652[] = { {"lrtri", 5, 0x022BF, 0}, {NULL, 0, 0, 0} };
NULL             3251 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_653[] = { {"DiacriticalGrave", 16, 0x00060, 0}, {NULL, 0, 0, 0} };
NULL             3252 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_655[] = { {"num", 3, 0x00023, 0}, {NULL, 0, 0, 0} };
NULL             3253 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_657[] = { {"quest", 5, 0x0003F, 0}, {NULL, 0, 0, 0} };
NULL             3254 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_658[] = { {"Kscr", 4, 0x1D4A6, 0}, {"UnderBar", 8, 0x0005F, 0}, {NULL, 0, 0, 0} };
NULL             3255 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_659[] = { {"lsquo", 5, 0x02018, 0}, {NULL, 0, 0, 0} };
NULL             3256 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_65C[] = { {"rArr", 4, 0x021D2, 0}, {NULL, 0, 0, 0} };
NULL             3257 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_65E[] = { {"Topf", 4, 0x1D54B, 0}, {"heartsuit", 9, 0x02665, 0}, {"rBarr", 5, 0x0290F, 0}, {NULL, 0, 0, 0} };
NULL             3258 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_660[] = { {"emptyset", 8, 0x02205, 0}, {NULL, 0, 0, 0} };
NULL             3259 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_669[] = { {"UnderParenthesis", 16, 0x023DD, 0}, {NULL, 0, 0, 0} };
NULL             3260 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_670[] = { {"dotplus", 7, 0x02214, 0}, {NULL, 0, 0, 0} };
NULL             3261 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_671[] = { {"Psi", 3, 0x003A8, 0}, {NULL, 0, 0, 0} };
NULL             3262 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_672[] = { {"GJcy", 4, 0x00403, 0}, {"exist", 5, 0x02203, 0}, {"simplus", 7, 0x02A24, 0}, {NULL, 0, 0, 0} };
NULL             3263 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_673[] = { {"vfr", 3, 0x1D533, 0}, {NULL, 0, 0, 0} };
NULL             3264 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_676[] = { {"tprime", 6, 0x02034, 0}, {NULL, 0, 0, 0} };
NULL             3265 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_678[] = { {"leftrightharpoons", 17, 0x021CB, 0}, {NULL, 0, 0, 0} };
NULL             3266 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_679[] = { {"rbrksld", 7, 0x0298E, 0}, {NULL, 0, 0, 0} };
NULL             3267 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_67D[] = { {"Ecaron", 6, 0x0011A, 0}, {"gel", 3, 0x022DB, 0}, {NULL, 0, 0, 0} };
NULL             3268 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_680[] = { {"capdot", 6, 0x02A40, 0}, {NULL, 0, 0, 0} };
NULL             3269 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_682[] = { {"geq", 3, 0x02265, 0}, {NULL, 0, 0, 0} };
NULL             3270 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_684[] = { {"LowerLeftArrow", 14, 0x02199, 0}, {"ges", 3, 0x02A7E, 0}, {NULL, 0, 0, 0} };
NULL             3271 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_685[] = { {"Colone", 6, 0x02A74, 0}, {"NotLessEqual", 12, 0x02270, 0}, {NULL, 0, 0, 0} };
NULL             3272 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_68A[] = { {"nrarr", 5, 0x0219B, 0}, {"rbrkslu", 7, 0x02990, 0}, {NULL, 0, 0, 0} };
NULL             3273 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_68C[] = { {"flat", 4, 0x0266D, 0}, {NULL, 0, 0, 0} };
NULL             3274 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_691[] = { {"there4", 6, 0x02234, 0}, {NULL, 0, 0, 0} };
NULL             3275 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_693[] = { {"Gdot", 4, 0x00120, 0}, {NULL, 0, 0, 0} };
NULL             3276 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_694[] = { {"ijlig", 5, 0x00133, 0}, {NULL, 0, 0, 0} };
NULL             3277 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_696[] = { {"blacklozenge", 12, 0x029EB, 0}, {NULL, 0, 0, 0} };
NULL             3278 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_699[] = { {"Zeta", 4, 0x00396, 0}, {NULL, 0, 0, 0} };
NULL             3279 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6A3[] = { {"duarr", 5, 0x021F5, 0}, {NULL, 0, 0, 0} };
NULL             3280 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6A4[] = { {"DotEqual", 8, 0x02250, 0}, {"dtdot", 5, 0x022F1, 0}, {"gfr", 3, 0x1D524, 0}, {NULL, 0, 0, 0} };
NULL             3281 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6A8[] = { {"cirE", 4, 0x029C3, 0}, {"period", 6, 0x0002E, 0}, {NULL, 0, 0, 0} };
NULL             3282 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6A9[] = { {"lmoust", 6, 0x023B0, 0}, {NULL, 0, 0, 0} };
NULL             3283 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6AA[] = { {"Icy", 3, 0x00418, 0}, {"Rcaron", 6, 0x00158, 0}, {NULL, 0, 0, 0} };
NULL             3284 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6AB[] = { {"LeftCeiling", 11, 0x02308, 0}, {NULL, 0, 0, 0} };
NULL             3285 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6AE[] = { {"ascr", 4, 0x1D4B6, 0}, {NULL, 0, 0, 0} };
NULL             3286 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6B0[] = { {"boxtimes", 8, 0x022A0, 0}, {NULL, 0, 0, 0} };
NULL             3287 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6B4[] = { {"jopf", 4, 0x1D55B, 0}, {"ntriangleleft", 13, 0x022EA, 0}, {NULL, 0, 0, 0} };
NULL             3288 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6B6[] = { {"eqcolon", 7, 0x02255, 0}, {NULL, 0, 0, 0} };
NULL             3289 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6B8[] = { {"rbbrk", 5, 0x02773, 0}, {NULL, 0, 0, 0} };
NULL             3290 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6B9[] = { {"homtht", 6, 0x0223B, 0}, {NULL, 0, 0, 0} };
NULL             3291 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6BA[] = { {"ggg", 3, 0x022D9, 0}, {"seswar", 6, 0x02929, 0}, {NULL, 0, 0, 0} };
NULL             3292 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6BC[] = { {"perp", 4, 0x022A5, 0}, {"shcy", 4, 0x00448, 0}, {NULL, 0, 0, 0} };
NULL             3293 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6BF[] = { {"phone", 5, 0x0260E, 0}, {NULL, 0, 0, 0} };
NULL             3294 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C0[] = { {"NotDoubleVerticalBar", 20, 0x02226, 0}, {"ngtr", 4, 0x0226F, 0}, {NULL, 0, 0, 0} };
NULL             3295 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C4[] = { {"ThickSpace", 10, 0x0205F, 0x0200A}, {NULL, 0, 0, 0} };
NULL             3296 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C5[] = { {"ForAll", 6, 0x02200, 0}, {NULL, 0, 0, 0} };
NULL             3297 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C6[] = { {"circ", 4, 0x002C6, 0}, {NULL, 0, 0, 0} };
NULL             3298 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C7[] = { {"Verbar", 6, 0x02016, 0}, {NULL, 0, 0, 0} };
NULL             3299 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C8[] = { {"cire", 4, 0x02257, 0}, {"lesges", 6, 0x02A93, 0}, {NULL, 0, 0, 0} };
NULL             3300 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6C9[] = { {"slarr", 5, 0x02190, 0}, {NULL, 0, 0, 0} };
NULL             3301 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6CC[] = { {"RightDownTeeVector", 18, 0x0295D, 0}, {"triangleq", 9, 0x0225C, 0}, {NULL, 0, 0, 0} };
NULL             3302 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6CE[] = { {"checkmark", 9, 0x02713, 0}, {"quot", 4, 0x00022, 0}, {"suplarr", 7, 0x0297B, 0}, {NULL, 0, 0, 0} };
NULL             3303 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6D1[] = { {"Backslash", 9, 0x02216, 0}, {NULL, 0, 0, 0} };
NULL             3304 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6D2[] = { {"fallingdotseq", 13, 0x02252, 0}, {NULL, 0, 0, 0} };
NULL             3305 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6D4[] = { {"swArr", 5, 0x021D9, 0}, {NULL, 0, 0, 0} };
NULL             3306 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6D5[] = { {"Xfr", 3, 0x1D51B, 0}, {"lbrke", 5, 0x0298B, 0}, {NULL, 0, 0, 0} };
NULL             3307 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6D9[] = { {"jmath", 5, 0x00237, 0}, {NULL, 0, 0, 0} };
NULL             3308 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6DA[] = { {"lmoustache", 10, 0x023B0, 0}, {NULL, 0, 0, 0} };
NULL             3309 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6DB[] = { {"DownTee", 7, 0x022A4, 0}, {NULL, 0, 0, 0} };
NULL             3310 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6DC[] = { {"reals", 5, 0x0211D, 0}, {NULL, 0, 0, 0} };
NULL             3311 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6DE[] = { {"quaternions", 11, 0x0210D, 0}, {NULL, 0, 0, 0} };
NULL             3312 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6E7[] = { {"vzigzag", 7, 0x0299A, 0}, {NULL, 0, 0, 0} };
NULL             3313 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6EB[] = { {"pound", 5, 0x000A3, 0}, {NULL, 0, 0, 0} };
NULL             3314 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6EE[] = { {"permil", 6, 0x02030, 0}, {NULL, 0, 0, 0} };
NULL             3315 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6EF[] = { {"Bscr", 4, 0x0212C, 0}, {"lfisht", 6, 0x0297C, 0}, {"vartriangleleft", 15, 0x022B2, 0}, {NULL, 0, 0, 0} };
NULL             3316 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6F5[] = { {"Kopf", 4, 0x1D542, 0}, {NULL, 0, 0, 0} };
NULL             3317 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6F7[] = { {"Tilde", 5, 0x0223C, 0}, {"gtrarr", 6, 0x02978, 0}, {"lAarr", 5, 0x021DA, 0}, {"opar", 4, 0x029B7, 0}, {NULL, 0, 0, 0} };
NULL             3318 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_6FB[] = { {"triangle", 8, 0x025B5, 0}, {NULL, 0, 0, 0} };
NULL             3319 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_704[] = { {"lcaron", 6, 0x0013E, 0}, {"wscr", 4, 0x1D4CC, 0}, {NULL, 0, 0, 0} };
NULL             3320 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_705[] = { {"asympeq", 7, 0x0224D, 0}, {NULL, 0, 0, 0} };
NULL             3321 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_706[] = { {"Ifr", 3, 0x02111, 0}, {NULL, 0, 0, 0} };
NULL             3322 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_707[] = { {"DoubleDot", 9, 0x000A8, 0}, {NULL, 0, 0, 0} };
NULL             3323 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_709[] = { {"nVdash", 6, 0x022AE, 0}, {NULL, 0, 0, 0} };
NULL             3324 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_70C[] = { {"hairsp", 6, 0x0200A, 0}, {"leftrightarrows", 15, 0x021C6, 0}, {NULL, 0, 0, 0} };
NULL             3325 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_70E[] = { {"lbrace", 6, 0x0007B, 0}, {"rightarrow", 10, 0x02192, 0}, {NULL, 0, 0, 0} };
NULL             3326 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_70F[] = { {"Dagger", 6, 0x02021, 0}, {NULL, 0, 0, 0} };
NULL             3327 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_712[] = { {"rsh", 3, 0x021B1, 0}, {NULL, 0, 0, 0} };
NULL             3328 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_714[] = { {"eqslantless", 11, 0x02A95, 0}, {"gnapprox", 8, 0x02A8A, 0}, {"lbrack", 6, 0x0005B, 0}, {NULL, 0, 0, 0} };
NULL             3329 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_715[] = { {"uHar", 4, 0x02963, 0}, {NULL, 0, 0, 0} };
NULL             3330 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_717[] = { {"tilde", 5, 0x002DC, 0}, {NULL, 0, 0, 0} };
NULL             3331 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_719[] = { {"complement", 10, 0x02201, 0}, {NULL, 0, 0, 0} };
NULL             3332 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_71B[] = { {"zcy", 3, 0x00437, 0}, {NULL, 0, 0, 0} };
NULL             3333 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_71E[] = { {"boxDL", 5, 0x02557, 0}, {NULL, 0, 0, 0} };
NULL             3334 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_71F[] = { {"micro", 5, 0x000B5, 0}, {NULL, 0, 0, 0} };
NULL             3335 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_723[] = { {"horbar", 6, 0x02015, 0}, {NULL, 0, 0, 0} };
NULL             3336 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_724[] = { {"boxDR", 5, 0x02554, 0}, {NULL, 0, 0, 0} };
NULL             3337 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_727[] = { {"bsolhsub", 8, 0x027C8, 0}, {NULL, 0, 0, 0} };
NULL             3338 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_729[] = { {"ac", 2, 0x0223E, 0}, {"nvdash", 6, 0x022AC, 0}, {"precapprox", 10, 0x02AB7, 0}, {NULL, 0, 0, 0} };
NULL             3339 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_72C[] = { {"af", 2, 0x02061, 0}, {NULL, 0, 0, 0} };
NULL             3340 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_72D[] = { {"bullet", 6, 0x02022, 0}, {NULL, 0, 0, 0} };
NULL             3341 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_72E[] = { {"demptyv", 7, 0x029B1, 0}, {NULL, 0, 0, 0} };
NULL             3342 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_733[] = { {"geqq", 4, 0x02267, 0}, {NULL, 0, 0, 0} };
NULL             3343 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_734[] = { {"uuarr", 5, 0x021C8, 0}, {NULL, 0, 0, 0} };
NULL             3344 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_735[] = { {"Ocirc", 5, 0x000D4, 0}, {"utdot", 5, 0x022F0, 0}, {NULL, 0, 0, 0} };
NULL             3345 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_736[] = { {"ap", 2, 0x02248, 0}, {NULL, 0, 0, 0} };
NULL             3346 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_738[] = { {"bNot", 4, 0x02AED, 0}, {NULL, 0, 0, 0} };
NULL             3347 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_73B[] = { {"CirclePlus", 10, 0x02295, 0}, {NULL, 0, 0, 0} };
NULL             3348 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_73D[] = { {"glE", 3, 0x02A92, 0}, {"midcir", 6, 0x02AF0, 0}, {"rppolint", 8, 0x02A12, 0}, {NULL, 0, 0, 0} };
NULL             3349 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_73E[] = { {"boxDl", 5, 0x02556, 0}, {NULL, 0, 0, 0} };
NULL             3350 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_73F[] = { {"sdot", 4, 0x022C5, 0}, {NULL, 0, 0, 0} };
NULL             3351 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_744[] = { {"boxDr", 5, 0x02553, 0}, {NULL, 0, 0, 0} };
NULL             3352 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_745[] = { {"Xscr", 4, 0x1D4B3, 0}, {NULL, 0, 0, 0} };
NULL             3353 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_749[] = { {"dlcrop", 6, 0x0230D, 0}, {"gtrless", 7, 0x02277, 0}, {NULL, 0, 0, 0} };
NULL             3354 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_74B[] = { {"aopf", 4, 0x1D552, 0}, {"operp", 5, 0x029B9, 0}, {NULL, 0, 0, 0} };
NULL             3355 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_74C[] = { {"kcy", 3, 0x0043A, 0}, {NULL, 0, 0, 0} };
NULL             3356 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_74F[] = { {"larrfs", 6, 0x0291D, 0}, {NULL, 0, 0, 0} };
NULL             3357 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_751[] = { {"rcub", 4, 0x0007D, 0}, {NULL, 0, 0, 0} };
NULL             3358 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_754[] = { {"nrtri", 5, 0x022EB, 0}, {NULL, 0, 0, 0} };
NULL             3359 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_755[] = { {"nparsl", 6, 0x02AFD, 0x020E5}, {"ocirc", 5, 0x000F4, 0}, {NULL, 0, 0, 0} };
NULL             3360 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_759[] = { {"gla", 3, 0x02AA5, 0}, {NULL, 0, 0, 0} };
NULL             3361 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_75C[] = { {"Iuml", 4, 0x000CF, 0}, {NULL, 0, 0, 0} };
NULL             3362 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_75F[] = { {"mcomma", 6, 0x02A29, 0}, {NULL, 0, 0, 0} };
NULL             3363 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_762[] = { {"glj", 3, 0x02AA4, 0}, {NULL, 0, 0, 0} };
NULL             3364 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_763[] = { {"Map", 3, 0x02905, 0}, {NULL, 0, 0, 0} };
NULL             3365 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_765[] = { {"copysr", 6, 0x02117, 0}, {NULL, 0, 0, 0} };
NULL             3366 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_766[] = { {"DownTeeArrow", 12, 0x021A7, 0}, {"Upsi", 4, 0x003D2, 0}, {NULL, 0, 0, 0} };
NULL             3367 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_768[] = { {"awint", 5, 0x02A11, 0}, {NULL, 0, 0, 0} };
NULL             3368 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_76E[] = { {"DownRightVector", 15, 0x021C1, 0}, {"NotEqual", 8, 0x02260, 0}, {NULL, 0, 0, 0} };
NULL             3369 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_770[] = { {"gesl", 4, 0x022DB, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             3370 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_772[] = { {"NotCupCap", 9, 0x0226D, 0}, {NULL, 0, 0, 0} };
NULL             3371 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_776[] = { {"blacktriangleright", 18, 0x025B8, 0}, {NULL, 0, 0, 0} };
NULL             3372 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_777[] = { {"zfr", 3, 0x1D537, 0}, {NULL, 0, 0, 0} };
NULL             3373 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_779[] = { {"leftrightarrow", 14, 0x02194, 0}, {NULL, 0, 0, 0} };
NULL             3374 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_77A[] = { {"Abreve", 6, 0x00102, 0}, {NULL, 0, 0, 0} };
NULL             3375 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_77F[] = { {"Uarr", 4, 0x0219F, 0}, {"gnE", 3, 0x02269, 0}, {"supmult", 7, 0x02AC2, 0}, {NULL, 0, 0, 0} };
NULL             3376 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_781[] = { {"supplus", 7, 0x02AC0, 0}, {NULL, 0, 0, 0} };
NULL             3377 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_783[] = { {"nabla", 5, 0x02207, 0}, {NULL, 0, 0, 0} };
NULL             3378 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_787[] = { {"Lang", 4, 0x027EA, 0}, {"laquo", 5, 0x000AB, 0}, {NULL, 0, 0, 0} };
NULL             3379 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_789[] = { {"larrhk", 6, 0x021A9, 0}, {NULL, 0, 0, 0} };
NULL             3380 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_78C[] = { {"Bopf", 4, 0x1D539, 0}, {"lowbar", 6, 0x0005F, 0}, {NULL, 0, 0, 0} };
NULL             3381 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_78D[] = { {"cup", 3, 0x0222A, 0}, {"dd", 2, 0x02146, 0}, {NULL, 0, 0, 0} };
NULL             3382 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_78E[] = { {"nsce", 4, 0x02AB0, 0x00338}, {NULL, 0, 0, 0} };
NULL             3383 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_790[] = { {"nshortparallel", 14, 0x02226, 0}, {"nsupE", 5, 0x02AC6, 0x00338}, {NULL, 0, 0, 0} };
NULL             3384 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_794[] = { {"OpenCurlyQuote", 14, 0x02018, 0}, {NULL, 0, 0, 0} };
NULL             3385 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_797[] = { {"bsolb", 5, 0x029C5, 0}, {NULL, 0, 0, 0} };
NULL             3386 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_798[] = { {"DScy", 4, 0x00405, 0}, {NULL, 0, 0, 0} };
NULL             3387 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_79A[] = { {"boxHD", 5, 0x02566, 0}, {"ltrPar", 6, 0x02996, 0}, {NULL, 0, 0, 0} };
NULL             3388 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_79B[] = { {"nscr", 4, 0x1D4C3, 0}, {NULL, 0, 0, 0} };
NULL             3389 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_79D[] = { {"lEg", 3, 0x02A8B, 0}, {NULL, 0, 0, 0} };
NULL             3390 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_79F[] = { {"egrave", 6, 0x000E8, 0}, {"gne", 3, 0x02A88, 0}, {"larrsim", 7, 0x02973, 0}, {NULL, 0, 0, 0} };
NULL             3391 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7A0[] = { {"COPY", 4, 0x000A9, 0}, {"bdquo", 5, 0x0201E, 0}, {NULL, 0, 0, 0} };
NULL             3392 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7A1[] = { {"wopf", 4, 0x1D568, 0}, {NULL, 0, 0, 0} };
NULL             3393 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7A2[] = { {"NotRightTriangleEqual", 21, 0x022ED, 0}, {NULL, 0, 0, 0} };
NULL             3394 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7A5[] = { {"robrk", 5, 0x027E7, 0}, {NULL, 0, 0, 0} };
NULL             3395 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7A8[] = { {"kfr", 3, 0x1D528, 0}, {"nlsim", 5, 0x02274, 0}, {NULL, 0, 0, 0} };
NULL             3396 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7AA[] = { {"xhArr", 5, 0x027FA, 0}, {NULL, 0, 0, 0} };
NULL             3397 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7AB[] = { {"boxHU", 5, 0x02569, 0}, {NULL, 0, 0, 0} };
NULL             3398 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7AC[] = { {"lHar", 4, 0x02962, 0}, {NULL, 0, 0, 0} };
NULL             3399 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7AE[] = { {"Mcy", 3, 0x0041C, 0}, {NULL, 0, 0, 0} };
NULL             3400 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7AF[] = { {"ee", 2, 0x02147, 0}, {NULL, 0, 0, 0} };
NULL             3401 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7B0[] = { {"nsupe", 5, 0x02289, 0}, {NULL, 0, 0, 0} };
NULL             3402 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7B1[] = { {"eg", 2, 0x02A9A, 0}, {NULL, 0, 0, 0} };
NULL             3403 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7B5[] = { {"trade", 5, 0x02122, 0}, {NULL, 0, 0, 0} };
NULL             3404 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7B6[] = { {"el", 2, 0x02A99, 0}, {NULL, 0, 0, 0} };
NULL             3405 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7B7[] = { {"nsucceq", 7, 0x02AB0, 0x00338}, {NULL, 0, 0, 0} };
NULL             3406 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7B8[] = { {"langle", 6, 0x027E8, 0}, {NULL, 0, 0, 0} };
NULL             3407 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7BA[] = { {"boxHd", 5, 0x02564, 0}, {NULL, 0, 0, 0} };
NULL             3408 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7BB[] = { {"Subset", 6, 0x022D0, 0}, {NULL, 0, 0, 0} };
NULL             3409 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7BD[] = { {"DownArrowBar", 12, 0x02913, 0}, {"topbot", 6, 0x02336, 0}, {NULL, 0, 0, 0} };
NULL             3410 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7BE[] = { {"OverBrace", 9, 0x023DE, 0}, {NULL, 0, 0, 0} };
NULL             3411 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7BF[] = { {"Eta", 3, 0x00397, 0}, {NULL, 0, 0, 0} };
NULL             3412 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7C0[] = { {"hstrok", 6, 0x00127, 0}, {NULL, 0, 0, 0} };
NULL             3413 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7C1[] = { {"Hacek", 5, 0x002C7, 0}, {"diamond", 7, 0x022C4, 0}, {"isinsv", 6, 0x022F3, 0}, {"rtriltri", 8, 0x029CE, 0}, {NULL, 0, 0, 0} };
NULL             3414 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7C9[] = { {"nvltrie", 7, 0x022B4, 0x020D2}, {NULL, 0, 0, 0} };
NULL             3415 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7CB[] = { {"boxHu", 5, 0x02567, 0}, {NULL, 0, 0, 0} };
NULL             3416 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7CD[] = { {"fpartint", 8, 0x02A0D, 0}, {NULL, 0, 0, 0} };
NULL             3417 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7CE[] = { {"Proportional", 12, 0x0221D, 0}, {NULL, 0, 0, 0} };
NULL             3418 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7D1[] = { {"NotSuperset", 11, 0x02283, 0x020D2}, {"gE", 2, 0x02267, 0}, {NULL, 0, 0, 0} };
NULL             3419 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7D2[] = { {"scnsim", 6, 0x022E9, 0}, {NULL, 0, 0, 0} };
NULL             3420 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7D5[] = { {"uparrow", 7, 0x02191, 0}, {NULL, 0, 0, 0} };
NULL             3421 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7D6[] = { {"ltlarr", 6, 0x02976, 0}, {NULL, 0, 0, 0} };
NULL             3422 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7D9[] = { {"rtimes", 6, 0x022CA, 0}, {NULL, 0, 0, 0} };
NULL             3423 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7DA[] = { {"ncong", 5, 0x02247, 0}, {NULL, 0, 0, 0} };
NULL             3424 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7DC[] = { {"Oscr", 4, 0x1D4AA, 0}, {NULL, 0, 0, 0} };
NULL             3425 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7E0[] = { {"vArr", 4, 0x021D5, 0}, {NULL, 0, 0, 0} };
NULL             3426 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7E2[] = { {"Xopf", 4, 0x1D54F, 0}, {NULL, 0, 0, 0} };
NULL             3427 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7E4[] = { {"notinva", 7, 0x02209, 0}, {NULL, 0, 0, 0} };
NULL             3428 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7E5[] = { {"notinvb", 7, 0x022F7, 0}, {NULL, 0, 0, 0} };
NULL             3429 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7E6[] = { {"notinvc", 7, 0x022F6, 0}, {"nsqsube", 7, 0x022E2, 0}, {NULL, 0, 0, 0} };
NULL             3430 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7EC[] = { {"Tcaron", 6, 0x00164, 0}, {NULL, 0, 0, 0} };
NULL             3431 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7EF[] = { {"upsilon", 7, 0x003C5, 0}, {NULL, 0, 0, 0} };
NULL             3432 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7F1[] = { {"ge", 2, 0x02265, 0}, {NULL, 0, 0, 0} };
NULL             3433 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7F3[] = { {"gg", 2, 0x0226B, 0}, {NULL, 0, 0, 0} };
NULL             3434 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7F6[] = { {"KJcy", 4, 0x0040C, 0}, {NULL, 0, 0, 0} };
NULL             3435 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7F8[] = { {"gl", 2, 0x02277, 0}, {NULL, 0, 0, 0} };
NULL             3436 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7FB[] = { {"dblac", 5, 0x002DD, 0}, {NULL, 0, 0, 0} };
NULL             3437 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_7FC[] = { {"lAtail", 6, 0x0291B, 0}, {NULL, 0, 0, 0} };
NULL             3438 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_800[] = { {"gt", 2, 0x0003E, 0}, {NULL, 0, 0, 0} };
NULL             3439 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_802[] = { {"lotimes", 7, 0x02A34, 0}, {"seArr", 5, 0x021D8, 0}, {NULL, 0, 0, 0} };
NULL             3440 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_803[] = { {"Lacute", 6, 0x00139, 0}, {"Laplacetrf", 10, 0x02112, 0}, {NULL, 0, 0, 0} };
NULL             3441 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_808[] = { {"uuml", 4, 0x000FC, 0}, {NULL, 0, 0, 0} };
NULL             3442 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_809[] = { {"Amacr", 5, 0x00100, 0}, {NULL, 0, 0, 0} };
NULL             3443 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_80A[] = { {"Mfr", 3, 0x1D510, 0}, {NULL, 0, 0, 0} };
NULL             3444 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_810[] = { {"Int", 3, 0x0222C, 0}, {NULL, 0, 0, 0} };
NULL             3445 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_811[] = { {"Vvdash", 6, 0x022AA, 0}, {NULL, 0, 0, 0} };
NULL             3446 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_812[] = { {"Lcedil", 6, 0x0013B, 0}, {"larrlp", 6, 0x021AB, 0}, {NULL, 0, 0, 0} };
NULL             3447 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_816[] = { {"Larr", 4, 0x0219E, 0}, {NULL, 0, 0, 0} };
NULL             3448 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_819[] = { {"CircleTimes", 11, 0x02297, 0}, {NULL, 0, 0, 0} };
NULL             3449 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_81C[] = { {"NotReverseElement", 17, 0x0220C, 0}, {"latail", 6, 0x02919, 0}, {NULL, 0, 0, 0} };
NULL             3450 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_81D[] = { {"ntrianglerighteq", 16, 0x022ED, 0}, {NULL, 0, 0, 0} };
NULL             3451 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_821[] = { {"blk12", 5, 0x02592, 0}, {NULL, 0, 0, 0} };
NULL             3452 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_822[] = { {"intlarhk", 8, 0x02A17, 0}, {NULL, 0, 0, 0} };
NULL             3453 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_823[] = { {"blk14", 5, 0x02591, 0}, {"ccupssm", 7, 0x02A50, 0}, {NULL, 0, 0, 0} };
NULL             3454 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_824[] = { {"hercon", 6, 0x022B9, 0}, {NULL, 0, 0, 0} };
NULL             3455 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_828[] = { {"bigotimes", 9, 0x02A02, 0}, {NULL, 0, 0, 0} };
NULL             3456 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_829[] = { {"amacr", 5, 0x00101, 0}, {NULL, 0, 0, 0} };
NULL             3457 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_82D[] = { {"nrarrc", 6, 0x02933, 0x00338}, {NULL, 0, 0, 0} };
NULL             3458 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_82E[] = { {"ubreve", 6, 0x0016D, 0}, {NULL, 0, 0, 0} };
NULL             3459 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_830[] = { {"Yacute", 6, 0x000DD, 0}, {NULL, 0, 0, 0} };
NULL             3460 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_831[] = { {"ic", 2, 0x02063, 0}, {NULL, 0, 0, 0} };
NULL             3461 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_832[] = { {"escr", 4, 0x0212F, 0}, {NULL, 0, 0, 0} };
NULL             3462 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_837[] = { {"ii", 2, 0x02148, 0}, {NULL, 0, 0, 0} };
NULL             3463 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_838[] = { {"DownArrowUpArrow", 16, 0x021F5, 0}, {"nopf", 4, 0x1D55F, 0}, {NULL, 0, 0, 0} };
NULL             3464 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_83C[] = { {"in", 2, 0x02208, 0}, {NULL, 0, 0, 0} };
NULL             3465 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_83E[] = { {"bumpE", 5, 0x02AAE, 0}, {NULL, 0, 0, 0} };
NULL             3466 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_83F[] = { {"rightharpoonup", 14, 0x021C0, 0}, {NULL, 0, 0, 0} };
NULL             3467 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_841[] = { {"nrarrw", 6, 0x0219D, 0x00338}, {NULL, 0, 0, 0} };
NULL             3468 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_842[] = { {"it", 2, 0x02062, 0}, {NULL, 0, 0, 0} };
NULL             3469 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_846[] = { {"ncaron", 6, 0x00148, 0}, {NULL, 0, 0, 0} };
NULL             3470 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_84A[] = { {"succnsim", 8, 0x022E9, 0}, {NULL, 0, 0, 0} };
NULL             3471 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_84C[] = { {"gammad", 6, 0x003DD, 0}, {NULL, 0, 0, 0} };
NULL             3472 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_84F[] = { {"yucy", 4, 0x0044E, 0}, {NULL, 0, 0, 0} };
NULL             3473 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_850[] = { {"ocy", 3, 0x0043E, 0}, {NULL, 0, 0, 0} };
NULL             3474 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_855[] = { {"hybull", 6, 0x02043, 0}, {"rpargt", 6, 0x02994, 0}, {NULL, 0, 0, 0} };
NULL             3475 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_857[] = { {"csube", 5, 0x02AD1, 0}, {NULL, 0, 0, 0} };
NULL             3476 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_85B[] = { {"iiota", 5, 0x02129, 0}, {NULL, 0, 0, 0} };
NULL             3477 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_85C[] = { {"nsim", 4, 0x02241, 0}, {NULL, 0, 0, 0} };
NULL             3478 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_85E[] = { {"LeftTriangleEqual", 17, 0x022B4, 0}, {"bumpe", 5, 0x0224F, 0}, {"nearhk", 6, 0x02924, 0}, {"nhpar", 5, 0x02AF2, 0}, {NULL, 0, 0, 0} };
NULL             3479 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_861[] = { {"risingdotseq", 12, 0x02253, 0}, {NULL, 0, 0, 0} };
NULL             3480 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_865[] = { {"blk34", 5, 0x02593, 0}, {NULL, 0, 0, 0} };
NULL             3481 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_866[] = { {"LeftTriangle", 12, 0x022B2, 0}, {"vBarv", 5, 0x02AE9, 0}, {NULL, 0, 0, 0} };
NULL             3482 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_867[] = { {"AElig", 5, 0x000C6, 0}, {NULL, 0, 0, 0} };
NULL             3483 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_868[] = { {"DoubleUpDownArrow", 17, 0x021D5, 0}, {NULL, 0, 0, 0} };
NULL             3484 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_86A[] = { {"cwint", 5, 0x02231, 0}, {NULL, 0, 0, 0} };
NULL             3485 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_86B[] = { {"rtrie", 5, 0x022B5, 0}, {NULL, 0, 0, 0} };
NULL             3486 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_86C[] = { {"rtrif", 5, 0x025B8, 0}, {NULL, 0, 0, 0} };
NULL             3487 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_873[] = { {"Fscr", 4, 0x02131, 0}, {NULL, 0, 0, 0} };
NULL             3488 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_876[] = { {"lE", 2, 0x02266, 0}, {NULL, 0, 0, 0} };
NULL             3489 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_879[] = { {"Oopf", 4, 0x1D546, 0}, {NULL, 0, 0, 0} };
NULL             3490 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_87B[] = { {"spar", 4, 0x02225, 0}, {NULL, 0, 0, 0} };
NULL             3491 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_87E[] = { {"uplus", 5, 0x0228E, 0}, {NULL, 0, 0, 0} };
NULL             3492 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_88A[] = { {"sacute", 6, 0x0015B, 0}, {NULL, 0, 0, 0} };
NULL             3493 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_88C[] = { {"fltns", 5, 0x025B1, 0}, {NULL, 0, 0, 0} };
NULL             3494 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_88E[] = { {"rrarr", 5, 0x021C9, 0}, {NULL, 0, 0, 0} };
NULL             3495 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_892[] = { {"larrpl", 6, 0x02939, 0}, {NULL, 0, 0, 0} };
NULL             3496 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_895[] = { {"ultri", 5, 0x025F8, 0}, {NULL, 0, 0, 0} };
NULL             3497 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_896[] = { {"le", 2, 0x02264, 0}, {"xuplus", 6, 0x02A04, 0}, {NULL, 0, 0, 0} };
NULL             3498 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_897[] = { {"ljcy", 4, 0x00459, 0}, {NULL, 0, 0, 0} };
NULL             3499 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_898[] = { {"lg", 2, 0x02276, 0}, {"vsubnE", 6, 0x02ACB, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             3500 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_899[] = { {"scedil", 6, 0x0015F, 0}, {NULL, 0, 0, 0} };
NULL             3501 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_89D[] = { {"ll", 2, 0x0226A, 0}, {NULL, 0, 0, 0} };
NULL             3502 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8A5[] = { {"lt", 2, 0x0003C, 0}, {NULL, 0, 0, 0} };
NULL             3503 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8AC[] = { {"ofr", 3, 0x1D52C, 0}, {NULL, 0, 0, 0} };
NULL             3504 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8B3[] = { {"nexists", 7, 0x02204, 0}, {NULL, 0, 0, 0} };
NULL             3505 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8B6[] = { {"smallsetminus", 13, 0x02216, 0}, {NULL, 0, 0, 0} };
NULL             3506 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8B7[] = { {"InvisibleComma", 14, 0x02063, 0}, {NULL, 0, 0, 0} };
NULL             3507 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8B8[] = { {"dotminus", 8, 0x02238, 0}, {"vsubne", 6, 0x0228A, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             3508 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8B9[] = { {"iocy", 4, 0x00451, 0}, {NULL, 0, 0, 0} };
NULL             3509 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8BA[] = { {"gsime", 5, 0x02A8E, 0}, {NULL, 0, 0, 0} };
NULL             3510 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8BC[] = { {"Rarrtl", 6, 0x02916, 0}, {NULL, 0, 0, 0} };
NULL             3511 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8BD[] = { {"cirmid", 6, 0x02AEF, 0}, {NULL, 0, 0, 0} };
NULL             3512 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8C0[] = { {"ominus", 6, 0x02296, 0}, {NULL, 0, 0, 0} };
NULL             3513 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8C1[] = { {"gsiml", 5, 0x02A90, 0}, {NULL, 0, 0, 0} };
NULL             3514 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8C2[] = { {"Prime", 5, 0x02033, 0}, {"mp", 2, 0x02213, 0}, {NULL, 0, 0, 0} };
NULL             3515 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8C4[] = { {"tint", 4, 0x0222D, 0}, {NULL, 0, 0, 0} };
NULL             3516 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8C7[] = { {"mu", 2, 0x003BC, 0}, {NULL, 0, 0, 0} };
NULL             3517 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8CF[] = { {"dbkarow", 7, 0x0290F, 0}, {"eopf", 4, 0x1D556, 0}, {"ogt", 3, 0x029C1, 0}, {NULL, 0, 0, 0} };
NULL             3518 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8D0[] = { {"Precedes", 8, 0x0227A, 0}, {NULL, 0, 0, 0} };
NULL             3519 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8D3[] = { {"UpTeeArrow", 10, 0x021A5, 0}, {NULL, 0, 0, 0} };
NULL             3520 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8D6[] = { {"varsupsetneq", 12, 0x0228B, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             3521 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8D8[] = { {"ne", 2, 0x02260, 0}, {NULL, 0, 0, 0} };
NULL             3522 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8DC[] = { {"ni", 2, 0x0220B, 0}, {NULL, 0, 0, 0} };
NULL             3523 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8DD[] = { {"mDDot", 5, 0x0223A, 0}, {NULL, 0, 0, 0} };
NULL             3524 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8DE[] = { {"cularrp", 7, 0x0293D, 0}, {NULL, 0, 0, 0} };
NULL             3525 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8DF[] = { {"rnmid", 5, 0x02AEE, 0}, {NULL, 0, 0, 0} };
NULL             3526 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8E0[] = { {"hardcy", 6, 0x0044A, 0}, {NULL, 0, 0, 0} };
NULL             3527 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8E2[] = { {"prime", 5, 0x02032, 0}, {NULL, 0, 0, 0} };
NULL             3528 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8E3[] = { {"Bcy", 3, 0x00411, 0}, {"REG", 3, 0x000AE, 0}, {NULL, 0, 0, 0} };
NULL             3529 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8E7[] = { {"oS", 2, 0x024C8, 0}, {NULL, 0, 0, 0} };
NULL             3530 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8E8[] = { {"nu", 2, 0x003BD, 0}, {NULL, 0, 0, 0} };
NULL             3531 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8E9[] = { {"ohm", 3, 0x003A9, 0}, {NULL, 0, 0, 0} };
NULL             3532 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8EB[] = { {"langd", 5, 0x02991, 0}, {NULL, 0, 0, 0} };
NULL             3533 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8F3[] = { {"backprime", 9, 0x02035, 0}, {"esim", 4, 0x02242, 0}, {NULL, 0, 0, 0} };
NULL             3534 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8FB[] = { {"veeeq", 5, 0x0225A, 0}, {NULL, 0, 0, 0} };
NULL             3535 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8FE[] = { {"RightCeiling", 12, 0x02309, 0}, {NULL, 0, 0, 0} };
NULL             3536 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_8FF[] = { {"crarr", 5, 0x021B5, 0}, {NULL, 0, 0, 0} };
NULL             3537 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_904[] = { {"eqsim", 5, 0x02242, 0}, {NULL, 0, 0, 0} };
NULL             3538 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_906[] = { {"or", 2, 0x02228, 0}, {NULL, 0, 0, 0} };
NULL             3539 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_907[] = { {"OverParenthesis", 15, 0x023DC, 0}, {"UpperLeftArrow", 14, 0x02196, 0}, {"nleftrightarrow", 15, 0x021AE, 0}, {NULL, 0, 0, 0} };
NULL             3540 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_909[] = { {"expectation", 11, 0x02130, 0}, {NULL, 0, 0, 0} };
NULL             3541 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_90C[] = { {"coprod", 6, 0x02210, 0}, {NULL, 0, 0, 0} };
NULL             3542 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_90E[] = { {"Qfr", 3, 0x1D514, 0}, {"dArr", 4, 0x021D3, 0}, {NULL, 0, 0, 0} };
NULL             3543 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_910[] = { {"Fopf", 4, 0x1D53D, 0}, {NULL, 0, 0, 0} };
NULL             3544 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_913[] = { {"Cconint", 7, 0x02230, 0}, {NULL, 0, 0, 0} };
NULL             3545 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_916[] = { {"larrtl", 6, 0x021A2, 0}, {NULL, 0, 0, 0} };
NULL             3546 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_918[] = { {"Aacute", 6, 0x000C1, 0}, {NULL, 0, 0, 0} };
NULL             3547 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_919[] = { {"DownLeftRightVector", 19, 0x02950, 0}, {NULL, 0, 0, 0} };
NULL             3548 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_91B[] = { {"circleddash", 11, 0x0229D, 0}, {"thinsp", 6, 0x02009, 0}, {NULL, 0, 0, 0} };
NULL             3549 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_91E[] = { {"Longrightarrow", 14, 0x027F9, 0}, {"pi", 2, 0x003C0, 0}, {NULL, 0, 0, 0} };
NULL             3550 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_91F[] = { {"hookrightarrow", 14, 0x021AA, 0}, {"rscr", 4, 0x1D4C7, 0}, {NULL, 0, 0, 0} };
NULL             3551 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_920[] = { {"scE", 3, 0x02AB4, 0}, {NULL, 0, 0, 0} };
NULL             3552 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_922[] = { {"pm", 2, 0x000B1, 0}, {NULL, 0, 0, 0} };
NULL             3553 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_923[] = { {"ZHcy", 4, 0x00416, 0}, {NULL, 0, 0, 0} };
NULL             3554 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_927[] = { {"pr", 2, 0x0227A, 0}, {NULL, 0, 0, 0} };
NULL             3555 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_929[] = { {"LongLeftRightArrow", 18, 0x027F7, 0}, {"supset", 6, 0x02283, 0}, {NULL, 0, 0, 0} };
NULL             3556 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_92A[] = { {"UpArrowBar", 10, 0x02912, 0}, {NULL, 0, 0, 0} };
NULL             3557 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_92C[] = { {"Utilde", 6, 0x00168, 0}, {NULL, 0, 0, 0} };
NULL             3558 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_92E[] = { {"xlArr", 5, 0x027F8, 0}, {NULL, 0, 0, 0} };
NULL             3559 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_930[] = { {"DoubleUpArrow", 13, 0x021D1, 0}, {NULL, 0, 0, 0} };
NULL             3560 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_936[] = { {"alefsym", 7, 0x02135, 0}, {NULL, 0, 0, 0} };
NULL             3561 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_939[] = { {"Scirc", 5, 0x0015C, 0}, {NULL, 0, 0, 0} };
NULL             3562 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_93B[] = { {"xotime", 6, 0x02A02, 0}, {NULL, 0, 0, 0} };
NULL             3563 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_93F[] = { {"Bfr", 3, 0x1D505, 0}, {"rdca", 4, 0x02937, 0}, {NULL, 0, 0, 0} };
NULL             3564 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_940[] = { {"sce", 3, 0x02AB0, 0}, {NULL, 0, 0, 0} };
NULL             3565 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_945[] = { {"Nacute", 6, 0x00143, 0}, {NULL, 0, 0, 0} };
NULL             3566 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_947[] = { {"amalg", 5, 0x02A3F, 0}, {NULL, 0, 0, 0} };
NULL             3567 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_94D[] = { {"UpDownArrow", 11, 0x02195, 0}, {NULL, 0, 0, 0} };
NULL             3568 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_94F[] = { {"EqualTilde", 10, 0x02242, 0}, {"boxUL", 5, 0x0255D, 0}, {"oslash", 6, 0x000F8, 0}, {NULL, 0, 0, 0} };
NULL             3569 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_950[] = { {"lnap", 4, 0x02A89, 0}, {"thorn", 5, 0x000FE, 0}, {NULL, 0, 0, 0} };
NULL             3570 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_952[] = { {"ssmile", 6, 0x02323, 0}, {NULL, 0, 0, 0} };
NULL             3571 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_953[] = { {"ndash", 5, 0x02013, 0}, {NULL, 0, 0, 0} };
NULL             3572 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_954[] = { {"Ncedil", 6, 0x00145, 0}, {"scy", 3, 0x00441, 0}, {NULL, 0, 0, 0} };
NULL             3573 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_955[] = { {"boxUR", 5, 0x0255A, 0}, {NULL, 0, 0, 0} };
NULL             3574 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_956[] = { {"Aring", 5, 0x000C5, 0}, {NULL, 0, 0, 0} };
NULL             3575 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_959[] = { {"scirc", 5, 0x0015D, 0}, {NULL, 0, 0, 0} };
NULL             3576 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_95B[] = { {"ccaron", 6, 0x0010D, 0}, {NULL, 0, 0, 0} };
NULL             3577 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_95D[] = { {"dotsquare", 9, 0x022A1, 0}, {"nshortmid", 9, 0x02224, 0}, {NULL, 0, 0, 0} };
NULL             3578 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_95F[] = { {"rsquo", 5, 0x02019, 0}, {NULL, 0, 0, 0} };
NULL             3579 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_960[] = { {"Sscr", 4, 0x1D4AE, 0}, {NULL, 0, 0, 0} };
NULL             3580 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_963[] = { {"bigwedge", 8, 0x022C0, 0}, {NULL, 0, 0, 0} };
NULL             3581 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_964[] = { {"Bernoullis", 10, 0x0212C, 0}, {NULL, 0, 0, 0} };
NULL             3582 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_969[] = { {"harrw", 5, 0x021AD, 0}, {NULL, 0, 0, 0} };
NULL             3583 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_96C[] = { {"SquareSubset", 12, 0x0228F, 0}, {"boxVH", 5, 0x0256C, 0}, {NULL, 0, 0, 0} };
NULL             3584 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_96F[] = { {"boxUl", 5, 0x0255C, 0}, {"rx", 2, 0x0211E, 0}, {NULL, 0, 0, 0} };
NULL             3585 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_970[] = { {"boxVL", 5, 0x02563, 0}, {NULL, 0, 0, 0} };
NULL             3586 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_974[] = { {"olt", 3, 0x029C0, 0}, {NULL, 0, 0, 0} };
NULL             3587 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_975[] = { {"boxUr", 5, 0x02559, 0}, {NULL, 0, 0, 0} };
NULL             3588 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_976[] = { {"aring", 5, 0x000E5, 0}, {"boxVR", 5, 0x02560, 0}, {NULL, 0, 0, 0} };
NULL             3589 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_97B[] = { {"sc", 2, 0x0227B, 0}, {NULL, 0, 0, 0} };
NULL             3590 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_97C[] = { {"NestedGreaterGreater", 20, 0x0226B, 0}, {"oast", 4, 0x0229B, 0}, {NULL, 0, 0, 0} };
NULL             3591 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_97F[] = { {"star", 4, 0x02606, 0}, {NULL, 0, 0, 0} };
NULL             3592 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_981[] = { {"LeftTeeVector", 13, 0x0295A, 0}, {NULL, 0, 0, 0} };
NULL             3593 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_983[] = { {"bigsqcup", 8, 0x02A06, 0}, {NULL, 0, 0, 0} };
NULL             3594 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_985[] = { {"dcy", 3, 0x00434, 0}, {"preceq", 6, 0x02AAF, 0}, {NULL, 0, 0, 0} };
NULL             3595 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_986[] = { {"otilde", 6, 0x000F5, 0}, {NULL, 0, 0, 0} };
NULL             3596 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_988[] = { {"luruhar", 7, 0x02966, 0}, {NULL, 0, 0, 0} };
NULL             3597 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_98C[] = { {"boxVh", 5, 0x0256B, 0}, {"capand", 6, 0x02A44, 0}, {"yuml", 4, 0x000FF, 0}, {NULL, 0, 0, 0} };
NULL             3598 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_98D[] = { {"Updownarrow", 11, 0x021D5, 0}, {NULL, 0, 0, 0} };
NULL             3599 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_98F[] = { {"TildeEqual", 10, 0x02243, 0}, {NULL, 0, 0, 0} };
NULL             3600 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_990[] = { {"boxVl", 5, 0x02562, 0}, {NULL, 0, 0, 0} };
NULL             3601 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_996[] = { {"boxVr", 5, 0x0255F, 0}, {NULL, 0, 0, 0} };
NULL             3602 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_997[] = { {"HorizontalLine", 14, 0x02500, 0}, {NULL, 0, 0, 0} };
NULL             3603 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_99B[] = { {"xmap", 4, 0x027FC, 0}, {NULL, 0, 0, 0} };
NULL             3604 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_99C[] = { {"sigmaf", 6, 0x003C2, 0}, {NULL, 0, 0, 0} };
NULL             3605 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_99E[] = { {"EmptySmallSquare", 16, 0x025FB, 0}, {NULL, 0, 0, 0} };
NULL             3606 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_99F[] = { {"dzcy", 4, 0x0045F, 0}, {NULL, 0, 0, 0} };
NULL             3607 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9A0[] = { {"cups", 4, 0x0222A, 0x0FE00}, {"zwj", 3, 0x0200D, 0}, {NULL, 0, 0, 0} };
NULL             3608 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9A1[] = { {"beta", 4, 0x003B2, 0}, {NULL, 0, 0, 0} };
NULL             3609 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9A6[] = { {"supsim", 6, 0x02AC8, 0}, {NULL, 0, 0, 0} };
NULL             3610 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9A8[] = { {"beth", 4, 0x02136, 0}, {NULL, 0, 0, 0} };
NULL             3611 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9AA[] = { {"Iukcy", 5, 0x00406, 0}, {NULL, 0, 0, 0} };
NULL             3612 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9AC[] = { {"eparsl", 6, 0x029E3, 0}, {"sigmav", 6, 0x003C2, 0}, {NULL, 0, 0, 0} };
NULL             3613 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9B0[] = { {"lhard", 5, 0x021BD, 0}, {"sfr", 3, 0x1D530, 0}, {NULL, 0, 0, 0} };
NULL             3614 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9B4[] = { {"nsqsupe", 7, 0x022E3, 0}, {NULL, 0, 0, 0} };
NULL             3615 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9B5[] = { {"Jsercy", 6, 0x00408, 0}, {"deg", 3, 0x000B0, 0}, {NULL, 0, 0, 0} };
NULL             3616 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9B6[] = { {"Ucy", 3, 0x00423, 0}, {"iscr", 4, 0x1D4BE, 0}, {NULL, 0, 0, 0} };
NULL             3617 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9B7[] = { {"efDot", 5, 0x02252, 0}, {NULL, 0, 0, 0} };
NULL             3618 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9BB[] = { {"uhblk", 5, 0x02580, 0}, {NULL, 0, 0, 0} };
NULL             3619 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9BC[] = { {"ropf", 4, 0x1D563, 0}, {"vprop", 5, 0x0221D, 0}, {NULL, 0, 0, 0} };
NULL             3620 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9BD[] = { {"isinE", 5, 0x022F9, 0}, {"raemptyv", 8, 0x029B3, 0}, {NULL, 0, 0, 0} };
NULL             3621 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9C1[] = { {"lharu", 5, 0x021BC, 0}, {"ncongdot", 8, 0x02A6D, 0x00338}, {NULL, 0, 0, 0} };
NULL             3622 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9C2[] = { {"subnE", 5, 0x02ACB, 0}, {NULL, 0, 0, 0} };
NULL             3623 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9C3[] = { {"ngsim", 5, 0x02275, 0}, {NULL, 0, 0, 0} };
NULL             3624 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9C5[] = { {"starf", 5, 0x02605, 0}, {NULL, 0, 0, 0} };
NULL             3625 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9C9[] = { {"Ograve", 6, 0x000D2, 0}, {"hksearow", 8, 0x02925, 0}, {NULL, 0, 0, 0} };
NULL             3626 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9CA[] = { {"iukcy", 5, 0x00456, 0}, {NULL, 0, 0, 0} };
NULL             3627 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9CC[] = { {"uacute", 6, 0x000FA, 0}, {NULL, 0, 0, 0} };
NULL             3628 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9CF[] = { {"asymp", 5, 0x02248, 0}, {NULL, 0, 0, 0} };
NULL             3629 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9D5[] = { {"lneq", 4, 0x02A87, 0}, {NULL, 0, 0, 0} };
NULL             3630 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9D6[] = { {"Otimes", 6, 0x02A37, 0}, {NULL, 0, 0, 0} };
NULL             3631 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9DA[] = { {"NotTildeTilde", 13, 0x02249, 0}, {NULL, 0, 0, 0} };
NULL             3632 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9DB[] = { {"Integral", 8, 0x0222B, 0}, {"rbrke", 5, 0x0298C, 0}, {NULL, 0, 0, 0} };
NULL             3633 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9DD[] = { {"nsub", 4, 0x02284, 0}, {NULL, 0, 0, 0} };
NULL             3634 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9DE[] = { {"rlhar", 5, 0x021CC, 0}, {NULL, 0, 0, 0} };
NULL             3635 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9E1[] = { {"dfr", 3, 0x1D521, 0}, {NULL, 0, 0, 0} };
NULL             3636 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9E2[] = { {"subne", 5, 0x0228A, 0}, {NULL, 0, 0, 0} };
NULL             3637 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9E5[] = { {"varnothing", 10, 0x02205, 0}, {NULL, 0, 0, 0} };
NULL             3638 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9E7[] = { {"Fcy", 3, 0x00424, 0}, {NULL, 0, 0, 0} };
NULL             3639 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9E9[] = { {"DoubleLeftTee", 13, 0x02AE4, 0}, {NULL, 0, 0, 0} };
NULL             3640 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9EB[] = { {"isins", 5, 0x022F4, 0}, {"nsup", 4, 0x02285, 0}, {NULL, 0, 0, 0} };
NULL             3641 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9ED[] = { {"circlearrowleft", 15, 0x021BA, 0}, {NULL, 0, 0, 0} };
NULL             3642 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9EE[] = { {"isinv", 5, 0x02208, 0}, {NULL, 0, 0, 0} };
NULL             3643 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9EF[] = { {"IEcy", 4, 0x00415, 0}, {NULL, 0, 0, 0} };
NULL             3644 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F0[] = { {"conint", 6, 0x0222E, 0}, {"vBar", 4, 0x02AE8, 0}, {NULL, 0, 0, 0} };
NULL             3645 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F1[] = { {"edot", 4, 0x00117, 0}, {NULL, 0, 0, 0} };
NULL             3646 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F2[] = { {"Kappa", 5, 0x0039A, 0}, {"MediumSpace", 11, 0x0205F, 0}, {NULL, 0, 0, 0} };
NULL             3647 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F3[] = { {"lbrksld", 7, 0x0298F, 0}, {NULL, 0, 0, 0} };
NULL             3648 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F4[] = { {"sect", 4, 0x000A7, 0}, {NULL, 0, 0, 0} };
NULL             3649 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F5[] = { {"nldr", 4, 0x02025, 0}, {NULL, 0, 0, 0} };
NULL             3650 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F7[] = { {"Jscr", 4, 0x1D4A5, 0}, {NULL, 0, 0, 0} };
NULL             3651 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9F9[] = { {"shy", 3, 0x000AD, 0}, {NULL, 0, 0, 0} };
NULL             3652 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9FA[] = { {"ulcrop", 6, 0x0230F, 0}, {"veebar", 6, 0x022BB, 0}, {NULL, 0, 0, 0} };
NULL             3653 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_9FD[] = { {"Sopf", 4, 0x1D54A, 0}, {"cuwed", 5, 0x022CF, 0}, {"rAarr", 5, 0x021DB, 0}, {NULL, 0, 0, 0} };
NULL             3654 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A01[] = { {"erarr", 5, 0x02971, 0}, {NULL, 0, 0, 0} };
NULL             3655 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A04[] = { {"lbrkslu", 7, 0x0298D, 0}, {NULL, 0, 0, 0} };
NULL             3656 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A05[] = { {"NotSucceeds", 11, 0x02281, 0}, {NULL, 0, 0, 0} };
NULL             3657 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A06[] = { {"nsccue", 6, 0x022E1, 0}, {"subrarr", 7, 0x02979, 0}, {NULL, 0, 0, 0} };
NULL             3658 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A08[] = { {"looparrowright", 14, 0x021AC, 0}, {NULL, 0, 0, 0} };
NULL             3659 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A0C[] = { {"wp", 2, 0x02118, 0}, {NULL, 0, 0, 0} };
NULL             3660 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A0D[] = { {"Emacr", 5, 0x00112, 0}, {NULL, 0, 0, 0} };
NULL             3661 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A0E[] = { {"sim", 3, 0x0223C, 0}, {"wr", 2, 0x02240, 0}, {NULL, 0, 0, 0} };
NULL             3662 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A10[] = { {"Udblac", 6, 0x00170, 0}, {NULL, 0, 0, 0} };
NULL             3663 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A12[] = { {"Ufr", 3, 0x1D518, 0}, {"kappa", 5, 0x003BA, 0}, {NULL, 0, 0, 0} };
NULL             3664 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A14[] = { {"notindot", 8, 0x022F5, 0x00338}, {NULL, 0, 0, 0} };
NULL             3665 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A15[] = { {"nleq", 4, 0x02270, 0}, {NULL, 0, 0, 0} };
NULL             3666 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A16[] = { {"NestedLessLess", 14, 0x0226A, 0}, {"square", 6, 0x025A1, 0}, {NULL, 0, 0, 0} };
NULL             3667 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A17[] = { {"nles", 4, 0x02A7D, 0x00338}, {"squarf", 6, 0x025AA, 0}, {NULL, 0, 0, 0} };
NULL             3668 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A21[] = { {"order", 5, 0x02134, 0}, {NULL, 0, 0, 0} };
NULL             3669 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A23[] = { {"igrave", 6, 0x000EC, 0}, {NULL, 0, 0, 0} };
NULL             3670 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A24[] = { {"precneqq", 8, 0x02AB5, 0}, {NULL, 0, 0, 0} };
NULL             3671 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A25[] = { {"csupe", 5, 0x02AD2, 0}, {NULL, 0, 0, 0} };
NULL             3672 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A26[] = { {"xi", 2, 0x003BE, 0}, {NULL, 0, 0, 0} };
NULL             3673 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A28[] = { {"NotHumpEqual", 12, 0x0224F, 0x00338}, {NULL, 0, 0, 0} };
NULL             3674 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A2A[] = { {"ord", 3, 0x02A5D, 0}, {NULL, 0, 0, 0} };
NULL             3675 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A2D[] = { {"emacr", 5, 0x00113, 0}, {NULL, 0, 0, 0} };
NULL             3676 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A30[] = { {"nwnear", 6, 0x02927, 0}, {NULL, 0, 0, 0} };
NULL             3677 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A32[] = { {"nprcue", 6, 0x022E0, 0}, {NULL, 0, 0, 0} };
NULL             3678 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A36[] = { {"NotExists", 9, 0x02204, 0}, {NULL, 0, 0, 0} };
NULL             3679 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A37[] = { {"die", 3, 0x000A8, 0}, {NULL, 0, 0, 0} };
NULL             3680 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A39[] = { {"ddotseq", 7, 0x02A77, 0}, {NULL, 0, 0, 0} };
NULL             3681 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A3B[] = { {"Dashv", 5, 0x02AE4, 0}, {"Ucirc", 5, 0x000DB, 0}, {NULL, 0, 0, 0} };
NULL             3682 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A3C[] = { {"orv", 3, 0x02A5B, 0}, {NULL, 0, 0, 0} };
NULL             3683 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A3D[] = { {"Because", 7, 0x02235, 0}, {NULL, 0, 0, 0} };
NULL             3684 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A41[] = { {"kgreen", 6, 0x00138, 0}, {NULL, 0, 0, 0} };
NULL             3685 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A43[] = { {"Ffr", 3, 0x1D509, 0}, {"LeftVector", 10, 0x021BC, 0}, {NULL, 0, 0, 0} };
NULL             3686 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A44[] = { {"lstrok", 6, 0x00142, 0}, {NULL, 0, 0, 0} };
NULL             3687 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A45[] = { {"twixt", 5, 0x0226C, 0}, {NULL, 0, 0, 0} };
NULL             3688 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A48[] = { {"compfn", 6, 0x02218, 0}, {"div", 3, 0x000F7, 0}, {NULL, 0, 0, 0} };
NULL             3689 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A4F[] = { {"drcrop", 6, 0x0230C, 0}, {"shortmid", 8, 0x02223, 0}, {NULL, 0, 0, 0} };
NULL             3690 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A53[] = { {"iopf", 4, 0x1D55A, 0}, {"triangledown", 12, 0x025BF, 0}, {NULL, 0, 0, 0} };
NULL             3691 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A54[] = { {"IJlig", 5, 0x00132, 0}, {"thetasym", 8, 0x003D1, 0}, {NULL, 0, 0, 0} };
NULL             3692 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A56[] = { {"Sigma", 5, 0x003A3, 0}, {NULL, 0, 0, 0} };
NULL             3693 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A57[] = { {"equivDD", 7, 0x02A78, 0}, {NULL, 0, 0, 0} };
NULL             3694 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A5A[] = { {"Cacute", 6, 0x00106, 0}, {NULL, 0, 0, 0} };
NULL             3695 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A5B[] = { {"dashv", 5, 0x022A3, 0}, {"ucirc", 5, 0x000FB, 0}, {NULL, 0, 0, 0} };
NULL             3696 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A61[] = { {"gneqq", 5, 0x02269, 0}, {NULL, 0, 0, 0} };
NULL             3697 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A62[] = { {"gvertneqq", 9, 0x02269, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             3698 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A63[] = { {"RightDownVectorBar", 18, 0x02955, 0}, {NULL, 0, 0, 0} };
NULL             3699 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A64[] = { {"NotLessLess", 11, 0x0226A, 0x00338}, {NULL, 0, 0, 0} };
NULL             3700 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A69[] = { {"Ccedil", 6, 0x000C7, 0}, {NULL, 0, 0, 0} };
NULL             3701 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A6A[] = { {"odblac", 6, 0x00151, 0}, {NULL, 0, 0, 0} };
NULL             3702 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A6B[] = { {"mstpos", 6, 0x0223E, 0}, {NULL, 0, 0, 0} };
NULL             3703 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A6D[] = { {"cemptyv", 7, 0x029B2, 0}, {"rarrap", 6, 0x02975, 0}, {NULL, 0, 0, 0} };
NULL             3704 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A6F[] = { {"rmoust", 6, 0x023B1, 0}, {NULL, 0, 0, 0} };
NULL             3705 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A70[] = { {"elsdot", 6, 0x02A97, 0}, {NULL, 0, 0, 0} };
NULL             3706 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A76[] = { {"sigma", 5, 0x003C3, 0}, {NULL, 0, 0, 0} };
NULL             3707 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A78[] = { {"Implies", 7, 0x021D2, 0}, {"isin", 4, 0x02208, 0}, {NULL, 0, 0, 0} };
NULL             3708 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A7A[] = { {"bottom", 6, 0x022A5, 0}, {NULL, 0, 0, 0} };
NULL             3709 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A7E[] = { {"ShortRightArrow", 15, 0x02192, 0}, {NULL, 0, 0, 0} };
NULL             3710 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A81[] = { {"cupcap", 6, 0x02A46, 0}, {NULL, 0, 0, 0} };
NULL             3711 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A82[] = { {"NotSquareSuperset", 17, 0x02290, 0x00338}, {NULL, 0, 0, 0} };
NULL             3712 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A84[] = { {"LeftArrowRightArrow", 19, 0x021C6, 0}, {NULL, 0, 0, 0} };
NULL             3713 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A85[] = { {"FilledVerySmallSquare", 21, 0x025AA, 0}, {NULL, 0, 0, 0} };
NULL             3714 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A86[] = { {"LeftUpTeeVector", 15, 0x02960, 0}, {NULL, 0, 0, 0} };
NULL             3715 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A89[] = { {"DoubleRightArrow", 16, 0x021D2, 0}, {NULL, 0, 0, 0} };
NULL             3716 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A8D[] = { {"raquo", 5, 0x000BB, 0}, {NULL, 0, 0, 0} };
NULL             3717 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A8E[] = { {"Ascr", 4, 0x1D49C, 0}, {"ReverseUpEquilibrium", 20, 0x0296F, 0}, {NULL, 0, 0, 0} };
NULL             3718 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A92[] = { {"hArr", 4, 0x021D4, 0}, {NULL, 0, 0, 0} };
NULL             3719 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A94[] = { {"Jopf", 4, 0x1D541, 0}, {NULL, 0, 0, 0} };
NULL             3720 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A96[] = { {"npar", 4, 0x02226, 0}, {NULL, 0, 0, 0} };
NULL             3721 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A98[] = { {"SupersetEqual", 13, 0x02287, 0}, {NULL, 0, 0, 0} };
NULL             3722 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A99[] = { {"ffllig", 6, 0x0FB04, 0}, {"smt", 3, 0x02AAA, 0}, {NULL, 0, 0, 0} };
NULL             3723 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A9A[] = { {"twoheadrightarrow", 17, 0x021A0, 0}, {NULL, 0, 0, 0} };
NULL             3724 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A9D[] = { {"ecaron", 6, 0x0011B, 0}, {NULL, 0, 0, 0} };
NULL             3725 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_A9F[] = { {"NotRightTriangleBar", 19, 0x029D0, 0x00338}, {NULL, 0, 0, 0} };
NULL             3726 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AA3[] = { {"apid", 4, 0x0224B, 0}, {"vscr", 4, 0x1D4CB, 0}, {NULL, 0, 0, 0} };
NULL             3727 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AA4[] = { {"supdot", 6, 0x02ABE, 0}, {NULL, 0, 0, 0} };
NULL             3728 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AA5[] = { {"colone", 6, 0x02254, 0}, {NULL, 0, 0, 0} };
NULL             3729 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AA7[] = { {"dwangle", 7, 0x029A6, 0}, {"shchcy", 6, 0x00449, 0}, {NULL, 0, 0, 0} };
NULL             3730 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AAC[] = { {"ltdot", 5, 0x022D6, 0}, {NULL, 0, 0, 0} };
NULL             3731 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AB2[] = { {"downharpoonright", 16, 0x021C2, 0}, {"gjcy", 4, 0x00453, 0}, {NULL, 0, 0, 0} };
NULL             3732 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AB4[] = { {"wfr", 3, 0x1D534, 0}, {NULL, 0, 0, 0} };
NULL             3733 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AB5[] = { {"rfisht", 6, 0x0297D, 0}, {NULL, 0, 0, 0} };
NULL             3734 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ABA[] = { {"Ycy", 3, 0x0042B, 0}, {"swarrow", 7, 0x02199, 0}, {NULL, 0, 0, 0} };
NULL             3735 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AC0[] = { {"nharr", 5, 0x021AE, 0}, {NULL, 0, 0, 0} };
NULL             3736 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AC4[] = { {"frac12", 6, 0x000BD, 0}, {NULL, 0, 0, 0} };
NULL             3737 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AC5[] = { {"frac13", 6, 0x02153, 0}, {NULL, 0, 0, 0} };
NULL             3738 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AC6[] = { {"frac14", 6, 0x000BC, 0}, {NULL, 0, 0, 0} };
NULL             3739 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AC7[] = { {"GreaterEqual", 12, 0x02265, 0}, {"frac15", 6, 0x02155, 0}, {NULL, 0, 0, 0} };
NULL             3740 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AC8[] = { {"Gamma", 5, 0x00393, 0}, {"frac16", 6, 0x02159, 0}, {NULL, 0, 0, 0} };
NULL             3741 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ACA[] = { {"dzigrarr", 8, 0x027FF, 0}, {"frac18", 6, 0x0215B, 0}, {"rcaron", 6, 0x00159, 0}, {NULL, 0, 0, 0} };
NULL             3742 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ACC[] = { {"DownRightTeeVector", 18, 0x0295F, 0}, {NULL, 0, 0, 0} };
NULL             3743 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ACF[] = { {"nvrtrie", 7, 0x022B5, 0x020D2}, {NULL, 0, 0, 0} };
NULL             3744 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AD2[] = { {"iota", 4, 0x003B9, 0}, {NULL, 0, 0, 0} };
NULL             3745 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AD3[] = { {"sol", 3, 0x0002F, 0}, {NULL, 0, 0, 0} };
NULL             3746 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AD4[] = { {"rbrace", 6, 0x0007D, 0}, {NULL, 0, 0, 0} };
NULL             3747 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ADA[] = { {"rbrack", 6, 0x0005D, 0}, {NULL, 0, 0, 0} };
NULL             3748 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ADD[] = { {"rsqb", 4, 0x0005D, 0}, {NULL, 0, 0, 0} };
NULL             3749 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ADF[] = { {"oint", 4, 0x0222E, 0}, {NULL, 0, 0, 0} };
NULL             3750 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AE4[] = { {"Wscr", 4, 0x1D4B2, 0}, {NULL, 0, 0, 0} };
NULL             3751 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AE5[] = { {"hfr", 3, 0x1D525, 0}, {NULL, 0, 0, 0} };
NULL             3752 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AE6[] = { {"frac23", 6, 0x02154, 0}, {NULL, 0, 0, 0} };
NULL             3753 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AE7[] = { {"dlcorn", 6, 0x0231E, 0}, {"verbar", 6, 0x0007C, 0}, {NULL, 0, 0, 0} };
NULL             3754 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AE8[] = { {"frac25", 6, 0x02156, 0}, {"gamma", 5, 0x003B3, 0}, {NULL, 0, 0, 0} };
NULL             3755 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AE9[] = { {"nVDash", 6, 0x022AF, 0}, {NULL, 0, 0, 0} };
NULL             3756 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AEB[] = { {"Jcy", 3, 0x00419, 0}, {NULL, 0, 0, 0} };
NULL             3757 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AF5[] = { {"nwarrow", 7, 0x02196, 0}, {NULL, 0, 0, 0} };
NULL             3758 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AF6[] = { {"OverBar", 7, 0x0203E, 0}, {NULL, 0, 0, 0} };
NULL             3759 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AF7[] = { {"rightsquigarrow", 15, 0x0219D, 0}, {NULL, 0, 0, 0} };
NULL             3760 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AFA[] = { {"iexcl", 5, 0x000A1, 0}, {NULL, 0, 0, 0} };
NULL             3761 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AFD[] = { {"sqcap", 5, 0x02293, 0}, {NULL, 0, 0, 0} };
NULL             3762 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_AFE[] = { {"pertenk", 7, 0x02031, 0}, {NULL, 0, 0, 0} };
NULL             3763 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B08[] = { {"PrecedesEqual", 13, 0x02AAF, 0}, {"frac34", 6, 0x000BE, 0}, {NULL, 0, 0, 0} };
NULL             3764 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B09[] = { {"Therefore", 9, 0x02234, 0}, {"frac35", 6, 0x02157, 0}, {"nvDash", 6, 0x022AD, 0}, {NULL, 0, 0, 0} };
NULL             3765 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B0A[] = { {"odsold", 6, 0x029BC, 0}, {NULL, 0, 0, 0} };
NULL             3766 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B0C[] = { {"dot", 3, 0x002D9, 0}, {"frac38", 6, 0x0215C, 0}, {NULL, 0, 0, 0} };
NULL             3767 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B10[] = { {"sqcaps", 6, 0x02293, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             3768 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B11[] = { {"ZeroWidthSpace", 14, 0x0200B, 0}, {NULL, 0, 0, 0} };
NULL             3769 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B15[] = { {"rarrfs", 6, 0x0291E, 0}, {NULL, 0, 0, 0} };
NULL             3770 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B16[] = { {"Yfr", 3, 0x1D51C, 0}, {NULL, 0, 0, 0} };
NULL             3771 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B1E[] = { {"CircleDot", 9, 0x02299, 0}, {"gtcir", 5, 0x02A7A, 0}, {"squ", 3, 0x025A1, 0}, {NULL, 0, 0, 0} };
NULL             3772 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B1F[] = { {"angmsd", 6, 0x02221, 0}, {"nsubseteq", 9, 0x02288, 0}, {NULL, 0, 0, 0} };
NULL             3773 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B23[] = { {"iprod", 5, 0x02A3C, 0}, {NULL, 0, 0, 0} };
NULL             3774 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B24[] = { {"bprime", 6, 0x02035, 0}, {NULL, 0, 0, 0} };
NULL             3775 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B27[] = { {"supsub", 6, 0x02AD4, 0}, {NULL, 0, 0, 0} };
NULL             3776 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B29[] = { {"SquareSupersetEqual", 19, 0x02292, 0}, {"therefore", 9, 0x02234, 0}, {NULL, 0, 0, 0} };
NULL             3777 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B2A[] = { {"frac45", 6, 0x02158, 0}, {NULL, 0, 0, 0} };
NULL             3778 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B2B[] = { {"Aopf", 4, 0x1D538, 0}, {"NotGreaterFullEqual", 19, 0x02267, 0x00338}, {NULL, 0, 0, 0} };
NULL             3779 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B2C[] = { {"Tstrok", 6, 0x00166, 0}, {"rightleftarrows", 15, 0x021C4, 0}, {NULL, 0, 0, 0} };
NULL             3780 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B2D[] = { {"Fouriertrf", 10, 0x02131, 0}, {"epar", 4, 0x022D5, 0}, {NULL, 0, 0, 0} };
NULL             3781 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B2E[] = { {"omid", 4, 0x029B6, 0}, {NULL, 0, 0, 0} };
NULL             3782 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B2F[] = { {"OpenCurlyDoubleQuote", 20, 0x0201C, 0}, {"dagger", 6, 0x02020, 0}, {NULL, 0, 0, 0} };
NULL             3783 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B33[] = { {"semi", 4, 0x0003B, 0}, {NULL, 0, 0, 0} };
NULL             3784 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B35[] = { {"supsup", 6, 0x02AD6, 0}, {"zeetrf", 6, 0x02128, 0}, {NULL, 0, 0, 0} };
NULL             3785 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B36[] = { {"DifferentialD", 13, 0x02146, 0}, {"topcir", 6, 0x02AF1, 0}, {NULL, 0, 0, 0} };
NULL             3786 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B3A[] = { {"mscr", 4, 0x1D4C2, 0}, {NULL, 0, 0, 0} };
NULL             3787 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B3D[] = { {"Wcirc", 5, 0x00174, 0}, {NULL, 0, 0, 0} };
NULL             3788 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B3E[] = { {"boxdL", 5, 0x02555, 0}, {NULL, 0, 0, 0} };
NULL             3789 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B40[] = { {"Gbreve", 6, 0x0011E, 0}, {"vopf", 4, 0x1D567, 0}, {NULL, 0, 0, 0} };
NULL             3790 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B42[] = { {"lap", 3, 0x02A85, 0}, {"llarr", 5, 0x021C7, 0}, {NULL, 0, 0, 0} };
NULL             3791 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B44[] = { {"boxdR", 5, 0x02552, 0}, {NULL, 0, 0, 0} };
NULL             3792 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B46[] = { {"RightAngleBracket", 17, 0x027E9, 0}, {"lat", 3, 0x02AAB, 0}, {NULL, 0, 0, 0} };
NULL             3793 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B47[] = { {"Jfr", 3, 0x1D50D, 0}, {NULL, 0, 0, 0} };
NULL             3794 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B4C[] = { {"frac56", 6, 0x0215A, 0}, {NULL, 0, 0, 0} };
NULL             3795 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B4E[] = { {"frac58", 6, 0x0215D, 0}, {NULL, 0, 0, 0} };
NULL             3796 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B4F[] = { {"rarrhk", 6, 0x021AA, 0}, {NULL, 0, 0, 0} };
NULL             3797 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B50[] = { {"lesdot", 6, 0x02A7F, 0}, {NULL, 0, 0, 0} };
NULL             3798 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B51[] = { {"ApplyFunction", 13, 0x02061, 0}, {NULL, 0, 0, 0} };
NULL             3799 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B52[] = { {"NotGreaterTilde", 15, 0x02275, 0}, {NULL, 0, 0, 0} };
NULL             3800 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B53[] = { {"Cedilla", 7, 0x000B8, 0}, {"curvearrowright", 15, 0x021B7, 0}, {NULL, 0, 0, 0} };
NULL             3801 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B56[] = { {"rdsh", 4, 0x021B3, 0}, {NULL, 0, 0, 0} };
NULL             3802 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B58[] = { {"larrb", 5, 0x021E4, 0}, {NULL, 0, 0, 0} };
NULL             3803 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B5C[] = { {"vrtri", 5, 0x022B3, 0}, {NULL, 0, 0, 0} };
NULL             3804 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B5D[] = { {"nequiv", 6, 0x02262, 0}, {"wcirc", 5, 0x00175, 0}, {NULL, 0, 0, 0} };
NULL             3805 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B5E[] = { {"boxdl", 5, 0x02510, 0}, {NULL, 0, 0, 0} };
NULL             3806 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B63[] = { {"DoubleDownArrow", 15, 0x021D3, 0}, {NULL, 0, 0, 0} };
NULL             3807 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B64[] = { {"boxdr", 5, 0x0250C, 0}, {NULL, 0, 0, 0} };
NULL             3808 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B67[] = { {"pluscir", 7, 0x02A22, 0}, {NULL, 0, 0, 0} };
NULL             3809 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B69[] = { {"longmapsto", 10, 0x027FC, 0}, {NULL, 0, 0, 0} };
NULL             3810 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B6B[] = { {"gnap", 4, 0x02A8A, 0}, {NULL, 0, 0, 0} };
NULL             3811 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B6D[] = { {"bigodot", 7, 0x02A00, 0}, {NULL, 0, 0, 0} };
NULL             3812 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B72[] = { {"thickapprox", 11, 0x02248, 0}, {NULL, 0, 0, 0} };
NULL             3813 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B73[] = { {"DotDot", 6, 0x020DC, 0}, {NULL, 0, 0, 0} };
NULL             3814 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B77[] = { {"incare", 6, 0x02105, 0}, {"rarrbfs", 7, 0x02920, 0}, {NULL, 0, 0, 0} };
NULL             3815 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B78[] = { {"apos", 4, 0x00027, 0}, {"tbrk", 4, 0x023B4, 0}, {NULL, 0, 0, 0} };
NULL             3816 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B7A[] = { {"grave", 5, 0x00060, 0}, {NULL, 0, 0, 0} };
NULL             3817 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B7B[] = { {"Nscr", 4, 0x1D4A9, 0}, {NULL, 0, 0, 0} };
NULL             3818 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B7E[] = { {"rangle", 6, 0x027E9, 0}, {NULL, 0, 0, 0} };
NULL             3819 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B7F[] = { {"uArr", 4, 0x021D1, 0}, {NULL, 0, 0, 0} };
NULL             3820 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B81[] = { {"Wopf", 4, 0x1D54E, 0}, {NULL, 0, 0, 0} };
NULL             3821 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B82[] = { {"doteq", 5, 0x02250, 0}, {NULL, 0, 0, 0} };
NULL             3822 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B87[] = { {"times", 5, 0x000D7, 0}, {NULL, 0, 0, 0} };
NULL             3823 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B8D[] = { {"fflig", 5, 0x0FB00, 0}, {"lcy", 3, 0x0043B, 0}, {NULL, 0, 0, 0} };
NULL             3824 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B8F[] = { {"sub", 3, 0x02282, 0}, {NULL, 0, 0, 0} };
NULL             3825 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B90[] = { {"frac78", 6, 0x0215E, 0}, {NULL, 0, 0, 0} };
NULL             3826 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B94[] = { {"xrarr", 5, 0x027F6, 0}, {NULL, 0, 0, 0} };
NULL             3827 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B98[] = { {"UpArrowDownArrow", 16, 0x021C5, 0}, {NULL, 0, 0, 0} };
NULL             3828 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B99[] = { {"bbrktbrk", 8, 0x023B6, 0}, {NULL, 0, 0, 0} };
NULL             3829 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B9A[] = { {"abreve", 6, 0x00103, 0}, {"lsaquo", 6, 0x02039, 0}, {"sum", 3, 0x02211, 0}, {NULL, 0, 0, 0} };
NULL             3830 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B9C[] = { {"Eacute", 6, 0x000C9, 0}, {NULL, 0, 0, 0} };
NULL             3831 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_B9D[] = { {"sup", 3, 0x02283, 0}, {NULL, 0, 0, 0} };
NULL             3832 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BA5[] = { {"ContourIntegral", 15, 0x0222E, 0}, {"DiacriticalDot", 14, 0x002D9, 0}, {NULL, 0, 0, 0} };
NULL             3833 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BA9[] = { {"trisb", 5, 0x029CD, 0}, {NULL, 0, 0, 0} };
NULL             3834 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BAE[] = { {"Hcirc", 5, 0x00124, 0}, {"lceil", 5, 0x02308, 0}, {NULL, 0, 0, 0} };
NULL             3835 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BB2[] = { {"Zcaron", 6, 0x0017D, 0}, {NULL, 0, 0, 0} };
NULL             3836 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BB5[] = { {"looparrowleft", 13, 0x021AB, 0}, {"oelig", 5, 0x00153, 0}, {NULL, 0, 0, 0} };
NULL             3837 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BB6[] = { {"LessSlantEqual", 14, 0x02A7D, 0}, {NULL, 0, 0, 0} };
NULL             3838 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BB7[] = { {"NegativeThinSpace", 17, 0x0200B, 0}, {NULL, 0, 0, 0} };
NULL             3839 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BBA[] = { {"boxhD", 5, 0x02565, 0}, {NULL, 0, 0, 0} };
NULL             3840 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BBC[] = { {"omicron", 7, 0x003BF, 0}, {NULL, 0, 0, 0} };
NULL             3841 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BBD[] = { {"leg", 3, 0x022DA, 0}, {"rightthreetimes", 15, 0x022CC, 0}, {NULL, 0, 0, 0} };
NULL             3842 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BBF[] = { {"NotSucceedsSlantEqual", 21, 0x022E1, 0}, {NULL, 0, 0, 0} };
NULL             3843 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC1[] = { {"angmsdaa", 8, 0x029A8, 0}, {NULL, 0, 0, 0} };
NULL             3844 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC2[] = { {"angmsdab", 8, 0x029A9, 0}, {"rAtail", 6, 0x0291C, 0}, {NULL, 0, 0, 0} };
NULL             3845 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC3[] = { {"angmsdac", 8, 0x029AA, 0}, {NULL, 0, 0, 0} };
NULL             3846 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC4[] = { {"angmsdad", 8, 0x029AB, 0}, {NULL, 0, 0, 0} };
NULL             3847 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC5[] = { {"angmsdae", 8, 0x029AC, 0}, {NULL, 0, 0, 0} };
NULL             3848 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC6[] = { {"angmsdaf", 8, 0x029AD, 0}, {NULL, 0, 0, 0} };
NULL             3849 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC7[] = { {"angmsdag", 8, 0x029AE, 0}, {"leq", 3, 0x02264, 0}, {NULL, 0, 0, 0} };
NULL             3850 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC8[] = { {"angmsdah", 8, 0x029AF, 0}, {"solbar", 6, 0x0233F, 0}, {NULL, 0, 0, 0} };
NULL             3851 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BC9[] = { {"Racute", 6, 0x00154, 0}, {"les", 3, 0x02A7D, 0}, {NULL, 0, 0, 0} };
NULL             3852 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BCB[] = { {"boxhU", 5, 0x02568, 0}, {NULL, 0, 0, 0} };
NULL             3853 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BCE[] = { {"hcirc", 5, 0x00125, 0}, {NULL, 0, 0, 0} };
NULL             3854 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BD1[] = { {"dscr", 4, 0x1D4B9, 0}, {"smashp", 6, 0x02A33, 0}, {NULL, 0, 0, 0} };
NULL             3855 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BD7[] = { {"mopf", 4, 0x1D55E, 0}, {NULL, 0, 0, 0} };
NULL             3856 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BD8[] = { {"Rcedil", 6, 0x00156, 0}, {"dscy", 4, 0x00455, 0}, {"prap", 4, 0x02AB7, 0}, {"rarrlp", 6, 0x021AC, 0}, {NULL, 0, 0, 0} };
NULL             3857 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BD9[] = { {"Aogon", 5, 0x00104, 0}, {NULL, 0, 0, 0} };
NULL             3858 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BDA[] = { {"boxhd", 5, 0x0252C, 0}, {NULL, 0, 0, 0} };
NULL             3859 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BDB[] = { {"subset", 6, 0x02282, 0}, {NULL, 0, 0, 0} };
NULL             3860 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BDD[] = { {"lgE", 3, 0x02A91, 0}, {NULL, 0, 0, 0} };
NULL             3861 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BDF[] = { {"epsilon", 7, 0x003B5, 0}, {NULL, 0, 0, 0} };
NULL             3862 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BE1[] = { {"curarrm", 7, 0x0293C, 0}, {NULL, 0, 0, 0} };
NULL             3863 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BE2[] = { {"ratail", 6, 0x0291A, 0}, {NULL, 0, 0, 0} };
NULL             3864 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BE4[] = { {"DoubleLongLeftRightArrow", 24, 0x027FA, 0}, {"rhov", 4, 0x003F1, 0}, {NULL, 0, 0, 0} };
NULL             3865 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BE7[] = { {"LeftDoubleBracket", 17, 0x027E6, 0}, {"Lleftarrow", 10, 0x021DA, 0}, {NULL, 0, 0, 0} };
NULL             3866 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BE8[] = { {"Uuml", 4, 0x000DC, 0}, {NULL, 0, 0, 0} };
NULL             3867 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BE9[] = { {"lfr", 3, 0x1D529, 0}, {NULL, 0, 0, 0} };
NULL             3868 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BEA[] = { {"minusdu", 7, 0x02A2A, 0}, {NULL, 0, 0, 0} };
NULL             3869 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BEB[] = { {"boxhu", 5, 0x02534, 0}, {NULL, 0, 0, 0} };
NULL             3870 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BEF[] = { {"Ncy", 3, 0x0041D, 0}, {NULL, 0, 0, 0} };
NULL             3871 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BF0[] = { {"gneq", 4, 0x02A88, 0}, {NULL, 0, 0, 0} };
NULL             3872 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BF1[] = { {"rangd", 5, 0x02992, 0}, {NULL, 0, 0, 0} };
NULL             3873 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BF2[] = { {"range", 5, 0x029A5, 0}, {NULL, 0, 0, 0} };
NULL             3874 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BF3[] = { {"lfloor", 6, 0x0230A, 0}, {NULL, 0, 0, 0} };
NULL             3875 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BF7[] = { {"NotSucceedsTilde", 16, 0x0227F, 0x00338}, {NULL, 0, 0, 0} };
NULL             3876 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BF9[] = { {"aogon", 5, 0x00105, 0}, {NULL, 0, 0, 0} };
NULL             3877 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BFA[] = { {"NotGreaterSlantEqual", 20, 0x02A7E, 0x00338}, {"NotSquareSupersetEqual", 22, 0x022E3, 0}, {NULL, 0, 0, 0} };
NULL             3878 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_BFC[] = { {"profsurf", 8, 0x02313, 0}, {NULL, 0, 0, 0} };
NULL             3879 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C02[] = { {"wedgeq", 6, 0x02259, 0}, {NULL, 0, 0, 0} };
NULL             3880 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C0B[] = { {"Alpha", 5, 0x00391, 0}, {"DiacriticalDoubleAcute", 22, 0x002DD, 0}, {NULL, 0, 0, 0} };
NULL             3881 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C0C[] = { {"lltri", 5, 0x025FA, 0}, {"tcaron", 6, 0x00165, 0}, {NULL, 0, 0, 0} };
NULL             3882 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C11[] = { {"Imacr", 5, 0x0012A, 0}, {"subseteq", 8, 0x02286, 0}, {NULL, 0, 0, 0} };
NULL             3883 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C12[] = { {"Escr", 4, 0x02130, 0}, {NULL, 0, 0, 0} };
NULL             3884 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C16[] = { {"lArr", 4, 0x021D0, 0}, {NULL, 0, 0, 0} };
NULL             3885 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C18[] = { {"Nopf", 4, 0x02115, 0}, {NULL, 0, 0, 0} };
NULL             3886 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C1A[] = { {"rpar", 4, 0x00029, 0}, {NULL, 0, 0, 0} };
NULL             3887 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C1D[] = { {"divonx", 6, 0x022C7, 0}, {NULL, 0, 0, 0} };
NULL             3888 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C1E[] = { {"olcir", 5, 0x029BE, 0}, {NULL, 0, 0, 0} };
NULL             3889 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C23[] = { {"lacute", 6, 0x0013A, 0}, {NULL, 0, 0, 0} };
NULL             3890 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C27[] = { {"zscr", 4, 0x1D4CF, 0}, {NULL, 0, 0, 0} };
NULL             3891 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C2B[] = { {"alpha", 5, 0x003B1, 0}, {NULL, 0, 0, 0} };
NULL             3892 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C31[] = { {"imacr", 5, 0x0012B, 0}, {"vellip", 6, 0x022EE, 0}, {NULL, 0, 0, 0} };
NULL             3893 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C32[] = { {"lcedil", 6, 0x0013C, 0}, {NULL, 0, 0, 0} };
NULL             3894 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C33[] = { {"sime", 4, 0x02243, 0}, {NULL, 0, 0, 0} };
NULL             3895 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C34[] = { {"empty", 5, 0x02205, 0}, {"imped", 5, 0x001B5, 0}, {NULL, 0, 0, 0} };
NULL             3896 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C35[] = { {"simg", 4, 0x02A9E, 0}, {NULL, 0, 0, 0} };
NULL             3897 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C36[] = { {"kjcy", 4, 0x0045C, 0}, {NULL, 0, 0, 0} };
NULL             3898 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C3A[] = { {"siml", 4, 0x02A9D, 0}, {NULL, 0, 0, 0} };
NULL             3899 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C3E[] = { {"LessEqualGreater", 16, 0x022DA, 0}, {NULL, 0, 0, 0} };
NULL             3900 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C3F[] = { {"Ycirc", 5, 0x00176, 0}, {NULL, 0, 0, 0} };
NULL             3901 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C40[] = { {"RoundImplies", 12, 0x02970, 0}, {"nvrArr", 6, 0x02903, 0}, {NULL, 0, 0, 0} };
NULL             3902 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C43[] = { {"check", 5, 0x02713, 0}, {NULL, 0, 0, 0} };
NULL             3903 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C44[] = { {"nlarr", 5, 0x0219A, 0}, {NULL, 0, 0, 0} };
NULL             3904 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C46[] = { {"middot", 6, 0x000B7, 0}, {NULL, 0, 0, 0} };
NULL             3905 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C48[] = { {"par", 3, 0x02225, 0}, {NULL, 0, 0, 0} };
NULL             3906 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C4A[] = { {"NotGreaterGreater", 17, 0x0226B, 0x00338}, {NULL, 0, 0, 0} };
NULL             3907 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C4B[] = { {"Nfr", 3, 0x1D511, 0}, {NULL, 0, 0, 0} };
NULL             3908 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C4F[] = { {"nwArr", 5, 0x021D6, 0}, {"prec", 4, 0x0227A, 0}, {NULL, 0, 0, 0} };
NULL             3909 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C50[] = { {"Barv", 4, 0x02AE7, 0}, {"yacute", 6, 0x000FD, 0}, {NULL, 0, 0, 0} };
NULL             3910 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C54[] = { {"DoubleLeftRightArrow", 20, 0x021D4, 0}, {NULL, 0, 0, 0} };
NULL             3911 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C58[] = { {"Coproduct", 9, 0x02210, 0}, {"rarrpl", 6, 0x02945, 0}, {"subsim", 6, 0x02AC7, 0}, {NULL, 0, 0, 0} };
NULL             3912 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C5A[] = { {"ntgl", 4, 0x02279, 0}, {NULL, 0, 0, 0} };
NULL             3913 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C5B[] = { {"LeftTriangleBar", 15, 0x029CF, 0}, {NULL, 0, 0, 0} };
NULL             3914 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C5F[] = { {"ycirc", 5, 0x00177, 0}, {NULL, 0, 0, 0} };
NULL             3915 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C69[] = { {"doteqdot", 8, 0x02251, 0}, {"nang", 4, 0x02220, 0x020D2}, {NULL, 0, 0, 0} };
NULL             3916 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C6B[] = { {"bigcap", 6, 0x022C2, 0}, {NULL, 0, 0, 0} };
NULL             3917 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C6C[] = { {"CHcy", 4, 0x00427, 0}, {NULL, 0, 0, 0} };
NULL             3918 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C6E[] = { {"dopf", 4, 0x1D555, 0}, {NULL, 0, 0, 0} };
NULL             3919 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C72[] = { {"inodot", 6, 0x00131, 0}, {NULL, 0, 0, 0} };
NULL             3920 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C76[] = { {"nvHarr", 6, 0x02904, 0}, {NULL, 0, 0, 0} };
NULL             3921 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C77[] = { {"laemptyv", 8, 0x029B4, 0}, {NULL, 0, 0, 0} };
NULL             3922 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C78[] = { {"bigcirc", 7, 0x025EF, 0}, {NULL, 0, 0, 0} };
NULL             3923 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C7A[] = { {"scnap", 5, 0x02ABA, 0}, {NULL, 0, 0, 0} };
NULL             3924 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C7B[] = { {"DownLeftVector", 14, 0x021BD, 0}, {NULL, 0, 0, 0} };
NULL             3925 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C80[] = { {"race", 4, 0x0223D, 0x00331}, {NULL, 0, 0, 0} };
NULL             3926 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C82[] = { {"vartriangleright", 16, 0x022B3, 0}, {NULL, 0, 0, 0} };
NULL             3927 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C89[] = { {"napE", 4, 0x02A70, 0x00338}, {"supedot", 7, 0x02AC4, 0}, {NULL, 0, 0, 0} };
NULL             3928 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C8E[] = { {"acE", 3, 0x0223E, 0x00333}, {NULL, 0, 0, 0} };
NULL             3929 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C91[] = { {"pcy", 3, 0x0043F, 0}, {NULL, 0, 0, 0} };
NULL             3930 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C93[] = { {"qprime", 6, 0x02057, 0}, {NULL, 0, 0, 0} };
NULL             3931 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C94[] = { {"RightTeeVector", 14, 0x0295B, 0}, {"curlyvee", 8, 0x022CE, 0}, {NULL, 0, 0, 0} };
NULL             3932 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C95[] = { {"swarhk", 6, 0x02926, 0}, {NULL, 0, 0, 0} };
NULL             3933 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_C98[] = { {"Atilde", 6, 0x000C3, 0}, {NULL, 0, 0, 0} };
NULL             3934 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CA6[] = { {"bbrk", 4, 0x023B5, 0}, {"prnap", 5, 0x02AB9, 0}, {NULL, 0, 0, 0} };
NULL             3935 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CA8[] = { {"image", 5, 0x02111, 0}, {NULL, 0, 0, 0} };
NULL             3936 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CA9[] = { {"sext", 4, 0x02736, 0}, {NULL, 0, 0, 0} };
NULL             3937 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CAA[] = { {"ldquo", 5, 0x0201C, 0}, {NULL, 0, 0, 0} };
NULL             3938 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CAC[] = { {"NotLeftTriangleBar", 18, 0x029CF, 0x00338}, {"epsiv", 5, 0x003F5, 0}, {NULL, 0, 0, 0} };
NULL             3939 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CAD[] = { {"CenterDot", 9, 0x000B7, 0}, {"acd", 3, 0x0223F, 0}, {"upuparrows", 10, 0x021C8, 0}, {NULL, 0, 0, 0} };
NULL             3940 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CAF[] = { {"Eopf", 4, 0x1D53C, 0}, {NULL, 0, 0, 0} };
NULL             3941 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CB0[] = { {"Jcirc", 5, 0x00134, 0}, {NULL, 0, 0, 0} };
NULL             3942 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CB2[] = { {"smid", 4, 0x02223, 0}, {NULL, 0, 0, 0} };
NULL             3943 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CB4[] = { {"bull", 4, 0x02022, 0}, {NULL, 0, 0, 0} };
NULL             3944 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CB6[] = { {"rhard", 5, 0x021C1, 0}, {NULL, 0, 0, 0} };
NULL             3945 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CB7[] = { {"nsupset", 7, 0x02283, 0x020D2}, {NULL, 0, 0, 0} };
NULL             3946 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CBA[] = { {"npre", 4, 0x02AAF, 0x00338}, {NULL, 0, 0, 0} };
NULL             3947 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CBE[] = { {"qscr", 4, 0x1D4C6, 0}, {NULL, 0, 0, 0} };
NULL             3948 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CC2[] = { {"acy", 3, 0x00430, 0}, {NULL, 0, 0, 0} };
NULL             3949 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CC4[] = { {"lnE", 3, 0x02268, 0}, {"zopf", 4, 0x1D56B, 0}, {NULL, 0, 0, 0} };
NULL             3950 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CC5[] = { {"Ntilde", 6, 0x000D1, 0}, {NULL, 0, 0, 0} };
NULL             3951 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CC7[] = { {"rharu", 5, 0x021C0, 0}, {NULL, 0, 0, 0} };
NULL             3952 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CC8[] = { {"kappav", 6, 0x003F0, 0}, {NULL, 0, 0, 0} };
NULL             3953 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CC9[] = { {"timesb", 6, 0x022A0, 0}, {NULL, 0, 0, 0} };
NULL             3954 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CCB[] = { {"iiiint", 6, 0x02A0C, 0}, {"timesd", 6, 0x02A30, 0}, {NULL, 0, 0, 0} };
NULL             3955 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CD0[] = { {"jcirc", 5, 0x00135, 0}, {NULL, 0, 0, 0} };
NULL             3956 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CD2[] = { {"nsimeq", 6, 0x02244, 0}, {NULL, 0, 0, 0} };
NULL             3957 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CD3[] = { {"Esim", 4, 0x02A73, 0}, {NULL, 0, 0, 0} };
NULL             3958 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CD9[] = { {"Cap", 3, 0x022D2, 0}, {"bump", 4, 0x0224E, 0}, {NULL, 0, 0, 0} };
NULL             3959 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CDA[] = { {"lvnE", 4, 0x02268, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             3960 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CDC[] = { {"rarrtl", 6, 0x021A3, 0}, {NULL, 0, 0, 0} };
NULL             3961 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CE4[] = { {"lne", 3, 0x02A87, 0}, {NULL, 0, 0, 0} };
NULL             3962 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CE6[] = { {"commat", 6, 0x00040, 0}, {NULL, 0, 0, 0} };
NULL             3963 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CE8[] = { {"hslash", 6, 0x0210F, 0}, {NULL, 0, 0, 0} };
NULL             3964 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CE9[] = { {"lthree", 6, 0x022CB, 0}, {NULL, 0, 0, 0} };
NULL             3965 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CED[] = { {"Gcedil", 6, 0x00122, 0}, {"pfr", 3, 0x1D52D, 0}, {NULL, 0, 0, 0} };
NULL             3966 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CF1[] = { {"RightTriangleEqual", 18, 0x022B5, 0}, {NULL, 0, 0, 0} };
NULL             3967 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CF2[] = { {"ngeqslant", 9, 0x02A7E, 0x00338}, {NULL, 0, 0, 0} };
NULL             3968 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CF3[] = { {"Rcy", 3, 0x00420, 0}, {"gimel", 5, 0x02137, 0}, {NULL, 0, 0, 0} };
NULL             3969 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CF4[] = { {"curarr", 6, 0x021B7, 0}, {NULL, 0, 0, 0} };
NULL             3970 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CFA[] = { {"ntlg", 4, 0x02278, 0}, {NULL, 0, 0, 0} };
NULL             3971 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_CFF[] = { {"Rscr", 4, 0x0211B, 0}, {NULL, 0, 0, 0} };
NULL             3972 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D00[] = { {"urcrop", 6, 0x0230E, 0}, {NULL, 0, 0, 0} };
NULL             3973 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D06[] = { {"Poincareplane", 13, 0x0210C, 0}, {NULL, 0, 0, 0} };
NULL             3974 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D07[] = { {"NoBreak", 7, 0x02060, 0}, {NULL, 0, 0, 0} };
NULL             3975 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D0B[] = { {"lcub", 4, 0x0007B, 0}, {NULL, 0, 0, 0} };
NULL             3976 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D0E[] = { {"nltri", 5, 0x022EA, 0}, {NULL, 0, 0, 0} };
NULL             3977 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D10[] = { {"blacktriangledown", 17, 0x025BE, 0}, {NULL, 0, 0, 0} };
NULL             3978 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D11[] = { {"fjlig", 5, 0x00066, 0x0006A}, {"percnt", 6, 0x00025, 0}, {NULL, 0, 0, 0} };
NULL             3979 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D12[] = { {"rightharpoondown", 16, 0x021C1, 0}, {NULL, 0, 0, 0} };
NULL             3980 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D13[] = { {"LeftAngleBracket", 16, 0x027E8, 0}, {"npreceq", 7, 0x02AAF, 0x00338}, {NULL, 0, 0, 0} };
NULL             3981 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D15[] = { {"cupcup", 6, 0x02A4A, 0}, {NULL, 0, 0, 0} };
NULL             3982 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D18[] = { {"LeftVectorBar", 13, 0x02952, 0}, {NULL, 0, 0, 0} };
NULL             3983 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D19[] = { {"NJcy", 4, 0x0040A, 0}, {"triangleright", 13, 0x025B9, 0}, {NULL, 0, 0, 0} };
NULL             3984 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D1A[] = { {"Tcedil", 6, 0x00162, 0}, {"loz", 3, 0x025CA, 0}, {NULL, 0, 0, 0} };
NULL             3985 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D1E[] = { {"afr", 3, 0x1D51E, 0}, {NULL, 0, 0, 0} };
NULL             3986 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D1F[] = { {"NotLessTilde", 12, 0x02274, 0}, {NULL, 0, 0, 0} };
NULL             3987 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D20[] = { {"NotElement", 10, 0x02209, 0}, {NULL, 0, 0, 0} };
NULL             3988 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D22[] = { {"NotHumpDownHump", 15, 0x0224E, 0x00338}, {NULL, 0, 0, 0} };
NULL             3989 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D24[] = { {"SquareSubsetEqual", 17, 0x02291, 0}, {NULL, 0, 0, 0} };
NULL             3990 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D26[] = { {"nleqq", 5, 0x02266, 0x00338}, {"phi", 3, 0x003C6, 0}, {NULL, 0, 0, 0} };
NULL             3991 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D2A[] = { {"NotRightTriangle", 16, 0x022EB, 0}, {NULL, 0, 0, 0} };
NULL             3992 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D32[] = { {"lhblk", 5, 0x02584, 0}, {NULL, 0, 0, 0} };
NULL             3993 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D34[] = { {"caret", 5, 0x02041, 0}, {NULL, 0, 0, 0} };
NULL             3994 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D35[] = { {"bsemi", 5, 0x0204F, 0}, {NULL, 0, 0, 0} };
NULL             3995 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D38[] = { {"aacute", 6, 0x000E1, 0}, {NULL, 0, 0, 0} };
NULL             3996 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D39[] = { {"mapsto", 6, 0x021A6, 0}, {NULL, 0, 0, 0} };
NULL             3997 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D3A[] = { {"Congruent", 9, 0x02261, 0}, {NULL, 0, 0, 0} };
NULL             3998 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D3B[] = { {"Vdash", 5, 0x022A9, 0}, {NULL, 0, 0, 0} };
NULL             3999 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D3E[] = { {"longrightarrow", 14, 0x027F6, 0}, {NULL, 0, 0, 0} };
NULL             4000 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D42[] = { {"iinfin", 6, 0x029DC, 0}, {NULL, 0, 0, 0} };
NULL             4001 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D44[] = { {"EmptyVerySmallSquare", 20, 0x025AB, 0}, {NULL, 0, 0, 0} };
NULL             4002 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D49[] = { {"real", 4, 0x0211C, 0}, {NULL, 0, 0, 0} };
NULL             4003 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D4C[] = { {"SucceedsEqual", 13, 0x02AB0, 0}, {"utilde", 6, 0x00169, 0}, {NULL, 0, 0, 0} };
NULL             4004 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D4F[] = { {"Rfr", 3, 0x0211C, 0}, {"tau", 3, 0x003C4, 0}, {NULL, 0, 0, 0} };
NULL             4005 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D51[] = { {"Wedge", 5, 0x022C0, 0}, {NULL, 0, 0, 0} };
NULL             4006 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D54[] = { {"piv", 3, 0x003D6, 0}, {NULL, 0, 0, 0} };
NULL             4007 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D55[] = { {"hscr", 4, 0x1D4BD, 0}, {NULL, 0, 0, 0} };
NULL             4008 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D56[] = { {"subdot", 6, 0x02ABD, 0}, {NULL, 0, 0, 0} };
NULL             4009 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D57[] = { {"dsol", 4, 0x029F6, 0}, {NULL, 0, 0, 0} };
NULL             4010 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D5A[] = { {"prnE", 4, 0x02AB5, 0}, {NULL, 0, 0, 0} };
NULL             4011 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D5B[] = { {"qopf", 4, 0x1D562, 0}, {"vdash", 5, 0x022A2, 0}, {NULL, 0, 0, 0} };
NULL             4012 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D5F[] = { {"Star", 4, 0x022C6, 0}, {NULL, 0, 0, 0} };
NULL             4013 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D63[] = { {"sqsupseteq", 10, 0x02292, 0}, {"zhcy", 4, 0x00436, 0}, {NULL, 0, 0, 0} };
NULL             4014 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D65[] = { {"nacute", 6, 0x00144, 0}, {NULL, 0, 0, 0} };
NULL             4015 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D69[] = { {"lessgtr", 7, 0x02276, 0}, {NULL, 0, 0, 0} };
NULL             4016 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D6A[] = { {"nless", 5, 0x0226E, 0}, {NULL, 0, 0, 0} };
NULL             4017 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D6C[] = { {"RightTeeArrow", 13, 0x021A6, 0}, {"Yuml", 4, 0x00178, 0}, {"target", 6, 0x02316, 0}, {"upharpoonleft", 13, 0x021BF, 0}, {NULL, 0, 0, 0} };
NULL             4018 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D6F[] = { {"between", 7, 0x0226C, 0}, {"boxuL", 5, 0x0255B, 0}, {NULL, 0, 0, 0} };
NULL             4019 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D70[] = { {"TSHcy", 5, 0x0040B, 0}, {"lrm", 3, 0x0200E, 0}, {NULL, 0, 0, 0} };
NULL             4020 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D71[] = { {"excl", 4, 0x00021, 0}, {"hyphen", 6, 0x02010, 0}, {"mlcp", 4, 0x02ADB, 0}, {"wedge", 5, 0x02227, 0}, {NULL, 0, 0, 0} };
NULL             4021 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D74[] = { {"ncedil", 6, 0x00146, 0}, {NULL, 0, 0, 0} };
NULL             4022 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D75[] = { {"boxuR", 5, 0x02558, 0}, {NULL, 0, 0, 0} };
NULL             4023 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D76[] = { {"Not", 3, 0x02AEC, 0}, {"epsi", 4, 0x003B5, 0}, {NULL, 0, 0, 0} };
NULL             4024 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D7C[] = { {"disin", 5, 0x022F2, 0}, {"nRightarrow", 11, 0x021CF, 0}, {NULL, 0, 0, 0} };
NULL             4025 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D7D[] = { {"cylcty", 6, 0x0232D, 0}, {"neArr", 5, 0x021D7, 0}, {NULL, 0, 0, 0} };
NULL             4026 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D7E[] = { {"prnsim", 6, 0x022E8, 0}, {NULL, 0, 0, 0} };
NULL             4027 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D80[] = { {"Cfr", 3, 0x0212D, 0}, {NULL, 0, 0, 0} };
NULL             4028 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D81[] = { {"Beta", 4, 0x00392, 0}, {NULL, 0, 0, 0} };
NULL             4029 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D85[] = { {"leftarrowtail", 13, 0x021A2, 0}, {NULL, 0, 0, 0} };
NULL             4030 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D87[] = { {"parsl", 5, 0x02AFD, 0}, {NULL, 0, 0, 0} };
NULL             4031 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D89[] = { {"xwedge", 6, 0x022C0, 0}, {NULL, 0, 0, 0} };
NULL             4032 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D8A[] = { {"olcross", 7, 0x029BB, 0}, {NULL, 0, 0, 0} };
NULL             4033 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D8C[] = { {"boxvH", 5, 0x0256A, 0}, {"lsh", 3, 0x021B0, 0}, {NULL, 0, 0, 0} };
NULL             4034 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D8D[] = { {"circledR", 8, 0x000AE, 0}, {NULL, 0, 0, 0} };
NULL             4035 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D8E[] = { {"Rho", 3, 0x003A1, 0}, {"circledS", 8, 0x024C8, 0}, {"cupor", 5, 0x02A45, 0}, {NULL, 0, 0, 0} };
NULL             4036 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D8F[] = { {"Ugrave", 6, 0x000D9, 0}, {"boxul", 5, 0x02518, 0}, {NULL, 0, 0, 0} };
NULL             4037 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D90[] = { {"boxvL", 5, 0x02561, 0}, {NULL, 0, 0, 0} };
NULL             4038 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D91[] = { {"sqcup", 5, 0x02294, 0}, {NULL, 0, 0, 0} };
NULL             4039 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D93[] = { {"rect", 4, 0x025AD, 0}, {NULL, 0, 0, 0} };
NULL             4040 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D94[] = { {"mldr", 4, 0x02026, 0}, {NULL, 0, 0, 0} };
NULL             4041 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D95[] = { {"boxur", 5, 0x02514, 0}, {"digamma", 7, 0x003DD, 0}, {"tcy", 3, 0x00442, 0}, {"urcorner", 8, 0x0231D, 0}, {NULL, 0, 0, 0} };
NULL             4042 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D96[] = { {"DoubleLeftArrow", 15, 0x021D0, 0}, {"Iscr", 4, 0x02110, 0}, {"boxvR", 5, 0x0255E, 0}, {NULL, 0, 0, 0} };
NULL             4043 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D98[] = { {"ulcorn", 6, 0x0231C, 0}, {NULL, 0, 0, 0} };
NULL             4044 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D9A[] = { {"prod", 4, 0x0220F, 0}, {NULL, 0, 0, 0} };
NULL             4045 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_D9C[] = { {"Ropf", 4, 0x0211D, 0}, {NULL, 0, 0, 0} };
NULL             4046 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DA0[] = { {"rmoustache", 10, 0x023B1, 0}, {NULL, 0, 0, 0} };
NULL             4047 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DA5[] = { {"NegativeMediumSpace", 19, 0x0200B, 0}, {NULL, 0, 0, 0} };
NULL             4048 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DA6[] = { {"prop", 4, 0x0221D, 0}, {NULL, 0, 0, 0} };
NULL             4049 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DA8[] = { {"TScy", 4, 0x00426, 0}, {NULL, 0, 0, 0} };
NULL             4050 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DA9[] = { {"xsqcup", 6, 0x02A06, 0}, {NULL, 0, 0, 0} };
NULL             4051 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DAC[] = { {"bemptyv", 7, 0x029B0, 0}, {"boxvh", 5, 0x0253C, 0}, {NULL, 0, 0, 0} };
NULL             4052 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DB0[] = { {"boxvl", 5, 0x02524, 0}, {NULL, 0, 0, 0} };
NULL             4053 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DB3[] = { {"NotTildeFullEqual", 17, 0x02247, 0}, {NULL, 0, 0, 0} };
NULL             4054 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DB4[] = { {"subE", 4, 0x02AC5, 0}, {NULL, 0, 0, 0} };
NULL             4055 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DB6[] = { {"boxvr", 5, 0x0251C, 0}, {NULL, 0, 0, 0} };
NULL             4056 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DB7[] = { {"bigvee", 6, 0x022C1, 0}, {NULL, 0, 0, 0} };
NULL             4057 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DB9[] = { {"Chi", 3, 0x003A7, 0}, {NULL, 0, 0, 0} };
NULL             4058 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DBC[] = { {"circeq", 6, 0x02257, 0}, {NULL, 0, 0, 0} };
NULL             4059 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DBE[] = { {"emsp13", 6, 0x02004, 0}, {NULL, 0, 0, 0} };
NULL             4060 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DBF[] = { {"emsp14", 6, 0x02005, 0}, {NULL, 0, 0, 0} };
NULL             4061 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DC2[] = { {"ouml", 4, 0x000F6, 0}, {NULL, 0, 0, 0} };
NULL             4062 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DC3[] = { {"RightArrowBar", 13, 0x021E5, 0}, {NULL, 0, 0, 0} };
NULL             4063 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DC6[] = { {"ecy", 3, 0x0044D, 0}, {NULL, 0, 0, 0} };
NULL             4064 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DC8[] = { {"succneqq", 8, 0x02AB6, 0}, {NULL, 0, 0, 0} };
NULL             4065 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DCA[] = { {"npart", 5, 0x02202, 0x00338}, {NULL, 0, 0, 0} };
NULL             4066 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DCF[] = { {"Element", 7, 0x02208, 0}, {NULL, 0, 0, 0} };
NULL             4067 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DD1[] = { {"Edot", 4, 0x00116, 0}, {NULL, 0, 0, 0} };
NULL             4068 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DD3[] = { {"RightUpDownVector", 17, 0x0294F, 0}, {NULL, 0, 0, 0} };
NULL             4069 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DD4[] = { {"sube", 4, 0x02286, 0}, {NULL, 0, 0, 0} };
NULL             4070 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DD5[] = { {"jsercy", 6, 0x00458, 0}, {NULL, 0, 0, 0} };
NULL             4071 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DD7[] = { {"varrho", 6, 0x003F1, 0}, {NULL, 0, 0, 0} };
NULL             4072 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DD9[] = { {"subsub", 6, 0x02AD5, 0}, {NULL, 0, 0, 0} };
NULL             4073 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DDC[] = { {"Dcaron", 6, 0x0010E, 0}, {NULL, 0, 0, 0} };
NULL             4074 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DDD[] = { {"Eogon", 5, 0x00118, 0}, {NULL, 0, 0, 0} };
NULL             4075 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DE4[] = { {"geqslant", 8, 0x02A7E, 0}, {NULL, 0, 0, 0} };
NULL             4076 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DE6[] = { {"rdldhar", 7, 0x02969, 0}, {"zdot", 4, 0x0017C, 0}, {NULL, 0, 0, 0} };
NULL             4077 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DE7[] = { {"subsup", 6, 0x02AD3, 0}, {NULL, 0, 0, 0} };
NULL             4078 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DE9[] = { {"ograve", 6, 0x000F2, 0}, {NULL, 0, 0, 0} };
NULL             4079 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DEB[] = { {"ReverseElement", 14, 0x0220B, 0}, {NULL, 0, 0, 0} };
NULL             4080 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DED[] = { {"drcorn", 6, 0x0231F, 0}, {"rang", 4, 0x027E9, 0}, {NULL, 0, 0, 0} };
NULL             4081 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DF1[] = { {"tfr", 3, 0x1D531, 0}, {NULL, 0, 0, 0} };
NULL             4082 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DF2[] = { {"hopf", 4, 0x1D559, 0}, {NULL, 0, 0, 0} };
NULL             4083 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DF3[] = { {"succ", 4, 0x0227B, 0}, {NULL, 0, 0, 0} };
NULL             4084 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DF6[] = { {"otimes", 6, 0x02297, 0}, {NULL, 0, 0, 0} };
NULL             4085 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DF7[] = { {"Vcy", 3, 0x00412, 0}, {"ltquest", 7, 0x02A7B, 0}, {NULL, 0, 0, 0} };
NULL             4086 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DF9[] = { {"lozenge", 7, 0x025CA, 0}, {NULL, 0, 0, 0} };
NULL             4087 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DFB[] = { {"LeftDownVector", 14, 0x021C3, 0}, {NULL, 0, 0, 0} };
NULL             4088 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_DFD[] = { {"eogon", 5, 0x00119, 0}, {NULL, 0, 0, 0} };
NULL             4089 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E03[] = { {"amp", 3, 0x00026, 0}, {"lopar", 5, 0x02985, 0}, {NULL, 0, 0, 0} };
NULL             4090 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E04[] = { {"loplus", 6, 0x02A2D, 0}, {NULL, 0, 0, 0} };
NULL             4091 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E08[] = { {"NotTilde", 8, 0x02241, 0}, {NULL, 0, 0, 0} };
NULL             4092 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E09[] = { {"CounterClockwiseContourIntegral", 31, 0x02233, 0}, {NULL, 0, 0, 0} };
NULL             4093 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E0C[] = { {"InvisibleTimes", 14, 0x02062, 0}, {NULL, 0, 0, 0} };
NULL             4094 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E11[] = { {"lesdotor", 8, 0x02A83, 0}, {NULL, 0, 0, 0} };
NULL             4095 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E18[] = { {"and", 3, 0x02227, 0}, {NULL, 0, 0, 0} };
NULL             4096 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E1B[] = { {"RightUpVector", 13, 0x021BE, 0}, {"ang", 3, 0x02220, 0}, {NULL, 0, 0, 0} };
NULL             4097 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E1C[] = { {"DoubleRightTee", 14, 0x022A8, 0}, {NULL, 0, 0, 0} };
NULL             4098 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E1D[] = { {"LeftUpVectorBar", 15, 0x02958, 0}, {NULL, 0, 0, 0} };
NULL             4099 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E1E[] = { {"smte", 4, 0x02AAC, 0}, {NULL, 0, 0, 0} };
NULL             4100 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E20[] = { {"Iacute", 6, 0x000CD, 0}, {"triminus", 8, 0x02A3A, 0}, {NULL, 0, 0, 0} };
NULL             4101 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E22[] = { {"efr", 3, 0x1D522, 0}, {"iiint", 5, 0x0222D, 0}, {NULL, 0, 0, 0} };
NULL             4102 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E23[] = { {"ctdot", 5, 0x022EF, 0}, {NULL, 0, 0, 0} };
NULL             4103 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E24[] = { {"mnplus", 6, 0x02213, 0}, {NULL, 0, 0, 0} };
NULL             4104 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E25[] = { {"Vee", 3, 0x022C1, 0}, {NULL, 0, 0, 0} };
NULL             4105 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E28[] = { {"Gcy", 3, 0x00413, 0}, {NULL, 0, 0, 0} };
NULL             4106 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E2A[] = { {"lurdshar", 8, 0x0294A, 0}, {NULL, 0, 0, 0} };
NULL             4107 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E2C[] = { {"smeparsl", 8, 0x029E4, 0}, {NULL, 0, 0, 0} };
NULL             4108 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E2F[] = { {"DoubleVerticalBar", 17, 0x02225, 0}, {"iecy", 4, 0x00435, 0}, {NULL, 0, 0, 0} };
NULL             4109 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E30[] = { {"udblac", 6, 0x00171, 0}, {NULL, 0, 0, 0} };
NULL             4110 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E32[] = { {"gtquest", 7, 0x02A7C, 0}, {NULL, 0, 0, 0} };
NULL             4111 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E33[] = { {"Iopf", 4, 0x1D540, 0}, {NULL, 0, 0, 0} };
NULL             4112 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E35[] = { {"bsime", 5, 0x022CD, 0}, {NULL, 0, 0, 0} };
NULL             4113 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E36[] = { {"RightVector", 11, 0x021C0, 0}, {NULL, 0, 0, 0} };
NULL             4114 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E37[] = { {"NotGreaterLess", 14, 0x02279, 0}, {NULL, 0, 0, 0} };
NULL             4115 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E3B[] = { {"apE", 3, 0x02A70, 0}, {NULL, 0, 0, 0} };
NULL             4116 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E41[] = { {"CupCap", 6, 0x0224D, 0}, {NULL, 0, 0, 0} };
NULL             4117 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E42[] = { {"uscr", 4, 0x1D4CA, 0}, {NULL, 0, 0, 0} };
NULL             4118 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E43[] = { {"erDot", 5, 0x02253, 0}, {NULL, 0, 0, 0} };
NULL             4119 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E44[] = { {"egs", 3, 0x02A96, 0}, {NULL, 0, 0, 0} };
NULL             4120 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E48[] = { {"rlarr", 5, 0x021C4, 0}, {NULL, 0, 0, 0} };
NULL             4121 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E4C[] = { {"prE", 3, 0x02AB3, 0}, {NULL, 0, 0, 0} };
NULL             4122 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E4E[] = { {"QUOT", 4, 0x00022, 0}, {NULL, 0, 0, 0} };
NULL             4123 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E53[] = { {"Vfr", 3, 0x1D519, 0}, {NULL, 0, 0, 0} };
NULL             4124 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E55[] = { {"cupbrcap", 8, 0x02A48, 0}, {NULL, 0, 0, 0} };
NULL             4125 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E57[] = { {"intercal", 8, 0x022BA, 0}, {NULL, 0, 0, 0} };
NULL             4126 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E58[] = { {"imath", 5, 0x00131, 0}, {NULL, 0, 0, 0} };
NULL             4127 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E59[] = { {"RightUpTeeVector", 16, 0x0295C, 0}, {"trie", 4, 0x0225C, 0}, {NULL, 0, 0, 0} };
NULL             4128 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E5B[] = { {"ape", 3, 0x0224A, 0}, {NULL, 0, 0, 0} };
NULL             4129 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E5D[] = { {"softcy", 6, 0x0044C, 0}, {NULL, 0, 0, 0} };
NULL             4130 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E5E[] = { {"rarrb", 5, 0x021E5, 0}, {NULL, 0, 0, 0} };
NULL             4131 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E5F[] = { {"FilledSmallSquare", 17, 0x025FC, 0}, {"rarrc", 5, 0x02933, 0}, {NULL, 0, 0, 0} };
NULL             4132 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E60[] = { {"Superset", 8, 0x02283, 0}, {NULL, 0, 0, 0} };
NULL             4133 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E61[] = { {"hoarr", 5, 0x021FF, 0}, {NULL, 0, 0, 0} };
NULL             4134 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E63[] = { {"DownRightVectorBar", 18, 0x02957, 0}, {NULL, 0, 0, 0} };
NULL             4135 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E64[] = { {"brvbar", 6, 0x000A6, 0}, {NULL, 0, 0, 0} };
NULL             4136 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E65[] = { {"ecolon", 6, 0x02255, 0}, {NULL, 0, 0, 0} };
NULL             4137 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E66[] = { {"GreaterLess", 11, 0x02277, 0}, {NULL, 0, 0, 0} };
NULL             4138 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E6A[] = { {"nrArr", 5, 0x021CF, 0}, {NULL, 0, 0, 0} };
NULL             4139 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E6C[] = { {"pre", 3, 0x02AAF, 0}, {NULL, 0, 0, 0} };
NULL             4140 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E6F[] = { {"aleph", 5, 0x02135, 0}, {NULL, 0, 0, 0} };
NULL             4141 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E70[] = { {"DiacriticalAcute", 16, 0x000B4, 0}, {"SmallCircle", 11, 0x02218, 0}, {NULL, 0, 0, 0} };
NULL             4142 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E71[] = { {"parsim", 6, 0x02AF3, 0}, {NULL, 0, 0, 0} };
NULL             4143 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E73[] = { {"rarrw", 5, 0x0219D, 0}, {NULL, 0, 0, 0} };
NULL             4144 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E78[] = { {"caron", 5, 0x002C7, 0}, {NULL, 0, 0, 0} };
NULL             4145 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E7A[] = { {"cacute", 6, 0x00107, 0}, {"lagran", 6, 0x02112, 0}, {NULL, 0, 0, 0} };
NULL             4146 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E7C[] = { {"rarr", 4, 0x02192, 0}, {NULL, 0, 0, 0} };
NULL             4147 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E80[] = { {"Rrightarrow", 11, 0x021DB, 0}, {NULL, 0, 0, 0} };
NULL             4148 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E83[] = { {"Vscr", 4, 0x1D4B1, 0}, {NULL, 0, 0, 0} };
NULL             4149 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E84[] = { {"Gfr", 3, 0x1D50A, 0}, {NULL, 0, 0, 0} };
NULL             4150 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E89[] = { {"ccedil", 6, 0x000E7, 0}, {"propto", 6, 0x0221D, 0}, {NULL, 0, 0, 0} };
NULL             4151 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E8E[] = { {"zwnj", 4, 0x0200C, 0}, {NULL, 0, 0, 0} };
NULL             4152 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E91[] = { {"psi", 3, 0x003C8, 0}, {NULL, 0, 0, 0} };
NULL             4153 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E99[] = { {"infin", 5, 0x0221E, 0}, {NULL, 0, 0, 0} };
NULL             4154 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_E9C[] = { {"circledcirc", 11, 0x0229A, 0}, {NULL, 0, 0, 0} };
NULL             4155 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EA1[] = { {"Proportion", 10, 0x02237, 0}, {NULL, 0, 0, 0} };
NULL             4156 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EA2[] = { {"subseteqq", 9, 0x02AC5, 0}, {NULL, 0, 0, 0} };
NULL             4157 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EA4[] = { {"nGtv", 4, 0x0226B, 0x00338}, {NULL, 0, 0, 0} };
NULL             4158 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EA8[] = { {"macr", 4, 0x000AF, 0}, {NULL, 0, 0, 0} };
NULL             4159 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EA9[] = { {"orslope", 7, 0x02A57, 0}, {NULL, 0, 0, 0} };
NULL             4160 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EB1[] = { {"frown", 5, 0x02322, 0}, {NULL, 0, 0, 0} };
NULL             4161 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EB2[] = { {"Iota", 4, 0x00399, 0}, {NULL, 0, 0, 0} };
NULL             4162 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EB4[] = { {"rceil", 5, 0x02309, 0}, {NULL, 0, 0, 0} };
NULL             4163 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EB7[] = { {"spadesuit", 9, 0x02660, 0}, {NULL, 0, 0, 0} };
NULL             4164 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EB8[] = { {"sstarf", 6, 0x022C6, 0}, {NULL, 0, 0, 0} };
NULL             4165 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ECA[] = { {"icy", 3, 0x00438, 0}, {NULL, 0, 0, 0} };
NULL             4166 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ECD[] = { {"ast", 3, 0x0002A, 0}, {"nmid", 4, 0x02224, 0}, {NULL, 0, 0, 0} };
NULL             4167 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ECF[] = { {"bowtie", 6, 0x022C8, 0}, {NULL, 0, 0, 0} };
NULL             4168 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ED1[] = { {"thetav", 6, 0x003D1, 0}, {NULL, 0, 0, 0} };
NULL             4169 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ED7[] = { {"vangrt", 6, 0x0299C, 0}, {NULL, 0, 0, 0} };
NULL             4170 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ED8[] = { {"numsp", 5, 0x02007, 0}, {"triplus", 7, 0x02A39, 0}, {NULL, 0, 0, 0} };
NULL             4171 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_ED9[] = { {"lscr", 4, 0x1D4C1, 0}, {NULL, 0, 0, 0} };
NULL             4172 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EDA[] = { {"pointint", 8, 0x02A15, 0}, {NULL, 0, 0, 0} };
NULL             4173 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EDB[] = { {"Theta", 5, 0x00398, 0}, {NULL, 0, 0, 0} };
NULL             4174 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EDF[] = { {"rightrightarrows", 16, 0x021C9, 0}, {"uopf", 4, 0x1D566, 0}, {NULL, 0, 0, 0} };
NULL             4175 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EE2[] = { {"ell", 3, 0x02113, 0}, {NULL, 0, 0, 0} };
NULL             4176 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EE4[] = { {"cuepr", 5, 0x022DE, 0}, {NULL, 0, 0, 0} };
NULL             4177 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EE5[] = { {"NotVerticalBar", 14, 0x02224, 0}, {NULL, 0, 0, 0} };
NULL             4178 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EE7[] = { {"xnis", 4, 0x022FB, 0}, {NULL, 0, 0, 0} };
NULL             4179 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EE9[] = { {"els", 3, 0x02A95, 0}, {NULL, 0, 0, 0} };
NULL             4180 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EEF[] = { {"DDotrahd", 8, 0x02911, 0}, {NULL, 0, 0, 0} };
NULL             4181 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EF1[] = { {"larrbfs", 7, 0x0291F, 0}, {NULL, 0, 0, 0} };
NULL             4182 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EF2[] = { {"Rsh", 3, 0x021B1, 0}, {"boxplus", 7, 0x0229E, 0}, {NULL, 0, 0, 0} };
NULL             4183 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EF4[] = { {"swarr", 5, 0x02199, 0}, {NULL, 0, 0, 0} };
NULL             4184 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EF5[] = { {"gvnE", 4, 0x02269, 0x0FE00}, {"xfr", 3, 0x1D535, 0}, {NULL, 0, 0, 0} };
NULL             4185 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EF9[] = { {"ldca", 4, 0x02936, 0}, {NULL, 0, 0, 0} };
NULL             4186 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EFB[] = { {"NotPrecedesSlantEqual", 21, 0x022E0, 0}, {"YAcy", 4, 0x0042F, 0}, {"Zcy", 3, 0x00417, 0}, {"andslope", 8, 0x02A58, 0}, {"numero", 6, 0x02116, 0}, {"theta", 5, 0x003B8, 0}, {NULL, 0, 0, 0} };
NULL             4187 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EFE[] = { {"mapstoup", 8, 0x021A5, 0}, {NULL, 0, 0, 0} };
NULL             4188 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_EFF[] = { {"bigcup", 6, 0x022C3, 0}, {NULL, 0, 0, 0} };
NULL             4189 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F03[] = { {"nesear", 6, 0x02928, 0}, {NULL, 0, 0, 0} };
NULL             4190 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F05[] = { {"lesssim", 7, 0x02272, 0}, {NULL, 0, 0, 0} };
NULL             4191 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F08[] = { {"DownArrow", 9, 0x02193, 0}, {NULL, 0, 0, 0} };
NULL             4192 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F0B[] = { {"orarr", 5, 0x021BB, 0}, {NULL, 0, 0, 0} };
NULL             4193 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F0F[] = { {"ccaps", 5, 0x02A4D, 0}, {NULL, 0, 0, 0} };
NULL             4194 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F10[] = { {"xdtri", 5, 0x025BD, 0}, {NULL, 0, 0, 0} };
NULL             4195 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F11[] = { {"xcap", 4, 0x022C2, 0}, {NULL, 0, 0, 0} };
NULL             4196 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F13[] = { {"downdownarrows", 14, 0x021CA, 0}, {"nisd", 4, 0x022FA, 0}, {NULL, 0, 0, 0} };
NULL             4197 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F14[] = { {"VerticalBar", 11, 0x02223, 0}, {NULL, 0, 0, 0} };
NULL             4198 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F15[] = { {"TRADE", 5, 0x02122, 0}, {NULL, 0, 0, 0} };
NULL             4199 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F17[] = { {"Omacr", 5, 0x0014C, 0}, {NULL, 0, 0, 0} };
NULL             4200 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F18[] = { {"top", 3, 0x022A4, 0}, {NULL, 0, 0, 0} };
NULL             4201 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F19[] = { {"LeftRightArrow", 14, 0x02194, 0}, {NULL, 0, 0, 0} };
NULL             4202 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F1A[] = { {"Mscr", 4, 0x02133, 0}, {"iff", 3, 0x021D4, 0}, {NULL, 0, 0, 0} };
NULL             4203 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F1F[] = { {"downharpoonleft", 15, 0x021C3, 0}, {"eng", 3, 0x0014B, 0}, {NULL, 0, 0, 0} };
NULL             4204 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F20[] = { {"Vopf", 4, 0x1D54D, 0}, {NULL, 0, 0, 0} };
NULL             4205 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F26[] = { {"ifr", 3, 0x1D526, 0}, {NULL, 0, 0, 0} };
NULL             4206 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F28[] = { {"Downarrow", 9, 0x021D3, 0}, {NULL, 0, 0, 0} };
NULL             4207 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F2C[] = { {"Kcy", 3, 0x0041A, 0}, {"angle", 5, 0x02220, 0}, {NULL, 0, 0, 0} };
NULL             4208 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F2F[] = { {"lescc", 5, 0x02AA8, 0}, {NULL, 0, 0, 0} };
NULL             4209 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F30[] = { {"lesseqqgtr", 10, 0x02A8B, 0}, {NULL, 0, 0, 0} };
NULL             4210 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F31[] = { {"bigstar", 7, 0x02605, 0}, {NULL, 0, 0, 0} };
NULL             4211 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F33[] = { {"ddagger", 7, 0x02021, 0}, {"nltrie", 6, 0x022EC, 0}, {NULL, 0, 0, 0} };
NULL             4212 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F37[] = { {"omacr", 5, 0x0014D, 0}, {NULL, 0, 0, 0} };
NULL             4213 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F38[] = { {"cuesc", 5, 0x022DF, 0}, {NULL, 0, 0, 0} };
NULL             4214 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F40[] = { {"circlearrowright", 16, 0x021BB, 0}, {NULL, 0, 0, 0} };
NULL             4215 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F41[] = { {"ngeqq", 5, 0x02267, 0x00338}, {NULL, 0, 0, 0} };
NULL             4216 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F44[] = { {"squf", 4, 0x025AA, 0}, {NULL, 0, 0, 0} };
NULL             4217 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F46[] = { {"rtri", 4, 0x025B9, 0}, {NULL, 0, 0, 0} };
NULL             4218 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F47[] = { {"VerticalLine", 12, 0x0007C, 0}, {NULL, 0, 0, 0} };
NULL             4219 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F48[] = { {"downarrow", 9, 0x02193, 0}, {NULL, 0, 0, 0} };
NULL             4220 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F4B[] = { {"Scaron", 6, 0x00160, 0}, {NULL, 0, 0, 0} };
NULL             4221 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F4C[] = { {"tstrok", 6, 0x00167, 0}, {NULL, 0, 0, 0} };
NULL             4222 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F50[] = { {"wreath", 6, 0x02240, 0}, {NULL, 0, 0, 0} };
NULL             4223 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F51[] = { {"exponentiale", 12, 0x02147, 0}, {NULL, 0, 0, 0} };
NULL             4224 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F55[] = { {"Idot", 4, 0x00130, 0}, {NULL, 0, 0, 0} };
NULL             4225 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F57[] = { {"Zfr", 3, 0x02128, 0}, {NULL, 0, 0, 0} };
NULL             4226 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F58[] = { {"bnot", 4, 0x02310, 0}, {NULL, 0, 0, 0} };
NULL             4227 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F5B[] = { {"infintie", 8, 0x029DD, 0}, {NULL, 0, 0, 0} };
NULL             4228 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F5D[] = { {"angrtvbd", 8, 0x0299D, 0}, {NULL, 0, 0, 0} };
NULL             4229 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F5F[] = { {"prurel", 6, 0x022B0, 0}, {NULL, 0, 0, 0} };
NULL             4230 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F60[] = { {"gbreve", 6, 0x0011F, 0}, {"rsaquo", 6, 0x0203A, 0}, {NULL, 0, 0, 0} };
NULL             4231 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F62[] = { {"sung", 4, 0x0266A, 0}, {NULL, 0, 0, 0} };
NULL             4232 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F67[] = { {"lvertneqq", 9, 0x02268, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             4233 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F68[] = { {"lnsim", 5, 0x022E6, 0}, {"searrow", 7, 0x02198, 0}, {NULL, 0, 0, 0} };
NULL             4234 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F69[] = { {"nsubset", 7, 0x02282, 0x020D2}, {NULL, 0, 0, 0} };
NULL             4235 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F6D[] = { {"Cup", 3, 0x022D3, 0}, {NULL, 0, 0, 0} };
NULL             4236 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F6E[] = { {"Lmidot", 6, 0x0013F, 0}, {"sup1", 4, 0x000B9, 0}, {NULL, 0, 0, 0} };
NULL             4237 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F6F[] = { {"Delta", 5, 0x00394, 0}, {"sbquo", 5, 0x0201A, 0}, {"sup2", 4, 0x000B2, 0}, {NULL, 0, 0, 0} };
NULL             4238 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F70[] = { {"cscr", 4, 0x1D4B8, 0}, {"nsubseteqq", 10, 0x02AC5, 0x00338}, {"sup3", 4, 0x000B3, 0}, {NULL, 0, 0, 0} };
NULL             4239 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F71[] = { {"Kcedil", 6, 0x00136, 0}, {NULL, 0, 0, 0} };
NULL             4240 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F72[] = { {"plussim", 7, 0x02A26, 0}, {NULL, 0, 0, 0} };
NULL             4241 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F74[] = { {"KHcy", 4, 0x00425, 0}, {NULL, 0, 0, 0} };
NULL             4242 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F75[] = { {"OElig", 5, 0x00152, 0}, {"simdot", 6, 0x02A6A, 0}, {NULL, 0, 0, 0} };
NULL             4243 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F76[] = { {"lopf", 4, 0x1D55D, 0}, {NULL, 0, 0, 0} };
NULL             4244 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F77[] = { {"boxbox", 6, 0x029C9, 0}, {NULL, 0, 0, 0} };
NULL             4245 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F78[] = { {"bepsi", 5, 0x003F6, 0}, {"lbarr", 5, 0x0290C, 0}, {NULL, 0, 0, 0} };
NULL             4246 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F79[] = { {"lnapprox", 8, 0x02A89, 0}, {NULL, 0, 0, 0} };
NULL             4247 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F81[] = { {"sdotb", 5, 0x022A1, 0}, {NULL, 0, 0, 0} };
NULL             4248 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F82[] = { {"measuredangle", 13, 0x02221, 0}, {"supE", 4, 0x02AC6, 0}, {NULL, 0, 0, 0} };
NULL             4249 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F83[] = { {"map", 3, 0x021A6, 0}, {NULL, 0, 0, 0} };
NULL             4250 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F84[] = { {"sdote", 5, 0x02A66, 0}, {NULL, 0, 0, 0} };
NULL             4251 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F86[] = { {"diamondsuit", 11, 0x02666, 0}, {NULL, 0, 0, 0} };
NULL             4252 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F88[] = { {"Kfr", 3, 0x1D50E, 0}, {NULL, 0, 0, 0} };
NULL             4253 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F8B[] = { {"imagline", 8, 0x02110, 0}, {NULL, 0, 0, 0} };
NULL             4254 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F8F[] = { {"delta", 5, 0x003B4, 0}, {NULL, 0, 0, 0} };
NULL             4255 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F91[] = { {"mapstodown", 10, 0x021A7, 0}, {NULL, 0, 0, 0} };
NULL             4256 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F93[] = { {"eqvparsl", 8, 0x029E5, 0}, {NULL, 0, 0, 0} };
NULL             4257 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F95[] = { {"UpArrow", 7, 0x02191, 0}, {NULL, 0, 0, 0} };
NULL             4258 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F9A[] = { {"imagpart", 8, 0x02111, 0}, {"lsim", 4, 0x02272, 0}, {NULL, 0, 0, 0} };
NULL             4259 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F9C[] = { {"trianglelefteq", 14, 0x022B4, 0}, {NULL, 0, 0, 0} };
NULL             4260 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_F9F[] = { {"isindot", 7, 0x022F5, 0}, {NULL, 0, 0, 0} };
NULL             4261 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FA0[] = { {"LeftUpDownVector", 16, 0x02951, 0}, {"curvearrowleft", 14, 0x021B6, 0}, {NULL, 0, 0, 0} };
NULL             4262 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FA1[] = { {"Diamond", 7, 0x022C4, 0}, {NULL, 0, 0, 0} };
NULL             4263 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FA2[] = { {"supe", 4, 0x02287, 0}, {NULL, 0, 0, 0} };
NULL             4264 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FA3[] = { {"nearrow", 7, 0x02197, 0}, {NULL, 0, 0, 0} };
NULL             4265 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FA9[] = { {"easter", 6, 0x02A6E, 0}, {NULL, 0, 0, 0} };
NULL             4266 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB0[] = { {"rdquo", 5, 0x0201D, 0}, {"subsetneqq", 10, 0x02ACB, 0}, {NULL, 0, 0, 0} };
NULL             4267 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB1[] = { {"Dscr", 4, 0x1D49F, 0}, {NULL, 0, 0, 0} };
NULL             4268 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB4[] = { {"comp", 4, 0x02201, 0}, {NULL, 0, 0, 0} };
NULL             4269 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB5[] = { {"Uparrow", 7, 0x021D1, 0}, {NULL, 0, 0, 0} };
NULL             4270 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB6[] = { {"coloneq", 7, 0x02254, 0}, {NULL, 0, 0, 0} };
NULL             4271 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB7[] = { {"Mopf", 4, 0x1D544, 0}, {NULL, 0, 0, 0} };
NULL             4272 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FB9[] = { {"rfloor", 6, 0x0230B, 0}, {"varsubsetneqq", 13, 0x02ACB, 0x0FE00}, {NULL, 0, 0, 0} };
NULL             4273 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FBC[] = { {"eacute", 6, 0x000E9, 0}, {NULL, 0, 0, 0} };
NULL             4274 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FC2[] = { {"shortparallel", 13, 0x02225, 0}, {NULL, 0, 0, 0} };
NULL             4275 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FC4[] = { {"male", 4, 0x02642, 0}, {NULL, 0, 0, 0} };
NULL             4276 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FC6[] = { {"yscr", 4, 0x1D4CE, 0}, {NULL, 0, 0, 0} };
NULL             4277 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FCA[] = { {"xharr", 5, 0x027F7, 0}, {NULL, 0, 0, 0} };
NULL             4278 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FCC[] = { {"cong", 4, 0x02245, 0}, {NULL, 0, 0, 0} };
NULL             4279 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FCE[] = { {"mcy", 3, 0x0043C, 0}, {NULL, 0, 0, 0} };
NULL             4280 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FCF[] = { {"Upsilon", 7, 0x003A5, 0}, {NULL, 0, 0, 0} };
NULL             4281 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FD0[] = { {"block", 5, 0x02588, 0}, {"maltese", 7, 0x02720, 0}, {"ordf", 4, 0x000AA, 0}, {NULL, 0, 0, 0} };
NULL             4282 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FD2[] = { {"zcaron", 6, 0x0017E, 0}, {NULL, 0, 0, 0} };
NULL             4283 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FD3[] = { {"malt", 4, 0x02720, 0}, {NULL, 0, 0, 0} };
NULL             4284 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FD6[] = { {"loang", 5, 0x027EC, 0}, {NULL, 0, 0, 0} };
NULL             4285 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FD7[] = { {"ordm", 4, 0x000BA, 0}, {NULL, 0, 0, 0} };
NULL             4286 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FDD[] = { {"NegativeVeryThinSpace", 21, 0x0200B, 0}, {NULL, 0, 0, 0} };
NULL             4287 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FDF[] = { {"eta", 3, 0x003B7, 0}, {NULL, 0, 0, 0} };
NULL             4288 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FE1[] = { {"Iogon", 5, 0x0012E, 0}, {"drbkarow", 8, 0x02910, 0}, {NULL, 0, 0, 0} };
NULL             4289 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FE6[] = { {"eth", 3, 0x000F0, 0}, {NULL, 0, 0, 0} };
NULL             4290 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FE9[] = { {"racute", 6, 0x00155, 0}, {NULL, 0, 0, 0} };
NULL             4291 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FEA[] = { {"cwconint", 8, 0x02232, 0}, {NULL, 0, 0, 0} };
NULL             4292 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FEB[] = { {"egsdot", 6, 0x02A98, 0}, {NULL, 0, 0, 0} };
NULL             4293 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FF5[] = { {"MinusPlus", 9, 0x02213, 0}, {"ring", 4, 0x002DA, 0}, {NULL, 0, 0, 0} };
NULL             4294 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FF8[] = { {"rcedil", 6, 0x00157, 0}, {NULL, 0, 0, 0} };
NULL             4295 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FFC[] = { {"timesbar", 8, 0x02A31, 0}, {NULL, 0, 0, 0} };
NULL             4296 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html5_FFE[] = { {"GreaterEqualLess", 16, 0x022DB, 0}, {NULL, 0, 0, 0} };
NULL             5337 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5338 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5339 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5340 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5341 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5342 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5343 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5344 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5345 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"quot", 4} } }, {0, { {NULL, 0} } },
NULL             5346 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"amp", 3} } }, {0, { {"#039", 4} } },
NULL             5347 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5348 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5349 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5350 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5351 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5352 ext/standard/html_tables.h 	{0, { {"lt", 2} } }, {0, { {NULL, 0} } }, {0, { {"gt", 2} } }, {0, { {NULL, 0} } },
NULL             5356 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5357 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5358 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5359 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5360 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5361 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5362 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5363 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5394 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5395 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5396 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5397 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5398 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"OElig", 5} } }, {0, { {"oelig", 5} } },
NULL             5399 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5400 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5401 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5402 ext/standard/html_tables.h 	{0, { {"Scaron", 6} } }, {0, { {"scaron", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5403 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5404 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5405 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5406 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5407 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5408 ext/standard/html_tables.h 	{0, { {"Yuml", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5409 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5413 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5414 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5415 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5416 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5417 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"fnof", 4} } }, {0, { {NULL, 0} } },
NULL             5418 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5419 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5420 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5421 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5422 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5423 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5424 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5425 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5426 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5427 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5428 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5432 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5433 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"circ", 4} } }, {0, { {NULL, 0} } },
NULL             5434 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5435 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5436 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5437 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5438 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5439 ext/standard/html_tables.h 	{0, { {"tilde", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5440 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5441 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5442 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5443 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5444 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5445 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5446 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5447 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5451 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5452 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5453 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5454 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5455 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"Alpha", 5} } }, {0, { {"Beta", 4} } }, {0, { {"Gamma", 5} } },
NULL             5459 ext/standard/html_tables.h 	{0, { {"Pi", 2} } }, {0, { {"Rho", 3} } }, {0, { {NULL, 0} } }, {0, { {"Sigma", 5} } },
NULL             5461 ext/standard/html_tables.h 	{0, { {"Psi", 3} } }, {0, { {"Omega", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5462 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5463 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"alpha", 5} } }, {0, { {"beta", 4} } }, {0, { {"gamma", 5} } },
NULL             5472 ext/standard/html_tables.h 	{0, { {"psi", 3} } }, {0, { {"omega", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5473 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5474 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"thetasym", 8} } }, {0, { {"upsih", 5} } }, {0, { {NULL, 0} } },
NULL             5475 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"piv", 3} } }, {0, { {NULL, 0} } },
NULL             5476 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5477 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5478 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5479 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5480 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5481 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5482 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5483 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5484 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5485 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5489 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"ensp", 4} } }, {0, { {"emsp", 4} } },
NULL             5490 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5491 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"thinsp", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5493 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"ndash", 5} } },
NULL             5494 ext/standard/html_tables.h 	{0, { {"mdash", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5495 ext/standard/html_tables.h 	{0, { {"lsquo", 5} } }, {0, { {"rsquo", 5} } }, {0, { {"sbquo", 5} } }, {0, { {NULL, 0} } },
NULL             5496 ext/standard/html_tables.h 	{0, { {"ldquo", 5} } }, {0, { {"rdquo", 5} } }, {0, { {"bdquo", 5} } }, {0, { {NULL, 0} } },
NULL             5497 ext/standard/html_tables.h 	{0, { {"dagger", 6} } }, {0, { {"Dagger", 6} } }, {0, { {"bull", 4} } }, {0, { {NULL, 0} } },
NULL             5498 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"hellip", 6} } }, {0, { {NULL, 0} } },
NULL             5499 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5500 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5501 ext/standard/html_tables.h 	{0, { {"permil", 6} } }, {0, { {NULL, 0} } }, {0, { {"prime", 5} } }, {0, { {"Prime", 5} } },
NULL             5502 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5503 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"lsaquo", 6} } }, {0, { {"rsaquo", 6} } }, {0, { {NULL, 0} } },
NULL             5504 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"oline", 5} } }, {0, { {NULL, 0} } },
NULL             5508 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5509 ext/standard/html_tables.h 	{0, { {"frasl", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5510 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5511 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5512 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5513 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5514 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5515 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5516 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5517 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5518 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5519 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5520 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5521 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5522 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5523 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5527 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5528 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5529 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5530 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5531 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5532 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5533 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5534 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5535 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5536 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5537 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5538 ext/standard/html_tables.h 	{0, { {"euro", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5539 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5540 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5541 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5542 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5546 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5547 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5548 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5549 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5550 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"image", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5551 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5552 ext/standard/html_tables.h 	{0, { {"weierp", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5553 ext/standard/html_tables.h 	{0, { {"real", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5554 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"trade", 5} } }, {0, { {NULL, 0} } },
NULL             5555 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5556 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5557 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5558 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5559 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"alefsym", 7} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5560 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5561 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5565 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5566 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5567 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5568 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5570 ext/standard/html_tables.h 	{0, { {"harr", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5571 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5572 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5573 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5574 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5575 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5576 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5577 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5578 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"crarr", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5579 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5580 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5584 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5585 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5586 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5587 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5589 ext/standard/html_tables.h 	{0, { {"hArr", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5590 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5591 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5592 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5593 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5594 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5595 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5596 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5597 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5598 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5599 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5603 ext/standard/html_tables.h 	{0, { {"forall", 6} } }, {0, { {NULL, 0} } }, {0, { {"part", 4} } }, {0, { {"exist", 5} } },
NULL             5604 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"empty", 5} } }, {0, { {NULL, 0} } }, {0, { {"nabla", 5} } },
NULL             5605 ext/standard/html_tables.h 	{0, { {"isin", 4} } }, {0, { {"notin", 5} } }, {0, { {NULL, 0} } }, {0, { {"ni", 2} } },
NULL             5606 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"prod", 4} } },
NULL             5607 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"sum", 3} } }, {0, { {"minus", 5} } }, {0, { {NULL, 0} } },
NULL             5608 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"lowast", 6} } },
NULL             5609 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"radic", 5} } }, {0, { {NULL, 0} } },
NULL             5610 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"prop", 4} } }, {0, { {"infin", 5} } }, {0, { {NULL, 0} } },
NULL             5611 ext/standard/html_tables.h 	{0, { {"ang", 3} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5612 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"and", 3} } },
NULL             5614 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5615 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5616 ext/standard/html_tables.h 	{0, { {"there4", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5617 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5618 ext/standard/html_tables.h 	{0, { {"sim", 3} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5622 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5623 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"cong", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5624 ext/standard/html_tables.h 	{0, { {"asymp", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5625 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5626 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5627 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5628 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5629 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5630 ext/standard/html_tables.h 	{0, { {"ne", 2} } }, {0, { {"equiv", 5} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5631 ext/standard/html_tables.h 	{0, { {"le", 2} } }, {0, { {"ge", 2} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5632 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5633 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5634 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5635 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5636 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5637 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5641 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"sub", 3} } }, {0, { {"sup", 3} } },
NULL             5642 ext/standard/html_tables.h 	{0, { {"nsub", 4} } }, {0, { {NULL, 0} } }, {0, { {"sube", 4} } }, {0, { {"supe", 4} } },
NULL             5643 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5644 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5645 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5646 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"oplus", 5} } }, {0, { {NULL, 0} } }, {0, { {"otimes", 6} } },
NULL             5647 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5648 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5649 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5650 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"perp", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5651 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5652 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5653 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5654 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5655 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5656 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5660 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5661 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"sdot", 4} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5662 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5663 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5664 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5665 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5666 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5667 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5668 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5669 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5670 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5671 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5672 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5673 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5674 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5675 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5679 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5680 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5682 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5683 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5684 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5685 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5686 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5687 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5688 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5689 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"lang", 4} } }, {0, { {"rang", 4} } }, {0, { {NULL, 0} } },
NULL             5690 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5691 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5692 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5693 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5694 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5698 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5699 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5700 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"loz", 3} } }, {0, { {NULL, 0} } },
NULL             5701 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5702 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5703 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5704 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5705 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5706 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5707 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5708 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5709 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5710 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5711 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5712 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5713 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5717 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5718 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5719 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5720 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5721 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5722 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5723 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5724 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5725 ext/standard/html_tables.h 	{0, { {"spades", 6} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"clubs", 5} } },
NULL             5726 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {"hearts", 6} } }, {0, { {"diams", 5} } }, {0, { {NULL, 0} } },
NULL             5727 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5728 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5729 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5730 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5731 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5732 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             5816 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_000[] = { {"gt", 2, 0x0003E, 0}, {NULL, 0, 0, 0} };
NULL             5817 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_003[] = { {"Igrave", 6, 0x000CC, 0}, {"amp", 3, 0x00026, 0}, {NULL, 0, 0, 0} };
NULL             5818 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_006[] = { {"oacute", 6, 0x000F3, 0}, {"Xi", 2, 0x0039E, 0}, {NULL, 0, 0, 0} };
NULL             5819 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_008[] = { {"uuml", 4, 0x000FC, 0}, {NULL, 0, 0, 0} };
NULL             5820 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_00B[] = { {"Alpha", 5, 0x00391, 0}, {NULL, 0, 0, 0} };
NULL             5821 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_00E[] = { {"sim", 3, 0x0223C, 0}, {NULL, 0, 0, 0} };
NULL             5822 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_012[] = { {"kappa", 5, 0x003BA, 0}, {NULL, 0, 0, 0} };
NULL             5823 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_016[] = { {"lArr", 4, 0x021D0, 0}, {NULL, 0, 0, 0} };
NULL             5824 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_018[] = { {"and", 3, 0x02227, 0}, {NULL, 0, 0, 0} };
NULL             5825 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_01B[] = { {"ang", 3, 0x02220, 0}, {NULL, 0, 0, 0} };
NULL             5826 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_020[] = { {"copy", 4, 0x000A9, 0}, {"Iacute", 6, 0x000CD, 0}, {NULL, 0, 0, 0} };
NULL             5827 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_023[] = { {"igrave", 6, 0x000EC, 0}, {NULL, 0, 0, 0} };
NULL             5828 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_026[] = { {"xi", 2, 0x003BE, 0}, {NULL, 0, 0, 0} };
NULL             5829 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_027[] = { {"Acirc", 5, 0x000C2, 0}, {NULL, 0, 0, 0} };
NULL             5830 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_02B[] = { {"Ecirc", 5, 0x000CA, 0}, {"alpha", 5, 0x003B1, 0}, {NULL, 0, 0, 0} };
NULL             5831 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_02C[] = { {"hearts", 6, 0x02665, 0}, {NULL, 0, 0, 0} };
NULL             5832 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_02F[] = { {"Icirc", 5, 0x000CE, 0}, {NULL, 0, 0, 0} };
NULL             5833 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_030[] = { {"Yacute", 6, 0x000DD, 0}, {"int", 3, 0x0222B, 0}, {"rlm", 3, 0x0200F, 0}, {NULL, 0, 0, 0} };
NULL             5834 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_034[] = { {"empty", 5, 0x02205, 0}, {NULL, 0, 0, 0} };
NULL             5835 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_036[] = { {"larr", 4, 0x02190, 0}, {NULL, 0, 0, 0} };
NULL             5836 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_03B[] = { {"Ucirc", 5, 0x000DB, 0}, {NULL, 0, 0, 0} };
NULL             5837 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_03C[] = { {"oline", 5, 0x0203E, 0}, {NULL, 0, 0, 0} };
NULL             5838 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_040[] = { {"iacute", 6, 0x000ED, 0}, {NULL, 0, 0, 0} };
NULL             5839 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_046[] = { {"middot", 6, 0x000B7, 0}, {NULL, 0, 0, 0} };
NULL             5840 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_047[] = { {"acirc", 5, 0x000E2, 0}, {NULL, 0, 0, 0} };
NULL             5841 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_04B[] = { {"ecirc", 5, 0x000EA, 0}, {NULL, 0, 0, 0} };
NULL             5842 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_04F[] = { {"icirc", 5, 0x000EE, 0}, {NULL, 0, 0, 0} };
NULL             5843 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_050[] = { {"yacute", 6, 0x000FD, 0}, {NULL, 0, 0, 0} };
NULL             5844 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_051[] = { {"minus", 5, 0x02212, 0}, {NULL, 0, 0, 0} };
NULL             5845 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_054[] = { {"Auml", 4, 0x000C4, 0}, {"thetasym", 8, 0x003D1, 0}, {NULL, 0, 0, 0} };
NULL             5846 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_056[] = { {"Sigma", 5, 0x003A3, 0}, {NULL, 0, 0, 0} };
NULL             5847 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_059[] = { {"lsquo", 5, 0x02018, 0}, {NULL, 0, 0, 0} };
NULL             5848 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_05B[] = { {"ucirc", 5, 0x000FB, 0}, {NULL, 0, 0, 0} };
NULL             5849 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_05C[] = { {"rArr", 4, 0x021D2, 0}, {NULL, 0, 0, 0} };
NULL             5850 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_064[] = { {"brvbar", 6, 0x000A6, 0}, {NULL, 0, 0, 0} };
NULL             5851 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_067[] = { {"AElig", 5, 0x000C6, 0}, {NULL, 0, 0, 0} };
NULL             5852 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_069[] = { {"Ccedil", 6, 0x000C7, 0}, {NULL, 0, 0, 0} };
NULL             5853 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_071[] = { {"Psi", 3, 0x003A8, 0}, {NULL, 0, 0, 0} };
NULL             5854 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_072[] = { {"exist", 5, 0x02203, 0}, {NULL, 0, 0, 0} };
NULL             5855 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_074[] = { {"auml", 4, 0x000E4, 0}, {NULL, 0, 0, 0} };
NULL             5856 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_076[] = { {"sigma", 5, 0x003C3, 0}, {NULL, 0, 0, 0} };
NULL             5857 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_078[] = { {"isin", 4, 0x02208, 0}, {NULL, 0, 0, 0} };
NULL             5858 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_07C[] = { {"rarr", 4, 0x02192, 0}, {NULL, 0, 0, 0} };
NULL             5859 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_089[] = { {"ccedil", 6, 0x000E7, 0}, {NULL, 0, 0, 0} };
NULL             5860 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_08D[] = { {"raquo", 5, 0x000BB, 0}, {NULL, 0, 0, 0} };
NULL             5861 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_08E[] = { {"Omega", 5, 0x003A9, 0}, {"zwnj", 4, 0x0200C, 0}, {NULL, 0, 0, 0} };
NULL             5862 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_091[] = { {"psi", 3, 0x003C8, 0}, {"there4", 6, 0x02234, 0}, {NULL, 0, 0, 0} };
NULL             5863 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_092[] = { {"hArr", 4, 0x021D4, 0}, {NULL, 0, 0, 0} };
NULL             5864 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_096[] = { {"le", 2, 0x02264, 0}, {NULL, 0, 0, 0} };
NULL             5865 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_098[] = { {"Atilde", 6, 0x000C3, 0}, {NULL, 0, 0, 0} };
NULL             5866 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_099[] = { {"Zeta", 4, 0x00396, 0}, {"infin", 5, 0x0221E, 0}, {NULL, 0, 0, 0} };
NULL             5867 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_09D[] = { {"frasl", 5, 0x02044, 0}, {NULL, 0, 0, 0} };
NULL             5868 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0A0[] = { {"euro", 4, 0x020AC, 0}, {NULL, 0, 0, 0} };
NULL             5869 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0A5[] = { {"lt", 2, 0x0003C, 0}, {NULL, 0, 0, 0} };
NULL             5870 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0A7[] = { {"aelig", 5, 0x000E6, 0}, {"Mu", 2, 0x0039C, 0}, {NULL, 0, 0, 0} };
NULL             5871 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0A8[] = { {"macr", 4, 0x000AF, 0}, {"image", 5, 0x02111, 0}, {NULL, 0, 0, 0} };
NULL             5872 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0AA[] = { {"ldquo", 5, 0x0201C, 0}, {NULL, 0, 0, 0} };
NULL             5873 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0AE[] = { {"omega", 5, 0x003C9, 0}, {"upsih", 5, 0x003D2, 0}, {NULL, 0, 0, 0} };
NULL             5874 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0B0[] = { {"THORN", 5, 0x000DE, 0}, {NULL, 0, 0, 0} };
NULL             5875 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0B2[] = { {"Iota", 4, 0x00399, 0}, {"harr", 4, 0x02194, 0}, {NULL, 0, 0, 0} };
NULL             5876 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0B4[] = { {"bull", 4, 0x02022, 0}, {"rceil", 5, 0x02309, 0}, {NULL, 0, 0, 0} };
NULL             5877 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0B8[] = { {"atilde", 6, 0x000E3, 0}, {NULL, 0, 0, 0} };
NULL             5878 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0B9[] = { {"zeta", 4, 0x003B6, 0}, {NULL, 0, 0, 0} };
NULL             5879 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0BA[] = { {"emsp", 4, 0x02003, 0}, {NULL, 0, 0, 0} };
NULL             5880 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0BC[] = { {"perp", 4, 0x022A5, 0}, {NULL, 0, 0, 0} };
NULL             5881 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0C2[] = { {"Prime", 5, 0x02033, 0}, {NULL, 0, 0, 0} };
NULL             5882 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0C4[] = { {"frac12", 6, 0x000BD, 0}, {NULL, 0, 0, 0} };
NULL             5883 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0C5[] = { {"Ntilde", 6, 0x000D1, 0}, {NULL, 0, 0, 0} };
NULL             5884 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0C6[] = { {"frac14", 6, 0x000BC, 0}, {"circ", 4, 0x002C6, 0}, {NULL, 0, 0, 0} };
NULL             5885 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0C7[] = { {"mu", 2, 0x003BC, 0}, {NULL, 0, 0, 0} };
NULL             5886 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0C8[] = { {"Gamma", 5, 0x00393, 0}, {"Nu", 2, 0x0039D, 0}, {NULL, 0, 0, 0} };
NULL             5887 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0CE[] = { {"fnof", 4, 0x00192, 0}, {"quot", 4, 0x00022, 0}, {NULL, 0, 0, 0} };
NULL             5888 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0D2[] = { {"iota", 4, 0x003B9, 0}, {"mdash", 5, 0x02014, 0}, {NULL, 0, 0, 0} };
NULL             5889 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0D8[] = { {"ne", 2, 0x02260, 0}, {NULL, 0, 0, 0} };
NULL             5890 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0DB[] = { {"Theta", 5, 0x00398, 0}, {NULL, 0, 0, 0} };
NULL             5891 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0DC[] = { {"ni", 2, 0x0220B, 0}, {NULL, 0, 0, 0} };
NULL             5892 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0E2[] = { {"prime", 5, 0x02032, 0}, {NULL, 0, 0, 0} };
NULL             5893 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0E5[] = { {"ntilde", 6, 0x000F1, 0}, {NULL, 0, 0, 0} };
NULL             5894 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0E6[] = { {"Lambda", 6, 0x0039B, 0}, {NULL, 0, 0, 0} };
NULL             5895 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0E8[] = { {"gamma", 5, 0x003B3, 0}, {"nu", 2, 0x003BD, 0}, {NULL, 0, 0, 0} };
NULL             5896 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0EB[] = { {"pound", 5, 0x000A3, 0}, {NULL, 0, 0, 0} };
NULL             5897 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0EE[] = { {"permil", 6, 0x02030, 0}, {NULL, 0, 0, 0} };
NULL             5898 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0F9[] = { {"cap", 3, 0x02229, 0}, {NULL, 0, 0, 0} };
NULL             5899 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0FA[] = { {"iexcl", 5, 0x000A1, 0}, {NULL, 0, 0, 0} };
NULL             5900 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0FB[] = { {"Agrave", 6, 0x000C0, 0}, {"theta", 5, 0x003B8, 0}, {"ensp", 4, 0x02002, 0}, {NULL, 0, 0, 0} };
NULL             5901 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0FE[] = { {"Pi", 2, 0x003A0, 0}, {NULL, 0, 0, 0} };
NULL             5902 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_0FF[] = { {"crarr", 5, 0x021B5, 0}, {NULL, 0, 0, 0} };
NULL             5903 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_100[] = { {"iquest", 6, 0x000BF, 0}, {NULL, 0, 0, 0} };
NULL             5904 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_105[] = { {"forall", 6, 0x02200, 0}, {NULL, 0, 0, 0} };
NULL             5905 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_106[] = { {"Phi", 3, 0x003A6, 0}, {"lambda", 6, 0x003BB, 0}, {"or", 2, 0x02228, 0}, {NULL, 0, 0, 0} };
NULL             5906 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_108[] = { {"frac34", 6, 0x000BE, 0}, {NULL, 0, 0, 0} };
NULL             5907 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_10D[] = { {"notin", 5, 0x02209, 0}, {NULL, 0, 0, 0} };
NULL             5908 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_10E[] = { {"dArr", 4, 0x021D3, 0}, {NULL, 0, 0, 0} };
NULL             5909 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_10F[] = { {"Dagger", 6, 0x02021, 0}, {NULL, 0, 0, 0} };
NULL             5910 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_111[] = { {"yen", 3, 0x000A5, 0}, {"weierp", 6, 0x02118, 0}, {NULL, 0, 0, 0} };
NULL             5911 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_113[] = { {"uml", 3, 0x000A8, 0}, {NULL, 0, 0, 0} };
NULL             5912 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_117[] = { {"tilde", 5, 0x002DC, 0}, {NULL, 0, 0, 0} };
NULL             5913 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_118[] = { {"Aacute", 6, 0x000C1, 0}, {NULL, 0, 0, 0} };
NULL             5914 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_11A[] = { {"loz", 3, 0x025CA, 0}, {NULL, 0, 0, 0} };
NULL             5915 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_11B[] = { {"agrave", 6, 0x000E0, 0}, {"thinsp", 6, 0x02009, 0}, {NULL, 0, 0, 0} };
NULL             5916 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_11E[] = { {"pi", 2, 0x003C0, 0}, {NULL, 0, 0, 0} };
NULL             5917 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_11F[] = { {"micro", 5, 0x000B5, 0}, {NULL, 0, 0, 0} };
NULL             5918 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_125[] = { {"spades", 6, 0x02660, 0}, {NULL, 0, 0, 0} };
NULL             5919 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_126[] = { {"phi", 3, 0x003C6, 0}, {NULL, 0, 0, 0} };
NULL             5920 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_12E[] = { {"darr", 4, 0x02193, 0}, {NULL, 0, 0, 0} };
NULL             5921 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_12F[] = { {"Oslash", 6, 0x000D8, 0}, {"Tau", 3, 0x003A4, 0}, {"dagger", 6, 0x02020, 0}, {NULL, 0, 0, 0} };
NULL             5922 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_135[] = { {"Ocirc", 5, 0x000D4, 0}, {NULL, 0, 0, 0} };
NULL             5923 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_136[] = { {"alefsym", 7, 0x02135, 0}, {NULL, 0, 0, 0} };
NULL             5924 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_138[] = { {"aacute", 6, 0x000E1, 0}, {NULL, 0, 0, 0} };
NULL             5925 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_13A[] = { {"divide", 6, 0x000F7, 0}, {NULL, 0, 0, 0} };
NULL             5926 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_13F[] = { {"sdot", 4, 0x022C5, 0}, {NULL, 0, 0, 0} };
NULL             5927 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_143[] = { {"reg", 3, 0x000AE, 0}, {NULL, 0, 0, 0} };
NULL             5928 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_149[] = { {"real", 4, 0x0211C, 0}, {NULL, 0, 0, 0} };
NULL             5929 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_14B[] = { {"Scaron", 6, 0x00160, 0}, {NULL, 0, 0, 0} };
NULL             5930 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_14F[] = { {"cent", 4, 0x000A2, 0}, {"oslash", 6, 0x000F8, 0}, {"tau", 3, 0x003C4, 0}, {NULL, 0, 0, 0} };
NULL             5931 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_150[] = { {"thorn", 5, 0x000FE, 0}, {NULL, 0, 0, 0} };
NULL             5932 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_153[] = { {"ndash", 5, 0x02013, 0}, {NULL, 0, 0, 0} };
NULL             5933 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_154[] = { {"piv", 3, 0x003D6, 0}, {NULL, 0, 0, 0} };
NULL             5934 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_155[] = { {"ocirc", 5, 0x000F4, 0}, {NULL, 0, 0, 0} };
NULL             5935 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_156[] = { {"Aring", 5, 0x000C5, 0}, {NULL, 0, 0, 0} };
NULL             5936 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_158[] = { {"nbsp", 4, 0x000A0, 0}, {NULL, 0, 0, 0} };
NULL             5937 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_15C[] = { {"Iuml", 4, 0x000CF, 0}, {NULL, 0, 0, 0} };
NULL             5938 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_15F[] = { {"rsquo", 5, 0x02019, 0}, {NULL, 0, 0, 0} };
NULL             5939 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_160[] = { {"rsaquo", 6, 0x0203A, 0}, {NULL, 0, 0, 0} };
NULL             5940 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_163[] = { {"hellip", 6, 0x02026, 0}, {NULL, 0, 0, 0} };
NULL             5941 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_166[] = { {"Otilde", 6, 0x000D5, 0}, {NULL, 0, 0, 0} };
NULL             5942 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_16B[] = { {"scaron", 6, 0x00161, 0}, {NULL, 0, 0, 0} };
NULL             5943 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_16C[] = { {"Yuml", 4, 0x00178, 0}, {NULL, 0, 0, 0} };
NULL             5944 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_16E[] = { {"sup1", 4, 0x000B9, 0}, {NULL, 0, 0, 0} };
NULL             5945 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_16F[] = { {"sup2", 4, 0x000B2, 0}, {"Delta", 5, 0x00394, 0}, {"sbquo", 5, 0x0201A, 0}, {NULL, 0, 0, 0} };
NULL             5946 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_170[] = { {"sup3", 4, 0x000B3, 0}, {"lrm", 3, 0x0200E, 0}, {NULL, 0, 0, 0} };
NULL             5947 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_173[] = { {"diams", 5, 0x02666, 0}, {NULL, 0, 0, 0} };
NULL             5948 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_175[] = { {"OElig", 5, 0x00152, 0}, {NULL, 0, 0, 0} };
NULL             5949 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_176[] = { {"aring", 5, 0x000E5, 0}, {NULL, 0, 0, 0} };
NULL             5950 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_178[] = { {"oplus", 5, 0x02295, 0}, {NULL, 0, 0, 0} };
NULL             5951 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_17C[] = { {"iuml", 4, 0x000EF, 0}, {NULL, 0, 0, 0} };
NULL             5952 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_17F[] = { {"Egrave", 6, 0x000C8, 0}, {"uArr", 4, 0x021D1, 0}, {NULL, 0, 0, 0} };
NULL             5953 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_181[] = { {"Beta", 4, 0x00392, 0}, {NULL, 0, 0, 0} };
NULL             5954 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_183[] = { {"nabla", 5, 0x02207, 0}, {NULL, 0, 0, 0} };
NULL             5955 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_186[] = { {"ETH", 3, 0x000D0, 0}, {"otilde", 6, 0x000F5, 0}, {NULL, 0, 0, 0} };
NULL             5956 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_187[] = { {"laquo", 5, 0x000AB, 0}, {"times", 5, 0x000D7, 0}, {NULL, 0, 0, 0} };
NULL             5957 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_18C[] = { {"yuml", 4, 0x000FF, 0}, {NULL, 0, 0, 0} };
NULL             5958 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_18D[] = { {"cup", 3, 0x0222A, 0}, {NULL, 0, 0, 0} };
NULL             5959 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_18E[] = { {"Rho", 3, 0x003A1, 0}, {NULL, 0, 0, 0} };
NULL             5960 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_18F[] = { {"Ugrave", 6, 0x000D9, 0}, {"delta", 5, 0x003B4, 0}, {"equiv", 5, 0x02261, 0}, {"sub", 3, 0x02282, 0}, {NULL, 0, 0, 0} };
NULL             5961 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_194[] = { {"curren", 6, 0x000A4, 0}, {NULL, 0, 0, 0} };
NULL             5962 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_196[] = { {"not", 3, 0x000AC, 0}, {NULL, 0, 0, 0} };
NULL             5963 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_197[] = { {"acute", 5, 0x000B4, 0}, {NULL, 0, 0, 0} };
NULL             5964 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_19A[] = { {"prod", 4, 0x0220F, 0}, {"sum", 3, 0x02211, 0}, {"lsaquo", 6, 0x02039, 0}, {NULL, 0, 0, 0} };
NULL             5965 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_19C[] = { {"Eacute", 6, 0x000C9, 0}, {"Omicron", 7, 0x0039F, 0}, {"sigmaf", 6, 0x003C2, 0}, {NULL, 0, 0, 0} };
NULL             5966 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_19D[] = { {"sup", 3, 0x02283, 0}, {NULL, 0, 0, 0} };
NULL             5967 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_19F[] = { {"egrave", 6, 0x000E8, 0}, {"uarr", 4, 0x02191, 0}, {"lowast", 6, 0x02217, 0}, {NULL, 0, 0, 0} };
NULL             5968 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A0[] = { {"zwj", 3, 0x0200D, 0}, {"bdquo", 5, 0x0201E, 0}, {NULL, 0, 0, 0} };
NULL             5969 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A1[] = { {"beta", 4, 0x003B2, 0}, {NULL, 0, 0, 0} };
NULL             5970 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A2[] = { {"Ouml", 4, 0x000D6, 0}, {"supe", 4, 0x02287, 0}, {NULL, 0, 0, 0} };
NULL             5971 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A4[] = { {"plusmn", 6, 0x000B1, 0}, {NULL, 0, 0, 0} };
NULL             5972 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A6[] = { {"cedil", 5, 0x000B8, 0}, {"prop", 4, 0x0221D, 0}, {NULL, 0, 0, 0} };
NULL             5973 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A7[] = { {"lang", 4, 0x02329, 0}, {NULL, 0, 0, 0} };
NULL             5974 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A8[] = { {"radic", 5, 0x0221A, 0}, {NULL, 0, 0, 0} };
NULL             5975 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1A9[] = { {"para", 4, 0x000B6, 0}, {NULL, 0, 0, 0} };
NULL             5976 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1AC[] = { {"Uacute", 6, 0x000DA, 0}, {NULL, 0, 0, 0} };
NULL             5977 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1AE[] = { {"szlig", 5, 0x000DF, 0}, {"rho", 3, 0x003C1, 0}, {"lceil", 5, 0x02308, 0}, {NULL, 0, 0, 0} };
NULL             5978 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1AF[] = { {"ugrave", 6, 0x000F9, 0}, {NULL, 0, 0, 0} };
NULL             5979 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1B0[] = { {"rdquo", 5, 0x0201D, 0}, {NULL, 0, 0, 0} };
NULL             5980 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1B5[] = { {"deg", 3, 0x000B0, 0}, {"trade", 5, 0x02122, 0}, {"oelig", 5, 0x00153, 0}, {NULL, 0, 0, 0} };
NULL             5981 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1B9[] = { {"Chi", 3, 0x003A7, 0}, {"rfloor", 6, 0x0230B, 0}, {NULL, 0, 0, 0} };
NULL             5982 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1BC[] = { {"eacute", 6, 0x000E9, 0}, {"omicron", 7, 0x003BF, 0}, {"part", 4, 0x02202, 0}, {NULL, 0, 0, 0} };
NULL             5983 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1BE[] = { {"clubs", 5, 0x02663, 0}, {NULL, 0, 0, 0} };
NULL             5984 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1BF[] = { {"Epsilon", 7, 0x00395, 0}, {"Eta", 3, 0x00397, 0}, {NULL, 0, 0, 0} };
NULL             5985 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1C2[] = { {"ouml", 4, 0x000F6, 0}, {NULL, 0, 0, 0} };
NULL             5986 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1C4[] = { {"#039", 4, 0x00027, 0}, {NULL, 0, 0, 0} };
NULL             5987 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1C9[] = { {"Ograve", 6, 0x000D2, 0}, {NULL, 0, 0, 0} };
NULL             5988 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1CC[] = { {"uacute", 6, 0x000FA, 0}, {"cong", 4, 0x02245, 0}, {NULL, 0, 0, 0} };
NULL             5989 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1CF[] = { {"Upsilon", 7, 0x003A5, 0}, {"asymp", 5, 0x02248, 0}, {NULL, 0, 0, 0} };
NULL             5990 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1D0[] = { {"ordf", 4, 0x000AA, 0}, {NULL, 0, 0, 0} };
NULL             5991 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1D4[] = { {"sube", 4, 0x02286, 0}, {NULL, 0, 0, 0} };
NULL             5992 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1D7[] = { {"ordm", 4, 0x000BA, 0}, {NULL, 0, 0, 0} };
NULL             5993 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1D8[] = { {"Euml", 4, 0x000CB, 0}, {NULL, 0, 0, 0} };
NULL             5994 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1D9[] = { {"chi", 3, 0x003C7, 0}, {NULL, 0, 0, 0} };
NULL             5995 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1DD[] = { {"nsub", 4, 0x02284, 0}, {NULL, 0, 0, 0} };
NULL             5996 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1DF[] = { {"epsilon", 7, 0x003B5, 0}, {"eta", 3, 0x003B7, 0}, {NULL, 0, 0, 0} };
NULL             5997 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1E6[] = { {"Oacute", 6, 0x000D3, 0}, {"eth", 3, 0x000F0, 0}, {NULL, 0, 0, 0} };
NULL             5998 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1E8[] = { {"Uuml", 4, 0x000DC, 0}, {NULL, 0, 0, 0} };
NULL             5999 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1E9[] = { {"ograve", 6, 0x000F2, 0}, {NULL, 0, 0, 0} };
NULL             6000 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1ED[] = { {"rang", 4, 0x0232A, 0}, {NULL, 0, 0, 0} };
NULL             6001 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1EF[] = { {"upsilon", 7, 0x003C5, 0}, {NULL, 0, 0, 0} };
NULL             6002 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F1[] = { {"ge", 2, 0x02265, 0}, {NULL, 0, 0, 0} };
NULL             6003 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F2[] = { {"Kappa", 5, 0x0039A, 0}, {NULL, 0, 0, 0} };
NULL             6004 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F3[] = { {"lfloor", 6, 0x0230A, 0}, {NULL, 0, 0, 0} };
NULL             6005 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F4[] = { {"sect", 4, 0x000A7, 0}, {NULL, 0, 0, 0} };
NULL             6006 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F6[] = { {"otimes", 6, 0x02297, 0}, {NULL, 0, 0, 0} };
NULL             6007 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F8[] = { {"euml", 4, 0x000EB, 0}, {NULL, 0, 0, 0} };
NULL             6008 ext/standard/html_tables.h static const entity_cp_map ht_bucket_html4_1F9[] = { {"shy", 3, 0x000AD, 0}, {NULL, 0, 0, 0} };
NULL             6151 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6152 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6153 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6154 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6155 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6156 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6157 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6158 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6159 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"quot", 4} } }, {0, { {NULL, 0} } },
NULL             6160 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"amp", 3} } }, {0, { {"#039", 4} } },
NULL             6161 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6162 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6163 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6164 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6165 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6166 ext/standard/html_tables.h 	{0, { {"lt", 2} } }, {0, { {NULL, 0} } }, {0, { {"gt", 2} } }, {0, { {NULL, 0} } },
NULL             6171 ext/standard/html_tables.h static const entity_cp_map ht_bucket_be_noapos_000[] = { {"gt", 2, 0x0003E, 0}, {NULL, 0, 0, 0} };
NULL             6172 ext/standard/html_tables.h static const entity_cp_map ht_bucket_be_noapos_003[] = { {"amp", 3, 0x00026, 0}, {NULL, 0, 0, 0} };
NULL             6173 ext/standard/html_tables.h static const entity_cp_map ht_bucket_be_noapos_004[] = { {"#039", 4, 0x00027, 0}, {NULL, 0, 0, 0} };
NULL             6174 ext/standard/html_tables.h static const entity_cp_map ht_bucket_be_noapos_005[] = { {"lt", 2, 0x0003C, 0}, {NULL, 0, 0, 0} };
NULL             6175 ext/standard/html_tables.h static const entity_cp_map ht_bucket_be_noapos_00E[] = { {"quot", 4, 0x00022, 0}, {NULL, 0, 0, 0} };
NULL             6194 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6195 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6196 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6197 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6198 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6199 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6200 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6201 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6202 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"quot", 4} } }, {0, { {NULL, 0} } },
NULL             6203 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {"amp", 3} } }, {0, { {"apos", 4} } },
NULL             6204 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6205 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6206 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6207 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6208 ext/standard/html_tables.h 	{0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } }, {0, { {NULL, 0} } },
NULL             6209 ext/standard/html_tables.h 	{0, { {"lt", 2} } }, {0, { {NULL, 0} } }, {0, { {"gt", 2} } }, {0, { {NULL, 0} } },
NULL             6214 ext/standard/html_tables.h static const entity_cp_map ht_bucket_be_apos_000[] = { {"gt", 2, 0x0003E, 0}, {NULL, 0, 0, 0} };
NULL             6215 ext/standard/html_tables.h static const entity_cp_map ht_bucket_be_apos_003[] = { {"amp", 3, 0x00026, 0}, {NULL, 0, 0, 0} };
NULL             6216 ext/standard/html_tables.h static const entity_cp_map ht_bucket_be_apos_005[] = { {"lt", 2, 0x0003C, 0}, {NULL, 0, 0, 0} };
NULL             6217 ext/standard/html_tables.h static const entity_cp_map ht_bucket_be_apos_008[] = { {"apos", 4, 0x00027, 0}, {NULL, 0, 0, 0} };
NULL             6218 ext/standard/html_tables.h static const entity_cp_map ht_bucket_be_apos_00E[] = { {"quot", 4, 0x00022, 0}, {NULL, 0, 0, 0} };
NULL               34 ext/standard/http.c 	zend_string *key = NULL;
NULL               39 ext/standard/http.c 	zval *zdata = NULL;
NULL               61 ext/standard/http.c 			if (ZSTR_VAL(key)[0] == '\0' && type != NULL) {
NULL               75 ext/standard/http.c 			prop_name = NULL;
NULL              142 ext/standard/http.c 			php_url_encode_hash_ex(HASH_OF(zdata), formstr, NULL, 0, newprefix, newprefix_len, "%5D", 3, (Z_TYPE_P(zdata) == IS_OBJECT ? zdata : NULL), arg_sep, enc_type);
NULL              230 ext/standard/http.c 	char *prefix = NULL, *arg_sep=NULL;
NULL              240 ext/standard/http.c 		php_error_docref(NULL, E_WARNING, "Parameter 1 expected to be Array or Object.  Incorrect value given");
NULL              244 ext/standard/http.c 	if (php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL), arg_sep, (int)enc_type) == FAILURE) {
NULL              116 ext/standard/http_fopen_wrapper.c 	php_stream *stream = NULL;
NULL              117 ext/standard/http_fopen_wrapper.c 	php_url *resource = NULL;
NULL              120 ext/standard/http_fopen_wrapper.c 	char *scratch = NULL;
NULL              121 ext/standard/http_fopen_wrapper.c 	zend_string *tmp = NULL;
NULL              122 ext/standard/http_fopen_wrapper.c 	char *ua_str = NULL;
NULL              123 ext/standard/http_fopen_wrapper.c 	zval *ua_zval = NULL, *tmpzval = NULL, ssl_proxy_peer_name;
NULL              129 ext/standard/http_fopen_wrapper.c 	char *http_header_line = NULL;
NULL              134 ext/standard/http_fopen_wrapper.c 	zend_string *errstr = NULL;
NULL              138 ext/standard/http_fopen_wrapper.c 	char *protocol_version = NULL;
NULL              141 ext/standard/http_fopen_wrapper.c 	char *user_headers = NULL;
NULL              145 ext/standard/http_fopen_wrapper.c 	php_stream_filter *transfer_encoding = NULL;
NULL              154 ext/standard/http_fopen_wrapper.c 		return NULL;
NULL              158 ext/standard/http_fopen_wrapper.c 	if (resource == NULL) {
NULL              159 ext/standard/http_fopen_wrapper.c 		return NULL;
NULL              164 ext/standard/http_fopen_wrapper.c 			(tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) == NULL ||
NULL              168 ext/standard/http_fopen_wrapper.c 			return php_stream_open_wrapper_ex(path, mode, REPORT_ERRORS, NULL, context);
NULL              183 ext/standard/http_fopen_wrapper.c 			return NULL;
NULL              194 ext/standard/http_fopen_wrapper.c 			(tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "proxy")) != NULL &&
NULL              205 ext/standard/http_fopen_wrapper.c 	if (context && (tmpzval = php_stream_context_get_option(context, wrapper->wops->label, "timeout")) != NULL) {
NULL              225 ext/standard/http_fopen_wrapper.c 			NULL, &timeout, context, &errstr, NULL);
NULL              234 ext/standard/http_fopen_wrapper.c 		errstr = NULL;
NULL              243 ext/standard/http_fopen_wrapper.c 		if (!context || (tmpzval = php_stream_context_get_option(context, "ssl", "peer_name")) == NULL) {
NULL              256 ext/standard/http_fopen_wrapper.c 		if (context && (tmpzval = php_stream_context_get_option(context, "http", "header")) != NULL) {
NULL              260 ext/standard/http_fopen_wrapper.c 				zval *tmpheader = NULL;
NULL              317 ext/standard/http_fopen_wrapper.c 			stream = NULL;
NULL              325 ext/standard/http_fopen_wrapper.c 			while (php_stream_gets(stream, header_line, HTTP_HEADER_BLOCK_SIZE-1) != NULL) {
NULL              336 ext/standard/http_fopen_wrapper.c 			if (php_stream_xport_crypto_setup(stream, STREAM_CRYPTO_METHOD_SSLv23_CLIENT, NULL) < 0 ||
NULL              340 ext/standard/http_fopen_wrapper.c 				stream = NULL;
NULL              345 ext/standard/http_fopen_wrapper.c 	if (stream == NULL)
NULL              359 ext/standard/http_fopen_wrapper.c 	php_stream_notify_info(context, PHP_STREAM_NOTIFY_CONNECT, NULL, 0);
NULL              361 ext/standard/http_fopen_wrapper.c 	if (header_init && context && (tmpzval = php_stream_context_get_option(context, "http", "max_redirects")) != NULL) {
NULL              365 ext/standard/http_fopen_wrapper.c 	if (context && (tmpzval = php_stream_context_get_option(context, "http", "method")) != NULL) {
NULL              381 ext/standard/http_fopen_wrapper.c 	if (context && (tmpzval = php_stream_context_get_option(context, "http", "protocol_version")) != NULL) {
NULL              393 ext/standard/http_fopen_wrapper.c 		(tmpzval = php_stream_context_get_option(context, "http", "request_fulluri")) != NULL) {
NULL              429 ext/standard/http_fopen_wrapper.c 	if (context && (tmpzval = php_stream_context_get_option(context, "http", "header")) != NULL) {
NULL              430 ext/standard/http_fopen_wrapper.c 		tmp = NULL;
NULL              433 ext/standard/http_fopen_wrapper.c 			zval *tmpheader = NULL;
NULL              445 ext/standard/http_fopen_wrapper.c 				tmp = php_trim(tmpstr.s, NULL, 0, 3);
NULL              450 ext/standard/http_fopen_wrapper.c 			tmp = php_trim(Z_STR_P(tmpzval), NULL, 0, 3);
NULL              522 ext/standard/http_fopen_wrapper.c 						user_headers = NULL;
NULL              558 ext/standard/http_fopen_wrapper.c 			php_stream_notify_info(context, PHP_STREAM_NOTIFY_AUTH_REQUIRED, NULL, 0);
NULL              594 ext/standard/http_fopen_wrapper.c 	    (ua_zval = php_stream_context_get_option(context, "http", "user_agent")) != NULL &&
NULL              615 ext/standard/http_fopen_wrapper.c 				php_error_docref(NULL, E_WARNING, "Cannot construct User-agent header");
NULL              629 ext/standard/http_fopen_wrapper.c 				(tmpzval = php_stream_context_get_option(context, "http", "content")) != NULL &&
NULL              644 ext/standard/http_fopen_wrapper.c 		(tmpzval = php_stream_context_get_option(context, "http", "content")) != NULL &&
NULL              653 ext/standard/http_fopen_wrapper.c 			php_error_docref(NULL, E_NOTICE, "Content-type not specified assuming application/x-www-form-urlencoded");
NULL              685 ext/standard/http_fopen_wrapper.c 		if (php_stream_get_line(stream, tmp_line, sizeof(tmp_line) - 1, &tmp_line_len) != NULL) {
NULL              693 ext/standard/http_fopen_wrapper.c 			if (context && NULL != (tmpzval = php_stream_context_get_option(context, "http", "ignore_errors"))) {
NULL              744 ext/standard/http_fopen_wrapper.c 					if (php_stream_get_line(stream, http_header_line, HTTP_HEADER_BLOCK_SIZE, &http_header_line_length) == NULL) {
NULL              759 ext/standard/http_fopen_wrapper.c 				if (context && (tmpzval = php_stream_context_get_option(context, "http", "follow_location")) != NULL) {
NULL              780 ext/standard/http_fopen_wrapper.c 					if (context && (tmpzval = php_stream_context_get_option(context, "http", "auto_decode")) != NULL) {
NULL              784 ext/standard/http_fopen_wrapper.c 						transfer_encoding = php_stream_filter_create("dechunk", NULL, php_stream_is_persistent(stream));
NULL              816 ext/standard/http_fopen_wrapper.c 		stream = NULL;
NULL              864 ext/standard/http_fopen_wrapper.c 			if ((resource = php_url_parse(new_path)) == NULL) {
NULL              964 ext/standard/http_fopen_wrapper.c 	NULL, /* stream_close */
NULL              966 ext/standard/http_fopen_wrapper.c 	NULL, /* stat_url */
NULL              967 ext/standard/http_fopen_wrapper.c 	NULL, /* opendir */
NULL              969 ext/standard/http_fopen_wrapper.c 	NULL, /* unlink */
NULL              970 ext/standard/http_fopen_wrapper.c 	NULL, /* rename */
NULL              971 ext/standard/http_fopen_wrapper.c 	NULL, /* mkdir */
NULL              972 ext/standard/http_fopen_wrapper.c 	NULL  /* rmdir */
NULL              977 ext/standard/http_fopen_wrapper.c 	NULL,
NULL              105 ext/standard/image.c 	struct gfxinfo *result = NULL;
NULL              109 ext/standard/image.c 		return NULL;
NULL              112 ext/standard/image.c 		return NULL;
NULL              128 ext/standard/image.c 	struct gfxinfo *result = NULL;
NULL              132 ext/standard/image.c 		return NULL;
NULL              135 ext/standard/image.c 		return NULL;
NULL              149 ext/standard/image.c 	struct gfxinfo *result = NULL;
NULL              154 ext/standard/image.c 		return NULL;
NULL              157 ext/standard/image.c 		return NULL;
NULL              172 ext/standard/image.c 		return NULL;
NULL              200 ext/standard/image.c 	struct gfxinfo *result = NULL;
NULL              207 ext/standard/image.c 	unsigned char *b, *buf = NULL;
NULL              213 ext/standard/image.c 		return NULL;
NULL              216 ext/standard/image.c 		return NULL;
NULL              221 ext/standard/image.c 			return NULL;
NULL              227 ext/standard/image.c 			return NULL;
NULL              265 ext/standard/image.c 		result = NULL;
NULL              278 ext/standard/image.c 	struct gfxinfo *result = NULL;
NULL              283 ext/standard/image.c 		return NULL;
NULL              286 ext/standard/image.c 		return NULL;
NULL              304 ext/standard/image.c 	struct gfxinfo *result = NULL;
NULL              316 ext/standard/image.c 		return NULL;
NULL              319 ext/standard/image.c 		return NULL;
NULL              468 ext/standard/image.c 	if ((tmp = zend_hash_str_find(Z_ARRVAL_P(info), markername, strlen(markername))) == NULL) {
NULL              482 ext/standard/image.c 	struct gfxinfo *result = NULL;
NULL              503 ext/standard/image.c 				if (result == NULL) {
NULL              611 ext/standard/image.c 	struct gfxinfo *result = NULL;
NULL              628 ext/standard/image.c 		php_error_docref(NULL, E_WARNING, "JPEG2000 codestream corrupt(Expected SIZ marker not found after SOC)");
NULL              629 ext/standard/image.c 		return NULL;
NULL              649 ext/standard/image.c 		return NULL;
NULL              656 ext/standard/image.c 		return NULL;
NULL              682 ext/standard/image.c 	struct gfxinfo *result = NULL;
NULL              707 ext/standard/image.c 			return NULL;
NULL              730 ext/standard/image.c 	if (result == NULL) {
NULL              731 ext/standard/image.c 		php_error_docref(NULL, E_WARNING, "JP2 file has no codestreams at root level");
NULL              809 ext/standard/image.c 	struct gfxinfo *result = NULL;
NULL              817 ext/standard/image.c 		return NULL;
NULL              820 ext/standard/image.c 		return NULL;
NULL              825 ext/standard/image.c 		return NULL;
NULL              833 ext/standard/image.c 		return NULL;
NULL              882 ext/standard/image.c 	return NULL;
NULL              897 ext/standard/image.c 		return NULL;
NULL              900 ext/standard/image.c 		return NULL;
NULL              906 ext/standard/image.c 			return NULL;
NULL              911 ext/standard/image.c 			return NULL;
NULL              918 ext/standard/image.c 				return NULL;
NULL              933 ext/standard/image.c 				return NULL;
NULL             1017 ext/standard/image.c 		return NULL;
NULL             1035 ext/standard/image.c 		*result = NULL;
NULL             1040 ext/standard/image.c 	while ((fline=php_stream_gets(stream, NULL, 0)) != NULL) {
NULL             1098 ext/standard/image.c 	struct gfxinfo *result = NULL;
NULL             1103 ext/standard/image.c 		return NULL;
NULL             1108 ext/standard/image.c 		return NULL;
NULL             1242 ext/standard/image.c 		php_error_docref(NULL, E_NOTICE, "Read error!");
NULL             1253 ext/standard/image.c 			php_error_docref(NULL, E_NOTICE, "Read error!");
NULL             1259 ext/standard/image.c 			php_error_docref(NULL, E_WARNING, "PNG file corrupted by ASCII conversion");
NULL             1275 ext/standard/image.c 		php_error_docref(NULL, E_NOTICE, "Read error!");
NULL             1298 ext/standard/image.c 	if (php_get_wbmp(stream, NULL, 1)) {
NULL             1302 ext/standard/image.c 		php_error_docref(NULL, E_NOTICE, "Read error!");
NULL             1305 ext/standard/image.c 	if (php_get_xbm(stream, NULL)) {
NULL             1315 ext/standard/image.c 	struct gfxinfo *result = NULL;
NULL             1321 ext/standard/image.c 	itype = php_getimagetype(stream, NULL);
NULL             1330 ext/standard/image.c 				result = php_handle_jpeg(stream, NULL);
NULL             1343 ext/standard/image.c 			php_error_docref(NULL, E_NOTICE, "The image is a compressed SWF file, but you do not have a static version of the zlib extension enabled");
NULL             1353 ext/standard/image.c 			result = php_handle_tiff(stream, NULL, 0);
NULL             1356 ext/standard/image.c 			result = php_handle_tiff(stream, NULL, 1);
NULL             1408 ext/standard/image.c 	zval *info = NULL;
NULL             1409 ext/standard/image.c 	php_stream *stream = NULL;
NULL             1424 ext/standard/image.c 		stream = php_stream_open_wrapper(input, "rb", STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH, NULL);
NULL               44 ext/standard/incomplete_class.c 		php_error_docref(NULL, error_type, INCOMPLETE_CLASS_MSG, ZSTR_VAL(class_name));
NULL               47 ext/standard/incomplete_class.c 		php_error_docref(NULL, error_type, INCOMPLETE_CLASS_MSG, "unknown");
NULL               96 ext/standard/incomplete_class.c 	return NULL;
NULL              118 ext/standard/incomplete_class.c 	INIT_CLASS_ENTRY(incomplete_class, INCOMPLETE_CLASS, NULL);
NULL              142 ext/standard/incomplete_class.c 	if ((val = zend_hash_str_find(object_properties, MAGIC_MEMBER, sizeof(MAGIC_MEMBER)-1)) != NULL && Z_TYPE_P(val) == IS_STRING) {
NULL              146 ext/standard/incomplete_class.c 	return NULL;
NULL              204 ext/standard/info.c 	if ((data = zend_hash_find(&EG(symbol_table), key)) != NULL && (Z_TYPE_P(data) == IS_ARRAY)) {
NULL              215 ext/standard/info.c 			if (string_key != NULL) {
NULL              241 ext/standard/info.c 					tmp = NULL;
NULL              285 ext/standard/info.c 	return php_escape_html_entities((unsigned char *) string, strlen(string), 0, ENT_QUOTES, NULL);
NULL              299 ext/standard/info.c 	char *major = NULL, *sub = NULL, *retval;
NULL              304 ext/standard/info.c 	if(NULL != pGNSI) {
NULL              628 ext/standard/info.c 		return NULL;
NULL              702 ext/standard/info.c 		if(winver == NULL) {
NULL              718 ext/standard/info.c 		ZEND_ASSERT(winver != NULL);
NULL              847 ext/standard/info.c 	        the_time = time(NULL);
NULL              982 ext/standard/info.c 			display_ini_entries(NULL);
NULL              989 ext/standard/info.c 		zend_hash_init(&sorted_registry, zend_hash_num_elements(&module_registry), NULL, NULL, 1);
NULL              990 ext/standard/info.c 		zend_hash_copy(&sorted_registry, &module_registry, NULL);
NULL             1008 ext/standard/info.c 		for (env=environ; env!=NULL && *env !=NULL; env++) {
NULL             1029 ext/standard/info.c 		if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_SELF", sizeof("PHP_SELF")-1)) != NULL && Z_TYPE_P(data) == IS_STRING) {
NULL             1032 ext/standard/info.c 		if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_TYPE", sizeof("PHP_AUTH_TYPE")-1)) != NULL && Z_TYPE_P(data) == IS_STRING) {
NULL             1035 ext/standard/info.c 		if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_USER", sizeof("PHP_AUTH_USER")-1)) != NULL && Z_TYPE_P(data) == IS_STRING) {
NULL             1038 ext/standard/info.c 		if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_PW", sizeof("PHP_AUTH_PW")-1)) != NULL && Z_TYPE_P(data) == IS_STRING) {
NULL             1321 ext/standard/info.c 	char *ext_name = NULL;
NULL             1333 ext/standard/info.c 		if (version == NULL) {
NULL              195 ext/standard/iptc.c 	zend_string *spoolbuf = NULL;
NULL              196 ext/standard/iptc.c 	unsigned char *poi = NULL;
NULL              209 ext/standard/iptc.c 		php_error_docref(NULL, E_WARNING, "IPTC data too large");
NULL              214 ext/standard/iptc.c 		php_error_docref(NULL, E_WARNING, "Unable to open %s", jpeg_file);
NULL              371 ext/standard/iptc.c 		if ((element = zend_hash_str_find(Z_ARRVAL_P(return_value), key, strlen(key))) == NULL) {
NULL               80 ext/standard/lcg.c 	if (gettimeofday(&tv, NULL) == 0) {
NULL               92 ext/standard/lcg.c 	if (gettimeofday(&tv, NULL) == 0) {
NULL              109 ext/standard/lcg.c 	ts_allocate_id(&lcg_globals_id, sizeof(php_lcg_globals), (ts_allocate_ctor) lcg_init_globals, NULL);
NULL               84 ext/standard/levenshtein.c 	php_error_docref(NULL, E_WARNING, "The general Levenshtein support is not there yet");
NULL              129 ext/standard/levenshtein.c 		php_error_docref(NULL, E_WARNING, "Argument string(s) too long");
NULL               73 ext/standard/link.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL              107 ext/standard/link.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL              134 ext/standard/link.c 		php_error_docref(NULL, E_WARNING, "No such file or directory");
NULL              142 ext/standard/link.c 		php_error_docref(NULL, E_WARNING, "No such file or directory");
NULL              146 ext/standard/link.c 	if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ||
NULL              147 ext/standard/link.c 		php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) )
NULL              149 ext/standard/link.c 		php_error_docref(NULL, E_WARNING, "Unable to symlink to a URL");
NULL              167 ext/standard/link.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL              190 ext/standard/link.c 		php_error_docref(NULL, E_WARNING, "No such file or directory");
NULL              194 ext/standard/link.c 	if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ||
NULL              195 ext/standard/link.c 		php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) )
NULL              197 ext/standard/link.c 		php_error_docref(NULL, E_WARNING, "Unable to link to a URL");
NULL              215 ext/standard/link.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL               78 ext/standard/link_win32.c 		php_error_docref(NULL, E_WARNING, "readlink failed to read the symbolic link (%s), error %d)", link, GetLastError());
NULL              100 ext/standard/link_win32.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL              128 ext/standard/link_win32.c 		if (pCreateSymbolicLinkA == NULL) {
NULL              129 ext/standard/link_win32.c 			php_error_docref(NULL, E_WARNING, "Can't call CreateSymbolicLinkA");
NULL              133 ext/standard/link_win32.c 		php_error_docref(NULL, E_WARNING, "Can't call get a handle on kernel32.dll");
NULL              142 ext/standard/link_win32.c 		php_error_docref(NULL, E_WARNING, "No such file or directory");
NULL              150 ext/standard/link_win32.c 		php_error_docref(NULL, E_WARNING, "No such file or directory");
NULL              154 ext/standard/link_win32.c 	if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ||
NULL              155 ext/standard/link_win32.c 		php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) )
NULL              157 ext/standard/link_win32.c 		php_error_docref(NULL, E_WARNING, "Unable to symlink to a URL");
NULL              170 ext/standard/link_win32.c 			php_error_docref(NULL, E_WARNING, "Could not fetch file information(error %d)", GetLastError());
NULL              180 ext/standard/link_win32.c 		php_error_docref(NULL, E_WARNING, "Cannot create symlink, error code(%d)", GetLastError());
NULL              205 ext/standard/link_win32.c 		php_error_docref(NULL, E_WARNING, "No such file or directory");
NULL              209 ext/standard/link_win32.c 	if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ||
NULL              210 ext/standard/link_win32.c 		php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) )
NULL              212 ext/standard/link_win32.c 		php_error_docref(NULL, E_WARNING, "Unable to link to a URL");
NULL              225 ext/standard/link_win32.c 	ret = CreateHardLinkA(topath, frompath, NULL);
NULL              227 ext/standard/link_win32.c 	ret = CreateHardLinkA(dest_p, source_p, NULL);
NULL              231 ext/standard/link_win32.c 		php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL               81 ext/standard/mail.c 	char *str = NULL;
NULL              103 ext/standard/mail.c 	char *to=NULL, *message=NULL;
NULL              104 ext/standard/mail.c 	char *subject=NULL;
NULL              105 ext/standard/mail.c 	zend_string *extra_cmd=NULL, *headers=NULL, *headers_trimmed=NULL;
NULL              122 ext/standard/mail.c 		headers_trimmed = php_trim(headers, NULL, 0, 2);
NULL              174 ext/standard/mail.c 	if (php_mail(to_r, subject_r, message, headers_trimmed ? ZSTR_VAL(headers_trimmed) : NULL, extra_cmd ? ZSTR_VAL(extra_cmd) : NULL)) {
NULL              219 ext/standard/mail.c 	php_stream *stream = php_stream_open_wrapper(filename, "a", flags, NULL);
NULL              270 ext/standard/mail.c 	char *tsm_errmsg = NULL;
NULL              275 ext/standard/mail.c 	char *sendmail_cmd = NULL;
NULL              279 ext/standard/mail.c 	void (*sig_handler)() = NULL;
NULL              323 ext/standard/mail.c 		f = php_basename(tmp, strlen(tmp), NULL, 0);
NULL              325 ext/standard/mail.c 		if (headers != NULL && *headers) {
NULL              334 ext/standard/mail.c 		php_error_docref(NULL, E_WARNING, "Multiple or malformed newlines found in additional_header");
NULL              341 ext/standard/mail.c 		if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, hdr, subject, to, message, NULL, NULL, NULL) == FAILURE) {
NULL              343 ext/standard/mail.c 				php_error_docref(NULL, E_WARNING, "%s", tsm_errmsg);
NULL              346 ext/standard/mail.c 				php_error_docref(NULL, E_WARNING, "%s", GetSMErrorText(tsm_err));
NULL              355 ext/standard/mail.c 	if (extra_cmd != NULL) {
NULL              367 ext/standard/mail.c 		sig_handler = NULL;
NULL              372 ext/standard/mail.c 	sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL);
NULL              380 ext/standard/mail.c 	if (extra_cmd != NULL) {
NULL              387 ext/standard/mail.c 			php_error_docref(NULL, E_WARNING, "Permission denied: unable to execute shell to run mail delivery binary '%s'", sendmail_path);
NULL              401 ext/standard/mail.c 		if (hdr != NULL) {
NULL              430 ext/standard/mail.c 		php_error_docref(NULL, E_WARNING, "Could not execute mail delivery program '%s'", sendmail_path);
NULL              211 ext/standard/math.c 		tmp_value = zend_strtod(buf, NULL);
NULL              864 ext/standard/math.c 		php_error_docref(NULL, E_WARNING, "base must be greater than 0");
NULL             1013 ext/standard/math.c 			php_error_docref(NULL, E_WARNING, "Number '%s' is too big to fit in long", s);
NULL             1135 ext/standard/math.c 			php_error_docref(NULL, E_WARNING, "Number too large");
NULL             1264 ext/standard/math.c 		php_error_docref(NULL, E_WARNING, "Invalid `from base' (%pd)", frombase);
NULL             1268 ext/standard/math.c 		php_error_docref(NULL, E_WARNING, "Invalid `to base' (%pd)", tobase);
NULL             1307 ext/standard/math.c 	if (tmpbuf == NULL) {
NULL             1308 ext/standard/math.c 		return NULL;
NULL             1317 ext/standard/math.c 		dp = NULL;
NULL             1406 ext/standard/math.c 	char *thousand_sep = NULL, *dec_point = NULL;
NULL             1432 ext/standard/math.c 		if (dec_point == NULL) {
NULL             1437 ext/standard/math.c 		if (thousand_sep == NULL) {
NULL               91 ext/standard/md5.c 	stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL);
NULL               35 ext/standard/metaphone.c 	zend_string *result = NULL;
NULL              184 ext/standard/metaphone.c 	if (word == NULL)
NULL               63 ext/standard/microtime.c 	if (gettimeofday(&tp, NULL)) {
NULL               60 ext/standard/pack.c 		php_error_docref(NULL, E_WARNING, "Type %c: integer overflow in format string", code); \
NULL              114 ext/standard/pack.c 	zval *argv = NULL;
NULL              163 ext/standard/pack.c 					php_error_docref(NULL, E_WARNING, "Type %c: '*' ignored", code);
NULL              177 ext/standard/pack.c 					php_error_docref(NULL, E_WARNING, "Type %c: not enough arguments", code);
NULL              203 ext/standard/pack.c 					php_error_docref(NULL, E_WARNING, "64-bit format codes are not available for 32-bit versions of PHP");
NULL              229 ext/standard/pack.c 					php_error_docref(NULL, E_WARNING, "Type %c: too few arguments", code);
NULL              237 ext/standard/pack.c 				php_error_docref(NULL, E_WARNING, "Type %c: unknown format code", code);
NULL              246 ext/standard/pack.c 		php_error_docref(NULL, E_WARNING, "%d arguments unused", (num_args - currentarg));
NULL              309 ext/standard/pack.c 					php_error_docref(NULL, E_WARNING, "Type %c: outside of string", code);
NULL              360 ext/standard/pack.c 					php_error_docref(NULL, E_WARNING, "Type %c: not enough characters in string", code);
NULL              374 ext/standard/pack.c 						php_error_docref(NULL, E_WARNING, "Type %c: illegal hex digit %c", code, n);
NULL              669 ext/standard/pack.c 				php_error_docref(NULL, E_WARNING, "64-bit format codes are not available for 32-bit versions of PHP");
NULL              685 ext/standard/pack.c 				php_error_docref(NULL, E_WARNING, "Invalid format type %c", type);
NULL              692 ext/standard/pack.c 			php_error_docref(NULL, E_WARNING, "Type %c: integer overflow", type);
NULL              711 ext/standard/pack.c 				php_error_docref(NULL, E_WARNING, "Type %c: integer overflow", type);
NULL              962 ext/standard/pack.c 								php_error_docref(NULL, E_WARNING, "Type %c: outside of string", type);
NULL              971 ext/standard/pack.c 							php_error_docref(NULL, E_WARNING, "Type %c: outside of string", type);
NULL              981 ext/standard/pack.c 						php_error_docref(NULL, E_WARNING, "Type %c: outside of string", type);
NULL              989 ext/standard/pack.c 				php_error_docref(NULL, E_WARNING, "Type %c: not enough input, need %d, have " ZEND_LONG_FMT, type, size, inputlen - inputpos);
NULL              118 ext/standard/password.c 		php_error_docref(NULL, E_WARNING, "Length is too large to safely generate");
NULL              127 ext/standard/password.c 		php_error_docref(NULL, E_WARNING, "Unable to generate salt");
NULL              134 ext/standard/password.c 		php_error_docref(NULL, E_WARNING, "Generated salt too short");
NULL              207 ext/standard/password.c 				if (options && (option_buffer = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) {
NULL              236 ext/standard/password.c 	if ((ret = php_crypt(password, (int)password_len, hash, (int)hash_len, 1)) == NULL) {
NULL              282 ext/standard/password.c 			if (options && (option_buffer = zend_hash_str_find(options, "cost", sizeof("cost")-1)) != NULL) {
NULL              287 ext/standard/password.c 				php_error_docref(NULL, E_WARNING, "Invalid bcrypt cost parameter specified: " ZEND_LONG_FMT, cost);
NULL              298 ext/standard/password.c 			php_error_docref(NULL, E_WARNING, "Unknown password hashing algorithm: " ZEND_LONG_FMT, algo);
NULL              302 ext/standard/password.c 	if (options && (option_buffer = zend_hash_str_find(options, "salt", sizeof("salt")-1)) != NULL) {
NULL              305 ext/standard/password.c 		php_error_docref(NULL, E_DEPRECATED, "Use of the 'salt' option to password_hash is deprecated");
NULL              322 ext/standard/password.c 				php_error_docref(NULL, E_WARNING, "Non-string salt parameter supplied");
NULL              330 ext/standard/password.c 			php_error_docref(NULL, E_WARNING, "Supplied salt is too long");
NULL              333 ext/standard/password.c 			php_error_docref(NULL, E_WARNING, "Provided salt is too short: %zd expecting %zd", ZSTR_LEN(buffer), required_salt_len);
NULL              340 ext/standard/password.c 				php_error_docref(NULL, E_WARNING, "Provided salt is too short: %zd", ZSTR_LEN(buffer));
NULL              371 ext/standard/password.c 	if ((result = php_crypt(password, (int)password_len, hash, hash_len, 1)) == NULL) {
NULL              138 ext/standard/php_crypt_r.c 	char *p = NULL;
NULL              143 ext/standard/php_crypt_r.c 	if(!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) {
NULL              144 ext/standard/php_crypt_r.c 		return NULL;
NULL              278 ext/standard/php_crypt_r.c 	ctx1 = (HCRYPTHASH) NULL;
NULL              308 ext/standard/php_crypt_r.c 			return NULL;
NULL               58 ext/standard/php_fopen_wrapper.c 	NULL, /* flush */
NULL               60 ext/standard/php_fopen_wrapper.c 	NULL, /* seek */
NULL               61 ext/standard/php_fopen_wrapper.c 	NULL, /* cast */
NULL               62 ext/standard/php_fopen_wrapper.c 	NULL, /* stat */
NULL               63 ext/standard/php_fopen_wrapper.c 	NULL  /* set_option */
NULL              109 ext/standard/php_fopen_wrapper.c 	stream->abstract = NULL;
NULL              142 ext/standard/php_fopen_wrapper.c 	NULL, /* cast */
NULL              143 ext/standard/php_fopen_wrapper.c 	NULL, /* stat */
NULL              144 ext/standard/php_fopen_wrapper.c 	NULL  /* set_option */
NULL              149 ext/standard/php_fopen_wrapper.c 	char *p, *token = NULL;
NULL              156 ext/standard/php_fopen_wrapper.c 			if ((temp_filter = php_stream_filter_create(p, NULL, php_stream_is_persistent(stream)))) {
NULL              159 ext/standard/php_fopen_wrapper.c 				php_error_docref(NULL, E_WARNING, "Unable to create filter (%s)", p);
NULL              163 ext/standard/php_fopen_wrapper.c 			if ((temp_filter = php_stream_filter_create(p, NULL, php_stream_is_persistent(stream)))) {
NULL              166 ext/standard/php_fopen_wrapper.c 				php_error_docref(NULL, E_WARNING, "Unable to create filter (%s)", p);
NULL              169 ext/standard/php_fopen_wrapper.c 		p = php_strtok_r(NULL, "|", &token);
NULL              179 ext/standard/php_fopen_wrapper.c 	php_stream * stream = NULL;
NULL              182 ext/standard/php_fopen_wrapper.c 	FILE *file = NULL;
NULL              196 ext/standard/php_fopen_wrapper.c 			max_memory = ZEND_STRTOL(path, NULL, 10);
NULL              198 ext/standard/php_fopen_wrapper.c 				php_error_docref(NULL, E_RECOVERABLE_ERROR, "Max memory must be >= 0");
NULL              199 ext/standard/php_fopen_wrapper.c 				return NULL;
NULL              220 ext/standard/php_fopen_wrapper.c 		return php_stream_alloc(&php_stream_output_ops, NULL, 0, "wb");
NULL              228 ext/standard/php_fopen_wrapper.c 				php_error_docref(NULL, E_WARNING, "URL file-access is disabled in the server configuration");
NULL              230 ext/standard/php_fopen_wrapper.c 			return NULL;
NULL              247 ext/standard/php_fopen_wrapper.c 				php_error_docref(NULL, E_WARNING, "URL file-access is disabled in the server configuration");
NULL              249 ext/standard/php_fopen_wrapper.c 			return NULL;
NULL              306 ext/standard/php_fopen_wrapper.c 				php_error_docref(NULL, E_WARNING, "Direct access to file descriptors is only available from command-line PHP");
NULL              308 ext/standard/php_fopen_wrapper.c 			return NULL;
NULL              313 ext/standard/php_fopen_wrapper.c 				php_error_docref(NULL, E_WARNING, "URL file-access is disabled in the server configuration");
NULL              315 ext/standard/php_fopen_wrapper.c 			return NULL;
NULL              323 ext/standard/php_fopen_wrapper.c 			return NULL;
NULL              335 ext/standard/php_fopen_wrapper.c 			return NULL;
NULL              343 ext/standard/php_fopen_wrapper.c 			return NULL;
NULL              356 ext/standard/php_fopen_wrapper.c 			php_error_docref(NULL, E_RECOVERABLE_ERROR, "No URL resource specified");
NULL              358 ext/standard/php_fopen_wrapper.c 			return NULL;
NULL              363 ext/standard/php_fopen_wrapper.c 			return NULL;
NULL              377 ext/standard/php_fopen_wrapper.c 			p = php_strtok_r(NULL, "/", &token);
NULL              384 ext/standard/php_fopen_wrapper.c 		php_error_docref(NULL, E_WARNING, "Invalid php:// URL specified");
NULL              385 ext/standard/php_fopen_wrapper.c 		return NULL;
NULL              391 ext/standard/php_fopen_wrapper.c 		return NULL;
NULL              399 ext/standard/php_fopen_wrapper.c 			stream = php_stream_sock_open_from_socket(fd, NULL);
NULL              411 ext/standard/php_fopen_wrapper.c 		stream = php_stream_fopen_from_fd(fd, mode, NULL);
NULL              412 ext/standard/php_fopen_wrapper.c 		if (stream == NULL) {
NULL              422 ext/standard/php_fopen_wrapper.c 			php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, Z_LVAL_P(blocking_pipes), NULL);
NULL              432 ext/standard/php_fopen_wrapper.c 	NULL, /* close */
NULL              433 ext/standard/php_fopen_wrapper.c 	NULL, /* fstat */
NULL              434 ext/standard/php_fopen_wrapper.c 	NULL, /* stat */
NULL              435 ext/standard/php_fopen_wrapper.c 	NULL, /* opendir */
NULL              437 ext/standard/php_fopen_wrapper.c 	NULL, /* unlink */
NULL              438 ext/standard/php_fopen_wrapper.c 	NULL, /* rename */
NULL              439 ext/standard/php_fopen_wrapper.c 	NULL, /* mkdir */
NULL              440 ext/standard/php_fopen_wrapper.c 	NULL  /* rmdir */
NULL              445 ext/standard/php_fopen_wrapper.c 	NULL,
NULL               32 ext/standard/php_http.h #define php_url_encode_hash(ht, formstr)	php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0, NULL)
NULL              106 ext/standard/php_smart_string.h 		__s->c = NULL;												\
NULL              164 ext/standard/php_string.h # define php_mb_reset() php_ignore_value(mblen(NULL, 0))
NULL               67 ext/standard/php_var.h 		zend_hash_init(&(d)->ht, 16, NULL, ZVAL_PTR_DTOR, 0); \
NULL               87 ext/standard/php_var.h 		BG(serialize).data = NULL; \
NULL              114 ext/standard/php_var.h 		BG(unserialize).data = NULL; \
NULL              253 ext/standard/proc_open.c 	le_proc_open = zend_register_list_destructors_ex(proc_open_rsrc_dtor, NULL, "process", module_number);
NULL              270 ext/standard/proc_open.c 	if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_open)) == NULL) {
NULL              301 ext/standard/proc_open.c 	if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_open)) == NULL) {
NULL              331 ext/standard/proc_open.c 	if ((proc = (struct php_process_handle *)zend_fetch_resource(Z_RES_P(zproc), "process", le_proc_open)) == NULL) {
NULL              396 ext/standard/proc_open.c 		return NULL;
NULL              426 ext/standard/proc_open.c 	char *command, *cwd=NULL;
NULL              430 ext/standard/proc_open.c 	zval *environment = NULL;
NULL              431 ext/standard/proc_open.c 	zval *other_options = NULL;
NULL              435 ext/standard/proc_open.c 	zval *descitem = NULL;
NULL              438 ext/standard/proc_open.c 	struct php_proc_open_descriptor_item *descriptors = NULL;
NULL              452 ext/standard/proc_open.c 	char** child_argv = NULL;
NULL              453 ext/standard/proc_open.c 	char* command_dup = NULL;
NULL              454 ext/standard/proc_open.c 	char* orig_cwd = NULL;
NULL              482 ext/standard/proc_open.c 		if (item != NULL) {
NULL              489 ext/standard/proc_open.c 		if (item != NULL) {
NULL              496 ext/standard/proc_open.c 		if (item != NULL) {
NULL              523 ext/standard/proc_open.c 	security.lpSecurityDescriptor = NULL;
NULL              531 ext/standard/proc_open.c 			php_error_docref(NULL, E_WARNING, "descriptor spec must be an integer indexed array");
NULL              550 ext/standard/proc_open.c 			if (descriptors[ndesc].childend == NULL) {
NULL              551 ext/standard/proc_open.c 				php_error_docref(NULL, E_WARNING, "unable to dup File-Handle for descriptor %d", nindex);
NULL              557 ext/standard/proc_open.c 				php_error_docref(NULL, E_WARNING, "unable to dup File-Handle for descriptor %pd - %s", nindex, strerror(errno));
NULL              564 ext/standard/proc_open.c 			php_error_docref(NULL, E_WARNING, "Descriptor item must be either an array or a File-Handle");
NULL              568 ext/standard/proc_open.c 			if ((ztype = zend_hash_index_find(Z_ARRVAL_P(descitem), 0)) != NULL) {
NULL              571 ext/standard/proc_open.c 				php_error_docref(NULL, E_WARNING, "Missing handle qualifier in array");
NULL              579 ext/standard/proc_open.c 				if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) {
NULL              582 ext/standard/proc_open.c 					php_error_docref(NULL, E_WARNING, "Missing mode parameter for 'pipe'");
NULL              589 ext/standard/proc_open.c 					php_error_docref(NULL, E_WARNING, "unable to create pipe %s", strerror(errno));
NULL              618 ext/standard/proc_open.c 				if ((zfile = zend_hash_index_find(Z_ARRVAL_P(descitem), 1)) != NULL) {
NULL              621 ext/standard/proc_open.c 					php_error_docref(NULL, E_WARNING, "Missing file name parameter for 'file'");
NULL              625 ext/standard/proc_open.c 				if ((zmode = zend_hash_index_find(Z_ARRVAL_P(descitem), 2)) != NULL) {
NULL              628 ext/standard/proc_open.c 					php_error_docref(NULL, E_WARNING, "Missing mode parameter for 'file'");
NULL              634 ext/standard/proc_open.c 						REPORT_ERRORS|STREAM_WILL_CAST, NULL);
NULL              637 ext/standard/proc_open.c 				if (stream == NULL || FAILURE == php_stream_cast(stream,
NULL              650 ext/standard/proc_open.c 					SetFilePointer(descriptors[ndesc].childend, 0, NULL, FILE_END);
NULL              661 ext/standard/proc_open.c 						php_error_docref(NULL, E_WARNING, "failed to open /dev/ptmx, errno %d", errno);
NULL              669 ext/standard/proc_open.c 						php_error_docref(NULL, E_WARNING, "failed to open slave pty, errno %d", errno);
NULL              678 ext/standard/proc_open.c 				php_error_docref(NULL, E_WARNING, "pty pseudo terminal not supported on this system");
NULL              682 ext/standard/proc_open.c 				php_error_docref(NULL, E_WARNING, "%s is not a valid descriptor spec/mode", Z_STRVAL_P(ztype));
NULL              690 ext/standard/proc_open.c 	if (cwd == NULL) {
NULL              694 ext/standard/proc_open.c 			php_error_docref(NULL, E_WARNING, "Cannot get current directory");
NULL              736 ext/standard/proc_open.c 		newprocok = CreateProcess(NULL, command, &security, &security, TRUE, dwCreateFlags, env.envp, cwd, &si, &pi);
NULL              740 ext/standard/proc_open.c 		newprocok = CreateProcess(NULL, command_with_cmd, &security, &security, TRUE, dwCreateFlags, env.envp, cwd, &si, &pi);
NULL              759 ext/standard/proc_open.c 		php_error_docref(NULL, E_WARNING, "CreateProcess failed, error code - %u", dw);
NULL              769 ext/standard/proc_open.c 		orig_cwd = getcwd(NULL, PATH_MAX);
NULL              781 ext/standard/proc_open.c 	construct_argc_argv(command_dup, NULL, &command_num_args, NULL);
NULL              791 ext/standard/proc_open.c 	construct_argc_argv(command_dup, NULL, &command_num_args, child_argv);
NULL              792 ext/standard/proc_open.c 	child_argv[command_num_args] = NULL;
NULL              793 ext/standard/proc_open.c 	child = procve(child_argv[0], PROC_DETACHED|PROC_INHERIT_CWD, NULL, &channel, NULL, NULL, 0, NULL, (const char**)child_argv);
NULL              808 ext/standard/proc_open.c 		php_error_docref(NULL, E_WARNING, "procve failed - %s", strerror(errno));
NULL              824 ext/standard/proc_open.c 			ioctl(0,TIOCNOTTY,NULL);
NULL              861 ext/standard/proc_open.c 			execle("/bin/sh", "sh", "-c", command, NULL, env.envarray);
NULL              863 ext/standard/proc_open.c 			execl("/bin/sh", "sh", "-c", command, NULL);
NULL              877 ext/standard/proc_open.c 		php_error_docref(NULL, E_WARNING, "fork failed - %s", strerror(errno));
NULL              898 ext/standard/proc_open.c 	if (pipes != NULL) {
NULL              914 ext/standard/proc_open.c 		char *mode_string=NULL;
NULL              915 ext/standard/proc_open.c 		php_stream *stream = NULL;
NULL              942 ext/standard/proc_open.c 							descriptors[i].mode_flags), mode_string, NULL);
NULL              943 ext/standard/proc_open.c 				php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, blocking_pipes, NULL);
NULL              945 ext/standard/proc_open.c 				stream = php_stream_fopen_from_fd(descriptors[i].parentend, mode_string, NULL);
NULL              965 ext/standard/proc_open.c 				proc->pipes[i] = NULL;
NULL              114 ext/standard/quot_print.c 					return NULL;
NULL              123 ext/standard/quot_print.c 						return NULL;
NULL              132 ext/standard/quot_print.c 				return NULL;
NULL              321 ext/standard/rand.c 			php_error_docref(NULL, E_WARNING, "max(" ZEND_LONG_FMT ") is smaller than min(" ZEND_LONG_FMT ")", max, min);
NULL              174 ext/standard/scanf.c 		cset->ranges = NULL;
NULL              315 ext/standard/scanf.c 	char *end, *ch = NULL;
NULL              396 ext/standard/scanf.c 			php_error_docref(NULL, E_WARNING, "%s", "cannot mix \"%\" and \"%n$\" conversion specifiers");
NULL              478 ext/standard/scanf.c 				php_error_docref(NULL, E_WARNING, "Unmatched [ in format string");
NULL              482 ext/standard/scanf.c 				php_error_docref(NULL, E_WARNING, "Bad scan conversion character \"%c\"", *ch);
NULL              532 ext/standard/scanf.c 			php_error_docref(NULL, E_WARNING, "%s", "Variable is assigned by multiple \"%n$\" conversion specifiers");
NULL              539 ext/standard/scanf.c 			php_error_docref(NULL, E_WARNING, "Variable is not assigned by any conversion specifiers");
NULL              551 ext/standard/scanf.c 		php_error_docref(NULL, E_WARNING, "%s", "\"%n$\" argument index out of range");
NULL              553 ext/standard/scanf.c 		php_error_docref(NULL, E_WARNING, "Different numbers of variable names and field specifiers");
NULL              592 ext/standard/scanf.c 	zend_long (*fn)() = NULL;
NULL              627 ext/standard/scanf.c 				php_error_docref(NULL, E_WARNING, "Parameter %d must be passed by reference", i);
NULL             1051 ext/standard/scanf.c 					value = (zend_long) (*fn)(buf, NULL, base);
NULL             1169 ext/standard/scanf.c 					dvalue = zend_strtod(buf, NULL);
NULL               81 ext/standard/sha1.c 	stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL);
NULL               43 ext/standard/streamsfuncs.c #define GET_CTX_OPT(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), wrapper, name)))
NULL               65 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "failed to create sockets: [%d]: %s",
NULL               91 ext/standard/streamsfuncs.c 	zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL;
NULL               95 ext/standard/streamsfuncs.c 	char *hashkey = NULL;
NULL               96 ext/standard/streamsfuncs.c 	php_stream *stream = NULL;
NULL               99 ext/standard/streamsfuncs.c 	zend_string *errstr = NULL;
NULL              100 ext/standard/streamsfuncs.c 	php_stream_context *context = NULL;
NULL              138 ext/standard/streamsfuncs.c 	if (stream == NULL) {
NULL              142 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "unable to connect to %s (%s)", ZSTR_VAL(quoted_host), errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
NULL              150 ext/standard/streamsfuncs.c 	if (stream == NULL)	{
NULL              179 ext/standard/streamsfuncs.c 	zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL;
NULL              180 ext/standard/streamsfuncs.c 	php_stream *stream = NULL;
NULL              183 ext/standard/streamsfuncs.c 	zend_string *errstr = NULL;
NULL              184 ext/standard/streamsfuncs.c 	php_stream_context *context = NULL;
NULL              209 ext/standard/streamsfuncs.c 			NULL, NULL, context, &errstr, &err);
NULL              211 ext/standard/streamsfuncs.c 	if (stream == NULL) {
NULL              212 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "unable to connect to %s (%s)", host, errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
NULL              215 ext/standard/streamsfuncs.c 	if (stream == NULL)	{
NULL              242 ext/standard/streamsfuncs.c 	zval *zpeername = NULL;
NULL              243 ext/standard/streamsfuncs.c 	zend_string *peername = NULL;
NULL              246 ext/standard/streamsfuncs.c 	php_stream *stream = NULL, *clistream = NULL;
NULL              248 ext/standard/streamsfuncs.c 	zend_string *errstr = NULL;
NULL              280 ext/standard/streamsfuncs.c 				zpeername ? &peername : NULL,
NULL              281 ext/standard/streamsfuncs.c 				NULL, NULL,
NULL              290 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "accept failed: %s", errstr ? ZSTR_VAL(errstr) : "Unknown error");
NULL              307 ext/standard/streamsfuncs.c 	zend_string *name = NULL;
NULL              324 ext/standard/streamsfuncs.c 				NULL, NULL
NULL              340 ext/standard/streamsfuncs.c 	char *data, *target_addr = NULL;
NULL              353 ext/standard/streamsfuncs.c 			php_error_docref(NULL, E_WARNING, "Failed to parse `%s' into a valid network address", target_addr);
NULL              358 ext/standard/streamsfuncs.c 	RETURN_LONG(php_stream_xport_sendto(stream, data, datalen, (int)flags, target_addr ? &sa : NULL, sl));
NULL              367 ext/standard/streamsfuncs.c 	zval *zstream, *zremote = NULL;
NULL              368 ext/standard/streamsfuncs.c 	zend_string *remote_addr = NULL;
NULL              386 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "Length parameter must be greater than 0");
NULL              392 ext/standard/streamsfuncs.c 	recvd = php_stream_xport_recvfrom(stream, ZSTR_VAL(read_buf), to_read, (int)flags, NULL, NULL,
NULL              393 ext/standard/streamsfuncs.c 			zremote ? &remote_addr : NULL
NULL              440 ext/standard/streamsfuncs.c 			php_error_docref(NULL, E_WARNING,
NULL              447 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "maxlen truncated from %pd to %d bytes", maxlen, INT_MAX);
NULL              476 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "Failed to seek to position " ZEND_LONG_FMT " in the stream", pos);
NULL              534 ext/standard/streamsfuncs.c 		for (filter = stream->filterhead; filter != NULL; filter = filter->next) {
NULL              617 ext/standard/streamsfuncs.c 		if (stream == NULL) {
NULL              650 ext/standard/streamsfuncs.c 	zend_hash_init(Z_ARRVAL(new_array), zend_hash_num_elements(Z_ARRVAL_P(stream_array)), NULL, ZVAL_PTR_DTOR, 0);
NULL              656 ext/standard/streamsfuncs.c 		if (stream == NULL) {
NULL              698 ext/standard/streamsfuncs.c 	zend_hash_init(Z_ARRVAL(new_array), zend_hash_num_elements(Z_ARRVAL_P(stream_array)), NULL, ZVAL_PTR_DTOR, 0);
NULL              702 ext/standard/streamsfuncs.c 		if (stream == NULL) {
NULL              738 ext/standard/streamsfuncs.c 	struct timeval tv, *tv_p = NULL;
NULL              765 ext/standard/streamsfuncs.c 	if (r_array != NULL) {
NULL              772 ext/standard/streamsfuncs.c 	if (w_array != NULL) {
NULL              779 ext/standard/streamsfuncs.c 	if (e_array != NULL) {
NULL              787 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "No stream arrays were passed");
NULL              796 ext/standard/streamsfuncs.c 			php_error_docref(NULL, E_WARNING, "The seconds parameter must be greater than 0");
NULL              799 ext/standard/streamsfuncs.c 			php_error_docref(NULL, E_WARNING, "The microseconds parameter must be greater than 0");
NULL              812 ext/standard/streamsfuncs.c 	if (r_array != NULL) {
NULL              815 ext/standard/streamsfuncs.c 			if (w_array != NULL) {
NULL              818 ext/standard/streamsfuncs.c 			if (e_array != NULL) {
NULL              828 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "unable to select [%d]: %s (max_fd=%d)",
NULL              833 ext/standard/streamsfuncs.c 	if (r_array != NULL) stream_array_from_fd_set(r_array, &rfds);
NULL              834 ext/standard/streamsfuncs.c 	if (w_array != NULL) stream_array_from_fd_set(w_array, &wfds);
NULL              835 ext/standard/streamsfuncs.c 	if (e_array != NULL) stream_array_from_fd_set(e_array, &efds);
NULL              861 ext/standard/streamsfuncs.c 	if (FAILURE == call_user_function_ex(EG(function_table), NULL, callback, &retval, 6, zvs, 0, NULL)) {
NULL              862 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "failed to call user notifier");
NULL              894 ext/standard/streamsfuncs.c 			php_error_docref(NULL, E_WARNING, "options should have the form [\"wrappername\"][\"optionname\"] = $value");
NULL              906 ext/standard/streamsfuncs.c 	if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(params), "notification", sizeof("notification")-1))) {
NULL              910 ext/standard/streamsfuncs.c 			context->notifier = NULL;
NULL              918 ext/standard/streamsfuncs.c 	if (NULL != (tmp = zend_hash_str_find(Z_ARRVAL_P(params), "options", sizeof("options")-1))) {
NULL              922 ext/standard/streamsfuncs.c 			php_error_docref(NULL, E_WARNING, "Invalid stream/context parameter");
NULL              934 ext/standard/streamsfuncs.c 	php_stream_context *context = NULL;
NULL              936 ext/standard/streamsfuncs.c 	context = zend_fetch_resource_ex(contextresource, NULL, php_le_stream_context());
NULL              937 ext/standard/streamsfuncs.c 	if (context == NULL) {
NULL              940 ext/standard/streamsfuncs.c 		stream = zend_fetch_resource2_ex(contextresource, NULL, php_file_le_stream(), php_file_le_pstream());
NULL              944 ext/standard/streamsfuncs.c 			if (context == NULL) {
NULL              978 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "Invalid stream/context parameter");
NULL              990 ext/standard/streamsfuncs.c 	zval *zcontext = NULL;
NULL             1009 ext/standard/streamsfuncs.c 			php_error_docref(NULL, E_WARNING, "Invalid stream/context parameter");
NULL             1034 ext/standard/streamsfuncs.c 			php_error_docref(NULL, E_WARNING, "Invalid stream/context parameter");
NULL             1063 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "Invalid stream/context parameter");
NULL             1090 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "Invalid stream/context parameter");
NULL             1108 ext/standard/streamsfuncs.c 	zval *params = NULL;
NULL             1115 ext/standard/streamsfuncs.c 	if (FG(default_context) == NULL) {
NULL             1132 ext/standard/streamsfuncs.c 	zval *options = NULL;
NULL             1139 ext/standard/streamsfuncs.c 	if (FG(default_context) == NULL) {
NULL             1154 ext/standard/streamsfuncs.c 	zval *options = NULL, *params = NULL;
NULL             1183 ext/standard/streamsfuncs.c 	zval *filterparams = NULL;
NULL             1184 ext/standard/streamsfuncs.c 	php_stream_filter *filter = NULL;
NULL             1210 ext/standard/streamsfuncs.c 		if (filter == NULL) {
NULL             1227 ext/standard/streamsfuncs.c 		if (filter == NULL) {
NULL             1279 ext/standard/streamsfuncs.c 	filter = zend_fetch_resource(Z_RES_P(zfilter), NULL, php_file_le_stream_filter());
NULL             1281 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "Invalid resource given, not a stream filter");
NULL             1286 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "Unable to flush filter, not removing");
NULL             1291 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "Could not invalidate filter, not removing");
NULL             1304 ext/standard/streamsfuncs.c 	char *str = NULL;
NULL             1316 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "The maximum allowed length must be greater than or equal to zero");
NULL             1355 ext/standard/streamsfuncs.c 	if (php_stream_set_option(stream, PHP_STREAM_OPTION_BLOCKING, block, NULL) == -1) {
NULL             1430 ext/standard/streamsfuncs.c 		ret = php_stream_set_option(stream, PHP_STREAM_OPTION_WRITE_BUFFER, PHP_STREAM_BUFFER_NONE, NULL);
NULL             1453 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "The chunk size must be a positive integer, given " ZEND_LONG_FMT, csize);
NULL             1461 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "The chunk size cannot be larger than %d", INT_MAX);
NULL             1467 ext/standard/streamsfuncs.c 	ret = php_stream_set_option(stream, PHP_STREAM_OPTION_SET_CHUNK_SIZE, (int)csize, NULL);
NULL             1493 ext/standard/streamsfuncs.c 		ret = php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL);
NULL             1507 ext/standard/streamsfuncs.c 	zval *zstream, *zsessstream = NULL;
NULL             1508 ext/standard/streamsfuncs.c 	php_stream *stream, *sessstream = NULL;
NULL             1533 ext/standard/streamsfuncs.c 				php_error_docref(NULL, E_WARNING, "When enabling encryption you must specify the crypto type");
NULL             1589 ext/standard/streamsfuncs.c 	php_stream *stream = NULL;
NULL             1590 ext/standard/streamsfuncs.c 	php_stream_wrapper *wrapper = NULL;
NULL             1598 ext/standard/streamsfuncs.c 		if (stream == NULL) {
NULL             1605 ext/standard/streamsfuncs.c 		wrapper = php_stream_locate_url_wrapper(Z_STRVAL_P(zstream), NULL, 0);
NULL             1663 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "Second parameter $how needs to be one of STREAM_SHUT_RD, STREAM_SHUT_WR or STREAM_SHUT_RDWR");
NULL              133 ext/standard/string.c static MUTEX_T locale_mutex = NULL;
NULL              175 ext/standard/string.c 			return NULL;
NULL              184 ext/standard/string.c 			return NULL;
NULL              246 ext/standard/string.c 	locale_mutex = NULL;
NULL              285 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Hexadecimal input string must have an even length");
NULL              292 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Input string must be hexadecimal string");
NULL              713 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Item '" ZEND_LONG_FMT "' is not valid", item);
NULL              719 ext/standard/string.c 	if (value == NULL) {
NULL              767 ext/standard/string.c 				php_error_docref(NULL, E_WARNING, "Invalid '..'-range, no character to the left of '..'");
NULL              772 ext/standard/string.c 				php_error_docref(NULL, E_WARNING, "Invalid '..'-range, no character to the right of '..'");
NULL              777 ext/standard/string.c 				php_error_docref(NULL, E_WARNING, "Invalid '..'-range, '..'-range needs to be incrementing");
NULL              782 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Invalid '..'-range");
NULL              902 ext/standard/string.c 	zend_string *what = NULL;
NULL              916 ext/standard/string.c 	ZVAL_STR(return_value, php_trim(str, (what ? ZSTR_VAL(what) : NULL), (what ? ZSTR_LEN(what) : 0), mode));
NULL              966 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Break string cannot be empty");
NULL              971 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Can't force cut when width is zero");
NULL             1093 ext/standard/string.c 	if (p2 == NULL) {
NULL             1102 ext/standard/string.c 		} while (p2 != NULL && --limit > 1);
NULL             1122 ext/standard/string.c 	if (p2 == NULL) {
NULL             1140 ext/standard/string.c 		} while (p2 != NULL);
NULL             1176 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Empty delimiter");
NULL             1233 ext/standard/string.c 			*++strptr = NULL;
NULL             1289 ext/standard/string.c 	zval *arg1, *arg2 = NULL, *arr;
NULL             1304 ext/standard/string.c 	if (arg2 == NULL) {
NULL             1306 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Argument must be an array");
NULL             1320 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Invalid arguments passed");
NULL             1336 ext/standard/string.c 	zend_string *str, *tok = NULL;
NULL             1382 ext/standard/string.c 			BG(strtok_last) = NULL;
NULL             1402 ext/standard/string.c 		BG(strtok_last) = NULL;
NULL             1621 ext/standard/string.c 	if (suffix != NULL && sufflen < (size_t)(cend - comp) &&
NULL             1637 ext/standard/string.c 	char *string, *suffix = NULL;
NULL             1675 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Invalid argument, levels must be >= 1");
NULL             1698 ext/standard/string.c 	zend_string *ret = NULL;
NULL             1718 ext/standard/string.c 		ret = php_basename(path, path_len, NULL, 0);
NULL             1727 ext/standard/string.c 			ret = php_basename(path, path_len, NULL, 0);
NULL             1744 ext/standard/string.c 			ret = php_basename(path, path_len, NULL, 0);
NULL             1761 ext/standard/string.c 		if ((element = zend_hash_get_current_data(Z_ARRVAL(tmp))) != NULL) {
NULL             1842 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "needle is not a string or an integer");
NULL             1854 ext/standard/string.c 	char *found = NULL;
NULL             1869 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Empty needle");
NULL             1907 ext/standard/string.c 	char *found = NULL;
NULL             1918 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Empty needle");
NULL             1954 ext/standard/string.c 	char *found = NULL;
NULL             1972 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Offset not contained in string");
NULL             1978 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Empty needle");
NULL             2010 ext/standard/string.c 	char *found = NULL;
NULL             2015 ext/standard/string.c 	zend_string *needle_dup = NULL, *haystack_dup;
NULL             2022 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Offset not contained in string");
NULL             2109 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Offset is greater than the length of haystack string");
NULL             2116 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Offset is greater than the length of haystack string");
NULL             2145 ext/standard/string.c 	zend_string *needle_dup, *haystack_dup, *ord_needle = NULL;
NULL             2176 ext/standard/string.c 				php_error_docref(NULL, E_WARNING, "Offset is greater than the length of haystack string");
NULL             2185 ext/standard/string.c 				php_error_docref(NULL, E_WARNING, "Offset is greater than the length of haystack string");
NULL             2208 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Offset is greater than the length of haystack string");
NULL             2217 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Offset is greater than the length of haystack string");
NULL             2249 ext/standard/string.c 	const char *found = NULL;
NULL             2290 ext/standard/string.c 		return NULL;
NULL             2294 ext/standard/string.c 		return NULL;
NULL             2298 ext/standard/string.c 		return NULL;
NULL             2341 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Chunk length should be greater than zero");
NULL             2447 ext/standard/string.c 	zval *len = NULL;
NULL             2454 ext/standard/string.c 	zval *tmp_str = NULL, *tmp_from = NULL, *tmp_repl = NULL, *tmp_len= NULL;
NULL             2485 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "'from' and 'len' should be of same type - numerical or array ");
NULL             2490 ext/standard/string.c 				php_error_docref(NULL, E_WARNING, "'from' and 'len' should have the same number of elements");
NULL             2562 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Functionality of 'from' and 'len' as arrays is not implemented");
NULL             2566 ext/standard/string.c 		zend_string *str_index = NULL;
NULL             2941 ext/standard/string.c 	zend_string *new_str = NULL;
NULL             3042 ext/standard/string.c 		zend_hash_init(&str_hash, zend_hash_num_elements(pats), NULL, NULL, 0);
NULL             3096 ext/standard/string.c 					if (entry != NULL) {
NULL             3211 ext/standard/string.c 			new_str = NULL;
NULL             3278 ext/standard/string.c 	zend_string *new_str = NULL;
NULL             3445 ext/standard/string.c 	char *to = NULL;
NULL             3463 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "The second argument is not an array");
NULL             3498 ext/standard/string.c 								NULL));
NULL             3601 ext/standard/string.c 	zval *percent = NULL;
NULL             3793 ext/standard/string.c 						*target++=(char)strtol(numtmp, NULL, 16);
NULL             3804 ext/standard/string.c 						*target++=(char)strtol(numtmp, NULL, 8);
NULL             3958 ext/standard/string.c 				*replace_entry = NULL;
NULL             3960 ext/standard/string.c 				*replace_entry_str = NULL;
NULL             3961 ext/standard/string.c 	char		*replace_value = NULL;
NULL             3965 ext/standard/string.c 	zend_string *lc_subject_str = NULL;
NULL             4038 ext/standard/string.c 					lc_subject_str = NULL;
NULL             4055 ext/standard/string.c 						lc_subject_str = NULL;
NULL             4064 ext/standard/string.c 				replace_entry_str = NULL;
NULL             4115 ext/standard/string.c 	zval *subject, *search, *replace, *subject_entry, *zcount = NULL;
NULL             4355 ext/standard/string.c 		RETVAL_STR(php_char_to_str_ex(broken_str, '\n', "<br />\n", 7, 1, NULL));
NULL             4474 ext/standard/string.c 	zval *allow=NULL;
NULL             4475 ext/standard/string.c 	char *allowed_tags=NULL;
NULL             4490 ext/standard/string.c 	ZSTR_LEN(buf) = php_strip_tags_ex(ZSTR_VAL(buf), ZSTR_LEN(str), NULL, allowed_tags, allowed_tags_len, 0);
NULL             4499 ext/standard/string.c 	zval *args = NULL;
NULL             4533 ext/standard/string.c 			loc = NULL;
NULL             4536 ext/standard/string.c 				php_error_docref(NULL, E_WARNING, "Specified locale name is too long");
NULL             4542 ext/standard/string.c 		retval = php_my_setlocale(cat, loc ? ZSTR_VAL(loc) : NULL);
NULL             4590 ext/standard/string.c 	zval *arrayArg = NULL;
NULL             4591 ext/standard/string.c 	char *res = NULL;
NULL             4600 ext/standard/string.c 	if (arrayArg == NULL) {
NULL             4716 ext/standard/string.c 	char *allow_free = NULL;
NULL             4735 ext/standard/string.c 		tbuf = tp = NULL;
NULL             4992 ext/standard/string.c 	char *delim_str = NULL, *enc_str = NULL, *esc_str = NULL;
NULL             5004 ext/standard/string.c 	php_fgetcsv(NULL, delim, enc, esc, ZSTR_LEN(str), ZSTR_VAL(str), return_value);
NULL             5022 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Second argument has to be greater than or equal to 0");
NULL             5077 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Unknown mode");
NULL             5284 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Empty substring");
NULL             5292 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Offset should be greater than or equal to 0");
NULL             5297 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Offset value " ZEND_LONG_FMT " exceeds string length", offset);
NULL             5305 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Length should be greater than 0");
NULL             5309 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Length value " ZEND_LONG_FMT " exceeds string length", length);
NULL             5347 ext/standard/string.c 	zend_string *result = NULL;	/* Resulting string */
NULL             5360 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Padding string cannot be empty");
NULL             5365 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Padding type has to be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH");
NULL             5371 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "Padding length is too long");
NULL             5418 ext/standard/string.c 	zval *args = NULL;
NULL             5514 ext/standard/string.c 	char *char_list = NULL, *p, *e, *s, ch[256];
NULL             5537 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Invalid format value " ZEND_LONG_FMT, type);
NULL             5611 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "Only a single %%i or %%n token can be used");
NULL             5643 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "The length of each segment must be greater than zero");
NULL             5682 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "The character list cannot be empty");
NULL             5715 ext/standard/string.c 			php_error_docref(NULL, E_WARNING, "The length must be greater than or equal to zero");
NULL             5726 ext/standard/string.c 		php_error_docref(NULL, E_WARNING, "The start position cannot exceed initial string length");
NULL               98 ext/standard/syslog.c 	BG(syslog_device)=NULL;
NULL              106 ext/standard/syslog.c 	BG(syslog_device) = NULL;
NULL              123 ext/standard/syslog.c 		BG(syslog_device) = NULL;
NULL              149 ext/standard/syslog.c 	if(BG(syslog_device) == NULL) {
NULL              168 ext/standard/syslog.c 		BG(syslog_device)=NULL;
NULL              125 ext/standard/type.c 		php_error_docref(NULL, E_WARNING, "Cannot convert to resource type");
NULL              128 ext/standard/type.c 		php_error_docref(NULL, E_WARNING, "Invalid type");
NULL              160 ext/standard/type.c 		RETVAL_LONG(ZEND_STRTOL(Z_STRVAL_P(num), NULL, base));
NULL              350 ext/standard/type.c 			if (is_numeric_string(Z_STRVAL_P(arg), Z_STRLEN_P(arg), NULL, NULL, 0)) {
NULL              400 ext/standard/type.c 	zval *var, *callable_name = NULL;
NULL              416 ext/standard/type.c 		retval = zend_is_callable_ex(var, NULL, check_flags, &name, NULL, &error);
NULL              426 ext/standard/type.c 		retval = zend_is_callable_ex(var, NULL, check_flags, NULL, NULL, &error);
NULL               65 ext/standard/uniqid.c 		php_error_docref(NULL, E_WARNING, "You must use 'more entropy' under CYGWIN");
NULL               72 ext/standard/uniqid.c 	gettimeofday((struct timeval *) &tv, (struct timezone *) NULL);
NULL               70 ext/standard/url.c 		return (NULL);
NULL              192 ext/standard/url.c 			port = ZEND_STRTOL(port_buf, NULL, 10);
NULL              201 ext/standard/url.c 				return NULL;
NULL              206 ext/standard/url.c 			return NULL;
NULL              280 ext/standard/url.c 				return NULL;
NULL              285 ext/standard/url.c 				port = ZEND_STRTOL(port_buf, NULL, 10);
NULL              293 ext/standard/url.c 					return NULL;
NULL              308 ext/standard/url.c 		return NULL;
NULL              386 ext/standard/url.c 	if (resource == NULL) {
NULL              394 ext/standard/url.c 				if (resource->scheme != NULL) RETVAL_STRING(resource->scheme);
NULL              397 ext/standard/url.c 				if (resource->host != NULL) RETVAL_STRING(resource->host);
NULL              403 ext/standard/url.c 				if (resource->user != NULL) RETVAL_STRING(resource->user);
NULL              406 ext/standard/url.c 				if (resource->pass != NULL) RETVAL_STRING(resource->pass);
NULL              409 ext/standard/url.c 				if (resource->path != NULL) RETVAL_STRING(resource->path);
NULL              412 ext/standard/url.c 				if (resource->query != NULL) RETVAL_STRING(resource->query);
NULL              415 ext/standard/url.c 				if (resource->fragment != NULL) RETVAL_STRING(resource->fragment);
NULL              418 ext/standard/url.c 				php_error_docref(NULL, E_WARNING, "Invalid URL component identifier " ZEND_LONG_FMT, key);
NULL              428 ext/standard/url.c 	if (resource->scheme != NULL)
NULL              430 ext/standard/url.c 	if (resource->host != NULL)
NULL              434 ext/standard/url.c 	if (resource->user != NULL)
NULL              436 ext/standard/url.c 	if (resource->pass != NULL)
NULL              438 ext/standard/url.c 	if (resource->path != NULL)
NULL              440 ext/standard/url.c 	if (resource->query != NULL)
NULL              442 ext/standard/url.c 	if (resource->fragment != NULL)
NULL              514 ext/standard/url.c 		} else if (!isalnum(c) && strchr("_-.", c) == NULL) {
NULL              626 ext/standard/url.c 		if (!isalnum(ZSTR_VAL(str)[y]) && strchr("_-.~", ZSTR_VAL(str)[y]) != NULL) {
NULL              719 ext/standard/url.c 	zval *prev_val, *hdr = NULL, *h;
NULL              728 ext/standard/url.c 	if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_GET_HEADERS, NULL, context))) {
NULL              740 ext/standard/url.c 	if ((h = zend_hash_str_find(HASH_OF(&stream->wrapperdata), "headers", sizeof("headers")-1)) != NULL && Z_TYPE_P(h) == IS_ARRAY) {
NULL              770 ext/standard/url.c 				if ((prev_val = zend_hash_str_find(Z_ARRVAL_P(return_value), Z_STRVAL_P(hdr), (p - Z_STRVAL_P(hdr)))) == NULL) {
NULL               56 ext/standard/url_scanner_ex.c 	char *lasts = NULL;
NULL               71 ext/standard/url_scanner_ex.c 	zend_hash_init(ctx->tags, 0, NULL, tag_dtor, 1);
NULL               75 ext/standard/url_scanner_ex.c 			key = php_strtok_r(NULL, ",", &lasts)) {
NULL              113 ext/standard/url_scanner_ex.c 	const char *bash = NULL;
NULL              318 ext/standard/url_scanner_ex.c 	if ((ctx->lookup_data = zend_hash_str_find_ptr(ctx->tags, ZSTR_VAL(ctx->tag.s), ZSTR_LEN(ctx->tag.s))) != NULL)
NULL              983 ext/standard/url_scanner_ex.c 		*handled_output = NULL;
NULL             1045 ext/standard/url_scanner_ex.c 	BG(url_adapt_state_ex).tags = NULL;
NULL             1047 ext/standard/url_scanner_ex.c 	BG(url_adapt_state_ex).form_app.s = BG(url_adapt_state_ex).url_app.s = NULL;
NULL               75 ext/standard/user_filters.c 		bucket = NULL;
NULL               84 ext/standard/user_filters.c 	if ((php_user_filter = zend_register_internal_class(&user_filter_class_entry)) == NULL) {
NULL               92 ext/standard/user_filters.c 	le_userfilters = zend_register_list_destructors_ex(NULL, NULL, PHP_STREAM_FILTER_RES_NAME, 0);
NULL               99 ext/standard/user_filters.c 	le_bucket_brigade = zend_register_list_destructors_ex(NULL, NULL, PHP_STREAM_BRIGADE_RES_NAME, module_number);
NULL              101 ext/standard/user_filters.c 	le_bucket = zend_register_list_destructors_ex(php_bucket_dtor, NULL, PHP_STREAM_BUCKET_RES_NAME, module_number);
NULL              123 ext/standard/user_filters.c 		BG(user_filter_map) = NULL;
NULL              135 ext/standard/user_filters.c 	if (obj == NULL) {
NULL              142 ext/standard/user_filters.c 	call_user_function_ex(NULL,
NULL              146 ext/standard/user_filters.c 			0, NULL,
NULL              147 ext/standard/user_filters.c 			0, NULL);
NULL              203 ext/standard/user_filters.c 	call_result = call_user_function_ex(NULL,
NULL              208 ext/standard/user_filters.c 			0, NULL);
NULL              216 ext/standard/user_filters.c 		php_error_docref(NULL, E_WARNING, "failed to call filter function");
NULL              226 ext/standard/user_filters.c 		php_error_docref(NULL, E_WARNING, "Unprocessed filter buckets remaining on input brigade");
NULL              235 ext/standard/user_filters.c 		while (bucket != NULL) {
NULL              246 ext/standard/user_filters.c 	Z_OBJ_HANDLER_P(obj, unset_property)(obj, &zpropname, NULL);
NULL              266 ext/standard/user_filters.c 	struct php_user_filter_data *fdat = NULL;
NULL              275 ext/standard/user_filters.c 		php_error_docref(NULL, E_WARNING,
NULL              277 ext/standard/user_filters.c 		return NULL;
NULL              283 ext/standard/user_filters.c 	if (NULL == (fdat = zend_hash_str_find_ptr(BG(user_filter_map), (char*)filtername, len))) {
NULL              300 ext/standard/user_filters.c 				if (NULL != (fdat = zend_hash_str_find_ptr(BG(user_filter_map), wildcard, strlen(wildcard)))) {
NULL              301 ext/standard/user_filters.c 					period = NULL;
NULL              309 ext/standard/user_filters.c 		if (fdat == NULL) {
NULL              310 ext/standard/user_filters.c 			php_error_docref(NULL, E_WARNING,
NULL              312 ext/standard/user_filters.c 			return NULL;
NULL              317 ext/standard/user_filters.c 	if (fdat->ce == NULL) {
NULL              318 ext/standard/user_filters.c 		if (NULL == (fdat->ce = zend_lookup_class(fdat->classname))) {
NULL              319 ext/standard/user_filters.c 			php_error_docref(NULL, E_WARNING,
NULL              322 ext/standard/user_filters.c 			return NULL;
NULL              326 ext/standard/user_filters.c 	filter = php_stream_filter_alloc(&userfilter_ops, NULL, 0);
NULL              327 ext/standard/user_filters.c 	if (filter == NULL) {
NULL              328 ext/standard/user_filters.c 		return NULL;
NULL              347 ext/standard/user_filters.c 	call_user_function_ex(NULL,
NULL              351 ext/standard/user_filters.c 			0, NULL,
NULL              352 ext/standard/user_filters.c 			0, NULL);
NULL              367 ext/standard/user_filters.c 			return NULL;
NULL              407 ext/standard/user_filters.c 					Z_RES_P(zbrigade), PHP_STREAM_BRIGADE_RES_NAME, le_bucket_brigade)) == NULL) {
NULL              437 ext/standard/user_filters.c 	if (NULL == (pzbucket = zend_hash_str_find(Z_OBJPROP_P(zobject), "bucket", sizeof("bucket")-1))) {
NULL              438 ext/standard/user_filters.c 		php_error_docref(NULL, E_WARNING, "Object has no bucket property");
NULL              443 ext/standard/user_filters.c 					Z_RES_P(zbrigade), PHP_STREAM_BRIGADE_RES_NAME, le_bucket_brigade)) == NULL) {
NULL              447 ext/standard/user_filters.c 	if ((bucket = (php_stream_bucket *)zend_fetch_resource_ex(pzbucket, PHP_STREAM_BUCKET_RES_NAME, le_bucket)) == NULL) {
NULL              451 ext/standard/user_filters.c 	if (NULL != (pzdata = zend_hash_str_find(Z_OBJPROP_P(zobject), "data", sizeof("data")-1)) && Z_TYPE_P(pzdata) == IS_STRING) {
NULL              517 ext/standard/user_filters.c 	if (bucket == NULL) {
NULL              571 ext/standard/user_filters.c 		php_error_docref(NULL, E_WARNING, "Filter name cannot be empty");
NULL              576 ext/standard/user_filters.c 		php_error_docref(NULL, E_WARNING, "Class name cannot be empty");
NULL              582 ext/standard/user_filters.c 		zend_hash_init(BG(user_filter_map), 8, NULL, (dtor_func_t) filter_item_dtor, 0);
NULL              588 ext/standard/user_filters.c 	if (zend_hash_add_ptr(BG(user_filter_map), filtername, fdat) != NULL &&
NULL              195 ext/standard/uuencode.c 	return NULL;
NULL              224 ext/standard/uuencode.c 	if ((dest = php_uudecode(ZSTR_VAL(src), ZSTR_LEN(src))) == NULL) {
NULL              225 ext/standard/uuencode.c 		php_error_docref(NULL, E_WARNING, "The given parameter is not a valid uuencoded string");
NULL               40 ext/standard/var.c 	if (key == NULL) { /* numeric key */
NULL               55 ext/standard/var.c 	if (key == NULL) { /* numeric key */
NULL              212 ext/standard/var.c 	if (key == NULL) { /* numeric key */
NULL              227 ext/standard/var.c 	if (key == NULL) { /* numeric key */
NULL              250 ext/standard/var.c 	HashTable *myht = NULL;
NULL              385 ext/standard/var.c 	if (key == NULL) { /* numeric key */
NULL              414 ext/standard/var.c 	if (key != NULL) {
NULL              469 ext/standard/var.c 			if (zend_finite(Z_DVAL_P(struc)) && NULL == strchr(tmp_str, '.')) {
NULL              710 ext/standard/var.c 				php_error_docref(NULL, E_NOTICE,
NULL              715 ext/standard/var.c 			if ((d = zend_hash_find(propers, name)) != NULL) {
NULL              733 ext/standard/var.c 						if ((d = zend_hash_find(propers, priv_name)) != NULL) {
NULL              748 ext/standard/var.c 						if ((d = zend_hash_find(propers, prot_name)) != NULL) {
NULL              764 ext/standard/var.c 						php_error_docref(NULL, E_NOTICE,
NULL              842 ext/standard/var.c 				if (ce->serialize != NULL) {
NULL              844 ext/standard/var.c 					unsigned char *serialized_data = NULL;
NULL              870 ext/standard/var.c 					res = call_user_function_ex(CG(function_table), struc, &fname, &retval, 0, 0, 1, NULL);
NULL              884 ext/standard/var.c 								php_error_docref(NULL, E_NOTICE, "__sleep should return an array only containing the names of instance-variables to serialize");
NULL             1004 ext/standard/var.c 	char *buf = NULL;
NULL             1008 ext/standard/var.c 	zval *options = NULL, *classes = NULL;
NULL             1009 ext/standard/var.c 	HashTable *class_hash = NULL;
NULL             1021 ext/standard/var.c 	if(options != NULL) {
NULL             1025 ext/standard/var.c 			zend_hash_init(class_hash, (Z_TYPE_P(classes) == IS_ARRAY)?zend_hash_num_elements(Z_ARRVAL_P(classes)):0, NULL, NULL, 0);
NULL             1048 ext/standard/var.c 			php_error_docref(NULL, E_NOTICE, "Error at offset " ZEND_LONG_FMT " of %zd bytes",
NULL               80 ext/standard/var_unserializer.c         return NULL;
NULL              132 ext/standard/var_unserializer.c 	if (!var_hash) return NULL;
NULL              134 ext/standard/var_unserializer.c 	if (id < 0 || id >= var_hash->used_slots) return NULL;
NULL              178 ext/standard/var_unserializer.c 		return NULL;
NULL              184 ext/standard/var_unserializer.c 			return NULL;
NULL              201 ext/standard/var_unserializer.c 					return NULL;
NULL              219 ext/standard/var_unserializer.c 	if(classes == NULL) {
NULL              274 ext/standard/var_unserializer.c 	return parse_iv2(p, NULL);
NULL              310 ext/standard/var_unserializer.c 		if (!php_var_unserialize_ex(&key, p, max, NULL, classes)) {
NULL              315 ext/standard/var_unserializer.c 		data = NULL;
NULL              322 ext/standard/var_unserializer.c 				if (UNEXPECTED((old_data = zend_hash_index_find(ht, idx)) != NULL)) {
NULL              333 ext/standard/var_unserializer.c 				if (UNEXPECTED((old_data = zend_hash_find(ht, Z_STR(key))) != NULL)) {
NULL              347 ext/standard/var_unserializer.c 				if ((old_data = zend_hash_find(ht, Z_STR(key))) != NULL) {
NULL              416 ext/standard/var_unserializer.c 	if (ce->unserialize == NULL) {
NULL              436 ext/standard/var_unserializer.c 	if (ce->serialize == NULL) {
NULL              472 ext/standard/var_unserializer.c 		call_user_function_ex(CG(function_table), rval, &fname, &retval, 0, 0, 1, NULL);
NULL              491 ext/standard/var_unserializer.c 	HashTable *classes = NULL;
NULL              619 ext/standard/var_unserializer.c 	php_error_docref(NULL, E_NOTICE, "Unexpected end of serialized data");
NULL              725 ext/standard/var_unserializer.c 		if ((PG(unserialize_callback_func) == NULL) || (PG(unserialize_callback_func)[0] == '\0')) {
NULL              736 ext/standard/var_unserializer.c 		if (call_user_function_ex(CG(function_table), NULL, &user_func, &retval, 1, args, 0, NULL) != SUCCESS) {
NULL              744 ext/standard/var_unserializer.c 			php_error_docref(NULL, E_WARNING, "defined (%s) but not found", Z_STRVAL(user_func));
NULL              761 ext/standard/var_unserializer.c 		if ((ce = zend_lookup_class(class_name)) == NULL) {
NULL              762 ext/standard/var_unserializer.c 			php_error_docref(NULL, E_WARNING, "Function %s() hasn't defined the class it was called for", Z_STRVAL(user_func));
NULL              899 ext/standard/var_unserializer.c 	if ((str = unserialize_str(&YYCURSOR, len, maxlen)) == NULL) {
NULL             1053 ext/standard/var_unserializer.c 	ZVAL_DOUBLE(rval, zend_strtod((const char *)start + 2, NULL));
NULL             1228 ext/standard/var_unserializer.c 	if (id == -1 || (rval_ref = var_access(var_hash, id)) == NULL) {
NULL             1274 ext/standard/var_unserializer.c 	if (id == -1 || (rval_ref = var_access(var_hash, id)) == NULL) {
NULL              104 ext/standard/versioning.c 		{NULL, 0},
NULL              155 ext/standard/versioning.c 		if ((n1 = strchr(p1, '.')) != NULL) {
NULL              158 ext/standard/versioning.c 		if ((n2 = strchr(p2, '.')) != NULL) {
NULL              163 ext/standard/versioning.c 			l1 = strtol(p1, NULL, 10);
NULL              164 ext/standard/versioning.c 			l2 = strtol(p2, NULL, 10);
NULL              180 ext/standard/versioning.c 		if (n1 != NULL) {
NULL              183 ext/standard/versioning.c 		if (n2 != NULL) {
NULL              188 ext/standard/versioning.c 		if (n1 != NULL) {
NULL              194 ext/standard/versioning.c 		} else if (n2 != NULL) {
NULL              213 ext/standard/versioning.c 	char *v1, *v2, *op = NULL;
NULL              109 ext/sysvmsg/sysvmsg.c 	NULL,
NULL              110 ext/sysvmsg/sysvmsg.c 	NULL,
NULL              111 ext/sysvmsg/sysvmsg.c 	NULL,
NULL              132 ext/sysvmsg/sysvmsg.c 	le_sysvmsg = zend_register_list_destructors_ex(sysvmsg_release, NULL, "sysvmsg queue", module_number);
NULL              158 ext/sysvmsg/sysvmsg.c 	sysvmsg_queue_t *mq = NULL;
NULL              167 ext/sysvmsg/sysvmsg.c 	if ((mq = (sysvmsg_queue_t *)zend_fetch_resource(Z_RES_P(queue), "sysvmsg queue", le_sysvmsg)) == NULL) {
NULL              175 ext/sysvmsg/sysvmsg.c 		if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.uid", sizeof("msg_perm.uid") - 1)) != NULL) {
NULL              179 ext/sysvmsg/sysvmsg.c 		if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.gid", sizeof("msg_perm.gid") - 1)) != NULL) {
NULL              183 ext/sysvmsg/sysvmsg.c 		if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_perm.mode", sizeof("msg_perm.mode") - 1)) != NULL) {
NULL              187 ext/sysvmsg/sysvmsg.c 		if ((item = zend_hash_str_find(Z_ARRVAL_P(data), "msg_qbytes", sizeof("msg_qbytes") - 1)) != NULL) {
NULL              203 ext/sysvmsg/sysvmsg.c 	sysvmsg_queue_t *mq = NULL;
NULL              212 ext/sysvmsg/sysvmsg.c 	if ((mq = (sysvmsg_queue_t *)zend_fetch_resource(Z_RES_P(queue), "sysvmsg queue", le_sysvmsg)) == NULL) {
NULL              271 ext/sysvmsg/sysvmsg.c 			php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
NULL              285 ext/sysvmsg/sysvmsg.c 	sysvmsg_queue_t *mq = NULL;
NULL              291 ext/sysvmsg/sysvmsg.c 	if ((mq = (sysvmsg_queue_t *)zend_fetch_resource(Z_RES_P(queue), "sysvmsg queue", le_sysvmsg)) == NULL) {
NULL              295 ext/sysvmsg/sysvmsg.c 	if (msgctl(mq->id, IPC_RMID, NULL) == 0) {
NULL              307 ext/sysvmsg/sysvmsg.c 	zval *out_message, *queue, *out_msgtype, *zerrcode = NULL;
NULL              311 ext/sysvmsg/sysvmsg.c 	sysvmsg_queue_t *mq = NULL;
NULL              312 ext/sysvmsg/sysvmsg.c 	struct php_msgbuf *messagebuffer = NULL; /* buffer to transmit */
NULL              324 ext/sysvmsg/sysvmsg.c 		php_error_docref(NULL, E_WARNING, "maximum size of the message has to be greater than zero");
NULL              331 ext/sysvmsg/sysvmsg.c 			php_error_docref(NULL, E_WARNING, "MSG_EXCEPT is not supported on your system");
NULL              345 ext/sysvmsg/sysvmsg.c 	if ((mq = (sysvmsg_queue_t *)zend_fetch_resource(Z_RES_P(queue), "sysvmsg queue", le_sysvmsg)) == NULL) {
NULL              376 ext/sysvmsg/sysvmsg.c 				php_error_docref(NULL, E_WARNING, "message corrupted");
NULL              396 ext/sysvmsg/sysvmsg.c 	zval *message, *queue, *zerror=NULL;
NULL              399 ext/sysvmsg/sysvmsg.c 	sysvmsg_queue_t * mq = NULL;
NULL              400 ext/sysvmsg/sysvmsg.c 	struct php_msgbuf * messagebuffer = NULL; /* buffer to transmit */
NULL              411 ext/sysvmsg/sysvmsg.c 	if ((mq = (sysvmsg_queue_t *)zend_fetch_resource(Z_RES_P(queue), "sysvmsg queue", le_sysvmsg)) == NULL) {
NULL              450 ext/sysvmsg/sysvmsg.c 				php_error_docref(NULL, E_WARNING, "Message parameter must be either a string or a number.");
NULL              470 ext/sysvmsg/sysvmsg.c 		php_error_docref(NULL, E_WARNING, "msgsnd failed: %s", strerror(errno));
NULL               54 ext/sysvsem/php_sysvsem.h #define sysvsem_module_ptr NULL
NULL               99 ext/sysvsem/sysvsem.c 	NULL,
NULL              100 ext/sysvsem/sysvsem.c 	NULL,
NULL              101 ext/sysvsem/sysvsem.c 	NULL,
NULL              102 ext/sysvsem/sysvsem.c 	NULL,
NULL              176 ext/sysvsem/sysvsem.c 	php_sysvsem_module.le_sem = zend_register_list_destructors_ex(release_sysvsem_sem, NULL, "sysvsem", module_number);
NULL              209 ext/sysvsem/sysvsem.c 		php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
NULL              241 ext/sysvsem/sysvsem.c 			php_error_docref(NULL, E_WARNING, "failed acquiring SYSVSEM_SETVAL for key 0x%lx: %s", key, strerror(errno));
NULL              247 ext/sysvsem/sysvsem.c 	count = semctl(semid, SYSVSEM_USAGE, GETVAL, NULL);
NULL              249 ext/sysvsem/sysvsem.c 		php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
NULL              260 ext/sysvsem/sysvsem.c 			php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
NULL              265 ext/sysvsem/sysvsem.c 			php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
NULL              270 ext/sysvsem/sysvsem.c 			php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno));
NULL              282 ext/sysvsem/sysvsem.c 			php_error_docref(NULL, E_WARNING, "failed releasing SYSVSEM_SETVAL for key 0x%lx: %s", key, strerror(errno));
NULL              317 ext/sysvsem/sysvsem.c 	if ((sem_ptr = (sysvsem_sem *)zend_fetch_resource(Z_RES_P(arg_id), "SysV semaphore", php_sysvsem_module.le_sem)) == NULL) {
NULL              322 ext/sysvsem/sysvsem.c 		php_error_docref(NULL, E_WARNING, "SysV semaphore %ld (key 0x%x) is not currently acquired", Z_LVAL_P(arg_id), sem_ptr->key);
NULL              333 ext/sysvsem/sysvsem.c 				php_error_docref(NULL, E_WARNING, "failed to %s key 0x%x: %s", acquire ? "acquire" : "release", sem_ptr->key, strerror(errno));
NULL              381 ext/sysvsem/sysvsem.c 	if ((sem_ptr = (sysvsem_sem *)zend_fetch_resource(Z_RES_P(arg_id), "SysV semaphore", php_sysvsem_module.le_sem)) == NULL) {
NULL              389 ext/sysvsem/sysvsem.c 	if (semctl(sem_ptr->semid, 0, IPC_STAT, NULL) < 0) {
NULL              391 ext/sysvsem/sysvsem.c 		php_error_docref(NULL, E_WARNING, "SysV semaphore %ld does not (any longer) exist", Z_LVAL_P(arg_id));
NULL              398 ext/sysvsem/sysvsem.c 	if (semctl(sem_ptr->semid, 0, IPC_RMID, NULL) < 0) {
NULL              400 ext/sysvsem/sysvsem.c 		php_error_docref(NULL, E_WARNING, "failed for SysV sempphore %ld: %s", Z_LVAL_P(arg_id), strerror(errno));
NULL               86 ext/sysvshm/php_sysvshm.h #define sysvshm_module_ptr NULL
NULL              100 ext/sysvshm/sysvshm.c 	NULL,
NULL              101 ext/sysvshm/sysvshm.c 	NULL,
NULL              102 ext/sysvshm/sysvshm.c 	NULL,
NULL              103 ext/sysvshm/sysvshm.c 	NULL,
NULL              116 ext/sysvshm/sysvshm.c 	if ((shm_ptr = (sysvshm_shm *)zend_fetch_resource(Z_RES_P(z_ptr), PHP_SHM_RSRC_NAME, php_sysvshm.le_shm)) == NULL) { \
NULL              141 ext/sysvshm/sysvshm.c 	php_sysvshm.le_shm = zend_register_list_destructors_ex(php_release_sysvshm, NULL, PHP_SHM_RSRC_NAME, module_number);
NULL              164 ext/sysvshm/sysvshm.c 		php_error_docref(NULL, E_WARNING, "Segment size must be greater than zero");
NULL              173 ext/sysvshm/sysvshm.c 			php_error_docref(NULL, E_WARNING, "failed for key 0x%px: memorysize too small", shm_key);
NULL              178 ext/sysvshm/sysvshm.c 			php_error_docref(NULL, E_WARNING, "failed for key 0x%px: %s", shm_key, strerror(errno));
NULL              184 ext/sysvshm/sysvshm.c 	if ((shm_ptr = shmat(shm_id, NULL, 0)) == (void *) -1) {
NULL              185 ext/sysvshm/sysvshm.c 		php_error_docref(NULL, E_WARNING, "failed for key 0x%px: %s", shm_key, strerror(errno));
NULL              235 ext/sysvshm/sysvshm.c 	if (shmctl(shm_list_ptr->id, IPC_RMID, NULL) < 0) {
NULL              236 ext/sysvshm/sysvshm.c 		php_error_docref(NULL, E_WARNING, "failed for key 0x%x, id %ld: %s", shm_list_ptr->key, Z_LVAL_P(shm_id), strerror(errno));
NULL              271 ext/sysvshm/sysvshm.c 	ret = php_put_shm_data(shm_list_ptr->ptr, shm_key, shm_var.s? ZSTR_VAL(shm_var.s) : NULL, shm_var.s? ZSTR_LEN(shm_var.s) : 0);
NULL              277 ext/sysvshm/sysvshm.c 		php_error_docref(NULL, E_WARNING, "not enough shared memory left");
NULL              306 ext/sysvshm/sysvshm.c 		php_error_docref(NULL, E_WARNING, "variable key %pd doesn't exist", shm_key);
NULL              314 ext/sysvshm/sysvshm.c 		php_error_docref(NULL, E_WARNING, "variable data in shared memory is corrupted");
NULL              353 ext/sysvshm/sysvshm.c 		php_error_docref(NULL, E_WARNING, "variable key %pd doesn't exist", shm_key);
NULL               56 ext/tidy/tidy.c 		if (zend_parse_method_parameters(ZEND_NUM_ARGS(), NULL, "O", &object, tidy_ce_doc) == FAILURE) {	\
NULL               79 ext/tidy/tidy.c                 php_error_docref(NULL, E_WARNING, "Could not load configuration file '%s'", Z_STRVAL_P(_val)); \
NULL               82 ext/tidy/tidy.c                 php_error_docref(NULL, E_NOTICE, "There were errors while parsing the configuration file '%s'", Z_STRVAL_P(_val)); \
NULL               96 ext/tidy/tidy.c 		tidy_object_handlers_ ## name.clone_obj = NULL; \
NULL              161 ext/tidy/tidy.c 			php_error_docref(NULL, E_WARNING, "Unable to load Tidy configuration file at '%s'.", TG(default_config)); \
NULL              407 ext/tidy/tidy.c 	TIDY_METHOD_MAP(getOpt, tidy_getopt, NULL)
NULL              408 ext/tidy/tidy.c 	TIDY_METHOD_MAP(cleanRepair, tidy_clean_repair, NULL)
NULL              409 ext/tidy/tidy.c 	TIDY_DOC_ME(parseFile, NULL)
NULL              410 ext/tidy/tidy.c 	TIDY_DOC_ME(parseString, NULL)
NULL              411 ext/tidy/tidy.c 	TIDY_METHOD_MAP(repairString, tidy_repair_string, NULL)
NULL              412 ext/tidy/tidy.c 	TIDY_METHOD_MAP(repairFile, tidy_repair_file, NULL)
NULL              413 ext/tidy/tidy.c 	TIDY_METHOD_MAP(diagnose, tidy_diagnose, NULL)
NULL              414 ext/tidy/tidy.c 	TIDY_METHOD_MAP(getRelease, tidy_get_release, NULL)
NULL              415 ext/tidy/tidy.c 	TIDY_METHOD_MAP(getConfig, tidy_get_config, NULL)
NULL              416 ext/tidy/tidy.c 	TIDY_METHOD_MAP(getStatus, tidy_get_status, NULL)
NULL              417 ext/tidy/tidy.c 	TIDY_METHOD_MAP(getHtmlVer, tidy_get_html_ver, NULL)
NULL              419 ext/tidy/tidy.c 	TIDY_METHOD_MAP(getOptDoc, tidy_get_opt_doc, NULL)
NULL              421 ext/tidy/tidy.c 	TIDY_METHOD_MAP(isXhtml, tidy_is_xhtml, NULL)
NULL              422 ext/tidy/tidy.c 	TIDY_METHOD_MAP(isXml, tidy_is_xml, NULL)
NULL              423 ext/tidy/tidy.c 	TIDY_METHOD_MAP(root, tidy_get_root, NULL)
NULL              424 ext/tidy/tidy.c 	TIDY_METHOD_MAP(head, tidy_get_head, NULL)
NULL              425 ext/tidy/tidy.c 	TIDY_METHOD_MAP(html, tidy_get_html, NULL)
NULL              426 ext/tidy/tidy.c 	TIDY_METHOD_MAP(body, tidy_get_body, NULL)
NULL              427 ext/tidy/tidy.c 	TIDY_DOC_ME(__construct, NULL)
NULL              432 ext/tidy/tidy.c 	TIDY_NODE_ME(hasChildren, NULL)
NULL              433 ext/tidy/tidy.c 	TIDY_NODE_ME(hasSiblings, NULL)
NULL              434 ext/tidy/tidy.c 	TIDY_NODE_ME(isComment, NULL)
NULL              435 ext/tidy/tidy.c 	TIDY_NODE_ME(isHtml, NULL)
NULL              436 ext/tidy/tidy.c 	TIDY_NODE_ME(isText, NULL)
NULL              437 ext/tidy/tidy.c 	TIDY_NODE_ME(isJste, NULL)
NULL              438 ext/tidy/tidy.c 	TIDY_NODE_ME(isAsp, NULL)
NULL              439 ext/tidy/tidy.c 	TIDY_NODE_ME(isPhp, NULL)
NULL              440 ext/tidy/tidy.c 	TIDY_NODE_ME(getParent, NULL)
NULL              441 ext/tidy/tidy.c 	TIDY_NODE_PRIVATE_ME(__construct, NULL)
NULL              457 ext/tidy/tidy.c 	NULL,
NULL              461 ext/tidy/tidy.c 	NULL,
NULL              462 ext/tidy/tidy.c 	NULL,
NULL              463 ext/tidy/tidy.c 	NULL,
NULL              491 ext/tidy/tidy.c 	php_error_docref(NULL, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (char *)msg);
NULL              502 ext/tidy/tidy.c 		php_error_docref(NULL, E_NOTICE, "Unknown Tidy Configuration Option '%s'", optname);
NULL              507 ext/tidy/tidy.c 		php_error_docref(NULL, E_NOTICE, "Attempting to set read-only option '%s'", optname);
NULL              549 ext/tidy/tidy.c 			php_error_docref(NULL, E_WARNING, "Unable to determine type of configuration option");
NULL              558 ext/tidy/tidy.c 	char *enc = NULL;
NULL              564 ext/tidy/tidy.c 	zval *config = NULL;
NULL              581 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "Input string is too long");
NULL              593 ext/tidy/tidy.c 		php_error_docref(NULL, E_ERROR, "Could not set Tidy error buffer");
NULL              607 ext/tidy/tidy.c 			php_error_docref(NULL, E_WARNING, "Could not set encoding '%s'", enc);
NULL              619 ext/tidy/tidy.c 			php_error_docref(NULL, E_WARNING, "%s", errbuf->bp);
NULL              648 ext/tidy/tidy.c 	zend_string *data = NULL;
NULL              650 ext/tidy/tidy.c 	if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) {
NULL              651 ext/tidy/tidy.c 		return NULL;
NULL              653 ext/tidy/tidy.c 	if ((data = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) == NULL) {
NULL              705 ext/tidy/tidy.c 				php_error_docref(NULL, E_ERROR, "Could not set Tidy error buffer");
NULL              951 ext/tidy/tidy.c 	return NULL;
NULL             1002 ext/tidy/tidy.c 		if (opt_name == NULL) {
NULL             1017 ext/tidy/tidy.c 			php_error_docref(NULL, E_WARNING, "Could not set encoding '%s'", enc);
NULL             1027 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "%s", obj->ptdoc->errbuf->bp);
NULL             1043 ext/tidy/tidy.c 	REGISTER_TIDY_CLASS(tidy, doc,	NULL, 0);
NULL             1044 ext/tidy/tidy.c 	REGISTER_TIDY_CLASS(tidyNode, node,	NULL, ZEND_ACC_FINAL);
NULL             1107 ext/tidy/tidy.c 			php_error_docref(NULL, E_WARNING, "Cannot enable tidy.clean_output - there has already been output");
NULL             1111 ext/tidy/tidy.c 			php_error_docref(NULL, E_WARNING, "Cannot change tidy.clean_output - headers already sent");
NULL             1143 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "Cannot use a chunk size for ob_tidyhandler");
NULL             1144 ext/tidy/tidy.c 		return NULL;
NULL             1167 ext/tidy/tidy.c 				php_error_docref(NULL, E_WARNING, "Input string is too long");
NULL             1198 ext/tidy/tidy.c 	char *enc = NULL;
NULL             1201 ext/tidy/tidy.c 	zval *options = NULL;
NULL             1209 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "Input string is too long");
NULL             1258 ext/tidy/tidy.c 	char *enc = NULL;
NULL             1262 ext/tidy/tidy.c 	zval *options = NULL;
NULL             1275 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using include path)" : "");
NULL             1280 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "Input string is too long");
NULL             1371 ext/tidy/tidy.c 		if (zend_parse_method_parameters(ZEND_NUM_ARGS(), NULL, "Os", &object, tidy_ce_doc, &optname, &optname_len) == FAILURE) {
NULL             1381 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "Unknown Tidy Configuration Option '%s'", optname);
NULL             1532 ext/tidy/tidy.c 		if (zend_parse_method_parameters(ZEND_NUM_ARGS(), NULL, "Os", &object, tidy_ce_doc, &optname, &optname_len) == FAILURE) {
NULL             1542 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "Unknown Tidy Configuration Option '%s'", optname);
NULL             1565 ext/tidy/tidy.c 			php_error_docref(NULL, E_WARNING, "Unable to determine type of configuration option");
NULL             1575 ext/tidy/tidy.c 	char *enc = NULL;
NULL             1578 ext/tidy/tidy.c 	zval *options = NULL;
NULL             1579 ext/tidy/tidy.c 	zend_string *contents, *inputfile = NULL;
NULL             1593 ext/tidy/tidy.c 			php_error_docref(NULL, E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using include path)" : "");
NULL             1598 ext/tidy/tidy.c 			php_error_docref(NULL, E_WARNING, "Input string is too long");
NULL             1612 ext/tidy/tidy.c 	char *enc = NULL;
NULL             1615 ext/tidy/tidy.c 	zval *options = NULL;
NULL             1629 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using include path)" : "");
NULL             1634 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "Input string is too long");
NULL             1651 ext/tidy/tidy.c 	char *enc = NULL;
NULL             1653 ext/tidy/tidy.c 	zval *options = NULL;
NULL             1664 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "Input string is too long");
NULL             1852 ext/tidy/tidy.c 	php_error_docref(NULL, E_ERROR, "You should not create a tidyNode manually");
NULL               76 ext/tokenizer/tokenizer.c 	NULL,
NULL               77 ext/tokenizer/tokenizer.c 	NULL,
NULL               78 ext/tokenizer/tokenizer.c 	NULL,
NULL              241 ext/tokenizer/tokenizer.c 		CG(ast) = NULL;
NULL               41 ext/wddx/php_wddx.h #define wddx_module_ptr NULL
NULL               72 ext/wddx/wddx.c 			stack->varname = NULL;					\
NULL               74 ext/wddx/wddx.c 			ent.varname = NULL;						\
NULL              162 ext/wddx/wddx.c 	NULL,
NULL              163 ext/wddx/wddx.c 	NULL,
NULL              164 ext/wddx/wddx.c 	NULL,
NULL              178 ext/wddx/wddx.c 	stack->varname = NULL;
NULL              207 ext/wddx/wddx.c 		*element = NULL;
NULL              268 ext/wddx/wddx.c 	php_wddx_packet_start(packet, NULL, 0);
NULL              306 ext/wddx/wddx.c 			if (key == NULL) {
NULL              311 ext/wddx/wddx.c 			if (php_set_session_var(key, ent, NULL)) {
NULL              330 ext/wddx/wddx.c 	le_wddx = zend_register_list_destructors_ex(release_wddx_packet_rsrc, NULL, "wddx", module_number);
NULL              398 ext/wddx/wddx.c 			(unsigned char *) Z_STRVAL_P(var), Z_STRLEN_P(var), 0, ENT_QUOTES, NULL);
NULL              454 ext/wddx/wddx.c 	if (call_user_function_ex(CG(function_table), obj, &fname, &retval, 0, 0, 1, NULL) == SUCCESS) {
NULL              474 ext/wddx/wddx.c 					php_error_docref(NULL, E_NOTICE, "__sleep should return an array only containing the names of instance-variables to serialize.");
NULL              478 ext/wddx/wddx.c 				if ((ent = zend_hash_find(objhash, Z_STR_P(varname))) != NULL) {
NULL              575 ext/wddx/wddx.c 			php_wddx_serialize_var(packet, ent, NULL);
NULL              595 ext/wddx/wddx.c 		zend_string *name_esc = php_escape_html_entities((unsigned char *) ZSTR_VAL(name), ZSTR_LEN(name), 0, ENT_QUOTES, NULL);
NULL              629 ext/wddx/wddx.c 				php_error_docref(NULL, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references");
NULL              644 ext/wddx/wddx.c 				php_error_docref(NULL, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references");
NULL              668 ext/wddx/wddx.c 		if ((val = zend_hash_find(symbol_table, Z_STR_P(name_var))) != NULL) {
NULL              680 ext/wddx/wddx.c 			php_error_docref(NULL, E_WARNING, "recursion detected");
NULL              739 ext/wddx/wddx.c 				snprintf(tmp_buf, sizeof(tmp_buf), "%c", (char)strtol((char *)atts[i], NULL, 16));
NULL              806 ext/wddx/wddx.c 				while ((p2 = php_memnstr(p1, ",", sizeof(",")-1, endp)) != NULL) {
NULL              829 ext/wddx/wddx.c 		ent.varname = NULL;
NULL              839 ext/wddx/wddx.c 					(field = zend_hash_str_find(Z_ARRVAL(recordset->data), (char*)atts[i], strlen((char *)atts[i]))) != NULL) {
NULL              903 ext/wddx/wddx.c 			call_user_function_ex(NULL, &ent1->data, &fname, &retval, 0, 0, 0, NULL);
NULL              931 ext/wddx/wddx.c 						if ((pce = zend_hash_find_ptr(EG(class_table), Z_STR(ent1->data))) == NULL) {
NULL              977 ext/wddx/wddx.c 		stack->varname = NULL;
NULL             1034 ext/wddx/wddx.c 				Z_LVAL(ent->data) = php_parse_date(tmp, NULL);
NULL             1090 ext/wddx/wddx.c 	char *comment = NULL;
NULL             1101 ext/wddx/wddx.c 	php_wddx_serialize_var(packet, var, NULL);
NULL             1116 ext/wddx/wddx.c 	zval *args = NULL;
NULL             1124 ext/wddx/wddx.c 	php_wddx_packet_start(packet, NULL, 0);
NULL             1174 ext/wddx/wddx.c 	char *comment = NULL;
NULL             1178 ext/wddx/wddx.c 	comment = NULL;
NULL             1198 ext/wddx/wddx.c 	wddx_packet *packet = NULL;
NULL             1204 ext/wddx/wddx.c 	if ((packet = (wddx_packet *)zend_fetch_resource(Z_RES_P(packet_id), "WDDX packet ID", le_wddx)) == NULL) {
NULL             1224 ext/wddx/wddx.c 	zval *args = NULL;
NULL             1226 ext/wddx/wddx.c 	wddx_packet *packet = NULL;
NULL             1232 ext/wddx/wddx.c 	if ((packet = (wddx_packet *)zend_fetch_resource(Z_RES_P(packet_id), "WDDX packet ID", le_wddx)) == NULL) {
NULL             1258 ext/wddx/wddx.c 	php_stream *stream = NULL;
NULL             1259 ext/wddx/wddx.c 	zend_string *payload = NULL;
NULL             1273 ext/wddx/wddx.c 		php_error_docref(NULL, E_WARNING, "Expecting parameter 1 to be a string or a stream");
NULL             1277 ext/wddx/wddx.c 	if (payload == NULL) {
NULL               33 ext/xml/compat.c 	((__ns) != NULL && strlen(__ns) == 5 && *(__ns) == 'x' && *((__ns)+1) == 'm' && \
NULL               53 ext/xml/compat.c 	xmlChar    *qualified_name = NULL;
NULL               55 ext/xml/compat.c 	if (parser->h_start_element == NULL) {
NULL               61 ext/xml/compat.c 				while (attributes[attno] != NULL) {
NULL               93 ext/xml/compat.c 	xmlChar    *qualified_name = NULL;
NULL               94 ext/xml/compat.c 	xmlChar **attrs = NULL;
NULL               99 ext/xml/compat.c 	if (nb_namespaces > 0 && parser->h_start_ns != NULL) {
NULL              107 ext/xml/compat.c 	if (parser->h_start_element == NULL) {
NULL              171 ext/xml/compat.c 	if (attributes != NULL) {
NULL              172 ext/xml/compat.c 		xmlChar    *qualified_name_attr = NULL;
NULL              177 ext/xml/compat.c 			if (attributes[y+1] != NULL) {
NULL              188 ext/xml/compat.c 		attrs[z] = NULL;
NULL              206 ext/xml/compat.c 	if (parser->h_end_element == NULL) {
NULL              230 ext/xml/compat.c 	if (parser->h_end_element == NULL) {
NULL              258 ext/xml/compat.c 	if (parser->h_cdata == NULL) {
NULL              273 ext/xml/compat.c 	if (parser->h_pi == NULL) {
NULL              295 ext/xml/compat.c 	if (parser->h_unparsed_entity_decl == NULL) {
NULL              299 ext/xml/compat.c 	parser->h_unparsed_entity_decl(parser->user, name, NULL, sys_id, pub_id, notation);
NULL              307 ext/xml/compat.c 	if (parser->h_notation_decl == NULL) {
NULL              311 ext/xml/compat.c 	parser->h_notation_decl(parser->user, notation, NULL, sys_id, pub_id);
NULL              358 ext/xml/compat.c 	if (parser->h_external_entity_ref == NULL) {
NULL              369 ext/xml/compat.c 	xmlEntityPtr ret = NULL;
NULL              373 ext/xml/compat.c 		if (ret == NULL)
NULL              376 ext/xml/compat.c 		if (ret == NULL || (parser->parser->instate != XML_PARSER_ENTITY_VALUE && parser->parser->instate != XML_PARSER_ATTRIBUTE_VALUE)) {
NULL              377 ext/xml/compat.c 			if (ret == NULL || ret->etype == XML_INTERNAL_GENERAL_ENTITY || ret->etype == XML_INTERNAL_PARAMETER_ENTITY || ret->etype == XML_INTERNAL_PREDEFINED_ENTITY) {
NULL              395 ext/xml/compat.c 					_external_entity_ref_handler(user, ret->name, ret->etype, ret->SystemID, ret->ExternalID, NULL);
NULL              406 ext/xml/compat.c 	NULL, /* internalSubset */
NULL              407 ext/xml/compat.c 	NULL, /* isStandalone */
NULL              408 ext/xml/compat.c 	NULL, /* hasInternalSubset */
NULL              409 ext/xml/compat.c 	NULL, /* hasExternalSubset */
NULL              410 ext/xml/compat.c 	NULL, /* resolveEntity */
NULL              412 ext/xml/compat.c 	NULL, /* entityDecl */
NULL              414 ext/xml/compat.c 	NULL, /* attributeDecl */
NULL              415 ext/xml/compat.c 	NULL, /* elementDecl */
NULL              417 ext/xml/compat.c 	NULL, /* setDocumentLocator */
NULL              418 ext/xml/compat.c 	NULL, /* startDocument */
NULL              419 ext/xml/compat.c 	NULL, /* endDocument */
NULL              422 ext/xml/compat.c 	NULL, /* reference */
NULL              424 ext/xml/compat.c 	NULL, /* ignorableWhitespace */
NULL              427 ext/xml/compat.c 	NULL, /* warning */
NULL              428 ext/xml/compat.c 	NULL, /* error */
NULL              429 ext/xml/compat.c 	NULL,  /* fatalError */
NULL              430 ext/xml/compat.c 	NULL,  /* getParameterEntity */
NULL              432 ext/xml/compat.c 	NULL, /* externalSubset */
NULL              434 ext/xml/compat.c 	NULL,
NULL              437 ext/xml/compat.c 	NULL
NULL              443 ext/xml/compat.c 	return XML_ParserCreate_MM(encoding, NULL, NULL);
NULL              452 ext/xml/compat.c 	return XML_ParserCreate_MM(encoding, NULL, tmp);
NULL              463 ext/xml/compat.c 	parser->_ns_separator = NULL;
NULL              465 ext/xml/compat.c 	parser->parser = xmlCreatePushParserCtxt((xmlSAXHandlerPtr) &php_xml_compat_handlers, (void *) parser, NULL, 0, NULL);
NULL              466 ext/xml/compat.c 	if (parser->parser == NULL) {
NULL              468 ext/xml/compat.c 		return NULL;
NULL              482 ext/xml/compat.c 	if (sep != NULL) {
NULL              770 ext/xml/compat.c 		parser->parser->myDoc = NULL;
NULL               34 ext/xml/php_xml.h #define xml_module_ptr NULL
NULL              256 ext/xml/xml.c      STANDARD_MODULE_HEADER_EX, NULL,
NULL              264 ext/xml/xml.c  	NULL,                 /* extension-wide shutdown function */
NULL              265 ext/xml/xml.c  	NULL,                 /* per-request startup function */
NULL              266 ext/xml/xml.c  	NULL,                 /* per-request shutdown function */
NULL              271 ext/xml/xml.c      NULL,                    /* globals dtor */
NULL              272 ext/xml/xml.c      NULL,                    /* post deactivate */
NULL              282 ext/xml/xml.c  	{ (XML_Char *)"UTF-8",      NULL,                  NULL                  },
NULL              283 ext/xml/xml.c  	{ (XML_Char *)NULL,         NULL,                  NULL                  }
NULL              314 ext/xml/xml.c  	if (ptr != NULL) {
NULL              321 ext/xml/xml.c  	le_xml_parser =	zend_register_list_destructors_ex(xml_parser_dtor, NULL, "xml", module_number);
NULL              385 ext/xml/xml.c  	if (s == NULL) {
NULL              488 ext/xml/xml.c  		fci.symbol_table = NULL;
NULL              496 ext/xml/xml.c  		result = zend_call_function(&fci, NULL);
NULL              502 ext/xml/xml.c  				php_error_docref(NULL, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(handler));
NULL              503 ext/xml/xml.c  			} else if ((obj = zend_hash_index_find(Z_ARRVAL_P(handler), 0)) != NULL &&
NULL              504 ext/xml/xml.c  					   (method = zend_hash_index_find(Z_ARRVAL_P(handler), 1)) != NULL &&
NULL              507 ext/xml/xml.c  				php_error_docref(NULL, E_WARNING, "Unable to call handler %s::%s()", ZSTR_VAL(Z_OBJCE_P(obj)->name), Z_STRVAL_P(method));
NULL              509 ext/xml/xml.c  				php_error_docref(NULL, E_WARNING, "Unable to call handler");
NULL              557 ext/xml/xml.c  	return NULL;
NULL              567 ext/xml/xml.c  	unsigned short (*encoder)(unsigned char) = NULL;
NULL              574 ext/xml/xml.c  		return NULL;
NULL              576 ext/xml/xml.c  	if (encoder == NULL) {
NULL              617 ext/xml/xml.c  	char (*decoder)(unsigned short) = NULL;
NULL              625 ext/xml/xml.c  	if (decoder == NULL) {
NULL              676 ext/xml/xml.c  	return NULL;
NULL              689 ext/xml/xml.c  	if ((element = zend_hash_str_find(Z_ARRVAL(parser->info), name, strlen(name))) == NULL) {
NULL              794 ext/xml/xml.c  							php_error_docref(NULL, E_WARNING, "Maximum depth exceeded - Results truncated");
NULL              935 ext/xml/xml.c  											php_error_docref(NULL, E_WARNING, "Maximum depth exceeded - Results truncated");
NULL             1097 ext/xml/xml.c  	char *encoding_param = NULL;
NULL             1100 ext/xml/xml.c  	char *ns_param = NULL;
NULL             1109 ext/xml/xml.c  	if (encoding_param != NULL) {
NULL             1123 ext/xml/xml.c  			php_error_docref(NULL, E_WARNING, "unsupported source encoding \"%s\"", encoding_param);
NULL             1130 ext/xml/xml.c  	if (ns_support && ns_param == NULL){
NULL             1135 ext/xml/xml.c  	parser->parser = XML_ParserCreate_MM((auto_detect ? NULL : encoding),
NULL             1176 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1207 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1229 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1250 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1271 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1292 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1313 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1334 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1355 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1376 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1401 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1419 ext/xml/xml.c  	zval *pind, *xdata, *info = NULL;
NULL             1433 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1472 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1509 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1528 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1547 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1567 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1572 ext/xml/xml.c  		php_error_docref(NULL, E_WARNING, "Parser cannot be freed while it is parsing.");
NULL             1595 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1616 ext/xml/xml.c  			if (enc == NULL) {
NULL             1617 ext/xml/xml.c  				php_error_docref(NULL, E_WARNING, "Unsupported target encoding \"%s\"", Z_STRVAL_P(val));
NULL             1624 ext/xml/xml.c  			php_error_docref(NULL, E_WARNING, "Unknown option");
NULL             1644 ext/xml/xml.c  	if ((parser = (xml_parser *)zend_fetch_resource(Z_RES_P(pind), "XML Parser", le_xml_parser)) == NULL) {
NULL             1656 ext/xml/xml.c  			php_error_docref(NULL, E_WARNING, "Unknown option");
NULL             1678 ext/xml/xml.c  	if (encoded == NULL) {
NULL             1698 ext/xml/xml.c  	if (decoded == NULL) {
NULL               75 ext/xmlreader/php_xmlreader.c 	const xmlChar *retchar = NULL;
NULL               78 ext/xmlreader/php_xmlreader.c 	if (obj->ptr != NULL) {
NULL               85 ext/xmlreader/php_xmlreader.c 					php_error_docref(NULL, E_WARNING, "Internal libxml error returned");
NULL              120 ext/xmlreader/php_xmlreader.c 	zval *retval = NULL;
NULL              121 ext/xmlreader/php_xmlreader.c 	xmlreader_prop_handler *hnd = NULL;
NULL              133 ext/xmlreader/php_xmlreader.c 	if (obj->prop_handler != NULL) {
NULL              137 ext/xmlreader/php_xmlreader.c 	if (hnd == NULL) {
NULL              155 ext/xmlreader/php_xmlreader.c 	zval *retval = NULL;
NULL              156 ext/xmlreader/php_xmlreader.c 	xmlreader_prop_handler *hnd = NULL;
NULL              168 ext/xmlreader/php_xmlreader.c 	if (obj->prop_handler != NULL) {
NULL              172 ext/xmlreader/php_xmlreader.c 	if (hnd != NULL) {
NULL              195 ext/xmlreader/php_xmlreader.c 	xmlreader_prop_handler *hnd = NULL;
NULL              207 ext/xmlreader/php_xmlreader.c 	if (obj->prop_handler != NULL) {
NULL              210 ext/xmlreader/php_xmlreader.c 	if (hnd != NULL) {
NULL              211 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Cannot write to read-only property");
NULL              237 ext/xmlreader/php_xmlreader.c 	if (uri->scheme != NULL) {
NULL              258 ext/xmlreader/php_xmlreader.c 	if ((uri->scheme == NULL || isFileUri)) {
NULL              261 ext/xmlreader/php_xmlreader.c 			return NULL;
NULL              278 ext/xmlreader/php_xmlreader.c 	char *valid_file = NULL;
NULL              279 ext/xmlreader/php_xmlreader.c 	xmlRelaxNGParserCtxtPtr parser = NULL;
NULL              287 ext/xmlreader/php_xmlreader.c 			return NULL;
NULL              297 ext/xmlreader/php_xmlreader.c 		return NULL;
NULL              300 ext/xmlreader/php_xmlreader.c 	if (parser == NULL) {
NULL              301 ext/xmlreader/php_xmlreader.c 		return NULL;
NULL              326 ext/xmlreader/php_xmlreader.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL              329 ext/xmlreader/php_xmlreader.c 	NULL,
NULL              332 ext/xmlreader/php_xmlreader.c 	NULL,
NULL              333 ext/xmlreader/php_xmlreader.c 	NULL,
NULL              356 ext/xmlreader/php_xmlreader.c 			intern->input = NULL;
NULL              361 ext/xmlreader/php_xmlreader.c 			intern->ptr = NULL;
NULL              366 ext/xmlreader/php_xmlreader.c 			intern->schema = NULL;
NULL              403 ext/xmlreader/php_xmlreader.c 	char *retchar = NULL;
NULL              412 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Argument cannot be an empty string");
NULL              460 ext/xmlreader/php_xmlreader.c 	char *retchar = NULL;
NULL              487 ext/xmlreader/php_xmlreader.c 	xmlRelaxNGPtr schema = NULL;
NULL              494 ext/xmlreader/php_xmlreader.c 	if (source != NULL && !source_len) {
NULL              495 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Schema data source is required");
NULL              504 ext/xmlreader/php_xmlreader.c 			schema =  _xmlreader_get_relaxNG(source, source_len, type, NULL, NULL);
NULL              510 ext/xmlreader/php_xmlreader.c 			retval = xmlTextReaderRelaxNGSetSchema(intern->ptr, NULL);
NULL              524 ext/xmlreader/php_xmlreader.c 	php_error_docref(NULL, E_WARNING, "Unable to set schema. This must be set prior to reading or schema contains errors.");
NULL              528 ext/xmlreader/php_xmlreader.c 	php_error_docref(NULL, E_WARNING, "No Schema support built into libxml.");
NULL              567 ext/xmlreader/php_xmlreader.c 	char *retchar = NULL;
NULL              594 ext/xmlreader/php_xmlreader.c 	char *name, *ns_uri, *retchar = NULL;
NULL              601 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Attribute Name and Namespace URI cannot be empty");
NULL              638 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Invalid parser property");
NULL              679 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Attribute Name is required");
NULL              741 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Attribute Name and Namespace URI cannot be empty");
NULL              793 ext/xmlreader/php_xmlreader.c 	if (intern != NULL && intern->ptr != NULL) {
NULL              802 ext/xmlreader/php_xmlreader.c 	php_error_docref(NULL, E_WARNING, "Load Data before trying to read");
NULL              815 ext/xmlreader/php_xmlreader.c 	char *name = NULL;
NULL              823 ext/xmlreader/php_xmlreader.c 	if (intern != NULL && intern->ptr != NULL) {
NULL              831 ext/xmlreader/php_xmlreader.c 		while (name != NULL && retval == 1) {
NULL              844 ext/xmlreader/php_xmlreader.c 	php_error_docref(NULL, E_WARNING, "Load Data before trying to read");
NULL              856 ext/xmlreader/php_xmlreader.c 	xmlreader_object *intern = NULL;
NULL              857 ext/xmlreader/php_xmlreader.c 	char *source, *valid_file = NULL;
NULL              858 ext/xmlreader/php_xmlreader.c 	char *encoding = NULL;
NULL              860 ext/xmlreader/php_xmlreader.c 	xmlTextReaderPtr reader = NULL;
NULL              867 ext/xmlreader/php_xmlreader.c 	if (id != NULL) {
NULL              869 ext/xmlreader/php_xmlreader.c 			id = NULL;
NULL              877 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Empty string supplied as input");
NULL              887 ext/xmlreader/php_xmlreader.c 	if (reader == NULL) {
NULL              888 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Unable to open source data");
NULL              892 ext/xmlreader/php_xmlreader.c 	if (id == NULL) {
NULL              953 ext/xmlreader/php_xmlreader.c 	if (source != NULL && !source_len) {
NULL              954 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Schema data source is required");
NULL              969 ext/xmlreader/php_xmlreader.c 	php_error_docref(NULL, E_WARNING, "Unable to set schema. This must be set prior to reading or schema contains errors.");
NULL              973 ext/xmlreader/php_xmlreader.c 	php_error_docref(NULL, E_WARNING, "No Schema support built into libxml.");
NULL             1003 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Invalid parser property");
NULL             1040 ext/xmlreader/php_xmlreader.c 	xmlreader_object *intern = NULL;
NULL             1041 ext/xmlreader/php_xmlreader.c 	char *source, *uri = NULL, *encoding = NULL;
NULL             1043 ext/xmlreader/php_xmlreader.c 	char *directory=NULL, resolved_path[MAXPATHLEN];
NULL             1052 ext/xmlreader/php_xmlreader.c 	if (id != NULL && ! instanceof_function(Z_OBJCE_P(id), xmlreader_class_entry)) {
NULL             1053 ext/xmlreader/php_xmlreader.c 		id = NULL;
NULL             1055 ext/xmlreader/php_xmlreader.c 	if (id != NULL) {
NULL             1061 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Empty string supplied as input");
NULL             1067 ext/xmlreader/php_xmlreader.c     if (inputbfr != NULL) {
NULL             1084 ext/xmlreader/php_xmlreader.c 		if (reader != NULL) {
NULL             1086 ext/xmlreader/php_xmlreader.c 			ret = xmlTextReaderSetup(reader, NULL, uri, encoding, options);
NULL             1089 ext/xmlreader/php_xmlreader.c 				if (id == NULL) {
NULL             1114 ext/xmlreader/php_xmlreader.c 	php_error_docref(NULL, E_WARNING, "Unable to load source data");
NULL             1124 ext/xmlreader/php_xmlreader.c 	zval *id, *basenode = NULL;
NULL             1128 ext/xmlreader/php_xmlreader.c 	xmlDocPtr docp = NULL;
NULL             1129 ext/xmlreader/php_xmlreader.c 	php_libxml_node_object *domobj = NULL;
NULL             1135 ext/xmlreader/php_xmlreader.c 	if (basenode != NULL) {
NULL             1145 ext/xmlreader/php_xmlreader.c 		if (node == NULL) {
NULL             1146 ext/xmlreader/php_xmlreader.c 			php_error_docref(NULL, E_WARNING, "An Error Occurred while expanding ");
NULL             1150 ext/xmlreader/php_xmlreader.c 			if (nodec == NULL) {
NULL             1151 ext/xmlreader/php_xmlreader.c 				php_error_docref(NULL, E_NOTICE, "Cannot expand this node type");
NULL             1158 ext/xmlreader/php_xmlreader.c 		php_error_docref(NULL, E_WARNING, "Load Data before trying to expand");
NULL             1315 ext/xmlreader/php_xmlreader.c 	xmlreader_object_handlers.clone_obj = NULL;
NULL             1321 ext/xmlreader/php_xmlreader.c 	zend_hash_init(&xmlreader_prop_handlers, 0, NULL, php_xmlreader_free_prop_handler, 1);
NULL             1322 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "attributeCount", xmlTextReaderAttributeCount, NULL, IS_LONG);
NULL             1323 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "baseURI", NULL, xmlTextReaderConstBaseUri, IS_STRING);
NULL             1324 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "depth", xmlTextReaderDepth, NULL, IS_LONG);
NULL             1325 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "hasAttributes", xmlTextReaderHasAttributes, NULL, IS_FALSE);
NULL             1326 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "hasValue", xmlTextReaderHasValue, NULL, IS_FALSE);
NULL             1327 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "isDefault", xmlTextReaderIsDefault, NULL, IS_FALSE);
NULL             1328 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "isEmptyElement", xmlTextReaderIsEmptyElement, NULL, IS_FALSE);
NULL             1329 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "localName", NULL, xmlTextReaderConstLocalName, IS_STRING);
NULL             1330 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "name", NULL, xmlTextReaderConstName, IS_STRING);
NULL             1331 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "namespaceURI", NULL, xmlTextReaderConstNamespaceUri, IS_STRING);
NULL             1332 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "nodeType", xmlTextReaderNodeType, NULL, IS_LONG);
NULL             1333 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "prefix", NULL, xmlTextReaderConstPrefix, IS_STRING);
NULL             1334 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "value", NULL, xmlTextReaderConstValue, IS_STRING);
NULL             1335 ext/xmlreader/php_xmlreader.c 	xmlreader_register_prop_handler(&xmlreader_prop_handlers, "xmlLang", NULL, xmlTextReaderConstXmlLang, IS_STRING);
NULL               48 ext/xmlrpc/libxmlrpc/base64.c   b->ptr = NULL;
NULL               49 ext/xmlrpc/libxmlrpc/base64.c   b->data = NULL;
NULL               72 ext/xmlrpc/libxmlrpc/encodings.c          return NULL;
NULL              134 ext/xmlrpc/libxmlrpc/queue.c       q->head = q->tail = NULL;
NULL              239 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              264 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              293 ext/xmlrpc/libxmlrpc/queue.c       if(p == NULL)
NULL              299 ext/xmlrpc/libxmlrpc/queue.c       q->head->prev = NULL;
NULL              302 ext/xmlrpc/libxmlrpc/queue.c          q->head->next = NULL;
NULL              345 ext/xmlrpc/libxmlrpc/queue.c       if(n == NULL)
NULL              352 ext/xmlrpc/libxmlrpc/queue.c          q->tail->prev = NULL;
NULL              360 ext/xmlrpc/libxmlrpc/queue.c       q->tail->next = NULL;
NULL              396 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              405 ext/xmlrpc/libxmlrpc/queue.c       q->head = q->tail = q->cursor = NULL;
NULL              408 ext/xmlrpc/libxmlrpc/queue.c       q->head->prev = NULL;
NULL              439 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              447 ext/xmlrpc/libxmlrpc/queue.c       q->head = q->tail = q->cursor = NULL;
NULL              450 ext/xmlrpc/libxmlrpc/queue.c       q->tail->next = NULL;
NULL              480 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              482 ext/xmlrpc/libxmlrpc/queue.c    if(!q->cursor || q->cursor->next == NULL)
NULL              483 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              510 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              512 ext/xmlrpc/libxmlrpc/queue.c    if(q->cursor->prev == NULL)
NULL              513 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              527 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              529 ext/xmlrpc/libxmlrpc/queue.c    if(iter == NULL)
NULL              530 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              556 ext/xmlrpc/libxmlrpc/queue.c    if (n != NULL) {
NULL              635 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              637 ext/xmlrpc/libxmlrpc/queue.c    if(q->cursor == NULL)
NULL              638 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              661 ext/xmlrpc/libxmlrpc/queue.c       if(q->cursor == NULL)
NULL              695 ext/xmlrpc/libxmlrpc/queue.c    if (q == NULL) {
NULL              794 ext/xmlrpc/libxmlrpc/queue.c    if(index == NULL)
NULL              798 ext/xmlrpc/libxmlrpc/queue.c    if(posn_index == NULL) {
NULL              820 ext/xmlrpc/libxmlrpc/queue.c    while(dn != NULL) {
NULL              827 ext/xmlrpc/libxmlrpc/queue.c    if(d != NULL)
NULL              901 ext/xmlrpc/libxmlrpc/queue.c    if (q == NULL) {
NULL              902 ext/xmlrpc/libxmlrpc/queue.c 	return NULL;
NULL              907 ext/xmlrpc/libxmlrpc/queue.c          return NULL;
NULL              913 ext/xmlrpc/libxmlrpc/queue.c       return NULL;
NULL              943 ext/xmlrpc/libxmlrpc/queue.c    if (q == NULL) {
NULL              957 ext/xmlrpc/libxmlrpc/queue.c    return q ? (q_iter)q->head : NULL;
NULL              961 ext/xmlrpc/libxmlrpc/queue.c    return q ? (q_iter)q->tail : NULL;
NULL              965 ext/xmlrpc/libxmlrpc/queue.c    return qi ? (q_iter)((node*)qi)->next : NULL;
NULL              969 ext/xmlrpc/libxmlrpc/queue.c    return qi ? (q_iter)((node*)qi)->prev : NULL;
NULL              973 ext/xmlrpc/libxmlrpc/queue.c    return qi ? ((node*)qi)->data : NULL;
NULL               83 ext/xmlrpc/libxmlrpc/queue.h #define Q_Iter_Head_F(q) (q ? (q_iter)((queue*)q)->head : NULL)
NULL               84 ext/xmlrpc/libxmlrpc/queue.h #define Q_Iter_Tail_F(q) (q ? (q_iter)((queue*)q)->tail : NULL)
NULL               85 ext/xmlrpc/libxmlrpc/queue.h #define Q_Iter_Next_F(qi) (qi ? (q_iter)((node*)qi)->next : NULL)
NULL               86 ext/xmlrpc/libxmlrpc/queue.h #define Q_Iter_Prev_F(qi) (qi ? (q_iter)((node*)qi)->prev : NULL)
NULL               87 ext/xmlrpc/libxmlrpc/queue.h #define Q_Iter_Get_F(qi) (qi ? ((node*)qi)->data : NULL)
NULL               58 ext/xmlrpc/libxmlrpc/simplestring.h #ifndef NULL
NULL              300 ext/xmlrpc/libxmlrpc/system_methods.c    XMLRPC_VALUE xDesc = XMLRPC_IntrospectionCreateDescription(xsm_introspection_xml, NULL);
NULL              364 ext/xmlrpc/libxmlrpc/system_methods.c                             NULL);
NULL              133 ext/xmlrpc/libxmlrpc/xml_element.c #define my_free(thing)  if(thing) {free(thing); thing = NULL;}
NULL              211 ext/xmlrpc/libxmlrpc/xml_element.c           root->name = NULL;
NULL              689 ext/xmlrpc/libxmlrpc/xml_element.c    xml_element* xReturn = NULL;
NULL              701 ext/xmlrpc/libxmlrpc/xml_element.c       parser = XML_ParserCreate(NULL);
NULL              755 ext/xmlrpc/libxmlrpc/xml_element.c          xReturn->parent = NULL;
NULL              185 ext/xmlrpc/libxmlrpc/xml_element.h #define xml_elem_next_element(el) ((el) ? (xml_element *)Q_Next(&el->children) : NULL)
NULL              186 ext/xmlrpc/libxmlrpc/xml_element.h #define xml_elem_head_element(el) ((el) ? (xml_element *)Q_Head(&el->children) : NULL)
NULL              187 ext/xmlrpc/libxmlrpc/xml_element.h #define xml_elem_next_attr(el) ((el) ? (xml_element_attr *)Q_Next(&el->attrs) : NULL)
NULL              188 ext/xmlrpc/libxmlrpc/xml_element.h #define xml_elem_head_attr(el) ((el) ? (xml_element_attr *)Q_Head(&el->attrs) : NULL)
NULL              189 ext/xmlrpc/libxmlrpc/xml_element.h #define xml_elem_get_name(el) (char *)((el) ? el->name : NULL)
NULL              190 ext/xmlrpc/libxmlrpc/xml_element.h #define xml_elem_get_val(el) (char *)((el) ? el->text.str : NULL)
NULL               71 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       const char* id = NULL;
NULL               72 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       const char* type = NULL;
NULL              160 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c    return xml_element_to_DANDARPC_REQUEST_worker(NULL, NULL, el);
NULL              166 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       return XMLRPC_RequestSetData(request, xml_element_to_DANDARPC_REQUEST_worker(request, NULL, el));
NULL              168 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c    return NULL;
NULL              173 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c    xml_element* root = NULL;
NULL              181 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       const char* pAttrType = NULL;
NULL              183 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       xml_element_attr* attr_type = bNoAddType ? NULL : malloc(sizeof(xml_element_attr));
NULL              276 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c    return DANDARPC_to_xml_element_worker(NULL, node);
NULL              280 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c    xml_element* wrapper = NULL;
NULL              281 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c    xml_element* root = NULL;
NULL              284 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       const char* pStr = NULL;
NULL               71 ext/xmlrpc/libxmlrpc/xml_to_soap.c 		attr->key = key ? strdup(key) : NULL;
NULL               72 ext/xmlrpc/libxmlrpc/xml_to_soap.c 		attr->val = val ? strdup(val) : NULL;
NULL               88 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	struct array_info* ai = NULL;
NULL              228 ext/xmlrpc/libxmlrpc/xml_to_soap.c 									 NULL);
NULL              251 ext/xmlrpc/libxmlrpc/xml_to_soap.c 		const char* id = NULL;
NULL              252 ext/xmlrpc/libxmlrpc/xml_to_soap.c 		const char* type = NULL, *arrayType=NULL, *actor = NULL;
NULL              315 ext/xmlrpc/libxmlrpc/xml_to_soap.c 			char* p = NULL;
NULL              373 ext/xmlrpc/libxmlrpc/xml_to_soap.c 			struct array_info* ai = NULL;
NULL              379 ext/xmlrpc/libxmlrpc/xml_to_soap.c 			else if (!strcmp(type, TOKEN_ARRAY) || arrayType != NULL) {
NULL              392 ext/xmlrpc/libxmlrpc/xml_to_soap.c 				XMLRPC_VALUE xNext = NULL;
NULL              397 ext/xmlrpc/libxmlrpc/xml_to_soap.c 					xml_element_to_SOAP_REQUEST_worker(request, NULL, ai, xCurrent, iter, depth);
NULL              420 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	return xml_element_to_SOAP_REQUEST_worker(NULL, NULL, NULL, NULL, el, 0);
NULL              427 ext/xmlrpc/libxmlrpc/xml_to_soap.c 		return XMLRPC_RequestSetData(request, xml_element_to_SOAP_REQUEST_worker(request, NULL, NULL, NULL, el, 0));
NULL              429 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	return NULL;
NULL              436 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	xml_element* elem_val = NULL;
NULL              441 ext/xmlrpc/libxmlrpc/xml_to_soap.c 		char* pName = NULL, *pAttrType = NULL;
NULL              456 ext/xmlrpc/libxmlrpc/xml_to_soap.c 				xml_element_attr* attr_array_type = NULL;
NULL              578 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	return SOAP_to_xml_element_worker(NULL, node);
NULL              178 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c    return xml_element_to_XMLRPC_REQUEST_worker(NULL, NULL, NULL, el);
NULL              184 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c       return XMLRPC_RequestSetData(request, xml_element_to_XMLRPC_REQUEST_worker(request, NULL, NULL, el));
NULL              186 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c    return NULL;
NULL              192 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c    xml_element* root = NULL;
NULL              206 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c          xml_element* next_el = XMLRPC_to_xml_element_worker(NULL, node, request_type, depth + 1);
NULL              368 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c    return XMLRPC_to_xml_element_worker(NULL, node, xmlrpc_request_none, 0);
NULL              372 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c    xml_element* wrapper = NULL;
NULL              374 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c       const char* pStr = NULL;
NULL              402 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c                     XMLRPC_to_xml_element_worker(NULL, XMLRPC_RequestGetData(request), XMLRPC_RequestGetRequestType(request), 0));
NULL              374 ext/xmlrpc/libxmlrpc/xmlrpc.c    return NULL;
NULL              395 ext/xmlrpc/libxmlrpc/xmlrpc.c    return request ? request->methodName.str : NULL;
NULL              488 ext/xmlrpc/libxmlrpc/xmlrpc.c    return NULL;
NULL              513 ext/xmlrpc/libxmlrpc/xmlrpc.c    return request ? request->io : NULL;
NULL              545 ext/xmlrpc/libxmlrpc/xmlrpc.c 	return NULL;
NULL              569 ext/xmlrpc/libxmlrpc/xmlrpc.c 	return request ? request->error : NULL;
NULL              602 ext/xmlrpc/libxmlrpc/xmlrpc.c    return NULL;
NULL              628 ext/xmlrpc/libxmlrpc/xmlrpc.c    return request ? &request->output : NULL;
NULL              665 ext/xmlrpc/libxmlrpc/xmlrpc.c    char* pRet = NULL;
NULL              668 ext/xmlrpc/libxmlrpc/xmlrpc.c       pRet = xml_elem_serialize_to_string(root_elem, NULL, buf_len);
NULL              698 ext/xmlrpc/libxmlrpc/xmlrpc.c       char* pRet = NULL;
NULL              700 ext/xmlrpc/libxmlrpc/xmlrpc.c 		xml_element *root_elem = NULL;
NULL              746 ext/xmlrpc/libxmlrpc/xmlrpc.c    XMLRPC_VALUE xResponse = NULL;
NULL              760 ext/xmlrpc/libxmlrpc/xmlrpc.c    XMLRPC_VALUE xReturn = NULL;
NULL              812 ext/xmlrpc/libxmlrpc/xmlrpc.c 								  (in_options ? &in_options->xml_elem_opts : NULL),
NULL              900 ext/xmlrpc/libxmlrpc/xmlrpc.c    const char* pRetval = NULL;
NULL              954 ext/xmlrpc/libxmlrpc/xmlrpc.c    char *pRetval = NULL;
NULL             1097 ext/xmlrpc/libxmlrpc/xmlrpc.c    XMLRPC_VALUE val = NULL;
NULL             1103 ext/xmlrpc/libxmlrpc/xmlrpc.c             const char *pSVI = NULL;
NULL             1106 ext/xmlrpc/libxmlrpc/xmlrpc.c             if(NULL == pSVI) {
NULL             1107 ext/xmlrpc/libxmlrpc/xmlrpc.c                val = NULL;
NULL             1112 ext/xmlrpc/libxmlrpc/xmlrpc.c          val = NULL;
NULL             1223 ext/xmlrpc/libxmlrpc/xmlrpc.c          XMLRPC_VALUE v = NULL;
NULL             1241 ext/xmlrpc/libxmlrpc/xmlrpc.c          if(NULL == v) {
NULL             1293 ext/xmlrpc/libxmlrpc/xmlrpc.c    return NULL;
NULL             1338 ext/xmlrpc/libxmlrpc/xmlrpc.c    XMLRPC_VALUE value = NULL;
NULL             1626 ext/xmlrpc/libxmlrpc/xmlrpc.c 	XMLRPC_VALUE xReturn = NULL;
NULL             2166 ext/xmlrpc/libxmlrpc/xmlrpc.c    XMLRPC_VALUE xReturn = NULL;
NULL             2192 ext/xmlrpc/libxmlrpc/xmlrpc.c    XMLRPC_VALUE xReturn = NULL;
NULL             2447 ext/xmlrpc/libxmlrpc/xmlrpc.c          sm->desc = NULL;
NULL             2469 ext/xmlrpc/libxmlrpc/xmlrpc.c    return NULL;
NULL             2536 ext/xmlrpc/libxmlrpc/xmlrpc.c    return NULL;
NULL             2568 ext/xmlrpc/libxmlrpc/xmlrpc.c    XMLRPC_VALUE xReturn = NULL;
NULL             2763 ext/xmlrpc/libxmlrpc/xmlrpc.c    XMLRPC_VALUE xOutput = NULL;
NULL             2765 ext/xmlrpc/libxmlrpc/xmlrpc.c    char* string = NULL;
NULL             2811 ext/xmlrpc/libxmlrpc/xmlrpc.c       xOutput = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct);
NULL               89 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c    return NULL;
NULL              124 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c    XMLRPC_VALUE xResponse = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct);
NULL              126 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c    XMLRPC_VALUE xTypeList = NULL;
NULL              174 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c    XMLRPC_VALUE xResponse = XMLRPC_CreateVector(NULL, xmlrpc_vector_array);
NULL              192 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c    XMLRPC_VALUE xResponse = NULL;
NULL              200 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c          XMLRPC_VALUE xTypesArray = XMLRPC_CreateVector(NULL, xmlrpc_vector_array);
NULL              205 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c          xResponse = XMLRPC_CreateVector(NULL, xmlrpc_vector_array);
NULL              218 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c                                     XMLRPC_CreateValueString(NULL,
NULL              229 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c                                        XMLRPC_CreateValueString(NULL,
NULL              251 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c    XMLRPC_VALUE xResponse = NULL;
NULL              262 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c          xResponse = XMLRPC_CreateValueString(NULL, help ? help : xi_token_empty, 0);
NULL              288 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c    XMLRPC_VALUE xParam = NULL;
NULL              290 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c       xParam = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct);
NULL              310 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c    XMLRPC_VALUE xReturn = NULL;
NULL              313 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c       const char* name = NULL;
NULL              314 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c       const char* type = NULL;
NULL              315 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c       const char* basetype = NULL;
NULL              316 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c       const char* desc = NULL;
NULL              317 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c       const char* def = NULL;
NULL              348 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c          XMLRPC_VALUE xSubList = NULL;
NULL              364 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c             xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), optional, def, xSubList);
NULL              374 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c             xReturn = XMLRPC_CreateVector(!strcmp(el->name, "signature") ? NULL : el->name, xmlrpc_vector_struct);
NULL              388 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c          xReturn = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct);
NULL              459 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c    XMLRPC_VALUE xReturn = NULL;
NULL              460 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c    xml_element* root = xml_elem_parse_buf(xml, 0, 0, err ? &err->xml_elem_error : NULL);
NULL              528 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c                server->xIntrospection = XMLRPC_CreateVector(NULL, xmlrpc_vector_struct);
NULL               87 ext/xmlrpc/php_xmlrpc.h #define phpext_xmlrpc_ptr NULL
NULL              167 ext/xmlrpc/xmlrpc-epi-php.c 	NULL,
NULL              168 ext/xmlrpc/xmlrpc-epi-php.c 	NULL,
NULL              169 ext/xmlrpc/xmlrpc-epi-php.c 	NULL,
NULL              291 ext/xmlrpc/xmlrpc-epi-php.c 	le_xmlrpc_server = zend_register_list_destructors_ex(xmlrpc_server_destructor, NULL, "xmlrpc server", module_number);
NULL              343 ext/xmlrpc/xmlrpc-epi-php.c 			if (!(id_len > 1 && id[0] == '0') && is_numeric_string((char *)id, id_len, NULL, NULL, 0) == IS_LONG) {
NULL              344 ext/xmlrpc/xmlrpc-epi-php.c 				long index = strtol(id, NULL, 0);
NULL              376 ext/xmlrpc/xmlrpc-epi-php.c 			if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), OUTPUT_TYPE_KEY, OUTPUT_TYPE_KEY_LEN)) != NULL) {
NULL              387 ext/xmlrpc/xmlrpc-epi-php.c 			if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), VERBOSITY_KEY, VERBOSITY_KEY_LEN)) != NULL) {
NULL              400 ext/xmlrpc/xmlrpc-epi-php.c 			if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), VERSION_KEY, VERSION_KEY_LEN)) != NULL) {
NULL              417 ext/xmlrpc/xmlrpc-epi-php.c 			if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), ENCODING_KEY, ENCODING_KEY_LEN)) != NULL) {
NULL              424 ext/xmlrpc/xmlrpc-epi-php.c 			if ((val = zend_hash_str_find(Z_ARRVAL_P(output_opts), ESCAPING_KEY, ESCAPING_KEY_LEN)) != NULL) {
NULL              478 ext/xmlrpc/xmlrpc-epi-php.c 		if (my_key == NULL) {
NULL              502 ext/xmlrpc/xmlrpc-epi-php.c 	XMLRPC_VALUE xReturn = NULL;
NULL              554 ext/xmlrpc/xmlrpc-epi-php.c 						HashTable *ht = NULL;
NULL              560 ext/xmlrpc/xmlrpc-epi-php.c 							php_error_docref(NULL, E_ERROR, "XML-RPC doesn't support circular references");
NULL              561 ext/xmlrpc/xmlrpc-epi-php.c 							return NULL;
NULL              575 ext/xmlrpc/xmlrpc-epi-php.c 							if (my_key == NULL) {
NULL              576 ext/xmlrpc/xmlrpc-epi-php.c 								char *num_str = NULL;
NULL              606 ext/xmlrpc/xmlrpc-epi-php.c 	return PHP_to_XMLRPC_worker(NULL, root_val, 0);
NULL              672 ext/xmlrpc/xmlrpc-epi-php.c 	XMLRPC_REQUEST xRequest = NULL;
NULL              674 ext/xmlrpc/xmlrpc-epi-php.c 	zval *vals, *out_opts = NULL;
NULL              675 ext/xmlrpc/xmlrpc-epi-php.c 	char *method = NULL;
NULL              690 ext/xmlrpc/xmlrpc-epi-php.c 			if (method == NULL) {
NULL              719 ext/xmlrpc/xmlrpc-epi-php.c 	XMLRPC_VALUE xOut = NULL;
NULL              783 ext/xmlrpc/xmlrpc-epi-php.c 	char *xml, *encoding = NULL;
NULL              792 ext/xmlrpc/xmlrpc-epi-php.c 		decode_request_worker(xml, xml_len, encoding_len ? encoding : NULL, method, return_value);
NULL              801 ext/xmlrpc/xmlrpc-epi-php.c 	char *arg1, *arg2 = NULL;
NULL              809 ext/xmlrpc/xmlrpc-epi-php.c 		decode_request_worker(arg1, arg1_len, arg2_len ? arg2 : NULL, NULL, return_value);
NULL              854 ext/xmlrpc/xmlrpc-epi-php.c 	if ((server = (xmlrpc_server_data *)zend_fetch_resource(Z_RES_P(arg1), "xmlrpc server", le_xmlrpc_server)) == NULL) {
NULL              884 ext/xmlrpc/xmlrpc-epi-php.c 	if ((php_function = zend_hash_find(Z_ARRVAL(pData->server->method_map), Z_STR(pData->xmlrpc_method))) != NULL) {
NULL              896 ext/xmlrpc/xmlrpc-epi-php.c 	call_user_function(CG(function_table), NULL, &pData->php_function, &pData->return_data, 3, callback_params);
NULL              922 ext/xmlrpc/xmlrpc-epi-php.c 			if (call_user_function(CG(function_table), NULL, php_function, &retval, 1, callback_params) == SUCCESS) {
NULL              933 ext/xmlrpc/xmlrpc-epi-php.c 						php_error_docref(NULL, E_WARNING, "Unable to add introspection data returned from %s(), improper element structure", ZSTR_VAL(php_function_name));
NULL              939 ext/xmlrpc/xmlrpc-epi-php.c 						php_error_docref(NULL, E_WARNING, "xml parse error: [line %ld, column %ld, message: %s] Unable to add introspection data returned from %s()",
NULL              942 ext/xmlrpc/xmlrpc-epi-php.c 						php_error_docref(NULL, E_WARNING, "Unable to add introspection data returned from %s()", ZSTR_VAL(php_function_name));
NULL              948 ext/xmlrpc/xmlrpc-epi-php.c 				php_error_docref(NULL, E_WARNING, "Error calling user introspection callback: %s()", ZSTR_VAL(php_function_name));
NULL              951 ext/xmlrpc/xmlrpc-epi-php.c 			php_error_docref(NULL, E_WARNING, "Invalid callback '%s' passed", ZSTR_VAL(php_function_name));
NULL              974 ext/xmlrpc/xmlrpc-epi-php.c 	if ((server = (xmlrpc_server_data *)zend_fetch_resource(Z_RES_P(handle), "xmlrpc server", le_xmlrpc_server)) == NULL) {
NULL             1006 ext/xmlrpc/xmlrpc-epi-php.c 	if ((server = (xmlrpc_server_data *)zend_fetch_resource(Z_RES_P(handle), "xmlrpc server", le_xmlrpc_server)) == NULL) {
NULL             1014 ext/xmlrpc/xmlrpc-epi-php.c 	add_zval(&server->introspection_map, NULL, method_name);
NULL             1030 ext/xmlrpc/xmlrpc-epi-php.c 	zval *caller_params, *handle, *output_opts = NULL;
NULL             1041 ext/xmlrpc/xmlrpc-epi-php.c 		set_output_options(&out, NULL);
NULL             1046 ext/xmlrpc/xmlrpc-epi-php.c 	if ((server = (xmlrpc_server_data *)zend_fetch_resource(Z_RES_P(handle), "xmlrpc server", le_xmlrpc_server)) == NULL) {
NULL             1058 ext/xmlrpc/xmlrpc-epi-php.c 		XMLRPC_VALUE xAnswer = NULL;
NULL             1138 ext/xmlrpc/xmlrpc-epi-php.c 	if ((server = (xmlrpc_server_data *)zend_fetch_resource(Z_RES_P(handle), "xmlrpc server", le_xmlrpc_server)) == NULL) {
NULL             1173 ext/xmlrpc/xmlrpc-epi-php.c 				php_error_docref(NULL, E_WARNING, "xml parse error: [line %ld, column %ld, message: %s] Unable to create introspection data",
NULL             1176 ext/xmlrpc/xmlrpc-epi-php.c 				php_error_docref(NULL, E_WARNING, "Invalid xml structure. Unable to create introspection data");
NULL             1179 ext/xmlrpc/xmlrpc-epi-php.c 			php_error_docref(NULL, E_WARNING, "xml parse error. no method description created");
NULL             1285 ext/xmlrpc/xmlrpc-epi-php.c 				XMLRPC_VALUE v = XMLRPC_CreateValueDateTime_ISO8601(NULL, Z_STRVAL_P(value));
NULL             1287 ext/xmlrpc/xmlrpc-epi-php.c 					time_t timestamp = (time_t) php_parse_date((char *)XMLRPC_GetValueDateTime_ISO8601(v), NULL);
NULL             1295 ext/xmlrpc/xmlrpc-epi-php.c 							bSuccess = (zend_hash_str_update(Z_OBJPROP_P(value), OBJECT_VALUE_TS_ATTR, sizeof(OBJECT_VALUE_TS_ATTR) - 1, &ztimestamp) != NULL)? SUCCESS : FAILURE;
NULL             1306 ext/xmlrpc/xmlrpc-epi-php.c 				bSuccess = (zend_hash_str_update(Z_OBJPROP_P(value), OBJECT_TYPE_ATTR, sizeof(OBJECT_TYPE_ATTR) - 1, &type) != NULL)? SUCCESS : FAILURE;
NULL             1356 ext/xmlrpc/xmlrpc-epi-php.c 					if ((attr = zend_hash_str_find(Z_OBJPROP_P(value), OBJECT_TYPE_ATTR, sizeof(OBJECT_TYPE_ATTR) - 1)) != NULL) {
NULL             1370 ext/xmlrpc/xmlrpc-epi-php.c 				if ((val = zend_hash_str_find(Z_OBJPROP_P(value), OBJECT_VALUE_ATTR, sizeof(OBJECT_VALUE_ATTR) - 1)) != NULL) {
NULL               98 ext/xmlwriter/php_xmlwriter.c 			intern->ptr = NULL;
NULL              102 ext/xmlwriter/php_xmlwriter.c 			intern->output = NULL;
NULL              115 ext/xmlwriter/php_xmlwriter.c 			php_error_docref(NULL, E_WARNING, "Invalid or uninitialized XMLWriter object"); \
NULL              133 ext/xmlwriter/php_xmlwriter.c 	intern->xmlwriter_ptr = NULL;
NULL              155 ext/xmlwriter/php_xmlwriter.c 		php_error_docref(NULL, E_WARNING, "%s", __err);	\
NULL              571 ext/xmlwriter/php_xmlwriter.c 	{NULL, NULL, NULL}
NULL              597 ext/xmlwriter/php_xmlwriter.c 	if (uri->scheme != NULL) {
NULL              602 ext/xmlwriter/php_xmlwriter.c 				return NULL;
NULL              613 ext/xmlwriter/php_xmlwriter.c 				return NULL;
NULL              625 ext/xmlwriter/php_xmlwriter.c 	if ((uri->scheme == NULL || isFileUri)) {
NULL              631 ext/xmlwriter/php_xmlwriter.c 			return NULL;
NULL              641 ext/xmlwriter/php_xmlwriter.c 				return NULL;
NULL              664 ext/xmlwriter/php_xmlwriter.c 	NULL,
NULL              665 ext/xmlwriter/php_xmlwriter.c 	NULL,
NULL              712 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL              717 ext/xmlwriter/php_xmlwriter.c 	if (err_string != NULL) {
NULL              750 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL              789 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL              811 ext/xmlwriter/php_xmlwriter.c 	php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterSetIndentString, NULL);
NULL              857 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL              901 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL              946 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL              998 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1042 ext/xmlwriter/php_xmlwriter.c 	char *name, *content = NULL;
NULL             1058 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1096 ext/xmlwriter/php_xmlwriter.c 	char *name, *prefix, *uri, *content = NULL;
NULL             1112 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1183 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1219 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1249 ext/xmlwriter/php_xmlwriter.c 	php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterWriteCDATA, NULL);
NULL             1257 ext/xmlwriter/php_xmlwriter.c 	php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterWriteRaw, NULL);
NULL             1265 ext/xmlwriter/php_xmlwriter.c 	php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterWriteString, NULL);
NULL             1286 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1318 ext/xmlwriter/php_xmlwriter.c 	php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAM_PASSTHRU, xmlTextWriterWriteComment, NULL);
NULL             1329 ext/xmlwriter/php_xmlwriter.c 	char *version = NULL, *enc = NULL, *alone = NULL;
NULL             1344 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1377 ext/xmlwriter/php_xmlwriter.c 	char *name, *pubid = NULL, *sysid = NULL;
NULL             1392 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1424 ext/xmlwriter/php_xmlwriter.c 	char *name, *pubid = NULL, *sysid = NULL, *subset = NULL;
NULL             1440 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1496 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1556 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1597 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1636 ext/xmlwriter/php_xmlwriter.c 	char *pubid = NULL, *sysid = NULL, *ndataid = NULL;
NULL             1654 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1679 ext/xmlwriter/php_xmlwriter.c 	char *valid_file = NULL;
NULL             1686 ext/xmlwriter/php_xmlwriter.c 	ze_xmlwriter_object *ze_obj = NULL;
NULL             1698 ext/xmlwriter/php_xmlwriter.c 		php_error_docref(NULL, E_WARNING, "Empty string as source");
NULL             1704 ext/xmlwriter/php_xmlwriter.c 		php_error_docref(NULL, E_WARNING, "Unable to resolve file path");
NULL             1716 ext/xmlwriter/php_xmlwriter.c 	intern->output = NULL;
NULL             1737 ext/xmlwriter/php_xmlwriter.c 	ze_xmlwriter_object *ze_obj = NULL;
NULL             1746 ext/xmlwriter/php_xmlwriter.c 	if (buffer == NULL) {
NULL             1747 ext/xmlwriter/php_xmlwriter.c 		php_error_docref(NULL, E_WARNING, "Unable to create output buffer");
NULL             1793 ext/xmlwriter/php_xmlwriter.c 		if ((intern = (xmlwriter_object *)zend_fetch_resource(Z_RES_P(pind), "XMLWriter", le_xmlwriter)) == NULL) {
NULL             1801 ext/xmlwriter/php_xmlwriter.c 		if (force_string == 1 && buffer == NULL) {
NULL             1841 ext/xmlwriter/php_xmlwriter.c 	le_xmlwriter = zend_register_list_destructors_ex(xmlwriter_dtor, NULL, "xmlwriter", module_number);
NULL             1846 ext/xmlwriter/php_xmlwriter.c 	xmlwriter_object_handlers.clone_obj = NULL;
NULL               50 ext/xsl/php_xsl.c 	STANDARD_MODULE_HEADER_EX, NULL,
NULL               56 ext/xsl/php_xsl.c 	NULL,
NULL               57 ext/xsl/php_xsl.c 	NULL,
NULL               93 ext/xsl/php_xsl.c 		if (((xsltStylesheetPtr) intern->ptr)->_private != NULL) {
NULL               94 ext/xsl/php_xsl.c 			((xsltStylesheetPtr) intern->ptr)->_private = NULL;
NULL               98 ext/xsl/php_xsl.c 		intern->ptr = NULL;
NULL              117 ext/xsl/php_xsl.c 	zend_hash_init(intern->parameter, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL              119 ext/xsl/php_xsl.c 	zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL              135 ext/xsl/php_xsl.c 	xsl_object_handlers.clone_obj = NULL;
NULL              138 ext/xsl/php_xsl.c 	REGISTER_XSL_CLASS(ce, "XSLTProcessor", NULL, php_xsl_xsltprocessor_class_functions, xsl_xsltprocessor_class_entry);
NULL              149 ext/xsl/php_xsl.c 	xsltSetGenericErrorFunc(NULL, php_libxml_error_handler);
NULL              245 ext/xsl/php_xsl.c 	xsltSetGenericErrorFunc(NULL, NULL);
NULL               96 ext/xsl/php_xsl.h 		php_error_docref(NULL, E_WARNING, "Cannot create required DOM object"); \
NULL              103 ext/xsl/xsltprocessor.c 	{NULL, NULL, NULL}
NULL              119 ext/xsl/xsltprocessor.c 			php_error_docref(NULL, E_WARNING, "Cannot create XPath expression (string contains both quote and double-quotes)");
NULL              120 ext/xsl/xsltprocessor.c 			return NULL;
NULL              142 ext/xsl/xsltprocessor.c 	char **params = NULL;
NULL              150 ext/xsl/xsltprocessor.c 		if (string_key == NULL) {
NULL              151 ext/xsl/xsltprocessor.c 			php_error_docref(NULL, E_WARNING, "Invalid argument or parameter array");
NULL              153 ext/xsl/xsltprocessor.c 			return NULL;
NULL              171 ext/xsl/xsltprocessor.c 	params[i++] = NULL;
NULL              189 ext/xsl/xsltprocessor.c 	zend_string *callable = NULL;
NULL              198 ext/xsl/xsltprocessor.c 		if (tctxt == NULL) {
NULL              204 ext/xsl/xsltprocessor.c 			if (intern == NULL) {
NULL              234 ext/xsl/xsltprocessor.c 		if (obj == NULL) {
NULL              267 ext/xsl/xsltprocessor.c 								curns = xmlNewNs(NULL, node->name, NULL);
NULL              272 ext/xsl/xsltprocessor.c 									node = xmlNewDocNode(node->doc, NULL, (char *) node->children, node->name);
NULL              274 ext/xsl/xsltprocessor.c 									node = xmlNewDocNode(node->doc, NULL, (const xmlChar *) "xmlns", node->name);
NULL              302 ext/xsl/xsltprocessor.c 		fci.params = NULL;
NULL              307 ext/xsl/xsltprocessor.c 	if (obj == NULL || obj->stringval == NULL) {
NULL              308 ext/xsl/xsltprocessor.c 		php_error_docref(NULL, E_WARNING, "Handler name must be a string");
NULL              323 ext/xsl/xsltprocessor.c 	fci.symbol_table = NULL;
NULL              324 ext/xsl/xsltprocessor.c 	fci.object = NULL;
NULL              329 ext/xsl/xsltprocessor.c 		php_error_docref(NULL, E_WARNING, "Unable to call handler %s()", ZSTR_VAL(callable));
NULL              332 ext/xsl/xsltprocessor.c 		php_error_docref(NULL, E_WARNING, "Not allowed to call handler '%s()'", ZSTR_VAL(callable));
NULL              336 ext/xsl/xsltprocessor.c 		result = zend_call_function(&fci, NULL);
NULL              339 ext/xsl/xsltprocessor.c 				php_error_docref(NULL, E_WARNING, "Unable to call handler %s()", Z_STRVAL(handler));
NULL              348 ext/xsl/xsltprocessor.c 				if (intern->node_list == NULL) {
NULL              350 ext/xsl/xsltprocessor.c 					zend_hash_init(intern->node_list, 0, NULL, ZVAL_PTR_DTOR, 0);
NULL              360 ext/xsl/xsltprocessor.c 				php_error_docref(NULL, E_WARNING, "A PHP Object cannot be converted to a XPath-string");
NULL              398 ext/xsl/xsltprocessor.c 	zval *id, *docp = NULL;
NULL              399 ext/xsl/xsltprocessor.c 	xmlDoc *doc = NULL, *newdoc = NULL;
NULL              403 ext/xsl/xsltprocessor.c 	xmlNode *nodep = NULL;
NULL              416 ext/xsl/xsltprocessor.c 	if (doc == NULL) {
NULL              442 ext/xsl/xsltprocessor.c 	cloneDocu = std_hnd->read_property(id, &member, BP_VAR_IS, NULL, &rv);
NULL              466 ext/xsl/xsltprocessor.c 		if (((xsltStylesheetPtr) intern->ptr)->_private != NULL) {
NULL              467 ext/xsl/xsltprocessor.c 			((xsltStylesheetPtr) intern->ptr)->_private = NULL;
NULL              470 ext/xsl/xsltprocessor.c 		intern->ptr = NULL;
NULL              480 ext/xsl/xsltprocessor.c 	xmlDocPtr newdocp = NULL;
NULL              481 ext/xsl/xsltprocessor.c 	xmlDocPtr doc = NULL;
NULL              482 ext/xsl/xsltprocessor.c 	xmlNodePtr node = NULL;
NULL              485 ext/xsl/xsltprocessor.c 	char **params = NULL;
NULL              492 ext/xsl/xsltprocessor.c 	xsltSecurityPrefsPtr secPrefs = NULL;
NULL              499 ext/xsl/xsltprocessor.c 	if (doc == NULL) {
NULL              500 ext/xsl/xsltprocessor.c 		php_error_docref(NULL, E_WARNING, "Invalid Document");
NULL              501 ext/xsl/xsltprocessor.c 		return NULL;
NULL              504 ext/xsl/xsltprocessor.c 	if (style == NULL) {
NULL              505 ext/xsl/xsltprocessor.c 		php_error_docref(NULL, E_WARNING, "No stylesheet associated to this object");
NULL              506 ext/xsl/xsltprocessor.c 		return NULL;
NULL              511 ext/xsl/xsltprocessor.c 			f = NULL;
NULL              516 ext/xsl/xsltprocessor.c 		f = NULL;
NULL              541 ext/xsl/xsltprocessor.c 	doXInclude = std_hnd->read_property(id, &member, BP_VAR_IS, NULL, &rv);
NULL              585 ext/xsl/xsltprocessor.c 		php_error_docref(NULL, E_WARNING, "Can't set libxslt security properties, not doing transformation for security reasons");
NULL              587 ext/xsl/xsltprocessor.c 		newdocp = xsltApplyStylesheetUser(style, doc, (const char**) params,  NULL, f, ctxt);
NULL              598 ext/xsl/xsltprocessor.c 	if (intern->node_list != NULL) {
NULL              601 ext/xsl/xsltprocessor.c 		intern->node_list = NULL;
NULL              606 ext/xsl/xsltprocessor.c 	intern->doc = NULL;
NULL              627 ext/xsl/xsltprocessor.c 	zval *id, *docp = NULL;
NULL              630 ext/xsl/xsltprocessor.c 	zend_string *ret_class = NULL;
NULL              651 ext/xsl/xsltprocessor.c 			while (curce->parent != NULL) {
NULL              656 ext/xsl/xsltprocessor.c 			if (ce == NULL || !instanceof_function(ce, curce)) {
NULL              658 ext/xsl/xsltprocessor.c 				php_error_docref(NULL, E_WARNING,
NULL              669 ext/xsl/xsltprocessor.c 			php_dom_create_object((xmlNodePtr) newdocp, return_value, NULL);
NULL              682 ext/xsl/xsltprocessor.c 	zval *id, *docp = NULL;
NULL              714 ext/xsl/xsltprocessor.c 	zval *id, *docp = NULL;
NULL              764 ext/xsl/xsltprocessor.c 			if (string_key == NULL) {
NULL              765 ext/xsl/xsltprocessor.c 				php_error_docref(NULL, E_WARNING, "Invalid parameter array");
NULL              807 ext/xsl/xsltprocessor.c 	if ((value = zend_hash_find(intern->parameter, name)) != NULL) {
NULL              881 ext/xsl/xsltprocessor.c 	char *filename = NULL;
NULL              890 ext/xsl/xsltprocessor.c 		if (filename != NULL) {
NULL              893 ext/xsl/xsltprocessor.c 			intern->profiling = NULL;
NULL              258 ext/zip/lib/zip.h #define ZIP_SOURCE_GET_ARGS(type, data, len, error) ((len) < sizeof(type) ? zip_error_set((error), ZIP_ER_INVAL, 0), (type *)NULL : (type *)(data))
NULL               49 ext/zip/lib/zip_buffer.c     if (buffer == NULL) {
NULL               75 ext/zip/lib/zip_buffer.c         return NULL;
NULL               89 ext/zip/lib/zip_buffer.c     if (data == NULL) {
NULL              102 ext/zip/lib/zip_buffer.c     if (data == NULL) {
NULL              115 ext/zip/lib/zip_buffer.c     if (data == NULL) {
NULL              129 ext/zip/lib/zip_buffer.c     if (data == NULL) {
NULL              147 ext/zip/lib/zip_buffer.c     bool free_data = (data == NULL);
NULL              150 ext/zip/lib/zip_buffer.c     if (data == NULL) {
NULL              151 ext/zip/lib/zip_buffer.c         if ((data = (zip_uint8_t *)malloc(size)) == NULL) {
NULL              152 ext/zip/lib/zip_buffer.c             return NULL;
NULL              156 ext/zip/lib/zip_buffer.c     if ((buffer = (zip_buffer_t *)malloc(sizeof(*buffer))) == NULL) {
NULL              160 ext/zip/lib/zip_buffer.c         return NULL;
NULL              178 ext/zip/lib/zip_buffer.c     if ((buffer = _zip_buffer_new(buf, size)) == NULL) {
NULL              180 ext/zip/lib/zip_buffer.c         return NULL;
NULL              185 ext/zip/lib/zip_buffer.c         return NULL;
NULL              211 ext/zip/lib/zip_buffer.c     if (dst == NULL) {
NULL              225 ext/zip/lib/zip_buffer.c     if (data == NULL) {
NULL              241 ext/zip/lib/zip_buffer.c     if (data == NULL) {
NULL              259 ext/zip/lib/zip_buffer.c     if (data == NULL) {
NULL              281 ext/zip/lib/zip_buffer.c     if (data == NULL) {
NULL               72 ext/zip/lib/zip_close.c     if (za == NULL)
NULL               99 ext/zip/lib/zip_close.c     if ((filelist=(zip_filelist_t *)malloc(sizeof(filelist[0])*(size_t)survivors)) == NULL)
NULL              140 ext/zip/lib/zip_close.c 	if (entry->changes == NULL) {
NULL              141 ext/zip/lib/zip_close.c 	    if ((entry->changes=_zip_dirent_clone(entry->orig)) == NULL) {
NULL              163 ext/zip/lib/zip_close.c 	    zs = NULL;
NULL              165 ext/zip/lib/zip_close.c 		if ((zs=_zip_source_zip_new(za, za, i, ZIP_FL_UNCHANGED, 0, 0, NULL)) == NULL) {
NULL              294 ext/zip/lib/zip_close.c 	    if ((comp_impl=_zip_get_compression_implementation(st.comp_method)) == NULL) {
NULL              298 ext/zip/lib/zip_close.c 	    if ((s_store=comp_impl(za, src, st.comp_method, ZIP_CODEC_DECODE)) == NULL) {
NULL              311 ext/zip/lib/zip_close.c 	if (s_crc == NULL) {
NULL              316 ext/zip/lib/zip_close.c 	    if ((comp_impl=_zip_get_compression_implementation(de->comp_method)) == NULL) {
NULL              323 ext/zip/lib/zip_close.c 	    if (s2 == NULL) {
NULL               53 ext/zip/lib/zip_delete.c     if ((name=_zip_get_name(za, idx, 0, &za->error)) == NULL) {
NULL               56 ext/zip/lib/zip_dir_add.c     if (name == NULL) {
NULL               61 ext/zip/lib/zip_dir_add.c     s = NULL;
NULL               65 ext/zip/lib/zip_dir_add.c 	if ((s=(char *)malloc(len+2)) == NULL) {
NULL               74 ext/zip/lib/zip_dir_add.c     if ((source=zip_source_buffer(za, NULL, 0, 0)) == NULL) {
NULL               70 ext/zip/lib/zip_dirent.c     if ((cd=(zip_cdir_t *)malloc(sizeof(*cd))) == NULL) {
NULL               72 ext/zip/lib/zip_dirent.c 	return NULL;
NULL               76 ext/zip/lib/zip_dirent.c 	cd->entry = NULL;
NULL               77 ext/zip/lib/zip_dirent.c     else if ((nentry > SIZE_MAX/sizeof(*(cd->entry))) || (cd->entry=(zip_entry_t *)malloc(sizeof(*(cd->entry))*(size_t)nentry)) == NULL) {
NULL               80 ext/zip/lib/zip_dirent.c 	return NULL;
NULL               88 ext/zip/lib/zip_dirent.c     cd->comment = NULL;
NULL              133 ext/zip/lib/zip_dirent.c     if ((buffer = _zip_buffer_new(buf, sizeof(buf))) == NULL) {
NULL              194 ext/zip/lib/zip_dirent.c     if ((tde=(zip_dirent_t *)malloc(sizeof(*tde))) == NULL)
NULL              195 ext/zip/lib/zip_dirent.c 	return NULL;
NULL              214 ext/zip/lib/zip_dirent.c 	zde->filename = NULL;
NULL              218 ext/zip/lib/zip_dirent.c 	zde->extra_fields = NULL;
NULL              222 ext/zip/lib/zip_dirent.c 	zde->comment = NULL;
NULL              230 ext/zip/lib/zip_dirent.c     if (zde == NULL)
NULL              253 ext/zip/lib/zip_dirent.c     de->filename = NULL;
NULL              254 ext/zip/lib/zip_dirent.c     de->extra_fields = NULL;
NULL              255 ext/zip/lib/zip_dirent.c     de->comment = NULL;
NULL              279 ext/zip/lib/zip_dirent.c     if ((de=(zip_dirent_t *)malloc(sizeof(*de))) == NULL)
NULL              280 ext/zip/lib/zip_dirent.c 	return NULL;
NULL              305 ext/zip/lib/zip_dirent.c     bool from_buffer = (buffer != NULL);
NULL              316 ext/zip/lib/zip_dirent.c         if ((buffer = _zip_buffer_new_from_source(src, size, buf, error)) == NULL) {
NULL              374 ext/zip/lib/zip_dirent.c     zde->filename = NULL;
NULL              375 ext/zip/lib/zip_dirent.c     zde->extra_fields = NULL;
NULL              376 ext/zip/lib/zip_dirent.c     zde->comment = NULL;
NULL              389 ext/zip/lib/zip_dirent.c         if ((buffer = _zip_buffer_new_from_source(src, variable_size, NULL, error)) == NULL) {
NULL              420 ext/zip/lib/zip_dirent.c         if (ef == NULL) {
NULL              467 ext/zip/lib/zip_dirent.c         if (ef == NULL) {
NULL              474 ext/zip/lib/zip_dirent.c         if ((ef_buffer = _zip_buffer_new((zip_uint8_t *)ef, got_len)) == NULL) {
NULL              539 ext/zip/lib/zip_dirent.c     const zip_uint8_t *ef = _zip_ef_get_by_id(de->extra_fields, &ef_len, id, 0, ZIP_EF_BOTH, NULL);
NULL              541 ext/zip/lib/zip_dirent.c     if (ef == NULL || ef_len < 5 || ef[0] != 1) {
NULL              545 ext/zip/lib/zip_dirent.c     if ((buffer = _zip_buffer_new((zip_uint8_t *)ef, ef_len)) == NULL) {
NULL              554 ext/zip/lib/zip_dirent.c         zip_string_t *ef_str = _zip_string_new(_zip_buffer_get(buffer, len), len, ZIP_FL_ENC_UTF_8, NULL);
NULL              556 ext/zip/lib/zip_dirent.c 	if (ef_str != NULL) {
NULL              584 ext/zip/lib/zip_dirent.c     if ((buffer = _zip_buffer_new_from_source(src, local ? 4 : 6, b, error)) == NULL) {
NULL              626 ext/zip/lib/zip_dirent.c     ef = NULL;
NULL              639 ext/zip/lib/zip_dirent.c 	    if (ef == NULL)
NULL              644 ext/zip/lib/zip_dirent.c 	    if (ef2 == NULL) {
NULL              659 ext/zip/lib/zip_dirent.c         if (ef_buffer == NULL) {
NULL              698 ext/zip/lib/zip_dirent.c     if ((buffer = _zip_buffer_new(buf, sizeof(buf))) == NULL) {
NULL              837 ext/zip/lib/zip_dirent.c     if ((raw=_zip_string_get(str, &len, ZIP_FL_ENC_RAW, NULL)) == NULL) {
NULL              839 ext/zip/lib/zip_dirent.c 	return NULL;
NULL              844 ext/zip/lib/zip_dirent.c         return NULL;
NULL              847 ext/zip/lib/zip_dirent.c     if ((buffer = _zip_buffer_new(NULL, len+5)) == NULL) {
NULL              849 ext/zip/lib/zip_dirent.c 	return NULL;
NULL              859 ext/zip/lib/zip_dirent.c         return NULL;
NULL              872 ext/zip/lib/zip_dirent.c     if (error == NULL)
NULL              877 ext/zip/lib/zip_dirent.c 	return NULL;
NULL              880 ext/zip/lib/zip_dirent.c     if ((flags & ZIP_FL_UNCHANGED) || za->entry[idx].changes == NULL) {
NULL              881 ext/zip/lib/zip_dirent.c 	if (za->entry[idx].orig == NULL) {
NULL              883 ext/zip/lib/zip_dirent.c 	    return NULL;
NULL              887 ext/zip/lib/zip_dirent.c 	    return NULL;
NULL               49 ext/zip/lib/zip_discard.c     if (za == NULL)
NULL               49 ext/zip/lib/zip_entry.c     e->orig = NULL;
NULL               50 ext/zip/lib/zip_entry.c     e->changes = NULL;
NULL               51 ext/zip/lib/zip_entry.c     e->source = NULL;
NULL               55 ext/zip/lib/zip_error.c     err->str = NULL;
NULL               64 ext/zip/lib/zip_error.c     err->str = NULL;
NULL               96 ext/zip/lib/zip_error.c     if (err == NULL)
NULL               41 ext/zip/lib/zip_error_clear.c     if (za == NULL)
NULL               52 ext/zip/lib/zip_error_strerror.c 	zs = NULL;
NULL               68 ext/zip/lib/zip_error_strerror.c 	    ss = NULL;
NULL               72 ext/zip/lib/zip_error_strerror.c     if (ss == NULL)
NULL               76 ext/zip/lib/zip_error_strerror.c 			      + (zs ? strlen(zs)+2 : 0) + 1)) == NULL)
NULL               63 ext/zip/lib/zip_error_to_str.c 	ss = NULL;
NULL               45 ext/zip/lib/zip_extra_field.c     head = prev = NULL;
NULL               48 ext/zip/lib/zip_extra_field.c         if ((def=_zip_ef_new(ef->id, ef->size, ef->data, ef->flags)) == NULL) {
NULL               51 ext/zip/lib/zip_extra_field.c             return NULL;
NULL               54 ext/zip/lib/zip_extra_field.c         if (head == NULL)
NULL               75 ext/zip/lib/zip_extra_field.c     prev = NULL;
NULL               85 ext/zip/lib/zip_extra_field.c 		    ef->next = NULL;
NULL              144 ext/zip/lib/zip_extra_field.c     return NULL;
NULL              154 ext/zip/lib/zip_extra_field.c     if (to == NULL)
NULL              172 ext/zip/lib/zip_extra_field.c 	from->next = NULL;
NULL              188 ext/zip/lib/zip_extra_field.c     if ((ef=(zip_extra_field_t *)malloc(sizeof(*ef))) == NULL)
NULL              189 ext/zip/lib/zip_extra_field.c 	return NULL;
NULL              191 ext/zip/lib/zip_extra_field.c     ef->next = NULL;
NULL              196 ext/zip/lib/zip_extra_field.c 	if ((ef->data=(zip_uint8_t *)_zip_memdup(data, size, NULL)) == NULL) {
NULL              198 ext/zip/lib/zip_extra_field.c 	    return NULL;
NULL              202 ext/zip/lib/zip_extra_field.c 	ef->data = NULL;
NULL              214 ext/zip/lib/zip_extra_field.c     if ((buffer = _zip_buffer_new((zip_uint8_t *)data, len)) == NULL) {
NULL              219 ext/zip/lib/zip_extra_field.c     ef_head = ef = NULL;
NULL              229 ext/zip/lib/zip_extra_field.c         if (ef_data == NULL) {
NULL              236 ext/zip/lib/zip_extra_field.c 	if ((ef2=_zip_ef_new(fid, flen, ef_data, flags)) == NULL) {
NULL              257 ext/zip/lib/zip_extra_field.c 	if (glen >= 4 || garbage == NULL || memcmp(garbage, "\0\0\0", glen) != 0) {
NULL              285 ext/zip/lib/zip_extra_field.c     prev = NULL;
NULL              292 ext/zip/lib/zip_extra_field.c             ef->next = NULL;
NULL              329 ext/zip/lib/zip_extra_field.c     if (buffer == NULL) {
NULL              376 ext/zip/lib/zip_extra_field.c     if (e->orig == NULL || e->orig->local_extra_fields_read)
NULL              389 ext/zip/lib/zip_extra_field.c     if ((buffer = _zip_buffer_new_from_source(za->src, sizeof(b), b, &za->error)) == NULL) {
NULL              413 ext/zip/lib/zip_extra_field.c 	ef_raw = _zip_read_data(NULL, za->src, ef_len, 0, &za->error);
NULL              415 ext/zip/lib/zip_extra_field.c 	if (ef_raw == NULL)
NULL               53 ext/zip/lib/zip_extra_field_api.c     if (_zip_get_dirent(za, idx, 0, NULL) == NULL)
NULL               86 ext/zip/lib/zip_extra_field_api.c     if (_zip_get_dirent(za, idx, 0, NULL) == NULL)
NULL              115 ext/zip/lib/zip_extra_field_api.c 	return NULL;
NULL              118 ext/zip/lib/zip_extra_field_api.c     if ((de=_zip_get_dirent(za, idx, flags, &za->error)) == NULL)
NULL              119 ext/zip/lib/zip_extra_field_api.c 	return NULL;
NULL              123 ext/zip/lib/zip_extra_field_api.c 	    return NULL;
NULL              145 ext/zip/lib/zip_extra_field_api.c     return NULL;
NULL              157 ext/zip/lib/zip_extra_field_api.c 	return NULL;
NULL              160 ext/zip/lib/zip_extra_field_api.c     if ((de=_zip_get_dirent(za, idx, flags, &za->error)) == NULL)
NULL              161 ext/zip/lib/zip_extra_field_api.c 	return NULL;
NULL              165 ext/zip/lib/zip_extra_field_api.c 	    return NULL;
NULL              183 ext/zip/lib/zip_extra_field_api.c     if ((de=_zip_get_dirent(za, idx, flags, &za->error)) == NULL)
NULL              211 ext/zip/lib/zip_extra_field_api.c     if ((de=_zip_get_dirent(za, idx, flags, &za->error)) == NULL)
NULL              240 ext/zip/lib/zip_extra_field_api.c     if (_zip_get_dirent(za, idx, 0, NULL) == NULL)
NULL              259 ext/zip/lib/zip_extra_field_api.c     ef_prev = NULL;
NULL              298 ext/zip/lib/zip_extra_field_api.c     if ((ef_new=_zip_ef_new(ef_id, len, data, flags)) == NULL) {
NULL              306 ext/zip/lib/zip_extra_field_api.c 	    ef->next = NULL;
NULL              351 ext/zip/lib/zip_extra_field_api.c     if (e->changes == NULL) {
NULL              352 ext/zip/lib/zip_extra_field_api.c         if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
NULL              359 ext/zip/lib/zip_extra_field_api.c 	if ((e->changes->extra_fields=_zip_ef_clone(e->orig->extra_fields, &za->error)) == NULL)
NULL               51 ext/zip/lib/zip_fdopen.c 	_zip_set_open_error(zep, NULL, ZIP_ER_INVAL);
NULL               52 ext/zip/lib/zip_fdopen.c         return  NULL;
NULL               59 ext/zip/lib/zip_fdopen.c 	_zip_set_open_error(zep, NULL, ZIP_ER_OPEN);
NULL               60 ext/zip/lib/zip_fdopen.c 	return NULL;
NULL               63 ext/zip/lib/zip_fdopen.c     if ((fp=fdopen(fd, "rb")) == NULL) {
NULL               65 ext/zip/lib/zip_fdopen.c 	_zip_set_open_error(zep, NULL, ZIP_ER_OPEN);
NULL               66 ext/zip/lib/zip_fdopen.c 	return NULL;
NULL               70 ext/zip/lib/zip_fdopen.c     if ((src = zip_source_filep_create(fp, 0, -1, &error)) == NULL) {
NULL               73 ext/zip/lib/zip_fdopen.c 	return NULL;
NULL               76 ext/zip/lib/zip_fdopen.c     if ((za = zip_open_from_source(src, _flags, &error)) == NULL) {
NULL               79 ext/zip/lib/zip_fdopen.c 	return NULL;
NULL               47 ext/zip/lib/zip_file_add.c     if (name == NULL || source == NULL) {
NULL               41 ext/zip/lib/zip_file_error_clear.c     if (zf == NULL)
NULL               46 ext/zip/lib/zip_file_get_comment.c     if ((de=_zip_get_dirent(za, idx, flags, NULL)) == NULL)
NULL               47 ext/zip/lib/zip_file_get_comment.c 	return NULL;
NULL               49 ext/zip/lib/zip_file_get_comment.c     if ((str=_zip_string_get(de->comment, &len, flags, &za->error)) == NULL)
NULL               50 ext/zip/lib/zip_file_get_comment.c 	return NULL;
NULL               41 ext/zip/lib/zip_file_get_external_attributes.c     if ((de=_zip_get_dirent(za, idx, flags, NULL)) == NULL)
NULL               46 ext/zip/lib/zip_file_rename.c     if (idx >= za->nentry || (name != NULL && strlen(name) > ZIP_UINT16_MAX)) {
NULL               56 ext/zip/lib/zip_file_rename.c     if ((old_name=zip_get_name(za, idx, 0)) == NULL)
NULL               59 ext/zip/lib/zip_file_rename.c     new_is_dir = (name != NULL && name[strlen(name)-1] == '/');
NULL               41 ext/zip/lib/zip_file_replace.c     if (idx >= za->nentry || source == NULL) {
NULL               46 ext/zip/lib/zip_file_replace.c     if (_zip_file_replace(za, idx, NULL, source, flags) == -1)
NULL               71 ext/zip/lib/zip_file_replace.c 	    i = _zip_name_locate(za, name, flags, NULL);
NULL               93 ext/zip/lib/zip_file_replace.c     if (za->entry[idx].orig != NULL && (za->entry[idx].changes == NULL || (za->entry[idx].changes->changed & ZIP_DIRENT_COMP_METHOD) == 0)) {
NULL               94 ext/zip/lib/zip_file_replace.c         if (za->entry[idx].changes == NULL) {
NULL               95 ext/zip/lib/zip_file_replace.c             if ((za->entry[idx].changes=_zip_dirent_clone(za->entry[idx].orig)) == NULL) {
NULL               48 ext/zip/lib/zip_file_set_comment.c     if (_zip_get_dirent(za, idx, 0, NULL) == NULL)
NULL               56 ext/zip/lib/zip_file_set_comment.c     if (len > 0 && comment == NULL) {
NULL               62 ext/zip/lib/zip_file_set_comment.c 	if ((cstr=_zip_string_new((const zip_uint8_t *)comment, len, flags, &za->error)) == NULL)
NULL               68 ext/zip/lib/zip_file_set_comment.c 	cstr = NULL;
NULL               74 ext/zip/lib/zip_file_set_comment.c 	e->changes->comment = NULL;
NULL               81 ext/zip/lib/zip_file_set_comment.c 	changed = (cstr != NULL);
NULL               84 ext/zip/lib/zip_file_set_comment.c         if (e->changes == NULL) {
NULL               85 ext/zip/lib/zip_file_set_comment.c             if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
NULL               98 ext/zip/lib/zip_file_set_comment.c 	    e->changes = NULL;
NULL               44 ext/zip/lib/zip_file_set_external_attributes.c     if (_zip_get_dirent(za, idx, 0, NULL) == NULL)
NULL               60 ext/zip/lib/zip_file_set_external_attributes.c         if (e->changes == NULL) {
NULL               61 ext/zip/lib/zip_file_set_external_attributes.c             if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
NULL               74 ext/zip/lib/zip_file_set_external_attributes.c 	    e->changes = NULL;
NULL               41 ext/zip/lib/zip_file_set_mtime.c     if (_zip_get_dirent(za, idx, 0, NULL) == NULL)
NULL               51 ext/zip/lib/zip_file_set_mtime.c     changed = e->orig == NULL || mtime != e->orig->last_mod;
NULL               54 ext/zip/lib/zip_file_set_mtime.c         if (e->changes == NULL) {
NULL               55 ext/zip/lib/zip_file_set_mtime.c             if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
NULL               68 ext/zip/lib/zip_file_set_mtime.c                 e->changes = NULL;
NULL               44 ext/zip/lib/zip_fopen.c 	return NULL;
NULL               44 ext/zip/lib/zip_fopen_encrypted.c 	return NULL;
NULL               50 ext/zip/lib/zip_fopen_index_encrypted.c     if ((src=_zip_source_zip_new(za, za, index, flags, 0, 0, password)) == NULL)
NULL               51 ext/zip/lib/zip_fopen_index_encrypted.c 	return NULL;
NULL               56 ext/zip/lib/zip_fopen_index_encrypted.c 	return NULL;
NULL               59 ext/zip/lib/zip_fopen_index_encrypted.c     if ((zf=_zip_file_new(za)) == NULL) {
NULL               61 ext/zip/lib/zip_fopen_index_encrypted.c 	return NULL;
NULL               75 ext/zip/lib/zip_fopen_index_encrypted.c     if ((zf=(zip_file_t *)malloc(sizeof(struct zip_file))) == NULL) {
NULL               77 ext/zip/lib/zip_fopen_index_encrypted.c 	return NULL;
NULL               83 ext/zip/lib/zip_fopen_index_encrypted.c     zf->src = NULL;
NULL               47 ext/zip/lib/zip_get_archive_comment.c     if ((flags & ZIP_FL_UNCHANGED) || (za->comment_changes == NULL))
NULL               52 ext/zip/lib/zip_get_archive_comment.c     if ((str=_zip_string_get(comment, &len, flags, &za->error)) == NULL)
NULL               53 ext/zip/lib/zip_get_archive_comment.c 	return NULL;
NULL               43 ext/zip/lib/zip_get_compression_implementation.c     return NULL;
NULL               43 ext/zip/lib/zip_get_encryption_implementation.c     return NULL;
NULL               45 ext/zip/lib/zip_get_file_comment.c     if ((s=zip_file_get_comment(za, idx, &len, (zip_flags_t)flags)) != NULL) {
NULL               53 ext/zip/lib/zip_get_name.c     if ((de=_zip_get_dirent(za, idx, flags, error)) == NULL)
NULL               54 ext/zip/lib/zip_get_name.c 	return NULL;
NULL               56 ext/zip/lib/zip_get_name.c     if ((str=_zip_string_get(de->filename, NULL, flags, error)) == NULL)
NULL               57 ext/zip/lib/zip_get_name.c 	return NULL;
NULL               43 ext/zip/lib/zip_get_num_entries.c     if (za == NULL)
NULL               48 ext/zip/lib/zip_get_num_entries.c 	while (n>0 && za->entry[n-1].orig == NULL)
NULL               43 ext/zip/lib/zip_get_num_files.c     if (za == NULL)
NULL               58 ext/zip/lib/zip_hash.c 	return NULL;
NULL               61 ext/zip/lib/zip_hash.c     if ((hash=(zip_hash_t *)malloc(sizeof(zip_hash_t))) == NULL) {
NULL               63 ext/zip/lib/zip_hash.c 	return NULL;
NULL               66 ext/zip/lib/zip_hash.c     if ((hash->table=(zip_hash_entry_t**)calloc(table_size, sizeof(zip_hash_entry_t *))) == NULL) {
NULL               69 ext/zip/lib/zip_hash.c 	return NULL;
NULL               83 ext/zip/lib/zip_hash.c     } while (entry != NULL);
NULL               91 ext/zip/lib/zip_hash.c     if (hash == NULL) {
NULL               96 ext/zip/lib/zip_hash.c 	if (hash->table[i] != NULL) {
NULL              110 ext/zip/lib/zip_hash.c     if (name == NULL)
NULL              128 ext/zip/lib/zip_hash.c     if (hash == NULL || name == NULL || index > ZIP_INT64_MAX) {
NULL              134 ext/zip/lib/zip_hash.c     for (entry = hash->table[hash_value]; entry != NULL; entry = entry->next) {
NULL              146 ext/zip/lib/zip_hash.c     if (entry == NULL) {
NULL              147 ext/zip/lib/zip_hash.c 	if ((entry=(zip_hash_entry_t *)malloc(sizeof(zip_hash_entry_t))) == NULL) {
NULL              172 ext/zip/lib/zip_hash.c     if (hash == NULL || name == NULL) {
NULL              178 ext/zip/lib/zip_hash.c     previous = NULL;
NULL              211 ext/zip/lib/zip_hash.c     if (hash == NULL || name == NULL) {
NULL              217 ext/zip/lib/zip_hash.c     for (entry = hash->table[hash_value]; entry != NULL; entry = entry->next) {
NULL              244 ext/zip/lib/zip_hash.c 	previous = NULL;
NULL               69 ext/zip/lib/zip_io_util.c 	return NULL;
NULL               75 ext/zip/lib/zip_io_util.c 	return NULL;
NULL               81 ext/zip/lib/zip_io_util.c         if (data == NULL) {
NULL               84 ext/zip/lib/zip_io_util.c             return NULL;
NULL               91 ext/zip/lib/zip_io_util.c 	    return NULL;
NULL              114 ext/zip/lib/zip_io_util.c     if ((raw=_zip_read_data(buffer, src, len, nulp, error)) == NULL)
NULL              115 ext/zip/lib/zip_io_util.c 	return NULL;
NULL               46 ext/zip/lib/zip_memdup.c 	return NULL;
NULL               51 ext/zip/lib/zip_memdup.c 	return NULL;
NULL               57 ext/zip/lib/zip_name_locate.c     if (za == NULL)
NULL               60 ext/zip/lib/zip_name_locate.c     if (fname == NULL) {
NULL               73 ext/zip/lib/zip_name_locate.c 	    if (fn == NULL)
NULL               52 ext/zip/lib/zip_new.c 	return NULL;
NULL               55 ext/zip/lib/zip_new.c     if ((za->names = _zip_hash_new(ZIP_HASH_TABLE_SIZE, error)) == NULL) {
NULL               57 ext/zip/lib/zip_new.c 	return NULL;
NULL               60 ext/zip/lib/zip_new.c     za->src = NULL;
NULL               64 ext/zip/lib/zip_new.c     za->default_password = NULL;
NULL               65 ext/zip/lib/zip_new.c     za->comment_orig = za->comment_changes = NULL;
NULL               68 ext/zip/lib/zip_new.c     za->entry = NULL;
NULL               70 ext/zip/lib/zip_new.c     za->open_source = NULL;
NULL               71 ext/zip/lib/zip_new.c     za->tempdir = NULL;
NULL               68 ext/zip/lib/zip_open.c     if ((src = zip_source_file_create(fn, 0, -1, &error)) == NULL) {
NULL               71 ext/zip/lib/zip_open.c 	return NULL;
NULL               74 ext/zip/lib/zip_open.c     if ((za = zip_open_from_source(src, _flags, &error)) == NULL) {
NULL               78 ext/zip/lib/zip_open.c 	return NULL;
NULL               96 ext/zip/lib/zip_open.c     if (_flags < 0 || src == NULL) {
NULL               98 ext/zip/lib/zip_open.c         return NULL;
NULL              109 ext/zip/lib/zip_open.c         return NULL;
NULL              117 ext/zip/lib/zip_open.c 	return NULL;
NULL              123 ext/zip/lib/zip_open.c 	return NULL;
NULL              128 ext/zip/lib/zip_open.c 	    return NULL;
NULL              136 ext/zip/lib/zip_open.c 	    return NULL;
NULL              140 ext/zip/lib/zip_open.c 	    return NULL;
NULL              151 ext/zip/lib/zip_open.c 	if (za == NULL) {
NULL              153 ext/zip/lib/zip_open.c 	    return NULL;
NULL              166 ext/zip/lib/zip_open.c         if ((new_tempdir = strdup(tempdir)) == NULL) {
NULL              172 ext/zip/lib/zip_open.c         new_tempdir = NULL;
NULL              191 ext/zip/lib/zip_open.c 	return NULL;
NULL              195 ext/zip/lib/zip_open.c 	return NULL;
NULL              201 ext/zip/lib/zip_open.c 	if ((za=_zip_allocate_new(src, flags, error)) == NULL) {
NULL              203 ext/zip/lib/zip_open.c 	    return NULL;
NULL              209 ext/zip/lib/zip_open.c     if ((za=_zip_allocate_new(src, flags, error)) == NULL) {
NULL              210 ext/zip/lib/zip_open.c         return NULL;
NULL              213 ext/zip/lib/zip_open.c     if ((cdir = _zip_find_central_dir(za, len)) == NULL) {
NULL              218 ext/zip/lib/zip_open.c 	return NULL;
NULL              229 ext/zip/lib/zip_open.c 	const zip_uint8_t *name = _zip_string_get(za->entry[idx].orig->filename, NULL, 0, error);
NULL              230 ext/zip/lib/zip_open.c 	if (name == NULL) {
NULL              234 ext/zip/lib/zip_open.c 		return NULL;
NULL              243 ext/zip/lib/zip_open.c 		return NULL;
NULL              287 ext/zip/lib/zip_open.c 	return NULL;
NULL              293 ext/zip/lib/zip_open.c 	return NULL;
NULL              305 ext/zip/lib/zip_open.c     if (cd == NULL)
NULL              306 ext/zip/lib/zip_open.c 	return NULL;
NULL              315 ext/zip/lib/zip_open.c 	return NULL;
NULL              327 ext/zip/lib/zip_open.c             return NULL;
NULL              331 ext/zip/lib/zip_open.c             if ((cd->comment=_zip_string_new(_zip_buffer_get(buffer, comment_len), comment_len, ZIP_FL_ENC_GUESS, error)) == NULL) {
NULL              333 ext/zip/lib/zip_open.c                 return NULL;
NULL              343 ext/zip/lib/zip_open.c         if ((data = _zip_buffer_get(buffer, cd->size)) == NULL) {
NULL              346 ext/zip/lib/zip_open.c             return NULL;
NULL              348 ext/zip/lib/zip_open.c         if ((cd_buffer = _zip_buffer_new(data, cd->size)) == NULL) {
NULL              351 ext/zip/lib/zip_open.c             return NULL;
NULL              355 ext/zip/lib/zip_open.c         cd_buffer = NULL;
NULL              360 ext/zip/lib/zip_open.c             return NULL;
NULL              367 ext/zip/lib/zip_open.c 	    return NULL;
NULL              375 ext/zip/lib/zip_open.c 	if ((cd->entry[i].orig=_zip_dirent_new()) == NULL || (entry_size = _zip_dirent_read(cd->entry[i].orig, za->src, cd_buffer, false, error)) < 0) {
NULL              378 ext/zip/lib/zip_open.c 	    return NULL;
NULL              388 ext/zip/lib/zip_open.c         return NULL;
NULL              404 ext/zip/lib/zip_open.c                 return NULL;
NULL              413 ext/zip/lib/zip_open.c             return NULL;
NULL              465 ext/zip/lib/zip_open.c 	if (_zip_dirent_read(&temp, za->src, NULL, true, error) == -1) {
NULL              478 ext/zip/lib/zip_open.c 	temp.extra_fields = NULL;
NULL              523 ext/zip/lib/zip_open.c     if ((za = _zip_new(error)) == NULL) {
NULL              524 ext/zip/lib/zip_open.c 	return NULL;
NULL              573 ext/zip/lib/zip_open.c         return NULL;
NULL              582 ext/zip/lib/zip_open.c 	    return NULL;
NULL              587 ext/zip/lib/zip_open.c         return NULL;
NULL              590 ext/zip/lib/zip_open.c     if ((buffer = _zip_buffer_new_from_source(za->src, buflen, NULL, &za->error)) == NULL) {
NULL              591 ext/zip/lib/zip_open.c         return NULL;
NULL              595 ext/zip/lib/zip_open.c     cdir = NULL;
NULL              603 ext/zip/lib/zip_open.c     while ((match=_zip_memmem(match, _zip_buffer_left(buffer)-(EOCDLEN-4), (const unsigned char *)EOCD_MAGIC, 4)) != NULL) {
NULL              605 ext/zip/lib/zip_open.c         if ((cdirnew = _zip_read_cdir(za, buffer, (zip_uint64_t)buf_offset, &error)) != NULL) {
NULL              629 ext/zip/lib/zip_open.c             cdirnew = NULL;
NULL              641 ext/zip/lib/zip_open.c         return NULL;
NULL              654 ext/zip/lib/zip_open.c 	return NULL;
NULL              657 ext/zip/lib/zip_open.c 	        memchr(p+1, little[0], (size_t)(big-(p+1))+(size_t)(biglen-littlelen)+1)) != NULL) {
NULL              662 ext/zip/lib/zip_open.c     return NULL;
NULL              674 ext/zip/lib/zip_open.c 	return NULL;
NULL              683 ext/zip/lib/zip_open.c 	return NULL;
NULL              693 ext/zip/lib/zip_open.c 	return NULL;
NULL              701 ext/zip/lib/zip_open.c         return NULL;
NULL              707 ext/zip/lib/zip_open.c 	return NULL;
NULL              712 ext/zip/lib/zip_open.c 	return NULL;
NULL              715 ext/zip/lib/zip_open.c     if ((cd=_zip_cdir_new(nentry, error)) == NULL)
NULL              716 ext/zip/lib/zip_open.c 	return NULL;
NULL              746 ext/zip/lib/zip_open.c         return NULL;
NULL              751 ext/zip/lib/zip_open.c 	return NULL;
NULL              761 ext/zip/lib/zip_open.c             return NULL;
NULL              763 ext/zip/lib/zip_open.c         if ((buffer = _zip_buffer_new_from_source(src, EOCD64LEN, eocd, error)) == NULL) {
NULL              764 ext/zip/lib/zip_open.c             return NULL;
NULL              774 ext/zip/lib/zip_open.c 	return NULL;
NULL              784 ext/zip/lib/zip_open.c         return NULL;
NULL              803 ext/zip/lib/zip_open.c 	return NULL;
NULL              807 ext/zip/lib/zip_open.c 	return NULL;
NULL              818 ext/zip/lib/zip_open.c 	return NULL;
NULL              829 ext/zip/lib/zip_open.c         return NULL;
NULL              838 ext/zip/lib/zip_open.c         return NULL;
NULL              842 ext/zip/lib/zip_open.c 	return NULL;
NULL              845 ext/zip/lib/zip_open.c     if ((cd=_zip_cdir_new(nentry, error)) == NULL)
NULL              846 ext/zip/lib/zip_open.c 	return NULL;
NULL               50 ext/zip/lib/zip_set_archive_comment.c     if (len > 0 && comment == NULL) {
NULL               56 ext/zip/lib/zip_set_archive_comment.c 	if ((cstr=_zip_string_new((const zip_uint8_t *)comment, len, ZIP_FL_ENC_GUESS, &za->error)) == NULL)
NULL               66 ext/zip/lib/zip_set_archive_comment.c 	cstr = NULL;
NULL               69 ext/zip/lib/zip_set_archive_comment.c     za->comment_changes = NULL;
NULL               72 ext/zip/lib/zip_set_archive_comment.c 	 || (za->comment_orig == NULL && cstr == NULL))) {
NULL               58 ext/zip/lib/zip_set_archive_flag.c 	if (_zip_changed(za, NULL)) {
NULL               44 ext/zip/lib/zip_set_default_password.c     if (za == NULL)
NULL               50 ext/zip/lib/zip_set_default_password.c 	if ((za->default_password=strdup(passwd)) == NULL) {
NULL               56 ext/zip/lib/zip_set_default_password.c 	za->default_password = NULL;
NULL               61 ext/zip/lib/zip_set_file_compression.c     old_method = (e->orig == NULL ? ZIP_CM_DEFAULT : e->orig->comp_method);
NULL               70 ext/zip/lib/zip_set_file_compression.c 		e->changes = NULL;
NULL               75 ext/zip/lib/zip_set_file_compression.c         if (e->changes == NULL) {
NULL               76 ext/zip/lib/zip_set_file_compression.c             if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
NULL               63 ext/zip/lib/zip_set_name.c 	if ((str=_zip_string_new((const zip_uint8_t *)name, (zip_uint16_t)strlen(name), flags, &za->error)) == NULL)
NULL               69 ext/zip/lib/zip_set_name.c 	str = NULL;
NULL               72 ext/zip/lib/zip_set_name.c     if ((i=_zip_name_locate(za, name, 0, NULL)) >= 0 && (zip_uint64_t)i != idx) {
NULL               91 ext/zip/lib/zip_set_name.c     if (!same_as_orig && e->changes == NULL) {
NULL               92 ext/zip/lib/zip_set_name.c 	if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) {
NULL               99 ext/zip/lib/zip_set_name.c     if ((new_name = _zip_string_get(same_as_orig ? e->orig->filename : str, NULL, 0, &za->error)) == NULL) {
NULL              111 ext/zip/lib/zip_set_name.c 	old_str = NULL;
NULL              115 ext/zip/lib/zip_set_name.c 	if ((old_name = _zip_string_get(old_str, NULL, 0, &za->error)) == NULL) {
NULL              121 ext/zip/lib/zip_set_name.c 	old_name = NULL;
NULL              129 ext/zip/lib/zip_set_name.c 	_zip_hash_delete(za->names, old_name, NULL);
NULL              139 ext/zip/lib/zip_set_name.c 		    e->changes = NULL;
NULL               46 ext/zip/lib/zip_source_begin_write.c     if (_zip_source_call(src, NULL, 0, ZIP_SOURCE_BEGIN_WRITE) < 0) {
NULL               77 ext/zip/lib/zip_source_buffer.c     if (za == NULL)
NULL               78 ext/zip/lib/zip_source_buffer.c 	return NULL;
NULL               90 ext/zip/lib/zip_source_buffer.c     if (data == NULL && len > 0) {
NULL               92 ext/zip/lib/zip_source_buffer.c 	return NULL;
NULL               95 ext/zip/lib/zip_source_buffer.c     if ((ctx=(struct read_data *)malloc(sizeof(*ctx))) == NULL) {
NULL               97 ext/zip/lib/zip_source_buffer.c 	return NULL;
NULL              100 ext/zip/lib/zip_source_buffer.c     if ((ctx->in = buffer_new_read(data, len, freep)) == NULL) {
NULL              103 ext/zip/lib/zip_source_buffer.c 	return NULL;
NULL              106 ext/zip/lib/zip_source_buffer.c     ctx->out = NULL;
NULL              107 ext/zip/lib/zip_source_buffer.c     ctx->mtime = time(NULL);
NULL              110 ext/zip/lib/zip_source_buffer.c     if ((zs=zip_source_function_create(read_data, ctx, error)) == NULL) {
NULL              113 ext/zip/lib/zip_source_buffer.c 	return NULL;
NULL              127 ext/zip/lib/zip_source_buffer.c 	    if ((ctx->out = buffer_new_write(WRITE_FRAGMENT_SIZE)) == NULL) {
NULL              139 ext/zip/lib/zip_source_buffer.c 	    ctx->out = NULL;
NULL              164 ext/zip/lib/zip_source_buffer.c 	    buffer_t *empty = buffer_new_read(NULL, 0, 0);
NULL              177 ext/zip/lib/zip_source_buffer.c 	    ctx->out = NULL;
NULL              243 ext/zip/lib/zip_source_buffer.c     if (buffer == NULL) {
NULL              264 ext/zip/lib/zip_source_buffer.c     if ((buffer = malloc(sizeof(*buffer))) == NULL) {
NULL              265 ext/zip/lib/zip_source_buffer.c 	return NULL;
NULL              273 ext/zip/lib/zip_source_buffer.c     buffer->fragments = NULL;
NULL              285 ext/zip/lib/zip_source_buffer.c     if ((buffer = buffer_new(length)) == NULL) {
NULL              286 ext/zip/lib/zip_source_buffer.c 	return NULL;
NULL              292 ext/zip/lib/zip_source_buffer.c 	if ((buffer->fragments = malloc(sizeof(*(buffer->fragments)))) == NULL) {
NULL              294 ext/zip/lib/zip_source_buffer.c 	    return NULL;
NULL              312 ext/zip/lib/zip_source_buffer.c     if ((buffer = buffer_new(fragment_size)) == NULL) {
NULL              313 ext/zip/lib/zip_source_buffer.c 	return NULL;
NULL              316 ext/zip/lib/zip_source_buffer.c     if ((buffer->fragments = malloc(sizeof(*(buffer->fragments)))) == NULL) {
NULL              318 ext/zip/lib/zip_source_buffer.c 	return NULL;
NULL              398 ext/zip/lib/zip_source_buffer.c 	    if (fragments == NULL) {
NULL              408 ext/zip/lib/zip_source_buffer.c 	    if ((buffer->fragments[buffer->nfragments] = malloc(buffer->fragment_size)) == NULL) {
NULL               48 ext/zip/lib/zip_source_call.c     if (src->src == NULL) {
NULL               48 ext/zip/lib/zip_source_close.c 	_zip_source_call(src, NULL, 0, ZIP_SOURCE_CLOSE);
NULL               56 ext/zip/lib/zip_source_commit_write.c     if (_zip_source_call(src, NULL, 0, ZIP_SOURCE_COMMIT_WRITE) < 0) {
NULL               59 ext/zip/lib/zip_source_crc.c     if (src == NULL) {
NULL               61 ext/zip/lib/zip_source_crc.c 	return NULL;
NULL               64 ext/zip/lib/zip_source_crc.c     if ((ctx=(struct crc_context *)malloc(sizeof(*ctx))) == NULL) {
NULL               66 ext/zip/lib/zip_source_crc.c 	return NULL;
NULL               73 ext/zip/lib/zip_source_crc.c     ctx->crc = (zip_uint32_t)crc32(0, NULL, 0);
NULL              182 ext/zip/lib/zip_source_crc.c 	    if (args == NULL) {
NULL               65 ext/zip/lib/zip_source_deflate.c     if (src == NULL || (cm != ZIP_CM_DEFLATE && !ZIP_CM_IS_DEFAULT(cm))) {
NULL               67 ext/zip/lib/zip_source_deflate.c 	return NULL;
NULL               70 ext/zip/lib/zip_source_deflate.c     if ((ctx=(struct deflate *)malloc(sizeof(*ctx))) == NULL) {
NULL               72 ext/zip/lib/zip_source_deflate.c 	return NULL;
NULL               86 ext/zip/lib/zip_source_deflate.c 			       ctx)) == NULL) {
NULL               88 ext/zip/lib/zip_source_deflate.c 	return NULL;
NULL              289 ext/zip/lib/zip_source_deflate.c 	ctx->zstr.opaque = NULL;
NULL              291 ext/zip/lib/zip_source_deflate.c 	ctx->zstr.next_in = NULL;
NULL              293 ext/zip/lib/zip_source_deflate.c 	ctx->zstr.next_out = NULL;
NULL              363 ext/zip/lib/zip_source_deflate.c             ctx->zstr.opaque = NULL;
NULL               43 ext/zip/lib/zip_source_file.c     if (za == NULL)
NULL               44 ext/zip/lib/zip_source_file.c 	return NULL;
NULL               53 ext/zip/lib/zip_source_file.c     if (fname == NULL || length < -1) {
NULL               55 ext/zip/lib/zip_source_file.c 	return NULL;
NULL               58 ext/zip/lib/zip_source_file.c     return _zip_source_file_or_p(fname, NULL, start, length, NULL, error);
NULL               93 ext/zip/lib/zip_source_filep.c     if (za == NULL)
NULL               94 ext/zip/lib/zip_source_filep.c 	return NULL;
NULL              103 ext/zip/lib/zip_source_filep.c     if (file == NULL || length < -1) {
NULL              105 ext/zip/lib/zip_source_filep.c 	return NULL;
NULL              108 ext/zip/lib/zip_source_filep.c     return _zip_source_file_or_p(NULL, file, start, length, NULL, error);
NULL              118 ext/zip/lib/zip_source_filep.c     if (file == NULL && fname == NULL) {
NULL              120 ext/zip/lib/zip_source_filep.c 	return NULL;
NULL              123 ext/zip/lib/zip_source_filep.c     if ((ctx=(struct read_file *)malloc(sizeof(struct read_file))) == NULL) {
NULL              125 ext/zip/lib/zip_source_filep.c 	return NULL;
NULL              128 ext/zip/lib/zip_source_filep.c     ctx->fname = NULL;
NULL              130 ext/zip/lib/zip_source_filep.c 	if ((ctx->fname=strdup(fname)) == NULL) {
NULL              133 ext/zip/lib/zip_source_filep.c 	    return NULL;
NULL              141 ext/zip/lib/zip_source_filep.c         ctx->st.name = NULL;
NULL              148 ext/zip/lib/zip_source_filep.c     ctx->tmpname = NULL;
NULL              149 ext/zip/lib/zip_source_filep.c     ctx->fout = NULL;
NULL              165 ext/zip/lib/zip_source_filep.c     if ((zs=zip_source_function_create(read_file, ctx, error)) == NULL) {
NULL              168 ext/zip/lib/zip_source_filep.c 	return NULL;
NULL              183 ext/zip/lib/zip_source_filep.c     if ((temp=(char *)malloc(strlen(ctx->fname)+8)) == NULL) {
NULL              198 ext/zip/lib/zip_source_filep.c     if ((tfp=fdopen(tfd, "r+b")) == NULL) {
NULL              234 ext/zip/lib/zip_source_filep.c             if (ctx->fname == NULL) {
NULL              244 ext/zip/lib/zip_source_filep.c                 ctx->fout = NULL;
NULL              247 ext/zip/lib/zip_source_filep.c             ctx->fout = NULL;
NULL              257 ext/zip/lib/zip_source_filep.c 	    ctx->tmpname = NULL;
NULL              264 ext/zip/lib/zip_source_filep.c                 ctx->f = NULL;
NULL              281 ext/zip/lib/zip_source_filep.c                 if ((ctx->f=fopen(ctx->fname, "rb")) == NULL) {
NULL              329 ext/zip/lib/zip_source_filep.c                 ctx->fout = NULL;
NULL              333 ext/zip/lib/zip_source_filep.c             ctx->tmpname = NULL;
NULL              341 ext/zip/lib/zip_source_filep.c 	    if (args == NULL)
NULL              394 ext/zip/lib/zip_source_filep.c             if (args == NULL) {
NULL               43 ext/zip/lib/zip_source_free.c     if (src == NULL)
NULL               65 ext/zip/lib/zip_source_free.c     (void)_zip_source_call(src, NULL, 0, ZIP_SOURCE_FREE);
NULL               43 ext/zip/lib/zip_source_function.c     if (za == NULL) {
NULL               44 ext/zip/lib/zip_source_function.c         return NULL;
NULL               56 ext/zip/lib/zip_source_function.c     if ((zs=_zip_source_new(error)) == NULL)
NULL               57 ext/zip/lib/zip_source_function.c 	return NULL;
NULL               62 ext/zip/lib/zip_source_function.c     zs->supports = zcb(ud, NULL, 0, ZIP_SOURCE_SUPPORTS);
NULL               83 ext/zip/lib/zip_source_function.c     if ((src=(zip_source_t *)malloc(sizeof(*src))) == NULL) {
NULL               85 ext/zip/lib/zip_source_function.c 	return NULL;
NULL               88 ext/zip/lib/zip_source_function.c     src->src = NULL;
NULL               89 ext/zip/lib/zip_source_function.c     src->cb.f = NULL;
NULL               90 ext/zip/lib/zip_source_function.c     src->ud = NULL;
NULL               94 ext/zip/lib/zip_source_function.c     src->source_archive = NULL;
NULL               43 ext/zip/lib/zip_source_layered.c     if (za == NULL)
NULL               44 ext/zip/lib/zip_source_layered.c         return NULL;
NULL               55 ext/zip/lib/zip_source_layered.c     if ((zs=_zip_source_new(error)) == NULL)
NULL               56 ext/zip/lib/zip_source_layered.c         return NULL;
NULL               63 ext/zip/lib/zip_source_layered.c     zs->supports = cb(src, ud, NULL, 0, ZIP_SOURCE_SUPPORTS);
NULL               62 ext/zip/lib/zip_source_open.c 	if (_zip_source_call(src, NULL, 0, ZIP_SOURCE_OPEN) < 0) {
NULL               66 ext/zip/lib/zip_source_pkware.c     if (password == NULL || src == NULL || em != ZIP_EM_TRAD_PKWARE) {
NULL               68 ext/zip/lib/zip_source_pkware.c 	return NULL;
NULL               72 ext/zip/lib/zip_source_pkware.c 	return NULL;
NULL               75 ext/zip/lib/zip_source_pkware.c     if ((ctx=(struct trad_pkware *)malloc(sizeof(*ctx))) == NULL) {
NULL               77 ext/zip/lib/zip_source_pkware.c 	return NULL;
NULL               85 ext/zip/lib/zip_source_pkware.c     decrypt(ctx, NULL, (const zip_uint8_t *)password, strlen(password), 1);
NULL               87 ext/zip/lib/zip_source_pkware.c     if ((s2=zip_source_layered(za, src, pkware_decrypt, ctx)) == NULL) {
NULL               89 ext/zip/lib/zip_source_pkware.c 	return NULL;
NULL               44 ext/zip/lib/zip_source_read.c     if (!ZIP_SOURCE_IS_OPEN_READING(src) || len > ZIP_INT64_MAX || (len > 0 && data == NULL)) {
NULL               54 ext/zip/lib/zip_source_remove.c     if (_zip_source_call(src, NULL, 0, ZIP_SOURCE_REMOVE) < 0) {
NULL               45 ext/zip/lib/zip_source_rollback_write.c     _zip_source_call(src, NULL, 0, ZIP_SOURCE_ROLLBACK_WRITE);
NULL               64 ext/zip/lib/zip_source_seek.c     if (args == NULL) {
NULL               44 ext/zip/lib/zip_source_stat.c     if (st == NULL) {
NULL               49 ext/zip/lib/zip_source_tell.c     return _zip_source_call(src, NULL, 0, ZIP_SOURCE_TELL);
NULL               46 ext/zip/lib/zip_source_tell_write.c     return _zip_source_call(src, NULL, 0, ZIP_SOURCE_TELL_WRITE);
NULL               57 ext/zip/lib/zip_source_win32a.c     if (za == NULL)
NULL               58 ext/zip/lib/zip_source_win32a.c 	return NULL;
NULL               67 ext/zip/lib/zip_source_win32a.c     if (fname == NULL || length < -1) {
NULL               69 ext/zip/lib/zip_source_win32a.c 	return NULL;
NULL               72 ext/zip/lib/zip_source_win32a.c     return _zip_source_win32_handle_or_name(fname, INVALID_HANDLE_VALUE, start, length, 1, NULL, &win32_ops_a, error);
NULL               86 ext/zip/lib/zip_source_win32a.c     return CreateFileA(ctx->fname, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
NULL               96 ext/zip/lib/zip_source_win32a.c     if (*temp == NULL) {
NULL               97 ext/zip/lib/zip_source_win32a.c 	if ((*temp = malloc(sizeof(char) * len)) == NULL) {
NULL              106 ext/zip/lib/zip_source_win32a.c     return CreateFileA((const char *)*temp, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ, sa, CREATE_NEW, FILE_ATTRIBUTE_NORMAL | FILE_ATTRIBUTE_TEMPORARY, NULL);
NULL               53 ext/zip/lib/zip_source_win32handle.c     if (za == NULL)
NULL               54 ext/zip/lib/zip_source_win32handle.c 	return NULL;
NULL               65 ext/zip/lib/zip_source_win32handle.c 	return NULL;
NULL               68 ext/zip/lib/zip_source_win32handle.c     return _zip_source_win32_handle_or_name(NULL, h, start, length, 1, NULL, NULL, error);
NULL               78 ext/zip/lib/zip_source_win32handle.c     if (h == INVALID_HANDLE_VALUE && fname == NULL) {
NULL               80 ext/zip/lib/zip_source_win32handle.c 	return NULL;
NULL               83 ext/zip/lib/zip_source_win32handle.c     if ((ctx = (_zip_source_win32_read_file_t *)malloc(sizeof(_zip_source_win32_read_file_t))) == NULL) {
NULL               85 ext/zip/lib/zip_source_win32handle.c 	return NULL;
NULL               88 ext/zip/lib/zip_source_win32handle.c     ctx->fname = NULL;
NULL               90 ext/zip/lib/zip_source_win32handle.c 	if ((ctx->fname = ops->op_strdup(fname)) == NULL) {
NULL               93 ext/zip/lib/zip_source_win32handle.c 	    return NULL;
NULL              104 ext/zip/lib/zip_source_win32handle.c 	ctx->st.name = NULL;
NULL              111 ext/zip/lib/zip_source_win32handle.c     ctx->tmpname = NULL;
NULL              132 ext/zip/lib/zip_source_win32handle.c     if ((zs = zip_source_function_create(_win32_read_file, ctx, error)) == NULL) {
NULL              135 ext/zip/lib/zip_source_win32handle.c 	return NULL;
NULL              155 ext/zip/lib/zip_source_win32handle.c 	if (ctx->fname == NULL) {
NULL              172 ext/zip/lib/zip_source_win32handle.c 	ctx->tmpname = NULL;
NULL              230 ext/zip/lib/zip_source_win32handle.c 	if (!ReadFile(ctx->h, buf, (DWORD)n, &i, NULL)) {
NULL              252 ext/zip/lib/zip_source_win32handle.c 	ctx->tmpname = NULL;
NULL              260 ext/zip/lib/zip_source_win32handle.c 	if (args == NULL)
NULL              318 ext/zip/lib/zip_source_win32handle.c 	if (args == NULL) {
NULL              393 ext/zip/lib/zip_source_win32handle.c 	if (!WriteFile(ctx->hout, data, (DWORD)len, &ret, NULL) || ret != len) {
NULL              419 ext/zip/lib/zip_source_win32handle.c     void *temp = NULL;
NULL              422 ext/zip/lib/zip_source_win32handle.c     PSECURITY_DESCRIPTOR psd = NULL;
NULL              423 ext/zip/lib/zip_source_win32handle.c     PSECURITY_ATTRIBUTES psa = NULL;
NULL              435 ext/zip/lib/zip_source_win32handle.c 	success = GetUserObjectSecurity(ctx->h, &si, NULL, len, &len);
NULL              437 ext/zip/lib/zip_source_win32handle.c 	    if ((psd = (PSECURITY_DESCRIPTOR)malloc(len)) == NULL) {
NULL              506 ext/zip/lib/zip_source_win32handle.c     if (!SetFilePointerEx(h, li, NULL, method)) {
NULL              550 ext/zip/lib/zip_source_win32handle.c     if (!GetFileTime(h, NULL, NULL, &mtimeft)) {
NULL               44 ext/zip/lib/zip_source_win32utf8.c     if (za == NULL)
NULL               45 ext/zip/lib/zip_source_win32utf8.c 	return NULL;
NULL               58 ext/zip/lib/zip_source_win32utf8.c     if (fname == NULL || length < -1) {
NULL               60 ext/zip/lib/zip_source_win32utf8.c 	return NULL;
NULL               64 ext/zip/lib/zip_source_win32utf8.c     size = MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, fname, -1, NULL, 0);
NULL               67 ext/zip/lib/zip_source_win32utf8.c 	return NULL;
NULL               69 ext/zip/lib/zip_source_win32utf8.c     if ((wfname = (wchar_t *)malloc(sizeof(wchar_t) * size)) == NULL) {
NULL               71 ext/zip/lib/zip_source_win32utf8.c 	return NULL;
NULL               57 ext/zip/lib/zip_source_win32w.c     if (za == NULL)
NULL               58 ext/zip/lib/zip_source_win32w.c 	return NULL;
NULL               67 ext/zip/lib/zip_source_win32w.c     if (fname == NULL || length < -1) {
NULL               69 ext/zip/lib/zip_source_win32w.c 	return NULL;
NULL               72 ext/zip/lib/zip_source_win32w.c     return _zip_source_win32_handle_or_name(fname, INVALID_HANDLE_VALUE, start, length, 1, NULL, &win32_ops_w, error);
NULL               86 ext/zip/lib/zip_source_win32w.c     return CreateFileW(ctx->fname, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
NULL               96 ext/zip/lib/zip_source_win32w.c     if (*temp == NULL) {
NULL               97 ext/zip/lib/zip_source_win32w.c 	if ((*temp = malloc(sizeof(wchar_t) * len)) == NULL) {
NULL              106 ext/zip/lib/zip_source_win32w.c     return CreateFileW((const wchar_t *)*temp, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ, sa, CREATE_NEW, FILE_ATTRIBUTE_NORMAL | FILE_ATTRIBUTE_TEMPORARY, NULL);
NULL               56 ext/zip/lib/zip_source_window.c     return _zip_source_window_new(src, start, len, NULL, &za->error);
NULL               65 ext/zip/lib/zip_source_window.c     if (src == NULL || start + length < start) {
NULL               67 ext/zip/lib/zip_source_window.c         return NULL;
NULL               70 ext/zip/lib/zip_source_window.c     if ((ctx=(struct window *)malloc(sizeof(*ctx))) == NULL) {
NULL               72 ext/zip/lib/zip_source_window.c         return NULL;
NULL               85 ext/zip/lib/zip_source_window.c             return NULL;
NULL              242 ext/zip/lib/zip_source_window.c         if (open_source == NULL) {
NULL               47 ext/zip/lib/zip_source_zip.c         return NULL;
NULL               58 ext/zip/lib/zip_source_zip.c     return _zip_source_zip_new(za, srcza, srcidx, flags, start, (zip_uint64_t)len, NULL);
NULL               49 ext/zip/lib/zip_source_zip_new.c     if (za == NULL)
NULL               50 ext/zip/lib/zip_source_zip_new.c 	return NULL;
NULL               52 ext/zip/lib/zip_source_zip_new.c     if (srcza == NULL || srcidx >= srcza->nentry) {
NULL               54 ext/zip/lib/zip_source_zip_new.c 	return NULL;
NULL               60 ext/zip/lib/zip_source_zip_new.c 	return NULL;
NULL               65 ext/zip/lib/zip_source_zip_new.c 	return NULL;
NULL               73 ext/zip/lib/zip_source_zip_new.c 	return NULL;
NULL               79 ext/zip/lib/zip_source_zip_new.c 	return NULL;
NULL               82 ext/zip/lib/zip_source_zip_new.c     enc_impl = NULL;
NULL               84 ext/zip/lib/zip_source_zip_new.c 	if (password == NULL) {
NULL               86 ext/zip/lib/zip_source_zip_new.c 	    return NULL;
NULL               88 ext/zip/lib/zip_source_zip_new.c 	if ((enc_impl=_zip_get_encryption_implementation(st.encryption_method)) == NULL) {
NULL               90 ext/zip/lib/zip_source_zip_new.c 	    return NULL;
NULL               94 ext/zip/lib/zip_source_zip_new.c     comp_impl = NULL;
NULL               97 ext/zip/lib/zip_source_zip_new.c 	    if ((comp_impl=_zip_get_compression_implementation(st.comp_method)) == NULL) {
NULL               99 ext/zip/lib/zip_source_zip_new.c 		return NULL;
NULL              105 ext/zip/lib/zip_source_zip_new.c 	return NULL;
NULL              108 ext/zip/lib/zip_source_zip_new.c 	return zip_source_buffer(za, NULL, 0, 0);
NULL              111 ext/zip/lib/zip_source_zip_new.c     if (start+len > 0 && enc_impl == NULL && comp_impl == NULL) {
NULL              120 ext/zip/lib/zip_source_zip_new.c 	if ((src = _zip_source_window_new(srcza->src, offset+start, st2.size, &st2, &za->error)) == NULL) {
NULL              121 ext/zip/lib/zip_source_zip_new.c 	    return NULL;
NULL              125 ext/zip/lib/zip_source_zip_new.c 	if ((src = _zip_source_window_new(srcza->src, offset, st.comp_size, &st, &za->error)) == NULL) {
NULL              126 ext/zip/lib/zip_source_zip_new.c 	    return NULL;
NULL              132 ext/zip/lib/zip_source_zip_new.c 	return NULL;
NULL              140 ext/zip/lib/zip_source_zip_new.c 	if (s2 == NULL) {
NULL              141 ext/zip/lib/zip_source_zip_new.c 	    return NULL;
NULL              148 ext/zip/lib/zip_source_zip_new.c 	if (s2 == NULL) {
NULL              149 ext/zip/lib/zip_source_zip_new.c 	    return NULL;
NULL              157 ext/zip/lib/zip_source_zip_new.c 	if (s2 == NULL) {
NULL              158 ext/zip/lib/zip_source_zip_new.c 	    return NULL;
NULL              166 ext/zip/lib/zip_source_zip_new.c 	if (s2 == NULL) {
NULL              167 ext/zip/lib/zip_source_zip_new.c 	    return NULL;
NULL               45 ext/zip/lib/zip_stat_index.c     if ((de=_zip_get_dirent(za, index, flags, NULL)) == NULL)
NULL               48 ext/zip/lib/zip_stat_index.c     if ((name=zip_get_name(za, index, flags)) == NULL)
NULL               43 ext/zip/lib/zip_stat_init.c     st->name = NULL;
NULL               48 ext/zip/lib/zip_string.c     if (s != NULL)    
NULL               58 ext/zip/lib/zip_string.c     if (a == NULL || b == NULL)
NULL               73 ext/zip/lib/zip_string.c     if (s == NULL)
NULL               87 ext/zip/lib/zip_string.c     if (string == NULL) {
NULL              101 ext/zip/lib/zip_string.c 	    if (string->converted == NULL) {
NULL              103 ext/zip/lib/zip_string.c 							  &string->converted_length, error)) == NULL)
NULL              104 ext/zip/lib/zip_string.c 		    return NULL;
NULL              121 ext/zip/lib/zip_string.c     if (s == NULL)
NULL              135 ext/zip/lib/zip_string.c 	return NULL;
NULL              149 ext/zip/lib/zip_string.c 	return NULL;
NULL              152 ext/zip/lib/zip_string.c     if ((s=(zip_string_t *)malloc(sizeof(*s))) == NULL) {
NULL              154 ext/zip/lib/zip_string.c 	return NULL;
NULL              157 ext/zip/lib/zip_string.c     if ((s->raw=(zip_uint8_t *)malloc((size_t)(length+1))) == NULL) {
NULL              159 ext/zip/lib/zip_string.c 	return NULL;
NULL              166 ext/zip/lib/zip_string.c     s->converted = NULL;
NULL              173 ext/zip/lib/zip_string.c 	    return NULL;
NULL              184 ext/zip/lib/zip_string.c     if (s == NULL)
NULL               59 ext/zip/lib/zip_unchange.c 	if (za->entry[idx].orig != NULL) {
NULL               60 ext/zip/lib/zip_unchange.c 	    if ((orig_name=_zip_get_name(za, idx, ZIP_FL_UNCHANGED, &za->error)) == NULL) {
NULL               64 ext/zip/lib/zip_unchange.c 	    i = _zip_name_locate(za, orig_name, 0, NULL);
NULL               71 ext/zip/lib/zip_unchange.c 	    orig_name = NULL;
NULL               74 ext/zip/lib/zip_unchange.c 	if ((changed_name=_zip_get_name(za, idx, 0, &za->error)) == NULL) {
NULL               84 ext/zip/lib/zip_unchange.c 	    _zip_hash_delete(za->names, (const zip_uint8_t *)orig_name, NULL);
NULL               90 ext/zip/lib/zip_unchange.c     za->entry[idx].changes = NULL;
NULL               45 ext/zip/lib/zip_unchange_archive.c 	za->comment_changes = NULL;
NULL               42 ext/zip/lib/zip_unchange_data.c 	ze->source = NULL;
NULL               45 ext/zip/lib/zip_unchange_data.c     if (ze->changes != NULL && (ze->changes->changed & ZIP_DIRENT_COMP_METHOD) && ze->changes->comp_method == ZIP_CM_REPLACED_DEFAULT) {
NULL               49 ext/zip/lib/zip_unchange_data.c 	    ze->changes = NULL;
NULL              123 ext/zip/lib/zip_utf-8.c     if (str == NULL)
NULL              228 ext/zip/lib/zip_utf-8.c 	return NULL;
NULL              235 ext/zip/lib/zip_utf-8.c     if ((utf8buf=(zip_uint8_t*)malloc(buflen)) == NULL) {
NULL              237 ext/zip/lib/zip_utf-8.c 	return NULL;
NULL              407 ext/zip/lib/zipint.h #define ZIP_SOURCE_IS_LAYERED(src)  ((src)->src != NULL)
NULL              458 ext/zip/lib/zipint.h #define ZIP_ENTRY_DATA_CHANGED(x)	((x)->source != NULL)
NULL               70 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as entry name"); \
NULL               82 ext/zip/php_zip.c 		if (zip_set_file_comment(za, index, NULL, 0) < 0) { \
NULL              100 ext/zip/php_zip.c 	if (path_len < 1 || path == NULL) {
NULL              101 ext/zip/php_zip.c 		return NULL;
NULL              160 ext/zip/php_zip.c 	virtual_file_ex(&new_state, file, NULL, CWD_EXPAND);
NULL              185 ext/zip/php_zip.c 		file_basename =	php_basename(path_cleaned, path_cleaned_len, NULL, 0);
NULL              196 ext/zip/php_zip.c 	if (php_stream_stat_path_ex(file_dirname_fullpath, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) {
NULL              197 ext/zip/php_zip.c 		ret = php_stream_mkdir(file_dirname_fullpath, 0777,  PHP_STREAM_MKDIR_RECURSIVE|REPORT_ERRORS, NULL);
NULL              222 ext/zip/php_zip.c 		php_error_docref(NULL, E_WARNING, "Full extraction path exceed MAXPATHLEN (%i)", MAXPATHLEN);
NULL              241 ext/zip/php_zip.c 	stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL);
NULL              243 ext/zip/php_zip.c 	if (stream == NULL) {
NULL              249 ext/zip/php_zip.c 	if (zf == NULL) {
NULL              316 ext/zip/php_zip.c 	if ((option = zend_hash_str_find(Z_ARRVAL_P(options), "remove_all_path", sizeof("remove_all_path") - 1)) != NULL) {
NULL              321 ext/zip/php_zip.c 	if ((option = zend_hash_str_find(Z_ARRVAL_P(options), "remove_path", sizeof("remove_path") - 1)) != NULL) {
NULL              323 ext/zip/php_zip.c 			php_error_docref(NULL, E_WARNING, "remove_path option expected to be a string");
NULL              328 ext/zip/php_zip.c 			php_error_docref(NULL, E_NOTICE, "Empty string given as remove_path option");
NULL              333 ext/zip/php_zip.c 			php_error_docref(NULL, E_WARNING, "remove_path string is too long (max: %d, %zd given)",
NULL              341 ext/zip/php_zip.c 	if ((option = zend_hash_str_find(Z_ARRVAL_P(options), "add_path", sizeof("add_path") - 1)) != NULL) {
NULL              343 ext/zip/php_zip.c 			php_error_docref(NULL, E_WARNING, "add_path option expected to be a string");
NULL              348 ext/zip/php_zip.c 			php_error_docref(NULL, E_NOTICE, "Empty string given as the add_path option");
NULL              353 ext/zip/php_zip.c 			php_error_docref(NULL, E_WARNING, "add_path string too long (max: %d, %zd given)",
NULL              375 ext/zip/php_zip.c 			php_error_docref(NULL, E_WARNING, "Invalid or uninitialized Zip object"); \
NULL              441 ext/zip/php_zip.c 		return NULL;
NULL              447 ext/zip/php_zip.c 	return NULL;
NULL              456 ext/zip/php_zip.c 	return NULL;
NULL              506 ext/zip/php_zip.c 		php_error_docref(NULL, E_WARNING, "Pattern exceeds the maximum allowed length of %d characters", MAXPATHLEN);
NULL              511 ext/zip/php_zip.c 		php_error_docref(NULL, E_WARNING, "At least one of the passed flags is invalid or not supported on this platform");
NULL              534 ext/zip/php_zip.c 	if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) {
NULL              592 ext/zip/php_zip.c 	php_error_docref(NULL, E_ERROR, "Glob support is not available");
NULL              631 ext/zip/php_zip.c 	files_cnt = php_stream_scandir(path, &namelist, NULL, (void *) php_stream_dirent_alphasort);
NULL              634 ext/zip/php_zip.c 		pcre *re = NULL;
NULL              635 ext/zip/php_zip.c 		pcre_extra *pcre_extra = NULL;
NULL              640 ext/zip/php_zip.c 			php_error_docref(NULL, E_WARNING, "Invalid expression");
NULL              661 ext/zip/php_zip.c 				php_error_docref(NULL, E_WARNING, "add_path string too long (max: %i, %i given)",
NULL              670 ext/zip/php_zip.c 				php_error_docref(NULL, E_WARNING, "Cannot read <%s>", fullpath);
NULL              680 ext/zip/php_zip.c 			matches = pcre_exec(re, NULL, ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, 0, ovector, 3);
NULL              756 ext/zip/php_zip.c 	{NULL,NULL,NULL}
NULL              794 ext/zip/php_zip.c 	const char *retchar = NULL;
NULL              798 ext/zip/php_zip.c 	if (obj && obj->za != NULL) {
NULL              805 ext/zip/php_zip.c 					php_error_docref(NULL, E_WARNING, "Internal zip error returned");
NULL              806 ext/zip/php_zip.c 					return NULL;
NULL              844 ext/zip/php_zip.c 	zval *retval = NULL;
NULL              845 ext/zip/php_zip.c 	zip_prop_handler *hnd = NULL;
NULL              852 ext/zip/php_zip.c 		cache_slot = NULL;
NULL              857 ext/zip/php_zip.c 	if (obj->prop_handler != NULL) {
NULL              861 ext/zip/php_zip.c 	if (hnd == NULL) {
NULL              878 ext/zip/php_zip.c 	zval *retval = NULL;
NULL              879 ext/zip/php_zip.c 	zip_prop_handler *hnd = NULL;
NULL              886 ext/zip/php_zip.c 		cache_slot = NULL;
NULL              891 ext/zip/php_zip.c 	if (obj->prop_handler != NULL) {
NULL              895 ext/zip/php_zip.c 	if (hnd != NULL) {
NULL              897 ext/zip/php_zip.c 		if (retval == NULL) {
NULL              917 ext/zip/php_zip.c 	zip_prop_handler *hnd = NULL;
NULL              925 ext/zip/php_zip.c 		cache_slot = NULL;
NULL              930 ext/zip/php_zip.c 	if (obj->prop_handler != NULL) {
NULL              934 ext/zip/php_zip.c 	if (hnd != NULL) {
NULL              939 ext/zip/php_zip.c 		} else if ((prop = php_zip_property_reader(obj, hnd, &tmp)) != NULL) {
NULL              971 ext/zip/php_zip.c 	if (obj->prop_handler == NULL) {
NULL              972 ext/zip/php_zip.c 		return NULL;
NULL              978 ext/zip/php_zip.c 		if (ret == NULL) {
NULL              998 ext/zip/php_zip.c 			php_error_docref(NULL, E_WARNING, "Cannot destroy the zip context: %s", zip_strerror(intern->za));
NULL             1001 ext/zip/php_zip.c 		intern->za = NULL;
NULL             1011 ext/zip/php_zip.c 	intern->za = NULL;
NULL             1044 ext/zip/php_zip.c 				php_error_docref(NULL, E_WARNING, "Cannot destroy the zip context");
NULL             1046 ext/zip/php_zip.c 			zip_int->za = NULL;
NULL             1051 ext/zip/php_zip.c 		rsrc->ptr = NULL;
NULL             1064 ext/zip/php_zip.c 			zr_rsrc->zf = NULL;
NULL             1067 ext/zip/php_zip.c 		rsrc->ptr = NULL;
NULL             1090 ext/zip/php_zip.c 	NULL,
NULL             1091 ext/zip/php_zip.c 	NULL,
NULL             1117 ext/zip/php_zip.c 		php_error_docref(NULL, E_WARNING, "Empty string as source");
NULL             1132 ext/zip/php_zip.c 	if (rsrc_int->za == NULL) {
NULL             1149 ext/zip/php_zip.c 	zip_rsrc *z_rsrc = NULL;
NULL             1155 ext/zip/php_zip.c 	if ((z_rsrc = (zip_rsrc *)zend_fetch_resource(Z_RES_P(zip), le_zip_dir_name, le_zip_dir)) == NULL) {
NULL             1177 ext/zip/php_zip.c 	if ((rsrc_int = (zip_rsrc *)zend_fetch_resource(Z_RES_P(zip_dp), le_zip_dir_name, le_zip_dir)) == NULL) {
NULL             1217 ext/zip/php_zip.c 	char *mode = NULL;
NULL             1226 ext/zip/php_zip.c 	if ((zr_rsrc = (zip_read_rsrc *)zend_fetch_resource(Z_RES_P(zip_entry), le_zip_entry_name, le_zip_entry)) == NULL) {
NULL             1230 ext/zip/php_zip.c 	if ((z_rsrc = (zip_rsrc *)zend_fetch_resource(Z_RES_P(zip), le_zip_dir_name, le_zip_dir)) == NULL) {
NULL             1234 ext/zip/php_zip.c 	if (zr_rsrc->zf != NULL) {
NULL             1253 ext/zip/php_zip.c 	if ((zr_rsrc = (zip_read_rsrc *)zend_fetch_resource(Z_RES_P(zip_entry), le_zip_entry_name, le_zip_entry)) == NULL) {
NULL             1275 ext/zip/php_zip.c 	if ((zr_rsrc = (zip_read_rsrc *)zend_fetch_resource(Z_RES_P(zip_entry), le_zip_entry_name, le_zip_entry)) == NULL) {
NULL             1309 ext/zip/php_zip.c 	if ((zr_rsrc = (zip_read_rsrc *)zend_fetch_resource(Z_RES_P(zip_entry), le_zip_entry_name, le_zip_entry)) == NULL) {
NULL             1408 ext/zip/php_zip.c 	ze_zip_object *ze_obj = NULL;
NULL             1420 ext/zip/php_zip.c 		php_error_docref(NULL, E_WARNING, "Empty string as source");
NULL             1428 ext/zip/php_zip.c 	if (!(resolved_path = expand_filepath(ZSTR_VAL(filename), NULL))) {
NULL             1435 ext/zip/php_zip.c 			php_error_docref(NULL, E_WARNING, "Empty string as source");
NULL             1439 ext/zip/php_zip.c 		ze_obj->za = NULL;
NULL             1443 ext/zip/php_zip.c 		ze_obj->filename = NULL;
NULL             1508 ext/zip/php_zip.c 		php_error_docref(NULL, E_WARNING, "%s", zip_strerror(intern));
NULL             1513 ext/zip/php_zip.c 	ze_obj->filename = NULL;
NULL             1515 ext/zip/php_zip.c 	ze_obj->za = NULL;
NULL             1614 ext/zip/php_zip.c 	char *path = NULL;
NULL             1615 ext/zip/php_zip.c 	char *remove_path = NULL;
NULL             1616 ext/zip/php_zip.c 	char *add_path = NULL;
NULL             1620 ext/zip/php_zip.c 	zval *options = NULL;
NULL             1643 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as pattern");
NULL             1672 ext/zip/php_zip.c 			zend_string *basename = NULL;
NULL             1674 ext/zip/php_zip.c 			if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(return_value), i)) != NULL) {
NULL             1676 ext/zip/php_zip.c 					basename = php_basename(Z_STRVAL_P(zval_file), Z_STRLEN_P(zval_file), NULL, 0);
NULL             1679 ext/zip/php_zip.c 				} else if (remove_path && strstr(Z_STRVAL_P(zval_file), remove_path) != NULL) {
NULL             1689 ext/zip/php_zip.c 						php_error_docref(NULL, E_WARNING, "Entry name too long (max: %d, %pd given)",
NULL             1704 ext/zip/php_zip.c 					basename = NULL;
NULL             1739 ext/zip/php_zip.c 	char *entry_name = NULL;
NULL             1756 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as filename");
NULL             1812 ext/zip/php_zip.c 	if (zs == NULL) {
NULL             2000 ext/zip/php_zip.c 	if(comment==NULL) {
NULL             2029 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as entry name");
NULL             2093 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as entry name");
NULL             2162 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as entry name");
NULL             2241 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as entry name");
NULL             2306 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as entry name");
NULL             2437 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as new entry name");
NULL             2468 ext/zip/php_zip.c 		php_error_docref(NULL, E_NOTICE, "Empty string as new entry name");
NULL             2599 ext/zip/php_zip.c 	zval *zval_files = NULL;
NULL             2600 ext/zip/php_zip.c 	zval *zval_file = NULL;
NULL             2620 ext/zip/php_zip.c 	if (php_stream_stat_path_ex(pathto, PHP_STREAM_URL_STAT_QUIET, &ssb, NULL) < 0) {
NULL             2621 ext/zip/php_zip.c 			ret = php_stream_mkdir(pathto, 0777,  PHP_STREAM_MKDIR_RECURSIVE, NULL);
NULL             2641 ext/zip/php_zip.c 					if ((zval_file = zend_hash_index_find(Z_ARRVAL_P(zval_files), i)) != NULL) {
NULL             2656 ext/zip/php_zip.c 				php_error_docref(NULL, E_WARNING, "Invalid argument, expect string or array of strings");
NULL             2664 ext/zip/php_zip.c 				php_error_docref(NULL, E_WARNING, "Illegal archive");
NULL             2727 ext/zip/php_zip.c 	if (zf == NULL) {
NULL             2998 ext/zip/php_zip.c 	{NULL, NULL, NULL}
NULL             3014 ext/zip/php_zip.c 	zip_object_handlers.clone_obj = NULL;
NULL             3025 ext/zip/php_zip.c 	zend_hash_init(&zip_prop_handlers, 0, NULL, php_zip_free_prop_handler, 1);
NULL             3026 ext/zip/php_zip.c 	php_zip_register_prop_handler(&zip_prop_handlers, "status",    php_zip_status, NULL, NULL, IS_LONG);
NULL             3027 ext/zip/php_zip.c 	php_zip_register_prop_handler(&zip_prop_handlers, "statusSys", php_zip_status_sys, NULL, NULL, IS_LONG);
NULL             3028 ext/zip/php_zip.c 	php_zip_register_prop_handler(&zip_prop_handlers, "numFiles",  php_zip_get_num_files, NULL, NULL, IS_LONG);
NULL             3029 ext/zip/php_zip.c 	php_zip_register_prop_handler(&zip_prop_handlers, "filename", NULL, NULL, php_zipobj_get_filename, IS_STRING);
NULL             3030 ext/zip/php_zip.c 	php_zip_register_prop_handler(&zip_prop_handlers, "comment", NULL, php_zipobj_get_zip_comment, NULL, IS_STRING);
NULL             3112 ext/zip/php_zip.c 	le_zip_dir   = zend_register_list_destructors_ex(php_zip_free_dir,   NULL, le_zip_dir_name,   module_number);
NULL             3113 ext/zip/php_zip.c 	le_zip_entry = zend_register_list_destructors_ex(php_zip_free_entry, NULL, le_zip_entry_name, module_number);
NULL               52 ext/zip/php_zip.h 	(PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename)
NULL               58 ext/zip/zip_stream.c 			php_error_docref(NULL, E_WARNING, "Zip stream error: %s", zip_file_strerror(self->zf));
NULL               63 ext/zip/zip_stream.c 			php_error_docref(NULL, E_WARNING, "Zip stream error: %s", zip_error_strerror(err));
NULL               98 ext/zip/zip_stream.c 			self->zf = NULL;
NULL              103 ext/zip/zip_stream.c 			self->za = NULL;
NULL              107 ext/zip/zip_stream.c 	stream->abstract = NULL;
NULL              158 ext/zip/zip_stream.c 	file_basename = php_basename((char *)path, path_len - fragment_len, NULL, 0);
NULL              204 ext/zip/zip_stream.c 	NULL, /* seek */
NULL              205 ext/zip/zip_stream.c 	NULL, /* cast */
NULL              207 ext/zip/zip_stream.c 	NULL  /* set_option */
NULL              213 ext/zip/zip_stream.c 	struct zip_file *zf = NULL;
NULL              216 ext/zip/zip_stream.c 	php_stream *stream = NULL;
NULL              221 ext/zip/zip_stream.c 		return NULL;
NULL              226 ext/zip/zip_stream.c 			return NULL;
NULL              232 ext/zip/zip_stream.c 			return NULL;
NULL              241 ext/zip/zip_stream.c 			self->stream = NULL;
NULL              243 ext/zip/zip_stream.c 			stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode);
NULL              251 ext/zip/zip_stream.c 		return NULL;
NULL              273 ext/zip/zip_stream.c 	struct zip_file *zf = NULL;
NULL              278 ext/zip/zip_stream.c 	php_stream *stream = NULL;
NULL              283 ext/zip/zip_stream.c 		return NULL;
NULL              293 ext/zip/zip_stream.c 		return NULL;
NULL              297 ext/zip/zip_stream.c 		return NULL;
NULL              303 ext/zip/zip_stream.c 	file_basename = php_basename(path, path_len - fragment_len, NULL, 0);
NULL              308 ext/zip/zip_stream.c 		return NULL;
NULL              319 ext/zip/zip_stream.c 			self->stream = NULL;
NULL              321 ext/zip/zip_stream.c 			stream = php_stream_alloc(&php_stream_zipio_ops, self, NULL, mode);
NULL              334 ext/zip/zip_stream.c 		return NULL;
NULL              343 ext/zip/zip_stream.c 	NULL,	/* close */
NULL              344 ext/zip/zip_stream.c 	NULL,	/* fstat */
NULL              345 ext/zip/zip_stream.c 	NULL,	/* stat */
NULL              346 ext/zip/zip_stream.c 	NULL,	/* opendir */
NULL              348 ext/zip/zip_stream.c 	NULL,	/* unlink */
NULL              349 ext/zip/zip_stream.c 	NULL,	/* rename */
NULL              350 ext/zip/zip_stream.c 	NULL,	/* mkdir */
NULL              351 ext/zip/zip_stream.c 	NULL	/* rmdir */
NULL              356 ext/zip/zip_stream.c 	NULL,
NULL               71 ext/zlib/zlib.c 	z_stream *ctx = zend_fetch_resource(res, NULL, le_deflate);
NULL               78 ext/zlib/zlib.c 	z_stream *ctx = zend_fetch_resource(res, NULL, le_inflate);
NULL              258 ext/zlib/zlib.c 				php_output_handler_hook(PHP_OUTPUT_HANDLER_HOOK_IMMUTABLE, NULL);
NULL              294 ext/zlib/zlib.c 	php_output_handler *h = NULL;
NULL              369 ext/zlib/zlib.c 	php_error_docref(NULL, E_WARNING, "%s", zError(status));
NULL              370 ext/zlib/zlib.c 	return NULL;
NULL              378 ext/zlib/zlib.c 	php_zlib_buffer buffer = {NULL, NULL, 0, 0, 0};
NULL              380 ext/zlib/zlib.c 	*buf = NULL;
NULL              457 ext/zlib/zlib.c 	*out_buf = NULL;
NULL              460 ext/zlib/zlib.c 	php_error_docref(NULL, E_WARNING, "%s", zError(status));
NULL              471 ext/zlib/zlib.c 		ZLIBG(ob_gzhandler) = NULL;
NULL              582 ext/zlib/zlib.c 	stream = php_stream_gzopen(NULL, filename, "rb", flags, NULL, NULL STREAMS_CC);
NULL              595 ext/zlib/zlib.c 	while (php_stream_gets(stream, buf, sizeof(buf) - 1) != NULL) {
NULL              621 ext/zlib/zlib.c 	stream = php_stream_gzopen(NULL, filename, mode, flags, NULL, NULL STREAMS_CC);
NULL              649 ext/zlib/zlib.c 	stream = php_stream_gzopen(NULL, filename, "rb", flags, NULL, NULL STREAMS_CC);
NULL              676 ext/zlib/zlib.c 		php_error_docref(NULL, E_WARNING, "compression level (%pd) must be within -1..9", level); \
NULL              685 ext/zlib/zlib.c 			php_error_docref(NULL, E_WARNING, "encoding mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENCODING_DEFLATE"); \
NULL              688 ext/zlib/zlib.c 	if ((out = php_zlib_encode(ZSTR_VAL(in), ZSTR_LEN(in), encoding, level)) == NULL) { \
NULL              705 ext/zlib/zlib.c 		php_error_docref(NULL, E_WARNING, "length (%pd) must be greater or equal zero", max_len); \
NULL              759 ext/zlib/zlib.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("dictionary"))) != NULL) {
NULL              772 ext/zlib/zlib.c 							php_error_docref(NULL, E_WARNING, "dictionary string must not contain empty entries (two consecutive NULL-bytes or one at the very beginning)");
NULL              779 ext/zlib/zlib.c 					php_error_docref(NULL, E_WARNING, "dictionary string must be NULL-byte terminated (each dictionary entry has to be NULL-terminated)");
NULL              808 ext/zlib/zlib.c 							php_error_docref(NULL, E_WARNING, "dictionary entries must be non-empty strings");
NULL              817 ext/zlib/zlib.c 								php_error_docref(NULL, E_WARNING, "dictionary entries must not contain a NULL-byte");
NULL              839 ext/zlib/zlib.c 				php_error_docref(NULL, E_WARNING, "dictionary must be of type zero-terminated string or array, got %s", zend_get_type_by_const(Z_TYPE_P(option_buffer)));
NULL              853 ext/zlib/zlib.c 	char *dict = NULL;
NULL              855 ext/zlib/zlib.c 	HashTable *options = NULL;
NULL              862 ext/zlib/zlib.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) {
NULL              866 ext/zlib/zlib.c 		php_error_docref(NULL, E_WARNING, "zlib window size (lograithm) (%pd) must be within 8..15", window);
NULL              880 ext/zlib/zlib.c 			php_error_docref(NULL, E_WARNING, "encoding mode must be ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENCODING_DEFLATE");
NULL              900 ext/zlib/zlib.c 		php_error_docref(NULL, E_WARNING, "failed allocating zlib.inflate context");
NULL              922 ext/zlib/zlib.c 	if (!(ctx = zend_fetch_resource_ex(res, NULL, le_inflate))) {
NULL              923 ext/zlib/zlib.c 		php_error_docref(NULL, E_WARNING, "Invalid zlib.inflate resource");
NULL              937 ext/zlib/zlib.c 			php_error_docref(NULL, E_WARNING,
NULL              987 ext/zlib/zlib.c 							php_ctx->inflateDict = NULL;
NULL              990 ext/zlib/zlib.c 							php_error_docref(NULL, E_WARNING, "dictionary does not match expected dictionary (incorrect adler32 hash)");
NULL              993 ext/zlib/zlib.c 							php_ctx->inflateDict = NULL;
NULL              999 ext/zlib/zlib.c 					php_error_docref(NULL, E_WARNING, "inflating this data requires a preset dictionary, please specify it in the options array of inflate_init()");
NULL             1004 ext/zlib/zlib.c 				php_error_docref(NULL, E_WARNING, "%s", zError(status));
NULL             1023 ext/zlib/zlib.c 	char *dict = NULL;
NULL             1025 ext/zlib/zlib.c 	HashTable *options = NULL;
NULL             1032 ext/zlib/zlib.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("level"))) != NULL) {
NULL             1036 ext/zlib/zlib.c 		php_error_docref(NULL, E_WARNING, "compression level (%pd) must be within -1..9", level);
NULL             1040 ext/zlib/zlib.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("memory"))) != NULL) {
NULL             1044 ext/zlib/zlib.c 		php_error_docref(NULL, E_WARNING, "compression memory level (%pd) must be within 1..9", memory);
NULL             1048 ext/zlib/zlib.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) {
NULL             1052 ext/zlib/zlib.c 		php_error_docref(NULL, E_WARNING, "zlib window size (logarithm) (%pd) must be within 8..15", window);
NULL             1056 ext/zlib/zlib.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("strategy"))) != NULL) {
NULL             1067 ext/zlib/zlib.c 			php_error_docref(NULL, E_WARNING, "strategy must be one of ZLIB_FILTERED, ZLIB_HUFFMAN_ONLY, ZLIB_RLE, ZLIB_FIXED or ZLIB_DEFAULT_STRATEGY");
NULL             1081 ext/zlib/zlib.c 			php_error_docref(NULL, E_WARNING,
NULL             1106 ext/zlib/zlib.c 		php_error_docref(NULL, E_WARNING, "failed allocating zlib.deflate context");
NULL             1128 ext/zlib/zlib.c 	if (!(ctx = zend_fetch_resource_ex(res, NULL, le_deflate))) {
NULL             1129 ext/zlib/zlib.c 		php_error_docref(NULL, E_WARNING, "Invalid deflate resource");
NULL             1136 ext/zlib/zlib.c 			php_error_docref(NULL, E_WARNING,
NULL             1148 ext/zlib/zlib.c 			php_error_docref(NULL, E_WARNING,
NULL             1182 ext/zlib/zlib.c 			php_error_docref(NULL, E_WARNING, "zlib error (%s)", zError(status));
NULL             1367 ext/zlib/zlib.c 	if (new_value == NULL) {
NULL             1437 ext/zlib/zlib.c 	le_deflate = zend_register_list_destructors_ex(deflate_rsrc_dtor, NULL, "zlib.deflate", module_number);
NULL             1438 ext/zlib/zlib.c 	le_inflate = zend_register_list_destructors_ex(inflate_rsrc_dtor, NULL, "zlib.inflate", module_number);
NULL             1524 ext/zlib/zlib.c 	zlib_globals->ob_gzhandler = NULL;
NULL             1542 ext/zlib/zlib.c 	NULL,
NULL             1543 ext/zlib/zlib.c 	NULL,
NULL              291 ext/zlib/zlib_filter.c 	php_stream_filter_ops *fops = NULL;
NULL              298 ext/zlib/zlib_filter.c 		php_error_docref(NULL, E_WARNING, "Failed allocating %zd bytes", sizeof(php_zlib_filter_data));
NULL              299 ext/zlib/zlib_filter.c 		return NULL;
NULL              310 ext/zlib/zlib_filter.c 		php_error_docref(NULL, E_WARNING, "Failed allocating %zd bytes", data->inbuf_len);
NULL              312 ext/zlib/zlib_filter.c 		return NULL;
NULL              317 ext/zlib/zlib_filter.c 		php_error_docref(NULL, E_WARNING, "Failed allocating %zd bytes", data->outbuf_len);
NULL              320 ext/zlib/zlib_filter.c 		return NULL;
NULL              336 ext/zlib/zlib_filter.c 					php_error_docref(NULL, E_WARNING, "Invalid parameter give for window size. (%pd)", tmp);
NULL              368 ext/zlib/zlib_filter.c 							php_error_docref(NULL, E_WARNING, "Invalid parameter give for memory level. (%pd)", tmp);
NULL              378 ext/zlib/zlib_filter.c 							php_error_docref(NULL, E_WARNING, "Invalid parameter give for window size. (%pd)", tmp);
NULL              398 ext/zlib/zlib_filter.c 						php_error_docref(NULL, E_WARNING, "Invalid compression level specified. (%pd)", tmp);
NULL              404 ext/zlib/zlib_filter.c 					php_error_docref(NULL, E_WARNING, "Invalid filter parameter, ignored");
NULL              418 ext/zlib/zlib_filter.c 		return NULL;
NULL               65 ext/zlib/zlib_fopen_wrapper.c 	assert(self != NULL);
NULL               68 ext/zlib/zlib_fopen_wrapper.c 		php_error_docref(NULL, E_WARNING, "SEEK_END is not supported");
NULL               84 ext/zlib/zlib_fopen_wrapper.c 			self->gz_file = NULL;
NULL               88 ext/zlib/zlib_fopen_wrapper.c 			self->stream = NULL;
NULL              108 ext/zlib/zlib_fopen_wrapper.c 	NULL, /* cast */
NULL              109 ext/zlib/zlib_fopen_wrapper.c 	NULL, /* stat */
NULL              110 ext/zlib/zlib_fopen_wrapper.c 	NULL  /* set_option */
NULL              117 ext/zlib/zlib_fopen_wrapper.c 	php_stream *stream = NULL, *innerstream = NULL;
NULL              122 ext/zlib/zlib_fopen_wrapper.c 			php_error_docref(NULL, E_WARNING, "cannot open a zlib stream for reading and writing at the same time!");
NULL              124 ext/zlib/zlib_fopen_wrapper.c 		return NULL;
NULL              155 ext/zlib/zlib_fopen_wrapper.c 				php_error_docref(NULL, E_WARNING, "gzopen failed");
NULL              162 ext/zlib/zlib_fopen_wrapper.c 	return NULL;
NULL              167 ext/zlib/zlib_fopen_wrapper.c 	NULL, /* close */
NULL              168 ext/zlib/zlib_fopen_wrapper.c 	NULL, /* stat */
NULL              169 ext/zlib/zlib_fopen_wrapper.c 	NULL, /* stat_url */
NULL              170 ext/zlib/zlib_fopen_wrapper.c 	NULL, /* opendir */
NULL              172 ext/zlib/zlib_fopen_wrapper.c 	NULL, /* unlink */
NULL              173 ext/zlib/zlib_fopen_wrapper.c 	NULL, /* rename */
NULL              174 ext/zlib/zlib_fopen_wrapper.c 	NULL, /* mkdir */
NULL              175 ext/zlib/zlib_fopen_wrapper.c 	NULL  /* rmdir */
NULL              180 ext/zlib/zlib_fopen_wrapper.c 	NULL,
NULL               65 main/SAPI.c    	zend_hash_init_ex(&sapi_globals->known_post_content_types, 8, NULL, _type_dtor, 1, 0);
NULL               80 main/SAPI.c    	sf->ini_entries = NULL;
NULL              130 main/SAPI.c    	if (!zend_is_callable(callback_func, 0, NULL)) {
NULL              149 main/SAPI.c    	char *callback_error = NULL;
NULL              152 main/SAPI.c    	if (zend_fcall_info_init(callback, 0, &fci, &SG(fci_cache), NULL, &callback_error) == SUCCESS) {
NULL              163 main/SAPI.c    		php_error_docref(NULL, E_WARNING, "Could not call the sapi_header_callback");
NULL              176 main/SAPI.c    		SG(request_info).content_type_dup = NULL;
NULL              187 main/SAPI.c    	void (*post_reader_func)(void) = NULL;
NULL              211 main/SAPI.c    			content_type_length)) != NULL) {
NULL              217 main/SAPI.c    		SG(request_info).post_entry = NULL;
NULL              220 main/SAPI.c    			SG(request_info).content_type_dup = NULL;
NULL              265 main/SAPI.c    		php_error_docref(NULL, E_WARNING, "POST Content-Length of %pd bytes exceeds the limit of %pd bytes",
NULL              285 main/SAPI.c    					php_error_docref(NULL, E_WARNING, "POST data can't be buffered; all data discarded");
NULL              291 main/SAPI.c    				php_error_docref(NULL, E_WARNING, "Actual POST length does not match Content-Length, and exceeds " ZEND_LONG_FMT " bytes", SG(post_max_size));
NULL              379 main/SAPI.c    	if (*mimetype != NULL) {
NULL              380 main/SAPI.c    		if (*charset && strncmp(*mimetype, "text/", 5) == 0 && strstr(*mimetype, "charset=") == NULL) {
NULL              404 main/SAPI.c    	SG(sapi_headers).http_status_line = NULL;
NULL              405 main/SAPI.c    	SG(sapi_headers).mimetype = NULL;
NULL              407 main/SAPI.c    	SG(request_info).request_body = NULL;
NULL              408 main/SAPI.c    	SG(request_info).current_user = NULL;
NULL              411 main/SAPI.c    	SG(request_info).post_entry = NULL;
NULL              446 main/SAPI.c    	SG(sapi_headers).http_status_line = NULL;
NULL              447 main/SAPI.c    	SG(sapi_headers).mimetype = NULL;
NULL              451 main/SAPI.c    	SG(request_info).request_body = NULL;
NULL              452 main/SAPI.c    	SG(request_info).current_user = NULL;
NULL              455 main/SAPI.c    	SG(request_info).post_entry = NULL;
NULL              465 main/SAPI.c    	SG(rfc1867_uploaded_files) = NULL;
NULL              477 main/SAPI.c    			SG(request_info).content_type_dup = NULL;
NULL              497 main/SAPI.c    		SG(sapi_headers).http_status_line = NULL;
NULL              505 main/SAPI.c    		SG(request_info).request_body = NULL;
NULL              540 main/SAPI.c    		SG(sapi_headers).mimetype = NULL;
NULL              552 main/SAPI.c    	SG(server_context) = NULL;
NULL              553 main/SAPI.c    	SG(request_info).request_method = NULL;
NULL              554 main/SAPI.c    	SG(request_info).auth_digest = SG(request_info).auth_user = SG(request_info).auth_password = NULL;
NULL              555 main/SAPI.c    	SG(request_info).content_type_dup = NULL;
NULL              585 main/SAPI.c    		SG(sapi_headers).http_status_line = NULL;
NULL              773 main/SAPI.c    				char *ptr = colon_offset+1, *mimetype = NULL, *newheader;
NULL              912 main/SAPI.c    			sapi_module.send_header(NULL, SG(server_context));
NULL             1006 main/SAPI.c    			return NULL;
NULL             1019 main/SAPI.c    			return NULL;
NULL             1022 main/SAPI.c    			sapi_module.input_filter(PARSE_STRING, name, &value, strlen(value), NULL);
NULL             1026 main/SAPI.c    	return NULL;
NULL             1074 main/SAPI.c    		if (!gettimeofday(&tp, NULL)) {
NULL               78 main/alloca.c  #ifndef NULL
NULL              106 main/alloca.c    static char *addr = NULL;	/* Address of first `dummy', once known.  */
NULL              109 main/alloca.c    if (addr == NULL)
NULL              148 main/alloca.c  static header *last_alloca_header = NULL;	/* -> last alloca header.  */
NULL              179 main/alloca.c      for (hp = last_alloca_header; hp != NULL;)
NULL              200 main/alloca.c      return NULL;		/* No allocation required.  */
NULL              252 main/fastcgi.c static sa_t *allowed_clients = NULL;
NULL              259 main/fastcgi.c 	h->list = NULL;
NULL              262 main/fastcgi.c 	h->buckets->next = NULL;
NULL              266 main/fastcgi.c 	h->data->next = NULL;
NULL              291 main/fastcgi.c 	h->list = NULL;
NULL              335 main/fastcgi.c 	while (UNEXPECTED(p != NULL)) {
NULL              372 main/fastcgi.c 	while (*p != NULL) {
NULL              377 main/fastcgi.c 		    (*p)->val = NULL; /* NULL value means deleted */
NULL              391 main/fastcgi.c 	while (p != NULL) {
NULL              400 main/fastcgi.c 	return NULL;
NULL              408 main/fastcgi.c 		if (EXPECTED(p->val != NULL)) {
NULL              441 main/fastcgi.c 	sigaction(SIGUSR1, &new_sa, NULL);
NULL              442 main/fastcgi.c 	sigaction(SIGTERM, &new_sa, NULL);
NULL              443 main/fastcgi.c 	sigaction(SIGPIPE, NULL, &old_sa);
NULL              445 main/fastcgi.c 		sigaction(SIGPIPE, &new_sa, NULL);
NULL              486 main/fastcgi.c 		zend_hash_init(&fcgi_mgmt_vars, 8, NULL, fcgi_free_mgmt_var_cb, 1);
NULL              507 main/fastcgi.c 			SetNamedPipeHandleState(pipe, &pipe_mode, NULL, NULL);
NULL              510 main/fastcgi.c 			if (str != NULL) {
NULL              516 main/fastcgi.c 				if (!CreateThread(NULL, 0, fcgi_shutdown_thread,
NULL              517 main/fastcgi.c 				                  shutdown_event, 0, NULL)) {
NULL              522 main/fastcgi.c 			if (str != NULL) {
NULL              591 main/fastcgi.c 	if (acl == NULL) {
NULL              592 main/fastcgi.c 		return NULL;
NULL              631 main/fastcgi.c 	return NULL;
NULL              693 main/fastcgi.c 					hep = NULL;
NULL              902 main/fastcgi.c 	req->tcp = !GetNamedPipeInfo((HANDLE)_get_osfhandle(req->listen_socket), NULL, NULL, NULL, NULL);
NULL             1050 main/fastcgi.c 	req->out_hdr = NULL;
NULL             1158 main/fastcgi.c 		while (q != NULL) {
NULL             1159 main/fastcgi.c 			if ((value = zend_hash_str_find(&fcgi_mgmt_vars, q->var, q->var_len)) == NULL) {
NULL             1367 main/fastcgi.c 					ov.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
NULL             1449 main/fastcgi.c 							ret = select(req->fd + 1, &set, NULL, NULL, &tv) >= 0;
NULL             1497 main/fastcgi.c 		req->out_hdr = NULL;
NULL             1609 main/fastcgi.c 			req->out_hdr = NULL;
NULL             1625 main/fastcgi.c 		req->out_hdr = NULL;
NULL             1666 main/fastcgi.c 	if (!req) return NULL;
NULL             1680 main/fastcgi.c 	if (!req) return NULL;
NULL             1681 main/fastcgi.c 	if (val == NULL) {
NULL             1683 main/fastcgi.c 		return NULL;
NULL             1691 main/fastcgi.c 	if (val == NULL) {
NULL             1693 main/fastcgi.c 		return NULL;
NULL             1750 main/fastcgi.c 	return NULL;
NULL               93 main/fopen_wrappers.c 		*p = new_value ? ZSTR_VAL(new_value) : NULL;
NULL              113 main/fopen_wrappers.c 		if (end != NULL) {
NULL              163 main/fopen_wrappers.c 	if (expand_filepath(path, resolved_name) == NULL) {
NULL              170 main/fopen_wrappers.c 	while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
NULL              218 main/fopen_wrappers.c 	if (expand_filepath(local_open_basedir, resolved_basedir) != NULL) {
NULL              295 main/fopen_wrappers.c 			php_error_docref(NULL, E_WARNING, "File name is longer than the maximum allowed path length on this platform (%d): %s", MAXPATHLEN, path);
NULL              306 main/fopen_wrappers.c 			if (end != NULL) {
NULL              319 main/fopen_wrappers.c 			php_error_docref(NULL, E_WARNING, "open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s)", path, PG(open_basedir));
NULL              338 main/fopen_wrappers.c 		return NULL;
NULL              343 main/fopen_wrappers.c 		char *tmp = expand_filepath_with_mode(path, NULL, NULL, 0, CWD_EXPAND);
NULL              358 main/fopen_wrappers.c 	char *filename = NULL;
NULL              359 main/fopen_wrappers.c 	zend_string *resolved_path = NULL;
NULL              442 main/fopen_wrappers.c 			SG(request_info).path_translated = NULL;
NULL              459 main/fopen_wrappers.c 			SG(request_info).path_translated = NULL;
NULL              489 main/fopen_wrappers.c 		return NULL;
NULL              501 main/fopen_wrappers.c 		return NULL;
NULL              513 main/fopen_wrappers.c 			return NULL;
NULL              549 main/fopen_wrappers.c 			ptr = NULL;
NULL              560 main/fopen_wrappers.c 					if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, 0, &ssb, NULL)) {
NULL              575 main/fopen_wrappers.c 	    (exec_filename = zend_get_executed_filename_ex()) != NULL) {
NULL              591 main/fopen_wrappers.c 					return NULL;
NULL              596 main/fopen_wrappers.c 						if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, 0, &ssb, NULL)) {
NULL              600 main/fopen_wrappers.c 					return NULL;
NULL              610 main/fopen_wrappers.c 	return NULL;
NULL              627 main/fopen_wrappers.c 		*opened_path = NULL;
NULL              631 main/fopen_wrappers.c 		return NULL;
NULL              653 main/fopen_wrappers.c 	    (exec_filename = zend_get_executed_filename_ex()) != NULL) {
NULL              678 main/fopen_wrappers.c 		if (end != NULL) {
NULL              683 main/fopen_wrappers.c 			php_error_docref(NULL, E_NOTICE, "%s/%s path was truncated to %d", ptr, filename, MAXPATHLEN);
NULL              694 main/fopen_wrappers.c 	return NULL;
NULL              704 main/fopen_wrappers.c 	if (url == NULL) {
NULL              742 main/fopen_wrappers.c 	return expand_filepath_ex(filepath, real_path, NULL, 0);
NULL              764 main/fopen_wrappers.c 		return NULL;
NULL              776 main/fopen_wrappers.c 				return NULL;
NULL              812 main/fopen_wrappers.c 	if (virtual_file_ex(&new_state, filepath, NULL, realpath_mode)) {
NULL              814 main/fopen_wrappers.c 		return NULL;
NULL               40 main/fopen_wrappers.h 	(PG(safe_mode) && (!php_checkuid(filename, NULL, CHECKUID_CHECK_FILE_AND_DIR))) || php_check_open_basedir(filename)
NULL               62 main/getopt.c  	static char **prev_optarg = NULL;
NULL              103 main/getopt.c  		if ((pos = php_memnstr(&argv[*optind][arg_start], "=", 1, argv[*optind]+arg_end)) != NULL) {
NULL               79 main/http_status_codes.h 	{ 0, NULL }
NULL              161 main/main.c    	char *s = NULL, *e;
NULL              168 main/main.c    	if (e == NULL) {
NULL              178 main/main.c    					s = NULL;
NULL              199 main/main.c    	char *s = NULL, *e;
NULL              214 main/main.c    					s = NULL;
NULL              240 main/main.c    		PG(php_binary) = NULL;
NULL              249 main/main.c    			if ((envpath = getenv("PATH")) != NULL) {
NULL              251 main/main.c    				char *last = NULL;
NULL              263 main/main.c    					search_dir = php_strtok_r(NULL, ":", &last);
NULL              269 main/main.c    				binary_location = NULL;
NULL              273 main/main.c    			binary_location = NULL;
NULL              276 main/main.c    		binary_location = NULL;
NULL              348 main/main.c    		tmp_value = (ini_entry->orig_value ? ZSTR_VAL(ini_entry->orig_value) : NULL );
NULL              354 main/main.c    		tmp_value = NULL;
NULL              476 main/main.c    # define DEFAULT_SENDMAIL_PATH NULL
NULL              486 main/main.c    	PHP_INI_ENTRY_EX("highlight.comment",		HL_COMMENT_COLOR,	PHP_INI_ALL,	NULL,			php_ini_color_displayer_cb)
NULL              487 main/main.c    	PHP_INI_ENTRY_EX("highlight.default",		HL_DEFAULT_COLOR,	PHP_INI_ALL,	NULL,			php_ini_color_displayer_cb)
NULL              488 main/main.c    	PHP_INI_ENTRY_EX("highlight.html",			HL_HTML_COLOR,		PHP_INI_ALL,	NULL,			php_ini_color_displayer_cb)
NULL              489 main/main.c    	PHP_INI_ENTRY_EX("highlight.keyword",		HL_KEYWORD_COLOR,	PHP_INI_ALL,	NULL,			php_ini_color_displayer_cb)
NULL              490 main/main.c    	PHP_INI_ENTRY_EX("highlight.string",		HL_STRING_COLOR,	PHP_INI_ALL,	NULL,			php_ini_color_displayer_cb)
NULL              511 main/main.c    	STD_PHP_INI_ENTRY("output_handler",			NULL,		PHP_INI_PERDIR|PHP_INI_SYSTEM,	OnUpdateString,	output_handler,		php_core_globals,	core_globals)
NULL              518 main/main.c    	STD_PHP_INI_ENTRY("unserialize_callback_func",	NULL,	PHP_INI_ALL,		OnUpdateString,			unserialize_callback_func,	php_core_globals,	core_globals)
NULL              523 main/main.c    	STD_PHP_INI_ENTRY("auto_append_file",		NULL,		PHP_INI_SYSTEM|PHP_INI_PERDIR,		OnUpdateString,			auto_append_file,		php_core_globals,	core_globals)
NULL              524 main/main.c    	STD_PHP_INI_ENTRY("auto_prepend_file",		NULL,		PHP_INI_SYSTEM|PHP_INI_PERDIR,		OnUpdateString,			auto_prepend_file,		php_core_globals,	core_globals)
NULL              525 main/main.c    	STD_PHP_INI_ENTRY("doc_root",				NULL,		PHP_INI_SYSTEM,		OnUpdateStringUnempty,	doc_root,				php_core_globals,	core_globals)
NULL              528 main/main.c    	STD_PHP_INI_ENTRY("internal_encoding",		NULL,			PHP_INI_ALL,	OnUpdateInternalEncoding,	internal_encoding,	php_core_globals, core_globals)
NULL              529 main/main.c    	STD_PHP_INI_ENTRY("input_encoding",			NULL,			PHP_INI_ALL,	OnUpdateInputEncoding,				input_encoding,		php_core_globals, core_globals)
NULL              530 main/main.c    	STD_PHP_INI_ENTRY("output_encoding",		NULL,			PHP_INI_ALL,	OnUpdateOutputEncoding,				output_encoding,	php_core_globals, core_globals)
NULL              531 main/main.c    	STD_PHP_INI_ENTRY("error_log",				NULL,		PHP_INI_ALL,		OnUpdateErrorLog,			error_log,				php_core_globals,	core_globals)
NULL              533 main/main.c    	STD_PHP_INI_ENTRY("sys_temp_dir",			NULL,		PHP_INI_SYSTEM,		OnUpdateStringUnempty,	sys_temp_dir,			php_core_globals,	core_globals)
NULL              536 main/main.c    	STD_PHP_INI_ENTRY("open_basedir",			NULL,		PHP_INI_ALL,		OnUpdateBaseDir,			open_basedir,			php_core_globals,	core_globals)
NULL              541 main/main.c    	STD_PHP_INI_ENTRY("upload_tmp_dir",			NULL,		PHP_INI_SYSTEM,		OnUpdateStringUnempty,	upload_tmp_dir,			php_core_globals,	core_globals)
NULL              545 main/main.c    	STD_PHP_INI_ENTRY("user_dir",				NULL,		PHP_INI_SYSTEM,		OnUpdateString,			user_dir,				php_core_globals,	core_globals)
NULL              547 main/main.c    	STD_PHP_INI_ENTRY("request_order",			NULL,		PHP_INI_SYSTEM|PHP_INI_PERDIR,		OnUpdateString,	request_order,		php_core_globals,	core_globals)
NULL              549 main/main.c    	STD_PHP_INI_ENTRY("error_append_string",	NULL,		PHP_INI_ALL,		OnUpdateString,			error_append_string,	php_core_globals,	core_globals)
NULL              550 main/main.c    	STD_PHP_INI_ENTRY("error_prepend_string",	NULL,		PHP_INI_ALL,		OnUpdateString,			error_prepend_string,	php_core_globals,	core_globals)
NULL              552 main/main.c    	PHP_INI_ENTRY("SMTP",						"localhost",PHP_INI_ALL,		NULL)
NULL              553 main/main.c    	PHP_INI_ENTRY("smtp_port",					"25",		PHP_INI_ALL,		NULL)
NULL              555 main/main.c    	STD_PHP_INI_ENTRY("mail.log",					NULL,		PHP_INI_SYSTEM|PHP_INI_PERDIR,		OnUpdateMailLog,			mail_log,			php_core_globals,	core_globals)
NULL              556 main/main.c    	PHP_INI_ENTRY("browscap",					NULL,		PHP_INI_SYSTEM,		OnChangeBrowscap)
NULL              559 main/main.c    	PHP_INI_ENTRY("sendmail_from",				NULL,		PHP_INI_ALL,		NULL)
NULL              560 main/main.c    	PHP_INI_ENTRY("sendmail_path",	DEFAULT_SENDMAIL_PATH,	PHP_INI_SYSTEM,		NULL)
NULL              561 main/main.c    	PHP_INI_ENTRY("mail.force_extra_parameters",NULL,		PHP_INI_SYSTEM|PHP_INI_PERDIR,		OnChangeMailForceExtra)
NULL              562 main/main.c    	PHP_INI_ENTRY("disable_functions",			"",			PHP_INI_SYSTEM,		NULL)
NULL              563 main/main.c    	PHP_INI_ENTRY("disable_classes",			"",			PHP_INI_SYSTEM,		NULL)
NULL              564 main/main.c    	PHP_INI_ENTRY("max_file_uploads",			"20",			PHP_INI_SYSTEM|PHP_INI_PERDIR,		NULL)
NULL              624 main/main.c    	if (PG(error_log) != NULL) {
NULL              708 main/main.c    	zend_string *replace_buffer = NULL, *replace_origin = NULL;
NULL              709 main/main.c    	char *buffer = NULL, *docref_buf = NULL, *target = NULL;
NULL              725 main/main.c    		replace_buffer = php_escape_html_entities((unsigned char*)buffer, buffer_len, 0, ENT_COMPAT, NULL);
NULL              728 main/main.c    			replace_buffer = php_escape_html_entities((unsigned char*)buffer, buffer_len, 0, ENT_COMPAT | ENT_HTML_SUBSTITUTE_ERRORS, NULL);
NULL              795 main/main.c    		replace_origin = php_escape_html_entities((unsigned char*)origin, origin_len, 0, ENT_COMPAT, NULL);
NULL              803 main/main.c    		docref = NULL;
NULL              817 main/main.c    		while((p = strchr(docref_buf, '_')) != NULL) {
NULL              947 main/main.c    		php_error_docref2(NULL, param1, param2, E_WARNING, "%s", strerror(errno));
NULL              952 main/main.c    		FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, error, 0, buf, PHP_WIN32_ERROR_MSG_BUFFER_SIZE, NULL);
NULL              958 main/main.c    		php_error_docref2(NULL, param1, param2, E_WARNING, "%s (code: %lu)", (char *)buf, error);
NULL             1000 main/main.c    			PG(last_error_message) = NULL;
NULL             1005 main/main.c    			PG(last_error_file) = NULL;
NULL             1109 main/main.c    						zend_string *buf = php_escape_html_entities((unsigned char*)buffer, buffer_len, 0, ENT_COMPAT, NULL);
NULL             1249 main/main.c    		struct passwd *retpwptr = NULL;
NULL             1261 main/main.c    		if (retpwptr == NULL) {
NULL             1267 main/main.c    		if ((pwd=getpwuid(pstat->st_uid))==NULL) {
NULL             1370 main/main.c    		&& (p = php_stream_mmap_range(stream, 0, len, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped_len)) != NULL) {
NULL             1408 main/main.c    		PG(last_error_message) = NULL;
NULL             1412 main/main.c    		PG(last_error_file) = NULL;
NULL             1416 main/main.c    		PG(php_sys_temp_dir) = NULL;
NULL             1433 main/main.c    			php_error_docref(NULL, E_WARNING, "Failed opening '%s' for highlighting", php_strip_url_passwd((char *) data));
NULL             1519 main/main.c    	while (waitpid(-1, NULL, WNOHANG) > 0);
NULL             1620 main/main.c    			php_output_start_user(NULL, PG(output_buffering) > 1 ? PG(output_buffering) : 0, PHP_OUTPUT_HANDLER_STDFLAGS);
NULL             1766 main/main.c    	EG(current_execute_data) = NULL;
NULL             1876 main/main.c    		if (CoInitialize(NULL) == S_OK) {
NULL             1942 main/main.c    			if (zend_register_internal_module(*ptr)==NULL) {
NULL             1961 main/main.c    		if (zend_register_internal_module(ptr++) == NULL) {
NULL             2021 main/main.c    	if (old_invalid_parameter_handler != NULL) {
NULL             2078 main/main.c    	zend_startup(&zuf, NULL);
NULL             2097 main/main.c    	le_index_ptr = zend_register_list_destructors_ex(NULL, NULL, "index pointer", 0);
NULL             2219 main/main.c    		if ((module = zend_hash_str_find_ptr(&module_registry, "standard", sizeof("standard")-1)) != NULL) {
NULL             2221 main/main.c    			zend_register_functions(NULL, sapi_module.additional_functions, NULL, MODULE_PERSISTENT);
NULL             2222 main/main.c    			EG(current_module) = NULL;
NULL             2231 main/main.c    	if ((module = zend_hash_str_find_ptr(&module_registry, "core", sizeof("core")-1)) != NULL) {
NULL             2252 main/main.c    					NULL
NULL             2275 main/main.c    					NULL
NULL             2384 main/main.c    	if (old_invalid_parameter_handler == NULL) {
NULL             2396 main/main.c    	zend_file_handle prepend_file = {{0}, NULL, NULL, 0, 0}, append_file = {{0}, NULL, NULL, 0, 0};
NULL             2438 main/main.c     			primary_file->opened_path == NULL &&
NULL             2449 main/main.c    			prepend_file.opened_path = NULL;
NULL             2454 main/main.c    			prepend_file_p = NULL;
NULL             2459 main/main.c    			append_file.opened_path = NULL;
NULL             2464 main/main.c    			append_file_p = NULL;
NULL             2482 main/main.c    			if (zend_execute_scripts(ZEND_REQUIRE, NULL, 1, prepend_file_p) == SUCCESS) {
NULL             2484 main/main.c    				retval = (zend_execute_scripts(ZEND_REQUIRE, NULL, 2, primary_file, append_file_p) == SUCCESS);
NULL             2487 main/main.c    			retval = (zend_execute_scripts(ZEND_REQUIRE, NULL, 3, prepend_file_p, primary_file, append_file_p) == SUCCESS);
NULL             2587 main/main.c    		SG(request_info).auth_user = SG(request_info).auth_password = NULL;
NULL             2589 main/main.c    		SG(request_info).auth_digest = NULL;
NULL             2598 main/main.c    		SG(request_info).auth_digest = NULL;
NULL              129 main/mergesort.c 	if ((list2 = malloc(nmemb * size + PSIZE)) == NULL)
NULL              136 main/network.c                 {0, NULL}
NULL              140 main/network.c         for (i = 0; values[i].msg != NULL; i++) {
NULL              158 main/network.c 	if (sal == NULL)
NULL              160 main/network.c 	for (sap = sal; *sap != NULL; sap++)
NULL              183 main/network.c 	if (host == NULL) {
NULL              213 main/network.c 	if ((n = getaddrinfo(host, NULL, &hints, &res))) {
NULL              216 main/network.c 			php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(*error_string));
NULL              218 main/network.c 			php_error_docref(NULL, E_WARNING, "php_network_getaddresses: getaddrinfo failed: %s", PHP_GAI_STRERROR(n));
NULL              221 main/network.c 	} else if (res == NULL) {
NULL              224 main/network.c 			php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(*error_string));
NULL              226 main/network.c 			php_error_docref(NULL, E_WARNING, "php_network_getaddresses: getaddrinfo failed (null result pointer)");
NULL              232 main/network.c 	for (n = 1; (sai = sai->ai_next) != NULL; n++)
NULL              243 main/network.c 	} while ((sai = sai->ai_next) != NULL);
NULL              250 main/network.c 			host_info = NULL;
NULL              255 main/network.c 		if (host_info == NULL) {
NULL              258 main/network.c 				php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(*error_string));
NULL              260 main/network.c 				php_error_docref(NULL, E_WARNING, "php_network_getaddresses: gethostbyname failed");
NULL              276 main/network.c 	*sap = NULL;
NULL              396 main/network.c 		php_error_docref(NULL, E_WARNING, "Asynchronous connect() not supported on this platform");
NULL              440 main/network.c 	for (sal = psal; *sal != NULL; sal++) {
NULL              466 main/network.c 				sa = NULL;
NULL              530 main/network.c 	zend_string *errstr = NULL;
NULL              576 main/network.c 			php_error_docref(NULL, E_WARNING, "Failed to resolve `%s': %s", tmp, ZSTR_VAL(errstr));
NULL              628 main/network.c 		char *buf = NULL;
NULL              803 main/network.c 		gettimeofday(&limit_time, NULL);
NULL              813 main/network.c 	for (sal = psal; !fatal && *sal != NULL; sal++) {
NULL              832 main/network.c 					sa = NULL;
NULL              844 main/network.c 				sa = NULL;
NULL              851 main/network.c 				struct sockaddr *local_address = NULL;
NULL              863 main/network.c 						php_error_docref(NULL, E_WARNING, "Invalid IP Address: %s", bindto);
NULL              878 main/network.c 						php_error_docref(NULL, E_WARNING, "Invalid IP Address: %s", bindto);
NULL              885 main/network.c 					php_error_docref(NULL, E_WARNING, "failed to bind to '%s:%d', system said: %s", bindto, bindport, strerror(errno));
NULL              895 main/network.c 				*error_string = NULL;
NULL              907 main/network.c 					timeout ? &working_timeout : NULL,
NULL              917 main/network.c 				gettimeofday(&time_now, NULL);
NULL             1016 main/network.c 	if (buf == NULL) {
NULL             1031 main/network.c 				NULL,
NULL             1036 main/network.c 				NULL)) {
NULL             1041 main/network.c 	if (buf == NULL) {
NULL             1074 main/network.c 				NULL,
NULL             1079 main/network.c 				NULL)) {
NULL             1111 main/network.c 	if (stream == NULL) {
NULL             1130 main/network.c 			STREAM_XPORT_CLIENT | STREAM_XPORT_CONNECT, persistent_id, timeout, NULL, NULL, NULL);
NULL             1174 main/network.c 	php_error_docref(NULL, E_WARNING,
NULL             1184 main/network.c 	php_error_docref(NULL, E_WARNING,
NULL             1240 main/network.c 	n = select(max_fd + 1, &rset, &wset, &eset, timeout >= 0 ? &tv : NULL);
NULL              140 main/output.c  	ZEND_INIT_MODULE_GLOBALS(output, php_output_init_globals, NULL);
NULL              141 main/output.c  	zend_hash_init(&php_output_handler_aliases, 8, NULL, NULL, 1);
NULL              142 main/output.c  	zend_hash_init(&php_output_handler_conflicts, 8, NULL, NULL, 1);
NULL              143 main/output.c  	zend_hash_init(&php_output_handler_reverse_conflicts, 8, NULL, reverse_conflict_dtor, 1);
NULL              180 main/output.c  	php_output_handler **handler = NULL;
NULL              186 main/output.c  		OG(active) = NULL;
NULL              187 main/output.c  		OG(running) = NULL;
NULL              293 main/output.c  		php_output_op(PHP_OUTPUT_HANDLER_FLUSH, NULL, 0);
NULL              465 main/output.c  	php_output_handler_set_context(handler, output_handler, NULL);
NULL              478 main/output.c  	zend_string *handler_name = NULL;
NULL              479 main/output.c  	char *error = NULL;
NULL              480 main/output.c  	php_output_handler *handler = NULL;
NULL              481 main/output.c  	php_output_handler_alias_ctor_t alias = NULL;
NULL              482 main/output.c  	php_output_handler_user_func_t *user = NULL;
NULL              552 main/output.c  	if (NULL != (conflict = zend_hash_find_ptr(&php_output_handler_conflicts, handler->name))) {
NULL              557 main/output.c  	if (NULL != (rconflicts = zend_hash_find_ptr(&php_output_handler_reverse_conflicts, handler->name))) {
NULL              624 main/output.c  	HashTable rev, *rev_ptr = NULL;
NULL              631 main/output.c  	if (NULL != (rev_ptr = zend_hash_str_find_ptr(&php_output_handler_reverse_conflicts, name, name_len))) {
NULL              634 main/output.c  		zend_hash_init(&rev, 8, NULL, NULL, 1);
NULL              635 main/output.c  		if (NULL == zend_hash_next_index_insert_ptr(&rev, check_func)) {
NULL              639 main/output.c  		if (NULL == zend_hash_str_update_mem(&php_output_handler_reverse_conflicts, name, name_len+1, &rev, sizeof(HashTable))) {
NULL              725 main/output.c  		*h = NULL;
NULL              824 main/output.c  	context->out.data = NULL;
NULL              839 main/output.c  	context->in.data = NULL;
NULL              852 main/output.c  		context->in.data = NULL;
NULL              856 main/output.c  		context->out.data = NULL;
NULL              960 main/output.c  			if (SUCCESS == zend_fcall_info_call(&handler->func.user->fci, &handler->func.user->fcc, &retval, NULL) && PHP_OUTPUT_USER_SUCCESS(retval)) {
NULL              995 main/output.c  		OG(running) = NULL;
NULL             1010 main/output.c  			handler->buffer.data = NULL;
NULL             1176 main/output.c  	ZEND_ASSERT(entry != NULL);
NULL             1229 main/output.c  			OG(active) = NULL;
NULL             1253 main/output.c  		char *out_str = NULL;
NULL             1297 main/output.c  	zval *output_handler = NULL;
NULL              294 main/php.h     	zend_replace_error_handling(error_handling, exception_class, NULL);
NULL              416 main/php.h         (sizeof(int)*((unsigned int)&(((p_type)NULL)->field)))
NULL              420 main/php.h     #define XtOffset(p_type, field) ((unsigned int)&(((p_type)NULL)->field))
NULL              427 main/php.h         ((zend_long) (((char *) (&(((p_type)NULL)->field))) - ((char *) NULL)))
NULL               31 main/php_content_types.c 	{ MULTIPART_CONTENT_TYPE,    sizeof(MULTIPART_CONTENT_TYPE)-1,    NULL,                         rfc1867_post_handler },
NULL               32 main/php_content_types.c 	{ NULL, 0, NULL, NULL }
NULL               41 main/php_content_types.c 		if (NULL == SG(request_info).post_entry) {
NULL               55 main/php_content_types.c 	sapi_register_input_filter(php_default_input_filter, NULL);
NULL               66 main/php_ini.c PHPAPI char *php_ini_opened_path=NULL;
NULL               68 main/php_ini.c PHPAPI char *php_ini_scanned_path=NULL;
NULL               69 main/php_ini.c PHPAPI char *php_ini_scanned_files=NULL;
NULL              204 main/php_ini.c 	active_ini_hash = NULL;          \
NULL              259 main/php_ini.c 				if ((find_arr = zend_hash_find(active_hash, Z_STR_P(arg1))) == NULL || Z_TYPE_P(find_arr) != IS_ARRAY) {
NULL              261 main/php_ini.c 					zend_hash_init(Z_ARRVAL(option_arr), 8, NULL, config_zval_dtor, 1);
NULL              279 main/php_ini.c 				char *key = NULL;
NULL              324 main/php_ini.c 					if ((entry = zend_hash_str_find(target_hash, key, key_len)) == NULL) {
NULL              328 main/php_ini.c 						zend_hash_init(Z_ARRVAL(section_arr), 8, NULL, (dtor_func_t) config_zval_dtor, 1);
NULL              382 main/php_ini.c 	char *php_ini_file_name = NULL;
NULL              383 main/php_ini.c 	char *php_ini_search_path = NULL;
NULL              388 main/php_ini.c 	zend_string *opened_path = NULL;
NULL              390 main/php_ini.c 	zend_hash_init(&configuration_hash, 8, NULL, config_zval_dtor, 1);
NULL              470 main/php_ini.c 		if (reg_location != NULL) {
NULL              534 main/php_ini.c 	PG(open_basedir) = NULL;
NULL              555 main/php_ini.c 						fh.filename = expand_filepath(php_ini_file_name, NULL);
NULL              704 main/php_ini.c 		php_ini_scanned_path = NULL;
NULL              724 main/php_ini.c 		php_ini_opened_path = NULL;
NULL              728 main/php_ini.c 		php_ini_scanned_files = NULL;
NULL              830 main/php_ini.c 		while ((ptr = strchr(ptr, '/')) != NULL) {
NULL              833 main/php_ini.c 			if ((tmp2 = zend_hash_str_find(&configuration_hash, path, strlen(path))) != NULL) {
NULL              859 main/php_ini.c 		if ((tmp = zend_hash_str_find(&configuration_hash, host, host_len)) != NULL) {
NULL              888 main/php_ini.c 	if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
NULL              903 main/php_ini.c 	if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
NULL              918 main/php_ini.c 	if ((tmp = zend_hash_str_find(&configuration_hash, varname, strlen(varname))) == NULL) {
NULL              919 main/php_ini.c 		*result = NULL;
NULL              252 main/php_network.h 	php_network_connect_socket((sock), (addr), (addrlen), 0, (timeout), NULL, NULL)
NULL              130 main/php_open_temporary_file.c 	if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)) {
NULL              261 main/php_open_temporary_file.c 		*opened_path_p = NULL;
NULL              295 main/php_open_temporary_file.c 		return NULL;
NULL              299 main/php_open_temporary_file.c 	if (fp == NULL) {
NULL               62 main/php_scandir.c 	DIR *dirp = NULL;
NULL               63 main/php_scandir.c 	struct dirent **vector = NULL;
NULL               69 main/php_scandir.c 	if (namelist == NULL) {
NULL               79 main/php_scandir.c 		struct dirent *newdp = NULL;
NULL              103 main/php_scandir.c 		if (newdp == NULL) {
NULL               81 main/php_streams.h #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (mode), (options), (opened), NULL STREAMS_REL_CC)
NULL              236 main/php_streams.h 	((php_stream_context*) ((stream)->ctx ? ((stream)->ctx->ptr) : NULL))
NULL              260 main/php_streams.h 				"stream", php_file_le_stream(), php_file_le_pstream())) == NULL) { \
NULL              266 main/php_streams.h 			   	"stream", php_file_le_stream(), php_file_le_pstream())) == NULL) { \
NULL              334 main/php_streams.h #define php_stream_gets(stream, buf, maxlen)	_php_stream_get_line((stream), (buf), (maxlen), NULL)
NULL              347 main/php_streams.h #define php_stream_stat_path(path, ssb)	_php_stream_stat_path((path), 0, (ssb), NULL)
NULL              373 main/php_streams.h #define php_stream_set_chunk_size(stream, size) _php_stream_set_option((stream), PHP_STREAM_OPTION_SET_CHUNK_SIZE, (size), NULL)
NULL              416 main/php_streams.h #define php_stream_lock(stream, mode)		_php_stream_set_option((stream), PHP_STREAM_OPTION_LOCKING, (mode), (void *) NULL)
NULL              427 main/php_streams.h #define php_stream_truncate_supported(stream)	(_php_stream_set_option((stream), PHP_STREAM_OPTION_TRUNCATE_API, PHP_STREAM_TRUNCATE_SUPPORTED, NULL) == PHP_STREAM_OPTION_RETURN_OK ? 1 : 0)
NULL              492 main/php_streams.h #define php_stream_can_cast(stream, as)	_php_stream_cast((stream), (as), NULL, 0)
NULL              568 main/php_streams.h #define php_stream_open_wrapper(path, mode, options, opened)	_php_stream_open_wrapper_ex((path), (mode), (options), (opened), NULL STREAMS_CC)
NULL               32 main/php_ticks.c 	zend_llist_init(&PG(tick_functions), sizeof(struct st_tick_function), NULL, 1);
NULL               49 main/php_variables.c 	assert(strval != NULL);
NULL               58 main/php_variables.c 	char *p = NULL;
NULL               59 main/php_variables.c 	char *ip = NULL;		/* index pointer */
NULL               65 main/php_variables.c 	HashTable *symtable1 = NULL;
NULL               68 main/php_variables.c 	assert(var_name != NULL);
NULL              144 main/php_variables.c 					php_error_docref(NULL, E_WARNING, "Input variable nesting level exceeded " ZEND_LONG_FMT ". To increase the limit change max_input_nesting_level in php.ini.", PG(max_input_nesting_level));
NULL              156 main/php_variables.c 				index_s = NULL;
NULL              176 main/php_variables.c 				if ((gpc_element_p = zend_hash_next_index_insert(symtable1, &gpc_element)) == NULL) {
NULL              215 main/php_variables.c 			if ((gpc_element_p = zend_hash_next_index_insert(symtable1, &gpc_element)) == NULL) {
NULL              300 main/php_variables.c 			php_error_docref(NULL, E_WARNING,
NULL              363 main/php_variables.c 	char *res = NULL, *var, *val, *separator = NULL;
NULL              367 main/php_variables.c 	char *strtok_buf = NULL;
NULL              452 main/php_variables.c 			php_error_docref(NULL, E_WARNING, "Input variables exceeded " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
NULL              481 main/php_variables.c 		var = php_strtok_r(NULL, separator, &strtok_buf);
NULL              500 main/php_variables.c 	for (env = environ; env != NULL && *env != NULL; env++) {
NULL              514 main/php_variables.c 	if (t != buf && t != NULL) {
NULL              544 main/php_variables.c 			if (zend_hash_next_index_insert(Z_ARRVAL(arr), &tmp) == NULL) {
NULL              558 main/php_variables.c 			if (zend_hash_next_index_insert(Z_ARRVAL(arr), &tmp) == NULL) {
NULL              635 main/php_variables.c 			|| (string_key && (dest_entry = zend_hash_find(dest, string_key)) == NULL)
NULL              636 main/php_variables.c 			|| (string_key == NULL && (dest_entry = zend_hash_index_find(dest, num_key)) == NULL)
NULL              675 main/php_variables.c 		sapi_module.treat_data(PARSE_GET, NULL, NULL);
NULL              694 main/php_variables.c 		sapi_module.treat_data(PARSE_POST, NULL, NULL);
NULL              709 main/php_variables.c 		sapi_module.treat_data(PARSE_COOKIE, NULL, NULL);
NULL              742 main/php_variables.c 				if ((argc = zend_hash_str_find_ind(&EG(symbol_table), "argc", sizeof("argc")-1)) != NULL &&
NULL              743 main/php_variables.c 					(argv = zend_hash_str_find_ind(&EG(symbol_table), "argv", sizeof("argv")-1)) != NULL) {
NULL              787 main/php_variables.c 	if (PG(request_order) != NULL) {
NULL               65 main/reentrancy.c 	return (NULL);
NULL               72 main/reentrancy.c 	return (NULL);
NULL               88 main/reentrancy.c 	return (NULL);
NULL               95 main/reentrancy.c 	return (NULL);
NULL              102 main/reentrancy.c 	return (NULL);
NULL              109 main/reentrancy.c 	return (NULL);
NULL              121 main/reentrancy.c         return (NULL);
NULL              142 main/reentrancy.c 		*result = NULL;
NULL              386 main/reentrancy.c     if (s == NULL && (s = *last) == NULL)
NULL              388 main/reentrancy.c 	return NULL;
NULL              406 main/reentrancy.c 	*last = NULL;
NULL              407 main/reentrancy.c 	return NULL;
NULL              425 main/reentrancy.c 		    s = NULL;
NULL               54 main/rfc1867.c static php_rfc1867_get_detect_order_t php_rfc1867_get_detect_order = NULL;
NULL               55 main/rfc1867.c static php_rfc1867_set_input_encoding_t php_rfc1867_set_input_encoding = NULL;
NULL               58 main/rfc1867.c static php_rfc1867_basename_t php_rfc1867_basename = NULL;
NULL               60 main/rfc1867.c PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra) = NULL;
NULL               95 main/rfc1867.c 	char *s = varname, *index = NULL, *indexend = NULL, *p;
NULL              144 main/rfc1867.c 			index = NULL;
NULL              312 main/rfc1867.c 		self->detect_order = NULL;
NULL              316 main/rfc1867.c 	self->input_encoding = NULL;
NULL              355 main/rfc1867.c 			return NULL;
NULL              414 main/rfc1867.c 	char *key = NULL;
NULL              425 main/rfc1867.c 		char *value = NULL;
NULL              443 main/rfc1867.c 				buf_value.c = NULL;
NULL              444 main/rfc1867.c 				key = NULL;
NULL              474 main/rfc1867.c 	if (key == NULL) {
NULL              475 main/rfc1867.c 		return NULL;
NULL              486 main/rfc1867.c 	return NULL;
NULL              665 main/rfc1867.c 	char buf[FILLUNIT], *out=NULL;
NULL              668 main/rfc1867.c 	while((read_bytes = multipart_buffer_read(self, buf, sizeof(buf), NULL))) {
NULL              690 main/rfc1867.c 	char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL;
NULL              691 main/rfc1867.c 	char *lbuf = NULL, *abuf = NULL;
NULL              692 main/rfc1867.c 	zend_string *temp_filename = NULL;
NULL              696 main/rfc1867.c 	HashTable *uploaded_files = NULL;
NULL              701 main/rfc1867.c 	void *event_extra_data = NULL;
NULL              770 main/rfc1867.c 	zend_hash_init(&PG(rfc1867_protected_variables), 8, NULL, NULL, 0);
NULL              773 main/rfc1867.c 	zend_hash_init(uploaded_files, 8, NULL, free_filename, 0);
NULL              783 main/rfc1867.c 	if (php_rfc1867_callback != NULL) {
NULL              795 main/rfc1867.c 		char *cd = NULL, *param = NULL, *filename = NULL, *tmp = NULL;
NULL              806 main/rfc1867.c 			char *pair = NULL;
NULL              815 main/rfc1867.c 				char *key = NULL, *word = pair;
NULL              880 main/rfc1867.c 					if (php_rfc1867_callback != NULL) {
NULL              899 main/rfc1867.c 						php_error_docref(NULL, E_WARNING, "Input variables exceeded " ZEND_LONG_FMT ". To increase the limit change max_input_vars in php.ini.", PG(max_input_vars));
NULL              902 main/rfc1867.c 					if (php_rfc1867_callback != NULL) {
NULL              909 main/rfc1867.c 						event_formdata.newlength = NULL;
NULL              918 main/rfc1867.c 					max_file_size = strtoll(value, NULL, 10);
NULL              977 main/rfc1867.c 			temp_filename = NULL;
NULL              980 main/rfc1867.c 			if (!skip_upload && php_rfc1867_callback != NULL) {
NULL              987 main/rfc1867.c 					temp_filename = NULL;
NULL             1030 main/rfc1867.c 				if (php_rfc1867_callback != NULL) {
NULL             1098 main/rfc1867.c 			if (php_rfc1867_callback != NULL) {
NULL             1116 main/rfc1867.c 				temp_filename = NULL;
NULL             1160 main/rfc1867.c 				safe_php_register_variable(lbuf, s, strlen(s), NULL, 0);
NULL             1171 main/rfc1867.c 			s = NULL;
NULL             1179 main/rfc1867.c 				if (s != NULL) {
NULL             1191 main/rfc1867.c 				safe_php_register_variable(lbuf, cd, strlen(cd), NULL, 0);
NULL             1203 main/rfc1867.c 			if (s != NULL) {
NULL             1223 main/rfc1867.c 					safe_php_register_variable_ex(param, &zfilename, NULL, 1);
NULL             1288 main/rfc1867.c 					safe_php_register_variable_ex(lbuf, &file_size, NULL, size_overflow);
NULL             1307 main/rfc1867.c 	if (php_rfc1867_callback != NULL) {
NULL               73 main/snprintf.c 	register char *s = NULL;
NULL               87 main/snprintf.c 		if ((rve = s = (char *)malloc(ndigit?siz:2)) == NULL) {
NULL               88 main/snprintf.c 			return(NULL);
NULL              108 main/snprintf.c 		if ((s = (char *)malloc(siz+1)) == NULL) {
NULL              110 main/snprintf.c 			return(NULL);
NULL              147 main/snprintf.c 	digits = zend_dtoa(value, 2, ndigit, &decpt, &sign, NULL);
NULL              594 main/snprintf.c 	char *s = NULL;
NULL              618 main/snprintf.c 	struct lconv *lconv = NULL;
NULL              992 main/snprintf.c 					if (s != NULL) {
NULL             1108 main/snprintf.c 					if (alternate_form && (strchr(s, '.')) == NULL) {
NULL             1314 main/snprintf.c 	cc = ap_php_vsnprintf(NULL, 0, format, ap2);
NULL             1317 main/snprintf.c 	*buf = NULL;
NULL             1320 main/snprintf.c 		if ((*buf = malloc(++cc)) != NULL) {
NULL             1323 main/snprintf.c 				*buf = NULL;
NULL              205 main/spprintf.c 	char *s = NULL;
NULL              229 main/spprintf.c 	struct lconv *lconv = NULL;
NULL              607 main/spprintf.c 					if (s != NULL) {
NULL              722 main/spprintf.c 					if (alternate_form && (strchr(s, '.')) == NULL)
NULL              229 main/streams/cast.c 		if (ret == NULL) {
NULL              239 main/streams/cast.c 		if (*ret != NULL) {
NULL              259 main/streams/cast.c 		php_error_docref(NULL, E_ERROR, "fopencookie failed");
NULL              263 main/streams/cast.c 		if (!php_stream_is_filtered(stream) && stream->ops->cast && stream->ops->cast(stream, castas, NULL) == SUCCESS) {
NULL              273 main/streams/cast.c 				int retcopy = php_stream_copy_to_stream_ex(stream, newstream, PHP_STREAM_COPY_ALL, NULL);
NULL              298 main/streams/cast.c 		php_error_docref(NULL, E_WARNING, "cannot cast a filtered stream on this system");
NULL              313 main/streams/cast.c 		php_error_docref(NULL, E_WARNING, "cannot represent a stream of type %s as a %s", stream->ops->label, cast_names[castas]);
NULL              328 main/streams/cast.c 		php_error_docref(NULL, E_WARNING, ZEND_LONG_FMT " bytes of buffered data lost during stream conversion!", (zend_long)(stream->writepos - stream->readpos));
NULL              347 main/streams/cast.c 	FILE *fp = NULL;
NULL              348 main/streams/cast.c 	php_stream *stream = NULL;
NULL              352 main/streams/cast.c 	if (stream == NULL) {
NULL              353 main/streams/cast.c 		return NULL;
NULL              361 main/streams/cast.c 		return NULL;
NULL              370 main/streams/cast.c 	if (newstream == NULL) {
NULL              373 main/streams/cast.c 	*newstream = NULL;
NULL              375 main/streams/cast.c 	if (((flags & PHP_STREAM_FORCE_CONVERSION) == 0) && origstream->ops->seek != NULL) {
NULL              388 main/streams/cast.c 	if (*newstream == NULL) {
NULL              397 main/streams/cast.c 	if (php_stream_copy_to_stream_ex(origstream, *newstream, PHP_STREAM_COPY_ALL, NULL) != SUCCESS) {
NULL              399 main/streams/cast.c 		*newstream = NULL;
NULL               62 main/streams/filter.c 		zend_hash_init(FG(stream_filters), zend_hash_num_elements(&stream_filters_hash), NULL, NULL, 1);
NULL               63 main/streams/filter.c 		zend_hash_copy(FG(stream_filters), &stream_filters_hash, NULL);
NULL               78 main/streams/filter.c 	if (bucket == NULL) {
NULL               79 main/streams/filter.c 		return NULL;
NULL               82 main/streams/filter.c 	bucket->next = bucket->prev = NULL;
NULL               88 main/streams/filter.c 		if (bucket->buf == NULL) {
NULL               90 main/streams/filter.c 			return NULL;
NULL              103 main/streams/filter.c 	bucket->brigade = NULL;
NULL              144 main/streams/filter.c 	if (*left == NULL || *right == NULL) {
NULL              193 main/streams/filter.c 	bucket->prev = NULL;
NULL              211 main/streams/filter.c 	bucket->next = NULL;
NULL              234 main/streams/filter.c 	bucket->brigade = NULL;
NULL              235 main/streams/filter.c 	bucket->next = bucket->prev = NULL;
NULL              253 main/streams/filter.c 	php_stream_filter_factory *factory = NULL;
NULL              254 main/streams/filter.c 	php_stream_filter *filter = NULL;
NULL              260 main/streams/filter.c 	if (NULL != (factory = zend_hash_str_find_ptr(filter_hash, filtername, n))) {
NULL              272 main/streams/filter.c 			if (NULL != (factory = zend_hash_str_find_ptr(filter_hash, wildname, strlen(wildname)))) {
NULL              282 main/streams/filter.c 	if (filter == NULL) {
NULL              284 main/streams/filter.c 		if (factory == NULL)
NULL              285 main/streams/filter.c 			php_error_docref(NULL, E_WARNING, "unable to locate filter \"%s\"", filtername);
NULL              287 main/streams/filter.c 			php_error_docref(NULL, E_WARNING, "unable to create or locate filter \"%s\"", filtername);
NULL              317 main/streams/filter.c 	filter->prev = NULL;
NULL              340 main/streams/filter.c 	filter->next = NULL;
NULL              351 main/streams/filter.c 		php_stream_bucket_brigade brig_in = { NULL, NULL }, brig_out = { NULL, NULL };
NULL              378 main/streams/filter.c 				php_error_docref(NULL, E_WARNING, "Filter failed to process pre-buffered data");
NULL              420 main/streams/filter.c 			chain->head = NULL;
NULL              421 main/streams/filter.c 			chain->tail = NULL;
NULL              423 main/streams/filter.c 			filter->prev->next = NULL;
NULL              431 main/streams/filter.c 	php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp = &brig_b, *brig_temp;
NULL              450 main/streams/filter.c 		status = filter->fops->filter(stream, current, inp, outp, NULL, flags);
NULL              463 main/streams/filter.c 		outp->head = NULL;
NULL              464 main/streams/filter.c 		outp->tail = NULL;
NULL              530 main/streams/filter.c 		return NULL;
NULL               67 main/streams/glob_wrapper.c 		return NULL;
NULL               89 main/streams/glob_wrapper.c 		return NULL;
NULL              116 main/streams/glob_wrapper.c 	if ((pos = strrchr(path, '/')) != NULL) {
NULL              120 main/streams/glob_wrapper.c 	if ((pos = strrchr(path, '\\')) != NULL) {
NULL              156 main/streams/glob_wrapper.c 			pglob->path = NULL;
NULL              191 main/streams/glob_wrapper.c 			pglob->path = NULL;
NULL              199 main/streams/glob_wrapper.c 	NULL, php_glob_stream_read,
NULL              200 main/streams/glob_wrapper.c 	php_glob_stream_close, NULL,
NULL              203 main/streams/glob_wrapper.c 	NULL, /* cast */
NULL              204 main/streams/glob_wrapper.c 	NULL, /* stat */
NULL              205 main/streams/glob_wrapper.c 	NULL  /* set_option */
NULL              217 main/streams/glob_wrapper.c 		return NULL;
NULL              229 main/streams/glob_wrapper.c 	if (0 != (ret = glob(path, pglob->flags & GLOB_FLAGMASK, NULL, &pglob->glob))) {
NULL              235 main/streams/glob_wrapper.c 			return NULL;
NULL              240 main/streams/glob_wrapper.c 	if ((tmp = strrchr(pos, '/')) != NULL) {
NULL              244 main/streams/glob_wrapper.c 	if ((tmp = strrchr(pos, '\\')) != NULL) {
NULL              265 main/streams/glob_wrapper.c 	NULL,
NULL              266 main/streams/glob_wrapper.c 	NULL,
NULL              267 main/streams/glob_wrapper.c 	NULL,
NULL              268 main/streams/glob_wrapper.c 	NULL,
NULL              271 main/streams/glob_wrapper.c 	NULL,
NULL              272 main/streams/glob_wrapper.c 	NULL,
NULL              273 main/streams/glob_wrapper.c 	NULL,
NULL              274 main/streams/glob_wrapper.c 	NULL
NULL              279 main/streams/glob_wrapper.c 	NULL,
NULL               52 main/streams/memory.c 	assert(ms != NULL);
NULL               75 main/streams/memory.c 		assert(buf!= NULL);
NULL               88 main/streams/memory.c 	assert(ms != NULL);
NULL               98 main/streams/memory.c 			assert(ms->data!= NULL);
NULL               99 main/streams/memory.c 			assert(buf!= NULL);
NULL              113 main/streams/memory.c 	assert(ms != NULL);
NULL              137 main/streams/memory.c 	assert(ms != NULL);
NULL              208 main/streams/memory.c 	assert(ms != NULL);
NULL              299 main/streams/memory.c 	self->data = NULL;
NULL              318 main/streams/memory.c 	if ((stream = php_stream_memory_create_rel(mode)) != NULL) {
NULL              327 main/streams/memory.c 				assert(buf != NULL);
NULL              342 main/streams/memory.c 	assert(ms != NULL);
NULL              367 main/streams/memory.c 	assert(ts != NULL);
NULL              377 main/streams/memory.c 			php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL);
NULL              378 main/streams/memory.c 			if (file == NULL) {
NULL              379 main/streams/memory.c 				php_error_docref(NULL, E_WARNING, "Unable to create temporary file, Check permissions in temporary files directory.");
NULL              399 main/streams/memory.c 	assert(ts != NULL);
NULL              420 main/streams/memory.c 	assert(ts != NULL);
NULL              445 main/streams/memory.c 	assert(ts != NULL);
NULL              458 main/streams/memory.c 	assert(ts != NULL);
NULL              481 main/streams/memory.c 	assert(ts != NULL);
NULL              495 main/streams/memory.c 	if (ret == NULL && castas == PHP_STREAM_AS_STDIO) {
NULL              500 main/streams/memory.c 	if (ret == NULL) {
NULL              586 main/streams/memory.c 	return php_stream_temp_create_ex(mode, max_memory_usage, NULL);
NULL              597 main/streams/memory.c 	if ((stream = php_stream_temp_create_rel(mode, max_memory_usage)) != NULL) {
NULL              599 main/streams/memory.c 			assert(buf != NULL);
NULL              604 main/streams/memory.c 		assert(ts != NULL);
NULL              632 main/streams/memory.c 	zend_string *base64_comma = NULL;
NULL              636 main/streams/memory.c 		return NULL;
NULL              647 main/streams/memory.c 	if ((comma = memchr(path, ',', dlen)) == NULL) {
NULL              649 main/streams/memory.c 		return NULL;
NULL              661 main/streams/memory.c 			return NULL;
NULL              676 main/streams/memory.c 			return NULL;
NULL              689 main/streams/memory.c 					return NULL;
NULL              711 main/streams/memory.c 			return NULL;
NULL              727 main/streams/memory.c 			return NULL;
NULL              737 main/streams/memory.c 	if ((stream = php_stream_temp_create_rel(0, ~0u)) != NULL) {
NULL              750 main/streams/memory.c 		assert(ts != NULL);
NULL              765 main/streams/memory.c 	NULL, /* close */
NULL              766 main/streams/memory.c 	NULL, /* fstat */
NULL              767 main/streams/memory.c 	NULL, /* stat */
NULL              768 main/streams/memory.c 	NULL, /* opendir */
NULL              770 main/streams/memory.c 	NULL, /* unlink */
NULL              771 main/streams/memory.c 	NULL, /* rename */
NULL              772 main/streams/memory.c 	NULL, /* mkdir */
NULL              773 main/streams/memory.c 	NULL  /* rmdir */
NULL              778 main/streams/memory.c 	NULL,
NULL               32 main/streams/mmap.c 	range.mapped = NULL;
NULL               37 main/streams/mmap.c 		return NULL;
NULL               46 main/streams/mmap.c 	return NULL;
NULL               51 main/streams/mmap.c 	return php_stream_set_option(stream, PHP_STREAM_OPTION_MMAP_API, PHP_STREAM_MMAP_UNMAP, NULL) == PHP_STREAM_OPTION_RETURN_OK ? 1 : 0;
NULL               37 main/streams/php_stream_context.h 		(nocontext) ? NULL : \
NULL               95 main/streams/php_stream_context.h 				(xmsg), (xcode), 0, 0, NULL); } } while (0)
NULL               99 main/streams/php_stream_context.h 			NULL, 0, (bsofar), (bmax), NULL); } } while(0)
NULL              114 main/streams/php_stream_context.h 			(xmsg), (xcode), 0, (file_size), NULL); } } while(0)
NULL              118 main/streams/php_stream_context.h 			(xmsg), (xcode), 0, 0, NULL); } } while(0)
NULL               63 main/streams/php_stream_mmap.h #define php_stream_mmap_supported(stream)	(_php_stream_set_option((stream), PHP_STREAM_OPTION_MMAP_API, PHP_STREAM_MMAP_SUPPORTED, NULL) == 0 ? 1 : 0)
NULL              168 main/streams/plain_wrapper.c 	self->file = NULL;
NULL              172 main/streams/plain_wrapper.c 	self->temp_name = NULL;
NULL              191 main/streams/plain_wrapper.c 	self->temp_name = NULL;
NULL              202 main/streams/plain_wrapper.c 	zend_string *opened_path = NULL;
NULL              213 main/streams/plain_wrapper.c 		stream = php_stream_fopen_from_fd_int_rel(fd, "r+b", NULL);
NULL              226 main/streams/plain_wrapper.c 		php_error_docref(NULL, E_WARNING, "unable to allocate stream");
NULL              228 main/streams/plain_wrapper.c 		return NULL;
NULL              230 main/streams/plain_wrapper.c 	return NULL;
NULL              235 main/streams/plain_wrapper.c 	return php_stream_fopen_temporary_file(NULL, "php", NULL);
NULL              321 main/streams/plain_wrapper.c 	self->temp_name = NULL;
NULL              335 main/streams/plain_wrapper.c 	assert(data != NULL);
NULL              367 main/streams/plain_wrapper.c 	assert(data != NULL);
NULL              382 main/streams/plain_wrapper.c 				if (!PeekNamedPipe(ph, NULL, 0, NULL, &avail_read, NULL)) {
NULL              428 main/streams/plain_wrapper.c 	assert(data != NULL);
NULL              433 main/streams/plain_wrapper.c 		data->last_mapped_addr = NULL;
NULL              438 main/streams/plain_wrapper.c 		data->last_mapped_addr = NULL;
NULL              442 main/streams/plain_wrapper.c 		data->file_mapping = NULL;
NULL              459 main/streams/plain_wrapper.c 				data->file = NULL;
NULL              471 main/streams/plain_wrapper.c 			data->temp_name = NULL;
NULL              475 main/streams/plain_wrapper.c 		data->file = NULL;
NULL              488 main/streams/plain_wrapper.c 	assert(data != NULL);
NULL              506 main/streams/plain_wrapper.c 	assert(data != NULL);
NULL              509 main/streams/plain_wrapper.c 		php_error_docref(NULL, E_WARNING, "cannot seek on a pipe");
NULL              535 main/streams/plain_wrapper.c 	assert(data != NULL);
NULL              544 main/streams/plain_wrapper.c 				if (data->file == NULL) {
NULL              550 main/streams/plain_wrapper.c 					if (data->file == NULL) {
NULL              593 main/streams/plain_wrapper.c 	assert(data != NULL);
NULL              635 main/streams/plain_wrapper.c 			if (data->file == NULL) {
NULL              646 main/streams/plain_wrapper.c 					return setvbuf(data->file, NULL, _IONBF, 0);
NULL              649 main/streams/plain_wrapper.c 					return setvbuf(data->file, NULL, _IOLBF, size);
NULL              652 main/streams/plain_wrapper.c 					return setvbuf(data->file, NULL, _IOFBF, size);
NULL              720 main/streams/plain_wrapper.c 						range->mapped = (char*)mmap(NULL, range->length, prot, flags, fd, range->offset);
NULL              722 main/streams/plain_wrapper.c 							range->mapped = NULL;
NULL              733 main/streams/plain_wrapper.c 							data->last_mapped_addr = NULL;
NULL              775 main/streams/plain_wrapper.c 						data->file_mapping = CreateFileMapping(hfile, NULL, prot, 0, 0, NULL);
NULL              777 main/streams/plain_wrapper.c 						if (data->file_mapping == NULL) {
NULL              781 main/streams/plain_wrapper.c 						size = GetFileSize(hfile, NULL);
NULL              813 main/streams/plain_wrapper.c 						data->file_mapping = NULL;
NULL              820 main/streams/plain_wrapper.c 							data->last_mapped_addr = NULL;
NULL              822 main/streams/plain_wrapper.c 							data->file_mapping = NULL;
NULL              903 main/streams/plain_wrapper.c 	NULL, php_plain_files_dirstream_read,
NULL              904 main/streams/plain_wrapper.c 	php_plain_files_dirstream_close, NULL,
NULL              907 main/streams/plain_wrapper.c 	NULL, /* cast */
NULL              908 main/streams/plain_wrapper.c 	NULL, /* stat */
NULL              909 main/streams/plain_wrapper.c 	NULL  /* set_option */
NULL              915 main/streams/plain_wrapper.c 	DIR *dir = NULL;
NULL              916 main/streams/plain_wrapper.c 	php_stream *stream = NULL;
NULL              925 main/streams/plain_wrapper.c 		return NULL;
NULL              937 main/streams/plain_wrapper.c 		dir = NULL;
NULL              942 main/streams/plain_wrapper.c 		if (stream == NULL)
NULL              958 main/streams/plain_wrapper.c 	char *persistent_id = NULL;
NULL              962 main/streams/plain_wrapper.c 			php_error_docref(NULL, E_WARNING, "`%s' is not a valid mode for fopen", mode);
NULL              964 main/streams/plain_wrapper.c 		return NULL;
NULL              970 main/streams/plain_wrapper.c 		if (expand_filepath(filename, realpath) == NULL) {
NULL              971 main/streams/plain_wrapper.c 			return NULL;
NULL             1022 main/streams/plain_wrapper.c 						*opened_path = NULL;
NULL             1025 main/streams/plain_wrapper.c 					return NULL;
NULL             1042 main/streams/plain_wrapper.c 	return NULL;
NULL             1051 main/streams/plain_wrapper.c 		return NULL;
NULL             1096 main/streams/plain_wrapper.c 			php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno));
NULL             1102 main/streams/plain_wrapper.c 	php_clear_stat_cache(1, NULL, 0);
NULL             1150 main/streams/plain_wrapper.c 							php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno));
NULL             1154 main/streams/plain_wrapper.c 						php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno));
NULL             1159 main/streams/plain_wrapper.c 							php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno));
NULL             1163 main/streams/plain_wrapper.c 						php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno));
NULL             1171 main/streams/plain_wrapper.c 			php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno));
NULL             1180 main/streams/plain_wrapper.c 		php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno));
NULL             1186 main/streams/plain_wrapper.c 	php_clear_stat_cache(1, NULL, 0);
NULL             1210 main/streams/plain_wrapper.c 		if (!expand_filepath_with_mode(dir, buf, NULL, 0, CWD_EXPAND )) {
NULL             1211 main/streams/plain_wrapper.c 			php_error_docref(NULL, E_WARNING, "Invalid path");
NULL             1260 main/streams/plain_wrapper.c 							php_error_docref(NULL, E_WARNING, "%s", strerror(errno));
NULL             1289 main/streams/plain_wrapper.c 		php_error_docref1(NULL, url, E_WARNING, "%s", strerror(ENOENT));
NULL             1295 main/streams/plain_wrapper.c 		php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno));
NULL             1300 main/streams/plain_wrapper.c 	php_clear_stat_cache(1, NULL, 0);
NULL             1320 main/streams/plain_wrapper.c 		php_error_docref1(NULL, url, E_WARNING, "%s", strerror(ENOENT));
NULL             1338 main/streams/plain_wrapper.c 				if (file == NULL) {
NULL             1339 main/streams/plain_wrapper.c 					php_error_docref1(NULL, url, E_WARNING, "Unable to create file %s because %s", url, strerror(errno));
NULL             1352 main/streams/plain_wrapper.c 					php_error_docref1(NULL, url, E_WARNING, "Unable to find uid for %s", (char *)value);
NULL             1364 main/streams/plain_wrapper.c 					php_error_docref1(NULL, url, E_WARNING, "Unable to find gid for %s", (char *)value);
NULL             1378 main/streams/plain_wrapper.c 			php_error_docref1(NULL, url, E_WARNING, "Unknown option %d for stream_metadata", option);
NULL             1382 main/streams/plain_wrapper.c 		php_error_docref1(NULL, url, E_WARNING, "Operation failed: %s", strerror(errno));
NULL             1385 main/streams/plain_wrapper.c 	php_clear_stat_cache(0, NULL, 0);
NULL             1392 main/streams/plain_wrapper.c 	NULL,
NULL             1393 main/streams/plain_wrapper.c 	NULL,
NULL             1406 main/streams/plain_wrapper.c 	NULL,
NULL             1422 main/streams/plain_wrapper.c 		*opened_path = NULL;
NULL             1426 main/streams/plain_wrapper.c 		return NULL;
NULL             1447 main/streams/plain_wrapper.c 			return NULL;
NULL             1459 main/streams/plain_wrapper.c 			return NULL;
NULL             1474 main/streams/plain_wrapper.c 			php_error_docref(NULL, E_NOTICE, "%s/%s path was truncated to %d", cwd, filename, MAXPATHLEN);
NULL             1480 main/streams/plain_wrapper.c 			return NULL;
NULL             1496 main/streams/plain_wrapper.c 	    (exec_filename = zend_get_executed_filename_ex()) != NULL) {
NULL             1521 main/streams/plain_wrapper.c 		if (end != NULL) {
NULL             1529 main/streams/plain_wrapper.c 			php_error_docref(NULL, E_NOTICE, "%s/%s path was truncated to %d", ptr, filename, MAXPATHLEN);
NULL             1546 main/streams/plain_wrapper.c 	return NULL;
NULL               83 main/streams/streams.c 	stream->res = NULL;
NULL               87 main/streams/streams.c 		stream->ctx = NULL;
NULL              112 main/streams/streams.c 	if ((le = zend_hash_str_find_ptr(&EG(persistent_list), persistent_id, strlen(persistent_id))) != NULL) {
NULL              115 main/streams/streams.c 				zend_resource *regentry = NULL;
NULL              143 main/streams/streams.c         return NULL;
NULL              207 main/streams/streams.c 	php_error_docref1(NULL, tmp, E_WARNING, "%s: %s", caption, msg);
NULL              235 main/streams/streams.c 	char *buffer = NULL;
NULL              241 main/streams/streams.c 	if (options & REPORT_ERRORS || wrapper == NULL) {
NULL              242 main/streams/streams.c 		php_error_docref(NULL, E_WARNING, "%s", buffer);
NULL              245 main/streams/streams.c 		zend_llist *list = NULL;
NULL              248 main/streams/streams.c 			zend_hash_init(FG(wrapper_errors), 8, NULL, wrapper_list_dtor, 0);
NULL              303 main/streams/streams.c 		if (NULL == zend_hash_str_update(&EG(persistent_list), persistent_id,
NULL              306 main/streams/streams.c 			return NULL;
NULL              313 main/streams/streams.c 	ret->wrapper          = NULL;
NULL              314 main/streams/streams.c 	ret->wrapperthis      = NULL;
NULL              316 main/streams/streams.c 	ret->stdiocast        = NULL;
NULL              317 main/streams/streams.c 	ret->orig_path        = NULL;
NULL              318 main/streams/streams.c 	ret->ctx              = NULL;
NULL              319 main/streams/streams.c 	ret->readbuf          = NULL;
NULL              320 main/streams/streams.c 	ret->enclosing_stream = NULL;
NULL              366 main/streams/streams.c 	php_stream_context *context = NULL;
NULL              390 main/streams/streams.c 		if ((stream->in_free == 1) && (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) && (stream->enclosing_stream == NULL)) {
NULL              404 main/streams/streams.c 			(stream->enclosing_stream != NULL)) {
NULL              406 main/streams/streams.c 		stream->enclosing_stream = NULL;
NULL              450 main/streams/streams.c 			stream->res = NULL;
NULL              468 main/streams/streams.c 		stream->abstract = NULL;
NULL              473 main/streams/streams.c 			stream->stdiocast = NULL;
NULL              488 main/streams/streams.c 			stream->wrapper = NULL;
NULL              498 main/streams/streams.c 			stream->readbuf = NULL;
NULL              516 main/streams/streams.c 					stream->orig_path = NULL;
NULL              529 main/streams/streams.c 				stream->orig_path = NULL;
NULL              537 main/streams/streams.c 			stream->orig_path = NULL;
NULL              561 main/streams/streams.c 		php_stream_bucket_brigade brig_in = { NULL, NULL }, brig_out = { NULL, NULL };
NULL              593 main/streams/streams.c 				status = filter->fops->filter(stream, filter, brig_inp, brig_outp, NULL, flags);
NULL              766 main/streams/streams.c 		   	0, NULL)) {
NULL              810 main/streams/streams.c 	if (stream->wrapper && stream->wrapper->wops->stream_stat != NULL) {
NULL              818 main/streams/streams.c 	if (stream->ops->stat == NULL) {
NULL              828 main/streams/streams.c 	const char *cr, *lf, *eol = NULL;
NULL              876 main/streams/streams.c 	if (buf == NULL) {
NULL              879 main/streams/streams.c 		return NULL;
NULL              905 main/streams/streams.c 			eol = php_stream_locate_eol(stream, NULL);
NULL              968 main/streams/streams.c 			assert(bufstart == NULL);
NULL              970 main/streams/streams.c 		return NULL;
NULL              995 main/streams/streams.c 		return NULL;
NULL             1011 main/streams/streams.c 	const char *found_delim = NULL;
NULL             1017 main/streams/streams.c 		return NULL;
NULL             1073 main/streams/streams.c 			return NULL;
NULL             1077 main/streams/streams.c 			return NULL;
NULL             1146 main/streams/streams.c 	php_stream_bucket_brigade brig_in = { NULL, NULL }, brig_out = { NULL, NULL };
NULL             1160 main/streams/streams.c 				filter == stream->writefilters.head ? &consumed : NULL, flags);
NULL             1208 main/streams/streams.c 		_php_stream_write_filtered(stream, NULL, 0, closing ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_FLUSH_INC );
NULL             1224 main/streams/streams.c 	if (buf == NULL || count == 0 || stream->ops->write == NULL) {
NULL             1340 main/streams/streams.c 	php_error_docref(NULL, E_WARNING, "stream does not support seeking");
NULL             1453 main/streams/streams.c 			result = NULL;
NULL             1488 main/streams/streams.c 		result = NULL;
NULL             1633 main/streams/streams.c 		FG(stream_wrappers) = NULL;
NULL             1639 main/streams/streams.c 		FG(stream_filters) = NULL;
NULL             1645 main/streams/streams.c 		FG(wrapper_errors) = NULL;
NULL             1651 main/streams/streams.c 	le_stream = zend_register_list_destructors_ex(stream_resource_regular_dtor, NULL, "stream", module_number);
NULL             1652 main/streams/streams.c 	le_pstream = zend_register_list_destructors_ex(NULL, stream_resource_persistent_dtor, "persistent stream", module_number);
NULL             1655 main/streams/streams.c 	le_stream_filter = zend_register_list_destructors_ex(NULL, NULL, "stream filter", module_number);
NULL             1657 main/streams/streams.c 	zend_hash_init(&url_stream_wrappers_hash, 8, NULL, NULL, 1);
NULL             1658 main/streams/streams.c 	zend_hash_init(php_get_stream_filters_hash_global(), 8, NULL, NULL, 1);
NULL             1659 main/streams/streams.c 	zend_hash_init(php_stream_xport_get_hash(), 8, NULL, NULL, 1);
NULL             1720 main/streams/streams.c 	zend_hash_init(FG(stream_wrappers), zend_hash_num_elements(&url_stream_wrappers_hash), NULL, NULL, 1);
NULL             1721 main/streams/streams.c 	zend_hash_copy(FG(stream_wrappers), &url_stream_wrappers_hash, NULL);
NULL             1754 main/streams/streams.c 	php_stream_wrapper *wrapper = NULL;
NULL             1755 main/streams/streams.c 	const char *p, *protocol = NULL;
NULL             1763 main/streams/streams.c 		return (options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper;
NULL             1776 main/streams/streams.c 		php_error_docref(NULL, E_WARNING, "Use of \"zlib:\" wrapper is deprecated; please use \"compress.zlib://\" instead");
NULL             1781 main/streams/streams.c 		if (NULL == (wrapper = zend_hash_str_find_ptr(wrapper_hash, (char*)tmp, n))) {
NULL             1783 main/streams/streams.c 			if (NULL == (wrapper = zend_hash_str_find_ptr(wrapper_hash, (char*)tmp, n))) {
NULL             1791 main/streams/streams.c 				php_error_docref(NULL, E_WARNING, "Unable to find the wrapper \"%s\" - did you forget to enable it when you configured PHP?", wrapper_name);
NULL             1793 main/streams/streams.c 				wrapper = NULL;
NULL             1794 main/streams/streams.c 				protocol = NULL;
NULL             1817 main/streams/streams.c 					php_error_docref(NULL, E_WARNING, "remote host file access not supported, %s", path);
NULL             1819 main/streams/streams.c 				return NULL;
NULL             1839 main/streams/streams.c 			return NULL;
NULL             1851 main/streams/streams.c 			if ((wrapper = zend_hash_str_find_ptr(wrapper_hash, "file", sizeof("file")-1)) != NULL) {
NULL             1856 main/streams/streams.c 				php_error_docref(NULL, E_WARNING, "file:// wrapper is disabled in the server configuration");
NULL             1858 main/streams/streams.c 			return NULL;
NULL             1873 main/streams/streams.c 				php_error_docref(NULL, E_WARNING, "%s:// wrapper is disabled in the server configuration by allow_url_fopen=0", protocol_dup);
NULL             1875 main/streams/streams.c 				php_error_docref(NULL, E_WARNING, "%s:// wrapper is disabled in the server configuration by allow_url_include=0", protocol_dup);
NULL             1879 main/streams/streams.c 		return NULL;
NULL             1890 main/streams/streams.c 	php_stream_wrapper *wrapper = NULL;
NULL             1892 main/streams/streams.c 	wrapper = php_stream_locate_url_wrapper(path, NULL, 0);
NULL             1905 main/streams/streams.c 	php_stream_wrapper *wrapper = NULL;
NULL             1907 main/streams/streams.c 	wrapper = php_stream_locate_url_wrapper(path, NULL, 0);
NULL             1919 main/streams/streams.c 	php_stream_wrapper *wrapper = NULL;
NULL             1969 main/streams/streams.c 	php_stream *stream = NULL;
NULL             1970 main/streams/streams.c 	php_stream_wrapper *wrapper = NULL;
NULL             1974 main/streams/streams.c 		return NULL;
NULL             1983 main/streams/streams.c 				path_to_open, "r", options ^ REPORT_ERRORS, NULL,
NULL             1993 main/streams/streams.c 	if (stream == NULL && (options & REPORT_ERRORS)) {
NULL             2010 main/streams/streams.c 	return NULL;
NULL             2018 main/streams/streams.c 	php_stream *stream = NULL;
NULL             2019 main/streams/streams.c 	php_stream_wrapper *wrapper = NULL;
NULL             2022 main/streams/streams.c 	zend_string *resolved_path = NULL;
NULL             2023 main/streams/streams.c 	char *copy_of_path = NULL;
NULL             2026 main/streams/streams.c 		*opened_path = NULL;
NULL             2030 main/streams/streams.c 		php_error_docref(NULL, E_WARNING, "Filename cannot be empty");
NULL             2031 main/streams/streams.c 		return NULL;
NULL             2048 main/streams/streams.c 		php_error_docref(NULL, E_WARNING, "This function may only be used against URLs");
NULL             2052 main/streams/streams.c 		return NULL;
NULL             2071 main/streams/streams.c 			stream = NULL;
NULL             2082 main/streams/streams.c 			resolved_path = NULL;
NULL             2095 main/streams/streams.c 	if (stream != NULL && (options & STREAM_MUST_SEEK)) {
NULL             2117 main/streams/streams.c 				stream = NULL;
NULL             2121 main/streams/streams.c 					php_error_docref1(NULL, tmp, E_WARNING, "could not make seekable - %s",
NULL             2139 main/streams/streams.c 	if (stream == NULL && (options & REPORT_ERRORS)) {
NULL             2143 main/streams/streams.c 			*opened_path = NULL;
NULL             2148 main/streams/streams.c 	if (stream == NULL && copy_of_path != NULL) {
NULL             2168 main/streams/streams.c 		stream->ctx = NULL;
NULL             2192 main/streams/streams.c 		context->notifier = NULL;
NULL             2202 main/streams/streams.c 	context->notifier = NULL;
NULL             2227 main/streams/streams.c 	if (NULL == (wrapperhash = zend_hash_str_find(Z_ARRVAL(context->options), wrappername, strlen(wrappername)))) {
NULL             2228 main/streams/streams.c 		return NULL;
NULL             2240 main/streams/streams.c 	if (NULL == wrapperhash) {
NULL             2243 main/streams/streams.c 		if (NULL == wrapperhash) {
NULL             2276 main/streams/streams.c 	zend_string **vector = NULL;
NULL               44 main/streams/transports.c 	else { php_error_docref(NULL, E_WARNING, fmt, arg); }
NULL               48 main/streams/transports.c 	else { php_error_docref(NULL, E_WARNING, fmt, local_err ? ZSTR_VAL(local_err) : "Unspecified error"); \
NULL               49 main/streams/transports.c 		if (local_err) { zend_string_release(local_err); local_err = NULL; } \
NULL               60 main/streams/transports.c 	php_stream *stream = NULL;
NULL               61 main/streams/transports.c 	php_stream_transport_factory factory = NULL;
NULL               62 main/streams/transports.c 	const char *p, *protocol = NULL;
NULL               64 main/streams/transports.c 	zend_string *error_text = NULL;
NULL               69 main/streams/transports.c 	if (timeout == NULL) {
NULL               79 main/streams/transports.c 				if (PHP_STREAM_OPTION_RETURN_OK == php_stream_set_option(stream, PHP_STREAM_OPTION_CHECK_LIVENESS, 0, NULL)) {
NULL               84 main/streams/transports.c 				stream = NULL;
NULL              110 main/streams/transports.c 		if (NULL == (factory = zend_hash_str_find_ptr(&xport_hash, tmp, n))) {
NULL              121 main/streams/transports.c 			return NULL;
NULL              126 main/streams/transports.c 	if (factory == NULL) {
NULL              128 main/streams/transports.c 		php_error_docref(NULL, E_WARNING, "Could not find a factory !?");
NULL              129 main/streams/transports.c 		return NULL;
NULL              160 main/streams/transports.c 					zval *zbacklog = NULL;
NULL              163 main/streams/transports.c 					if (PHP_STREAM_CONTEXT(stream) && (zbacklog = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "backlog")) != NULL) {
NULL              189 main/streams/transports.c 		stream = NULL;
NULL              405 main/streams/transports.c 	if (flags == 0 && addr == NULL) {
NULL              410 main/streams/transports.c 		php_error_docref(NULL, E_WARNING, "cannot peek or fetch OOB data from a filtered stream");
NULL              416 main/streams/transports.c 	if (!oob && addr == NULL) {
NULL              472 main/streams/transports.c 	if (flags == 0 && addr == NULL) {
NULL              480 main/streams/transports.c 		php_error_docref(NULL, E_WARNING, "cannot write OOB data, or data to a targeted address on a filtered stream");
NULL               60 main/streams/userspace.c 	NULL, /* close - the streams themselves know how */
NULL               61 main/streams/userspace.c 	NULL, /* stat - the streams themselves know how */
NULL               85 main/streams/userspace.c 	le_protocols = zend_register_list_destructors_ex(stream_wrapper_dtor, NULL, "stream factory", 0);
NULL              304 main/streams/userspace.c 		fci.symbol_table = NULL;
NULL              308 main/streams/userspace.c 		fci.params = NULL;
NULL              318 main/streams/userspace.c 			php_error_docref(NULL, E_WARNING, "Could not execute %s::%s()", ZSTR_VAL(uwrap->ce->name), ZSTR_VAL(uwrap->ce->constructor->common.function_name));
NULL              335 main/streams/userspace.c 	php_stream *stream = NULL;
NULL              339 main/streams/userspace.c 	if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename)) == 0) {
NULL              341 main/streams/userspace.c 		return NULL;
NULL              361 main/streams/userspace.c 		FG(user_stream_current_filename) = NULL;
NULL              364 main/streams/userspace.c 		return NULL;
NULL              375 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL              376 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL              380 main/streams/userspace.c 			0, NULL	);
NULL              399 main/streams/userspace.c 	if (stream == NULL) {
NULL              411 main/streams/userspace.c 	FG(user_stream_current_filename) = NULL;
NULL              425 main/streams/userspace.c 	php_stream *stream = NULL;
NULL              428 main/streams/userspace.c 	if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename)) == 0) {
NULL              430 main/streams/userspace.c 		return NULL;
NULL              439 main/streams/userspace.c 		FG(user_stream_current_filename) = NULL;
NULL              441 main/streams/userspace.c 		return NULL;
NULL              450 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL              451 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL              455 main/streams/userspace.c 			0, NULL	);
NULL              469 main/streams/userspace.c 	if (stream == NULL) {
NULL              480 main/streams/userspace.c 	FG(user_stream_current_filename) = NULL;
NULL              508 main/streams/userspace.c 	if ((uwrap->ce = zend_lookup_class(classname)) != NULL) {
NULL              514 main/streams/userspace.c 				php_error_docref(NULL, E_WARNING, "Protocol %s:// is already defined.", ZSTR_VAL(protocol));
NULL              517 main/streams/userspace.c 				php_error_docref(NULL, E_WARNING, "Invalid protocol scheme specified. Unable to register wrapper class %s to %s://", ZSTR_VAL(classname), ZSTR_VAL(protocol));
NULL              521 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "class '%s' is undefined", ZSTR_VAL(classname));
NULL              542 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "Unable to unregister protocol %s://", protocol);
NULL              564 main/streams/userspace.c 		php_error_docref(NULL, E_NOTICE, "%s:// was never changed, nothing to restore", ZSTR_VAL(protocol));
NULL              568 main/streams/userspace.c 	if ((wrapper = zend_hash_find_ptr(global_wrapper_hash, protocol)) == NULL) {
NULL              569 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s:// never existed, nothing to restore", ZSTR_VAL(protocol));
NULL              577 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "Unable to restore original %s:// wrapper", ZSTR_VAL(protocol));
NULL              594 main/streams/userspace.c 	assert(us != NULL);
NULL              600 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL              601 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL              605 main/streams/userspace.c 			0, NULL);
NULL              619 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_WRITE " is not implemented!",
NULL              625 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_WRITE " wrote " ZEND_LONG_FMT " bytes more data than requested (" ZEND_LONG_FMT " written, " ZEND_LONG_FMT " max)",
NULL              645 main/streams/userspace.c 	assert(us != NULL);
NULL              651 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL              652 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL              656 main/streams/userspace.c 			0, NULL);
NULL              669 main/streams/userspace.c 			php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_READ " - read " ZEND_LONG_FMT " bytes more data than requested (" ZEND_LONG_FMT " read, " ZEND_LONG_FMT " max) - excess data will be lost",
NULL              676 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_READ " is not implemented!",
NULL              687 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL              688 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL              691 main/streams/userspace.c 			0, NULL, 0, NULL);
NULL              696 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING,
NULL              715 main/streams/userspace.c 	assert(us != NULL);
NULL              719 main/streams/userspace.c 	call_user_function_ex(NULL,
NULL              720 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL              723 main/streams/userspace.c 			0, NULL, 0, NULL);
NULL              743 main/streams/userspace.c 	assert(us != NULL);
NULL              747 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL              748 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL              751 main/streams/userspace.c 			0, NULL, 0, NULL);
NULL              772 main/streams/userspace.c 	assert(us != NULL);
NULL              779 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL              780 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL              784 main/streams/userspace.c 			0, NULL);
NULL              814 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL              815 main/streams/userspace.c 		Z_ISUNDEF(us->object)? NULL : &us->object,
NULL              818 main/streams/userspace.c 		0, NULL, 0, NULL);
NULL              824 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_TELL " is not implemented!", us->wrapper->classname);
NULL              842 main/streams/userspace.c 	if (NULL != (elem = zend_hash_str_find(Z_ARRVAL_P(array), #name, sizeof(#name)-1))) {     \
NULL              890 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL              891 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL              894 main/streams/userspace.c 			0, NULL, 0, NULL);
NULL              901 main/streams/userspace.c 			php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_STAT " is not implemented!",
NULL              924 main/streams/userspace.c 		call_result = call_user_function_ex(NULL, Z_ISUNDEF(us->object)? NULL : &us->object, &func_name, &retval, 0, NULL, 0, NULL);
NULL              929 main/streams/userspace.c 			php_error_docref(NULL, E_WARNING,
NULL              958 main/streams/userspace.c 		call_result = call_user_function_ex(NULL,
NULL              959 main/streams/userspace.c 						Z_ISUNDEF(us->object)? NULL : &us->object,
NULL              962 main/streams/userspace.c 						1, args, 0, NULL);
NULL              971 main/streams/userspace.c 				php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_LOCK " is not implemented!",
NULL              988 main/streams/userspace.c 					Z_ISUNDEF(us->object)? NULL : Z_OBJ(us->object),
NULL              989 main/streams/userspace.c 					IS_CALLABLE_CHECK_SILENT, NULL, NULL, NULL))
NULL              999 main/streams/userspace.c 				call_result = call_user_function_ex(NULL,
NULL             1000 main/streams/userspace.c 								Z_ISUNDEF(us->object)? NULL : &us->object,
NULL             1003 main/streams/userspace.c 								1, args, 0, NULL);
NULL             1009 main/streams/userspace.c 						php_error_docref(NULL, E_WARNING,
NULL             1014 main/streams/userspace.c 					php_error_docref(NULL, E_WARNING,
NULL             1063 main/streams/userspace.c 		call_result = call_user_function_ex(NULL,
NULL             1064 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL             1067 main/streams/userspace.c 			3, args, 0, NULL);
NULL             1070 main/streams/userspace.c 			php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_SET_OPTION " is not implemented!",
NULL             1113 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL             1118 main/streams/userspace.c 			0, NULL	);
NULL             1123 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_UNLINK " is not implemented!", uwrap->classname);
NULL             1158 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL             1163 main/streams/userspace.c 			0, NULL	);
NULL             1168 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_RENAME " is not implemented!", uwrap->classname);
NULL             1205 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL             1210 main/streams/userspace.c 			0, NULL	);
NULL             1215 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_MKDIR " is not implemented!", uwrap->classname);
NULL             1252 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL             1257 main/streams/userspace.c 			0, NULL	);
NULL             1262 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_RMDIR " is not implemented!", uwrap->classname);
NULL             1305 main/streams/userspace.c 			php_error_docref(NULL, E_WARNING, "Unknown option %d for " USERSTREAM_METADATA, option);
NULL             1323 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL             1328 main/streams/userspace.c 			0, NULL	);
NULL             1333 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_METADATA " is not implemented!", uwrap->classname);
NULL             1371 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL             1376 main/streams/userspace.c 			0, NULL	);
NULL             1384 main/streams/userspace.c 			php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_STATURL " is not implemented!",
NULL             1416 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL             1417 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL             1420 main/streams/userspace.c 			0, NULL,
NULL             1421 main/streams/userspace.c 			0, NULL);
NULL             1429 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_DIR_READ " is not implemented!",
NULL             1445 main/streams/userspace.c 	assert(us != NULL);
NULL             1449 main/streams/userspace.c 	call_user_function_ex(NULL,
NULL             1450 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL             1453 main/streams/userspace.c 			0, NULL, 0, NULL);
NULL             1473 main/streams/userspace.c 	call_user_function_ex(NULL,
NULL             1474 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL             1477 main/streams/userspace.c 			0, NULL, 0, NULL);
NULL             1492 main/streams/userspace.c 	php_stream * intstream = NULL;
NULL             1507 main/streams/userspace.c 	call_result = call_user_function_ex(NULL,
NULL             1508 main/streams/userspace.c 			Z_ISUNDEF(us->object)? NULL : &us->object,
NULL             1511 main/streams/userspace.c 			1, args, 0, NULL);
NULL             1515 main/streams/userspace.c 			php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " is not implemented!",
NULL             1524 main/streams/userspace.c 			php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must return a stream resource",
NULL             1529 main/streams/userspace.c 			php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must not return itself",
NULL             1531 main/streams/userspace.c 			intstream = NULL;
NULL             1555 main/streams/userspace.c 	NULL, /* write */
NULL             1558 main/streams/userspace.c 	NULL, /* flush */
NULL             1561 main/streams/userspace.c 	NULL, /* cast */
NULL             1562 main/streams/userspace.c 	NULL, /* stat */
NULL             1563 main/streams/userspace.c 	NULL  /* set_option */
NULL               72 main/streams/xp_socket.c 		ptimeout = NULL;
NULL              104 main/streams/xp_socket.c 		estr = php_socket_strerror(err, NULL, 0);
NULL              105 main/streams/xp_socket.c 		php_error_docref(NULL, E_NOTICE, "send of " ZEND_LONG_FMT " bytes failed with errno=%ld %s",
NULL              133 main/streams/xp_socket.c 		ptimeout = NULL;
NULL              365 main/streams/xp_socket.c 							xparam->want_textaddr ? &xparam->outputs.textaddr : NULL,
NULL              366 main/streams/xp_socket.c 							xparam->want_addr ? &xparam->outputs.addr : NULL,
NULL              367 main/streams/xp_socket.c 							xparam->want_addr ? &xparam->outputs.addrlen : NULL
NULL              373 main/streams/xp_socket.c 							xparam->want_textaddr ? &xparam->outputs.textaddr : NULL,
NULL              374 main/streams/xp_socket.c 							xparam->want_addr ? &xparam->outputs.addr : NULL,
NULL              375 main/streams/xp_socket.c 							xparam->want_addr ? &xparam->outputs.addrlen : NULL
NULL              390 main/streams/xp_socket.c 						char *err = php_socket_strerror(php_socket_errno(), NULL, 0);
NULL              391 main/streams/xp_socket.c 						php_error_docref(NULL, E_WARNING,
NULL              408 main/streams/xp_socket.c 							xparam->want_textaddr ? &xparam->outputs.textaddr : NULL,
NULL              409 main/streams/xp_socket.c 							xparam->want_addr ? &xparam->outputs.addr : NULL,
NULL              410 main/streams/xp_socket.c 							xparam->want_addr ? &xparam->outputs.addrlen : NULL
NULL              481 main/streams/xp_socket.c 	NULL, /* seek */
NULL              492 main/streams/xp_socket.c 	NULL, /* seek */
NULL              502 main/streams/xp_socket.c 	NULL, /* seek */
NULL              513 main/streams/xp_socket.c 	NULL, /* seek */
NULL              522 main/streams/xp_socket.c 	NULL, /* seek */
NULL              547 main/streams/xp_socket.c 		php_error_docref(NULL, E_NOTICE,
NULL              561 main/streams/xp_socket.c 	char *host = NULL;
NULL              573 main/streams/xp_socket.c 			return NULL;
NULL              582 main/streams/xp_socket.c 		colon = NULL;
NULL              591 main/streams/xp_socket.c 		return NULL;
NULL              605 main/streams/xp_socket.c 	char *host = NULL;
NULL              608 main/streams/xp_socket.c 	zval *tmpzval = NULL;
NULL              634 main/streams/xp_socket.c 	if (host == NULL) {
NULL              640 main/streams/xp_socket.c 		&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "ipv6_v6only")) != NULL
NULL              650 main/streams/xp_socket.c 		&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_reuseport")) != NULL
NULL              660 main/streams/xp_socket.c 		&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_broadcast")) != NULL
NULL              670 main/streams/xp_socket.c 			xparam->want_errortext ? &xparam->outputs.error_text : NULL,
NULL              684 main/streams/xp_socket.c 	char *host = NULL, *bindto = NULL;
NULL              688 main/streams/xp_socket.c 	zval *tmpzval = NULL;
NULL              709 main/streams/xp_socket.c 				xparam->want_errortext ? &xparam->outputs.error_text : NULL,
NULL              720 main/streams/xp_socket.c 	if (host == NULL) {
NULL              724 main/streams/xp_socket.c 	if (PHP_STREAM_CONTEXT(stream) && (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "bindto")) != NULL) {
NULL              738 main/streams/xp_socket.c 		&& (tmpzval = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), "socket", "so_broadcast")) != NULL
NULL              753 main/streams/xp_socket.c 			xparam->want_errortext ? &xparam->outputs.error_text : NULL,
NULL              787 main/streams/xp_socket.c 	xparam->outputs.client = NULL;
NULL              790 main/streams/xp_socket.c 			xparam->want_textaddr ? &xparam->outputs.textaddr : NULL,
NULL              791 main/streams/xp_socket.c 			xparam->want_addr ? &xparam->outputs.addr : NULL,
NULL              792 main/streams/xp_socket.c 			xparam->want_addr ? &xparam->outputs.addrlen : NULL,
NULL              794 main/streams/xp_socket.c 			xparam->want_errortext ? &xparam->outputs.error_text : NULL,
NULL              803 main/streams/xp_socket.c 		if (clisockdata == NULL) {
NULL              810 main/streams/xp_socket.c 			xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+");
NULL              820 main/streams/xp_socket.c 	return xparam->outputs.client == NULL ? -1 : 0;
NULL              861 main/streams/xp_socket.c 	php_stream *stream = NULL;
NULL              880 main/streams/xp_socket.c 		return NULL;
NULL              896 main/streams/xp_socket.c 	if (stream == NULL)	{
NULL              898 main/streams/xp_socket.c 		return NULL;
NULL               24 netware/start.c void		*gLibHandle = (void *) NULL;
NULL               25 netware/start.c rtag_t		gAllocTag = (rtag_t) NULL;
NULL               26 netware/start.c NXMutex_t	*gLibLock = (NXMutex_t *) NULL;
NULL               74 sapi/apache2handler/apache_config.c 	return NULL;
NULL              117 sapi/apache2handler/apache_config.c 	return NULL;
NULL              125 sapi/apache2handler/apache_config.c 	if ((orig_per_dir_entry = zend_hash_find_ptr(target_ht, hash_key->key)) == NULL) {
NULL              149 sapi/apache2handler/apache_config.c 	php_conf_rec *d = base_conf, *e = new_conf, *n = NULL;
NULL              156 sapi/apache2handler/apache_config.c 	zend_hash_merge_ex(&n->config, &e->config, config_entry_ctor, should_overwrite_per_dir_entry, NULL);
NULL              165 sapi/apache2handler/apache_config.c 	if ((pe = zend_hash_str_find_ptr(&d->config, name, name_len)) != NULL) {
NULL              188 sapi/apache2handler/apache_config.c 	AP_INIT_TAKE2("php_value", php_apache_value_handler, NULL, OR_OPTIONS, "PHP Value Modifier"),
NULL              189 sapi/apache2handler/apache_config.c 	AP_INIT_TAKE2("php_flag", php_apache_flag_handler, NULL, OR_OPTIONS, "PHP Flag Modifier"),
NULL              190 sapi/apache2handler/apache_config.c 	AP_INIT_TAKE2("php_admin_value", php_apache_admin_value_handler, NULL, ACCESS_CONF|RSRC_CONF, "PHP Value Modifier (Admin)"),
NULL              191 sapi/apache2handler/apache_config.c 	AP_INIT_TAKE2("php_admin_flag", php_apache_admin_flag_handler, NULL, ACCESS_CONF|RSRC_CONF, "PHP Flag Modifier (Admin)"),
NULL              192 sapi/apache2handler/apache_config.c 	AP_INIT_TAKE1("PHPINIDir", php_apache_phpini_set, NULL, RSRC_CONF, "Directory containing the php.ini file"),
NULL              193 sapi/apache2handler/apache_config.c 	{NULL}
NULL              216 sapi/apache2handler/apache_config.c 	zend_hash_init(&newx->config, 0, NULL, config_entry_dtor, 1);
NULL               32 sapi/apache2handler/mod_php7.c 	NULL,					/* create per-server config structure */
NULL               33 sapi/apache2handler/mod_php7.c 	NULL,					/* merge per-server config structures */
NULL               64 sapi/apache2handler/php_functions.c 		return NULL;
NULL               83 sapi/apache2handler/php_functions.c 		php_error_docref(NULL, E_WARNING, "Unable to include '%s' - URI lookup failed", filename);
NULL               88 sapi/apache2handler/php_functions.c 		php_error_docref(NULL, E_WARNING, "Unable to include '%s' - error finding URI", filename);
NULL              102 sapi/apache2handler/php_functions.c 		php_error_docref(NULL, E_WARNING, "Unable to include '%s' - request execution failed", filename);
NULL              129 sapi/apache2handler/php_functions.c 		php_error_docref(NULL, E_WARNING, "Unable to include '%s' - URI lookup failed", filename);
NULL              166 sapi/apache2handler/php_functions.c 	php_error_docref(NULL, E_WARNING, "Unable to include '%s' - error finding URI", filename);
NULL              224 sapi/apache2handler/php_functions.c 	char *note_name, *note_val = NULL;
NULL              226 sapi/apache2handler/php_functions.c 	char *old_note_val=NULL;
NULL              256 sapi/apache2handler/php_functions.c 	char *variable=NULL, *string_val=NULL;
NULL              295 sapi/apache2handler/php_functions.c 	char *env_val=NULL;
NULL              315 sapi/apache2handler/php_functions.c 	if (env_val != NULL) {
NULL              531 sapi/apache2handler/php_functions.c 	{NULL, NULL, NULL}
NULL              543 sapi/apache2handler/php_functions.c 	ts_allocate_id(&php_apache2_info_id, sizeof(php_apache2_info_struct), (ts_allocate_ctor) NULL, NULL);
NULL              561 sapi/apache2handler/php_functions.c 	NULL,
NULL              562 sapi/apache2handler/php_functions.c 	NULL,
NULL              564 sapi/apache2handler/php_functions.c 	NULL,
NULL               67 sapi/apache2handler/sapi_apache2.c char *apache2_php_ini_path_override = NULL;
NULL              128 sapi/apache2handler/sapi_apache2.c 				if (APR_SUCCESS != apr_strtoff(&clen, val, (char **) NULL, 10)) {
NULL              131 sapi/apache2handler/sapi_apache2.c 					clen = (apr_off_t) strtol(val, (char **) NULL, 10);
NULL              175 sapi/apache2handler/sapi_apache2.c 	ctx->content_type = NULL;
NULL              260 sapi/apache2handler/sapi_apache2.c 	if (ctx == NULL) {
NULL              261 sapi/apache2handler/sapi_apache2.c 		return NULL;
NULL              323 sapi/apache2handler/sapi_apache2.c 	if (ctx == NULL) { /* we haven't initialized our ctx yet, oh well */
NULL              324 sapi/apache2handler/sapi_apache2.c 		ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_STARTUP, 0, NULL, "%s", msg);
NULL              362 sapi/apache2handler/sapi_apache2.c 	NULL,						/* activate */
NULL              363 sapi/apache2handler/sapi_apache2.c 	NULL,						/* deactivate */
NULL              374 sapi/apache2handler/sapi_apache2.c 	NULL,						/* send header handler */
NULL              382 sapi/apache2handler/sapi_apache2.c 	NULL,						/* Child Terminate */
NULL              426 sapi/apache2handler/sapi_apache2.c 	apache2_php_ini_path_override = NULL;
NULL              433 sapi/apache2handler/sapi_apache2.c 	void *data = NULL;
NULL              439 sapi/apache2handler/sapi_apache2.c 	if (data == NULL) {
NULL              454 sapi/apache2handler/sapi_apache2.c 	tsrm_startup(1, 1, 0, NULL);
NULL              465 sapi/apache2handler/sapi_apache2.c 	apr_pool_cleanup_register(pconf, NULL, php_apache_server_shutdown, apr_pool_cleanup_null);
NULL              474 sapi/apache2handler/sapi_apache2.c 	*data = NULL;
NULL              507 sapi/apache2handler/sapi_apache2.c 	if (SG(request_info).auth_user == NULL && r->user) {
NULL              518 sapi/apache2handler/sapi_apache2.c 	php_request_shutdown(NULL);
NULL              550 sapi/apache2handler/sapi_apache2.c 	request_rec * volatile parent_req = NULL;
NULL              563 sapi/apache2handler/sapi_apache2.c 	if (ctx == NULL || (ctx && ctx->request_processed && !strcmp(r->protocol, "INCLUDED"))) {
NULL              572 sapi/apache2handler/sapi_apache2.c 		ctx = NULL; /* May look weird to null it here, but it is to catch the right case in the first_try later on */
NULL              613 sapi/apache2handler/sapi_apache2.c 	if (r->main == NULL ||
NULL              624 sapi/apache2handler/sapi_apache2.c 	if (ctx == NULL) {
NULL              652 sapi/apache2handler/sapi_apache2.c 			parent_req = NULL;
NULL              675 sapi/apache2handler/sapi_apache2.c 		zfd.opened_path = NULL;
NULL              680 sapi/apache2handler/sapi_apache2.c 			zend_execute_scripts(ZEND_INCLUDE, NULL, 1, &zfd);
NULL              712 sapi/apache2handler/sapi_apache2.c 	apr_pool_cleanup_register(pchild, NULL, php_apache_child_shutdown, apr_pool_cleanup_null);
NULL              717 sapi/apache2handler/sapi_apache2.c 	ap_hook_pre_config(php_pre_config, NULL, NULL, APR_HOOK_MIDDLE);
NULL              718 sapi/apache2handler/sapi_apache2.c 	ap_hook_post_config(php_apache_server_startup, NULL, NULL, APR_HOOK_MIDDLE);
NULL              719 sapi/apache2handler/sapi_apache2.c 	ap_hook_handler(php_handler, NULL, NULL, APR_HOOK_MIDDLE);
NULL              721 sapi/apache2handler/sapi_apache2.c 	ap_hook_child_init(zend_signal_init, NULL, NULL, APR_HOOK_MIDDLE);
NULL              723 sapi/apache2handler/sapi_apache2.c 	ap_hook_child_init(php_apache_child_init, NULL, NULL, APR_HOOK_MIDDLE);
NULL              135 sapi/cgi/cgi_main.c static char *php_optarg = NULL;
NULL              160 sapi/cgi/cgi_main.c 	{'-', 0, NULL} /* end of args */
NULL              255 sapi/cgi/cgi_main.c 	zend_hash_init(&sorted_registry, 64, NULL, NULL, 1);
NULL              256 sapi/cgi/cgi_main.c 	zend_hash_copy(&sorted_registry, &module_registry, NULL);
NULL              279 sapi/cgi/cgi_main.c 	sorted_exts.dtor = NULL;
NULL              281 sapi/cgi/cgi_main.c 	zend_llist_apply_with_argument(&sorted_exts, (llist_apply_with_arg_func_t) print_extension_info, NULL);
NULL              571 sapi/cgi/cgi_main.c 	if (buf == NULL) {
NULL              741 sapi/cgi/cgi_main.c 	if ((entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len)) == NULL) {
NULL              745 sapi/cgi/cgi_main.c 		zend_hash_init(new_entry->user_config, 8, NULL, (dtor_func_t) config_zval_dtor, 1);
NULL              751 sapi/cgi/cgi_main.c 		char *real_path = NULL;
NULL              760 sapi/cgi/cgi_main.c 			real_path = tsrm_realpath(path, NULL);
NULL              761 sapi/cgi/cgi_main.c 			if (real_path == NULL) {
NULL              789 sapi/cgi/cgi_main.c 			while ((ptr = strchr(ptr, DEFAULT_SLASH)) != NULL) {
NULL              938 sapi/cgi/cgi_main.c 	NULL,							/* get uid */
NULL              943 sapi/cgi/cgi_main.c 	NULL,							/* header handler */
NULL              945 sapi/cgi/cgi_main.c 	NULL,							/* send header handler */
NULL              952 sapi/cgi/cgi_main.c 	NULL,							/* Get request time */
NULL              953 sapi/cgi/cgi_main.c 	NULL,							/* Child terminate */
NULL              967 sapi/cgi/cgi_main.c 	{NULL, NULL, NULL}
NULL             1132 sapi/cgi/cgi_main.c 	SG(request_info).path_translated = NULL;
NULL             1133 sapi/cgi/cgi_main.c 	SG(request_info).request_method = NULL;
NULL             1135 sapi/cgi/cgi_main.c 	SG(request_info).query_string = NULL;
NULL             1136 sapi/cgi/cgi_main.c 	SG(request_info).request_uri = NULL;
NULL             1137 sapi/cgi/cgi_main.c 	SG(request_info).content_type = NULL;
NULL             1165 sapi/cgi/cgi_main.c 				env_path_info = NULL;
NULL             1173 sapi/cgi/cgi_main.c 			char *real_path = NULL;
NULL             1188 sapi/cgi/cgi_main.c 			if (env_path_translated != NULL && env_redirect_url != NULL &&
NULL             1204 sapi/cgi/cgi_main.c 			script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
NULL             1218 sapi/cgi/cgi_main.c 				(real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
NULL             1244 sapi/cgi/cgi_main.c 						char *path_info = env_path_info ? env_path_info + pilen - slen : NULL;
NULL             1281 sapi/cgi/cgi_main.c 							char *path_translated = NULL;
NULL             1311 sapi/cgi/cgi_main.c 							char *path_translated = NULL;
NULL             1337 sapi/cgi/cgi_main.c 					script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", NULL);
NULL             1367 sapi/cgi/cgi_main.c 						CGI_PUTENV("PATH_INFO", NULL);
NULL             1371 sapi/cgi/cgi_main.c 						CGI_PUTENV("PATH_TRANSLATED", NULL);
NULL             1441 sapi/cgi/cgi_main.c 	STD_PHP_INI_ENTRY("cgi.redirect_status_env", NULL, PHP_INI_SYSTEM, OnUpdateString, redirect_status_env, php_cgi_globals_struct, php_cgi_globals)
NULL             1461 sapi/cgi/cgi_main.c 	php_cgi_globals->redirect_status_env = NULL;
NULL             1468 sapi/cgi/cgi_main.c 	zend_hash_init(&php_cgi_globals->user_config_cache, 8, NULL, user_config_cache_entry_dtor, 1);
NULL             1514 sapi/cgi/cgi_main.c 	char *str = NULL;
NULL             1575 sapi/cgi/cgi_main.c 		for (env = environ; env != NULL && *env != NULL; env++) {
NULL             1635 sapi/cgi/cgi_main.c 		if (t != buf && t != NULL) {
NULL             1650 sapi/cgi/cgi_main.c 		if (NULL != p) {
NULL             1691 sapi/cgi/cgi_main.c 	{NULL, NULL, NULL}
NULL             1700 sapi/cgi/cgi_main.c 	NULL,
NULL             1701 sapi/cgi/cgi_main.c 	NULL,
NULL             1723 sapi/cgi/cgi_main.c 	char *script_file = NULL;
NULL             1730 sapi/cgi/cgi_main.c 	char *bindpath = NULL;
NULL             1732 sapi/cgi/cgi_main.c 	fcgi_request *request = NULL;
NULL             1754 sapi/cgi/cgi_main.c 		MessageBox(NULL, szMessage, "CGI Debug Time!", MB_OK|MB_SERVICE_NOTIFICATION);
NULL             1770 sapi/cgi/cgi_main.c 	tsrm_startup(1, 1, 0, NULL);
NULL             1780 sapi/cgi/cgi_main.c 	ts_allocate_id(&php_cgi_globals_id, sizeof(php_cgi_globals_struct), (ts_allocate_ctor) php_cgi_globals_ctor, NULL);
NULL             1787 sapi/cgi/cgi_main.c 	cgi_sapi_module.php_ini_path_override = NULL;
NULL             1808 sapi/cgi/cgi_main.c 	if((query_string = getenv("QUERY_STRING")) != NULL && strchr(query_string, '=') == NULL) {
NULL             1890 sapi/cgi/cgi_main.c 	SG(request_info).path_translated = NULL;
NULL             1980 sapi/cgi/cgi_main.c 		request = fcgi_init_request(fcgi_fd, NULL, NULL, NULL);
NULL             2102 sapi/cgi/cgi_main.c 					gettimeofday(&start, NULL);
NULL             2166 sapi/cgi/cgi_main.c 								SG(server_context) = NULL;
NULL             2210 sapi/cgi/cgi_main.c 								SG(server_context) = NULL;
NULL             2306 sapi/cgi/cgi_main.c 				file_handle.handle.fp = NULL;
NULL             2313 sapi/cgi/cgi_main.c 			file_handle.opened_path = NULL;
NULL             2322 sapi/cgi/cgi_main.c 				SG(server_context) = NULL;
NULL             2357 sapi/cgi/cgi_main.c 						SG(request_info).path_translated = NULL;
NULL             2362 sapi/cgi/cgi_main.c 						SG(request_info).query_string = NULL;
NULL             2366 sapi/cgi/cgi_main.c 					SG(server_context) = NULL;
NULL             2494 sapi/cgi/cgi_main.c 					SG(request_info).path_translated = NULL;
NULL             2505 sapi/cgi/cgi_main.c 					SG(request_info).query_string = NULL;
NULL             2515 sapi/cgi/cgi_main.c 							gettimeofday(&start, NULL);
NULL             2524 sapi/cgi/cgi_main.c 							script_file = NULL;
NULL             2571 sapi/cgi/cgi_main.c 		gettimeofday(&end, NULL);
NULL             2591 sapi/cgi/cgi_main.c 	SG(server_context) = NULL;
NULL             1013 sapi/cli/mime_type_map.h 	{ NULL, NULL }
NULL              126 sapi/cli/php_cli.c cli_shell_callbacks_t cli_shell_callbacks = { NULL, NULL, NULL };
NULL              179 sapi/cli/php_cli.c 	{'-', 0, NULL} /* end of args */
NULL              204 sapi/cli/php_cli.c 	zend_hash_init(&sorted_registry, 50, NULL, NULL, 0);
NULL              205 sapi/cli/php_cli.c 	zend_hash_copy(&sorted_registry, &module_registry, NULL);
NULL              231 sapi/cli/php_cli.c 	sorted_exts.dtor = NULL;
NULL              390 sapi/cli/php_cli.c 		SG(request_info).argv0 = NULL;
NULL              398 sapi/cli/php_cli.c 	return NULL;
NULL              423 sapi/cli/php_cli.c 	if (php_module_startup(sapi_module, NULL, 0)==FAILURE) {
NULL              454 sapi/cli/php_cli.c 	NULL,							/* activate */
NULL              459 sapi/cli/php_cli.c 	NULL,							/* get uid */
NULL              460 sapi/cli/php_cli.c 	NULL,							/* getenv */
NULL              468 sapi/cli/php_cli.c 	NULL,				            /* read POST data */
NULL              473 sapi/cli/php_cli.c 	NULL,							/* Get request time */
NULL              474 sapi/cli/php_cli.c 	NULL,							/* Child terminate */
NULL              490 sapi/cli/php_cli.c 	{NULL, NULL, NULL}
NULL              556 sapi/cli/php_cli.c static php_stream *s_in_process = NULL;
NULL              562 sapi/cli/php_cli.c 	php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL;
NULL              565 sapi/cli/php_cli.c 	s_in  = php_stream_open_wrapper_ex("php://stdin",  "rb", 0, NULL, sc_in);
NULL              566 sapi/cli/php_cli.c 	s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out);
NULL              567 sapi/cli/php_cli.c 	s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err);
NULL              569 sapi/cli/php_cli.c 	if (s_in==NULL || s_out==NULL || s_err==NULL) {
NULL              619 sapi/cli/php_cli.c 	file_handle->opened_path = NULL;
NULL              654 sapi/cli/php_cli.c 	char *reflection_what = NULL;
NULL              657 sapi/cli/php_cli.c 	char *php_optarg = NULL, *orig_optarg = NULL;
NULL              659 sapi/cli/php_cli.c 	char *exec_direct=NULL, *exec_run=NULL, *exec_begin=NULL, *exec_end=NULL;
NULL              660 sapi/cli/php_cli.c 	char *arg_free=NULL, **arg_excp=&arg_free;
NULL              661 sapi/cli/php_cli.c 	char *script_file=NULL, *translated_path = NULL;
NULL              664 sapi/cli/php_cli.c 	const char *param_error=NULL;
NULL              932 sapi/cli/php_cli.c 		file_handle.opened_path = NULL;
NULL             1005 sapi/cli/php_cli.c 			if (zend_eval_string_ex(exec_direct, NULL, "Command line code", 1) == FAILURE) {
NULL             1018 sapi/cli/php_cli.c 				if (exec_begin && zend_eval_string_ex(exec_begin, NULL, "Command line begin code", 1) == FAILURE) {
NULL             1021 sapi/cli/php_cli.c 				while (exit_status == SUCCESS && (input=php_stream_gets(s_in_process, NULL, 0)) != NULL) {
NULL             1031 sapi/cli/php_cli.c 						if (zend_eval_string_ex(exec_run, NULL, "Command line run code", 1) == FAILURE) {
NULL             1047 sapi/cli/php_cli.c 				if (exec_end && zend_eval_string_ex(exec_end, NULL, "Command line end code", 1) == FAILURE) {
NULL             1059 sapi/cli/php_cli.c 					zend_class_entry *pce = NULL;
NULL             1089 sapi/cli/php_cli.c 					zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, &arg);
NULL             1098 sapi/cli/php_cli.c 						EG(exception) = NULL;
NULL             1100 sapi/cli/php_cli.c 						zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, &ref);
NULL             1113 sapi/cli/php_cli.c 					if ((module = zend_hash_str_find_ptr(&module_registry, lcname, len)) == NULL) {
NULL             1115 sapi/cli/php_cli.c 							display_ini_entries(NULL);
NULL             1174 sapi/cli/php_cli.c 	char *php_optarg = NULL;
NULL             1176 sapi/cli/php_cli.c 	char *ini_path_override = NULL;
NULL             1177 sapi/cli/php_cli.c 	char *ini_entries = NULL;
NULL             1220 sapi/cli/php_cli.c 	tsrm_startup(1, 1, 0, NULL);
NULL               33 sapi/cli/php_cli_process_title.c     char *title = NULL;
NULL               46 sapi/cli/php_cli_process_title.c     php_error_docref(NULL, E_WARNING, "cli_set_process_title had an error: %s", ps_title_errno(rc));
NULL               56 sapi/cli/php_cli_process_title.c         const char* title = NULL;
NULL               65 sapi/cli/php_cli_process_title.c                 php_error_docref(NULL, E_WARNING, "cli_get_process_title had an error: %s", ps_title_errno(rc));
NULL              237 sapi/cli/php_cli_server.c 	if (buf == NULL) {
NULL              253 sapi/cli/php_cli_server.c 	gettimeofday(&tv, NULL);
NULL              288 sapi/cli/php_cli_server.c 	http_response_status_code_pair needle = {code, NULL},
NULL              289 sapi/cli/php_cli_server.c 		*result = NULL;
NULL              320 sapi/cli/php_cli_server.c 	return NULL;
NULL              344 sapi/cli/php_cli_server.c 		if (NULL != (val = zend_hash_str_find_ptr(&client->request.headers, "host", sizeof("host")-1))) {
NULL              436 sapi/cli/php_cli_server.c 	ZEND_INIT_MODULE_GLOBALS(cli_server, cli_server_init_globals, NULL);
NULL              455 sapi/cli/php_cli_server.c 	NULL,
NULL              458 sapi/cli/php_cli_server.c 	NULL,
NULL              459 sapi/cli/php_cli_server.c 	NULL,
NULL              475 sapi/cli/php_cli_server.c 	{NULL, NULL, NULL}
NULL              526 sapi/cli/php_cli_server.c 	if (client == NULL || SG(request_info).no_headers) {
NULL              560 sapi/cli/php_cli_server.c 	if (NULL == (val = zend_hash_str_find_ptr(&client->request.headers, "cookie", sizeof("cookie")-1))) {
NULL              561 sapi/cli/php_cli_server.c 		return NULL;
NULL              584 sapi/cli/php_cli_server.c 	if (NULL == val) {
NULL              711 sapi/cli/php_cli_server.c 	NULL,							/* activate */
NULL              712 sapi/cli/php_cli_server.c 	NULL,							/* deactivate */
NULL              716 sapi/cli/php_cli_server.c 	NULL,							/* get uid */
NULL              717 sapi/cli/php_cli_server.c 	NULL,							/* getenv */
NULL              721 sapi/cli/php_cli_server.c 	NULL,							/* header handler */
NULL              723 sapi/cli/php_cli_server.c 	NULL,							/* send header handler */
NULL              730 sapi/cli/php_cli_server.c 	NULL,							/* Get request time */
NULL              731 sapi/cli/php_cli_server.c 	NULL,							/* Child terminate */
NULL              782 sapi/cli/php_cli_server.c 	return php_select(poller->max_fd + 1, &poller->active.rfds, &poller->active.wfds, NULL, tv);
NULL              884 sapi/cli/php_cli_server.c 	buffer->first = NULL;
NULL              885 sapi/cli/php_cli_server.c 	buffer->last = NULL;
NULL              925 sapi/cli/php_cli_server.c 		return NULL;
NULL              929 sapi/cli/php_cli_server.c 	chunk->next = NULL;
NULL              939 sapi/cli/php_cli_server.c 		return NULL;
NULL              943 sapi/cli/php_cli_server.c 	chunk->next = NULL;
NULL              954 sapi/cli/php_cli_server.c 		return NULL;
NULL              958 sapi/cli/php_cli_server.c 	chunk->next = NULL;
NULL             1003 sapi/cli/php_cli_server.c 					sender->buffer.last = NULL;
NULL             1026 sapi/cli/php_cli_server.c 					sender->buffer.last = NULL;
NULL             1160 sapi/cli/php_cli_server.c 	char *buf = NULL;
NULL             1182 sapi/cli/php_cli_server.c 	struct sockaddr *sa = NULL, **p, **sal;
NULL             1191 sapi/cli/php_cli_server.c 			sa = NULL;
NULL             1206 sapi/cli/php_cli_server.c 				*errstr = NULL;
NULL             1219 sapi/cli/php_cli_server.c 				*errstr = NULL;
NULL             1306 sapi/cli/php_cli_server.c 	req->request_uri = NULL;
NULL             1308 sapi/cli/php_cli_server.c 	req->vpath = NULL;
NULL             1310 sapi/cli/php_cli_server.c 	req->path_translated = NULL;
NULL             1312 sapi/cli/php_cli_server.c 	req->path_info = NULL;
NULL             1314 sapi/cli/php_cli_server.c 	req->query_string = NULL;
NULL             1316 sapi/cli/php_cli_server.c 	zend_hash_init(&req->headers, 0, NULL, char_ptr_dtor_p, 1);
NULL             1317 sapi/cli/php_cli_server.c 	zend_hash_init(&req->headers_original_case, 0, NULL, NULL, 1);
NULL             1318 sapi/cli/php_cli_server.c 	req->content = NULL;
NULL             1320 sapi/cli/php_cli_server.c 	req->ext = NULL;
NULL             1352 sapi/cli/php_cli_server.c 	static const char *index_files[] = { "index.php", "index.html", NULL };
NULL             1354 sapi/cli/php_cli_server.c 	char *p = buf, *prev_path = NULL, *q, *vpath;
NULL             1459 sapi/cli/php_cli_server.c 	char *decoded_vpath = NULL;
NULL             1463 sapi/cli/php_cli_server.c 	*retval = NULL;
NULL             1621 sapi/cli/php_cli_server.c 	client->current_header_name = NULL;
NULL             1690 sapi/cli/php_cli_server.c 		*errstr = php_socket_strerror(err, NULL, 0);
NULL             1771 sapi/cli/php_cli_server.c 	request_info->auth_user = request_info->auth_password = request_info->auth_digest = NULL;
NULL             1772 sapi/cli/php_cli_server.c 	if (NULL != (val = zend_hash_str_find_ptr(&client->request.headers, "content-type", sizeof("content-type")-1))) {
NULL             1790 sapi/cli/php_cli_server.c 		php_network_populate_name_from_sockaddr(addr, addr_len, &addr_str, NULL, 0);
NULL             1797 sapi/cli/php_cli_server.c 	client->current_header_name = NULL;
NULL             1833 sapi/cli/php_cli_server.c 	zend_string *escaped_request_uri = NULL;
NULL             1842 sapi/cli/php_cli_server.c 	escaped_request_uri = php_escape_html_entities_ex((unsigned char *)client->request.request_uri, client->request.request_uri_len, 0, ENT_QUOTES, NULL, 0);
NULL             1936 sapi/cli/php_cli_server.c 		zfd.handle.fp = NULL;
NULL             1938 sapi/cli/php_cli_server.c 		zfd.opened_path = NULL;
NULL             1944 sapi/cli/php_cli_server.c 	php_cli_server_log_response(client, SG(sapi_headers).http_response_code, NULL);
NULL             1991 sapi/cli/php_cli_server.c 			php_cli_server_log_response(client, 500, NULL);
NULL             2008 sapi/cli/php_cli_server.c 			php_cli_server_log_response(client, 500, NULL);
NULL             2013 sapi/cli/php_cli_server.c 	php_cli_server_log_response(client, 200, NULL);
NULL             2022 sapi/cli/php_cli_server.c 	if (NULL != (auth = zend_hash_str_find_ptr(&client->request.headers, "authorization", sizeof("authorization")-1))) {
NULL             2041 sapi/cli/php_cli_server.c 	SG(server_context) = NULL;
NULL             2042 sapi/cli/php_cli_server.c 	SG(rfc1867_uploaded_files) = NULL;
NULL             2060 sapi/cli/php_cli_server.c 	zfd.handle.fp = NULL;
NULL             2062 sapi/cli/php_cli_server.c 	zfd.opened_path = NULL;
NULL             2099 sapi/cli/php_cli_server.c 			SG(server_context) = NULL;
NULL             2133 sapi/cli/php_cli_server.c 			SG(rfc1867_uploaded_files) = NULL;
NULL             2138 sapi/cli/php_cli_server.c 		SG(server_context) = NULL;
NULL             2142 sapi/cli/php_cli_server.c 	SG(server_context) = NULL;
NULL             2152 sapi/cli/php_cli_server.c 	zend_hash_init(&server->extension_mime_types, 0, NULL, NULL, 1);
NULL             2197 sapi/cli/php_cli_server.c 	char *host = NULL;
NULL             2198 sapi/cli/php_cli_server.c 	zend_string *errstr = NULL;
NULL             2199 sapi/cli/php_cli_server.c 	char *_document_root = NULL;
NULL             2200 sapi/cli/php_cli_server.c 	char *_router = NULL;
NULL             2204 sapi/cli/php_cli_server.c 	char *p = NULL;
NULL             2217 sapi/cli/php_cli_server.c 					p = NULL;
NULL             2220 sapi/cli/php_cli_server.c 				p = NULL;
NULL             2233 sapi/cli/php_cli_server.c 				p = NULL;
NULL             2264 sapi/cli/php_cli_server.c 	zend_hash_init(&server->clients, 0, NULL, php_cli_server_client_dtor_wrapper, 1);
NULL             2287 sapi/cli/php_cli_server.c 		server->router = NULL;
NULL             2317 sapi/cli/php_cli_server.c 	char *errstr = NULL;
NULL             2377 sapi/cli/php_cli_server.c 		php_cli_server_client *client = NULL;
NULL             2387 sapi/cli/php_cli_server.c 			errstr = php_socket_strerror(php_socket_errno(), NULL, 0);
NULL             2411 sapi/cli/php_cli_server.c 		if (NULL != (client = zend_hash_index_find_ptr(&server->clients, fd))) {
NULL             2449 sapi/cli/php_cli_server.c 				char *errstr = php_socket_strerror(err, NULL, 0);
NULL             2471 sapi/cli/php_cli_server.c 	char *php_optarg = NULL;
NULL             2474 sapi/cli/php_cli_server.c 	const char *server_bind_address = NULL;
NULL             2476 sapi/cli/php_cli_server.c 	const char *document_root = NULL;
NULL             2477 sapi/cli/php_cli_server.c 	const char *router = NULL;
NULL             2506 sapi/cli/php_cli_server.c 		char *ret = NULL;
NULL               64 sapi/cli/php_http_parser.c   FOR##_mark = NULL;                                                 \
NULL              156 sapi/cli/ps_title.c         char* end_of_area = NULL;
NULL              173 sapi/cli/ps_title.c         for (i = 0; (non_contiguous_area == 0) && (environ[i] != NULL); i++)
NULL              193 sapi/cli/ps_title.c         for (i = 0; environ[i] != NULL; i++)
NULL              199 sapi/cli/ps_title.c         new_environ[i] = NULL;
NULL              230 sapi/cli/ps_title.c         new_argv[argc] = NULL;
NULL              256 sapi/cli/ps_title.c     save_argv[1] = NULL;
NULL              267 sapi/cli/ps_title.c     save_argv = NULL;
NULL              269 sapi/cli/ps_title.c     ps_buffer = NULL;
NULL              372 sapi/cli/ps_title.c     	MySetConsoleTitle set_title = NULL;
NULL              408 sapi/cli/ps_title.c     	MyGetConsoleTitle get_title = NULL;
NULL              443 sapi/cli/ps_title.c         save_argv = NULL;
NULL              449 sapi/cli/ps_title.c             for (i = 0; frozen_environ[i] != NULL; i++)
NULL              462 sapi/cli/ps_title.c             for (i=0; argv[i] != NULL; i++)
NULL               42 sapi/embed/php_embed.c 	return NULL;
NULL              109 sapi/embed/php_embed.c 	if (php_module_startup(sapi_module, NULL, 0)==FAILURE) {
NULL              122 sapi/embed/php_embed.c 	NULL,                          /* activate */
NULL              127 sapi/embed/php_embed.c 	NULL,                          /* get uid */
NULL              128 sapi/embed/php_embed.c 	NULL,                          /* getenv */
NULL              132 sapi/embed/php_embed.c 	NULL,                          /* header handler */
NULL              133 sapi/embed/php_embed.c 	NULL,                          /* send headers handler */
NULL              136 sapi/embed/php_embed.c 	NULL,                          /* read POST data */
NULL              141 sapi/embed/php_embed.c 	NULL,							/* Get request time */
NULL              142 sapi/embed/php_embed.c 	NULL,							/* Child terminate */
NULL              156 sapi/embed/php_embed.c 	{NULL, NULL, NULL}
NULL              175 sapi/embed/php_embed.c   tsrm_startup(1, 1, 0, NULL);
NULL              206 sapi/embed/php_embed.c   zend_llist_init(&global_vars, sizeof(char *), NULL, 0);
NULL              220 sapi/embed/php_embed.c   php_register_variable("PHP_SELF", "-", NULL);
NULL              235 sapi/embed/php_embed.c 		php_embed_module.ini_entries = NULL;
NULL               52 sapi/fpm/fpm/events/devpoll.c static struct pollfd *pollfds = NULL;
NULL               53 sapi/fpm/fpm/events/devpoll.c static struct pollfd *active_pollfds = NULL;
NULL               63 sapi/fpm/fpm/events/devpoll.c 	return NULL;
NULL              131 sapi/fpm/fpm/events/devpoll.c 		pollfds = NULL;
NULL              137 sapi/fpm/fpm/events/devpoll.c 		active_pollfds = NULL;
NULL               47 sapi/fpm/fpm/events/epoll.c static struct epoll_event *epollfds = NULL;
NULL               58 sapi/fpm/fpm/events/epoll.c 	return NULL;
NULL              104 sapi/fpm/fpm/events/epoll.c 		epollfds = NULL;
NULL               50 sapi/fpm/fpm/events/kqueue.c static struct kevent *kevents = NULL;
NULL               64 sapi/fpm/fpm/events/kqueue.c 	return NULL;
NULL              107 sapi/fpm/fpm/events/kqueue.c 		kevents = NULL;
NULL              132 sapi/fpm/fpm/events/kqueue.c 	ret = kevent(kfd, NULL, 0, kevents, nkevents, &t);
NULL              172 sapi/fpm/fpm/events/kqueue.c 	if (kevent(kfd, &k, 1, NULL, 0, NULL) < 0) {
NULL              197 sapi/fpm/fpm/events/kqueue.c 	if (kevent(kfd, &k, 1, NULL, 0, NULL) < 0) {
NULL               48 sapi/fpm/fpm/events/poll.c static struct pollfd *pollfds = NULL;
NULL               49 sapi/fpm/fpm/events/poll.c static struct pollfd *active_pollfds = NULL;
NULL               62 sapi/fpm/fpm/events/poll.c 	return NULL;
NULL              116 sapi/fpm/fpm/events/poll.c 		pollfds = NULL;
NULL              122 sapi/fpm/fpm/events/poll.c 		active_pollfds = NULL;
NULL               48 sapi/fpm/fpm/events/port.c port_event_t *events = NULL;
NULL               59 sapi/fpm/fpm/events/port.c 	return NULL;
NULL              106 sapi/fpm/fpm/events/port.c 		events = NULL;
NULL               47 sapi/fpm/fpm/events/select.c 	.clean = NULL,
NULL               65 sapi/fpm/fpm/events/select.c 	return NULL;
NULL              101 sapi/fpm/fpm/events/select.c 	ret = select(FD_SETSIZE, &current_fds, NULL, NULL, &t);
NULL               29 sapi/fpm/fpm/fpm.c 	.argv = NULL,
NULL               30 sapi/fpm/fpm/fpm.c 	.config = NULL,
NULL               31 sapi/fpm/fpm/fpm.c 	.prefix = NULL,
NULL               32 sapi/fpm/fpm/fpm.c 	.pid = NULL,
NULL              209 sapi/fpm/fpm/fpm_children.c 			if (signame == NULL) {
NULL               85 sapi/fpm/fpm/fpm_conf.c static struct fpm_worker_pool_s *current_wp = NULL;
NULL               87 sapi/fpm/fpm/fpm_conf.c static char *ini_filename = NULL;
NULL               89 sapi/fpm/fpm/fpm_conf.c static char *ini_include = NULL;
NULL              220 sapi/fpm/fpm/fpm_conf.c 	return NULL;
NULL              245 sapi/fpm/fpm/fpm_conf.c 	return NULL;
NULL              262 sapi/fpm/fpm/fpm_conf.c 	return NULL;
NULL              279 sapi/fpm/fpm/fpm_conf.c 	return NULL;
NULL              320 sapi/fpm/fpm/fpm_conf.c 	return NULL;
NULL              344 sapi/fpm/fpm/fpm_conf.c 	return NULL;
NULL              357 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              364 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              371 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              378 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              385 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              392 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              399 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              406 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              413 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              420 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              427 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              434 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              441 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              448 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              455 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              462 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              469 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              476 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              483 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              490 sapi/fpm/fpm/fpm_conf.c 		return NULL;
NULL              524 sapi/fpm/fpm/fpm_conf.c 	return NULL;
NULL              541 sapi/fpm/fpm/fpm_conf.c 	return NULL;
NULL              591 sapi/fpm/fpm/fpm_conf.c 	return NULL;
NULL              687 sapi/fpm/fpm/fpm_conf.c 	char *prefix = NULL;
NULL              699 sapi/fpm/fpm/fpm_conf.c 	if (prefix == NULL) {
NULL              704 sapi/fpm/fpm/fpm_conf.c 	if (prefix == NULL) {
NULL              711 sapi/fpm/fpm/fpm_conf.c 		if (tmp != NULL) {
NULL              724 sapi/fpm/fpm/fpm_conf.c 				*path = NULL;
NULL              738 sapi/fpm/fpm/fpm_conf.c 	if (**path != '/' && wp != NULL && wp->config) {
NULL              739 sapi/fpm/fpm/fpm_conf.c 		return fpm_evaluate_full_path(path, NULL, default_prefix, expand);
NULL              758 sapi/fpm/fpm/fpm_conf.c 			fpm_evaluate_full_path(&wp->config->prefix, NULL, NULL, 0);
NULL              777 sapi/fpm/fpm/fpm_conf.c 				fpm_evaluate_full_path(&wp->config->listen_address, wp, NULL, 0);
NULL              914 sapi/fpm/fpm/fpm_conf.c 				wp->config->ping_response = NULL;
NULL              920 sapi/fpm/fpm/fpm_conf.c 			fpm_evaluate_full_path(&wp->config->access_log, wp, NULL, 0);
NULL              932 sapi/fpm/fpm/fpm_conf.c 			fpm_evaluate_full_path(&wp->config->slowlog, wp, NULL, 0);
NULL              976 sapi/fpm/fpm/fpm_conf.c 			fpm_evaluate_full_path(&wp->config->chroot, wp, NULL, 1);
NULL              992 sapi/fpm/fpm/fpm_conf.c 			fpm_evaluate_full_path(&wp->config->chdir, wp, NULL, 0);
NULL             1038 sapi/fpm/fpm/fpm_conf.c 				limit_extensions = NULL;
NULL             1060 sapi/fpm/fpm/fpm_conf.c 					limit_extensions = NULL;
NULL             1065 sapi/fpm/fpm/fpm_conf.c 				wp->limit_extensions[nb_ext] = NULL;
NULL             1079 sapi/fpm/fpm/fpm_conf.c 						fpm_evaluate_full_path(&kv->value, wp, NULL, 0);
NULL             1089 sapi/fpm/fpm/fpm_conf.c 						fpm_evaluate_full_path(&kv->value, wp, NULL, 0);
NULL             1159 sapi/fpm/fpm/fpm_conf.c 		fpm_evaluate_full_path(&fpm_global_config.pid_file, NULL, PHP_LOCALSTATEDIR, 0);
NULL             1202 sapi/fpm/fpm/fpm_conf.c 		fpm_evaluate_full_path(&fpm_global_config.error_log, NULL, PHP_LOCALSTATEDIR, 0);
NULL             1266 sapi/fpm/fpm/fpm_conf.c 		if ((i = glob(inc, GLOB_ERR | GLOB_MARK, NULL, &g)) != 0) {
NULL             1314 sapi/fpm/fpm/fpm_conf.c 		current_wp = NULL;
NULL             1347 sapi/fpm/fpm/fpm_conf.c 	void *config = NULL;
NULL             1404 sapi/fpm/fpm/fpm_conf.c 	char *err = NULL;
NULL             1486 sapi/fpm/fpm/fpm_conf.c 	char *buf = NULL, *newbuf = NULL;
NULL             1520 sapi/fpm/fpm/fpm_conf.c 				if (newbuf == NULL) {
NULL             1548 sapi/fpm/fpm/fpm_conf.c 			ini_include = NULL;
NULL             1549 sapi/fpm/fpm/fpm_conf.c 			fpm_evaluate_full_path(&tmp, NULL, NULL, 0);
NULL             1678 sapi/fpm/fpm/fpm_conf.c 	if (fpm_globals.config == NULL) {
NULL             1681 sapi/fpm/fpm/fpm_conf.c 		if (fpm_globals.prefix == NULL) {
NULL               19 sapi/fpm/fpm/fpm_env.c static char **fpm_env_argv = NULL;
NULL               90 sapi/fpm/fpm/fpm_env.c 	if(getenv(name) != NULL) {
NULL               94 sapi/fpm/fpm/fpm_env.c 		while(environ[ct] != NULL) {
NULL              100 sapi/fpm/fpm/fpm_env.c 		environ[ct-1] = NULL;
NULL              116 sapi/fpm/fpm/fpm_env.c 	return NULL;
NULL              127 sapi/fpm/fpm/fpm_env.c 	if (fpm_env_argv != NULL && fpm_env_argv_len > strlen(SETPROCTITLE_PREFIX) + 3) {
NULL              131 sapi/fpm/fpm/fpm_env.c 		fpm_env_argv[1] = NULL;
NULL              203 sapi/fpm/fpm/fpm_env.c 	char *first = NULL;
NULL              204 sapi/fpm/fpm/fpm_env.c 	char *last = NULL;
NULL              228 sapi/fpm/fpm/fpm_env.c 		if (first == NULL) {
NULL              231 sapi/fpm/fpm/fpm_env.c 		if (last == NULL || fpm_globals.argv[i] == last + 1) {
NULL              237 sapi/fpm/fpm/fpm_env.c 			if (first == NULL) {
NULL              240 sapi/fpm/fpm/fpm_env.c 			if (last == NULL || environ[i] == last + 1) {
NULL              245 sapi/fpm/fpm/fpm_env.c 	if (first == NULL || last == NULL) {
NULL              251 sapi/fpm/fpm/fpm_env.c 	if (environ != NULL) {
NULL              259 sapi/fpm/fpm/fpm_env.c 		if ((new_environ = malloc((1U + env_nb) * sizeof (char *))) == NULL) {
NULL              262 sapi/fpm/fpm/fpm_env.c 		new_environ[env_nb] = NULL;
NULL               46 sapi/fpm/fpm/fpm_events.c static struct fpm_event_queue_s *fpm_event_queue_timer = NULL;
NULL               47 sapi/fpm/fpm/fpm_events.c static struct fpm_event_queue_s *fpm_event_queue_fd = NULL;
NULL              129 sapi/fpm/fpm/fpm_events.c 		return NULL;
NULL              139 sapi/fpm/fpm/fpm_events.c 	return NULL;
NULL              159 sapi/fpm/fpm/fpm_events.c 	elt->prev = NULL;
NULL              160 sapi/fpm/fpm/fpm_events.c 	elt->next = NULL;
NULL              196 sapi/fpm/fpm/fpm_events.c 					(*queue)->prev = NULL;
NULL              233 sapi/fpm/fpm/fpm_events.c 	*queue = NULL;
NULL              298 sapi/fpm/fpm/fpm_events.c 	return module ? module->name : NULL;
NULL              339 sapi/fpm/fpm/fpm_events.c 	if (0 > fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_event_cleanup, NULL)) {
NULL              355 sapi/fpm/fpm/fpm_events.c 	fpm_event_set(&signal_fd_event, fpm_signals_get_fd(), FPM_EV_READ, &fpm_got_signal, NULL);
NULL              360 sapi/fpm/fpm/fpm_events.c 		fpm_pctl_heartbeat(NULL, 0, NULL);
NULL              364 sapi/fpm/fpm/fpm_events.c 		fpm_pctl_perform_idle_server_maintenance_heartbeat(NULL, 0, NULL);
NULL              370 sapi/fpm/fpm/fpm_events.c 		fpm_systemd_heartbeat(NULL, 0, NULL);
NULL              446 sapi/fpm/fpm/fpm_events.c 								fpm_event_queue_timer->prev = NULL;
NULL               30 sapi/fpm/fpm/fpm_log.c static char *fpm_log_format = NULL;
NULL              126 sapi/fpm/fpm/fpm_log.c 	now_epoch = time(NULL);
NULL              134 sapi/fpm/fpm/fpm_log.c 		proc_p = fpm_scoreboard_proc_acquire(NULL, -1, 0);
NULL              140 sapi/fpm/fpm/fpm_main.c static char *php_optarg = NULL;
NULL              162 sapi/fpm/fpm/fpm_main.c 	{'-', 0, NULL} /* end of args */
NULL              244 sapi/fpm/fpm/fpm_main.c 	zend_hash_init(&sorted_registry, 50, NULL, NULL, 1);
NULL              245 sapi/fpm/fpm/fpm_main.c 	zend_hash_copy(&sorted_registry, &module_registry, NULL);
NULL              271 sapi/fpm/fpm/fpm_main.c 	sorted_exts.dtor = NULL;
NULL              273 sapi/fpm/fpm/fpm_main.c 	zend_llist_apply_with_argument(&sorted_exts, (llist_apply_with_arg_func_t) print_extension_info, NULL);
NULL              532 sapi/fpm/fpm/fpm_main.c 		return NULL;
NULL              564 sapi/fpm/fpm/fpm_main.c 	fcgi_request *request = NULL;
NULL              681 sapi/fpm/fpm/fpm_main.c 		zend_hash_init(entry->user_config, 0, NULL, config_zval_dtor, 1);
NULL              696 sapi/fpm/fpm/fpm_main.c 			real_path = tsrm_realpath(path, NULL);
NULL              697 sapi/fpm/fpm/fpm_main.c 			if (real_path == NULL) {
NULL              725 sapi/fpm/fpm/fpm_main.c 			while ((ptr = strchr(ptr, DEFAULT_SLASH)) != NULL) {
NULL              858 sapi/fpm/fpm/fpm_main.c 	NULL,							/* get uid */
NULL              863 sapi/fpm/fpm/fpm_main.c 	NULL,							/* header handler */
NULL              865 sapi/fpm/fpm/fpm_main.c 	NULL,							/* send header handler */
NULL              872 sapi/fpm/fpm/fpm_main.c 	NULL,							/* Get request time */
NULL              873 sapi/fpm/fpm/fpm_main.c 	NULL,							/* Child terminate */
NULL             1037 sapi/fpm/fpm/fpm_main.c 	SG(request_info).path_translated = NULL;
NULL             1038 sapi/fpm/fpm/fpm_main.c 	SG(request_info).request_method = NULL;
NULL             1040 sapi/fpm/fpm/fpm_main.c 	SG(request_info).query_string = NULL;
NULL             1041 sapi/fpm/fpm/fpm_main.c 	SG(request_info).request_uri = NULL;
NULL             1042 sapi/fpm/fpm/fpm_main.c 	SG(request_info).content_type = NULL;
NULL             1068 sapi/fpm/fpm/fpm_main.c 				env_path_info = NULL;
NULL             1128 sapi/fpm/fpm/fpm_main.c 			char *real_path = NULL;
NULL             1143 sapi/fpm/fpm/fpm_main.c 			if (!apache_was_here && env_path_translated != NULL && env_redirect_url != NULL &&
NULL             1162 sapi/fpm/fpm/fpm_main.c 			script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
NULL             1176 sapi/fpm/fpm/fpm_main.c 				(real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
NULL             1211 sapi/fpm/fpm/fpm_main.c 								path_info = env_path_info ? env_path_info + pilen - slen : NULL;
NULL             1261 sapi/fpm/fpm/fpm_main.c 								char *path_translated = NULL;
NULL             1291 sapi/fpm/fpm/fpm_main.c 								char *path_translated = NULL;
NULL             1309 sapi/fpm/fpm/fpm_main.c 					ptr = NULL;
NULL             1320 sapi/fpm/fpm/fpm_main.c 					script_path_translated = FCGI_PUTENV(request, "SCRIPT_FILENAME", NULL);
NULL             1352 sapi/fpm/fpm/fpm_main.c 						FCGI_PUTENV(request, "PATH_INFO", NULL);
NULL             1356 sapi/fpm/fpm/fpm_main.c 						FCGI_PUTENV(request, "PATH_TRANSLATED", NULL);
NULL             1430 sapi/fpm/fpm/fpm_main.c 	char *value = NULL;
NULL             1458 sapi/fpm/fpm/fpm_main.c 	kv.next = NULL;
NULL             1469 sapi/fpm/fpm/fpm_main.c 	STD_PHP_INI_ENTRY("cgi.redirect_status_env", NULL, PHP_INI_SYSTEM, OnUpdateString, redirect_status_env, php_cgi_globals_struct, php_cgi_globals)
NULL             1473 sapi/fpm/fpm/fpm_main.c 	STD_PHP_INI_ENTRY("fastcgi.error_header",    NULL, PHP_INI_SYSTEM, OnUpdateString, error_header, php_cgi_globals_struct, php_cgi_globals)
NULL             1474 sapi/fpm/fpm/fpm_main.c 	STD_PHP_INI_ENTRY("fpm.config",    NULL, PHP_INI_SYSTEM, OnUpdateString, fpm_config, php_cgi_globals_struct, php_cgi_globals)
NULL             1484 sapi/fpm/fpm/fpm_main.c 	php_cgi_globals->redirect_status_env = NULL;
NULL             1488 sapi/fpm/fpm/fpm_main.c 	zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, user_config_cache_entry_dtor, 1);
NULL             1489 sapi/fpm/fpm/fpm_main.c 	php_cgi_globals->error_header = NULL;
NULL             1490 sapi/fpm/fpm/fpm_main.c 	php_cgi_globals->fpm_config = NULL;
NULL             1499 sapi/fpm/fpm/fpm_main.c 	ts_allocate_id(&php_cgi_globals_id, sizeof(php_cgi_globals_struct), (ts_allocate_ctor) php_cgi_globals_ctor, NULL);
NULL             1551 sapi/fpm/fpm/fpm_main.c 	PHP_FE(fastcgi_finish_request,              NULL)
NULL             1552 sapi/fpm/fpm/fpm_main.c 	{NULL, NULL, NULL}
NULL             1561 sapi/fpm/fpm/fpm_main.c 	NULL,
NULL             1562 sapi/fpm/fpm/fpm_main.c 	NULL,
NULL             1590 sapi/fpm/fpm/fpm_main.c 	char *fpm_config = NULL;
NULL             1591 sapi/fpm/fpm/fpm_main.c 	char *fpm_prefix = NULL;
NULL             1592 sapi/fpm/fpm/fpm_main.c 	char *fpm_pid = NULL;
NULL             1611 sapi/fpm/fpm/fpm_main.c 	tsrm_startup(1, 1, 0, NULL);
NULL             1620 sapi/fpm/fpm/fpm_main.c 	cgi_sapi_module.php_ini_path_override = NULL;
NULL             1752 sapi/fpm/fpm/fpm_main.c 					SG(server_context) = NULL;
NULL             1775 sapi/fpm/fpm/fpm_main.c 			SG(server_context) = NULL;
NULL             1805 sapi/fpm/fpm/fpm_main.c 	SG(request_info).path_translated = NULL;
NULL             1808 sapi/fpm/fpm/fpm_main.c 	cgi_sapi_module.additional_functions = NULL;
NULL             1897 sapi/fpm/fpm/fpm_main.c 			char *primary_script = NULL;
NULL             1908 sapi/fpm/fpm/fpm_main.c 				SG(server_context) = NULL;
NULL             1991 sapi/fpm/fpm/fpm_main.c 			fpm_log_write(NULL);
NULL             1994 sapi/fpm/fpm/fpm_main.c 			SG(request_info).path_translated = NULL;
NULL             2020 sapi/fpm/fpm/fpm_main.c 	SG(server_context) = NULL;
NULL               24 sapi/fpm/fpm/fpm_php.c static char **limit_extensions = NULL;
NULL               31 sapi/fpm/fpm/fpm_php.c 	if ((ini_entry = zend_hash_str_find_ptr(EG(ini_directives), name, name_length)) == NULL) {
NULL              264 sapi/fpm/fpm/fpm_php.c 		return NULL;
NULL              274 sapi/fpm/fpm/fpm_php.c 		return NULL;
NULL              283 sapi/fpm/fpm/fpm_php.c 	return NULL;
NULL               31 sapi/fpm/fpm/fpm_php.h 		NULL \
NULL               62 sapi/fpm/fpm/fpm_process_ctl.c 	fpm_event_set_timer(&pctl_event, 0, &fpm_pctl_action, NULL);
NULL              316 sapi/fpm/fpm/fpm_process_ctl.c 		struct fpm_child_s *last_idle_child = NULL;
NULL              322 sapi/fpm/fpm/fpm_process_ctl.c 		if (wp->config == NULL) continue;
NULL              326 sapi/fpm/fpm/fpm_process_ctl.c 				if (last_idle_child == NULL) {
NULL              341 sapi/fpm/fpm/fpm_process_ctl.c 			if (0 > fpm_socket_get_listening_queue(wp->listening_socket, &cur_lq, NULL)) {
NULL              461 sapi/fpm/fpm/fpm_process_ctl.c 	fpm_event_set_timer(&heartbeat, FPM_EV_PERSIST, &fpm_pctl_heartbeat, NULL);
NULL              491 sapi/fpm/fpm/fpm_process_ctl.c 	fpm_event_set_timer(&heartbeat, FPM_EV_PERSIST, &fpm_pctl_perform_idle_server_maintenance_heartbeat, NULL);
NULL               46 sapi/fpm/fpm/fpm_request.c 	proc = fpm_scoreboard_proc_acquire(NULL, -1, 0);
NULL               47 sapi/fpm/fpm/fpm_request.c 	if (proc == NULL) {
NULL               57 sapi/fpm/fpm/fpm_request.c 	fpm_scoreboard_update(1, -1, 0, 0, 0, 0, 0, FPM_SCOREBOARD_ACTION_INC, NULL);
NULL               72 sapi/fpm/fpm/fpm_request.c 	now_epoch = time(NULL);
NULL               77 sapi/fpm/fpm/fpm_request.c 	proc = fpm_scoreboard_proc_acquire(NULL, -1, 0);
NULL               78 sapi/fpm/fpm/fpm_request.c 	if (proc == NULL) {
NULL              100 sapi/fpm/fpm/fpm_request.c 	fpm_scoreboard_update(-1, 1, 0, 0, 1, 0, 0, FPM_SCOREBOARD_ACTION_INC, NULL);
NULL              117 sapi/fpm/fpm/fpm_request.c 	proc = fpm_scoreboard_proc_acquire(NULL, -1, 0);
NULL              118 sapi/fpm/fpm/fpm_request.c 	if (proc == NULL) {
NULL              161 sapi/fpm/fpm/fpm_request.c 	proc = fpm_scoreboard_proc_acquire(NULL, -1, 0);
NULL              162 sapi/fpm/fpm/fpm_request.c 	if (proc == NULL) {
NULL              187 sapi/fpm/fpm/fpm_request.c 	proc = fpm_scoreboard_proc_acquire(NULL, -1, 0);
NULL              188 sapi/fpm/fpm/fpm_request.c 	if (proc == NULL) {
NULL              214 sapi/fpm/fpm/fpm_request.c 	proc = fpm_scoreboard_proc_acquire(NULL, -1, 0);
NULL              215 sapi/fpm/fpm/fpm_request.c 	if (proc == NULL) {
NULL               18 sapi/fpm/fpm/fpm_scoreboard.c static struct fpm_scoreboard_s *fpm_scoreboard = NULL;
NULL               69 sapi/fpm/fpm/fpm_scoreboard.c 		wp->scoreboard->start_epoch = time(NULL);
NULL              169 sapi/fpm/fpm/fpm_scoreboard.c 		return NULL;
NULL              177 sapi/fpm/fpm/fpm_scoreboard.c 		return NULL;
NULL              190 sapi/fpm/fpm/fpm_scoreboard.c 		return NULL;
NULL              194 sapi/fpm/fpm/fpm_scoreboard.c 		return NULL;
NULL              214 sapi/fpm/fpm/fpm_scoreboard.c 		return NULL;
NULL              218 sapi/fpm/fpm/fpm_scoreboard.c 		return NULL;
NULL              263 sapi/fpm/fpm/fpm_scoreboard.c 	proc->start_epoch = time(NULL);
NULL               29 sapi/fpm/fpm/fpm_shm.c 		return NULL;
NULL               35 sapi/fpm/fpm/fpm_shm.c 		return NULL;
NULL              100 sapi/fpm/fpm/fpm_sockets.c 	if (key == NULL) {
NULL              254 sapi/fpm/fpm/fpm_sockets.c 	char *addr = NULL;
NULL              294 sapi/fpm/fpm/fpm_sockets.c 	for (p = servinfo; p != NULL; p = p->ai_next) {
NULL              379 sapi/fpm/fpm/fpm_sockets.c 	if (wp->listen_address_domain == FPM_AF_INET && fpm_socket_get_listening_queue(wp->listening_socket, NULL, &lq_len) >= 0) {
NULL               20 sapi/fpm/fpm/fpm_status.c static char *fpm_status_uri = NULL;
NULL               21 sapi/fpm/fpm/fpm_status.c static char *fpm_status_ping_uri = NULL;
NULL               22 sapi/fpm/fpm/fpm_status.c static char *fpm_status_ping_response = NULL;
NULL              131 sapi/fpm/fpm/fpm_status.c 		full = (fpm_php_get_string_from_table(_GET_str, "full") != NULL);
NULL              132 sapi/fpm/fpm/fpm_status.c 		short_syntax = short_post = NULL;
NULL              133 sapi/fpm/fpm/fpm_status.c 		full_separator = full_pre = full_syntax = full_post = NULL;
NULL              360 sapi/fpm/fpm/fpm_status.c 		now_epoch = time(NULL);
NULL              418 sapi/fpm/fpm/fpm_status.c 				query_string = NULL;
NULL              419 sapi/fpm/fpm/fpm_status.c 				tmp_query_string = NULL;
NULL              424 sapi/fpm/fpm/fpm_status.c 						tmp_query_string = php_escape_html_entities_ex((unsigned char *)proc.query_string, strlen(proc.query_string), 1, ENT_HTML_IGNORE_ERRORS & ENT_COMPAT, NULL, 1);
NULL               73 sapi/fpm/fpm/fpm_systemd.c 		fpm_event_set_timer(&heartbeat, FPM_EV_PERSIST, &fpm_systemd_heartbeat, NULL);
NULL               46 sapi/fpm/fpm/fpm_unix.c 	wp->socket_acl  = NULL;
NULL              414 sapi/fpm/fpm/fpm_unix.c 		if (aa_getcon(&con, NULL) == -1) {
NULL              521 sapi/fpm/fpm/fpm_unix.c 				ret = select(fpm_globals.send_config_pipe[0] + 1, &rfds, NULL, NULL, &tv);
NULL               51 sapi/fpm/fpm/fpm_worker_pool.c 	fpm_worker_all_pools = NULL;
NULL               25 sapi/fpm/fpm/zlog.c static void (*external_logger)(int, char *, size_t) = NULL;
NULL               77 sapi/litespeed/lsapi_main.c static char * argv0 = NULL;
NULL               93 sapi/litespeed/lsapi_main.c     if (php_module_startup(sapi_module, NULL, 0)==FAILURE) {
NULL              176 sapi/litespeed/lsapi_main.c         SG(request_info).path_translated = NULL;
NULL              287 sapi/litespeed/lsapi_main.c 	for (env = environ; env != NULL && *env != NULL; env++) {
NULL              301 sapi/litespeed/lsapi_main.c 	if (t != buf && t != NULL) {
NULL              356 sapi/litespeed/lsapi_main.c         return NULL;
NULL              426 sapi/litespeed/lsapi_main.c     NULL,                           /* activate */
NULL              431 sapi/litespeed/lsapi_main.c     NULL,                           /* get uid */
NULL              436 sapi/litespeed/lsapi_main.c     NULL,                           /* header handler */
NULL              438 sapi/litespeed/lsapi_main.c     NULL,                           /* send header handler */
NULL              446 sapi/litespeed/lsapi_main.c     NULL,                           /* php.ini path override */
NULL              447 sapi/litespeed/lsapi_main.c     NULL,                           /* block interruptions */
NULL              448 sapi/litespeed/lsapi_main.c     NULL,                           /* unblock interruptions */
NULL              449 sapi/litespeed/lsapi_main.c     NULL,                           /* default post reader */
NULL              450 sapi/litespeed/lsapi_main.c     NULL,                           /* treat data */
NULL              451 sapi/litespeed/lsapi_main.c     NULL,                           /* executable location */
NULL              528 sapi/litespeed/lsapi_main.c     file_handle->opened_path = NULL;
NULL              543 sapi/litespeed/lsapi_main.c     file_handle->opened_path = NULL;
NULL              576 sapi/litespeed/lsapi_main.c         php_request_shutdown(NULL);
NULL              625 sapi/litespeed/lsapi_main.c     LSAPI_ForeachSpecialEnv( alter_ini, NULL );
NULL              749 sapi/litespeed/lsapi_main.c         NULL
NULL              777 sapi/litespeed/lsapi_main.c         EG(uninitialized_zval_ptr) = NULL;
NULL              807 sapi/litespeed/lsapi_main.c                     php_request_shutdown( NULL );
NULL              823 sapi/litespeed/lsapi_main.c                     php_request_shutdown( NULL );
NULL              871 sapi/litespeed/lsapi_main.c                             file_handle.opened_path = NULL;
NULL              882 sapi/litespeed/lsapi_main.c                             file_handle.opened_path = NULL;
NULL              888 sapi/litespeed/lsapi_main.c                         php_request_shutdown( NULL );
NULL              993 sapi/litespeed/lsapi_main.c     char * php_ini_path = NULL;
NULL              994 sapi/litespeed/lsapi_main.c     char * php_bind     = NULL;
NULL             1009 sapi/litespeed/lsapi_main.c     tsrm_startup(1, 1, 0, NULL);
NULL             1037 sapi/litespeed/lsapi_main.c     SG(request_info).path_translated = NULL;
NULL             1078 sapi/litespeed/lsapi_main.c     LSAPI_Init_Env_Parameters( NULL );
NULL             1086 sapi/litespeed/lsapi_main.c         php_bind = NULL;
NULL             1091 sapi/litespeed/lsapi_main.c             gettimeofday( &tv_req_begin, NULL );
NULL             1095 sapi/litespeed/lsapi_main.c             gettimeofday( &tv_req_end, NULL );
NULL             1142 sapi/litespeed/lsapi_main.c     {NULL, NULL, NULL}
NULL             1164 sapi/litespeed/lsapi_main.c     NULL,
NULL             1165 sapi/litespeed/lsapi_main.c     NULL,
NULL             1166 sapi/litespeed/lsapi_main.c     NULL,
NULL             1245 sapi/litespeed/lsapi_main.c         "mod_rewrite", "mod_mime", "mod_headers", "mod_expires", "mod_auth_basic", NULL
NULL              204 sapi/litespeed/lsapilib.c     sigaction(signo, NULL, &sa);
NULL              211 sapi/litespeed/lsapilib.c         sigaction(signo, &sa, NULL);
NULL              228 sapi/litespeed/lsapilib.c         if (sysctl(mib, 2, NULL, 0, &s_enable_core_dump, len) == -1)
NULL              608 sapi/litespeed/lsapilib.c static struct liblve * s_lve = NULL;
NULL              611 sapi/litespeed/lsapilib.c static int (*fp_lve_is_available)(void) = NULL;
NULL              612 sapi/litespeed/lsapilib.c static int (*fp_lve_instance_init)(struct liblve *) = NULL;
NULL              613 sapi/litespeed/lsapilib.c static int (*fp_lve_destroy)(struct liblve *) = NULL;
NULL              614 sapi/litespeed/lsapilib.c static int (*fp_lve_enter)(struct liblve *, uint32_t, int32_t, int32_t, uint32_t *) = NULL;
NULL              615 sapi/litespeed/lsapilib.c static int (*fp_lve_leave)(struct liblve *, uint32_t *) = NULL;
NULL              616 sapi/litespeed/lsapilib.c static int (*fp_lve_jail)( struct passwd *, char *) = NULL;
NULL              623 sapi/litespeed/lsapilib.c         if (dlerror() == NULL)
NULL              657 sapi/litespeed/lsapilib.c     if ( s_lve == NULL )
NULL              659 sapi/litespeed/lsapilib.c         rc = (*fp_lve_instance_init)(NULL);
NULL              667 sapi/litespeed/lsapilib.c         s_lve = NULL;
NULL              744 sapi/litespeed/lsapilib.c         NULL
NULL              770 sapi/litespeed/lsapilib.c             LSAPI_perror_r(pReq, "LSAPI: lve_enter() failure, reached resource limit.", NULL );
NULL              790 sapi/litespeed/lsapilib.c         LSAPI_perror_r( pReq, "LSAPI: jail() failure.", NULL );
NULL              802 sapi/litespeed/lsapilib.c     if ( (pEnv = getenv( "LSAPI_LVE_ENABLE" ))!= NULL )
NULL              805 sapi/litespeed/lsapilib.c         pEnv = NULL;
NULL              807 sapi/litespeed/lsapilib.c     else if ( (pEnv = getenv( "LVE_ENABLE" ))!= NULL )
NULL              810 sapi/litespeed/lsapilib.c         pEnv = NULL;
NULL              864 sapi/litespeed/lsapilib.c         LSAPI_perror_r(pReq, "LSAPI: setgid()", NULL);
NULL              872 sapi/litespeed/lsapilib.c             LSAPI_perror_r(pReq, "LSAPI: initgroups()", NULL);
NULL              881 sapi/litespeed/lsapilib.c             LSAPI_perror_r(pReq, "LSAPI: setgroups()", NULL);
NULL              889 sapi/litespeed/lsapilib.c             LSAPI_perror_r(pReq, "LSAPI: chroot()", NULL);
NULL              896 sapi/litespeed/lsapilib.c         LSAPI_perror_r(pReq, "LSAPI: setuid()", NULL);
NULL              929 sapi/litespeed/lsapilib.c     const char * pChroot = NULL;
NULL              960 sapi/litespeed/lsapilib.c                 pEnv = NULL;
NULL             1003 sapi/litespeed/lsapilib.c         pReq->m_reqBodyLen = strtoll( pContentLen, NULL, 10 );
NULL             1155 sapi/litespeed/lsapilib.c     gettimeofday( &tv, NULL );
NULL             1444 sapi/litespeed/lsapilib.c         return NULL;
NULL             1447 sapi/litespeed/lsapilib.c         return NULL;
NULL             1680 sapi/litespeed/lsapilib.c     ret = sendfile( fdIn, fdOut, *off, size, NULL, &written, 0 );
NULL             1695 sapi/litespeed/lsapilib.c     ret = sendfile( fdIn, fdOut, *off, &len, NULL, 0 );
NULL             1736 sapi/litespeed/lsapilib.c     return sendfile( fdOut, fdIn, off, size, NULL, 0 );
NULL             1943 sapi/litespeed/lsapilib.c     return NULL;
NULL             1952 sapi/litespeed/lsapilib.c         return NULL;
NULL             1963 sapi/litespeed/lsapilib.c     return NULL;
NULL             2424 sapi/litespeed/lsapilib.c         if ( getaddrinfo(p, NULL, &hints, &res) )
NULL             2471 sapi/litespeed/lsapilib.c static lsapi_child_status * s_pChildStatus = NULL;
NULL             2491 sapi/litespeed/lsapilib.c static lsapi_prefork_server * g_prefork_server = NULL;
NULL             2509 sapi/litespeed/lsapilib.c     if ( fp != NULL )
NULL             2587 sapi/litespeed/lsapilib.c     return NULL;
NULL             2635 sapi/litespeed/lsapilib.c     pBuf =( char*) mmap( NULL, size, PROT_READ | PROT_WRITE,
NULL             2755 sapi/litespeed/lsapilib.c         lsapi_check_child_status(time(NULL));
NULL             2808 sapi/litespeed/lsapilib.c         curTime = time( NULL );
NULL             2839 sapi/litespeed/lsapilib.c         if ((ret = (*g_fnSelect)(pServer->m_fd+1, &readfds, NULL, NULL, &timeout)) == 1 )
NULL             2883 sapi/litespeed/lsapilib.c                 if (sigprocmask(SIG_SETMASK, &orig_mask, NULL) < 0)
NULL             2885 sapi/litespeed/lsapilib.c                 g_prefork_server = NULL;
NULL             2925 sapi/litespeed/lsapilib.c             if (sigprocmask(SIG_SETMASK, &orig_mask, NULL) < 0)
NULL             2971 sapi/litespeed/lsapilib.c         s_pChildStatus->m_tmWaitBegin = time( NULL );
NULL             2998 sapi/litespeed/lsapilib.c             ret = (*g_fnSelect)(fd+1, &readfds, NULL, NULL, &timeout);
NULL             3059 sapi/litespeed/lsapilib.c                 s_pChildStatus->m_tmReqBegin = s_pChildStatus->m_tmLastCheckPoint = time(NULL);
NULL             3138 sapi/litespeed/lsapilib.c     while( env != NULL && *env != NULL )
NULL              217 sapi/litespeed/lsapilib.h         return NULL;
NULL              225 sapi/litespeed/lsapilib.h     return NULL;
NULL              233 sapi/litespeed/lsapilib.h     return NULL;
NULL              241 sapi/litespeed/lsapilib.h     return NULL;
NULL              249 sapi/litespeed/lsapilib.h     return NULL;
NULL               81 sapi/phpdbg/phpdbg.c 	pg->prompt[0] = NULL;
NULL               82 sapi/phpdbg/phpdbg.c 	pg->prompt[1] = NULL;
NULL               84 sapi/phpdbg/phpdbg.c 	pg->colors[0] = NULL;
NULL               85 sapi/phpdbg/phpdbg.c 	pg->colors[1] = NULL;
NULL               86 sapi/phpdbg/phpdbg.c 	pg->colors[2] = NULL;
NULL               89 sapi/phpdbg/phpdbg.c 	pg->exec = NULL;
NULL               91 sapi/phpdbg/phpdbg.c 	pg->buffer = NULL;
NULL               93 sapi/phpdbg/phpdbg.c 	pg->ops = NULL;
NULL               98 sapi/phpdbg/phpdbg.c 	pg->oplog = NULL;
NULL              101 sapi/phpdbg/phpdbg.c 	pg->sapi_name_ptr = NULL;
NULL              111 sapi/phpdbg/phpdbg.c 	pg->sigsafe_mem.mem = NULL;
NULL              112 sapi/phpdbg/phpdbg.c 	pg->sigsegv_bailout = NULL;
NULL              114 sapi/phpdbg/phpdbg.c 	pg->oplog_list = NULL;
NULL              126 sapi/phpdbg/phpdbg.c 	ZEND_INIT_MODULE_GLOBALS(phpdbg, php_phpdbg_globals_ctor, NULL);
NULL              195 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], 8, NULL, php_phpdbg_destroy_bp_file, 0);
NULL              196 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING], 8, NULL, php_phpdbg_destroy_bp_file, 0);
NULL              197 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], 8, NULL, php_phpdbg_destroy_bp_symbol, 0);
NULL              198 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0);
NULL              199 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0);
NULL              200 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0);
NULL              201 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], 8, NULL, php_phpdbg_destroy_bp_opline, 0);
NULL              202 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], 8, NULL, php_phpdbg_destroy_bp_opcode, 0);
NULL              203 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], 8, NULL, php_phpdbg_destroy_bp_methods, 0);
NULL              204 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], 8, NULL, php_phpdbg_destroy_bp_condition, 0);
NULL              205 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], 8, NULL, NULL, 0);
NULL              207 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(seek), 8, NULL, NULL, 0);
NULL              208 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(registered), 8, NULL, php_phpdbg_destroy_registered, 0);
NULL              234 sapi/phpdbg/phpdbg.c 		PHPDBG_G(buffer) = NULL;
NULL              239 sapi/phpdbg/phpdbg.c 		PHPDBG_G(exec) = NULL;
NULL              244 sapi/phpdbg/phpdbg.c 		PHPDBG_G(oplog) = NULL;
NULL              250 sapi/phpdbg/phpdbg.c 		PHPDBG_G(ops) = NULL;
NULL              259 sapi/phpdbg/phpdbg.c 		} while (cur != NULL);
NULL              262 sapi/phpdbg/phpdbg.c 		PHPDBG_G(oplog_list) = NULL;
NULL              345 sapi/phpdbg/phpdbg.c 	char *class = NULL, *method = NULL;
NULL              358 sapi/phpdbg/phpdbg.c 	char    *function = NULL;
NULL              408 sapi/phpdbg/phpdbg.c 	char *prompt = NULL;
NULL              433 sapi/phpdbg/phpdbg.c 		PHPDBG_G(oplog_cur)->next = NULL;
NULL              453 sapi/phpdbg/phpdbg.c 	  || op_array->function_name == NULL || (end - 1)->extended_value == -1))) {
NULL              493 sapi/phpdbg/phpdbg.c 	HashTable *options = NULL;
NULL              525 sapi/phpdbg/phpdbg.c 			zend_hash_init(files, 0, NULL, NULL, 0);
NULL              594 sapi/phpdbg/phpdbg.c 	HashTable *options = NULL;
NULL              627 sapi/phpdbg/phpdbg.c 		zend_string *last_file = NULL;
NULL              630 sapi/phpdbg/phpdbg.c 		zend_class_entry *last_scope = NULL;
NULL              645 sapi/phpdbg/phpdbg.c 				if (cur->function_name == NULL) {
NULL              646 sapi/phpdbg/phpdbg.c 					if (last_function != NULL) {
NULL              649 sapi/phpdbg/phpdbg.c 					last_function = NULL;
NULL              654 sapi/phpdbg/phpdbg.c 					if (last_scope == NULL) {
NULL              679 sapi/phpdbg/phpdbg.c 		} while (cur != NULL);
NULL              746 sapi/phpdbg/phpdbg.c 	{NULL,NULL,NULL}
NULL              755 sapi/phpdbg/phpdbg.c 	NULL,
NULL              758 sapi/phpdbg/phpdbg.c 	NULL,
NULL              776 sapi/phpdbg/phpdbg.c 	return NULL;
NULL              853 sapi/phpdbg/phpdbg.c 		SG(request_info).argv0 = NULL;
NULL              944 sapi/phpdbg/phpdbg.c 	php_stream_context *sc_in=NULL, *sc_out=NULL, *sc_err=NULL;
NULL              947 sapi/phpdbg/phpdbg.c 	s_in  = php_stream_open_wrapper_ex("php://stdin",  "rb", 0, NULL, sc_in);
NULL              948 sapi/phpdbg/phpdbg.c 	s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out);
NULL              949 sapi/phpdbg/phpdbg.c 	s_err = php_stream_open_wrapper_ex("php://stderr", "wb", 0, NULL, sc_err);
NULL              951 sapi/phpdbg/phpdbg.c 	if (s_in==NULL || s_out==NULL || s_err==NULL) {
NULL              997 sapi/phpdbg/phpdbg.c 	NULL,                           /* activate */
NULL             1002 sapi/phpdbg/phpdbg.c 	NULL,                           /* get uid */
NULL             1003 sapi/phpdbg/phpdbg.c 	NULL,                           /* getenv */
NULL             1011 sapi/phpdbg/phpdbg.c 	NULL,                           /* read POST data */
NULL             1016 sapi/phpdbg/phpdbg.c 	NULL,                           /* Get request time */
NULL             1017 sapi/phpdbg/phpdbg.c 	NULL,                           /* Child terminate */
NULL             1046 sapi/phpdbg/phpdbg.c 	{'-', 0, NULL}
NULL             1082 sapi/phpdbg/phpdbg.c 			phpdbg_notice(NULL, NULL, "Clean Execution Environment");
NULL             1165 sapi/phpdbg/phpdbg.c 	setbuf(stdout, NULL);
NULL             1245 sapi/phpdbg/phpdbg.c 				zend_sigaction(sig, &PHPDBG_G(old_sigsegv_signal), NULL);
NULL             1247 sapi/phpdbg/phpdbg.c 				sigaction(sig, &PHPDBG_G(old_sigsegv_signal), NULL);
NULL             1290 sapi/phpdbg/phpdbg.c 	char **zend_extensions = NULL;
NULL             1294 sapi/phpdbg/phpdbg.c 	char *exec = NULL;
NULL             1306 sapi/phpdbg/phpdbg.c 	zend_phpdbg_globals *settings = NULL;
NULL             1307 sapi/phpdbg/phpdbg.c 	char *bp_tmp = NULL;
NULL             1312 sapi/phpdbg/phpdbg.c 	FILE* stream = NULL;
NULL             1340 sapi/phpdbg/phpdbg.c 	tsrm_startup(1, 1, 0, NULL);
NULL             1350 sapi/phpdbg/phpdbg.c 	ini_entries = NULL;
NULL             1353 sapi/phpdbg/phpdbg.c 	ini_override = NULL;
NULL             1354 sapi/phpdbg/phpdbg.c 	zend_extensions = NULL;
NULL             1356 sapi/phpdbg/phpdbg.c 	init_file = NULL;
NULL             1359 sapi/phpdbg/phpdbg.c 	oplog_file = NULL;
NULL             1363 sapi/phpdbg/phpdbg.c 	php_optarg = NULL;
NULL             1366 sapi/phpdbg/phpdbg.c 	sapi_name = NULL;
NULL             1375 sapi/phpdbg/phpdbg.c 				if (settings == NULL) {
NULL             1513 sapi/phpdbg/phpdbg.c 				phpdbg_do_help(NULL);
NULL             1536 sapi/phpdbg/phpdbg.c 		php_optarg = NULL;
NULL             1626 sapi/phpdbg/phpdbg.c 			sigaction(SIGIO, &sigio_struct, NULL);
NULL             1681 sapi/phpdbg/phpdbg.c 			exec = NULL;
NULL             1689 sapi/phpdbg/phpdbg.c 			SG(sapi_headers).mimetype = NULL;
NULL             1765 sapi/phpdbg/phpdbg.c 			oplog_file = NULL;
NULL             1800 sapi/phpdbg/phpdbg.c 				bp_tmp = NULL;
NULL             1853 sapi/phpdbg/phpdbg.c 						PHPDBG_COMMAND_HANDLER(run)(NULL);
NULL             1988 sapi/phpdbg/phpdbg.c 			php_request_shutdown(NULL);
NULL             2019 sapi/phpdbg/phpdbg.c 		php_getopt(-1, argv, OPTIONS, NULL, &php_optind, 0, 0);
NULL              134 sapi/phpdbg/phpdbg_bp.c 					char *new_str = NULL;
NULL              229 sapi/phpdbg/phpdbg_bp.c 		*str = NULL;
NULL              275 sapi/phpdbg/phpdbg_bp.c 		zend_hash_init(&breaks, 8, NULL, phpdbg_file_breaks_dtor, 0);
NULL              296 sapi/phpdbg/phpdbg_bp.c 				if (!(pending = ((fileht = phpdbg_resolve_pending_file_break_ex(ZSTR_VAL(file), ZSTR_LEN(file), path_str, broken)) == NULL))) {
NULL              337 sapi/phpdbg/phpdbg_bp.c 			zend_hash_init(&new_ht, 8, NULL, phpdbg_file_breaks_dtor, 0);
NULL              362 sapi/phpdbg/phpdbg_bp.c 	return NULL;
NULL              427 sapi/phpdbg/phpdbg_bp.c 		zend_hash_init(&class_breaks, 8, NULL, phpdbg_class_breaks_dtor, 0);
NULL              463 sapi/phpdbg/phpdbg_bp.c 		new_break.name = NULL;
NULL              465 sapi/phpdbg/phpdbg_bp.c 		new_break.base = NULL;
NULL              480 sapi/phpdbg/phpdbg_bp.c 		if (brake->class_name == NULL) {
NULL              482 sapi/phpdbg/phpdbg_bp.c 		} else if (brake->func_name == NULL) {
NULL              495 sapi/phpdbg/phpdbg_bp.c 	opline_break.name = NULL;
NULL              518 sapi/phpdbg/phpdbg_bp.c 	if (op_array->scope != NULL && !(func_table = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], op_array->scope->name))) {
NULL              522 sapi/phpdbg/phpdbg_bp.c 	if (op_array->function_name == NULL) {
NULL              553 sapi/phpdbg/phpdbg_bp.c 	if (new_break->func_name == NULL) {
NULL              554 sapi/phpdbg/phpdbg_bp.c 		if (EG(current_execute_data) == NULL) {
NULL              555 sapi/phpdbg/phpdbg_bp.c 			if (PHPDBG_G(ops) != NULL && !memcmp(PHPDBG_G(ops)->filename, new_break->class_name, new_break->class_len)) {
NULL              568 sapi/phpdbg/phpdbg_bp.c 					if (op_array->function_name == NULL && op_array->scope == NULL && new_break->class_len == ZSTR_LEN(op_array->filename) && !memcmp(ZSTR_VAL(op_array->filename), new_break->class_name, new_break->class_len)) {
NULL              576 sapi/phpdbg/phpdbg_bp.c 			} while ((execute_data = execute_data->prev_execute_data) != NULL);
NULL              581 sapi/phpdbg/phpdbg_bp.c 	if (new_break->class_name != NULL) {
NULL              590 sapi/phpdbg/phpdbg_bp.c 		if (new_break->class_name != NULL && new_break->func_name != NULL) {
NULL              598 sapi/phpdbg/phpdbg_bp.c 		if (new_break->class_name == NULL) {
NULL              643 sapi/phpdbg/phpdbg_bp.c 		zend_hash_init(&class_breaks, 8, NULL, phpdbg_opline_class_breaks_dtor, 0);
NULL              648 sapi/phpdbg/phpdbg_bp.c 		zend_hash_init(&method_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0);
NULL              677 sapi/phpdbg/phpdbg_bp.c 	new_break.class_name = NULL;
NULL              695 sapi/phpdbg/phpdbg_bp.c 		zend_hash_init(&func_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0);
NULL              721 sapi/phpdbg/phpdbg_bp.c 	new_break.func_name = NULL;
NULL              741 sapi/phpdbg/phpdbg_bp.c 		zend_hash_init(&file_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0);
NULL              791 sapi/phpdbg/phpdbg_bp.c 		new_break.base = NULL;
NULL              860 sapi/phpdbg/phpdbg_bp.c 			&new_break, NULL, expr, expr_len, expr_hash);
NULL              904 sapi/phpdbg/phpdbg_bp.c 		return NULL;
NULL              911 sapi/phpdbg/phpdbg_bp.c 	return NULL;
NULL              919 sapi/phpdbg/phpdbg_bp.c 		return NULL;
NULL              945 sapi/phpdbg/phpdbg_bp.c 	phpdbg_breakbase_t *brake = NULL;
NULL              976 sapi/phpdbg/phpdbg_bp.c 		return NULL;
NULL              996 sapi/phpdbg/phpdbg_bp.c 				const char *str = NULL;
NULL             1098 sapi/phpdbg/phpdbg_bp.c 	return (breakpoint == SUCCESS) ? ((phpdbg_breakbase_t *) bp) : NULL;
NULL             1103 sapi/phpdbg/phpdbg_bp.c 	phpdbg_breakbase_t *base = NULL;
NULL             1106 sapi/phpdbg/phpdbg_bp.c 		return NULL;
NULL             1138 sapi/phpdbg/phpdbg_bp.c 	return NULL;
NULL             1143 sapi/phpdbg/phpdbg_bp.c 		return NULL;
NULL             1158 sapi/phpdbg/phpdbg_bp.c 		char *name = NULL;
NULL             1402 sapi/phpdbg/phpdbg_bp.c 	return NULL;
NULL               38 sapi/phpdbg/phpdbg_break.c 	PHPDBG_BREAK_COMMAND_D(at,         "specify breakpoint by location and condition",           '@', break_at,      NULL, "*c", 0),
NULL               39 sapi/phpdbg/phpdbg_break.c 	PHPDBG_BREAK_COMMAND_D(del,        "delete breakpoint by identifier number",                 '~', break_del,     NULL, "n",  0),
NULL               35 sapi/phpdbg/phpdbg_btree.c 	tree->branch = NULL;
NULL               43 sapi/phpdbg/phpdbg_btree.c 	if (branch == NULL) {
NULL               44 sapi/phpdbg/phpdbg_btree.c 		return NULL;
NULL               52 sapi/phpdbg/phpdbg_btree.c 				return NULL;
NULL               58 sapi/phpdbg/phpdbg_btree.c 				return NULL;
NULL               70 sapi/phpdbg/phpdbg_btree.c 	if (branch == NULL) {
NULL               71 sapi/phpdbg/phpdbg_btree.c 		return NULL;
NULL               84 sapi/phpdbg/phpdbg_btree.c 					return NULL;
NULL              134 sapi/phpdbg/phpdbg_btree.c 	if (result == NULL || result->idx < pos->end) {
NULL              135 sapi/phpdbg/phpdbg_btree.c 		return NULL;
NULL              148 sapi/phpdbg/phpdbg_btree.c 		if (*branch == NULL) {
NULL              154 sapi/phpdbg/phpdbg_btree.c 	if (*branch == NULL) {
NULL              162 sapi/phpdbg/phpdbg_btree.c 				(*branch)->branches[!((idx >> i) % 2)] = NULL;
NULL              182 sapi/phpdbg/phpdbg_btree.c 	phpdbg_btree_branch *last_dual_branch = NULL;
NULL              194 sapi/phpdbg/phpdbg_btree.c 		if (branch == NULL) {
NULL              203 sapi/phpdbg/phpdbg_btree.c 		tree->branch = NULL;
NULL              220 sapi/phpdbg/phpdbg_btree.c 		last_dual_branch->branches[last_dual_branch_branch] = NULL;
NULL              380 sapi/phpdbg/phpdbg_cmd.c 			phpdbg_param_t *next = NULL;
NULL              421 sapi/phpdbg/phpdbg_cmd.c 			remove = NULL;
NULL              430 sapi/phpdbg/phpdbg_cmd.c 	stack->next = NULL;
NULL              443 sapi/phpdbg/phpdbg_cmd.c 	next->next = NULL;
NULL              445 sapi/phpdbg/phpdbg_cmd.c 	if (stack->top == NULL) {
NULL              447 sapi/phpdbg/phpdbg_cmd.c 		next->top = NULL;
NULL              471 sapi/phpdbg/phpdbg_cmd.c 		const phpdbg_param_t *top = (stack != NULL) ? *stack : NULL;
NULL              575 sapi/phpdbg/phpdbg_cmd.c 	const phpdbg_command_t *matched[3] = {NULL, NULL, NULL};
NULL              626 sapi/phpdbg/phpdbg_cmd.c 			char *list = NULL;
NULL              651 sapi/phpdbg/phpdbg_cmd.c 			return NULL;
NULL              661 sapi/phpdbg/phpdbg_cmd.c 	return NULL;
NULL              665 sapi/phpdbg/phpdbg_cmd.c 	const phpdbg_command_t *handler = NULL;
NULL              692 sapi/phpdbg/phpdbg_cmd.c 			handler = phpdbg_stack_resolve(phpdbg_prompt_commands, NULL, &top);
NULL              745 sapi/phpdbg/phpdbg_cmd.c 	char *cmd = NULL;
NULL              746 sapi/phpdbg/phpdbg_cmd.c 	char *buffer = NULL;
NULL              749 sapi/phpdbg/phpdbg_cmd.c 		if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && (buffered == NULL) && !phpdbg_active_sigsafe_mem()) {
NULL              753 sapi/phpdbg/phpdbg_cmd.c 		if (buffered == NULL) {
NULL               75 sapi/phpdbg/phpdbg_cmd.h 	(v)->file.name = NULL; \
NULL               77 sapi/phpdbg/phpdbg_cmd.h 	(v)->method.class = NULL; \
NULL               78 sapi/phpdbg/phpdbg_cmd.h 	(v)->method.name = NULL; \
NULL               79 sapi/phpdbg/phpdbg_cmd.h 	(v)->str = NULL; \
NULL               81 sapi/phpdbg/phpdbg_cmd.h 	(v)->next = NULL; \
NULL               82 sapi/phpdbg/phpdbg_cmd.h 	(v)->top = NULL; \
NULL              166 sapi/phpdbg/phpdbg_cmd.h 	{PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##handler, children, args, NULL, flags}
NULL              169 sapi/phpdbg/phpdbg_cmd.h 	{PHPDBG_STRL(#name), tip, sizeof(tip)-1, alias, phpdbg_do_##name, children, args, NULL, flags}
NULL              175 sapi/phpdbg/phpdbg_cmd.h #define PHPDBG_END_COMMAND {NULL, 0, NULL, 0, '\0', NULL, NULL, NULL, NULL, 0}
NULL               65 sapi/phpdbg/phpdbg_eol.c 	return NULL;
NULL               81 sapi/phpdbg/phpdbg_eol.c 	return NULL;
NULL              171 sapi/phpdbg/phpdbg_eol.c 	in = NULL;
NULL               61 sapi/phpdbg/phpdbg_frame.c 			} while (execute_data && execute_data->opline == NULL);
NULL               68 sapi/phpdbg/phpdbg_frame.c 	if (execute_data == NULL) {
NULL              125 sapi/phpdbg/phpdbg_frame.c 		const zend_function *func = NULL;
NULL              126 sapi/phpdbg/phpdbg_frame.c 		const zend_arg_info *arginfo = NULL;
NULL              132 sapi/phpdbg/phpdbg_frame.c 			if ((func = phpdbg_get_function(Z_STRVAL_P(funcname), class ? Z_STRVAL_P(class) : NULL))) {
NULL              145 sapi/phpdbg/phpdbg_frame.c 				char *arg_name = NULL;
NULL               36 sapi/phpdbg/phpdbg_help.c 	PHPDBG_COMMAND_HELP_D(options,    "command line options", 0, NULL),
NULL               37 sapi/phpdbg/phpdbg_help.c 	PHPDBG_COMMAND_HELP_D(overview,   "help overview", 0, NULL),
NULL               38 sapi/phpdbg/phpdbg_help.c 	PHPDBG_COMMAND_HELP_D(phpdbginit, "phpdbginit file format", 0, NULL),
NULL               39 sapi/phpdbg/phpdbg_help.c 	PHPDBG_COMMAND_HELP_D(syntax,     "syntax overview", 0, NULL),
NULL               61 sapi/phpdbg/phpdbg_help.c 	char *last_new_blank = NULL;          /* position in new buffer of last blank char */
NULL              101 sapi/phpdbg/phpdbg_help.c 			last_new_blank = NULL;
NULL              129 sapi/phpdbg/phpdbg_help.c 			last_new_blank = NULL;
NULL              971 sapi/phpdbg/phpdbg_help.c {NULL, NULL /* end of table marker */}
NULL               34 sapi/phpdbg/phpdbg_info.c 	PHPDBG_INFO_COMMAND_D(break,     "show breakpoints",              'b', info_break,     NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               35 sapi/phpdbg/phpdbg_info.c 	PHPDBG_INFO_COMMAND_D(files,     "show included files",           'F', info_files,     NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               36 sapi/phpdbg/phpdbg_info.c 	PHPDBG_INFO_COMMAND_D(classes,   "show loaded classes",           'c', info_classes,   NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               37 sapi/phpdbg/phpdbg_info.c 	PHPDBG_INFO_COMMAND_D(funcs,     "show loaded classes",           'f', info_funcs,     NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               38 sapi/phpdbg/phpdbg_info.c 	PHPDBG_INFO_COMMAND_D(error,     "show last error",               'e', info_error,     NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               39 sapi/phpdbg/phpdbg_info.c 	PHPDBG_INFO_COMMAND_D(constants, "show user defined constants",   'd', info_constants, NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               40 sapi/phpdbg/phpdbg_info.c 	PHPDBG_INFO_COMMAND_D(vars,      "show active variables",         'v', info_vars,      NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               41 sapi/phpdbg/phpdbg_info.c 	PHPDBG_INFO_COMMAND_D(globals,   "show superglobals",             'g', info_globals,   NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               42 sapi/phpdbg/phpdbg_info.c 	PHPDBG_INFO_COMMAND_D(literal,   "show active literal constants", 'l', info_literal,   NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               43 sapi/phpdbg/phpdbg_info.c 	PHPDBG_INFO_COMMAND_D(memory,    "show memory manager stats",     'm', info_memory,    NULL, 0, PHPDBG_ASYNC_SAFE),
NULL              103 sapi/phpdbg/phpdbg_info.c 	zend_hash_init(&consts, 8, NULL, NULL, 0);
NULL              196 sapi/phpdbg/phpdbg_info.c 	zend_hash_init(&vars, 8, NULL, NULL, 0);
NULL              389 sapi/phpdbg/phpdbg_info.c 	zend_hash_init(&classes, 8, NULL, NULL, 0);
NULL              435 sapi/phpdbg/phpdbg_info.c 	zend_hash_init(&functions, 8, NULL, NULL, 0);
NULL              122 sapi/phpdbg/phpdbg_io.c 	j = select(0, &readfds, NULL, NULL, &ttmo);
NULL              261 sapi/phpdbg/phpdbg_io.c 	struct addrinfo hints, *res = NULL;
NULL              297 sapi/phpdbg/phpdbg_io.c 			rc = getaddrinfo(NULL, port_buf, &hints, &res);
NULL               42 sapi/phpdbg/phpdbg_list.c 	PHPDBG_LIST_COMMAND_D(lines,     "lists the specified lines",    'l', list_lines,  NULL, "l", PHPDBG_ASYNC_SAFE),
NULL               43 sapi/phpdbg/phpdbg_list.c 	PHPDBG_LIST_COMMAND_D(class,     "lists the specified class",    'c', list_class,  NULL, "s", PHPDBG_ASYNC_SAFE),
NULL               44 sapi/phpdbg/phpdbg_list.c 	PHPDBG_LIST_COMMAND_D(method,    "lists the specified method",   'm', list_method, NULL, "m", PHPDBG_ASYNC_SAFE),
NULL               45 sapi/phpdbg/phpdbg_list.c 	PHPDBG_LIST_COMMAND_D(func,      "lists the specified function", 'f', list_func,   NULL, "s", PHPDBG_ASYNC_SAFE),
NULL              245 sapi/phpdbg/phpdbg_list.c 		return NULL;
NULL              279 sapi/phpdbg/phpdbg_list.c 	if (ret == NULL) {
NULL              282 sapi/phpdbg/phpdbg_list.c 		return NULL;
NULL              289 sapi/phpdbg/phpdbg_list.c 	fake.opened_path = NULL;
NULL              307 sapi/phpdbg/phpdbg_list.c 	if (op_array == NULL) {
NULL              308 sapi/phpdbg/phpdbg_list.c 		return NULL;
NULL              312 sapi/phpdbg/phpdbg_list.c 	ZEND_ASSERT(dataptr != NULL);
NULL              347 sapi/phpdbg/phpdbg_list.c 	if (op_array == NULL) {
NULL              350 sapi/phpdbg/phpdbg_list.c 		return NULL;
NULL              384 sapi/phpdbg/phpdbg_list.c 	zend_hash_init(&PHPDBG_G(file_sources), 1, NULL, (dtor_func_t) phpdbg_free_file_source, 0);
NULL               41 sapi/phpdbg/phpdbg_opcode.c 	char *decode = NULL;
NULL               68 sapi/phpdbg/phpdbg_opcode.c 	char *result, *decode[4] = {NULL, NULL, NULL, NULL};
NULL              211 sapi/phpdbg/phpdbg_opcode.c 		cur->next = NULL;
NULL              138 sapi/phpdbg/phpdbg_out.c 	char *s = NULL, *free_s = NULL;
NULL              159 sapi/phpdbg/phpdbg_out.c 	struct lconv *lconv = NULL;
NULL              515 sapi/phpdbg/phpdbg_out.c 					if (s != NULL) {
NULL              572 sapi/phpdbg/phpdbg_out.c 					if (s != NULL) {
NULL              697 sapi/phpdbg/phpdbg_out.c 					if (alternate_form && (strchr(s, '.')) == NULL) {
NULL              808 sapi/phpdbg/phpdbg_out.c 			free_s = NULL;
NULL              858 sapi/phpdbg/phpdbg_out.c 	cc = phpdbg_xml_vsnprintf(NULL, 0, format, escape_xml, ap2);
NULL              861 sapi/phpdbg/phpdbg_out.c 	*buf = NULL;
NULL              864 sapi/phpdbg/phpdbg_out.c 		if ((*buf = emalloc(++cc)) != NULL) {
NULL              867 sapi/phpdbg/phpdbg_out.c 				*buf = NULL;
NULL              953 sapi/phpdbg/phpdbg_out.c 	char *msgout = NULL, *buf;
NULL             1052 sapi/phpdbg/phpdbg_out.c 				if (gettimeofday(&tp, NULL) == SUCCESS) {
NULL             1065 sapi/phpdbg/phpdbg_out.c 			char *xmlbuf = NULL;
NULL             1099 sapi/phpdbg/phpdbg_out.c 	char *msg = NULL, *xml = NULL;
NULL             1104 sapi/phpdbg/phpdbg_out.c 	if (strfmt != NULL && strlen(strfmt) > 0L) {
NULL             1111 sapi/phpdbg/phpdbg_out.c 		if (xmlfmt != NULL && strlen(xmlfmt) > 0L) {
NULL             1267 sapi/phpdbg/phpdbg_out.c 		msglen = phpdbg_encode_xml(&msg, buffer, buflen, 256, NULL);
NULL             1296 sapi/phpdbg/phpdbg_out.c 	if (gettimeofday(&tp, NULL) == SUCCESS) {
NULL             1298 sapi/phpdbg/phpdbg_out.c 		char *format = NULL, *buffer = NULL, *outbuf = NULL;
NULL               47 sapi/phpdbg/phpdbg_out.h #define phpdbg_script(type, fmt, ...)                       phpdbg_print(type     , PHPDBG_G(io)[PHPDBG_STDOUT].fd, NULL, NULL,   fmt,    ##__VA_ARGS__)
NULL               56 sapi/phpdbg/phpdbg_out.h #define phpdbg_script_ex(out, type, fmt, ...)               phpdbg_print(type     , out, NULL, NULL,   fmt,    ##__VA_ARGS__)
NULL               33 sapi/phpdbg/phpdbg_print.c 	PHPDBG_PRINT_COMMAND_D(exec,       "print out the instructions in the main execution context", 'e', print_exec,   NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               34 sapi/phpdbg/phpdbg_print.c 	PHPDBG_PRINT_COMMAND_D(opline,     "print out the instruction in the current opline",          'o', print_opline, NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               35 sapi/phpdbg/phpdbg_print.c 	PHPDBG_PRINT_COMMAND_D(class,      "print out the instructions in the specified class",        'c', print_class,  NULL, "s", PHPDBG_ASYNC_SAFE),
NULL               36 sapi/phpdbg/phpdbg_print.c 	PHPDBG_PRINT_COMMAND_D(method,     "print out the instructions in the specified method",       'm', print_method, NULL, "m", PHPDBG_ASYNC_SAFE),
NULL               37 sapi/phpdbg/phpdbg_print.c 	PHPDBG_PRINT_COMMAND_D(func,       "print out the instructions in the specified function",     'f', print_func,   NULL, "s", PHPDBG_ASYNC_SAFE),
NULL               38 sapi/phpdbg/phpdbg_print.c 	PHPDBG_PRINT_COMMAND_D(stack,      "print out the instructions in the current stack",          's', print_stack,  NULL, 0, PHPDBG_ASYNC_SAFE),
NULL              380 sapi/phpdbg/phpdbg_print.c 	if (function == NULL) {
NULL              406 sapi/phpdbg/phpdbg_print.c 		if (strstr(function, "::") == NULL) {
NULL              410 sapi/phpdbg/phpdbg_print.c 			if ((method_name = strtok(NULL, "::")) == NULL) {
NULL               70 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(exec,    "set execution context",                    'e', NULL, "s", 0),
NULL               71 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(step,    "step through execution",                   's', NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               72 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(continue,"continue execution",                       'c', NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               73 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(run,     "attempt execution",                        'r', NULL, "|s", 0),
NULL               74 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(ev,      "evaluate some code",                        0 , NULL, "i", PHPDBG_ASYNC_SAFE), /* restricted ASYNC_SAFE */
NULL               75 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(until,   "continue past the current line",           'u', NULL, 0, 0),
NULL               76 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(finish,  "continue past the end of the stack",       'F', NULL, 0, 0),
NULL               77 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(leave,   "continue until the end of the stack",      'L', NULL, 0, 0),
NULL               80 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(back,    "show trace",                               't', NULL, "|n", PHPDBG_ASYNC_SAFE),
NULL               81 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(frame,   "switch to a frame",                        'f', NULL, "|n", PHPDBG_ASYNC_SAFE),
NULL               84 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(clean,   "clean the execution environment",          'X', NULL, 0, 0),
NULL               85 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(clear,   "clear breakpoints",                        'C', NULL, 0, 0),
NULL               88 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(register,"register a function",                      'R', NULL, "s", 0),
NULL               89 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(source,  "execute a phpdbginit",                     '<', NULL, "s", 0),
NULL               90 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(export,  "export breaks to a .phpdbginit script",    '>', NULL, "s", PHPDBG_ASYNC_SAFE),
NULL               91 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(sh,   	  "shell a command",                           0 , NULL, "i", 0),
NULL               92 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(quit,    "exit phpdbg",                              'q', NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               93 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(wait,    "wait for other process",                   'W', NULL, 0, 0),
NULL               95 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(next,    "step over next line",                      'n', NULL, 0, PHPDBG_ASYNC_SAFE),
NULL               96 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(eol,     "set EOL",                                  'E', NULL, "|s", 0),
NULL              102 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_param_t *name = NULL;
NULL              125 sapi/phpdbg/phpdbg_prompt.c 			fci.symbol_table = NULL;
NULL              126 sapi/phpdbg/phpdbg_prompt.c 			fci.object = NULL;
NULL              137 sapi/phpdbg/phpdbg_prompt.c 					char *buffered = NULL;
NULL              185 sapi/phpdbg/phpdbg_prompt.c 				fci.params = NULL;
NULL              194 sapi/phpdbg/phpdbg_prompt.c 			if (zend_call_function(&fci, NULL) == SUCCESS) {
NULL              240 sapi/phpdbg/phpdbg_prompt.c 					zend_eval_stringl(state->code, state->code_len, NULL, "phpdbginit code");
NULL              242 sapi/phpdbg/phpdbg_prompt.c 					state->code = NULL;
NULL              249 sapi/phpdbg/phpdbg_prompt.c 			if (state->code == NULL) {
NULL              308 sapi/phpdbg/phpdbg_prompt.c 		str = strtok(NULL, "\n");
NULL              328 sapi/phpdbg/phpdbg_prompt.c 			while (fgets(cmd, PHPDBG_MAX_CMD, fp) != NULL) {
NULL              394 sapi/phpdbg/phpdbg_prompt.c 		PHPDBG_G(ops) = NULL;
NULL              421 sapi/phpdbg/phpdbg_prompt.c 					PHPDBG_G(exec) = NULL;
NULL              436 sapi/phpdbg/phpdbg_prompt.c 				php_build_argv(NULL, &PG(http_globals)[TRACK_VARS_SERVER]);
NULL              639 sapi/phpdbg/phpdbg_prompt.c 	EG(exception) = NULL;
NULL              642 sapi/phpdbg/phpdbg_prompt.c 	zend_call_method_with_0_params(&zv, ex->ce, NULL, "__tostring", &tmp);
NULL              647 sapi/phpdbg/phpdbg_prompt.c 		EG(exception) = NULL;
NULL              665 sapi/phpdbg/phpdbg_prompt.c 	EG(opline_before_exception) = NULL;
NULL              697 sapi/phpdbg/phpdbg_prompt.c 		PHPDBG_G(handled_exception) = NULL;
NULL              729 sapi/phpdbg/phpdbg_prompt.c 			php_build_argv(NULL, &PG(http_globals)[TRACK_VARS_SERVER]);
NULL              804 sapi/phpdbg/phpdbg_prompt.c 	zend_object *ex = NULL;
NULL              999 sapi/phpdbg/phpdbg_prompt.c 	FILE *fd = NULL;
NULL             1028 sapi/phpdbg/phpdbg_prompt.c 	if (strchr(*path, '/') != NULL || strchr(*path, DEFAULT_SLASH) != NULL) {
NULL             1043 sapi/phpdbg/phpdbg_prompt.c 		return NULL;
NULL             1060 sapi/phpdbg/phpdbg_prompt.c 		return NULL;
NULL             1132 sapi/phpdbg/phpdbg_prompt.c 		if ((module_entry = zend_register_module_ex(module_entry)) == NULL) {
NULL             1159 sapi/phpdbg/phpdbg_prompt.c 	return NULL;
NULL             1180 sapi/phpdbg/phpdbg_prompt.c 			if ((type = phpdbg_load_module_or_extension(&path, &name)) == NULL) {
NULL             1346 sapi/phpdbg/phpdbg_prompt.c 	char *input = NULL;
NULL             1356 sapi/phpdbg/phpdbg_prompt.c 		if (!(input = phpdbg_read_input(NULL))) {
NULL             1376 sapi/phpdbg/phpdbg_prompt.c 							phpdbg_output_err_buf(NULL, "%b", "%b");
NULL             1407 sapi/phpdbg/phpdbg_prompt.c 		input = NULL;
NULL               40 sapi/phpdbg/phpdbg_rinit_hook.c 	ZEND_INIT_MODULE_GLOBALS(phpdbg_webhelper, php_phpdbg_webhelper_globals_ctor, NULL);
NULL               69 sapi/phpdbg/phpdbg_rinit_hook.c 		char *msg = NULL;
NULL               93 sapi/phpdbg/phpdbg_rinit_hook.c 	NULL,
NULL               95 sapi/phpdbg/phpdbg_rinit_hook.c 	NULL,
NULL               97 sapi/phpdbg/phpdbg_rinit_hook.c 	NULL,
NULL               98 sapi/phpdbg/phpdbg_rinit_hook.c 	NULL,
NULL               34 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(prompt,       "usage: set prompt [<string>]",            'p', set_prompt,       NULL, "|s", 0),
NULL               35 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(pagination,   "usage: set pagination [<on|off>]",        'P', set_pagination,   NULL, "|b", PHPDBG_ASYNC_SAFE),
NULL               37 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(color,        "usage: set color  <element> <color>",     'c', set_color,        NULL, "ss", PHPDBG_ASYNC_SAFE),
NULL               38 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(colors,       "usage: set colors [<on|off>]",            'C', set_colors,       NULL, "|b", PHPDBG_ASYNC_SAFE),
NULL               40 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(oplog,        "usage: set oplog  [<output>]",            'O', set_oplog,        NULL, "|s", 0),
NULL               41 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(break,        "usage: set break id [<on|off>]",          'b', set_break,        NULL, "l|b", PHPDBG_ASYNC_SAFE),
NULL               42 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(breaks,       "usage: set breaks [<on|off>]",            'B', set_breaks,       NULL, "|b", PHPDBG_ASYNC_SAFE),
NULL               43 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(quiet,        "usage: set quiet [<on|off>]",             'q', set_quiet,        NULL, "|b", PHPDBG_ASYNC_SAFE),
NULL               44 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(stepping,     "usage: set stepping [<line|op>]",         's', set_stepping,     NULL, "|s", PHPDBG_ASYNC_SAFE),
NULL               45 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(refcount,     "usage: set refcount [<on|off>]",          'r', set_refcount,     NULL, "|b", PHPDBG_ASYNC_SAFE),
NULL               46 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(lines,        "usage: set lines [<number>]",             'l', set_lines,        NULL, "|l", PHPDBG_ASYNC_SAFE),
NULL              159 sapi/phpdbg/phpdbg_set.c 				PHPDBG_G(prompt)[1]=NULL;
NULL               79 sapi/phpdbg/phpdbg_sigio_win32.c 		NULL,
NULL               84 sapi/phpdbg/phpdbg_sigio_win32.c 		NULL);
NULL               24 sapi/phpdbg/phpdbg_sigsafe.c 	return NULL;
NULL               35 sapi/phpdbg/phpdbg_sigsafe.c 		NULL,
NULL               36 sapi/phpdbg/phpdbg_sigsafe.c 		NULL,
NULL               42 sapi/phpdbg/phpdbg_sigsafe.c 	mem->heap = zend_mm_startup_ex(&phpdbg_handlers, NULL, 0);
NULL               53 sapi/phpdbg/phpdbg_sigsafe.c 	PHPDBG_G(sigsafe_mem).mem = NULL;
NULL              117 sapi/phpdbg/phpdbg_utils.c 	char *sep = NULL;
NULL              119 sapi/phpdbg/phpdbg_utils.c 	if (strstr(str, "#") != NULL)
NULL              122 sapi/phpdbg/phpdbg_utils.c 	if (strstr(str, " ") != NULL)
NULL              131 sapi/phpdbg/phpdbg_utils.c 	if (class != NULL) {
NULL              142 sapi/phpdbg/phpdbg_utils.c 	if (method != NULL) {
NULL              153 sapi/phpdbg/phpdbg_utils.c 	if (expand_filepath(path, resolved_name) == NULL) {
NULL              154 sapi/phpdbg/phpdbg_utils.c 		return NULL;
NULL              173 sapi/phpdbg/phpdbg_utils.c 	zend_function *func = NULL;
NULL              203 sapi/phpdbg/phpdbg_utils.c 	char *new = NULL;
NULL              245 sapi/phpdbg/phpdbg_utils.c 	return NULL;
NULL              287 sapi/phpdbg/phpdbg_utils.c 		PHPDBG_G(prompt)[1] = NULL;
NULL              292 sapi/phpdbg/phpdbg_utils.c 		PHPDBG_G(prompt)[0] = NULL;
NULL              386 sapi/phpdbg/phpdbg_utils.c 		if (name == NULL || !name_length) {
NULL              427 sapi/phpdbg/phpdbg_utils.c 	return phpdbg_parse_variable_with_arg(input, len, parent, i, (phpdbg_parse_var_with_arg_func) phpdbg_parse_variable_arg_wrapper, NULL, silent, callback);
NULL              787 sapi/phpdbg/phpdbg_utils.c 	char *decode = NULL;
NULL               41 sapi/phpdbg/phpdbg_utils.h 	{NULL, 0L, {0}}
NULL               46 sapi/phpdbg/phpdbg_utils.h 	{NULL, 0L, 0}
NULL              103 sapi/phpdbg/phpdbg_wait.c 		info->ht[0] = NULL;
NULL              107 sapi/phpdbg/phpdbg_wait.c 		info->ht[1] = NULL;
NULL              126 sapi/phpdbg/phpdbg_wait.c 	zval *free_zv = NULL;
NULL              186 sapi/phpdbg/phpdbg_wait.c 				BG(CurrentStatFile) = NULL;
NULL              190 sapi/phpdbg/phpdbg_wait.c 				BG(CurrentLStatFile) = NULL;
NULL              202 sapi/phpdbg/phpdbg_wait.c 			PHPDBG_G(sapi_name_ptr) = sapi_module.name = NULL;
NULL              245 sapi/phpdbg/phpdbg_wait.c 		zval *name = NULL;
NULL              257 sapi/phpdbg/phpdbg_wait.c 				name = NULL;
NULL               93 sapi/phpdbg/phpdbg_watch.c #define HT_FROM_ZVP(zvp) (Z_TYPE_P(zvp) == IS_OBJECT ? Z_OBJPROP_P(zvp) : Z_TYPE_P(zvp) == IS_ARRAY ? Z_ARRVAL_P(zvp) : NULL)
NULL              114 sapi/phpdbg/phpdbg_watch.c 	if (result == NULL) {
NULL              115 sapi/phpdbg/phpdbg_watch.c 		return NULL;
NULL              123 sapi/phpdbg/phpdbg_watch.c 		return NULL;
NULL              219 sapi/phpdbg/phpdbg_watch.c 					cur->watch = Z_PTR_P(zend_hash_get_current_data_ex(&cur->watches, NULL));
NULL              221 sapi/phpdbg/phpdbg_watch.c 					cur->watch = Z_PTR_P(zend_hash_get_current_data_ex(&cur->implicit_watches, NULL));
NULL              242 sapi/phpdbg/phpdbg_watch.c 		zend_hash_init(&coll.watches, 8, arghs, NULL, 0);
NULL              243 sapi/phpdbg/phpdbg_watch.c 		zend_hash_init(&coll.implicit_watches, 8, ..., NULL, 0);
NULL              272 sapi/phpdbg/phpdbg_watch.c 			cur->watch = Z_PTR_P(zend_hash_get_current_data_ex(&cur->watches, NULL));
NULL              274 sapi/phpdbg/phpdbg_watch.c 			cur->watch = Z_PTR_P(zend_hash_get_current_data_ex(&cur->implicit_watches, NULL));
NULL              293 sapi/phpdbg/phpdbg_watch.c 	ref->parent_container = NULL;
NULL              308 sapi/phpdbg/phpdbg_watch.c 			return NULL;
NULL              319 sapi/phpdbg/phpdbg_watch.c 	return NULL;
NULL              353 sapi/phpdbg/phpdbg_watch.c 					return_and_free_watch(NULL);
NULL              363 sapi/phpdbg/phpdbg_watch.c 				return_and_free_watch(NULL);
NULL              427 sapi/phpdbg/phpdbg_watch.c 	if (phpdbg_create_watchpoint(watch) == NULL) {
NULL              607 sapi/phpdbg/phpdbg_watch.c 	if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) tmp_watch->addr.ptr)) == NULL) {
NULL              647 sapi/phpdbg/phpdbg_watch.c 	PHPDBG_G(watch_tmp) = NULL;
NULL              653 sapi/phpdbg/phpdbg_watch.c 	return phpdbg_parse_variable_with_arg(input, len, parent, i, (phpdbg_parse_var_with_arg_func) phpdbg_watchpoint_parse_wrapper, NULL, 0, callback);
NULL              822 sapi/phpdbg/phpdbg_watch.c 	if (watch == NULL) {
NULL              906 sapi/phpdbg/phpdbg_watch.c 	zend_hash_init(&PHPDBG_G(watchpoints), 8, NULL, phpdbg_watch_dtor, 0);
NULL              907 sapi/phpdbg/phpdbg_watch.c 	zend_hash_init(&PHPDBG_G(watch_collisions), 8, NULL, phpdbg_watch_free_ptr_dtor, 0);
NULL             1156 sapi/phpdbg/phpdbg_watch.c 				if (watch->type == WATCH_ON_HASHTABLE || watch->parent == NULL || watch->parent->type != WATCH_ON_ZVAL) { /* no references */
NULL               46 sapi/phpdbg/phpdbg_webdata_transfer.c 		zend_hash_copy(Z_ARRVAL(zv[1]), &EG(symbol_table), NULL);
NULL               47 sapi/phpdbg/phpdbg_webdata_transfer.c 		Z_ARRVAL(zv[1])->pDestructor = NULL; /* we're operating on a copy! Don't double free zvals */
NULL              105 sapi/phpdbg/phpdbg_webdata_transfer.c 		char *ret = NULL;
NULL               51 win32/build/deplister.c 		argv[1], NULL, argv[2], StatusRoutine);
NULL               96 win32/fnmatch.c 					    strchr(string, '/') == NULL ?
NULL              101 win32/fnmatch.c 				if ((string = strchr(string, '/')) == NULL)
NULL              121 win32/fnmatch.c 			    rangematch(pattern, *string, flags)) == NULL)
NULL              175 win32/fnmatch.c 			return (NULL);
NULL              186 win32/fnmatch.c 				return (NULL);
NULL              197 win32/fnmatch.c 	return (ok == negate ? NULL : pattern);
NULL              182 win32/glob.c   		pglob->gl_pathv = NULL;
NULL              232 win32/glob.c   	while ((ptr = (const Char *) g_strchr((Char *) ptr, LBRACE)) != NULL)
NULL              390 win32/glob.c   		if ((h = getenv("HOME")) == NULL) {
NULL              392 win32/glob.c   			if ((pwd = getpwuid(getuid())) == NULL)
NULL              405 win32/glob.c   		if ((pwd = getpwnam((char*) patbuf)) == NULL)
NULL              456 win32/glob.c   				g_strchr((Char *) qpatnext+1, RBRACKET) == NULL) {
NULL              640 win32/glob.c   	if ((dirp = g_opendir(pathbuf, pglob)) == NULL) {
NULL              723 win32/glob.c   	if (pathv == NULL) {
NULL              726 win32/glob.c   			pglob->gl_pathv = NULL;
NULL              731 win32/glob.c   	if (pglob->gl_pathv == NULL && pglob->gl_offs > 0) {
NULL              735 win32/glob.c   			*--pathv = NULL;
NULL              743 win32/glob.c   	if ((copy = malloc(len)) != NULL) {
NULL              750 win32/glob.c   	pathv[pglob->gl_offs + pglob->gl_pathc] = NULL;
NULL              758 win32/glob.c   	return(copy == NULL ? GLOB_NOSPACE : 0);
NULL              822 win32/glob.c   	if (pglob->gl_pathv != NULL) {
NULL              828 win32/glob.c   		pglob->gl_pathv = NULL;
NULL              843 win32/glob.c   			return(NULL);
NULL              891 win32/glob.c   	return (NULL);
NULL               47 win32/globals.c 		wg->registry_key = NULL;
NULL               51 win32/globals.c 		wg->registry_event = NULL;
NULL               56 win32/globals.c 		wg->registry_directories = NULL;
NULL               31 win32/readdir.c 		return NULL;
NULL               35 win32/readdir.c 	if (filespec == NULL) {
NULL               36 win32/readdir.c 		return NULL;
NULL               46 win32/readdir.c 	if (dp == NULL) {
NULL               48 win32/readdir.c 		return NULL;
NULL               60 win32/readdir.c 			return NULL;
NULL               73 win32/readdir.c 		return NULL;
NULL               78 win32/readdir.c 			return NULL;
NULL               94 win32/readdir.c 		*result = NULL;
NULL              101 win32/readdir.c 			*result = NULL;
NULL              149 win32/readdir.c 	if (filespec == NULL) {
NULL               40 win32/registry.c 	NULL
NULL               82 win32/registry.c 	HashTable *ht = NULL;
NULL               84 win32/registry.c 	if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, NULL, NULL) == ERROR_SUCCESS) {
NULL               99 win32/registry.c 				if (RegEnumValue(key, i, name, &name_len, NULL, &type, value, &value_len) == ERROR_SUCCESS) {
NULL              108 win32/registry.c 							zend_hash_init(ht, 0, NULL, ZVAL_INTERNAL_PTR_DTOR, 1);
NULL              133 win32/registry.c 		if (ht == NULL) {
NULL              147 win32/registry.c 				if (RegEnumKeyEx(key, i, name, &name_len, NULL, NULL, NULL, &t) == ERROR_SUCCESS) {
NULL              196 win32/registry.c 		zend_hash_init(PW32G(registry_directories), 0, NULL, delete_internal_hashtable, 1);
NULL              198 win32/registry.c 			PW32G(registry_key) = NULL;
NULL              201 win32/registry.c 		PW32G(registry_event) = CreateEvent(NULL, TRUE, FALSE, NULL);
NULL              205 win32/registry.c 		if (!LoadDirectory(PW32G(registry_directories), PW32G(registry_key), "", 0, NULL)) {
NULL              211 win32/registry.c 		if (!LoadDirectory(PW32G(registry_directories), PW32G(registry_key), "", 0, NULL)) {
NULL              264 win32/registry.c 		if (ht != NULL) {
NULL              286 win32/registry.c 	char *reg_location = NULL;
NULL              289 win32/registry.c 	if (OpenPhpRegistryKey(NULL, &hKey)) {
NULL              292 win32/registry.c 		if(RegQueryValueEx(hKey, PHPRC_REGISTRY_NAME, 0, NULL, reg_location, &buflen) != ERROR_SUCCESS) {
NULL              295 win32/registry.c 			reg_location = NULL;
NULL               49 win32/select.c #define SAFE_FD_ISSET(fd, set)	(set != NULL && FD_ISSET(fd, set))
NULL               52 win32/select.c 	if (tv == NULL) {
NULL               65 win32/sendmail.c 												if (NULL != (*error_message = ecalloc(1, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response)))) { \
NULL              150 win32/sendmail.c 		return NULL;
NULL              157 win32/sendmail.c 				  NULL, header, (int)strlen(header),
NULL              161 win32/sendmail.c 				  NULL);
NULL              166 win32/sendmail.c 	if (NULL == result) {
NULL              167 win32/sendmail.c 		return NULL;
NULL              178 win32/sendmail.c 				  NULL);
NULL              208 win32/sendmail.c 	char *RPath = NULL;
NULL              209 win32/sendmail.c 	zend_string *headers_lc = NULL; /* headers_lc is only created if we've a header at all */
NULL              210 win32/sendmail.c 	char *pos1 = NULL, *pos2 = NULL;
NULL              212 win32/sendmail.c 	if (host == NULL) {
NULL              223 win32/sendmail.c 		char *pos = NULL;
NULL              227 win32/sendmail.c 		if (NULL == (headers_lc = php_win32_mail_trim_header(headers))) {
NULL              268 win32/sendmail.c 			if (NULL == (pos2 = strstr(pos1, "\r\n"))) {
NULL              296 win32/sendmail.c 		if (NULL == (*error_message = ecalloc(1, HOST_NAME_LEN + 128))) {
NULL              332 win32/sendmail.c 	Ack(NULL);
NULL              390 win32/sendmail.c 	char *server_response = NULL;
NULL              391 win32/sendmail.c 	char *stripped_header  = NULL;
NULL              395 win32/sendmail.c 	if (data == NULL)
NULL              397 win32/sendmail.c 	if (mailTo == NULL)
NULL              399 win32/sendmail.c 	if (RPath == NULL)
NULL              443 win32/sendmail.c 	while (token != NULL)
NULL              456 win32/sendmail.c 		token = strtok(NULL, ",");
NULL              464 win32/sendmail.c 		while (token != NULL)
NULL              477 win32/sendmail.c 			token = strtok(NULL, ",");
NULL              487 win32/sendmail.c 		if (NULL == (pos2 = strstr(pos1, "\r\n"))) {
NULL              494 win32/sendmail.c 		while (token != NULL)
NULL              507 win32/sendmail.c 			token = strtok(NULL, ",");
NULL              519 win32/sendmail.c 		while (token != NULL)
NULL              532 win32/sendmail.c 			token = strtok(NULL, ",");
NULL              542 win32/sendmail.c 			if (NULL == (pos2 = strstr(pos1, "\r\n"))) {
NULL              552 win32/sendmail.c 			while (token != NULL)
NULL              565 win32/sendmail.c 				token = strtok(NULL, ",");
NULL              571 win32/sendmail.c 			if (NULL == (stripped_header = ecalloc(1, strlen(headers)))) {
NULL              593 win32/sendmail.c 		if (NULL == (stripped_header = estrndup(headers, strlen(headers)))) {
NULL              613 win32/sendmail.c 	if (Subject == NULL) {
NULL              671 win32/sendmail.c 	if (NULL == (*header_buffer = erealloc(*header_buffer, strlen(*header_buffer) + strlen(specifier) + strlen(string) + 1))) {
NULL              696 win32/sendmail.c 	char *headers_lc = NULL;
NULL              700 win32/sendmail.c 		if (NULL == (headers_lc = estrdup(xheaders))) {
NULL              711 win32/sendmail.c 		time_t tNow = time(NULL);
NULL              850 win32/sendmail.c 	res = Ack(NULL);
NULL               30 win32/time.c   static MyGetSystemTimeAsFileTime timefunc = NULL;
NULL               35 win32/time.c   	MyGetSystemTimeAsFileTime timefunc = NULL;
NULL               55 win32/time.c   	return (NULL != timefunc);
NULL               88 win32/time.c   	if (time_Info != NULL) {
NULL               92 win32/time.c   	if (timezone_Info != NULL) {
NULL              108 win32/time.c   	timer = CreateWaitableTimer(NULL, TRUE, NULL);
NULL              109 win32/time.c   	SetWaitableTimer(timer, &due, 0, NULL, NULL, 0);
NULL               27 win32/winutil.c 	char *buf = NULL;
NULL               31 win32/winutil.c 		NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),	(LPTSTR)&buf, 0, NULL
NULL               90 win32/winutil.c 		if (!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_MACHINE_KEYSET|CRYPT_VERIFYCONTEXT )) {
NULL               96 win32/winutil.c 				if (CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_NEWKEYSET | CRYPT_MACHINE_KEYSET | CRYPT_VERIFYCONTEXT )) {
NULL               70 win32/wsyslog.c 		PW32G(log_header) = NULL;
NULL               85 win32/wsyslog.c 	char *tmp = NULL;
NULL              110 win32/wsyslog.c 	ReportEvent(PW32G(log_source), etype, (unsigned short) priority, evid, NULL, 2, 0, strs, NULL);
NULL              127 win32/wsyslog.c 	PW32G(log_source) = RegisterEventSource(NULL, "PHP-" PHP_VERSION);