Home
last modified time | relevance | path

Searched refs:engine (Results 1 – 25 of 122) sorted by path

12345

/PHP-5.5/
H A DCODING_STANDARDS78 In almost all cases, memory returned to the engine must be allocated
H A DEXTENSIONS236 COMMENT: Integrates SQLite 2 embeddable SQL database engine.
243 COMMENT: Integrates SQLite 3 embeddable SQL database engine.
H A DINSTALL883 contains the basic engine (plus gettext and iconv). Next, take a look
1745 php_admin_flag engine on
1749 php_admin_flag engine on
2007 And for IIS4 you need to tell it that PHP is a script engine.
H A DNEWS4657 - Zend engine:
5513 - Fixed bug #49447 (php engine need to correctly check for socket API
5764 . Improved engine stack implementation for better performance and stability.
7126 - Fixed bug #42590 (Make the engine recognize \v and \f escape sequences).
8319 - Fixed bug #38779 (engine crashes when require()'ing file with syntax error
8853 - Fixed bug #35785 (SimpleXML causes memory read error zend engine). (Marcus)
H A DUPGRADING520 design restriction in the engine and could not be fixed easily
H A DUPGRADING.INTERNALS88 Internal engine lowercasing will be using ASCII-only rules. User-facing functions,
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO57 Otherwise this handler should be NULL and the engine will use
68 get and set handlers are used when engine needs to access the object
166 the engine. If your properties are not zval's, don't define it.
H A DZEND_CHANGES341 properties in the created object. For convenience, the engine
459 implicitly by the engine. In order to run a parent destructor,
1028 there are several improvements in the language engine features:
1139 The Zend Engine claims 100% compatibility with the engine of PHP
/PHP-5.5/Zend/RFCs/
H A D001.txt8 engine) the object model's design is that instantiated objects are
46 previous versions of the scripting engine. However, you won't bump
88 This is how the scripting engine has worked until today. Most
124 will also be possible to request that the engine will emit an E_NOTICE
H A D003.txt15 addition to the engine for requiring loose types would allow
/PHP-5.5/Zend/tests/
H A Dbug38779.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
H A Dbug38779_1.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW51 to change for 4.4BSD. Cleanup work in engine.c, and some new regression
H A Dengine.ih6 /* === engine.c === */
H A Dregex.mak246 ".\engine.c"\
247 ".\engine.ih"\
259 ".\engine.c"\
260 ".\engine.ih"\
301 SOURCE=.\engine.c
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4568 0 string CUBE Map file for cube and cube2 engine games
8338 # Build engine group files (Duke Nukem, Shadow Warrior, ...)
8341 0 string KenSilverman Build engine group file
8406 # NetImmerse/Gamebryo game engine entries
8408 # Summary: Gamebryo game engine file
8411 0 string Gamebryo\ File\ Format,\ Version\ Gamebryo game engine file
8414 # Summary: Gamebryo game engine file
8417 0 string ;Gamebryo\ KFM\ File\ Version\ Gamebryo game engine animation File
8420 # Summary: NetImmerse game engine file
8424 >&0 string n\ NetImmerse game engine file
/PHP-5.5/ext/mysql/tests/
H A Dbug53649.phpt13 …!mysql_query("CREATE TABLE test (dump1 INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine, $lin…
35 …if (!mysql_query("CREATE TABLE test (dump1 INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine, …
H A Dconnect.inc69 $engine = getenv("MYSQL_TEST_ENGINE") ? getenv("MYSQL_TEST_ENGINE") : "MyISAM";
H A Dmysql_affected_rows.phpt36 if (!mysql_query('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE = ' . $engine, $…
H A Dmysql_fetch_array.phpt79 // don't bail, engine might not support the datatype
153 func_mysql_fetch_array($link, $engine, "TINYINT", -11, "-11", 20);
158 func_mysql_fetch_array($link, $engine, "BOOL", 1, "1", 60);
159 func_mysql_fetch_array($link, $engine, "BOOL", NULL, NULL, 70);
160 func_mysql_fetch_array($link, $engine, "BOOLEAN", 0, "0", 80);
187 func_mysql_fetch_array($link, $engine, "FLOAT", NULL, NULL, 300);
204 func_mysql_fetch_array($link, $engine, "DATE", NULL, NULL, 430);
214 func_mysql_fetch_array($link, $engine, "TIME", NULL, NULL, 500);
218 func_mysql_fetch_array($link, $engine, "YEAR", NULL, NULL, 530);
254 func_mysql_fetch_array($link, $engine, "TEXT", "a", "a", 800);
[all …]
H A Dmysql_fetch_field.phpt86 …if (!mysql_query(sprintf("CREATE TABLE test(id INT, label %s) ENGINE = %s", $type_name, $engine), …
87 // server and/or engine might not support the data type
H A Dmysql_field_flags.phpt100 $sql = sprintf("CREATE TABLE test(id INT, %s) ENGINE = %s", $columns, $engine);
102 // server or engine might not support this
H A Dtable.inc16 if (!mysql_query('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine, $li…
/PHP-5.5/ext/mysqli/tests/
H A D002.phpt25 col11 char(20)) ENGINE=" . $engine);
H A D003.phpt26 c7 timestamp(6)) ENGINE=" . $engine);
46 c7 timestamp) ENGINE=" . $engine);

Completed in 101 milliseconds

12345