Home
last modified time | relevance | path

Searched refs:used (Results 426 – 450 of 547) sorted by relevance

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

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation14.phpt38 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation13.phpt39 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetcsv_variation20.phpt40 // close the file if the mode to be used is read mode and re-open using read mode
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_numeric.phpt158 // close the resources used
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_recursive_variation4.phpt75 // close the file resource used
H A Darray_merge_recursive_variation5.phpt75 // close the file resource used
H A Darray_reverse_variation2.phpt94 // close the file resouce used
H A Darray_reverse_variation4.phpt78 // close the file resource used
H A Darray_uintersect_uassoc_variation1.phpt6 …1 that have values which are present in all the other arguments. Keys are used to do more restrict…
H A Darray_uintersect_uassoc_variation2.phpt6 …1 that have values which are present in all the other arguments. Keys are used to do more restrict…
H A Darray_reverse_variation5.phpt81 // close the file resource used
H A Darray_uintersect_uassoc_variation5.phpt6 …1 that have values which are present in all the other arguments. Keys are used to do more restrict…
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation2.phpt90 // close the file resource used
H A Dget_html_translation_table_basic1.phpt6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
H A Dget_html_translation_table_variation1.phpt6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
/PHP-5.5/
H A DREADME.NEW-OUTPUT-API117 or handlers implemented in C to be used with ob_start() can contain a non-global
H A Dconfigure.in127 dnl Allow version values to be used in Makefile
167 AC_MSG_ERROR([--with-apache and --with-apxs cannot be used together])
171 AC_MSG_ERROR([--with-apxs2filter and --with-apxs2 cannot be used together])
777 dnl Check if ccache is being used
784 …AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by…
859 dnl add -O0 only if GCC or ICC is used
1666 echo "Notice: Following unknown configure options were used:
/PHP-5.5/ext/mbstring/
H A Dconfig.m4113 AC_DEFINE([PHP_ONIG_BUNDLED], [1], [Define to 1 if the bundled oniguruma is used])
359 If DIR is not set, the bundled oniguruma will be used], no, no)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt75 // last host specification should be the one used
115 // Playing with the port makes only sense if no socket gets used
/PHP-5.5/sapi/litespeed/
H A DREADME19 server configuration to enhance server security when mod_php is used.
51 installation. lsphp can be used in clustered environment with one
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE93 library does the same job as widely used non-free libraries. In this
139 interface definition files, plus the scripts used to control compilation
186 application-supplied function or table used by this function must
232 medium customarily used for software interchange.
279 Library is used in it and that the Library and its use are covered by
288 changes were used in the work (which must be distributed under
/PHP-5.5/ext/phar/
H A DLICENSE18 3. The name "PHP" must not be used to endorse or promote products
/PHP-5.5/ext/xml/tests/
H A Dxml_set_object_variation2.phpt12 * Description: Set up object which should be used for callbacks
/PHP-5.5/Zend/RFCs/
H A D002.txt44 The namespace operator ":" is used to refer to symbols in other
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c151 buf->used = 0; in onig_bbuf_init()
557 add_length(reg, mbuf->used); in add_multi_byte_cclass()
558 return add_bytes(reg, mbuf->p, mbuf->used); in add_multi_byte_cclass()
567 r = add_bytes(reg, mbuf->p, mbuf->used); in add_multi_byte_cclass()
597 len += SIZE_LENGTH + cc->mbuf->used; in compile_length_cclass_node()
1615 len = pos - (reg->used + SIZE_OP_JUMP); in compile_tree()
5290 reg->used = 0; in onig_compile()
5512 (reg)->used = 0; in onig_reg_init()
6063 UChar* end = reg->p + reg->used; in print_compiled_byte_code_list()
6065 fprintf(f, "code length: %d\n", reg->used); in print_compiled_byte_code_list()
[all …]

Completed in 86 milliseconds

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