Searched refs:increment (Results 1 – 25 of 29) sorted by relevance
12
2 Test token_get_all() function : usage variations - with increment/decrement operators13 * Passing 'source' argument with different increment/decrement operators to test them for token18 echo "*** Testing token_get_all() : 'source' string with different increment/decrement operators **…20 // increment/decrement operators : '++' , '--'32 *** Testing token_get_all() : 'source' string with different increment/decrement operators ***
8 $increment = 50;25 $evil .= str_repeat("a", $increment);
14 echo "\n--> increment: ";36 --> increment: 37 Warning: Attempt to increment/decrement property 'p' of non-object in %sbug44660.php on line 12
2 It's not possible to increment the return value of a function
37 string(41) "Cannot increment/decrement string offsets"
2 Test increment functions on typed property references55 Cannot increment a reference held by property class@anonymous::$bar of type ?int past its maximal v…56 Cannot increment a reference held by property class@anonymous::$bar of type ?int past its maximal v…
79 Cannot increment property Test::$foo of type int past its maximal value81 Cannot increment property Test::$foo of type int past its maximal value87 Cannot increment a reference held by property Test::$foo of type int past its maximal value89 Cannot increment a reference held by property Test::$foo of type int past its maximal value
46 string(70) "Cannot increment property Foo::$bar of type int past its maximal value"50 string(70) "Cannot increment property Foo::$bar of type int past its maximal value"
42 string(82) "Cannot increment property class@anonymous::$bar of type int past its maximal value"52 string(82) "Cannot increment property class@anonymous::$bar of type int past its maximal value"
22 Cannot increment property Foo::$bar of type int past its maximal value
68 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…70 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
74 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…76 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
2 Type change in pre/post-increment (use-after-free)
75 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…77 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
20 echo "\n --> Attempting implicit conversion to object using increment...\n";38 --> Attempting implicit conversion to object using increment...56 --> Attempting implicit conversion to object using increment...74 --> Attempting implicit conversion to object using increment...92 --> Attempting implicit conversion to object using increment...106 --> Attempting implicit conversion to object using increment...120 --> Attempting implicit conversion to object using increment...
2 ZE2 post increment/decrement property of overloaded object
2 ZE2 pre increment/decrement property of overloaded object
2 ZE2 pre increment/decrement property of overloaded object with assignment
2 ZE2 post increment/decrement property of overloaded object with assignment
2 increment and add edge cases
36 // no auto increment column55 // replace = delete + insert -> new auto increment value
28 //it's a post-increment operation as to the codepoint, i.e., it gives the codepoint
39 $c++; // increment by one to create the situation of accessing beyond array size59 $c++; // increment by one to create the situation of accessing beyond array size
1700 increment(b) Bigint *b; in increment() function1702 increment(Bigint *b)2104 b = increment(b);2137 increment(b);2141 increment(b);2146 increment(b);2394 b = increment(b);
Completed in 41 milliseconds