Home
last modified time | relevance | path

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

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

/PHP-7.2/ext/intl/tests/
H A Dbreakiter_setText_error.phpt2 IntlBreakIterator::setText(): arg errors
H A Dbreakiter___construct_error.phpt2 IntlRuleBasedBreakIterator::__construct(): arg errors
/PHP-7.2/ext/fileinfo/tests/
H A Dfinfo_open_basic.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])
/PHP-7.2/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.2/ext/standard/tests/dir/
H A Dscandir_variation9-win32-mb.phpt2 Test scandir() function : usage variations - different ints as $sorting_order arg
/PHP-7.2/ext/reflection/tests/
H A DReflectionParameter_001.phpt18 echo "No arg function\n";
/PHP-7.2/ext/imap/tests/
H A Dimap_fetchbody_variation5.phpt2 Test imap_fetchbody() function : usage variation - different resources as $stream_id arg
/PHP-7.2/ext/standard/tests/strings/
H A Dvprintf_error.phpt15 $extra_arg = "extra arg";
H A Dvsprintf_error.phpt15 $extra_arg = "extra arg";
/PHP-7.2/Zend/tests/
H A Dbug31683.phpt20 function __call($test, $arg) {
/PHP-7.2/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.2/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.2/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
/PHP-7.2/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.2/ext/dom/
H A Dnamednodemap.c36 ZEND_ARG_OBJ_INFO(0, arg, DOMNode, 0)
53 ZEND_ARG_OBJ_INFO(0, arg, DOMNode, 0)
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re154 #define timelib_split_free(arg) { \
156 for (i = 0; i < arg.c; i++) { \
157 timelib_free(arg.v[i]); \
159 if (arg.v) { \
160 timelib_free(arg.v); \
/PHP-7.2/ext/hash/
H A Dhash_md.c111 char *arg; in PHP_NAMED_FUNCTION() local
118 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_NAMED_FUNCTION()
124 PHP_MD5Update(&context, arg, arg_len); in PHP_NAMED_FUNCTION()
140 char *arg; in PHP_NAMED_FUNCTION() local
150 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_NAMED_FUNCTION()
154 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_NAMED_FUNCTION()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Doniguruma.h147 …edef int (*OnigApplyAllCaseFoldFunc)(OnigCodePoint from, OnigCodePoint* to, int to_len, void* arg);
159 int (*apply_all_case_fold)(OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg);
285 #define ONIGENC_APPLY_ALL_CASE_FOLD(enc,case_fold_flag,f,arg) \ argument
286 (enc)->apply_all_case_fold(case_fold_flag,f,arg)
772 …igRegex reg, int (*func)(const OnigUChar*, const OnigUChar*,int,int*,OnigRegex,void*), void* arg));
782 …averse P_((OnigRegion* region, int at, int(*callback_func)(int,int,int,int,int,void*), void* arg));
/PHP-7.2/Zend/
H A Dzend_execute_API.c765 zval *arg = &fci->params[i]; in zend_call_function() local
768 if (UNEXPECTED(!Z_ISREF_P(arg))) { in zend_call_function()
771 ZVAL_NEW_REF(arg, arg); in zend_call_function()
792 if (Z_ISREF_P(arg) && in zend_call_function()
795 arg = Z_REFVAL_P(arg); in zend_call_function()
800 ZVAL_COPY(param, arg); in zend_call_function()
1227 VOID CALLBACK tq_timer_cb(PVOID arg, BOOLEAN timed_out) in tq_timer_cb() argument
1237 eg = (zend_executor_globals *)arg; in tq_timer_cb()
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.re299 /* arg.s is string WITHOUT NUL.
301 ZSTR_VAL(ctx->arg.s)[ZSTR_LEN(ctx->arg.s)] = '\0';
302 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);

Completed in 96 milliseconds

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