Home
last modified time | relevance | path

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

123

/PHP-8.2/main/
H A Dspprintf.c315 modifier = LM_LONG; in xbuf_format_converter()
319 modifier = LM_SIZE_T; in xbuf_format_converter()
326 modifier = LM_SIZE_T; in xbuf_format_converter()
344 modifier = LM_STD; in xbuf_format_converter()
355 modifier = LM_STD; in xbuf_format_converter()
382 switch(modifier) { in xbuf_format_converter()
421 switch(modifier) { in xbuf_format_converter()
470 switch(modifier) { in xbuf_format_converter()
510 switch(modifier) { in xbuf_format_converter()
569 switch(modifier) { in xbuf_format_converter()
[all …]
H A Dsnprintf.c608 modifier = LM_LONG; in format_converter()
612 modifier = LM_SIZE_T; in format_converter()
619 modifier = LM_SIZE_T; in format_converter()
637 modifier = LM_STD; in format_converter()
648 modifier = LM_STD; in format_converter()
675 switch(modifier) { in format_converter()
714 switch(modifier) { in format_converter()
764 switch(modifier) { in format_converter()
803 switch(modifier) { in format_converter()
860 switch(modifier) { in format_converter()
[all …]
/PHP-8.2/ext/pcre/tests/
H A Dnull_bytes.phpt39 Warning: preg_match(): NUL is not a valid modifier in %snull_bytes.php on line 6
42 Warning: preg_match(): NUL is not a valid modifier in %snull_bytes.php on line 7
52 Warning: preg_match(): NUL is not a valid modifier in %snull_bytes.php on line 14
55 Warning: preg_match(): NUL is not a valid modifier in %snull_bytes.php on line 15
66 Warning: preg_replace(): NUL is not a valid modifier in %snull_bytes.php on line 27
H A Dpreg_match_non_capture.phpt2 testing /n modifier in preg_match()
/PHP-8.2/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.2/ext/com_dotnet/
H A Dcom_extension.c103 char *modifier, *ptr; in ZEND_GET_MODULE() local
114 modifier = php_strtok_r(NULL, "#", &strtok_buf); in ZEND_GET_MODULE()
115 if (modifier != NULL) { in ZEND_GET_MODULE()
116 if (!strcmp(modifier, "cis") || !strcmp(modifier, "case_insensitive")) { in ZEND_GET_MODULE()
/PHP-8.2/Zend/tests/constants/final_constants/
H A Dfinal_const1.phpt2 Class constants support the final modifier
/PHP-8.2/ext/date/tests/
H A Dbug76770.phpt2 Bug #76770 'U' modifier in 'datetime::createFromFormat' adds seconds to other specifiers
/PHP-8.2/tests/classes/
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
/PHP-8.2/Zend/tests/readonly_props/
H A Dreadonly_method.phpt12 Fatal error: Cannot use 'readonly' as method modifier in %s on line %d
H A Dreadonly_const.phpt12 Fatal error: Cannot use 'readonly' as constant modifier in %s on line %d
H A Dreadonly_method_trait.phpt12 Fatal error: Cannot use 'readonly' as method modifier in %s on line %d
/PHP-8.2/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
/PHP-8.2/Zend/tests/readonly_classes/
H A Dreadonly_class_duplicated_modifier.phpt2 The readonly class modifier can only be added once

Completed in 21 milliseconds

123