Home
last modified time | relevance | path

Searched defs:arg (Results 26 – 50 of 133) sorted by relevance

123456

/PHP-7.3/Zend/
H A Dzend_API.h377 #define array_init(arg) ZVAL_ARR((arg), zend_new_array(0)) argument
378 #define array_init_size(arg, size) ZVAL_ARR((arg), zend_new_array(size)) argument
555 #define add_method(arg, key, method) add_assoc_function((arg), (key), (method)) argument
1187 static zend_always_inline int zend_parse_arg_str(zval *arg, zend_string **dest, int check_null) in zend_parse_arg_str()
1199 static zend_always_inline int zend_parse_arg_string(zval *arg, char **dest, size_t *dest_len, int c… in zend_parse_arg_string()
1216 static zend_always_inline int zend_parse_arg_path_str(zval *arg, zend_string **dest, int check_null) in zend_parse_arg_path_str()
1225 static zend_always_inline int zend_parse_arg_path(zval *arg, char **dest, size_t *dest_len, int che… in zend_parse_arg_path()
1242 static zend_always_inline int zend_parse_arg_array(zval *arg, zval **dest, int check_null, int or_o… in zend_parse_arg_array()
1290 static zend_always_inline int zend_parse_arg_resource(zval *arg, zval **dest, int check_null) in zend_parse_arg_resource()
1314 static zend_always_inline void zend_parse_arg_zval(zval *arg, zval **dest, int check_null) in zend_parse_arg_zval()
[all …]
H A Dzend_builtin_functions.c466 zval *arg; in ZEND_FUNCTION() local
992 zval *arg; in ZEND_FUNCTION() local
2046 static int add_extension_info(zval *item, void *arg) /* {{{ */ in add_extension_info()
2055 static int add_zendext_info(zend_extension *ext, void *arg) /* {{{ */ in add_zendext_info()
2063 static int add_constant_info(zval *item, void *arg) /* {{{ */ in add_constant_info()
2182 zval *arg; in debug_backtrace_get_args() local
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.h284 static inline int LSAPI_ForeachHeader( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader()
288 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader()
291 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv()
294 static inline int LSAPI_ForeachSpecialEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv()
/PHP-7.3/ext/intl/collator/
H A Dcollator_convert.c382 zval* collator_make_printable_zval( zval* arg, zval *rv) in collator_make_printable_zval()
420 zval* collator_normalize_sort_argument( zval* arg, zval *rv ) in collator_normalize_sort_argument()
/PHP-7.3/ext/filter/
H A Dfilter.c423 static unsigned int php_sapi_filter(int arg, char *var, char **val, size_t val_len, size_t *new_val… in php_sapi_filter()
528 static zval *php_filter_get_storage(zend_long arg)/* {{{ */ in php_filter_get_storage()
574 zend_long arg; in PHP_FUNCTION() local
/PHP-7.3/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp211 zend_long arg; in _breakiter_int32_ret_int32() local
265 zval *arg; in PHP_FUNCTION() local
/PHP-7.3/ext/standard/
H A Dmd5.c47 zend_string *arg; in PHP_NAMED_FUNCTION() local
75 char *arg; in PHP_NAMED_FUNCTION() local
H A Durl_scanner_ex.h41 smart_str arg; /* read only */ member
H A Dsha1.c35 zend_string *arg; in PHP_FUNCTION() local
65 char *arg; in PHP_FUNCTION() local
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Diso8859_1.c106 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_2.c171 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_7.c167 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Dcp1251.c167 OnigApplyAllCaseFoldFunc f, void* arg) in cp1251_apply_all_case_fold()
H A Diso8859_10.c184 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_13.c169 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_14.c185 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_15.c175 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_16.c182 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_3.c176 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_4.c179 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_5.c179 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_9.c169 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Dkoi8.c198 OnigApplyAllCaseFoldFunc f, void* arg) in koi8_apply_all_case_fold()
H A Dkoi8_r.c166 OnigApplyAllCaseFoldFunc f, void* arg) in koi8_r_apply_all_case_fold()
/PHP-7.3/ext/ftp/
H A Dftp.c892 char arg[11]; in ftp_get() local
990 char arg[11]; in ftp_put() local
1658 char arg[sizeof("255, 255, 255, 255, 255, 255")]; in ftp_getdata() local
2096 char arg[11]; in ftp_nb_get() local
2217 char arg[11]; in ftp_nb_put() local

Completed in 73 milliseconds

123456