Home
last modified time | relevance | path

Searched refs:user (Results 76 – 100 of 992) sorted by last modified time

12345678910>>...40

/PHP-7.2/ext/standard/tests/mail/
H A Dmail_include.inc6 $admin_user = "webmaster"; // a user with admin access
H A Dmail_variation_alt2-win32.phpt24 ini_set("sendmail_from", "user@example.com");
H A Dbug66535.phpt22 $to = 'user@company.com';
38 To: user@company.com
H A Dmail_basic.phpt23 $to = 'user@example.com';
48 To: user@example.com
56 To: user@example.com
H A Dmail_basic2.phpt23 $to = 'user@example.com';
43 %w1%wTo: user@example.com
H A Dmail_basic3.phpt22 $to = 'user@example.com';
H A Dmail_basic4.phpt22 $to = 'user@example.com';
H A Dmail_basic5.phpt22 $to = 'user@example.com';
H A Dmail_basic6.phpt23 $to = 'user@example.com';
228 To: user@example.com
236 To: user@example.com
244 To: user@example.com
300 To: user@example.com
308 To: user@example.com
316 To: user@example.com
324 To: user@example.com
H A Dmail_basic_alt1-win32.phpt25 ini_set("sendmail_from", "user@example.com");
H A Dmail_basic_alt2-win32.phpt35 $extra_headers = "from: user@example.com";
H A Dmail_basic_alt3-win32.phpt35 $extra_headers = "FRom: user@example.com";
H A Dmail_basic_alt4-win32.phpt35 $extra_headers = "from: user@example.com";
H A Dmail_variation1.phpt21 $to = 'user@example.com';
H A Dmail_variation2.phpt24 $to = 'user@example.com';
39 %w1%wTo: user@example.com
H A Dmail_variation_alt1-win32.phpt24 ini_set("sendmail_from", "user@example.com");
/PHP-7.2/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt7 variables, be them environment, server or user-defined variables, within the scope that
H A Dcall_user_func_array_variation_002.phpt6 …* Description: Call a user function which is the first parameter with the arguments contained in a…
H A Dcall_user_func_array_variation_003.phpt6 …* Description: Call a user function which is the first parameter with the arguments contained in a…
H A Dbug44295-win.phpt2 user defined error handler + set_error_handling(EH_THROW)
H A Dbug44295.phpt2 user defined error handler + set_error_handling(EH_THROW)
/PHP-7.2/ext/standard/tests/file/
H A Duserstreams.phpt8 * user streams and also gives the seek/gets/buffer
238 /* now compare the real stream with the user stream */
299 …echo "FGETS: FAIL\niter=$n user=$uline [pos=" . ftell($fp) . "]\nreal=$rline [pos=" . ftell($tf) .…
H A Duserstreams_002.phpt53 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
60 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
71 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
80 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
89 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
91 Warning: stream_select(): cannot represent a stream of type user-space as a select()able descriptor…
/PHP-7.2/ext/standard/tests/file/windows_acls/
H A Dcommon.inc22 $user = getenv('USERNAME');
24 if (!$user) {
25 $user = get_current_user();
28 if (!$user) {
29 $user = exec('echo %USERNAME%');
32 return $user;
50 $user = get_username();
51 /* Current user needs to be owner of the test files. As well
61 $user = get_username();
103 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user;
[all …]
/PHP-7.2/ext/standard/tests/file/windows_links/
H A Dbug73962.phpt11 die('skip. SeCreateSymbolicLinkPrivilege not enable for this user.');

Completed in 25 milliseconds

12345678910>>...40