Home
last modified time | relevance | path

Searched refs:name (Results 376 – 400 of 1778) sorted by relevance

1...<<11121314151617181920>>...72

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_help.h28 #define PHPDBG_HELP(name) PHPDBG_COMMAND(help_##name) argument
H A Dphpdbg_info.h26 #define PHPDBG_INFO(name) PHPDBG_COMMAND(info_##name) argument
/PHP-7.4/Zend/tests/
H A Dns_005.phpt2 005: Name conflict (php name in case if ns name exists)
H A Dns_017.phpt2 017: Run-time name conflict and functions (php name)
H A Dns_066.phpt2 066: Name ambiguity (import name & internal class name)
H A Dns_067.phpt2 067: Name ambiguity (import name & internal class name)
H A Dspecial_name_error1.phpt2 Cannot use special class name as namespace
10 Fatal error: Cannot use 'self' as namespace name in %s on line %d
H A Dbug39825.phpt7 foreach ($obj as $name => $value) {
8 echo "$name -> $value\n";
H A Dns_006.phpt2 006: Run-time name conflict (ns name)
H A Dns_015.phpt2 015: Name conflict and functions (php name in case if ns name exists)
/PHP-7.4/ext/standard/tests/general_functions/
H A Doutput_add_rewrite_var_basic2.phpt19 output_add_rewrite_var('<name>', '<value>');
39 output_add_rewrite_var('<name>', '<value>');
86 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
87 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
88 <form action="//php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;V…
101 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
102 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
103 <form action="//php.net/bar.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;V…
116 <form method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;" /> </form>
117 <form action="./foo.php" method="get"><input type="hidden" name="&lt;NAME&gt;" value="&lt;VALUE&gt;…
[all …]
/PHP-7.4/ext/soap/tests/schema/
H A Dschema070.phpt9 <complexType name="testType">
10 <attribute name="str" type="string"/>
13 <attributeGroup name="int_group">
14 <attribute name="int" type="int" default="5"/>
/PHP-7.4/ext/date/tests/
H A Dstrftime_variation4.phpt19 'Abbreviated month name' => "%b",
20 'Full month name' => "%B",
37 --Abbreviated month name--
41 --Full month name--
/PHP-7.4/ext/session/tests/
H A Dbug79031.phpt34 $testPropertyObj->name = 'test';
52 obj1|C:17:"SerializableClass":65:{a:1:{s:10:"sharedProp";O:8:"stdClass":1:{s:4:"name";s:4:"test";}}…
59 ["name"]=>
67 ["name"]=>
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt34 Property [ <default> public $name ]
126 Parameter #0 [ <required> $name ]
133 Parameter #0 [ <required> $name ]
147 Parameter #0 [ <required> $name ]
154 Parameter #0 [ <required> $name ]
168 Parameter #0 [ <required> $name ]
187 Parameter #0 [ <required> $name ]
194 Parameter #0 [ <required> $name ]
307 Parameter #0 [ <required> $name ]
315 Parameter #0 [ <required> $name ]
H A DReflectionMethod_constructor_error1.phpt47 echo "\nClass and Method in same string, bad method name:\n";
53 echo "\nClass and Method in same string, bad class name:\n";
68 ReflectionException: Invalid method name 1 in %s
73 ReflectionException: Invalid method name 3 in %s
88 ReflectionException: Invalid method name TestClass in %s
92 Class and Method in same string, bad method name:
97 Class and Method in same string, bad class name:
/PHP-7.4/tests/classes/
H A Dautoload_007.phpt5 spl_autoload_register(function ($name) {
7 var_dump($name);
/PHP-7.4/ext/opcache/tests/
H A Dbug79535.phpt8 $name = stdClass::class;
9 return new $name;
/PHP-7.4/Zend/
H A Dzend_ini_parser.y146 static void zend_ini_get_constant(zval *result, zval *name) in zend_ini_get_constant() argument
151 if (!memchr(Z_STRVAL_P(name), ':', Z_STRLEN_P(name)) in zend_ini_get_constant()
152 && (c = zend_get_constant(Z_STR_P(name))) != 0) { in zend_ini_get_constant()
165 zend_string_free(Z_STR_P(name)); in zend_ini_get_constant()
167 *result = *name; in zend_ini_get_constant()
174 static void zend_ini_get_var(zval *result, zval *name) in zend_ini_get_var() argument
180 if ((curval = zend_get_configuration_directive(Z_STR_P(name))) != NULL) { in zend_ini_get_var()
183 } else if ((envvar = zend_getenv(Z_STRVAL_P(name), Z_STRLEN_P(name))) != NULL || in zend_ini_get_var()
184 (envvar = getenv(Z_STRVAL_P(name))) != NULL) { in zend_ini_get_var()
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate.phpt10 $db->query('CREATE TABLE IF NOT EXISTS foobar (id INT AUTO INCREMENT, name TEXT)');
18 foreach ($db->query('SELECT testing(name) FROM foobar') as $row) {
27 ["testing(name)"]=>
/PHP-7.4/win32/
H A Dcp_enc_map_gen.c7 char *name; member
234 …, \"%s\" },\n", info.CodePage, to_w_fl, from_w_fl, info.MaxCharSize, cur->name, info.CodePageName); in main()
239 …, \"%s\" },\n", info.CodePage, to_w_fl, from_w_fl, info.MaxCharSize, cur->name, cur->enc, info.Cod… in main()
/PHP-7.4/ext/standard/
H A Dversioning.c81 const char *name; member
104 for (pp = special_forms; pp && pp->name; pp++) { in compare_special_version_forms()
105 if (strncmp(form1, pp->name, strlen(pp->name)) == 0) { in compare_special_version_forms()
110 for (pp = special_forms; pp && pp->name; pp++) { in compare_special_version_forms()
111 if (strncmp(form2, pp->name, strlen(pp->name)) == 0) { in compare_special_version_forms()
/PHP-7.4/ext/spl/tests/
H A Diterator_003.phpt9 private $name;
11 public function __construct($id, $name)
14 $this->name = $name;
19 return $this->id . ', ' . $this->name;
/PHP-7.4/ext/zip/tests/
H A Doo_externalattributes.phpt10 $name = __DIR__ . '/withattr.zip';
14 $r = $zip->open($name, ZIPARCHIVE::CREATE);
23 $r = $zip->open($name);
43 $name = __DIR__ . '/withattr.zip';
44 @unlink($name);
/PHP-7.4/ext/standard/tests/serialize/
H A Dsleep_deref.phpt9 $name = 'x';
10 return [&$name];

Completed in 30 milliseconds

1...<<11121314151617181920>>...72