Home
last modified time | relevance | path

Searched refs:context (Results 401 – 424 of 424) sorted by relevance

1...<<11121314151617

/PHP-5.4/ext/mysqli/
H A Dmysqli.c1367 php_stream_context *context = NULL; in php_local_infile_init() local
1389 mysql->li_stream = php_stream_open_wrapper_ex((char *)filename, "r", 0, NULL, context); in php_local_infile_init()
/PHP-5.4/ext/spl/
H A Dspl_directory.c285 intern->u.file.context = php_stream_context_from_zval(intern->u.file.zcontext, 0); in spl_filesystem_file_open()
286 …u.file.open_mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, intern->u.file.context); in spl_filesystem_file_open()
1936 ZEND_ARG_INFO(0, context)
2910 ZEND_ARG_INFO(0, context)
/PHP-5.4/ext/standard/tests/file/
H A D007_basic.phpt7 [, bool $use_include_path [, resource $context]] );
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]] );
H A Dmkdir_rmdir_variation1.phpt21 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
27 $context = stream_context_create();
H A Dunlink_variation5.phpt11 /* Prototype : bool unlink ( string $filename [, resource $context] );
/PHP-5.4/sapi/litespeed/
H A Dlsapilib.c100 void lsapi_MD5Init(struct lsapi_MD5Context *context);
101 void lsapi_MD5Update(struct lsapi_MD5Context *context, unsigned char const *buf,
103 void lsapi_MD5Final(unsigned char digest[16], struct lsapi_MD5Context *context);
/PHP-5.4/
H A DUPGRADING300 - Added a "no_ticket" SSL context option to disable the SessionTicket TLS
427 the default stream context.
H A DNEWS2331 the default stream context. (Hannes)
4120 context). (Andrey)
4517 - Changed opendir(), dir() and scandir() to use default context when no context
4643 . Added context parameter for copy() function. (Sara)
4842 context. (Dmitry)
7079 - Fixed memory leaks in openssl streams context options. (Pierre)
7245 context). (Dmitry)
7267 private constructors from invalid context). (Tony)
7384 stream context options). (Mike)
7448 - Changed get_headers() to use the default context. (Ilia)
[all …]
H A Dphp.ini-development758 ; security context that the request runs under. mod_fastcgi under Apache
1327 ; Set per-context timeout
H A Dphp.ini-production758 ; security context that the request runs under. mod_fastcgi under Apache
1327 ; Set per-context timeout
H A Dconfigure.in133 dnl Define where extension directories are located in the configure context
H A DINSTALL709 docroot="/path/to/docroot" specific to the context php4_execute is
/PHP-5.4/Zend/tests/
H A D019.phpt278 * unset() destroys the variable only in the context of the rest of a function
285 // increment the value of the static. this change is in function context
/PHP-5.4/Zend/
H A Dzend_language_scanner.c585 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in END_EXTERN_C()
756 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in compile_string()
H A Dzend_execute_API.c1274 || CG(context).backpatch_count>0 in execute_new_code()
H A DZEND_CHANGES674 a method static, thus callable from outside the object context.
/PHP-5.4/ext/pcre/pcrelib/
H A DHACKING396 compile time, so alternation always happens in the context of brackets.
H A DNEWS506 multiline-matching and options for output more matching context. See the
H A DChangeLog3681 (f) If -A or -C was used with -c (count only), some lines of context were
4072 (l) Added the -A, -B, and -C options for requesting that lines of context
/PHP-5.4/ext/openssl/
H A Dopenssl.c4465 …e GET_VER_OPT(name) (stream->context && SUCCESS == php_stream_context_get_option(str…
/PHP-5.4/win32/
H A Dinstall.txt901 docroot="/path/to/docroot" specific to the context php5_execute is
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic3244 # Berkeley Lab Checkpoint Restart (BLCR) checkpoint context files
3251 >8 lelong x context data (little endian, version %d)
3263 >8 belong x context data (big endian, version %d)

Completed in 318 milliseconds

1...<<11121314151617