Home
last modified time | relevance | path

Searched refs:arg (Results 226 – 250 of 497) sorted by relevance

12345678910>>...20

/PHP-5.3/ext/reflection/tests/
H A DReflectionParameter_001.phpt18 echo "No arg function\n";
/PHP-5.3/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.3/ext/fileinfo/tests/
H A Dfinfo_open_error.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
/PHP-5.3/ext/standard/tests/strings/
H A Dvprintf_error.phpt15 $extra_arg = "extra arg";
H A Dvsprintf_error.phpt15 $extra_arg = "extra arg";
/PHP-5.3/ext/imap/tests/
H A Dimap_fetchbody_variation5.phpt2 Test imap_fetchbody() function : usage variation - different resources as $stream_id arg
/PHP-5.3/Zend/tests/
H A Dbug31683.phpt20 function __call($test, $arg) {
/PHP-5.3/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.3/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.3/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.3/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.3/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, "s|b", &arg, &arg_len, &raw_output) == FAILUR… in PHP_NAMED_FUNCTION()
151 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); in PHP_NAMED_FUNCTION()
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI313 void* arg)
324 reg, arg);
326 3 arg: argument for func.
380 int(*func)(int,int,int,int,int,void*), void* arg)
400 void* arg)
409 arg: optional callback argument
411 4 arg; optional callback argument.
/PHP-5.3/main/
H A DSAPI.c121 SAPI_API void sapi_handle_post(void *arg TSRMLS_DC) in sapi_handle_post()
124 SG(request_info).post_entry->post_handler(SG(request_info).content_type_dup, arg TSRMLS_CC); in sapi_handle_post()
553 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg TSRMLS_DC) in sapi_header_op()
578 sapi_update_response_code((int)(zend_intptr_t) arg TSRMLS_CC); in sapi_header_op()
584 sapi_header_line *p = arg; in sapi_header_op()
931 SAPI_API int sapi_register_treat_data(void (*treat_data)(int arg, char *str, zval *destArray TSRMLS… in sapi_register_treat_data() argument
941 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.3/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_009w.phpt17 $struct = new SOAPComplexType('arg',34,325.325);
/PHP-5.3/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 ---
H A Darray_fill_variation1_64bit.phpt92 echo "--- Testing array_fill() with different values for 'start_key' arg ---\n";
111 --- Testing array_fill() with different values for 'start_key' arg ---
/PHP-5.3/ext/com_dotnet/
H A Dcom_wrapper.c276 VARIANT *arg; in disp_invokeex() local
279 arg = &pdp->rgvarg[ pdp->cArgs - 1 - i]; in disp_invokeex()
281 trace("alloc zval for arg %d VT=%08x\n", i, V_VT(arg)); in disp_invokeex()
284 php_com_wrap_variant(zarg, arg, COMG(code_page) TSRMLS_CC); in disp_invokeex()
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Dgb18030.c34 #define DEBUG_GB18030(arg) argument
36 #define DEBUG_GB18030(arg) printf arg argument
/PHP-5.3/ext/standard/
H A Durl_scanner_ex.c219 if (strncasecmp(ctx->arg.c, ctx->lookup_data, ctx->arg.len) == 0) in tag_arg()
328 ctx->arg.len = 0; in handle_arg()
329 smart_str_appendl(&ctx->arg, start, YYCURSOR - start); in handle_arg()
989 smart_str_free(&ctx->arg); in php_url_scanner_ex_deactivate()
/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.re261 #define timelib_split_free(arg) { \
263 for (i = 0; i < arg.c; i++) { \
264 free(arg.v[i]); \
266 if (arg.v) { \
267 free(arg.v); \
/PHP-5.3/ext/mbstring/oniguruma/
H A Donigposix.h162 … reg, int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*), void* arg));

Completed in 53 milliseconds

12345678910>>...20