Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/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 of non-object in %sbug44660.php on line 12
H A D019.phpt285 // increment the value of the static. this change is in function context
/PHP-5.5/tests/classes/
H A Dimplicit_instantiation_001.phpt20 echo "\n --> Attempting implicit conversion to object using increment...\n";
40 --> Attempting implicit conversion to object using increment...
58 --> Attempting implicit conversion to object using increment...
76 --> Attempting implicit conversion to object using increment...
94 --> Attempting implicit conversion to object using increment...
108 --> Attempting implicit conversion to object using increment...
122 --> 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-5.5/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-5.5/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-5.5/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-5.5/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-5.5/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-5.5/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-5.5/ext/interbase/
H A Dinterbase.c109 ZEND_ARG_INFO(0, increment)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt190 // fetch will increment
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c17437 static void adjustStats(int iSize, int increment){ in adjustStats() argument
17442 if( increment>0 ){ in adjustStats()

Completed in 348 milliseconds