Home
last modified time | relevance | path

Searched refs:resource_types (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_list.c114 va_list resource_types; in zend_fetch_resource() local
147 va_start(resource_types, num_resource_types); in zend_fetch_resource()
149 if (actual_resource_type == va_arg(resource_types, int)) { in zend_fetch_resource()
150 va_end(resource_types); in zend_fetch_resource()
157 va_end(resource_types); in zend_fetch_resource()
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation5.phpt20 $resource_types = array (
33 foreach($resource_types as $res) {
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation29.phpt29 $resource_types = array (
44 foreach($resource_types as $value) {
H A Dfscanf_variation35.phpt29 $resource_types = array (
39 foreach($resource_types as $value) {
H A Dfscanf_variation41.phpt29 $resource_types = array (
39 foreach($resource_types as $value) {
H A Dfscanf_variation47.phpt29 $resource_types = array (
39 foreach($resource_types as $value) {
H A Dfscanf_variation10.phpt29 $resource_types = array (
44 foreach($resource_types as $value) {
H A Dfscanf_variation4.phpt30 $resource_types = array (
40 foreach($resource_types as $value) {
H A Dfscanf_variation22.phpt29 $resource_types = array (
43 foreach($resource_types as $value) {
H A Dfscanf_variation16.phpt29 $resource_types = array (
43 foreach($resource_types as $value) {

Completed in 17 milliseconds