Home
last modified time | relevance | path

Searched refs:handle (Results 26 – 50 of 739) sorted by last modified time

12345678910>>...30

/PHP-5.5/main/
H A Dmain.c1341 handle->filename = (char*)filename; in php_stream_open_for_zend_ex()
1342 handle->free_filename = 0; in php_stream_open_for_zend_ex()
1343 handle->handle.stream.handle = stream; in php_stream_open_for_zend_ex()
1344 handle->handle.stream.reader = (zend_stream_reader_t)_php_stream_read; in php_stream_open_for_zend_ex()
1345 handle->handle.stream.fsizer = php_zend_stream_fsizer; in php_stream_open_for_zend_ex()
1346 handle->handle.stream.isatty = 0; in php_stream_open_for_zend_ex()
1348 memset(&handle->handle.stream.mmap, 0, sizeof(handle->handle.stream.mmap)); in php_stream_open_for_zend_ex()
1356 handle->handle.stream.closer = php_zend_stream_mmap_closer; in php_stream_open_for_zend_ex()
1357 handle->handle.stream.mmap.buf = p; in php_stream_open_for_zend_ex()
1358 handle->handle.stream.mmap.len = mapped_len; in php_stream_open_for_zend_ex()
[all …]
/PHP-5.5/ext/zlib/tests/
H A Ddata.inc53 The handle toward my hand? Come, let me clutch thee.
/PHP-5.5/ext/zip/tests/
H A Dutils.inc11 if ($handle = opendir($dir)) {
12 while (false !== ($item = readdir($handle))) {
21 closedir($handle);
/PHP-5.5/ext/zip/
H A Dphp_zip.c1129 retval.handle = zend_objects_store_put(intern, in php_zip_object_new()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c138 …retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_obj… in xsl_objects_new()
139 intern->handle = retval.handle; in xsl_objects_new()
H A Dphp_xsl.h60 zend_object_handle handle; member
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c155 retval.handle = zend_objects_store_put(intern, in xmlwriter_object_new()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1039 zval *handle, *method_name_save, **method_name; in PHP_FUNCTION() local
1043 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsZ", &handle, &method_key, &method_key_len,… in PHP_FUNCTION()
1047 server = zend_list_find(Z_LVAL_P(handle), &type); in PHP_FUNCTION()
1072 zval **method_name, *handle, *method_name_save; in PHP_FUNCTION() local
1076 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rZ", &handle, &method_name) == FAILURE) { in PHP_FUNCTION()
1080 server = zend_list_find(Z_LVAL_P(handle), &type); in PHP_FUNCTION()
1106 zval **caller_params, *handle, *output_opts = NULL; in PHP_FUNCTION() local
1122 server = zend_list_find(Z_LVAL_P(handle), &type); in PHP_FUNCTION()
1211 zval *handle, *desc; in PHP_FUNCTION() local
1215 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ra", &handle, &desc) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c405 …retval.handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_obj… in xmlreader_objects_new()
406 intern->handle = retval.handle; in xmlreader_objects_new()
H A Dphp_xmlreader.h41 zend_object_handle handle; member
/PHP-5.5/ext/wddx/tests/
H A Dbug52468.phpt12 …'><header><comment>my_command</comment></header><data><struct><var name='handle'><number></number>…
21 [handle] => 0
25 [handle] => 0
H A Dbug35410.phpt2 #35410 (wddx_deserialize() doesn't handle large ints as keys properly)
H A Dbug35410_64bit.phpt2 #35410 (wddx_deserialize() doesn't handle large ints as keys properly)
/PHP-5.5/ext/tidy/
H A Dtidy.c714 …retval->handle = zend_objects_store_put(intern, (zend_objects_store_dtor_t)zend_objects_destroy_ob… in tidy_object_new()
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_msghandler_handled.phpt27 printf("Cannot handle message #%d\n", $msgnumber);
28 return FALSE; // Indicate we can't handle this
57 Cannot handle message #156
64 Cannot handle message #249
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation13_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation14.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation19.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation19_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation20.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation21.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation3.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation4.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation4_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_variation6.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )

Completed in 135 milliseconds

12345678910>>...30