Searched refs:increment (Results 1 – 24 of 24) sorted by relevance
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"
285 // increment the value of the static. this change is in function context
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 post increment/decrement property of overloaded object with assignment
2 ZE2 pre increment/decrement property of overloaded object with assignment
2 increment and add edge cases
12 // We need to increment the reference counter of our ArrayObject s.t. all reference counters of our…
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
332 * Free the current line buffer and increment the line counter342 * @note If you DO overload this function key() and current() will increment
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
30 $c++; // increment by one to create the situation
1697 increment(b) Bigint *b; in increment() function1699 increment(Bigint *b)2101 b = increment(b);2134 increment(b);2138 increment(b);2143 increment(b);2391 b = increment(b);
453 $name_prefix = prefix for the filename, rest of the name is incremental(increment by 1 only)497 $link_name_prefix = prefix for the linkname, rest of the name is incremental(increment by 1 only)
109 ZEND_ARG_INFO(0, increment)
190 // fetch will increment
202 2017/05/23: fix invalid increment of start position in onig_scan()
23170 static void adjustStats(int iSize, int increment){ in adjustStats() argument23175 if( increment>0 ){ in adjustStats()
Completed in 522 milliseconds