Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt39 $processed = $loops = 0;
57 $processed++;
59 } while ($processed < 2);
70 $processed = $loops = 0;
87 $processed++;
100 $processed = $loops = 0;
117 $processed++;
150 $processed++;
154 $processed++;
159 $processed++;
[all …]
H A Dmysqli_poll_kill.phpt28 …if (true !== ($tmp = mysqli_query($link, "SELECT 1 AS 'processed before killed'", MYSQLI_ASYNC | …
31 // Sleep 0.1s - the asynchronous query should have been processed after the wait period
40 // Yes, 1 - the asynchronous query should have been processed
49 // Yes, you can fetch a result - the query has been processed
92 $processed = 0;
116 $processed += count($reject);
126 $processed++;
129 } while ($processed < 2);
139 …if (false !== ($tmp = mysqli_query($link, "SELECT 1 AS 'processed before killed'", MYSQLI_ASYNC | …
178 [%u|b%"processed before killed"]=>
H A Dmysqli_poll_mixing_insert_select.phpt66 'processed' => false,
74 if (!$link['processed']) {
92 $links[$thread_id]['processed'] = true;
/PHP-5.3/ext/standard/
H A Dbrowscap.c198 zval *processed; in php_browscap_parser_cb() local
205 processed = (zval *) pemalloc(sizeof(zval), persistent); in php_browscap_parser_cb()
206 INIT_PZVAL(processed); in php_browscap_parser_cb()
225 Z_STRVAL_P(processed) = Z_STRVAL_P(arg1); in php_browscap_parser_cb()
226 Z_STRLEN_P(processed) = Z_STRLEN_P(arg1); in php_browscap_parser_cb()
227 Z_TYPE_P(processed) = IS_STRING; in php_browscap_parser_cb()
233 convert_browscap_pattern(processed, persistent); in php_browscap_parser_cb()
234 …operties, "browser_name_regex", sizeof("browser_name_regex"), (void *) &processed, sizeof(zval *),… in php_browscap_parser_cb()
/PHP-5.3/ext/phar/tests/zip/
H A Dcorrupt_010.phpt16 phar error: split archives spanning multiple zips cannot be processed in zip-based phar "%sdisknumb…
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING153 than 64K are going to be processed. In this description, we assume the "normal"
H A DChangeLog739 24. The way atomic groups are processed by pcre_exec() has been changed so that
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2011 the byte that was being processed when the error was discovered is
4075 When a recursive subpattern is processed, the matching function calls
4151 it is processed as if it were
4411 processed as anchored at the point where they are tested.
6535 There are two ways of including comments in patterns that are processed
6892 Note that such subpatterns are processed as anchored at the point where
6913 course, be processed. You can suppress the start-of-match optimizations
8874 Certain items in regular expression patterns are processed more effi-
9706 the size of a subject string that can be processed by certain patterns.
9786 "inet". However, each time a parenthesis is processed, a recursion
/PHP-5.3/
H A Dacinclude.m4187 dnl array of type type. Sources are processed with optional
H A Dphp.ini-development215 ; <? and ?> tags as PHP source which should be processed as such. It's been
H A Dphp.ini-production215 ; <? and ?> tags as PHP source which should be processed as such. It's been
H A DINSTALL1655 a per-directory basis. These files are processed only by the

Completed in 70 milliseconds