Date: 02/25/99
- Next message: thies: "[PHP-DEV] CVS update: php3/functions"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thursday February 25, 1999 @ 11:27
Author: thies
Update of /repository/php3
In directory asf:/u/temp/cvs-serv6798
Modified Files:
internal_functions.h
Log Message:
whoops - never thought i would ever commit this file;-)
Index: php3/internal_functions.h
diff -c php3/internal_functions.h:1.129 php3/internal_functions.h:1.130
*** php3/internal_functions.h:1.129 Fri Jan 29 16:42:14 1999
--- php3/internal_functions.h Thu Feb 25 11:27:06 1999
***************
*** 29,35 ****
*/
! /* $Id: internal_functions.h,v 1.129 1999/01/29 21:42:14 shane Exp $ */
#ifndef _INTERNAL_FUNCTIONS_H
--- 29,35 ----
*/
! /* $Id: internal_functions.h,v 1.130 1999/02/25 16:27:06 thies Exp $ */
#ifndef _INTERNAL_FUNCTIONS_H
***************
*** 93,99 ****
extern PHPAPI int call_user_function(HashTable *function_table, pval *object, pval *function_name, pval *retval, int param_count, pval *params[]);
#define add_property_long(arg,key,n) add_assoc_long((arg),(key),(n))
! #define add_property_double(arg,key,d) add_assoc_double((arg),(key),(n))
#define add_property_string(arg,key,str,dup) add_assoc_string((arg),(key),(str),(dup))
#define add_property_stringl(arg,key,str,length,dup) add_assoc_stringl((arg),(key),(str),(length),(dup))
#define add_method(arg,key,method) add_assoc_function((arg),(key),(method))
--- 93,99 ----
extern PHPAPI int call_user_function(HashTable *function_table, pval *object, pval *function_name, pval *retval, int param_count, pval *params[]);
#define add_property_long(arg,key,n) add_assoc_long((arg),(key),(n))
! #define add_property_double(arg,key,d) add_assoc_double((arg),(key),(d))
#define add_property_string(arg,key,str,dup) add_assoc_string((arg),(key),(str),(dup))
#define add_property_stringl(arg,key,str,length,dup) add_assoc_stringl((arg),(key),(str),(length),(dup))
#define add_method(arg,key,method) add_assoc_function((arg),(key),(method))
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: thies: "[PHP-DEV] CVS update: php3/functions"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

