| /PHP_5_3/ext/ereg/regex/ |
| H A D | main.c | 12 int line = 0; variable 143 line++; 148 fprintf(stdout, "%d:\n", line); 151 fprintf(stderr, "bad input, line %d\n", line); 235 line, type, eprint(err), len, 241 line, type, f2); 256 fprintf(stderr, "%d: bad STARTEND syntax\n", line); 266 line, type, eprint(err), len, 274 line, typ [all...] |
| /PHP_5_3/ext/pdo_mysql/ |
| H A D | get_error_codes.php | 6 $line = fgets(STDIN); variable 8 if (ereg('^\{[[:space:]]+(ER_.*)[[:space:]]+,[[:space:]]*"(.*)",[[:space:]]*"(.*)"', $line, $matches)) {
|
| H A D | php_pdo_mysql_int.h | 94 int line; member in struct:__anon135 152 extern int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line TSRMLS_DC);
|
| /PHP_5_3/ext/spl/ |
| H A D | spl.php | 272 /** The line number where the exception was instantiated */ 273 protected $line; variable 293 $this->line = __LINE__; // of throw clause variable 319 /** @return the line number where the exception was thrown 323 return $this->line;
|
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | util.c | 55 void *sqliteMalloc_(int n, int bZero, char *zFile, int line){ argument 65 n, zFile,line); 86 ++memcnt, n, (int)p, zFile,line); 116 void sqliteFree_(void *p, char *zFile, int line){ argument 139 ++memcnt, n, (int)p, zFile,line); 150 void *sqliteRealloc_(void *oldP, int n, char *zFile, int line){ argument 154 return sqliteMalloc_(n,1,zFile,line); 157 sqliteFree_(oldP,zFile,line); 193 ++memcnt, oldN, n, (int)oldP, (int)p, zFile, line); 223 char *sqliteStrDup_(const char *z, char *zFile, int line){ argument 230 sqliteStrNDup_(const char *z, int n, char *zFile, int line) argument [all...] |
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_element.h | 118 long line; member in struct:_xml_elem_error
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | zlog.c | 101 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ argument 133 len += snprintf(buf, buf_size, "[%s] %s(), line %d: ", level_names[flags & ZLOG_LEVEL_MASK], function, line); 146 len += snprintf(buf + len, buf_size - len, "%s: pid %d, %s(), line %d: ", level_names[flags & ZLOG_LEVEL_MASK], getpid(), function, line); 148 len += snprintf(buf + len, buf_size - len, "%s: %s(), line %d: ", level_names[flags & ZLOG_LEVEL_MASK], function, line);
|
| /PHP_5_3/sapi/isapi/stresstest/ |
| H A D | stresstest.cpp | 97 void stripcrlf(char *line) argument 99 DWORD l = strlen(line)-1; 100 if (line[l]==10 || line[l]==13) line[l]=0; 101 l = strlen(line)-1; 102 if (line[l]==10 || line[l]==13) line[l]=0; 196 char line[204 local 218 char line[2048]; local 301 char line[1024]; local [all...] |
| /PHP_5_3/scripts/dev/ |
| H A D | check_parameters.php | 64 global $current_file, $current_function, $line; 72 echo $filename , " [$line] $current_function : $str\n"; 77 /** this updates the global var $line (for error reporting) */ 80 global $lines_offset, $line; 92 $line = $mid; variable 99 $line = $mid+1; variable 105 $line = $mid+1; variable 318 // generate the line offsets array
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 659 char *line = NULL; local 683 for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line++) { 685 for (ms->line = 1; (line = php_stream_get_line(stream, ZSTR(buffer), BUFSIZ, &len)) != NULL; ms->line++) { 687 if (len == 0) /* null line, garbage, etc */ 689 if (line[len - 1] == '\n') { 691 line[le 1138 parse(struct magic_set *ms, struct magic_entry **mentryp, uint32_t *nmentryp, const char *line, size_t lineno, int action) argument 1561 parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line) argument 1615 parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line) argument 1650 parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line) argument [all...] |
| H A D | cdf.c | 276 const void *p, size_t tail, int line) 280 (void)&line; 285 SIZE_T_FORMAT "u]\n", line, b, e, (size_t)(e - b), 275 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, const void *p, size_t tail, int line) argument
|
| /PHP_5_3/ext/mbstring/ucgendat/ |
| H A D | ucgendat.c | 816 * This routine assumes that the line is a valid Unicode Character Database 824 char line[512], *s, *e; local 827 while (fgets(line, sizeof(line), in)) { 828 if( (s=strchr(line, '\n')) ) *s = '\0'; 834 if (line[0] == 0 || line[0] == '#') 849 for (s = line, i = code = 0; *s != ';' && i < 6; i++, s++) { 1218 char line[512], *s; local 1222 while (fgets(line, sizeo [all...] |
| /PHP_5_3/ext/curl/ |
| H A D | interface.c | 97 static void php_curl_ssl_lock(int mode, int n, const char * file, int line) argument
|
| /PHP_5_3/ext/date/lib/ |
| H A D | parse_iso_intervals.c | 2 #line 1 "ext/date/lib/parse_iso_intervals.re" 92 unsigned int line, len; member in struct:Scanner 286 #line 311 "ext/date/lib/parse_iso_intervals.re" 290 #line 291 "ext/date/lib/parse_iso_intervals.c" 360 #line 424 "ext/date/lib/parse_iso_intervals.re" 365 #line 366 "ext/date/lib/parse_iso_intervals.c" 382 #line 351 "ext/date/lib/parse_iso_intervals.re" 423 #line 424 "ext/date/lib/parse_iso_intervals.c" 428 #line 413 "ext/date/lib/parse_iso_intervals.re" 432 #line 43 [all...] |
| /PHP_5_3/ext/mssql/ |
| H A D | php_mssql.c | 275 static int php_mssql_message_handler(DBPROCESS *dbproc, DBINT msgno,int msgstate, int severity,char *msgtext,char *srvname, char *procname,DBUSMALLINT line) argument
|
| /PHP_5_3/ext/pdo_dblib/ |
| H A D | pdo_dblib.c | 137 int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line) 136 msg_handler(DBPROCESS *dbproc, DBINT msgno, int msgstate, int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line) argument
|
| /PHP_5_3/ext/pdo_oci/ |
| H A D | php_pdo_oci_int.h | 25 int line; member in struct:__anon140 89 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isinit, const char *file, int line TSRMLS_DC);
|
| /PHP_5_3/ext/pdo_odbc/ |
| H A D | php_pdo_odbc_int.h | 125 int line; member in struct:__anon145 170 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line TSRMLS_DC);
|
| /PHP_5_3/ext/pdo_pgsql/ |
| H A D | php_pdo_pgsql_int.h | 34 int line; member in struct:__anon151 86 extern int _pdo_pgsql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const char *file, int line TSRMLS_DC);
|
| /PHP_5_3/ext/pdo_sqlite/ |
| H A D | php_pdo_sqlite_int.h | 28 int line; member in struct:__anon157 73 extern int _pdo_sqlite_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line TSRMLS_DC);
|
| /PHP_5_3/ext/sqlite/ |
| H A D | pdo_sqlite2.c | 37 int line; member in struct:__anon201 57 extern int _pdo_sqlite2_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *errmsg, const char *file, int line TSRMLS_DC); 232 int _pdo_sqlite2_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *errmsg, const char *file, int line TSRMLS_DC) /* {{{ */ 245 einfo->line = line;
|
| /PHP_5_3/ext/standard/ |
| H A D | head.c | 45 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|bl", &ctr.line, 59 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &ctr.line, 162 ctr.line = cookie; 219 /* {{{ proto bool headers_sent([string &$file [, int &$line]]) 225 int line=0; local 231 line = php_get_output_start_lineno(TSRMLS_C); 238 ZVAL_LONG(arg2, line);
|
| /PHP_5_3/ext/sybase_ct/ |
| H A D | php_sybase_ct.c | 256 fprintf(stderr, "_free_sybase_result(%p) called from line #%d\n", result, __LINE__); \ 414 zval *msgnumber, *severity, *state, *line, *text, *retval = NULL; local 433 MAKE_STD_ZVAL(line); 434 ZVAL_LONG(line, srvmsg->line); 435 args[3] = &line; 460 zval_ptr_dtor(&line);
|
| /PHP_5_3/main/ |
| H A D | SAPI.h | 164 char *line; /* If you allocated this, you need to free it yourself */ member in struct:__anon246
|
| /PHP_5_3/Zend/ |
| H A D | zend_exceptions.c | 151 zend_update_property_long(default_exception_ce, &obj, "line", sizeof("line")-1, zend_get_executed_lineno(TSRMLS_C) TSRMLS_CC); 242 zend_update_property_long(default_exception_ce, object, "line", sizeof("line")-1, lineno TSRMLS_CC); 275 Get the line in which the exception occurred */ 280 _default_exception_get_entry(getThis(), "line", sizeof("line")-1, return_value TSRMLS_CC); 452 long line; local 474 if (zend_hash_find(ht, "line", sizeof("line"), (voi 566 zval message, file, line, *trace, *exception; local 787 zval *str, *file, *line; local [all...] |