Home
last modified time | relevance | path

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

1234

/PHP-7.4/
H A DCODING_STANDARDS.md72 In almost all cases, memory returned to the engine must be allocated using
H A DCONTRIBUTING.md208 └─ main/ # Binding that ties extensions, SAPIs, and engine together
H A DEXTENSIONS173 COMMENT: Integrates SQLite 3 embeddable SQL database engine.
H A DNEWS2291 . Fixed bug #77484 (Zend engine crashes when calling realpath in invalid
/PHP-7.4/Zend/
H A DZend.m4124 dnl Basic checks specific for the Zend engine library.
/PHP-7.4/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-7.4/ext/fileinfo/tests/
H A Dmagic8151 0 string CUBE Map file for cube and cube2 engine games
8691 >132 ubelong 0 Extensible storage engine
13462 # Build engine group files (Duke Nukem, Shadow Warrior, ...)
13465 0 string KenSilverman Build engine group file
13530 # NetImmerse/Gamebryo game engine entries
13532 # Summary: Gamebryo game engine file
13535 0 string Gamebryo\ File\ Format,\ Version\ Gamebryo game engine file
13538 # Summary: Gamebryo game engine file
13541 0 string ;Gamebryo\ KFM\ File\ Version\ Gamebryo game engine animation File
13544 # Summary: NetImmerse game engine file
[all …]
H A Dmagic私はガラスを食べられます8151 0 string CUBE Map file for cube and cube2 engine games
8691 >132 ubelong 0 Extensible storage engine
13462 # Build engine group files (Duke Nukem, Shadow Warrior, ...)
13465 0 string KenSilverman Build engine group file
13530 # NetImmerse/Gamebryo game engine entries
13532 # Summary: Gamebryo game engine file
13535 0 string Gamebryo\ File\ Format,\ Version\ Gamebryo game engine file
13538 # Summary: Gamebryo game engine file
13541 0 string ;Gamebryo\ KFM\ File\ Version\ Gamebryo game engine animation File
13544 # Summary: NetImmerse game engine file
[all …]
/PHP-7.4/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);
H A D004.phpt20 if (!mysqli_query($link,"CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
H A D005.phpt18 … if (!mysqli_query($link, "CREATE TABLE test_bind_fetch(c1 char(10), c2 text) ENGINE=" . $engine))
H A D006.phpt27 c7 int) ENGINE=" . $engine);
H A D007.phpt27 c7 smallint) ENGINE=" . $engine);
H A D008.phpt27 c7 tinyint) ENGINE=" . $engine);
H A D009.phpt32 c8 bigint unsigned) ENGINE=" . $engine);
61 …, "CREATE TABLE test_bind_fetch_uint(c1 integer unsigned, c2 integer unsigned) ENGINE=" . $engine);
H A D010.phpt29 c7 float(10) unsigned) ENGINE=" . $engine);
H A D011.phpt24 c8 varchar(50)) ENGINE=" . $engine);
H A D012.phpt24 c8 varchar(10)) ENGINE=" . $engine);
H A D013.phpt22 c8 varchar(10)) ENGINE=" . $engine);
H A D014.phpt27 if (!mysqli_query($link, "CREATE TABLE test(a int, b varchar(10)) engine=InnoDB"))
H A D019.phpt24 col11 char(20)) ENGINE=" . $engine);
H A D036.phpt22 …ATE TABLE t036 (a bigint not null auto_increment primary key, b varchar(10)) ENGINE = " . $engine);
H A D037.phpt20 mysqli_query($link, "CREATE TABLE test_result (a int, b varchar(10)) ENGINE = " . $engine);

Completed in 136 milliseconds

1234