Home
last modified time | relevance | path

Searched refs:from (Results 501 – 525 of 1543) sorted by relevance

1...<<21222324252627282930>>...62

/PHP-7.0/Zend/tests/traits/
H A Dlanguage013.phpt2 Statics work like expected for language-based copy'n'paste. No link between methods from the same t…
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug35895.phpt24 Notice: serialize(): "parents" returned as member variable from __sleep() but does not exist in %sb…
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregint.h397 #define BBUF_MOVE_RIGHT(buf,from,to,n) do {\ argument
399 xmemmove((buf)->p + (to), (buf)->p + (from), (n));\
404 #define BBUF_MOVE_LEFT(buf,from,to,n) do {\ argument
405 xmemmove((buf)->p + (to), (buf)->p + (from), (n));\
409 #define BBUF_MOVE_LEFT_REDUCE(buf,from,to) do {\ argument
410 xmemmove((buf)->p + (to), (buf)->p + (from), (buf)->used - (from));\
411 (buf)->used -= (from - to);\
794 extern void onig_transfer P_((regex_t* to, regex_t* from));
/PHP-7.0/
H A Dphp7.spec.in11 Source: http://www.php.net/get/php-%{version}.tar.gz/from/a/mirror
20 borrowed from C, Java and Perl with a couple of unique PHP-specific
/PHP-7.0/ext/standard/tests/array/
H A Darray_splice_basic.phpt17 echo "test removing entries from the middle \n";
59 test removing entries from the middle
H A Dbug24766.phpt2 Bug #24766 (strange result array from unpack)
/PHP-7.0/ext/standard/tests/strings/
H A Dvfprintf_variation11.phpt52 // looping to test vfprintf() with different octal formats from the above $formats array
53 // and with octal values from the above $args_array array
H A Dvfprintf_variation11_64bit.phpt52 // looping to test vfprintf() with different octal formats from the above $formats array
53 // and with octal values from the above $args_array array
H A Dvfprintf_variation15.phpt45 // looping to test vfprintf() with different unsigned formats from the above $format array
46 // and with signed and other types of values from the above $args_array array
H A Dvfprintf_variation15_64bit.phpt45 // looping to test vfprintf() with different unsigned formats from the above $format array
46 // and with signed and other types of values from the above $args_array array
H A Dvfprintf_variation19.phpt53 // looping to test vfprintf() with different scientific formats from the above $format array
54 // and with non-scientific values from the above $args_array array
H A Dvfprintf_variation19_64bit.phpt53 // looping to test vfprintf() with different scientific formats from the above $format array
54 // and with non-scientific values from the above $args_array array
H A Dvfprintf_variation3.phpt44 // looping to test vfprintf() with different int formats from the above $format array
45 // and with int values from the above $args_array array
H A Dvfprintf_variation5.phpt49 // looping to test vprintf() with different float formats from the above $format array
50 // and with float values from the above $args_array array
H A Dvfprintf_variation9.phpt48 // looping to test vfprintf() with different char formats from the above $format array
49 // and with char values from the above $args_array array
H A Dvprintf_variation17.phpt36 // looping to test vprintf() with different scientific formats from the above $format array
37 // and with signed and other types of values from the above $args_array array
/PHP-7.0/ext/oci8/tests/
H A Ddrcp_scope5.phpt17 // (without committing). Another connection is opened from function
18 // 2, and the table queried. When function1 ends, the connection from
H A Dimp_res_4.phpt28 open c1 for select 1 from dual union select 2 from dual;
H A Dimp_res_5.phpt28 open c1 for select 1 from dual union select 2 from dual;
/PHP-7.0/ext/standard/tests/file/
H A Dfgets_variation2.phpt7 Description: Gets a line from file pointer
26 // read from closed file
/PHP-7.0/ext/date/tests/
H A Dbug52738.phpt2 Bug #52738 (Can't use new properties in class extended from DateInterval)
/PHP-7.0/ext/hash/tests/
H A Dhmac-md5.phpt7 /* Test Vectors from RFC 2104 */
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug44811.phpt18 SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://slashdot.org' : %s
/PHP-7.0/ext/intl/tests/
H A Dsymfony_format_type_double_intl1.phpt14 // execute the code from #testFormatTypeDoubleIntl
H A Dsymfony_format_type_int32_intl4.phpt14 // execute the code from #testFormatTypeInt32Intl

Completed in 39 milliseconds

1...<<21222324252627282930>>...62