Home
last modified time | relevance | path

Searched refs:modify (Results 26 – 50 of 169) sorted by relevance

1234567

/php-src/ext/date/tests/
H A Ddate_modify-1.phpt8 $ts->modify("+1 second");
14 $ts->modify("+1 second");
19 $ts->modify("+ 1 hour 1 second");
H A Dbug-gh11368.phpt2 Bug GH-11368: Date modify returns invalid datetime
13 $datetime->modify('-100 ms');
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 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 DDateTime_extends_basic1.phpt28 echo "\n -- modify date and time --\n";
44 -- modify date and time --
H A Ddate-time-modify-times.phpt2 Test for DateTime::modify() with absolute time statements
30 ->modify( $test )
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 Dbug65672.phpt17 # Ensure we can modify properties (retrieve for write)
26 # Ensure we can modify properties (retrieve for write)
/php-src/Zend/tests/type_declarations/variance/
H A Dsuppressed_incompatible_return_type.phpt12 public function modify(string $modifier) {
18 var_dump($date->modify("+1 sec"));
/php-src/Zend/tests/readonly_props/
H A Dreadonly_containing_object.phpt35 // Unfortunately this is allowed, but does not modify $test->prop.
48 Cannot modify readonly property Test::$prop
49 Cannot modify readonly property Test::$prop
H A Darray_append_initialization.phpt36 Cannot indirectly modify readonly property C::$a
37 Cannot indirectly modify readonly property C::$a
H A Dreadonly_clone_error4.phpt39 Cannot modify readonly property Foo::$bar
44 Cannot modify readonly property Foo::$bar
H A Dreadonly_clone_error2.phpt41 Cannot modify readonly property Foo::$bar
42 Cannot modify readonly property Foo::$baz
H A Dreadonly_clone_error6.phpt42 Cannot modify readonly property Foo::$bar
43 Cannot modify readonly property Foo::$bar
H A Dreadonly_clone_error3.phpt43 Cannot modify readonly property Foo::$bar
44 Cannot modify readonly property Foo::$baz
H A Dreadonly_clone_error5.phpt75 Cannot modify readonly property TestSetTwice::$prop
76 Cannot modify readonly property TestSetTwice::$prop
/php-src/ext/ftp/tests/
H A Dftp_mlsd.phpt32 ["modify"]=>
51 ["modify"]=>
70 ["modify"]=>
/php-src/Zend/tests/
H A Dbug44660.phpt60 Attempt to modify property "p" on true
63 Attempt to modify property "p" on true
66 Attempt to modify property "p" on true
H A Dbug71841.phpt40 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
41 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
42 The script tried to modify a property on an incomplete object. Please ensure that the class definit…
/php-src/.github/scripts/
H A Dsetup-slapd.sh51 changetype: modify
62 changetype: modify
82 changetype: modify
119 changetype: modify
/php-src/ext/xmlreader/tests/
H A D014.phpt57 Cannot modify readonly property XMLReader::$value
58 Cannot modify readonly property XMLReader::$value
59 Cannot modify readonly property XMLReader::$name
/php-src/ext/opcache/tests/jit/
H A Dfetch_obj_001.phpt130 Attempt to modify property "abc" on array
133 Attempt to modify property "abc" on null
135 Attempt to modify property "abc" on string
/php-src/ext/ldap/tests/
H A Dldap_read_variation1.phpt2 ldap_read() does not modify $attributes array

Completed in 44 milliseconds

1234567