Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 25 of 134) sorted by relevance

123456

/PHP-5.5/ext/spl/examples/
H A Dregexfindfile.inc13 * @brief Find files by regular expression
20 /** Construct from path and regular expression
25 * @param $regex perl style regular expression to find files with
32 /** @return whether the current filename matches the regular expression.
H A Dkeyfilter.inc13 * @brief Regular expression filter for string iterators
20 * expression.
33 * @param regex Regular expression used as a filter.
41 /** \return whether the current key mathes the regular expression
48 /** @return regular expression used as filter
/PHP-5.5/ext/simplexml/tests/
H A D008.phpt28 //valid expression
30 //invalid expression
45 Warning: SimpleXMLElement::xpath(): Invalid expression in %s on line %d
/PHP-5.5/Zend/tests/
H A Disset_expr_error.phpt8 Fatal error: Cannot use isset() on the result of an expression (you can use "null !== expression" i…
/PHP-5.5/ext/spl/internal/
H A Drecursiveregexiterator.inc13 * @brief Recursive regular expression filter for iterators
23 * Constructs a regular expression filter around an iterator whose
27 * @param regex the regular expression to match
H A Dregexiterator.inc13 * @brief Regular expression filter for iterators
31 private $regex; /**< the regular expression to match against */
41 * Constructs a regular expression filter around an iterator whose
45 * @param regex the regular expression to match
61 * Match current or key against regular expression using mode, flags and
162 /** @return current regular expression
/PHP-5.5/ext/spl/tests/
H A Dregexiterator_getregex.phpt15 # Empty regular expression
19 # "Complex" email regular expression
/PHP-5.5/ext/pcre/tests/
H A Ddelimiters.phpt18 Warning: preg_match(): Empty regular expression in %sdelimiters.php on line 3
21 Warning: preg_match(): Empty regular expression in %sdelimiters.php on line 4
H A Dpreg_match_basic_002.phpt6 * Description: Perform a regular expression match
H A Dmatch_flags3.phpt22 Warning: preg_match(): Empty regular expression in %smatch_flags3.php on line 3
/PHP-5.5/Zend/tests/generators/errors/
H A Dyield_outside_function_error.phpt10 Fatal error: The "yield" expression can only be used inside a function in %s on line %d
/PHP-5.5/ext/ereg/tests/
H A D005.phpt2 Test Regular expression register support in ereg
H A Dereg_variation_004.phpt6 * Description: Regular expression match
H A Deregi_variation_004.phpt6 * Description: Regular expression match
H A Dereg_basic_003.phpt6 * Description: Regular expression match
H A Dsql_regcase_basic_001.phpt6 * Description: Make regular expression for case insensitive match
H A Deregi_basic_003.phpt6 * Description: Regular expression match
H A Dsplit_variation_004.phpt6 * Description: Split string into array by regular expression
H A Dspliti_variation_004.phpt6 * Description: spliti string into array by regular expression
H A Deregi_replace_basic.phpt7 * Description: Case insensitive replace regular expression
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt11 * Description: Regular expression match for multibyte string
16 * Testing the following regular expression features match correctly:
H A Dbug43301.phpt2 Bug #43301 (mb_ereg*_replace() crashes when replacement string is invalid PHP expression and 'e' op…
/PHP-5.5/ext/xsl/tests/
H A Dbug48221.phpt14 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
H A Dxsltprocessor_setparameter-errorquote.phpt18 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_num_rows.phpt59 print "run_tests.php don't fool me with your 'ungreedy' expression '.+?'!\n";
86 run_tests.php don't fool me with your 'ungreedy' expression '.+?'!

Completed in 69 milliseconds

123456