Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/spl/tests/
H A Darray_008.phpt12 $bv = "modify";
22 0=>modify - 0=>modify
23 0=>modify - 1=>1
24 0=>modify - 2=>2
25 1=>1 - 0=>modify
28 2=>2 - 0=>modify
/PHP-7.4/ext/date/tests/
H A DDateTime_modify_basic1.phpt2 Test DateTime::modify() function : basic functionality
5 /* Prototype : public DateTime DateTime::modify ( string $modify )
14 echo "*** Testing DateTime::modify() : basic functionality ***\n";
16 // Create a date object to modify
19 $datetime->modify("+1 day");
22 $datetime->modify("+1 week 2 days 4 hours 2 seconds");
25 $datetime->modify("next Thursday");
28 $datetime->modify("last Sunday");
34 *** 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 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 Ddate_modify_basic1.phpt5 /* Prototype : DateTime date_modify ( DateTime $object , string $modify )
8 * Alias to functions: public DateTime DateTime::modify()
16 // Create a date object to modify
H A Dbug41599.phpt2 Bug #41599 (setTime() fails after modify() is used)
11 $start->modify('Tuesday');
H A Dbug62896.phpt14 $date->modify('+0 days');
23 $date->modify('+0 days');
31 $date->modify('+0 days');
H A Doo_002.phpt12 $d->modify("1 hour");
13 $c->modify("1 second ago");
H A DDateTime_extends_basic1.phpt28 echo "\n -- modify date and time --\n";
45 -- modify date and time --
H A Ddate-time-modify-times.phpt2 Test for DateTime::modify() with absolute time statements
30 ->modify( $test )
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" );
H A Dmktime_basic1.phpt14 echo "*** Testing DateTime::modify() : basic functionality ***\n";
33 *** Testing DateTime::modify() : basic functionality ***
/PHP-7.4/ext/standard/tests/general_functions/
H A Dhead.phpt36 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…
45 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
48 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
/PHP-7.4/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-7.4/Zend/tests/
H A Dassign_ref_error_var_handling.phpt19 Warning: Attempt to modify property 'foo' of non-object in %s on line %d
23 Warning: Attempt to modify property 'foo' of non-object in %s on line %d
H A Dbug44660.phpt40 Warning: Attempt to modify property 'p' of non-object in %sbug44660.php on line 15
43 Warning: Attempt to modify property 'p' of non-object in %sbug44660.php on line 18
46 Warning: Attempt to modify property 'p' of non-object in %sbug44660.php on line 21
/PHP-7.4/ext/ftp/tests/
H A Dftp_mlsd.phpt33 ["modify"]=>
52 ["modify"]=>
71 ["modify"]=>
/PHP-7.4/azure/
H A Dsetup-slapd.sh51 changetype: modify
62 changetype: modify
82 changetype: modify
123 changetype: modify

Completed in 27 milliseconds

12345