Home
last modified time | relevance | path

Searched refs:call (Results 176 – 200 of 299) sorted by relevance

12345678910>>...12

/PHP-5.5/Zend/tests/
H A Dbug48770_2.phpt2 Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
/PHP-5.5/ext/curl/tests/
H A Dserver.inc35 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug28751.phpt2 Bug #28751 (SoapServer does not call _autoload())
/PHP-5.5/ext/date/tests/
H A Dlocaltime_variation4.phpt6 * Description: Returns the results of the C system call localtime as an associative array
H A Dlocaltime_variation3.phpt6 * Description: Returns the results of the C system call localtime as an associative array
H A Dlocaltime_variation5.phpt6 * Description: Returns the results of the C system call localtime as an associative array
/PHP-5.5/ext/standard/tests/strings/
H A Djoin_variation4.phpt45 /* loop through each element of $glues and call join */
H A Dlcfirst.phpt57 echo "\n--- Testing lowercamelcase action call example ---\n";
206 --- Testing lowercamelcase action call example ---
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server.inc38 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-5.5/Zend/
H A Dzend_generators.c90 while (execute_data->call >= execute_data->call_slots) { in zend_generator_cleanup_unfinished_execution()
91 if (execute_data->call->object) { in zend_generator_cleanup_unfinished_execution()
92 zval_ptr_dtor(&execute_data->call->object); in zend_generator_cleanup_unfinished_execution()
94 execute_data->call--; in zend_generator_cleanup_unfinished_execution()
/PHP-5.5/Zend/RFCs/
H A D001.txt52 the class MyClass and call one of its methods.
84 is duplicated (!). Therefore, the call to foo() on line 21 will
85 result in the $obj->setMember("foo") call being called on a duplicate
/PHP-5.5/ext/spl/tests/
H A Diterator_003.phpt83 // generated by a call to __toString(). To check this we need to access the
H A Dspl_autoload_001.phpt75 spl_autoload_register("TestFunc2"); /* 2nd call ignored */
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_prepare.phpt16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
H A Dmysqli_debug_mysqlnd_control_string.phpt69 // T - gettimeofday() system call, system dependent format
73 … is borked and does not recognize the format of the gettimeofday() system call. Check manually (an…
122 …printf("[085] Looks like a function call, but there should be none in the trace file, first charac…
/PHP-5.5/ext/spl/internal/
H A Drecursivearrayiterator.inc27 * need to overwrite getChildren(), call this implementation and pass the
H A Drecursivecachingiterator.inc29 * - CALL_TOSTRING (whether to call __toString() for every element)
H A Drecursivefilteriterator.inc27 * need to overwrite getChildren(), call this implementation and pass the
/PHP-5.5/ext/standard/tests/array/
H A Dksort_error.phpt26 // loop through $flag_value array and call krsort with all possible sort flag values
H A Dkrsort_error.phpt26 // loop through $flag_value array and call krsort with all possible sort flag values
/PHP-5.5/ext/imap/tests/
H A Dimap_close_variation2.phpt89 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
101 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_39858.phpt2 Bug #39858 (Lost connection to MySQL server during query by a repeated call stored proced)
H A Dpdo_mysql_errorcode.phpt31 PDO->errorCode() will not reflect that error. You must call
H A Dpdo_mysql_stmt_unbuffered_2050.phpt44 PHP/PDO will send a CLOSE message as part of the PDO::query() call.
74 ---> Message: Row retrieval was canceled by mysql_stmt_close() call
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt62 // call a function

Completed in 29 milliseconds

12345678910>>...12