Searched refs:ordinary (Results 1 – 9 of 9) sorted by relevance
/PHP-5.4/ext/standard/tests/array/ |
H A D | array_intersect_1.phpt | 49 /* array_uintersect_uassoc() - with ordinary function */ 50 echo "begin ------------ array_uintersect_uassoc() with ordinary func -\n"; 55 echo "end ------------ array_uintersect_uassoc() with ordinary func -\n"; 219 begin ------------ array_uintersect_uassoc() with ordinary func - 291 end ------------ array_uintersect_uassoc() with ordinary func -
|
/PHP-5.4/ext/mbstring/libmbfl/ |
H A D | LICENSE | 24 this license or the ordinary General Public License is the better 67 ordinary GNU General Public License. This license, the GNU Lesser 69 is quite different from the ordinary General Public License. We use 75 combined work, a derivative of the original library. The ordinary 82 does Less to protect the user's freedom than the ordinary General 85 are the reason we use the ordinary General Public License for many 211 3. You may opt to apply the terms of the ordinary GNU General Public 214 that they refer to the ordinary GNU General Public License, version 2, 216 ordinary GNU General Public License has appeared, then you can specify 221 that copy, so the ordinary GNU General Public License applies to all
|
/PHP-5.4/ext/ereg/regex/ |
H A D | regcomp.c | 320 ordinary(p, c); 326 ordinary(p, c); 400 ordinary(p, GETNEXT()); 529 ordinary(p, (unsigned char)c); /* takes off BACKSL, if any */ 653 ordinary(p, firstch(p, cs)); 874 ordinary(p, ch) in ordinary() function
|
H A D | WHATSNEW | 42 regcomp() makes all characters ordinary, so you can match a literal 72 New in alpha2: Backslash-anything is an ordinary character, not an
|
H A D | regcomp.ih | 21 static void ordinary(register struct parse *p, register int ch);
|
H A D | tests | 170 # ordinary repetitions
|
/PHP-5.4/ext/fileinfo/ |
H A D | libmagic.patch | 1681 - * like ordinary files. Otherwise, just report that they 1699 + * like ordinary files. Otherwise, just report that they 1739 - * like ordinary files. Otherwise, just report that they
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | ChangeLog | 1345 ordinary group without any | characters when processing (*THEN). PCRE has 5707 1. A repeat with a fixed maximum and a minimum of 1 for an ordinary character
|
/PHP-5.4/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 3484 fails, advancing the starting offset and trying an ordinary match
|
Completed in 66 milliseconds