Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/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.5/ext/pcre/pcrelib/
H A DHACKING159 than 64K are going to be processed. In this description, we assume the "normal"
H A DChangeLog839 segment is retained when a new segment is processed. Otherwise, if there
1675 24. The way atomic groups are processed by pcre_exec() has been changed so that
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2075 the data unit that was being processed when the error was discovered is
2673 but different patterns can be processed in different locales.
2882 is processed. Otherwise, if there are no lookbehinds in the pattern, \A
4250 When a recursive subpattern is processed, the matching function calls
4326 it is processed as if it were
4623 | characters. Note that such subpatterns are processed as anchored at
5029 ate the appropriate EBCDIC code values. The \c escape is processed as
6923 There are two ways of including comments in patterns that are processed
7309 course, be processed. You can suppress the start-of-match optimizations
9416 Certain items in regular expression patterns are processed more effi-
[all …]
/PHP-5.5/
H A Dacinclude.m4187 dnl array of type type. Sources are processed with optional
H A Dphp.ini-development192 ; <? and ?> tags as PHP source which should be processed as such. It is
H A Dphp.ini-production192 ; <? and ?> tags as PHP source which should be processed as such. It is
H A DINSTALL1655 a per-directory basis. These files are processed only by the

Completed in 95 milliseconds