Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.4/Zend/tests/
H A Dcall_static_006.phpt30 Fatal error: Uncaught Error: Cannot call constructor in %s:%d
H A Dindirect_call_array_003.phpt2 Indirect method call by array - Calling __call() and __callStatic()
H A Dindirect_method_call_002.phpt2 Indirect method call with chaining
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.phpt34 Fatal error: Uncaught Error: Cannot call abstract method Foo::bar() in %sbug63111.php:20
/PHP-7.4/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 Dxsltprocessor_registerPHPFunctions-funcnostring.phpt4 The XSL script tries to call a php function that is not a string which
/PHP-7.4/ext/zip/tests/
H A Dbug53603.phpt31 …(teststream://test/foo): failed to open stream: "TestStream::stream_open" call failed in %s on lin…
/PHP-7.4/ext/standard/tests/strings/
H A Dstrripos_offset.phpt34 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
42 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
H A Dstrtr_variation3.phpt58 //strtr() call in three args syntax form
61 //strtr() call in two args syntax form
/PHP-7.4/Zend/tests/type_declarations/
H A Dstrict_call_weak.phpt12 // This file uses strict mode, so the call is strict, and float denied for int
H A Dstrict_call_weak_explicit.phpt12 // This file uses strict mode, so the call is strict, and float denied for int
/PHP-7.4/tests/lang/
H A Dbug21600.phpt2 Bug #21600 (assign by reference function call changes variable contents)
H A Dbug20175.phpt38 * after the function call bar_global() is done in current local scope.
62 * initialised in second call to wow_static() and hence shouldn't call
/PHP-7.4/ext/spl/tests/
H A Dheap_top_variation_002.phpt23 // call top, should fail with corrupted heap
/PHP-7.4/ext/mbstring/tests/
H A Dbug72994.phpt17 …terns will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
/PHP-7.4/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-7.4/ext/opcache/Optimizer/
H A Dsccp.c1285 zend_call_info *call; in sccp_visit_instr() local
1291 if (IS_TOP(op1) || !call || !call->caller_call_opline in sccp_visit_instr()
1296 opline = call->caller_call_opline; in sccp_visit_instr()
1841 zend_call_info *call; in sccp_visit_instr() local
1859 if (call->num_args > 3) { in sccp_visit_instr()
1864 for (i = 0; i < call->num_args; i++) { in sccp_visit_instr()
2215 zend_call_info *call; in remove_call() local
2220 ZEND_ASSERT(call); in remove_call()
2226 for (i = 0; i < call->num_args; i++) { in remove_call()
2232 call->callee_func = NULL; in remove_call()
[all …]
/PHP-7.4/ext/pcre/tests/
H A Dbug79241.phpt15 // with the second call offsetting after the tick symbol
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_001.phpt63 // cannot call parent as follows.
71 // cannot call parent as follows
/PHP-7.4/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
/PHP-7.4/ext/pdo_mysql/tests/
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()
H A Dpdo_mysql_stmt_fetch_serialize.phpt98 …$stmt->setFetchMode(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE, 'myclass', array('PDO shall not call __…
104 $stmt->setFetchMode(PDO::FETCH_CLASS, 'myclass', array('PDO shall call __construct()'));
144 myclass::__construct(PDO shall call __construct())

Completed in 31 milliseconds

12345678910>>...15