Home
last modified time | relevance | path

Searched refs:user (Results 951 – 960 of 960) sorted by path

1...<<313233343536373839

/PHP-7.4/tests/classes/
H A Dbug26737.phpt2 Bug #26737 (Protected and private variables are not saved on serialization when a user defined __sl…
H A Dbug65768.phpt36 Fatal error: DateTimeInterface can't be implemented by user classes in %sbug65768.php on line %d
H A Dclass_example.phpt8 class user {
38 $user1 = new user;
39 $user2 = new user;
/PHP-7.4/tests/lang/
H A D014.phpt2 Testing eval function inside user-defined function
H A D016.phpt2 Testing user-defined function in included file
H A D017.phpt2 Testing user-defined function falling out of an If into another
H A D028.phpt2 Testing calling user-level functions from C
/PHP-7.4/tests/output/
H A Dflush_basic_001.phpt13 // Ensure user buffers are not flushed by flush()
15 echo "Inside a user buffer\n";
19 echo "Outside of any user buffers\n";
25 Outside of any user buffers
H A Dob_implicit_flush_basic_002.phpt2 Test ob_implicit_flush() function : ensure implicit flushing does not apply to user buffers.
11 echo "*** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. **…
13 // Start a user buffer
18 echo "This is being written to a user buffer.\n";
20 echo "because implicit flushing affects only the top level buffer, not user buffers.\n";
22 // Wipe the user buffer. Nothing should have been flushed.
28 *** Testing ob_implicit_flush() : ensure implicit flushing does not apply to user buffers. ***
H A Dob_start_basic_002.phpt27 $callbacks = $functions['user'];

Completed in 27 milliseconds

1...<<313233343536373839