/PHP-7.0/ext/session/tests/ |
H A D | session_module_name_error.phpt | 99 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 D | session_set_save_handler_variation1.phpt | 32 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 D | session_set_save_handler_closures.phpt | 57 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d 60 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d 63 Warning: session_module_name(): Cannot find named PHP session module (foo) in %s on line %d
|
H A D | session_set_save_handler_basic.phpt | 64 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d 67 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d 70 Warning: session_module_name(): Cannot find named PHP session module (foo) in %s on line %d
|
H A D | session_module_name_variation1.phpt | 29 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d
|
/PHP-7.0/ext/dom/ |
H A D | namednodemap.c | 133 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.0/ext/pdo_dblib/tests/ |
H A D | bug_71667.phpt | 12 $stmt = $db->prepare("SELECT 1, 2 AS named, 3"); 25 ["named"]=>
|
/PHP-7.0/ext/pgsql/tests/ |
H A D | README | 4 - there is database named "test" 7 user account named 'testuser' and grant that user access to the database
|
/PHP-7.0/ext/pcre/tests/ |
H A D | bug47662.phpt | 2 Bug #47662 (support more than 127 named subpatterns)
|
H A D | bug34790.phpt | 2 Bug #34790 (preg_match_all(), named capturing groups, variable assignment/return => crash)
|
H A D | bug37911.phpt | 2 Bug #37911 (preg_replace_callback ignores named groups)
|
/PHP-7.0/ext/reflection/tests/ |
H A D | ReflectionClass_setStaticPropertyValue_002.phpt | 56 Class C does not have a property named 57 Class C does not have a property named 1.5
|
H A D | ReflectionClass_getStaticPropertyValue_001.phpt | 68 Class A does not have a property named protectedOverridden 69 Class A does not have a property named privateOverridden
|
H A D | ReflectionClass_setStaticPropertyValue_001.phpt | 78 Class A does not have a property named protectedOverridden 79 Class A does not have a property named privateOverridden
|
/PHP-7.0/Zend/tests/ |
H A D | bug71737.phpt | 2 Bug #71737: Memory leak in closure with parameter named $this
|
/PHP-7.0/ext/spl/examples/ |
H A D | cachingrecursiveiterator.inc | 18 * Class RecursiveCachingIterator was named CachingRecursiveIterator until
|
/PHP-7.0/ext/mbstring/oniguruma/doc/ |
H A D | RE | 235 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.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_native_named_placeholder.phpt | 2 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 D | pdo_mysql_get_attribute.phpt | 80 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.0/tests/lang/ |
H A D | 044.phpt | 2 Dynamic call for static methods dynamically named
|
/PHP-7.0/Zend/tests/arg_unpack/ |
H A D | string_keys.phpt | 2 Argument unpacking does not work with string keys (forward compatibility for named args)
|
/PHP-7.0/ext/intl/tests/ |
H A D | msgfmt_format_mixed_params.phpt | 2 MessageFormatter::format(): mixed named and numeric parameters
|
H A D | msgfmt_format_error2.phpt | 2 MessageFormatter::format() inconsistent types in named argument
|
/PHP-7.0/ext/phar/tests/zip/ |
H A D | notphar.phpt | 2 Phar: a non-executable zip with no stub named .phar.zip
|
/PHP-7.0/ext/pdo_firebird/tests/ |
H A D | bug_48877.phpt | 2 …77 The "bindValue" and "bindParam" do not work for PDO Firebird if we use named parameters (:param…
|