Home
last modified time | relevance | path

Searched refs:to (Results 5376 – 5400 of 5453) sorted by relevance

1...<<211212213214215216217218219

/PHP-5.4/ext/standard/tests/strings/
H A Dstrspn_variation7.phpt9 * Alias to functions: none
H A Dstripslashes_variation2.phpt93 // looping to test for all strings in $str_array
H A Dprintf_64bit.phpt673 Notice: printf(): Requested precision of 988 digits was truncated to PHP maximum of %d digits in %s…
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_T2_32.c49 #define COPY_BITS(src, from, to, bits) \ argument
50 ((from >= to ? (src >> (from - to)) : (src << (to - from))) & (((1 << bits) - 1) << to))
/PHP-5.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation5.phpt42 echo "Error: failed to fopen() file: $filename!";
H A Dfgets_variation5.phpt34 echo "Error: failed to open file $filename!";
H A Dfseek_ftell_rewind_variation1.phpt42 echo "Error: failed to fopen() file: $filename!";
H A Dfseek_ftell_rewind_variation3.phpt44 echo "Error: failed to fopen() file: $filename!";
H A Dfseek_ftell_rewind_variation4-win32.phpt44 echo "Error: failed to fopen() file: $filename!";
H A Dfseek_ftell_rewind_variation4.phpt44 echo "Error: failed to fopen() file: $filename!";
H A Dfseek_ftell_rewind_variation6-win32.phpt44 echo "Error: failed to fopen() file: $filename!";
H A Dfseek_ftell_rewind_variation6.phpt44 echo "Error: failed to fopen() file: $filename!";
H A Dfseek_ftell_rewind_variation7.phpt42 echo "Error: failed to fopen() file: $filename!";
H A Dfseek_ftell_rewind_variation8-win32.phpt45 echo "Error: failed to fopen() file: $filename!";
H A Dfseek_ftell_rewind_variation8.phpt45 echo "Error: failed to fopen() file: $filename!";
/PHP-5.4/ext/pdo/tests/
H A Dpdo_018.phpt132 // For Oracle map NULL to empty string so the test doesn't diff
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt99 /* TODO: no way to check ATTR_TIMEOUT settings */
/PHP-5.4/ext/standard/
H A Dstring.c3186 char *str, *to = NULL; local
3190 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sZ|s", &str, &str_len, &from, &to, &to_len) …
3214 to,
3645 PHPAPI int php_char_to_str_ex(char *str, uint len, char from, char *to, int to_len, zval *result, i… argument
3679 memcpy(target, to, to_len);
3698 for (tmp = to, tmp_end = tmp+to_len; tmp < tmp_end; tmp++) {
3715 PHPAPI int php_char_to_str(char *str, uint len, char from, char *to, int to_len, zval *result) argument
3717 return php_char_to_str_ex(str, len, from, to, to_len, result, 1, NULL);
/PHP-5.4/ext/dba/
H A Dconfig.m439 dnl Attach THIS_x to DBA_x
620 AC_MSG_CHECKING([whether to enable DBA interface])
/PHP-5.4/ext/standard/tests/array/
H A Dsizeof_variation4.phpt9 * Alias to functions: count()
/PHP-5.4/ext/ereg/tests/
H A Dereg_replace_basic_001.phpt8 * Alias to functions:
H A Deregi_replace_basic_001.phpt8 * Alias to functions:
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestinput289 this sentences rambles on and on for a while to elephant ElePhant
326 /a recursive reference to itself. PCRE has now made these into atomic patterns./
845 now is the time for all good men to come to the aid of the party
2888 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
2889 # quote, otherwise match up to next space
2951 /-- This is not in the Perl-compatible test because Perl seems currently to be
2998 believe this to be a Perl bug. --/
3774 /-- Perl seems to have a bug with this one --/
/PHP-5.4/ext/spl/
H A Dspl_dllist.c319 static void spl_ptr_llist_copy(spl_ptr_llist *from, spl_ptr_llist *to TSRMLS_DC) /* {{{ */ in spl_ptr_llist_copy()
331 spl_ptr_llist_push(to, current->data TSRMLS_CC); in spl_ptr_llist_copy()
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_stmt_big_prepare.phpt14 // tests to a generic SQL test, if we ever need that.
16 // fetch tests, because the fetch tests would have to call prepare/execute etc.

Completed in 65 milliseconds

1...<<211212213214215216217218219