Searched refs:_php_ibase_module_error (Results 1 - 6 of 6) sorted by relevance

/PHP_TRUNK/ext/interbase/
H A Dibase_blobs.c43 _php_ibase_module_error("You can lose data. Close any blob after reading from or "
196 _php_ibase_module_error("PHP module internal error" TSRMLS_CC);
272 _php_ibase_module_error("String is not a BLOB ID" TSRMLS_CC);
308 _php_ibase_module_error("BLOB is not open for input" TSRMLS_CC);
334 _php_ibase_module_error("BLOB is not open for output" TSRMLS_CC);
430 _php_ibase_module_error("Unrecognized BLOB ID" TSRMLS_CC);
507 _php_ibase_module_error("Unrecognized BLOB ID" TSRMLS_CC);
H A Dibase_events.c240 _php_ibase_module_error("Error calling callback %s" TSRMLS_CC, Z_STRVAL_P(event->callback));
329 _php_ibase_module_error("Callback argument %s is not a callable function" TSRMLS_CC, cb_name);
H A Dibase_query.c297 _php_ibase_module_error("Unsupported array type %d in relation '%s' column '%s'"
497 _php_ibase_module_error("Array parameter exceeds field width" TSRMLS_CC);
504 _php_ibase_module_error("Array parameter exceeds field width" TSRMLS_CC);
516 _php_ibase_module_error("Cannot convert '%s' to long double"
541 _php_ibase_module_error("Array parameter exceeds field width" TSRMLS_CC);
550 _php_ibase_module_error("Array parameter exceeds field width" TSRMLS_CC);
563 _php_ibase_module_error("Cannot convert '%s' to long integer"
588 _php_ibase_module_error("Invalid date/time format (expected 3 or 6 fields, got %d."
605 _php_ibase_module_error("Invalid date format (expected 3 fields, got %d. "
622 _php_ibase_module_error("Invali
[all...]
H A Dibase_service.c167 _php_ibase_module_error("Internal error: insufficient buffer space for SPB (%d)"
232 _php_ibase_module_error("Internal error: insufficient buffer space for SPB (%d)" TSRMLS_CC, spb_len);
454 _php_ibase_module_error("Internal error: insufficient buffer space for SPB (%d)" TSRMLS_CC, spb_len);
523 _php_ibase_module_error("Unrecognised option (%ld)" TSRMLS_CC, action);
562 _php_ibase_module_error("Internal error: insufficient buffer space for SPB (%d)" TSRMLS_CC, spb_len);
H A Dinterbase.c524 void _php_ibase_module_error(char *msg TSRMLS_DC, ...) /* {{{ */ function
567 _php_ibase_module_error("Link id is ambiguous: transaction spans multiple connections."
986 _php_ibase_module_error("Too many open links (%ld)" TSRMLS_CC, IBG(num_links));
1331 _php_ibase_module_error("Default link has no default transaction" TSRMLS_CC);
1345 _php_ibase_module_error("Link has no default transaction" TSRMLS_CC);
H A Dphp_ibase_includes.h155 void _php_ibase_module_error(char * TSRMLS_DC, ...)

Completed in 9 milliseconds