Home
last modified time | relevance | path

Searched refs:arg (Results 276 – 300 of 572) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_variation5.phpt2 Test imap_fetchbody() function : usage variation - different resources as $stream_id arg
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_001.phpt18 echo "No arg function\n";
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_all_error2.phpt2 Test preg_match_all() function : error conditions - wrong arg types
H A Dpreg_replace_error2.phpt2 Test preg_replace() function : error conditions - wrong arg types
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_error.phpt15 $extra_arg = "extra arg";
H A Dvprintf_error.phpt15 $extra_arg = "extra arg";
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_020w.phpt17 $struct = new SOAPComplexType('arg',34,325.325);
H A Dr4_groupI_xsd_009w.phpt17 $struct = new SOAPComplexType('arg',34,325.325);
/PHP-5.5/tests/output/
H A Dob_start_error_001.phpt2 Test wrong number of arguments and wrong arg types for ob_start()
H A Dob_start_error_002.phpt2 Test wrong number of arguments and wrong arg types for ob_start()
/PHP-5.5/Zend/tests/
H A Dbug31683.phpt20 function __call($test, $arg) {
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos_variation3.phpt2 Test mb_stripos() function : usage variations - pass different data types as $offset arg
17 * Pass mb_stripos different data types as $offset arg to test behaviour
H A Dmb_strpos_variation3.phpt2 Test mb_strpos() function : usage variations - pass different data types as $offset arg
16 * Pass mb_strpos different data types as $offset arg to test behaviour
H A Dmb_strripos_variation3_Bug45923.phpt2 Test mb_strripos() function : usage variations - pass different data types as $offset arg
17 * Pass mb_strripos different data types as $offset arg to test behaviour
/PHP-5.5/ext/dom/
H A Dnamednodemap.c36 ZEND_ARG_OBJ_INFO(0, arg, DOMNode, 0)
53 ZEND_ARG_OBJ_INFO(0, arg, DOMNode, 0)
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c111 static const char *php_apache_phpini_set(cmd_parms *cmd, void *mconfig, const char *arg) in php_apache_phpini_set() argument
116 apache2_php_ini_path_override = ap_server_root_relative(cmd->pool, arg); in php_apache_phpini_set()
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation3.phpt2 Test iconv_strpos() function : usage variations - pass different data types as $offset arg
17 * Pass iconv_strpos different data types as $offset arg to test behaviour
/PHP-5.5/ext/ldap/
H A Dconfig.m4197 dnl Check for 3 arg ldap_set_rebind_proc
198 AC_CACHE_CHECK([for 3 arg ldap_set_rebind_proc], ac_cv_3arg_setrebindproc,
202 AC_DEFINE(HAVE_3ARG_SETREBINDPROC,1,[Whether 3 arg set_rebind_proc()])
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re226 #define timelib_split_free(arg) { \
228 for (i = 0; i < arg.c; i++) { \
229 free(arg.v[i]); \
231 if (arg.v) { \
232 free(arg.v); \
/PHP-5.5/ext/mbstring/oniguruma/
H A Doniguruma.h148 …edef int (*OnigApplyAllCaseFoldFunc)(OnigCodePoint from, OnigCodePoint* to, int to_len, void* arg);
160 int (*apply_all_case_fold)(OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg);
281 #define ONIGENC_APPLY_ALL_CASE_FOLD(enc,case_fold_flag,f,arg) \ argument
282 (enc)->apply_all_case_fold(case_fold_flag,f,arg)
763 …igRegex reg, int (*func)(const OnigUChar*, const OnigUChar*,int,int*,OnigRegex,void*), void* arg));
773 …averse P_((OnigRegion* region, int at, int(*callback_func)(int,int,int,int,int,void*), void* arg));
/PHP-5.5/ext/hash/
H A Dhash_md.c108 char *arg; in PHP_NAMED_FUNCTION() local
115 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_NAMED_FUNCTION()
121 PHP_MD5Update(&context, arg, arg_len); in PHP_NAMED_FUNCTION()
137 char *arg; in PHP_NAMED_FUNCTION() local
147 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_NAMED_FUNCTION()
151 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_NAMED_FUNCTION()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI330 void* arg)
341 reg, arg);
343 3 arg: argument for func.
397 int(*func)(int,int,int,int,int,void*), void* arg)
417 void* arg)
426 arg: optional callback argument
428 4 arg; optional callback argument.
/PHP-5.5/main/
H A DSAPI.c186 SAPI_API void sapi_handle_post(void *arg TSRMLS_DC) in sapi_handle_post()
189 SG(request_info).post_entry->post_handler(SG(request_info).content_type_dup, arg TSRMLS_CC); in sapi_handle_post()
667 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg TSRMLS_DC) in sapi_header_op()
690 sapi_update_response_code((int)(zend_intptr_t) arg TSRMLS_CC); in sapi_header_op()
696 sapi_header_line *p = arg; in sapi_header_op()
971 SAPI_API int sapi_register_treat_data(void (*treat_data)(int arg, char *str, zval *destArray TSRMLS… in sapi_register_treat_data() argument
980 SAPI_API int sapi_register_input_filter(unsigned int (*input_filter)(int arg, char *var, char **val… in sapi_register_input_filter() argument
/PHP-5.5/ext/intl/tests/
H A Dbreakiter___construct_error.phpt2 IntlRuleBasedBreakIterator::__construct(): arg errors
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_variation1.phpt92 echo "--- Testing array_fill() with different values for 'start_key' arg ---\n";
111 --- Testing array_fill() with different values for 'start_key' arg ---

Completed in 55 milliseconds

1...<<11121314151617181920>>...23