Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 48) sorted by relevance

12

/PHP-5.5/ext/curl/tests/
H A Dcurl_write_stdout.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file and store the output in a…
H A Dcurl_write_file.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file and store the output in a…
/PHP-5.5/ext/spl/tests/
H A DarrayObject_asort_basic2.phpt2 SPL: Test ArrayObject::asort() function : basic functionality with object based store
H A DarrayObject_ksort_basic2.phpt2 SPL: Test ArrayObject::ksort() function : basic functionality with object base store
H A DarrayObject_asort_basic1.phpt2 SPL: Test ArrayObject::asort() function : basic functionality with array based store
H A DarrayObject_ksort_basic1.phpt2 SPL: Test ArrayObject::ksort() function : basic functionality with array based store
H A DarrayObject_exchangeArray_basic3.phpt2 SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store.
/PHP-5.5/ext/pgsql/tests/
H A Dbug68638.phpt2 Bug #68638 pg_update() fails to store infinite values
/PHP-5.5/ext/mysqli/tests/
H A Dbug45289.phpt28 printf("[004] Can store result!\n");
H A Dmysqli_class_mysqli_result_interface.phpt106 ((MYSQLI_STORE_RESULT == $mysqli_result->type) ? 'store' : 'use'),
183 mysqli_result->type = 'store'/integer
H A Dbug42378.phpt81 printf("[%03d] Cannot store result set, [%d] %s\n",
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.h114 int store; member
H A Dphp_sybase_ct.c273 for (i = 0; i < (result->store ? result->num_rows : MIN(1, result->num_rows)); i++) { in _free_sybase_result()
1207 i= result->store ? result->num_rows- 1 : 0; in php_sybase_fetch_result_row()
1211 if (result->store || 1 == result->num_rows) { in php_sybase_fetch_result_row()
1319 result->store= store; in php_sybase_fetch_result_set()
1427 zend_bool store = 1; in php_sybase_query() local
1444 if (!store && !buffered) { in php_sybase_query()
1446 store = 1; in php_sybase_query()
1552 result = php_sybase_fetch_result_set(sybase_ptr, buffered, store TSRMLS_CC); in php_sybase_query()
1578 result = php_sybase_fetch_result_set(sybase_ptr, buffered, store TSRMLS_CC); in php_sybase_query()
1781 *field_content = result->data[result->store ? result->cur_row : 0][i]; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation3.phpt33 // store file names into an array so can use sorted in expected output
H A Dreaddir_variation4.phpt65 // store file names into an array so can use sorted in expected output
/PHP-5.5/tests/lang/
H A Dbug20175.phpt2 Bug #20175 (Static vars can't store ref to new instance)
63 * should store a reference to $wow_global. Therefor $wow_value is already
/PHP-5.5/ext/dba/
H A Ddba_dbm.c127 return (store(gkey, gval) == -1 ? FAILURE : SUCCESS); in DBA_UPDATE_FUNC()
/PHP-5.5/ext/oci8/tests/
H A Dxmltype_01.phpt20 xmltype xt_spec store as clob",
/PHP-5.5/ext/spl/internal/
H A Dfilteriterator.inc57 * Fetch next element and store it.
H A Dsplobjectstorage.inc18 * This container allows to store objects uniquly without the need to compare
/PHP-5.5/ext/standard/tests/array/
H A Darray_search_variation4.phpt19 //store resources in array for comparison.
H A Din_array_variation4.phpt22 //store resources in array for comparison.
/PHP-5.5/ext/standard/
H A Ddns_win32.c141 static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, int raw, zval **subarray) in php_parserr() argument
153 if (!store) { in php_parserr()
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API7 and store the results in the user specified variables. This avoids most
21 list of pointers to variables to store the results in. The _ex() version
/PHP-5.5/ext/openssl/
H A Dopenssl.c1774 X509_STORE *store; in setup_verify() local
1779 store = X509_STORE_new(); in setup_verify()
1781 if (store == NULL) { in setup_verify()
1802 file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in setup_verify()
1821 file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in setup_verify()
1832 return store; in setup_verify()
3532 X509_STORE * store = NULL; in PHP_FUNCTION() local
3561 store = setup_verify(cainfo TSRMLS_CC); in PHP_FUNCTION()
3563 if (!store) { in PHP_FUNCTION()
3597 if (PKCS7_verify(p7, others, store, datain, dataout, flags)) { in PHP_FUNCTION()
[all …]

Completed in 153 milliseconds

12