Home
last modified time | relevance | path

Searched refs:name (Results 501 – 525 of 1543) sorted by relevance

1...<<21222324252627282930>>...62

/PHP-5.4/ext/sqlite3/tests/
H A Dsqlite3stmt_paramCount_error.phpt11 var_dump($db->exec('CREATE TABLE foobar (id INTEGER, name STRING, city STRING)'));
14 var_dump($db->exec("INSERT INTO foobar (id, name, city) VALUES (1, 'john', 'LA')"));
15 var_dump($db->exec("INSERT INTO foobar (id, name, city) VALUES (2, 'doe', 'SF')"));
/PHP-5.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation8.phpt2 …inkinfo(), link() and is_link() functions : usage variations - try link with same name in diff. dir
12 Description: creates a symbolic link to the existing target with the specified name link
26 /* creating link to a file in different dir with the same name as the file */
31 // temp link name used
51 // temp link name used
H A Dstat_variation7-win32.phpt31 and directory name stored inside a object ***\n";
33 // creating object with members as numeric and non-numeric filename and directory name
36 public function object_temp($name) {
37 $this->var_name = $name;
56 echo "\n-- Testing stat() on directory name stored inside an object --\n";
75 and directory name stored inside a object ***
187 -- Testing stat() on directory name stored inside an object --
/PHP-5.4/
H A Dserver-tests.php106 $name = trim($setting[0]);
108 $ini_settings[$name] = $value;
546 $name = trim($line[0]);
548 $info[$name] = $value;
694 function setEnvConfigVar($name) argument
696 if (isset($this->env[$name])) {
697 $this->conf[$name] = $this->env[$name];
842 if (is_dir("$dir/$name")) {
852 @unlink("$dir/$name");
890 $this->test_results[$name] = $this->run_test($name);
[all …]
/PHP-5.4/ext/spl/
H A Dspl_functions.c86 if (zend_hash_find(Z_ARRVAL_P(list), pce->name, len+1, (void*)&tmp) == FAILURE) { in spl_add_class_name()
88 ZVAL_STRINGL(tmp, pce->name, pce->name_length, 1); in spl_add_class_name()
89 zend_hash_add(Z_ARRVAL_P(list), pce->name, len+1, &tmp, sizeof(zval *), NULL); in spl_add_class_name()
140 zend_mangle_property_name(&rv, name_len, ce->name, ce->name_length, prop_name, prop_len, 0); in spl_gen_private_prop_name()
/PHP-5.4/ext/xml/tests/
H A Dxml001.phpt34 function startElement($parser, $name, $attribs)
36 print '{'.$name;
45 function endElement($parser, $name)
47 print '{/'.$name.'}';
H A Dxml003.phpt14 function startElement($parser, $name, $attribs)
16 print '{'.$name;
24 function endElement($parser, $name)
26 print '{/'.$name.'}';
/PHP-5.4/ext/reflection/tests/
H A Dbug40431.phpt84 ["name"]=>
98 ["name"]=>
112 ["name"]=>
126 ["name"]=>
H A Dbug61388.phpt19 [name] => test
28 [name] => oo
/PHP-5.4/tests/classes/
H A Dautoload_008.phpt5 function __autoload($name)
8 var_dump($name);
H A Dclone_006.phpt25 $original->name = "Hello";
33 echo $clone->name . "\n";
/PHP-5.4/ext/session/tests/
H A D018.phpt10 session.name=PHPSESSID
26 <form accept-charset="ISO-8859-15, ISO-8859-1" action=url.php><input type="hidden" name="PHPSESSID"…
/PHP-5.4/ext/simplexml/tests/
H A DSimpleXMLElement_addAttribute_required_attribute_name.phpt2 SimpleXMLElement: Test to ensure that the required attribute name correctly is giving a warning
15 Warning: SimpleXMLElement::addAttribute(): Attribute name is required in %s on line %d
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_reverse_api.c63 zend_hash_add(&mysqlnd_api_ext_ht, apiext->module->name, strlen(apiext->module->name) + 1, &apiext, in mysqlnd_reverse_api_register_api()
/PHP-5.4/Zend/tests/
H A Daccess_modifiers_012.phpt8 public function __call($name, $args) {
9 echo "In __call() for method $name()\n";
/PHP-5.4/ext/pdo/
H A Dpdo_stmt.c131 char *name; in rewrite_name_to_position() local
138 if (!param->name) { in rewrite_name_to_position()
141 param->name = estrdup(name); in rewrite_name_to_position()
151 if (strcmp(name, param->name)) { in rewrite_name_to_position()
288 if (param->name) { in param_dtor()
289 efree(param->name); in param_dtor()
346 if (strcmp(stmt->columns[i].name, param->name) == 0) { in really_register_bound_param()
362 if (param->name) { in really_register_bound_param()
369 param->name = estrndup(param->name, param->namelen); in really_register_bound_param()
374 if (param->name) { in really_register_bound_param()
[all …]
/PHP-5.4/Zend/
H A Dzend_compile.c298 if (op_array->vars[i].name == name || in lookup_cv()
301 memcmp(op_array->vars[i].name, name, name_len) == 0)) { in lookup_cv()
521 name += ns_len; in zend_add_const_name_literal()
1978 zval name; in zend_do_begin_method_call() local
1984 Z_STRVAL(name) = estrndup(Z_STRVAL(name), Z_STRLEN(name)); in zend_do_begin_method_call()
3742 name, ce->name); in zend_add_trait_method()
3746 ce->name, name, in zend_add_trait_method()
6741 if (name) { in zend_do_begin_namespace()
6800 name = &tmp; in zend_do_use()
6805 *name = *ns; in zend_do_use()
[all …]
/PHP-5.4/ext/standard/tests/mail/
H A Dmail_include.inc10 $mailbox_prefix = "phpttest"; // name used for test mailbox
64 if ($value->name == $mailbox) {
135 * Get the mailbox name from a mailbox decription, i.e strip off server details.
137 * @param string mailbox complete mailbox name
138 * @return mailbox name
143 echo "Unrecpognized mailbox name\n";
/PHP-5.4/ext/soap/tests/schema/
H A Dschema051.phpt9 <complexType name="testType">
11 <element name="int" type="int"/>
12 <element name="int2" type="int" maxOccurs="unbounded"/>
/PHP-5.4/ext/spl/tests/
H A Dfileobject_002.phpt6 function test($name)
8 echo "===$name===\n";
10 $o = new SplFileObject(dirname(__FILE__) . '/' . $name);
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h150 char* name; member
163 server_method* find_method(XMLRPC_SERVER server, const char* name);
H A Dxml_element.c209 if(root->name) { in xml_elem_free_non_recurse()
210 free((char *)root->name); in xml_elem_free_non_recurse()
211 root->name = NULL; in xml_elem_free_non_recurse()
417 if(el->name) { in xml_element_serialize()
418 xml_elem_writefunc(fptr, el->name, data, 0); in xml_element_serialize()
493 xml_elem_writefunc(fptr,el->name ? el->name : "None", data, 0); in xml_element_serialize()
595 static void _xmlrpc_startElement(void *userData, const char *name, const char **attrs) in _xmlrpc_startElement() argument
605 mydata->current->name = (char*)strdup(name); in _xmlrpc_startElement()
623 static void _xmlrpc_endElement(void *userData, const char *name) in _xmlrpc_endElement() argument
/PHP-5.4/tests/lang/
H A D030.phpt6 function foo($name) {
8 $this->Name = $name;
/PHP-5.4/ext/imap/tests/
H A Dclean.inc16 if (preg_match('/\{.*?\}INBOX\.(.+)/', $value->name, $match) == 1) {
19 imap_deletemailbox($imap_stream, $value->name);
/PHP-5.4/ext/phar/
H A Dfunc_interceptors.c60 char *name; in PHAR_FUNC() local
80 efree(name); in PHAR_FUNC()
132 char *name; in PHAR_FUNC() local
153 name = entry; in PHAR_FUNC()
192 efree(name); in PHAR_FUNC()
254 char *name; in PHAR_FUNC() local
281 name = entry; in PHAR_FUNC()
310 efree(name); in PHAR_FUNC()
350 char *name; in PHAR_FUNC() local
377 name = entry; in PHAR_FUNC()
[all …]

Completed in 82 milliseconds

1...<<21222324252627282930>>...62