Home
last modified time | relevance | path

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

12345678910

/php-src/ext/intl/resourcebundle/
H A Dresourcebundle.h24 void resourcebundle_extract_value( zval *target, ResourceBundle_object *source);
/php-src/Zend/Optimizer/
H A Ddce.c319 int source; in add_phi_sources_to_worklists() local
320 FOREACH_PHI_SOURCE(phi, source) { in add_phi_sources_to_worklists()
321 add_to_worklists(ctx, source, check); in add_phi_sources_to_worklists()
468 int source; in get_common_phi_source() local
469 FOREACH_PHI_SOURCE(phi, source) { in get_common_phi_source()
470 if (source == phi->ssa_var) { in get_common_phi_source()
474 common_source = source; in get_common_phi_source()
475 } else if (common_source != source) { in get_common_phi_source()
646 int source; in dce_optimize_op_array() local
648 FOREACH_PHI_SOURCE(phi, source) { in dce_optimize_op_array()
[all …]
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation10.phpt8 * Using different types of constants in 'source' string to check them for token
16 echo "*** Testing token_get_all() : 'source' string with different constants ***\n";
21 $source = array (
38 for($count = 0; $count < count($source); $count++) {
40 var_dump( token_get_all($source[$count]));
46 *** Testing token_get_all() : 'source' string with different constants ***
H A Dtoken_get_all_variation11.phpt24 $source = '<?php
35 var_dump( token_get_all($source));
40 $source = "<?php while(true) {
48 var_dump( token_get_all($source));
53 $source = '<?php for($count=0; $count < 5; $count++) {
60 var_dump( token_get_all($source));
65 $source = '<?php switch($var)
69 var_dump( token_get_all($source));
H A Dtoken_get_all_variation4.phpt8 * Passing 'source' argument with different comparison operators to test them for tokens
14 echo "*** Testing token_get_all() : 'source' string with different comparison operators ***\n";
17 $source = '<?php
29 var_dump( token_get_all($source));
34 *** Testing token_get_all() : 'source' string with different comparison operators ***
H A Dtoken_get_all_variation5.phpt8 * Passing 'source' argument with different assignment operators to test them for tokens
16 echo "*** Testing token_get_all() : 'source' string with different assignment operators ***\n";
19 $source = '<?php
33 var_dump( token_get_all($source));
38 *** Testing token_get_all() : 'source' string with different assignment operators ***
H A Dtoken_get_all_variation8.phpt8 * Passing 'source' argument with different type casting operators to test them for token
14 echo "*** Testing token_get_all() : 'source' string with different type casting operators ***\n";
17 $source = '<?php
28 var_dump( token_get_all($source));
33 *** Testing token_get_all() : 'source' string with different type casting operators ***
/php-src/ext/standard/
H A Dstring.c3142 for (source = ZSTR_VAL(str); source < source_end; source++) {
3179 for (source = ZSTR_VAL(str); source < source_end; source++) {
3770 …for (source = (char*)ZSTR_VAL(str), end = source + ZSTR_LEN(str), target = ZSTR_VAL(str); source <…
3771 if (*source == '\\' && source + 1 < end) {
3772 source++;
3799 while (source < end && *source >= '0' && *source <= '7' && i<3) {
3837 for (source = str, end = source + len, target = ZSTR_VAL(new_str); source < end; source++) {
4004 for (; end - source > 15; source += 16) {
4048 source++;
4160 for (; end - source > 15; source += 16) {
[all …]
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar96 * Takes a source file and outputs HTML source highlighting showing the
104 protected $source;
268 foreach ($source->source() as $num => $line) {
294 $this->renderLineSummary($source->name(), $num, $source->testpath(),
555 eval($source);
645 protected $source;
655 $this->source = file($path);
660 unset($this->source[0]); // make source array indexed by line number
713 function source()
715 return $this->source;
[all …]
/php-src/ext/intl/tests/
H A Duconverter_oop_callback_return.phpt8 public function toUCallback($reason, $source, $codeUnits, &$error): string|int|array|null {
23 public function fromUCallback($reason, $source, $codePoint, &$error): string|int|array|null {
/php-src/docs-old/
H A Dunix-build-system.md44 E.g. this enables the extension foo which consists of three source-code modules,
59 If you previously built sub-libraries for this module, add the source-code files
68 source directory and compiles all three files with the special include directive
85 This will read a file in the source-dir of your extension called
103 I.e. specify the source-code files as above and also pass the information
116 source-file, where it is located, in which target context it can work, etc.
H A Dself-contained-extensions.md3 A self-contained extension can be distributed independently of the PHP source.
66 It consists of two source files `foo.c` and `bar.c` (and any arbitrary amount of
73 arbitrary number of source files here.
95 The second names the source-code files. The third passes `$ext_shared` which is
102 ## Create source files
114 Put `config.m4` and the source files into one directory. Then, run `phpize`
151 3. Add the following lines to your C source file:
/php-src/ext/standard/tests/file/
H A Dcopy_basic.phpt5 echo "*** Testing copy() function: to copy file from source to destination --\n";
39 *** Testing copy() function: to copy file from source to destination --
/php-src/ext/standard/tests/array/
H A Dbug75433.phpt2 array_values() preserves next index from source array when shallow-copying
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.h22 UChar *source, int source_len, UErrorCode *status);
/php-src/sapi/fpm/tests/
H A Dlogreader.inc39 * Returns log descriptor source.
54 * Set current stream source and create it if it does not exist.
68 * Set file source as current and create it if it does not exist.
124 foreach ($this->sources as $name => $source) {
126 echo ">>> source: $name\n";
129 foreach ($source->getAllLines() as $line) {
226 * Get single line from the source.
/php-src/Zend/tests/
H A Dbug41372.phpt2 Bug #41372 (Internal pointer of source array resets during array copying)
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_050.phpt2 Weak casts must not overwrite source variables
H A Dtyped_properties_042.phpt2 Proper source duplication on assignment to typed property
H A Dtyped_properties_099.phpt2 Check that iterating a typed property by reference adds a type source
/php-src/ext/xmlreader/tests/
H A Dopen_error.phpt12 Warning: XMLReader::open(): Unable to open source data in %s on line %d
/php-src/ext/dom/tests/
H A DDOMDocument_loadXML_error6.phpt16 DOMDocument::loadXML(): Argument #1 ($source) must not be empty
H A DDOMDocument_loadHTML_error2.phpt17 DOMDocument::loadHTML(): Argument #1 ($source) must not be empty
/php-src/ext/bz2/
H A Dbz2.c443 char *source; /* Source data to compress */ in PHP_FUNCTION() local
454 …if (zend_parse_parameters(argc, "s|ll", &source, &source_len, &zblock_size, &zwork_factor) == FAIL… in PHP_FUNCTION()
476 …error = BZ2_bzBuffToBuffCompress(ZSTR_VAL(dest), &dest_len, source, source_len, block_size, 0, wor… in PHP_FUNCTION()
493 char *source; in PHP_FUNCTION() local
505 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &source, &source_len, &small)) { in PHP_FUNCTION()
516 bzs.next_in = source; in PHP_FUNCTION()
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromString_01.phpt12 Fatal error: Uncaught ValueError: DOM\XMLDocument::createFromString(): Argument #1 ($source) must n…

Completed in 58 milliseconds

12345678910