Home
last modified time | relevance | path

Searched refs:source (Results 101 – 125 of 237) sorted by relevance

12345678910

/PHP-7.1/ext/spl/
H A Dspl_directory.c329 spl_filesystem_object *source; in spl_filesystem_object_clone() local
337 intern->flags = source->flags; in spl_filesystem_object_clone()
339 switch (source->type) { in spl_filesystem_object_clone()
342 intern->_path = estrndup(source->_path, source->_path_len); in spl_filesystem_object_clone()
364 intern->oth = source->oth; in spl_filesystem_object_clone()
435 ce = ce ? ce : source->info_class; in spl_filesystem_object_create_info()
463 switch (source->type) { in spl_filesystem_object_create_type()
477 ce = ce ? ce : source->info_class; in spl_filesystem_object_create_type()
488 ZVAL_STRINGL(&arg1, source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
492 intern->file_name = estrndup(source->file_name, source->file_name_len); in spl_filesystem_object_create_type()
[all …]
/PHP-7.1/ext/standard/tests/file/
H A Dcopy_variation13.phpt5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
/PHP-7.1/sapi/fpm/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
7 1. Redistributions of source code must retain the above copyright
/PHP-7.1/ext/mbstring/oniguruma/
H A DCOPYING8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
/PHP-7.1/TSRM/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
8 - Redistributions of source code must retain the above copyright notice,
/PHP-7.1/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_001.phpt14 Warning: xmlwriter_open_uri(): Empty string as source in %s on line %d
/PHP-7.1/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error3.phpt20 Warning: DOMDocument::schemaValidateSource(): Invalid Schema source in %s.php on line %d
H A DDOMDocument_schemaValidate_error3.phpt20 Warning: DOMDocument::schemaValidate(): Invalid Schema source in %s.php on line %d
H A DDOMDocument_loadHTMLfile_error2.phpt23 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): Invalid file source %s
/PHP-7.1/win32/build/
H A Dmkdist.php162 function copy_text_file($source, $dest) argument
164 $text = file_get_contents($source);
397 function copy_dir($source, $dest) argument
405 $d = opendir($source);
410 $fs = $source . '/' . $f;
/PHP-7.1/ext/standard/tests/streams/
H A Dstream_copy_to_stream_socket.phpt2 stream_copy_to_stream() with socket as $source
/PHP-7.1/ext/curl/
H A Dinterface.c2014 if (!Z_ISUNDEF(source->handlers->write->stream)) { in _php_setup_easy_copy_handlers()
2015 Z_ADDREF(source->handlers->write->stream); in _php_setup_easy_copy_handlers()
2019 if (!Z_ISUNDEF(source->handlers->read->stream)) { in _php_setup_easy_copy_handlers()
2020 Z_ADDREF(source->handlers->read->stream); in _php_setup_easy_copy_handlers()
2026 Z_ADDREF(source->handlers->write_header->stream); in _php_setup_easy_copy_handlers()
2035 if (!Z_ISUNDEF(source->handlers->passwd)) { in _php_setup_easy_copy_handlers()
2055 if (source->handlers->progress) { in _php_setup_easy_copy_handlers()
2065 if (source->handlers->fnmatch) { in _php_setup_easy_copy_handlers()
2077 ch->to_free = source->to_free; in _php_setup_easy_copy_handlers()
2079 ch->clone = source->clone; in _php_setup_easy_copy_handlers()
[all …]
/PHP-7.1/ext/zip/
H A DLICENSE_libzip5 Redistribution and use in source and binary forms, with or without
9 1. Redistributions of source code must retain the above copyright
/PHP-7.1/ext/fileinfo/libmagic/
H A DLICENSE12 Redistribution and use in source and binary forms, with or without
16 1. Redistributions of source code must retain the above copyright
/PHP-7.1/ext/mbstring/
H A DREADME5 source.
/PHP-7.1/ext/standard/
H A Dstring.c3080 for (source = ZSTR_VAL(str); source < source_end; source++) {
3116 for (source = ZSTR_VAL(str); source < source_end; source++) {
3693 …for (source = (char*)ZSTR_VAL(str), end = source + ZSTR_LEN(str), target = ZSTR_VAL(str); source <…
3694 if (*source == '\\' && source + 1 < end) {
3695 source++;
3706 if (source+1 < end && isxdigit((int)(*(source+1)))) {
3722 while (source < end && *source >= '0' && *source <= '7' && i<3) {
3761 …for (source = (char*)ZSTR_VAL(str), end = source + ZSTR_LEN(str), target = ZSTR_VAL(new_str); sour…
3762 c = *source;
3819 source++;
[all …]
/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A DREADME12 that are nonetheless shared between source files without redundant extern declarations..
/PHP-7.1/ext/phar/
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
10 1. Redistributions of source code must retain the above copyright
77 Redistribution and use in source and binary forms, with or without
80 1. Redistributions of source code must retain the above copyright
/PHP-7.1/ext/com_dotnet/
H A Dcom_com.c358 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
364 source = php_com_olestring_to_string(e.bstrSource, &source_len, obj->code_page); in php_com_invoke_helper()
373 source ? source : "Unknown", in php_com_invoke_helper()
377 source ? source : "Unknown", in php_com_invoke_helper()
383 if (source) { in php_com_invoke_helper()
384 efree(source); in php_com_invoke_helper()
/PHP-7.1/ext/zip/tests/
H A Dzip_open_error.phpt24 Warning: zip_open(): Empty string as source in %s on line %d
/PHP-7.1/ext/standard/tests/strings/
H A Dconvert_cyr_string_error.phpt58 Warning: convert_cyr_string(): Unknown source charset: ? in %s on line %d
68 Warning: convert_cyr_string(): Unknown source charset: > in %s on line %d
/PHP-7.1/
H A Dheader7 | This source file is subject to version 3.01 of the PHP license, |
H A DREADME.REDIST.BINS26 Redistribution and use in source and binary forms, with or without
29 1. Redistributions of source code must retain the above copyright
68 Redistribution and use in source and binary forms, with or without
99 The author disclaims copyright to this source code. In place of
131 Redistribution and use in source and binary forms, with or without
135 1. Redistributions of source code must retain the above copyright
233 Redistribution and use in source and binary forms, with or without
236 1. Redistributions of source code must retain the above copyright
296 1. Redistributions of source code must retain the above copyright
344 1. Redistributions of source code must retain the above copyright
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.h57 PHPDBG_COMMAND(source);
/PHP-7.1/Zend/
H A Dheader7 | This source file is subject to version 2.00 of the Zend license, |

Completed in 67 milliseconds

12345678910