Home
last modified time | relevance | path

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

1234

/PHP-7.3/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-7.3/ext/simplexml/tests/
H A D008.phpt28 //valid expression
30 //invalid expression
45 Warning: SimpleXMLElement::xpath(): Invalid expression in %s on line %d%A
/PHP-7.3/Zend/tests/varSyntax/
H A DwriteToTempExpr.phpt2 Writing to a temporary expression is not allowed
10 Fatal error: Cannot use temporary expression in write context in %s on line %d
H A Dstatic_prop_on_expr_class.phpt2 Accessing a static property on a statically evaluable class expression
H A DparenthesesDeref.phpt2 Dereferencing expression parentheses
H A DtempDimFetchByRefError.phpt11 Fatal error: Uncaught Error: Cannot use temporary expression in write context in %s:%d
H A DtempPropFetchByRefError.phpt11 Fatal error: Uncaught Error: Cannot use temporary expression in write context in %s:%d
/PHP-7.3/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…
H A Disset_func_error.phpt8 Fatal error: Cannot use isset() on the result of an expression (you can use "null !== expression" i…
H A Dtemporary_cleaning_008.phpt2 Optimization of constant switch expression
H A Dconstant_expressions_self_referencing_array.phpt2 Self-referencing constant expression (part of a constant AST)
/PHP-7.3/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-7.3/ext/spl/tests/
H A Dregexiterator_getregex.phpt15 # Empty regular expression
19 # "Complex" email regular expression
/PHP-7.3/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 Dbug74183.phpt13 Warning: preg_match(): Compilation failed: regular expression is too large at offset %s in %s on li…
H A Dpreg_match_basic_002.phpt6 * Description: Perform a regular expression match
/PHP-7.3/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-7.3/tests/classes/
H A Dconstants_error_005.phpt11 Fatal error: Constant expression contains invalid operations in %s on line %d
/PHP-7.3/Zend/tests/arg_unpack/
H A Dnew.phpt2 Unpack arguments for new expression
/PHP-7.3/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-7.3/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:
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME13 encompasses features from different regular expression implementations
15 being a complete superset of all regular expression features found
16 in other regular expression implementations.
19 * Character encoding can be specified per regular expression object.
20 * Several regular expression types are supported:

Completed in 106 milliseconds

1234