Searched refs:services (Results 1 – 13 of 13) sorted by relevance
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | getservbyport_basic.phpt | 10 if (file_exists("/etc/services")) { 11 $file = "/etc/services"; 13 elseif(substr(PHP_OS,0,3) == "WIN") $file = "C:/WINDOWS/system32/drivers/etc/services"; 17 $services = file_get_contents($file); 19 if(preg_match("/$service\s+80\/tcp/", $services)) {
|
H A D | getservbyname_basic.phpt | 11 …$services = array('http', 'ftp', 'ssh', 'telnet', 'imap', 'smtp', 'nicname', 'gopher', 'finger', '… 13 foreach ($services as $service) {
|
/PHP-5.3/ext/soap/tests/bugs/ |
H A D | bug50698_2.phpt | 13 …->faultstring == 'SOAP-ERROR: Parsing WSDL: Could not find any usable binding services in WSDL.') {
|
H A D | bug50698_3.phpt | 13 …->faultstring == 'SOAP-ERROR: Parsing WSDL: Could not find any usable binding services in WSDL.') {
|
/PHP-5.3/ext/soap/ |
H A D | php_sdl.h | 75 HashTable services; /* array of xmlNodePtr */ member
|
H A D | php_sdl.c | 436 …if (zend_hash_add(&ctx->services, (char*)name->children->content, xmlStrlen(name->children->conten… in load_wsdl_ex() 746 zend_hash_init(&ctx.services, 0, NULL, NULL, 0); in load_wsdl() 751 n = zend_hash_num_elements(&ctx.services); in load_wsdl() 753 zend_hash_internal_pointer_reset(&ctx.services); in load_wsdl() 759 zend_hash_get_current_data(&ctx.services, (void **)&tmp); in load_wsdl() 1164 zend_hash_move_forward(&ctx.services); in load_wsdl() 1177 zend_hash_destroy(&ctx.services); in load_wsdl()
|
/PHP-5.3/sapi/cgi/ |
H A D | README.FastCGI | 34 want the FastCGI server to provide services to the localhost, not
|
/PHP-5.3/ |
H A D | php.ini-development | 1220 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the 1279 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
|
H A D | php.ini-production | 1220 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the 1279 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
|
H A D | INSTALL | 925 some files from /etc such as /etc/resolv.conf and /etc/services
|
H A D | NEWS | 3405 SOAP services). (Ilia, lordelph at gmail dot com)
|
/PHP-5.3/build/ |
H A D | libtool.m4 | 4116 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 15782 >8 short 3601 GroupWise directory services
|
Completed in 94 milliseconds