Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.3/ext/date/tests/
H A Dbug73489.phpt2 Bug #73489: wrong timestamp when call setTimeZone multi times with UTC offset
/PHP-7.3/Zend/tests/
H A Dbug30791.phpt2 Bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if object is overloaded)
H A Dcall_static_006.phpt30 Fatal error: Uncaught Error: Cannot call constructor in %s:%d
H A Dindirect_call_array_005.phpt2 Dynamic static call to instance method should throw.
H A Dindirect_call_string_003.phpt2 Dynamic static call to instance method should throw.
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
/PHP-7.3/ext/standard/tests/network/
H A Dsyslog_basic-win32.phpt21 $message = 'A test syslog call invocation';
/PHP-7.3/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.3/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.3/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
/PHP-7.3/ext/opcache/Optimizer/
H A Dsccp.c1248 zend_call_info *call; in sccp_visit_instr() local
1254 if (IS_TOP(op1) || !call || !call->caller_call_opline in sccp_visit_instr()
1259 opline = call->caller_call_opline; in sccp_visit_instr()
1769 zend_call_info *call; in sccp_visit_instr() local
1787 if (call->num_args > 3) { in sccp_visit_instr()
1792 for (i = 0; i < call->num_args; i++) { in sccp_visit_instr()
2106 zend_call_info *call; in remove_call() local
2111 ZEND_ASSERT(call); in remove_call()
2117 for (i = 0; i < call->num_args; i++) { in remove_call()
2123 call->callee_func = NULL; in remove_call()
[all …]
/PHP-7.3/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.3/ext/spl/tests/
H A Dheap_top_variation_002.phpt23 // call top, should fail with corrupted heap
/PHP-7.3/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.3/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.3/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.3/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.3/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()

Completed in 39 milliseconds

12345678910>>...16