Home
last modified time | relevance | path

Searched refs:modify (Results 1 – 25 of 112) sorted by relevance

12345

/PHP-8.0/ext/spl/tests/
H A Darray_008.phpt12 $bv = "modify";
20 0=>modify - 0=>modify
21 0=>modify - 1=>1
22 0=>modify - 2=>2
23 1=>1 - 0=>modify
26 2=>2 - 0=>modify
/PHP-8.0/ext/date/tests/
H A DDateTime_modify_basic1.phpt2 Test DateTime::modify() function : basic functionality
8 echo "*** Testing DateTime::modify() : basic functionality ***\n";
10 // Create a date object to modify
13 $datetime->modify("+1 day");
16 $datetime->modify("+1 week 2 days 4 hours 2 seconds");
19 $datetime->modify("next Thursday");
22 $datetime->modify("last Sunday");
27 *** Testing DateTime::modify() : basic functionality ***
H A Dbug45866.phpt2 Bug #45866 (decimal values fed to DateTime->modify() causes long execution times)
8 $date->modify( "+1.61538461538 day" );
12 $date->modify( "61538461538 day" );
16 $date->modify( "£61538461538 day" );
23 Warning: DateTime::modify(): Failed to parse time string (£61538461538 day) at position 0 (%s): Une…
H A DDateTimeImmutable_modify_invalid_format.phpt2 DateTimeImmutable::modify() with invalid format
7 var_dump($datetime->modify(''));
11 Warning: DateTimeImmutable::modify(): Failed to parse time string () at position 0 ( in %s on line …
H A Dbug68078_negative.phpt7 $earlyDate1 = DateTime::createFromFormat('U.u', '1.8642')->modify('-5 seconds');
8 $earlyDate2 = DateTime::createFromFormat('U.u', '1.2768')->modify('-5 seconds');
9 $earlyDate3 = DateTime::createFromFormat('U.u', '1.2768')->modify('-5 seconds');
H A Dbug46268.phpt2 Bug #46268 (When call DateTime#setTime, it seems to be called the last modify method too)
10 $now->modify("1 day");
13 $now->modify("1 hour");
H A Dbug80409.phpt2 Bug #80409: DateTime::modify() loses time with 'weekday' parameter
15 $date2->modify('+1 day');
18 $date1->modify('+1 weekday');
H A Dbug41844.phpt8 $date->modify('-3006 years');
12 $date->modify('-2008 years');
H A Dbug73942.phpt2 Bug #73942: $date->modify('Friday this week') doesn't return a Friday if $date is a Sunday
7 $date->modify('Friday this week');
H A Ddate_time_fractions.phpt16 echo $dt->modify( "+1 day" )->format( "Y-m-d H:i:s.u" ), "\n";
19 echo $dt->modify( "-3 months" )->format( "Y-m-d H:i:s.u" ), "\n";
25 echo $dt->modify( "yesterday" )->format( "Y-m-d H:i:s.u" ), "\n";
28 echo $dt->modify( "noon" )->format( "Y-m-d H:i:s.u" ), "\n";
31 echo $dt->modify( "10 weekday" )->format( "Y-m-d H:i:s.u" ), "\n";
H A Ddate_modify-1.phpt8 $ts->modify("+1 second");
14 $ts->modify("+1 second");
19 $ts->modify("+ 1 hour 1 second");
H A Dbug41599.phpt2 Bug #41599 (setTime() fails after modify() is used)
11 $start->modify('Tuesday');
H A Dmktime_basic1.phpt8 echo "*** Testing DateTime::modify() : basic functionality ***\n";
26 *** Testing DateTime::modify() : basic functionality ***
H A Doo_002.phpt12 $d->modify("1 hour");
13 $c->modify("1 second ago");
H A Dbug62896.phpt14 $date->modify('+0 days');
23 $date->modify('+0 days');
31 $date->modify('+0 days');
H A Ddate-time-modify-times.phpt2 Test for DateTime::modify() with absolute time statements
30 ->modify( $test )
H A DDateTime_extends_basic1.phpt28 echo "\n -- modify date and time --\n";
44 -- modify date and time --
H A Dbug65672.phpt17 # Ensure we can modify properties (retrieve for write)
26 # Ensure we can modify properties (retrieve for write)
H A Ddate_period-immutable.phpt15 echo $dt->modify( "3 tuesday" )->format( "l Y-m-d\n" );
23 echo $dt->modify( "3 tuesday" )->format( "l Y-m-d\n" );
/PHP-8.0/ext/standard/tests/general_functions/
H A Dhead.phpt30 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
33 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
39 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
42 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
/PHP-8.0/Zend/tests/
H A Dbug75921.phpt52 Attempt to modify property "a" on null
56 Attempt to modify property "a" on null
60 Attempt to modify property "a" on null
64 Attempt to modify property "a" on null
H A Dbug44660.phpt60 Attempt to modify property "p" on bool
63 Attempt to modify property "p" on bool
66 Attempt to modify property "p" on bool
/PHP-8.0/tests/classes/
H A Dconstants_error_006.phpt2 Basic class support - attempting to modify a class constant by assignment
10 echo "\nTrying to modify a class constant directly - should be parse error.\n";
/PHP-8.0/ext/ftp/tests/
H A Dftp_mlsd.phpt33 ["modify"]=>
52 ["modify"]=>
71 ["modify"]=>
/PHP-8.0/.github/scripts/
H A Dsetup-slapd.sh51 changetype: modify
62 changetype: modify
82 changetype: modify
123 changetype: modify

Completed in 21 milliseconds

12345