Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 49) sorted by last modified time

12

/PHP-7.0/scripts/dev/generate-phpt/src/testcase/
H A DgtBasicTestCaseMethod.php17 public function setMethod($method) {
H A DgtErrorTestCaseMethod.php12 private $method; variable in gtErrorTestCaseMethod
19 public function setMethod($method) {
H A DgtVariationContainerMethod.php7 protected $method; variable in gtVariationContainerMethod
20 public function setMethod(gtMethod $method) {
H A DgtVariationTestCaseMethod.php24 public function setUp(gtMethod $method, $argumentNumber, $variationData) {
/PHP-7.0/sapi/phpdbg/
H A Dxml.md31 method section
H A Dphpdbg_utils.c115 PHPDBG_API int phpdbg_is_class_method(const char *str, size_t len, char **class, char **method) /* … in phpdbg_is_class_method()
H A Dphpdbg_list.c89 PHPDBG_LIST(method) /* {{{ */ in PHPDBG_LIST() argument
H A Dphpdbg_print.c53 static inline void phpdbg_print_function_helper(zend_function *method) /* {{{ */ in phpdbg_print_function_helper()
168 zend_function *method; in PHPDBG_PRINT() local
183 PHPDBG_PRINT(method) /* {{{ */ in PHPDBG_PRINT() argument
321 zend_function *method; in phpdbg_print_opcodes_ce() local
H A Dphpdbg.c359 char *class = NULL, *method = NULL; in PHP_FUNCTION() local
H A Dphpdbg_bp.c628 PHPDBG_API void phpdbg_set_breakpoint_method_opline(const char *class, const char *method, zend_ulo… in phpdbg_set_breakpoint_method_opline()
H A Dphpdbg_cmd.h64 } method; member
/PHP-7.0/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php47 $method = new gtMethod($options->getOption('c'), $options->getOption('m')); variable
/PHP-7.0/main/streams/
H A Dphp_stream_transport.h203 php_stream_xport_crypt_method_t method; member
/PHP-7.0/ext/zip/lib/
H A Dzip_source_win32handle.c488 DWORD method; in _zip_seek_win32() local
H A Dzip_set_file_compression.c39 zip_set_file_compression(zip_t *za, zip_uint64_t idx, zip_int32_t method, zip_uint32_t flags) in zip_set_file_compression()
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h152 XMLRPC_Callback method; member
H A Dxmlrpc_introspection_private.h84 XMLRPC_IntrospectionCallback method; member
H A Dxml_to_dandarpc.c309 xml_element* method = xml_elem_new(); in DANDARPC_REQUEST_to_xml_element() local
H A Dxml_to_xmlrpc.c394 xml_element* method = xml_elem_new(); in XMLRPC_REQUEST_to_xml_element() local
H A Dxmlrpc_introspection.c110 static inline void describe_method(XMLRPC_SERVER server, XMLRPC_VALUE vector, const char* method) { in describe_method()
191 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_signature_cb() local
250 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_help_cb() local
/PHP-7.0/ext/xmlrpc/
H A Dxmlrpc-epi-php.c676 char *method = NULL; in PHP_FUNCTION() local
785 zval *method; in PHP_FUNCTION() local
/PHP-7.0/ext/xml/
H A Dxml.c502 zval *method; in xml_call_handler() local
/PHP-7.0/ext/standard/
H A Dincomplete_class.c90 static union _zend_function *incomplete_class_get_method(zend_object **object, zend_string *method,… in incomplete_class_get_method()
H A Dbasic_functions.c4951 zval *obj, *method; local
/PHP-7.0/ext/spl/
H A Dspl_iterators.c889 static union _zend_function *spl_recursive_it_get_method(zend_object **zobject, zend_string *method in spl_recursive_it_get_method()
1368 static union _zend_function *spl_dual_it_get_method(zend_object **object, zend_string *method, cons… in spl_dual_it_get_method()
1390 int spl_dual_it_call_method(char *method, INTERNAL_FUNCTION_PARAMETERS) in spl_dual_it_call_method()

Completed in 90 milliseconds

12