Searched refs:sequence (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_3/ext/oci8/tests/ |
| H A D | conn_attr.inc | 40 , 2289 // sequence does not exist
|
| H A D | details.inc | 65 , 2289 // sequence does not exist
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 3081 ** query components of a URI. A hexadecimal escape sequence consists of a 4710 ** sequence is required. 4723 ** sequence function required. The fourth parameter is the name of the 4724 ** required collation sequence.)^ 5118 ** <tr><td> 6th <td> const char* <td> Name of default collation sequence 5126 ** declaration type and collation sequence is valid only until the next 5139 ** collation sequence: "BINARY" 5159 char const **pzCollSeq, /* OUTPUT: Collation sequence name */ 9426 CollSeq *pDfltColl; /* The default collating sequence (BINARY) */ 9710 char *zColl; /* Collating sequence [all...] |
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 201 ZEND_ARG_INFO(0, sequence) 368 ZEND_ARG_INFO(0, sequence) 375 ZEND_ARG_INFO(0, sequence) 419 ZEND_ARG_INFO(0, sequence) 933 /* argument is a UID sequence */ 942 /* argument is a UID sequence */ 1752 /* {{{ proto bool imap_mail_move(resource stream_id, string sequence, string mailbox [, int options]) 2004 zval *streamind, **sequence; local 2009 if (zend_parse_parameters(argc TSRMLS_CC, "rZ|l", &streamind, &sequence, &flags) == FAILURE) { 2015 convert_to_string_ex(sequence); 2026 zval *streamind, **sequence; local 3058 char *sequence, *flag; local 3079 char *sequence, *flag; local 3397 char *sequence; local [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | html.c | 606 /* check if this is the first of a 2-byte sequence */ 629 /* check if this is the first of a 2-byte sequence */ 654 /* check if this is the first of a multi-byte sequence */ 1139 unsigned char mbsequence[16]; /* allow up to 15 characters in a multibyte sequence */ 1145 /* invalid MB sequence */ 1151 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid multibyte sequence in argument"); 1256 /* a wide char without a named entity; pass through the original sequence */
|
| /PHP_5_3/ext/pcre/pcrelib/ |
| H A D | pcre_compile.c | 426 "invalid escape sequence in character class\0" 458 "character value in \\x{...} sequence is too large\0" 473 "malformed \\P or \\p sequence\0" 509 "character value in \\u.... sequence is too large\0" 759 escape sequence. 770 positive => a special escape sequence 1109 /* If the sequence of hex digits does not end with '}', then we don't 1201 escape sequence. 2678 /* This function is called when the sequence "[:" or "[." or "[=" is 2680 sequence o [all...] |
Completed in 116 milliseconds