line              589 Zend/zend_exceptions.c 			zend_long line;
line              593 Zend/zend_exceptions.c 					line = Z_LVAL_P(tmp);
line              596 Zend/zend_exceptions.c 					line = 0;
line              599 Zend/zend_exceptions.c 				line = 0;
line              603 Zend/zend_exceptions.c 			smart_str_append_long(str, line);
line              728 Zend/zend_exceptions.c 		zend_long line = zval_get_long(GET_PROPERTY(exception, "line"));
line              756 Zend/zend_exceptions.c 					ZSTR_VAL(Z_OBJCE_P(exception)->name), ZSTR_VAL(message), ZSTR_VAL(file), line,
line              762 Zend/zend_exceptions.c 					ZSTR_VAL(Z_OBJCE_P(exception)->name), ZSTR_VAL(file), line,
line             1003 Zend/zend_exceptions.c 		zend_long line = zval_get_long(GET_PROPERTY_SILENT(&exception, "line"));
line             1005 Zend/zend_exceptions.c 		zend_error_helper(E_PARSE, ZSTR_VAL(file), line, "%s", ZSTR_VAL(message));
line             1012 Zend/zend_exceptions.c 		zend_long line = 0;
line             1031 Zend/zend_exceptions.c 				line = zval_get_long(GET_PROPERTY_SILENT(&zv, "line"));
line             1034 Zend/zend_exceptions.c 			zend_error_va(E_WARNING, (file && ZSTR_LEN(file) > 0) ? ZSTR_VAL(file) : NULL, line,
line             1045 Zend/zend_exceptions.c 		line = zval_get_long(GET_PROPERTY_SILENT(&exception, "line"));
line             1047 Zend/zend_exceptions.c 		zend_error_va(severity, (file && ZSTR_LEN(file) > 0) ? ZSTR_VAL(file) : NULL, line,
line              289 Zend/zend_globals.h 	void (* on_event)(zend_php_scanner_event event, int token, int line);
line               45 Zend/zend_hash.c static void _zend_is_inconsistent(const HashTable *ht, const char *file, int line)
line               52 Zend/zend_hash.c 			zend_output_debug_string(1, "%s(%d) : ht=%p is being destroyed", file, line, ht);
line               55 Zend/zend_hash.c 			zend_output_debug_string(1, "%s(%d) : ht=%p is already destroyed", file, line, ht);
line               58 Zend/zend_hash.c 			zend_output_debug_string(1, "%s(%d) : ht=%p is being cleaned", file, line, ht);
line               61 Zend/zend_hash.c 			zend_output_debug_string(1, "%s(%d) : ht=%p is inconsistent", file, line, ht);
line               54 Zend/zend_language_scanner.h 	void (* on_event)(zend_php_scanner_event event, int token, int line);
line               98 ext/curl/interface.c static void php_curl_ssl_lock(int mode, int n, const char * file, int line)
line              159 ext/date/lib/parse_date.c 	unsigned int  line, len;
line             2358 ext/date/lib/parse_date.c 		s->pos = cursor; s->line++;
line               98 ext/date/lib/parse_iso_intervals.c 	unsigned int  line, len;
line              400 ext/date/lib/parse_iso_intervals.c 		s->pos = cursor; s->line++;
line              501 ext/fileinfo/libmagic/apprentice.c 	ms->line = 0;
line             1025 ext/fileinfo/libmagic/apprentice.c 	char *line = NULL;
line             1046 ext/fileinfo/libmagic/apprentice.c 	for (ms->line = 1; (line = php_stream_get_line(stream, buffer , BUFSIZ, &len)) != NULL; ms->line++) {
line             1049 ext/fileinfo/libmagic/apprentice.c 		if (line[len - 1] == '\n') {
line             1051 ext/fileinfo/libmagic/apprentice.c 			line[len - 1] = '\0'; /* delete newline */
line             1053 ext/fileinfo/libmagic/apprentice.c 		switch (line[0]) {
line             1058 ext/fileinfo/libmagic/apprentice.c 			if (line[1] == ':') {
line             1063 ext/fileinfo/libmagic/apprentice.c 					    memcmp(bang[i].name, line + 2,
line             1069 ext/fileinfo/libmagic/apprentice.c 					    "Unknown !: entry `%s'", line);
line             1081 ext/fileinfo/libmagic/apprentice.c 				    line + bang[i].len + 2) != 0) {
line             1090 ext/fileinfo/libmagic/apprentice.c 			switch (parse(ms, &me, line, lineno, action)) {
line             1104 ext/fileinfo/libmagic/apprentice.c     efree(line);
line             1164 ext/fileinfo/libmagic/apprentice.c 				ms->line = me[i].mp->lineno;
line             1699 ext/fileinfo/libmagic/apprentice.c parse(struct magic_set *ms, struct magic_entry *me, const char *line,
line             1707 ext/fileinfo/libmagic/apprentice.c 	const char *l = line;
line             2078 ext/fileinfo/libmagic/apprentice.c parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line)
line             2080 ext/fileinfo/libmagic/apprentice.c 	const char *l = line;
line             2139 ext/fileinfo/libmagic/apprentice.c parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line,
line             2143 ext/fileinfo/libmagic/apprentice.c 	const char *l = line;
line             2169 ext/fileinfo/libmagic/apprentice.c 			    SIZE_T_FORMAT "u", name, line, i);
line             2173 ext/fileinfo/libmagic/apprentice.c 			    name, line, *l);
line             2181 ext/fileinfo/libmagic/apprentice.c 	file_magerror(ms, "Bad magic entry '%s'", line);
line             2190 ext/fileinfo/libmagic/apprentice.c parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line)
line             2194 ext/fileinfo/libmagic/apprentice.c 	return parse_extra(ms, me, line,
line             2204 ext/fileinfo/libmagic/apprentice.c parse_mime(struct magic_set *ms, struct magic_entry *me, const char *line)
line             2208 ext/fileinfo/libmagic/apprentice.c 	return parse_extra(ms, me, line,
line              281 ext/fileinfo/libmagic/cdf.c     const void *p, size_t tail, int line)
line              287 ext/fileinfo/libmagic/cdf.c 	/*LINTED*/(void)&line;
line              292 ext/fileinfo/libmagic/cdf.c 	    SIZE_T_FORMAT "u]\n", line, b, e, (size_t)(e - b),
line              396 ext/fileinfo/libmagic/file.h 	size_t line;			/* current magic line number */
line              140 ext/fileinfo/libmagic/funcs.c 	file_error_core(ms, 0, f, va, ms->line);
line              108 ext/fileinfo/libmagic/softmagic.c 	const char *file, size_t line)
line              114 ext/fileinfo/libmagic/softmagic.c 		    " with `%s'", file, line, m->desc, def);
line              187 ext/fileinfo/libmagic/softmagic.c 		ms->line = m->lineno;
line              255 ext/fileinfo/libmagic/softmagic.c 			ms->line = m->lineno; /* for messages */
line              254 ext/intl/intl_error.c 	if( pe->line > 0 )
line              257 ext/intl/intl_error.c 		smart_str_append_long( &ret, (zend_long ) pe->line );
line              494 ext/libxml/libxml.c 		error_copy.line = 0;
line              520 ext/libxml/libxml.c 			php_error_docref(NULL, level, "%s in %s, line: %d", msg, parser->input->filename, parser->input->line);
line              522 ext/libxml/libxml.c 			php_error_docref(NULL, level, "%s in Entity, line: %d", msg, parser->input->line);
line             1029 ext/libxml/libxml.c 		add_property_long(return_value, "line", error->line);
line             1068 ext/libxml/libxml.c 			add_property_long_ex(&z_error, "line", sizeof("line") - 1, error->line);
line             1107 ext/mbstring/mbstring.c static char *php_mb_rfc1867_getword(const zend_encoding *encoding, char **line, char stop) /* {{{ */
line             1109 ext/mbstring/mbstring.c 	char *pos = *line, quote;
line             1131 ext/mbstring/mbstring.c 		res = estrdup(*line);
line             1132 ext/mbstring/mbstring.c 		*line += strlen(*line);
line             1136 ext/mbstring/mbstring.c 	res = estrndup(*line, pos - *line);
line             1142 ext/mbstring/mbstring.c 	*line = pos;
line              824 ext/mbstring/ucgendat/ucgendat.c     char line[512], *s, *e;
line              827 ext/mbstring/ucgendat/ucgendat.c     while (fgets(line, sizeof(line), in)) {
line              828 ext/mbstring/ucgendat/ucgendat.c 	if( (s=strchr(line, '\n')) ) *s = '\0';
line              834 ext/mbstring/ucgendat/ucgendat.c         if (line[0] == 0 || line[0] == '#')
line              849 ext/mbstring/ucgendat/ucgendat.c         for (s = line, i = code = 0; *s != ';' && i < 6; i++, s++) {
line             1218 ext/mbstring/ucgendat/ucgendat.c     char line[512], *s;
line             1222 ext/mbstring/ucgendat/ucgendat.c     while (fgets(line, sizeof(line), in)) {
line             1223 ext/mbstring/ucgendat/ucgendat.c 	if( (s=strchr(line, '\n')) ) *s = '\0';
line             1227 ext/mbstring/ucgendat/ucgendat.c         if (line[0] == 0 || line[0] == '#')
line             1234 ext/mbstring/ucgendat/ucgendat.c 	for (s = line, i = code = 0; *s != '#' && i < 6; i++, s++) {
line               51 ext/mysqlnd/mysqlnd_debug.c 								   unsigned int line, const char * const file,
line              116 ext/mysqlnd/mysqlnd_debug.c 		snprintf(line_buffer, sizeof(line_buffer) - 1, "%5u: ", line);
line              146 ext/mysqlnd/mysqlnd_debug.c 									  unsigned int line, const char * const file,
line              213 ext/mysqlnd/mysqlnd_debug.c 		snprintf(line_buffer, sizeof(line_buffer) - 1, "%5u: ", line);
line              249 ext/mysqlnd/mysqlnd_debug.c 										  unsigned int line, const char * const file,
line              290 ext/mysqlnd/mysqlnd_debug.c 	self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, ">%s", func_name);
line              316 ext/mysqlnd/mysqlnd_debug.c MYSQLND_METHOD(mysqlnd_debug, func_leave)(MYSQLND_DEBUG * self, unsigned int line, const char * const file, uint64_t call_time)
line              348 ext/mysqlnd/mysqlnd_debug.c 			self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, "<%s", *func_name);
line              357 ext/mysqlnd/mysqlnd_debug.c 			self->m->log_va(self, line, file, zend_stack_count(&self->call_stack) - 1, NULL, "<%s (total=%u own=%u in_calls=%u)",
line               33 ext/mysqlnd/mysqlnd_debug.h 	enum_func_status (*log)(MYSQLND_DEBUG * self, unsigned int line, const char * const file,
line               35 ext/mysqlnd/mysqlnd_debug.h 	enum_func_status (*log_va)(MYSQLND_DEBUG * self, unsigned int line, const char * const file,
line               37 ext/mysqlnd/mysqlnd_debug.h 	zend_bool (*func_enter)(MYSQLND_DEBUG * self, unsigned int line, const char * const file,
line               39 ext/mysqlnd/mysqlnd_debug.h 	enum_func_status (*func_leave)(MYSQLND_DEBUG * self, unsigned int line, const char * const file, uint64_t call_time);
line              761 ext/openssl/xp_ssl.c 	char *line = NULL;
line              777 ext/openssl/xp_ssl.c 		line = php_stream_get_line(stream, NULL, 0, &line_len);
line              778 ext/openssl/xp_ssl.c 		if (line == NULL) {
line              780 ext/openssl/xp_ssl.c 		} else if (!strcmp(line, "-----BEGIN CERTIFICATE-----\n") ||
line              781 ext/openssl/xp_ssl.c 			!strcmp(line, "-----BEGIN CERTIFICATE-----\r\n")
line              787 ext/openssl/xp_ssl.c 			efree(line);
line              793 ext/openssl/xp_ssl.c 		BIO_puts(buffer, line);
line              794 ext/openssl/xp_ssl.c 		efree(line);
line              795 ext/openssl/xp_ssl.c 		line = php_stream_get_line(stream, NULL, 0, &line_len);
line              796 ext/openssl/xp_ssl.c 		if (line == NULL) {
line              798 ext/openssl/xp_ssl.c 		} else if (!strcmp(line, "-----END CERTIFICATE-----") ||
line              799 ext/openssl/xp_ssl.c 			!strcmp(line, "-----END CERTIFICATE-----\n") ||
line              800 ext/openssl/xp_ssl.c 			!strcmp(line, "-----END CERTIFICATE-----\r\n")
line              809 ext/openssl/xp_ssl.c 		BIO_puts(buffer, line);
line              810 ext/openssl/xp_ssl.c 		efree(line);
line              123 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	int line;
line              330 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c static sljit_si push_inst_debug(struct sljit_compiler *compiler, sljit_ins ins, int line)
line              336 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	printf("|%04d|S0|:\t\t", line);
line              524 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c void insert_nop(tilegx_mnemonic opc, int line)
line              535 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[0].line = line;
line              638 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			printf("|%04d", inst_buf[i].line);
line              671 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 			printf("|%04d", inst_buf[i].line);
line              709 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 				printf("|%04d", inst_buf[i].line);
line              744 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c static sljit_si push_4_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int op3, int line)
line              758 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].line = line;
line              764 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c static sljit_si push_3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int line)
line              775 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].line = line;
line              825 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c static sljit_si push_2_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int line)
line              835 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].line = line;
line              870 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c static sljit_si push_0_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int line)
line              880 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].line = line;
line              886 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c static sljit_si push_jr_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int line)
line              897 ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c 	inst_buf[inst_buf_index].line = line;
line              135 ext/pdo_dblib/pdo_dblib.c 	int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line)
line               96 ext/pdo_dblib/php_pdo_dblib_int.h 	int severity, char *msgtext, char *srvname, char *procname, DBUSMALLINT line);
line               38 ext/pdo_firebird/firebird_driver.c void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, zend_long line) /* {{{ */
line              131 ext/pdo_firebird/php_pdo_firebird_int.h void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, zend_long line);
line               46 ext/pdo_mysql/mysql_driver.c int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line)
line               54 ext/pdo_mysql/mysql_driver.c 	PDO_DBG_INF_FMT("file=%s line=%d", file, line);
line               71 ext/pdo_mysql/mysql_driver.c 	einfo->line = line;
line               98 ext/pdo_mysql/php_pdo_mysql_int.h 	int line;
line              154 ext/pdo_mysql/php_pdo_mysql_int.h extern int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line);
line               60 ext/pdo_oci/oci_driver.c ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isinit, const char *file, int line) /* {{{ */
line               85 ext/pdo_oci/oci_driver.c 	einfo->line = line;
line               89 ext/pdo_oci/oci_driver.c 		slprintf(tmp_buf, sizeof(tmp_buf), "%s (%s:%d)", what, file, line);
line               99 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: %s (%s:%d)", what, errbuf, file, line);
line              104 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_SUCCESS_WITH_INFO: %s (%s:%d)", what, errbuf, file, line);
line              108 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NEED_DATA (%s:%d)", what, file, line);
line              112 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NO_DATA (%s:%d)", what, file, line);
line              116 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_INVALID_HANDLE (%s:%d)", what, file, line);
line              120 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_STILL_EXECUTING (%s:%d)", what, file, line);
line              124 ext/pdo_oci/oci_driver.c 				slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_CONTINUE (%s:%d)", what, file, line);
line               25 ext/pdo_oci/php_pdo_oci_int.h 	int line;
line               90 ext/pdo_oci/php_pdo_oci_int.h ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isinit, const char *file, int line);
line               49 ext/pdo_odbc/odbc_driver.c 				einfo->file, einfo->line);
line               59 ext/pdo_odbc/odbc_driver.c void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line) /* {{{ */
line              101 ext/pdo_odbc/odbc_driver.c 	einfo->line = line;
line              211 ext/pdo_odbc/odbc_driver.c             H->einfo.line = S->einfo.line;
line              125 ext/pdo_odbc/php_pdo_odbc_int.h 	int line;
line              170 ext/pdo_odbc/php_pdo_odbc_int.h void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line);
line               77 ext/pdo_pgsql/pgsql_driver.c int _pdo_pgsql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, int line) /* {{{ */
line               86 ext/pdo_pgsql/pgsql_driver.c 	einfo->line = line;
line               34 ext/pdo_pgsql/php_pdo_pgsql_int.h 	int line;
line               82 ext/pdo_pgsql/php_pdo_pgsql_int.h extern int _pdo_pgsql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, int line);
line               28 ext/pdo_sqlite/php_pdo_sqlite_int.h 	int line;
line               73 ext/pdo_sqlite/php_pdo_sqlite_int.h extern int _pdo_sqlite_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line);
line               34 ext/pdo_sqlite/sqlite_driver.c int _pdo_sqlite_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) /* {{{ */
line               42 ext/pdo_sqlite/sqlite_driver.c 	einfo->line = line;
line              181 ext/phar/phar_object.c 			ctr.line_len = spprintf(&(ctr.line), 0, "Content-type: %s", mime_type);
line              183 ext/phar/phar_object.c 			efree(ctr.line);
line              184 ext/phar/phar_object.c 			ctr.line_len = spprintf(&(ctr.line), 0, "Content-length: %u", info->uncompressed_filesize);
line              186 ext/phar/phar_object.c 			efree(ctr.line);
line              316 ext/phar/phar_object.c 	ctr.line = "HTTP/1.0 403 Access Denied";
line              341 ext/phar/phar_object.c 	ctr.line = "HTTP/1.0 404 Not Found";
line              766 ext/phar/phar_object.c 			ctr.line = "HTTP/1.1 301 Moved Permanently";
line              778 ext/phar/phar_object.c 				ctr.line_len = spprintf(&(ctr.line), 4096, "Location: %s%s", path_info, entry + 1);
line              780 ext/phar/phar_object.c 				ctr.line_len = spprintf(&(ctr.line), 4096, "Location: %s%s", path_info, entry);
line              793 ext/phar/phar_object.c 			efree(ctr.line);
line              388 ext/readline/readline.c 			add_next_index_string(return_value,history[i]->line);
line              585 ext/readline/readline_cli.c 	char *line;
line              611 ext/readline/readline_cli.c 	while ((line = readline(ZSTR_VAL(prompt))) != NULL) {
line              612 ext/readline/readline_cli.c 		if (strcmp(line, "exit") == 0 || strcmp(line, "quit") == 0) {
line              613 ext/readline/readline_cli.c 			free(line);
line              617 ext/readline/readline_cli.c 		if (!pos && !*line) {
line              618 ext/readline/readline_cli.c 			free(line);
line              622 ext/readline/readline_cli.c 		len = strlen(line);
line              624 ext/readline/readline_cli.c 		if (line[0] == '#') {
line              625 ext/readline/readline_cli.c 			char *param = strstr(&line[1], "=");
line              629 ext/readline/readline_cli.c 				cmd = zend_string_init(&line[1], param - &line[1] - 1, 0);
line              633 ext/readline/readline_cli.c 				add_history(line);
line              646 ext/readline/readline_cli.c 		memcpy(&code[pos], line, len);
line              651 ext/readline/readline_cli.c 		if (*line) {
line              652 ext/readline/readline_cli.c 			add_history(line);
line              656 ext/readline/readline_cli.c 		free(line);
line              940 ext/soap/soap.c 	zval *faultcode, *faultstring, *file, *line, trace, rv1, rv2, rv3, rv4;
line              953 ext/soap/soap.c 	line = zend_read_property(soap_fault_class_entry, this_ptr, "line", sizeof("line")-1, 1, &rv4);
line              972 ext/soap/soap.c 	convert_to_long(line);
line              976 ext/soap/soap.c 	               Z_STRVAL_P(faultcode), Z_STRVAL_P(faultstring), Z_STRVAL_P(file), Z_LVAL_P(line),
line             1442 ext/standard/basic_functions.c 	ZEND_ARG_INFO(1, line)
line               45 ext/standard/head.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|bl", &ctr.line,
line               61 ext/standard/head.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &ctr.line,
line              176 ext/standard/head.c 	ctr.line = cookie;
line              235 ext/standard/head.c 	int line=0;
line              241 ext/standard/head.c 		line = php_output_get_start_lineno();
line              248 ext/standard/head.c 		ZVAL_LONG(arg2, line);
line              858 ext/tidy/tidy.c 			ADD_PROPERTY_LONG(obj->std.properties, line, tidyNodeLine(obj->node));
line              188 ext/tokenizer/tokenizer.c void on_event(zend_php_scanner_event event, int token, int line)
line              201 ext/tokenizer/tokenizer.c 				add_next_index_long(&keyword, line);
line              730 ext/xml/compat.c 	return parser->parser->input->line;
line               32 ext/xmlrpc/libxmlrpc/base64.h void *_malloc_real(size_t s, char *file, int line);
line               33 ext/xmlrpc/libxmlrpc/base64.h void _free_real(void *p, char *file, int line);
line              747 ext/xmlrpc/libxmlrpc/xml_element.c               error->line = line_num;
line              118 ext/xmlrpc/libxmlrpc/xml_element.h   long line;
line              766 ext/xmlrpc/libxmlrpc/xmlrpc.c 					 error->line, error->column, error->byte_index);
line              940 ext/xmlrpc/xmlrpc-epi-php.c 								err.xml_elem_error.column, err.xml_elem_error.line, err.xml_elem_error.parser_error, ZSTR_VAL(php_function_name));
line             1174 ext/xmlrpc/xmlrpc-epi-php.c 						err.xml_elem_error.column, err.xml_elem_error.line, err.xml_elem_error.parser_error);
line              627 main/SAPI.c    	ctr.line = header_line;
line              691 main/SAPI.c    				if (!p->line || !p->line_len) {
line              694 main/SAPI.c    				header_line = p->line;
line              170 main/SAPI.h    	char *line; /* If you allocated this, you need to free it yourself */
line             1173 main/main.c    					ctr.line = "HTTP/1.0 500 Internal Server Error";
line             1976 main/main.c    		unsigned int   line,
line             1988 main/main.c    					len = _snprintf(buf, sizeof(buf)-1, "Invalid parameter detected in CRT function '%ws' (%ws:%u)", function, file, line);
line               50 main/rfc1867.c static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop);
line              335 main/rfc1867.c 	char* line = self->buf_begin;
line              341 main/rfc1867.c 		if ((ptr - line) > 0 && *(ptr-1) == '\r') {
line              349 main/rfc1867.c 		self->bytes_in_buffer -= (self->buf_begin - line);
line              358 main/rfc1867.c 		line[self->bufsize] = 0;
line              363 main/rfc1867.c 	return line;
line              393 main/rfc1867.c 	char *line;
line              396 main/rfc1867.c 	while( (line = get_line(self)) )
line              399 main/rfc1867.c 		if (!strcmp(line, boundary)) {
line              411 main/rfc1867.c 	char *line;
line              423 main/rfc1867.c 	while ((line = get_line(self)) && line[0] != '\0') {
line              428 main/rfc1867.c 			self->input_encoding = zend_multibyte_encoding_detector((const unsigned char *) line, strlen(line), self->detect_order, self->detect_order_size);
line              432 main/rfc1867.c 		if (!isspace(line[0])) {
line              433 main/rfc1867.c 			value = strchr(line, ':');
line              450 main/rfc1867.c 			key = estrdup(line);
line              453 main/rfc1867.c 			smart_string_appends(&buf_value, line);
line              489 main/rfc1867.c static char *php_ap_getword(const zend_encoding *encoding, char **line, char stop)
line              491 main/rfc1867.c 	char *pos = *line, quote;
line              510 main/rfc1867.c 		res = estrdup(*line);
line              511 main/rfc1867.c 		*line += strlen(*line);
line              515 main/rfc1867.c 	res = estrndup(*line, pos - *line);
line              521 main/rfc1867.c 	*line = pos;
line               73 main/rfc1867.h typedef char* (*php_rfc1867_getword_t)(const zend_encoding *encoding, char **line, char stop);
line             1984 sapi/fpm/fpm/fpm_main.c 					ctr.line = CGIG(error_header);
line              101 sapi/fpm/fpm/zlog.c void vzlog(const char *function, int line, int flags, const char *fmt, va_list args) /* {{{ */
line              133 sapi/fpm/fpm/zlog.c 			len += snprintf(buf, buf_size, "[%s] %s(), line %d: ", level_names[flags & ZLOG_LEVEL_MASK], function, line);
line              146 sapi/fpm/fpm/zlog.c 				len += snprintf(buf + len, buf_size - len, "%s: pid %d, %s(), line %d: ", level_names[flags & ZLOG_LEVEL_MASK], getpid(), function, line);
line              148 sapi/fpm/fpm/zlog.c 				len += snprintf(buf + len, buf_size - len, "%s: %s(), line %d: ", level_names[flags & ZLOG_LEVEL_MASK], function, line);
line              198 sapi/fpm/fpm/zlog.c void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ {
line              201 sapi/fpm/fpm/zlog.c 	vzlog(function, line, flags, fmt, args);
line               22 sapi/fpm/fpm/zlog.h void vzlog(const char *function, int line, int flags, const char *fmt, va_list args);
line               23 sapi/fpm/fpm/zlog.h void zlog_ex(const char *function, int line, int flags, const char *fmt, ...)
line              333 sapi/phpdbg/phpdbg.c 	zend_long line;
line              335 sapi/phpdbg/phpdbg.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "sl", &file, &flen, &line) == FAILURE) {
line              339 sapi/phpdbg/phpdbg.c 	phpdbg_set_breakpoint_file(file, line);
line              692 sapi/phpdbg/phpdbg.c 	ZEND_ARG_INFO(0, line)
line              141 sapi/phpdbg/phpdbg_bp.c 								((phpdbg_breakfile_t*)brake)->line);
line              205 sapi/phpdbg/phpdbg_bp.c 											conditional->param.file.name, conditional->param.file.line,
line              283 sapi/phpdbg/phpdbg_bp.c 		new_break.line = line_num;
line              306 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("breakpoint", "add=\"success\" id=\"%d\" file=\"%s\" line=\"%ld\" pending=\"pending\"", "Pending breakpoint #%d added at %s:%ld", new_break.id, new_break.filename, new_break.line);
line              310 sapi/phpdbg/phpdbg_bp.c 			phpdbg_notice("breakpoint", "add=\"success\" id=\"%d\" file=\"%s\" line=\"%ld\"", "Breakpoint #%d added at %s:%ld", new_break.id, new_break.filename, new_break.line);
line              346 sapi/phpdbg/phpdbg_bp.c 			if (zend_hash_index_add_mem(master, brake->line, &new_brake, sizeof(phpdbg_breakfile_t))) {
line             1009 sapi/phpdbg/phpdbg_bp.c 			if (param->file.line == zend_get_executed_lineno()) {
line             1251 sapi/phpdbg/phpdbg_bp.c 				((phpdbg_breakfile_t*)brake)->line,
line             1448 sapi/phpdbg/phpdbg_bp.c 						brake->id, brake->filename, brake->line,
line             1462 sapi/phpdbg/phpdbg_bp.c 						brake->id, brake->filename, brake->line,
line             1592 sapi/phpdbg/phpdbg_bp.c 				 				brake->id, brake->param.file.name, brake->param.file.line, brake->code,
line               59 sapi/phpdbg/phpdbg_bp.h 	long        line;
line              115 sapi/phpdbg/phpdbg_cmd.c 				ZEND_IGNORE_VALUE(asprintf(pointer, "%s:%lu#%lu", param->file.name, param->file.line, param->num));
line              117 sapi/phpdbg/phpdbg_cmd.c 				ZEND_IGNORE_VALUE(asprintf(pointer, "%s:%lu", param->file.name, param->file.line));
line              169 sapi/phpdbg/phpdbg_cmd.c 			dest->file.line = src->file.line;
line              214 sapi/phpdbg/phpdbg_cmd.c 			hash += param->file.line;
line              276 sapi/phpdbg/phpdbg_cmd.c 					if (l->file.line == r->file.line) {
line              336 sapi/phpdbg/phpdbg_cmd.c 				fprintf(stderr, "%s NUMERIC_FILE_PARAM(%s:#%lu)\n", msg, param->file.name, param->file.line);
line              340 sapi/phpdbg/phpdbg_cmd.c 				fprintf(stderr, "%s FILE_PARAM(%s:%lu)\n", msg, param->file.name, param->file.line);
line               59 sapi/phpdbg/phpdbg_cmd.h 		long line;
line               76 sapi/phpdbg/phpdbg_cmd.h 	(v)->file.line = 0; \
line              191 sapi/phpdbg/phpdbg_frame.c 	zval *file = &startfile, *line = &startline;
line              221 sapi/phpdbg/phpdbg_frame.c 			phpdbg_xml("<frame %r id=\"%d\" file=\"%s\" line=\"" ZEND_LONG_FMT "\"", i, Z_STRVAL_P(file), Z_LVAL_P(line));
line              223 sapi/phpdbg/phpdbg_frame.c 			phpdbg_out(" at %s:%ld\n", Z_STRVAL_P(file), Z_LVAL_P(line));
line              233 sapi/phpdbg/phpdbg_frame.c 		line = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("line"));
line              237 sapi/phpdbg/phpdbg_frame.c 	phpdbg_writeln("frame", "id=\"%d\" symbol=\"{main}\" file=\"%s\" line=\"%d\"", "frame #%d: {main} at %s:%ld", i, Z_STRVAL_P(file), Z_LVAL_P(line));
line               66 sapi/phpdbg/phpdbg_list.c 			phpdbg_list_file(file, param->file.line, 0, 0);
line              128 sapi/phpdbg/phpdbg_list.c 	uint line, lastline;
line              157 sapi/phpdbg/phpdbg_list.c 	for (line = offset; line < lastline;) {
line              158 sapi/phpdbg/phpdbg_list.c 		uint linestart = data->line[line++];
line              159 sapi/phpdbg/phpdbg_list.c 		uint linelen = data->line[line] - linestart;
line              163 sapi/phpdbg/phpdbg_list.c 			phpdbg_write("line", "line=\"%u\" code=\"%.*s\"", " %05u: %.*s", line, linelen, buffer);
line              165 sapi/phpdbg/phpdbg_list.c 			if (highlight != line) {
line              166 sapi/phpdbg/phpdbg_list.c 				phpdbg_write("line", "line=\"%u\" code=\"%.*s\"", " %05u: %.*s", line, linelen, buffer);
line              168 sapi/phpdbg/phpdbg_list.c 				phpdbg_write("line", "line=\"%u\" code=\"%.*s\" current=\"current\"", ">%05u: %.*s", line, linelen, buffer);
line              240 sapi/phpdbg/phpdbg_list.c 	uint line;
line              254 sapi/phpdbg/phpdbg_list.c 	data.line[0] = 0;
line              269 sapi/phpdbg/phpdbg_list.c 	for (line = 0, bufptr = data.buf - 1, endptr = data.buf + data.len; ++bufptr < endptr;) {
line              271 sapi/phpdbg/phpdbg_list.c 			dataptr->line[++line] = (uint)(bufptr - data.buf) + 1;
line              274 sapi/phpdbg/phpdbg_list.c 	dataptr->lines = ++line;
line              275 sapi/phpdbg/phpdbg_list.c 	dataptr->line[line] = endptr - data.buf;
line              285 sapi/phpdbg/phpdbg_list.c 	dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line);
line              326 sapi/phpdbg/phpdbg_list.c 	uint line;
line              336 sapi/phpdbg/phpdbg_list.c 	dataptr->line[0] = 0;
line              337 sapi/phpdbg/phpdbg_list.c 	for (line = 0, bufptr = dataptr->buf - 1, endptr = dataptr->buf + dataptr->len; ++bufptr < endptr;) {
line              339 sapi/phpdbg/phpdbg_list.c 			dataptr->line[++line] = (uint)(bufptr - dataptr->buf) + 1;
line              342 sapi/phpdbg/phpdbg_list.c 	dataptr->lines = ++line;
line              343 sapi/phpdbg/phpdbg_list.c 	dataptr->line[line] = endptr - dataptr->buf;
line              355 sapi/phpdbg/phpdbg_list.c 	dataptr = erealloc(dataptr, sizeof(phpdbg_file_source) + sizeof(uint) * line);
line               54 sapi/phpdbg/phpdbg_list.h 	uint line[1];
line               91 sapi/phpdbg/phpdbg_parser.y 		$$.file.line = $3.num;
line               96 sapi/phpdbg/phpdbg_parser.y 		$$.file.line = $4.num;
line              106 sapi/phpdbg/phpdbg_parser.y 		$$.file.line = $4.num;
line              116 sapi/phpdbg/phpdbg_parser.y 		$$.file.line = $5.num;
line              166 sapi/phpdbg/phpdbg_prompt.c 							spprintf(&buffered, 0, "%s:%ld", next->file.name, next->file.line);
line              171 sapi/phpdbg/phpdbg_prompt.c 							spprintf(&buffered, 0, "%s:#%ld", next->file.name, next->file.line);
line              213 sapi/phpdbg/phpdbg_prompt.c 	int line;
line              223 sapi/phpdbg/phpdbg_prompt.c 	state->line++;
line              277 sapi/phpdbg/phpdbg_prompt.c 								phpdbg_output_err_buf("initfailure", "%b file=\"%s\" line=\"%d\" input=\"%s\"", "Unrecognized command in %s:%d: %s, %b!", state->init_file, state->line, input);
line              279 sapi/phpdbg/phpdbg_prompt.c 								phpdbg_output_err_buf("initfailure", "%b line=\"%d\" input=\"%s\"", "Unrecognized command on line %d: %s, %b!", state->line, input);
line              636 sapi/phpdbg/phpdbg_prompt.c 	zend_long line;
line              644 sapi/phpdbg/phpdbg_prompt.c 	line = zval_get_long(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("line"), 1, &rv));
line              655 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_error("exception", "name=\"%s\" file=\"%s\" line=\"" ZEND_LONG_FMT "\"", "Uncaught %s in %s on line " ZEND_LONG_FMT, ZSTR_VAL(ex->ce->name), ZSTR_VAL(file), line);
line              976 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_set_breakpoint_file(param->file.name, param->file.line);
line              979 sapi/phpdbg/phpdbg_prompt.c 			phpdbg_set_breakpoint_file_opline(param->file.name, param->file.line);
line             1503 sapi/phpdbg/phpdbg_prompt.c 			zend_long line;
line             1521 sapi/phpdbg/phpdbg_prompt.c 			line = zval_get_long(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("line"), 1, &rv));
line             1527 sapi/phpdbg/phpdbg_prompt.c 				ZSTR_VAL(exception->ce->name), ZSTR_VAL(file), line,