Home
last modified time | relevance | path

Searched refs:from (Results 426 – 450 of 1498) sorted by relevance

1...<<11121314151617181920>>...60

/php-src/ext/sodium/tests/
H A Dbug78114.phpt2 Bug #78114 (segfault when calling sodium_* functions from eval)
/php-src/ext/spl/tests/
H A Dbug62616.phpt2 Bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault)
/php-src/Zend/tests/
H A Dindirect_method_call_005.phpt2 Testing array dereferencing from instance with ArrayObject
H A Dreturn_ref_none.phpt2 Argument-less return from by-ref function
H A Dgh10695_6.phpt2 GH-10695: Exceptions from output buffering handlers during shutdown are caught
H A Dassign_coalesce_009.phpt2 Invalid opcode returned from zend_compile_var_inner() for memoized expression
H A Dbug64135.phpt2 Bug #64135 (Exceptions from set_error_handler are not always propagated)
H A Dfirst_class_callable_004.phpt2 First Class Callable from Private Scope
H A Dstr_offset_002.phpt9 Fatal error: Uncaught Error: Cannot create references to/from string offsets in %sstr_offset_002.ph…
/php-src/Zend/tests/multibyte/
H A Dmultibyte_encoding_005.phpt2 encoding conversion from script encoding into internal encoding
/php-src/Zend/asm/
H A Djump_mips64_n64_elf_gas.S84 # get SP (pointing to new context-data) from a0 param
115 move $a0, $v0 # move old sp from v0 to a0 as param
116 move $v1, $a1 # move *data from a1 to v1 as return
H A Djump_arm64_aapcs_pe_armasm.asm95 ; restore RSP (pointing to context-data) from X1
120 ; return transfer_t from jump
128 ; restore stack from GP + FPU
/php-src/Zend/
H A Dzend_multibyte.c46 …ing_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length… in dummy_encoding_converter() argument
153 …ing_converter(unsigned char **to, size_t *to_length, const unsigned char *from, size_t from_length… in zend_multibyte_encoding_converter() argument
155 …return multibyte_functions.encoding_converter(to, to_length, from, from_length, encoding_to, encod… in zend_multibyte_encoding_converter()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_fetch_class.phpt69 return 'Data from serialize';
94 …printf("\nUsing PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize …
119 Using PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE to fetch the object from DB and unserialize it...
124 myclass::unserialize('C:7:"myclass":19:{Data from serialize}')
/php-src/ext/soap/tests/bugs/
H A Dbug62900.phpt51 …// Necessary such that it works from a development directory in which case extension_dir might not…
73 …apFault exception: [WSDL] SOAP-ERROR: Parsing Schema: can't import schema from '%sbug62900.xsd', u…
79 …apFault exception: [WSDL] SOAP-ERROR: Parsing Schema: can't import schema from '%sbug62900.xsd', m…
85 …apFault exception: [WSDL] SOAP-ERROR: Parsing Schema: can't import schema from '%sbug62900.xsd', u…
/php-src/ext/json/tests/
H A Dbug66025.phpt2 Bug #66025 (Indent wrong when json_encode() called from jsonSerialize function)
/php-src/ext/hash/tests/
H A Dnew-context.phpt13 Exception: Call to private HashContext::__construct() from global scope
/php-src/ext/date/tests/
H A Dbug69806.phpt2 Bug #69806 (Incorrect date from timestamp)
/php-src/ext/standard/tests/
H A Dbug80915.phpt2 Bug #80915: Taking a reference to $_SERVER hides its values from phpinfo()
/php-src/ext/standard/tests/serialize/
H A Dbug74111.phpt2 Bug #74111: Heap buffer overread (READ: 1) finish_nested_data from unserialize
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree_res.h12 const char *from; member
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst5 PHP is an interpreted language. Interpreted languages differ from compiled ones in that they aren't
10 many concepts from other compilers and interpreters.
20 - Parsing - building a tree structure from tokens, called AST (abstract syntax tree).
69 this process. It takes a definition file and generates efficient C code to build these tokens from a
79 Parsing is the process of reading the tokens generated from the tokenizer and building a tree
80 structure from it. To humans, how source code elements are grouped seems obvious through whitespace
83 tree structure from the tokens to more closely reflect the source code the way humans see it.
85 Here is a simplified example of what an AST from the tokens above might look like.
105 Like with tokenization, we use a tool called ``Bison`` to generate the parser implementation from a
119 example, they may add two numbers, load some memory from RAM, jump to an instruction under a certain
/php-src/ext/reflection/tests/
H A D027.phpt22 Cannot fetch information from a closed Generator
/php-src/ext/iconv/tests/
H A Diconv_strpos_error_001.phpt12 %AWarning: iconv_strpos(): Wrong encoding, conversion from %s
/php-src/ext/tidy/tests/
H A D035.phpt10 Fatal error: Uncaught Error: Call to private tidyNode::__construct() from global scope in %s:%d

Completed in 28 milliseconds

1...<<11121314151617181920>>...60