| /PHP_TRUNK/ext/intl/spoofchecker/ |
| H A D | spoofchecker_main.c | 24 /* {{{ proto bool Spoofchecker::isSuspicious( string text[, int &error_code ] ) 32 zval *error_code = NULL; local 35 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|z", &text, &text_len, &error_code)) { 48 if (error_code) { 49 zval_dtor(error_code); 50 ZVAL_LONG(error_code, ret); 56 /* {{{ proto bool Spoofchecker::areConfusable( string str1, string str2[, int &error_code ] ) 64 zval *error_code = NULL; local 68 &s2, &s2_len, &error_code)) { 81 if (error_code) { [all...] |
| /PHP_TRUNK/ext/json/ |
| H A D | JSON_parser.h | 16 int error_code; member in struct:JSON_parser_struct
|
| H A D | php_json.h | 42 int error_code; variable
|
| /PHP_TRUNK/ext/dom/ |
| H A D | domexception.c | 43 void php_dom_throw_error_with_message(int error_code, char *error_message, int strict_error TSRMLS_DC) /* {{{ */ argument 46 zend_throw_exception(dom_domexception_class_entry, error_message, error_code TSRMLS_CC); 54 void php_dom_throw_error(int error_code, int strict_error TSRMLS_DC) argument 58 switch (error_code) 112 php_dom_throw_error_with_message(error_code, error_message, strict_error TSRMLS_CC);
|
| /PHP_TRUNK/ext/oci8/ |
| H A D | oci8.c | 1675 sb4 error_code = 0; local 1679 PHP_OCI_CALL(OCIErrorGet, (error_handle, (ub4)1, NULL, &error_code, err_buf, (ub4)PHP_OCI_ERRBUF_LEN, (ub4)OCI_HTYPE_ERROR)); 1681 if (error_code) { 1692 return error_code; 2198 sb4 error_code = 0; local 2202 OCIErrorGet(OCI_G(err), (ub4)1, NULL, &error_code, tmp_buf, (ub4)OCI_ERROR_MAXMSG_SIZE, (ub4)OCI_HTYPE_ERROR); local 2203 if (error_code == 1010) {
|
| /PHP_TRUNK/ext/pcre/ |
| H A D | php_pcre.h | 73 int error_code; variable
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | php_pdo_driver.h | 481 pdo_error_type error_code; member in struct:_pdo_dbh_t 597 pdo_error_type error_code; member in struct:_pdo_stmt_t
|
| /PHP_TRUNK/ext/pdo_firebird/ |
| H A D | firebird_driver.c | 48 pdo_error_type *const error_code = stmt ? &stmt->error_code : &dbh->error_code; local 54 *error_code = PDO_ERR_NONE; 57 *error_code = PDO_ERR_CANT_MAP; 60 *error_code = PDO_ERR_SYNTAX; 64 *error_code = PDO_ERR_CONSTRAINT; 70 *error_code = PDO_ERR_NOT_FOUND; 73 *error_code = PDO_ERR_ALREADY_EXISTS; 76 *error_code [all...] |
| /PHP_TRUNK/main/streams/ |
| H A D | php_stream_transport.h | 54 int *error_code 72 int *error_code 162 int error_code; member in struct:_php_stream_xport_param::__anon297
|
| /PHP_TRUNK/ext/pdo_oci/ |
| H A D | oci_driver.c | 67 pdo_error_type *pdo_err = &dbh->error_code; 72 pdo_err = &stmt->error_code; 185 strcpy(dbh->error_code, stmt->error_code); 278 strcpy(dbh->error_code, stmt->error_code); 539 sb4 error_code = 0; local 564 OCIErrorGet (H->err, (ub4)1, NULL, &error_code, NULL, 0, OCI_HTYPE_ERROR); 566 if (error_code == 1010) {
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_wireprotocol.h | 260 unsigned char error_code; member in struct:st_mysqlnd_packet_prepare_response
|
| /PHP_TRUNK/main/ |
| H A D | network.c | 309 int *error_code) 323 if (error_code) { 324 *error_code = error; 378 if (error_code) { 379 *error_code = error; 419 int socktype, char **error_string, int *error_code 486 if (error_code) { 487 *error_code = err; 714 int *error_code 743 if (error_code) { 303 php_network_connect_socket(php_socket_t sockfd, const struct sockaddr *addr, socklen_t addrlen, int asynchronous, struct timeval *timeout, char **error_string, int *error_code) argument 763 php_network_connect_socket_to_host(const char *host, unsigned short port, int socktype, int asynchronous, struct timeval *timeout, char **error_string, int *error_code, char *bindto, unsigned short bindport TSRMLS_DC) argument [all...] |
| /PHP_TRUNK/ext/soap/ |
| H A D | php_soap.h | 168 char* error_code; variable
|
| /PHP_TRUNK/ext/standard/ |
| H A D | basic_functions.c | 4087 int error_code; local 4136 error_code = SetEnvironmentVariable(pe.key, value); 4139 if (error_code != 0 || 4140 (error_code == 0 && GetLastError() == ERROR_ENVVAR_NOT_FOUND)) { 4142 if (error_code != 0) { /* success */
|