Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 279) sorted by path

12345678910>>...12

/PHP-5.5/
H A DCODING_STANDARDS61 7. When commenting out code using a #if statement, do NOT use 0 only. Instead
210 between logical statement groups in a block. Maintain at least one empty
H A DINSTALL222 side of the LoadModule statement must point to the path of the PHP
450 hand side of the LoadModule statement must point to the path of the
1148 Due to the following statement already existing in httpd.conf (as
H A DNEWS1623 . Fixed bug #64953 (Postgres prepared statement positional parameter
2148 statement crashes). (Stanley Sufficool)
3016 . Fixed bug #60717 (Order of traits in use statement can cause a fatal
5418 statement). (Pierrick)
6239 - Fixed bug #46106 (Memory leaks when using global statement). (Dmitry)
7171 - Enabled changing the size of statement cache for non-persistent OCI8
7691 prepared statement emulation code). (Ilia)
7806 . Enabled prepared statement emulation by default.
8375 - Fixed bug #38394 (PDO fails to recover from failed prepared statement
9137 . switch() statement. (Dmitry)
[all …]
H A DREADME.namespaces26 The namespace declaration statement must be the very first statement in
27 the file. The only exception is "declare" statement that can be used before.
51 The use statement only defines name aliasing. It may create name alias for
52 namespace or class. The simple form of statement "use A\B\C\D;" is
53 equivalent to "use A\B\C\D as D;". The use statement can be used at any
/PHP-5.5/Zend/RFCs/
H A D002.txt112 refer to it as "HTML:Form". The "namespace" statement must occur
117 # second file with the same namespace statement?
124 current one with the "import" statement:
/PHP-5.5/Zend/
H A DZEND_CHANGES1093 foreach(array_expr as $val) statement
1094 foreach(array_expr as $key => $val) statement
1152 * The return statement no longer works from a require()'d file. It
1156 * unset() is no longer a function, but a statement.
/PHP-5.5/Zend/tests/
H A Dbug46106.phpt2 Bug #46106 (Memory leaks when using global statement)
H A Dbug60771.phpt2 test of larger than 8kb text file being parsed by require statement
H A Dclone_001.phpt2 Using clone statement on non-object
H A Dclone_003.phpt2 Using clone statement on undefined variable
H A Dclone_004.phpt2 Testing usage of object as array on clone statement
H A Ddeclare_001.phpt2 Testing declare statement with several type values
H A Ddeclare_002.phpt2 Testing declare statement with several type values
H A Ddeclare_003.phpt2 Testing declare statement with several type values
H A Ddeclare_004.phpt2 Testing declare statement with several type values
H A Djump07.phpt11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump07.php on line 5
H A Djump08.phpt11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump08.php on line 2
H A Djump09.phpt13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump09.php on line 7
H A Djump10.phpt13 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump10.php on line 2
H A Djump12.phpt2 jump 09: goto in declare statement
H A Dns_033.phpt2 033: Import statement with non-compound name
8 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
10 Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3
H A Dns_065.phpt2 065: Multiple names in use statement
H A Dns_068.phpt14 Fatal error: Namespace declaration statement has to be the very first statement in the script in %s…
H A Dns_083.phpt14 Fatal error: Namespace declaration statement has to be the very first statement in the script in %s…
/PHP-5.5/Zend/tests/traits/
H A Dbug60145.phpt2 Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)

Completed in 77 milliseconds

12345678910>>...12