Home
last modified time | relevance | path

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

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

/PHP-7.3/ext/standard/tests/math/
H A Dlog1p_error.phpt5 /* Prototype : float log1p ( float $arg )
/PHP-7.3/ext/pdo_firebird/
H A Dfirebird_driver.c515 static void firebird_info_cb(void *arg, char const *s) /* {{{ */ in firebird_info_cb() argument
517 if (arg) { in firebird_info_cb()
518 if (*(char*)arg) { /* second call */ in firebird_info_cb()
519 strlcat(arg, " ", INFO_BUF_LEN); in firebird_info_cb()
521 strlcat(arg, s, INFO_BUF_LEN); in firebird_info_cb()
/PHP-7.3/ext/mbstring/tests/
H A Dmb_stripos_variation2.phpt2 Test mb_stripos() function : usage variations - pass different data types as $needle arg
17 * Pass mb_stripos different data types as $needle arg to test behaviour
H A Dmb_strpos_variation2.phpt2 Test mb_strpos() function : usage variations - pass different data types as $needle arg
16 * Pass mb_strpos different data types as $needle arg to test behaviour
H A Dmb_convert_encoding_variation1.phpt2 …t mb_convert_encoding() function : usage variations - pass different data types as $to_encoding arg
17 * Pass different data types to $to_encoding arg to test behaviour of mb_convert_encoding
H A Dmb_encode_mimeheader_variation6.phpt2 Test mb_encode_mimeheader() function : usage variations - Pass different strings to $linefeed arg
/PHP-7.3/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_004.phpt2 …s_subclass_of() function : usage variations - unexpected type for arg 1 with valid class in arg 2.
H A Dget_object_vars_basic_002.phpt2 get_object_vars(): visibility from non static methods (target object passed as arg)
/PHP-7.3/win32/
H A Dioutil.h313 va_list arg; in php_win32_ioutil_open() local
315 va_start(arg, flags); in php_win32_ioutil_open()
316 mode = (mode_t) va_arg(arg, int); in php_win32_ioutil_open()
317 va_end(arg); in php_win32_ioutil_open()
/PHP-7.3/ext/pcre/tests/
H A Dpreg_quote_error1.phpt2 Test preg_quote() function : error conditions - wrong arg types
H A Dpreg_split_error2.phpt2 Test preg_split() function : error conditions - wrong arg types
H A Dpreg_grep_error2.phpt2 Test preg_grep() function : error conditions - wrong arg types
H A Dpreg_match_error2.phpt2 Test preg_match() function : error conditions - wrong arg types
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_conf.c1269 static void fpm_conf_cleanup(int which, void *arg) /* {{{ */ in fpm_conf_cleanup() argument
1285 static void fpm_conf_ini_parser_include(char *inc, void *arg) /* {{{ */ in fpm_conf_ini_parser_include() argument
1288 int *error = (int *)arg; in fpm_conf_ini_parser_include()
1294 if (!inc || !arg) return; in fpm_conf_ini_parser_include()
1341 static void fpm_conf_ini_parser_section(zval *section, void *arg) /* {{{ */ in fpm_conf_ini_parser_section() argument
1345 int *error = (int *)arg; in fpm_conf_ini_parser_section()
1379 static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_entry() argument
1384 int *error = (int *)arg; in fpm_conf_ini_parser_entry()
1438 int *error = (int *)arg; in fpm_conf_ini_parser_array()
1496 if (!arg1 || !arg) return; in fpm_conf_ini_parser()
[all …]
/PHP-7.3/ext/standard/tests/dir/
H A Dscandir_variation9.phpt2 Test scandir() function : usage variations - different ints as $sorting_order arg
/PHP-7.3/ext/standard/
H A Dhead.c382 static void php_head_apply_header_list_to_hash(void *data, void *arg) in php_head_apply_header_list_to_hash() argument
386 if (arg && sapi_header) { in php_head_apply_header_list_to_hash()
387 add_next_index_string((zval *)arg, (char *)(sapi_header->header)); in php_head_apply_header_list_to_hash()
H A Durl_scanner_ex.c300 ZSTR_VAL(ctx->arg.s)[ZSTR_LEN(ctx->arg.s)] = '\0'; in tag_arg()
301 if (!strcasecmp(ZSTR_VAL(ctx->arg.s), ctx->lookup_data)) { in tag_arg()
474 if (ctx->arg.s) { in handle_arg()
475 ZSTR_LEN(ctx->arg.s) = 0; in handle_arg()
477 smart_str_appendl(&ctx->arg, start, YYCURSOR - start); in handle_arg()
479 strncasecmp(ZSTR_VAL(ctx->arg.s), "action", ZSTR_LEN(ctx->arg.s)) == 0) { in handle_arg()
1094 smart_str_free(&ctx->arg); in php_url_scanner_ex_deactivate()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregenc.h143 …igenc_ascii_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
145 …oldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
182 …enc_unicode_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
/PHP-7.3/ext/com_dotnet/
H A Dcom_com.c562 zval *arg = &args[nargs - i - 1]; in php_com_do_invoke_byref() local
564 ZVAL_DEREF(arg); in php_com_do_invoke_byref()
565 zval_ptr_dtor(arg); in php_com_do_invoke_byref()
566 ZVAL_NULL(arg); in php_com_do_invoke_byref()
574 php_com_zval_from_variant(arg, &byref_vals[j], obj->code_page); in php_com_do_invoke_byref()
579 php_com_zval_from_variant(arg, &vargs[i], obj->code_page); in php_com_do_invoke_byref()
/PHP-7.3/ext/standard/tests/array/
H A Darray_fill_variation2.phpt83 echo "--- Testing array_fill() with different values for 'num' arg ---\n";
99 --- Testing array_fill() with different values for 'num' arg ---
/PHP-7.3/sapi/apache2handler/
H A Dapache_config.c109 static const char *php_apache_phpini_set(cmd_parms *cmd, void *mconfig, const char *arg) in php_apache_phpini_set() argument
114 apache2_php_ini_path_override = ap_server_root_relative(cmd->pool, arg); in php_apache_phpini_set()
/PHP-7.3/ext/intl/tests/
H A Dbreakiter_first_last_previous_current_error.phpt2 IntlBreakIterator::first()/last()/previous()/current(): arg errors
H A Dtransliterator_transliterate_variant1.phpt2 transliterator_transliterate (variant 1, non-transliterator 1st arg)
H A Dbreakiter_setText_error.phpt2 IntlBreakIterator::setText(): arg errors
/PHP-7.3/ext/fileinfo/tests/
H A Dfinfo_open_basic.phpt7 /* Prototype : resource finfo_open([int options [, string arg]])

Completed in 47 milliseconds

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