Home
last modified time | relevance | path

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

12345678910>>...62

/PHP-5.4/ext/standard/tests/array/
H A Darray_intersect_ukey_variation8.phpt2 Test array_intersect_ukey() function : usage variation - Passing non-existing function name to call…
16 //function name within double quotes
19 //function name within single quotes
22 //function name without quotes
29 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
32 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
37 …e a valid callback, function 'unknown_function' not found or invalid function name in %s on line %d
/PHP-5.4/scripts/dev/generate-phpt/src/texts/
H A DmethodNotSpecified.txt2 You have given a class name but not supplied a method name to test.
3 The method name is required.
/PHP-5.4/ext/xml/
H A Dcompat.c43 *qualified = xmlStrncat(*qualified, name, xmlStrlen(name)); in _qualify_namespace()
45 *qualified = xmlStrdup(name); in _qualify_namespace()
59 qualified_name = xmlStrncatNew((xmlChar *)"<", name, xmlStrlen(name)); in _start_element_handler()
82 qualified_name = xmlStrdup(name); in _start_element_handler()
113 qualified_name = xmlStrncat(qualified_name, name, xmlStrlen(name)); in _start_element_handler_ns()
115 qualified_name = xmlStrncatNew((xmlChar *)"<", name, xmlStrlen(name)); in _start_element_handler_ns()
226 qualified_name = xmlStrdup(name); in _end_element_handler()
357 memcpy(*entity+1, name, len); in _build_entity()
375 _get_entity(void *user, const xmlChar *name) in _get_entity() argument
381 ret = xmlGetPredefinedEntity(name); in _get_entity()
[all …]
/PHP-5.4/ext/session/tests/
H A D021.phpt11 session.name=PHPSESSID
56 <form><input type="hidden" name="PHPSESSID" value="abtest" />
57 <fieldset><input type="hidden" name="PHPSESSID" value="abtest" />
58 <form><input type="hidden" name="PHPSESSID" value="abtest" />
60 <form><input type="hidden" name="PHPSESSID" value="abtest" />
63 <fieldset><input type="hidden" name="PHPSESSID" value="abtest" />
H A Dbug66481.phpt2 Bug #66481: Calls to session_name() segfault when session.name is null.
4 session.name=
14 PHP Warning: PHP Startup: session.name cannot be a numeric or empty '' in Unknown on line 0
16 Warning: PHP Startup: session.name cannot be a numeric or empty '' in Unknown on line 0
/PHP-5.4/ext/zip/
H A Dphp_zip.h70 #define ZIPARCHIVE_ME(name, arg_info, flags) ZEND_FENTRY(name, c_ziparchive_ ##name, arg_info, flag… argument
71 #define ZIPARCHIVE_METHOD(name) ZEND_NAMED_FUNCTION(c_ziparchive_##name) argument
/PHP-5.4/ext/zip/lib/
H A Dzip_add.c48 zip_add(struct zip *za, const char *name, struct zip_source *source) in zip_add() argument
50 if (name == NULL || source == NULL) { in zip_add()
55 return _zip_replace(za, ZIP_UINT64_MAX, name, source); in zip_add()
/PHP-5.4/ext/oci8/tests/
H A Derror_bind.phpt14 $create = "create table bind_test(name varchar(10))";
21 $name = 'abc';
22 $stmt = oci_parse($c, "insert into bind_test values (:name)");
23 oci_bind_by_name($stmt, ":name", $name, 10, SQLT_CHR);
27 $name=$c;
31 oci_bind_by_name($stmt, ":name", $c);
37 $stmt = oci_parse($c, "update bind_test set name='xyz' returning rowid into :r_id");
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dwrite5.phar12 foreach ($phar2 as $name => $file) {
13 $arr[$name] = $file->getContent();
16 foreach ($arr as $name => $content) {
17 echo $name, " ", $content;
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;
/PHP-5.4/ext/standard/
H A Ddns.c279 return estrdup(name); in php_gethostbyname()
445 n = dn_expand(answer->qb2, end, cp, name, sizeof(name) - 2); in php_parserr()
485 snprintf(name, sizeof(name), "%d.%d.%d.%d", cp[0], cp[1], cp[2], cp[3]); in php_parserr()
509 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) - 2); in php_parserr()
565 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) -2); in php_parserr()
571 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) -2); in php_parserr()
590 tp = (u_char*)name; in php_parserr()
630 tp = (u_char*)name; in php_parserr()
692 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) - 2); in php_parserr()
709 n = dn_expand(answer->qb2, end, cp, name, (sizeof name) - 2); in php_parserr()
[all …]
/PHP-5.4/ext/standard/tests/file/
H A Dcopy_variation2.phpt68 echo "Destination file name => ";
101 Destination file name => %s/_copy_variation2.tmp
108 Destination file name => %s/@copy_variation2.tmp
115 Destination file name => %s/#copy_variation2.tmp
122 Destination file name => %s/+copy_variation2.tmp
129 Destination file name => %s/*copy_variation2.tmp
136 Destination file name => %s/?copy_variation2.tmp
143 Destination file name => %s/<copy_variation2.tmp
150 Destination file name => %s/>copy_variation2.tmp
157 Destination file name => %s/!copy_variation2.tmp
[all …]
H A Dtempnam_variation3.phpt11 Description: Create file with unique file name.
44 echo "File name is => ";
79 File name is => %s/%s
83 File name is => %s/%s
87 File name is => %s/%s
91 File name is => %s/%s
95 File name is => %s/%s
99 File name is => %s/%s
115 File name is => %s/dir%s
119 File name is => %s/php%s
/PHP-5.4/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php46 $name = $options->getOption('c')."_".$options->getOption('m'); variable
59 $name = $options->getOption('f'); variable
60 $function = new gtFunction($name);
77 gtTestCaseWriter::write($name, $testCase->toString(), 'b');
90 gtTestCaseWriter::write($name, $testCase->toString(), 'e');
110 gtTestCaseWriter::write($name, $test, 'v', $count);
/PHP-5.4/ext/phar/tests/
H A Dmetadata_read.phpt23 foreach($files as $name => $cont) {
24 var_dump(file_get_contents($pname.'/'.$name));
28 foreach($files as $name => $cont) {
29 var_dump($phar[$name]->getMetadata());
34 foreach($files as $name => $cont) {
35 var_dump(file_get_contents($pname.'/'.$name));
H A Dmetadata_readU.phpt23 foreach($files as $name => $cont) {
24 var_dump(file_get_contents($pname.'/'.$name));
28 foreach($files as $name => $cont) {
29 var_dump($phar[$name]->getMetadata());
34 foreach($files as $name => $cont) {
35 var_dump(file_get_contents($pname.'/'.$name));
/PHP-5.4/ext/sybase_ct/tests/
H A Dtest_unbuffered_no_full_fetch.phpt18 $q= sybase_unbuffered_query('select name from master..systypes', $db);
22 $q= sybase_unbuffered_query('select name from master..systypes', $db);
27 $q= sybase_unbuffered_query('select name from master..systypes', $db);
37 string(4) "name"
41 string(4) "name"
43 string(4) "name"
/PHP-5.4/ext/reflection/tests/
H A DReflectionParameter_001.phpt29 $name = $parameter->getName();
38 $name = $parameter->getName();
49 $name = $parameter->getName();
60 ["name"]=>
65 ["name"]=>
72 ["name"]=>
/PHP-5.4/ext/simplexml/tests/
H A D014b.phpt9 <person name="Joe"></person>
10 <person name="Boe"></person>
15 var_dump($people->person[0]['name']);
18 $person['name'] = "XXX";
19 var_dump($people->person[1]['name']);
/PHP-5.4/ext/standard/html_tables/
H A Dhtml_table_gen.php356 $name = "HTML5"; variable
467 "/* {{{ Start of double code point tables for $name */", "\n\n";
494 echo "/* {{{ Stage 3 Tables for $name */", "\n\n";
570 echo "/* end of stage 3 Tables for $name }}} */", "\n\n";
576 "/* {{{ Stage 2 Tables for $name */", "\n\n";
627 "/* end of stage 2 tables for $name }}} */", "\n\n";
699 "/* {{{ $name hash table for entity -> codepoint */", "\n\n";
791 "/* end of $name hash table for entity -> codepoint }}} */\n\n";
796 $name = "HTML 4.01"; variable
802 $name = "Basic entities (no apos)"; variable
[all …]
/PHP-5.4/tests/basic/
H A Drfc1867_empty_upload.phpt12 Content-Disposition: form-data; name="foo"
16 Content-Disposition: form-data; name="file1"; filename="file1.txt"
21 Content-Disposition: form-data; name="file2"; filename=""
26 Content-Disposition: form-data; name="file3"; filename="file3.txt"
46 [%u|b%"name"]=>
59 [%u|b%"name"]=>
72 [%u|b%"name"]=>
H A Drfc1867_max_file_size.phpt12 Content-Disposition: form-data; name="MAX_FILE_SIZE"
16 Content-Disposition: form-data; name="file1"; filename="file1.txt"
21 Content-Disposition: form-data; name="file2"; filename="file2.txt"
26 Content-Disposition: form-data; name="file3"; filename="C:\foo\bar/file3.txt"
46 [%u|b%"name"]=>
59 [%u|b%"name"]=>
72 [%u|b%"name"]=>
/PHP-5.4/
H A DMakefile.gcov15 …-@files=`find . -name \*.gcda -o -name \*.gcno -o -name \*.da -o -name \*.h | sed -e 's/^\.\///' |…
65 @find . -name \*.gcda -o -name \*.da -o -name \*.bbg? | xargs rm -f
/PHP-5.4/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.4/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));

Completed in 37 milliseconds

12345678910>>...62