Home
last modified time | relevance | path

Searched refs:name (Results 126 – 150 of 1612) sorted by relevance

12345678910>>...65

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_unix.c49 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, c->listen_owner); in fpm_unix_resolve_socket_premissions()
62 … zlog(ZLOG_SYSERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, c->listen_group); in fpm_unix_resolve_socket_premissions()
89 zlog(ZLOG_ERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, wp->config->user); in fpm_unix_conf_wp()
109 … zlog(ZLOG_ERROR, "[pool %s] cannot get gid for group '%s'", wp->config->name, wp->config->group); in fpm_unix_conf_wp()
118 zlog(ZLOG_ERROR, "[pool %s] please specify user and group other than root", wp->config->name); in fpm_unix_conf_wp()
174 zlog(ZLOG_SYSERROR, "[pool %s] failed to chroot(%s)", wp->config->name, wp->config->chroot); in fpm_unix_init_child()
182 zlog(ZLOG_SYSERROR, "[pool %s] failed to chdir(%s)", wp->config->name, wp->config->chdir); in fpm_unix_init_child()
193 zlog(ZLOG_SYSERROR, "[pool %s] Unable to set priority for this new process", wp->config->name); in fpm_unix_init_child()
200 zlog(ZLOG_SYSERROR, "[pool %s] failed to setgid(%d)", wp->config->name, wp->set_gid); in fpm_unix_init_child()
210 zlog(ZLOG_SYSERROR, "[pool %s] failed to setuid(%d)", wp->config->name, wp->set_uid); in fpm_unix_init_child()
[all …]
H A Dfpm_env.c26 int setenv(char *name, char *value, int clobber) /* {{{ */ in setenv() argument
32 if (clobber == 0 && getenv(name) != 0) { in setenv()
36 if ((cp = malloc(strlen(name) + strlen(value) + 2)) == 0) { in setenv()
39 sprintf(cp, "%s=%s", name, value); in setenv()
44 int setenv(char *name, char *value, int overwrite) /* {{{ */ in setenv() argument
46 int name_len = strlen(name); in setenv()
50 memcpy(var, name, name_len); in setenv()
88 void unsetenv(const char *name) /* {{{ */ in unsetenv() argument
90 if(getenv(name) != NULL) { in unsetenv()
95 if (nvmatch(name, environ[ct]) != 0) del=ct; /* <--- WTF?! */ in unsetenv()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation1.phpt25 "copy.tmp", //regular file name
27 ".tmp", //file name only with extension
53 echo "Destination file name => ";
86 Destination file name => %s/copy.tmp
100 Destination file name => %s/.tmp
107 Destination file name => %s/123.tmp
114 Destination file name => %s/copy_variation1.123
121 Destination file name => %s/123
128 Destination file name => %s/123copy_variation1.tmp
135 Destination file name => %s/copy_variation.tmp123
[all …]
H A Dtempnam_variation8-win32.phpt13 Description: Create file with unique file name.
52 echo "File name is => ";
93 File name is => %s\tempnam_variation2\tempnam_variation2_sub\t%s
98 File name is => %s\tempnam_variation2\t%s
103 File name is => %s\tempnam_variation2\t%s
108 File name is => %s\tempnam_variation2\t%s
113 File name is => %s\tempnam_variation2\t%s
118 File name is => %s\t%s
123 File name is => %s\t%s
128 File name is => %s\tempnam_variation2\tempnam_variation2_sub\t%s
[all …]
/PHP-5.5/ext/simplexml/tests/
H A D028.phpt13 $name = $xml->getName();
14 echo "$pad<$name";
24 echo $pad."</$name>\n";
30 $people->person['name'] = 'John';
39 <person name="John">
H A D020.phpt8 $doc = simplexml_load_string('<root><name attr="foo">bar</name></root>');
9 print $doc->name["attr"];
11 if ($doc->name["attr"] == "foo") {
/PHP-5.5/ext/phar/tests/
H A Dmetadata_write_commit.phpt24 foreach($files as $name => $cont) {
25 var_dump(file_get_contents($pname.'/'.$name));
35 foreach($files as $name => $cont) {
36 var_dump($phar[$name]->getMetadata());
44 foreach($files as $name => $cont) {
45 var_dump(file_get_contents($pname.'/'.$name));
48 foreach($files as $name => $cont) {
49 var_dump($phar[$name]->getMetadata());
H A Dmetadata_write_commitU.phpt24 foreach($files as $name => $cont) {
25 var_dump(file_get_contents($pname.'/'.$name));
35 foreach($files as $name => $cont) {
36 var_dump($phar[$name]->getMetadata());
44 foreach($files as $name => $cont) {
45 var_dump(file_get_contents($pname.'/'.$name));
48 foreach($files as $name => $cont) {
49 var_dump($phar[$name]->getMetadata());
/PHP-5.5/tests/basic/
H A Drfc1867_max_file_uploads_empty_files_debug.phpt12 Content-Disposition: form-data; name="file2"; filename=""
17 Content-Disposition: form-data; name="file3"; filename=""
22 Content-Disposition: form-data; name="file4"; filename="file4.txt"
27 Content-Disposition: form-data; name="file1"; filename="file1.txt"
49 ["name"]=>
62 ["name"]=>
75 ["name"]=>
88 ["name"]=>
/PHP-5.5/ext/dba/
H A Ddba.c206 zval **group, **name; local
291 #alias, flags, dba_open_##name, dba_close_##name, dba_fetch_##name, dba_update_##name, \
292 dba_exists_##name, dba_delete_##name, dba_firstkey_##name, dba_nextkey_##name, \
293 dba_optimize_##name, dba_sync_##name, dba_info_##name \
296 #define DBA_HND(name, flags) DBA_NAMED_HND(name, name, flags) argument
433 if (info->lock.name) { in dba_close()
478 for (hptr = handler; hptr->name && strcasecmp(hptr->name, new_value); hptr++); in ZEND_INI_MH()
480 if (!hptr->name) { in ZEND_INI_MH()
687 if (!hptr->name) { in php_dba_open()
1049 char *key, *name; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/readline/tests/
H A Dreadline_write_history_001.phpt10 $name = tempnam('/tmp', 'readline.tmp');
16 readline_write_history($name);
18 var_dump(file_get_contents($name));
20 unlink($name);
H A Dlibedit_write_history_001.phpt10 $name = tempnam('/tmp', 'readline.tmp');
16 readline_write_history($name);
18 var_dump(file_get_contents($name));
20 unlink($name);
H A Dreadline_read_history_001.phpt8 $name = tempnam('/tmp', 'readline.tmp');
12 var_dump(readline_write_history($name));
16 var_dump(readline_read_history($name));
20 unlink($name);
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c57 static const char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value,… in real_value_hnd() argument
62 …phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->… in real_value_hnd()
73 zend_hash_update(&d->config, (char *) name, strlen(name) + 1, &e, sizeof(e), NULL); in real_value_hnd()
77 static const char *php_apache_value_handler(cmd_parms *cmd, void *dummy, const char *name, const ch… in php_apache_value_handler() argument
79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_value_handler()
84 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_value_handler()
101 static const char *php_apache_flag_handler(cmd_parms *cmd, void *dummy, const char *name, const cha… in php_apache_flag_handler() argument
103 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); in php_apache_flag_handler()
108 return real_flag_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); in php_apache_admin_flag_handler()
172 char *get_php_config(void *conf, char *name, size_t name_len) in get_php_config() argument
[all …]
/PHP-5.5/ext/phar/tests/zip/
H A Dbug48791.phpt14name="OpenSymbol" svg:font-family="OpenSymbol"/><style:font-face style:name="Tahoma1" svg:font-fam…
/PHP-5.5/ext/spl/tests/
H A Dbug68479.phpt16 ["name"]=>
21 ["name"]=>
26 ["name"]=>
31 ["name"]=>
/PHP-5.5/tests/output/
H A Dob_013.phpt40 [name] => d
52 [name] => default output handler
63 [name] => a
74 [name] => b
85 [name] => c
96 [name] => d
/PHP-5.5/ext/standard/
H A Ddl.c73 if ((strncmp(sapi_module.name, "cgi", 3) != 0) && in PHP_FUNCTION()
74 (strcmp(sapi_module.name, "cli") != 0) && in PHP_FUNCTION()
75 (strncmp(sapi_module.name, "embed", 5) != 0) in PHP_FUNCTION()
187 char *name; in php_load_extension() member
206 const char *name; in php_load_extension() local
212 name = ((struct pre_4_1_0_module_entry *)module_entry)->name; in php_load_extension()
215 name = module_entry->name; in php_load_extension()
224 name, zend_api, ZEND_MODULE_API_NO); in php_load_extension()
234 module_entry->name, module_entry->build_id, ZEND_MODULE_BUILD_ID); in php_load_extension()
254 …p_error_docref(NULL TSRMLS_CC, error_type, "Unable to initialize module '%s'", module_entry->name); in php_load_extension()
/PHP-5.5/ext/session/tests/
H A D009.phpt2 unset($_SESSION["name"]); test
25 $_SESSION["name"] = "foo";
32 unset($_SESSION["name"]);
46 ["name"]=>
50 ["name"]=>
H A D027.phpt2 unset($_SESSION["name"]); should work
25 $_SESSION["name"] = "foo";
32 unset($_SESSION["name"]);
46 ["name"]=>
50 ["name"]=>
/PHP-5.5/ext/reflection/tests/
H A Dbug30209.phpt8 private $name = 'testBAR';
15 var_dump($this->name);
16 $method = $class->getMethod($this->name);
17 var_dump($this->name);
/PHP-5.5/ext/xmlreader/tests/
H A D003.phpt24 echo $reader->name . ": ";
27 if ($reader->getAttribute($reader->name) == $reader->value) {
33 echo $reader->name . ": ";
36 if ($reader->getAttribute($reader->name) == $reader->value) {
42 echo $reader->name . ": ";
50 echo $reader->name . ": ";
59 echo $reader->name . ": ";
67 echo $reader->name . ": ";
/PHP-5.5/ext/dom/
H A Dentityreference.c32 ZEND_ARG_INFO(0, name)
55 char *name; in PHP_METHOD() local
60 …ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_entityreference_class_entry, &name, &name_len) == FAIL… in PHP_METHOD()
67 name_valid = xmlValidateName((xmlChar *) name, 0); in PHP_METHOD()
73 node = xmlNewReference(NULL, name); in PHP_METHOD()
/PHP-5.5/ext/hash/tests/
H A Dmhash_002.phpt37 foreach ($supported_hash_al as $name => $len) {
38 if (array_key_exists($name, $known_hash_al)) {
39 $len = mhash_get_block_size($known_hash_al[$name]);
40 echo "$name = $len\n";
42 echo "$name ? $len\n";
/PHP-5.5/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt23 echo "...Entity name=" . $entity_name . "\n";
27 echo "...Notation name=" . $notation_name . "\n";
30 function notation_decl_handler($parser, $name, $base, $system_ID,$public_ID)
33 echo "...Name=" . $name . "\n";
85 ...Entity name=testUS
89 ...Notation name=USDATE
91 ...Entity name=testAUS
95 ...Notation name=AUSDATE
97 ...Entity name=testISO
101 ...Notation name=ISODATE

Completed in 78 milliseconds

12345678910>>...65