Home
last modified time | relevance | path

Searched refs:length (Results 576 – 588 of 588) sorted by last modified time

1...<<21222324

/PHP-7.4/ext/bcmath/libbcmath/src/
H A Drecmul.c54 new_sub_num (length, scale, value) in new_sub_num() argument
55 int length, scale; in new_sub_num()
63 temp->n_len = length;
/PHP-7.4/docs/
H A Dstreams.md125 will be maxlen bytes in length, or will be the entire length of the data
H A Doutput-api.md69 Retrieving output buffers length:
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE264 functions (ten lines or less in length), then the use of the object
/PHP-7.4/build/
H A Dorder_by_dep.awk17 if (!length($5)) {
40 mod_name_len = length(module_name);
47 ext = substr(ext, mod_name_len+2, length(ext)-mod_name_len);
/PHP-7.4/Zend/
H A Dzend_multibyte.c41 static const zend_encoding *dummy_encoding_detector(const unsigned char *string, size_t length, con… in dummy_encoding_detector() argument
148 …ng *zend_multibyte_encoding_detector(const unsigned char *string, size_t length, const zend_encodi… in zend_multibyte_encoding_detector() argument
150 return multibyte_functions.encoding_detector(string, length, list, list_size); in zend_multibyte_encoding_detector()
H A Dzend_multibyte.h25 …encoding_filter)(unsigned char **str, size_t *str_length, const unsigned char *buf, size_t length);
30 typedef const zend_encoding *(*zend_encoding_detector)(const unsigned char *string, size_t length, …
67 …ng *zend_multibyte_encoding_detector(const unsigned char *string, size_t length, const zend_encodi…
/PHP-7.4/Zend/tests/varSyntax/
H A Dmethod_call_on_string_literal.phpt5 "string"->length();
8 Fatal error: Uncaught Error: Call to a member function length() on string in %s:%d
/PHP-7.4/Zend/tests/
H A Dflexible-heredoc-error6.phpt2 Flexible heredoc syntax error 6: no ending token on 0 length body
H A Dflexible-nowdoc-error6.phpt2 Flexible nowdoc syntax error 6: no ending token on 0 length body
H A Dflexible-heredoc-error5.phpt2 Flexible heredoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
H A Dflexible-nowdoc-error5.phpt2 Flexible nowdoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
/PHP-7.4/
H A DCODING_STANDARDS.md41 holds the length property of each string, and that it shouldn't be
43 they'll take advantage of the length property, both for efficiency and in
45 their new lengths while doing so, should return that new length, so it

Completed in 45 milliseconds

1...<<21222324