Home
last modified time | relevance | path

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

/PHP-7.2/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.2/Zend/tests/
H A Dbug40809.phpt9 $increment = 50;
26 $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"
H A D019.phpt285 // increment the value of the static. this change is in function context
/PHP-7.2/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_002.phpt2 ZE2 post increment/decrement property of overloaded object with assignment
H A Dincdec_property_004.phpt2 ZE2 pre increment/decrement property of overloaded object with assignment
/PHP-7.2/ext/sodium/tests/
H A Dinc_add.phpt2 increment and add edge cases
/PHP-7.2/ext/standard/tests/strings/
H A Dbug72433.phpt12 // We need to increment the reference counter of our ArrayObject s.t. all reference counters of our…
/PHP-7.2/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.2/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.2/ext/spl/internal/
H A Dsplfileobject.inc332 * Free the current line buffer and increment the line counter
342 * @note If you DO overload this function key() and current() will increment
/PHP-7.2/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
H A Deach.phpt30 $c++; // increment by one to create the situation
/PHP-7.2/Zend/
H A Dzend_strtod.c1697 increment(b) Bigint *b; in increment() function
1699 increment(Bigint *b)
2101 b = increment(b);
2134 increment(b);
2138 increment(b);
2143 increment(b);
2391 b = increment(b);
/PHP-7.2/ext/standard/tests/file/
H A Dfile.inc453 $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)
/PHP-7.2/ext/interbase/
H A Dinterbase.c109 ZEND_ARG_INFO(0, increment)
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt190 // fetch will increment
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY7 2017/05/23: fix invalid increment of start position in onig_scan()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c23170 static void adjustStats(int iSize, int increment){ in adjustStats() argument
23175 if( increment>0 ){ in adjustStats()

Completed in 405 milliseconds