Home
last modified time | relevance | path

Searched refs:name (Results 176 – 200 of 1453) sorted by relevance

12345678910>>...59

/PHP-5.3/ext/standard/
H A Dhead.c77 PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char… in php_setcookie() argument
85 if (name && strpbrk(name, "=,; \t\r\n\013\014") != NULL) { /* man isspace for \013 and \014 */ in php_setcookie()
121 snprintf(cookie, len + 100, "Set-Cookie: %s=deleted; expires=%s", name, dt); in php_setcookie()
124 snprintf(cookie, len + 100, "Set-Cookie: %s=%s", name, value ? encoded_value : ""); in php_setcookie()
176 char *name, *value = NULL, *path = NULL, *domain = NULL; in PHP_FUNCTION() local
181 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|slssbb", &name, in PHP_FUNCTION()
187 …if (php_setcookie(name, name_len, value, value_len, expires, path, path_len, domain, domain_len, s… in PHP_FUNCTION()
199 char *name, *value = NULL, *path = NULL, *domain = NULL; in PHP_FUNCTION() local
204 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|slssbb", &name, in PHP_FUNCTION()
210 …if (php_setcookie(name, name_len, value, value_len, expires, path, path_len, domain, domain_len, s… in PHP_FUNCTION()
/PHP-5.3/scripts/dev/
H A Dcheck_parameters.php172 $name = $x[2];
175 if (strpos($name, '(') === false) {
176 $name = rtrim($name, ')');
179 if (empty($vars[$name][0])) {
180 error("variable not found: '$name'", 3);
184 $ret[] = array($name, $vars[$name][0] . ($x[1] ? '*' : ''), $vars[$name][1]);
199 function check_function($name, $txt, $offset) argument
205 $GLOBALS['current_function'] = $name;
/PHP-5.3/Zend/tests/
H A Dlsb_022.phpt9 static function __callstatic($name, $args) {
17 static function __callstatic($name, $args) {
18 parent::__callstatic($name, $args);
19 call_user_func_array("parent::__callstatic", array($name, $args));
H A Dinstanceof.phpt5 function __autoload($name) {
6 echo("AUTOLOAD '$name'\n");
7 eval("class $name {}");
H A Dcatch.phpt5 function __autoload($name) {
6 echo("AUTOLOAD '$name'\n");
7 eval("class $name {}");
H A Dns_029.phpt2 029: Name ambiguity (class name & import name)
12 Fatal error: Cannot declare class Foo because the name is already in use in %sns_029.php on line 4
/PHP-5.3/Zend/
H A Dzend_vm_gen.php291 if (isset($helpers[$name])) {
294 if (!isset($helpers[$name]["op1"][$op1]) &&
295 isset($helpers[$name]["op1"]["ANY"])) {
298 if (!isset($helpers[$name]["op2"][$op2]) &&
299 isset($helpers[$name]["op2"]["ANY"])) {
497 out($f,"case ".$name.":");
1231 list($kind, $func, $name) = $dsk;
1235 $code = $opcodes[$opnames[$name]]['code'];
1237 $h = $helpers[$name];
1256 $op = $opcodes[$opnames[$name]];
[all …]
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dwrite5.phar.inc18 foreach ($phar2 as $name => $file) {
19 $arr[$name] = $file->getContent();
22 foreach ($arr as $name => $content) {
23 echo $name, " ", $content;
H A Dwrite6.phar13 foreach ($phar2 as $name => $file) {
14 $arr[$name] = $file->getContent();
17 foreach ($arr as $name => $content) {
18 echo $name, " ", $content;
H A Dwrite6.phar.inc19 foreach ($phar2 as $name => $file) {
20 $arr[$name] = $file->getContent();
23 foreach ($arr as $name => $content) {
24 echo $name, " ", $content;
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Ddebug.c60 pv (name, num, len) in pv() argument
61 char *name; in pv()
66 printf ("%s=", name);
/PHP-5.3/ext/phar/tests/
H A Dmetadata_write.phpt24 foreach($files as $name => $cont) {
25 var_dump(file_get_contents($pname.'/'.$name));
34 foreach($files as $name => $cont) {
35 var_dump($phar[$name]->getMetadata());
40 foreach($files as $name => $cont) {
41 var_dump(file_get_contents($pname.'/'.$name));
H A Dmetadata_writeU.phpt24 foreach($files as $name => $cont) {
25 var_dump(file_get_contents($pname.'/'.$name));
34 foreach($files as $name => $cont) {
35 var_dump($phar[$name]->getMetadata());
40 foreach($files as $name => $cont) {
41 var_dump(file_get_contents($pname.'/'.$name));
/PHP-5.3/ext/standard/tests/file/
H A Dtempnam_variation6-win32.phpt13 Description: Create file with unique file name.
16 /* Trying to create unique files by passing previously created unique file name as prefix */
27 echo "File name is => ";
53 File name is => %s%et%s
56 File name is => %s%et%s
59 File name is => %s%et%s
H A Dtempnam_variation6.phpt11 Description: Create file with unique file name.
14 /* Trying to create unique files by passing previously created unique file name as prefix */
25 echo "File name is => ";
51 File name is => %s%etempnam_variation6.tmp%s
54 File name is => %s%etempnam_variation6.tmp%s
57 File name is => %s%etempnam_variation6.tmp%s
/PHP-5.3/tests/basic/
H A Dbug46313-win.phpt13 Content-Disposition: form-data; name="o1'file"; filename="o1'file.png"
18 Content-Disposition: form-data; name="o2'file"; filename="o2'file2.txt"
27 var_dump($GLOBALS["o1\'file_name"] === $_FILES["o1\'file"]["name"]);
30 /* The windows policy is walking to the last (single)quote in a file name and taking the remain.
37 ["name"]=>
50 ["name"]=>
/PHP-5.3/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt6 * Description: Returns the timezone name from abbrevation
20 echo "-- Lookup with just name --\n";
24 echo "-- Lookup with name and offset--\n";
33 echo "-- Tests without valid name - uses gmtOffset and isdst to find match --\n";
49 -- Lookup with just name --
52 -- Lookup with name and offset--
60 -- Tests without valid name - uses gmtOffset and isdst to find match --
/PHP-5.3/ext/oci8/tests/
H A Dbug42173.phpt50 foreach ($row as $name => $field) {
51 echo "\nColumn $name\n";
52 var_dump(oci_field_is_null($s, $name));
53 var_dump(oci_field_name($s, $name));
54 var_dump(oci_field_type($s, $name));
55 var_dump(oci_field_type_raw($s, $name));
56 var_dump(oci_field_scale($s, $name));
57 var_dump(oci_field_precision($s, $name));
58 var_dump(oci_field_size($s, $name));
/PHP-5.3/ext/simplexml/tests/
H A Dbug41861.phpt16 $name = $xml->getName();
18 echo "root(recursive): '$name' -- namespaces: ", implode(', ', $namespaces), "\n";
20 echo "root(non-recursive): '$name' -- namespaces: ", implode(', ', $namespaces), "\n";
26 $name = $child->getName();
29 echo "children($ns): '$name' -- namespaces: ", implode(', ', $namespaces), "\n";
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.c618 free(wpc->name); in fpm_worker_pool_config_free()
1076 …et listen address as it's already used in another pool '%s'", wp2->config->name, wp->config->name); in fpm_conf_process_all_pools()
1285 if (!wp->config->name) continue; in fpm_conf_ini_parser_section()
1300 config->name = strdup(Z_STRVAL_P(section)); in fpm_conf_ini_parser_section()
1301 if (!config->name) { in fpm_conf_ini_parser_section()
1321 if (!strcmp(Z_STRVAL_P(name), "include")) { in fpm_conf_ini_parser_entry()
1339 for (; parser->name; parser++) { in fpm_conf_ini_parser_entry()
1340 if (!strcasecmp(parser->name, Z_STRVAL_P(name))) { in fpm_conf_ini_parser_entry()
1383 if (!strcmp("env", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1392 } else if (!strcmp("php_value", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
[all …]
/PHP-5.3/ext/soap/
H A Dphp_schema.c327 newType->name = estrdup(cur_type->name); in schema_simpleType()
354 newType->name = estrdup((char*)name->children->content); in schema_simpleType()
1073 if (name) { in schema_group()
1372 newType->name = estrdup(cur_type->name); in schema_complexType()
1494 if (name) { in schema_element()
1722 if (name) { in schema_attribute()
1931 if (name) { in schema_attributeGroup()
2047 if ((*tmp)->name != NULL && attr->name == NULL) { in schema_attribute_fixup()
2048 attr->name = estrdup((*tmp)->name); in schema_attribute_fixup()
2078 attr->name = estrdup(name+1); in schema_attribute_fixup()
[all …]
/PHP-5.3/ext/wddx/tests/
H A D002.phpt21 …struct><var name='var1'><null/></var><var name='var2'><string>some string</string></var><var name=…
H A D003.phpt11 …struct><var name='var1'><null/></var><var name='var2'><string>some string</string></var><var name=…
/PHP-5.3/ext/standard/tests/array/
H A Dbug39576.phpt15 $test->name = 'test';
16 $test->_columns['name'] = new stdClass;
42 ["name"]=>
49 ["name"]=>
/PHP-5.3/ext/spl/tests/
H A Dspl_autoload_009.phpt8 function my_autoload($name)
10 require $name . '.class.inc';
11 var_dump(class_exists($name));

Completed in 42 milliseconds

12345678910>>...59