| /PHP_5_5/ext/ereg/regex/ |
| H A D | regcomp.c | 18 * parse structure, passed up and down to avoid global variables and 21 struct parse { struct 40 * macros for use with parse structure 41 * BEWARE: these know that the parse structure is named `p' !!! 93 struct parse pa; 95 register struct parse *p = &pa; 189 == static void p_ere(register struct parse *p, int stop); 193 register struct parse *p; 234 - p_ere_exp - parse one subERE, an atom possibly followed by a repetition op 235 == static void p_ere_exp(register struct parse * [all...] |
| H A D | regcomp.ih | 7 static void p_ere(register struct parse *p, int stop); 8 static void p_ere_exp(register struct parse *p); 9 static void p_str(register struct parse *p); 10 static void p_bre(register struct parse *p, register int end1, register int end2); 11 static int p_simp_re(register struct parse *p, int starordinary); 12 static int p_count(register struct parse *p); 13 static void p_bracket(register struct parse *p); 14 static void p_b_term(register struct parse *p, register cset *cs); 15 static void p_b_cclass(register struct parse *p, register cset *cs); 16 static void p_b_eclass(register struct parse * [all...] |
| /PHP_5_5/ext/pdo_mysql/tests/ |
| H A D | mysql_pdo_test.inc | 108 // stinky string which we need to parse
|
| /PHP_5_5/ext/spl/internal/ |
| H A D | splfileobject.inc | 181 * @param $format string specifying format to parse
|
| /PHP_5_5/scripts/dev/generate-phpt/src/ |
| H A D | generate-phpt.php | 21 $options->parse($argv);
|
| /PHP_5_5/scripts/dev/generate-phpt/src/setup/ |
| H A D | gtCommandLineOptions.php | 42 public function parse($argv) function
|
| /PHP_5_5/scripts/dev/generate-phpt/tests/ |
| H A D | gtCommandLineOptionsTest.php | 14 $clo->parse(array('generate-phpt.php')); 19 $clo->parse(array('generate-phpt.php', '-h')); 25 $clo->parse(array('generate-phpt.php', '-f', 'some-function')); 35 $clo->parse(array('generate-phpt.php', '-z')); 43 $clo->parse(array('generate-phpt.php', '-f'));
|
| H A D | gtIfClassHasMethodTest.php | 11 $clo->parse(array('generate-phpt.php', '-c', 'blah', '-m', 'blah')); 19 $clo->parse(array('generate-phpt.php', '-c', 'blah')); 27 $clo->parse(array('generate-phpt.php', '-b')); 35 $clo->parse(array('generate-phpt.php', '-c', 'blah'));
|
| H A D | gtIsSpecifiedFunctionOrMethodTest.php | 11 $clo->parse(array('generate-phpt.php', '-m', 'blah')); 19 $clo->parse(array('generate-phpt.php', '-f', 'blah')); 27 $clo->parse(array('generate-phpt.php', '-b')); 36 $clo->parse(array('generate-phpt.php', '-c', 'blah'));
|
| H A D | gtIsSpecifiedTestTypeTest.php | 11 $clo->parse(array('generate-phpt.php', '-c', 'DOMDocument','-b')); 19 $clo->parse(array('generate-phpt.php', '-c', 'DOMDocument')); 27 $clo->parse(array('generate-phpt.php', '-c', 'blah'));
|
| H A D | gtIsValidClassTest.php | 11 $clo->parse(array('generate-phpt.php', '-c', 'DOMDocument')); 19 $clo->parse(array('generate-phpt.php', '-c', 'blah')); 27 $clo->parse(array('generate-phpt.php','-b')); 35 $clo->parse(array('generate-phpt.php', '-c', 'blah'));
|
| H A D | gtIsValidFunctionTest.php | 11 $clo->parse(array('generate-phpt.php', '-f', 'cos')); 19 $clo->parse(array('generate-phpt.php', '-f', 'blah')); 27 $clo->parse(array('generate-phpt.php','-b')); 35 $clo->parse(array('generate-phpt.php', '-c', 'blah'));
|
| H A D | gtIsValidMethodTest.php | 11 $clo->parse(array('generate-phpt.php', '-c', 'DOMDocument', '-m', 'createAttribute')); 19 $clo->parse(array('generate-phpt.php', '-c', 'DOMDocument', '-m', 'blah')); 27 $clo->parse(array('generate-phpt.php','-b')); 35 $clo->parse(array('generate-phpt.php', '-c', 'blah'));
|
| H A D | gtOptionalSectionsTest.php | 11 $clo->parse(array('generate-phpt.php', '-s', 'skipif:ini')); 26 $clo->parse(array('generate-phpt.php', '-s', 'blah')); 33 $clo->parse(array('generate-phpt.php', '-s', 'skipif', '-x', 'standard')); 46 $clo->parse(array('generate-phpt.php', '-s', 'skipif', '-k', 'win'));
|
| /PHP_5_5/ext/intl/dateformat/ |
| H A D | dateformat_class.c | 189 PHP_NAMED_FE( parse, ZEND_FN( datefmt_parse), datefmt_parse_args )
|
| /PHP_5_5/ext/intl/doc/ |
| H A D | datefmt_api.php | 7 * display dates in a localized format or to parse strings 102 * This variable will contain the end position if the parse fails 103 * If $parse_pos > strlen($value), the parse fails immediately. 106 public function parse($value, $parse_pos=0) {} function 117 * This variable will contain the end position if the parse fails 118 * If $parse_pos > strlen($value), the parse fails immediately. 151 * 'false' sets the parser to strictly parse strings into dates. 210 * @return string the pattern string being used to format/parse 285 * This variable will contain the end position if the parse fails 286 * If $parse_pos > strlen($value), the parse fail [all...] |
| H A D | formatter_api.php | 8 * parse strings into numbers according to the above patterns. 143 * format or parse numbers. 156 * format or parse numbers. 188 * @param string $string String to parse 192 * on output, moved to after the last successfully parse character; 193 * on parse failure, does not change. 196 public function parse($string, $type, &$position) {} function 211 * This parser would use parseCurrency API string to parse currency string. The format is defined by the 214 * @param string $string String to parse 218 * on parse failur [all...] |
| H A D | msgfmt_api.php | 44 * @param string $value string to parse for items 48 public function parse($value) {} function 68 * @param string $value string to parse for items 138 * @param string $value string to parse for items 162 * @param string $value string to parse for items
|
| /PHP_5_5/ext/intl/formatter/ |
| H A D | formatter_class.c | 176 PHP_NAMED_FE( parse, ZEND_FN( numfmt_parse ), number_parse_arginfo )
|
| /PHP_5_5/ext/intl/msgformat/ |
| H A D | msgformat_class.c | 149 PHP_NAMED_FE( parse, ZEND_FN( msgfmt_parse ), arginfo_messageformatter_parse )
|
| H A D | msgformat_helpers.cpp | 639 Formattable *fargs = ((const MessageFormat*)fmt)->parse(srcString, *count, *status);
|
| /PHP_5_5/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 113 private int parse(struct magic_set *, struct magic_entry *, const char *, 932 * Load and parse one file. 964 /* read and parse this file */ 973 case '\0': /* empty, do not parse */ 974 case '#': /* comment, do not parse */ 1009 switch (parse(ms, &me, line, lineno, action)) { 1027 * parse a file or directory of files 1487 * parse one line from magic file, put into magic[index++] if valid 1490 parse(struct magic_set *ms, struct magic_entry *me, const char *line, function 1699 * Not a keyword type; parse i [all...] |