Home
last modified time | relevance | path

Searched refs:call (Results 51 – 75 of 299) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
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-5.5/ext/phar/tests/
H A Dphar_oo_001.phpt55 string(50) "Cannot call method on an uninitialized Phar object"
56 string(29) "Cannot call constructor twice"
/PHP-5.5/Zend/tests/
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 Dbug27731.phpt2 Bug #27731 (error_reporing() call inside @ block does not work correctly)
H A Dindirect_call_array_001.phpt2 Indirect method call by array - Invalid class name
H A Ddynamic_call_003.phpt2 Testing dynamic call with invalid method name
H A Dindirect_call_array_002.phpt2 Indirect method call by array - Invalid method name
H A Ddynamic_call_002.phpt2 Testing dynamic call with invalid value for method name
H A Dindirect_method_call_001.phpt2 Testing indirect method call and exceptions
H A Dbug20242.phpt2 Bug #20242 (Method call in front of class definition)
H A Disset_func_error.phpt8 Fatal error: Cannot use isset() on the result of a function call (you can use "null !== func()" ins…
H A Dcall_static_005.phpt2 Invalid method name in dynamic static call
H A Ddynamic_call_001.phpt2 Testing dynamic call to constructor (old-style)
H A Dindirect_method_call_003.phpt2 Testing indirect method call
H A Dinstanceof.phpt2 instanceof shouldn't call __autoload
H A Dcatch.phpt2 catch shouldn't call __autoload
H A Ddynamic_call_004.phpt2 Testing dynamic call with undefined variables
H A Dclass_alias_005.phpt2 Testing static call method using the original class name
H A Dcall_static_004.phpt2 Invalid method name in dynamic static call
/PHP-5.5/Zend/tests/generators/
H A Dyield_during_function_call.phpt2 "yield" can occur during a function call
/PHP-5.5/ext/curl/tests/
H A Dcurl_setopt_error.phpt10 echo "*** curl_setopt() call with incorrect parameters\n";
27 *** curl_setopt() call with incorrect parameters
/PHP-5.5/ext/pdo/
H A DREADME33 initiate a transaction. When your work is done, you then call $dbh->commit()
44 Some drivers will allow you to temporarily disable autocommit if you call
51 responsibility to call commit() when you are done making changes and
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE299 9. Subexp call ("Tanaka Akira special")
301 \g<name> call by group name
302 \g'name' call by group name
303 \g<n> call by group number (n >= 1)
304 \g'n' call by group number (n >= 1)
305 \g<-n> call by relative group number (n >= 1)
306 \g'-n' call by relative group number (n >= 1)
308 * left-most recursive call is not allowed.
337 numbered-backref/call is not allowed.
342 numbered-backref/call is allowed.
[all …]
/PHP-5.5/ext/session/tests/
H A Dbug67972.phpt10 Fatal error: SessionHandler::create_sid(): Cannot call default session handler in %s on line %d
/PHP-5.5/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)

Completed in 20 milliseconds

12345678910>>...12