Home
last modified time | relevance | path

Searched refs:called (Results 126 – 150 of 280) sorted by path

12345678910>>...12

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput34 different version of this file called wintestinput3 for use on Windows,
5 where the locale is called "french" and the tests are run using
/PHP-5.5/ext/pdo/tests/
H A Dbug_44409.phpt24 printf("Method called: %s()\n", __METHOD__);
34 printf("Method called: %s(%s)\n", __METHOD__, var_export($dat, true));
44 Method called: bug44409::unserialize('Data from DB')
H A Dpdo_016.phpt63 * after execute() has been called at least once */
72 * after execute() has been called at least once */
H A Dpdo_016a.phpt63 * after execute() has been called at least once */
72 * after execute() has been called at least once */
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug68371.phpt2 PDO MySQL Bug #38671 (PDO#getAttribute() cannot be called with platform-specific attribute names)
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt21 …printf("%s(%s) - note that it must not be called when unserializing\n", __METHOD__, var_export($ca…
75 myclass::__construct('Called by script') - note that it must not be called when unserializing
H A Dpdo_mysql_stmt_getcolumnmeta.phpt27 // execute() has not been called yet
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug62593.phpt29 // Verify bindParam maintains reference and only passes when execute is called
H A Dbug68371.phpt2 PDO PgSQL Bug #38671 (PDO#getAttribute() cannot be called with platform-specific attribute names)
/PHP-5.5/ext/pgsql/
H A DREADME3 PHP script. This module uses PostgreSQL C client lib called libpq.
/PHP-5.5/ext/pgsql/tests/
H A Dskipif.inc4 // * there is a database called "test" accessible
/PHP-5.5/ext/phar/
H A DLICENSE22 4. Products derived from this software may not be called "PHP", nor
/PHP-5.5/ext/pspell/
H A Dconfig.w324 ARG_WITH("pspell", "pspell/aspell (whatever it's called this month) support", "no");
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getName_error1.phpt8 Fatal error: Non-static method ReflectionClass::getName() cannot be called statically in %s on line…
H A DReflectionClass_isIterateable_001.phpt89 Fatal error: Non-static method ReflectionClass::isIterateable() cannot be called statically in %s o…
H A DReflectionObject_getName_error1.phpt8 Fatal error: Non-static method ReflectionClass::getName() cannot be called statically in %s on line…
H A Dbug29268.phpt2 Reflection Bug #29268 (__autoload() not called with reflectionProperty->getClass())
/PHP-5.5/ext/session/tests/
H A Dbug53141.phpt2 Bug #53141 (autoload misbehaves if called from closing session)
H A Dsession_set_save_handler_class_005.phpt29 // should error because parent::open hasn't been called
H A Dsession_set_save_handler_class_007.phpt25 echo "(#$this->num) constructor called\n";
28 echo "(#$this->num) destructor called\n";
32 echo "(#$this->num) finish called $id\n";
59 // implicit close (called by shutdown function)
65 (#1) constructor called
66 (#1) finish called %s
69 (#2) constructor called
70 (#1) destructor called
74 (#2) destructor called
H A Dsession_set_save_handler_class_008.phpt25 echo "(#$this->num) constructor called\n";
28 echo "(#$this->num) destructor called\n";
32 echo "(#$this->num) finish called $id\n";
60 (#1) constructor called
61 (#1) finish called %s
65 (#1) destructor called
H A Dsession_set_save_handler_class_009.phpt25 echo "(#$this->num) constructor called\n";
28 echo "(#$this->num) destructor called\n";
32 echo "(#$this->num) finish called $id\n";
58 (#1) constructor called
62 (#1) destructor called
H A Dsession_set_save_handler_class_010.phpt25 echo "(#$this->num) constructor called\n";
28 echo "(#$this->num) destructor called\n";
32 echo "(#$this->num) finish called $id\n";
58 (#1) constructor called
60 (#1) finish called %s
63 (#1) destructor called
H A Dsession_set_save_handler_class_011.phpt26 echo "(#$this->num) constructor called\n";
29 echo "(#$this->num) destructor called\n";
62 (#1) constructor called
64 (#1) destructor called
/PHP-5.5/ext/simplexml/
H A DREADME12 called to iterate over subnodes. But also doing the following:

Completed in 45 milliseconds

12345678910>>...12