zend_hash_exists 1546 Zend/zend_API.c 				if (zend_hash_exists(&module_registry, lcname, name_len+1)) {
zend_hash_exists 1782 Zend/zend_API.c 			if (zend_hash_exists(target_function_table, ptr->fname, strlen(ptr->fname)+1)) {
zend_hash_exists  919 Zend/zend_builtin_functions.c 	if (zend_hash_exists(&ce->function_table, lcname, Z_STRLEN_PP(method_name)+1)) {
zend_hash_exists 2127 Zend/zend_builtin_functions.c 	if (zend_hash_exists(&module_registry, lcname, Z_STRLEN_PP(extension_name)+1)) {
zend_hash_exists 1954 Zend/zend_compile.c 		if (!zend_hash_exists(&ce->function_table, lc_class_name, ce->name_length+1)) {
zend_hash_exists 3188 Zend/zend_compile.c 		&& !zend_hash_exists(&CG(active_class_entry)->properties_info, opline_ptr->op2.u.constant.value.str.val, opline_ptr->op2.u.constant.value.str.len+1)) {
zend_hash_exists  361 Zend/zend_hash.h 	return zend_hash_exists(ht, arKey, nKeyLength);
zend_hash_exists  250 Zend/zend_ts_hash.c 	retval = zend_hash_exists(TS_HASH(ht), arKey, nKeyLength);
zend_hash_exists 2840 Zend/zend_vm_def.h 						zend_hash_exists(&EG(included_files), state.cwd, state.cwd_length+1));
zend_hash_exists 1977 Zend/zend_vm_execute.h 						zend_hash_exists(&EG(included_files), state.cwd, state.cwd_length+1));
zend_hash_exists 4552 Zend/zend_vm_execute.h 						zend_hash_exists(&EG(included_files), state.cwd, state.cwd_length+1));
zend_hash_exists 7699 Zend/zend_vm_execute.h 						zend_hash_exists(&EG(included_files), state.cwd, state.cwd_length+1));
zend_hash_exists 19975 Zend/zend_vm_execute.h 						zend_hash_exists(&EG(included_files), state.cwd, state.cwd_length+1));
zend_hash_exists  328 ext/filter/filter.c 		zend_hash_exists(HASH_OF(options), "default", sizeof("default"))
zend_hash_exists  531 ext/filter/filter.c 	if (array_ptr && HASH_OF(array_ptr) && zend_hash_exists(HASH_OF(array_ptr), var, var_len + 1)) {
zend_hash_exists 2121 ext/mssql/php_mssql.c 	if (zend_hash_exists(statement->binds, Z_STRVAL_PP(param_name), Z_STRLEN_PP(param_name))) {
zend_hash_exists  179 ext/pdo/pdo.c  	if (!zend_hash_exists(&module_registry, "pdo", sizeof("pdo"))) {
zend_hash_exists  190 ext/pdo/pdo.c  	if (!zend_hash_exists(&module_registry, "pdo", sizeof("pdo"))) {
zend_hash_exists 3006 ext/reflection/php_reflection.c 	if (zend_hash_exists(&ce->function_table, lc_name, name_len + 1)) {
zend_hash_exists 3105 ext/reflection/php_reflection.c 	if (zend_hash_exists(&ce->properties_info, name, name_len + 1)) {
zend_hash_exists 3265 ext/reflection/php_reflection.c 	if (zend_hash_exists(&ce->constants_table, name, name_len + 1)) {
zend_hash_exists 4807 ext/reflection/php_reflection.c 	&& zend_hash_exists(&Z_OBJCE_P(object)->default_properties, Z_STRVAL_P(member), Z_STRLEN_P(member)+1)
zend_hash_exists 1352 ext/simplexml/simplexml.c 	if (zend_hash_exists(Z_ARRVAL_P(return_value), prefix, strlen(prefix) + 1) == 0) {
zend_hash_exists   89 ext/soap/php_http.c 			!zend_hash_exists(Z_OBJPROP_P(this_ptr), "_digest", sizeof("_digest"))) {
zend_hash_exists 1061 ext/soap/php_http.c 		     zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate"))) {
zend_hash_exists 1067 ext/soap/php_http.c 		           zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress"))) {
zend_hash_exists  100 ext/soap/php_schema.c 	    !zend_hash_exists(&ctx->docs, (char*)location, xmlStrlen(location)+1)) {
zend_hash_exists  236 ext/soap/php_sdl.c 	if (zend_hash_exists(&ctx->docs, struri, strlen(struri)+1)) {
zend_hash_exists 1509 ext/soap/soap.c 				    zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate"))) {
zend_hash_exists 1515 ext/soap/soap.c 		           zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress"))) {
zend_hash_exists 1615 ext/soap/soap.c 			if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZEND_CONSTRUCTOR_FUNC_NAME))) {
zend_hash_exists 1646 ext/soap/soap.c 				if (zend_hash_exists(&Z_OBJCE_P(tmp_soap)->function_table, php_strtolower(class_name, class_name_len), class_name_len+1)) {
zend_hash_exists 1717 ext/soap/soap.c 			if (zend_hash_exists(function_table, php_strtolower(fn_name, Z_STRLEN(h->function_name)), Z_STRLEN(h->function_name) + 1) ||
zend_hash_exists 1719 ext/soap/soap.c 			     zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
zend_hash_exists 1767 ext/soap/soap.c 	if (zend_hash_exists(function_table, php_strtolower(fn_name, Z_STRLEN(function_name)), Z_STRLEN(function_name) + 1) ||
zend_hash_exists 1769 ext/soap/soap.c 	     zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
zend_hash_exists 1873 ext/soap/soap.c 		    zend_hash_exists(EG(function_table), "ob_gzhandler", sizeof("ob_gzhandler"))) {
zend_hash_exists 2042 ext/soap/soap.c 	    zend_hash_exists(EG(function_table), "ob_gzhandler", sizeof("ob_gzhandler"))) {
zend_hash_exists 2421 ext/soap/soap.c 	      zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate")) &&
zend_hash_exists 2422 ext/soap/soap.c 	      zend_hash_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")) &&
zend_hash_exists 2423 ext/soap/soap.c 	      zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")) &&
zend_hash_exists 2424 ext/soap/soap.c 	      zend_hash_exists(EG(function_table), "gzcompress", sizeof("gzcompress")) &&
zend_hash_exists 2425 ext/soap/soap.c 	      zend_hash_exists(EG(function_table), "gzencode", sizeof("gzencode"))) {
zend_hash_exists  253 ext/spl/php_spl.c 			return zend_hash_exists(EG(class_table), (char*)lc_name, class_name_len+1);
zend_hash_exists  386 ext/spl/php_spl.c 			if (zend_hash_exists(EG(class_table), lc_name, class_name_len + 1)) {
zend_hash_exists  461 ext/spl/php_spl.c 		if (SPL_G(autoload_functions) && zend_hash_exists(SPL_G(autoload_functions), (char*)lc_name, func_name_len+1)) {
zend_hash_exists  197 ext/spl/spl_observer.c 	RETURN_BOOL(zend_hash_exists(&intern->storage, (char*)&Z_OBJVAL_P(obj), sizeof(zend_object_value)));
zend_hash_exists  204 ext/spl/spl_observer.c 		RETURN_BOOL(zend_hash_exists(&intern->storage, (char*)&zvalue, sizeof(zend_object_value)));
zend_hash_exists 1398 ext/standard/array.c 			var_exists = zend_hash_exists(EG(active_symbol_table), var_name, var_name_len + 1);
zend_hash_exists 4672 ext/standard/array.c 			if (zend_hash_exists(HASH_OF(*array), "", 1)) {
zend_hash_exists 4427 ext/standard/basic_functions.c 			if (zend_hash_exists(&BG(sm_protected_env_vars), pe.key, pe.key_len)) {
zend_hash_exists 6100 ext/standard/basic_functions.c 	if (zend_hash_exists(SG(rfc1867_uploaded_files), Z_STRVAL_PP(path), Z_STRLEN_PP(path)+1)) {
zend_hash_exists 6129 ext/standard/basic_functions.c 	if (!zend_hash_exists(SG(rfc1867_uploaded_files), Z_STRVAL_PP(path), Z_STRLEN_PP(path)+1)) {
zend_hash_exists  735 ext/standard/var.c 						zend_hash_exists(&ce->function_table, "__sleep", sizeof("__sleep"))) {
zend_hash_exists  370 ext/standard/var_unserializer.c 		zend_hash_exists(&Z_OBJCE_PP(rval)->function_table, "__wakeup", sizeof("__wakeup"))) {
zend_hash_exists 1805 ext/sybase_ct/php_sybase_ct.c 		if (zend_hash_exists(Z_ARRVAL_P(return_value), result->fields[i].name, strlen(result->fields[i].name)+1)) {
zend_hash_exists  318 ext/xsl/xsltprocessor.c 	} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable, strlen(callable) + 1) == 0) { 
zend_hash_exists   61 main/php3_compat.h #define _php3_hash_exists zend_hash_exists
zend_hash_exists  222 main/rfc1867.c 	return zend_hash_exists(&PG(rfc1867_protected_variables), varname, strlen(varname)+1);
zend_hash_exists  175 main/safe_mode.c 				if (zend_hash_exists(SG(rfc1867_uploaded_files), (char *) filename, strlen(filename)+1)) {
zend_hash_exists  475 main/streams/userspace.c 			if (zend_hash_exists(php_stream_get_url_stream_wrappers_hash(), protocol, protocol_len + 1)) {
zend_hash_exists  277 sapi/apache/mod_php5.c 		&& !zend_hash_exists(symbol_table, "PATH_TRANSLATED", sizeof("PATH_TRANSLATED"))
zend_hash_exists  398 sapi/apache_hooks/mod_php5.c 		&& !zend_hash_exists(symbol_table, "PATH_TRANSLATED", sizeof("PATH_TRANSLATED"))
zend_hash_exists  760 sapi/cgi/fastcgi.c 			if (zend_hash_exists(&req->env, fcgi_mgmt_vars[j].name, fcgi_mgmt_vars[j].name_len+1) == 0) {