Home
last modified time | relevance | path

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

1...<<21222324252627282930>>...76

/PHP-7.2/Zend/tests/use_const/
H A Ddefine_imported.phpt2 defining const with same name as imported should fail
14 Fatal error: Cannot declare const bar because the name is already in use in %s on line %d
/PHP-7.2/Zend/tests/use_function/
H A Ddefine_imported.phpt2 defining function with same name as imported should fail
14 Fatal error: Cannot declare function bar because the name is already in use in %s on line %d
/PHP-7.2/Zend/tests/
H A Dclosure_use_parameter_name.phpt2 Can't use name of lexical variable for parameter
14 Fatal error: Cannot use lexical variable $a as a parameter name in %s on line %d
H A Dbug71163.phpt5 spl_autoload_register(function ($name) {
6 eval ("class $name extends Exception { public static function foo() {}}");
H A Ddynamic_call_003.phpt2 Testing dynamic call with invalid method name
13 Fatal error: Uncaught Error: Function name must be a string in %s:%d
H A Ddynamic_call_002.phpt2 Testing dynamic call with invalid value for method name
12 Fatal error: Uncaught Error: Function name must be a string in %s:%d
H A Dbug69427.phpt12 public function __call($name, $arguments)
14 return $this->$name();
H A Dbug75420.5.phpt11 $name = "foo";
12 var_dump($obj->$name ?? 12);
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator.c40 …RATOR_EXPOSE_CUSTOM_CLASS_CONST( name, value ) zend_declare_class_constant_long( Transliterator_ce… in transliterator_register_constants() argument
/PHP-7.2/ext/standard/tests/file/
H A Drename_variation13-win32.phpt39 /* disable notice so we don't get the array to string conversion notice for "$name" where $name = a…
51 $name = $names_arr[$i];
52 echo "-- $i testing '$name' " . gettype($name) . " --\n";
55 var_dump(rename($aFile, $name));
56 if (file_exists($name)) {
57 @unlink($name);
63 var_dump(rename($name, $aFile));
107 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
110 Warning: rename(%s): The filename, directory name, or volume label syntax is incorrect. (code: 123)…
H A D002.phpt25 $name = tempnam("./ext/standard/tests/file/", "php");
26 $fp = fopen($name, "w");
30 //readfile($name);
31 echo file_get_contents($name);
33 unlink($name);
H A Dis_uploaded_file_basic.phpt9 content-disposition: form-data; name="field1"
13 content-disposition: form-data; name="pics"; filename="file1.txt"
24 var_dump(is_uploaded_file($_FILES['pics']['name']));
/PHP-7.2/ext/reflection/tests/
H A DReflectionObject_isInstantiable_variation.phpt66 $name = $reflectionObject->getName();
67 echo "Is $name instantiable? ";
72 Deprecated: Methods with the same name as their class will not be constructors in a future version …
74 Deprecated: Methods with the same name as their class will not be constructors in a future version …
76 Deprecated: Methods with the same name as their class will not be constructors in a future version …
/PHP-7.2/ext/mysqli/tests/
H A Dbug74595.phpt17 ["name"]=>
22 ["name"]=>
/PHP-7.2/ext/tidy/tests/
H A D028.phpt8 var_dump($x->body()->child[0]->name);
9 var_dump($x->body()->child[0]->getParent()->name);
/PHP-7.2/ext/standard/tests/network/
H A Dgetprotobyname_error.phpt7 // empty protocol name
10 // invalid protocol name
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_process_ctl.c157 child->wp->config->name, signo, in fpm_pctl_kill_all()
346 …to be served, consider raising pm.max_children setting (%d)", wp->config->name, cur_lq, wp->config… in fpm_pctl_perform_idle_server_maintenance()
361 …zlog(ZLOG_DEBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, ac… in fpm_pctl_perform_idle_server_maintenance()
378 …n, %d spare children, %d running children. Spawning rate %d", wp->config->name, active, idle, wp->… in fpm_pctl_perform_idle_server_maintenance()
391 …r reached pm.max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max… in fpm_pctl_perform_idle_server_maintenance()
399 …wning %d children, there are %d idle, and %d total children", wp->config->name, wp->idle_spawn_rat… in fpm_pctl_perform_idle_server_maintenance()
410 …r reached pm.max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max… in fpm_pctl_perform_idle_server_maintenance()
427 …zlog(ZLOG_DEBUG, "[pool %s] %d child(ren) have been created dynamically", wp->config->name, childr… in fpm_pctl_perform_idle_server_maintenance()
514 …rver reached max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max… in fpm_pctl_on_socket_accept()
535 …g(ZLOG_DEBUG, "[pool %s] got accept without idle child available .... I forked", wp->config->name); in fpm_pctl_on_socket_accept()
/PHP-7.2/ext/zip/
H A Dphp_zip.c1839 char *name; in ZIPARCHIVE_METHOD() local
1902 zend_string *name; in ZIPARCHIVE_METHOD() local
1956 zend_string *name; in ZIPARCHIVE_METHOD() local
1988 const char *name; in ZIPARCHIVE_METHOD() local
2004 if (name) { in ZIPARCHIVE_METHOD()
2136 char *name; in ZIPARCHIVE_METHOD() local
2203 char *name; in ZIPARCHIVE_METHOD() local
2355 char *name; in ZIPARCHIVE_METHOD() local
2417 char *name; in ZIPARCHIVE_METHOD() local
2514 char *name; in ZIPARCHIVE_METHOD() local
[all …]
/PHP-7.2/ext/openssl/tests/
H A Dopenssl.cnf22 stateOrProvinceName = State or Province Name (full name)
28 commonName = Common Name (eg, YOUR name)
37 unstructuredName = An optional company name
/PHP-7.2/ext/intl/tests/
H A Dbug72506.phpt13 // ASCII domain name with 255 characters
18 // ASCII domain name with 256 characters – one character added
23 // International domain name with cyrillic "ф" characters
/PHP-7.2/ext/pcntl/
H A Dphp_pcntl.h99 #define REGISTER_PCNTL_ERRNO_CONSTANT(name) REGISTER_LONG_CONSTANT("PCNTL_" #name, name, CONST_CS |… argument
/PHP-7.2/ext/xml/tests/
H A Dxml011.phpt9 function start_elem($parser,$name,$attribs) {
10 echo "<$name>";
14 echo "</$name>";
/PHP-7.2/ext/xmlreader/tests/
H A Dbug71805.phpt15 while (($lastRead = $XR->read()) && ($XR->name !== 'records'));
16 while (($lastRead = $XR->read()) && ($XR->name !== 'record'));
27 while (($lastRead = $XR->next()) && ($XR->name !== 'record'));
/PHP-7.2/ext/standard/tests/filters/
H A Dbasic.phpt15 foreach ($names as $name) {
16 echo "filter: $name\n";
17 var_dump(stream_filter_prepend($fp, $name));
/PHP-7.2/Zend/
H A Dzend_execute_API.c340 if (c->name) { in shutdown_executor()
341 zend_string_release(c->name); in shutdown_executor()
567 if (scope && scope->name) { in zval_update_constant_ex()
568 ZVAL_STR_COPY(p, scope->name); in zval_update_constant_ex()
907 if (name == NULL || !ZSTR_LEN(name)) { in zend_lookup_class_ex()
913 zend_str_tolower_copy(ZSTR_VAL(lc_name), ZSTR_VAL(name) + 1, ZSTR_LEN(name) - 1); in zend_lookup_class_ex()
970 if (ZSTR_VAL(name)[0] == '\\') { in zend_lookup_class_ex() local
971 ZVAL_STRINGL(&args[0], ZSTR_VAL(name) + 1, ZSTR_LEN(name) - 1); in zend_lookup_class_ex()
973 ZVAL_STR_COPY(&args[0], name); in zend_lookup_class_ex()
1490 ZSTR_VAL(ce->name), ai.cnt, in zend_verify_abstract_class()
[all …]

Completed in 67 milliseconds

1...<<21222324252627282930>>...76