Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.1/Zend/tests/
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 Dbug46106.phpt2 Bug #46106 (Memory leaks when using global statement)
H A Dbug69388_2.phpt16 The use statement with non-compound name 'Exception' has no effect
H A Dclone_003.phpt2 Using clone statement on undefined variable
/PHP-7.1/ext/mbstring/tests/
H A Dzend_multibyte-12.phpt12 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
H A Dzend_multibyte-11.phpt13 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
/PHP-7.1/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.1/ext/oci8/tests/
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 Dconnect_scope2.phpt2 Test oci_pconnect 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
H A Dbug40415.phpt157 resource(%d) of type (oci8 statement)
159 resource(%d) of type (oci8 statement)
161 resource(%d) of type (oci8 statement)
H A Darray_bind_009.phpt15 Warning: oci_bind_array_by_name(): supplied resource is not a valid oci8 statement resource in %s o…
/PHP-7.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c55 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_byte4.c91 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.1/ext/pdo/tests/
H A Dbug_52098.phpt29 Test prepared statement with PDOStatement class.
38 Test regular statement with PDOStatement class.
/PHP-7.1/ext/opcache/tests/
H A Dbug74152.phpt2 Bug #74152 (if statement says true to a null variable)
/PHP-7.1/ext/mysqli/tests/
H A D050.phpt2 non freed statement test
/PHP-7.1/Zend/tests/traits/
H A Dbug60145.phpt2 Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.)
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h94 } statement; member
148 #define mysqlnd_stmt_get_methods() mysqlnd_plugin_methods_xetters.statement.get()
149 #define mysqlnd_stmt_set_methods(m) mysqlnd_plugin_methods_xetters.statement.set((m))

Completed in 43 milliseconds

12345678910>>...13