diff options
author | Sascha Schumann <sas@php.net> | 2000-11-22 21:47:15 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-11-22 21:47:15 +0000 |
commit | e937eeb2e5eb1a133e96485b8fdd6b8e0eac80a7 (patch) | |
tree | 3555fa70d68478ccdf09bf8b501732cbb51f9188 /ext/dba/php_dba.h | |
parent | 2f6fe425a4ce8ab7d23f10c10f773f682bee4dac (diff) | |
download | php-git-e937eeb2e5eb1a133e96485b8fdd6b8e0eac80a7.tar.gz |
Run through conv_z_macros
Diffstat (limited to 'ext/dba/php_dba.h')
-rw-r--r-- | ext/dba/php_dba.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h index d8d1c9cbfe..699b80f777 100644 --- a/ext/dba/php_dba.h +++ b/ext/dba/php_dba.h @@ -91,7 +91,7 @@ extern zend_module_entry dba_module_entry; DBA_OPTIMIZE_FUNC(x); \ DBA_SYNC_FUNC(x) -#define VALLEN(p) (*p)->value.str.val, (*p)->value.str.len +#define VALLEN(p) Z_STRVAL_PP(p), Z_STRLEN_PP(p) PHP_FUNCTION(dba_open); PHP_FUNCTION(dba_popen); |