Home
last modified time | relevance | path

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

12345

/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c918 void (*cb)(char* begin, in walk_down_the_path() argument
1047 static void walk_down_the_path_callback(char* begin, in walk_down_the_path_callback() argument
1054 php_parse_user_ini_file(begin, PG(user_ini_filename), &ctx->entry->user_config); in walk_down_the_path_callback()
/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME.md32 * allow word bound, word begin and word end in look-behind.
H A DHISTORY35 2016/10/25: allow word bound, word begin and word end in look-behind.
633 begin-line anchor and BM search optimization leads
2076 2002/03/08: [spec] allow use of "\A"(begin-buf) in look-behind.
2095 2002/03/05: [impl] abolish use of macro symbol which name begin with underline.
/PHP-7.2/ext/phar/
H A DTODO17 X Phar->begin()/Phar->commit() for specifying a new stub to the phar,
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI233 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line
254 ONIG_OPTION_NOTBOL string head(str) isn't considered as begin of line
/PHP-7.2/ext/date/
H A Dphp_date.c4022 unsigned int i, begin = 0, found; in PHP_FUNCTION() local
4058 begin = 0; in PHP_FUNCTION()
4061 begin = 0; in PHP_FUNCTION()
4065 if (tzobj->tzi.tz->trans[begin] > timestamp_begin) { in PHP_FUNCTION()
4066 if (begin > 0) { in PHP_FUNCTION()
4067 add(begin - 1, timestamp_begin); in PHP_FUNCTION()
4074 begin++; in PHP_FUNCTION()
4075 } while (begin < tzobj->tzi.tz->bit32.timecnt); in PHP_FUNCTION()
4086 for (i = begin; i < tzobj->tzi.tz->bit32.timecnt; ++i) { in PHP_FUNCTION()
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c584 if (!dbh->methods->begin) { in PHP_METHOD()
591 if (dbh->methods->begin(dbh)) { in PHP_METHOD()
/PHP-7.2/ext/phar/tests/files/
H A Dpear2coverage.phar.php764 $this->sqlite->begin();
1495 function begin()
/PHP-7.2/ext/opcache/
H A DREADME192 How long to wait (in seconds) for a scheduled restart to begin if the cache
/PHP-7.2/
H A DREADME.SUBMITTING_PATCH8 build, debug and begin submitting PHP or PECL code, tests or
H A Dphp.ini-development1846 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
H A Dphp.ini-production1848 ; How long to wait (in seconds) for a scheduled restart to begin if the cache
H A DINSTALL116 sections specific to your platform or web server before you begin the
/PHP-7.2/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-7.2/ext/oci8/tests/
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-7.2/ext/pcre/pcrelib/
H A DREADME679 from pcretest. Other files whose names begin with "test" are used as working
H A DChangeLog4238 whose names begin with _pcre_. These are internal symbols that are not
4275 within the library, and not documented. Their names all begin with
5004 alternatives of a regex begin with \G, the expression is anchored to the start
/PHP-7.2/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
2975 alternatives begin with one of the following:
5620 If all the alternatives of a pattern begin with \G, the expression is
8845 tions, or begin with \b or \B, characters before the one where matching
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic4926 # File format is actually free, but many distributed files begin with `{title'
10292 # but valid Media descriptor at begin of FAT
13182 # IFF files begin with an 8 byte FORM header, followed by a 4 character
15690 # windows INF files often begin with semicolon and use CRLF as line end
18085 # look for type (RANGE=0006h) + length (0008h) at record begin
23542 0 search/4096 \\begin LaTeX document text
23574 0 search/4096 \\begin{theindex} LaTeX sorted index
23576 0 search/4096 \\begin{theglossary} LaTeX sorted glossary
24048 # "begin\040\.\*\012M" or "begin\040\.\*\012h" (where \. and \* are REs).
24049 0 search/1 begin\ uuencoded or xxencoded text
H A Dmagic私はガラスを食べられます4926 # File format is actually free, but many distributed files begin with `{title'
10292 # but valid Media descriptor at begin of FAT
13182 # IFF files begin with an 8 byte FORM header, followed by a 4 character
15690 # windows INF files often begin with semicolon and use CRLF as line end
18085 # look for type (RANGE=0006h) + length (0008h) at record begin
23542 0 search/4096 \\begin LaTeX document text
23574 0 search/4096 \\begin{theindex} LaTeX sorted index
23576 0 search/4096 \\begin{theglossary} LaTeX sorted glossary
24048 # "begin\040\.\*\012M" or "begin\040\.\*\012h" (where \. and \* are REs).
24049 0 search/1 begin\ uuencoded or xxencoded text
/PHP-7.2/build/
H A Dlibtool.m41221 # MS-DOS does not allow filenames that begin with a dot.

Completed in 253 milliseconds

12345