/PHP-5.4/ext/oci8/ |
H A D | oci8_collection.c | 57 collection->collection = NULL; in php_oci_collection_create() 210 collection->tdo, in php_oci_collection_create() 214 (dvoid **) &(collection->collection) in php_oci_collection_create() 325 (OCIColl *) collection->collection in php_oci_collection_append_date() 369 (OCIColl *) collection->collection in php_oci_collection_append_number() 404 (OCIColl *) collection->collection in php_oci_collection_append_string() 475 collection->collection, in php_oci_collection_element_get() 613 (OCIColl *) collection->collection in php_oci_collection_element_set_date() 658 (OCIColl *) collection->collection in php_oci_collection_element_set_number() 694 (OCIColl *) collection->collection in php_oci_collection_element_set_string() [all …]
|
H A D | oci8_interface.c | 2119 php_oci_collection *collection; local 2132 PHP_OCI_ZVAL_TO_COLLECTION(*tmp, collection); 2134 zend_list_delete(collection->id); 2144 php_oci_collection *collection; local 2164 PHP_OCI_ZVAL_TO_COLLECTION(*tmp, collection); 2178 php_oci_collection *collection; local 2253 php_oci_collection *collection; local 2288 php_oci_collection *collection; local 2316 php_oci_collection *collection; local 2344 php_oci_collection *collection; local [all …]
|
H A D | php_oci8_int.h | 177 OCIColl *collection; /* collection handle */ member 341 #define PHP_OCI_ZVAL_TO_COLLECTION(zval, collection) \ argument 342 ZEND_FETCH_RESOURCE(collection, php_oci_collection *, &zval, -1, "oci8 collection", le_collection) 361 #define PHP_OCI_ZVAL_TO_COLLECTION_EX(zval, collection) \ argument 362 PHP_OCI_FETCH_RESOURCE_EX(zval, collection, php_oci_collection *, "oci8 collection", le_collection)
|
H A D | oci8.c | 489 ZEND_ARG_INFO(0, collection) 493 ZEND_ARG_INFO(0, collection) 498 ZEND_ARG_INFO(0, collection) 508 ZEND_ARG_INFO(0, collection) 514 ZEND_ARG_INFO(0, collection) 518 ZEND_ARG_INFO(0, collection) 522 ZEND_ARG_INFO(0, collection) 1500 php_oci_collection *collection = (php_oci_collection *)entry->ptr; in php_oci_collection_list_dtor() local 1501 php_oci_collection_close(collection TSRMLS_CC); in php_oci_collection_list_dtor()
|
/PHP-5.4/ext/oci8/tests/ |
H A D | bug32325.phpt | 2 Bug #32325 (Cannot retrieve collection using OCI8) 23 $collection = oci_new_collection($c, "BUG32325_T"); 31 oci_bind_by_name($stmt, ":list", $collection, -1, OCI_B_NTY); 34 var_dump($collection->size()); 35 var_dump($collection->getelem(1)); 36 var_dump($collection->getelem(2));
|
H A D | bug42134.phpt | 2 Bug #42134 (Collection error for invalid collection name) 13 // Test collection creation error for normal connection 22 $collection = oci_new_collection($c, "ABC"); 23 if (!$collection) { 29 // Test collection creation error for new connection 38 $collection = oci_new_collection($c, "DEF"); 39 if (!$collection) { 45 // Test collection creation error for persistent connection 54 $collection = oci_new_collection($c, "GHI"); 55 if (!$collection) {
|
H A D | coll_006.phpt | 26 ["collection"]=> 27 resource(%d) of type (oci8 collection) 31 Warning: OCI-Collection::size(): %d is not a valid oci8 collection resource in %s on line %d
|
H A D | coll_006_func.phpt | 26 ["collection"]=> 27 resource(%d) of type (oci8 collection) 31 Warning: oci_collection_size(): %d is not a valid oci8 collection resource in %s on line %d
|
H A D | coll_002.phpt | 26 ["collection"]=> 27 resource(%d) of type (oci8 collection) 31 Warning: OCI-Collection::size(): %d is not a valid oci8 collection resource in %s on line %d
|
H A D | coll_002_func.phpt | 26 ["collection"]=> 27 resource(%d) of type (oci8 collection) 31 Warning: oci_collection_size(): %d is not a valid oci8 collection resource in %s on line %d
|
H A D | coll_001.phpt | 24 ["collection"]=> 25 resource(%d) of type (oci8 collection)
|
H A D | coll_005.phpt | 24 ["collection"]=> 25 resource(%d) of type (oci8 collection)
|
H A D | bug44113.phpt | 2 Bug #44113 (New collection creation can fail with OCI-22303) 28 print "Failed new collection creation on $x\n";
|
H A D | reflection1.phpt | 609 Parameter #0 [ <required> $collection ] 616 Parameter #0 [ <required> $collection ] 624 Parameter #0 [ <required> $collection ] 632 Parameter #0 [ <required> $collection ] 649 Parameter #0 [ <required> $collection ] 656 Parameter #0 [ <required> $collection ] 663 Parameter #0 [ <required> $collection ] 997 Parameter #0 [ <required> $collection ] 1013 Parameter #0 [ <required> $collection ] 1021 Parameter #0 [ <required> $collection ] [all …]
|
H A D | coll_003.phpt | 2 collection methods
|
H A D | coll_007.phpt | 2 collection methods
|
H A D | coll_003_func.phpt | 2 collection methods
|
H A D | coll_019.phpt | 2 Test collection Oracle error handling collections and numbers (2)
|
/PHP-5.4/ext/simplexml/tests/ |
H A D | bug41582.phpt | 9 <collection></collection>'); 19 <collection><movie><characters><character><name>Miss Coder</name></character></characters></movie><…
|
/PHP-5.4/ext/xsl/tests/ |
H A D | bug53965.phpt | 13 $xml->load($base . DIRECTORY_SEPARATOR . 'collection.xml'); 16 $xsl->load($base . DIRECTORY_SEPARATOR . 'collection.xsl'); 24 Hey! Welcome to Nicolas Eliaszewicz's sweet CD collection!
|
/PHP-5.4/ext/xsl/tests/53965/ |
H A D | collection.xsl | 7 <xsl:template match="collection"> matchedTemplate 8 Hey! Welcome to <xsl:value-of select="$owner"/>'s sweet CD collection!
|
/PHP-5.4/Zend/tests/ |
H A D | bug32674.phpt | 5 class collection implements Iterator { 48 $col = new collection();
|
H A D | gc_012.phpt | 2 GC 012: collection of many loops at once
|
H A D | gc_023.phpt | 2 GC 023: Root buffer overflow (automatic collection)
|
/PHP-5.4/ |
H A D | php.ini-development | 1206 ; Enable / Disable collection of general statistics by mysqlnd which can be 1211 ; Enable / Disable collection of memory usage statistics by mysqlnd which can be 1375 ; NOTE 2: See the section on garbage collection below if you choose to 1430 ; Defines the probability that the 'garbage collection' process is started 1442 ; Defines the probability that the 'garbage collection' process is started on every 1457 ; cleaned up by the garbage collection process. 1462 ; (see session.save_path above), then garbage collection does *not* 1464 ; collection through a shell script, cron entry, or some other method.
|