Searched defs:defval (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/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-8.3/ext/pdo/ |
H A D | php_pdo_driver.h | 176 static inline zend_long pdo_attr_lval(zval *options, unsigned option_name, zend_long defval) in pdo_attr_lval() 185 static inline zend_string *pdo_attr_strval(zval *options, unsigned option_name, zend_string *defval) in pdo_attr_strval()
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 900 #define SET_OPTIONAL_STRING_ARG(key, varname, defval) \ argument 912 #define SET_OPTIONAL_LONG_ARG(key, varname, defval) \ argument
|
/PHP-8.3/ext/soap/ |
H A D | soap.c | 3962 zval defval; local
|
Completed in 39 milliseconds