Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...24

/PHP-7.3/ext/standard/tests/dir/
H A Dscandir_variation9-win32-mb.phpt2 Test scandir() function : usage variations - different ints as $sorting_order arg
/PHP-7.3/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-7.3/ext/reflection/tests/
H A DReflectionParameter_001.phpt18 echo "No arg function\n";
/PHP-7.3/ext/imap/tests/
H A Dimap_fetchbody_variation5.phpt2 Test imap_fetchbody() function : usage variation - different resources as $stream_id arg
/PHP-7.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-7.3/Zend/tests/
H A Dbug31683.phpt20 function __call($test, $arg) {
/PHP-7.3/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-7.3/ext/standard/tests/strings/
H A Dvprintf_error.phpt15 $extra_arg = "extra arg";
H A Dvsprintf_error.phpt15 $extra_arg = "extra arg";
/PHP-7.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
17 * 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
18 * Pass mb_strripos different data types as $offset 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
/PHP-7.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
H A Diconv_strpos_variation3_64bit.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-7.3/ext/dom/
H A Dnamednodemap.c34 ZEND_ARG_OBJ_INFO(0, arg, DOMNode, 0)
51 ZEND_ARG_OBJ_INFO(0, arg, DOMNode, 0)
/PHP-7.3/ext/date/lib/
H A Dparse_iso_intervals.re152 #define timelib_split_free(arg) { \
154 for (i = 0; i < arg.c; i++) { \
155 timelib_free(arg.v[i]); \
157 if (arg.v) { \
158 timelib_free(arg.v); \
/PHP-7.3/ext/hash/
H A Dhash_md.c109 char *arg; in PHP_NAMED_FUNCTION() local
115 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_NAMED_FUNCTION()
120 PHP_MD5Update(&context, arg, arg_len); in PHP_NAMED_FUNCTION()
136 char *arg; in PHP_NAMED_FUNCTION() local
145 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_NAMED_FUNCTION()
149 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_NAMED_FUNCTION()
/PHP-7.3/ext/intl/tests/
H A Dbreakiter___construct_error.phpt2 IntlRuleBasedBreakIterator::__construct(): arg errors
/PHP-7.3/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-7.3/ext/standard/
H A Durl_scanner_ex.re301 /* arg.s is string WITHOUT NUL.
303 ZSTR_VAL(ctx->arg.s)[ZSTR_LEN(ctx->arg.s)] = '\0';
304 if (!strcasecmp(ZSTR_VAL(ctx->arg.s), ctx->lookup_data)) {
477 if (ctx->arg.s) {
478 ZSTR_LEN(ctx->arg.s) = 0;
480 smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
482 strncasecmp(ZSTR_VAL(ctx->arg.s), "action", ZSTR_LEN(ctx->arg.s)) == 0) {
679 smart_str_free(&ctx->arg);
/PHP-7.3/Zend/
H A Dzend_execute_API.c702 zval *arg = &fci->params[i]; in zend_call_function() local
705 if (UNEXPECTED(!Z_ISREF_P(arg))) { in zend_call_function()
708 ZVAL_NEW_REF(arg, arg); in zend_call_function()
729 if (Z_ISREF_P(arg) && in zend_call_function()
732 arg = Z_REFVAL_P(arg); in zend_call_function()
737 ZVAL_COPY(param, arg); in zend_call_function()
1166 VOID CALLBACK tq_timer_cb(PVOID arg, BOOLEAN timed_out) in tq_timer_cb() argument
1176 eg = (zend_executor_globals *)arg; in tq_timer_cb()

Completed in 96 milliseconds

1...<<11121314151617181920>>...24