Searched refs:machine (Results 1 – 25 of 43) sorted by relevance
12
/php-src/ext/posix/tests/ |
H A D | posix_uname_basic.phpt | 23 [machine] => %s
|
/php-src/docs/source/introduction/ |
H A D | high-level-overview.rst | 6 compiled into machine-readable code ahead of time. Instead, the source files are read, processed and 118 machine code, which are sequences of simple, mostly atomic instructions for doing one thing. For 123 PHP is a bit different, in that it does not execute machine code directly. Instead, instructions run 124 on a "virtual machine", often abbreviated to VM. This is just a fancy way of saying that there is no 125 physical machine you can buy that understands these instructions, but that this machine is 132 into our virtual machine instructions, also called opcodes. The code responsible for this 173 is quite complex, and will be discussed separately in the `virtual machine <todo>`__ chapter. 192 takes the virtual PHP opcodes and turns it into actual machine instructions, with additional
|
/php-src/Zend/asm/ |
H A D | make_s390x_sysv_elf_gas.S | 73 .machine "z10"
|
H A D | jump_s390x_sysv_elf_gas.S | 80 .machine "z10"
|
/php-src/ext/enchant/tests/ |
H A D | broker_dict_exists.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | broker_request_dict_01.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | broker_set_ordering.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | broker_request_dict.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | dict_get_error.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | dict_quick_check.phpt | 11 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | dict_describe.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | dict_quick_check_01.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | dict_add_to_personal.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | dict_add_to_session.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | dict_check.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | dict_suggest.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | dict_is_in_session.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | dict_store_replacement.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | broker_free_dict.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | broker_free_02.phpt | 10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
H A D | enchant_broker_set_dict_path.phpt | 11 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
|
/php-src/tests/security/ |
H A D | open_basedir_001.phpt | 9 die('skip.. no /usr/local/bin on this machine');
|
/php-src/ext/sockets/tests/ |
H A D | socket_clear_error-win32.phpt | 23 …: unable to connect [%d]: No connection could be made because the target machine actively refused …
|
/php-src/ext/standard/tests/strings/ |
H A D | setlocale_variation2.phpt | 65 echo "No of locales found on the machine = ".count($all_system_locales)."\n"; 85 No of locales found on the machine = %d
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_elf.h | 26 uint16_t machine; member
|
Completed in 32 milliseconds
12