Searched refs:increment (Results 1 – 25 of 55) sorted by relevance
123
2 Do not constant fold increment of array26 Cannot increment array27 Cannot increment array
2 Test token_get_all() function : usage variations - with increment/decrement operators8 * Passing 'source' argument with different increment/decrement operators to test them for token13 echo "*** Testing token_get_all() : 'source' string with different increment/decrement operators **…15 // increment/decrement operators : '++' , '--'27 *** Testing token_get_all() : 'source' string with different increment/decrement operators ***
2 Cannot increment/decrement objects34 Cannot increment Foo40 Cannot increment Foo
2 OSS Fuzz #60734: use-after-free visible in ASAN build pre increment.11 Fatal error: Uncaught TypeError: Cannot increment Foo in %s:%d
2 Overloaded array access with pre increment/decrement35 Cannot increment array
22 echo "Using increment:\n";43 Cannot increment array45 Cannot increment stdClass47 Cannot increment resource49 Using increment:
73 Cannot increment LongCastableNoOperations74 Cannot increment FloatCastableNoOperations
2 It's not possible to increment the return value of a function
23 Cannot increment stdClass
8 function increment(string $s): string {17 return increment($prefix) . '0';25 return '-' . increment(substr($s, 1));36 'Subject overflow 001' => increment(strval(PHP_INT_MAX)),
8 $increment = 50;25 $evil .= str_repeat("a", $increment);
31 Cannot increment Foo33 Cannot increment Foo
18 echo "\n--> increment:\n";56 --> increment:57 Attempt to increment/decrement property "p" on true
31 Attempt to increment/decrement property "a" on null34 Attempt to increment/decrement property "a" on null
19 Cannot increment ReflectionMethod
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"
43 string(82) "Cannot increment property class@anonymous::$bar of type int past its maximal value"53 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
10 /* Using increment operator would cast the string to float11 … * Therefore we manually increment it to convert it to an "f"/"F" that doesn't get affected */
2 Test nullsafe property post increment
2 Test nullsafe property pre increment
125 Cannot increment property Test::$prop2 of type int|bool past its maximal value126 Cannot increment property Test::$prop2 of type int|bool past its maximal value129 Cannot increment a reference held by property Test::$prop2 of type int|bool past its maximal value130 Cannot increment a reference held by property Test::$prop2 of type int|bool past its maximal value
Completed in 26 milliseconds