Home
last modified time | relevance | path

Searched refs:text (Results 51 – 75 of 833) sorted by path

12345678910>>...34

/php-src/Zend/tests/
H A Dclosure_047.phpt6 function replace_variables($text, $params) {
8 preg_replace_callback( '/(\?)/', function($matches) use (&$params, &$text) {
10 $text = preg_replace( '/(\?)/', array_shift( $params ), $text, 1 );
12 }, $text );
14 return $text;
H A Dclosure_048.phpt6 function replace_variables($text, $params) {
8 $c = function($matches) use (&$params, &$text) {
9 $text = preg_replace( '/(\?)/', array_shift( $params ), $text, 1 );
12 preg_replace_callback( '/(\?)/', $c, $text );
14 return $text;
H A Ddebug_info-error-resource.phpt18 $c = new C(fopen("data:text/plain,Foo", 'r'));
H A Dexception_011.phpt13 Content-type: text/html; charset=UTF-8
H A Dgh11138.phpt8 Content-Type: text/plain
H A Dhalt_compiler2.phpt5 $text = "<?php echo 'test'; var_dump(__COMPILER_HALT_OFFSET__); __HALT_COMPILER(); ?>
7 file_put_contents(__DIR__ . '/test1.php', $text);
8 $text = "<?php echo 'test2'; var_dump(__COMPILER_HALT_OFFSET__); __HALT_COMPILER(); ?>
10 file_put_contents(__DIR__ . '/test2.php', $text);
H A Dlist_keyed_non_literals.phpt14 define('PROBABLY_NOT_COMPILE_TIME_RESOLVABLE', file_get_contents("data:text/plain,2"));
H A Drequire_parse_exception.phpt10 require 'data://text/plain;base64,' . base64_encode($code);
/php-src/Zend/tests/float_to_int/
H A Dwarning_float_does_not_fit_zend_long_strings.phpt16 $string = 'Here is some text for good measure';
49 $string = 'Here is some text for good measure';
57 $string = 'Here is some text for good measure';
97 string(34) "Eere is some text for good measure"
101 string(34) "Eere is some text for good measure"
103 string(34) "Here is some text for good measure"
105 string(34) "Here is some text for good measure"
H A Dwarning_float_does_not_fit_zend_long_strings_32bit.phpt16 $string = 'Here is some text for good measure';
49 $string = 'Here is some text for good measure';
57 $string = 'Here is some text for good measure';
97 string(34) "Eere is some text for good measure"
101 string(34) "Eere is some text for good measure"
103 string(34) "Here is some text for good measure"
105 string(34) "Here is some text for good measure"
/php-src/Zend/tests/traits/
H A Dbug60717.phpt10 function text($text);
17 function text($text) {}
24 abstract function text($text);
30 abstract function text($text);
H A Dflattening001.phpt9 return $this->text;
15 $this->text = $val;
22 private $text = 'test';
24 $this->text = $val;
/php-src/Zend/tests/type_declarations/
H A Dscalar_basic.phpt45 fopen("data:text/plain,foobar", "r")
H A Dscalar_return_basic.phpt47 fopen("data:text/plain,foobar", "r")
H A Dscalar_return_basic_64bit.phpt47 fopen("data:text/plain,foobar", "r")
H A Dscalar_strict.phpt38 fopen("data:text/plain,foobar", "r")
H A Dscalar_strict_64bit.phpt38 fopen("data:text/plain,foobar", "r")
H A Dscalar_strict_basic.phpt24 fopen("data:text/plain,foobar", "r")
/php-src/Zend/
H A Dzend_globals.h381 const char *text, size_t length, void *context);
H A Dzend_language_scanner.h55 const char *text, size_t length, void *context);
71 char text; member
H A Dzend_language_scanner.l1275 char opening = nest_loc->text; in exit_nesting()
1292 report_bad_nesting(nest_loc->text, nest_loc->lineno, 0); in check_nesting_at_end()
/php-src/build/
H A Dax_func_which_gethostbyname_r.m455 # or distributing such scripts, even though portions of the text of the
H A Dgen_stub.php4546 $text = $comment->getText();
4550 if (preg_match($pattern, $text, $matches) !== 1) {
4558 $exposedDocComment = preg_replace($pattern, '$1$3', $text);
4566 $text = trim($comment->getText());
4567 if (preg_match('/^#\s*if\s+(.+)$/', $text, $matches)) {
4569 } else if (preg_match('/^#\s*ifdef\s+(.+)$/', $text, $matches)) {
4571 } else if (preg_match('/^#\s*ifndef\s+(.+)$/', $text, $matches)) {
4573 } else if (preg_match('/^#\s*else$/', $text)) {
4579 } else if (preg_match('/^#\s*endif$/', $text)) {
4584 } else if ($text[0] === '#') {
[all …]
H A Dlibtool.m43711 _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3731 # ever link correctly. If we're not using GNU ld we use -z text
3743 _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
4498 # text mode, it properly converts lines to CR/LF. This bash problem
5607 …_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $link…
6058 _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
6095 …_LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_…
6142 _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
6160 # ever link correctly. If we're not using GNU ld we use -z text
6163 _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
H A Dphp.m4662 dnl PHP_ARG_WITH(arg-name, check message, help text[, default-val[, extension-or-not]])
690 dnl PHP_ARG_ENABLE(arg-name, check message, help text[, default-val[, extension-or-not]])
1130 if (pwrite(fd, "text", 4, 0) != 4) return 1;
1132 if (pwrite(fd, "text", 4, -1) != -1 || errno != EINVAL) return 1;

Completed in 93 milliseconds

12345678910>>...34