Home
last modified time | relevance | path

Searched refs:fn (Results 51 – 54 of 54) sorted by relevance

123

/PHP-5.6/ext/soap/
H A Dsoap.c2660 sdlFunctionPtr fn; local
2729 fn = get_function(sdl, function);
2730 if (fn != NULL) {
2731 sdlBindingPtr binding = fn->binding;
2734 if (fn->responseName == NULL &&
2735 fn->responseParameters == NULL &&
2744 sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes;
2745 …request = serialize_function_call(this_ptr, fn, NULL, fnb->input.ns, real_args, arg_count, soap_ve…
2748 …request = serialize_function_call(this_ptr, fn, NULL, sdl->target_ns, real_args, arg_count, soap_v…
2756 …ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, …
/PHP-5.6/win32/
H A Dinstall.txt742 Init fn="load-modules" funcs="php5_init,php5_execute,php5_auth_trans" shlib="c:/
744 Init fn="php5_init" LateInit="yes" errorString="Failed to initialise PHP!" [php_
754 Service fn="php5_execute" type="magnus-internal/x-httpd-php" [inikey=value inike
767 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
768 Service fn=php5_execute [inikey=value inikey=value ...]
815 Error fn="php5_execute" code=XXX script="/path/to/script.php" [inikey=value inik
827 Service fn="php5_execute" type="magnus-internal/directory" script="/path/to/scri
853 Init fn=php5_init ... server_lib="ns-httpdXX.dll"
/PHP-5.6/
H A DINSTALL686 Init fn="load-modules" funcs="php4_init,php4_execute,php4_auth_trans" shlib="/op
688 Init fn="php4_init" LateInit="yes" errorString="Failed to initialize PHP!" [php_
701 Service fn="php4_execute" type="magnus-internal/x-httpd-php" [inikey=value inike
716 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
717 Service fn=php4_execute [inikey=value inikey=value ...]
729 AuthTrans fn=php4_auth_trans
737 AuthTrans fn=php4_auth_trans
784 Error fn="php4_execute" code=XXX script="/path/to/script.php" [inikey=value inik
796 Service fn="php4_execute" type="magnus-internal/directory" script="/path/to/scri
/PHP-5.6/ext/gd/
H A Dgd.c2600 char *fn = NULL; in _php_image_output() local
2616 fn = file; in _php_image_output()
2626 PHP_GD_CHECK_OPEN_BASEDIR(fn, "Invalid filename"); in _php_image_output()
2628 fp = VCWD_FOPEN(fn, "wb"); in _php_image_output()
2630 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' for writing", fn); in _php_image_output()

Completed in 49 milliseconds

123