Home
last modified time | relevance | path

Searched refs:used (Results 476 – 500 of 574) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-7.0/ext/xml/tests/
H A Dxml_set_object_variation1.phpt12 * Description: Set up object which should be used for callbacks
/PHP-7.0/ext/standard/tests/strings/
H A Dsprintf_variation15.phpt33 // array of strings used to test the function
H A Dget_html_translation_table_variation1.phpt6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
/PHP-7.0/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt52 // this will be used to test, if the fgetcsv() read more than a line and its
57 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation22.phpt54 // this will be used to test, if the fgetcsv() read more than a line and its
59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation29.phpt54 // this will be used to test, if the fgetcsv() read more than a line and its
59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation30.phpt54 // this will be used to test, if the fgetcsv() read more than a line and its
59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation31.phpt54 // this will be used to test, if the fgetcsv() read more than a line and its
59 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation15.phpt50 // this will be used to test, if the fgetcsv() read more than a line and its
55 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation16.phpt52 // this will be used to test, if the fgetcsv() read more than a line and its
57 // close the file if the mode to be used is read mode and re-open using read mode
H A Dumask_variation1.phpt20 // temp filename used
22 // temp dir used
/PHP-7.0/
H A DREADME.SELF-CONTAINED-EXTENSIONS168 This macros has to be used within your foo_module_entry to indicate the
H A Dacinclude.m4110 dnl This macro can be used several times.
173 dnl are substituted with the proper paths. Can be used to supply
229 dnl Should not be used directly.
538 dnl add a library to the link line (deferred, not used during configure)
944 dnl "sources" is a list of files relative to the subdir which are used
951 dnl "cxx" can be used to indicate that a C++ shared module is desired.
2014 dnl This macro is used to detect if we're at 64-bit platform or not.
2614 dnl This macro is used to get a comparable
2834 AC_CACHE_CHECK([which data struct is used by crypt_r], php_cv_crypt_r_style,[
2879 AC_MSG_ERROR([Unable to detect data struct used by crypt_r])
/PHP-7.0/ext/openssl/
H A DREADME86 Verifies if the certificate can be used for a specific purpose.
103 Parses the cert and returns a resource that can be used with the
/PHP-7.0/ext/standard/tests/array/
H A Darray_reverse_variation3.phpt79 // close the file resource used
H A Darray_intersect_variation1.phpt105 // close the file resource used
H A Darray_intersect_variation2.phpt106 // close the file resource used
H A Darray_walk_recursive_variation1.phpt40 // different scalar/nonscalar values to be used in place of an 'input' argument
H A Darray_walk_variation1.phpt40 // different scalar/nonscalar values to be used in place of an 'input' argument
H A Deach.phpt98 // close resourses used
/PHP-7.0/ext/standard/tests/general_functions/
H A Dis_float.phpt143 // close the resources used
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt84 …printf("[009] Function seems to be leaking, because it used %d bytes. During tests it used only 92…
/PHP-7.0/ext/tidy/
H A Dtidy.c1166 if (ZEND_SIZE_T_UINT_OVFL(output_context->in.used)) { in php_tidy_output_handler()
1174 tidyBufAttach(&inbuf, (byte *) output_context->in.data, (uint)output_context->in.used); in php_tidy_output_handler()
1181 output_context->out.used = outbuf.size ? outbuf.size-1 : 0; in php_tidy_output_handler()
/PHP-7.0/ext/iconv/
H A Diconv.c438 if (output_context->in.used) { in php_iconv_output_handler()
441 …_php_iconv_show_error(php_iconv_string(output_context->in.data, output_context->in.used, &out, get… in php_iconv_output_handler()
444 output_context->out.used = ZSTR_LEN(out); in php_iconv_output_handler()
448 output_context->out.used = 0; in php_iconv_output_handler()
/PHP-7.0/sapi/cgi/
H A DREADME.FastCGI63 like persistent database connections are used more efficiently.

Completed in 57 milliseconds

1...<<11121314151617181920>>...23