/PHP-5.3/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_basic.phpt | 55 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d 58 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d 61 Warning: session_module_name(): Cannot find named PHP session module (foo) in %s on line %d
|
H A D | session_set_save_handler_closures.phpt | 55 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d 58 Warning: session_module_name(): Cannot find named PHP session module (blah) in %s on line %d 61 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-5.3/ext/dom/ |
H A D | namednodemap.c | 133 char *named; in PHP_FUNCTION() local 139 …UM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_namednodemap_class_entry, &named, &namedlen) == FAI… in PHP_FUNCTION() 152 itemnode = (xmlNodePtr)xmlHashLookup(objmap->ht, named); in PHP_FUNCTION() 154 notep = (xmlNotation *)xmlHashLookup(objmap->ht, named); in PHP_FUNCTION() 163 itemnode = (xmlNodePtr)xmlHasProp(nodep, named); in PHP_FUNCTION() 265 char *uri, *named; in PHP_FUNCTION() local 271 …CC, getThis(), "Os!s", &id, dom_namednodemap_class_entry, &uri, &urilen, &named, &namedlen) == FAI… in PHP_FUNCTION() 284 itemnode = (xmlNodePtr)xmlHashLookup(objmap->ht, named); in PHP_FUNCTION() 286 notep = (xmlNotation *)xmlHashLookup(objmap->ht, named); in PHP_FUNCTION() 295 itemnode = (xmlNodePtr)xmlHasNsProp(nodep, named, uri); in PHP_FUNCTION()
|
/PHP-5.3/ext/pcre/tests/ |
H A D | bug37911.phpt | 2 Bug #37911 (preg_replace_callback ignores named groups) 40 Warning: preg_replace_callback(): Numeric named subpatterns are not allowed in %sbug37911.php on li…
|
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 | match_flags3.phpt | 45 Warning: preg_match(): Numeric named subpatterns are not allowed in %smatch_flags3.php on line 14
|
/PHP-5.3/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-5.3/ext/mbstring/oniguruma/doc/ |
H A D | RE | 203 (?<name>subexp) define named group 224 * Back reference by group number is forbidden if named group is defined 276 Behavior of the no-named group (...) changes with the following conditions. 277 (But named group is not changed.) 279 case 1. /.../ (named group is not used, no option) 283 case 2. /.../g (named group is not used, 'g' option) 287 case 3. /..(?<name>..)../ (named group is used, no option) 292 case 4. /..(?<name>..)../G (named group is used, 'G' option) 320 + named group (?<name>...) 321 + named backref \k<name> [all …]
|
/PHP-5.3/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 | 66 Class A does not have a property named protectedOverridden 67 Class A does not have a property named privateOverridden
|
H A D | ReflectionClass_setStaticPropertyValue_001.phpt | 76 Class A does not have a property named protectedOverridden 77 Class A does not have a property named privateOverridden
|
/PHP-5.3/ext/spl/examples/ |
H A D | cachingrecursiveiterator.inc | 18 * Class RecursiveCachingIterator was named CachingRecursiveIterator until
|
/PHP-5.3/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-5.3/tests/lang/ |
H A D | 044.phpt | 2 Dynamic call for static methods dynamically named
|
/PHP-5.3/ext/phar/tests/zip/ |
H A D | notphar.phpt | 2 Phar: a non-executable zip with no stub named .phar.zip
|
H A D | exists_as_phar.phpt | 2 Phar: phar-based phar named with ".zip" fails
|
/PHP-5.3/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…
|
/PHP-5.3/ext/pdo/tests/ |
H A D | bug_36798.phpt | 2 PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars)
|
/PHP-5.3/ext/phar/tests/tar/ |
H A D | exists_as_phar.phpt | 2 Phar: phar-based phar named with ".tar" fails
|
/PHP-5.3/ext/openssl/ |
H A D | README | 134 named by filename is valid. If signerscerts is passed in, it holds the 144 Encrypts the MIME message contained in the file named by infile using 146 named outfile. 153 Headers can be either an assoc array keyed by header named, or can be 161 Signs the MIME message contained in the file named by infile using the 164 The result is placed in the file named by outfile. 174 Decrypts the MIME message contained in the file named by infilename
|