Home
last modified time | relevance | path

Searched refs:store (Results 26 – 49 of 49) sorted by relevance

12

/PHP-5.6/ext/standard/tests/array/
H A Dend.phpt104 //store resources in array
H A Dend_64bit.phpt104 //store resources in array
/PHP-5.6/ext/openssl/
H A Dopenssl.c2231 X509_STORE *store; in setup_verify() local
2236 store = X509_STORE_new(); in setup_verify()
2238 if (store == NULL) { in setup_verify()
2259 file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in setup_verify()
2278 file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in setup_verify()
2289 return store; in setup_verify()
4097 X509_STORE * store = NULL; in PHP_FUNCTION() local
4126 store = setup_verify(cainfo TSRMLS_CC); in PHP_FUNCTION()
4128 if (!store) { in PHP_FUNCTION()
4162 if (PKCS7_verify(p7, others, store, datain, dataout, flags)) { in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/intl/
H A DERROR.CONVENTIONS38 Objects store an intl_error structed in their private data. For instance:
/PHP-5.6/ext/standard/tests/strings/
H A Dimplode1.phpt94 /* store resources in array for comparison */
/PHP-5.6/ext/standard/
H A Ddns.c433 static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store,… in php_parserr() argument
462 if (!store) { in php_parserr()
H A Dvar_unserializer.c152 static int var_access(php_unserialize_data_t *var_hashx, long id, zval ***store) in var_access() argument
168 *store = &var_hash->data[id]; in var_access()
H A Dvar_unserializer.re150 static int var_access(php_unserialize_data_t *var_hashx, long id, zval ***store)
166 *store = &var_hash->data[id];
/PHP-5.6/ext/pcre/pcrelib/
H A DHACKING33 a dummy mode in order to find out how much store will be needed, and then for
46 that used an amount of store bounded by a multiple of the number of characters
69 pass to calculate a maximum store size, and then a second pass to do the real
72 the first pass is degenerate and the second pass can just store stuff straight
H A DChangeLog4470 A new data escape \S, is added to pcretest; it causes the amounts of store
5464 1. Change pcretest's output for amount of store used to show just the code
5502 computation of the store needed to hold the pattern was incorrect (too large).
5536 their saving and restoring doesn't refer to uninitialized store.
5708 outcome, but in this particular case used more store than had been allocated,
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt77 /* implicit free, implicit store */
H A Dmysqli_stmt_bind_result_format.phpt79 printf("[%03d] Cannot store result set, [%d] %s\n",
/PHP-5.6/ext/phar/
H A DTODO97 X ability to store empty directories [Greg]
/PHP-5.6/sapi/cgi/
H A DREADME.FastCGI75 CGI scripts. You'll need to create a directory somewhere to store your
/PHP-5.6/ext/standard/tests/file/
H A Duserstreams.phpt67 /* store the data in a regular file so that we can compare
/PHP-5.6/
H A DREADME.STREAMS306 MySQL, you might want to store the connection and rowset handles.
309 If you need to store more than a single field of data, define a structure to
H A Dphp.ini-development289 ; When floats & doubles are serialized store serialize_precision significant
1173 ; Note that this is generally a *bad* idea to store passwords in this file.
1232 ; Note that this is generally a *bad* idea to store passwords in this file.
1414 ; Handler used to store/retrieve data.
1428 ; store the session data in those directories. This is useful if
H A Dphp.ini-production289 ; When floats & doubles are serialized store serialize_precision significant
1173 ; Note that this is generally a *bad* idea to store passwords in this file.
1232 ; Note that this is generally a *bad* idea to store passwords in this file.
1414 ; Handler used to store/retrieve data.
1428 ; store the session data in those directories. This is useful if
H A DNEWS1549 . Fixed bug #68638 (pg_update() fails to store infinite values).
2294 . Fallback to Windows CA cert store for peer verification if no openssl.cafile
7484 . Added ability to store associative information with objects in
9299 - Fixed bug #35872 (Avoid crash caused by object store being referenced during
11774 - Fixed bug #28512 (Allocate enough space to store MSSQL data). (Frank)
/PHP-5.6/ext/phar/phar/
H A Dpharcommand.inc115 'inf' => '<meta> Meta data to store with entry (serialized php data).'
1089 * Get arguments and store them into a stub.
/PHP-5.6/Zend/
H A DZEND_CHANGES902 cannot store NULL keys.
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch784 + "Cache-Control: no-store, no-cache, must-revalidate, "
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic4901 # Hash 1.85/1.86 databases store metadata in network byte order.
4902 # Btree 1.85/1.86 databases store the metadata in host byte order.
4903 # Hash and Btree 2.X and later databases store the metadata in host byte order.
5830 >>>48 lelong&0x3 0 total store ordering,
5831 >>>48 lelong&0x3 1 partial store ordering,
11290 # Type: files used in modern AVCHD camcoders to store clip information
12121 0 string SnAp LVM Snapshot (CopyOnWrite store)
15919 0 string perl-store perl Storable (v0.6) data
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt7051 to obtain extra memory to store data during a recursion, which it does
9210 expression patterns, it may be useful to store them in a precompiled
9814 above, store the RE object explicitly in a variable or use a temporary

Completed in 189 milliseconds

12