Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 43) sorted by relevance

12

/php-src/ext/posix/tests/
H A Dposix_uname_basic.phpt23 [machine] => %s
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst6 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 Dmake_s390x_sysv_elf_gas.S73 .machine "z10"
H A Djump_s390x_sysv_elf_gas.S80 .machine "z10"
/php-src/ext/enchant/tests/
H A Dbroker_dict_exists.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Dbroker_request_dict_01.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Dbroker_set_ordering.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Dbroker_request_dict.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Ddict_get_error.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Ddict_quick_check.phpt11 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Ddict_describe.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Ddict_quick_check_01.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Ddict_add_to_personal.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Ddict_add_to_session.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Ddict_check.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Ddict_suggest.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Ddict_is_in_session.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Ddict_store_replacement.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Dbroker_free_dict.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Dbroker_free_02.phpt10 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
H A Denchant_broker_set_dict_path.phpt11 …ker_list_dicts(enchant_broker_init()))) {die("skip, no dictionary installed on this machine! \n");}
/php-src/tests/security/
H A Dopen_basedir_001.phpt9 die('skip.. no /usr/local/bin on this machine');
/php-src/ext/sockets/tests/
H A Dsocket_clear_error-win32.phpt23 …: unable to connect [%d]: No connection could be made because the target machine actively refused …
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt65 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 Dir_elf.h26 uint16_t machine; member

Completed in 29 milliseconds

12