Home
last modified time | relevance | path

Searched refs:call (Results 201 – 225 of 388) sorted by relevance

12345678910>>...16

/PHP-7.1/tests/classes/
H A Dabstract.phpt30 Fatal error: Uncaught Error: Cannot call abstract method fail::show() in %s:%d
H A Dctor_visibility.phpt69 Fatal error: Uncaught Error: Cannot call private TestPriv::__construct() in %sctor_visibility.php:%d
/PHP-7.1/ext/standard/tests/streams/
H A Duser-stream-error.phpt15 Warning: fopen(mystream://foo): failed to open stream: "FailStream::stream_open" call failed in %s%…
/PHP-7.1/Zend/tests/type_declarations/
H A Dstrict_call_weak_explicit.phpt12 // This file uses strict mode, so the call is strict, and float denied for int
/PHP-7.1/Zend/tests/
H A Dis_a.phpt2 is_a() and is_subclass_of() shouldn't call __autoload
H A Dbug63111.phpt34 Fatal error: Uncaught Error: Cannot call abstract method Foo::bar() in %sbug63111.php:20
H A Dbug48770.phpt2 Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
H A Dindirect_call_array_004.phpt2 Indirect method call by array - Testing exception and method magics
/PHP-7.1/ext/session/tests/
H A Dsession_set_save_handler_class_001.phpt63 // cannot call parent as follows.
71 // cannot call parent as follows
H A Dbug60634_error_3.phpt53 Warning: Unknown: Cannot call session save handler in a recursive manner in Unknown on line 0
H A Dbug60634_error_4.phpt53 Warning: Unknown: Cannot call session save handler in a recursive manner in Unknown on line 0
/PHP-7.1/ext/imap/tests/
H A Dimap_close_variation4.phpt38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
50 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
H A Dimap_alerts_error.phpt10 …e been generated since the last page load or since the last imap_alerts() call, whichever came las…
/PHP-7.1/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt58 //strtr() call in three args syntax form
61 //strtr() call in two args syntax form
/PHP-7.1/Zend/
H A Dzend_vm_execute.h2143 EX(call) = call;
2199 EX(call) = call;
2235 EX(call) = call;
2268 EX(call) = call;
2510 EX(call) = call;
2610 EX(call) = call;
3250 EX(call) = call;
5456 EX(call) = call;
5611 EX(call) = call;
5687 EX(call) = call;
[all …]
/PHP-7.1/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt4 The XSL script tries to call a php function that is not a string which
H A Dbug33853.phpt2 Bug #33853 (php:function call __autoload with lowercase param)
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt100 …$stmt->setFetchMode(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE, 'myclass', array('PDO shall not call __…
106 $stmt->setFetchMode(PDO::FETCH_CLASS, 'myclass', array('PDO shall call __construct()'));
146 myclass::__construct(PDO shall call __construct())
H A Dpdo_mysql_stmt_fetchobject.phpt46 // NOTE: PDO will call __set() prior to calling __construct()
55 // NOTE: PDO can call regular methods prior to calling __construct()
/PHP-7.1/tests/output/
H A Dob_implicit_flush_error_001.phpt6 …escription: Turn implicit flush on/off and is equivalent to calling flush() after every output call
/PHP-7.1/ext/pdo/
H A DTODO12 - Separate the handle factory call into two phases:
16 This would then allow PDO to call setAttribute()
/PHP-7.1/ext/oci8/tests/
H A Dlob_null.phpt82 $s = oci_parse($c, "call lob_null_proc_in(4, :b)");
96 $s = oci_parse($c, "call lob_null_proc_in(5, :b)");
110 $s = oci_parse($c, "call lob_null_proc_in(6, :b)");
169 $s = oci_parse ($c, "call lob_null_proc_out($i, :b)");
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_get_client_stats_implicit_free.phpt31 …printf("[002] Where is the missing mysqli_free_result() call? implicit_free_result has changed by …
/PHP-7.1/ext/interbase/tests/
H A D005.phpt21 default committed when you call ibase_close().
26 when you call ibase_query(), ibase_prepare(),
38 /* out_table call ibase_query()
/PHP-7.1/ext/standard/tests/file/
H A Dfile.inc22 Description: creates a new file using fopen() call
24 $mode = Mode as specified in fopen call, read documentation of fopen() call for more info
157 $perms = new permission of the file, similar to $mode args of chmod() call
208 $mode = file open mode as specified in fopen() call. Do not use
211 specified in chmod() call.
292 // call fill_file() to fill the file
331 specified in chmod() call.
409 // call fill_file() to fill the file
512 // call the delete files to delete links

Completed in 164 milliseconds

12345678910>>...16