/php-src/main/ |
H A D | spprintf.c | 308 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 D | snprintf.c | 608 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 D | gh10377_2.phpt | 2 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 D | gh10377_3.phpt | 2 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
|
/php-src/ext/pcre/tests/ |
H A D | null_bytes.phpt | 37 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 D | preg_replace_callback_error1.phpt | 52 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 D | preg_replace_error1.phpt | 43 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 D | error_013.phpt | 2 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 D | com_extension.c | 103 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 D | final_const1.phpt | 2 Class constants support the final modifier
|
/php-src/ext/date/tests/ |
H A D | bug76770.phpt | 2 Bug #76770 'U' modifier in 'datetime::createFromFormat' adds seconds to other specifiers
|
/php-src/Zend/tests/readonly_props/ |
H A D | readonly_method.phpt | 12 Fatal error: Cannot use the readonly modifier on a method in %s on line %d
|
H A D | readonly_const.phpt | 12 Fatal error: Cannot use the readonly modifier on a class constant in %s on line %d
|
H A D | readonly_method_trait.phpt | 12 Fatal error: Cannot use the readonly modifier on a method in %s on line %d
|
/php-src/Zend/tests/magic_methods/ |
H A D | magic_methods_set_state.phpt | 2 Testing __set_state() declaration with wrong modifier
|
H A D | magic_methods_010.phpt | 2 Testing __toString() declaration with wrong modifier
|
H A D | magic_methods_005.phpt | 2 Testing __call() declaration in interface with wrong modifier
|
/php-src/Zend/tests/readonly_classes/ |
H A D | readonly_class_duplicated_modifier.phpt | 2 The readonly class modifier can only be added once
|
/php-src/tests/classes/ |
H A D | constants_visibility_005.phpt | 10 Fatal error: Cannot use the static modifier on a class constant in %s on line %d
|
H A D | constants_visibility_006.phpt | 10 Fatal error: Cannot use the abstract modifier on a class constant in %s on line %d
|
H A D | interface_method_final.phpt | 12 Fatal error: Cannot use the final modifier on an abstract method in %s on line %d
|
/php-src/Zend/tests/asymmetric_visibility/ |
H A D | duplicate_modifier.phpt | 2 Duplicate asymmetric visibility modifier
|
H A D | duplicate_modifier_2.phpt | 2 Duplicate asymmetric visibility modifier
|
/php-src/Zend/tests/property_hooks/ |
H A D | invalid_static.phpt | 14 Fatal error: Cannot use the static modifier on a property hook in %s on line %d
|
H A D | invalid_hook_visibility.phpt | 14 Fatal error: Cannot use the public modifier on a property hook in %s on line %d
|