Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 25 of 50) sorted by relevance

12

/PHP-8.0/main/
H A Dspprintf.c321 modifier = LM_LONG; in xbuf_format_converter()
325 modifier = LM_SIZE_T; in xbuf_format_converter()
332 modifier = LM_SIZE_T; in xbuf_format_converter()
349 modifier = LM_STD; in xbuf_format_converter()
360 modifier = LM_STD; in xbuf_format_converter()
390 switch(modifier) { in xbuf_format_converter()
431 switch(modifier) { in xbuf_format_converter()
483 switch(modifier) { in xbuf_format_converter()
526 switch(modifier) { in xbuf_format_converter()
588 switch(modifier) { in xbuf_format_converter()
[all …]
H A Dsnprintf.c720 modifier = LM_LONG; in format_converter()
724 modifier = LM_SIZE_T; in format_converter()
731 modifier = LM_SIZE_T; in format_converter()
739 modifier = LM_SIZE_T; in format_converter()
753 modifier = LM_STD; in format_converter()
783 switch(modifier) { in format_converter()
824 switch(modifier) { in format_converter()
877 switch(modifier) { in format_converter()
919 switch(modifier) { in format_converter()
979 switch(modifier) { in format_converter()
[all …]
/PHP-8.0/Zend/tests/traits/
H A Derror_013.phpt2 Trying to use static as method modifier
19 Fatal error: Cannot use 'static' as method modifier in %s on line %d
H A Dlanguage018.phpt15 Fatal error: Cannot use 'abstract' as method modifier in %s on line %d
H A Dlanguage019.phpt15 Fatal error: Cannot use 'final' as method modifier in %s on line %d
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c263 modifier = LM_LONG; in format_converter()
268 modifier = LM_LONG; in format_converter()
280 modifier = LM_LONG; in format_converter()
284 modifier = LM_SIZE_T; in format_converter()
309 modifier = LM_STD; in format_converter()
338 switch(modifier) { in format_converter()
376 switch(modifier) { in format_converter()
426 switch(modifier) { in format_converter()
465 switch(modifier) { in format_converter()
597 switch(modifier) { in format_converter()
[all …]
/PHP-8.0/ext/date/tests/
H A Dbug76770.phpt2 Bug #76770 'U' modifier in 'datetime::createFromFormat' adds seconds to other specifiers
H A Dbug34304.phpt2 Bug #34304 (date('w') returns wrong number for sunday, 'N' modifier is missing)
/PHP-8.0/ext/com_dotnet/
H A Dcom_extension.c88 char *modifier, *ptr; in ZEND_GET_MODULE() local
99 modifier = php_strtok_r(NULL, "#", &strtok_buf); in ZEND_GET_MODULE()
100 if (modifier != NULL) { in ZEND_GET_MODULE()
101 if (!strcmp(modifier, "cis") || !strcmp(modifier, "case_insensitive")) { in ZEND_GET_MODULE()
/PHP-8.0/tests/classes/
H A Dconstants_visibility_007.phpt10 Fatal error: Cannot use 'final' as constant modifier in %s on line 3
H A Dconstants_visibility_005.phpt10 Fatal error: Cannot use 'static' as constant modifier in %s on line 3
H A Dconstants_visibility_006.phpt10 Fatal error: Cannot use 'abstract' as constant modifier in %s on line 3
H A Dinterface_method_final.phpt12 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
H A Dfinal_abstract.phpt13 Fatal error: Cannot use the final modifier on an abstract class member in %s
H A Dabstract_final.phpt13 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
/PHP-8.0/Zend/tests/
H A Dmagic_methods_set_state.phpt2 Testing __set_state() declaration with wrong modifier
H A Dmagic_methods_010.phpt2 Testing __toString() declaration with wrong modifier
H A Dmagic_methods_005.phpt2 Testing __call() declaration in interface with wrong modifier
H A Dmagic_methods_006.phpt2 Testing __callstatic declaration in interface with missing the 'static' modifier
H A Dmagic_methods_009.phpt2 Testing __callstatic declaration with wrong modifier
H A Daccess_modifiers_007.phpt13 Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d
H A Dmagic_methods_007.phpt2 Testing __set() declaration in abstract class with wrong modifier
H A Daccess_modifiers_013.phpt12 Fatal error: Cannot use the final modifier on an abstract class in %s on line %d
H A Derrmsg_038.phpt13 Fatal error: Cannot declare property test::$var final, the final modifier is allowed only for metho…
H A Dbug32427.phpt2 Bug #32427 (Interfaces are not allowed 'static' access modifier)

Completed in 49 milliseconds

12