Home
last modified time | relevance | path

Searched refs:call (Results 76 – 100 of 369) sorted by relevance

12345678910>>...15

/PHP-7.4/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt4 The XSL script tries to call a php function that is not defined
26 Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d
/PHP-7.4/Zend/tests/
H A Dindirect_call_string_002.phpt2 Indirect call with empty class and/or method name.
13 // Test call using array syntax
17 // Test call using Class::method syntax.
H A Dexception_017.phpt31 Exception: Cannot call abstract method C::foo() in %sexception_017.php on line %d
35 Fatal error: Uncaught Error: Cannot call abstract method C::foo() in %sexception_017.php:%d
H A Dbug27731.phpt2 Bug #27731 (error_reporing() call inside @ block does not work correctly)
H A Dbug72854.phpt2 Bug #72854: PHP Crashes on duplicate destructor call
H A Dclosure_call_leak_with_exception.phpt2 Closure must not leak during a dynamic call interrupted by an exception
H A Dget_defined_vars.phpt35 /* Displaying various variable through the array captured by the get_defined_vars function call */
36 …splaying various variables through the array captured by the get_defined_vars function call ***\n";
68 *** Displaying various variables through the array captured by the get_defined_vars function call *…
H A Dindirect_method_call_001.phpt2 Testing indirect method call and exceptions
/PHP-7.4/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt27 $stmt = $db->prepare("call testPs()");
42 $stmt = $db->prepare("call testPs()");
59 $stmt = $db->prepare("call testPs()");
H A Dmysqli_query_stored_proc.phpt36 printf("[003] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
49 printf("[004] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
64 printf("[005] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
87 printf("[008] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
100 printf("[011] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
106 printf("[013] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
128 printf("[018] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
134 printf("[020] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-7.4/ext/standard/tests/strings/
H A Dstrpos_number.phpt13 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
16 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
H A Dstristr2.phpt25 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
28 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
/PHP-7.4/tests/lang/
H A Dengine_assignExecutionOrder_009.phpt10 echo "Function call args:\n";
26 Function call args:
/PHP-7.4/ext/mbstring/tests/
H A Dbug69079.phpt11 mb_substitute_character(0x3f); // Reset to '?', as the next call will fail
17 mb_substitute_character(0x63); // Reset to '?', as the next call will fail
/PHP-7.4/ext/xml/tests/
H A Dbug73135.phpt28 Warning: xml_parse(): Unable to call handler ahihi() in %s%ebug73135.php on line %d
30 Warning: xml_parse(): Unable to call handler ahihi() in %s%ebug73135.php on line %d
/PHP-7.4/Zend/tests/generators/
H A Dyield_during_function_call.phpt2 "yield" can occur during a function call
/PHP-7.4/ext/xmlreader/tests/
H A D003-get-errors.phpt33 // Test for call with an empty string argument
40 // Test for call by name for an attribute that doesn't exist
47 // Test for call by number for an attribute that doesn't exist
H A D003-move-errors.phpt33 // Test for call with an empty string argument
40 // Test for call by name for an attribute that doesn't exist
47 // Test for call by number for an attribute that doesn't exist
/PHP-7.4/Zend/tests/return_types/
H A D025.phpt8 var_dump($c->call(new Bar));
/PHP-7.4/Zend/tests/arg_unpack/
H A Ddynamic.phpt2 Unpack arguments for dynamic call
/PHP-7.4/ext/pcre/tests/
H A Dbug75539.phpt2 Bug #75539 - Recursive call errors are not reported by preg_last_error()
/PHP-7.4/Zend/
H A Dzend_execute_API.c687 dummy_execute_data.call = NULL; in zend_call_function()
777 ZEND_CALL_NUM_ARGS(call) = i; in zend_call_function()
778 zend_vm_stack_free_args(call); in zend_call_function()
795 param = ZEND_CALL_ARG(call, i+1); in zend_call_function()
812 ZEND_ADD_CALL_FLAG(call, call_info); in zend_call_function()
820 zend_execute_ex(call); in zend_call_function()
830 EG(current_execute_data) = call; in zend_call_function()
838 zend_vm_stack_free_args(call); in zend_call_function()
855 EG(current_execute_data) = call; in zend_call_function()
862 zend_vm_stack_free_args(call); in zend_call_function()
[all …]
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_048.phpt13 var_dump((function () { return $this->prop; })->call(new B));
/PHP-7.4/ext/opcache/tests/
H A Dexit_in_call_arg.phpt2 exit() may occur in a call argument
/PHP-7.4/ext/reflection/tests/
H A Dbug79115.phpt2 Bug #79115: ReflectionClass::isCloneable call reflected class __destruct

Completed in 41 milliseconds

12345678910>>...15