Home
last modified time | relevance | path

Searched refs:filename (Results 951 – 975 of 980) sorted by relevance

1...<<31323334353637383940

/PHP-7.4/sapi/phpdbg/
H A Dxml.md29 - refers to a filename
321 - &lt;list file=""> is the container element with file being the filename
H A Dphpdbg_prompt.c1891 …a->func->op_array.opcodes) / sizeof(data->opline), data->func->op_array.filename->val, data->oplin… in phpdbg_force_interruption()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1203 static char *php_mb_rfc1867_basename(const zend_encoding *encoding, char *filename) /* {{{ */ in php_mb_rfc1867_basename() argument
1206 const size_t filename_len = strlen(filename); in php_mb_rfc1867_basename()
1213 s = php_mb_safe_strrchr_ex(filename, '\\', filename_len, (const mbfl_encoding *)encoding); in php_mb_rfc1867_basename()
1214 s2 = php_mb_safe_strrchr_ex(filename, '/', filename_len, (const mbfl_encoding *)encoding); in php_mb_rfc1867_basename()
1227 return filename; in php_mb_rfc1867_basename()
/PHP-7.4/ext/dom/
H A Ddocument.c167 ZEND_ARG_INFO(0, filename)
175 ZEND_ARG_INFO(0, filename)
/PHP-7.4/ext/ftp/
H A Dftp.c624 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod() argument
633 buffer_len = spprintf(&buffer, 0, "CHMOD %o %s", mode, filename); in ftp_chmod()
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c295 fprintf(stderr, "File %s func %s\n", op_array->filename->val, in zend_optimizer_compact_literals()
H A Dzend_dump.c957 …fprintf(stderr, " ; %s:%u-%u\n", op_array->filename->val, op_array->line_start, op_array->line_… in zend_dump_op_array()
/PHP-7.4/
H A D.gdbinit138 printf "%s:%d ", $func->op_array.filename->val, $ex->opline->lineno
H A Dphp.ini-development160 ;user_ini.filename = ".user.ini"
163 ;user_ini.filename =
1087 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
1820 ; that should not be accelerated. The file format is to add each filename
1821 ; to a new line. The filename may be a full path or just a file prefix
H A Dphp.ini-production160 ;user_ini.filename = ".user.ini"
163 ;user_ini.filename =
1087 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
1820 ; that should not be accelerated. The file format is to add each filename
1821 ; to a new line. The filename may be a full path or just a file prefix
/PHP-7.4/Zend/
H A Dzend_object_handlers.c1289 func->filename = (fbc->type == ZEND_USER_FUNCTION)? fbc->op_array.filename : ZSTR_EMPTY_ALLOC(); in zend_get_call_trampoline_func()
H A Dzend_opcode.c64 op_array->filename = zend_get_compiled_filename(); in init_op_array()
H A Dzend_execute.c805 ZSTR_VAL(ptr->func->op_array.filename), ptr->opline->lineno); in zend_verify_arg_error()
1153 ZSTR_VAL(ptr->func->op_array.filename), in zend_missing_arg_error()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c2567 zend_printf("No syntax errors detected in %s\n", file_handle.filename);
2569 zend_printf("Errors parsing %s\n", file_handle.filename);
/PHP-7.4/ext/standard/tests/file/
H A Dreadfile_basic-win32.phpt11 /* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
H A Dreadfile_basic.phpt11 /* Prototype: int readfile ( string $filename [, bool $use_include_path [, resource $context]] );
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c361 smart_str_append_printf(str, "%s @@ %s %d-%d\n", indent, ZSTR_VAL(ce->info.user.filename), in _class_string()
807 ZSTR_VAL(fptr->op_array.filename), in _function_string()
1714 RETURN_STR_COPY(fptr->op_array.filename); in ZEND_METHOD()
2162 ZVAL_STR_COPY(return_value, ex->func->op_array.filename); in ZEND_METHOD()
4027 RETURN_STR_COPY(ce->info.user.filename); in ZEND_METHOD()
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc205 * @param string $arg Either 'auto', 'optional' or an filename that
289 * Return filename of an existing Phar.
/PHP-7.4/ext/phar/tests/
H A Dphar_setdefaultstub.phpt943 Illegal filename passed in for stub creation, was 401 characters long, and only 400 or less is allo…
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in282 ; %f: script filename
/PHP-7.4/ext/exif/
H A Dexif.c76 ZEND_ARG_INFO(0, filename)
83 ZEND_ARG_INFO(0, filename)
/PHP-7.4/ext/pgsql/
H A Dpgsql.c310 ZEND_ARG_INFO(0, filename)
356 ZEND_ARG_INFO(0, filename)
363 ZEND_ARG_INFO(0, filename)
/PHP-7.4/build/
H A Dphp.m42105 dnl PHP_CONFIG_NICE(filename)
2107 dnl This macro creates script file with given filename which includes the last
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます552 # filename
3258 # length of filename
3260 # filename
10558 >>>477 use DOS-filename
10999 >>>>>499 use DOS-filename
11040 0 name DOS-filename
11058 # DOS filename extension
11067 0 name 2xDOS-filename
11070 >0 use DOS-filename
11072 >11 use DOS-filename
[all …]
H A Dmagic552 # filename
3258 # length of filename
3260 # filename
10558 >>>477 use DOS-filename
10999 >>>>>499 use DOS-filename
11040 0 name DOS-filename
11058 # DOS filename extension
11067 0 name 2xDOS-filename
11070 >0 use DOS-filename
11072 >11 use DOS-filename
[all …]

Completed in 338 milliseconds

1...<<31323334353637383940