Home
last modified time | relevance | path

Searched refs:arg1 (Results 176 – 200 of 208) sorted by relevance

123456789

/PHP-7.2/Zend/
H A Dzend_interfaces.c35 …function_name, size_t function_name_len, zval *retval_ptr, int param_count, zval* arg1, zval* arg2) in zend_call_method() argument
43 ZVAL_COPY_VALUE(&params[0], arg1); in zend_call_method()
/PHP-7.2/ext/standard/tests/strings/
H A Dsprintf_variation18.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation25.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation28.phpt11 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation28_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation38.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation40.phpt11 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation40_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation8.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation19.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation21.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation49.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation34.phpt11 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation46.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation47.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation50.phpt5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
H A Dsprintf_variation34_64bit.phpt7 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
/PHP-7.2/
H A DREADME.EXT_SKEL92 module_name_function(int arg1, int arg2 [, int arg3 [, int arg4]])
94 Arguments arg1 and arg2 are required.
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_conf.c1483 static void fpm_conf_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /… in fpm_conf_ini_parser() argument
1487 if (!arg1 || !arg) return; in fpm_conf_ini_parser()
1493 fpm_conf_ini_parser_entry(arg1, arg2, error); in fpm_conf_ini_parser()
1496 fpm_conf_ini_parser_section(arg1, error); in fpm_conf_ini_parser()
1499 fpm_conf_ini_parser_array(arg1, arg3, arg2, error); in fpm_conf_ini_parser()
H A Dfpm_main.c132 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg);
1427 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /*… argument
1434 if (!mode || !arg1) return;
1441 key = Z_STRVAL_P(arg1);
/PHP-7.2/ext/tidy/
H A Dtidy.c568 zend_string *data, *arg1; in php_tidy_quick_repair() local
572 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "P|zsb", &arg1, &config, &enc, &enc_len, &use_include_p… in php_tidy_quick_repair()
575 if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { in php_tidy_quick_repair()
579 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|zsb", &arg1, &config, &enc, &enc_len, &use_include_p… in php_tidy_quick_repair()
582 data = arg1; in php_tidy_quick_repair()
/PHP-7.2/ext/standard/
H A Dbasic_functions.c5932 static void php_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *a… argument
5942 zend_symtable_update(Z_ARRVAL_P(arr), Z_STR_P(arg1), arg2);
5954 …if (!(Z_STRLEN_P(arg1) > 1 && Z_STRVAL_P(arg1)[0] == '0') && is_numeric_string(Z_STRVAL_P(arg1), Z…
5955 zend_ulong key = (zend_ulong) zend_atol(Z_STRVAL_P(arg1), (int)Z_STRLEN_P(arg1));
5961 if ((find_hash = zend_hash_find(Z_ARRVAL_P(arr), Z_STR_P(arg1))) == NULL) {
5963 find_hash = zend_hash_update(Z_ARRVAL_P(arr), Z_STR_P(arg1), &hash);
5989 static void php_ini_parser_cb_with_sections(zval *arg1, zval *arg2, zval *arg3, int callback_type, … argument
5993 zend_symtable_update(Z_ARRVAL_P(arr), Z_STR_P(arg1), &BG(active_ini_file_section));
6003 php_simple_ini_parser_cb(arg1, arg2, arg3, callback_type, active_arr);
/PHP-7.2/ext/intl/tests/
H A Dgrapheme.phpt104 $arg1 = urlencode($test[1]);
106 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_strpos";
171 $arg1 = urlencode($test[1]);
173 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_stripos";
237 $arg1 = urlencode($test[1]);
239 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_strrpos";
302 $arg1 = urlencode($test[1]);
304 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_strripos";
464 $arg1 = urlencode($test[1]);
466 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_strstr";
[all …]
H A Dgrapheme2.phpt104 $arg1 = urlencode($test[1]);
106 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_strpos";
171 $arg1 = urlencode($test[1]);
173 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_stripos";
237 $arg1 = urlencode($test[1]);
239 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_strrpos";
302 $arg1 = urlencode($test[1]);
304 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_strripos";
464 $arg1 = urlencode($test[1]);
466 $res_str .= "find \"$arg1\" in \"$arg0\" - grapheme_strstr";
[all …]
/PHP-7.2/ext/phar/
H A Dphar_object.c1153 zval *zobj = getThis(), arg1, arg2; in PHP_METHOD() local
1256 ZVAL_STRINGL(&arg1, fname, fname_len); in PHP_METHOD()
1260 &spl_ce_RecursiveDirectoryIterator->constructor, "__construct", NULL, &arg1, &arg2); in PHP_METHOD()
1262 zval_ptr_dtor(&arg1); in PHP_METHOD()
2049 zval ret, arg1; in phar_rename_archive() local
2289 ZVAL_STRINGL(&arg1, phar->fname, phar->fname_len); in phar_rename_archive()
2292 zval_ptr_dtor(&arg1); in phar_rename_archive()
4535 zval *zobj = getThis(), arg1; in PHP_METHOD() local
4581 ZVAL_STRINGL(&arg1, fname, fname_len); in PHP_METHOD()
4584 &spl_ce_SplFileInfo->constructor, "__construct", NULL, &arg1); in PHP_METHOD()
[all …]

Completed in 203 milliseconds

123456789