Home
last modified time | relevance | path

Searched refs:named (Results 1 – 25 of 85) sorted by relevance

1234

/PHP-7.1/ext/session/tests/
H A Dsession_module_name_error.phpt99 Warning: session_module_name(): Cannot find named PHP session module (0) in %s on line %d
104 Warning: session_module_name(): Cannot find named PHP session module (1) in %s on line %d
144 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
149 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
154 Warning: session_module_name(): Cannot find named PHP session module (1) in %s on line %d
159 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
169 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
174 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
179 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
204 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
[all …]
H A Dsession_set_save_handler_variation1.phpt32 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
36 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d
H A Dsession_set_save_handler_closures.phpt56 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
59 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d
62 Warning: session_module_name(): Cannot find named PHP session module (foo) in %s on line %d
H A Dsession_set_save_handler_basic.phpt63 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
66 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d
69 Warning: session_module_name(): Cannot find named PHP session module (foo) in %s on line %d
H A Dsession_module_name_variation1.phpt29 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d
/PHP-7.1/ext/dom/
H A Dnamednodemap.c133 char *named; in PHP_FUNCTION() local
139 …ers(ZEND_NUM_ARGS(), getThis(), "Os", &id, dom_namednodemap_class_entry, &named, &namedlen) == FAI… in PHP_FUNCTION()
152 itemnode = (xmlNodePtr)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()
154 notep = (xmlNotation *)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()
163 itemnode = (xmlNodePtr)xmlHasProp(nodep, (xmlChar *) named); in PHP_FUNCTION()
271 char *uri, *named; in PHP_FUNCTION() local
277 …(), getThis(), "Os!s", &id, dom_namednodemap_class_entry, &uri, &urilen, &named, &namedlen) == FAI… in PHP_FUNCTION()
290 itemnode = (xmlNodePtr)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()
292 notep = (xmlNotation *)xmlHashLookup(objmap->ht, (xmlChar *) named); in PHP_FUNCTION()
301 itemnode = (xmlNodePtr)xmlHasNsProp(nodep, (xmlChar *) named, (xmlChar *) uri); in PHP_FUNCTION()
/PHP-7.1/ext/pdo_dblib/tests/
H A Dbug_71667.phpt12 $stmt = $db->prepare("SELECT 1, 2 AS named, 3");
25 ["named"]=>
/PHP-7.1/ext/pgsql/tests/
H A DREADME4 - there is database named "test"
7 user account named 'testuser' and grant that user access to the database
/PHP-7.1/ext/pcre/tests/
H A Dbug47662.phpt2 Bug #47662 (support more than 127 named subpatterns)
H A Dbug34790.phpt2 Bug #34790 (preg_match_all(), named capturing groups, variable assignment/return => crash)
H A Dbug37911.phpt2 Bug #37911 (preg_replace_callback ignores named groups)
/PHP-7.1/ext/reflection/tests/
H A DReflectionClass_setStaticPropertyValue_002.phpt55 Class C does not have a property named
56 Class C does not have a property named 1.5
H A DReflectionClass_getStaticPropertyValue_001.phpt68 Class A does not have a property named protectedOverridden
69 Class A does not have a property named privateOverridden
H A DReflectionClass_setStaticPropertyValue_001.phpt78 Class A does not have a property named protectedOverridden
79 Class A does not have a property named privateOverridden
/PHP-7.1/Zend/tests/
H A Dbug71737.phpt2 Bug #71737: Memory leak in closure with parameter named $this
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DRE235 define named group
260 * Back reference by group number is forbidden if named group is defined
323 Behavior of the no-named group (...) changes with the following conditions.
324 (But named group is not changed.)
326 case 1. /.../ (named group is not used, no option)
330 case 2. /.../g (named group is not used, 'g' option)
334 case 3. /..(?<name>..)../ (named group is used, no option)
339 case 4. /..(?<name>..)../G (named group is used, 'G' option)
366 + named group (?<name>...), (?'name'...)
367 + named backref \k<name>
[all …]
/PHP-7.1/ext/spl/examples/
H A Dcachingrecursiveiterator.inc18 * Class RecursiveCachingIterator was named CachingRecursiveIterator until
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt2 MySQL PDO->prepare(), native PS, named placeholder
27 // Yes, there is no placeholder to bind to and named placeholder
47 // Note that the "named placeholder" is enclosed by double quotes.
H A Dpdo_mysql_get_attribute.phpt80 Read options from the named option file instead of from my.cnf.
83 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.
/PHP-7.1/Zend/tests/arg_unpack/
H A Dstring_keys.phpt2 Argument unpacking does not work with string keys (forward compatibility for named args)
/PHP-7.1/tests/lang/
H A D044.phpt2 Dynamic call for static methods dynamically named
/PHP-7.1/ext/intl/tests/
H A Dmsgfmt_format_mixed_params.phpt2 MessageFormatter::format(): mixed named and numeric parameters
H A Dbug74484_MessageFormatter.phpt2 Bug #74484 MessageFormatter::formatMessage memory corruption with 11+ named placeholder
H A Dmsgfmt_format_error2.phpt2 MessageFormatter::format() inconsistent types in named argument
/PHP-7.1/ext/phar/tests/zip/
H A Dnotphar.phpt2 Phar: a non-executable zip with no stub named .phar.zip

Completed in 58 milliseconds

1234