Home
last modified time | relevance | path

Searched refs:mysql_field_type (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_type.phpt2 mysql_field_type()
15 if (!is_null($tmp = @mysql_field_type()))
18 if (null !== ($tmp = @mysql_field_type($link)))
26 if (NULL !== ($tmp = mysql_field_type($res)))
29 if (false !== ($tmp = mysql_field_type($res, -1)))
32 var_dump(mysql_field_type($res, 0));
34 if (false !== ($tmp = mysql_field_type($res, 2)))
39 var_dump(mysql_field_type($res, 0));
51 Warning: mysql_field_type() expects exactly 2 parameters, 1 given in %s on line %d
56 Warning: mysql_field_type(): Field 2 is invalid for MySQL result index %d in %s on line %d
[all …]
H A Dmysql_list_fields.phpt43 printf("mysql_field_type(): %s\n", mysql_field_type($res, $field_offset));
74 mysql_field_type(): int
79 mysql_field_type(): string
H A Dmysql_reflection_extension.phpt67 mysql_field_type
H A Dmysql_reflection_functions.phpt171 mysql_field_type
/PHP-5.5/ext/mysql/
H A Dphp_mysql_structs.h96 PHP_FUNCTION(mysql_field_type);
H A Dphp_mysql.c280 PHP_FE(mysql_field_type, arginfo_mysql_field_seek)
304 PHP_DEP_FALIAS(mysql_fieldtype, mysql_field_type, arginfo_mysql_field_seek)
2625 PHP_FUNCTION(mysql_field_type) argument
/PHP-5.5/
H A DNEWS8954 - FIxed bug #35536 (mysql_field_type() doesn't handle NEWDECIMAL). (Tony)

Completed in 33 milliseconds