Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 533) sorted by path

12345678910>>...22

/php-src/
H A D.gdbinit298 Prints the global variables
H A D.gitignore4 # .git/info/exclude in the cloned repository or a global .gitignore file.
H A D.travis.yml56 global:
H A DUPGRADING536 equivalents to the old DOM classes in the global namespaces.
/php-src/.github/workflows/
H A Dnightly.yml905 run: git config --global core.autocrlf false && git config --global core.eol lf
H A Dpush.yml210 run: git config --global core.autocrlf false && git config --global core.eol lf
281 git config --global user.name "Benchmark"
282 git config --global user.email "benchmark@php.net"
/php-src/Zend/
H A DZend.m4324 AC_ARG_ENABLE([gcc-global-regs],
325 [AS_HELP_STRING([--disable-gcc-global-regs],
326 [whether to enable GCC global register variables])],
330 AC_MSG_CHECKING(for global register variables support)
357 # error "global register variables are not supported"
379 …AC_DEFINE([HAVE_GCC_GLOBAL_REGS], 1, [Define if the target system has support for global register …
/php-src/Zend/asm/
H A Djump_arm64_aapcs_elf_gas.S57 .global jump_fcontext
H A Djump_riscv64_sysv_elf_gas.S63 .global jump_fcontext
H A Djump_s390x_sysv_elf_gas.S48 .global jump_fcontext
H A Djump_sparc64_sysv_elf_gas.S24 .global jump_fcontext
H A Dmake_arm64_aapcs_elf_gas.S57 .global make_fcontext
H A Dmake_mips32_o32_elf_gas.S68 # save global pointer in context-data
H A Dmake_mips64_n64_elf_gas.S69 # save global pointer in context-data
H A Dmake_riscv64_sysv_elf_gas.S63 .global make_fcontext
H A Dmake_s390x_sysv_elf_gas.S48 .global make_fcontext
H A Dmake_sparc64_sysv_elf_gas.S20 .global make_fcontext
/php-src/Zend/tests/
H A D002.phpt120 func_get_arg() cannot be called from the global scope
H A D003.phpt82 func_get_args() cannot be called from the global scope
H A D019.phpt323 echo "\n** Testing unset() variation 3: unset on a global variable inside of a function **\n";
324 /* unset() variation2: unset on a global variable inside a function
332 global $global_var;
338 // unset the global var
1315 ** Testing unset() variation 3: unset on a global variable inside of a function **
H A D020.phpt28 func_get_arg() cannot be called from the global scope
H A D035.phpt2 Using 'static' and 'global' in global scope
9 global $var, $var, $var;
H A Dassign_coalesce_008.phpt30 global $foo;
/php-src/Zend/tests/assert/
H A Dexpect_015.phpt9 global $a, $$b;
175 global $a;
176 global $$b;
/php-src/Zend/tests/attributes/
H A D004_name_resolution.phpt34 #[\Entity("import absolute from global")]
85 string(27) "import absolute from global"

Completed in 45 milliseconds

12345678910>>...22