Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...22

/PHP-7.4/build/
H A Dphp.m4106 dnl used several times.
170 dnl proper paths. Can be used to supply custom rules and/or additional targets.
225 dnl from the sources. Should not be used directly.
526 dnl Add a library to the link line (deferred, not used during configure).
926 dnl "sources" is a list of files relative to the subdir which are used to build
933 dnl "cxx" can be used to indicate that a C++ shared module is desired.
2091 dnl This macro is used to get a comparable version for Apache.
2230 AC_CACHE_CHECK([which data struct is used by crypt_r], php_cv_crypt_r_style,[
2272 AC_MSG_ERROR([Unable to detect data struct used by crypt_r])
/PHP-7.4/docs/
H A Dself-contained-extensions.md172 This macros has to be used within your foo_module_entry to indicate the
/PHP-7.4/ext/standard/tests/file/
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
H A Dfgetcsv_variation8.phpt59 // this will be used to test, if the fgetcsv() read more than a line and its
64 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation9.phpt58 // this will be used to test, if the fgetcsv() read more than a line and its
63 // close the file if the mode to be used is read mode and re-open using read mode
H A Dumask_variation2.phpt20 // temp filename used
22 // temp dir used
/PHP-7.4/ext/standard/tests/array/
H A Darray_reverse_variation3.phpt79 // close the file resource used
H A Deach.phpt98 // close resourses 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_unshift_variation2.phpt119 // close the file resource used
H A Darray_merge_recursive_variation1.phpt104 // close the file resource used
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt113 // get_result can be used in PS cursor mode
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.4/ext/standard/tests/general_functions/
H A Dis_float.phpt143 // close the resources used
/PHP-7.4/ext/iconv/
H A Diconv.c417 if (output_context->in.used) { in php_iconv_output_handler()
420 …_php_iconv_show_error(php_iconv_string(output_context->in.data, output_context->in.used, &out, get… in php_iconv_output_handler()
423 output_context->out.used = ZSTR_LEN(out); in php_iconv_output_handler()
427 output_context->out.used = 0; in php_iconv_output_handler()
/PHP-7.4/ext/tidy/
H A Dtidy.c1218 if (ZEND_SIZE_T_UINT_OVFL(output_context->in.used)) { in php_tidy_output_handler()
1226 tidyBufAttach(&inbuf, (byte *) output_context->in.data, (uint32_t)output_context->in.used); in php_tidy_output_handler()
1233 output_context->out.used = outbuf.size ? outbuf.size-1 : 0; in php_tidy_output_handler()
/PHP-7.4/ext/dba/
H A Dconfig.m41 dnl Suppose we need FlatFile if no support or only CDB is used.
344 AC_MSG_CHECKING([if dba can be used as shared extension])
/PHP-7.4/ext/gd/libgd/
H A Dgd_jpeg.c708 * never used */ in term_source()

Completed in 60 milliseconds

1...<<11121314151617181920>>...22