Searched refs:error_msg (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/ext/mysqlnd/ |
H A D | mysqlnd_loaddata.c | 45 strcpy(info->error_msg, "open_basedir restriction in effect. Unable to open file"); in mysqlnd_local_infile_init() 55 snprintf((char *)info->error_msg, sizeof(info->error_msg), "Can't find file '%-.64s'.", filename); in mysqlnd_local_infile_init() 77 strcpy(info->error_msg, "Error reading file"); in mysqlnd_local_infile_read() 95 strlcpy(error_buf, info->error_msg, error_buf_len); in mysqlnd_local_infile_error()
|
H A D | mysqlnd_structs.h | 174 char error_msg[MYSQLND_ERRMSG_SIZE + 1]; member 198 int (*local_infile_error)(void *ptr, char * error_msg, unsigned int error_msg_len);
|
/PHP-7.1/ext/exif/ |
H A D | test.txt | 49 function error_msg() { 237 <tr><td>ImageWidth</td><td><?=@exif_tagname(0x0100)?></td><td><?=error_msg()?></td></tr> 238 <tr><td>JPEGProc</td><td><?=@exif_tagname(0x0200)?></td><td><?=error_msg()?></td></tr> 239 <tr><td>SceneType</td><td><?=@exif_tagname(0xA301)?></td><td><?=error_msg()?></td></tr> 240 <tr><td>false</td><td><?=@exif_tagname(0x0000)===false?'false':'value'?></td><td><?=error_msg()?></… 274 $error = error_msg();// clear message 292 $error = error_msg();// clear message 313 $error = error_msg();// clear message 320 // ah no!$error = error_msg(); // force o.k.
|
/PHP-7.1/ext/mysqli/ |
H A D | mysqli_nonapi.c | 48 if (MyG(error_msg)) { in php_mysqli_set_error() 49 efree(MyG(error_msg)); in php_mysqli_set_error() 52 MyG(error_msg) = estrdup(mysql_err); in php_mysqli_set_error() 54 MyG(error_msg) = NULL; in php_mysqli_set_error() 338 if (MyG(error_msg)) { 339 RETURN_STRING(MyG(error_msg));
|
H A D | mysqli_prop.c | 137 if (MyG(error_msg)) { in link_connect_error_read() 138 ZVAL_STRING(retval, MyG(error_msg)); in link_connect_error_read()
|
H A D | php_mysqli_structs.h | 333 char *error_msg; variable
|
H A D | mysqli.c | 922 MyG(error_msg) = NULL; in PHP_RINIT_FUNCTION() 957 if (MyG(error_msg)) { in PHP_RSHUTDOWN_FUNCTION() 958 efree(MyG(error_msg)); in PHP_RSHUTDOWN_FUNCTION()
|
/PHP-7.1/main/ |
H A D | SAPI.h | 234 void (*sapi_error)(int type, const char *error_msg, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
|
/PHP-7.1/sapi/litespeed/ |
H A D | lsapilib.c | 933 char error_msg[1024] = ""; in lsapi_jailLVE() local 934 ret = (*fp_lve_jail)( pw, error_msg ); in lsapi_jailLVE() 938 getpid(), uid, ret, error_msg ); in lsapi_jailLVE()
|
Completed in 45 milliseconds