| /PHP_5_3/Zend/ |
| H A D | zend_ini_scanner_defs.h | 2 #line 3 "Zend/zend_ini_scanner_defs.h"
|
| H A D | zend_language_scanner_defs.h | 2 #line 3 "Zend/zend_language_scanner_defs.h"
|
| H A D | zend_ini_scanner.c | 2 #line 1 "Zend/zend_ini_scanner.l" 336 #line 337 "Zend/zend_ini_scanner.c" 465 #line 429 "Zend/zend_ini_scanner.l" 475 #line 476 "Zend/zend_ini_scanner.c" 484 #line 575 "Zend/zend_ini_scanner.l" 489 #line 490 "Zend/zend_ini_scanner.c" 496 #line 580 "Zend/zend_ini_scanner.l" 501 #line 502 "Zend/zend_ini_scanner.c" 536 #line 503 "Zend/zend_ini_scanner.l" 540 #line 54 [all...] |
| 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...] |
| /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/tests/ |
| H A D | pdo_test.inc | 7 foreach(file(dirname($_SERVER['PHP_SELF']).'/common.phpt') as $line) { 9 $common .= $line; 10 } elseif (trim($line) == '--REDIRECTTEST--') {
|
| /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)) {
|
| /PHP_5_3/ext/skeleton/ |
| H A D | create_stubs | 5 sub(/^ /, "", line) 6 match(line, "^" "(" s ")") 7 x = substr(line, 1, RLENGTH) 8 line = substr(line, RLENGTH+1) 105 line = $0 157 sub(/^[ \t]+/, "", line) 158 fcomments[num_funcs] = line
|
| /PHP_5_3/ext/spl/internal/ |
| H A D | splfileobject.inc | 25 private $line = NULL; 60 /** increase current line number 61 * @return next line from stream 153 * @note a new line character does not increase $this->lnum 172 /** Get a line from the file and strip HTML tags 180 /** Scan the next line 192 * @param $length maximum line length to write 232 * @param $max_len set the maximum line length read 240 * @return current setting for max line 264 * Invalidate current line buffe [all...] |
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | parse.c | 7 #line 33 "ext/sqlite/libsqlite/src/parse.y" 32 #line 33 "ext/sqlite/libsqlite/src/parse.c" 672 ** line of trace output. If NULL, then tracing is 1128 #line 286 "ext/sqlite/libsqlite/src/parse.y" 1130 #line 1131 "ext/sqlite/libsqlite/src/parse.c" 1140 #line 533 "ext/sqlite/libsqlite/src/parse.y" 1142 #line 1143 "ext/sqlite/libsqlite/src/parse.c" 1151 #line 746 "ext/sqlite/libsqlite/src/parse.y" 1153 #line 1154 "ext/sqlite/libsqlite/src/parse.c" 1166 #line 32 [all...] |
| 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/standard/tests/http/ |
| H A D | server.inc | 56 $line = stream_get_line($sock, 8192, "\r\n"); 57 if ($line === b'') { 60 } else if ($line !== false) { 61 fwrite($output, b"$line\r\n"); 63 if (preg_match(b'#^Content-Length\s*:\s*([[:digit:]]+)\s*$#i', $line, $matches)) {
|
| /PHP_5_3/ext/sybase_ct/tests/ |
| H A D | test.inc | 13 // {{{ bool sybase_msg_handler(int msgnumber, int severity, int state, int line, string text) 15 function sybase_msg_handler($msgnumber, $severity, $state, $line, $text) { 17 "*** Caught Sybase Server Message #%d [Severity %d, state %d] at line %d\n '%s'\n", 21 $line, 30 // {{{ public static bool static_handler(int msgnumber, int severity, int state, int line, string text) 32 static function static_handler($msgnumber, $severity, $state, $line, $text) { 33 return sybase_msg_handler($msgnumber, $severity, $state, $line, $text); 37 // {{{ public bool static_handler(int msgnumber, int severity, int state, int line, string text) 39 function handler($msgnumber, $severity, $state, $line, $text) { 40 return sybase_msg_handler($msgnumber, $severity, $state, $line, [all...] |
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | base64.h | 32 void *_malloc_real(size_t s, char *file, int line); 33 void _free_real(void *p, char *file, int line);
|
| /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);
|
| H A D | zlog.h | 20 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...)
|
| /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 | extern_c.php | 20 foreach (file($file) as $nr => $line) { 21 if (ereg("^[[:space:]]*BEGIN_EXTERN_C", $line)) { 22 # echo "$file:".($nr+1)." $line"; 24 } else if (ereg("^[[:space:]]*END_EXTERN_C", $line)) { 25 # echo "$file:".($nr+1)." $line"; 27 } else if ( (ereg("^[[:space:]]*PHPAPI[[:space:]]*", $line)) 28 ||(ereg("^[[:space:]]*ZEND_API[[:space:]]*", $line))) { 29 if (strstr($line,"(")) { 30 if (!$flag) echo "$file:".($nr+1)." $line";
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_sql_parser.c | 2 #line 1 "ext/pdo/pdo_sql_parser.re" 50 #line 55 "ext/pdo/pdo_sql_parser.re" 54 #line 55 "ext/pdo/pdo_sql_parser.c" 82 #line 63 "ext/pdo/pdo_sql_parser.re" 84 #line 85 "ext/pdo/pdo_sql_parser.c" 168 #line 62 "ext/pdo/pdo_sql_parser.re" 170 #line 171 "ext/pdo/pdo_sql_parser.c" 178 #line 65 "ext/pdo/pdo_sql_parser.re" 180 #line 181 "ext/pdo/pdo_sql_parser.c" 215 #line 6 [all...] |
| /PHP_5_3/ext/pdo_oci/ |
| H A D | oci_driver.c | 60 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) /* {{{ */ 85 einfo->line = line; 89 slprintf(tmp_buf, sizeof(tmp_buf), "%s (%s:%d)", what, file, line); 99 slprintf(tmp_buf, sizeof(tmp_buf), "%s: %s (%s:%d)", what, errbuf, file, line); 104 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_SUCCESS_WITH_INFO: %s (%s:%d)", what, errbuf, file, line); 108 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NEED_DATA (%s:%d)", what, file, line); 112 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NO_DATA (%s:%d)", what, file, line); 116 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_INVALID_HANDLE (%s:%d)", what, file, line); 120 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_STILL_EXECUTING (%s:%d)", what, file, line); [all...] |
| /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/standard/ |
| H A D | url_scanner_ex.c | 2 #line 1 "ext/standard/url_scanner_ex.re" 97 #line 98 "ext/standard/url_scanner_ex.re" 116 #line 114 "ext/standard/url_scanner_ex.c" 162 #line 116 "ext/standard/url_scanner_ex.re" 164 #line 162 "ext/standard/url_scanner_ex.c" 167 #line 117 "ext/standard/url_scanner_ex.re" 169 #line 167 "ext/standard/url_scanner_ex.c" 172 #line 118 "ext/standard/url_scanner_ex.re" 174 #line 172 "ext/standard/url_scanner_ex.c" 182 #line 11 [all...] |
| H A D | var_unserializer.c | 2 #line 1 "ext/standard/var_unserializer.re" 193 #line 198 "ext/standard/var_unserializer.re" 406 #line 407 "ext/standard/var_unserializer.c" 466 #line 729 "ext/standard/var_unserializer.re" 468 #line 469 "ext/standard/var_unserializer.c" 511 #line 723 "ext/standard/var_unserializer.re" 517 #line 518 "ext/standard/var_unserializer.c" 547 #line 606 "ext/standard/var_unserializer.re" 664 #line 665 "ext/standard/var_unserializer.c" 689 #line 59 [all...] |
| /PHP_5_3/main/ |
| H A D | rfc1867.c | 375 * Gets the next CRLF terminated line from the input buffer. 377 * NULL; otherwise, returns the beginning of the null-terminated line, 388 char* line = self->buf_begin; local 394 if ((ptr - line) > 0 && *(ptr-1) == '\r') { 402 self->bytes_in_buffer -= (self->buf_begin - line); 410 /* return entire buffer as a partial line */ 411 line[self->bufsize] = 0; 416 return line; 419 /* Returns the next CRLF terminated line from the client */ 446 char *line; local 464 char *line; local 536 php_ap_getword(char **line, char stop) argument [all...] |
| /PHP_5_3/ext/phar/ |
| H A D | phar_path_check.c | 2 #line 1 "ext/phar/phar_path_check.re" 46 #line 47 "ext/phar/phar_path_check.c" 79 #line 93 "ext/phar/phar_path_check.re" 83 #line 84 "ext/phar/phar_path_check.c" 86 #line 60 "ext/phar/phar_path_check.re" 91 #line 92 "ext/phar/phar_path_check.c" 94 #line 64 "ext/phar/phar_path_check.re" 99 #line 100 "ext/phar/phar_path_check.c" 102 #line 68 "ext/phar/phar_path_check.re" 111 #line 11 [all...] |