Home
last modified time | relevance | path

Searched refs:first (Results 226 – 250 of 618) sorted by path

12345678910>>...25

/PHP-5.5/ext/oci8/tests/
H A Ddrcp_scope5.phpt34 // This is the first scope for the script
H A Dlob_016.phpt31 $row['LOB_1']->write("first");
68 string(5) "first"
H A Dlob_017.phpt33 $row['LOB_1']->write("first");
70 string(5) "first"
H A Dlob_037.phpt14 /* insert the first LOB */
28 var_dump($blob->write("first lob data"));
69 string(14) "first lob data"
/PHP-5.5/ext/opcache/
H A DREADME85 The number is actually the first one in the following set of prime
/PHP-5.5/ext/openssl/
H A DREADME246 those first.
/PHP-5.5/ext/openssl/tests/
H A Dbug41353.phpt2 Bug #41353 (openssl_pkcs12_read() does not verify the type of the first arg)
/PHP-5.5/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt14 echo "*** Test by calling method or function with its expected arguments, first print the child PID…
25 *** Test by calling method or function with its expected arguments, first print the child PID and t…
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog467 Search order: first, last, middle.
617 recording an incorrect first data item for a match if no other first data
918 39. Try madvise first before posix_madvise.
1020 19. Improving the first n character searches.
1356 the first (A) could occur when it should not.
1490 the first byte in a match must be "a".
1517 been different (but PCRE had them first :-).
2001 127 whose first byte was different to the first byte of the other case of
2453 in the first alternative must satisfy the test.
3497 first character must be a, b, c, or d.
[all …]
H A DHACKING45 unrelated to those mentioned above), I tried at first to invent an algorithm
49 first pass through the pattern is helpful for other reasons.
68 Up to and including release 6.7, PCRE worked by running a very degenerate first
72 the first pass is degenerate and the second pass can just store stuff straight
79 By the time I was working on a potential 6.8 release, the degenerate first pass
149 variable length. The first unit in an item contains an opcode, and the length
161 bytes long in 8-bit mode (most significant byte first), or one unit in 16-bit
363 in the group name table of the first entry for the requred name, followed by
423 subpattern entirely is a valid branch. In the case of the first two, not
477 OP_ASSERTBACK and OP_ASSERTBACK_NOT, and the first opcode inside the assertion
H A DNEWS50 The first one that is set is used for the reference. Previously only the
51 first one was inspected. This change makes PCRE more compatible with Perl.
496 the other hand, it does find all matches, not just the first, and it works
H A DREADME6 first release of a new API, known as PCRE2, with release numbers starting at
97 doc/pcretest.txt in the source distribution. The first of these is a
169 To build PCRE on system that supports autotools, first run the "configure"
657 should first run the PrepareRelease script before making a distribution. This
715 The first test file can be fed directly into the perltest.pl script to check
717 first few lines, where the Perl version is given instead of the PCRE version.
779 The twenty-first and twenty-second tests are run only in 16/32-bit mode, when
824 The first two 256-byte tables provide lower casing and case flipping functions,
H A Dpcre_get.c208 pcre_uchar *first = entry; in pcre_get_stringtable_entries() local
210 while (first > nametable) in pcre_get_stringtable_entries()
213 (pcre_uchar *)(first - entrysize + IMM2_SIZE)) != 0) break; in pcre_get_stringtable_entries()
214 first -= entrysize; in pcre_get_stringtable_entries()
223 *firstptr = (char *)first; in pcre_get_stringtable_entries()
226 *firstptr = (PCRE_UCHAR16 *)first; in pcre_get_stringtable_entries()
229 *firstptr = (PCRE_UCHAR32 *)first; in pcre_get_stringtable_entries()
274 char *first, *last; in get_first_set() local
276 PCRE_UCHAR16 *first, *last; in get_first_set() local
278 PCRE_UCHAR32 *first, *last; in get_first_set() local
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt392 the string (commonly as the first character).
723 the string (commonly as the first character).
1407 tree: depth-first and breadth-first, and these correspond to the two
1635 const char *name, char **first, char **last);
2763 If there is no fixed first value, and if either
2796 fixed first value, and if either
3289 acter after the first failure.
4066 first five arguments.
7891 \G first matching position in subject
8883 find the shorter match first.
[all …]
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c416 sljit_si i, zeros, ones, first; in load_immediate() local
464 first = 1; in load_immediate()
472 if (first) { in load_immediate()
473 first = 0; in load_immediate()
488 if (first) { in load_immediate()
489 first = 0; in load_immediate()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput15301 first verb that is backtracked onto is the one that acts. This seems to be
H A Dtestinput101059 *These match just the first codepoint (invalid sequence)
H A Dtestinput23169 /-- These tests are here because Perl gets the first one wrong. --/
3539 /-- These are here because Perl doesn't return a mark, except for the first --/
H A Dtestinput211 /-- Tests for reloading pre-compiled patterns. The first one gives an error
H A Dtestinput6840 *These match just the first codepoint (invalid sequence)
H A Dtestinput7182 the same character differ. The first went wrong with heap frame storage; the
H A Dtestoutput18798 first verb that is backtracked onto is the one that acts. This seems to be
H A Dtestoutput101989 *These match just the first codepoint (invalid sequence)
1991 0+ These match just the first codepoint (invalid sequence)
H A Dtestoutput11-1668 No first char
H A Dtestoutput11-3268 No first char

Completed in 108 milliseconds

12345678910>>...25