Home
last modified time | relevance | path

Searched refs:from (Results 251 – 275 of 1369) sorted by relevance

1...<<11121314151617181920>>...55

/PHP-5.4/ext/intl/
H A DTODO5 -- Create convertor from ICU pattern to PHP pattern
/PHP-5.4/tests/lang/
H A DreturnByReference.001.phpt2 Returning a reference from a function
H A Dfunc_get_args.003.phpt10 Warning\: func_get_args\(\)\: Called from the global scope - no function context in \S* on line 3
H A Dfunc_num_args.003.phpt11 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A Dfunc_get_arg.003.phpt10 Warning: func_get_arg(): Called from the global scope - no function context in %s on line %d
/PHP-5.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c152 convd->from = from; in mbfl_buffer_converter_new2()
1304 int from, in mbfl_substr() argument
1323 start = from; in mbfl_substr()
1429 pc.start = from; in mbfl_substr()
1462 int from, in mbfl_strcut() argument
1478 from = string->len; in mbfl_strcut()
1502 from &= -2; in mbfl_strcut()
1511 from &= -4; in mbfl_strcut()
1819 int from; member
1864 int from, in mbfl_strimwidth() argument
[all …]
/PHP-5.4/Zend/tests/
H A Dbug35470.phpt2 Bug #35470 (Assigning global using variable name from array doesn't function)
H A Dhalt03.phpt10 Fatal error: __HALT_COMPILER() can only be used from the outermost scope in %shalt03.php on line %d
H A Dbug60099.phpt10 Fatal error: __HALT_COMPILER() can only be used from the outermost scope in %s on line %d
H A Dindirect_method_call_005.phpt2 Testing array dereferencing from instance with ArrayObject
/PHP-5.4/Zend/tests/traits/
H A Derror_009.phpt12 Fatal error: Class foo cannot extend from trait abc in %s on line %d
/PHP-5.4/ext/spl/tests/
H A Dbug62616.phpt2 Bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)
/PHP-5.4/ext/mbstring/ucgendat/
H A DREADME3 It's only necessary to rebuild unicode_data.h from Unicode ucd files.
/PHP-5.4/ext/oci8/tests/
H A Dedition_1.phpt30 $s = oci_parse($conn,"select * from view_ed");
39 select from both the editions and verify the contents. */
53 "create or replace editioning view view_ed as select name,age,job from edit_tab",
65 $stmt = "create or replace editioning view view_ed as select name,age,job,salary from edit_tab";
H A Dconnect_scope1.phpt45 $s1 = oci_parse($c1, "select * from connect_scope1_tab");
55 $s1 = oci_parse($c1, "select * from connect_scope1_tab");
H A Dconnect_scope2.phpt45 $s1 = oci_parse($c1, "select * from connect_scope2_tab");
55 $s1 = oci_parse($c1, "select * from connect_scope2_tab");
/PHP-5.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8_mobile.c221 if (filter->from->no_encoding == mbfl_no_encoding_utf8_docomo && in mbfl_filt_conv_utf8_mobile_wchar()
224 } else if (filter->from->no_encoding == mbfl_no_encoding_utf8_kddi_a && in mbfl_filt_conv_utf8_mobile_wchar()
227 } else if (filter->from->no_encoding == mbfl_no_encoding_utf8_kddi_b && in mbfl_filt_conv_utf8_mobile_wchar()
230 } else if (filter->from->no_encoding == mbfl_no_encoding_utf8_sb && in mbfl_filt_conv_utf8_mobile_wchar()
/PHP-5.4/Zend/
H A Dzend_multibyte.h33 …ng_converter)(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length…
69 …ing_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length…
/PHP-5.4/ext/standard/tests/file/
H A Dcopy_basic.phpt10 echo "*** Testing copy() function: to copy file from source to destination --\n";
46 *** Testing copy() function: to copy file from source to destination --
H A Dfgetc_variation2.phpt7 Description: Gets character from file pointer
26 // read from closed file
H A Dfile_variation5.phpt35 echo "\nfile() on a relative path from a different working directory\n";
84 file() on a relative path from a different working directory
/PHP-5.4/ext/pdo/tests/
H A Dpdo_032.phpt24 $stmt = $db->prepare('SELECT * from test');
31 $stmt = $db->prepare('SELECT * from test');
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_fetch_both.phpt35 printf("[%03d] Expected differes from returned data, dumping\n", $offset);
75 [002] Expected differes from returned data, dumping
/PHP-5.4/ext/xmlreader/
H A DREADME3 xmlTextReader api from libxml
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug44394.phpt2 Bug #44394 (Last two bytes missing from output)

Completed in 46 milliseconds

1...<<11121314151617181920>>...55