Home
last modified time | relevance | path

Searched refs:begin (Results 101 – 125 of 126) sorted by relevance

123456

/PHP-5.6/ext/date/tests/
H A Ddate_sun_info_variation3.phpt6 * Description: Returns an array with information about sunset/sunrise and twilight begin/end.
/PHP-5.6/ext/interbase/tests/
H A D006.phpt29 begin
/PHP-5.6/ext/oci8/tests/
H A Dbind_sqltint.phpt128 $s = oci_parse($c, "begin :p2 := :p1; end;");
H A Dimp_res_3.phpt40 begin
62 $s = oci_parse($c, "begin imp_res_3_proc(); end;");
H A Dimp_res_7.phpt27 begin
/PHP-5.6/ext/mbstring/oniguruma/doc/
H A DAPI227 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line
248 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line
/PHP-5.6/ext/phar/
H A DTODO17 X Phar->begin()/Phar->commit() for specifying a new stub to the phar,
/PHP-5.6/ext/fileinfo/
H A Dmagicdata.patch114 # but valid Media descriptor at begin of FAT
H A Dlibmagic.patch871 DPRINTF(("%d: offset begin %p < end %p || %" SIZE_T_FORMAT "u"
/PHP-5.6/ext/date/
H A Dphp_date.c3908 unsigned int i, begin = 0, found; in PHP_FUNCTION() local
3946 begin = 0; in PHP_FUNCTION()
3949 begin = 0; in PHP_FUNCTION()
3953 if (tzobj->tzi.tz->trans[begin] > timestamp_begin) { in PHP_FUNCTION()
3954 if (begin > 0) { in PHP_FUNCTION()
3955 add(begin - 1, timestamp_begin); in PHP_FUNCTION()
3962 begin++; in PHP_FUNCTION()
3963 } while (begin < tzobj->tzi.tz->bit32.timecnt); in PHP_FUNCTION()
3974 for (i = begin; i < tzobj->tzi.tz->bit32.timecnt; ++i) { in PHP_FUNCTION()
/PHP-5.6/ext/phar/tests/files/
H A Dpear2coverage.phar.php764 $this->sqlite->begin();
1495 function begin()
/PHP-5.6/
H A DREADME.SUBMITTING_PATCH8 build, debug and begin submitting PHP or PECL code, tests or
H A DUPGRADING345 in the underlying library and never had any effect to begin with:
H A Dphp.ini-development1979 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
H A Dphp.ini-production1979 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
H A DINSTALL118 sections specific to your platform or web server before you begin the
/PHP-5.6/ext/pdo/
H A Dpdo_dbh.c616 if (!dbh->methods->begin) { in PHP_METHOD()
623 if (dbh->methods->begin(dbh TSRMLS_CC)) { in PHP_METHOD()
/PHP-5.6/ext/opcache/
H A DREADME197 How long to wait (in seconds) for a scheduled restart to begin if the cache
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1757 if (c < mbfl_eaw_table[0].begin) { in is_fullwidth()
1762 if (mbfl_eaw_table[i].begin <= c && c <= mbfl_eaw_table[i].end) { in is_fullwidth()
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY540 begin-line anchor and BM search optimization leads
1983 2002/03/08: [spec] allow use of "\A"(begin-buf) in look-behind.
2002 2002/03/05: [impl] abolish use of macro symbol which name begin with underline.
/PHP-5.6/Zend/
H A DZEND_CHANGES1103 Use ob_start() to begin output buffering, ob_end_flush() to end
/PHP-5.6/ext/pcre/pcrelib/
H A DREADME679 from pcretest. Other files whose names begin with "test" are used as working
H A DChangeLog4052 whose names begin with _pcre_. These are internal symbols that are not
4089 within the library, and not documented. Their names all begin with
4818 alternatives of a regex begin with \G, the expression is anchored to the start
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic3840 # File format is actually free, but many distributed files begin with `{title'
7948 # but valid Media descriptor at begin of FAT
10380 # IFF files begin with an 8 byte FORM header, followed by a 4 character
12213 # windows INF files often begin with semicolon and use CRLF as line end
18397 0 search/4096 \\begin LaTeX document text
18429 0 search/4096 \\begin{theindex} LaTeX sorted index
18431 0 search/4096 \\begin{theglossary} LaTeX sorted glossary
18872 # "begin\040\.\*\012M" or "begin\040\.\*\012h" (where \. and \* are REs).
18873 0 search/1 begin\ uuencoded or xxencoded text
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt100 Their names all begin with "_pcre_" or "_pcre16_" or "_pcre32_", which
467 There are new error codes whose names begin with PCRE_UTF16_ERR for
796 There are new error codes whose names begin with PCRE_UTF32_ERR for
901 begin with --enable or --disable. These settings specify changes to the
2976 alternatives begin with one of the following:
5620 If all the alternatives of a pattern begin with \G, the expression is
8798 tions, or begin with \b or \B, characters before the one where matching

Completed in 183 milliseconds

123456