Lines Matching refs:PHP_FUNCTION

62 PHP_FUNCTION(mysql_connect);
63 PHP_FUNCTION(mysql_pconnect);
64 PHP_FUNCTION(mysql_close);
65 PHP_FUNCTION(mysql_select_db);
67 PHP_FUNCTION(mysql_create_db);
68 PHP_FUNCTION(mysql_drop_db);
70 PHP_FUNCTION(mysql_query);
71 PHP_FUNCTION(mysql_unbuffered_query);
72 PHP_FUNCTION(mysql_db_query);
73 PHP_FUNCTION(mysql_list_dbs);
74 PHP_FUNCTION(mysql_list_tables);
75 PHP_FUNCTION(mysql_list_fields);
76 PHP_FUNCTION(mysql_list_processes);
77 PHP_FUNCTION(mysql_error);
78 PHP_FUNCTION(mysql_errno);
79 PHP_FUNCTION(mysql_affected_rows);
80 PHP_FUNCTION(mysql_insert_id);
81 PHP_FUNCTION(mysql_result);
82 PHP_FUNCTION(mysql_num_rows);
83 PHP_FUNCTION(mysql_num_fields);
84 PHP_FUNCTION(mysql_fetch_row);
85 PHP_FUNCTION(mysql_fetch_array);
86 PHP_FUNCTION(mysql_fetch_assoc);
87 PHP_FUNCTION(mysql_fetch_object);
88 PHP_FUNCTION(mysql_data_seek);
89 PHP_FUNCTION(mysql_fetch_lengths);
90 PHP_FUNCTION(mysql_fetch_field);
91 PHP_FUNCTION(mysql_field_seek);
92 PHP_FUNCTION(mysql_free_result);
93 PHP_FUNCTION(mysql_field_name);
94 PHP_FUNCTION(mysql_field_table);
95 PHP_FUNCTION(mysql_field_len);
96 PHP_FUNCTION(mysql_field_type);
97 PHP_FUNCTION(mysql_field_flags);
98 PHP_FUNCTION(mysql_escape_string);
99 PHP_FUNCTION(mysql_real_escape_string);
100 PHP_FUNCTION(mysql_get_client_info);
101 PHP_FUNCTION(mysql_get_host_info);
102 PHP_FUNCTION(mysql_get_proto_info);
103 PHP_FUNCTION(mysql_get_server_info);
104 PHP_FUNCTION(mysql_info);
105 PHP_FUNCTION(mysql_stat);
106 PHP_FUNCTION(mysql_thread_id);
107 PHP_FUNCTION(mysql_client_encoding);
108 PHP_FUNCTION(mysql_ping);
110 PHP_FUNCTION(mysql_set_charset);