Home
last modified time | relevance | path

Searched refs:arg (Results 301 – 325 of 572) sorted by relevance

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

/PHP-5.5/ext/standard/tests/array/
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.5/ext/com_dotnet/
H A Dcom_wrapper.c270 VARIANT *arg; in disp_invokeex() local
273 arg = &pdp->rgvarg[ pdp->cArgs - 1 - i]; in disp_invokeex()
275 trace("alloc zval for arg %d VT=%08x\n", i, V_VT(arg)); in disp_invokeex()
278 php_com_wrap_variant(zarg, arg, COMG(code_page) TSRMLS_CC); in disp_invokeex()
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dgb18030.c34 #define DEBUG_GB18030(arg) argument
36 #define DEBUG_GB18030(arg) printf arg argument
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c220 if (strncasecmp(ctx->arg.c, ctx->lookup_data, ctx->arg.len) == 0) in tag_arg()
329 ctx->arg.len = 0; in handle_arg()
330 smart_str_appendl(&ctx->arg, start, YYCURSOR - start); in handle_arg()
976 smart_str_free(&ctx->arg); in php_url_scanner_ex_deactivate()
/PHP-5.5/ext/standard/tests/math/
H A Dceil_variation1.phpt2 Test ceil() function : usage variations - different data types as $value arg
H A Dfloor_variation1.phpt2 Test floor() function : usage variations - different data types as $value arg
H A Dabs_variation.phpt2 Test abs() function : usage variations - different data types as $number arg
H A Dbindec_variation1.phpt2 Test bindec() function : usage variations - different data types as $binary_string arg
H A Doctdec_variation1.phpt2 Test octdec() function : usage variations - different data types as $octal_string arg
H A Dbindec_variation1_64bit.phpt2 Test bindec() function : usage variations - different data types as $binary_string arg
/PHP-5.5/ext/mbstring/oniguruma/
H A Donigposix.h162 … reg, int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*), void* arg));
H A Dst.c478 st_foreach(table, func, arg) in st_foreach() argument
481 st_data_t arg;
490 retval = (*func)(ptr->key, ptr->record, arg);
/PHP-5.5/sapi/cgi/
H A Dfastcgi.h111 …apply_func)(char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg TSRMLS_DC);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stripos_variation4.phpt2 Test mb_stripos() function : usage variations - pass different data types as $encoding arg
17 * Pass mb_stripos different data types as $encoding arg to test behaviour
H A Dmb_strpos_variation4.phpt2 Test mb_strpos() function : usage variations - pass different data types as $encoding arg
16 * Pass mb_strpos different data types as $encoding arg to test behaviour
H A Dmb_strripos_variation4.phpt2 Test mb_strripos() function : usage variations - pass different data types as $encoding arg
17 * Pass mb_strripos different data types as $encoding arg to test behaviour
/PHP-5.5/ext/standard/tests/strings/
H A Dprintf_variation1.phpt17 $arg1 = "second arg";
18 $arg2 = "third arg";
H A Dsprintf_variation1.phpt17 $arg1 = "second arg";
18 $arg2 = "third arg";
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation4.phpt2 Test iconv_strpos() function : usage variations - pass different data types as $charset arg
17 * Pass iconv_strpos different data types as $encoding arg to test behaviour
/PHP-5.5/main/streams/
H A Dtransports.c42 #define ERR_REPORT(out_err, fmt, arg) \ argument
43 if (out_err) { spprintf(out_err, 0, fmt, arg); } \
44 else { php_error_docref(NULL TSRMLS_CC, E_WARNING, fmt, arg); }
/PHP-5.5/sapi/cli/
H A Dphp_cli.c206 static int print_extension_info(zend_extension *ext, void *arg TSRMLS_DC) /* {{{ */ in print_extension_info()
1096 zval *arg, *ref; in do_cli() local
1120 MAKE_STD_ZVAL(arg); in do_cli()
1121 ZVAL_STRING(arg, reflection_what, 1); in do_cli()
1129 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, arg); in do_cli()
1140 zval_ptr_dtor(&arg); in do_cli()
/PHP-5.5/ext/intl/tests/
H A Ddateformat_timezone_arg_variations.phpt2 IntlDateFormatter: several forms of the timezone arg
H A Ddateformat_timezone_arg_variations4.phpt2 IntlDateFormatter: several forms of the timezone arg
/PHP-5.5/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt66 Name: arg
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug46292.phpt2 Bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE)

Completed in 80 milliseconds

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