Home
last modified time | relevance | path

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

12345678910

/PHP-7.2/ext/sockets/
H A Dmulticast.c203 source = {0}; in php_do_mcast_opt() local
216 if (php_get_address_from_array(opt_ht, "source", php_sock, &source, in php_do_mcast_opt()
226 glen, (struct sockaddr*)&source, slen, if_index); in php_do_mcast_opt()
407 struct sockaddr *source, in php_mcast_join_source() argument
411 …return _php_mcast_source_op(sock, level, group, group_len, source, source_len, if_index, JOIN_SOUR… in php_mcast_join_source()
419 struct sockaddr *source, in php_mcast_leave_source() argument
431 struct sockaddr *source, in php_mcast_block_source() argument
443 struct sockaddr *source, in php_mcast_unblock_source() argument
519 struct sockaddr *source, in _php_mcast_source_op() argument
529 memcpy(&gsreq.gsr_source, source, source_len); in _php_mcast_source_op()
[all …]
/PHP-7.2/ext/tokenizer/tests/
H A Dtoken_get_all_variation4.phpt7 /* Prototype : array token_get_all(string $source)
8 * Description: splits the given source into an array of PHP languange tokens
13 * Passing 'source' argument with different comparison operators to test them for tokens
19 echo "*** Testing token_get_all() : 'source' string with different comparison operators ***\n";
22 $source = '<?php
34 var_dump( token_get_all($source));
39 *** Testing token_get_all() : 'source' string with different comparison operators ***
H A Dtoken_get_all_variation11.phpt7 /* Prototype : array token_get_all(string $source)
8 * Description: splits the given source into an array of PHP languange tokens
29 $source = '<?php
40 var_dump( token_get_all($source));
45 $source = "<?php while(true) {
53 var_dump( token_get_all($source));
58 $source = '<?php for($count=0; $count < 5; $count++) {
65 var_dump( token_get_all($source));
70 $source = '<?php switch($var)
74 var_dump( token_get_all($source));
H A Dtoken_get_all_variation5.phpt7 /* Prototype : array token_get_all(string $source)
8 * Description: splits the given source into an array of PHP languange tokens
13 * Passing 'source' argument with different assignment operators to test them for tokens
21 echo "*** Testing token_get_all() : 'source' string with different assignment operators ***\n";
24 $source = '<?php
38 var_dump( token_get_all($source));
43 *** Testing token_get_all() : 'source' string with different assignment operators ***
H A Dtoken_get_all_variation8.phpt7 /* Prototype : array token_get_all(string $source)
8 * Description: splits the given source into an array of PHP languange tokens
13 * Passing 'source' argument with different type casting operators to test them for token
19 echo "*** Testing token_get_all() : 'source' string with different type casting operators ***\n";
22 $source = '<?php
33 var_dump( token_get_all($source));
38 *** Testing token_get_all() : 'source' string with different type casting operators ***
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-7.2/Zend/
H A Dzend_hash.c1620 IS_CONSISTENT(source); in zend_hash_copy()
1626 p = source->arData + idx; in zend_hash_copy()
1715 Bucket *p = source->arData; in zend_array_dup_packed_elements()
1732 Bucket *p = source->arData; in zend_array_dup_elements()
1762 IS_CONSISTENT(source); in zend_array_dup()
1787 memcpy(HT_GET_DATA_ADDR(target), HT_GET_DATA_ADDR(source), HT_USED_SIZE(source)); in zend_array_dup()
1857 IS_CONSISTENT(source); in _zend_hash_merge()
1863 p = source->arData + idx; in _zend_hash_merge()
1883 p = source->arData + idx; in _zend_hash_merge()
1928 IS_CONSISTENT(source); in zend_hash_merge_ex()
[all …]
H A Dzend_ts_hash.h87 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon…
88 ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pC…
89 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo…
90 ZEND_API void zend_ts_hash_merge_ex(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCop…
/PHP-7.2/ext/opcache/Optimizer/
H A Dssa_integrity.c60 int source; in is_in_phi_sources() local
61 FOREACH_PHI_SOURCE(phi, source) { in is_in_phi_sources()
62 if (source == check) { in is_in_phi_sources()
290 int source; in ssa_verify_integrity() local
291 FOREACH_PHI_SOURCE(phi, source) { in ssa_verify_integrity()
292 if (source < 0) { in ssa_verify_integrity()
295 if (!is_in_phi_use_chain(ssa, source, phi)) { in ssa_verify_integrity()
296 FAIL(VARFMT " not in phi use chain of %d\n", VAR(phi->ssa_var), source); in ssa_verify_integrity()
298 if (ssa->vars[source].var != ssa->vars[phi->ssa_var].var) { in ssa_verify_integrity()
299 FAIL(VARFMT " source of phi for " VARFMT "\n", VAR(source), VAR(phi->ssa_var)); in ssa_verify_integrity()
H A Ddce.c260 int source; in add_phi_sources_to_worklists() local
261 FOREACH_PHI_SOURCE(phi, source) { in add_phi_sources_to_worklists()
262 add_to_worklists(ctx, source, check); in add_phi_sources_to_worklists()
504 int source; in get_common_phi_source() local
505 FOREACH_PHI_SOURCE(phi, source) { in get_common_phi_source()
507 common_source = source; in get_common_phi_source()
508 } else if (common_source != source && source != phi->ssa_var) { in get_common_phi_source()
710 int source; in dce_optimize_op_array() local
712 FOREACH_PHI_SOURCE(phi, source) { in dce_optimize_op_array()
713 add_to_phi_worklist_no_val(&ctx, source); in dce_optimize_op_array()
/PHP-7.2/ext/standard/tests/file/
H A Dcopy_variation9.phpt20 /* Prototype: bool copy ( string $source, string $dest );
21 Description: Makes a copy of the file source to dest.
25 /* Test copy(): Trying to copy source file to destination file with and without write permissions */
H A Dcopy_variation15.phpt19 /* Prototype: bool copy ( string $source, string $dest );
20 Description: Makes a copy of the file source to dest.
45 var_dump( filesize($file) ); //size of source
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.
/PHP-7.2/ext/intl/resourcebundle/
H A Dresourcebundle.h26 void resourcebundle_extract_value( zval *target, ResourceBundle_object *source);
/PHP-7.2/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-7.2/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-7.2/ext/bz2/
H A Dbz2.c79 ZEND_ARG_INFO(0, source)
85 ZEND_ARG_INFO(0, source)
512 char *source; /* Source data to compress */ in PHP_FUNCTION() local
525 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|ll", &source, &source_len, &zblock_size, &zwork_fact… in PHP_FUNCTION()
547 …error = BZ2_bzBuffToBuffCompress(ZSTR_VAL(dest), &dest_len, source, source_len, block_size, 0, wor… in PHP_FUNCTION()
565 char *source; in PHP_FUNCTION() local
577 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &source, &source_len, &small)) { in PHP_FUNCTION()
588 bzs.next_in = source; in PHP_FUNCTION()
/PHP-7.2/ext/standard/tests/array/
H A Dbug75433.phpt2 array_values() preserves next index from source array when shallow-copying
/PHP-7.2/ext/zip/lib/
H A Dzip_entry.c51 e->source = NULL; in _zip_entry_init()
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat_helpers.h24 UChar *source, int source_len, UErrorCode *status);
/PHP-7.2/
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
/PHP-7.2/Zend/tests/
H A Dbug41372.phpt2 Bug #41372 (Internal pointer of source array resets during array copying)
/PHP-7.2/ext/session/tests/
H A Dbug36459.phpt23 <p>See source html code</p>
36 <p>See source html code</p>

Completed in 64 milliseconds

12345678910