Home
last modified time | relevance | path

Searched refs:source (Results 76 – 100 of 215) sorted by relevance

123456789

/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle.h26 void resourcebundle_extract_value( zval *target, ResourceBundle_object *source TSRMLS_DC);
/PHP-5.5/ext/intl/tests/
H A Duconverter_oop_callback_return.phpt8 public function toUCallback($reason, $source, $codeUnits, &$error) {
21 public function fromUCallback($reason, $source, $codePoint, &$error) {
/PHP-5.5/ext/standard/tests/strings/
H A Dshow_source_variation2.phpt18 $source = show_source(__FILE__, true);
20 var_dump($source);
25source&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">show_so…
H A Dconvert_cyr_string.phpt32 Warning: convert_cyr_string(): Unknown source charset: in %s on line %d
40 Warning: convert_cyr_string(): Unknown source charset: q in %s on line %d
/PHP-5.5/ext/bz2/
H A Dbz2.c78 ZEND_ARG_INFO(0, source)
84 ZEND_ARG_INFO(0, source)
491 char *source; /* Source data to compress */ in PHP_FUNCTION() local
504 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ll", &source, &source_len, &zblock_size, &… in PHP_FUNCTION()
526 error = BZ2_bzBuffToBuffCompress(dest, &dest_len, source, source_len, block_size, 0, work_factor); in PHP_FUNCTION()
544 char *source, *dest; in PHP_FUNCTION() local
554 …if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &source, &source_len, &smal… in PHP_FUNCTION()
565 bzs.next_in = source; in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_error.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 * Description: Makes a copy of the file source to dest.
H A Dcopy_variation18.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
H A Dcopy_variation13.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
/PHP-5.5/sapi/aolserver/
H A DREADME17 Read doc/install.txt in the source distribution
29 AOLserver source code and pass another option to PHP:
31 --with-aolserver-src=/path/to/source/distribution
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation17.phpt7 /* Prototype : array token_get_all(string $source)
8 * Description: splits the given source into an array of PHP languange tokens
21 $source = '<?php
36 $tokens = token_get_all($source);
/PHP-5.5/
H A DREADME.UNIX-BUILD-SYSTEM52 E.g. this enables the extension foo which consists of three source-code
66 the source-code files here as well. If you need to specify
72 extension source directory and compiles all three files with the
87 This will read a file in the source-dir of your extension called
105 I.e. specify the source-code files as above and also pass the
119 can define special flags for each source-file, where it is
H A DREADME.SELF-CONTAINED-EXTENSIONS7 the PHP source. To create such an extension, two things are
67 It consists of two source files "foo.c" and "bar.c"
77 name an arbitrary number of source files here.
98 extension. The second names the source-code files. The third passes
118 Put config.m4 and the source files into one directory. Then, run phpize
151 3. Add the following lines to your C source file:
H A DREADME.EXTENSIONS10 that broke both source and binary compatibility. If you are
46 If you don't care about source compatibility with earlier PHP releases
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.h24 UChar *source, int source_len, UErrorCode *status);
/PHP-5.5/Zend/tests/
H A Dbug41372.phpt2 Bug #41372 (Internal pointer of source array resets during array copying)
/PHP-5.5/ext/session/tests/
H A Dbug36459.phpt23 <p>See source html code</p>
36 <p>See source html code</p>
/PHP-5.5/Zend/
H A Dzend_ts_hash.h99 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon…
100 ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pC…
101 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo…
102 ZEND_API void zend_ts_hash_merge_ex(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCop…
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt30 * Unmade *source* a bitmask, it doesn't make sense to do.
57 mixed *input_get* (int *source*, string *name*, [, int *filter* [, mixed *filter_options*, [ string…
58 Returns the filtered variable *$name* from source *$source*. It uses the
62 mixed *input_get_args* (array *definitions*, int *source*, [, array *data*]);
68 bool *input_has_variable (int *source*, string *name*);
69 Returns *true* if the variable with the name *name* exists in *source*, or
79 *$source*:
95 These two constants define whether to allow arrays in the source values. The
98 type, if you ask for an array, you will get an array even if the source is
99 only one value. However, if you ask for a scalar and the source is an array,
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c615 if (strncasecmp(source, "file:///", 8) == 0) { in _xmlwriter_get_valid_file_path()
616 if (source[sizeof("file:///") - 1] == '\0') { in _xmlwriter_get_valid_file_path()
622 source += 8; in _xmlwriter_get_valid_file_path()
624 source += 7; in _xmlwriter_get_valid_file_path()
634 source += 17; in _xmlwriter_get_valid_file_path()
636 source += 16; in _xmlwriter_get_valid_file_path()
645 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path TSRMLS_CC)) { in _xmlwriter_get_valid_file_path()
650 memcpy(file_dirname, source, strlen(source)); in _xmlwriter_get_valid_file_path()
651 dir_len = php_dirname(file_dirname, strlen(source)); in _xmlwriter_get_valid_file_path()
663 file_dest = source; in _xmlwriter_get_valid_file_path()
[all …]
/PHP-5.5/ext/mbstring/oniguruma/
H A DCOPYING8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
/PHP-5.5/TSRM/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
8 - Redistributions of source code must retain the above copyright notice,
/PHP-5.5/sapi/fpm/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
7 1. Redistributions of source code must retain the above copyright
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_001.phpt15 Warning: xmlwriter_open_uri(): Empty string as source in %s on line %d
/PHP-5.5/win32/build/
H A Dmkdist.php141 function copy_text_file($source, $dest) argument
143 $text = file_get_contents($source);
363 function copy_dir($source, $dest) argument
371 $d = opendir($source);
376 $fs = $source . '/' . $f;
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error3.phpt20 Warning: DOMDocument::schemaValidateSource(): Invalid Schema source in %s.php on line %d

Completed in 35 milliseconds

123456789