Home
last modified time | relevance | path

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

123

/php-src/main/
H A Dspprintf.c308 modifier = LM_LONG; in xbuf_format_converter()
312 modifier = LM_SIZE_T; in xbuf_format_converter()
319 modifier = LM_SIZE_T; in xbuf_format_converter()
337 modifier = LM_STD; in xbuf_format_converter()
348 modifier = LM_STD; in xbuf_format_converter()
384 switch(modifier) { in xbuf_format_converter()
423 switch(modifier) { in xbuf_format_converter()
472 switch(modifier) { in xbuf_format_converter()
512 switch(modifier) { in xbuf_format_converter()
571 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-src/Zend/tests/
H A Dgh10377_2.phpt2 GH-10377 (Unable to have an anonymous readonly class) - usage variation: abstract modifier
10 Fatal error: Cannot use the abstract modifier on an anonymous class in %s on line %d
H A Dgh10377_3.phpt2 GH-10377 (Unable to have an anonymous readonly class) - usage variation: final modifier
10 Fatal error: Cannot use the final modifier on an anonymous class in %s on line %d
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 Derrmsg_037.phpt13 Fatal error: Cannot use the abstract modifier on a property in %s on line %d
H A Derrmsg_038.phpt13 Fatal error: Cannot use the final modifier on a property in %s on line %d
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
/php-src/ext/pcre/tests/
H A Dnull_bytes.phpt37 Warning: preg_match(): NUL byte is not a valid modifier in %snull_bytes.php on line 6
40 Warning: preg_match(): NUL byte is not a valid modifier in %snull_bytes.php on line 7
50 Warning: preg_match(): NUL byte is not a valid modifier in %snull_bytes.php on line 14
53 Warning: preg_match(): NUL byte is not a valid modifier in %snull_bytes.php on line 15
H A Dpreg_replace_callback_error1.phpt52 Warning: preg_replace_callback(): Unknown modifier '/' in %s on line %d
55 Warning: preg_replace_callback(): Unknown modifier 'F' in %s on line %d
H A Dpreg_replace_error1.phpt43 Warning: preg_replace(): Unknown modifier '/' in %spreg_replace_error1.php on line %d
46 Warning: preg_replace(): Unknown modifier 'F' in %spreg_replace_error1.php on line %d
/php-src/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 trait alias in %s on line %d
/php-src/ext/com_dotnet/
H A Dcom_extension.c103 char *modifier, *ptr; in ZEND_GET_MODULE() local
113 modifier = php_strtok_r(NULL, "#", &strtok_buf); in ZEND_GET_MODULE()
114 if (modifier != NULL) { in ZEND_GET_MODULE()
115 if (!strcmp(modifier, "cis") || !strcmp(modifier, "case_insensitive")) { in ZEND_GET_MODULE()
/php-src/Zend/tests/constants/final_constants/
H A Dfinal_const1.phpt2 Class constants support the final modifier
/php-src/ext/date/tests/
H A Dbug76770.phpt2 Bug #76770 'U' modifier in 'datetime::createFromFormat' adds seconds to other specifiers
/php-src/Zend/tests/readonly_props/
H A Dreadonly_method.phpt12 Fatal error: Cannot use the readonly modifier on a method in %s on line %d
H A Dreadonly_const.phpt12 Fatal error: Cannot use the readonly modifier on a class constant in %s on line %d
H A Dreadonly_method_trait.phpt12 Fatal error: Cannot use the readonly modifier on a method in %s on line %d
/php-src/Zend/tests/readonly_classes/
H A Dreadonly_class_duplicated_modifier.phpt2 The readonly class modifier can only be added once
/php-src/tests/classes/
H A Dconstants_visibility_005.phpt10 Fatal error: Cannot use the static modifier on a class constant in %s on line %d
H A Dconstants_visibility_006.phpt10 Fatal error: Cannot use the abstract modifier on a class constant in %s on line %d
H A Dinterface_method_final.phpt12 Fatal error: Cannot use the final modifier on an abstract method in %s on line %d

Completed in 33 milliseconds

123