values            112 Zend/zend_generators.c 	if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) {
values            113 Zend/zend_generators.c 		zval_ptr_dtor(&generator->values);
values            114 Zend/zend_generators.c 		ZVAL_UNDEF(&generator->values);
values            213 Zend/zend_generators.c 	ZVAL_UNDEF(&generator->values);
values            297 Zend/zend_generators.c 	if (UNEXPECTED(Z_TYPE(generator->values) != IS_UNDEF)) {
values            298 Zend/zend_generators.c 		zval_ptr_dtor(&generator->values);
values            299 Zend/zend_generators.c 		ZVAL_UNDEF(&generator->values);
values            547 Zend/zend_generators.c 	if (Z_TYPE(generator->values) == IS_ARRAY) {
values            548 Zend/zend_generators.c 		HashTable *ht = Z_ARR(generator->values);
values            549 Zend/zend_generators.c 		HashPosition pos = Z_FE_POS(generator->values);
values            576 Zend/zend_generators.c 		Z_FE_POS(generator->values) = pos;
values            578 Zend/zend_generators.c 		zend_object_iterator *iter = (zend_object_iterator *) Z_OBJ(generator->values);
values            623 Zend/zend_generators.c 	zval_ptr_dtor(&generator->values);
values            624 Zend/zend_generators.c 	ZVAL_UNDEF(&generator->values);
values            651 Zend/zend_generators.c 	if (UNEXPECTED(!Z_ISUNDEF(generator->values))) {
values             83 Zend/zend_generators.h 	zval values;
values           7455 Zend/zend_vm_def.h 		ZVAL_COPY_VALUE(&generator->values, val);
values           7459 Zend/zend_vm_def.h 		Z_FE_POS(generator->values) = 0;
values           7508 Zend/zend_vm_def.h 			ZVAL_OBJ(&generator->values, &iter->std);
values           4123 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&generator->values, val);
values           4127 Zend/zend_vm_execute.h 		Z_FE_POS(generator->values) = 0;
values           4173 Zend/zend_vm_execute.h 			ZVAL_OBJ(&generator->values, &iter->std);
values           12511 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&generator->values, val);
values           12515 Zend/zend_vm_execute.h 		Z_FE_POS(generator->values) = 0;
values           12562 Zend/zend_vm_execute.h 			ZVAL_OBJ(&generator->values, &iter->std);
values           16330 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&generator->values, val);
values           16334 Zend/zend_vm_execute.h 		Z_FE_POS(generator->values) = 0;
values           16383 Zend/zend_vm_execute.h 			ZVAL_OBJ(&generator->values, &iter->std);
values           29694 Zend/zend_vm_execute.h 		ZVAL_COPY_VALUE(&generator->values, val);
values           29698 Zend/zend_vm_execute.h 		Z_FE_POS(generator->values) = 0;
values           29744 Zend/zend_vm_execute.h 			ZVAL_OBJ(&generator->values, &iter->std);
values             78 ext/mysqlnd/mysqlnd.h PHPAPI void mysqlnd_minfo_print_hash(zval *values);
values            107 ext/mysqlnd/mysqlnd.h #define mysqlnd_get_connection_stats(conn, values)		((conn)->data)->m->get_statistics((conn)->data,  (values) ZEND_FILE_LINE_CC)
values            108 ext/mysqlnd/mysqlnd.h #define mysqlnd_get_client_stats(values)				_mysqlnd_get_client_stats((values) ZEND_FILE_LINE_CC)
values            291 ext/mysqlnd/mysqlnd.h PHPAPI void mysqlnd_minfo_print_hash(zval *values);
values             81 ext/mysqlnd/mysqlnd_driver.c 			mysqlnd_plugin_core.plugin_header.plugin_stats.values = mysqlnd_global_stats;
values             74 ext/mysqlnd/mysqlnd_plugin.c 	mysqlnd_stats_end(plugin->plugin_header.plugin_stats.values, 1);
values             75 ext/mysqlnd/mysqlnd_plugin.c 	plugin->plugin_header.plugin_stats.values = NULL;
values             86 ext/mysqlnd/mysqlnd_plugin.c 	mysqlnd_example_plugin.plugin_header.plugin_stats.values = mysqlnd_plugin_example_stats;
values            209 ext/mysqlnd/mysqlnd_statistics.c 		sprintf((char *)&tmp, MYSQLND_LLU_SPEC, stats->values[i]);
values            240 ext/mysqlnd/mysqlnd_statistics.c 	(*stats)->values = pecalloc(statistic_count, sizeof(uint64_t), persistent);
values            259 ext/mysqlnd/mysqlnd_statistics.c 	pefree(stats->values, persistent);
values             57 ext/mysqlnd/mysqlnd_statistics.h 			(stats)->values[(statistic)] += (value); \
values            266 ext/mysqlnd/mysqlnd_structs.h 	uint64_t				*values;
values             44 ext/mysqlnd/php_mysqlnd.c mysqlnd_minfo_print_hash(zval *values)
values             49 ext/mysqlnd/php_mysqlnd.c 	ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(values), string_key, values_entry) {
values             62 ext/mysqlnd/php_mysqlnd.c 	if (plugin_header->plugin_stats.values) {
values             64 ext/mysqlnd/php_mysqlnd.c 		zval values;
values             67 ext/mysqlnd/php_mysqlnd.c 		mysqlnd_fill_stats_hash(plugin_header->plugin_stats.values, plugin_header->plugin_stats.names, &values ZEND_FILE_LINE_CC);
values             71 ext/mysqlnd/php_mysqlnd.c 		mysqlnd_minfo_print_hash(&values);
values             73 ext/mysqlnd/php_mysqlnd.c 		zval_dtor(&values);
values            179 ext/odbc/birdstep.c 	if ( res && res->values ) {
values            182 ext/odbc/birdstep.c 			if ( res->values[i].value )
values            183 ext/odbc/birdstep.c 				efree(res->values[i].value);
values            185 ext/odbc/birdstep.c 		efree(res->values);
values            397 ext/odbc/birdstep.c 		res->values = (VResVal *)safe_emalloc(sizeof(VResVal), cols, 0);
values            401 ext/odbc/birdstep.c 			   res->values[i].name,sizeof(res->values[i].name),
values            404 ext/odbc/birdstep.c 			   NULL,0,NULL,&res->values[i].valtype);
values            405 ext/odbc/birdstep.c 			switch ( res->values[i].valtype ) {
values            408 ext/odbc/birdstep.c 					res->values[i].value = NULL;
values            415 ext/odbc/birdstep.c 			res->values[i].value = (char *)emalloc(coldesc+1);
values            416 ext/odbc/birdstep.c 			SQLBindCol(res->hstmt,i+1,SQL_C_CHAR, res->values[i].value,coldesc+1, &res->values[i].vallen);
values            486 ext/odbc/birdstep.c 			if ( !strcasecmp(res->values[i].name,field)) {
values            516 ext/odbc/birdstep.c 	switch ( res->values[indx].valtype ) {
values            523 ext/odbc/birdstep.c 			if ( !res->values[indx].value ) {
values            524 ext/odbc/birdstep.c 				res->values[indx].value = emalloc(4096);
values            527 ext/odbc/birdstep.c 				res->values[indx].value,4095,&res->values[indx].vallen);
values            539 ext/odbc/birdstep.c 			if ( res->values[indx].valtype == SQL_LONGVARCHAR ) {
values            540 ext/odbc/birdstep.c 				RETURN_STRING(res->values[indx].value,TRUE);
values            542 ext/odbc/birdstep.c 				RETURN_LONG((zend_long)res->values[indx].value);
values            545 ext/odbc/birdstep.c 			if ( res->values[indx].value != NULL ) {
values            546 ext/odbc/birdstep.c 				RETURN_STRING(res->values[indx].value,TRUE);
values            682 ext/odbc/birdstep.c 	RETURN_STRING(res->values[indx].name,TRUE);
values             48 ext/odbc/php_birdstep.h 	VResVal *values;
values            429 ext/odbc/php_odbc.c 		if (res->values) {
values            431 ext/odbc/php_odbc.c 				if (res->values[i].value)
values            432 ext/odbc/php_odbc.c 					efree(res->values[i].value);
values            434 ext/odbc/php_odbc.c 			efree(res->values);
values            435 ext/odbc/php_odbc.c 			res->values = NULL;
values            951 ext/odbc/php_odbc.c 	result->values = (odbc_result_value *) safe_emalloc(sizeof(odbc_result_value), result->numcols, 0);
values            961 ext/odbc/php_odbc.c 				result->values[i].name, sizeof(result->values[i].name), &colnamelen, 0);
values            963 ext/odbc/php_odbc.c 				NULL, 0, NULL, &result->values[i].coltype);
values            969 ext/odbc/php_odbc.c 		switch(result->values[i].coltype) {
values            977 ext/odbc/php_odbc.c 				result->values[i].value = NULL;
values            982 ext/odbc/php_odbc.c 				result->values[i].value = (char *)emalloc(27);
values            983 ext/odbc/php_odbc.c 				SQLBindCol(result->stmt, (SQLUSMALLINT)(i+1), SQL_C_CHAR, result->values[i].value,
values            984 ext/odbc/php_odbc.c 							27, &result->values[i].vallen);
values           1021 ext/odbc/php_odbc.c 				if (result->values[i].coltype == SQL_WVARCHAR && displaysize == 0) {
values           1022 ext/odbc/php_odbc.c 					result->values[i].coltype = SQL_WLONGVARCHAR;
values           1023 ext/odbc/php_odbc.c 					result->values[i].value = NULL;
values           1028 ext/odbc/php_odbc.c 				if (result->values[i].coltype == SQL_TIMESTAMP) {
values           1036 ext/odbc/php_odbc.c 				result->values[i].value = (char *)emalloc(displaysize + 1);
values           1037 ext/odbc/php_odbc.c 				rc = SQLBindCol(result->stmt, (SQLUSMALLINT)(i+1), SQL_C_CHAR, result->values[i].value,
values           1038 ext/odbc/php_odbc.c 							displaysize + 1, &result->values[i].vallen);
values           1258 ext/odbc/php_odbc.c 		result->values = NULL;
values           1495 ext/odbc/php_odbc.c 			result->values = NULL;
values           1694 ext/odbc/php_odbc.c 		result->values = NULL;
values           1771 ext/odbc/php_odbc.c 		switch(result->values[i].coltype) {
values           1786 ext/odbc/php_odbc.c 				if (IS_SQL_LONG(result->values[i].coltype) && result->longreadlen <= 0) {
values           1794 ext/odbc/php_odbc.c 				rc = SQLGetData(result->stmt, (SQLUSMALLINT)(i + 1), sql_c_type, buf, result->longreadlen + 1, &result->values[i].vallen);
values           1804 ext/odbc/php_odbc.c 				} else if (result->values[i].vallen == SQL_NULL_DATA) {
values           1808 ext/odbc/php_odbc.c 					ZVAL_STRINGL(&tmp, buf, result->values[i].vallen);
values           1813 ext/odbc/php_odbc.c 				if (result->values[i].vallen == SQL_NULL_DATA) {
values           1817 ext/odbc/php_odbc.c 				ZVAL_STRINGL(&tmp, result->values[i].value, result->values[i].vallen);
values           1824 ext/odbc/php_odbc.c 			if (!*(result->values[i].name) && Z_TYPE(tmp) == IS_STRING) {
values           1827 ext/odbc/php_odbc.c 				zend_hash_str_update(Z_ARRVAL_P(return_value), result->values[i].name, strlen(result->values[i].name), &tmp);
values           1925 ext/odbc/php_odbc.c 		switch(result->values[i].coltype) {
values           1939 ext/odbc/php_odbc.c 				if (IS_SQL_LONG(result->values[i].coltype) && result->longreadlen <= 0) {
values           1947 ext/odbc/php_odbc.c 				rc = SQLGetData(result->stmt, (SQLUSMALLINT)(i + 1),sql_c_type, buf, result->longreadlen + 1, &result->values[i].vallen);
values           1956 ext/odbc/php_odbc.c 				} else if (result->values[i].vallen == SQL_NULL_DATA) {
values           1960 ext/odbc/php_odbc.c 					ZVAL_STRINGL(&tmp, buf, result->values[i].vallen);
values           1965 ext/odbc/php_odbc.c 				if (result->values[i].vallen == SQL_NULL_DATA) {
values           1969 ext/odbc/php_odbc.c 				ZVAL_STRINGL(&tmp, result->values[i].value, result->values[i].vallen);
values           2111 ext/odbc/php_odbc.c 		if (result->values == NULL) {
values           2117 ext/odbc/php_odbc.c 			if (!strcasecmp(result->values[i].name, field)) {
values           2151 ext/odbc/php_odbc.c 	switch(result->values[field_ind].coltype) {
values           2165 ext/odbc/php_odbc.c 			if (IS_SQL_LONG(result->values[field_ind].coltype)) {
values           2185 ext/odbc/php_odbc.c 							ZSTR_VAL(field_str), fieldsize, &result->values[field_ind].vallen);
values           2193 ext/odbc/php_odbc.c 			if (result->values[field_ind].vallen == SQL_NULL_DATA) {
values           2202 ext/odbc/php_odbc.c 			if ((result->values[field_ind].coltype == SQL_LONGVARCHAR)
values           2204 ext/odbc/php_odbc.c 			    || (result->values[field_ind].coltype == SQL_WLONGVARCHAR)
values           2213 ext/odbc/php_odbc.c 				field_str = zend_string_truncate(field_str, result->values[field_ind].vallen, 0);
values           2219 ext/odbc/php_odbc.c 			if (result->values[field_ind].vallen == SQL_NULL_DATA) {
values           2222 ext/odbc/php_odbc.c 				RETURN_STRINGL(result->values[field_ind].value, result->values[field_ind].vallen);
values           2235 ext/odbc/php_odbc.c 		rc = SQLGetData(result->stmt, (SQLUSMALLINT)(field_ind + 1),sql_c_type, field, fieldsize, &result->values[field_ind].vallen);
values           2243 ext/odbc/php_odbc.c 		if (result->values[field_ind].vallen == SQL_NULL_DATA) {
values           2248 ext/odbc/php_odbc.c 		PHPWRITE(field,(rc == SQL_SUCCESS_WITH_INFO) ? 4095 : result->values[field_ind].vallen);
values           2307 ext/odbc/php_odbc.c 		php_printf("<th>%s</th>", result->values[i].name);
values           2317 ext/odbc/php_odbc.c 			switch(result->values[i].coltype) {
values           2330 ext/odbc/php_odbc.c 					if (IS_SQL_LONG(result->values[i].coltype) && 
values           2340 ext/odbc/php_odbc.c 					rc = SQLGetData(result->stmt, (SQLUSMALLINT)(i + 1),sql_c_type, buf, result->longreadlen, &result->values[i].vallen);
values           2352 ext/odbc/php_odbc.c 					} else if (result->values[i].vallen == SQL_NULL_DATA) {
values           2356 ext/odbc/php_odbc.c 						PHPWRITE(buf, result->values[i].vallen);
values           2361 ext/odbc/php_odbc.c 					if (result->values[i].vallen == SQL_NULL_DATA) {
values           2364 ext/odbc/php_odbc.c 						php_printf("<td>%s</td>", result->values[i].value);
values           2400 ext/odbc/php_odbc.c 	if (result->values) {
values           2402 ext/odbc/php_odbc.c 			if (result->values[i].value) {
values           2403 ext/odbc/php_odbc.c 				efree(result->values[i].value);
values           2406 ext/odbc/php_odbc.c 		efree(result->values);
values           2407 ext/odbc/php_odbc.c 		result->values = NULL;
values           2804 ext/odbc/php_odbc.c 	if (result->values) {
values           2806 ext/odbc/php_odbc.c 			if (result->values[i].value) {
values           2807 ext/odbc/php_odbc.c 				efree(result->values[i].value);
values           2810 ext/odbc/php_odbc.c 		efree(result->values);
values           2811 ext/odbc/php_odbc.c 		result->values = NULL;
values           2827 ext/odbc/php_odbc.c 			result->values = NULL;
values           2890 ext/odbc/php_odbc.c 	RETURN_STRING(result->values[pv_num - 1].name);
values           2972 ext/odbc/php_odbc.c 		if (strcasecmp(result->values[i].name, fname) == 0) {
values           3217 ext/odbc/php_odbc.c 		result->values = NULL;
values           3288 ext/odbc/php_odbc.c 		result->values = NULL;
values           3353 ext/odbc/php_odbc.c 		result->values = NULL;
values           3433 ext/odbc/php_odbc.c 		result->values = NULL;
values           3495 ext/odbc/php_odbc.c 		result->values = NULL;
values           3557 ext/odbc/php_odbc.c 		result->values = NULL;
values           3626 ext/odbc/php_odbc.c 		result->values = NULL;
values           3694 ext/odbc/php_odbc.c 		result->values = NULL;
values           3767 ext/odbc/php_odbc.c 		result->values = NULL;
values           3837 ext/odbc/php_odbc.c 		result->values = NULL;
values           3900 ext/odbc/php_odbc.c 		result->values = NULL;
values            245 ext/odbc/php_odbc_includes.h 	odbc_result_value *values;
values            800 ext/pdo/pdo_stmt.c 		stmt->fetch.func.values = safe_emalloc(sizeof(zval), stmt->column_count, 0);
values            825 ext/pdo/pdo_stmt.c 	if (stmt->fetch.func.values) {
values            826 ext/pdo/pdo_stmt.c 		efree(stmt->fetch.func.values);
values            827 ext/pdo/pdo_stmt.c 		stmt->fetch.func.values = NULL;
values           1135 ext/pdo/pdo_stmt.c 					ZVAL_COPY_VALUE(&stmt->fetch.func.values[idx], &val);
values           1136 ext/pdo/pdo_stmt.c 					ZVAL_COPY_VALUE(&stmt->fetch.cls.fci.params[idx], &stmt->fetch.func.values[idx]);
values           1184 ext/pdo/pdo_stmt.c 					zval_ptr_dtor(&stmt->fetch.func.values[idx]);
values            629 ext/pdo/php_pdo_driver.h 			zval *values;              /* freed */
values            554 ext/pgsql/pgsql.c 	ZEND_ARG_INFO(0, values)
values            561 ext/pgsql/pgsql.c 	ZEND_ARG_INFO(0, values)
values           5801 ext/pgsql/pgsql.c PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, zend_ulong opt)
values           5809 ext/pgsql/pgsql.c 	assert(Z_TYPE_P(values) == IS_ARRAY);
values           5824 ext/pgsql/pgsql.c 	ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(values), field, val) {
values           6446 ext/pgsql/pgsql.c 	zval *pgsql_link, *values;
values           6453 ext/pgsql/pgsql.c 							  "rsa|l", &pgsql_link, &table_name, &table_name_len, &values, &option) == FAILURE) {
values           6473 ext/pgsql/pgsql.c 	if (php_pgsql_convert(pg_link, table_name, values, return_value, option) == FAILURE) {
values           6661 ext/pgsql/pgsql.c 	zval *pgsql_link, *values;
values           6673 ext/pgsql/pgsql.c 							  &pgsql_link, &table, &table_len, &values, &option) == FAILURE) {
values           6692 ext/pgsql/pgsql.c 		if (php_pgsql_insert(pg_link, table, values, option|PGSQL_DML_STRING, &sql) == FAILURE) {
values           6732 ext/pgsql/pgsql.c 	} else if (php_pgsql_insert(pg_link, table, values, option, &sql) == FAILURE) {
values           6877 ext/pgsql/pgsql.c 	zval *pgsql_link, *values, *ids;
values           6886 ext/pgsql/pgsql.c 							  &pgsql_link, &table, &table_len, &values, &ids, &option) == FAILURE) {
values           6901 ext/pgsql/pgsql.c 	if (php_pgsql_update(pg_link, table, values, ids, option, &sql) == FAILURE) {
values            217 ext/pgsql/php_pgsql.h PHP_PGSQL_API int php_pgsql_convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, zend_ulong opt);
values            218 ext/pgsql/php_pgsql.h PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt, zend_string **sql);
values            219 ext/pgsql/php_pgsql.h PHP_PGSQL_API int php_pgsql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zend_ulong opt , zend_string **sql);
values           5523 ext/standard/array.c 	HashTable *values, *keys;
values           5528 ext/standard/array.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "hh", &keys, &values) == FAILURE) {
values           5533 ext/standard/array.c 	num_values = zend_hash_num_elements(values);
values           5548 ext/standard/array.c 			if (pos_values >= values->nNumUsed) {
values           5550 ext/standard/array.c 			} else if (Z_TYPE(values->arData[pos_values].val) != IS_UNDEF) {
values           5551 ext/standard/array.c 				entry_values = &values->arData[pos_values].val;
values            601 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, values) /* ARRAY_INFO(0, values, 0) */
values            322 ext/standard/iptc.c 	zval values, *element;
values            372 ext/standard/iptc.c 			array_init(&values);
values            374 ext/standard/iptc.c 			element = zend_hash_str_update(Z_ARRVAL_P(return_value), key, strlen(key), &values);
values             44 ext/standard/math.c 		static const double values[] = {
values             51 ext/standard/math.c 		if (value < values[result]) {
values             56 ext/standard/math.c 		if (value < values[result]) {
values             61 ext/standard/math.c 		if (value < values[result]) {
values             66 ext/standard/math.c 		if (value < values[result]) {
values             71 ext/standard/math.c 		if (value < values[result]) {
values            172 ext/xml/xml.c  	ZEND_ARG_INFO(1, values)
values            690 ext/xml/xml.c  		zval values;
values            691 ext/xml/xml.c  		array_init(&values);
values            692 ext/xml/xml.c  		element = zend_hash_str_update(Z_ARRVAL(parser->info), name, strlen(name), &values);
values            120 main/network.c         } values[] = {
values            140 main/network.c         for (i = 0; values[i].msg != NULL; i++) {
values            141 main/network.c                 if (values[i].code == code) {
values            142 main/network.c                         return (char *)values[i].msg;
values             80 win32/registry.c 	DWORD keys, values, max_key, max_name, max_value;
values             84 win32/registry.c 	if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, NULL, NULL) == ERROR_SUCCESS) {
values             86 win32/registry.c 		if (values) {
values             92 win32/registry.c 			for (i = 0; i < values; i++) {