Searched defs:defval (Results 1 – 4 of 4) sorted by relevance
/php-src/win32/build/ |
H A D | confutils.js | 224 function ConfigureArg(type, optname, helptext, defval) argument 244 function ARG_WITH(optname, helptext, defval) argument 249 function ARG_ENABLE(optname, helptext, defval) argument
|
/php-src/ext/pdo/ |
H A D | php_pdo_driver.h | 177 static inline zend_long pdo_attr_lval(zval *options, unsigned option_name, zend_long defval) in pdo_attr_lval() 186 static inline zend_string *pdo_attr_strval(zval *options, unsigned option_name, zend_string *defval) in pdo_attr_strval()
|
/php-src/ext/openssl/ |
H A D | openssl.c | 914 #define SET_OPTIONAL_STRING_ARG(key, varname, defval) \ argument 926 #define SET_OPTIONAL_LONG_ARG(key, varname, defval) \ argument
|
/php-src/ext/soap/ |
H A D | soap.c | 4159 zval defval; in serialize_zval() local
|
Completed in 43 milliseconds