Home
last modified time | relevance | path

Searched refs:count (Results 1201 – 1225 of 1230) sorted by relevance

1...<<41424344454647484950

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation1.phpt39 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetcsv_variation19.phpt38 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetcsv_variation2.phpt39 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetcsv_variation11.phpt40 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfputcsv_variation4.phpt40 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfputcsv_variation2.phpt40 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfputcsv_variation3.phpt40 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetcsv_variation10.phpt39 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfputcsv_variation13.phpt41 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetcsv_variation12.phpt37 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetcsv_variation25.phpt42 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetcsv_variation27.phpt42 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetcsv_variation28.phpt42 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetcsv_variation3.phpt39 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetcsv_variation4.phpt39 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetcsv_variation5.phpt42 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfgetcsv_variation6.phpt42 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
H A Dfputcsv_variation9.phpt41 for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
/PHP-5.5/Zend/
H A Dzend_API.h266 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable …
/PHP-5.5/
H A DNEWS753 . Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
1846 . Fixed bug #65051 (count() off by one inside unset()). (Nikita)
3935 . Fixed bug #53280 (PDO_Firebird segfaults if query column count less than param count).
4585 . Implemented FR #50692, not uploaded files don't count towards
6929 - Fixed bug #44650 (escaepshellscmd() does not check arg count). (Ilia)
6973 - Fixed bug #43840 (mb_strpos bounds check is byte count rather than a character count). (Rui)
7767 - Removed double "wrong parameter count" warnings in various functions.
8612 - Added SimpleXMLIterator::count().
8685 - Fixed bug #37060 (Type of retval of Countable::count() is not checked).
9081 - Added optional fifth parameter "count" to preg_replace_callback() and
[all …]
/PHP-5.5/ext/spl/
H A Dspl_directory.c1611 SPL_METHOD(GlobIterator, count) in SPL_METHOD() argument
2048 SPL_ME(GlobIterator, count, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1353 9. A possessively repeated subpattern with minimum repeat count greater than
1705 not included in the return count.
2261 3. The pcregrep --count option prints the count for each file even when it is
2265 prints the file name in this circumstance, but including the count seems
2266 more useful - otherwise, why use --count?) Also ensured that the
2692 the class, so got the count wrong. When actually compiling, the reference
2866 20. In pcrecpp.cc, the variable 'count' was incremented twice in
3704 length of the subpattern and the repeat count. The latter is limited to
3918 (c) pcre_scanner.cc: avoid use of std::count() because not all systems
4986 circumstances. The count starts from zero for each position in the subject
[all …]
/PHP-5.5/win32/build/
H A Dconfutils.js1915 var count = extensions_enabled.length;
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c24852 pH->count = 0;
24959 count = pEntry->count;
24963 count = pH->count;
25002 pH->count--;
25061 pH->count++;
25062 if( pH->count>=10 && pH->count > 2*pH->htsize ){
96262 if( count ){
140815 pH->count = 0;
140957 count = pEntry->count;
140998 pH->count--;
[all …]
/PHP-5.5/ext/session/
H A Dsession.c1330 --l->count;

Completed in 534 milliseconds

1...<<41424344454647484950