Home
last modified time | relevance | path

Searched refs:structure (Results 26 – 50 of 56) sorted by relevance

123

/PHP-5.6/ext/tokenizer/tests/
H A Dtoken_get_all_variation11.phpt2 Test token_get_all() function : usage variations - with control structure tokens
13 * Using different control structure keywords
24 echo "*** Testing token_get_all() : for control structure tokens ***\n";
79 *** Testing token_get_all() : for control structure tokens ***
/PHP-5.6/ext/sockets/
H A Dconversions.c246 char *structure, in from_zval_write_aggregation() argument
277 static void to_zval_read_aggregation(const char *structure, in to_zval_read_aggregation() argument
300 descr->to_zval(structure + descr->field_offset, new_zv, ctx); in to_zval_read_aggregation()
1488 char *structure = NULL; in from_zval_run_conversions() local
1501 structure = ecalloc(1, struct_size); in from_zval_run_conversions()
1504 zend_llist_add_element(&ctx.allocations, &structure); in from_zval_run_conversions()
1507 writer(container, structure, &ctx); in from_zval_run_conversions()
1511 structure = NULL; in from_zval_run_conversions()
1521 return structure; in from_zval_run_conversions()
1523 zval *to_zval_run_conversions(const char *structure, in to_zval_run_conversions() argument
[all …]
H A Dconversions.h78 zval *to_zval_run_conversions(const char *structure,
/PHP-5.6/ext/standard/tests/file/
H A Dfopen_variation5.phpt15 //create the include directory structure
50 // remove the directory structure
H A Dfopen_variation8.phpt19 //create the include directory structure
50 // remove the directory structure
/PHP-5.6/sapi/cli/tests/
H A Dbug61546.phpt8 // event that the internal page_inode structure is less than 0, otherwise it returns the long value
/PHP-5.6/ext/dom/tests/
H A DDOMNode_normalize_basic.phpt11 * with structure
/PHP-5.6/ext/zlib/tests/
H A Dgzfile_variation15.phpt18 // remove the directory structure
H A Dreadgzfile_variation15.phpt18 // remove the directory structure
H A Dgzopen_variation4.phpt30 // remove the directory structure
/PHP-5.6/ext/ldap/tests/
H A DREADME11 2. An empty LDAP structure is required for the tests to be PASSed (except for base and admin)
/PHP-5.6/ext/session/tests/
H A D005.phpt2 custom save handler, multiple session_start()s, complex data structure test.
H A D025.phpt2 custom save handler, multiple session_start()s, complex data structure test.
/PHP-5.6/
H A DREADME.STREAMS229 php_stream_ops structure, which holds the "virtual method table" for the
260 php_stream_stdio_ops is a php_stream_ops structure that can be used to handle
309 If you need to store more than a single field of data, define a structure to
H A DREADME.RELEASE_PROCESS40 - Create an directory for the extension incl. branch and tag structure,
H A DUPGRADING354 The GMP extension now uses objects as the underlying data structure, rather
H A Dconfigure.in578 dnl Check for members of the stat structure
/PHP-5.6/ext/exif/tests/
H A Dbug76557.phpt75 Warning: exif_read_data(bug76557.jpg): File structure corrupted in %sbug76557.php on line %d
/PHP-5.6/ext/sockets/tests/
H A Dsocket_strerror.phpt75 string(26) "No CSI structure available"
/PHP-5.6/ext/ereg/regex/
H A DWHATSNEW39 free the main internal structure (how embarrassing). It is now possible
/PHP-5.6/Zend/
H A DOBJECTS2_HOWTO112 The object is represented by the following structure:
/PHP-5.6/ext/pcre/pcrelib/
H A DNEWS534 2. The extra_data structure can now be used to pass in a set of character
549 support, an additional 90K data structure is include, which increases the
H A DChangeLog998 structure could go wrong in environments where size_t is not the same size
2159 (b) In pcre_compile(), rename the member of the "branch_chain" structure
2919 Fortunately, there was spare space in the data structure, and so I have
3997 considerably. I realized I did not need to use a tree structure after
4319 2. The pcre_callout_block structure has two new fields: pattern_position and
4570 output. Unfortunately, the structure contains a field that has a different
4686 . In the match_data structure, match_limit was an unsigned long int, whereas
4887 function is called. It is provided with data in a structure called
5039 The pcre_extra structure is now exposed and defined in pcre.h. It currently
5097 (ii) The pcre_extra structure (see 45 above) has a void * field called
[all …]
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt365 The type of the user-accessible structure that is returned by
366 pcre16_study() is pcre16_extra, and the type of the structure that is
696 The type of the user-accessible structure that is returned by
697 pcre32_study() is pcre32_extra, and the type of the structure that is
1403 resented as a tree structure. An unlimited repetition in the pattern
2049 is a typedef for a structure whose contents are not externally defined.
2999 value does not include the size of the pcre structure that is returned
3003 the pcre structure. Studying a compiled pattern, with or without JIT,
4480 structure in the pcreapi documentation.
9640 preg structure is filled in on success, and one member of the structure
[all …]
/PHP-5.6/ext/mbstring/libmbfl/
H A DLICENSE260 structure layouts and accessors, and small macros and small inline

Completed in 114 milliseconds

123