Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 117) sorted by path

12345

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1643 va_list arg; in virtual_open() local
/PHP-5.5/Zend/tests/bug67436/
H A Da.php4 public function test($arg = c::TESTCONSTANT) {
/PHP-5.5/Zend/
H A Dzend_API.c229 ZEND_API char *zend_zval_type_name(const zval *arg) /* {{{ */ in zend_zval_type_name()
736 zval **arg; in zend_parse_va_args() local
1319 ZEND_API int add_index_null(zval *arg, ulong index) /* {{{ */ in add_index_null()
1391 ZEND_API int add_next_index_long(zval *arg, long n) /* {{{ */ in add_next_index_long()
1402 ZEND_API int add_next_index_null(zval *arg) /* {{{ */ in add_next_index_null()
1413 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool()
1424 ZEND_API int add_next_index_resource(zval *arg, int r) /* {{{ */ in add_next_index_resource()
1435 ZEND_API int add_next_index_double(zval *arg, double d) /* {{{ */ in add_next_index_double()
1468 ZEND_API int add_next_index_zval(zval *arg, zval *value) /* {{{ */ in add_next_index_zval()
3290 zval **arg, ***params; in zend_fcall_info_args() local
[all …]
H A Dzend_API.h360 #define array_init(arg) _array_init((arg), 0 ZEND_FILE_LINE_CC) argument
361 #define array_init_size(arg, size) _array_init((arg), (size) ZEND_FILE_LINE_CC) argument
362 #define object_init(arg) _object_init((arg) ZEND_FILE_LINE_CC TSRMLS_CC) argument
363 #define object_init_ex(arg, ce) _object_init_ex((arg), (ce) ZEND_FILE_LINE_CC TSRMLS_CC) argument
364 #define object_and_properties_init(arg, ce, properties) _object_and_properties_init((arg), (ce), (p… argument
527 #define add_method(arg, key, method) add_assoc_function((arg), (key), (method)) argument
H A Dzend_builtin_functions.c411 zval *arg; in ZEND_FUNCTION() local
797 zval *arg; in ZEND_FUNCTION() local
2020 zval *arg_array, **arg; in debug_backtrace_get_args() local
H A Dzend_exceptions.c651 va_list arg; in zend_spprintf() local
853 va_list arg; in zend_throw_exception_ex() local
H A Dzend_execute.c601 static inline int zend_verify_arg_type(zend_function *zf, zend_uint arg_num, zval *arg, ulong fetch… in zend_verify_arg_type()
H A Dzend_execute_API.c466 ZEND_API int zval_update_constant_ex(zval **pp, void *arg, zend_class_entry *scope TSRMLS_DC) /* {{… in zval_update_constant_ex()
1339 VOID CALLBACK tq_timer_cb(PVOID arg, BOOLEAN timed_out) in tq_timer_cb()
H A Dzend_extensions.c200 void *arg; in zend_extension_message_dispatcher() local
211 ZEND_API void zend_extension_dispatch_message(int message, void *arg) in zend_extension_dispatch_message()
H A Dzend_ini.h208 void *arg; member
H A Dzend_operators.c764 zval **arg; in multi_convert_to_long_ex() local
780 zval **arg; in multi_convert_to_double_ex() local
796 zval **arg; in multi_convert_to_string_ex() local
H A Dzend_stack.c142 …h_argument(zend_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg) in zend_stack_apply_with_argument()
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c270 VARIANT *arg; in disp_invokeex() local
/PHP-5.5/ext/curl/
H A Dcurl_file.c87 char *arg = NULL; in curlfile_set_property() local
/PHP-5.5/ext/date/lib/
H A Dparse_date.c799 #define timelib_split_free(arg) { \ argument
H A Dparse_iso_intervals.c228 #define timelib_split_free(arg) { \ argument
/PHP-5.5/ext/dom/
H A Dcharacterdata.c227 char *arg; in PHP_FUNCTION() local
261 char *arg; in PHP_FUNCTION() local
364 char *arg; in PHP_FUNCTION() local
/PHP-5.5/ext/filter/
H A Dfilter.c407 static unsigned int php_sapi_filter(int arg, char *var, char **val, unsigned int val_len, unsigned … in php_sapi_filter()
572 long arg; in PHP_FUNCTION() local
/PHP-5.5/ext/ftp/
H A Dftp.c798 char arg[11]; in ftp_get() local
892 char arg[11]; in ftp_put() local
1375 char arg[sizeof("255, 255, 255, 255, 255, 255")]; in ftp_getdata() local
1715 char arg[11]; in ftp_nb_get() local
1832 char arg[11]; in ftp_nb_put() local
/PHP-5.5/ext/gd/
H A Dgd.c3449 static void php_imagefontsize(INTERNAL_FUNCTION_PARAMETERS, int arg) in php_imagefontsize()
/PHP-5.5/ext/hash/
H A Dhash_md.c108 char *arg; in PHP_NAMED_FUNCTION() local
137 char *arg; in PHP_NAMED_FUNCTION() local
H A Dhash_sha.c91 char *arg; in PHP_FUNCTION() local
121 char *arg; in PHP_FUNCTION() local
/PHP-5.5/ext/imap/
H A Dphp_imap.c625 static int add_assoc_object(zval *arg, char *key, zval *tmp TSRMLS_DC) in add_assoc_object()
640 static inline int add_next_index_object(zval *arg, zval *tmp TSRMLS_DC) in add_next_index_object()
2742 char *arg; in PHP_FUNCTION() local
2881 char *arg; in PHP_FUNCTION() local
4539 void _php_imap_add_body(zval *arg, BODY *body TSRMLS_DC) in _php_imap_add_body()
/PHP-5.5/ext/interbase/
H A Dibase_query.c1205 zval *arg = NULL; in PHP_FUNCTION() local
H A Dinterbase.c1316 zval *arg = NULL; in _php_ibase_trans_end() local

Completed in 138 milliseconds

12345