Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 25 of 38) sorted by last modified time

12

/PHP-7.4/
H A DNEWS1339 collection). (Alexandru Patranescu, Nikita, Dmitry)
2146 collection). (Alexandru Patranescu, Nikita, Dmitry)
H A Dphp.ini-development1187 ; Enable / Disable collection of general statistics by mysqlnd which can be
1191 ; Enable / Disable collection of memory usage statistics by mysqlnd which can be
1331 ; NOTE 2: See the section on garbage collection below if you choose to
1402 ; Defines the probability that the 'garbage collection' process is started on every
1411 ; Defines the probability that the 'garbage collection' process is started on every
1422 ; cleaned up by the garbage collection process.
1427 ; (see session.save_path above), then garbage collection does *not*
1429 ; collection through a shell script, cron entry, or some other method.
H A Dphp.ini-production1187 ; Enable / Disable collection of general statistics by mysqlnd which can be
1191 ; Enable / Disable collection of memory usage statistics by mysqlnd which can be
1331 ; NOTE 2: See the section on garbage collection below if you choose to
1402 ; Defines the probability that the 'garbage collection' process is started on every
1411 ; Defines the probability that the 'garbage collection' process is started on every
1422 ; cleaned up by the garbage collection process.
1427 ; (see session.save_path above), then garbage collection does *not*
1429 ; collection through a shell script, cron entry, or some other method.
/PHP-7.4/ext/simplexml/tests/
H A Dbug41582.phpt9 <collection></collection>');
19 <collection><movie><characters><character><name>Miss Coder</name></character></characters></movie><…
/PHP-7.4/ext/oci8/tests/
H A Dreflection1.phpt610 Parameter #0 [ <required> $collection ]
617 Parameter #0 [ <required> $collection ]
625 Parameter #0 [ <required> $collection ]
633 Parameter #0 [ <required> $collection ]
650 Parameter #0 [ <required> $collection ]
657 Parameter #0 [ <required> $collection ]
664 Parameter #0 [ <required> $collection ]
998 Parameter #0 [ <required> $collection ]
1014 Parameter #0 [ <required> $collection ]
1022 Parameter #0 [ <required> $collection ]
[all …]
H A Dbug32325.phpt2 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 Dbug44113.phpt2 Bug #44113 (New collection creation can fail with OCI-22303)
28 print "Failed new collection creation on $x\n";
H A Dcoll_001.phpt24 ["collection"]=>
25 resource(%d) of type (oci8 collection)
H A Dcoll_002.phpt26 ["collection"]=>
27 resource(%d) of type (oci8 collection)
31 Warning: OCI-Collection::size(): supplied resource is not a valid oci8 collection resource in %s on…
H A Dcoll_002_func.phpt26 ["collection"]=>
27 resource(%d) of type (oci8 collection)
31 Warning: oci_collection_size(): supplied resource is not a valid oci8 collection resource in %s on …
H A Dcoll_003_func.phpt2 collection methods
H A Dcoll_005.phpt24 ["collection"]=>
25 resource(%d) of type (oci8 collection)
H A Dcoll_006.phpt26 ["collection"]=>
27 resource(%d) of type (oci8 collection)
31 Warning: OCI-Collection::size(): supplied resource is not a valid oci8 collection resource in %s on…
H A Dcoll_006_func.phpt26 ["collection"]=>
27 resource(%d) of type (oci8 collection)
31 Warning: oci_collection_size(): supplied resource is not a valid oci8 collection resource in %s on …
/PHP-7.4/ext/oci8/
H A Doci8.c468 ZEND_ARG_INFO(0, collection)
472 ZEND_ARG_INFO(0, collection)
477 ZEND_ARG_INFO(0, collection)
487 ZEND_ARG_INFO(0, collection)
493 ZEND_ARG_INFO(0, collection)
497 ZEND_ARG_INFO(0, collection)
501 ZEND_ARG_INFO(0, collection)
1383 php_oci_collection *collection = (php_oci_collection *)entry->ptr; in php_oci_collection_list_dtor() local
1384 php_oci_collection_close(collection); in php_oci_collection_list_dtor()
H A Doci8_collection.c54 collection->collection = NULL; in php_oci_collection_create()
211 collection->tdo, in php_oci_collection_create()
215 (dvoid **) &(collection->collection) in php_oci_collection_create()
339 (OCIColl *) collection->collection in php_oci_collection_append_date()
380 (OCIColl *) collection->collection in php_oci_collection_append_number()
418 (OCIColl *) collection->collection in php_oci_collection_append_string()
494 collection->collection, in php_oci_collection_element_get()
632 (OCIColl *) collection->collection in php_oci_collection_element_set_date()
674 (OCIColl *) collection->collection in php_oci_collection_element_set_number()
713 (OCIColl *) collection->collection in php_oci_collection_element_set_string()
[all …]
H A Doci8_interface.c2306 php_oci_collection *collection; in PHP_FUNCTION() local
2319 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2321 zend_list_close(collection->id); in PHP_FUNCTION()
2331 php_oci_collection *collection; in PHP_FUNCTION() local
2351 PHP_OCI_ZVAL_TO_COLLECTION(tmp, collection); in PHP_FUNCTION()
2365 php_oci_collection *collection; in PHP_FUNCTION() local
2438 php_oci_collection *collection; in PHP_FUNCTION() local
2473 php_oci_collection *collection; in PHP_FUNCTION() local
2501 php_oci_collection *collection; in PHP_FUNCTION() local
2529 php_oci_collection *collection; in PHP_FUNCTION() local
[all …]
H A Doci8_statement.c1140 if (!bind_collection->collection) { in php_oci_bind_by_name()
1346 (dvoid **) &(bind_collection->collection), in php_oci_bind_by_name()
H A Dphp_oci8_int.h206 OCIColl *collection; /* collection handle */ member
387 #define PHP_OCI_ZVAL_TO_COLLECTION(zval, collection) \ argument
409 #define PHP_OCI_ZVAL_TO_COLLECTION_EX(zval, collection) \ argument
465 int php_oci_collection_size(php_oci_collection *collection, sb4 *size);
466 int php_oci_collection_max(php_oci_collection *collection, zend_long *max);
467 int php_oci_collection_trim(php_oci_collection *collection, zend_long trim_size);
468 int php_oci_collection_append(php_oci_collection *collection, char *element, int element_len);
471 int php_oci_collection_element_set_null(php_oci_collection *collection, zend_long index);
476 void php_oci_collection_close(php_oci_collection *collection);
477 int php_oci_collection_append_null(php_oci_collection *collection);
[all …]
/PHP-7.4/ext/xsl/tests/53965/
H A Dcollection.xsl7 <xsl:template match="collection"> matchedTemplate
8 Hey! Welcome to <xsl:value-of select="$owner"/>'s sweet CD collection!
/PHP-7.4/ext/xsl/tests/
H A Dbug53965.phpt13 $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-7.4/ext/standard/tests/general_functions/
H A Dbug70249.phpt9 … make regular flush before other shutdown functions, which allows session data collection and so on
/PHP-7.4/ext/spl/tests/
H A Dbug65967.phpt2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
/PHP-7.4/ext/session/tests/
H A Dsave_handler.inc104 /* Perform garbage collection */
H A Dsession_set_save_handler_basic.phpt52 echo "Garbage collection..\n";
110 Garbage collection..

Completed in 71 milliseconds

12