/PHP-8.0/ext/standard/tests/file/ |
H A D | basename_variation2-win32.phpt | 42 foreach ($suffixes as $suffix) { 43 echo "basename for path $path, supplying suffix $suffix is:\n"; 44 var_dump(basename($path, $suffix)); 52 basename for path foo, supplying suffix .bar is: 54 basename for path foo, supplying suffix .b is: 56 basename for path foo, supplying suffix . is: 58 basename for path foo, supplying suffix is: 60 basename for path foo, supplying suffix foo is: 68 basename for path foo, supplying suffix / is: 70 basename for path foo, supplying suffix \ is: [all …]
|
H A D | basename_variation2.phpt | 42 foreach ($suffixes as $suffix) { 43 echo "basename for path $path, supplying suffix $suffix is:\n"; 44 var_dump(basename($path, $suffix)); 52 basename for path foo, supplying suffix .bar is: 54 basename for path foo, supplying suffix .b is: 56 basename for path foo, supplying suffix . is: 58 basename for path foo, supplying suffix is: 60 basename for path foo, supplying suffix foo is: 68 basename for path foo, supplying suffix / is: 70 basename for path foo, supplying suffix \ is: [all …]
|
H A D | basename-win32.phpt | 30 /* paths with suffix removal */ 37 /* paths with suffix and trailing slashes with suffix removal*/ 44 /* paths with basename only suffix, with suffix removal*/ 49 /* paths with basename only suffix & trailing slashes, with suffix removal*/ 56 /* paths with shortcut home dir char, with suffix variation */ 81 /* paths and suffix given as same */ 103 if( 1 == count($path) ) { // no suffix provided 105 } else { // path as well as suffix provided, 114 echo "\n*** Testing possible variations in path and suffix ***\n"; 197 *** Testing possible variations in path and suffix ***
|
H A D | basename.phpt | 24 /* paths with suffix removal */ 31 /* paths with suffix and trailing slashes with suffix removal*/ 38 /* paths with basename only suffix, with suffix removal*/ 43 /* paths with basename only suffix & trailing slashes, with suffix removal*/ 59 /* paths with shortcut home dir char, with suffix variation */ 72 /* paths with hostname:dir notation, with suffix variation */ 102 /* paths and suffix given as same */ 124 if( 1 == count($path) ) { // no suffix provided 126 } else { // path as well as suffix provided, 135 echo "\n*** Testing possible variations in path and suffix ***\n"; [all …]
|
H A D | file.inc | 159 $name_suffix = suffix to end the common name given in name_prefix to create 204 $name_prefix = prefix to be used for names, name is suffix with a 206 $name_suffix = suffix to be used for the name, default = 1 247 //ensure that suffix is a +ve integer 326 $link_name_prefix = prefix to be used for names, name is suffix with a 328 $link_name_suffix = suffix to be used for the name, default = 1 454 numeric starting from suffix up to count 456 $name_suffix = first numeric suffix in the name 499 $link_name_suffix = first numeric suffix in the name
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | basename_basic.phpt | 19 /* paths with suffix removal */ 26 /* paths with suffix and trailing slashes with suffix removal*/ 33 /* paths with basename only suffix, with suffix removal*/ 38 /* paths with basename only suffix & trailing slashes, with suffix removal*/ 57 if( 1 == count($path) ) { // no suffix provided 59 } else { // path as well as suffix provided,
|
H A D | basename.phpt | 15 // suffix removal checks 20 // suffix removal checks with trailing slashes 25 // suffix removal checks
|
H A D | basename_variation.phpt | 6 /* paths with shortcut home dir char, with suffix variation */ 19 /* paths with hostname:dir notation, with suffix variation */ 49 /* paths and suffix given as same */ 71 if( 1 == count($path) ) { // no suffix provided 73 } else { // path as well as suffix provided, 79 echo "*** Testing possible variations in path and suffix ***\n"; 85 *** Testing possible variations in path and suffix ***
|
/PHP-8.0/ext/imap/tests/setup/ |
H A D | clean.inc | 4 if (!isset($mailbox_suffix)) { throw new Exception("No suffix provided"); } 25 // Only delete mailbox with our prefix (+ optional test suffix)
|
/PHP-8.0/ext/hash/sha3/generic64lc/ |
H A D | KeccakSponge.h | 67 …capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *ou… 142 …capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *ou…
|
H A D | KeccakSponge.inc | 34 …capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *ou… 46 if (suffix == 0) 80 /* Finally, absorb the suffix */ 84 delimitedData1[0] = suffix; 89 SnP_AddByte(state, suffix, partialBlock); 91 if ((suffix >= 0x80) && (partialBlock == (rateInBytes-1)))
|
/PHP-8.0/ext/hash/sha3/generic32lc/ |
H A D | KeccakSponge.h | 67 …capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *ou… 142 …capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *ou…
|
H A D | KeccakSponge.inc | 34 …capacity, const unsigned char *input, size_t inputByteLen, unsigned char suffix, unsigned char *ou… 46 if (suffix == 0) 80 /* Finally, absorb the suffix */ 84 delimitedData1[0] = suffix; 89 SnP_AddByte(state, suffix, partialBlock); 91 if ((suffix >= 0x80) && (partialBlock == (rateInBytes-1)))
|
/PHP-8.0/ext/date/tests/ |
H A D | gmdate_variation4.phpt | 19 echo "\n-- Testing gmdate() function with English ordinal suffix --\n"; 35 -- Testing gmdate() function with English ordinal suffix --
|
H A D | bug35414.phpt | 2 Bug #35414 (strtotime() no longer works with ordinal suffix)
|
/PHP-8.0/ext/phar/tests/zip/ |
H A D | bug48791.phpt | 12 …suffix="." text:bullet-char="•"><style:list-level-properties text:list-level-position-and-space-mo…
|
/PHP-8.0/ext/spl/ |
H A D | spl_directory.stub.php | 19 public function getBasename(string $suffix = "") {} argument 114 public function getBasename(string $suffix = "") {} argument
|
/PHP-8.0/Zend/ |
H A D | zend_ast.h | 225 # define ZEND_AST_SPEC_CALL_(name, _, _5, _4, _3, _2, _1, suffix, ...) \ argument 226 name ## suffix 229 # define ZEND_AST_SPEC_CALL_EX_(name, _, _6, _5, _4, _3, _2, _1, suffix, ...) \ argument 230 name ## suffix 295 ZEND_API zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const char *suffix);
|
/PHP-8.0/ext/opcache/jit/vtune/ |
H A D | ittnotify_config.h | 226 #define __ITT_BUILD_ASSERT(expr, suffix) do { \ argument 227 static char __itt_build_check_##suffix[(expr) ? 1 : -1]; \ 228 __itt_build_check_##suffix[0] = 0; \ 230 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix) argument
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | zlog.c | 614 struct zlog_stream *stream, const char *suffix, const char *final_suffix) /* {{{ */ in zlog_stream_set_msg_suffix() argument 621 if (suffix != NULL && final_suffix != NULL) { in zlog_stream_set_msg_suffix() 622 stream->msg_suffix_len = strlen(suffix); in zlog_stream_set_msg_suffix() 633 memcpy(stream->msg_suffix, suffix, stream->msg_suffix_len + 1); in zlog_stream_set_msg_suffix() 637 if (suffix != NULL) { in zlog_stream_set_msg_suffix() 638 stream->msg_suffix_len = strlen(suffix); in zlog_stream_set_msg_suffix() 647 memcpy(stream->msg_suffix, suffix, len); in zlog_stream_set_msg_suffix()
|
H A D | zlog.h | 103 struct zlog_stream *stream, const char *suffix, const char *final_suffix);
|
H A D | fpm_conf.c | 287 char suffix; in fpm_conf_set_time() local 293 suffix = val[len-1]; in fpm_conf_set_time() 294 switch (suffix) { in fpm_conf_set_time() 309 suffix = '0'; in fpm_conf_set_time() 311 if (suffix < '0' || suffix > '9') { in fpm_conf_set_time()
|
/PHP-8.0/ext/standard/tests/serialize/ |
H A D | max_depth.phpt | 6 function create_nested_data($depth, $prefix, $suffix, $inner = 'i:0;') { 7 return str_repeat($prefix, $depth) . $inner . str_repeat($suffix, $depth);
|
/PHP-8.0/ext/standard/ |
H A D | php_string.h | 48 PHPAPI zend_string *php_basename(const char *s, size_t len, const char *suffix, size_t sufflen);
|
/PHP-8.0/ext/snmp/tests/ |
H A D | snmp-object.phpt | 79 echo "WALK multiple on single OID with OID suffix as keys\n"; 199 WALK multiple on single OID with OID suffix as keys
|