Home
last modified time | relevance | path

Searched refs:increment (Results 1 – 25 of 54) sorted by relevance

123

/php-src/ext/opcache/tests/
H A Dinc_array.phpt2 Do not constant fold increment of array
26 Cannot increment array
27 Cannot increment array
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation7.phpt2 Test token_get_all() function : usage variations - with increment/decrement operators
8 * Passing 'source' argument with different increment/decrement operators to test them for token
13 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 ***
/php-src/Zend/tests/in-de-crement/
H A Dobject_cannot_incdec.phpt2 Cannot increment/decrement objects
34 Cannot increment Foo
40 Cannot increment Foo
H A Dobject_cannot_incdec_use_result_op.phpt2 Cannot increment/decrement objects
34 Cannot increment Foo
40 Cannot increment Foo
H A Doss-fuzz-60734_preinc-object.phpt2 OSS Fuzz #60734: use-after-free visible in ASAN build pre increment.
11 Fatal error: Uncaught TypeError: Cannot increment Foo in %s:%d
H A Doverloaded_access.phpt2 Overloaded array access with pre increment/decrement
35 Cannot increment array
H A Dincdec_types.phpt22 echo "Using increment:\n";
43 Cannot increment array
45 Cannot increment stdClass
47 Cannot increment resource
49 Using increment:
H A Dincrement_with_castable_objects_no_addition.phpt73 Cannot increment LongCastableNoOperations
74 Cannot increment FloatCastableNoOperations
H A Dincrement_function_return_error.phpt2 It's not possible to increment the return value of a function
H A Dunset_property_converted_to_obj_in_error_handler.phpt23 Cannot increment stdClass
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_overflow.phpt8 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)),
/php-src/Zend/tests/
H A Dbug40809.phpt8 $increment = 50;
25 $evil .= str_repeat("a", $increment);
H A Doss_fuzz_63802.phpt31 Cannot increment Foo
33 Cannot increment Foo
H A Dbug44660.phpt18 echo "\n--> increment:\n";
56 --> increment:
57 Attempt to increment/decrement property "p" on true
H A Dbug78531.phpt31 Attempt to increment/decrement property "a" on null
34 Attempt to increment/decrement property "a" on null
H A Dbug54305.phpt19 Cannot increment ReflectionMethod
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_044.phpt2 Test increment functions on typed property references
55 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…
H A Dtyped_properties_097.phpt79 Cannot increment property Test::$foo of type int past its maximal value
81 Cannot increment property Test::$foo of type int past its maximal value
87 Cannot increment a reference held by property Test::$foo of type int past its maximal value
89 Cannot increment a reference held by property Test::$foo of type int past its maximal value
H A Dtyped_properties_075.phpt46 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"
H A Dtyped_properties_038.phpt43 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"
H A Dtyped_properties_019.phpt22 Cannot increment property Foo::$bar of type int past its maximal value
/php-src/ext/standard/tests/strings/
H A Dstr_increment_polyfill.phpt10 /* Using increment operator would cast the string to float
11 … * Therefore we manually increment it to convert it to an "f"/"F" that doesn't get affected */
/php-src/Zend/tests/nullsafe_operator/
H A D006.phpt2 Test nullsafe property post increment
H A D007.phpt2 Test nullsafe property pre increment
/php-src/Zend/tests/type_declarations/union_types/
H A Dincdec_prop.phpt125 Cannot increment property Test::$prop2 of type int|bool past its maximal value
126 Cannot increment property Test::$prop2 of type int|bool past its maximal value
129 Cannot increment a reference held by property Test::$prop2 of type int|bool past its maximal value
130 Cannot increment a reference held by property Test::$prop2 of type int|bool past its maximal value

Completed in 24 milliseconds

123