/PHP-5.6/Zend/ |
H A D | zend_API.c | 229 ZEND_API char *zend_zval_type_name(const zval *arg) /* {{{ */ in zend_zval_type_name() 736 zval **arg; in zend_parse_va_args() local 1327 ZEND_API int add_index_null(zval *arg, ulong index) /* {{{ */ in add_index_null() 1408 ZEND_API int add_next_index_long(zval *arg, long n) /* {{{ */ in add_next_index_long() 1419 ZEND_API int add_next_index_null(zval *arg) /* {{{ */ in add_next_index_null() 1430 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool() 1441 ZEND_API int add_next_index_resource(zval *arg, int r) /* {{{ */ in add_next_index_resource() 1452 ZEND_API int add_next_index_double(zval *arg, double d) /* {{{ */ in add_next_index_double() 1488 ZEND_API int add_next_index_zval(zval *arg, zval *value) /* {{{ */ in add_next_index_zval() 3346 zval **arg, ***params; in zend_fcall_info_args() local [all …]
|
H A D | zend_stack.c | 142 …h_argument(zend_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg) in zend_stack_apply_with_argument()
|
H A D | zend_extensions.c | 208 void *arg; in zend_extension_message_dispatcher() local 219 ZEND_API void zend_extension_dispatch_message(int message, void *arg) in zend_extension_dispatch_message()
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_process_ctl.c | 40 static void fpm_pctl_cleanup(int which, void *arg) /* {{{ */ in fpm_pctl_cleanup() 54 static void fpm_pctl_action(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_action() 441 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_heartbeat() 466 …perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_perform_idle_server_maintenance_heartbeat() 496 void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_on_socket_accept()
|
H A D | fpm_cleanup.c | 15 void *arg; member 20 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
|
H A D | fpm_events.c | 49 static void fpm_event_cleanup(int which, void *arg) /* {{{ */ in fpm_event_cleanup() 56 static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_got_signal() 471 …*ev, int fd, int flags, void (*callback)(struct fpm_event_s *, short, void *), void *arg) /* {{{ */ in fpm_event_set() argument
|
H A D | fpm_events.h | 13 #define fpm_event_set_timer(ev, flags, cb, arg) fpm_event_set((ev), -1, (flags), (cb), (arg)) argument 20 void *arg; member
|
H A D | fpm_worker_pool.c | 38 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup()
|
H A D | fpm_systemd.c | 48 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_systemd_heartbeat()
|
/PHP-5.6/ext/standard/ |
H A D | type.c | 28 zval **arg; in PHP_FUNCTION() local 217 zval **arg; in php_is_type() local 316 zval **arg; in PHP_FUNCTION() local 347 zval **arg; in PHP_FUNCTION() local
|
H A D | math.c | 772 PHPAPI long _php_math_basetolong(zval *arg, int base) in _php_math_basetolong() 817 PHPAPI int _php_math_basetozval(zval *arg, int base, zval *ret) in _php_math_basetozval() 881 PHPAPI char * _php_math_longtobase(zval *arg, int base) in _php_math_longtobase() 911 PHPAPI char * _php_math_zvaltobase(zval *arg, int base TSRMLS_DC) in _php_math_zvaltobase() 949 zval **arg; in PHP_FUNCTION() local 965 zval **arg; in PHP_FUNCTION() local 981 zval **arg; in PHP_FUNCTION() local 997 zval **arg; in PHP_FUNCTION() local 1013 zval **arg; in PHP_FUNCTION() local 1029 zval **arg; in PHP_FUNCTION() local
|
H A D | pack.c | 146 int arg = 1; in PHP_FUNCTION() local 268 int arg = formatargs[i]; in PHP_FUNCTION() local 347 int arg = formatargs[i]; in PHP_FUNCTION() local 599 int arg = 1, argb; in PHP_FUNCTION() local
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regtrav.c | 37 int level, void* arg) in capture_tree_traverse() 68 int(*callback_func)(int,int,int,int,int,void*), void* arg) in onig_capture_tree_traverse() argument
|
H A D | regposix.c | 273 void* arg; member 278 onig_regex_t* reg ARG_UNUSED, void* arg) in i_wrapper() 288 void* arg) in reg_foreach_name()
|
/PHP-5.6/ext/readline/ |
H A D | readline.c | 336 char *arg; in PHP_FUNCTION() local 396 char *arg = NULL; in PHP_FUNCTION() local 421 char *arg = NULL; in PHP_FUNCTION() local 527 zval *arg = NULL; in PHP_FUNCTION() local
|
/PHP-5.6/ext/dom/ |
H A D | characterdata.c | 220 char *arg; in PHP_FUNCTION() local 254 char *arg; in PHP_FUNCTION() local 357 char *arg; in PHP_FUNCTION() local
|
/PHP-5.6/Zend/tests/bug67436/ |
H A D | a.php | 4 public function test($arg = c::TESTCONSTANT) {
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_exception.c | 42 va_list arg; in php_mysqli_throw_sql_exception() local
|
/PHP-5.6/ext/mbstring/oniguruma/enc/ |
H A D | gb18030.c | 34 #define DEBUG_GB18030(arg) argument 36 #define DEBUG_GB18030(arg) printf arg argument
|
/PHP-5.6/scripts/dev/generate-phpt/src/setup/ |
H A D | gtCommandLineOptions.php | 28 protected function isShortOption($arg)
|
/PHP-5.6/ext/skeleton/ |
H A D | skeleton.c | 38 char *arg = NULL; in PHP_FUNCTION() local
|
/PHP-5.6/sapi/litespeed/ |
H A D | lsapilib.h | 281 static inline int LSAPI_ForeachHeader( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader() 285 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader() 288 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv() 291 static inline int LSAPI_ForeachSpecialEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv()
|
H A D | lsapi_main.c | 249 void * arg ) in add_variable() 268 void *arg; member 273 void * arg ) in add_variable_zts() 349 void * arg ) in add_variable_magic_quote() 708 void * arg ) in alter_ini() 1656 void * arg ) in add_associate_array()
|
/PHP-5.6/ext/ftp/ |
H A D | ftp.c | 803 char arg[11]; in ftp_get() local 897 char arg[11]; in ftp_put() local 1380 char arg[sizeof("255, 255, 255, 255, 255, 255")]; in ftp_getdata() local 1725 char arg[11]; in ftp_nb_get() local 1842 char arg[11]; in ftp_nb_put() local
|
/PHP-5.6/ext/intl/collator/ |
H A D | collator_convert.c | 413 zval* collator_make_printable_zval( zval* arg ) in collator_make_printable_zval() 451 zval* collator_normalize_sort_argument( zval* arg ) in collator_normalize_sort_argument()
|