Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation7.phpt2 Test token_get_all() function : usage variations - with increment/decrement operators
13 * Passing 'source' argument with different increment/decrement operators to test them for token
18 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 ***
/PHP-7.4/Zend/tests/
H A Dbug40809.phpt8 $increment = 50;
25 $evil .= str_repeat("a", $increment);
H A Dbug44660.phpt14 echo "\n--> increment: ";
36 --> increment:
37 Warning: Attempt to increment/decrement property 'p' of non-object in %sbug44660.php on line 12
H A Dincrement_function_return_error.phpt2 It's not possible to increment the return value of a function
H A Dbug70089.phpt37 string(41) "Cannot increment/decrement string offsets"
/PHP-7.4/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.phpt42 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"
H A Dtyped_properties_019.phpt22 Cannot increment property Foo::$bar of type int past its maximal value
H A Dtyped_properties_065.phpt68 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…
H A Dtyped_properties_063.phpt74 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…
H A Dtyped_properties_064.phpt74 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…
H A Dtyped_properties_057.phpt2 Type change in pre/post-increment (use-after-free)
H A Dtyped_properties_062.phpt75 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…
/PHP-7.4/tests/classes/
H A Dimplicit_instantiation_001.phpt20 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...
H A Dincdec_property_001.phpt2 ZE2 post increment/decrement property of overloaded object
H A Dincdec_property_003.phpt2 ZE2 pre increment/decrement property of overloaded object
H A Dincdec_property_004.phpt2 ZE2 pre increment/decrement property of overloaded object with assignment
H A Dincdec_property_002.phpt2 ZE2 post increment/decrement property of overloaded object with assignment
/PHP-7.4/ext/sodium/tests/
H A Dinc_add.phpt2 increment and add edge cases
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt36 // no auto increment column
55 // replace = delete + insert -> new auto increment value
/PHP-7.4/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt28 //it's a post-increment operation as to the codepoint, i.e., it gives the codepoint
/PHP-7.4/ext/standard/tests/array/
H A D009.phpt39 $c++; // increment by one to create the situation of accessing beyond array size
59 $c++; // increment by one to create the situation of accessing beyond array size
/PHP-7.4/Zend/
H A Dzend_strtod.c1700 increment(b) Bigint *b; in increment() function
1702 increment(Bigint *b)
2104 b = increment(b);
2137 increment(b);
2141 increment(b);
2146 increment(b);
2394 b = increment(b);

Completed in 41 milliseconds

12