/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | system_methods.c | 326 XMLRPC_VALUE params = XMLRPC_VectorGetValueWithID(xMethodIter, "params"); in xsm_system_multicall_cb() local
|
H A D | xml_to_xmlrpc.c | 407 xml_element* params = xml_elem_new(); in XMLRPC_REQUEST_to_xml_element() local
|
/PHP-5.6/ext/readline/ |
H A D | readline.c | 493 zval *params[3]; in _readline_completion_cb() local 564 zval *params[1]; in php_rl_callback_handler() local
|
/PHP-5.6/ext/pdo_oci/ |
H A D | oci_statement.c | 36 #define STMT_CALL(name, params) \ argument 45 #define STMT_CALL_MSG(name, msg, params) \ argument
|
/PHP-5.6/ext/xsl/ |
H A D | xsltprocessor.c | 141 char **params = NULL; in php_xsl_xslt_make_params() local 495 char **params = NULL; in php_xsl_apply_stylesheet() local
|
/PHP-5.6/ext/pdo/ |
H A D | pdo_sql_parser.c | 402 HashTable *params; in pdo_parse_params() local
|
/PHP-5.6/ext/soap/interop/ |
H A D | client_round2_params.php | 39 function SOAP_Test($methodname, $params, $expect = NULL, $cmp_func = NULL) {
|
/PHP-5.6/ext/soap/ |
H A D | php_http.c | 386 zval *params[3]; in make_http_soap_request() local 1253 zval *params[1]; in make_http_soap_request() local
|
H A D | soap.c | 1520 zval function_name, **params, *soap_obj, *retval; local 2580 zval *params[5]; local 3353 static void deserialize_parameters(xmlNodePtr params, sdlFunctionPtr function, int *num_params, zva… 4569 static sdlFunctionPtr get_doc_function(sdlPtr sdl, xmlNodePtr params)
|
/PHP-5.6/ext/standard/ |
H A D | basic_functions.c | 4779 zval *params, *retval_ptr = NULL; local 4802 zval ***params = NULL; local 4840 zval *params, ***method_args = NULL, *retval_ptr; local 4918 zval *params, *retval_ptr = NULL; local
|
H A D | streamsfuncs.c | 1066 zval *params, *zcontext; in PHP_FUNCTION() local 1115 zval *params = NULL; in PHP_FUNCTION() local 1161 zval *options = NULL, *params = NULL; in PHP_FUNCTION() local
|
/PHP-5.6/Zend/ |
H A D | zend.c | 1035 zval ***params; in zend_error() local 1346 zval **params[1], *retval2, *old_exception; in zend_execute_scripts() local
|
H A D | zend_vm_gen.php | 279 $params = array(); // parameters of helpers variable
|
H A D | zend_interfaces.c | 42 zval **params[2]; in zend_call_method() local
|
H A D | zend_alloc.c | 137 static zend_mm_storage* zend_mm_mem_dummy_init(void *params) in zend_mm_mem_dummy_init() 202 static zend_mm_storage* zend_mm_mem_mmap_zero_init(void *params) in zend_mm_mem_mmap_zero_init() 235 static zend_mm_storage* zend_mm_mem_win32_init(void *params) in zend_mm_mem_win32_init() 1042 …zend_mm_mem_handlers *handlers, size_t block_size, size_t reserve_size, int internal, void *params) in zend_mm_startup_ex()
|
/PHP-5.6/sapi/litespeed/ |
H A D | lsapi_main.c | 275 struct param_zts * params = (struct param_zts *)arg; in add_variable_zts() local 375 struct param_zts params; in sapi_lsapi_register_variables() local
|
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 102 zval params; in phpdbg_call_register() local
|
/PHP-5.6/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 136 PDO_MYSQL_PARAM_BIND *params; member
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_wrapper.c | 256 zval ***params = NULL; in disp_invokeex() local
|
/PHP-5.6/ext/oci8/ |
H A D | php_oci8_int.h | 292 #define PHP_OCI_CALL(func, params) \ argument 299 #define PHP_OCI_CALL_RETURN(__retval, func, params) \ argument
|
/PHP-5.6/main/ |
H A D | main.c | 771 PHPAPI void php_verror(const char *docref, const char *params, int type, const char *format, va_lis… in php_verror() 986 char *params; in php_error_docref2() local
|
/PHP-5.6/ext/reflection/ |
H A D | php_reflection.c | 1406 zval *retval_ptr, **params[2]; in _reflection_export() local 1937 zval ***params = NULL; in ZEND_METHOD() local 1996 zval ***params; in ZEND_METHOD() local 2887 zval ***params = NULL; in ZEND_METHOD() local 2990 zval ***params; in ZEND_METHOD() local 4285 zval ***params = NULL; in ZEND_METHOD() local 4393 zval ***params = NULL; in ZEND_METHOD() local
|
/PHP-5.6/ext/pgsql/ |
H A D | pgsql.c | 1902 static void _php_pgsql_free_params(char **params, int num_params) 1928 char **params = NULL; local 2135 char **params = NULL; local 4897 char **params = NULL; local 5084 char **params = NULL; local
|
/PHP-5.6/ext/libxml/ |
H A D | libxml.c | 577 **params[] = {&public, &system, &ctxzv}, in _php_libxml_external_entity_loader() local
|
/PHP-5.6/ext/sockets/ |
H A D | conversions.c | 71 HashTable params; /* stores pointers; has to be first */ member 79 HashTable params; /* stores pointers; has to be first */ member
|