Home
last modified time | relevance | path

Searched refs:statement (Results 151 – 175 of 324) sorted by relevance

12345678910>>...13

/PHP-7.4/Zend/tests/
H A Djump08.phpt11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump08.php on line 2
H A Djump12.phpt2 jump 09: goto in declare statement
H A Dloop_free_on_return.phpt2 Break out of while loop that is followed by a return statement and inside a foreach loop
H A Dns_065.phpt2 065: Multiple names in use statement
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 Dclone_001.phpt2 Using clone statement on non-object
H A Dbug69388_2.phpt15 The use statement with non-compound name 'Exception' has no effect
H A Dbug46106.phpt2 Bug #46106 (Memory leaks when using global statement)
H A Dclone_003.phpt2 Using clone statement on undefined variable
/PHP-7.4/tests/lang/
H A Dstatic_basic_001.phpt19 echo "\nLots of initialisations in the same statement.\n";
60 Lots of initialisations in the same statement.
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_09_blob_bound_param.phpt26 echo "Closing statement\n";
50 Closing statement
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_003.phpt11 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
H A Dscalar_strict_declaration_placement_002.phpt14 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
/PHP-7.4/ext/oci8/tests/
H A Dlob_027.phpt21 $statement = oci_parse($c,$ora_sql);
23 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB);
24 oci_execute($statement, OCI_DEFAULT);
H A Dconnect_scope2.phpt2 Test oci_pconnect end-of-scope when statement returned
50 // insert 2nd row on returned statement, committing both rows
H A Dconnect_scope1.phpt2 Test oci_connect end-of-scope when statement returned
50 // insert 2nd row on returned statement, committing both rows
H A Dbug51291_2.phpt13 echo "\nTest 1 - Execute - after successful 2nd query with same statement\n";
37 Test 1 - Execute - after successful 2nd query with same statement
/PHP-7.4/ext/mbstring/tests/
H A Dzend_multibyte-12.phpt14 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
H A Dzend_multibyte-11.phpt15 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c57 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.4/ext/pdo/tests/
H A Dbug_52098.phpt29 Test prepared statement with PDOStatement class.
38 Test regular statement with PDOStatement class.
/PHP-7.4/Zend/tests/traits/
H A Dbug60145.phpt2 Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)
/PHP-7.4/ext/opcache/tests/
H A Dbug74152.phpt2 Bug #74152 (if statement says true to a null variable)
/PHP-7.4/ext/mysqli/tests/
H A D050.phpt2 non freed statement test

Completed in 21 milliseconds

12345678910>>...13