Home
last modified time | relevance | path

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

12

/PHP-5.3/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.3/ext/spl/tests/
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_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_exchangeArray_basic3.phpt2 SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store.
/PHP-5.3/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.3/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()
1208 i= result->store ? result->num_rows- 1 : 0; in php_sybase_fetch_result_row()
1212 if (result->store || 1 == result->num_rows) { in php_sybase_fetch_result_row()
1320 result->store= store; in php_sybase_fetch_result_set()
1428 zend_bool store = 1; in php_sybase_query() local
1445 if (!store && !buffered) { in php_sybase_query()
1447 store = 1; in php_sybase_query()
1553 result = php_sybase_fetch_result_set(sybase_ptr, buffered, store); in php_sybase_query()
1579 result = php_sybase_fetch_result_set(sybase_ptr, buffered, store); in php_sybase_query()
1782 *field_content = result->data[result->store ? result->cur_row : 0][i]; in PHP_FUNCTION()
[all …]
/PHP-5.3/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.3/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.3/ext/dba/
H A Ddba_dbm.c127 return (store(gkey, gval) == -1 ? FAILURE : SUCCESS); in DBA_UPDATE_FUNC()
/PHP-5.3/ext/oci8/tests/
H A Dxmltype_01.phpt20 xmltype xt_spec store as clob",
/PHP-5.3/ext/standard/tests/array/
H A Darray_search_variation4.phpt19 //store resources in array for comparision.
H A Din_array_variation4.phpt22 //store resources in array for comparision.
H A Dend.phpt104 //store resources in array
/PHP-5.3/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.3/ext/standard/
H A Ddns_win32.c141 static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, zval **subarray) in php_parserr() argument
153 if (!store) { in php_parserr()
/PHP-5.3/
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.3/ext/openssl/
H A Dopenssl.c1681 X509_STORE *store; in setup_verify() local
1686 store = X509_STORE_new(); in setup_verify()
1688 if (store == NULL) { in setup_verify()
1709 file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in setup_verify()
1728 file_lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in setup_verify()
1739 return store; in setup_verify()
3373 X509_STORE * store = NULL; in PHP_FUNCTION() local
3402 store = setup_verify(cainfo TSRMLS_CC); in PHP_FUNCTION()
3404 if (!store) { in PHP_FUNCTION()
3438 if (PKCS7_verify(p7, others, store, datain, dataout, flags)) { in PHP_FUNCTION()
[all …]

Completed in 52 milliseconds

12