Home
last modified time | relevance | path

Searched refs:yield (Results 76 – 83 of 83) sorted by relevance

1234

/PHP-5.5/ext/standard/tests/array/
H A Dcompact_basic.phpt30 // cases which should not yield any output.
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c806 int yield = SSB_DONE; in set_start_bits() local
990 yield = SSB_CONTINUE; in set_start_bits()
1424 return yield; in set_start_bits()
H A Dpcre_compile.c3975 register int yield = 0; in check_posix_name() local
3976 while (posix_name_lengths[yield] != 0) in check_posix_name()
3978 if (len == posix_name_lengths[yield] && in check_posix_name()
3979 STRNCMP_UC_C8(ptr, pn, (unsigned int)len) == 0) return yield; in check_posix_name()
3980 pn += posix_name_lengths[yield] + 1; in check_posix_name()
3981 yield++; in check_posix_name()
H A DChangeLog825 now prints out the matched string after a yield of 0 or 1.
1445 pcre_exec() was not big enough for this capture, the yield of the function
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1962 ANYCRLF, and ANY yield the same values. However, the value for LF is
2325 PCRE_NEWLINE_CRLF, but other combinations may yield unused numbers and
2699 variable to receive the data. The yield of the function is zero for
3052 yield of the function is the new value. However, the value of the count
3664 use by callout functions that want to yield a distinctive error code.
3906 The yield of the function is the length of the string, not including
3923 pointer. The yield of the function is zero if all went well, or the
3971 piled pattern, and the second is the name. The yield of the function is
4054 matches, pcre_exec() will yield PCRE_ERROR_NOMATCH.
4193 On success, the yield of the function is a number greater than zero,
[all …]
/PHP-5.5/
H A Dphp.ini-development216 ; Turning on this setting and managing its maximum buffer size can yield some
H A Dphp.ini-production216 ; Turning on this setting and managing its maximum buffer size can yield some
H A DNEWS1723 . Fixed bug #65035 (yield / exit segfault). (Nikita)
9706 - Fixed bug #30394 (Assignment operators yield wrong result with __get/__set).

Completed in 121 milliseconds

1234