Searched refs:_php_ibase_module_error (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/ext/interbase/ |
H A D | ibase_blobs.c | 41 _php_ibase_module_error("You can lose data. Close any blob after reading from or " in _php_ibase_free_blob() 192 _php_ibase_module_error("PHP module internal error"); in _php_ibase_blob_info() 269 _php_ibase_module_error("String is not a BLOB ID"); in PHP_FUNCTION() 306 _php_ibase_module_error("BLOB is not open for input"); in PHP_FUNCTION() 333 _php_ibase_module_error("BLOB is not open for output"); in PHP_FUNCTION() 427 _php_ibase_module_error("Unrecognized BLOB ID"); in PHP_FUNCTION() 504 _php_ibase_module_error("Unrecognized BLOB ID"); in PHP_FUNCTION()
|
H A D | ibase_service.c | 165 _php_ibase_module_error("Internal error: insufficient buffer space for SPB (%d)", spb_len); in _php_ibase_user() 229 _php_ibase_module_error("Internal error: insufficient buffer space for SPB (%d)", spb_len); in PHP_FUNCTION() 453 _php_ibase_module_error("Internal error: insufficient buffer space for SPB (%d)", spb_len); in _php_ibase_backup_restore() 523 _php_ibase_module_error("Unrecognised option (" ZEND_LONG_FMT ")", action); in _php_ibase_service_action() 562 _php_ibase_module_error("Internal error: insufficient buffer space for SPB (%d)", spb_len); in _php_ibase_service_action()
|
H A D | ibase_query.c | 495 _php_ibase_module_error("Array parameter exceeds field width"); in _php_ibase_bind_array() 502 _php_ibase_module_error("Array parameter exceeds field width"); in _php_ibase_bind_array() 514 _php_ibase_module_error("Cannot convert '%s' to long double", in _php_ibase_bind_array() 543 _php_ibase_module_error("Array parameter exceeds field width"); in _php_ibase_bind_array() 552 _php_ibase_module_error("Array parameter exceeds field width"); in _php_ibase_bind_array() 565 _php_ibase_module_error("Cannot convert '%s' to long integer", in _php_ibase_bind_array() 607 _php_ibase_module_error("Invalid date format (expected 3 fields, got %d. " in _php_ibase_bind_array() 624 _php_ibase_module_error("Invalid time format (expected 3 fields, got %d. " in _php_ibase_bind_array() 772 _php_ibase_module_error("Parameter %d: invalid array ID",i+1); in _php_ibase_bind() 1113 _php_ibase_module_error("CREATE DATABASE is not allowed in SQL safe mode" in PHP_FUNCTION() [all …]
|
H A D | ibase_events.c | 237 _php_ibase_module_error("Error calling callback %s", Z_STRVAL(event->callback)); in _php_ibase_callback() 322 _php_ibase_module_error("Callback argument %s is not a callable function", ZSTR_VAL(cb_name)); in PHP_FUNCTION()
|
H A D | php_ibase_includes.h | 153 void _php_ibase_module_error(char *, ...)
|
H A D | interbase.c | 525 void _php_ibase_module_error(char *msg, ...) /* {{{ */ in _php_ibase_module_error() function 561 _php_ibase_module_error("Link id is ambiguous: transaction spans multiple connections." in _php_ibase_get_link_trans() 977 _php_ibase_module_error("Too many open links (%ld)", IBG(num_links)); in _php_ibase_connect() 1332 _php_ibase_module_error("Default link has no default transaction"); in _php_ibase_trans_end() 1346 _php_ibase_module_error("Link has no default transaction"); in _php_ibase_trans_end()
|
Completed in 38 milliseconds