Home
last modified time | relevance | path

Searched refs:call (Results 126 – 150 of 299) sorted by relevance

12345678910>>...12

/PHP-5.5/Zend/tests/
H A Dindirect_method_call_002.phpt2 Indirect method call with chaining
H A Dindirect_call_array_003.phpt2 Indirect method call by array - Calling __call() and __callStatic()
H A Dbug46238.phpt2 Bug #46238 (Segmentation fault on static call with empty string method)
H A Dis_a.phpt2 is_a() and is_subclass_of() shouldn't call __autoload
H A Dbug63111.phpt35 Fatal error: Cannot call abstract method Foo::bar() in %sbug63111.php on line 20
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt24 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt24 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dbug33853.phpt2 Bug #33853 (php:function call __autoload with lowercase param)
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt4 The XSL script tries to call a php function that is not a string which
/PHP-5.5/ext/zip/tests/
H A Dbug53603.phpt33 …(teststream://test/foo): failed to open stream: "TestStream::stream_open" call failed in %s on lin…
/PHP-5.5/ext/standard/tests/array/
H A Duasort_variation3.phpt92 echo "-- Sorted array after uasort() function call --\n";
100 -- Sorted array after uasort() function call --
/PHP-5.5/ext/spl/tests/
H A Dheap_top_variation_002.phpt23 // call top, should fail with corrupted heap
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_014.phpt30 Fatal error: SessionHandler::open(): Cannot call default session handler in %s on line %d
/PHP-5.5/tests/classes/
H A Dctor_visibility.phpt69 Fatal error: Cannot call private TestPriv::__construct() in %sctor_visibility.php on line %d
/PHP-5.5/tests/lang/
H A Dbug21600.phpt2 Bug #21600 (assign by reference function call changes variable contents)
H A Dbug20175.phpt40 * after the function call bar_global() is done in current local scope.
64 * initialised in second call to wow_static() and hence shouldn't call
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt58 //strtr() call in three args syntax form
61 //strtr() call in two args syntax form
H A Dbug72433.phpt14 // The call to gc_collect_cycles will free '$free_me'.
/PHP-5.5/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-5.5/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-5.5/tests/output/
H A Dob_implicit_flush_error_001.phpt6 …scription: Turn implicit flush on/off and is equivalent to calling flush() after every output call
/PHP-5.5/ext/pdo/
H A DTODO12 - Separate the handle factory call into two phases:
16 This would then allow PDO to call setAttribute()
/PHP-5.5/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)");

Completed in 27 milliseconds

12345678910>>...12