Home
last modified time | relevance | path

Searched refs:from (Results 1301 – 1325 of 1523) sorted by relevance

1...<<5152535455565758596061

/PHP-7.4/tests/classes/
H A Dunset_properties.phpt2 Un-setting instance properties causes magic methods to be called when trying to access them from ou…
/PHP-7.4/Zend/tests/
H A Dfr47160.phpt2 Calling method from array
H A Dexception_from_toString.phpt2 Test exceptions thrown from __toString() in various contexts
/PHP-7.4/ext/standard/tests/file/
H A Dreadlink_realpath_basic1.phpt52 the link created from each $file in the above array */
/PHP-7.4/ext/mysqli/tests/
H A Dbug76386.phpt2 Prepared Statement formatter truncates fractional seconds from date/time column (bug #76386)
H A Dmysqli_change_user_locks_temporary.phpt24 printf("[003] Reading from test should not be possible due to a lock, [%d] %s\n",
H A Dmysqli_character_set.phpt2 Fetching results from tables of different charsets.
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c38 static void sparc_cache_flush(sljit_ins *from, sljit_ins *to) in sparc_cache_flush() argument
64 if (SLJIT_UNLIKELY(from == to)) in sparc_cache_flush()
70 : : "r"(from) in sparc_cache_flush()
73 from += 2; in sparc_cache_flush()
74 } while (from < to); in sparc_cache_flush()
76 if (from == to) { in sparc_cache_flush()
78 from --; in sparc_cache_flush()
81 : : "r"(from) in sparc_cache_flush()
H A DsljitNativePPC_32.c41 #define INS_CLEAR_LEFT(dst, src, from) \ argument
42 (RLWINM | S(src) | A(dst) | ((from) << 6) | (31 << 1))
/PHP-7.4/ext/pgsql/
H A Dpgsql.c789 #define PQescapeStringConn(conn, to, from, len, error) PQescapeString(to, from, len) argument
4371 zend_string *from = NULL, *to = NULL; local
4393 to = zend_string_safe_alloc(ZSTR_LEN(from), 2, 0, 0);
4399 ZSTR_LEN(to) = PQescapeStringConn(pgsql, ZSTR_VAL(to), ZSTR_VAL(from), ZSTR_LEN(from), NULL);
4403 ZSTR_LEN(to) = PQescapeString(ZSTR_VAL(to), ZSTR_VAL(from), ZSTR_LEN(from));
4415 char *from = NULL, *to = NULL; local
4565 char *from = NULL, *to = NULL, *tmp = NULL; local
4569 &from, &from_len) == FAILURE) {
4592 char *from = NULL; local
4626 tmp = PGSQLescapeLiteral(pgsql, from, (size_t)from_len);
[all …]
/PHP-7.4/docs/
H A Dstreams.md103 If you need to copy some data from one stream to another, you will be please to
111 If you want to copy all remaining data from the src stream, pass
326 based streams, or if you were making a stream to read data from an RDBMS like
359 For example, for reading from this weird MySQL stream:
375 /* pull out some data from the stream and put it in buf */
/PHP-7.4/ext/standard/tests/array/
H A D007.phpt51 echo "-=-=-=-=-=-=-=-=- New functionality from 5.0.0 -=-=-=-=-=-=-=-\n";
248 -=-=-=-=-=-=-=-=- New functionality from 5.0.0 -=-=-=-=-=-=-=-
H A Darsort_variation3.phpt7 Elements will be arranged from highest to lowest when this function has completed.
H A Darsort_variation9.phpt7 Elements will be arranged from highest to lowest when this function has completed.
H A Dasort_variation3.phpt7 Elements will be arranged from lowest to highest when this function has completed.
H A Dasort_variation9.phpt7 Elements will be arranged from lowest to highest when this function has completed.
H A Dsort_variation3.phpt7 Elements will be arranged from lowest to highest when this function has completed.
H A Dsort_variation9.phpt7 Elements will be arranged from lowest to highest when this function has completed.
H A Darray_column_error.phpt8 * Returns an array containing all the values from
H A Darray_merge_variation3.phpt6 * Description: Merges elements from passed arrays into one array
/PHP-7.4/
H A DUPGRADING.INTERNALS140 by ZEND_ACC_IMMUTABLE flag, they are not going to be copied from opcache
143 structures from immutable ones. This access is implemented through
154 been changed from char to int. This allows to pass the new constant macro
277 from RTLD_LAZY to RTLD_NOW
/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_variation5.phpt13 * Description: Read directory entry from dir_handle
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt44 // get the contents from the internal output buffer
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug79375.phpt2 Bug #79375: mysqli_store_result does not report error from lock wait timeout
/PHP-7.4/Zend/
H A Dzend_language_scanner.l138 …t_to_internal(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length) in encoding_filter_script_to_internal() argument
142 …return zend_multibyte_encoding_converter(to, to_length, from, from_length, internal_encoding, LANG… in encoding_filter_script_to_internal()
145 …_intermediate(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length) in encoding_filter_script_to_intermediate() argument
147 …return zend_multibyte_encoding_converter(to, to_length, from, from_length, zend_multibyte_encoding… in encoding_filter_script_to_intermediate()
150 …ate_to_script(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length) in encoding_filter_intermediate_to_script() argument
152 return zend_multibyte_encoding_converter(to, to_length, from, from_length, in encoding_filter_intermediate_to_script()
156 …e_to_internal(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length) in encoding_filter_intermediate_to_internal() argument
160 return zend_multibyte_encoding_converter(to, to_length, from, from_length, in encoding_filter_intermediate_to_internal()

Completed in 67 milliseconds

1...<<5152535455565758596061